section{
  padding:90px 0;
}
/* ------------------specialties------------------ */
.specialties-wow {
  padding: 120px 0;
  background: #fff;
}

.wow-title {
  font-size: 42px;
  font-weight: 900;
  color: #0b3c5d;
}

.wow-subtitle {
  color: #6c757d;
  max-width: 480px;
  margin-bottom: 40px;
}

.specialty-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.specialty-list li {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding: 18px 20px;
  margin-bottom: 14px;
  border-left: 4px solid transparent;
  cursor: pointer;
  transition: .4s ease;
  color: #444;
}

.specialty-list li span {
  color: #0d6efd;
  margin-right: 12px;
  font-weight: 900;
}

.specialty-list li:hover,
.specialty-list li.active {
  background: linear-gradient(90deg,#f4f8ff,#fff);
  border-left-color: #0d6efd;
  padding-left: 30px;
  color: #0d6efd;
}

/* RIGHT VISUAL */
.visual-box {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 40px 120px rgba(0,0,0,.15);
}

.visual-box img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform .6s ease;
}

.visual-box:hover img {
  transform: scale(1.08);
}

.visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent,rgba(0,0,0,.75));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  color: #fff;
}

.visual-overlay h4 {
  font-size: 26px;
  font-weight: 800;
}

.visual-overlay p {
  opacity: .9;
  font-size: 15px;
}
/* -------specialties end--------- */

/* ------hero  ------- */
.hero{
  height:90vh;
  background:url("../images/makedif.jpg") center/cover no-repeat;
  position:relative;
  color:#fff;
  display:flex;
  align-items:center;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(8,15,40,0.75);
}
.hero-content{
  position:relative;
  z-index:1;
}
.hero span{
  background:#00e5ff;
  color:#000;
  padding:6px 18px;
  border-radius:50px;
  font-size:12px;
  font-weight:600;
}
.hero h1{
  font-size:52px;
  font-weight:800;
  margin:20px 0;
}
.hero p{
  max-width:520px;
  opacity:.9;
}
.hero a{
  display:inline-block;
  margin-top:20px;
  padding:14px 34px;
  background:linear-gradient(135deg,#00e5ff,#0077ff);
  color:#000;
  border-radius:50px;
  font-weight:700;
  text-decoration:none;
}
/* ------hero end ------- */
