.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-kit-7 e-page-transition{background-color:#FFBC7D;}.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);}.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 *//* ===== Zenvio header nav — soft gray pill on hover ===== */
.elementor-widget-nav-menu ul.elementor-nav-menu li a.elementor-item {
  border-radius: 10px !important;
  transition: background-color .2s ease, color .2s ease !important;
}

.elementor-widget-nav-menu ul.elementor-nav-menu li a.elementor-item:hover,
.elementor-widget-nav-menu ul.elementor-nav-menu li a.elementor-item:focus,
.elementor-widget-nav-menu ul.elementor-nav-menu li.current-menu-item a.elementor-item {
  background-color: #F4F6FA !important;
  color: #1C3A64 !important;
}

/* Make sure the underline pointer doesn't show */
.elementor-widget-nav-menu ul.elementor-nav-menu li a.elementor-item:before,
.elementor-widget-nav-menu ul.elementor-nav-menu li a.elementor-item:after {
  display: none !important;
}

/* Match approved header border color */
header,
.elementor-location-header,
.elementor-section.header,
[data-elementor-type="header"] > .elementor-section,
[data-elementor-type="header"] > .e-con {
  border-bottom: 1px solid #E6E9EF !important;
  box-shadow: none !important;
}

/* Footer — lighten the divider lines around the "Need help right now?" row */
.elementor-element-890cb33,
.elementor-element-890cb33 > .elementor-widget-container,
.elementor-element-2f8957e,
.elementor-element-2f8957e > .e-con-inner {
  border-top-color: rgba(255, 255, 255, 0.10) !important;
  border-bottom-color: rgba(255, 255, 255, 0.10) !important;
}

/* Catch-all for any HR/divider widgets in the footer */
footer hr,
footer .elementor-divider-separator,
footer .elementor-divider {
  border-color: rgba(255, 255, 255, 0.10) !important;
  background-color: rgba(255, 255, 255, 0.10) !important;
  color: rgba(255, 255, 255, 0.10) !important;
}

/* Hero trust strip — green checkmarks (scoped to this widget only) */
.elementor-element-25bdc2a .softlite-dynamic-list-item {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
}

.elementor-element-25bdc2a .softlite-dynamic-list-item::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: rgba(74, 222, 128, 0.18);
  border-radius: 50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M5 10.5l3 3 7-7' fill='none' stroke='%234ADE80' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

.elementor-element-25bdc2a .softlite-dynamic-list {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px 22px !important;
  align-items: center;
}

/* "REQUEST A FREE QUOTE" pill — shrink the widget wrapper to fit its text */
.elementor-element-5d9f598,
.elementor-element-5d9f598 > .elementor-widget-container {
  width: fit-content !important;
  max-width: 100% !important;
}

/* "FREE QUOTE" pill — sits at the top of the form card, normal flow */
.quote-tag-pill{
  margin-bottom:14px !important;
}
.quote-tag-pill .elementor-heading-title{
  display:inline-block !important;
  background:#E8734A !important;
  color:#fff !important;
  font-size:11px !important;
  font-weight:700 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  padding:6px 12px !important;
  border-radius:999px !important;
  line-height:1.2 !important;
}

/* ============== FAQ Nested Accordion (matches approved design) ============== */

/* Vertical gap between items */
.gd-faq .e-n-accordion{
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
}

/* Each item — white card with border + radius */
.gd-faq .e-n-accordion-item{
  background:#fff !important;
  border:1px solid #E6E9EF !important;
  border-radius:14px !important;
  overflow:hidden !important;
  transition:all .25s ease !important;
}

/* Active (open) item — navy border + soft shadow */
.gd-faq .e-n-accordion-item[open]{
  border-color:#3D6CA6 !important;
  box-shadow:0 14px 36px -18px rgba(11,31,58,.18) !important;
}

/* Question row (clickable header) */
.gd-faq .e-n-accordion-item-title{
  padding:22px 26px !important;
  list-style:none !important;
  cursor:pointer !important;
  background:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  transition:background .2s ease !important;
}
.gd-faq .e-n-accordion-item-title:hover{
  background:#F6F8FB !important;
}
/* Hide the default disclosure triangle */
.gd-faq .e-n-accordion-item-title::-webkit-details-marker{display:none !important}
.gd-faq .e-n-accordion-item-title::marker{display:none !important;content:""}

/* Question text wrapper takes the remaining space */
.gd-faq .e-n-accordion-item-title-header{
  flex:1 !important;
  display:flex !important;
  align-items:center !important;
}

/* Question text styling */
.gd-faq .e-n-accordion-item-title-text{
  font-family:'Plus Jakarta Sans', sans-serif !important;
  font-size:16.5px !important;
  font-weight:700 !important;
  color:#0B1F3A !important;
  letter-spacing:-.01em !important;
  line-height:1.4 !important;
  margin:0 !important;
}

/* Toggle icon — rounded chip with the + */
.gd-faq .e-n-accordion-item-title-icon{
  width:32px !important;
  height:32px !important;
  border-radius:50% !important;
  background:#EEF3FA !important;
  color:#1E3A5F !important;
  display:grid !important;
  place-items:center !important;
  flex-shrink:0 !important;
  margin:0 !important;
  padding:0 !important;
  transition:all .25s ease !important;
}
.gd-faq .e-n-accordion-item-title-icon i,
.gd-faq .e-n-accordion-item-title-icon svg{
  font-size:14px !important;
  width:14px !important;
  height:14px !important;
  color:inherit !important;
  fill:currentColor !important;
}

/* Active toggle — orange + rotated 45° */
.gd-faq .e-n-accordion-item[open] .e-n-accordion-item-title-icon{
  background:#E8734A !important;
  color:#fff !important;
  transform:rotate(45deg) !important;
}

/* Answer region */
.gd-faq .e-n-accordion-item > [role="region"]{
  padding:0 26px 22px 26px !important;
  background:#fff !important;
}
.gd-faq .e-n-accordion-item > [role="region"] *{
  font-family:'Plus Jakarta Sans', sans-serif !important;
  font-size:15px !important;
  color:#5A6478 !important;
  line-height:1.6 !important;
}
.gd-faq .e-n-accordion-item > [role="region"] p{
  margin:0 !important;
}

/* Mobile tightening */
@media (max-width:720px){
  .gd-faq .e-n-accordion-item-title{padding:18px 20px !important}
  .gd-faq .e-n-accordion-item-title-text{font-size:15.5px !important}
  .gd-faq .e-n-accordion-item > [role="region"]{padding:0 20px 18px 20px !important}
}

/* TranslatePress floating switcher — align right edge with boxed content (1140px) */
.trp-floating-switcher.trp-ls-inline{
  --right: calc((100vw - 1220px) / 2) !important;
}

/* Mobile fallback — keep a small breathing margin */
@media (max-width:1180px){
  .trp-floating-switcher.trp-ls-inline{
    --right: 16px !important;
  }
}/* End custom CSS */
