.dropdown-menu {
    width: 400px !important;
    min-width: 400px;

    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin-top: 5px;
}


.dropdown-menu>li {
    position: relative;
}

.dropdown-menu>li:not(:last-child) {
    border-bottom: 1px solid #ededed;
}


.dropdown-menu>li>a {
    display: block;
    padding: 12px 20px;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;

}


.dropdown-menu>li>a:hover {
    background-color: #f4f7f6;
    color: #007bff;

    padding-left: 25px;

}

.dropdown-menu>li>a:focus {
    background-color: #e9ecef;
    outline: none;
}


/*=================================================*/


  .premium-gradient-breadcrumb-section {
    background: linear-gradient(-45deg, #054870, #154570, #3a8cd1, #0f3456);
    background-size: 400% 400%;
    animation: premiumBgShift 15s ease infinite;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 -10px 20px rgba(0,0,0,0.05);
  }

  /* 2. Moving Glowing Orb Effect */
  .premium-gradient-breadcrumb-section::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    top: -50px;
    left: -50px;
    filter: blur(40px);
    pointer-events: none;
    animation: orbMove 8s ease-in-out infinite alternate;
  }

  /* --- Keyframes for Background Gradient Animation --- */
  @keyframes premiumBgShift {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

  /* --- Keyframes for Floating Light Orb Animation --- */
  @keyframes orbMove {
    0% {
      transform: translate(0, 0) scale(1);
    }
    50% {
      transform: translate(80px, 40px) scale(1.1);
    }
    100% {
      transform: translate(20px, -20px) scale(0.9);
    }
  }

  /* Typography & Structure Styles */
  .page-main-heading {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.15);
  }
.section-main-heading{
    color: #085684 !important;
    font-size: 35px;
}
@media(max-width: 576px){
    .section-main-heading{
        font-size: 25px !important;
    }
    .page-main-heading
{
    font-size: 25px;
}
}
  /* Breadcrumb Container with Frosted Glass Effect */
  .luxury-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.65rem 1.5rem;
    list-style: none;
    background: rgba(255, 255, 255, 0.08); /* Glassmorphism */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: inline-flex;
  }

  /* Item Styling */
  .luxury-breadcrumb-item {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
  }

  /* White Links with glowing transition */
  .luxury-breadcrumb-item a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
  }

  /* Hover effect */
  .luxury-breadcrumb-item a:hover {
    color: #ffffff;
    transform: translateY(-1px);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
  }

  /* Active/Current Page Text Style */
  .luxury-breadcrumb-item.active {
    color: #ffffff;
    font-weight: 600;
  }
  
/* New Requested Background Gradient */
.premium-hero-oncology-section {
    background: linear-gradient(135deg, #0ea5e9 0%, #0369a1 100%);
    min-height: 580px;
    display: flex;
    align-items: center;
}

.premium-hero-oncology-section .z-index-10 {
    position: relative;
    z-index: 10;
}

/* Background Animated Floating Bubbles Layer */
.premium-hero-oncology-section .bubble-backdrop-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.premium-hero-oncology-section .medical-bubble {
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.12) 100%);
    border-radius: 50%;
    backdrop-filter: blur(4px);
    animation: floatVerticalAnimation 8s infinite ease-in-out;
}

/* Individual Bubble Sizing & Positions */
.premium-hero-oncology-section .bubble-one {
    width: 140px;
    height: 140px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.premium-hero-oncology-section .bubble-three {
    width: 90px;
    height: 90px;
    top: 25%;
    right: 45%;
    animation-delay: 4s;
}

.premium-hero-oncology-section .bubble-four {
    width: 160px;
    height: 160px;
    top: 60%;
    right: 2%;
    animation-delay: 1s;
}

/* Editorial & Typography Framework - Adjusted for Custom Blue BG */
.premium-hero-oncology-section .tagline-badge-wrapper {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 6px 16px;
    border-radius: 30px;
}

.premium-hero-oncology-section .pulse-indicator-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: corePulse 1.8s infinite;
}

.premium-hero-oncology-section .hero-super-tagline {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.premium-hero-oncology-section .hero-main-title {
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1px;
}

/* Yellow/Gold highlight works beautifully over deep blue sky tints */
.premium-hero-oncology-section .accent-text-highlight {
    color: white;
}

/* Professional Doctor Header Card */
.premium-hero-oncology-section .doctor-profile-intro {
    background-color: rgba(255, 255, 255, 0.95);
    border-left: 4px solid #0369a1;
    border-radius: 4px 12px 12px 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.premium-hero-oncology-section .doc-name {
    color: #0f172a;
    font-size: 20px;
    font-weight: 700;
}

.premium-hero-oncology-section .doc-designation {
    color: #475569;
    font-size: 14px;
    font-weight: 500;
}

/* Horizontal Specialization Layout */
.premium-hero-oncology-section .segment-label-heading {
    font-size: 13px;
    font-weight: 700;
    color: #e0f2fe;
    text-transform: uppercase;
}

.premium-hero-oncology-section .segment-pill {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* Buttons Styling */
.premium-hero-oncology-section .btn-action {
    display: inline-flex;
    align-items: center;
    padding: 12px 26px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.premium-hero-oncology-section .btn-appointment {
    background-color: #ffffff;
    color: #0369a1;
    border: none;
}

.premium-hero-oncology-section .btn-appointment:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
    background-color: #f8fafc;
}

.premium-hero-oncology-section .btn-whatsapp {
    background-color: #25d366;
    color: #ffffff;
    border: none;
}

.premium-hero-oncology-section .btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    background-color: #22c35e;
}

/* Avatar Architecture with clean White borders for Contrast */
.premium-hero-oncology-section .hero-doctor-avatar-wrapper {
    width: 100%;
    max-width: 360px;
    height: 400px;
}

.premium-hero-oncology-section .avatar-bg-aura-circle {
    position: absolute;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.premium-hero-oncology-section .doctor-photo-frame-box {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 30px 100px 30px 30px;
    overflow: hidden;
    z-index: 3;
    border: 6px solid #c3dae6;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.premium-hero-oncology-section .doctor-actual-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Keyframes */
@keyframes floatVerticalAnimation {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(2deg);
    }
}

@keyframes corePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Responsive Rules */
@media (max-width: 991px) {
    .premium-hero-oncology-section {
        padding-top: 3rem !important;
        padding-bottom: 4rem !important;
    }

    .premium-hero-oncology-section .hero-main-title {
        font-size: 2.2rem;
        margin-bottom: 25px !important;
    }

    .premium-hero-oncology-section .hero-doctor-avatar-wrapper {
        margin-bottom: 20px;
        max-width: 290px;
        height: 320px;
    }

    .premium-hero-oncology-section .w-100-mobile {
        display: block !important;
        width: 100%;
    }
}

@media(max-width: 576px) {
    .premium-hero-oncology-section .hero-super-tagline {
        font-size: 8px !important;
    }
}

:root {
    --primary-navy: #0f172a;
    --primary-blue: #085684;
    --accent-cyan: #0ea5e9;
    --light-sky: #f0f9ff;
}

.surgical-onco-about {
    background: #ffffff;
    color: #0f172a;
    position: relative;
    overflow: hidden;

    perspective: 1200px;
    /* 3D Depth */
    z-index: 1;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* --------------------------------------------------
   FLOATING 3D BUBBLES ANIMATION (BACKGROUND)
-------------------------------------------------- */
.bg-bubbles-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.bubble {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(56, 189, 248, 0.35), rgba(14, 165, 233, 0.1) 60%, rgba(2, 132, 199, 0.02));
    box-shadow: 0 8px 32px 0 rgba(14, 165, 233, 0.15), inset 0 0 15px rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    animation: float-bubble 12s infinite ease-in-out;
}

.bubble-1 {
    width: 140px;
    height: 140px;
    top: 10%;
    left: 5%;
    animation-duration: 14s;
}

.bubble-2 {
    width: 220px;
    height: 220px;
    bottom: -50px;
    right: 8%;
    background: radial-gradient(circle at 30% 30%, rgba(14, 165, 233, 0.25), rgba(56, 189, 248, 0.08) 70%);
    animation-duration: 18s;
    animation-delay: -3s;
}

.bubble-3 {
    width: 90px;
    height: 90px;
    top: 45%;
    right: 42%;
    animation-duration: 10s;
    animation-delay: -5s;
}

.bubble-4 {
    width: 170px;
    height: 170px;
    top: 60%;
    left: 2%;
    animation-duration: 16s;
    animation-delay: -2s;
}

.bubble-5 {
    width: 70px;
    height: 70px;
    top: 15%;
    right: 15%;
    animation-duration: 11s;
    animation-delay: -7s;
}

@keyframes float-bubble {
    0% {
        transform: translateY(0px) translateX(0px) rotate(0deg) scale(1);
    }

    33% {
        transform: translateY(-35px) translateX(25px) rotate(120deg) scale(1.08);
    }

    66% {
        transform: translateY(20px) translateX(-20px) rotate(240deg) scale(0.95);
    }

    100% {
        transform: translateY(0px) translateX(0px) rotate(360deg) scale(1);
    }
}

.surgical-onco-about .container-fluid {
    position: relative;
    z-index: 2;
}

/* Header Hierarchy */
.onco-badge-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(240, 249, 255, 0.9);
    border: 1px solid #1ca8a67d;
    border-radius: 100px;
    backdrop-filter: blur(10px);
}

.badge-pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #1ca8a6;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(14, 165, 233, 0.7);
    animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(14, 165, 233, 0.7);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(14, 165, 233, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(14, 165, 233, 0);
    }
}

.onco-title-pre {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #085684;
    margin: 0;
}

.onco-main-title {
    font-size: 2rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.18;
    letter-spacing: -0.02em;
}
@media (max-width: 576px) {
    .onco-main-title {
        font-size: 25px !important;
    }
    .academic-leadership-section .lead-heading{
        font-size: 25px !important;
    }
    .onco-title-pre{
        font-size: 10px;
    }
    .premium-robotic-surgery .section-title{
        font-size: 25px !important;
    }
    .onco-block-main-heading{
        font-size: 25px !important;
    }
    .dr-tapan-compact-shorts-section .compact-video-heading{
        font-size: 25px !important;
    }
    .global-credentials-section .cred-main-title{
        font-size: 25px !important;
    }
    .premium-appointment-contact-section .contact-main-heading{
        font-size: 25px !important;
    }
}
.title-highlight {
    background: #085684;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 3D Bento Image Card */
.bento-image-wrapper {
    position: relative;
    transform-style: preserve-3d;
}

.bento-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 10px;
    background: linear-gradient(145deg, rgba(224, 242, 254, 0.8) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(240, 249, 255, 0.8) 100%);
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(226, 232, 240, 0.8);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.5s ease;
    backdrop-filter: blur(12px);
}

.bento-image-card:hover {
    transform: translateY(-8px) rotateX(4deg) rotateY(-4px);
   box-shadow: 
    0 35px 70px -15px rgba(8, 86, 132, 0.25),
    0 0 0 1px rgba(8, 86, 132, 0.4);
}

.bento-image-inner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.bento-image-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: scale 0.6s ease;
}

.bento-image-card:hover img {
    scale: 1.04;
}

.experience-tag {
    position: absolute;
    top: 18px;
    right: 18px;
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(12px);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.experience-tag i {
    color: #38bdf8;
}

/* Floating Doctor Glass Card */
.floating-clinical-bar {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 16px 20px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    z-index: 2;
}

.doctor-meta-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}

.floating-clinical-bar h5 {
    margin: 0;
    font-weight: 800;
    color: #0f172a;
    font-size: 19px;
    letter-spacing: -0.01em;
}

.verified-badge {
    color: #085684;
    font-size: 16px;
}

.floating-clinical-bar p {
    margin: 0;
    color: #475569;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.floating-clinical-bar p i {
    color: #1ca8a6;
    font-size: 12px;
}

/* Right Side Narrative Block */
.clinical-narrative-block {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    border-radius: 28px;
    padding: 40px;
    border: 1px solid rgba(241, 245, 249, 0.9);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.04);
}

.narrative-lead {
    font-size: 16px;
    color: #0f172a;
    font-weight: 700;
    line-height: 1.55;
    position: relative;
    padding-left: 18px;
    border-left: 4px solid #085684;
}

.narrative-body {
    color: #475569;
    line-height: 1.85;
    font-size: 15px;
}

/* Clinical Quick Stats Bar */
.clinical-stats-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    background: rgba(248, 250, 252, 0.8);
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    margin-bottom: 28px;
    gap: 15px;
    backdrop-filter: blur(10px);
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-size: 22px;
    font-weight: 800;
    color: #085684;
    line-height: 1.2;
    display: block;
}

.stat-label {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-divider {
    width: 1px;
    height: 35px;
    background: #cbd5e1;
}

/* Specialty Pills */
.specialty-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.pill-item {
    font-size: 12.5px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 100px;
    background: #e0f2fe;
    color: #0369a1;
    transition: all 0.3s ease;
}

.pill-item:hover {
    background: #0ea5e9;
    color: #ffffff;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 6px 15px rgba(14, 165, 233, 0.25);
}

/* Button Premium Action */
.profile-action-wrapper {
    margin-bottom: 32px;
}

.btn-premium-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 32px;
    border-radius: 14px;
    background: linear-gradient(135deg, #085684 0%, #085684 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    box-shadow: 0 10px 25px rgba(14, 165, 233, 0.3);
}

.btn-premium-action i {
    transition: transform 0.3s ease;
}

.btn-premium-action:hover {
    background: linear-gradient(135deg, #1ca8a6 0%, #1ca8a6 100%);
    box-shadow: 0 15px 35px rgba(14, 165, 233, 0.45);
    transform: translateY(-3px) scale(1.02);
}

.btn-premium-action:hover i {
    transform: translateX(6px);
}

/* Accreditation Bento Grid */
.accreditation-bento-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.accreditation-cell {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 16px 18px;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.accreditation-cell:hover {
    background: #ffffff;
    border-color: #1ca8a6;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 14px 35px rgba(14, 165, 233, 0.15);
}

.cell-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #e0f2fe 0%, #0856846b 100%);
    color: #085684;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-right: 14px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.accreditation-cell:hover .cell-icon-box {
    background: #1ca8a6;
    color: #ffffff;
    transform: scale(1.1) rotate(5deg);
}

.cell-title {
    margin: 0;
    font-size: 15px;
    color: #0f172a;
    font-weight: 700;
    line-height: 1.3;
}

.cell-subtitle {
    margin: 2px 0 0;
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

@media(max-width:992px) {
    .clinical-narrative-block {
        padding: 30px;
    }
}

@media(max-width:576px) {
    .accreditation-bento-grid {
        grid-template-columns: 1fr;
    }

    .clinical-stats-row {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .stat-divider {
        width: 80%;
        height: 1px;
    }

    .btn-premium-action {
        width: 100%;
        justify-content: center;
    }
}

.premium-appointment-contact-section {
    background-color: #fcfdfe;
    /* Minimal bright aesthetic backdrop */
    position: relative;
}

/* Left Section: Context Details styling */
.premium-appointment-contact-section .contact-tagline {
    display: inline-block;
    color: #054870;
    font-size: 13.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.premium-appointment-contact-section .contact-main-heading {
    color: #222222;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: -0.8px;
}

.premium-appointment-contact-section .contact-desc-text {
    color: #666666;
    font-size: 15.5px;
    line-height: 1.6;
}

/* Structured Meta Channels */
.premium-appointment-contact-section .contact-meta-channel {
    display: flex;
    align-items: center;
    gap: 18px;
}

.premium-appointment-contact-section .channel-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: rgba(42, 119, 187, 0.08);
    color: #054870;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.premium-appointment-contact-section .channel-icon-emergency {
    background-color: rgba(231, 76, 60, 0.08);
    color: #e74c3c;
}

.premium-appointment-contact-section .channel-icon-loc {
    background-color: rgba(135, 193, 142, 0.15);
    color: #054870;
}

.premium-appointment-contact-section .channel-icon-box svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.premium-appointment-contact-section .channel-details span {
    display: block;
    font-size: 12.5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #888888;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.premium-appointment-contact-section .channel-details h5 {
    color: #333333;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

/* Right Section: Appointment Card Container */
.premium-appointment-contact-section .appointment-form-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid rgba(42, 119, 187, 0.08);
    box-shadow: 0 20px 50px rgba(42, 119, 187, 0.06);
}

.premium-appointment-contact-section .form-header-box h4 {
    color: #054870;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 6px;
}

.premium-appointment-contact-section .form-header-box p {
    color: #666666;
    font-size: 13.5px;
    line-height: 1.5;
    margin: 0;
}

/* Form Input Control Framework */
.premium-appointment-contact-section .form-input-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.premium-appointment-contact-section .form-custom-label {
    font-size: 13px;
    font-weight: 700;
    color: #444444;
}

.premium-appointment-contact-section .custom-field {
    border: 1px solid #e2e8f0;
    background-color: #f8fafc;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14px;
    color: #333333;
    transition: all 0.3s ease;
}

.premium-appointment-contact-section .custom-field:focus {
    background-color: #ffffff;
    border-color: #054870;
    box-shadow: 0 0 0 4px rgba(42, 119, 187, 0.1);
    outline: none;
}

.premium-appointment-contact-section .custom-textarea {
    resize: none;
}

/* Submission Trigger Button Component */
.premium-appointment-contact-section .form-submit-trigger-btn {
    background: #054870;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 15px 25px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(42, 119, 187, 0.2);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
}

.premium-appointment-contact-section .form-submit-trigger-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    transition: transform 0.3s ease;
}

.premium-appointment-contact-section .form-submit-trigger-btn:hover {
    background: #1f5c93;
    box-shadow: 0 12px 28px rgba(42, 119, 187, 0.3);
    transform: translateY(-2px);
}

.premium-appointment-contact-section .form-submit-trigger-btn:hover svg {
    transform: translateX(4px);
}

/* Responsiveness Adaptations */
@media (max-width: 991px) {
    .premium-appointment-contact-section .contact-main-heading {
        font-size: 2rem;
    }

    .premium-appointment-contact-section .appointment-form-card {
        padding: 25px;
        margin-top: 20px;
    }
}

.clinical-gallery-slider-section {
    background-color: #fff;
    overflow: hidden;
}

.clinical-gallery-slider-section .gallery-tagline {
    display: inline-block;
    color: #054870;
    font-size: 13.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.clinical-gallery-slider-section .gallery-main-heading {
    color: #054870;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
}

.clinical-gallery-slider-section .gallery-lead-para {
    color: #666666;
    font-size: 15.5px;
    max-width: 680px;
    line-height: 1.6;
}

/* Control Buttons Top Right */
.clinical-gallery-slider-section .gallery-nav-controls {
    display: flex;
    gap: 12px;
    position: relative;
    z-index: 10;
}

.clinical-gallery-slider-section .gallery-control-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(42, 119, 187, 0.2);
    background-color: #ffffff;
    color: #054870;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.clinical-gallery-slider-section .gallery-control-btn svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.clinical-gallery-slider-section .gallery-control-btn:hover {
    background-color: #054870;
    color: #ffffff;
    border-color: #054870;
    transform: scale(1.05);
}

/* Slider Mechanics */
.clinical-gallery-slider-section .gallery-slider-viewport {
    overflow: visible;
    /* Allows natural visibility while keeping parent responsive */
    padding: 10px 0;
}

.clinical-gallery-slider-section .gallery-slider-track {
    display: flex;
    gap: 24px;
    transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

/* Slide Cards */
.clinical-gallery-slider-section .gallery-slide-card {
    flex: 0 0 320px;
    /* Width on mobiles */
    max-width: 380px;
}

@media (min-width: 768px) {
    .clinical-gallery-slider-section .gallery-slide-card {
        flex: 0 0 380px;
        /* Width on desktops */
        max-width: 380px;
    }
    .services-heading-sub{
        font-size: 23px !important;
    }
}
@media (max-width: 576px) {
    .services-heading-sub{
        font-size: 23px !important;
    }
}
.lead-para{
    font-size: 16px;

}
.services-heading-sub{
    font-size: 28px !important;
    font-weight: 600 !important;
    color:#085684 !important;
    
}
.clinical-gallery-slider-section .gallery-img-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.clinical-gallery-slider-section .gallery-actual-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Modern Gradient Text Overlay */
.clinical-gallery-slider-section .gallery-slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.clinical-gallery-slider-section .gallery-slide-category {
    color: #87C18E;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.clinical-gallery-slider-section .gallery-slide-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

/* Interactive Image Zoom on Card Hover */
.clinical-gallery-slider-section .gallery-img-wrapper:hover .gallery-actual-img {
    transform: scale(1.08);
}


.academic-leadership-section {
    background-color: #ffffff;
    position: relative;
}

/* Left Content Details Typography */
.academic-leadership-section .lead-tagline {
    display: inline-block;
    color: #054870;
    font-size: 13.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.academic-leadership-section .lead-heading {
    color: #222222;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.academic-leadership-section .lead-desc-text {
    color: #555555;
    font-size: 15.5px;
    line-height: 1.6;
}

/* Clinical Info Alert Box */
.academic-leadership-section .clinical-lead-alert {
    background-color: rgba(42, 119, 187, 0.04);
    border-radius: 12px;
    border-left: 4px solid #054870;
}

.academic-leadership-section .alert-badge-icon {
    color: #054870;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.academic-leadership-section .alert-badge-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.academic-leadership-section .alert-text {
    color: #444444;
    font-size: 14.5px;
    line-height: 1.5;
}

/* Milestone Cards (Right Side Grid) */
.academic-leadership-section .milestone-box {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 16px;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.academic-leadership-section .milestone-icon-wrapper {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background-color: #ffffff;
    color: #054870;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.academic-leadership-section .milestone-icon-wrapper svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

/* Card Accent Variation */
.academic-leadership-section .highlight-box .milestone-icon-wrapper {
    background-color: rgb(42 119 187 / 26%);
    color: #054870;
}

.academic-leadership-section .milestone-data h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 3px 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.academic-leadership-section .milestone-data p {
    color: #666666;
    font-size: 15px;
    margin: 0;
    line-height: 1.4;
}

/* Hover Dynamics */
.academic-leadership-section .milestone-box:hover {
    transform: translateY(-5px);
    background: #ffffff;
    border-color: #054870;
    box-shadow: 0 15px 30px rgba(42, 119, 187, 0.08);
}

.academic-leadership-section .milestone-box:hover .milestone-icon-wrapper {
    background-color: #054870;
    color: #ffffff;
}

.academic-leadership-section .milestone-box:hover h4 {
    color: #054870;
}

/* Responsive Media Queries */
@media (max-width: 991px) {
    .academic-leadership-section .lead-heading {
        font-size: 2rem;
    }
}

.global-credentials-section {
    background-color: #f8fafc;
    /* Very soft blue/grey tint for contrast */
}

/* Typography for Header */
.global-credentials-section .cred-subtitle {
    display: inline-block;
    color: #87C18E;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.global-credentials-section .cred-main-title {
    color: #054870;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}

.global-credentials-section .cred-para {
    color: #555555;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* Credential Card Styling */
.global-credentials-section .cred-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    height: 100%;
    border: 1px solid rgba(42, 119, 187, 0.08);
    border-bottom: 1px solid #054870;
    /* Solid blue base */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
}

/* Header Inside Card (Icon + Date) */
.global-credentials-section .cred-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

/* Icon Box */
.global-credentials-section .cred-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background-color: rgba(42, 119, 187, 0.08);
    /* Light Green tint */
    color: #054870;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.global-credentials-section .cred-icon svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
}

/* Date/Badge Styling */
.global-credentials-section .cred-date {
    background: rgba(42, 119, 187, 0.06);
    color: #054870;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

/* Highlight style for non-date tags */
.global-credentials-section .cred-date-alt {
    background: rgba(42, 119, 187, 0.08);
    color: #054870;
}

/* Body Content */
.global-credentials-section .cred-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.global-credentials-section .cred-title {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.global-credentials-section .cred-location {
    color: #666666;
    font-size: 14.5px;
    line-height: 1.5;
    margin: 0;
}

/* Hover Interactivity */
.global-credentials-section .cred-card:hover {
    transform: translateY(-8px);
    border-bottom-color: #054870;
    /* Bottom line turns green */
    box-shadow: 0 15px 35px rgba(42, 119, 187, 0.12);
}

.global-credentials-section .cred-card:hover .cred-icon {
    background-color: #054870;
    color: #ffffff;
}

.global-credentials-section .cred-card:hover .cred-title {
    color: #054870;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .global-credentials-section .cred-main-title {
        font-size: 2rem;
    }
}

.premium-robotic-surgery {
    background-color: #ffffff;
    overflow: hidden;
}

/* Typography Hierarchy */
.premium-robotic-surgery .section-subtitle {
    display: block;
    color: #87C18E;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.premium-robotic-surgery .section-title {
    color: #222222;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.8px;
}

.premium-robotic-surgery .section-lead-text {
    color: #555555;
    font-size: 16px;
    line-height: 1.6;
}

.premium-robotic-surgery .clinical-context-note {
    border-left: 4px solid #054870;
    padding-left: 15px;
    color: #666666;
    font-size: 14.5px;
    font-style: italic;
}

/* Outcome Grid System */
.premium-robotic-surgery .outcome-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px 15px;
    height: 100%;
    text-align: center;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-robotic-surgery .outcome-icon {
    width: 44px;
    height: 44px;
    background-color: rgba(42, 119, 187, 0.08);
    color: #054870;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    transition: all 0.3s ease;
}

.premium-robotic-surgery .outcome-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.premium-robotic-surgery .outcome-card h5 {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

/* Grid Hover Animation */
.premium-robotic-surgery .outcome-card:hover {
    transform: translateY(-4px);
    background: #ffffff;
    border-color: #054870;
    box-shadow: 0 12px 24px rgba(42, 119, 187, 0.1);
}

.premium-robotic-surgery .outcome-card:hover .outcome-icon {
    background-color: #054870;
    color: #ffffff;
}

.premium-robotic-surgery .outcome-card:hover h5 {
    color: #054870;
}

/* Video Frame with requested #054870 Background Tint */
.premium-robotic-surgery .video-sticky-wrapper {
    position: relative;
    top: 0;
}

.premium-robotic-surgery .video-backdrop-box {
    background: #054870;
    padding: 24px;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(42, 119, 187, 0.2);
}

.premium-robotic-surgery .video-responsive-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* Fixed 16:9 Aspect Ratio */
    height: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.premium-robotic-surgery .video-responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Sticky Behaviour & Mobile Optimization */
@media (min-width: 992px) {
    .premium-robotic-surgery .video-sticky-wrapper {
        position: sticky;
        top: 40px;
    }
}

@media (max-width: 991px) {
    .premium-robotic-surgery .section-title {
        font-size: 2rem;
    }

    .premium-robotic-surgery .video-backdrop-box {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .mobile-view-heading {
        font-size: 10px !important;
    }
}

.why-choose-section {
    /* Pure blue background jo aapne choose kiya */
    background: #054870;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.15);
    /* Pure section ko depth dene ke liye subtle inner shadow */
}

.why-choose-section .section-title {
    /* Heading ko white kiya taaki dark blue par achhe se highlight ho */
    color: #ffffff;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Heading par smooth shadow */
}

/* Feature Boxes Style */
.why-choose-section .feature-box {
    display: flex;
    gap: 15px;
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    /* Dark background ke upar white card ko stand out karne ke liye refined shadow */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.why-choose-section .feature-icon-wrapper {
    flex-shrink: 0;
}

.why-choose-section .feature-icon {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    /* Light green background background tint jo dark blue theme me blend ho sake */
    background-color: rgb(41 117 184 / 23%);
    color: #054870;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.feature-icon img {
    height: 32px;
    width: auto;
    object-fit: contain;
}

.why-choose-section .feature-body h5 {
    color: #222222;
    /* Card titles ko thoda aur dark kiya taaki readability badhe */
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px 0;
    transition: color 0.3s ease;
}

.why-choose-section .feature-body p {
    color: #555555;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

/* Hover Effects */
.why-choose-section .feature-box:hover {
    transform: translateY(-5px);
    border-color: #ffffff;
    /* Hover karne par card par ek strong aur premium floating shadow aayegi */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.why-choose-section .feature-box:hover .feature-icon {
    background-color: #054870;
    color: #ffffff;
}

.why-choose-section .feature-box:hover .feature-icon img {
    filter: brightness(0) invert(1);
}

.why-choose-section .feature-box:hover .feature-body h5 {
    color: #054870;
}

/* Video Wrapper Styles */
.video-sticky-wrapper {
    position: relative;
    top: 0;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    height: 0;
    border-radius: 20px;
    overflow: hidden;
    /* Video frame par solid shadow taaki woh background se alag layer pe dikhe */
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    border: 5px solid #ffffff;
    /* Thick white border for high-end look */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive Handling */
@media (min-width: 992px) {
    .video-sticky-wrapper {
        position: sticky;
        top: 30px;
        /* Big screens par scroll karne par video jagah par ruki rahegi */
    }
}

@media (max-width: 991px) {
    .why-choose-section {
        /* Mobile par bhi same consistent pure blue background fill rahega */
        background: #054870;
    }

    .video-container {
        margin-top: 30px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    }
}


.tm-faq-section {
    background: #f8fbff;
}

/* Heading */
.tm-faq-heading {
    font-size: 32px;
    font-weight: 700;

}

.tm-faq-sub {
    color: #6c757d;
}

/* Accordion */
.tm-faq-accordion .accordion-item {
    border: none;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Button */
.tm-faq-accordion .accordion-button {
    font-weight: 600;
    color: #03246b;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Active */
.tm-faq-accordion .accordion-button:not(.collapsed) {
    background: #054870;
    color: #fff;
}

/* Icon */
.tm-faq-accordion .accordion-button i {
    font-size: 18px;
}

/* Body */
.tm-faq-accordion .accordion-body {
    background: #fff;
    color: #555;
    font-size: 14px;
}

/* Remove default arrow */
.accordion-button::after {
    filter: brightness(0);
}

.tm-faq-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(100);
}


.dr-tapan-compact-shorts-section {
    background-color: #f8fafc;
}

.compact-video-description {
    color: #666666;
    font-size: 15.5px;

}


.dr-tapan-compact-shorts-section .compact-video-tagline {
    display: block;
    color: #054870;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dr-tapan-compact-shorts-section .compact-video-heading {
    color: #054870;
    font-weight: 600;
    font-size: 2rem;
    margin: 0;
}

/* Fixed Height Small Card Box Wrapper */
.dr-tapan-compact-shorts-section .compact-insight-card {
    background: #054870;
    border-radius: 14px;
    color: white;
    overflow: hidden;
    border: 1px solid rgba(42, 119, 187, 0.08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);

    /* Strict Height Allocation Constraints */
    height: 380px;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease;
}

/* Portrait Viewport Matrix Logic */
.dr-tapan-compact-shorts-section .compact-short-embed-frame {
    position: relative;
    width: 100%;
    height: 380px;
    /* Takes up major card room proportionally */
    background-color: #000000;
}

.dr-tapan-compact-shorts-section .compact-short-embed-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Micro Typography Container */
.dr-tapan-compact-shorts-section .compact-card-body {
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.dr-tapan-compact-shorts-section .compact-card-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2px;

    /* Multiline ellipsis protection logic */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dr-tapan-compact-shorts-section .compact-card-author {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

/* Card Micro Hover Dynamics */
.dr-tapan-compact-shorts-section .compact-insight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(42, 119, 187, 0.08);
    border-color: #054870;
}


.onco-block-main-wrapper {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background-color: #f8fafc;
    color: #0f172a;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Background Advanced Aura Elements */
.onco-block-radial-lens {
    position: absolute;
    border-radius: 50%;
    filter: blur(150px);
    opacity: 0.25;
    z-index: 1;
    pointer-events: none;
}
.lens-left {
    top: -10%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #0ea5e9 0%, transparent 70%);
}
.lens-right {
    bottom: -10%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #8b5cf6 0%, transparent 70%);
}

.onco-block-full-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 10;
}

/* TOP HEADER ENGINE */
.onco-block-master-header {
    margin-bottom: 60px;
}

.onco-block-tag-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(14, 165, 233, 0.08);
    border: 1px solid rgba(14, 165, 233, 0.2);
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.onco-block-pulse-core {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1ca8a6;
    box-shadow: 0 0 10px #1ca8a6;
}

.onco-block-badge-text {
    color:#085684;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.onco-block-main-heading {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #0f172a;
    margin-bottom: 20px;
}

.onco-block-sub-text {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.6;
    max-width: 750px;
}

/* Premium Card Structural Block Framework */
.onco-block-card-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    border: 1px solid #e2e8f0;
    background-color: #f1f5f9;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s, border-color 0.4s;
    height: 100%; /* Ensures equal height if text varies slightly */
}

.onco-block-media-canvas {
    position: relative;
    width: 100%;
    height: 300px; 
    overflow: hidden;
}

.onco-block-asset-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Fixed Visible Data Frame Overlay System */
.onco-block-permanent-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, 
        rgba(15, 23, 42, 0.95) 0%, 
        rgba(15, 23, 42, 0.75) 45%, 
        rgba(15, 23, 42, 0.1) 100%);
    display: flex;
    align-items: flex-end;
    padding: 30px;
    z-index: 5;
}

.onco-block-data-cluster {
    width: 100%;
}

.onco-block-item-title {
    font-size: 1.45rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
    letter-spacing: -0.01em;
}

.onco-block-item-desc {
    font-size: 0.92rem;
    color: #cbd5e1; 
    line-height: 1.5;
    margin: 0 0 22px 0;
}

.onco-block-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #1ca8a6;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Animation Responses on Hover Action */
.onco-block-card-frame:hover {
    transform: translateY(-8px);
    border-color: #0ea5e9;
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.15);
}

.onco-block-card-frame:hover .onco-block-asset-img {
    transform: scale(1.06);
}

.onco-block-action-btn:hover {
    background-color: #1ca8a6;
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(14, 165, 233, 0.4);
}

.onco-block-action-btn:hover .icon-shift {
    transform: translateX(4px);
}

/* Fluid Adaptive Media Systems */
@media (max-width: 768px) {
    .onco-block-full-container {
        padding: 0 20px;
    }
    .onco-block-master-header {
        margin-bottom: 40px;
    }
    .onco-block-media-canvas {
        height: 280px;
    }
    .onco-block-permanent-overlay {
        padding: 24px;
    }
}

/*====== Services page css start ===============*/
  .apt-premium-layout-section {
    background-color: #f8fafc;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  /* Left Side Scrollable Cards */
  .apt-info-display-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 14px;
    background: #ffffff;
  }
  .apt-info-display-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(42, 119, 187, 0.08) !important;
  }

  .apt-mini-accent-badge {
    background-color: rgba(42, 119, 187, 0.1);
    color: #054870;
    font-weight: 600;
    padding: 0.4rem 0.8rem;
    border-radius: 30px;
    font-size: 0.75rem;
  }

  .apt-icon-wrapper {
    width: 40px;
    height: 40px;
    background-color: rgba(42, 119, 187, 0.1);
    color: #054870;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
  }

  /* --- RIGHT SIDE STICKY CONTAINER (Holds both Divs) --- */
  @media (min-width: 768px) {
    .apt-sticky-sidebar-holder {
      position: -webkit-sticky;
      position: sticky;
      top: 100px; /* Top screen spacing */
      z-index: 10;
    }
  }

  /* DIV 1: Doctor Card Styling */
  .apt-separate-doctor-card {
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.03);
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  }

  .apt-avatar-wrapper {
    position: relative;
    width: 100px;
    height: 80px;
  }

  .apt-doctor-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #e2e8f0;
  }

  .apt-online-status {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background-color: #22c55e; /* Green active badge */
    border: 2px solid #ffffff;
    border-radius: 50%;
  }

  .btn-apt-link-profile {
    color: #054870;
    text-decoration: none;
    font-size: 0.8rem;
    transition: color 0.2s;
  }
  .btn-apt-link-profile:hover {
    color: #1e588c;
    text-decoration: underline;
  }

  /* DIV 2: Form Card Styling */
  .apt-compact-form-card {
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.03);
  }

  .apt-form-header-bg {
    background: linear-gradient(135deg, #054870 0%, #1e588c 100%);
  }
  
  .x-small {
    font-size: 0.75rem;
  }

  .mb-2.5 {
    margin-bottom: 0.65rem;
  }

  .apt-field-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.25rem;
  }

  .apt-custom-input {
    border: 1px solid #e2e8f0;
    border-radius: 8px !important;
    padding: 0.5rem 0.75rem;
    font-size: 0.88rem;
    color: #334155;
  }

  .apt-custom-input:focus {
    border-color: #054870;
    box-shadow: 0 0 0 3px rgba(42, 119, 187, 0.15);
  }

  .apt-compact-form-card .input-group-text {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px 0 0 8px !important;
    color: #94a3b8;
    min-width: 35px;
    justify-content: center;
    font-size: 0.85rem;
  }

  .apt-compact-form-card .input-group .apt-custom-input {
    border-radius: 0 8px 8px 0 !important;
  }

  /* Buttons Styling using #054870 */
  .btn-apt-brand-submit {
    background-color: #054870;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 0.6rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(42, 119, 187, 0.25);
  }

  .btn-apt-brand-submit:hover {
    background-color: #1e588c;
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(42, 119, 187, 0.35);
    transform: translateY(-1px);
  }

  .btn-apt-secondary-outline {
    background: transparent;
    border: 1px solid rgba(42, 119, 187, 0.25);
    color: #054870;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
  }

  .btn-apt-secondary-outline:hover {
    background-color: rgba(42, 119, 187, 0.04);
    border-color: #054870;
    color: #1e588c;
  }
                     
                        .gi-gallery img{
                        width:100%;
                        height:200px;
                        object-fit:cover;
                        border-radius:12px;
                        }
                        @media (max-width:767px){
                        .gi-gallery img{
                        height:auto;
                        }
                        }
                     

.dr-tapan-video-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.dr-tapan-video-player {
    width: 100%;
    height: 290px;
    display: block;
    border: none;
    border-radius: 20px;
    object-fit: contain;
    outline: none;
}

/* Tablet */
@media (max-width: 991px) {
    .dr-tapan-video-wrapper {
        border-radius: 16px;
    }

    .dr-tapan-video-player {
        border-radius: 16px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .dr-tapan-video-wrapper {
        border-radius: 12px;
    }

    .dr-tapan-video-player {
        border-radius: 12px;
    }
}



