/*
Theme Name:   Dream Mark Remodeling
Theme URI:    https://dreammarkremodeling.com
Description:  Dream Mark Remodeling — Hello Elementor Child Theme
Author:       Dream Mark Remodeling
Template:     hello-elementor
Version:      1.0.0
Text Domain:  dream-mark-remodeling
*/

/* ════════════════════════════════════════════════════
   0. GOOGLE FONT — Plus Jakarta Sans
   (also load via functions.php wp_enqueue_scripts)
════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');


/* ════════════════════════════════════════════════════
   1. CSS VARIABLES / BRAND TOKENS
════════════════════════════════════════════════════ */
:root {
  --dmr-blue:   #011E58;
  --dmr-orange:      #F25C05;
  --dmr-off-white:   #EEEEE4;
  --dmr-font:        'Plus Jakarta Sans', sans-serif;
  --dmr-ease:        cubic-bezier(0.4, 0, 0.2, 1);
}


/* ════════════════════════════════════════════════════
   1b. HIDE DEFAULT PAGE TITLE
════════════════════════════════════════════════════ */
.page-header,
.entry-header,
.page-title,
.entry-title {
  display: none !important;
}

/* Hide CTA on tablet and mobile */
@media (max-width: 1024px) {
    .cta-nav {
        display: none !important;
    }
}
.hero{
position:relative;
overflow:hidden;
}

.hero:before{
content:"";
position:absolute;
inset:0;

background:
linear-gradient(
90deg,
#fff 0%,
rgba(255,255,255,.98) 38%,
rgba(255,255,255,.85) 48%,
rgba(255,255,255,.35) 60%,
rgba(255,255,255,0) 72%
);

z-index:1;
}

.hero>*{
position:relative;
z-index:2;
}
/* ════════════════════════════════════════════════════
   2. TOP BAR
════════════════════════════════════════════════════ */
.dmr-topbar {
  background: var(--dmr-blue);
  border-bottom: 1px solid rgba(238, 238, 228, 0.15);
  height: 38px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 200;
  font-family: var(--dmr-font);
}
.dmr-topbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dmr-topbar-contacts {
  display: flex;
  align-items: center;
  gap: 28px;
}
.dmr-topbar-link {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(238, 238, 228, 0.65);
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 0.2s var(--dmr-ease);
  font-family: var(--dmr-font);
}
.dmr-topbar-link:hover { color: var(--dmr-off-white); }
.dmr-topbar-link svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}
.dmr-topbar-divider {
  width: 1px;
  height: 14px;
  background: rgba(238, 238, 228, 0.2);
}
.dmr-topbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dmr-social-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(238, 238, 228, 0.08);
  border: 1px solid rgba(238, 238, 228, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s var(--dmr-ease),
              border-color 0.2s var(--dmr-ease),
              transform 0.2s var(--dmr-ease);
}
.dmr-social-dot:hover {
  background: rgba(242, 92, 5, 0.18);
  border-color: var(--dmr-orange);
  transform: scale(1.1);
}
.dmr-social-dot svg {
  width: 13px;
  height: 13px;
  fill: rgba(238, 238, 228, 0.65);
  transition: fill 0.2s var(--dmr-ease);
}
.dmr-social-dot:hover svg { fill: var(--dmr-orange); }


/* ════════════════════════════════════════════════════
   3. MAIN HEADER
════════════════════════════════════════════════════ */
.dmr-site-header {
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  position: sticky;
  top: 0;
  z-index: 100;
  font-family: var(--dmr-font);
  transition: background 0.3s var(--dmr-ease),
              box-shadow 0.3s var(--dmr-ease),
              border-color 0.3s var(--dmr-ease);
}
/* Scrolled: glass effect */
.dmr-site-header.scrolled {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-color: transparent;
  box-shadow: 0 2px 24px rgba(1, 30, 88, 0.10);
}
/* Thin orange accent line along the bottom */
.dmr-site-header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--dmr-orange) 25%,
    rgba(242, 92, 5, 0.25) 65%,
    transparent 100%
  );
}

/* ── Header row ── */
.dmr-header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
  height: 72px;
  display: flex;
  align-items: center;
  position: relative;   /* needed so service-nav can be abs-centred */
}


/* ════════════════════════════════════════════════════
   4. LOGO
════════════════════════════════════════════════════ */
.custom-logo {
  height: 52px;
  width: auto;
}
.dmr-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
  z-index: 2;           /* sits above absolutely-positioned service nav */
}
.dmr-logo-mark {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.dmr-logo-mark svg { width: 100%; height: 100%; }
.dmr-logo-text { line-height: 1; }
.dmr-logo-name {
  font-size: 17px;
  font-weight: 800;
  color: var(--dmr-blue);
  letter-spacing: -0.01em;
  display: block;
  font-family: var(--dmr-font);
}
.dmr-logo-name span { color: var(--dmr-orange); }
.dmr-logo-sub {
  font-size: 9px;
  font-weight: 600;
  color: rgba(1, 30, 88, 0.45);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  display: block;
  margin-top: 3px;
  font-family: var(--dmr-font);
}


/* ════════════════════════════════════════════════════
   5. SERVICE NAV  (Kitchen · Bathroom · Basement)
      Absolutely centred relative to the header bar.
════════════════════════════════════════════════════ */
.dmr-service-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 2px;
  z-index: 1;
}

.dmr-service-link {
  position: relative;
  color: var(--dmr-blue);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 8px 16px;
  white-space: nowrap;
  font-family: var(--dmr-font);
  transition: color 0.22s var(--dmr-ease);
}
/* Underline grows left → right on hover */
.dmr-service-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 16px;
  right: 16px;
  height: 2px;
  background: var(--dmr-orange);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.26s var(--dmr-ease);
}
.dmr-service-link:hover            { color: var(--dmr-blue); }
.dmr-service-link:hover::after,
.dmr-service-link.active::after    { transform: scaleX(1); }


/* ════════════════════════════════════════════════════
   6. RIGHT CLUSTER  (site nav + CTA + hamburger)
════════════════════════════════════════════════════ */
.dmr-site-cluster {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  z-index: 2;
}

.dmr-site-nav {
  display: flex;
  align-items: center;
  gap: 0;
}

.dmr-site-link {
  color: #555;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.01em;
  padding: 8px 11px;
  white-space: nowrap;
  font-family: var(--dmr-font);
  transition: color 0.2s var(--dmr-ease);
}
.dmr-site-link:hover,
.dmr-site-link.active { color: var(--dmr-blue); }


/* ════════════════════════════════════════════════════
   7. BEFORE → AFTER CTA BUTTON  (.dmr-btn-remodel)
      Left half: worn / cracked-paint texture (dark grey)
      Right half: clean navy background
      A thin divider line runs down the centre.
      On hover: the worn left half WIPES away (clip-path)
      revealing a full clean navy button — like a remodel.
════════════════════════════════════════════════════ */
.dmr-btn-remodel {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 22px;
  margin-left: 10px;
  background: var(--dmr-blue);
  color: #ffffff;
  font-family: var(--dmr-font);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  transition: box-shadow 0.35s var(--dmr-ease);
}

/* "Before" worn / cracked-paint layer — sits over left half only */
.dmr-btn-remodel::before {
  content: '';
  position: absolute;
  inset: 0;
  /* Cracked-paint texture: three layered line patterns over a dark-grey base */
  background:
    repeating-linear-gradient(
      0deg,
      transparent          0px,
      transparent          6px,
      rgba(255,255,255,0.045) 6px,
      rgba(255,255,255,0.045) 7px
    ),
    repeating-linear-gradient(
      90deg,
      transparent          0px,
      transparent          10px,
      rgba(0,0,0,0.07)     10px,
      rgba(0,0,0,0.07)     11px
    ),
    repeating-linear-gradient(
      43deg,
      transparent          0px,
      transparent          14px,
      rgba(0,0,0,0.06)     14px,
      rgba(0,0,0,0.06)     15px
    ),
    linear-gradient(
      135deg,
      #505050 0%,
      #3a3a3a 35%,
      #464646 65%,
      #323232 100%
    );
  /* Covers only the LEFT half of the button */
  clip-path: inset(0 50% 0 0);
  transition: clip-path 0.44s cubic-bezier(0.76, 0, 0.24, 1);
  z-index: 1;
  border-radius: 6px;
}

/* Centre divider line */
.dmr-btn-remodel__divider {
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: calc(50% - 0.5px);
  width: 1px;
  background: rgba(255, 255, 255, 0.28);
  z-index: 2;
  transition: opacity 0.22s ease 0.08s;
  pointer-events: none;
}

/* Button label stays above both layers */
.dmr-btn-remodel__text {
  position: relative;
  z-index: 3;
}

/* ── HOVER: wipe the worn half away → full clean navy ── */
.dmr-btn-remodel:hover::before {
  clip-path: inset(0 100% 0 0);   /* shrinks to nothing from the right */
}
.dmr-btn-remodel:hover .dmr-btn-remodel__divider {
  opacity: 0;
  transition-delay: 0s;
}
.dmr-btn-remodel:hover {
  box-shadow: 0 4px 20px rgba(232, 90, 10, 0.25);
}
.dmr-btn-remodel:active {
  box-shadow: none;
}


/* ════════════════════════════════════════════════════
   8. HAMBURGER  (mobile only)
════════════════════════════════════════════════════ */
.dmr-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  margin-left: 6px;
  background: none;
  border: none;
  border-radius: 6px;
  transition: background 0.2s;
}
.dmr-hamburger:hover { background: rgba(1, 30, 88, 0.07); }
.dmr-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--dmr-blue);
  border-radius: 2px;
  transition: transform 0.3s var(--dmr-ease),
              opacity   0.3s var(--dmr-ease);
}
.dmr-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.dmr-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.dmr-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


/* ════════════════════════════════════════════════════
   9. MOBILE MENU
════════════════════════════════════════════════════ */
.dmr-mobile-menu {
  display: none;
  background: var(--dmr-blue);
  border-top: 1px solid rgba(238, 238, 228, 0.12);
  position: absolute;
  top: 100%;
  left: 0; right: 0;
  z-index: 99;
  padding: 12px 0 28px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.38);
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s var(--dmr-ease),
              opacity   0.3s var(--dmr-ease);
}
.dmr-mobile-menu.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
/* Section label inside mobile menu */
.dmr-mobile-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(238, 238, 228, 0.35);
  padding: 10px 28px 4px;
  margin: 0;
  font-family: var(--dmr-font);
}
.dmr-mobile-divider {
  height: 1px;
  background: rgba(238, 238, 228, 0.1);
  margin: 8px 28px;
}
/* Mobile nav links output by WP nav menus / fallbacks */
.dmr-mobile-menu a {
  display: block;
  color: rgba(238, 238, 228, 0.78);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 12px 28px;
  border-bottom: 1px solid rgba(238, 238, 228, 0.08);
  font-family: var(--dmr-font);
  transition: color 0.2s, background 0.2s, padding-left 0.2s;
}
.dmr-mobile-menu a:last-of-type { border-bottom: none; }
.dmr-mobile-menu a:hover {
  color: var(--dmr-orange);
  background: rgba(255, 255, 255, 0.04);
  padding-left: 34px;
}
.dmr-mobile-contacts {
  padding: 14px 28px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dmr-mobile-contacts .dmr-topbar-link { font-size: 13px; }
.dmr-mobile-cta { padding: 16px 28px 0; }
.dmr-mobile-cta .dmr-btn-quote {
  width: 100%;
  justify-content: center;
  border-radius: 10px;
}


/* ════════════════════════════════════════════════════
   9. BUTTON: PRIMARY — "Get a Quote"  (.dmr-btn-quote)
   Use this class in Elementor: Custom CSS Class → dmr-btn-quote
════════════════════════════════════════════════════ */
.dmr-btn-quote,
a.dmr-btn-quote,
.elementor-button.dmr-btn-quote,
.elementor-widget-button .dmr-btn-quote {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--dmr-orange) !important;
  color: var(--dmr-white) !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 12px 24px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-family: var(--dmr-font);
  box-shadow: 0 4px 20px rgba(232, 90, 10, 0.4);
  transition: background 0.2s var(--dmr-ease),
              transform 0.2s var(--dmr-ease),
              box-shadow 0.2s var(--dmr-ease);
}
.dmr-btn-quote::before,
.elementor-button.dmr-btn-quote::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.18) 0%, transparent 60%);
  pointer-events: none;
}
.dmr-btn-quote:hover,
.elementor-button.dmr-btn-quote:hover {
  background: #d44e00 !important;
  color: var(--dmr-white) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(232, 90, 10, 0.5);
}
.dmr-btn-quote:active,
.elementor-button.dmr-btn-quote:active {
  transform: translateY(0);
}
.dmr-btn-arrow {
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s var(--dmr-ease),
              transform 0.2s var(--dmr-ease);
}
.dmr-btn-quote:hover .dmr-btn-arrow {
  background: rgba(255, 255, 255, 0.3);
  transform: translateX(3px);
}
.dmr-btn-arrow svg { width: 13px; height: 13px; }
/* Short/long text toggles */
.dmr-btn-text-short { display: none; }
.dmr-btn-text-full  { display: inline; }


/* ════════════════════════════════════════════════════
   9b. PREMIUM PILL BUTTONS  — "Get a Quote" & "Talk To Us"

   Variants:
     dmr-pill dmr-pill--orange   →  orange fill (primary)
     dmr-pill dmr-pill--white    →  white fill  (secondary)

   ANIMATION:
   • The 3D ball sits inward at rest, arrow pointing ↗
   • On hover: ball ROLLS to the right, button visually
     expands rightward (clip-path reveal — zero layout shift
     because DOM width never changes), arrow straightens → right
   • Specular highlight on the ball shifts as it rolls,
     reinforcing the physical sphere illusion
════════════════════════════════════════════════════ */

:root {
  --dmr-pill-ease: cubic-bezier(0.23, 1, 0.32, 1);
  --dmr-pill-dur:  0.48s;
  --dmr-pill-roll: 16px;   /* distance ball rolls + button appears to expand */
}


/* ═══════════════════════════════
   BASE PILL
   ═══════════════════════════════ */
.dmr-pill {
  display: inline-flex;
  align-items: center;
  /* Right padding pre-sized for the HOVER position of the ball.
     The DOM width never changes → zero layout shift.          */
  height: 54px;
  padding: 0 10px 0 28px;
  border-radius: 100px;
  text-decoration: none;
  font-family: var(--dmr-font);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  overflow: visible;   /* ball is never clipped by button itself */
  border: none;
}

.dmr-pill__label {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}


/* ═══════════════════════════════
   3D BALL (the circle)
   ═══════════════════════════════ */
.dmr-pill__circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 14px;
  position: relative;
  z-index: 2;

  /* Default: ball at rest position */
  transform: translateX(0px);
  transition: transform var(--dmr-pill-dur) var(--dmr-pill-ease);
}

/* Hover: ball rolls right */
.dmr-pill:hover .dmr-pill__circle {
  transform: translateX(var(--dmr-pill-roll));
}

/* ── Specular highlight — the dot that moves as the ball rolls ── */
.dmr-pill__circle::before {
  content: '';
  position: absolute;
  width: 36%;
  height: 32%;
  border-radius: 50%;
  filter: blur(1.5px);
  pointer-events: none;
  z-index: 3;
  /* Default: highlight top-left (light source above-left) */
  top:  14%;
  left: 16%;
  transition:
    top  var(--dmr-pill-dur) var(--dmr-pill-ease),
    left var(--dmr-pill-dur) var(--dmr-pill-ease);
}
/* Hover: highlight shifts toward top-right (ball rotated clockwise) */
.dmr-pill:hover .dmr-pill__circle::before {
  top:  18%;
  left: 50%;
}

/* ── Arrow SVG ── */
.dmr-pill__circle svg {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
  z-index: 4;
  /* Default: arrow points ↗ diagonal */
  transform: rotate(0deg);
  transition: transform var(--dmr-pill-dur) var(--dmr-pill-ease);
}
/* Hover: ball rolled clockwise → arrow settles to → straight right */
.dmr-pill:hover .dmr-pill__circle svg {
  transform: rotate(45deg);
}

/* Press */
.dmr-pill:active .dmr-pill__circle {
  transform: translateX(calc(var(--dmr-pill-roll) * 0.5));
  transition-duration: 0.10s;
}


/* ═══════════════════════════════
   ORANGE VARIANT
   ═══════════════════════════════ */
.dmr-pill--orange {
  background: var(--dmr-orange);
  color: #ffffff;
  box-shadow: 0 1px 0 rgba(0,0,0,0.12);
  /* clip-path trims right by roll-distance at rest.
     On hover it opens → button appears to expand rightward.
     clip-path has no effect on layout, so zero layout shift. */
  clip-path: inset(0 calc(var(--dmr-pill-roll) + 2px) 0 0 round 100px);
  transition:
    clip-path  var(--dmr-pill-dur) var(--dmr-pill-ease),
    box-shadow var(--dmr-pill-dur) var(--dmr-pill-ease);
}
.dmr-pill--orange:hover {
  clip-path: inset(0 0px 0 0 round 100px);
  box-shadow: 0 1px 0 rgba(0,0,0,0.07);
}

/* White 3D sphere, orange arrow */
.dmr-pill--orange .dmr-pill__circle {
  background: radial-gradient(
    circle at 38% 32%,
    #ffffff   0%,
    #f8f4f4  38%,
    #ece5e5  70%,
    #ddd2d2 100%
  );
  box-shadow:
    inset  2px  2px 5px rgba(255,255,255,0.95),   /* top-left highlight */
    inset -3px -3px 7px rgba(0,0,0,0.20),           /* bottom-right shadow */
    0 2px 5px rgba(0,0,0,0.14);                     /* ground shadow */
  color: var(--dmr-orange);
}
.dmr-pill--orange .dmr-pill__circle::before {
  background: rgba(255,255,255,0.82);
}


/* ═══════════════════════════════
   WHITE VARIANT
   ═══════════════════════════════ */
.dmr-pill--white {
  background: #ffffff;
  color: var(--dmr-blue);
  box-shadow: inset 0 0 0 1.5px rgba(1,30,88,0.13);
  clip-path: inset(0 calc(var(--dmr-pill-roll) + 2px) 0 0 round 100px);
  transition:
    clip-path  var(--dmr-pill-dur) var(--dmr-pill-ease),
    box-shadow var(--dmr-pill-dur) var(--dmr-pill-ease);
}
.dmr-pill--white:hover {
  clip-path: inset(0 0px 0 0 round 100px);
  box-shadow: inset 0 0 0 1.5px rgba(1,30,88,0.07);
}

/* Orange 3D sphere, white arrow */
.dmr-pill--white .dmr-pill__circle {
  background: radial-gradient(
    circle at 38% 32%,
    #ff8844   0%,    /* warm highlight */
    #f25c05  42%,    /* brand orange    */
    #d44d00  76%,    /* dark side       */
    #b84000 100%     /* deep shadow     */
  );
  box-shadow:
    inset  2px  2px 5px rgba(255,180,100,0.65),   /* warm top-left shine */
    inset -3px -3px 7px rgba(0,0,0,0.26),           /* dark bottom-right   */
    0 2px 5px rgba(0,0,0,0.14);
  color: #ffffff;
}
.dmr-pill--white .dmr-pill__circle::before {
  background: rgba(255,200,140,0.65);
}


/* ── Side-by-side group helper ── */
.dmr-pill-group {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}


/* ════════════════════════════════════════════════════
   10. BUTTON: SECONDARY — Ghost/Outline  (.dmr-btn-secondary)
   Use in Elementor: Custom CSS Class → dmr-btn-secondary
   Works on dark AND light backgrounds.
════════════════════════════════════════════════════ */
.dmr-btn-secondary,
a.dmr-btn-secondary,
.elementor-button.dmr-btn-secondary,
.elementor-widget-button .dmr-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent !important;
  color: var(--dmr-orange) !important;
  border: 2px solid var(--dmr-orange) !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 11px 24px;
  border-radius: 50px;
  cursor: pointer;
  font-family: var(--dmr-font);
  position: relative;
  overflow: hidden;
  transition: background 0.25s var(--dmr-ease),
              color 0.25s var(--dmr-ease),
              transform 0.2s var(--dmr-ease),
              box-shadow 0.2s var(--dmr-ease);
}
/* Fill sweep on hover */
.dmr-btn-secondary::before,
.elementor-button.dmr-btn-secondary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--dmr-orange);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s var(--dmr-ease);
  z-index: 0;
}
.dmr-btn-secondary > *,
.elementor-button.dmr-btn-secondary > * {
  position: relative;
  z-index: 1;
}
.dmr-btn-secondary:hover,
.elementor-button.dmr-btn-secondary:hover {
  color: var(--dmr-white) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(232, 90, 10, 0.3);
}
.dmr-btn-secondary:hover::before,
.elementor-button.dmr-btn-secondary:hover::before {
  transform: scaleX(1);
}
.dmr-btn-secondary:active,
.elementor-button.dmr-btn-secondary:active {
  transform: translateY(0);
}

/* ── Secondary on dark backgrounds (navy sections) ── */
.dmr-btn-secondary-light,
a.dmr-btn-secondary-light,
.elementor-button.dmr-btn-secondary-light,
.elementor-widget-button .dmr-btn-secondary-light {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent !important;
  color: var(--dmr-white) !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 11px 24px;
  border-radius: 50px;
  cursor: pointer;
  font-family: var(--dmr-font);
  position: relative;
  overflow: hidden;
  transition: background 0.25s var(--dmr-ease),
              border-color 0.25s var(--dmr-ease),
              color 0.25s var(--dmr-ease),
              transform 0.2s var(--dmr-ease);
}
.dmr-btn-secondary-light:hover,
.elementor-button.dmr-btn-secondary-light:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.9) !important;
  color: var(--dmr-white) !important;
  transform: translateY(-2px);
}
.dmr-btn-secondary-light:active,
.elementor-button.dmr-btn-secondary-light:active {
  transform: translateY(0);
}


/* ════════════════════════════════════════════════════
   11. RESPONSIVE
════════════════════════════════════════════════════ */

/* ── Header pill — matches the hero primary button ── */
.dmr-header-pill {
  --dmr-pill-roll: 14px;
  height: 48px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 8px 0 22px;
  margin-left: 12px;
  letter-spacing: 0.03em;
}
.dmr-header-pill .dmr-pill__circle {
  width: 34px;
  height: 34px;
  margin-left: 14px;
}
.dmr-header-pill .dmr-pill__circle svg {
  width: 14px;
  height: 14px;
}

/* Tighten service links on mid-size screens */
@media (max-width: 1200px) {
  .dmr-service-link  { padding: 8px 11px; font-size: 13px; }
  .dmr-site-link     { padding: 8px 8px; }
  .dmr-header-pill   { padding: 0 6px 0 16px; margin-left: 6px; }
}

/* Hide desktop nav, show hamburger */
@media (max-width: 960px) {
  .dmr-service-nav  { display: none; }
  .dmr-site-nav     { display: none; }
  .dmr-header-pill  { display: none; }
  .dmr-hamburger    { display: flex; }
  .dmr-mobile-menu  { display: block; }
}

@media (max-width: 640px) {
  .dmr-topbar             { display: none; }
  .dmr-header-inner       { padding: 0 20px; height: 66px; }
  .dmr-logo               { margin-right: 0; }
  .dmr-logo-name          { font-size: 16px; }
  .dmr-logo-sub           { font-size: 8.5px; }
  .dmr-logo-icon          { width: 38px; height: 38px; }
  .dmr-header-cta .dmr-btn-quote { padding: 10px 18px; }
}


/* ════════════════════════════════════════════════════
   12. FOOTER
════════════════════════════════════════════════════ */
.dmr-footer {
  background: var(--dmr-blue);
  font-family: var(--dmr-font);
  color: var(--dmr-off-white);
}

/* Hero row — wordmark left, tagline right */
.dmr-footer-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 64px 64px 0;
  border-bottom: 1px solid rgba(238, 238, 228, 0.12);
  overflow: hidden;
}
.dmr-footer-wordmark {
  font-size: clamp(96px, 18vw, 220px);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -0.03em;
  color: var(--dmr-orange);
  text-transform: uppercase;
  padding-bottom: 8px;
  user-select: none;
}
.dmr-footer-tagline {
  font-size: clamp(22px, 3.5vw, 48px);
  font-weight: 700;
  color: var(--dmr-off-white);
  letter-spacing: -0.01em;
  padding-bottom: 28px;
  text-align: right;
  flex-shrink: 0;
  margin-left: 40px;
}

/* 4-column info row */
.dmr-footer-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 48px 64px;
  border-bottom: 1px solid rgba(238, 238, 228, 0.12);
}
.dmr-footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 32px;
}
.dmr-footer-col + .dmr-footer-col {
  border-left: 1px solid rgba(238, 238, 228, 0.1);
  padding-left: 32px;
  padding-right: 0;
}
.dmr-footer-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(238, 238, 228, 0.45);
  margin-bottom: 4px;
}
.dmr-footer-item {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--dmr-off-white);
  text-decoration: none;
  transition: color 0.2s var(--dmr-ease);
  line-height: 1.5;
}
.dmr-footer-item:hover { color: var(--dmr-orange); }
.dmr-footer-sub {
  font-size: 13px;
  color: rgba(238, 238, 228, 0.5);
  line-height: 1.5;
  margin: 0 0 4px;
}
.dmr-footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--dmr-orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid var(--dmr-orange);
  padding-bottom: 2px;
  width: fit-content;
  transition: color 0.2s var(--dmr-ease),
              border-color 0.2s var(--dmr-ease);
}
.dmr-footer-cta:hover {
  color: var(--dmr-off-white);
  border-color: var(--dmr-off-white);
}

/* Bottom bar */
.dmr-footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 64px;
}
.dmr-footer-copy,
.dmr-footer-credit {
  font-size: 12px;
  color: rgba(238, 238, 228, 0.38);
  font-weight: 500;
}
.dmr-footer-bar-links {
  display: flex;
  gap: 24px;
}
.dmr-footer-bar-links a {
  font-size: 12px;
  color: rgba(238, 238, 228, 0.38);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s var(--dmr-ease);
}
.dmr-footer-bar-links a:hover { color: var(--dmr-off-white); }

/* Footer responsive */
@media (max-width: 900px) {
  .dmr-footer-hero  { padding: 48px 32px 0; }
  .dmr-footer-info  { grid-template-columns: repeat(2, 1fr); padding: 40px 32px; gap: 32px; }
  .dmr-footer-col + .dmr-footer-col { border-left: none; padding-left: 0; }
  .dmr-footer-bar   { padding: 20px 32px; }
}

@media (max-width: 600px) {
  .dmr-footer-hero     { padding: 36px 24px 0; flex-direction: column; align-items: flex-start; gap: 12px; }
  .dmr-footer-tagline  { text-align: left; margin-left: 0; padding-bottom: 20px; }
  .dmr-footer-info     { grid-template-columns: 1fr; padding: 32px 24px; }
  .dmr-footer-bar      { padding: 16px 24px; flex-direction: column; align-items: flex-start; }
}


/* ════════════════════════════════════════════════════
   13. DREAM HOUSE OUTLINE DECORATION  (.dmr-house-bg)

   Apply class  dmr-house-bg  to any Elementor Section
   or Container. A delicate house silhouette appears in
   the bottom-left corner — no extra markup needed.

   Variants:
     dmr-house-bg-right   → mirrors to bottom-right
     dmr-house-bg-center  → centred, larger, very faint
     dmr-house-bg-dark    → white strokes (for dark/navy sections)
════════════════════════════════════════════════════ */

/* Base container requirement */
.dmr-house-bg {
  position: relative;
  overflow: hidden;
}

/* The house SVG drawn entirely in CSS via clip-path + pseudo */
.dmr-house-bg::before {
  content: '';
  position: absolute;
  bottom: -18px;
  left: -28px;
  width: 340px;
  height: 280px;
  pointer-events: none;
  z-index: 0;

  /* House outline drawn as an SVG background — thin 1.5px stroke, no fill */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 280' fill='none'%3E%3C!-- outer house --%3E%3Cpolyline points='20,280 20,148 170,30 320,148 320,280' stroke='%23011E58' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' opacity='0.18'/%3E%3C!-- roof peak accent --%3E%3Cline x1='170' y1='30' x2='170' y2='72' stroke='%23F25C05' stroke-width='1.5' stroke-linecap='round' opacity='0.35'/%3E%3C!-- inner door --%3E%3Crect x='140' y='200' width='60' height='80' rx='3' stroke='%23011E58' stroke-width='1.5' opacity='0.13'/%3E%3C!-- left window --%3E%3Crect x='62' y='172' width='52' height='44' rx='3' stroke='%23011E58' stroke-width='1.5' opacity='0.13'/%3E%3Cline x1='88' y1='172' x2='88' y2='216' stroke='%23011E58' stroke-width='1' opacity='0.1'/%3E%3Cline x1='62' y1='194' x2='114' y2='194' stroke='%23011E58' stroke-width='1' opacity='0.1'/%3E%3C!-- right window --%3E%3Crect x='226' y='172' width='52' height='44' rx='3' stroke='%23011E58' stroke-width='1.5' opacity='0.13'/%3E%3Cline x1='252' y1='172' x2='252' y2='216' stroke='%23011E58' stroke-width='1' opacity='0.1'/%3E%3Cline x1='226' y1='194' x2='278' y2='194' stroke='%23011E58' stroke-width='1' opacity='0.1'/%3E%3C!-- ground line --%3E%3Cline x1='0' y1='279' x2='340' y2='279' stroke='%23011E58' stroke-width='1' opacity='0.1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;

  /* Dream-like soft fade — edges dissolve into nothing */
  -webkit-mask-image: radial-gradient(
    ellipse 75% 80% at 25% 85%,
    rgba(0,0,0,0.9) 0%,
    rgba(0,0,0,0.5) 45%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse 75% 80% at 25% 85%,
    rgba(0,0,0,0.9) 0%,
    rgba(0,0,0,0.5) 45%,
    transparent 100%
  );

  /* Subtle entrance animation */
  animation: dmr-house-drift 18s ease-in-out infinite alternate;
}

@keyframes dmr-house-drift {
  0%   { transform: translate(0px,  0px) scale(1); }
  100% { transform: translate(4px, -6px) scale(1.015); }
}

/* ── Variant: bottom-right ── */
.dmr-house-bg-right::before {
  left: auto;
  right: -28px;
  bottom: -18px;
  transform-origin: right bottom;
  -webkit-mask-image: radial-gradient(
    ellipse 75% 80% at 75% 85%,
    rgba(0,0,0,0.9) 0%,
    rgba(0,0,0,0.5) 45%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse 75% 80% at 75% 85%,
    rgba(0,0,0,0.9) 0%,
    rgba(0,0,0,0.5) 45%,
    transparent 100%
  );
}

/* ── Variant: centred, oversized, ultra-faint ── */
.dmr-house-bg-center::before {
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  width: 520px;
  height: 430px;
  -webkit-mask-image: radial-gradient(
    ellipse 60% 70% at 50% 90%,
    rgba(0,0,0,0.7) 0%,
    rgba(0,0,0,0.25) 50%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse 60% 70% at 50% 90%,
    rgba(0,0,0,0.7) 0%,
    rgba(0,0,0,0.25) 50%,
    transparent 100%
  );
}

/* ── Variant: dark/navy background — white + orange strokes ── */
.dmr-house-bg-dark::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 280' fill='none'%3E%3Cpolyline points='20,280 20,148 170,30 320,148 320,280' stroke='%23EEEEE4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' opacity='0.22'/%3E%3Cline x1='170' y1='30' x2='170' y2='72' stroke='%23F25C05' stroke-width='1.5' stroke-linecap='round' opacity='0.5'/%3E%3Crect x='140' y='200' width='60' height='80' rx='3' stroke='%23EEEEE4' stroke-width='1.5' opacity='0.15'/%3E%3Crect x='62' y='172' width='52' height='44' rx='3' stroke='%23EEEEE4' stroke-width='1.5' opacity='0.15'/%3E%3Cline x1='88' y1='172' x2='88' y2='216' stroke='%23EEEEE4' stroke-width='1' opacity='0.1'/%3E%3Cline x1='62' y1='194' x2='114' y2='194' stroke='%23EEEEE4' stroke-width='1' opacity='0.1'/%3E%3Crect x='226' y='172' width='52' height='44' rx='3' stroke='%23EEEEE4' stroke-width='1.5' opacity='0.15'/%3E%3Cline x1='252' y1='172' x2='252' y2='216' stroke='%23EEEEE4' stroke-width='1' opacity='0.1'/%3E%3Cline x1='226' y1='194' x2='278' y2='194' stroke='%23EEEEE4' stroke-width='1' opacity='0.1'/%3E%3Cline x1='0' y1='279' x2='340' y2='279' stroke='%23EEEEE4' stroke-width='1' opacity='0.1'/%3E%3C/svg%3E");
}

/* Make sure Elementor content sits above the decoration */
.dmr-house-bg > .elementor-container,
.dmr-house-bg > .e-con-inner,
.dmr-house-bg > * {
  position: relative;
  z-index: 1;
}


/* ════════════════════════════════════════════════════
   14. FLOAT GALLERY  (.dmr-float-gallery)
       Original v1 — spring physics + Lissajous float
       + 3-D mouse tilt + depth layers

   SETUP IN ELEMENTOR:
     1. Section › Advanced › CSS Classes → dmr-float-gallery
        Set a min-height (600 px+) on the section.
     2. Each Image widget to float:
        Advanced › CSS Classes → dmr-float-item
     3. All other content is completely untouched.
════════════════════════════════════════════════════ */

.dmr-float-gallery {
  position: relative;
  overflow: hidden;
}

/* Edge vignette — images dissolve at the boundary */
.dmr-float-gallery::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 20;
}
.dmr-float-gallery--dark::after {
  background:
    linear-gradient(to right,
      rgba(1,30,88,0.70) 0%, transparent 12%,
      transparent 88%, rgba(1,30,88,0.70) 100%
    ),
    linear-gradient(to bottom,
      rgba(1,30,88,0.50) 0%, transparent 16%,
      transparent 84%, rgba(1,30,88,0.50) 100%
    );
}

/* Real content above the float layer */
.dmr-float-gallery > .elementor-container,
.dmr-float-gallery > .e-con-inner {
  position: relative;
  z-index: 25;
  pointer-events: auto;
}

/* ── .dmr-fi  — wrapper created by JS for each image ── */
.dmr-fi {
  position: absolute;
  pointer-events: none !important;
  user-select: none;
  will-change: transform, filter;
  border-radius: 10px;
  overflow: hidden;
  /* Hairline luxury frame */
  outline: 1px solid rgba(255,255,255,0.18);
  outline-offset: -1px;
}

/* Top-left gloss */
.dmr-fi::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: linear-gradient(148deg, rgba(255,255,255,0.07) 0%, transparent 42%);
  pointer-events: none;
  z-index: 2;
}

.dmr-fi img {
  display: block;
  /*width: 100%;*/
  /*height: auto;*/
  border-radius: 10px;
  pointer-events: none !important;
  user-select: none;
  object-fit: cover;
}

/* ── Depth layer treatments ── */
.dmr-fi--far img {
  filter: saturate(0.78) brightness(0.93) blur(0.3px);
  opacity: 0.72;
}
.dmr-fi--mid img {
  filter: saturate(0.92) brightness(0.97);
  opacity: 0.85;
}
.dmr-fi--close img {
  filter: saturate(1.05) brightness(1.01);
  opacity: 0.94;
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .dmr-fi { display: none !important; }
}


/* ════════════════════════════════════════════════════
   15. SCROLL SHAKE GALLERY  (.dmr-scroll-gallery)
       Auto-scrolls right→left + spring mouse shake

   SETUP IN ELEMENTOR:
     1. Section › Advanced › CSS Classes → dmr-scroll-gallery
     2. Each Image widget to include:
        Advanced › CSS Classes → dmr-scroll-item
════════════════════════════════════════════════════ */

/* Strip — the visible overflow:hidden window */
.dmr-ss-strip {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 48px 0 56px;
  /* Edge fade so cards dissolve at left/right boundaries */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0,0,0,0.85) 8%,
    rgba(0,0,0,1)   18%,
    rgba(0,0,0,1)   82%,
    rgba(0,0,0,0.85) 92%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0,0,0,0.85) 8%,
    rgba(0,0,0,1)   18%,
    rgba(0,0,0,1)   82%,
    rgba(0,0,0,0.85) 92%,
    transparent 100%
  );
}

/* Track — flex row, JS drives translateX */
.dmr-ss-track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  will-change: transform;
}

/* Individual card */
.dmr-ss-card {
  flex-shrink: 0;
  width: 260px;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  will-change: transform;
  box-shadow:
    0 8px 32px rgba(1, 30, 88, 0.18),
    0 2px 8px  rgba(1, 30, 88, 0.10);
  /* Hairline luxury frame */
  outline: 1px solid rgba(255, 255, 255, 0.22);
  outline-offset: -1px;
}

/* Top-left gloss sheen on each card */
.dmr-ss-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(148deg, rgba(255,255,255,0.09) 0%, transparent 44%);
  pointer-events: none;
  z-index: 2;
}

.dmr-ss-card img {
  display: block;
  /*width: 100%;*/
  /*height: 100%;*/
  object-fit: cover;
  border-radius: 1000px;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Mobile: pause scroll, show static grid */
@media (max-width: 768px) {
  .dmr-ss-strip {
    -webkit-mask-image: none;
    mask-image: none;
    overflow-x: auto;
    padding: 32px 20px 40px;
    -webkit-overflow-scrolling: touch;
  }
  .dmr-ss-track {
    gap: 16px;
  }
  .dmr-ss-card {
    width: 200px;
    height: 240px;
    transform: none !important;
  }
}


/* GLOBAL PREMIUM BUTTONS */

.elementor-button{
    position: relative;
    overflow: hidden;
    
    min-height: 58px;
    padding: 16px 34px !important;
    
    border-radius: 999px !important;

    font-size: 17px !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em;

    transition: all .35s ease;
    
    transform: translateY(0);
    
    box-shadow:
    0 8px 20px rgba(1,30,88,.08),
    0 2px 6px rgba(1,30,88,.06);
}

/* PRIMARY BUTTON */

.elementor-button{
    background: #F25C05 !important;
    color: #FFFFFF !important;
    border: 2px solid #F25C05 !important;
}

/* PREMIUM SHINE EFFECT */

.elementor-button:before{
    content:'';
    position:absolute;
    top:0;
    left:-120%;
    width:70%;
    height:100%;
    
    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.25),
    transparent
    );
    
    transition:all .7s ease;
}

.elementor-button:hover:before{
    left:130%;
}

/* HOVER */

.elementor-button:hover{
    background:#D84F04 !important;
    border-color:#D84F04 !important;

    transform:translateY(-3px);

    box-shadow:
    0 18px 35px rgba(1,30,88,.15),
    0 6px 14px rgba(1,30,88,.12);
}

/* CLICK */

.elementor-button:active{
    transform:translateY(-1px);
}

/* TEXT */

.elementor-button-text{
    position:relative;
    z-index:2;
}

.secondary-btn .elementor-button{
    background:#EEEEE4 !important;
    color:#011E58 !important;
    border:2px solid #011E58 !important;

    box-shadow:
    0 8px 20px rgba(1,30,88,.06);
}

.secondary-btn .elementor-button:hover{
    background:#011E58 !important;
    color:#FFFFFF !important;
    border-color:#011E58 !important;

    transform:translateY(-3px);

    box-shadow:
    0 18px 35px rgba(1,30,88,.15),
    0 6px 14px rgba(1,30,88,.12);
}

@media (max-width:767px){

.elementor-button{
    width:100%;
    justify-content:center;
}

}

/* Floating Call Button */
.floating-call-btn{
    position:fixed !important;
    right:24px !important;
    bottom:24px !important;

    z-index:99999;

    display:flex;
    align-items:center;
    gap:12px;

    height:56px;
    padding:0 22px;

    background:#F25C05;
    color:#fff;
    text-decoration:none;

    border-radius:999px;

    font-family:"Plus Jakarta Sans",sans-serif;
    font-size:15px;
    font-weight:700;

    box-shadow:0 10px 30px rgba(0,0,0,.18);

    transition:transform .25s ease, box-shadow .25s ease;
}

.floating-call-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 40px rgba(0,0,0,.24);
}

.floating-call-btn svg{
    width:18px;
    height:18px;
    fill:#fff;
}

.floating-call-btn:focus-visible{
    outline:3px solid rgba(242,92,5,.3);
    outline-offset:4px;
}

/* ===== MOBILE GRID FIX ===== */
@media (max-width: 767px) {

  .elementor-element-4e99091 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
    gap: 16px !important; /* premium spacing */
    align-items: start;
  }

  /* Each service card container */
  .elementor-element-4e99091 > .e-child {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  /* Remove weird forced heights from Elementor */
  .elementor-element-4e99091 .e-con {
    min-height: unset !important;
    height: auto !important;
  }

  /* Image fix (removes black/empty space issues) */
  .elementor-element-4e99091 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  /* Text spacing consistency */
  .elementor-element-4e99091 h2 {
    margin: 0;
    line-height: 1.2;
  }

  .elementor-element-4e99091 .elementor-widget-button {
    margin-top: 6px;
  }
}