section

 {
    padding: 40px 0 40px 0;
}
  .cinematic-who-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #0f2f6b, #1a4ea2);
    position: relative;
}

/* Cinematic soft glow */
.cinematic-who-section::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(255,255,255,0.15), transparent 70%);
    top: -250px;
    right: -250px;
    filter: blur(90px);
}

.cinematic-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 79, 168);
}

.cinematic-logo img {
    max-width: 160px;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.cinematic-heading {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.lux-divider {
    width: 80px;
    height: 3px;
    margin: auto;
    background: white;
    opacity: 0.6;
}

/* Glass Premium Card */
.cinematic-card {
    max-width: 850px;
    margin: auto;
    padding: 20px;
    border-radius: 22px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.35);
    font-size: 23px;
    line-height: 1.7;
    transition: all 0.5s ease;
}

.cinematic-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 100px rgba(0,0,0,0.45);
}

.highlight {
    font-weight: 700;
    color: #ffffff;
    border-bottom: 2px solid rgba(255,255,255,0.6);
}

.cinematic-source {
    font-size: 14px;
    opacity: 0.7;
}
.bg-white.h-100.p-40.rounded-1 {padding:20px;
    min-height:420px;
}
/*card hover*/
.overlay-box {
  background-color: #fff;

  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.overlay-box:hover .desc,
.overlay-box:focus .desc {
  opacity: 1;
}

/* opacity 0.01 for accessibility */
/* adjust the styles like height,padding to match your design*/
.overlay-box .desc {
  opacity: 0.01;

  font-size: 1rem;
  height: 100%;
  padding: 30px 25px 20px;
  transition: all 0.3s ease;
  background:transparent;
  color: #111;
}
.imagewhologo {
    width: 100%;
    text-align: center;
    margin: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vh;
}
/* Overlay */
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9999;
}

/* Active */
.custom-modal.show {
  opacity: 1;
  visibility: visible;
}

/* Modal Box */
.modal-box {
  background: #fff;
  width: 800px;
  max-width: 90%;
  border-radius: 16px;
  overflow: hidden;
  transform: translateX(100%);
  transition: 0.4s ease;
}

/* Slide-in animation */
.custom-modal.show .modal-box {
  transform: translateX(0);
}

/* Layout */
.modal-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}

/* Image */
.modal-img {
  flex: 1;
  min-width: 250px;
}

.modal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text */
.modal-text {
  flex: 1;
  padding: 30px;
}

.modal-text h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.modal-text p {
  color: #555;
  line-height: 1.6;
}

/* Close */
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}
.service-card {
  display: block;
  text-align: center;
  padding: 30px 20px;
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  height: 100%;
}

.service-card .icon {
  font-size: 36px;
  color: #0d6efd;
  margin-bottom: 15px;
}

.service-card h5 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
}

/* Hover effect */
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  cursor: pointer;
}

.service-card:hover .icon {
  color: #ffc107;
}
.service-card .icon {
  font-size: 34px;
  color: #0d6efd;
  margin-bottom: 15px;
  transition: 0.3s;
}

.service-card:hover .icon {
  color: #ffc107;
}
.service-card .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f7ff;
  border-radius: 50%;
}
.modal-content {
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.modal h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.insta-wrapper {
  width: 100%;
  max-width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 12px;
}

/* Force Instagram iframe full width */
.insta-wrapper .instagram-media {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

/* Inner iframe fix */
.insta-wrapper iframe {
  width: 100% !important;
  height: 420px !important;
}
.stats-section {
  padding: 5px 0; /* height kam */
}

.stat-box {
  padding: 15px 10px;
}

.stat-icon {
  font-size: 22px;
  color: #d4af37; /* gold touch */
  margin-bottom: 8px;
}

.stat-box h4 {
  font-size: 20px;
  margin: 5px 0;
  font-weight: 600;
}

.stat-box p {
  font-size: 21px;
  margin: 0;
  color:#fff;
  
}

.doctor-section {
  padding: 60px 0;
}

/* Card */
.doctor-card-premium {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: 0.4s;
}

.doctor-card-premium:hover {
  transform: translateY(-8px);
}

/* Image */
.doc-img {
  position: relative;
  height: 550px;
  overflow: hidden;
}

.doc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%; /* FACE FIX */
  transition: 0.5s;
}

/* Zoom */
.doctor-card-premium:hover .doc-img img {
  transform: scale(1.08);
}

/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}

.doctor-card-premium:hover .overlay {
  opacity: 1;
}

/* Overlay content */
.overlay-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Buttons */
.btn-view {
  background: #fff;
  color: #000;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
}

.btn-whatsapp {
  background: #25D366;
  color: #fff;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* Content */
.doc-content {
  padding: 15px;
  text-align: center;
}

.doc-content h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 3px;
}

.qualification {
  font-size: 13px;
  color: #777;
}

/* Badges */
.badges {
  margin: 8px 0;
}

.badges span {
  background: #f3f3f3;
  font-size: 11px;
  padding: 4px 10px;
  margin: 2px;
  border-radius: 20px;
  display: inline-block;
}

/* Experience */
.exp {
  font-size: 12px;
  color: #999;
}
.overlay-content a:hover {
    color: #111;
}
  /* ── CARD ── */
  .service-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 32px 20px 26px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.07);
    box-shadow: 0 2px 14px rgba(0,0,0,0.05);
    height: 100%;
    transition: transform 0.35s cubic-bezier(.22,.68,0,1.2),
                box-shadow 0.35s ease;
  }
 
  /* top accent bar */
  .service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #06b6d4);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
 
  .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(37,99,235,0.13);
  }
 
  .service-card:hover::before { opacity: 1; }
 
  /* ── ICON RING ── */
  .icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    position: relative;
    transition: background 0.3s ease,
                transform 0.35s cubic-bezier(.22,.68,0,1.2);
  }
 
  .icon-wrap::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1.5px solid #2563eb;
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.3s ease, transform 0.35s cubic-bezier(.22,.68,0,1.2);
  }
 
  .service-card:hover .icon-wrap {
    background: #2563eb;
    transform: rotate(-6deg) scale(1.1);
  }
 
  .service-card:hover .icon-wrap::after {
    opacity: 0.22;
    transform: scale(1.12);
  }
 
  /* ── SVG ── */
  .card-icon {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: #2563eb;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.3s ease;
  }
 
  .service-card:hover .card-icon { stroke: #ffffff; }
 
  .card-icon .fd { fill: #2563eb; stroke: none; transition: fill 0.3s ease; }
  .service-card:hover .card-icon .fd { fill: #ffffff; }
 
  /* ── TAG ── */
  .card-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #2563eb;
    background: #eff6ff;
    border: 1px solid rgba(37,99,235,0.15);
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
    transition: background 0.3s;
  }
 
  .service-card:hover .card-tag {
    background: #dbeafe;
  }
 
  /* ── TITLE ── */
  .card-title {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.45;
    margin-bottom: 9px;
  }
 
  /* ── DESC ── */
  .card-desc {
    font-size: 12.5px;
    color: #393939;
    line-height: 1.65;
    margin-bottom: 18px;
  }
 
  /* ── CTA LINK ── */
  .card-link {
    font-size: 12.5px;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
 
  .service-card:hover .card-link {
    opacity: 1;
    transform: translateY(0);
  }
 
  .card-link svg {
    width: 13px;
    height: 13px;
    stroke: #2563eb;
    stroke-width: 2.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.2s ease;
  }
 
  .card-link:hover svg { transform: translateX(3px); }
 
  /* ── SECTION HEADING ── */
  .section-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2563eb;
  }
 
  .section-title {
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 600;
    color: #0f172a;
    line-height: 1.25;
  }
 
  .section-title span {
    background: linear-gradient(90deg, #2563eb, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }


@media (min-width: 992px) {
  .col-lg-5col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}