.kg-consult-section {
        background: linear-gradient(135deg, #054870 0%, #032b44 100%);

    margin: 0px;
    padding: 0px;
    width: 100%;
}

.kg-consult-box {
    background: linear-gradient(135deg, #054870 0%, #032b44 100%);

    padding: 35px 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(5, 72, 112, 0.12);
}

/* Subtle Glowing Accents */
.kg-consult-glow-left {
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(252, 207, 10, 0.06) 0%, rgba(252, 207, 10, 0) 75%);
    border-radius: 50%;
    z-index: 1;
}

.kg-consult-glow-right {
    position: absolute;
    top: -100px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(252, 207, 10, 0.12) 0%, rgba(252, 207, 10, 0) 75%);
    border-radius: 50%;
    z-index: 1;
}

/* UI Micro Badges */
.kg-consult-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(252, 207, 10, 0.12);
    border: 1px solid rgba(252, 207, 10, 0.2);
    color: #fccf0a;
    padding: 5px 14px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.3px;
}
.object-cover{
    object-fit: cover !important;
}
/* Headings & Structure Layout */
.kg-consult-heading {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.kg-consult-heading span {
    color: #fccf0a;
}

.kg-consult-desc {
    color: #d1e2ec;
    font-size: 15px;
    line-height: 1.6;
    
}

/* Call-to-action Elements */
.kg-btn-primary {
    background: #fccf0a;
    color: #054870 !important;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    display: inline-block;
}

.kg-btn-primary:hover {
    background: #ffffff;
    transform: translateY(-1px);
}

.kg-btn-secondary {
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    display: inline-block;
}

.kg-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #ffffff;
}

/* Compact Premium Card Module */
.kg-consult-card {
    background: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

.kg-card-header h4 {
    color: #054870;
    font-weight: 700;
    font-size: 18px;
}

.kg-card-header p {
    font-size: 13px;
    color: #718096 !important;
}

/* Icon Integrated Input Styling */
.kg-input-group {
    position: relative;
    width: 100%;
}

.kg-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0aec0;
    font-size: 14px;
    transition: color 0.2s ease;
    z-index: 4;
}

.kg-input-group textarea ~ .kg-input-icon {
    top: 14px;
    transform: none;
}

.kg-consult-card .form-control {
    height: 42px;
    border-radius: 6px;
    border: 1.5px solid #e2e8f0;
    background-color: #f8fafc;
    padding: 8px 12px 8px 38px;
    font-size: 14px;
    color: #2d3748;
    transition: all 0.25s ease;
}

.kg-consult-card textarea.form-control {
    height: auto;
    min-height: 68px;
    resize: none;
}

.kg-consult-card .form-control:focus {
    background-color: #ffffff;
    border-color: #054870;
    box-shadow: 0 0 0 3px rgba(5, 72, 112, 0.08);
    outline: none;
}

.kg-consult-card .form-control:focus ~ .kg-input-icon {
    color: #054870;
}

/* Direct Action Button */
.kg-btn-submit {
    background: #054870;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 11px;
    border-radius: 6px;
    border: none;
    transition: all 0.25s ease;
}

.kg-btn-submit:hover {
    background: #fccf0a;
    color: #054870;
}

/* Intelligent Responsiveness overrides */
@media (max-width: 991px) {
    .kg-consult-box {
        padding: 30px 20px;
    }
    .kg-consult-heading {
        font-size: 30px;
    }
    .kg-consult-card {
        padding: 18px;
    }
}


:root {
  --main-bg-white: #ffffff;
  --block-dark: #085684;
  --premium-gold: #FCCF0A;
  --text-white: #ffffff;
  --text-slate: #d1d5dc;
  --card-border: rgba(255, 255, 255, 0.04);
}

/* Base Wrapper - White Theme */
.why-choose-doctor-section {
  padding: 40px 0;
  background-color: var(--main-bg-white);
  font-family: sans-serif;
}

/* Header Text Settings */
.why-choose-doctor-section .section-header {
  margin-bottom: 55px;
  max-width: 780px;
}

.why-choose-doctor-section .section-header h2 {
  color: var(--block-dark);
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}

.why-choose-doctor-section .section-header p {
  color: #19191a;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}

/* Premium Dark Blocks Setup with Flex Row Inline Flow */
.doctor-feature-card {
  background-color: var(--block-dark);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 35px;
  height: 100%;
  display: flex;
  align-items: flex-start; /* Keeps alignment precise when paragraphs are long */
  gap: 24px;
  box-shadow: 0 12px 35px -12px rgba(3, 43, 68, 0.25);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Premium Left-aligned Premium Icon wrapper */
.doctor-feature-card .card-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--premium-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0; /* Prevents icon deformation */
  border: 1px solid rgba(252, 207, 10, 0.1);
  transition: all 0.25s ease;
}

/* Interactive Hover Animations */
.doctor-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -15px rgba(3, 43, 68, 0.4);
  border-color: rgba(252, 207, 10, 0.2);
}

.doctor-feature-card:hover .card-icon {
  background-color: var(--premium-gold);
  color: var(--block-dark);
  transform: scale(1.05);
}

/* Clean Row Alignment For Content Blocks */
.doctor-feature-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Typography Inside Dark Cards */
.doctor-feature-card .card-content h3 {
  color: var(--text-white);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.doctor-feature-card .card-content p {
  color: var(--text-slate);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* Full Width Card Layout Adjustments */
@media (min-width: 768px) {
  .full-width-card {
    padding: 35px 50px;
  }
}

/* Responsive Fluid Breakpoints */
@media (max-width: 768px) {
  .why-choose-doctor-section {
    padding: 60px 0;
  }
  .why-choose-doctor-section .section-header h2 {
    font-size: 1.8rem;
  }
  .doctor-feature-card {
    padding: 25px;
    gap: 16px;
  }
  .doctor-feature-card .card-icon {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
  .doctor-feature-card .card-content h3 {
    font-size: 1.15rem;
  }
}

:root {
  --section-bg: #f8fafc; /* Keep standard page background subtle */
  --box-dark: #054870; /* Asked layout background */
  --premium-yellow: #FCCF0A;
  --text-white: #ffffff;
  --text-silver: #d1d5dc;
  --border-dark-glow: rgba(252, 207, 10, 0.15);
  --timeline-line: rgba(3, 43, 68, 0.15);
}

/* Section Main Shell */
.treatment-process-section {
  padding: 40px 0;
  background-color: white;
  font-family: sans-serif;
}

/* Header Setup */
.treatment-process-section .section-header {
  margin-bottom: 60px;
  max-width: 800px;
}

.treatment-process-section .section-header h2 {
  color: var(--box-dark);
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}

.treatment-process-section .section-header p {
  color: #151616;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}

/* Timeline Track Wrapper */
.process-flow-container {
  position: relative;
  padding-left: 10px;
}

/* Step Layout Engine */
.process-step-item {
  display: flex;
  align-items: stretch;
  gap: 30px;
  position: relative;
  padding-bottom: 32px;
}

/* Center Connected Track Line */
.process-step-item::before {
  content: '';
  position: absolute;
  left: 26px;
  top: 52px;
  width: 2px;
  height: calc(100% - 18px);
  background-color: var(--timeline-line);
}

/* Stop connector layout on terminal index */
.process-step-item.last-step::before {
  display: none;
}

/* Step Number Box Styling */
.process-step-item .step-number-box {
  width: 54px;
  height: 54px;
  background-color: var(--box-dark);
  color: var(--text-white);
  font-weight: 700;
  font-size: 1.25rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Content Box Wrapper - Pure Dark System */
.process-step-item .step-content-card {
  flex-grow: 1;
  background-color: var(--box-dark);
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  padding: 26px 32px;
  box-shadow: 0 10px 30px -10px rgba(3, 43, 68, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Interactive Hover Actions */
.process-step-item:hover .step-number-box {
  background-color: var(--premium-yellow);
  color: var(--box-dark);
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(252, 207, 10, 0.3);
  border-color: var(--premium-yellow);
}

.process-step-item:hover .step-content-card {
  border-color: var(--border-dark-glow);
  box-shadow: 0 15px 35px -5px rgba(3, 43, 68, 0.45);
  transform: translateX(6px);
}

/* Text Element Styling inside Dark Boxes */
.process-step-item .step-content-card h3 {
  color: var(--text-white);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.process-step-item:hover .step-content-card h3 {
  color: var(--premium-yellow); /* Glow header on mouse over */
}

.process-step-item .step-content-card p {
  color: var(--text-silver);
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}

/* Responsive Adaptive Fluid Queries */
@media (max-width: 768px) {
  .treatment-process-section {
    padding: 60px 0;
  }
  .treatment-process-section .section-header h2 {
    font-size: 1.75rem;
  }
  .process-flow-container {
    padding-left: 0;
  }
  .process-step-item {
    gap: 16px;
    padding-bottom: 24px;
  }
  .process-step-item .step-number-box {
    width: 42px;
    height: 42px;
    font-size: 1.05rem;
    border-radius: 10px;
  }
  .process-step-item::before {
    left: 21px;
    top: 42px;
  }
  .process-step-item .step-content-card {
    padding: 18px 20px;
  }
  .process-step-item .step-content-card h3 {
    font-size: 1.1rem;
  }
}

:root {
  --brand-blue: #054870;
  --premium-yellow: #FCCF0A;
  --text-dark: #1e293b;
  --text-muted: #0c0c0c;
  --card-bg: #ffffff;
  --border-color: rgba(5, 72, 112, 0.06);
}

/* Section Shell */
.treated-cancers-section {
  padding: 90px 0;
  background-color: #f8fafc;
  font-family: sans-serif;
}

/* Header Grid Alignment */
.treated-cancers-section .section-header {
  margin-bottom: 55px;
  max-width: 800px;
}

.treated-cancers-section .section-header h2 {
  color: var(--brand-blue);
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}

.treated-cancers-section .section-header p {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}

/* Inline Card Structure - Icon and Content in Row alignment */
.cancer-inline-card {
  display: flex;
  align-items: flex-start; /* Perfect horizontal baseline mapping */
  gap: 20px;
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 24px;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Premium Hover Transitions */
.cancer-inline-card:hover {
  border-color: rgba(5, 72, 112, 0.12);
  background-color: #ffffff;
  box-shadow: 0 12px 30px -8px rgba(5, 72, 112, 0.06);
  transform: translateY(-2px);
}

/* Clean Inline Left Icons Layout */
.cancer-inline-card .card-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: rgba(5, 72, 112, 0.05);
  color: var(--brand-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0; /* Prevents icon compression on narrow layouts */
  transition: all 0.25s ease;
}

.cancer-inline-card:hover .card-icon {
  background-color: var(--premium-yellow);
  color: var(--brand-blue);
}

/* Right Side Text Block Layout */
.cancer-inline-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cancer-inline-card .card-content h3 {
  color: var(--brand-blue);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

.cancer-inline-card .card-content p {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0;
}

/* Mobile & Tablet Alignment Fine-Tuning */
@media (max-width: 768px) {
  .treated-cancers-section {
    padding: 60px 0;
  }
  .treated-cancers-section .section-header h2 {
    font-size: 1.75rem;
  }
  .cancer-inline-card {
    padding: 20px;
    gap: 16px;
  }
}

:root {
  --brand-blue: #054870;
  --premium-yellow: #FCCF0A;
  --text-dark: #1e293b;
  --text-muted: #151616;
  --border-light: rgba(5, 72, 112, 0.08);
}

/* Section Wrapper */
.benefits-surgery-section {
  padding: 80px 0;
  background-color: #f8fafc;
  font-family: sans-serif;
}

/* Header Text Styles */
.benefits-surgery-section .section-header {
  margin-bottom: 40px;
}

.benefits-surgery-section .section-header h2 {
  color: var(--brand-blue);
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 10px;
}

.benefits-surgery-section .section-header p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0;
}

/* White Card Box for Items */
.benefits-box {
  background-color: #ffffff;
  border: 1px solid rgba(5, 72, 112, 0.05);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px -2px rgba(5, 72, 112, 0.02);
}

/* Individual List Item Rows & Underlines */
.benefit-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border-light);
  transition: padding-left 0.25s ease;
}

/* Last Item without Underline */
.benefit-item.last-item {
  border-bottom: none;
}

/* Hover Effect */
.benefit-item:hover {
  padding-left: 8px;
}

/* FontAwesome Check Circles */
.benefit-item .icon-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(5, 72, 112, 0.06);
  color: var(--brand-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.benefit-item:hover .icon-circle {
  background-color: var(--premium-yellow);
  color: var(--brand-blue);
}

/* List Text Styles */
.benefit-item span {
  color: var(--text-dark);
  font-weight: 600;
  font-size: 1rem;
}

/* Responsive Fixes */
@media (max-width: 768px) {
  .benefits-surgery-section {
    padding: 50px 0;
  }
  .benefits-box {
    padding: 20px;
  }
  .benefits-surgery-section .section-header h2 {
    font-size: 1.6rem;
  }
}

    :root {
  --color-primary-brand: #054870;
  --color-accent-premium: #FCCF0A;
}

.text-primary-brand {
  color: var(--color-primary-brand) !important;
}

.max-w-2xl {
  max-w: 680px;
}
.small-text {
  font-size: 0.95rem;
}

/* Symptom Card Design */
.symptom-card {
  background-color: #fdfdfd;
  border: 1px solid rgba(5, 72, 112, 0.06);
}

.symptom-card:hover {
  background-color: #ffffff;
  border-color: rgba(5, 72, 112, 0.15);
  box-shadow: 0 10px 25px -5px rgba(5, 72, 112, 0.05);
  transform: translateY(-2px);
}

/* Fixed sizing for FontAwesome container icons */
.symptom-card .symptom-icon-box {
  width: 36px;
  height: 36px;
  background-color: rgba(5, 72, 112, 0.05);
  color: var(--color-primary-brand);
  font-size: 0.95rem;
  transition: all 0.25s ease;
}

.symptom-card:hover .symptom-icon-box {
  background-color: var(--color-accent-premium);
  color: var(--color-primary-brand);
}

.symptom-text {
  font-size: 17px;
  color: #101011;
  line-height: 1.5;
}

.transition-all {
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@media(max-width: 576px){
    .text-primary-brand{
        font-size: 25px !important;
    }
}

:root {
  --color-primary-brand: #054870;
  --color-accent-premium: #FCCF0A;
  --color-accent-hover: #e0b804;
}

/* Base Styles Overrides inside Section */
.text-primary-brand {
  color: var(--color-primary-brand) !important;
}

.lead-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color:#1c1c1d;
}

.importance-block {
  border-left-color: var(--color-accent-premium) !important;
}

/* Button Variants */
.btn-premium-accent {
  background-color: var(--color-accent-premium);
  color: var(--color-primary-brand);
  border: 1px solid var(--color-accent-premium);
  transition: all 0.25s ease;
}

.btn-premium-accent:hover, 
.btn-premium-accent:focus {
  background-color: var(--color-accent-hover);
  color: var(--color-primary-brand);
  border-color: var(--color-accent-hover);
}

.btn-outline-brand {
  color: var(--color-primary-brand);
  border: 2px solid rgba(5, 72, 112, 0.2);
  transition: all 0.25s ease;
}

.btn-outline-brand:hover {
  background-color: rgba(5, 72, 112, 0.05);
  color: var(--color-primary-brand);
  border-color: var(--color-primary-brand);
}

/* Image Column Frames and Effects */
.aspect-ratio-box {
  height: 300px;
  width: 100%;
}

.w-full { width: 100%; }
.h-full { height: 100%; }


.img-zoom-effect {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.image-showcase-wrapper:hover .img-zoom-effect {
  transform: scale(1.04);
}

.image-bg-glow {
  background: linear-gradient(135deg, var(--color-primary-brand), var(--color-accent-premium));
  top: -15px;
  left: -15px;
  right: 15px;
  bottom: 15px;
  transform: rotate(-1.5deg);
  filter: blur(10px);
}

/* Utility Helpers */
.style-blur-blob {
  background: radial-gradient(circle, rgba(5, 72, 112, 0.04) 0%, transparent 70%);
  width: 350px;
  height: 350px;
}


/*==================================new page========================*/
.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: #0284c7 !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: #0284c7;
    --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)
-------------------------------------------------- */



.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 #0548707d;
    border-radius: 100px;
    backdrop-filter: blur(10px);
}

.badge-pulse-dot {
    width: 8px;
    height: 8px;
    background: #054870;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(5, 72, 112, 0.6);
    animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(5, 72, 112, 0.6);
    }

    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 10px rgba(5, 72, 112, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(5, 72, 112, 0);
    }
}
.onco-title-pre {
    font-size: 11px;
    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;
    }
    .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: #0284c7;
    font-size: 16px;
}

.floating-clinical-bar p {
    margin: 0;
    color: #475569;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.floating-clinical-bar p i {
    color: #054870;
    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: 14px;
}

/* 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: #0284c7;
    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: 8px 32px;
    border-radius: 1px;
    background: linear-gradient(135deg, #054870 0%, #054870 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(#fccf0a, #fccf0a 0%, #fccf0a 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: #054870;
    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:#fccf0a;
    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: 12px;
    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 {
        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:#0284c7 !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: 16px;
    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: 13px;
    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: 16px;
    font-weight: 700;
    margin: 0 0 6px 0;
    transition: color 0.3s ease;
}

.why-choose-section .feature-body p {
    color: #555555;
    font-size: 13px;
    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: #054870;
    box-shadow: 0 0 10px #054870;
}

.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: #054870;
    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: #054870;
    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;
                        }
                        }
                     
/*====== Services page css end ===============*/



