   /* Font Awesome (if not already included) */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

/* Universal box sizing */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body, p, h1, h2, h3, h4, h5, h6, a, span, div {
  font-family: 'Poppins', sans-serif !important;
}


html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  /* REMOVE max-width */
  overflow-x: clip; /* 👈 better than hidden */

  font-family: 'Poppins', sans-serif !important;

}
/* Images scale within container */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Layout containers – NO overflow */
.container,
.section,
.row {
  width: 100%;
  max-width: 100%;
 overflow-x: hidden 
}

    .header {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
  
      background-color: #fff;
      border-bottom: 2px solid #eaeaea;
    }

    .logo {
      display: flex;
      align-items: center;
    }



    .contact-info {
      display: flex;
      align-items: center;
      gap: 40px;
      flex-wrap: wrap;
    }

    .info-block {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .info-block i {
      font-size: 22px;
      color: #333;
    }

    .info-block a {
      text-decoration: none;
      color: #000;
      font-weight: bold;
    }

    .social-icons {
      display: flex;
      gap: 15px;
    }
.meet{
  font-size: 20px;
    font-weight: bold;
}
    .social-icons a {
      background-color: #ffe6f0;
      padding: 10px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .social-icons img {
      height: 20px;
    }

    @media (max-width: 768px) {
      .header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
      }

      .contact-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
      }
    }

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.logo img {
     width: 100px;
    margin-top: 10px;
    height: 83px;
}

.header-info {
  display: flex;
  align-items: center;
  gap: 30px;
}

.info-block {
  display: flex;
  align-items: center;
  gap: 10px;
    font-size: 20px;
}

.info-block i {
  font-size: 18px;
  color: #003366;
}

.social-icons a {
  background: #ffe6f0;
  color: #d6249f;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 14px;
  margin-left: 5px;
}


/* WhatsApp Widget Styles */
.whatsapp-widget {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    font-family: 'Arial', sans-serif;
    display: none;
    z-index: 9999;
    overflow: hidden;
}

.whatsapp-header {
    background: #25D366;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.whatsapp-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.whatsapp-header p {
    margin: 5px 0 0;
    font-size: 13px;
}

.whatsapp-body {
    padding: 15px;
    text-decoration: none;
    color: inherit;
    display: block;
    background: #f8f9fa;
}

.whatsapp-contact {
    display: flex;
    align-items: center;
    background: #eaeaea;
    padding: 12px;
    border-radius: 8px;
}

.whatsapp-icon {
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 20px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info strong {
    display: block;
    color: #333;
    font-size: 15px;
}

.contact-info p {
    margin: 5px 0 0;
    color: #666;
    font-size: 13px;
    line-height: 1.4;
}

.close-btn {
    background: #ff4d4d;
    color: white;
    border: none;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: background 0.3s ease;
}

.close-btn:hover {
    background: #e04141;
}

.whatsapp-floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    font-size: 14px;
}

.whatsapp-floating-button i {
    font-size: 20px;
    margin-right: 8px;
}

  .navbar.sticky {
      position: sticky;
      top: 0;
      z-index: 10000;
      background-color: #c60174;
      padding: 15px;
      color: white;
      text-align: center;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

 /* ===== Desktop Navbar ===== */
  .navbar {
      display: flex;
      justify-content: center;
      background-color: #c60174;
      padding: 10px;
    }

    .navbar > div {
      max-width: 1400px;
      width: 100%;
      position: relative;
    }

    #nav-menu {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      background-color: #c60174;
      width: 100%;
    }

    #nav-menu li {
      position: relative;
    }

    #nav-menu a,
    .dropdown-toggle {
      text-decoration: none;
      color: #fff;
      padding: 20px 50px;
      display: block;
      font-size: 16px;
      border-radius: 10px;
      transition: 0.3s ease;
    }

    #nav-menu a:hover,
    .dropdown-menu li a:hover,
    .dropdown-submenu li a:hover {
      background-color: #c60174;
      color: #fff;
    }

    .dropdown-menu,
    .dropdown-submenu {
      list-style: none;
      display: none;
      position: absolute;
      background-color: #333;
      padding: 0;
      min-width: 250px;
      top: 100%;
      left: 0;
      z-index: 999;
      border-radius: 6px;
    }

    #nav-menu li:hover > .dropdown-menu,
    .dropdown-sub:hover > .dropdown-submenu {
      display: block;
    }

    .dropdown-menu li,
    .dropdown-submenu li {
      border-bottom: 1px solid #444;
    }

    .dropdown-menu li a,
    .dropdown-submenu li a {
      padding: 12px 16px;
      color: #fff;
    }

    .dropdown-submenu {
      top: 0;
      left: 100%;
    }

    .arrow {
      display: inline-block;
      margin-left: 6px;
      border: solid white;
      border-width: 0 2px 2px 0;
      padding: 4px;
      transform: rotate(-45deg);
    }

    .hamburger {
      display: none;
      font-size: 24px;
      color: #fff;
      background: #000;
      padding: 10px;
      position: fixed;
      top: 20px;
      right: 20px;
      z-index: 1001;
      border-radius: 6px;
    }

    .sidebar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 320px;
      height: 100vh;
      background: #c60174;
      transform: translateX(-100%);
      transition: transform 0.3s ease;
      z-index: 1000;
      overflow-x: hidden;
    }

    .sidebar.show {
      transform: translateX(0);
    }
.sidebar .panel li.active {
  background-color: #ffffff;
  color: #c60174;
  font-weight: bold;
  border-left: 4px solid #c60174;
}

    .panel {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 100%;
      background: #c60174;
      transition: left 0.3s ease;
      padding: 60px 20px;
      box-sizing: border-box;
    }

    .panel.active {
      left: 0;
    }

    .panel ul {
      list-style: none;
      padding: 0;
    }

    .panel li {
      color: #fff;
      font-size: 16px;
      padding: 14px 0;
      border-bottom: 1px solid #fff3;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .panel li:hover {
      background-color: #000;
    }

    .back-button {
      color: #fff;
      font-size: 16px;
      padding: 10px 0;
      display: inline-block;
      cursor: pointer;
    }
.dropdown-toggle::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transition: transform 0.3s ease;
}

/* Rotate arrow when open/hover */
.dropdown:hover .dropdown-toggle::after,
.dropdown.open .dropdown-toggle::after {
  transform: rotate(180deg); /* flips the arrow */
}
    @media (max-width: 768px) {
      .navbar { display: none; }
      .hamburger { display: block; }

    }
    @media (min-width: 769px) {
  /* Wider second-level dropdown */
  .dropdown-menu {
    min-width: 350px; /* was 330px */
  }

  /* Wider and scrollable third-level submenu */
  .dropdown-submenu {
    min-width: 350px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #c60174 #eee; /* for Firefox */
  }

  /* Optional: nice WebKit scrollbars */
  .dropdown-submenu::-webkit-scrollbar {
    width: 6px;
  }
  .dropdown-submenu::-webkit-scrollbar-thumb {
    background-color: #c60174;
    border-radius: 5px;
  }
  .dropdown-submenu::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
}
.carousel {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0.155em;
    content: "";
    border-top: 0.3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
 font-size: 20px !important;
}
.dropdown-submenu {
  max-height: 400px;           /* Adjust as needed */
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;       /* Firefox */
}

/* Optional: Scrollbar styling for Chrome/Safari */
.dropdown-submenu::-webkit-scrollbar {
  width: 6px;
}
.dropdown-submenu::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}
.carousel-item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: url("image/4.jpg") no-repeat center center/cover;
  padding: 80px 20px;
  color: white;
}

.doctor {
  width: 25%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 15px;
}

.doctor img {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.doctor h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.doctor p {
  font-size: 16px;
  margin-bottom: 20px;
}

.btn {
  background: ##c60174;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
}

.btn:hover {
  background: #e0438a;
}
.about-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 5%;
  background-color: #fff;
}

.about-left {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  position: relative;
}

.image-wrapper {
  background-color: #fde5ef;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  display: inline-block;
}

.main-img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.overlay-img {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 45%;
  border: 10px solid #fff;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

    .about-section {
      display: flex;
      flex-wrap: wrap;
      padding: 40px 20px;
      max-width: 1100px;
      margin: auto;
    }

    .about-left {
      flex: 1 1 40%;
      padding: 10px;
    }

    .about-left img {
      width: 100%;
      border-radius: 8px;
    }

    .about-right {
      flex: 1 1 60%;
      padding: 10px 20px;
    }

    .about-right h2 {
      font-size: 28px;
      font-weight: 800;
      color: #00113a;
      margin-bottom: 15px;
    }

    .about-right p {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 15px;
    }

    .about-right ul {
      list-style-type: disc;
      padding-left: 20px;
      margin-bottom: 15px;
    }

    .about-right li {
      font-size: 16px;
      margin-bottom: 8px;
    }

    .about-right strong {
      color: #00113a;
    }

    .btn-more {
      display: inline-block;
      background-color: #00113a;
      color: #fff;
      padding: 12px 24px;
      border-radius: 24px;
      text-decoration: none;
      font-weight: 600;
      transition: background 0.3s ease;
    }

    .btn-more:hover {
      background-color: #00224e;
    }

.more-btn {
  padding: 12px 28px;
  background-color: #0c1f5b;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.more-btn:hover {
  background-color: #122e6c;
}

@media (max-width: 768px) {
  .carousel-item {
    flex-direction: column;
    text-align: center;
  }

  .doctor {
    width: 90%;
    margin-bottom: 20px;
  }
}


    .home-carousel {
      width: 100vw;
      overflow: hidden;
      position: relative;
    }

    .carousel-slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
      width: 300vw;
    }

    .carousel-slide {
      flex: 0 0 100vw;
    
    }

    .carousel-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .carousel-dots {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 10px;
      z-index: 10;
    }

    .carousel-dot {
      width: 12px;
      height: 12px;
      background-color: white;
      border-radius: 50%;
      opacity: 0.5;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .carousel-dot.active {
      background-color: #c60174;
      opacity: 1;
    }

    @media screen and (max-width: 768px) {
      .carousel-slide {
        height: 60vw;
      }
    }

    @media screen and (max-width: 480px) {
      .carousel-slide {
        height: 70vw;
      }
    }
 .doctor-card {
    background-color: #ffd5e5;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }

  .doctor-card img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
  }

  .doctor-card h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
  }

  .doctor-card p {
    font-size: 14px;
    color: #333;
    flex-grow: 1;
    margin-bottom: 20px;
  }

  .doctor-card .btn {
    background-color: #ff5ba3;
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    border: none;
    font-weight: 500;
  }

.google-review-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #f9f9f9;
}

.google-review-section h2 {
  font-size: 28px;
  margin-bottom: 5px;
}

.google-review-section h3 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #c60174;
}

.highlight-stars {
  color: #ffa500;
}

.review-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  text-align: left;
  max-width: 400px;
  margin: auto;
}

.review-card strong {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

.review-card small {
  color: #777;
}

.review-card .stars {
  color: #ffc107;
  margin: 8px 0;
}

.review-card p {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

/* Swiper specific settings */
.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  width: auto;
  display: flex;
  justify-content: center;
}

.swiper-pagination {
  margin-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .review-card {
    max-width: 90%;
    padding: 15px;
  }

  .google-review-section h2 {
    font-size: 22px;
  }

  .google-review-section h3 {
    font-size: 18px;
  }
}

.highlight-stars {
  color: #fbbc04;
}

.review-swiper {
  max-width: 1200px;
  margin: auto;
  padding: 20px 0;
}

.swiper-slide {
  width: auto !important;
}

.review-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  text-align: left;
  font-family: Arial, sans-serif;
  width: 300px;
  box-sizing: border-box;
}

.review-card strong {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

.review-card small {
  color: gray;
  display: block;
  margin-bottom: 5px;
}

.review-card .stars {
  color: #fbbc04;
  font-size: 18px;
  margin-bottom: 10px;
}

.swiper-pagination-bullet {
  background: #000;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  background: #fbbc04;
  opacity: 1;
}
.service-section {
  padding: 60px 20px;
  background: #fff;
}

.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #002b5e;
  margin-bottom: 40px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.service-box {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 15px;
  width: 260px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 4px 8px #f19dce;
  transition: all 0.3s ease;
}

.service-box:hover {
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.service-box .icon {
  font-size: 40px;
  color: #0055aa;
  margin-bottom: 15px;
}

.service-box h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

.service-box p {
  font-size: 18px;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .service-box {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .service-box {
    width: 100%;
  }
}
    .laparoscopy-section {
      padding: 50px 20px;
      background-color: #f9f9f9;
    }

    .laparoscopy-section h2 {
      color: #054a78;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .laparoscopy-section p {
      font-size: 1.1rem;
      color: #333;
      line-height: 1.6;
    }

    .laparoscopy-image img {
      width: 100%;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    @media (max-width: 767px) {
      .laparoscopy-section {
        text-align: center;
      }
      .laparoscopy-image {
        margin-top: 20px;
      }
    }
    .laparo-section-arun {
  background: #f9f9f9;
  padding: 60px 30px;
}

.laparo-title {
  font-size: 2rem;
  color: #054a78;
  font-weight: 700;
  margin-bottom: 20px;

}

.laparo-desc {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.7;
}

.laparo-benefits {
  list-style: none;
  padding-left: 0;
}

.laparo-benefits li {
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #054a78;
}

.laparo-benefit-icon {
  color: #00A4C6;
  margin-right: 10px;
  font-size: 16px;
}

.laparo-image {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.laparo-conditions-row {
  margin-top: 40px;
}

.laparo-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  padding: 25px 15px;
  margin-bottom: 20px;
  text-align: center;
  transition: 0.3s;
}

.laparo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

.laparo-card h4 {
  font-size: 17px;
  margin-top: 12px;
  color: #f19d38;
  font-weight: 600;
}

.laparo-card p {
  font-size: 14px;
  color: #444;
}

.laparo-icon {
  font-size: 28px;
  color: #e94b4b;
}

.laparo-contact-box {
  background: #054a78;
  color: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  margin-top: 40px;
}

.laparo-contact-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}

.laparo-contact-box p {
  font-size: 15px;
  margin-bottom: 5px;
}

.laparo-section {
  padding: 20px;
  background-color: #f9f9f9;
}

.laparo-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.laparo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.laparo-col {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 20px;
  transition: box-shadow 0.3s ease;
}

.laparo-col:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.laparo-icon {
  font-size: 28px;
  color: #2ecc71; /* green check */
  margin-bottom: 10px;
}

.laparo-text {
  font-size: 15px;
  color: #333;
}

.laparo-btn {
  display: inline-block;
  margin-top: 20px;
    background: #c60174;
    color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: background 0.3s;
}

.laparo-btn:hover {
  background-color: #d4882c; /* Darker shade on hover */
  color: #fff;
}

.laparo-btn i {
  margin-right: 8px;
}
 .ogi-body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f7f7f7;
      color: #333;
    }
    .ogi-hero {
      background: #ffe6e6;
      padding: 60px 20px;
      text-align: center;
    }
    .ogi-hero-title {
      font-size: 2.5rem;
      margin-bottom: 10px;
    }
    .ogi-hero-subtitle {
      font-size: 1.2rem;
    }
    .ogi-section {
      padding: 40px 20px;
      max-width: 1100px;
      margin: auto;
    }
    .ogi-heading {
      color: #d02e77;
      margin-bottom: 20px;
      font-size: 1.8rem;
      font-weight: bold;
    }
    .ogi-list {
      padding-left: 20px;
      margin-bottom: 20px;
    }
    .ogi-list li {
      margin-bottom: 10px;
    }
    .ogi-button {
      display: inline-block;
      padding: 10px 20px;
      background-color: #d02e77;
      color: #fff;
      border-radius: 5px;
      text-decoration: none;
      transition: background 0.3s;
    }
    .ogi-button:hover {
      background-color: #b81f65;
    }
    .ogi-quote {
      background-color: #fff3f8;
      border-left: 4px solid #d02e77;
      padding: 20px;
      font-style: italic;
      margin: 20px 0;
    }
    .ogi-flex-row {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      align-items: center;
    }
    .ogi-col-6 {
      flex: 1 1 45%;
    }
    .ogi-img {
      width: 100%;
      border-radius: 10px;
    }
    .ogi-card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }
    .ogi-card {
      background: #fff;
      padding: 20px;
      border-radius: 15px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    @media (max-width: 768px) {
      .ogi-col-6 {
        flex: 1 1 100%;
      }
    }
    .learn-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 20px;
  background-color: #c60174;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.learn-btn:hover {
  background-color: #a5005f;
}
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  overflow-y: auto;
  font-family: 'Poppins', sans-serif;
}

/* Prevent background scroll when open */
body.modal-open {
  overflow: hidden;
}

/* Modal Box */
.modal-box {
  background: #fff;
  margin: 60px auto;
  max-width: 520px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  animation: slideDown 0.4s ease;
  position: relative;
}

/* Slide-down */
@keyframes slideDown {
  from {transform: translateY(-50px); opacity:0;}
  to   {transform: translateY(0); opacity:1;}
}

/* Close button */
.modal-close {
    position: absolute;
    top: 3px;
    right: 12px;
    font-size: 41px;
    color: #ffffff;
    cursor: pointer;
}
/* Header */
.modal-header {
  background: #c60174;
  color: #fff;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
.modal-header h2 { margin-bottom: 6px; }
.modal-header p { font-size: 14px; }

/* Body (form) */
.modal-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.modal-footer {
    display: inherit;
}
 footer a {
    color: white;
    text-decoration: none;
  }
  footer a:hover {
    color: #00ffae;
  }
.modal-body input,
.modal-body textarea {
  margin-bottom: 12px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: border-color 0.3s;
}
.modal-body input:focus,
.modal-body textarea:focus {
  border-color: #c60174;
}
.modal-submit {
  background: #c60174;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.modal-submit:hover {
  background: #a5005f;
}

/* Footer */
.modal-footer {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.modal-footer address {
  font-style: normal;
  line-height: 1.5;
}

/* Trigger Button */

.appointment-btn {
    background: #2c2c2c;
    color: #fff;
    padding: 15px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;

}


/* Responsive */
@media (max-width: 480px) {
  .modal-box {
    width: 90%;
    margin: 30px auto;
  }
}
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1rem;
    }
}
.copyright-core-values {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
}

.copyright-section-title h2 {
  color: #f26522;
  font-size: 28px;
  margin-bottom: 10px;
}

.copyright-section-title h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.copyright-section-title p {
  max-width: 600px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #444;
}

.copyright-values-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.copyright-card {
  width: 260px;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  text-align: left;
  transition: transform 0.3s ease;
}

.copyright-card:hover {
  transform: translateY(-5px);
}

.copyright-icon {
  background: rgba(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.copyright-card h4 {
font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.copyright-card h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 20PX
}

.copyright-card p {
  font-size: 14px;
  line-height: 1.5;
}

/* Custom colors */
.copyright-card-purple {
  background-color: #dfecff;
  color: #5f2c82;
}
.copyright-card-purple .copyright-icon {
  color: #5f2c82;
}

.copyright-card-orange {
  background-color: #dfecff;
  color: #c83285;
}
.copyright-card-orange .copyright-icon {
  color: #e56b1f;
}

.copyright-card-blue {
  background-color: #dfecff;
 color: #5f2c82;
}
.copyright-card-blue .copyright-icon {
  color: #047caa;
}

.copyright-card-pink {
  background-color: #dfecff;
  color: #c83285;
}
.copyright-card-pink .copyright-icon {
  color: #c83285;
}
    .thyroid-section {
      padding: 60px 20px;
    }

    .thyroid-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1200px;
      margin: auto;
    }

    .thyroid-text,
    .thyroid-image {
      width: 100%;
      box-sizing: border-box;
    }

    @media(min-width: 768px) {
      .thyroid-text,
      .thyroid-image {
        width: 48%;
      }
    }

    .thyroid-image img {
      width: 100%;
      border-radius: 12px;
    }

    .thyroid-title {
      font-size: 32px;
      margin-bottom: 20px;
      color: #054a78;
    }

    .thyroid-cards {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 40px;
    }

    .thyroid-card {
      flex: 1 1 30%;
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 16px rgba(0,0,0,0.1);
      padding: 30px 20px;
      text-align: center;
      transition: transform 0.3s ease;
    }

    .thyroid-card:hover {
      transform: translateY(-10px);
    }

    .thyroid-card i {
      font-size: 36px;
      color: #00A4C6;
      margin-bottom: 15px;
    }

    .thyroid-card-title {
      font-size: 20px;
      margin-bottom: 10px;
      color: #054a78;
    }

    .thyroid-step-container {
      display: flex;
      flex-direction: column;
      gap: 30px;
      margin-top: 40px;
    }

    .thyroid-step {
      background: #f9f9f9;
      padding: 20px;
      border-left: 6px solid #00A4C6;
      border-radius: 8px;
      opacity: 0;
      transform: translateX(-30px);
      animation: thyroid-slideIn 0.5s forwards;
    }

    .thyroid-step:nth-child(1) { animation-delay: 0.2s; }
    .thyroid-step:nth-child(2) { animation-delay: 0.4s; }
    .thyroid-step:nth-child(3) { animation-delay: 0.6s; }

    @keyframes thyroid-slideIn {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    .thyroid-cta-section {
      background: #054a78;
      color: white;
      text-align: center;
      padding: 60px 20px;
      border-radius: 20px;
    }

    .thyroid-cta-title {
      font-size: 32px;
      margin-bottom: 20px;
    }

    .thyroid-cta-button {
       background: #c60174;
    color: #ffffff;
      padding: 12px 30px;
      text-decoration: none;
      font-weight: bold;
      border-radius: 30px;
      transition: background 0.3s ease;
      display: inline-block;
    }

    .thyroid-cta-button:hover {
      background: #e94b4b;
      color: #fff;
    }
    .hernia-main-section {
      padding: 60px 20px;
    }

    .hernia-container-box {
      max-width: 1200px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .hernia-left-block,
    .hernia-right-block {
      width: 100%;
      box-sizing: border-box;
    }

    @media(min-width: 768px) {
      .hernia-left-block,
      .hernia-right-block {
        width: 48%;
      }
    }

    .hernia-title-text {
      font-size: 32px;
      margin-bottom: 20px;
      color: #054a78;
    }

    .hernia-image-block img {
      width: 100%;
      border-radius: 12px;
    }

    .hernia-benefits-section {
      background: #f4f4f4;
      padding: 60px 20px;
    }

    .hernia-benefit-card-group {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 40px;
    }

    .hernia-benefit-card-box {
      flex: 1 1 30%;
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 16px rgba(0,0,0,0.1);
      padding: 30px 20px;
      text-align: center;
      transition: transform 0.3s ease;
    }

    .hernia-benefit-card-box:hover {
      transform: translateY(-10px);
    }

    .hernia-benefit-icon i {
      font-size: 36px;
      color: #00A4C6;
      margin-bottom: 15px;
    }

    .hernia-benefit-title {
      font-size: 20px;
      margin-bottom: 10px;
      color: #054a78;
    }

    .hernia-step-process-section {
      padding: 60px 20px;
    }

    .hernia-step-listing-box {
      display: flex;
      flex-direction: column;
      gap: 30px;
      margin-top: 40px;
    }

    .hernia-step-block {
      background: #f9f9f9;
      padding: 20px;
      border-left: 6px solid #00A4C6;
      border-radius: 8px;
      opacity: 0;
      transform: translateX(-30px);
      animation: herniaSlideIn 0.5s forwards;
    }

    .hernia-step-block:nth-child(1) { animation-delay: 0.2s; }
    .hernia-step-block:nth-child(2) { animation-delay: 0.4s; }
    .hernia-step-block:nth-child(3) { animation-delay: 0.6s; }

    @keyframes herniaSlideIn {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    .hernia-cta-block {
      background: #054a78;
      color: white;
      text-align: center;
      padding: 60px 20px;
      border-radius: 20px;
    }

    .hernia-cta-title-text {
      font-size: 32px;
      margin-bottom: 20px;
    }

    .hernia-cta-button-link {
     background: #c60174;
    color: #ffffff;
      padding: 12px 30px;
      text-decoration: none;
      font-weight: bold;
      border-radius: 30px;
      transition: background 0.3s ease;
      display: inline-block;
    }

    .hernia-cta-button-link:hover {
      background: #e94b4b;
      color: #fff;
    }
@media(min-width: 768px) {
  .hernia-left-block,
  .hernia-right-block {
    width: 48%;
  }
}
.contact-appointment-section {
  padding: 60px 20px;
  background-color: #f4f8fb;
  font-family: 'Segoe UI', sans-serif;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1140px;
  margin: auto;
}

.col-md-6 {
  flex: 1 1 300px;
  min-width: 280px;
}

/* Form Styling */
.form-side h2 {
  margin-bottom: 20px;
  color: #003366;
}

.form-side form input,
.form-side form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
}

.form-check input[type="checkbox"] {
  margin-right: 8px;
  accent-color: #c60174;
}

.form-side button {
  background-color: #c60174;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.form-side button:hover {
  background-color: #a0005a;
}

/* Address Side Styling */
.address-side h2 {
  margin-bottom: 20px;
  color: #003366;
}

.address-side p {
  margin: 10px 0;
  color: #333;
  line-height: 1.6;
}

.social-icons a {
  margin-right: 15px;
  color: #c60174;
  font-size: 20px;
}

.social-icons a:hover {
  color: #a0005a;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }

  .form-side, .address-side {
    width: 100%;
  }
}
   .laphernia-main-wrapper {
      padding: 60px 20px;
      max-width: 1100px;
      margin: auto;
    }

    .laphernia-title {
      font-size: 32px;
      color: #054a78;
      margin-bottom: 20px;
    }

    .laphernia-subtitle {
      font-size: 24px;
      margin-top: 40px;
      color: #00A4C6;
    }

    .laphernia-text {
      margin-bottom: 20px;
      line-height: 1.8;
    }

    .laphernia-list {
      padding-left: 20px;
      margin-bottom: 20px;
    }

    .laphernia-list li {
      margin-bottom: 10px;
    }

    .laphernia-step-block {
      background: #f9f9f9;
      padding: 20px;
      margin-top: 20px;
      border-left: 6px solid #00A4C6;
      border-radius: 8px;
    }

    .laphernia-footer-cta {
      background: #054a78;
      color: #fff;
      text-align: center;
      padding: 50px 20px;
      border-radius: 16px;
      margin-top: 60px;
    }

    .laphernia-footer-heading {
      font-size: 28px;
      margin-bottom: 20px;
    }

    .laphernia-button {
      display: inline-block;
     background: #c60174;
    color: #ffffff;
      padding: 12px 28px;
      text-decoration: none;
      font-weight: bold;
      border-radius: 30px;
      transition: background 0.3s ease;
    }

    .laphernia-button:hover {
      background: #e94b4b;
      color: #fff;
    }

    @media (max-width: 768px) {
      .laphernia-title {
        font-size: 28px;
      }
      .laphernia-subtitle {
        font-size: 20px;
      }
    }
     .ipom-wrapper {
      padding: 60px 20px;
      max-width: 1100px;
      margin: auto;
    }

    .ipom-title {
      font-size: 32px;
      color: #054a78;
      margin-bottom: 20px;
    }

    .ipom-subheading {
      font-size: 24px;
      margin-top: 40px;
      color: #00A4C6;
    }

    .ipom-paragraph {
      margin-bottom: 20px;
      line-height: 1.8;
    }

    .ipom-list {
      padding-left: 20px;
      margin-bottom: 20px;
    }

    .ipom-list li {
      margin-bottom: 10px;
    }

    .ipom-step {
      background: #f9f9f9;
      padding: 20px;
      margin-top: 20px;
      border-left: 6px solid #00A4C6;
      border-radius: 8px;
    }

    .ipom-cta-box {
      background: #054a78;
      color: #fff;
      text-align: center;
      padding: 50px 20px;
      border-radius: 16px;
      margin-top: 60px;
    }

    .ipom-cta-title {
      font-size: 28px;
      margin-bottom: 20px;
    }

    .ipom-button {
      display: inline-block;
       background: #c60174;
    color: #ffffff;
      padding: 12px 28px;
      text-decoration: none;
      font-weight: bold;
      border-radius: 30px;
      transition: background 0.3s ease;
    }

    .ipom-button:hover {
      background: #e94b4b;
      color: #fff;
    }

    @media (max-width: 768px) {
      .ipom-title {
        font-size: 28px;
      }
      .ipom-subheading {
        font-size: 20px;
      }
    }
    .doctorblock-wrap {
  background: #f4f8fc;
  padding: 60px 20px;
  text-align: center;
}

.doctorblock-title {
  font-size: 28px;
  color: #054a78;
  margin-bottom: 40px;
}

.doctorblock-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.doctorblock-item {
  background: #ffffff;
  padding: 30px 20px;
  width: 300px;
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.doctorblock-item:hover {
  transform: translateY(-5px);
}

.doctorblock-img {

  object-fit: cover;
  margin-bottom: 20px;
}

.doctorblock-name {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.doctorblock-role {
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.6;
}

.book-btn-style {
  display: inline-block;
    background: #c60174;
    color: #ffffff;
  padding: 10px 22px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.book-btn-style:hover {
  background: #e94b4b;
  color: #fff;
}

@media (max-width: 768px) {
  .doctorblock-item {
    width: 100%;
    max-width: 320px;
  }
}

.ogi-card-title{
      font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
  .custom-banner {
      position: relative;
      width: 100%;
      height: 400px; /* adjust height as needed */
      background: url('image/gs5.jpg') no-repeat center center / cover;
      overflow: hidden;
    }
    .banner-text {
      position: absolute;
      top: 50%;
      left: 10%;
      transform: translateY(-50%);
      color: #000;
      max-width: 500px;
    }
    .banner-text h1 {
      font-size: 2.5em;
      margin-bottom: 10px;
      font-weight: 700;
    }
    .banner-text p {
      font-size: 1.1em;
      line-height: 1.4;
    }
    @media (max-width: 768px) {
      .banner-text {
        left: 5%;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
      }
      .banner-text h1 {
        font-size: 1.5em;
      }
      .banner-text p {
        font-size: 1em;
      }
    }

      .custom-banner-urology {
      position: relative;
      width: 100%;
      height: 400px; /* adjust as needed */
      background: url('image/urologybanner.jpg') no-repeat center center / cover;
      overflow: hidden;
    }
    .banner-text-urology {
      position: absolute;
      top: 50%;
      left: 10%;
      transform: translateY(-50%);
      color: #000;
      max-width: 500px;
    }
    .banner-text-urology h1 {
      font-size: 2.5em;
      margin-bottom: 10px;
      font-weight: 700;
    }
    .banner-text-urology p {
      font-size: 1.1em;
      line-height: 1.4;
    }
    @media (max-width: 768px) {
      .banner-text-urology {
        left: 5%;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
      }
      .banner-text-urology h1 {
        font-size: 1.5em;
      }
      .banner-text-urology p {
        font-size: 1em;
      }
    }


 .custom-banner-surgery {
      position: relative;
      width: 100%;
      height: 400px; /* Adjust if needed */
      background: url('image/Genera-surgery.jpg') no-repeat center center / cover;
      overflow: hidden;
    }
    .banner-text-surgery {
      position: absolute;
      top: 50%;
      left: 10%;
      transform: translateY(-50%);
      color: #fff;
      max-width: 500px;
    }
    .banner-text-surgery h1 {
      font-size: 2.5em;
      margin-bottom: 10px;
      font-weight: 700;
    }
    .banner-text-surgery h1 span {
      font-style: italic; /* To match the italic "General" style */
    }
    .banner-text-surgery p {
      font-size: 1.1em;
      line-height: 1.4;
    }
    @media (max-width: 768px) {
      .banner-text-surgery {
        left: 5%;
        right: 5%;
        text-align: center;
      }
      .banner-text-surgery h1 {
        font-size: 1.5em;
      }
      .banner-text-surgery p {
        font-size: 1em;
      }
    }
   .uro-section {
      padding: 50px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }
    .uro-section h2 {
      font-size: 28px;
      color: #c60174;
      margin-bottom: 20px;
    }
    .uro-flex {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      align-items: center;
      justify-content: space-between;
    }
    .uro-text {
      flex: 1 1 500px;
    }
    .uro-image {
      flex: 1 1 400px;
    }
    .uro-image img {
      width: 100%;
      border-radius: 12px;
    }
    .uro-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 25px;
    }
    .uro-box {
      background-color: #fff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      transition: transform 0.3s;
    }
    .uro-box:hover {
      transform: translateY(-5px);
    }
    .uro-box i {
      font-size: 30px;
      color: #c60174;
      margin-bottom: 10px;
      display: block;
    }
    .uro-box h4 {
      margin: 10px 0 5px;
      font-size: 18px;
      font-weight: 600;
    }
    .uro-box p {
      font-size: 15px;
    }
    @media(max-width: 768px) {
      .uro-flex {
        flex-direction: column;
      }
    }
    .uro-when-see {
  background: #f6f9ff;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.uro-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.uro-title {
  font-size: 32px;
  font-weight: 700;
  color: #c60174;
  margin-bottom: 40px;
}

.uro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.uro-reason {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.uro-reason:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.uro-reason i {
  font-size: 32px;
  color: #c60174;
  margin-bottom: 15px;
}

.uro-reason p {
  font-size: 17px;
  font-weight: 500;
  color: #333;
}
   .urology-container {
      max-width: 1200px;
      margin: auto;
      padding: 40px 20px;
    }

    .urology-section-title {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 25px;
      text-align: center;
    }

    /* Section 1 */
    .urology-intro {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      align-items: center;
      margin-bottom: 60px;
    }
    .urology-intro .text, .urology-intro .image {
      flex: 1 1 48%;
    }
    .urology-intro img {
      width: 100%;
      border-radius: 10px;
    }

    /* Section 2 */
    .urology-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }
    .urology-box {
      text-align: center;
      border: 1px solid #ddd;
      border-radius: 12px;
      padding: 20px;
      transition: 0.3s ease;
    }
    .urology-box:hover {
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .urology-box i {
      font-size: 32px;
      color: #1e7dd2;
      margin-bottom: 15px;
    }
    .urology-box h4 {
      font-size: 20px;
      margin-bottom: 10px;
      color: #000;
    }

    /* Section 3 */
    .urology-cards {
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 20px;
    }
    .urology-card {
      padding: 20px;
      border: 1px solid #ccc;
      border-radius: 12px;
      text-align: center;
      transition: 0.3s;
    }
    .urology-card:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .urology-card i {
      font-size: 36px;
      color: #1e7dd2;
      margin-bottom: 10px;
    }
    .urology-card h5 {
      font-size: 20px;
      font-weight: 600;
      margin: 10px 0;
    }
      .gastro-section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .gastro-title {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 20px;
      color: #1e7dd2;
    }

    .gastro-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .gastro-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .gastro-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .gastro-item a {
      text-decoration: none;
      color: #1e7dd2;
      font-weight: 600;
      font-size: 18px;
      display: block;
    }

    @media (max-width: 600px) {
      body {
        font-size: 16px;
      }

      .gastro-title {
        font-size: 20px;
      }
    }
     .med-body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; }
    .med-header { background: #f5f5f5; padding: 2rem; text-align: center; }
    .med-header h1 { margin: 0.5rem 0; }
    .med-main { max-width: 900px; margin: 2rem auto; padding: 0 1rem; }
    .med-section { margin-bottom: 2rem; }
    .med-article { background: #e9f7ff; padding: 1rem; text-align: center; border-radius: 8px; margin-bottom: 1rem; }
    .med-ul { padding-left: 1.2rem; }
    .med-ul li { margin-bottom: 0.5rem; }

    h1, h2, h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Sections */
.gastro-section, .med-section {
  padding: 40px 20px;
  background-color: #f9f9f9;
}

.gastro-title {
  text-align: center;
  margin-bottom: 20px;
}

.gastro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.gastro-item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.gastro-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.gastro-item a {
  font-weight: 500;
  font-size: 18px;
  color: #007bff;
  text-decoration: none;
}

.gastro-item a:hover {
  text-decoration: underline;
}

/* Main content */
.med-main {
  padding: 40px 20px;
}

.med-ul {
  list-style: disc inside;
  padding: 0;
  margin: 0;
}

.med-ul li {
  margin-bottom: 10px;
}

.med-article {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: center;
}

.med-article h3 {
  font-size: 22px;
  color: #007bff;
  margin: 0 0 10px 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .gastro-grid {
    grid-template-columns: 1fr;
  }
}

.med-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px; /* You can adjust this value */
  box-sizing: border-box;
}

    .med-section {
      padding: 30px 0;
      border-bottom: 1px solid #eee;
    }
    .med-section h2 {
      color: #007b5e;
      margin-top: 0;
    }
    .med-section ul {
      list-style-type: disc;
      padding-left: 20px;
    }
    .med-section p {
      margin: 10px 0;
    }
@media (max-width: 768px) {
  .med-page {
    padding: 20px; /* You can increase or decrease */
  }
}
    .gastro-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.gastro-col {
  flex: 1 1 50%;
}

.gastro-text {
  padding-right: 20px;
}

.gastro-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* optional rounded corners */
}

@media (max-width: 768px) {
  .gastro-row {
    flex-direction: column;
  }
  .gastro-text {
    padding-right: 0;
  }
}

.med-section ul {
  list-style: none;
  padding: 0;
}

.med-section li {
  font-size: 18px;
  margin-bottom: 12px;
}

.med-section li i {
  color: #007b5e;
  margin-right: 8px;
}

.med-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.med-col {
  flex: 1 1 50%;
}

.med-text-col {
  padding-right: 20px;
}

.med-img-col img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .med-col {
    flex: 1 1 100%;
  }
  .med-text-col {
    padding-right: 0;
  }
}
 .custom-banner-surgery1 {
      position: relative;
      width: 100%;
      height: 400px; /* Adjust if needed */
      background: url('image/gass.jpg') no-repeat center center / cover;
      overflow: hidden;
    }
    .bariatric-wrapper {
  padding: 60px 20px;
  background: #f8fcfe;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.bariatric-intro h2 {
  color: #054a78;
  font-size: 32px;
  text-align: center;
  margin-bottom: 15px;
}

.bariatric-intro p {
  max-width: 850px;
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.bariatric-techniques, .bariatric-how-it-works {
  max-width: 850px;
  margin: 40px auto;
}

.bariatric-techniques h3,
.bariatric-how-it-works h3,
.bariatric-types h3 {
  color: #00a4c6;
  font-size: 24px;
  margin-bottom: 10px;
}

.bariatric-techniques ul,
.bariatric-how-it-works ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.bariatric-types {
  max-width: 1000px;
  margin: 60px auto;
}

.procedure {
  background: #fff;
  margin-bottom: 20px;
  border-left: 5px solid #00a4c6;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.procedure h4 {
  font-size: 20px;
  color: #054a78;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.procedure h4::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  color: #00a4c6;
  transition: transform 0.3s;
}

.procedure.open h4::after {
  content: '-';
  transform: rotate(180deg);
}

.procedure ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}

.procedure p,
.procedure ul {
  display: none;
  font-size: 15px;
  line-height: 1.5;
}

.procedure.open p,
.procedure.open ul {
  display: block;
}

@media (max-width: 768px) {
  .bariatric-intro h2 {
    font-size: 24px;
  }
  .procedure h4 {
    font-size: 18px;
  }
}
 .custom-banner-surgery2 {
      position: relative;
      width: 100%;
      height: 400px; /* Adjust if needed */
      background: url('image/bat.jpg') no-repeat center center / cover;
      overflow: hidden;
      color: #000;
    }
      .banner-text-surgery2 {
      position: absolute;
      top: 50%;
      left: 10%;
      transform: translateY(-50%);
      color: #000000;
      max-width: 500px;
    }
    .banner-text-surgery2 h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    font-weight: 700;
}
.general-services-wrapper {
  padding: 60px 20px;
  background: #f0faff;
  font-family: 'Segoe UI', sans-serif;
}

.custom-service-container {
  max-width: 1200px;
  margin: 0 auto;
}

.general-services-header {
  text-align: center;
  margin-bottom: 40px;
}

.general-services-header h2 {
  font-size: 32px;
  color: #054a78;
  margin-bottom: 10px;
}

.general-services-header p {
  color: #555;
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto;
}

.general-services-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.general-service-card {
  flex: 1 1 45%;
  background: #fff;
  padding: 25px 30px;
  border-left: 5px solid #00a4c6;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.general-service-card:hover {
  transform: translateY(-5px);
}

.service-icon {
  font-size: 40px;
  color: #00a4c6;
  margin-bottom: 15px;
}

.general-service-card h3 {
  font-size: 20px;
  color: #054a78;
  margin-bottom: 10px;
}

.general-service-card p {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .general-service-card {
    flex: 1 1 100%;
  }
}

.custom-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px;
}

.custom-row {
  display: flex;
  flex-wrap: wrap;
}

.custom-col {
  flex: 1 1 50%;
  padding: 15px;
}

.bariatric-intro {
  font-family: 'Poppins', sans-serif;
}

.bariatric-image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.custom-bariatric-img {
  width: 100%;

  height: auto;
  border-radius: 20px;
}
    footer a {
      color: #ffffff;
      text-decoration: none;
      transition: color 0.3s ease;
    }
    footer a:hover {
      color: #00ffae;
    }
    .white-links a {
  color: white !important;
  text-decoration: none;
}
    .lap-hero-section {
      background: url('your-background-image.jpg') no-repeat center center/cover;
      position: relative;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 2rem;
      text-align: left;
    }
    .lap-highlight {
      background: #e6007e;
      color: #fff;
      padding: 0.3rem 1rem;
      border-radius: 8px;
      display: inline-block;
      font-weight: 600;
    }
    .lap-info-icons {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      margin-top: 1rem;
    }
    .lap-info-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 150px;
    }
    .lap-info-item img {
      width: 40px;
      margin-bottom: 0.5rem;
    }
    .lap-title {
      font-size: 2rem;
      margin: 0;
    }
    .lap-text {
      max-width: 600px;
      font-size: 1.1rem;
      line-height: 1.5;
    }
    .lap-btn {
      background-color: #e6007e;
      color: #fff;
      padding: 0.8rem 2rem;
      border: none;
      border-radius: 6px;
      text-decoration: none;
      display: inline-block;
      margin-top: 1.5rem;
      transition: background 0.3s;
    }
    .lap-btn:hover {
      background-color: #c20068;
    }
    @media (max-width: 768px) {
      .lap-title {
        font-size: 1.5rem;
      }
      .lap-text {
        font-size: 1rem;
      }
      .lap-info-icons {
        flex-direction: column;
        align-items: flex-start;
      }
    }
    .med-carousel {
  position: relative;
  overflow: hidden;
}

.med-slide {
  display: none;
  position: relative;
  color: white;
  background-size: cover;
  background-position: center;
  height: 80vh; /* Make full screen height */
}

.med-slide.active {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* or center if you want text fully centered horizontally too */
  padding: 0 5%;
}

.med-slide-content {
  max-width: 600px;
}

.med-slide h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.med-slide h2 span {
  display: inline-block;
  background: #ec008c;
  padding: 5px 15px;
  border-radius: 5px;
}

.med-slide p {
  margin: 20px 0;
  font-size: 1.2rem;
}

.med-slide a {
  display: inline-block;
  padding: 10px 25px;
  background: #ec008c;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .med-slide {
    height: auto;
    padding: 60px 5% !important;
  }

  .med-slide h2 {
    font-size: 2rem;
  }

  .med-slide p {
    font-size: 1rem;
  }

  .med-slide a {
    padding: 8px 20px;
    font-size: 0.9rem;
  }
}


.med-indicators {
  text-align: center;
  margin-top: 20px;
}

.med-indicators button {
  width: 12px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;

  background: rgba(255,255,255,0.5);
  cursor: pointer;
}

.med-indicators button.active {
  background: #ec008c;
}

/* Background images for each slide */
.laparoscopy {
  background-image: url('image/1.jpg');
}

.circumcision {
  background-image: url('image/1b.jpg');
}

.gynaecology {
  background-image: url('image/1A.jpg');
}
.piles {
  background-image: url('image/pilies.jpg');
}
.varicose-vein {
  background-image: url('image/veri.jpg');
}

.med-icons-row {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.med-icon-item {
  text-align: center;
}

.med-icon-item i {
  font-size: 40px;
  margin-bottom: 10px;
  color: white;
}

.med-icon-item p {
  margin: 0;
  font-size: 1rem;
  color: white;
}

.med-icon-item p strong {
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .med-icons-row {
    justify-content: center;
  }
}
.med-slide-icons {
  display: flex;
  gap: 40px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.med-slide-icon-item {
  text-align: center;
  color: white;
}

.med-slide-icon-item i {
  font-size: 40px;
  margin-bottom: 10px;
}

.med-slide-icon-item p {
  margin: 0;
  font-size: 16px;
}

.med-slide-icon-item p strong {
  display: block;
}
.appointment-banner {
  background-image: url('image/appoinment.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: left;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  display: flex;
  align-items: center;
  min-height: 400px;
}

.appointment-content {
  max-width: 600px;
  background-color: rgba(0, 0, 0, 0.4); /* Optional overlay */
  padding: 20px;
  border-radius: 10px;
}

.appointment-content h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.appointment-content p {
  font-size: 18px;
  line-height: 1.6;
}
