@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@400;700;900&family=Roboto:wght@400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", "Montserrat", sans-serif;
  color: #293732;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 200px;
  padding-right: 200px;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 1440px) {
  .container {
    padding-left: 94px;
    padding-right: 94px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 567px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.desktop-view {
  display: block;
}

.mobile-view {
  display: none;
}

@media screen and (max-width: 768px) {
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }
}
.logo-badge {
  max-width: 80px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.header .header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}
.header .header-content .voolt-pro-logo {
  height: 31.469px;
  width: 120px;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .header .header-content {
    padding: 16px;
  }
  .header .header-content .voolt-pro-logo {
    height: 31.469px;
    width: 120px;
  }
}
.hero-section {
  position: relative;
  min-height: 840px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 80px 0;
  gap: 40px;
  overflow: hidden;
}
.hero-section .hero-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.hero-section .hero-background .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero-section .hero-background .hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
.hero-section .hero-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
}
.hero-section .hero-content .hero-logo-badge {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  width: 80px;
  height: 80px;
  padding: 3px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .hero-content .hero-logo-badge .hero-logo {
  width: 74px;
  height: 74px;
  object-fit: contain;
}
.hero-section .hero-content .hero-badges {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-section .hero-content .hero-badges .hero-badge {
  background: #edf7f2;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  flex-shrink: 0;
}
.hero-section .hero-content .hero-badges .hero-badge svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.hero-section .hero-content .hero-badges .hero-badge span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #226e41;
}
.hero-section .hero-content .hero-title {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 90px;
  color: white;
  white-space: nowrap;
}
.hero-section .hero-content .hero-title br {
  display: block;
}
.hero-section .hero-content .hero-description {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: white;
  max-width: 513px;
  white-space: pre-wrap;
}
.hero-section .hero-content .hero-cta {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-section .hero-content .hero-cta .hero-btn-primary {
  background: #e99b31;
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 8px 12px;
  border-radius: 10px;
  text-transform: capitalize;
  text-align: center;
  width: 245px;
  transition: background 0.3s ease;
}
.hero-section .hero-content .hero-cta .hero-btn-primary:hover {
  background: #d88a20;
}
.hero-section .hero-content .hero-cta .hero-phone-link {
  display: flex;
  gap: 10px;
  align-items: center;
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.hero-section .hero-content .hero-cta .hero-phone-link svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .hero-section {
    min-height: 700px;
    padding: 60px 0;
  }
  .hero-section .hero-content .hero-title {
    font-size: 60px;
    line-height: 70px;
  }
  .hero-section .hero-content .hero-description {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero-section {
    min-height: 615px;
    gap: 40px;
  }
  .hero-section .hero-content {
    align-items: center;
    gap: 20px;
  }
  .hero-section .hero-content .hero-logo-badge {
    width: 80px;
    height: 80px;
  }
  .hero-section .hero-content .hero-badges {
    gap: 10px;
    justify-content: center;
  }
  .hero-section .hero-content .hero-badges .hero-badge {
    padding: 6px 10px;
    gap: 10px;
  }
  .hero-section .hero-content .hero-badges .hero-badge svg {
    width: 16px;
    height: 16px;
  }
  .hero-section .hero-content .hero-badges .hero-badge span {
    font-size: 14px;
    line-height: 20px;
  }
  .hero-section .hero-content .hero-title {
    font-size: 40px;
    line-height: 50px;
    white-space: normal;
    text-align: center;
  }
  .hero-section .hero-content .hero-description {
    font-size: 16px;
    max-width: 292px;
    text-align: center;
  }
  .hero-section .hero-content .hero-cta {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
  }
  .hero-section .hero-content .hero-cta .hero-btn-primary {
    width: 245px;
  }
  .hero-section .hero-content .hero-cta .hero-phone-link {
    font-size: 18px;
  }
}
.trust-badges-section {
  background: #f9f8f6;
  padding: 40px 0;
}
.trust-badges-section .trust-badges-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: white;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 24px 94px;
  border-radius: 0;
}
.trust-badges-section .trust-badges-wrapper .trust-badge-item {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.trust-badges-section .trust-badges-wrapper .trust-badge-item .trust-badge-icon {
  width: 37px;
  height: 37px;
  background: #edf7f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.trust-badges-section .trust-badges-wrapper .trust-badge-item .trust-badge-icon svg {
  width: 20px;
  height: 20px;
}
.trust-badges-section .trust-badges-wrapper .trust-badge-item span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  color: #293732;
  text-transform: capitalize;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .trust-badges-section .trust-badges-wrapper {
    padding: 20px 50px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .trust-badges-section {
    padding: 0;
  }
  .trust-badges-section .container {
    padding: 0;
  }
  .trust-badges-section .trust-badges-wrapper {
    flex-wrap: wrap;
    padding: 24px 20px;
    gap: 20px;
    justify-content: center;
  }
  .trust-badges-section .trust-badges-wrapper .trust-badge-item {
    gap: 8.688px;
    justify-content: center;
  }
  .trust-badges-section .trust-badges-wrapper .trust-badge-item .trust-badge-icon {
    width: 28px;
    height: 28px;
    border-radius: 8.688px;
  }
  .trust-badges-section .trust-badges-wrapper .trust-badge-item .trust-badge-icon svg {
    width: 15px;
    height: 15px;
  }
  .trust-badges-section .trust-badges-wrapper .trust-badge-item span {
    font-size: 10px;
  }
}
.reviews-section {
  background: #f9f8f6;
  padding: 40px 0;
}
.reviews-section .reviews-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.reviews-section .reviews-header .reviews-label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  color: #226e41;
  text-transform: uppercase;
}
.reviews-section .reviews-header .reviews-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
  color: #293732;
  text-align: center;
  white-space: pre-wrap;
}
.reviews-section .reviews-gallery {
  margin-bottom: 40px;
  position: relative;
}
.reviews-section .reviews-gallery .reviews-gallery-swiper {
  position: relative;
}
.reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.reviews-section .reviews-gallery .reviews-gallery-swiper .review-image {
  width: 300px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}
.reviews-section .reviews-gallery .reviews-gallery-swiper .review-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-button-prev,
.reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-button-next {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-button-prev::after,
.reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-button-next::after {
  display: none;
}
.reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-button-prev::before,
.reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-button-next::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
}
.reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-button-prev:hover,
.reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-button-next:hover {
  background: white;
}
.reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-button-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='%23293732' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-button-next::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23293732' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-button-prev {
  left: 20px;
}
.reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-button-next {
  right: 20px;
}
.reviews-section .testimonials {
  display: flex;
  gap: 25px;
  align-items: start;
  justify-content: center;
  max-width: 918px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.reviews-section .testimonials .testimonial-card {
  background: white;
  border: 1.551px solid rgba(113, 113, 122, 0.5);
  border-radius: 7.754px;
  padding: 15.508px 12.407px;
  display: flex;
  flex-direction: column;
  gap: 9.305px;
  width: 287px;
  height: 192px;
  opacity: 0.8;
}
.reviews-section .testimonials .testimonial-card .testimonial-stars {
  display: flex;
  gap: 1.551px;
  align-items: start;
}
.reviews-section .testimonials .testimonial-card .testimonial-stars svg {
  width: 18.61px;
  height: 18.61px;
  flex-shrink: 0;
}
.reviews-section .testimonials .testimonial-card .testimonial-text {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #293732;
  letter-spacing: 0.12px;
  white-space: pre-wrap;
  flex: 1;
}
.reviews-section .testimonials .testimonial-card .testimonial-author {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #293732;
  letter-spacing: 0.1241px;
  white-space: pre-wrap;
}
.reviews-section .testimonials .testimonial-card .testimonial-author strong {
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-button-prev {
    left: 10px;
  }
  .reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-button-next {
    right: 10px;
  }
  .reviews-section .testimonials {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .reviews-section {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .reviews-section .reviews-header .reviews-title {
    font-size: 40px;
    max-width: 309px;
  }
  .reviews-section .reviews-gallery {
    position: relative;
    overflow: visible;
  }
  .reviews-section .reviews-gallery .reviews-gallery-swiper {
    overflow: visible;
  }
  .reviews-section .reviews-gallery .reviews-gallery-swiper .review-image {
    width: 300px;
    height: 300px;
  }
  .reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-button-prev,
  .reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 132px;
    transform: translateY(-50%);
  }
  .reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-button-prev {
    left: 20px;
  }
  .reviews-section .reviews-gallery .reviews-gallery-swiper .swiper-button-next {
    right: 20px;
  }
  .reviews-section .testimonials {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
  .reviews-section .testimonials .testimonial-card {
    width: 287px;
    height: 192px;
  }
}
.quote-form-section {
  background: #edece8;
  padding: 40px 0;
}
.quote-form-section .quote-form-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.quote-form-section .quote-form-header .quote-form-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
  color: #293732;
  text-transform: capitalize;
  text-align: center;
  white-space: pre-wrap;
}
.quote-form-section .quote-form-header .quote-form-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  color: #226e41;
  text-transform: uppercase;
}
.quote-form-section .quote-progress {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.quote-form-section .quote-progress .progress-dots {
  display: flex;
  gap: 6px;
  align-items: center;
}
.quote-form-section .quote-progress .progress-dots .progress-dot {
  width: 25px;
  height: 6px;
  border-radius: 4px;
  background: rgba(151, 151, 151, 0.2);
}
.quote-form-section .quote-progress .progress-dots .progress-dot.active {
  background: #226e41;
}
.quote-form-section .quote-progress .progress-text {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #71717a;
  margin-left: 6px;
}
.quote-form-section .quote-form-card {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
.quote-form-section .quote-form-card .form-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.quote-form-section .quote-form-card .form-content .form-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quote-form-section .quote-form-card .form-content .form-header .form-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #111827;
  white-space: pre-wrap;
}
.quote-form-section .quote-form-card .form-content .form-header .form-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;
  white-space: pre-wrap;
}
.quote-form-section .quote-form-card .form-content .form-inputs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.quote-form-section .quote-form-card .form-content .form-inputs .input-field .zip-input {
  width: 100%;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 21px 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;
}
.quote-form-section .quote-form-card .form-content .form-inputs .input-field .zip-input::placeholder {
  color: #4b5563;
}
.quote-form-section .quote-form-card .form-content .form-inputs .input-field .zip-input:focus {
  outline: none;
  border-color: #226e41;
}
.quote-form-section .quote-form-card .form-content .form-inputs .form-continue-btn {
  background: #fcc82c;
  color: #27272a;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.14px;
  padding: 12px 32px;
  border-radius: 6px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
  transition: background 0.3s ease;
}
.quote-form-section .quote-form-card .form-content .form-inputs .form-continue-btn:hover {
  background: #e6b825;
}
.quote-form-section .quote-form-card .form-content .form-inputs .form-continue-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.quote-form-section .quote-form-phone {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  margin-top: 40px;
}
.quote-form-section .quote-form-phone .quote-form-phone-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #8c8a84;
}
.quote-form-section .quote-form-phone .quote-form-phone-link {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #226e41;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.quote-form-section .quote-form-phone .quote-form-phone-link svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .quote-form-section {
    width: 100%;
  }
  .quote-form-section .quote-progress {
    margin-bottom: 20px;
  }
  .quote-form-section .quote-form-header {
    max-width: 275px;
  }
  .quote-form-section .quote-form-header .quote-form-title {
    font-size: 40px;
    width: 275px;
  }
  .quote-form-section .quote-form-header .quote-form-subtitle {
    width: 275px;
  }
  .quote-form-section .quote-form-card {
    width: 335px;
    max-width: 100%;
    padding: 40px;
  }
}
.form {
  padding-top: 40px;
  color: black;
  background: #EDECE8;
  /* button[disabled] {
      opacity: 0;
    } */
}
.form .address-input-map-loader {
  height: 250px;
}
.form .form-header {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.form .form-header h2 {
  margin: 0;
  color: #1f2937;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
.form .form-header .form-sub-title {
  color: #4b5563;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.form .wrapper {
  padding: 10px 0 40px 0;
}
.form .address-error {
  margin-top: -20px !important;
}
.form p.error {
  color: #dc2626 !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  display: none;
}
.form .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(211, 211, 211, 0.5607843137);
  font-weight: 500;
  padding: 0 3.5px;
  cursor: pointer;
  display: none;
  z-index: 10;
}
.form .form-container {
  position: relative;
  width: 680px;
  margin: auto;
  background-color: white;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0px 156px 44px 0px rgba(0, 0, 0, 0), 0px 100px 40px 0px rgba(0, 0, 0, 0.01), 0px 56px 34px 0px rgba(0, 0, 0, 0.03), 0px 25px 25px 0px rgba(0, 0, 0, 0.04), 0px 6px 14px 0px rgba(0, 0, 0, 0.05);
}
.form .progress-bar {
  width: 100%;
  background: #dfdfdf;
  height: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.form .progress-bar-inner {
  height: 100%;
  width: 0%;
  background: #0866ff;
  transition: width 0.3s ease;
  border-radius: 4px;
}
.form .step {
  display: none;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  /* Styling selected option (Not all browsers support this) */
}
.form .step .step-container {
  width: 100%;
}
.form .step p.w-full {
  margin-bottom: 8px;
}
.form .step option {
  padding: 20px;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.form .step option:checked {
  background-color: #0866ff;
  /* Background color for selected option */
  color: white;
}
.form .step-success {
  align-items: center;
}
.form .step-success p {
  color: #4b5563 !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
}
.form .step-success img {
  margin-bottom: -2px;
}
.form .step.active {
  display: flex;
}
.form .radio-group {
  width: 100%;
  margin-bottom: 22px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: auto;
}
.form .radio-group label {
  font-weight: 500;
}
.form .radio-group .custom-radio div {
  border-radius: var(--8px, 8px);
  background: #dc2626;
  color: white;
  padding: 16px;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
}
.form .radio-group .custom-radio:has(input[type=checkbox]:checked),
.form .radio-group .custom-radio:has(input[type=radio]:checked) {
  border: 2px solid #dc2626;
  padding: 3px;
  border-radius: 12px;
}
.form .radio-group .custom-radio:has(input[type=checkbox]:checked) div,
.form .radio-group .custom-radio:has(input[type=radio]:checked) div {
  color: #3d424a;
}
.form .radio-group input[type=checkbox],
.form .radio-group input[type=radio] {
  display: none;
}
.form .radio-group input[type=text],
.form .radio-group input[type=tel],
.form .radio-group input[type=email],
.form .radio-group textarea,
.form .radio-group select {
  color: #4b5563;
  border-radius: 12px;
  border: 1px solid #ced0d4;
  background: #fff;
  padding: 20px;
  font-size: 16px;
  font-family: Montserrat;
}
.form .radio-group textarea {
  min-height: 124px;
}
.form .radio-group select {
  appearance: none;
}
.form .radio-group select::after {
  content: "";
  /* Custom arrow symbol */
  position: absolute;
  right: 10px;
  /* Space for arrow */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.form .input-field {
  display: flex;
  justify-content: center;
  flex-direction: row;
  column-gap: 10px;
}
.form .input-field input {
  height: 90px;
  width: calc(16.6666666667% - 10px);
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  padding: 0;
  text-align: center;
  border: 1px solid #ddd;
  flex: 1 0 0;
}
.form .input-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.form .input-field input::-webkit-inner-spin-button,
.form .input-field input::-webkit-outer-spin-button {
  display: none;
}
.form .verification-code-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--Spacing-3, 12px);
  align-self: stretch;
  margin-top: 24px;
}
.form .verification-code-buttons .btn-white-block {
  display: flex;
  padding: var(--Spacing-3, 12px) var(--Spacing-8, 32px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-nano, 8px);
  min-height: 56px;
  align-self: stretch;
  border-radius: var(--Radius-rounded-md, 6px);
  border: 1px solid var(--Border---border, #e4e4e7);
  background: var(--Background---secondary, #fff);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  color: var(--Foreground---primary-foreground, #27272a);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  cursor: pointer;
}
.form .verification-code-buttons .btn-white-block[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.form .verification-code-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.form .verification-code-progress img {
  width: 20px;
}
.form .verification-code-progress p {
  color: #111827;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.form .verification-code-error {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.form .verification-code-error p {
  color: #dc2626 !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 400 !important;
}
.form .step p {
  color: #111827;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
}
.form .buttons {
  display: flex;
  align-items: left;
  gap: 20px;
  margin: auto;
  margin-top: 24px;
}
.form .no-photos {
  display: none;
  margin-left: 2px;
  width: 100%;
  color: #000;
  border-radius: var(--Radius-rounded-md, 8px);
  border: 1px solid var(--Border---border, #e4e4e7);
  background: white;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  line-height: 120%;
  /* 19.2px */
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.form button#prev {
  margin-top: 11.54px;
  background: transparent;
  border: none;
  color: rgba(68, 68, 68, 0.6588235294);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.form button#next {
  border-radius: var(--8px, 8px);
  background: #E99B31;
  color: white;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  border: none;
  padding: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.form button#next svg {
  margin-bottom: 0;
}
.form .back-to-home {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  margin-top: 40px;
}
.form .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.form .custom-radio img {
  width: 100px;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: border 0.3s ease;
  border: 1.5px solid lightgray;
}
.form .privacy-policy {
  margin-top: 16.64px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}
.form .privacy-policy a {
  text-decoration: none;
  color: dodgerblue;
}
.form .custom-radio-group {
  margin-top: 24px;
}
.form .custom-radio-group .radio-item {
  position: relative;
  margin-bottom: 12px;
}
.form .custom-radio-group .radio-item input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form .custom-radio-group .radio-item .radio-option {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 16px;
  font-weight: 500;
  color: #374151;
  position: relative;
  user-select: none;
}
.form .custom-radio-group .radio-item .radio-option::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  margin-right: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.form .custom-radio-group .radio-item .radio-option::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.form .custom-radio-group .radio-item .radio-option:hover {
  border-color: #3b82f6;
  background: #f8fafc;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}
.form .custom-radio-group .radio-item.active-field-wrapper .radio-option {
  border-color: #3b82f6;
  background: #eff6ff;
  color: #1e40af;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.form .custom-radio-group .radio-item.active-field-wrapper .radio-option::before {
  border-color: #3b82f6;
  background: #3b82f6;
}
.form .custom-radio-group .radio-item.active-field-wrapper .radio-option::after {
  transform: translateY(-50%) scale(1);
}
.form .custom-radio-group .radio-item.inactive-field-wrapper .radio-option:hover {
  border-color: rgba(107, 114, 128, 0.3843137255);
}
.form .custom-radio-group .radio-item input[type=radio]:focus + .radio-option {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}
.form .custom-radio-group .radio-item input[type=radio]:disabled + .radio-option {
  opacity: 0.6;
  cursor: not-allowed;
  background: #f9fafb;
}
.form .custom-radio-group .radio-item input[type=radio]:disabled + .radio-option:hover {
  transform: none;
  box-shadow: none;
  border-color: #e5e7eb;
}
.form .step-success,
.form .verification-success {
  align-items: center;
  justify-content: center;
}
.form .step-success .success-content,
.form .verification-success .success-content {
  text-align: center;
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.form .step-success .success-content .success-icon,
.form .verification-success .success-content .success-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .step-success .success-content h3,
.form .verification-success .success-content h3 {
  color: #1f2937;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.form .step-success .verification-success-content,
.form .verification-success .verification-success-content {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.form .step-success .verification-success-content img,
.form .verification-success .verification-success-content img {
  width: 20px;
  height: 20px;
}
.form .progress-notification {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  background: #EDECE8;
  border: 1px solid #226E41;
  border-radius: 8px;
  text-align: left;
}
.form .progress-notification .notification-icon {
  flex-shrink: 0;
  margin-top: 2px;
}
.form .progress-notification .notification-content {
  flex: 1;
}
.form .progress-notification .notification-content .notification-title {
  color: black;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 4px;
}
.form .progress-notification .notification-content .notification-subtitle {
  color: #09090B;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 5px;
}
.form .progress-notification .notification-content .notification-subtitle strong {
  font-weight: 700;
}
.form .success-benefits {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form .success-benefits .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.5;
}
.form .success-benefits .benefit-item:last-child {
  margin-bottom: 0;
}
.form .success-benefits .benefit-item .bullet {
  color: #6b7280;
  font-weight: 600;
  margin-top: -2px;
  flex-shrink: 0;
}
.form .success-benefits .benefit-item span:not(.bullet) {
  flex: 1;
}

@media screen and (max-width: 1300px) {
  .form .form-container {
    max-width: 620px;
  }
}
.iti {
  display: flex;
  width: 100%;
  position: relative;
}
.iti ul {
  width: auto !important;
  overflow: hidden !important;
}
.iti .iti__flag-container {
  flex-shrink: 0;
}
.iti input {
  padding-left: 76px;
  position: relative;
  width: 100%;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .form .container {
    padding: 0 50px;
  }
  .form .form .form-container {
    width: calc(100% - 64px) !important;
    border: 2px solid #cfcfe0;
    margin: 0 16px;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 65px 18px 0 rgba(0, 0, 0, 0), 0 42px 17px 0 rgba(0, 0, 0, 0.01), 0 23px 14px 0 rgba(0, 0, 0, 0.03), 0 10px 10px 0 rgba(0, 0, 0, 0.04), 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  }
  .form .progress-notification {
    text-align: center;
  }
  .form .success-benefits {
    align-items: start;
  }
}
@media screen and (max-width: 567px) {
  .form .input-field {
    gap: 4px;
  }
  .form .input-field input {
    height: 64px;
    width: calc(13.33% - 4px);
  }
  .form .form-container {
    width: calc(100% - 32px) !important;
    margin: 0 16px;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 65px 18px 0 rgba(0, 0, 0, 0), 0 42px 17px 0 rgba(0, 0, 0, 0.01), 0 23px 14px 0 rgba(0, 0, 0, 0.03), 0 10px 10px 0 rgba(0, 0, 0, 0.04), 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  }
  .form-container .ml-100 {
    margin: auto !important;
    justify-content: center;
  }
  .form {
    padding: 40px 0;
  }
  .form .cta-btn-group .cta-btn {
    width: auto;
  }
  .form .container {
    padding: 0;
    width: 100%;
  }
  .form .progress-bar {
    margin: 0;
    width: 100%;
  }
  .form h2 {
    font-size: 24px;
    text-align: left;
  }
  .form .step p {
    text-align: left;
  }
  .form .mobile-view.buttons {
    margin: 0;
    margin-bottom: 24px;
    margin-top: 0;
  }
  .form .iti.iti-cointainer {
    max-width: 400px;
  }
}
.img-uploading-container {
  width: 100%;
}
.img-uploading-container .text-gray {
  color: #4b5563 !important;
  position: relative;
  top: 5px;
}
.img-uploading-container .photo-upload-area {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}
.img-uploading-container .photo-preview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-top: 20px;
}
.img-uploading-container .photo-thumb {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #fff;
  flex-shrink: 0;
}
.img-uploading-container .photo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-uploading-container .remove-photo {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #787e87;
  border: none;
  border-radius: 50%;
  width: 20px;
  color: white;
  height: 20px;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
}
.img-uploading-container .upload-placeholder {
  border: 2px dashed #ccc;
  border-radius: 8px;
  background: #fafbfc;
  color: #888;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: width 0.2s, height 0.2s;
  flex-shrink: 0;
  font-size: 15px;
  gap: 2px;
}
.img-uploading-container .upload-placeholder.full-width {
  width: 100%;
  height: 180px;
  margin-top: 20px;
}
.img-uploading-container .upload-placeholder:not(.full-width) {
  width: 64px;
  height: 64px;
  min-height: unset;
  max-width: unset;
}
.img-uploading-container .upload-placeholder:not(.full-width) div {
  font-size: 12px;
  text-align: center;
  line-height: 100%;
}
.img-uploading-container .upload-placeholder .plus-icon {
  font-size: 1.5em;
  top: 3px;
  position: relative;
}
.img-uploading-container .image-upload-step {
  display: none;
}
.img-uploading-container .image-upload-step .buttons {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.img-uploading-container .image-upload-step .next {
  min-width: fit-content !important;
}
.img-uploading-container .photo-error {
  margin-top: 7px !important;
}
.img-uploading-container .photo-thumb-wrapper {
  position: relative;
}

.services-section {
  background: #f9f8f6;
  padding: 40px 0 80px;
}
.services-section .services-header-wrapper {
  display: flex;
  gap: 40px;
  align-items: start;
  justify-content: center;
  margin-bottom: 40px;
}
.services-section .services-header-wrapper .services-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 437px;
}
.services-section .services-header-wrapper .services-header .services-label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  color: #226e41;
  text-transform: uppercase;
}
.services-section .services-header-wrapper .services-header .services-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
  color: #293732;
  text-transform: capitalize;
  white-space: pre-wrap;
}
.services-section .services-header-wrapper .services-header .services-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #8c8a84;
  white-space: pre-wrap;
  max-width: 428px;
}
.services-section .services-header-wrapper .services-image {
  width: 420px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.services-section .services-header-wrapper .services-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-section .services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 878px;
  margin: 0 auto;
}
.services-section .services-grid .service-card {
  background: #fdfdfd;
  border: 1px solid rgba(113, 113, 122, 0.5);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 429px;
  flex-shrink: 0;
}
.services-section .services-grid .service-card .service-icon {
  width: 37px;
  height: 37px;
  background: #edf7f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.services-section .services-grid .service-card .service-icon svg {
  width: 20px;
  height: 20px;
}
.services-section .services-grid .service-card .service-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.services-section .services-grid .service-card .service-content .service-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.25;
  color: #293732;
  text-transform: capitalize;
}
.services-section .services-grid .service-card .service-content .service-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.25;
  color: #293732;
  white-space: pre-wrap;
}

@media screen and (max-width: 1024px) {
  .services-section .services-header-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .services-section .services-header-wrapper .services-header {
    max-width: 100%;
  }
  .services-section .services-header-wrapper .services-image {
    width: 100%;
    max-width: 400px;
  }
  .services-section .services-header-wrapper .services-label {
    text-align: center;
  }
  .services-section .services-grid {
    max-width: 100%;
  }
  .services-section .services-grid .service-card {
    width: 100%;
    max-width: 429px;
  }
}
@media screen and (max-width: 768px) {
  .services-section {
    padding: 40px 20px;
  }
  .services-section .services-header-wrapper {
    flex-direction: column;
    gap: 40px;
    max-width: 337px;
    margin: 0 auto 40px;
  }
  .services-section .services-header-wrapper .services-header {
    text-align: center;
    max-width: 100%;
  }
  .services-section .services-header-wrapper .services-header .services-title {
    font-size: 40px;
  }
  .services-section .services-header-wrapper .services-header .services-description {
    width: 100%;
  }
  .services-section .services-header-wrapper .services-image {
    width: 100%;
    height: 220px;
  }
  .services-section .services-grid {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .services-section .services-grid .service-card {
    width: 100%;
  }
  .services-section .services-grid .service-card .service-content .service-description {
    width: auto;
    max-width: 268px;
  }
}
.why-choose-us-section {
  background: #edece8;
  padding: 40px 0;
}
.why-choose-us-section .why-choose-us-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.why-choose-us-section .why-choose-us-header .why-choose-us-label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  color: #226e41;
  text-transform: uppercase;
}
.why-choose-us-section .why-choose-us-header .why-choose-us-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
  color: #293732;
  text-transform: capitalize;
  text-align: center;
  white-space: pre-wrap;
}
.why-choose-us-section .why-choose-us-grid {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.why-choose-us-section .why-choose-us-grid .why-choose-us-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  max-width: 197px;
}
.why-choose-us-section .why-choose-us-grid .why-choose-us-item .why-choose-us-icon {
  width: 40px;
  height: 40px;
  background: #dadfd7;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.why-choose-us-section .why-choose-us-grid .why-choose-us-item .why-choose-us-icon svg {
  width: 20px;
  height: 20px;
}
.why-choose-us-section .why-choose-us-grid .why-choose-us-item .why-choose-us-item-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.25;
  color: #293732;
  text-transform: capitalize;
  text-align: center;
}
.why-choose-us-section .why-choose-us-grid .why-choose-us-item .why-choose-us-item-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.25;
  color: #293732;
  text-align: center;
  white-space: pre-wrap;
}

@media screen and (max-width: 768px) {
  .why-choose-us-section {
    width: 100%;
    margin: 0 auto;
  }
  .why-choose-us-section .why-choose-us-header {
    max-width: 359px;
  }
  .why-choose-us-section .why-choose-us-header .why-choose-us-title {
    font-size: 40px;
    width: 359px;
  }
  .why-choose-us-section .why-choose-us-grid {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .why-choose-us-section .why-choose-us-grid .why-choose-us-item {
    max-width: 150px;
  }
}
.faq-section {
  background: #f9f8f6;
  padding: 80px 130px;
}
.faq-section .faq-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.faq-section .faq-header .faq-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
  color: #293732;
  text-transform: capitalize;
  text-align: center;
  white-space: pre-wrap;
}
.faq-section .faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 963px;
  margin: 0 auto;
  padding: 20px;
}
.faq-section .faq-list .faq-item {
  border-bottom: 1px solid rgba(113, 113, 122, 0.5);
  padding: 16px 12px 16px 16px;
  border-radius: 4px;
}
.faq-section .faq-list .faq-item .faq-question {
  display: flex;
  gap: 20px;
  align-items: start;
  width: 100%;
  cursor: pointer;
}
.faq-section .faq-list .faq-item .faq-question .faq-question-text {
  flex: 1;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #111827;
  letter-spacing: 0.16px;
  white-space: pre-wrap;
}
.faq-section .faq-list .faq-item .faq-question .faq-chevron {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #111827;
  transition: transform 0.3s ease;
}
.faq-section .faq-list .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 16px;
}
.faq-section .faq-list .faq-item .faq-answer p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;
  padding-top: 16px;
}
.faq-section .faq-list .faq-item.active .faq-question .faq-chevron {
  transform: rotate(180deg);
}
.faq-section .faq-list .faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 16px 16px;
}

@media screen and (max-width: 1024px) {
  .faq-section {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 768px) {
  .faq-section {
    padding: 40px 0;
    width: 100%;
  }
  .faq-section .faq-header {
    max-width: 341px;
    margin: 0 auto 40px;
  }
  .faq-section .faq-header .faq-title {
    font-size: 40px;
  }
  .faq-section .faq-list {
    padding: 0;
    max-width: 341px;
    margin: 0 auto;
    width: 100%;
  }
  .faq-section .faq-list .faq-item {
    width: 341px;
    max-width: 100%;
  }
  .faq-section .faq-list .faq-item .faq-question .faq-question-text {
    font-size: 16px;
  }
}
.footer {
  background: #11221c;
  padding: 80px 0;
}
.footer .footer-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.footer .footer-content .footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .footer-content .footer-column:first-child {
  max-width: 264px;
}
.footer .footer-content .footer-column:first-child .footer-logo {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: white;
  letter-spacing: -0.1px;
  margin-bottom: 10px;
}
.footer .footer-content .footer-column:first-child .footer-description {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: white;
  letter-spacing: 0.14px;
  white-space: pre-wrap;
}
.footer .footer-content .footer-column:nth-child(2) {
  max-width: 468.328px;
}
.footer .footer-content .footer-column:nth-child(2) .footer-column-title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: white;
  letter-spacing: -0.1px;
  margin-bottom: 10px;
}
.footer .footer-content .footer-column:nth-child(2) .footer-contact-item {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.footer .footer-content .footer-column:nth-child(2) .footer-contact-item svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.footer .footer-content .footer-column:nth-child(2) .footer-contact-item span {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: white;
  letter-spacing: 0.14px;
}
.footer .footer-content .footer-column:nth-child(2) .footer-contact-item a {
  color: white;
}
.footer .footer-content .footer-column:nth-child(2) .footer-hours {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: white;
  letter-spacing: 0.14px;
  white-space: nowrap;
}
.footer .footer-content .footer-column:last-child .footer-column-title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: white;
  letter-spacing: -0.09px;
  margin-bottom: 10px;
}
.footer .footer-content .footer-column:last-child .footer-locations {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: white;
  letter-spacing: 0.16px;
  white-space: nowrap;
}
.footer .footer-content .footer-column:last-child .footer-locations .footer-location {
  margin-bottom: 0;
}
.footer .footer-divider {
  height: 1px;
  background: rgba(230, 230, 230, 0.2);
  border-radius: 9999px;
  margin-bottom: 20px;
}
.footer .footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
.footer .footer-bottom .footer-voolt-logo {
  width: 114px;
  object-fit: contain;
}
.footer .footer-bottom .footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: white;
}
.footer .footer-bottom .footer-bottom-content .footer-copyright {
  flex-shrink: 0;
}
.footer .footer-bottom .footer-bottom-content .footer-links {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: underline;
}
.footer .footer-bottom .footer-bottom-content .footer-links .footer-link {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: white;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 60px 0;
  }
  .footer .footer-content {
    flex-direction: column;
    gap: 30px;
  }
  .footer .footer-content .footer-column {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 16px;
    width: 100%;
    margin: 0 auto;
  }
  .footer .footer-content {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .footer .footer-content .footer-column {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .footer .footer-content .footer-column:first-child .footer-description {
    font-size: 16px;
    line-height: 24px;
  }
  .footer .footer-content .footer-column:nth-child(2) {
    max-width: 100%;
  }
  .footer .footer-content .footer-column:nth-child(2) .footer-hours {
    font-family: "Playfair Display", serif;
    font-weight: 500;
  }
  .footer .footer-content .footer-column:last-child .footer-locations {
    font-size: 16px;
  }
  .footer .footer-content .footer-column:last-child .footer-locations .footer-location {
    color: white;
  }
  .footer .footer-content .footer-column:last-child .footer-locations p:last-child {
    color: white;
  }
  .footer .footer-divider {
    background: #e6e6e6;
    height: 2px;
    margin: 20px 0;
  }
  .footer .footer-bottom {
    gap: 20px;
  }
  .footer .footer-bottom .footer-bottom-content {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
  }
  .footer .footer-bottom .footer-bottom-content .footer-links {
    gap: 12px;
    align-items: flex-start;
  }
}

/*# sourceMappingURL=main.css.map */
