.elementor-kit-4{--e-global-color-primary:#0F172A;--e-global-color-secondary:#E0A332;--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-4 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 *//* ==============================================
   JMJ Proactive Services — Elementor Custom CSS
   Paste in: Elementor Pro → Custom Code → CSS
   ============================================== */

/* ── Google Fonts ─────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;700&display=swap');

/* ── Base ──────────────────────────────────────── */
html { scroll-behavior: smooth; }
* { box-sizing: border-box; }

section[id],
.elementor-section[id] {
  scroll-margin-top: 80px;
}

/* ── Sticky Header (Elementor Theme Builder header) */
.elementor-sticky--active {
  box-shadow: 0 1px 20px rgba(0,0,0,0.12) !important;
}

/* ── Hero section ──────────────────────────────── */
.jmj-hero .elementor-column > .elementor-widget-wrap {
  max-width: 900px;
}

/* ── Stats counter numbers ─────────────────────── */
.jmj-stats .elementor-counter-number-wrapper {
  font-family: 'Playfair Display', Georgia, serif !important;
}

/* ── Service card hover lift ───────────────────── */
.jmj-services .elementor-icon-box-wrapper {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.jmj-services .elementor-widget-icon-box:hover .elementor-icon-box-wrapper {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

/* ── Sold carousel (HTML widget) ──────────────── */
.jmj-sold-carousel {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.jmj-sold-carousel::-webkit-scrollbar { display: none; }

/* ── Inventory filter buttons active state ─────── */
.jmj-filter-btn.active {
  background: #0f172a !important;
  color: #fff !important;
  border-color: #0f172a !important;
}

/* ── Testimonial cards ─────────────────────────── */
.jmj-testimonials .elementor-testimonial-wrapper {
  transition: transform 0.3s ease;
}
.jmj-testimonials .elementor-widget-testimonial:hover .elementor-testimonial-wrapper {
  transform: translateY(-4px);
}

/* ── FAQ accordion tweaks ──────────────────────── */
.jmj-faq .elementor-accordion-item {
  border-left: none !important;
  border-right: none !important;
}
.jmj-faq .elementor-tab-title {
  padding: 20px 0 !important;
  cursor: pointer;
}
.jmj-faq .elementor-tab-content {
  padding: 0 0 20px !important;
}

/* ── Contact form polish ───────────────────────── */
.jmj-contact .elementor-field-group label {
  margin-bottom: 6px !important;
}
.jmj-contact .elementor-field-textual,
.jmj-contact .elementor-field-select {
  padding: 12px 14px !important;
  font-family: Inter, sans-serif !important;
  font-size: 15px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.jmj-contact .elementor-field-textual:focus,
.jmj-contact .elementor-field-select:focus {
  border-color: #d97706 !important;
  box-shadow: 0 0 0 3px rgba(217,119,6,0.15) !important;
  outline: none;
}
.jmj-contact .elementor-button {
  width: 100%;
}

/* ── Footer newsletter form ────────────────────── */
.jmj-footer .elementor-field-textual::placeholder { color: rgba(255,255,255,0.4); }
.jmj-footer .elementor-field-textual:focus {
  border-color: #d97706 !important;
  outline: none;
}

/* ── Floating WhatsApp Button ──────────────────── */
#jmj-whatsapp {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}
#jmj-whatsapp:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 28px rgba(37,211,102,0.55);
}
#jmj-whatsapp svg { width: 30px; height: 30px; fill: #fff; }

/* ── Back to Top Button ────────────────────────── */
#jmj-backtop {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #0f172a;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
#jmj-backtop.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#jmj-backtop:hover { background: #1e293b; }
#jmj-backtop svg { width: 20px; height: 20px; fill: #fff; }

/* ── Mobile responsive tweaks ──────────────────── */
@media (max-width: 767px) {
  .jmj-hero .elementor-widget-heading .elementor-heading-title {
    font-size: 40px !important;
    line-height: 1.1 !important;
  }
  .jmj-contact .elementor-column {
    padding-right: 0 !important;
  }
}/* End custom CSS */