  @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&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.woff2') format('woff2'),
         url('../fonts/Decoy-Regular.woff') 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: #EB8EA0;
}

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: #EB8EA0;
  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;
}

.hero-section {
    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 (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: #EB8EA0;
}

.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 {
      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: #EB8EA0;
    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: #EB8EA0;
    border: none;
    border-radius: 30px;
    color: white;
    padding: 10px 31px;
}
.socalmeida {
  gap: 20px;
}

.footer4 .d-flex {
  gap: 10px;
}

.main-footer h6 {
  margin-bottom: 20px;
}
footer .main-footer {
  background: #FCF9EB;
  padding: 60px 0;
}

.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 {
  justify-content: space-between;
    align-items: center;
    display: flex;

}


.mainbody header {
      max-width: 1400px;
      margin: auto;
      position: relative;
      z-index: 9;
} 
.mainbody nav {
      max-width: 1400px;
      margin: auto;
} 

.copyright p {
  margin: 0;
  font-size: 16px;
}

@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 {
    justify-content: space-between;
    align-items: center;
    display: flex
;
    flex-direction: column;
}

    .hero-section {
    margin-top: 0px;
    padding: 50px 0 50px 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("/wp-content/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("/wp-content/uploads/2025/09/Newborn-Care.svg") no-repeat center right;
  background-size: contain;
}
.newbornCare:hover {
  background: url("/wp-content/uploads/2025/09/Newborn-Care-hover.svg") no-repeat center right;
  background-size: contain;
  background-color: #EB8EA0;
}
/* Reset text colors */
.newcard h3:hover,
.newcard p:hover {
  color: #FFFF; /* default dark */
  transition: color 0.3s ease-in-out;
}
/* ========== Vaccination ========== */
.vacCare {
  background: url("/wp-content/uploads/2025/09/hVaccination-1.webp") no-repeat center right;
  background-size: contain;
}
.vacCare:hover {
  background: url("/wp-content/uploads/2025/09/Vaccinationsvgn.svg") no-repeat center right;
  background-size: contain;
  background-color: #EB8EA0;
}

/* ========== Child Growth ========== */
.chibornCare {
  background: url("/wp-content/uploads/2025/09/Child-Growth.svg") no-repeat center right;
  background-size: contain;
}
.chibornCare:hover {
  background: url("/wp-content/uploads/2025/09/Child-Growth-hover.svg") no-repeat center right;
  background-size: contain;
  background-color: #EB8EA0;
}

/* ========== Premature Baby Care ========== */
.prebornCare {
  background: url("/wp-content/uploads/2025/09/Premature.svg") no-repeat center right;
  background-size: contain;
}
.prebornCare:hover {
  background: url("/wp-content/uploads/2025/09/Premature.webp") no-repeat center right;
  background-size: contain;
  background-color: #EB8EA0;
}

/* 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('/wp-content/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('/wp-content/uploads/2025/09/icons-4.svg');
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.arowiner.icon2 {
  background-image: url('/wp-content/uploads/2025/09/icons-3.svg');
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.arowiner.icon3 {
  background-image: url('/wp-content/uploads/2025/09/icons-2.svg');
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.arowiner.icon4 {
  background-image: url('/wp-content/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: 992px) {
  .faqset {
  width: 100%;
    margin: auto;
}

.breadcrumb {
  width: 100%;
  margin: 0;
}

footer .main-footer {
    padding: 130px 0;
}

}

.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: #F07F8A;
  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: #e26a77;
}

.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: #ffd6d6; /* 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;
}

/* 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 {
  background-color: #e76482;
  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: #d34b6e;
}

/* 📱 Responsive for mobiles */
@media (max-width: 767px) {
  .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%;
  }

  .newsletter-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}


/* 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: #eb8ea0;
}

.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: 470px) {
    footer .main-footer {
       padding: 100px 0 10px 0;
    }
}