.elementor-kit-7{--e-global-color-primary:#285792;--e-global-color-secondary:#071A2F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#6694CD;--e-global-color-0e10449:#FFFFFF;--e-global-color-d92c6d8:#FF741B;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* FAQ - animate real height container */
.faq-answer-wrap,
.elementor-widget-theme-post-content > .elementor-widget-container {
  display: block !important;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 450ms ease, opacity 250ms ease;
}

.faq-item.is-open .faq-answer-wrap,
.faq-item.is-open .elementor-widget-theme-post-content > .elementor-widget-container {
  opacity: 1;
}

.faq-question{
  cursor: pointer;
}

/* FAQ - final styling (keep orange + tighter closed state) */
.faq-item{
  border-radius: 10px;
  border-left: 4px solid transparent; /* stops the shift */
  background: #f4f5f7;
  transition: background 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  margin-bottom: 14px;
  overflow: hidden; /* keeps corners clean */
}

/* Open state */
.faq-item.is-open{
  background: #f3f5f7;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  border-left-color: #f28c00;
}

/* Title (question) - tighter */
.faq-question{
  display: block;
  padding: 9px 22px; /* reduced */
  cursor: pointer;
  margin: 0 !important; /* kill any theme margins */
}

/* Answer spacing */
.faq-answer-wrap{
  padding: 0 22px 16px 22px;
}

/* Kill Elementor’s default spacing that can add height */
.faq-item .elementor-widget,
.faq-item .elementor-widget-container,
.faq-item p:last-child{
  margin-bottom: 0 !important;
}

.faq-item .elementor-widget-theme-post-content{
  margin-top: 0 !important;
}
/* Tighten heading inside FAQ */
.faq-item .elementor-heading-title {
  margin: 0 !important;
  line-height: 1.3;
}

/* Reduce internal heading spacing */
.faq-item .elementor-widget-heading {
  margin-bottom: 0 !important;
}
/* Make closed state more compact */
.faq-question {
  padding: 8px 12px;   /* was 12 or 14 */
  font-size: 18px;      /* slightly tighter if currently 20px */
  line-height: 1.25;
}

/* Reduce overall card feel when closed */
.faq-item {
  margin-bottom: 12px;
}
.faq-question{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}/* End custom CSS */