 * {
  font-family: 'Inter', sans-serif;
}
 
 
 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
     letter-spacing: 0.8px;
    line-height: 20px;
    height: 20px;
    padding: 0px 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #000;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0px;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    outline: none;
 }

.header-outer {
    
    padding-top: 24px !important;
    padding-bottom: 20px;
        position: sticky;
	
}
.header-outer .container {
    display: grid;

        grid-template-columns: 23% 58% 1fr;
	   
    width: 100%;
    
    padding-left: 2%;
    padding-right: 2%;
 align-items: center;
}

.header-left a {
    display: flex;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: white;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    outline: none;
}


@media only screen and (min-width: 769px) {
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus {
        background-color: transparent !important;
        color: white;
        font-weight: normal;
        text-decoration: none;
        border-color: white;
    }
  }




#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
/*     text-align: revert; */
    /* padding: 2px; */
    /* padding-top: 33px; */
    margin-top: 0px;
    display: -webkit-box;
/*     padding-top: 20px; */
}

/* #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.menu-contact {
    margin-left: auto;
} */

.header-outer {
/*   position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff; /* remove white bg */
      border-bottom: 1px solid #2925251a;
}


.header-left img {
    max-width: 160px;
}
/* .header-left img {
    max-width: 155px;
} */
.header-middle {

     display: flex;

    align-items: center; 
        justify-content: center;
    padding-right: 10px;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent;
    color:  #009ada;
    font-weight: 400;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link

 {
    background: transparent !important;
    font-weight: 500 !important;
    color: #000;
     font-size: 16px;
	 
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: transparent !important;
    font-weight: 500 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.menu-contact {
    
	   display: none;
    
}

#mega-menu-wrap-max_mega_menu_1  {
    background-color: transparent !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    color: black !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent !important;
}



.header__icons {
    display: flex;
    grid-area: icons;
    justify-self: end;
    padding-right: .8rem;
}

.header__search {
    display: none;
}
.header__icon:not(.header__icon--summary) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__icon {
    height: 4.4rem;
    width: 4.4rem;
    padding: 0;
}

.header__icon {
    color: rgb(var(--color-foreground));
}
.link {
    cursor: pointer;
    /* display: inline-block; */
    border: none;
    box-shadow: none;
    text-decoration: underline;
    text-underline-offset: .3rem;
    color: rgb(var(--color-link));
    background-color: transparent;
    font-size: 1.4rem;
    font-family: inherit;
}
.account-icon {
    display: flex;
}
.header__icon .svg-wrapper {
    width: 44px;
    height: 44px;
}
 .header__icon span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__icon .icon {
    height: 2rem;
    width: 2rem;
    fill: none;
    vertical-align: middle;
}
.header__icon--cart {
    position: relative;
    margin-right: -1.2rem;
}
.header__icon span {
    height: 100%;
} 
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    /* height: 1px; */
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}

.header__icon--cart .icon {
    height: 4.4rem;
    width: 4.4rem;
    padding: 0;
}

.announcement-bar::after{
content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    top: 56px;
    width: 100%;
    height: 15px;
    background: radial-gradient(circle at 10px 0, #ee8b9d 10px, transparent 10.5px) repeat-x;
    background-size: 20px 15px;
    pointer-events: none;
    z-index: 999;
}

.announcement-bar {
  background-color: #f08b9b; /* Pink background color matching the design */
  color: #ffffff;
  text-align: center;
  padding: 18px 20px 18px 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;

  /* Scalloped / Wavy bottom edge using CSS radial-gradient mask */
  /* --s: 16px;  */
  /* --r: 8px;   */

  -webkit-mask: 
    radial-gradient(var(--r) at 50% calc(100% - var(--r)), #000 99%, #0000 101%) 
      calc(50% - var(--s)) calc(100% - var(--r)) / calc(2 * var(--s)) var(--s) repeat-x,
    radial-gradient(var(--r) at 50% 100%, #0000 99%, #000 101%) 
      50% 0 / calc(2 * var(--s)) calc(100% - var(--r)) repeat-x;
  mask: 
    radial-gradient(var(--r) at 50% calc(100% - var(--r)), #000 99%, #0000 101%) 
      calc(50% - var(--s)) calc(100% - var(--r)) / calc(2 * var(--s)) var(--s) repeat-x,
    radial-gradient(var(--r) at 50% 100%, #0000 99%, #000 101%) 
      50% 0 / calc(2 * var(--s)) calc(100% - var(--r)) repeat-x;
}

.announcement-bar .divider {
  opacity: 0.8;
  font-weight: 300;
}





/* Hero section */


.hero-slider {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
  background-color: #f6f3f0;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
    gap: 3%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out, visibility 0.6s;
  /* padding: 0 5%; */
}

.slide.active {
  opacity: 1;
  visibility: visible;
}

/* Slide Content (Left Side) */
.slide-content {
  flex: 1;
  max-width: 520px;
  padding-left: 40px;
  z-index: 2;
}

.slide-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.25;
  margin-bottom: 20px;
}

.slide-subtitle {
  font-size: 1.05rem;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 400;
}

.cta-button {
  display: inline-block;
  background-color: #8c82bd; /* Soft purple button */
  color: #ffffff;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #796fae;
}

/* Slide Image (Right Side) */
.slide-image {
  flex: 1.2;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Slider Controls */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  color: #555555;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

  /* Perfect Centering Fixes */
  display: grid;
  place-items: center;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 0; /* Removes line-height box offset */

  z-index: 10;
  transition: all 0.3s ease;
}

.slider-btn:hover {
  background-color: #1a1a1a;
  color: #ffffff;
}



.prev-btn {
  left: 15px;
  /* Thin minimal style as seen on left side of image */
  background: transparent;
  box-shadow: none;
  font-size: 20px;
  color: #888888;
  background-color: #ffffff;
}

.prev-btn:hover {
  /* background: transparent; */
  /* color: #000000; */
}

.next-btn {
  right: 25px;
}

/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 99;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-icon {
  width: 28px;
  height: 28px;
}

/* Responsive Styles */
@media (max-width: 900px) {
 
  
  .slide {
    flex-direction: column-reverse;
    /* position: relative; */
    padding: 0;
  }

  .slide-content {
    padding: 30px 20px;
    max-width: 100%;
    text-align: center;
  }

  .slide-title {
    font-size: 1.8rem;
  }

  .slide-image {
    width: 100%;
    height: 300px;
  }

}


/* carousel section */
.mk-marquee-wrapper {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  padding: 35px 0;
}

.mk-marquee-track {
  display: flex;
  width: max-content;
  animation: mkMarquee 20s linear infinite; /* Adjusted duration for smoother scrolling */
}

.mk-marquee-wrapper:hover .mk-marquee-track {
  animation-play-state: paused;
}

.mk-marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.mk-marquee-item {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-right: 24px;
  flex-shrink: 0;
}

.mk-separator {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.mk-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  font-family: 'Bricolage Grotesque', sans-serif;
}

/* Color Themes */
.mk-red {
  background: #fbd9d3;
  color: #ef2b73;
}

.mk-pink {
  background: #f8b7cf;
  color: #ef2b73;
}

.mk-orange {
  background: #ffd08a;
  color: #e66a00;
}

.mk-green {
  background: #8ff2c9;
  color: #007d5b;
}

.mk-purple {
  background: #d6bbff;
  color: #6b19ff;
}

/* Infinite Seamless Marquee Keyframe */
@keyframes mkMarquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%); /* Shifts by exactly 1 duplicate group width for seamless looping */
  }
}




/* collection section */
/* ================================
   WooCommerce Collections
================================ */

.category-list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 30px 50px;

    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* Category Item */
.category-item {
    text-align: left;
    min-width: 0;
}

/* Remove default link styling */
.collections-title {
    text-align: center;
    padding-top: 50px;
}
.category-item a {
    display: block;
    text-decoration: none;
    color: #111;
}

/* Category Image */
.category-item img {
    display: block;

    width: 100%;
    height: 220px;

    object-fit: contain;

    margin: 0 auto 20px;

    transition: transform 0.3s ease;
}

/* Hover effect */
.category-item:hover img {
    transform: scale(1.03);
}

/* Category Name */
.category-item h3 {
    margin: 0;
    padding: 0 5px;

    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    color: #111;
}

/* Add arrow after category name */
.category-item h3::after {
    content: " →";
    white-space: nowrap;
}


/* ================================
   Tablet
================================ */

@media (max-width: 1024px) {

    .category-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px 15px;
        padding: 20px;
    }

    .category-item img {
        height: 260px;
    }

    .category-item h3 {
        font-size: 21px;
    }
}


/* ================================
   Mobile
================================ */

@media (max-width: 767px) {

    .category-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 12px;
        padding: 15px;
    }

    .category-item img {
        height: 180px;
        margin-bottom: 12px;
    }

    .category-item h3 {
        font-size: 17px;
        line-height: 1.3;
    }
    .announcement-bar::after{
content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    top: 84px;
    width: 100%;
    height: 15px;
    background: radial-gradient(circle at 10px 0, #ee8b9d 10px, transparent 10.5px) repeat-x;
    background-size: 20px 15px;
    pointer-events: none;
    z-index: 999;
    display: none;
}

.header-outer .container {
    display: grid;
    grid-template-columns: 75% 26%;
}

.header-middle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
}


@media only screen and (max-width: 768px) {
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
        flex-direction: column;
        flex-wrap: nowrap;
        background-color: #fff;
    }
  }

/* Small Mobile */
@media (max-width: 480px) {

    .category-list {
        gap: 20px 10px;
        padding: 10px;
    }

    .category-item img {
        height: 150px;
    }

    .category-item h3 {
        font-size: 15px;
    }
}




/* Featured products */
.home-product-container {
    max-width: 1145px;
    padding-top: 25px;
}
.featured-product-title {
    text-align: center;
}



.view-all-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0px 42px;  
  background-color: #ffffff;
}

.view-all-btn {
  display: inline-block;
  background-color: #121212; /* Dark black background */
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  padding: 14px 36px;
  border-radius: 0px; /* Crisp square corners as seen in the design */
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

.view-all-btn:hover {
  background-color: #2c2c2c; 
  color: white;
}




/* ads section */
.discount-banner{
    max-width:1095px;
    width:100%;
    margin:0px auto;
    padding:20px 35px;

    /* Your uploaded background */
    background:url("https://cdn.shopify.com/s/files/1/0672/7034/4910/files/discount-bg-purple.png?v=1782537502") center center no-repeat;
    background-size:100% 100%;

    display:flex;
    align-items:center;
}

.discount-item{
    width:33.333%;
    display:flex;
    align-items:center;
    gap:18px;
    padding:0 35px;
    position:relative;
}

.discount-item:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:48px;
    background:#d9c7a6;
}

.discount-item .icon{
    flex-shrink:0;
}

.discount-item .icon img{
    width:35px;
    display:block;
}

.discount-item h3{
    margin:0;
    font-size:20px;
    font-weight:500;
    color:#fff;
    line-height:1.2;
}

.discount-item a{
    display:inline-block;
    margin-top:0px;
    font-size:18px;
    color:#fff;
    text-decoration:none;
    font-weight:500;
}

.discount-item a:hover{
    text-decoration:underline;
}


@media(max-width:767px){

.discount-banner{
    padding:25px;
    flex-direction:column;
    background-size:cover;
}

.discount-item{
    width:100%;
    padding:25px 0;
}

.discount-item:not(:last-child)::after{
    width:100%;
    height:1px;
    left:0;
    right:auto;
    top:auto;
    bottom:0;
    transform:none;
}

.discount-item h3{
    font-size:20px;
}

.discount-item a{
    font-size:16px;
}

}





/* Know the difference */
/* Container Layout */
.product-comparison-section {
  width: 100%;
  padding: 50px 0px; 
}

.product-comparison-box {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 14px;
  padding: 0 74px;
  overflow: hidden;
}

.product-comparison-box h2 {
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  padding-bottom: 22px;
      padding-top: 40px;
}

/* Products Header Grid */
.comparison-products {
  display: grid;
  grid-template-columns: 280px repeat(3, 1fr);
  column-gap: 20px;
  align-items: start;
  padding-bottom: 50px;
  padding-left: 0;
}

.comparison-empty,
.comparison-product {
  min-width: 0;
}

.comparison-product-image {
  width: 169px;
  height: 168px;
  margin-left: 0;
  margin-bottom: 28px;
  position: relative;
  overflow: visible;
}

.comparison-product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.comparison-discount {
  position: absolute;
  top: 0;
  left: 0;
  background: #ff3f48;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  padding: 6px 9px;
  border-radius: 0 0 7px 0;
  z-index: 2;
}

.comparison-product-title {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1d1d1d;
  max-width: 290px;
}

.comparison-price {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 18px;
  color: #555555;
}

.comparison-current-price {
  font-weight: 400;
}

.comparison-old-price {
  color: #666666;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

/* Comparison Rows Grid */
.comparison-row {
  display: grid;
  grid-template-columns: 280px repeat(3, 1fr);
  column-gap: 20px;
  min-height: 86px;
  border-top: 1px solid #dedede;
  align-items: center;
}

.comparison-row:last-child {
  min-height: 90px;
}

.comparison-label {
  font-size: 18px;
  font-weight: 700;
  color: #202020;
}

.comparison-value {
  font-size: 18px;
  line-height: 1.45;
  color: #666666;
  padding-right: 15px;
}

/* Tablet Responsive View */
@media (max-width: 900px) {
  .product-comparison-box {
    padding: 35px 30px 0;
  }

  .comparison-products,
  .comparison-row {
    grid-template-columns: 150px repeat(3, 1fr);
    column-gap: 15px;
  }

  .comparison-product-image {
    width: 145px;
    height: 145px;
  }

  .comparison-product-title,
  .comparison-label,
  .comparison-value,
  .comparison-price {
    font-size: 16px;
  }
}

/* Mobile Responsive View */
@media (max-width: 650px) {
  .product-comparison-section {
    padding: 0px 0px 40px;
  }

  .product-comparison-box {
    padding: 25px 20px 0;
    border-radius: 12px;
    overflow-x: auto;
  }

  .product-comparison-box h2 {
    font-size: 30px;
  }

  .comparison-inner {
    min-width: 850px;
  }

  .comparison-products,
  .comparison-row {
    grid-template-columns: 145px repeat(3, 1fr);
    column-gap: 15px;
  }

  .comparison-products {
    padding-bottom: 35px;
  }

  .comparison-product-image {
    width: 130px;
    height: 130px;
    margin-bottom: 18px;
  }

  .comparison-product-title,
  .comparison-price,
  .comparison-label,
  .comparison-value {
    font-size: 15px;
  }

  .comparison-product-title {
    max-width: 200px;
  }

  .comparison-row {
    min-height: 75px;
  }
}






/* counter section */
.mommy-counter-section {
  width: 100%;
  background: #ee8d9f;
  box-sizing: border-box;
}

.mommy-counter-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 70px 7.8% 70px;
  background-color: #ee8d9f;
}

/* Counter Item */
.mommy-counter-item {
  position: relative;
  text-align: center;
  min-width: 0;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Vertical Separator */
.mommy-counter-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 84px;
  background: #dedede;
}

/* Counter Number */
.mommy-counter-number {
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1.5px;
  color: #ffffff;
  margin-bottom: 12px;
}

/* Counter Title */
.mommy-counter-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  color: #ffffff;
}

/* Tablet Responsive */
@media (max-width: 991px) {
  .mommy-counter-container {
    padding: 60px 4%;
  }

  .mommy-counter-number {
    font-size: 38px;
  }

  .mommy-counter-title {
    font-size: 18px;
  }

  .mommy-counter-item {
    padding: 0 12px;
  }
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .mommy-counter-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 45px 15px;
    row-gap: 40px;
  }

  .mommy-counter-item {
    padding: 0 10px;
  }

  .mommy-counter-number {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .mommy-counter-title {
    font-size: 16px;
  }

  /* Remove separator from 2nd item on mobile */
  .mommy-counter-item:nth-child(2)::after {
    display: none;
  }

  /* Horizontal divider between mobile rows */
  .mommy-counter-item:nth-child(1)::before,
  .mommy-counter-item:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -21px;
    height: 1px;
    background: #dedede;
  }
}





/* Testimonial */
.mkts-testimonials {
  width: 100%;
  padding: 65px 0 65px;
  background: #ffffff;
  overflow: hidden;
}

.mkts-testimonials-container {
  width: 100%;
  overflow: hidden;
}

.mkts-testimonials-title {
  margin: 0 0 54px 51px;
  padding: 0;
  text-align: center;
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.mkts-slider-wrapper {
  width: 100%;
  padding-left: 51px;
  overflow: hidden;
}

.mkts-slider-track {
  display: flex;
  width: max-content;
  gap: 19px;
  align-items: flex-start;
  will-change: transform;
}

.mkts-testimonial-card {
  flex: 0 0 581px;
  width: 581px;
  min-height: 330px;
  box-sizing: border-box;
  padding: 43px 48px 42px;
  background: #f3f3f3;
  border-radius: 7px;
}

.mkts-stars {
  margin: 0 0 17px;
  color: #ffb23e;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.mkts-reviewer {
  margin: 0 0 39px;
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.mkts-product-name {
  margin: 0 0 18px;
  color: #181818;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.mkts-review-text {
  margin: 0;
  color: #202020;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

/* TABLET VIEW */
@media (max-width: 1200px) {
  .mkts-testimonials-title {
    margin-left: 35px;
    font-size: 48px;
  }

  .mkts-slider-wrapper {
    padding-left: 35px;
  }

  .mkts-testimonial-card {
    flex-basis: 500px;
    width: 500px;
    padding: 40px;
  }
}

/* MOBILE VIEW */
@media (max-width: 767px) {
  .mkts-testimonials {
    padding: 47px 0 45px;
  }

  .mkts-testimonials-title {
    margin: 0 0 35px 20px;
    font-size: 38px;
    letter-spacing: -1px;
  }

  .mkts-slider-wrapper {
    padding-left: 20px;
  }

  .mkts-slider-track {
    gap: 15px;
  }

  .mkts-testimonial-card {
    flex: 0 0 calc(100vw - 45px);
    width: calc(100vw - 45px);
    min-height: 320px;
    padding: 32px 28px;
    border-radius: 7px;
  }

  .mkts-stars {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .mkts-reviewer {
    margin-bottom: 32px;
    font-size: 17px;
  }

  .mkts-product-name {
    margin-bottom: 15px;
    font-size: 17px;
  }

  .mkts-review-text {
    font-size: 17px;
    line-height: 1.65;
  }

  .widget-menu li a {
    color: rgba(255 255 255 / 75%);
    font-size: 16px !important;
    padding: 4px;
}
#colophon.site-footer .footer_outer .container .row .footer_common {
    flex: 1;
    padding: 10px 15px !important;
    min-width: 250px;
}
.mommykart-ai-label {
    color: #ffffff;
    font-size: 15px;
    margin: 0 0 22px !important;
    font-weight: 500;
}
}

/* SMALL MOBILE VIEW */
@media (max-width: 480px) {
  .mkts-testimonials-title {
    margin-left: 18px;
    font-size: 34px;
  }

  .mkts-slider-wrapper {
    padding-left: 18px;
  }

  .mkts-testimonial-card {
    flex-basis: calc(100vw - 38px);
    width: calc(100vw - 38px);
    padding: 30px 25px;
  }
}





/* FAQ */
/* MAIN SECTION */
.mommy-faq-section {
  width: 100%;
  background: #8a7eb5;
  overflow: hidden;
}

.mommy-faq-inner {
  display: grid;
  grid-template-columns: 32% 53%;
  margin: 0 auto;
  justify-content: center;
  gap: 20px;
}

.mommy-faq-image {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mommy-faq-image img {
  width: 100%;
  min-height: 600px;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: 15px;
}

/* RIGHT CONTENT SIDE */
.mommy-faq-content {
  width: 100%;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* WHITE FAQ CONTAINER */
.mommy-faq-box {
  width: 100%;
  max-width: 850px;
  background: #ffffff;
  border-radius: 14px;
  padding: 0 58px;
  box-sizing: border-box;
}

/* FAQ ITEMS */
.mommy-faq-item {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}

.mommy-faq-item:last-child {
  border-bottom: none;
}

/* QUESTION BUTTON */
.mommy-faq-question {
  width: 100%;
  min-height: 82px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}

.mommy-faq-question > span:first-child {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: #222222;
}

/* ARROW ICON */
.mommy-faq-arrow {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mommy-faq-chevron {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #001f3f;
  border-bottom: 1.5px solid #001f3f;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform 0.3s ease, margin-top 0.3s ease;
}

.mommy-faq-item.active .mommy-faq-chevron {
  transform: rotate(225deg);
  margin-top: 4px;
}

/* ANSWER DRAWER */
.mommy-faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.4s ease;
}

.mommy-faq-answer p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
}

.mommy-faq-item.active .mommy-faq-answer {
  max-height: 400px;
  opacity: 1;
  padding-bottom: 22px;
}

/* TABLET VIEW */
@media (max-width: 1100px) {
  .mommy-faq-inner {
    grid-template-columns: 45% 55%;
  }

  .mommy-faq-content {
    padding: 40px 35px;
  }

  .mommy-faq-box {
    padding: 25px 40px;
  }

  .mommy-faq-question > span:first-child {
    font-size: 18px;
  }

  .mommy-faq-arrow {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}

/* MOBILE VIEW */
@media (max-width: 767px) {
  .mommy-faq-section {
    display: block;
    min-height: auto;
  }

  .mommy-faq-inner {
    grid-template-columns: 1fr;
  }

  .mommy-faq-image {
    height: 550px;
    padding: 25px 12px 0;
  }

  .mommy-faq-image img {
    width: 100%;
    min-height: 470px;
  }

  .mommy-faq-content {
    width: 100%;
    min-height: auto;
    padding: 0 12px 25px;
  }

  .mommy-faq-box {
    width: 100%;
    padding: 15px 20px;
    border-radius: 12px;
  }

  .mommy-faq-question {
    min-height: 68px;
    gap: 15px;
  }

  .mommy-faq-question > span:first-child {
    font-size: 16px;
  }

  .mommy-faq-arrow {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }

  .mommy-faq-chevron {
    width: 6px;
    height: 6px;
  }

  .mommy-faq-answer p {
    font-size: 14px;
    line-height: 1.6;
  }
}












/* MAIN SECTION */
.service-section {
  position: relative;
  background: #8276AE;
  padding: 60px 60px 75px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 100px;
}

/* BOTTOM DOTTED LINE */
.service-section::after {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 15px;
  border-bottom: 2px dotted #E8B7B8;
}

/* TOP WAVE GRAPHIC */
.wave-top {
  position: absolute;
  top: -57px;
  left: 0;
  width: 100%;
  height: 70px;
  display: block;
}

/* SERVICE CARD STRUCTURE */
.service-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 22%;
  position: relative;
  z-index: 2;
}

.service-icon i {
  font-size: 30px;
  color: #ed8c9b;
}

.service-content h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin: 8px 0 2px;
}

.service-content p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

/* TABLET RESPONSIVE VIEW */
@media (max-width: 991px) {
  .service-box {
    width: 47%;
  }
}

/* MOBILE RESPONSIVE VIEW */
@media (max-width: 767px) {
  .service-section {
    padding: 50px 20px;
    gap: 30px;
  }

  .service-box {
    width: 100%;
  }

  .service-content h3 {
    font-size: 20px;
  }

  .service-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .service-icon {
    width: 75px;
    height: 75px;
    min-width: 75px;
  }

  .service-icon i {
    font-size: 30px;
  }
}



/* whatsapp icon */
.whats-app-outer {
    float: right;
    margin-right: 0;
    position: fixed;
    bottom: 95px;
    right: 2px;
    z-index: 999;
    cursor: pointer;
}
.whats-app-outer img {
    background: #25d366;
    color: #fff;
    position: fixed;
    bottom: 70px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    padding: 10px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse{
0% {
   box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 1.10456px;
}
50% {
    box-shadow: rgba(37, 211, 102, 0.384) 0px 0px 0px 3.29528px;
}
100% {
    box-shadow: rgba(37, 211, 102, 0.047) 0px 0px 0px 12.667px;
}
}



















/* footer */
.entries {
    display: grid;
    grid-template-columns: var(--grid-template-columns);
    grid-column-gap: var(--grid-columns-gap, 30px);
    grid-row-gap: var(--grid-columns-gap, 30px);
}
.entry-card {
    /* padding: var(--card-inner-spacing, 30px); */
    padding: 20px 20px;
    border: var(--card-border, none);
    box-shadow: var(--theme-box-shadow);
    border-radius: var(--theme-border-radius);
	
}
.entry-meta {
    margin-top: 15px;
}




/* footer */
#colophon.site-footer {
    background: #8276AE;
    color: #fff;
    padding: 60px 0 0;
    max-width: 100%;
}
#colophon.site-footer .footer_outer .container {
    max-width: 1158px;
    margin: 0 auto;
    padding: 0 15px;
}
#colophon.site-footer .footer_outer .container .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
#colophon.site-footer .footer_outer .container .row .footer_common {
    flex: 1;
    padding: 0 15px;
    min-width: 250px;
}
.footer_common li {
    list-style-type: none;
}
.footer_common h3 {
    /* color: rgba(255 255 255 / 75%); */
    color: white;
    font-size: 22px;
} 
.widget-menu li a {
    color: rgba(255 255 255 / 75%);
    font-size: 14px;
    padding: 4px;
}
.footer_common ul {
  list-style: none;
  padding-left: 0 !important;
  margin-left: 0 !important;
  text-align: left;
}
.footer_common ul li {
  text-align: left;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 8px;
}



/* CONTAINER BACKGROUND & PADDING */
.footer-bottom {
  background-color: #8276AE; /* Purple background */
  padding: 20px 0;
  width: 100%;
}

/* FLEXBOX LAYOUT FOR SIDE-BY-SIDE ALIGNMENT */
.footer-bottom-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 39%;
  margin: 0;
}

/* LEFT SIDE TEXT STYLING */
.footer-copyright p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

.footer-copyright .dot {
  margin: 0 6px;
}

.footer-copyright a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-copyright a:hover {
  /* text-decoration: underline; */
  color: #ee8d9f;
  opacity: 0.85;
}

/* RIGHT SIDE SOCIAL ICONS */
.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-icon {
  width: 42px;
  height: 42px;
  border: 1.5px solid #ED8C9B; /* Pink border outline */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #ED8C9B;
  color: #8276AE;
}

/* RESPONSIVE FOR MOBILE (STACKS CONTENT) */
@media (max-width: 768px) {
  .footer-bottom-flex {
    flex-direction: column-reverse;
    gap: 15px;
    text-align: center;
            padding-top: 20px;
  }
}

.wsatc-rating {
    display: none;
}

/* Icon */
.mommykart-ai-footer {
  width: 100%;
}


.mommykart-ai-widget {
  text-align: left;
}

.mommykart-ai-label {
  color: #ffffff;
  font-size: 15px;
  margin: 0 0 12px;
  font-weight: 500;
}

.mommykart-ai-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.mommykart-ai-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: transform 0.2s ease, opacity 0.2s ease;
  text-decoration: none;
}

.mommykart-ai-icon:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

.mommykart-ai-icon svg {
  width: 20px;
  height: 20px;
}

.mommykart-ai-icon[data-ai="grok"],
.mommykart-ai-icon[data-ai="perplexity"] {
  background-color: transparent;
  border-radius: 10px;
}

.mommykart-ai-icon[data-ai="grok"] svg,
.mommykart-ai-icon[data-ai="perplexity"] svg {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 749px) {
  .mommykart-ai-widget {
    text-align: left;
  }

  .mommykart-ai-icons {
    justify-content: flex-start;
  }
}




/* privacy policy */
.privacy-container {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #333333;
}

.privacy-title {
  font-size: 38px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
}

.privacy-text {
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 24px;
  font-weight: 400;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .privacy-container {
    margin: 30px auto;
  }
  
  .privacy-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  
  .privacy-text {
    font-size: 15px;
  }
}






/* faqs */
.faq-container-outer {
  /* background-color: #ffffff; */
      color: #1a1a1a;
      display: flex;
      justify-content: center;
      padding: 0px 20px;
}
.faq-container {
      width: 100%;
      max-width: 700px;
    }

    /* Heading */
    .faq-title {
      font-size: 38px;
      font-weight: 400;
      text-align: center;
      margin-bottom: 22px;
      letter-spacing: -0.5px;
    }

    /* FAQ List Styles */
    .faq-list {
      border-top: 1px solid #eeeeee;
    }

    .faq-item {
      border-bottom: 1px solid #eeeeee;
    }

    .faq-question {
      width: 100%;
      background: none;
      border: none;
      outline: none;
      padding: 12px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-align: left;
      /* font-size: 1.1rem; */
      font-weight: 400;
      color: #1a1a1a;
      cursor: pointer;
      transition: color 0.2s ease;
    }

    .faq-question:hover {
      color: #555555;
    }

    /* Chevron Icon */
    .chevron-icon {
      width: 16px;
      height: 16px;
      stroke: #333333;
      stroke-width: 1.5;
      fill: none;
      transition: transform 0.3s ease;
      flex-shrink: 0;
      margin-left: 16px;
    }

    /* Expand / Collapse Icon Rotation */
    .faq-item.active .chevron-icon {
      transform: rotate(180deg);
    }

    /* Answer Container (Smooth Accordion Animation) */
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      /* transition: max-height 0.3s cubic-bezier(0, 1, 0, 1); */
    }

    .faq-item.active .faq-answer {
      max-height: 1000px; /* Big enough value to fit answer content */
      /* transition: max-height 0.3s cubic-bezier(0.9, 0, 0.8, 0.2); */
    }

    .faq-answer-content {
      padding-bottom: 12px;
      margin-left: 6px;
      color: #666666;
      font-size: 1rem;
      line-height: 1.8;
    }




    .suggestions-section {
          padding: 85px 20px 60px;
      display: flex;
      justify-content: center;
    }

    .suggestions-section-container {
      width: 100%;
      max-width: 1100px;
      text-align: center;
    }

    /* Heading */
    .suggestions-title {
      font-size: 2.25rem;
      font-weight: 400;
      color: #2b2b2b;
      margin-bottom: 50px;
      letter-spacing: -0.3px;
    }

    /* Grid Layout */
    .suggestions-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 90px;
      align-items: center;
    }

    /* Card Item */
    .suggestion-item {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      text-align: left;
      gap: 16px;
    }

    /* Icon Box */
    .icon-box {
      width: 32px;
    height: 32px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .icon-box svg {
      width: 100%;
      height: 100%;
    }

    /* Content Styling */
    .item-content {
      display: flex;
      flex-direction: column;
      /* gap: 8px; */
    }

    .item-title {
      font-size: 20px;
      font-weight: 400;
      color: #222222;
      line-height: 1.2;
      margin-bottom: 12px;
    }

    .item-link {
      font-size: 0.95rem;
      color: #333333;
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .item-link:hover {
      color: #666666;
      /* text-decoration: underline; */
    }

    /* Responsive adjustments for mobile screens */
    @media (max-width: 768px) {
      .suggestions-grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .suggestion-item {
        justify-content: flex-start;
        padding-left: 10%;
      }
    }
    

    /* contact form */
    ul.scacontact-form {
    list-style: none;
    padding: 0;
}

.contact-forms {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
        margin-bottom: 15px;
}


.scafname:hover {
  border: 1.5px solid black;
}
.scawork:hover {
  border: 1.5px solid black;
}
.scanumber {
  margin-bottom: 15px;
}
.scanumber:hover {
  border: 1.5px solid black;
}
.scamsg {
  margin-bottom: 40px;
}
.scamsg:hover {
  border: 1.5px solid black;
}
li.scasend.btn-style-one.welcome-two__left-btn {
    margin-bottom: 60px;
}
.wpcf7 .wpcf7-submit {
    float: left;
    padding: 10px 40px;
    background: black;
    letter-spacing: 1.5px;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.wpcf7 .wpcf7-submit:hover {
  transform: scale(1.05);
  background: black;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 48px;
    border: 1px solid #7c7b7b;
}
input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel
 {
    height: 48px;
    border: 1px solid #7c7b7b;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #7c7b7b;
}



footer#footer {
    display: none;
}

section.discount-banner {
    margin-top: 40px;
}