@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&amp;display=swap");

body {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-style: normal; /* "Medium" isn't a valid value, use normal */
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: left;
  color: #18243a;
}

/* Decoy Regular */
@font-face {
  font-family: "Decoy";
  src:
    url("../fonts/Decoy-Regular.html") format("woff2"),
    url("../fonts/Decoy-Regular-2.html") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Decoy Light */
@font-face {
  font-family: "Decoy";
  src:
    url("../fonts/Decoy-Light.woff2") format("woff2"),
    url("../fonts/Decoy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Decoy Medium */
@font-face {
  font-family: "Decoy";
  src:
    url("../fonts/Decoy-Medium.woff2") format("woff2"),
    url("../fonts/Decoy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Decoy Black */
@font-face {
  font-family: "Decoy";
  src:
    url("../fonts/Decoy-Black.woff2") format("woff2"),
    url("../fonts/Decoy-Black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Decoy Ultra Black */
@font-face {
  font-family: "Decoy";
  src:
    url("../fonts/Decoy-Ultra-Black.woff2") format("woff2"),
    url("../fonts/Decoy-Ultra-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
a {
  text-decoration: none;
  color: #2c2152;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Decoy", sans-serif !important;
  font-weight: 700; /* default weight, you can change per heading */
}

h1 {
  font-family: "Decoy", sans-serif;
  font-weight: 900;
} /* Ultra Black */
h2 {
  font-family: "Decoy", sans-serif;
  font-weight: 700;
} /* Black */
h3 {
  font-family: "Decoy", sans-serif;
  font-weight: 500;
} /* Medium */
h4 {
  font-family: "Decoy", sans-serif;
  font-weight: 400;
} /* Regular */
h5 {
  font-family: "Decoy", sans-serif;
  font-weight: 300;
} /* Light */

.elementor-element-c84de9d .elementor-widget-heading:hover {
  background-color: #73aec5;
}

h1,
h2 {
  font-family: "Decoy", sans-serif; /* fallback added */
  font-weight: 700 !important;
  font-style: normal; /* Bold is handled by font-weight */
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 52px !important;
}

/* H1 specific */
h1 {
  font-size: 40px;
}

/* H2 specific */
h2 {
  font-size: 32px; /* you can adjust as needed */
  line-height: 44px; /* slightly smaller than H1 */
}
h3 {
  font-size: 24px;
  line-height: 36px;
}

.navbar-nav .nav-item a {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-style: normal; /* "Medium" isn't a valid value, use normal */
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0;
  text-align: left;
  color: #18243a;
}
h1,
h2,
h3,
h4 {
  color: #2c2152;
}

.titlehead {
  font-weight: 700;
  font-style: normal; /* "Bold" is not valid for font-style */
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0;
  text-transform: capitalize;
}

.breadcrumb h1 {
  font-weight: 700;
  font-style: normal; /* "Bold" is not valid for font-style */
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0;
  text-transform: capitalize;
}

.lead {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-style: normal; /* "Medium" is not valid; use normal */
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
}
p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-style: normal; /* "Medium" is not valid; use normal */
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}

ul li,
ol li {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-style: normal; /* "Medium" is not valid; use normal */
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}

.accordion-body {
  text-align: left;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-style: normal; /* "Medium" is not valid; use normal */
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}

.subtitle {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ee6f28;
  margin: 0;
}
.navbar.sticky-top {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.hero-section {
  position: relative;
  background: #fcf9eb; /* cream background */
  overflow: hidden;
  margin-top: -131px;
  padding: 132px 0 0 0;
}

.svgshare {
  position: relative;
  width: 100%;
  line-height: 0;
  background-color: #fcf9eb;
}

.svgshare svg {
  display: block;
  width: 100%;
  height: 50px;
}

.svgshare path {
  fill: #ffff; /* black color for wave */
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
}

.card {
  border-radius: 12px;
}

.btn-primary {
  border: none;
  opacity: 1;
  border-radius: 27px;
  padding: 10px 24px;
}

.btn-outline-primary {
  background: #4cb0b3;
  color: white;
  border: none;
  opacity: 1;
  border-radius: 27px;
}
.btn-outline-primary img {
  padding-bottom: 4px;
  margin-right: 5px;
}

/* Ensure sticky sits above content */
.nav-sticky {
  top: 0;
  z-index: 1080; /* higher than page components */
}

/* Optional: nicer dropdown spacing */
.navbar .dropdown-menu {
  border-radius: 0.5rem;
  margin-top: 0; /* aligns to toggle */
}

.nwslesec {
  z-index: 10;
  margin-bottom: -135px;
  position: relative;
}

/* Show dropdown on hover (desktop only) */
@media (max-width: 992px) {
  .hero-section {
    padding: 170px 0 0 0;
  }
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.cardbody {
  height: 76px;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  border-right: 1px solid #dbd4b2;
  border-bottom: 1px solid #dbd4b2;
  border-left: 1px solid #dbd4b2;
  background: #fcf9eb;
  margin: -1px 10px 10px 9px;
}

.cardbody:hover {
  background: #73aec5;
}

.cardbody h3:hover {
  color: #ffff;
}

.appoinbtnt {
  padding: 10px 50px;
}

.iconbos {
  display: flex;
  /* justify-content: flex-end; */
  align-items: flex-start;
  flex-direction: row;
}
.iconbos img {
  margin-right: 15px;
}

.iconbos p {
  margin-bottom: 15px;
}

section.bg-section,
section.custom-height {
  padding: 120px 15px;
  color: #000; /* text color, change if needed */
}

section.bg-section .container {
  max-width: 1320px; /* keep same as navbar/container */
  text-align: left; /* left align all content */
}

.revicard {
  background: white;
  border: 2px solid #cce6f0;
  border-radius: 35px;
}

.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* spacing between arrows and dots */
  margin-top: 40px;
}

.swiper-pagination {
  position: relative !important; /* keep inside flexbox */
}

.swiper-button-prev,
.swiper-button-next {
  position: relative !important;
  top: auto !important;
  transform: none !important;
  color: #e63973; /* arrow color */
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px; /* smaller arrows */
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 500px);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 500px);
  left: auto;
}

span.swiper-pagination-bullet {
  background: #c8e4ef;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5095b0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 24px;
  font-weight: 900;
}

.cardblog {
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  border-right: 1px solid #dbd4b2;
  border-bottom: 1px solid #dbd4b2;
  border-left: 1px solid #dbd4b2;
  background: #fcf9eb;
  margin: 0px 14px 0px 15px;
  text-align: left;
  padding: 30px;
}

.underbun {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  color: #73aec5;
  font-weight: 700;
}

.wcarddiv {
  display: flex;
  gap: 30px; /* space between cards */
  padding: 15px 40px 30px 0;
}

.wcard {
  flex: 1;
  background: #fcf9eb;
  border-radius: 35px;
  border: 1px solid #dbd4b2;
  padding: 20px;
}

.wcard p {
  margin: 0;
  display: flex;
  align-items: flex-end;
}

.newsletter {
  background: #ffd5d5;
  padding: 30px 0;
  border-radius: 50px;
  align-items: center;
  gap: 40px;
  width: 70%;
}

.newsletter form input {
  border-radius: 50px;
  border: navajowhite;
  color: #18243a63;
}

.newsletter form button {
  background-color: #73aec5;
  border: none;
  border-radius: 30px;
  color: white;
  padding: 10px 31px;
}
.socalmeida {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.footer4 .d-flex {
  gap: 10px;
}

.main-footer h6 {
  margin-bottom: 20px;
}
footer .main-footer {
  background: #fcf9eb;
  padding: 60px 0;
}

.main-footer .footer1 .navbar-brand img {
  width: 200px !important;
  object-fit: cover;
}

.footer2 ul {
  padding: 0;
  list-style-type: none;
}

.footer2 ul li {
  margin-bottom: 10px;
}

.footer2 ul li a {
  color: #18243a;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-style: normal; /* "Medium" is not valid; use normal */
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-decoration: none;
  margin-bottom: 10px;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright p a {
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-style: normal; /* "Medium" is not valid; use normal */
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-decoration: none;
  margin-bottom: 10px;
}

.copyright p a:hover {
  text-decoration: underline;
}

.mainbody header {
  max-width: 1400px;
  margin: auto;
  position: relative;
  z-index: 9;
}
.mainbody nav {
  max-width: 1400px;
  margin: auto;
}

.mainbody .about-section img,
.mainbody .why-choose-us img {
  max-width: 100%;
  height: auto;
  border-radius: 35px;
}

.mainbody .about-section .img-container,
.mainbody .about-hero-section .img-container {
  width: 100%;
  height: 560px;
  border-radius: 35px;
  margin-bottom: 10px;
}

.mainbody .about-section .img-container img,
.mainbody .about-hero-section .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainbody .about-hero-section .img-container img {
  object-fit: cover;
  object-position: center 30%;
}

  .mainbody .causes-preterm-section .singleblogsimage{
    width: 100%;
    height: auto;
  }

  .mainbody .causes-preterm-section .singleblogsimage img{
    width: 100%;
    height: auto;
    border-radius: 35px;
  }

.mainbody .about-section .hide-div,
.mainbody .why-choose-section .hide-div,
.mainbody .technology-section .hide-img,
.mainbody .prag-section .hide-img,
.mainbody .Breastfeeding-section .hide-img{
  display: none;
}

.mainbody .about-section .hide-div-2 {
  display: none;
  margin-top: 10px;
}

.mainbody .pre-term-section ul.listright.hide-div,
.mainbody .pre-term-section ul.listright.hide-div-2,
.mainbody .pre-term-section-2 ul.listright.hide-div-2,
.mainbody .pre-term-section-2 a.hide-btn-2,
.mainbody .prag-section .hide-div {
  display: none;
}

.mainbody .pre-term-section-2 a.hide-btn{
  display: block;
}

.mainbody .technology-section .img-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.mainbody .why-choose-section img,
.mainbody .technology-section .img-fluid,
.mainbody .about-hero-section .img-fluid {
  border-radius: 35px;
}

.mainbody .why-choose-us-2 .card {
  height: 100%;
  padding: 32px;
}

.mainbody .why-choose-us-2 .card h3 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 16px;
  margin-right: 0;
}

.mainbody .why-choose-us-2 .card p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Large Tablet */
@media (max-width: 991.98px) {
  .mainbody .why-choose-us-2 .card {
    padding: 28px 24px;
  }

  .mainbody .why-choose-us-2 .card h3 {
    font-size: 18px;
  }

  .mainbody .why-choose-us-2 .card p {
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .mainbody .why-choose-us-2 .card {
    padding: 24px 20px;
  }

  .mainbody .why-choose-us-2 .card h3 {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 12px;
  }

  .mainbody .why-choose-us-2 .card p {
    font-size: 15px;
    line-height: 1.6;
  }

  .mainbody .why-choose-us-2 .col-12 {
    margin-bottom: 16px !important;
  }

  .mainbody .why-choose-us-2 .col-12:last-child {
    margin-bottom: 0 !important;
  }
}

.copyright p {
  margin: 0;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 1280px) {
  /* .newsletter {
    width: 100%;
  } */
  .navbar-nav .nav-item a {
    font-size: 16px;
    margin-right: 0;
  }
  .titlehead {
    font-size: 28px;
    line-height: 32px !important;
    margin-right: 0;
  }

  .breadcrumb h1 {
    font-size: 28px;
    line-height: 32px !important;
    margin-right: 0;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 20px; /* you can adjust as needed */
    line-height: 24px !important;
  }
  h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .lead {
    font-size: 16px;
    line-height: 24px;
  }

  .bgpkclr {
    padding: 5px 15px;
  }

  .subtitle {
    font-size: 14px;
  }

  .cardbody {
    height: 60px;
    margin: 0;
    padding: 20px 0 !important;
  }

  .wcarddiv {
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
    flex-direction: column;
  }

  .cardblog {
    margin: 0;
  }
  .appoinbtnt {
    padding: 5px 20px;
  }
}

.main-footer .subtitle {
  font-size: 18px;
}

@media (max-width: 991px) {
  .newsletterform {
    padding: 20px;
  }
  .cardbody {
    margin: 0 25px;
  }
  .bgpkclr .container {
    text-align: center;
  }
}

.newsletterform {
  display: flex;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .cardbody {
    margin: 0;
  }

  .cardblog {
    margin: 0px 64px;
  }

  .subtitle {
    margin: 15px 0 0 0;
  }

  .copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-section {
    margin-top: 0px;
    padding: 50px 0 50px 0;
  }

  .only-text-hero {
    padding: 50px 0 0 0;
  }
}

@media (max-width: 481px) {
  .cardbody {
    margin: 0px 59px;
  }

  .cardblog {
    margin: 0px 9px;
  }
  .nwslesec {
    margin-bottom: 0px;
  }

  .copyright p {
    margin: 0;
    font-size: 14px;
    text-align: center;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: #2c2152;
  border-color: #2c2152;
}

/* Apply only to lists with class listright */
ul.listright {
  list-style: none; /* remove default bullets */
  padding: 0;
  margin: 0;
}

ul.listright li {
  position: relative;
  padding-left: 28px; /* space for the custom bullet */
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Add custom image as bullet */
ul.listright li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px; /* adjust vertical alignment */
  width: 20px; /* size of icon */
  height: 20px;
  background: url("../../../../uploads/2025/09/lists.svg") no-repeat center
    center;
  background-size: contain; /* make image scale */
}

/* ✅ Responsive adjustments */
@media (max-width: 767px) {
  ul.listright li {
    padding-left: 24px; /* slightly smaller padding */
  }
  ul.listright li::before {
    width: 14px;
    height: 14px;
    top: 5px;
  }
}

.newcard {
  flex: 1;
  background: #fcf9eb;
  border-radius: 35px;
  border: 1px solid #dbd4b2;
  padding: 0;
}

.newcard div {
  padding: 20px;
  transition: all 0.3s ease-in-out;
}

/* Add border bottom except last */
.newcard div:not(:last-child) {
  border-bottom: 1px solid #dbd4b2;
}

/* ========== Newborn Care ========== */
.newbornCare {
  background: url("../../../../uploads/2025/09/kid.png") no-repeat
    center right;
  background-size: contain;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}
.newbornCare:hover {
  background: url("../../../../uploads/2025/09/kid-hover.png")
    no-repeat center right;
  background-size: contain;
  background-color: #73aec5;
}
/* Reset text colors */
.newcard h3:hover,
.newcard p:hover {
  color: #ffff; /* default dark */
  transition: color 0.3s ease-in-out;
}
/* ========== Vaccination ========== */
.vacCare {
  background: url("../../../../uploads/2025/09/injection.png") no-repeat
    center right;
  background-size: contain;
}
.vacCare:hover {
  background: url("../../../../uploads/2025/09/injection-hover.png") no-repeat
    center right;
  background-size: contain;
  background-color: #73aec5;
}

/* ========== Child Growth ========== */
.chibornCare {
  background: url("../../../../uploads/2025/09/graph.png") no-repeat
    center right;
  background-size: contain;
}
.chibornCare:hover {
  background: url("../../../../uploads/2025/09/graph-hover.png")
    no-repeat center right;
  background-size: contain;
  background-color: #73aec5;
}

/* ========== Premature Baby Care ========== */
.prebornCare {
  background: url("../../../../uploads/2025/09/baby.png") no-repeat center
    right;
  background-size: contain;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
.prebornCare:hover {
  background: url("../../../../uploads/2025/09/baby-hover.png") no-repeat center
    right;
  background-size: contain;
  background-color: #73aec5;
}

/* Responsive */
@media (max-width: 768px) {
  .newcard div {
    background-position: center bottom;
    padding-bottom: 100px; /* extra space for bg image */
  }

  .page-template .wcarddiv {
    display: flex;
    gap: 30px;
    padding: 20px;
  }
}

.boxsty h3 {
  text-align: left;
}

.boxsty ul {
  padding: 0;
  text-align: left;
}

.boxsty ul li {
  margin: 15px;
  line-height: 25px;
}

.boxsty .boxs {
  border-radius: 35px;
  border: 1px solid #4cb0b3;
  background: #ddf4f4;
  padding: 30px;
}

.breadcrumb p {
  text-align: center !important;
}

.breadcrumb h1 {
  text-align: center !important;
}

.breadcrumb {
  width: 70%;
  margin: auto;
}

.boxs p {
  text-align: left;
}

.listnum {
  counter-reset: list-item;
  list-style: none;
  padding: 0;
  margin: 0;
}

.listnum li {
  counter-increment: list-item;
  position: relative;
  padding-left: 55px;
  margin-bottom: 40px;
  line-height: 32px;
}

.listnum li::before {
  content: counter(list-item);
  position: absolute;
  font-family: "Decoy", sans-serif;
  left: 0px;
  top: 0px;
  background-color: #c7eaf8;
  color: white;
  padding: 5px 10px;
  border-radius: 50%;
  font-size: 23px;
  text-align: center;
  width: 40px;
  color: #73aec5;
}

.page-template-testimonials .card h3 span {
  font-size: 18px;
  font-weight: 500;
}

.page-template-testimonials .card {
  border-radius: 35px;
  background: #edfaff;
  border: 1px solid #cce6f0;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #2c2152;
  color: white !important;
}

.arowboxs .col-12 {
  background: #fcf9eb;
  border: 1px solid #dbd4b2;
}

.arowboxs h3::after {
  content: "";
  background-image: url("../../../../uploads/2025/09/newborn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px; /* adjust the width */
  height: 20px; /* adjust the height */
  display: inline-block;
  margin: 0 0 -5px 8px;
}

.rounded-top-left {
  border-top-left-radius: 35px;
}

.rounded-top-right {
  border-top-right-radius: 35px;
}

.rounded-bottom-left {
  border-bottom-left-radius: 35px;
}

.rounded-bottom-right {
  border-bottom-right-radius: 35px;
}

.arowiner {
  padding: 20px;
}

.arowiner.icon1 {
  background-image: url("../../../../uploads/2025/09/icons-4.svg");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.arowiner.icon2 {
  background-image: url("../../../../uploads/2025/09/icons-3.svg");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.arowiner.icon3 {
  background-image: url("../../../../uploads/2025/09/icons-2.svg");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.arowiner.icon4 {
  background-image: url("../../../../uploads/2025/09/icons-1.svg");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.page-template-templates .card {
  background: #eff8f8;
  border-radius: 35px;
  border: 1px solid #c5e8e8;
}

.page-template-about .card {
  background: #eff8f8;
  border: 1px solid #c9e2e2;
  padding: 30px;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}

/* Accordion wrapper */
.accordion-item {
  border: none !important;
  border-radius: 16px;
  margin-bottom: 15px;
  background: #eff8f8; /* same as screenshot */
  overflow: hidden;
}

/* Accordion button (title) */
.accordion-button {
  background: #eff8f8 !important;
  color: #1e1b4b !important; /* dark indigo text */
  font-weight: 600;
  font-size: 18px;
  border-radius: 16px !important;
  padding: 18px 22px;
  box-shadow: none !important;
}

/* Hover effect */
.accordion-button:hover {
  color: #ffffff !important;
  background: #1e1b4b !important; /* invert look on hover */
}

/* Arrow icon style */
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%231E1B4B' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* Open state */
.accordion-button:not(.collapsed) {
  color: #1e1b4b !important;
  background: #eff8f8 !important;
  box-shadow: none;
}

/* Accordion content */
.accordion-body {
  background: #eff8f8;
  color: #333;
  font-size: 16px;
  padding: 0 22px 18px 22px;
}

.faqset {
  width: 60%;
  margin: auto;
}

.faqset .accordion-item {
  border-radius: 35px;
}

@media (max-width: 1399px) {
  .mainbody .prag-section .hide-div{
    display: block;
  }

  .mainbody .prag-section ul.listright li.hide-list,
  .mainbody .prag-section a.hide-btn{
    display: none;
  }  
}

@media (max-width: 1280px) {
  .mainbody .prag-section .hide-div{
    display: none;
  }

  .mainbody .prag-section ul.listright li.hide-list,
  .mainbody .prag-section a.hide-btn{
    display: block;
  }  
}

@media (max-width: 1199px) {
  .mainbody .about-section .hide-div-2 {
    display: block;
  }

  .mainbody .about-section .hide-para-2 {
    display: none;
  }

  .mainbody .technology-section-2 .hide-img {
    display: block;
  }

  .mainbody .pre-term-section ul.listright.hide-div{
    display: block;
  }

  .mainbody .pre-term-section ul.listright li.hide-list{
    display: none;
  }

  .mainbody .prag-section .hide-div{
    display: block;
  }

  .mainbody .prag-section ul.listright li.hide-list,
  .mainbody .prag-section a.hide-btn{
    display: none;
  }  
}

@media (max-width: 992px) {
  .mainbody .about-section .hide-para,
  .mainbody .about-section .hide-div-2,
  .mainbody .why-choose-section .hide-para {
    display: none;
  }

  .mainbody .about-section .hide-div,
  .mainbody .why-choose-section .hide-div,
  .mainbody .technology-section .hide-img {
    display: block;
  }

  .mainbody .about-section .img-container,
  .mainbody .about-hero-section .img-container {
    width: 100%;
    height: 407px;
  }

  p {
    line-height: 17px;
    font-size: 15px;
  }

  .faqset {
    width: 100%;
    margin: auto;
  }

  .breadcrumb {
    width: 100%;
    margin: 0;
  }

  footer .main-footer {
    padding: 80px 0 30px 0;
    font-size: 12px;
  }

  .footer2 ul li a,
  p {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .mainbody .pre-term-section ul.listright.hide-div-2,
  .mainbody .pre-term-section-2 ul.listright.hide-div-2,
  .mainbody .pre-term-section-2 a.hide-btn-2,
  .mainbody .Breastfeeding-section .hide-img {
    display: block;
  }

  .mainbody .pre-term-section ul.listright li.hide-list-2,
  .mainbody .pre-term-section-2 ul.listright li.hide-list-2,
  .mainbody .pre-term-section-2 a.hide-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .mainbody .about-section .hide-para,
  .mainbody .Breastfeeding-section .hide-img {
    display: none;
  }

  .mainbody .why-choose-section .hide-para {
    display: block;
  }

  .mainbody .about-section .hide-div {
    display: block;
  }

  .mainbody .why-choose-section .hide-div,
  .mainbody .technology-section .hide-img {
    display: none;
  }

  .mainbody .about-hero-section .img-container {
    height: 600px;
  }

  .main-footer h6 {
    margin-bottom: 5px;
  }

  .footer2 ul li {
    margin-bottom: 0px;
  }

  .footer4 p {
    line-height: 13px;
  }
}

.page-template-connect-care .card {
  padding: 20px;
}

.page-template-connect-care .card img {
  margin-right: 15px;
}

.appointment-form {
  background: #e6f6ff; /* light pastel blue */
  border-radius: 25px;
  padding: 30px;
  max-width: 600px;
  margin: auto;
}

.appointment-form .form-subtitle {
  font-weight: 600;
  color: #54a7c8;
  margin-bottom: 10px;
}

.appointment-form .form-control,
.appointment-form .form-select {
  border-radius: 25px;
  border: 1px solid #cbe6f1;
  padding: 12px 18px;
  font-size: 15px;
  background: #fff;
  box-shadow: none;
}

.appointment-form .form-control:focus,
.appointment-form .form-select:focus {
  border-color: #54a7c8;
  box-shadow: 0 0 0 0.2rem rgba(84, 167, 200, 0.25);
}

/* Radio buttons */
.appointment-form .form-check-label {
  font-size: 15px;
  color: #1e1b4b;
}

.appointment-form .form-check-input {
  accent-color: #54a7c8;
}

/* Button */
.appointment-form .book-btn {
  background: #54a7c8;
  border: none;
  border-radius: 25px;
  padding: 12px 25px;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.appointment-form .book-btn:hover {
  background: #54a7c8;
}

.blogslist .card-body small img {
  margin-bottom: 3px;
}

.blogslist .card .blogimage {
  border-top-right-radius: 35px;
  border-top-left-radius: 35px;
}

.blogslist .card-body h3 a {
  color: #2c2152;
  text-decoration: none;
}

.menu-item-has-children {
  display: flex;
}

.menu-item-has-children a {
  margin: 0 !important;
}

/* Section wrapper */
.nwslesec .newsletter {
  background-color: #54a7c8; /* soft pink */
  padding: 2rem;
  border-radius: 1.5rem;
  max-width: 1100px;
}

/* Title */
.newsletter-title {
  font-weight: 700;
  font-size: 1.75rem;
  color: #2a1446; /* dark navy */
}

/* CF7 form wrapper */
.newsletter-form-wrapper form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 2rem;
  padding: 0.25rem;
  gap: 0.5rem;
  position: relative;
}

/* Input */
.newsletter-form-wrapper .form-control {
  border: none !important;
  border-radius: 2rem !important;
  box-shadow: none !important;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  flex: 1;
  min-width: 0;
}

/* Button */
.newsletter-form-wrapper .btn-subscribe {
  position: absolute;
  right: 15px;
  background-color: #73aec5;
  color: #fff;
  border-radius: 2rem;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  white-space: nowrap;
}

.newsletter-form-wrapper .btn-subscribe:hover {
  background-color: #ee6f28;
}

/* 📱 Responsive for mobiles */
@media (max-width: 768px) {
  .nwslesec .newsletter {
    padding-bottom: 62px;
  }

  .newsletter-form-wrapper form {
    flex-direction: column;
    align-items: stretch;
    background: transparent;
    padding: 0;
  }

  .newsletter-form-wrapper .form-control {
    width: 100%;
    border: 1px solid #ddd !important;
    margin-bottom: 0.75rem;
  }

  .newsletter-form-wrapper .btn-subscribe {
    width: 100%;
    bottom: -30px;
    right: 0;
    background-color: #ee6f28;
  }

  .newsletter-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  footer .footer1 .socalmeida {
    justify-content: space-evenly;
  }
}

@media (max-width: 575px) {
  .nwslesec .newsletter {
    width: 95%;
  }
}

/* Error message inside input */
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.85rem;
  color: #e63946; /* red */
  margin-top: 0.25rem;
  display: block;
  text-align: left;
}

/* Global response message (below form) */
.wpcf7-response-output {
  margin: 1rem 0 0 0 !important;
  padding: 0.75rem 1rem;
  border: 1px solid #e63946;
  background: #ffe5e5;
  color: #2a1446;
  border-radius: 0.75rem;
  font-size: 0.9rem;
  text-align: center;
}

/* When success */
.wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-mail-sent-success {
  border: 1px solid #28a745;
  background: #e6f9ec;
  color: #155724;
}

.newsletter-form-wrapper .wpcf7-response-output {
  display: none;
}

.newsletter-form-wrapper .wpcf7-form .wpcf7-not-valid-tip {
  text-align: left;
  position: relative;
  right: -19px;
}
.current-menu-item {
  background: #4ca3c614;
  border-radius: 35px;
}

.menu-item {
  padding: 10px 12px;
}

.menu-item:hover {
  background: #4ca3c614;
  border-radius: 35px;
}

.dropdown-menu .menu-item {
  padding: 0;
}

.dropdown-menu .menu-item:hover {
  background: #4ca3c614;
}

.dropdown-menu {
  top: 50px;
}

.menu-item-has-children button {
  background: transparent;
  border: none;
  font-size: 24px;
  color: #1c1b1f;
}

@media (max-width: 992px) {
  .dropdown-menu {
    top: 0px;
  }
  .menu-item-has-children {
    display: block;
  }

  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children button {
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .menu-item-has-children .dropdown-menu {
    width: 100%;
  }

  .dropdown-menu {
    background: transparent;
    border: none;
  }

  .menu-item {
    margin-bottom: 10px;
  }
}

.btn-link:hover {
  color: #b97852;
}

.menu-item-has-children .dropdown-menu {
  width: 300px;
}

.menu-item-has-children .dropdown-menu .menu-item {
  padding: 8px 15px !important;
}

.menu-item-object-custom {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .mainbody .why-choose-us-2 .card {
    padding: 20px 16px;
  }

  .mainbody .why-choose-us-2 .card h3 {
    font-size: 16px;
    line-height: 1.35;
  }

  .mainbody .why-choose-us-2 .card p {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 470px) {
  footer .main-footer {
    padding: 100px 0 10px 0;
  }
}

@media (max-width: 360px) {
  .mainbody .technology-section .wcard .img-fluid {
    width: 40px;
  }

  p {
    font-size: 12px;
  }
}

@media (max-width: 300px) {
  .breadcrumb h1 {
    font-size: 23px;
  }
}

@media (max-width: 270px) {
  .footer4 .d-flex p {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}
