.elementor-77 .elementor-element.elementor-element-444be29{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8e1e302 *//* ================================================
   FAQ PAGE STYLES - MODERN CLEAN DESIGN
   ================================================ */

.exo-faq-page-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 40px 60px;
}

/* ================================================
   HERO SECTION
   ================================================ */

.exo-faq-hero {
  text-align: center;
  padding: 35px 35px;
  background: linear-gradient(135deg, #f9f9f9, #fff);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
}

.exo-faq-hero h1 {
  font-size: 2.2em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}

.exo-faq-hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin: 20px auto;
}

.exo-faq-hero-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, #084D00, transparent);
}

.exo-faq-hero-dot {
  margin: 0 20px;
  color: #084D00;
  font-size: 1.2em;
  font-weight: 900;
}

.exo-faq-hero-tagline {
  font-size: 1.1em;
  color: #666;
  font-weight: 600;
  margin: 20px 0 0 0;
  line-height: 1.5;
}

/* ================================================
   QUICK LINKS
   ================================================ */

.exo-faq-quick-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.exo-quick-link {
  padding: 10px 20px;
  background: #fff;
  color: #084D00;
  border: 2px solid #084D00;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95em;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.exo-quick-link:hover {
  background: #084D00;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(8, 77, 0, 0.2);
}

/* ================================================
   FAQ CATEGORIES
   ================================================ */

.exo-faq-category {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 35px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.exo-faq-category h2 {
  font-size: 1.8em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  padding-bottom: 18px;
  border-bottom: 2px solid #f0f0f0;
  letter-spacing: 0.5px;
}

/* ================================================
   FAQ ITEMS (ACCORDION)
   ================================================ */

.exo-faq-item {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.exo-faq-item:hover {
  border-color: #084D00;
  box-shadow: 0 2px 10px rgba(8, 77, 0, 0.08);
}

.exo-faq-item.exo-active {
  border-color: #084D00;
  box-shadow: 0 4px 15px rgba(8, 77, 0, 0.12);
}

.exo-faq-question {
  padding: 18px 55px 18px 22px;
  background: #f9f9f9;
  color: #084D00;
  font-size: 1.05em;
  font-weight: 800;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  user-select: none;
}

.exo-faq-question:hover {
  background: #f0f0f0;
}

.exo-faq-question::after {
  content: '+';
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
  font-weight: 900;
  transition: all 0.3s ease;
  color: #084D00;
}

.exo-faq-item.exo-active .exo-faq-question {
  background: #084D00;
  color: #fff;
}

.exo-faq-item.exo-active .exo-faq-question::after {
  content: '−';
  color: #fff;
  transform: translateY(-50%) rotate(180deg);
}

.exo-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.exo-faq-item.exo-active .exo-faq-answer {
  max-height: 500px;
}

.exo-faq-answer p {
  padding: 20px 22px;
  margin: 0;
  font-size: 0.95em;
  line-height: 1.7;
  color: #666;
  background: #fff;
}

/* ================================================
   CTA SECTION
   ================================================ */

.exo-faq-cta {
  text-align: center;
  padding: 45px 35px;
  background: linear-gradient(135deg, #084D00, #0a6000);
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(8, 77, 0, 0.15);
  margin-top: 40px;
}

.exo-faq-cta h2 {
  font-size: 2em;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  letter-spacing: 1px;
}

.exo-faq-cta p {
  font-size: 1.1em;
  color: #fff;
  margin: 0 0 28px 0;
  opacity: 0.95;
}

.exo-faq-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.exo-faq-cta-button {
  padding: 15px 35px;
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 8px;
  display: inline-block;
  letter-spacing: 1px;
}

.exo-faq-cta-button.exo-faq-primary {
  background: #fff;
  color: #084D00;
  border: 2px solid #fff;
}

.exo-faq-cta-button.exo-faq-primary:hover {
  background: transparent;
  color: #fff;
  transform: translateY(-2px);
}

.exo-faq-cta-button.exo-faq-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.exo-faq-cta-button.exo-faq-secondary:hover {
  background: #fff;
  color: #084D00;
  transform: translateY(-2px);
}

/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 768px) {
  .exo-faq-page-wrapper {
    padding: 30px 20px 50px;
  }

  .exo-faq-hero {
    padding: 28px 25px;
  }

  .exo-faq-hero h1 {
    font-size: 1.8em;
  }

  .exo-faq-hero-tagline {
    font-size: 1em;
  }

  .exo-faq-quick-links {
    gap: 10px;
  }

  .exo-quick-link {
    padding: 9px 18px;
    font-size: 0.9em;
  }

  .exo-faq-category {
    padding: 25px 20px;
  }

  .exo-faq-category h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .exo-faq-question {
    font-size: 1em;
    padding: 16px 50px 16px 18px;
  }

  .exo-faq-question::after {
    font-size: 1.3em;
    right: 18px;
  }

  .exo-faq-answer p {
    padding: 18px;
    font-size: 0.9em;
  }

  .exo-faq-cta {
    padding: 35px 25px;
  }

  .exo-faq-cta h2 {
    font-size: 1.7em;
  }

  .exo-faq-cta p {
    font-size: 1em;
  }

  .exo-faq-cta-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .exo-faq-cta-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .exo-faq-page-wrapper {
    padding: 25px 15px 40px;
  }

  .exo-faq-hero {
    padding: 25px 20px;
  }

  .exo-faq-hero h1 {
    font-size: 1.5em;
  }

  .exo-faq-hero-tagline {
    font-size: 0.95em;
  }

  .exo-faq-quick-links {
    flex-direction: column;
    gap: 8px;
  }

  .exo-quick-link {
    width: 100%;
    text-align: center;
    padding: 10px 18px;
  }

  .exo-faq-category {
    padding: 20px 15px;
  }

  .exo-faq-category h2 {
    font-size: 1.3em;
  }

  .exo-faq-question {
    font-size: 0.95em;
    padding: 14px 45px 14px 15px;
  }

  .exo-faq-question::after {
    font-size: 1.2em;
    right: 15px;
  }

  .exo-faq-answer p {
    padding: 15px;
    font-size: 0.9em;
  }

  .exo-faq-cta {
    padding: 30px 20px;
  }

  .exo-faq-cta h2 {
    font-size: 1.5em;
  }

  .exo-faq-cta p {
    font-size: 0.95em;
  }

  .exo-faq-cta-button {
    font-size: 0.95em;
    padding: 13px 30px;
  }
}

/* ================================================
   SMOOTH SCROLL FOR ANCHOR LINKS
   ================================================ */

html {
  scroll-behavior: smooth;
}

.exo-faq-category {
  scroll-margin-top: 20px;
}/* End custom CSS */