@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  color: #3B2E77;
  background-color: #FBFFF5;
  font-size: 15px;

}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


a {
  color: #3B2E77;
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

.btn:hover {
  color: #ffffff;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 1.5rem;
}

.primary-color {
  color: #5f3080;
  ;
}

.secondary-color {
  color: #39a988;
}

ul {
  list-style: disc;
  padding-left: 1.5rem;
  /* or 20px to add left spacing */
}

/* Make your header sit on top of the page and be transparent */
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
  z-index: 50;
}

/* Ensure your nav inside the header also loses its white bg */
#header nav {
  background: transparent !important;
}


.cta-button {
  cursor: pointer !important;
  border-radius: 9999px;
  /* fallback for very old browsers */
  background-color: #39a988;
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 200;
  color: rgba(255, 255, 255, 1);

  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow,
    transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-button:hover {
  transform: scale(1.04);
  /* subtle pop */
}

/* Full-screen hero with background image */
.hero-section {
  position: relative;
  min-height: 100vh;
  color: #fff;
  overflow: hidden;
}

.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20%;
  /* left 20% gutter = right 80% image area */
  background: url('../assets/images/home-2.png') right center / contain no-repeat;
  z-index: 0;
  /* stay behind content */
  pointer-events: none;
}

.formbox {
  z-index: 1;
  /* stay above background image */
}

/* Frosted-glass effect */
.frosted-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: solid 1px #808080;
  border-radius: 1.75rem;
}

.form-control {
  color: #212529;
  background-color: #39a98814;
  border: 1px solid #39a988;
  border-radius: 1.25rem;
}

/* Gradient button from secondary → primary */
.btn-gradient {
  background: linear-gradient(to right,
      var(--bs-secondary),
      var(--bs-primary));
  color: #fff;
}

.btn-gradient:hover {
  opacity: 0.9;
}

/* Responsive logo height: 56px on xs, 80px on sm+ */
.logo {
  height: 56px;
}

@media (min-width: 576px) {
  .logo {
    height: 80px;
  }
}

.mobile-only {
  display: none;
}

/* Ensure this header sits on top if you overlap content */
#header {
  z-index: 50;
}

/* helper text color */
.text-purple {
  color: #91307B
}

.intro-section {
  margin-top: -100px;
}

.why-section img {
  height: 300px;
  ;
}

.why-box {
  padding: 0px 150px;
}
.arrow-bg{
  /* update the path to your image */
  background-image: url('../assets/images/arrow.png'); /* or /mnt/data/arrow.png if that’s your path */
  background-repeat: no-repeat;
  background-position: right 65%;   /* right side, vertically centered */       
  min-height: 300px;                    /* ensure there’s space to see it */
  padding-right: 80px;                  /* room so text doesn’t overlap the arrow */
}
/* Optional: adjust on small screens */
@media (max-width: 768px){
  .arrow-bg{
    background-image: none !important; /* or background: none; */
    min-height: auto;
    padding-right: 0;
  }
}

.promo-card {
  position: relative;
  border-radius: 2.25rem;
  /* big rounded corners */
  overflow: hidden;
  min-height: 460px;
  z-index: 1;
}

/* actual image */
.promo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../assets/images/cta-hero.jpeg') center right / cover no-repeat;
  z-index: -2;
}

/* teal tint overlay */
.promo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #1d8778e0, #1d8778e0);
  z-index: -1;
}

/* soft oval shadow below the card */
.promo-card::marker {
  content: none;
}

/* silence Safari oddity */
.promo-card+.promo-shadow {
  display: none;
}

.promo-card {
  box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
  /* subtle depth */
}

.promo-card:where(:not(.no-ellipse))::selection {
  background: transparent;
}

.promo-card:after,
.promo-card:before {
  pointer-events: none;
}

/* fake ground shadow with an ellipse */
.promo-card::part(shadow) {}

.promo-card {}

.promo-card:has(+ .x) {}

/* easier: make the ellipse with another pseudo element */
.promo-card>.shadow-ellipse {
  display: none;
}

/* no markup needed */
.promo-card::cue {}

/* bottom ellipse using an extra pseudo on the section */
.book-strip {
  position: relative;
}

.book-strip::after {
  content: "";
  position: absolute;
  left: 13%;
  right: 13%;
  bottom: 27px;
  height: 38px;
  background: radial-gradient(50% 120% at 50% 0, #82c6b2cc 0, #82c6b2cc 55%, #82c6b2cc 70%);
  border-radius: 999px;
  filter: blur(1px);
  z-index: 0;
}

/* white pill button with teal text */
.btn-pill {
  border-radius: 999px;
  font-weight: 600;
  padding: .85rem 1.25rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
  color: #2aa392 !important;
  background: #fff !important;
  border: 0;
}

.btn-pill:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
}

/* right logo block */
.brand-mark {
  inline-size: 240px;
  /* width */
  block-size: 120px;
  /* height */
  background: url('../assets/images/whitelogo.png') center/contain no-repeat;
  margin-inline-start: auto;
}

.feature-tile {
  background: #d8ece8;
  border: 0;
  border-radius: 28px;
  /* large rounded corners */
  padding: clamp(18px, 3.5vw, 28px);
  min-height: 260px;

}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #56ad9d;
  font-size: 28px;
  /* use an SVG/icon if you have it */
  margin-bottom: 14px;
}

.feature-title {
  font-weight: 200;
  line-height: 1.2;
  font-size: 22px;
  text-align: left;
  margin: 0;
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

#recipeCarousel .carousel-indicators {
  position: static;
  /* below the slider */
  display: flex;
  justify-content: left;
  gap: 10px;
  margin-top: 14px;
  margin-left: 3%;

}

#recipeCarousel .carousel-indicators [data-bs-target] {
  width: 30px;
  height: 10px;
  border-radius: 999px;
  background: #dfead8;
  border: 0;
  opacity: 1;
}

#recipeCarousel .carousel-indicators .active {
  background: #5f7e3a;
}

/* teatment section */


.treatment .service-card {
  background: #f1f4f2;
  border: 0;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
  transition: transform .18s ease, background .25s ease, color .2s ease;
  height: 100%;
}

.treatment .service-card:hover {
  background: linear-gradient(135deg, #6e2f86, #55b5a7);
  transform: translateY(-4px);
}

/* image */
.treatment .thumb {
  border-radius: 18px;
  overflow: hidden;
}

.treatment .thumb img {
  display: block;
  width: 100%;
  height: 220px;
  /* set a consistent height */
  object-fit: cover;
}

/* text + icon */
.treatment .title {
  font-weight: 500;
  color: #3aa07f;
  margin: 5px 0 10px;
  line-height: 1.25;
}

.treatment .cube {
  width: 36px;
  height: 36px;
  color: #4fb687;
}

/* arrow button */
.treatment .arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
    padding: 0px 15px;
  border-radius: 18px;
  background: #4fb687;
  color: #fff;
  border: 0;
  /* hide any text spacing */
  transition: transform .18s ease, box-shadow .18s ease;
}

.treatment .arrow-btn svg {
  width: 24px;
  height: 24px;
}

.treatment .arrow-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(79, 182, 135, .35);
}

/* change content colors when the card is hovered */
.treatment .service-card:hover .title {
  color: #fff;
}

.treatment .service-card:hover .cube {
  color: #fff;
}

.arrow-box {
  padding: 3px;
  border-radius: 18px;
  background: white;
}

/* Contact section with background image */



.contact-section {
  position: relative;
  min-height: 500px;
  background-color: #e4f3fb;
  background: url('../assets/images/hospital-img.png') center/cover no-repeat;
  overflow: hidden;
}

.contact-section p {
  font-size: 14px;
}

.footer-section {
  background-image: linear-gradient(90deg,
      #3B2E77 0%,
      #91307B 100%);
}

.footer-section i {
  font-size: 30px;
  color: #ffffff;
  padding: 0px 10px;
}

@media (max-width: 767px) {

  .mobile-only {
    display: block;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-section h1 {
    margin-top: 100px;
  }

  .hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0%;
    background: url(../assets/images/home-2.png) right center / cover no-repeat;
    z-index: 0;
    pointer-events: none;
  }

  .intro-section {
    margin-top: -50px;
  }

  .cta-button {

    padding: 0.2rem 0.5rem;
  }

  .why-box {
    padding: 0px 10px;
  }

  .logo {
    height: 50px;
  }
}