/* Add custom CSS styles below */ 
img.logo-dark.foo
  {
display: none; 
  }

  footer.store-footer,
footer.store-footer .store-footer__inner,
.store-footer {
    background: linear-gradient(90deg, #F75501 0%, #F75501 50%, #FF9C02 80%, #F75501 100%) !important;
    background-color: transparent !important;
    --footer-bg: transparent !important;
}

footer.store-footer .container,
footer.store-footer div {
    background: transparent !important;
}
  a.flex.items-center.m-0.logo-footer.in-view::after {
    content: "";
    display: block;
    width: 55%;
    height: 80px;
    background-image: url(https://i.ibb.co/jmNDtpp/19cb12c6-20d0-4e6d-b12c-f17950101a3c-1.png);
    background-size: cover;
}
p.footer-title.font-primary{
  color:#ffffff;
}

@media (min-width: 768px) {
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(2),
   :nth-child(2 of section.s-block.s-block--fixed-banner.wide-placeholder.in-view),
     :nth-child(4 of section.s-block.s-block--fixed-banner.wide-placeholder.in-view)
  {
  display: none;
 }
}
@media (max-width: 767px) {
  section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1),
   :nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder.in-view),
     :nth-child(3 of section.s-block.s-block--fixed-banner.wide-placeholder.in-view)
  {
  display: none;
 }
}

.banner-entry.in-view{
  height: 617px;
}
.s-slider-block_title,
.s-block_title,
.s-block-header,
[class*="s-block"][class*="title"] {
    justify-content: center !important;
    text-align: center !important;
}

.s-slider-block_title-right,
.s-block_title-right,
[class*="title-right"] {
    text-align: center !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

.s-slider-block_title-left,
.s-block_title-left,
[class*="title-left"] {
    display: none !important;
}

.faqs-list__item.bg-gray-100.da-bgg.relative.overflow-hidden.rounded-md.border-2.border-transparent{
  border-width: 1PX;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 10px;
}

i.faq-item.open-badge.sicon-add.absolute.top-5.ltr\:right-4.rtl\:left-4.h-8.w-8.flex-center.rounded-full.bg-white.da-bgm.transition-colors.duration-300{ 
background-color: #FD4E01 !impotant;
}
.s-testimonials--slider--img.flex-center.flex-col.gap-2{
   background: radial-gradient(circle at center, #663300 0%, #000000 70%) !important;

}
.swiper-slide.mt-8.px-2.swiper-width-control{
   border: 1px solid #FF5500 !important; 
    border-radius: 10px !important; 

}
.s-block-testimonials .swiper-wrapper,
[class*="testimonials"] .swiper-wrapper {
    display: flex !important;
    gap: 20px !important;


button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center{
  background-color: #FD4E01;
}
/*
section.s-block.s-block--banners{
  position: relative !important;
}

section.s-block.s-block--banners::before {
    content: "" !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url("https://i.ibb.co/qq9vy9w/Ellipse-5.png") !important; 
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: contain !important;
}*/