@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
body {
  font-family: 'Nunito', sans-serif;
  color: #000000;
  background-color: #fefefe;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.layout_margin-top {
  margin-top: 90px;
}

.layout_margin-bottom {
  margin-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.sub_page .hero_area {
  min-height: auto;
  background-color: #1fab89;
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}
header {
  background: linear-gradient(135deg, #004d40, #00bfa5);
}
.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}
.navbar-brand{
  height: 75px;
  margin-right: 10px;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #62d2a2;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #1fab89;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #62d2a2;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ffffff;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #ffffff;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider_section .img-box img {
  width: 100%;
  max-width: 375px;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
}

.department_section {
  position: relative;
}

.department_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
}

.department_section .box .img-box {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-color: #62d2a2;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.department_section .box .img-box img {
  max-width: 55px;
  max-height: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.department_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.department_section .box .detail-box a {
  color: #1fab89;
  font-weight: 600;
}

.department_section .box .detail-box a:hover {
  color: #62d2a2;
}

.department_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.department_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #62d2a2;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #62d2a2;
}

.department_section .btn-box a:hover {
  background-color: transparent;
  color: #62d2a2;
}

.about_section{
    padding-left: 30px;
    padding-right: 30px;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  border-radius: 15px;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #62d2a2;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #62d2a2;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #62d2a2;
}

.doctor_section {
  background: #42cfac;
}

.doctor_section .heading_container {
  color: #ffffff;
}

.doctor_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  margin-top: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.doctor_section .box .img-box {
  width: 100%;
}

.doctor_section .box .img-box img {
  width: 100%;
}

.doctor_section .box .detail-box {
  width: 100%;
  padding: 25px 15px;
  text-align: center;
  position: relative;
}

.doctor_section .box .detail-box .social_box {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.doctor_section .box .detail-box .social_box a {
  color: #62d2a2;
  margin: 0 10px;
}

.doctor_section .box .detail-box .social_box a:hover {
  color: #1fab89;
}

.doctor_section .box:hover .social_box {
  top: 0;
  opacity: 1;
}

.doctor_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.doctor_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #1fab89;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #1fab89;
}

.doctor_section .btn-box a:hover {
  background-color: transparent;
  color: #1fab89;
}
/*# sourceMappingURL=style.css.map */

/* ---------------------------
   Navbar & Logo Styling (Responsive Fix)
--------------------------- */
.header_section {
 
  padding: 10px 0;
}

.navbar {
  align-items: center !important;
}

.navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
}

.navbar-brand img.logo {
   /* height: 80px; */
  height: 50px;
  width: auto;
  max-height: 80px;
  object-fit: contain;
}

/* Adjust for smaller devices */
@media (max-width: 992px) {
  .navbar-brand img.logo {
    height: 65px;
  }
}

@media (max-width: 576px) {
  .navbar-brand img.logo {
    height: 55px;
  }
}










.section {
    padding: 60px 20px;
    max-width: 1000px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.section h2 {
    color: #5E3821;
    text-align: center;
    margin-bottom: 20px;
}

.section p {
    color: #333;
    line-height: 1.6;
    text-align: justify;
}
  /* mission and vission section */
.mission {
    font-family: 'Poppins', sans-serif;
    background-color: #f9f9f9;
    margin: 0;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
}

.card {
    background-color: #42cfac;
    color: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    width: 420px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.card h2 {
    font-size: 1.6em;
    margin-bottom: 15px;
    color: black;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
}

.card p {
    font-size: 1em;
    line-height: 1.6;
    color: #f1f1f1;
}

/* end of mission and vission section */

/* about section */
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

    .about {
      margin-top: -10%;
      margin-bottom: -10%;
      font-family: 'Poppins', sans-serif;
      background: linear-gradient(135deg, #f0fffa, #e8f9f3);
      overflow-x: hidden;
    }

    /* Main Container */
    .overview-container {
      max-width: 1200px;
      margin: 100px auto;
      background: #fff;
      border-radius: 25px;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: all 0.4s ease;
      position: relative;
    }

    .overview-container:hover {
      transform: translateY(-10px);
      box-shadow: 0 25px 80px rgba(0, 191, 165, 0.3);
    }

    /* Image */
    .overview-image {
      position: relative;
      overflow: hidden;
    }

    .overview-image img {
      width: 100%;
      height: 470px;
      object-fit: cover;
      transition: transform 0.6s ease;
    }

    .overview-container:hover img {
      transform: scale(1.08);
    }

    /* Overlay Glow Effect */
    .overview-image::after {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,128,96,0.3));
      opacity: 0;
      transition: opacity 0.5s ease;
    }

    .overview-container:hover .overview-image::after {
      opacity: 1;
    }

    /* Text Content */
    .overview-content {
      padding: 30px;
      text-align: center;
      animation: fadeInUp 1.2s ease forwards;
    }

    .overview-content h2 {
      font-size: 2.3em;
      color: #00796b;
      font-weight: 600;
      margin-bottom: 15px;
      position: relative;
      display: inline-block;
    }

    .overview-content h2::after {
      content: "";
      position: absolute;
      width: 80px;
      height: 4px;
      background: linear-gradient(to right, #00796b, #00bfa5);
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 2px;
    }

    .overview-content p {
      font-size: 1.1em;
      color: #333;
      /* margin-top: -10px; */
      /* line-height: 1.8; */
      margin: -2px auto 40px;
      max-width: 800px;
    }

    /* Counters */
    .counter-container {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      gap: 30px;
      padding: 20px 0;
    }

    .counter-box {
      flex: 1;
      min-width: 150px;
      transition: transform 0.3s ease;
    }

    .counter-box:hover {
      transform: scale(1.1);
    }

    .counter {
      font-size: 2.2em;
      font-weight: 700;
      color: #00bfa5;
    }

    .counter-label {
      color: #555;
      font-size: 1em;
      margin-top: 5px;
    }

    /* Animation */
    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* Responsive */
    @media (max-width: 768px) {
      .overview-container {
        margin: 50px 20px;
      }

      .overview-content {
        padding: 35px 20px;
      }

      .overview-content h2 {
        font-size: 1.9em;
      }

      .overview-content p {
        font-size: 1em;
      }
    }
/* end of about section */

/* director message section */
    .director-info {
      margin: 0;
      padding: 0;
      font-family: 'Poppins', sans-serif;
      background: #f0faff;
    }

    .director-section {
      position: relative;
      overflow: hidden;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 40px;
      background: linear-gradient(135deg, #e0f7fa, #ffffff);
    }

    /* Animated background waves */
    .wave {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 200%;
      height: 200%;
      background: radial-gradient(circle at 20% 80%, rgba(0,188,212,0.25), transparent 60%),
                  radial-gradient(circle at 80% 20%, rgba(0,150,136,0.3), transparent 60%);
      animation: moveWaves 8s infinite alternate ease-in-out;
    }

    @keyframes moveWaves {
      from { transform: translate(-10%, -10%) rotate(0deg); }
      to { transform: translate(10%, 10%) rotate(10deg); }
    }

    .director-card {
      position: relative;
      z-index: 2;
      max-width: 800px;
      background: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(10px);
      border-radius: 20px;
      padding: 50px 40px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      border: 2px solid transparent;
      background-clip: padding-box;
      animation: fadeIn 1.5s ease-out;
    }

    @keyframes fadeIn {
      0% { opacity: 0; transform: translateY(40px); }
      100% { opacity: 1; transform: translateY(0); }
    }

    .director-card::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 20px;
      padding: 2px;
      background: linear-gradient(45deg, #00bcd4, #009688, #00acc1, #26a69a);
      background-size: 300% 300%;
      animation: borderGlow 5s ease infinite;
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      z-index: -1;
    }

    @keyframes borderGlow {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }

    .director-title {
      font-size: 2rem;
      color: #00796b;
      text-align: center;
      margin-bottom: 20px;
      position: relative;
    }

    .director-title::after {
      content: "";
      position: absolute;
      width: 80px;
      height: 4px;
      background: #00bcd4;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 2px;
    }

    .director-message {
      font-size: 1.05rem;
      color: #333;
      line-height: 1.8;
      text-align: justify;
      opacity: 0;
      animation: textAppear 2s ease forwards 1s;
    }

    @keyframes textAppear {
      0% { opacity: 0; transform: translateY(20px); }
      100% { opacity: 1; transform: translateY(0); }
    }

    .director-sign {
      margin-top: 25px;
      text-align: right;
      font-weight: 600;
      color: #00796b;
      opacity: 0;
      animation: signFade 2s ease forwards 1.8s;
    }

    .director-role {
      font-size: 0.9rem;
      color: #555;
      text-align: right;
      opacity: 0;
      animation: signFade 2s ease forwards 2s;
    }

    @keyframes signFade {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 768px) {
      .director-card {
        padding: 30px 25px;
        margin-top: -150px;
      }
      .director-title {
        font-size: 1.6rem;
      }
      .director-message {
        font-size: 0.95rem;
      }
    }

    /* Achievements Section */
    .achievements-section {
    padding: 80px 20px;
    text-align: center;
    background: linear-gradient(to bottom, white, white);
    font-family: "Poppins", sans-serif;
  }

  .achievements-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1fab89;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
  }

  .achievements-title::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #1fab89;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .achievements-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .achievement-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 260px;
    transition: all 0.4s ease;
    animation: fadeUp 1s ease forwards;
    opacity: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }

  /* Hover animation */
  .achievement-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(74, 241, 230, 0.1);
    transition: all 0.5s ease;
  }

  .achievement-card:hover::before {
    left: 0;
  }

  .achievement-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }

  .achievement-card:hover .icon {
    transform: scale(1.2) rotate(5deg);
    color: #1fab89;
  }

  .icon {
    font-size: 2.8rem;
    display: block;
    margin-bottom: 15px;
    color: #1fab89;
    transition: all 0.3s ease;
  }

  .achievement-card h3 {
    color: black;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .achievement-card p {
    color: #6a4a3c;
    font-size: 0.95rem;
  }

  @keyframes fadeUp {
    0% {
      transform: translateY(40px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  /* Make it responsive */
  @media (max-width: 768px) {
    .achievement-card {
      width: 90%;
    }
    .achievements-section{
      padding-bottom: 200px;
    }
  }

    .health-camp {
      margin-top: -160px;
      margin-bottom: -100px;
      font-family: 'Poppins', sans-serif;
      background: white;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      padding: 40px 20px;
    }

    @media (max-width: 576px) {
  .health-camp {
    margin-top: 0;
    margin-bottom: 0;
    min-height: auto;
    padding: 20px 15px;
    flex-direction: column;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .health-camp {
    margin-top: -40px;   /* smaller negative for tab */
    margin-bottom: 20px;
    min-height: auto;
    padding: 30px 20px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .health-camp {
    margin-top: -80px;
    margin-bottom: 20px;
    min-height: auto;
    padding: 35px 25px;
  }
}

@media (min-width: 993px) and (max-width: 1280px) {
  .health-camp {
    margin-top: -80px;
    margin-bottom: 20px;
    min-height: auto;
    padding: 35px 25px;
  }
}


    .health-section {
      max-width: 900px;
      border-radius: 20px;
      padding: 60px 50px;
      background: #42cfac;
      color: #ffffff;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      text-align: left;
    }

    .health-title {
      font-size: 2.6rem;
      font-weight: 600;
      margin-bottom: 25px;
      letter-spacing: 1px;
      padding-left: 15px;
    }

    .health-message {
      font-size: 1.15rem;
      line-height: 1.8;
      color: #fdfdfd;
      max-width: 800px;
    }

    /* Optional Highlight Words */
    .highlight {
      background: rgba(255, 255, 255, 0.25);
      padding: 3px 8px;
      border-radius: 5px;
      font-weight: 500;
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
        .health-section {
            text-align: center;
            margin-top: -130px;
        }
        .health-title {
            font-size: 2rem;
            border-left: none;
            display: inline-block;
            padding-bottom: 5px;
        }
    }