﻿/* Carousel component overrides */
.elementor-image-carousel-wrapper {
  overflow: hidden;
}

.elementor-image-carousel-wrapper .elementor-image-carousel {
  display: flex;
  direction: ltr;
  gap: 14px;
  overflow-x: hidden;
  scroll-snap-type: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: none;
}

.elementor-image-carousel-wrapper .elementor-image-carousel::-webkit-scrollbar {
  display: none;
}

.elementor-image-carousel-wrapper .swiper-slide {
  flex: 0 0 auto;
  min-width: min(70vw, 420px);
}

.elementor-image-carousel-wrapper .swiper-slide-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.elementor-image-carousel-wrapper .swiper-lazy-preloader {
  display: none;
}

/* Native FAQ (replaces Elementor toggle JS dependency) */
.faq-native {
  width: 100%;
}

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

.faq-item:last-child {
  border-bottom: 1px solid #000;
}

.faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 18px 28px 18px 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  color: #111;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 1;
  color: #111;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-answer {
  padding: 0 0 20px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.faq-answer p {
  margin: 0;
}

.offer-divider-wrap {
  display: flex;
  justify-content: center;
}

.offer-divider {
  width: min(100%, 150px);
  height: 1px;
  background: #2b2b2b;
}

.offer-anchor {
  display: block;
  height: 1px;
  margin-top: -1px;
}

.offer-checklist,
.offer-saving-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-checklist li,
.offer-saving-list li {
  position: relative;
  padding-left: 26px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #111;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400 !important;
}

.offer-checklist li b,
.offer-saving-list li b {
  font-weight: 700 !important;
}

.offer-checklist li:last-child,
.offer-saving-list li:last-child {
  margin-bottom: 0;
}

.offer-checklist li {
  border-bottom: 0;
}

.offer-checklist li::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}

.offer-checklist li:last-child {
  border-bottom: 0;
}

.offer-checklist li:last-child::after {
  content: none;
}

.offer-checklist li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #16a34a !important;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

.offer-saving-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a !important;
}

.offer-checklist--light li,
.offer-checklist--light li b {
  color: #fff;
}

.offer-checklist--light li {
  border-bottom-color: transparent;
}

.offer-checklist--light li::after {
  background: rgba(255, 255, 255, 0.28);
}

.offer-checklist--light li::before {
  background: #22c55e !important;
  color: #fff;
}

/* Keep Elementor check icons green where legacy icon-list markup still exists */
.elementor-icon-list-icon .e-fas-check,
.elementor-icon-list-icon .e-fas-check path {
  fill: #16a34a !important;
}

@media (max-width: 1024px) {
  .faq-item summary {
    font-size: 15px;
  }

  .faq-answer {
    font-size: 15px;
  }

  .offer-checklist li,
  .offer-saving-list li {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .elementor-101 .elementor-element.elementor-element-635eccc5 .swiper-slide-inner {
    min-height: 260px;
    display: block;
  }

  .elementor-101 .elementor-element.elementor-element-635eccc5 .swiper-slide-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
  }

  .faq-item summary {
    padding: 14px 24px 14px 0;
    font-size: 14px;
  }

  .faq-item summary::after {
    font-size: 20px;
  }

  .faq-answer {
    padding-bottom: 14px;
    font-size: 14px;
  }

  .offer-checklist li,
  .offer-saving-list li {
    font-size: 14px;
    padding-left: 24px;
  }
}
