.elementor-kit-2847{--e-global-color-primary:#EDF7FC;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-a68e349:#F7C728;--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-2847 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* Inline expanding search (desktop hover + focus) */
.inline-search .elementor-search-form {
  display:flex; align-items:center; gap:8px;
}

.inline-search .elementor-search-form__input {
  width:0; opacity:0; padding:0;
  transition: width .3s ease, opacity .2s ease, padding .2s ease, box-shadow .2s ease;
  background:#fff; border:1px solid rgba(0,0,0,.12); border-radius:8px;
  box-shadow:none; /* add on open */
}

/* Icon-only button (no dark square) */
.search-icon-clean .elementor-search-form__submit {
  background:transparent !important; border:none !important; box-shadow:none !important;
  width:36px; height:36px; border-radius:999px;
  display:inline-flex; align-items:center; justify-content:center;
  transition: background .2s ease;
}
.search-icon-clean .elementor-search-form__submit:hover { background:rgba(0,0,0,.06); }

/* OPEN state — expands input */
.inline-search.is-open .elementor-search-form__input,
.inline-search:hover .elementor-search-form__input,
.inline-search .elementor-search-form__input:focus {
  width:220px; opacity:1; padding:6px 10px;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
}

/* Prevent layout jiggle: reserve a tiny space for the input */
.inline-search { min-width: 36px; }

/* Mobile: open on tap and keep full width */
@media (max-width:767px){
  .inline-search.is-open .elementor-search-form__input { width: 100% !important; }
}

/* Style the 'Get a Quote' menu item as a button */
.quote-button a {
  background-color: #0cbaba; /* Your brand color */
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
}

/* Hover effect for desktop */
.quote-button a:hover {
  background-color: #089c9c;
  transform: scale(1.05);
}

/* Responsive adjustments for tablets and smaller screens */
@media (max-width: 1024px) {
  .quote-button a {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}

/* Responsive adjustments for mobile */
@media (max-width: 767px) {
  .quote-button a {
    padding: 6px 14px;
    font-size: 0.85rem;
    border-radius: 20px;
  }
}/* End custom CSS */