.elementor-kit-6{--e-global-color-primary:#1976D2;--e-global-color-secondary:#1565C0;--e-global-color-text:#1A1A1A;--e-global-color-accent:#0D47A1;--e-global-color-40cb234:#5E5E5E;--e-global-color-cb9fab3:#FAFAFA;--e-global-color-1ba54d7:#EBEBEB;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:-0.025em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-secondary-letter-spacing:-0.03em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.55em;--e-global-typography-text-letter-spacing:-0.005em;--e-global-typography-accent-font-family:"Fraunces";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-font-style:italic;--e-global-typography-accent-line-height:1.1em;--e-global-typography-accent-letter-spacing:-0.025em;}.elementor-kit-6 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-kit-6{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* GLENDORA WINDOW — Elementor Custom CSS */

/* === ITALIC FRAUNCES SERIF ACCENT ON KEY WORDS === */
h1 em, h2 em, h3 em, h4 em,
.elementor-heading-title em {
  font-family: 'Fraunces', Georgia, serif !important;
  font-style: italic;
  font-weight: 400;
  color: #1976D2;
}

/* === TRUST STRIP === */
.gw-trust-inner {
  display: flex; flex-wrap: wrap; gap: 12px 32px;
  align-items: center; justify-content: center;
  font-size: 13px; color: rgba(26,26,26,0.5);
}
.gw-trust-inner span { display: flex; align-items: center; gap: 8px; }
.gw-trust-dot { width: 4px; height: 4px; background: rgba(26,26,26,0.2); border-radius: 50%; display: inline-block; }

/* === STICKY MOBILE BAR === */
.gw-mbar { display: none; position: fixed; bottom: 0; left: 0; right: 0;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(26,26,26,0.07); z-index: 99; padding: 12px 16px; }
.gw-mbar-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.gw-mbar a { padding: 12px 8px; text-align: center; font-size: 13px; font-weight: 500;
  border-radius: 6px; border: 1px solid rgba(26,26,26,0.1); color: #1a1a1a; text-decoration: none; }
.gw-mbar a.gw-mbar-primary { background: #1976D2; color: #fff; border-color: #1976D2; }
@media (max-width: 900px) { .gw-mbar { display: block; } body { padding-bottom: 70px; } }

/* === CARDS === */
.gw-card { transition: all 0.25s ease; border: 1px solid rgba(26,26,26,0.07); border-radius: 10px; background: #fff; }
.gw-card:hover { border-color: rgba(25,118,210,0.3); transform: translateY(-2px); }

/* === STAT BLOCKS === */
.gw-stat .gw-stat-num { font-family: 'Fraunces', Georgia, serif; font-size: clamp(2.75rem, 4vw, 3.75rem); font-weight: 400; color: #1976D2; line-height: 1; letter-spacing: -0.03em; display: block; margin-bottom: 12px; }
.gw-stat .gw-stat-label { font-size: 13px; font-weight: 500; color: rgba(26,26,26,0.5); display: block; }

/* === BRAND DOT === */
.gw-brand-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #1976D2; margin-right: 10px; vertical-align: middle; }

/* === FORM CARD === */
.gw-form-card { background: #fff; padding: clamp(28px, 3vw, 40px); border-radius: 12px; border: 1px solid rgba(26,26,26,0.06); box-shadow: 0 1px 3px rgba(0,0,0,0.02), 0 20px 40px rgba(0,0,0,0.04); }

/* === EYEBROW === */
.gw-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; color: #1976D2; text-transform: uppercase; display: inline-block; margin-bottom: 16px; }

/* === GALLERY === */
.gw-gallery-item { position: relative; overflow: hidden; aspect-ratio: 4/3; border-radius: 8px; cursor: pointer; }
.gw-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.gw-gallery-item:hover img { transform: scale(1.04); }
.gw-gallery-item .gw-gallery-label { position: absolute; bottom: 16px; left: 16px; background: rgba(255,255,255,0.92); backdrop-filter: blur(8px); color: #1a1a1a; padding: 6px 12px; font-size: 12px; font-weight: 500; border-radius: 4px; }

/* === BUTTON ARROW === */
.gw-btn-arrow::after { content: '→'; font-size: 14px; transition: transform 0.25s ease; display: inline-block; margin-left: 8px; }
.gw-btn-arrow:hover::after { transform: translateX(3px); }

/* === SMOOTH SCROLL === */
html { scroll-behavior: smooth; }

/* ============================================================
   MOBILE HAMBURGER MENU (added 2026-05-14)
   ============================================================ */
.hamburger {
  display: none;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  flex-direction: column;
  gap: 5px;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #1a1a1a;
  transition: transform 0.25s ease, opacity 0.25s ease;
  border-radius: 1px;
}
body.menu-open .hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .hamburger span:nth-child(2) { opacity: 0; }
body.menu-open .hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  .hamburger { display: flex !important; }
  .header-inner { gap: 12px !important; }
  .nav {
    display: flex !important;
    position: fixed !important;
    top: 60px !important;
    left: 0 !important; right: 0 !important;
    background: rgba(255,255,255,0.98) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    backdrop-filter: blur(16px) !important;
    flex-direction: column !important;
    padding: 28px clamp(20px, 4vw, 48px) !important;
    gap: 24px !important;
    font-size: 17px !important;
    border-bottom: 1px solid rgba(26,26,26,0.06) !important;
    box-shadow: 0 16px 32px rgba(0,0,0,0.06);
    transform: translateY(-120%);
    transition: transform 0.3s ease;
    z-index: 99 !important;
    visibility: hidden;
  }
  body.menu-open .nav {
    transform: translateY(0);
    visibility: visible;
  }
  .header-cta { gap: 8px !important; }
  .header-cta .btn-primary { padding: 10px 14px !important; font-size: 13px !important; }
}

/* ============================================================
   WPFORMS QUOTE FORM STYLING (added 2026-05-14)
   ============================================================ */
.wpforms-container, .wpforms-container-full { max-width: none !important; width: 100% !important; margin: 0 !important; }
.wpforms-form .wpforms-field { padding: 0 0 14px 0 !important; }
.wpforms-form .wpforms-field-label {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  margin: 0 0 6px 0 !important;
  letter-spacing: -0.005em !important;
  line-height: 1.2 !important;
}
.wpforms-form .wpforms-required-label { color: #1976D2 !important; }
.wpforms-form input[type=text],
.wpforms-form input[type=email],
.wpforms-form input[type=tel],
.wpforms-form input[type=url],
.wpforms-form input[type=number],
.wpforms-form textarea,
.wpforms-form select {
  width: 100% !important;
  padding: 13px 14px !important;
  background: #fafafa !important;
  border: 1px solid rgba(26,26,26,0.1) !important;
  border-radius: 6px !important;
  font-family: 'Inter', -apple-system, sans-serif !important;
  font-size: 14px !important;
  color: #1a1a1a !important;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease !important;
  box-shadow: none !important;
}
.wpforms-form input:focus,
.wpforms-form textarea:focus,
.wpforms-form select:focus {
  outline: none !important;
  border-color: #1976D2 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(25,118,210,0.08) !important;
}
.wpforms-form input::placeholder,
.wpforms-form textarea::placeholder { color: rgba(26,26,26,0.4) !important; }
.wpforms-form textarea {
  min-height: 90px !important;
  max-height: 200px;
  resize: vertical;
}
.wpforms-form .wpforms-field-sublabel,
.wpforms-form label.wpforms-field-sublabel {
  font-size: 11px !important;
  font-weight: 500 !important;
  color: rgba(26,26,26,0.5) !important;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
}
.wpforms-form .wpforms-field-row {
  display: flex !important;
  gap: 10px !important;
  margin: 0 !important;
}
.wpforms-form .wpforms-field-row-block {
  flex: 1 1 0 !important;
  padding: 0 !important;
  width: auto !important;
}
.wpforms-form .wpforms-submit-container { padding-top: 4px !important; margin: 0 !important; }
.wpforms-form button[type=submit].wpforms-submit,
.wpforms-form button.wpforms-submit {
  background: #1976D2 !important;
  color: #fff !important;
  border: 1px solid #1976D2 !important;
  padding: 14px 28px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: -0.005em !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  transition: background 0.2s ease, border-color 0.2s ease !important;
  font-family: 'Inter', -apple-system, sans-serif !important;
  width: 100% !important;
  text-align: center !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.wpforms-form button.wpforms-submit:hover {
  background: #1565C0 !important;
  border-color: #1565C0 !important;
}
@media (max-width: 600px) {
  .wpforms-form .wpforms-field-row { flex-direction: column !important; gap: 14px !important; }
}/* End custom CSS */