/* Add custom CSS styles below */
 .index .store-header:not(.is-scrolled) #mainnav i[class*="sicon-"] {
    color: #fff !important;
}
.index .store-header:not(.is-scrolled) #mainnav .mburger p {
    color: #fff !important;
}


.menu-silde.lazy_bg.lazy.bg-cover.bg-center {
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px 0;
}

.main-menu {
  color: #6B3737 !important;
}

.vertical-lines {
  background-color: #FF8383;
}

.s-block--banners .banner-square h3 {
  color: #3D1C1C;
}

.s-block__title h2 {
  color: #6B3737;
}

.faqs-list__item {
    background-color: #FFF3F3;
}

i.faq-item {
    color: #FF8383;
}

.testimonials-slider .swiper-slide {
  height: auto;
}

.angel-testimonials .swiper-slide .bg-white.da-bgg {
  background-color: #FFF7F7 !important;
  border: 2px solid #F28B82 !important;
}

.angel-testimonials .font-primary {
  color: #E87777 !important;
}

.angel-testimonials .testimonial__icon {
  color: #ff0000 !important;
}

@media (max-width: 767px) {
  .angel-features .grid.grid-cols-3 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px;
  }

  .angel-features .angel-feature:first-child {
    grid-column: 1 / -1;
  }
}

.store-footer {
    background: url("https://i.ibb.co/nMgWLQTb/ed-2.png") center/cover no-repeat;
}