html, body {
  overflow-x: hidden; /* Prevent horizontal scrollbar */
  height: 100%;
}

body {
  overflow-y: auto; /* Only one vertical scrollbar for the whole page */
}



.value-box {
  background: #fff;
  border-radius: 15px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid #e9ecef;
}

.value-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.value-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f6b517, #696a2e);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 32px;
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
  transition: all 0.4s ease;
}


.value-box h5 {
  font-size: 1.1rem;
  color: #212529;
  font-weight: 600;
  margin-bottom: 10px;
}

.value-box p {
  color: #1C1A1A;
  font-size: 0.95rem;
  margin: 0;
  text-align: center;
}

.text-muted {
  color: #6c757d !important;
}











  .mission-vision {
    background: #fff;
  }

  .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #004aad;
   
    position: relative;
    display: inline-block;
  }

  .section-title::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #007bff;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
  }

  .sub-title {
    font-size: 24px;
    font-weight: 700;
    color: #004aad;
    margin-bottom: 15px;
  }



  .vision-list {
    list-style: none;
    padding-left: 0;
  }

  .vision-list li {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
    position: relative;
    padding-left: 28px;
  }

  .vision-list li::before {
    content: "\f058";

    font-weight: 900;
    color: #007bff;
    position: absolute;
    left: 0;
    top: 1px;
  }

  .image-wrapper img {
    border-radius: 12px;
    transition: transform 0.4s ease;
  }

  

  @media (max-width: 767px) {
    .section-title {
      font-size: 26px;
    }
    .sub-title {
      font-size: 20px;
    }
    .text-wrapper p,
    .vision-list li {
      font-size: 14px;
    }
  }
  
  .core-values-section {
  background: #f0f5fd;
}



.choose-us-section {
  background: #f8f9fa;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0d6efd;
}

.section-title span {
  color: #198754;
}

.section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #f6b517;
  margin: 10px auto;
  border-radius: 5px;
}

.choose-box {
  background: #fff;
  border-radius: 15px;
  transition: all 0.4s ease;
  border: 1px solid #e9ecef;
  position: relative;
  overflow: hidden;
}

.choose-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.choose-icon {
  width: 80px;
  height: 80px;
  background: #0d3a4b;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  margin: 0 auto;
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
  transition: all 0.4s ease;
}



.choose-box h5 {
  font-size: 1.1rem;
  color: #212529;
  margin-top: 15px;
}

.choose-box p {
  color: #1C1A1A;
  font-size: 0.95rem;
  margin-top: 8px;
  text-align: center;
}

.eye-care-section {
  background: #f8fbff;
  font-family: 'Exo', sans-serif;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a1a1a;
}

.section-title span {
  color: #f6b800; /* gold accent */
}

.section-subtitle {
  max-width: 800px;
  margin: 0 auto;
  color: #444;
  font-size: 1rem;
}

.service-card {
  background: #f5f3ef;
  border-radius: 15px;
  padding: 30px 25px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(120deg, #0d3a4b, #f6b800);
  color: #fff;
  font-size: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
}

.service-card h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0a2342;
  margin-bottom: 10px;
}

.service-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

  .feature-box {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 30px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
  }

  .feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }

  .feature-icon {
    font-size: 48px;
    color: #007bff;
    margin-bottom: 15px;
  }

  .feature-title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
  }

  .feature-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
  }

  @media (max-width: 767px) {
    .feature-box {
      padding: 20px;
    }
  }


.hero.hero-5 .hero-content .hero-title{
    font-size: 30px;
    
}
@media(max-width: 576px){
    .single-service .entry-introduction .entry-video{
        height: 200px;
    }
}


.iol-section h2 {
  font-size: 26px; /* heading size reduce */
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.iol-box {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  background: #fff;
  transition: 0.4s;
  cursor: pointer;
  text-align: center; /* paragraph center */
  box-shadow: 0 0 0 rgba(0,0,0,0.08);
}
.iol-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.iol-number {
  width: 55px;
  height: 55px;
  margin: auto;
  border-radius: 50%;
  background: #c4e5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #134059;
  font-size: 22px;
}

.iol-box h4{
    font-size: 20px;
}
.iol-box p {
  text-align: center;
  margin-top: 6px;
  font-size: 14px; /* paragraph little smaller */
  line-height: 20px;
}

.price {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
  color: #0066ff;
  font-size: 18px;
}

/* ✅ Mobile View Fix */
@media (max-width: 768px) {
  .iol-section h2 {
    font-size: 20px;
  }
  .iol-box {
    padding: 20px 14px;
  }
  .iol-number {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .iol-box h4 {
    font-size: 16px;
  }
  .price {
    font-size: 16px;
  }
}


.cataract-process h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}

.step-box {
  position: relative;
  padding: 25px 25px 25px 70px;
  border-left: 3px solid #134059;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  transition: 0.4s;
  box-shadow: 0 0 10px rgba(0,0,0,0.06);
}
.step-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.step-number {
  position: absolute;
  left: -20px;
  top: 25px;
  width: 45px;
  height: 45px;
  background: #f6b517;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
}

.step-box h4 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.step-box p, .step-box ul li {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  color: #333;
}

/* Mobile View */
@media (max-width: 768px) {
  .step-box {
    padding: 20px 15px 20px 50px;
  }
  .step-number {
    width: 38px;
    height: 38px;
    font-size: 18px;
    left: -15px;
  }
  .cataract-process h2 {
    font-size: 22px;
  }
}


  :root {
    --primary-color: #0d6efd;
    --secondary-color: #198754;
    --accent-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --bg-gradient: linear-gradient(135deg, #f8fbff 0%, #e8f5ff 100%);
    --card-shadow: 0 8px 32px rgba(13, 110, 253, 0.1);
    --card-shadow-hover: 0 16px 48px rgba(13, 110, 253, 0.2);
  }
  
 
  .section-cataract {
    background: var(--bg-gradient);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
  }
  
  .section-cataract::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    opacity: 0.3;
  }
  
  
  
  .cataract-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    background: white;
    height: 100%;
  }
  
  .cataract-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--accent-gradient);
    transform: scaleX(0);
    transition: transform 0.4s ease;
  }
  
  .cataract-card:hover::before {
    transform: scaleX(1);
  }
  
 
  .cataract-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  
  .cataract-card:hover .cataract-image {
    transform: scale(1.05);
  }
  
  .cataract-header {
    background: #0d3a4b;
    
    color: white;
    padding: 1rem;
    text-align: center;
    position: relative;
  }
  
  .cataract-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    opacity: 0.9;
  }
  
  .cataract-title {
    font-size: 1.25rem;
    margin: 0;
    font-weight: bold;
  }
  
  .cataract-body {
    padding: 1.5rem;
  }
  
  .symptoms-tag, .treatment-tag {
    background: #f6b517;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  
  .treatment-tag {
    background: #031e4d;
  }
  
  .cataract-details {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #6c757d;
    margin-bottom: 1rem;
  }
  
  .cataract-details:last-child {
    margin-bottom: 0;
  }
  
 
  
 
  
  @media (max-width: 768px) {
    .section-cataract {
      padding: 3rem 0;
    }
    .section-title {
      font-size: 2rem;
    }
    .cataract-image {
      height: 150px;
    }
  }




.cornea-steps {
    background: #f9f9ff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

.cornea-steps .steps-wrapper {
    max-width: 700px;
    margin: auto;
}

.cornea-steps .steps-title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin-bottom: 25px;
}

.cornea-steps .steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cornea-steps .steps-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    padding: 12px 15px;
    background: #ffffff;
    border-left: 4px solid #f6b517;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.cornea-steps .step-number {
    font-size: 20px;
    font-weight: 700;
    color: #0077cc;
    margin-right: 12px;
}

.cornea-steps .step-text {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}



/* Unique Section */
.optical-deals-box {
    background: #f4f8ff;
    padding: 40px 20px;
    border-radius: 14px;
    max-width: 1100px;
    margin: auto;
}

/* Title */
.optical-deals-box .optical-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #003366;
}

/* Grid Layout */
.optical-deals-box .optical-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

/* Card Design */
.optical-deals-box .deal-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border-left: 5px solid #0077cc;
    transition: all 0.3s ease;
}

/* Hover Effect */
.optical-deals-box .deal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

/* Heading */
.optical-deals-box .deal-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0055aa;
    margin-bottom: 8px;
}

/* Description */
.optical-deals-box .deal-card p {
    font-size: 15px;
    color: #333;
    margin: 0;
}

/* Main Section */
.quick-glasses-process {
    background: #f4f8ff;
    padding: 40px 20px;
    border-radius: 14px;
    max-width: 1000px;
    margin: auto;
}

/* Title */
.quick-glasses-process .process-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #003366;
    margin-bottom: 30px;
}

/* Steps Grid */
.quick-glasses-process .process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
}

/* Each Step Box */
.quick-glasses-process .step-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    gap: 15px;
    border-left: 5px solid #0077cc;
    transition: 0.3s;
}

/* Hover Effect */
.quick-glasses-process .step-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

/* Number Box */
.quick-glasses-process .step-number {
    width: 40px;
    height: 40px;
    background: #f6b517;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Text */
.quick-glasses-process .step-box p {
    font-size: 15px;
    color: #333;
    margin: 0;
    font-weight: 500;
}

/* Unique Emergency Section */
.urgent-glasses-help {
  
    padding: 40px 20px;
    border-radius: 16px;
    margin: 30px auto;
    max-width: 900px;
   
}

/* Main Box */
.urgent-glasses-help .urgent-box {
    background: #ffffff;
    border-left: 6px solid #0077cc;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
}

/* Heading */
.urgent-glasses-help h3 {
    font-size: 28px;
    font-weight: 800;
    color: #003366;
    margin-bottom: 15px;
}

/* Highlighted Line */
.urgent-glasses-help .urgent-highlight {
    font-size: 18px;
    font-weight: 600;
    color: #0077cc;
    margin-bottom: 20px;
    line-height: 1.5;
}

.urgent-glasses-help .urgent-highlight a {
    color: #005bb5;
    text-decoration: none;
    font-weight: 700;
}

/* List */
.urgent-glasses-help .urgent-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.urgent-glasses-help .urgent-list li {
    font-size: 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    color: #333;
}

.urgent-glasses-help .urgent-list i {
    color: #0d3a4b;
    font-size: 20px;
    margin-right: 10px;
}

/* Footer Line */
.urgent-glasses-help .urgent-footer {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 600;
    color: #003a66;
}

/* Unique Section */
.perimetry-section {
    background: #f4f8ff;
    padding: 40px 20px;
    border-radius: 16px;
    max-width: 1100px;
    margin: auto;
}

/* Titles */
.perimetry-section .section-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #003366;
    margin-bottom: 25px;
}

/* Pricing Table */
.perimetry-section .price-table {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    overflow: hidden;
}

.perimetry-section .price-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    padding: 16px 20px;
    border-bottom: 1px solid #eef1f6;
    font-size: 16px;
    color: #333;
}

.perimetry-section .price-row.header {
    background: #003a70;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.perimetry-section .price-row:last-child {
    border-bottom: none;
}

.perimetry-section .highlight {
    color: #0077cc;
    font-weight: 700;
}

/* Payment Note */
.perimetry-section .payment-note {
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
    color: #0055aa;
}

/* Stories Section */
.perimetry-section .stories-grid {
    margin-top: 30px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.perimetry-section .story-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
    border-left: 5px solid #0077cc;
}

.perimetry-section .story-card p {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
}

.perimetry-section .story-author {
    font-size: 14px;
    font-weight: 700;
    color: #003b66;
}

.mt-40 {
    margin-top: 40px !important;
}



.bg-overlay{
    height: 400px;
}
/* ✅ Tablet View */
@media (max-width: 768px) {
  .bg-overlay {
    height: 140px;
  }
}

/* ✅ Mobile View */
@media (max-width: 576px) {
  .bg-overlay {
    height: 140px;
  }

  
}

   /* Default hero styling (optional, keep your existing) */
   .hero.hero-1 {
   position: relative;
   overflow: hidden;
   }
   /* Mobile view height fix */
   @media (max-width: 767px) {
   .hero.hero-1 {
   height: 280px !important;
   min-height: 180px !important;
   }
   .hero.hero-1 .bg-section img {
   height: 280px;
   object-fit: cover;
   width: 100%;
   }
   .hero.hero-1 .hero-content {
   padding-top: 40px; /* adjust to position text vertically */
   }
   .hero.hero-1 .hero-title {
   font-size: 16px !important;
   line-height: 1.4;
   }
   }
@media(max-width: 576px){
    .widget-reservation {
        display: none !important;
    }
}



/* ================================
   MOBILE RESPONSIVE (max-width: 576px)
================================ */
@media (max-width: 576px) {

    /* Tabs */
    .vision-tabs {
        gap: 15px;
        margin: 15px 0;
        padding: 0 10px;
    }

    .vision-tabs button {
        font-size: 14px;
        padding-bottom: 3px;
    }

    .vision-tabs button.active {
        border-bottom-width: 2px;
    }

    /* Image Info Box */
    .vision-info-box {
        width: 85%;
        right: 50%;
        transform: translateX(50%);
        bottom: 10px;
        padding: 10px 14px;
        font-size: 13px;
    }

    /* Slider */
    .vision-slider-line {
        width: 95%;
        height: 6px;
    }

    .slider-thumb {
        width: 20px;
        height: 20px;
        top: -7px;
    }

    /* Before / After */
    .vision-ba {
        width: 95%;
        font-size: 13px;
        margin-bottom: 20px;
    }

    /* Image height (optional) */
    .vision-image-box img {
        height: auto;
    }
}

/* Base Image */
.vision-image-box img {
    width: 100%;
    transition: 0.4s ease;
}

/* EFFECTS */
.effect-normal {
    filter: none;
}

.effect-presbyopia {
    filter: blur(2px) brightness(1.1);
}

.effect-cataract {
    filter: blur(8px) brightness(0.9) contrast(0.7);
}

.effect-monofocal {
    filter: brightness(1.2) contrast(1.1);
}

.effect-multifocal {
    filter: blur(2px) brightness(1.05) contrast(1.2) saturate(1.2);
}

/* Active Tab Style */
.vision-tabs button.active {
    color: #7DC242;
    border-bottom: 3px solid #7DC242;
}

    .vision-simulator-section {
    width: 100%;
    text-align: center;
}

/* IMAGE AREA */
.vision-image-box {
    position: relative;
}

.vision-image-box img {
    width: 100%;
    display: block;
    height: 490px;
    object-fit: cover;
}

.vision-info-box {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #fff;
    padding: 12px 18px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    width: 300px;
    text-align: left;
}

/* TABS */
.vision-tabs {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.vision-tabs button {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.vision-tabs button.active {
    color: #7DC242;
}

/* SLIDER */
.vision-slider-line {
    width: 90%;
    height: 8px;
    background: #eee;
    border-radius: 20px;
    margin: 0 auto 30px;
    position: relative;
}

.slider-thumb {
    width: 28px;
    height: 28px;
    background: #7DC242;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: 0;
    transition: all 0.3s ease;
}

/* BEFORE / AFTER */
.vision-ba {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    font-weight: bold;
}

.vision-note {
    font-style: italic;
    color: #555;
    margin-top: 15px;
}

/* MOBILE VIEW - HORIZONTAL SCROLL TABS */
@media (max-width: 576px) {
    .vision-tabs {
        display: flex;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        white-space: nowrap;
        gap: 20px;
        padding: 10px;
        scrollbar-width: none; /* Firefox hide scrollbar */
    }

    /* Hide scrollbar - Chrome/Safari */
    .vision-tabs::-webkit-scrollbar {
        display: none;
    }

    .vision-tabs button {
        font-size: 14px;
        flex: 0 0 auto; /* prevent wrapping */
        padding-bottom: 4px;
    }
}


    .hero-banner {
    position: relative;
    width: 100%;
    height: 550px; /* adjust as needed */
    background: url(https://www.akhandjyoti.com/storage/page/19/b31300754b3a86eeb29ce3fd7a40d3fd7f14f3aa-0.jpg) center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
  .hero-banner-1 {
    position: relative;
    width: 100%;
    height: 550px; /* adjust as needed */
    background: url(https://pdiexpert.net/raahinetradham/assets/img/what-are-the-pros-and-cons-of-cataract-surgery.webp) center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.55); /* same dark overlay */
}

.banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.banner-content h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: white;
}

.banner-content h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.banner-btn {
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
}

.banner-btn:hover {
    background: #fff;
    color: #000;
}

/* Mobile View */
@media(max-width: 576px){
    .hero-banner{
        height: 350px;
        background-position: center;
    }
    .hero-banner-1{
        height: 350px;
        background-position: center;
    }
    
    .banner-content h2{
        font-size: 22px;
    }

    .banner-content h1{
        font-size: 26px;
    }
}


    .rn-phaco-wrapper {
  background: #f6fafc;
  padding: 60px 15px;
  font-family: 'Segoe UI', sans-serif;
}

.rn-phaco-card {
  background: #ffffff;
  max-width: 1100px;
  margin: 0 auto 30px;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.rn-highlight-card {
  background: linear-gradient(135deg, #eaf8ff, #ffffff);
  border-left: 6px solid #f6b517;
}

.rn-phaco-title {
  font-size: 28px;
  font-weight: 700;
  color: #0a3c5f;
  margin-bottom: 25px;
}

.rn-phaco-steps {
  display: grid;
  gap: 20px;
}

.rn-phaco-step {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.rn-step-number {
  min-width: 40px;
  height: 40px;
  background: #f6b517;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rn-phaco-step h4 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #0a3c5f;
}

.rn-phaco-step p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

.rn-benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rn-benefit-list li {
  padding: 12px 0;
  font-size: 16px;
  color: #333;
  border-bottom: 1px dashed #ddd;
}

.rn-benefit-list li:last-child {
  border-bottom: none;
}

.rn-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.rn-trust-box {
  background: #f9fcff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e2eef5;
}

.rn-trust-box h4 {
  margin-bottom: 10px;
  font-size: 17px;
  color: #0a3c5f;
}

.rn-trust-box p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .rn-phaco-title {
    font-size: 22px;
  }
  .rn-phaco-card {
    padding: 25px;
  }
}


    .rn-sics-wrapper {
  background: #f5f9fc;
  padding: 60px 15px;
  font-family: "Segoe UI", sans-serif;
}

.rn-sics-card {
  max-width: 1100px;
  margin: 0 auto 30px;
  background: #ffffff;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.rn-sics-highlight {
  background: linear-gradient(135deg, #eef9ff, #ffffff);
  border-left: 6px solid #f6b517;
}

.rn-sics-heading {
  font-size: 28px;
  font-weight: 700;
  color: #0a3c5f;
  margin-bottom: 20px;
}

.rn-sics-subheading {
  font-size: 18px;
  font-weight: 600;
  color: #0a3c5f;
  margin-bottom: 8px;
}

.rn-sics-text {
  color: #555;
  line-height: 1.7;
  margin-bottom: 12px;
}

.rn-sics-advantage {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.rn-sics-count {
  width: 38px;
  height: 38px;
  background: #f6b517;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rn-sics-list {
  padding-left: 18px;
}

.rn-sics-list li {
  margin-bottom: 12px;
  color: #444;
  line-height: 1.6;
}

.rn-sics-table-wrap {
  overflow-x: auto;
}

.rn-sics-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.rn-sics-table th,
.rn-sics-table td {
  padding: 14px;
  border: 1px solid #e1e7ec;
  text-align: center;
}

.rn-sics-table th {
  background: #f6b517;
  color: #fff;
  font-weight: 600;
}

.rn-sics-table tr:nth-child(even) {
  background: #f7fbfe;
}

.rn-sics-note {
  margin-top: 20px;
  font-style: italic;
  color: #444;
}

/* Mobile */
@media (max-width: 768px) {
  .rn-sics-heading {
    font-size: 22px;
  }
  .rn-sics-card {
    padding: 25px;
  }
}



    .rn-tech-slider-wrapper {
  background: linear-gradient(135deg, #f4fbff, #ffffff);
  padding: 70px 15px;
  font-family: "Segoe UI", sans-serif;
}

.rn-tech-slider {
  max-width: 1200px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.rn-tech-slide {
  display: none;
  align-items: center;
  gap: 40px;
  animation: rnFade 0.6s ease-in-out;
}

.rn-tech-slide-active {
  display: flex;
}

.rn-tech-content {
  flex: 1;
}

.rn-tech-title {
  font-size: 30px;
  font-weight: 700;
  color: #0a3c5f;
  margin-bottom: 15px;
}

.rn-tech-text {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 12px;
}

.rn-tech-image {
  flex: 1;
  text-align: center;
}

/* Desktop (already working) */
.rn-tech-image {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rn-tech-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* 📱 Mobile View Fix */
@media (max-width: 768px) {
  .rn-tech-image {
    height: 220px;          /* mobile me better proportion */
    margin-top: 15px;       /* content se gap */
  }

  .rn-tech-image img {
    max-height: 250px;
    max-width: 100%;
  }
}

/* 📱 Small Phones */
@media (max-width: 480px) {
  .rn-tech-image {
    height: 200px;
  }
}


/* Navigation */
.rn-tech-nav {
  margin-top: 30px;
  text-align: center;
}

.rn-tech-btn {
  background: #2d6687;
  color: #fff;
  border: none;

  width: 30px;
  height: 30px;              /* ✅ height 30px */
  line-height: 30px;         /* ✅ icon vertical center */
  
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;

  
  margin: 0 6px;
  transition: background 0.3s ease;
}

.rn-tech-btn:hover {
  background: #f6b517;
}


/* Animation */
@keyframes rnFade {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Mobile */
@media (max-width: 768px) {
  .rn-tech-slide {
    flex-direction: column;
    text-align: center;
  }

  .rn-tech-title {
    font-size: 24px;
  }
}


