.elementor-13 .elementor-element.elementor-element-37dacee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-ad8abc9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-ad8abc9:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-ad8abc9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDF8F3;}.elementor-13 .elementor-element.elementor-element-41bb7d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-d2ab6fe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-d2ab6fe:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-d2ab6fe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDF8F3;}.elementor-13 .elementor-element.elementor-element-fb06c16{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-c44cc00{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-33d0b85{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5c47769 */.evh *, .evh *::before, .evh *::after {
  margin: 0; padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/* ============================================================
   HERO WRAPPER
   ============================================================ */
.evh {
  position: relative;
  background: #ffffff;
  padding: 140px 24px 90px;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* ---- Subtle background decorations ---- */
.evh-bg-ring1 {
  position: absolute;
  top: -160px; right: -160px;
  width: 560px; height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,166,86,0.07) 0%, transparent 68%);
  pointer-events: none;
}

.evh-bg-ring2 {
  position: absolute;
  bottom: -120px; left: -120px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(144,25,28,0.05) 0%, transparent 68%);
  pointer-events: none;
}

.evh-bg-dots {
  position: absolute;
  top: 120px; left: 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  opacity: 0.18;
  pointer-events: none;
}

.evh-bg-dots span {
  display: block;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: #c9a656;
}

/* ============================================================
   INNER GRID
   ============================================================ */
.evh-inner {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* ============================================================
   LEFT — CONTENT
   ============================================================ */
.evh-content {
  animation: evh-fadein 0.7s ease both;
}

@keyframes evh-fadein {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Badge pill */
.evh-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  background: rgba(144,25,28,0.06);
  border: 1px solid rgba(144,25,28,0.14);
  border-radius: 100px;
  font-family: 'Roboto', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 0.4px;
  margin-bottom: 24px;
  animation: evh-fadein 0.6s 0.1s ease both;
}

.evh-badge-dot {
  width: 7px; height: 7px;
  background: #90191c;
  border-radius: 50%;
  flex-shrink: 0;
  animation: evh-pulse 2.2s ease-in-out infinite;
}

@keyframes evh-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.8); }
}

/* Headline */
.evh-h1 {
  font-family: 'Red Rose', serif;
  font-size: clamp(40px, 4.8vw, 66px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.12;
  letter-spacing: -1.5px;
  margin-bottom: 22px;
  animation: evh-fadein 0.7s 0.15s ease both;
}

.evh-h1 .evh-accent {
  color: #90191c;
  position: relative;
  display: inline-block;
}

/* Gold underline stroke on the accented word */
.evh-h1 .evh-accent::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, #c9a656 60%, transparent);
  border-radius: 3px;
}

/* Description */
.evh-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #656565;
  line-height: 1.82;
  max-width: 530px;
  font-weight: 400;
  margin-bottom: 38px;
  animation: evh-fadein 0.7s 0.22s ease both;
}

/* CTA buttons row */
.evh-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  animation: evh-fadein 0.7s 0.3s ease both;
}

/* Primary CTA */
.evh-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  background: #90191c;
  color: #fff !important;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 10px;
  letter-spacing: 0.2px;
  white-space: nowrap;
  transition: background 0.25s, box-shadow 0.25s, transform 0.2s;
  box-shadow: 0 6px 22px rgba(144,25,28,0.30);
}

.evh-btn-primary:hover {
  background: #7b1518;
  box-shadow: 0 10px 32px rgba(144,25,28,0.38);
  transform: translateY(-2px);
}

.evh-btn-primary svg {
  flex-shrink: 0;
  transition: transform 0.2s;
}

.evh-btn-primary:hover svg {
  transform: translateX(3px);
}

/* Secondary CTA */
.evh-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  background: transparent;
  border: 2px solid #ddd6cc;
  color: #2a2a2a !important;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 10px;
  white-space: nowrap;
  transition: all 0.25s;
  -webkit-tap-highlight-color: transparent;
}

.evh-btn-secondary:hover {
  border-color: #90191c;
  color: #90191c !important;
  background: rgba(144,25,28,0.04);
}

.evh-btn-secondary .evh-call-ring {
  width: 30px; height: 30px;
  background: rgba(144,25,28,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
}

.evh-btn-secondary:hover .evh-call-ring {
  background: rgba(144,25,28,0.15);
}

/* ============================================================
   RIGHT — VISUAL CARD
   ============================================================ */
.evh-visual {
  position: relative;
  display: flex;
  justify-content: center;
  animation: evh-fadein 0.8s 0.2s ease both;
}

.evh-card {
  position: relative;
  width: 100%;
  max-width: 520px;
  background: linear-gradient(145deg, #fdf8f3 0%, #f5ece0 100%);
  border-radius: 28px;
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  box-shadow:
    0 24px 64px rgba(144,25,28,0.09),
    0 4px 16px rgba(0,0,0,0.05);
}

/* Corner accent circles on card */
.evh-card-circle1 {
  position: absolute;
  top: -28px; right: -28px;
  width: 140px; height: 140px;
  border-radius: 50%;
  background: rgba(201,166,86,0.14);
  pointer-events: none;
}

.evh-card-circle2 {
  position: absolute;
  bottom: -22px; left: -22px;
  width: 110px; height: 110px;
  border-radius: 50%;
  background: rgba(144,25,28,0.07);
  pointer-events: none;
}

/* Gold border accent strip on card left edge */
.evh-card::before {
  content: '';
  position: absolute;
  left: 0; top: 20%; bottom: 20%;
  width: 4px;
  background: linear-gradient(to bottom, transparent, #c9a656, transparent);
  border-radius: 0 2px 2px 0;
}

/* ---- SVG Illustration ---- */
.evh-illo {
  position: relative;
  z-index: 1;
  padding: 32px;
}

/*
  TO USE A REAL PHOTO instead of the illustration:
  1. Remove the <div class="evh-illo"> block
  2. Add inside .evh-card:
     <img src="YOUR_IMAGE_URL" alt="Villa Moving" style="
       width:100%; height:100%; object-fit:cover;
       border-radius:28px; display:block;">
*/

/* ---- Floating feature chips ---- */
.evh-chip {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.10);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
  white-space: nowrap;
}

.evh-chip-1 {
  top: 28px; right: -22px;
  animation: evh-float 4s ease-in-out infinite;
}

.evh-chip-2 {
  bottom: 52px; left: -22px;
  animation: evh-float 4s 2s ease-in-out infinite;
}

@keyframes evh-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}

.evh-chip-ico {
  width: 36px; height: 36px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.evh-chip-ico.red  { background: rgba(144,25,28,0.08); }
.evh-chip-ico.gold { background: rgba(201,166,86,0.14); }

.evh-chip-copy {
  display: flex;
  flex-direction: column;
}

.evh-chip-title {
  font-family: 'Red Rose', serif;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.1;
}

.evh-chip-sub {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  color: #999;
  margin-top: 2px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .evh {
    padding: 110px 24px 70px;
    min-height: auto;
  }
  .evh-inner {
    grid-template-columns: 1fr;
    gap: 52px;
    text-align: center;
  }
  .evh-badge {
    margin-left: auto;
    margin-right: auto;
  }
  .evh-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .evh-h1 .evh-accent::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .evh-actions {
    justify-content: center;
  }
  .evh-visual {
    order: -1;
  }
  .evh-card {
    min-height: 340px;
  }
  .evh-chip-1 { right: 0; }
  .evh-chip-2 { left: 0; }
  .evh-bg-dots { display: none; }
}

@media (max-width: 560px) {
  .evh {
    padding: 96px 16px 56px;
  }
  .evh-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .evh-btn-primary,
  .evh-btn-secondary {
    justify-content: center;
    width: 100%;
  }
  .evh-h1 {
    letter-spacing: -0.8px;
  }
  .evh-desc {
    font-size: 15.5px;
  }
  .evh-chip {
    padding: 10px 12px;
  }
  .evh-chip-title { font-size: 13.5px; }
  .evh-chip-sub   { font-size: 10.5px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd64166 */.evs *, .evs *::before, .evs *::after {
  margin: 0; padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/* ============================================================
   PART A — SECTION INTRO (text left · image right)
   ============================================================ */
.evs-intro {
  background: #ffffff;
  padding: 88px 24px 72px;
  position: relative;
  overflow: hidden;
}

/* faint decorative circles */
.evs-intro::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,166,86,0.07) 0%, transparent 65%);
  pointer-events: none;
}

.evs-intro-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* ---- Left: copy ---- */
.evs-intro-copy {}

.evs-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: #c9a656;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 16px;
}
.evs-section-label::before {
  content: '';
  width: 26px; height: 2px;
  background: #c9a656;
  border-radius: 2px;
  flex-shrink: 0;
}

.evs-h2 {
  font-family: 'Red Rose', serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}

.evs-h2 span { color: #90191c; }

.evs-intro-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.85;
  font-weight: 400;
  margin-bottom: 32px;
  max-width: 500px;
}

.evs-intro-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 26px;
  background: #90191c;
  color: #fff !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 9px;
  letter-spacing: 0.2px;
  box-shadow: 0 5px 18px rgba(144,25,28,0.26);
  transition: background 0.25s, box-shadow 0.25s, transform 0.2s;
}
.evs-intro-cta:hover {
  background: #7b1518;
  box-shadow: 0 8px 26px rgba(144,25,28,0.34);
  transform: translateY(-1px);
}
.evs-intro-cta svg { transition: transform 0.2s; flex-shrink: 0; }
.evs-intro-cta:hover svg { transform: translateX(3px); }

/* ---- Right: image card ---- */
.evs-intro-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.evs-img-wrap {
  position: relative;
  width: 100%;
  max-width: 520px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(144,25,28,0.10), 0 4px 14px rgba(0,0,0,0.06);
  min-height: 400px;
  background: linear-gradient(145deg, #fdf8f3 0%, #f0e4d4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
  SWAP IMAGE: Replace the .evs-img-ph block with:
  <img src="YOUR_IMAGE_URL" alt="Professional Villa Movers Dubai"
    style="width:100%;height:100%;min-height:400px;object-fit:cover;display:block;">
*/

.evs-img-ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 40px;
  opacity: 0.45;
}
.evs-img-ph span {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  color: #90191c;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Gold left-edge bar */
.evs-img-wrap::before {
  content: '';
  position: absolute;
  left: 0; top: 18%; bottom: 18%;
  width: 4px;
  background: linear-gradient(to bottom, transparent, #c9a656, transparent);
  border-radius: 0 2px 2px 0;
  z-index: 2;
}

/* Floating stat bubble */
.evs-stat-bubble {
  position: absolute;
  bottom: 28px; right: -18px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.11);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 3;
  animation: evs-float 4s ease-in-out infinite;
}
.evs-stat-bubble-2 {
  position: absolute;
  top: 28px; left: -18px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.11);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 3;
  animation: evs-float 4s 2s ease-in-out infinite;
}
@keyframes evs-float {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-7px); }
}
.evs-bub-ico {
  width: 36px; height: 36px;
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.evs-bub-ico.red  { background: rgba(144,25,28,0.08); }
.evs-bub-ico.gold { background: rgba(201,166,86,0.14); }
.evs-bub-copy { display: flex; flex-direction: column; }
.evs-bub-num {
  font-family: 'Red Rose', serif;
  font-size: 17px; font-weight: 700;
  color: #1a1a1a; line-height: 1.1;
}
.evs-bub-lbl {
  font-family: 'Roboto', sans-serif;
  font-size: 11px; color: #999;
  margin-top: 2px;
}


/* ============================================================
   PART B — SERVICE CARDS GRID
   ============================================================ */
.evs-cards-section {
  background: #fdf8f3;
  padding: 72px 24px 88px;
}

.evs-cards-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.evs-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
}

/* ---- Individual card ---- */
.evs-card {
  flex: 0 0 calc(33.333% - 15px);
  min-width: 280px;
  background: #ffffff;
  border: 1px solid #ede5d8;
  border-radius: 18px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Red top border reveal on hover */
.evs-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #90191c;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  border-radius: 18px 18px 0 0;
}

.evs-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(144,25,28,0.11), 0 4px 14px rgba(0,0,0,0.06);
  border-color: #e0d4c4;
}
.evs-card:hover::before { transform: scaleX(1); }

/* Decorative faint number */
.evs-card-num {
  position: absolute;
  top: 18px; right: 22px;
  font-family: 'Red Rose', serif;
  font-size: 48px;
  font-weight: 700;
  color: rgba(144,25,28,0.05);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

/* Icon */
.evs-card-ico {
  width: 52px; height: 52px;
  border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-bottom: 20px;
  background: rgba(144,25,28,0.07);
  transition: background 0.25s;
}
.evs-card:hover .evs-card-ico { background: rgba(144,25,28,0.13); }

/* Card title */
.evs-card-title {
  font-family: 'Red Rose', serif;
  font-size: 19px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.2;
}

/* Card description */
.evs-card-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.78;
  font-weight: 400;
  flex: 1;
  margin-bottom: 22px;
}

/* Card link */
.evs-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #90191c !important;
  text-decoration: none !important;
  letter-spacing: 0.2px;
  padding: 0;
  transition: gap 0.2s;
  margin-top: auto;
  border-bottom: 1.5px solid rgba(144,25,28,0.2);
  padding-bottom: 2px;
  align-self: flex-start;
}
.evs-card-link:hover {
  gap: 12px;
  border-bottom-color: #90191c;
}
.evs-card-link svg { transition: transform 0.2s; flex-shrink: 0; }
.evs-card-link:hover svg { transform: translateX(3px); }

/* Gold accent dot on card bottom-right */
.evs-card::after {
  content: '';
  position: absolute;
  bottom: -18px; right: -18px;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: rgba(201,166,86,0.08);
  pointer-events: none;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .evs-card {
    flex: 0 0 calc(50% - 11px);
  }
}

@media (max-width: 900px) {
  .evs-intro-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .evs-intro-text { max-width: 100%; }
  .evs-img-wrap { max-width: 100%; min-height: 320px; }
  .evs-stat-bubble   { right: 0; }
  .evs-stat-bubble-2 { left: 0; }
  .evs-intro { padding: 64px 24px 56px; }
  .evs-cards-section { padding: 56px 24px 72px; }
}

@media (max-width: 640px) {
  .evs-card {
    flex: 0 0 100%;
    min-width: unset;
  }
  .evs-intro { padding: 56px 16px 48px; }
  .evs-cards-section { padding: 48px 16px 64px; }
  .evs-h2 { font-size: 26px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d9da67 *//* ---- Reset ---- */
.evw *, .evw *::before, .evw *::after {
  margin: 0; padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/* ============================================================
   WRAPPER
   ============================================================ */
.evw {
  background: #ffffff;
  padding: 92px 24px 80px;
  position: relative;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
}

/* Large faint quote mark — purely decorative */
.evw-deco-quote {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Red Rose', serif;
  font-size: 260px;
  line-height: 1;
  color: rgba(201,166,86,0.07);
  pointer-events: none;
  user-select: none;
  z-index: 0;
  letter-spacing: -10px;
}

/* ============================================================
   SECTION HEADER
   ============================================================ */
.evw-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 72px;
  position: relative;
  z-index: 1;
}

.evw-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: #c9a656;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  margin-bottom: 18px;
}
.evw-label::before,
.evw-label::after {
  content: '';
  width: 22px; height: 1.5px;
  background: #c9a656;
  border-radius: 2px;
  flex-shrink: 0;
}

.evw-h2 {
  font-family: 'Red Rose', serif;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.18;
  letter-spacing: -0.8px;
  position: relative;
}

/* Gold underline stroke below H2 */
.evw-h2::after {
  content: '';
  display: block;
  width: 52px; height: 3px;
  background: linear-gradient(90deg, #90191c, #c9a656);
  border-radius: 3px;
  margin: 18px auto 0;
}


/* ============================================================
   ROWS
   ============================================================ */
.evw-list {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-top: 1px solid #ede5d8;
}

/* Individual row */
.evw-row {
  display: grid;
  grid-template-columns: 68px 1fr 1.6fr;
  gap: 0 48px;
  padding: 44px 0;
  border-bottom: 1px solid #ede5d8;
  position: relative;
  transition: background 0.3s ease;
  cursor: default;
}

/* Red vertical accent — slides in on hover */
.evw-row::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #90191c, #c9a656);
  border-radius: 0 2px 2px 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s ease;
}

.evw-row:hover {
  background: rgba(144,25,28,0.025);
}
.evw-row:hover::before {
  transform: scaleY(1);
}

/* ---- Column 1: Number ---- */
.evw-num {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5px;
}

.evw-num-digit {
  font-family: 'Red Rose', serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: rgba(144,25,28,0.12);
  letter-spacing: -2px;
  transition: color 0.3s;
  display: block;
}

.evw-num-bar {
  width: 24px; height: 2.5px;
  background: #c9a656;
  border-radius: 2px;
  margin-top: 8px;
  transform: scaleX(0.4);
  transform-origin: left;
  transition: transform 0.35s ease, background 0.3s;
}

.evw-row:hover .evw-num-digit {
  color: #90191c;
}
.evw-row:hover .evw-num-bar {
  transform: scaleX(1);
  background: #90191c;
}

/* ---- Column 2: Title ---- */
.evw-title-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 2px;
}

.evw-title {
  font-family: 'Red Rose', serif;
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  transition: color 0.25s;
}

.evw-row:hover .evw-title {
  color: #90191c;
}

/* ---- Column 3: Description ---- */
.evw-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #5c5c5c;
  line-height: 1.88;
  font-weight: 400;
  padding-top: 4px;
}

/* Opening quote on desc */
.evw-desc::before {
  content: '';
  display: block;
  width: 30px; height: 2px;
  background: rgba(201,166,86,0.5);
  border-radius: 2px;
  margin-bottom: 12px;
}

/* ============================================================
   BOTTOM STRIP — CTA
   ============================================================ */
.evw-bottom {
  max-width: 1240px;
  margin: 56px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  border-top: 1px solid #ede5d8;
}

.evw-bottom-text {
  font-family: 'Red Rose', serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  max-width: 460px;
}

.evw-bottom-text span { color: #90191c; }

.evw-bottom-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.evw-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 26px;
  background: #90191c;
  color: #fff !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 9px;
  box-shadow: 0 5px 18px rgba(144,25,28,0.26);
  transition: background 0.25s, box-shadow 0.25s, transform 0.2s;
  white-space: nowrap;
}
.evw-btn-primary:hover {
  background: #7b1518;
  box-shadow: 0 8px 26px rgba(144,25,28,0.34);
  transform: translateY(-1px);
}

.evw-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: 2px solid #ddd6cc;
  color: #2a2a2a !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 9px;
  transition: all 0.25s;
  white-space: nowrap;
}
.evw-btn-ghost:hover {
  border-color: #90191c;
  color: #90191c !important;
  background: rgba(144,25,28,0.04);
}


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .evw-row {
    grid-template-columns: 56px 1fr;
    grid-template-rows: auto auto;
    gap: 0 28px;
    padding: 36px 0;
  }

  /* Number spans only col 1, title spans col 2 */
  .evw-num       { grid-column: 1; grid-row: 1; }
  .evw-title-col { grid-column: 2; grid-row: 1; }

  /* Description spans both columns in row 2 */
  .evw-desc {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 16px;
    padding-top: 0;
  }

  .evw-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 40px;
  }
}

@media (max-width: 600px) {
  .evw { padding: 64px 16px 56px; }

  .evw-row {
    grid-template-columns: 1fr;
    gap: 12px 0;
  }

  .evw-num       { grid-column: 1; grid-row: 1; }
  .evw-title-col { grid-column: 1; grid-row: 2; }
  .evw-desc      { grid-column: 1; grid-row: 3; margin-top: 8px; }

  .evw-num-digit { font-size: 32px; }

  .evw-bottom-actions {
    flex-direction: column;
    width: 100%;
  }
  .evw-btn-primary,
  .evw-btn-ghost {
    width: 100%;
    justify-content: center;
  }

  .evw-deco-quote { font-size: 160px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f719b7d *//* ---- Reset ---- */
.evhw *, .evhw *::before, .evhw *::after {
  margin: 0; padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/* ============================================================
   WRAPPER
   ============================================================ */
.evhw {
  background: #fdf8f3;
  padding: 92px 24px 80px;
  position: relative;
  overflow: hidden;
}

/* Faint background number — large decorative "4" */
.evhw-bg-num {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Red Rose', serif;
  font-size: 360px;
  font-weight: 700;
  line-height: 1;
  color: rgba(144,25,28,0.04);
  pointer-events: none;
  user-select: none;
  z-index: 0;
  letter-spacing: -10px;
}

/* ============================================================
   SECTION HEADER
   ============================================================ */
.evhw-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 72px;
  position: relative;
  z-index: 1;
}

.evhw-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: #c9a656;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  margin-bottom: 18px;
}
.evhw-label::before, .evhw-label::after {
  content: '';
  width: 22px; height: 1.5px;
  background: #c9a656;
  border-radius: 2px;
  flex-shrink: 0;
}

.evhw-h2 {
  font-family: 'Red Rose', serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  letter-spacing: -0.6px;
}

.evhw-h2 span { color: #90191c; }

/* ============================================================
   STEPS GRID
   7 columns: step · connector · step · connector · step · connector · step
   ============================================================ */
.evhw-steps {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 0 8px;
  align-items: start;
  position: relative;
  z-index: 1;
}

/* ---- Single step ---- */
.evhw-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* ---- Circle badge ---- */
.evhw-circle-wrap {
  position: relative;
  margin-bottom: 28px;
}

.evhw-circle {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: #90191c;
  color: #fff;
  font-family: 'Red Rose', serif;
  font-size: 19px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 18px rgba(144,25,28,0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Pulse ring on hover */
.evhw-circle::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(144,25,28,0.18);
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.evhw-step:hover .evhw-circle {
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 12px 28px rgba(144,25,28,0.36);
}
.evhw-step:hover .evhw-circle::before {
  transform: scale(1);
  opacity: 1;
}

/* Gold ring — step 1 specifically to signal "start here" */
.evhw-step:first-child .evhw-circle {
  background: #90191c;
  box-shadow: 0 6px 18px rgba(144,25,28,0.28), 0 0 0 3px rgba(201,166,86,0.35);
}

/* Tiny step label below circle */
.evhw-step-tag {
  display: inline-block;
  margin-top: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #c9a656;
  opacity: 0.85;
}

/* ---- Step content ---- */
.evhw-step-content {
  padding: 0 8px;
}

.evhw-step-title {
  font-family: 'Red Rose', serif;
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.28;
  margin-bottom: 12px;
  transition: color 0.25s;
}
.evhw-step:hover .evhw-step-title { color: #90191c; }

.evhw-step-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  color: #666;
  line-height: 1.82;
  font-weight: 400;
}

/* ---- Arrow connector between steps ---- */
.evhw-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 22px; /* align vertically with circle centres */
  color: #d0c4b6;
  flex-shrink: 0;
}

.evhw-arrow svg {
  display: block;
}

/* ============================================================
   FOOTER CARD — closing statement + CTA
   ============================================================ */
.evhw-footer {
  max-width: 1240px;
  margin: 60px auto 0;
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #ede5d8;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  box-shadow: 0 6px 28px rgba(0,0,0,0.05);
  overflow: hidden;
}

/* Gold accent line on left of footer card */
.evhw-footer::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #90191c, #c9a656);
  border-radius: 0 2px 2px 0;
}

.evhw-footer-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.evhw-footer-eyebrow {
  font-family: 'Roboto', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: #c9a656;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.evhw-footer-text {
  font-family: 'Red Rose', serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.25;
}

.evhw-footer-text em {
  font-style: normal;
  color: #90191c;
}

.evhw-footer-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.evhw-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 28px;
  background: #90191c;
  color: #fff !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 9px;
  letter-spacing: 0.2px;
  white-space: nowrap;
  box-shadow: 0 5px 18px rgba(144,25,28,0.26);
  transition: background 0.25s, box-shadow 0.25s, transform 0.2s;
}
.evhw-btn-primary:hover {
  background: #7b1518;
  box-shadow: 0 8px 26px rgba(144,25,28,0.34);
  transform: translateY(-1px);
}
.evhw-btn-primary svg { flex-shrink: 0; transition: transform 0.2s; }
.evhw-btn-primary:hover svg { transform: translateX(3px); }

.evhw-btn-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  border: 2px solid #ddd6cc;
  color: #2a2a2a !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 9px;
  white-space: nowrap;
  transition: all 0.25s;
}
.evhw-btn-call:hover {
  border-color: #90191c;
  color: #90191c !important;
  background: rgba(144,25,28,0.04);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  /* Hide arrow connectors */
  .evhw-arrow { display: none; }

  /* Collapse to single column */
  .evhw-steps {
    grid-template-columns: 1fr;
    gap: 0;
    position: relative;
  }

  /* Vertical connecting line running through circles */
  .evhw-steps::before {
    content: '';
    position: absolute;
    left: 29px;      /* half of 60px circle */
    top: 30px;
    bottom: 30px;
    width: 2px;
    background: repeating-linear-gradient(
      to bottom,
      #e0d4c4 0px, #e0d4c4 6px,
      transparent 6px, transparent 14px
    );
    z-index: 0;
  }

  /* Horizontal step: circle on left, content on right */
  .evhw-step {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid #ede5d8;
  }
  .evhw-step:last-child { border-bottom: none; }

  .evhw-circle-wrap { flex-shrink: 0; margin-bottom: 0; }

  .evhw-step-content { padding: 6px 0 0; }

  .evhw-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    margin-top: 48px;
  }
  .evhw-footer-actions { width: 100%; }
}

@media (max-width: 560px) {
  .evhw { padding: 64px 16px 56px; }

  .evhw-steps::before { left: 28px; }

  .evhw-circle { width: 56px; height: 56px; font-size: 17px; }
  .evhw-steps::before { left: 27px; }

  .evhw-btn-primary,
  .evhw-btn-call {
    width: 100%;
    justify-content: center;
  }
  .evhw-footer-actions { flex-direction: column; }

  .evhw-footer { padding: 28px 20px 28px 28px; }
  .evhw-bg-num { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d390ce1 *//* ---- Reset ---- */
.evsa *, .evsa *::before, .evsa *::after {
  margin: 0; padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.evsa-header {
  background: #ffffff;
  padding: 88px 24px 64px;
}

.evsa-header-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: start;
}

/* ---- Left: heading ---- */
.evsa-head-left {}

.evsa-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: #c9a656;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  margin-bottom: 18px;
}
.evsa-label::before {
  content: '';
  width: 26px; height: 2px;
  background: #c9a656;
  border-radius: 2px;
  flex-shrink: 0;
}

.evsa-h2 {
  font-family: 'Red Rose', serif;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.14;
  letter-spacing: -1px;
}

.evsa-h2 span { color: #90191c; }

/* Thick red underline accent on heading */
.evsa-h2-line {
  display: block;
  width: 48px; height: 4px;
  background: linear-gradient(90deg, #90191c, #c9a656);
  border-radius: 3px;
  margin-top: 22px;
}

/* ---- Right: text ---- */
.evsa-head-right {
  padding-top: 8px;
}

.evsa-intro {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #5c5c5c;
  line-height: 1.88;
  font-weight: 400;
  margin-bottom: 24px;
}

.evsa-serve-lead {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.2px;
}
.evsa-serve-lead::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #90191c;
  flex-shrink: 0;
}

/* ============================================================
   PART B — LOCATION PILLS (dot-grid texture bg)
   ============================================================ */
.evsa-locations {
  background: #fdf9f5;
  background-image: radial-gradient(
    circle,
    rgba(201,166,86,0.22) 1px,
    transparent 1px
  );
  background-size: 22px 22px;
  padding: 56px 24px;
  border-top: 1px solid #f0e6d8;
  border-bottom: 1px solid #f0e6d8;
}

.evsa-locations-inner {
  max-width: 1240px;
  margin: 0 auto;
}

/* ---- Group block ---- */
.evsa-group {
  margin-bottom: 36px;
}
.evsa-group:last-of-type { margin-bottom: 0; }

/* Group heading row with extending line */
.evsa-group-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.evsa-group-icon {
  width: 28px; height: 28px;
  background: #90191c;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.evsa-group-name {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  color: #90191c;
  white-space: nowrap;
}

.evsa-group-rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, rgba(144,25,28,0.2), transparent);
}

/* ---- Pills flex wrap ---- */
.evsa-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Individual pill */
.evsa-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 18px;
  background: #ffffff;
  border: 1.5px solid #e4d8cc;
  border-radius: 100px;
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #2a2a2a;
  cursor: default;
  transition: background 0.25s, border-color 0.25s, color 0.25s,
              transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  white-space: nowrap;
}

.evsa-pill-pin {
  flex-shrink: 0;
  color: #c9a656 !important;
  transition: color 0.25s;
}

.evsa-pill:hover {
  background: #90191c !important;
  border-color: #90191c;
  color: white !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(144,25,28,0.25);
}
.evsa-pill:hover .evsa-pill-pin {
  color: rgba(255,255,255,0.75) !important;;
}

/* Dubai pills — slightly highlighted ring on default */
.evsa-pill.dubai {
  border-color: rgba(144,25,28,0.22);
  background: rgba(255,255,255,0.95);
}

/* ============================================================
   PART C — "NOT LISTED?" BOTTOM STRIP
   ============================================================ */
.evsa-footer {
  background: #ffffff;
  padding: 0 24px 80px;
}

.evsa-footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  border-top: 1px solid #f0e6d8;
}

.evsa-nl-text {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.evsa-nl-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(201,166,86,0.12);
  border: 1.5px dashed #c9a656;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.evsa-nl-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.evsa-nl-title {
  font-family: 'Red Rose', serif;
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
}

.evsa-nl-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  color: #777;
  line-height: 1.5;
}

.evsa-nl-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.evsa-nl-call {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 24px;
  background: #90191c;
  color: #fff !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 9px;
  box-shadow: 0 5px 16px rgba(144,25,28,0.24);
  transition: background 0.25s, box-shadow 0.25s, transform 0.2s;
  white-space: nowrap;
}
.evsa-nl-call:hover {
  background: #7b1518;
  box-shadow: 0 8px 22px rgba(144,25,28,0.32);
  transform: translateY(-1px);
}

.evsa-nl-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border: 2px solid #25d366;
  color: #1a9e4f !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 9px;
  transition: all 0.25s;
  white-space: nowrap;
  background: transparent;
}
.evsa-nl-wa:hover {
  background: #25d366;
  color: #fff !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .evsa-header-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .evsa-header { padding: 64px 24px 48px; }
  .evsa-footer { padding: 0 24px 64px; }
}

@media (max-width: 640px) {
  .evsa-header { padding: 56px 16px 44px; }
  .evsa-locations { padding: 44px 16px; }
  .evsa-footer { padding: 0 16px 56px; }
  .evsa-footer-inner { flex-direction: column; align-items: flex-start; }

  .evsa-nl-actions {
    flex-direction: column;
    width: 100%;
  }
  .evsa-nl-call,
  .evsa-nl-wa {
    width: 100%;
    justify-content: center;
  }

  .evsa-pill {
    font-size: 13px;
    padding: 9px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e75ef4c *//* ---- Reset ---- */
.evfaq *, .evfaq *::before, .evfaq *::after {
  margin: 0; padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/* ============================================================
   WRAPPER
   ============================================================ */
.evfaq {
  background: #ffffff;
  padding: 92px 24px 88px;
  font-family: 'Roboto', sans-serif;
}

.evfaq-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  align-items: start;
}

/* ============================================================
   LEFT PANEL — heading + info card
   ============================================================ */
.evfaq-aside {
  position: sticky;
  top: 100px; /* offset for fixed header */
}

.evfaq-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: #c9a656;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  margin-bottom: 18px;
}
.evfaq-label::before {
  content: '';
  width: 26px; height: 2px;
  background: #c9a656;
  border-radius: 2px;
  flex-shrink: 0;
}

.evfaq-h2 {
  font-family: 'Red Rose', serif;
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.17;
  letter-spacing: -0.7px;
  margin-bottom: 18px;
}
.evfaq-h2 span { color: #90191c; }

.evfaq-aside-text {
  font-size: 15px;
  color: #777;
  line-height: 1.78;
  margin-bottom: 32px;
  max-width: 320px;
}

/* Count bubble */
.evfaq-count {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
}

.evfaq-count-num {
  width: 56px; height: 56px;
  background: rgba(144,25,28,0.07);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Red Rose', serif;
  font-size: 22px;
  font-weight: 700;
  color: #90191c;
  flex-shrink: 0;
}
.evfaq-count-label {
  font-size: 13px;
  color: #999;
  line-height: 1.4;
}
.evfaq-count-label strong {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-bottom: 2px;
}

/* CTA buttons */
.evfaq-aside-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.evfaq-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 24px;
  background: #90191c;
  color: #fff !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 9px;
  box-shadow: 0 5px 16px rgba(144,25,28,0.24);
  transition: background 0.25s, box-shadow 0.25s, transform 0.2s;
  letter-spacing: 0.2px;
}
.evfaq-btn-primary:hover {
  background: #7b1518;
  box-shadow: 0 8px 22px rgba(144,25,28,0.32);
  transform: translateY(-1px);
}

.evfaq-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border: 2px solid #e0d8ce;
  color: #444 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 9px;
  transition: all 0.25s;
}
.evfaq-btn-ghost:hover {
  border-color: #90191c;
  color: #90191c !important;
  background: rgba(144,25,28,0.04);
}

/* Decorative gold card at bottom of aside */
.evfaq-aside-card {
  margin-top: 40px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(201,166,86,0.08), rgba(201,166,86,0.04));
  border: 1px solid rgba(201,166,86,0.25);
  border-radius: 14px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.evfaq-aside-card-ico {
  width: 36px; height: 36px;
  background: rgba(201,166,86,0.15);
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.evfaq-aside-card-text {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}
.evfaq-aside-card-text strong {
  display: block;
  font-size: 13.5px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 3px;
}

/* ============================================================
   RIGHT — ACCORDION LIST
   ============================================================ */
.evfaq-list {
  border-top: 1px solid #ede5d8;
}

/* Single accordion item */
.evfaq-item {
  border-bottom: 1px solid #ede5d8;
  overflow: hidden;
  transition: background 0.25s;
}

/* Question row */
.evfaq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
  cursor: pointer;
  position: relative;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* Red left accent bar — slides in when open or hovered */
.evfaq-item::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #90191c, #c9a656);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
  border-radius: 0 2px 2px 0;
}
.evfaq-item.open::before,
.evfaq-item:hover::before {
  transform: scaleY(1);
}

.evfaq-item.open,
.evfaq-item:hover {
  background: rgba(144,25,28,0.018);
}

/* Padding when accent bar is visible */
.evfaq-item.open .evfaq-q,
.evfaq-item:hover .evfaq-q {
  padding-left: 16px;
  transition: padding-left 0.25s ease;
}

/* Question number + text */
.evfaq-q-left {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

.evfaq-q-num {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #c9a656;
  letter-spacing: 1px;
  flex-shrink: 0;
  padding-top: 3px;
}

.evfaq-q-text {
  font-family: 'Red Rose', serif;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.35;
  transition: color 0.25s;
}

.evfaq-item.open .evfaq-q-text {
  color: #90191c;
}

/* Toggle icon */
.evfaq-toggle {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(144,25,28,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s, transform 0.35s ease;
}

.evfaq-toggle svg {
  transition: transform 0.35s ease;
  color: #90191c;
}

.evfaq-item.open .evfaq-toggle {
  background: #90191c;
}
.evfaq-item.open .evfaq-toggle svg {
  transform: rotate(45deg);
  color: #fff;
}

/* Answer */
.evfaq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.3s ease,
              padding 0.3s ease;
  opacity: 0;
  padding: 0 0 0 40px; /* aligns with text after number */
}

.evfaq-item.open .evfaq-answer {
  max-height: 500px;
  opacity: 1;
  padding: 0 0 24px 40px;
}

.evfaq-answer-inner {
  font-family: 'Roboto', sans-serif;
  font-size: 14.5px;
  color: #5c5c5c;
  line-height: 1.85;
  border-left: 2px solid rgba(201,166,86,0.4);
  padding-left: 18px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .evfaq-inner {
    grid-template-columns: 300px 1fr;
    gap: 56px;
  }
}

@media (max-width: 860px) {
  .evfaq-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .evfaq-aside {
    position: static;
  }
  .evfaq-aside-text { max-width: 100%; }
  .evfaq-aside-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .evfaq-btn-primary,
  .evfaq-btn-ghost { flex: 1; min-width: 160px; }
  .evfaq-aside-card { max-width: 480px; }
}

@media (max-width: 500px) {
  .evfaq { padding: 64px 16px 72px; }
  .evfaq-aside-actions { flex-direction: column; }
  .evfaq-btn-primary, .evfaq-btn-ghost { width: 100%; }
  .evfaq-answer { padding: 0 0 0 28px; }
  .evfaq-item.open .evfaq-answer { padding: 0 0 20px 28px; }
  .evfaq-q-text { font-size: 15px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b8e13b *//* ── Reset ─────────────────────────────────────────────────── */
.evvc *, .evvc *::before, .evvc *::after {
  margin: 0; padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/* ── Section shell ──────────────────────────────────────────── */
.evvc {
  background: #fff;
  padding: 92px 24px 96px;
  font-family: 'Roboto', sans-serif;
  color: #222;
  position: relative;
  overflow: hidden;
}

/* Faint watermark word behind factors */
.evvc::after {
  content: 'COST';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Red Rose', serif;
  font-size: clamp(120px, 18vw, 220px);
  font-weight: 700;
  color: #90191c;
  opacity: 0.03;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  letter-spacing: -8px;
}

.evvc-wrap {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ============================================================
   INTRO — 2-column header
   ============================================================ */
.evvc-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px 64px;
  align-items: start;
  margin-bottom: 64px;
}

/* Left col */
.evvc-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #90191c;
  margin-bottom: 20px;
}
.evvc-label::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: #90191c;
  flex-shrink: 0;
}

.evvc-h2 {
  font-family: 'Red Rose', serif;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin: 0;
}

/* Right col */
.evvc-intro-text {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin: 0 0 28px;
}

.evvc-trust-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fffdf5;
  border-left: 3px solid #c9a656;
  border-radius: 0 8px 8px 0;
  padding: 18px 22px;
}

.evvc-trust-note svg {
  flex-shrink: 0;
  margin-top: 1px;
}

.evvc-trust-note p {
  font-size: 14px;
  line-height: 1.65;
  color: #555;
  margin: 0;
}

/* ============================================================
   FACTORS SECTION DIVIDER
   ============================================================ */
.evvc-factors-hdr {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}

.evvc-factors-hdr-line {
  flex: 1;
  height: 1px;
  background: #ede8e0;
}

.evvc-factors-hdr-text {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaa;
  white-space: nowrap;
}

/* ============================================================
   FACTOR ROWS
   ============================================================ */
.evvc-factors {
  border-top: 3px solid #90191c;
  margin-bottom: 64px;
}

.evvc-factor {
  display: grid;
  grid-template-columns: 80px 68px 1fr 1.3fr;
  grid-template-areas: "fnum ficon ftitle fdesc";
  align-items: center;
  column-gap: 32px;
  padding: 36px 0;
  border-bottom: 1px solid #ede8e0;
  position: relative;
  cursor: default;
  transition: padding-left 0.3s;
}

/* Hover background sweep */
.evvc-factor::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -24px;
  right: -24px;
  background: #fdf8f5;
  opacity: 0;
  transition: opacity 0.25s;
  z-index: 0;
}

/* Red left accent */
.evvc-factor::after {
  content: '';
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #90191c;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
  z-index: 1;
}

.evvc-factor:hover::before { opacity: 1; }
.evvc-factor:hover::after  { transform: scaleY(1); }

.evvc-factor > * { position: relative; z-index: 2; }

/* — Number — */
.evvc-factor-num {
  grid-area: fnum;
  font-family: 'Red Rose', serif;
  font-size: 52px;
  font-weight: 700;
  color: #90191c;
  opacity: 0.12;
  line-height: 1;
  transition: opacity 0.25s;
  user-select: none;
  text-align: right;
}
.evvc-factor:hover .evvc-factor-num {
  opacity: 0.22;
}

/* — Icon badge — */
.evvc-factor-icon {
  grid-area: ficon;
  width: 52px;
  height: 52px;
  background: #90191c;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s, transform 0.25s;
}
.evvc-factor:hover .evvc-factor-icon {
  background: #c9a656;
  transform: scale(1.08);
}

/* — Title block — */
.evvc-factor-title-blk {
  grid-area: ftitle;
}

.evvc-factor-h3 {
  font-family: 'Red Rose', serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 4px;
  transition: color 0.2s;
}
.evvc-factor:hover .evvc-factor-h3 { color: #90191c; }

.evvc-factor-sub {
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 14px;
}

/* Cost impact dots */
.evvc-impact {
  display: flex;
  align-items: center;
  gap: 8px;
}
.evvc-impact-lbl {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #bbb;
}
.evvc-dots {
  display: flex;
  gap: 4px;
}
.evvc-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e0dbd4;
  transition: background 0.2s;
}
.evvc-dot.on   { background: #c9a656; }
.evvc-dot.half { background: linear-gradient(90deg, #c9a656 50%, #e0dbd4 50%); }

/* — Description — */
.evvc-factor-desc {
  grid-area: fdesc;
}
.evvc-factor-desc p {
  font-size: 15px;
  line-height: 1.75;
  color: #555;
  margin: 0;
}

/* ============================================================
   BOTTOM CTA CARD
   ============================================================ */
.evvc-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  background: #fff;
  border: 1px solid #ede8e0;
  border-left: 5px solid #c9a656;
  border-radius: 12px;
  padding: 44px 52px;
  box-shadow: 0 6px 32px rgba(0,0,0,0.07);
}

.evvc-cta-lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a656;
  margin-bottom: 10px;
}

.evvc-cta-h3 {
  font-family: 'Red Rose', serif;
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.25;
}

.evvc-cta-text {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 0;
  max-width: 560px;
}

.evvc-cta-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 210px;
  flex-shrink: 0;
}

.evvc-btn-red {
  display: block;
  background: #90191c;
  color: #fff;
  text-align: center;
  padding: 15px 28px;
  border-radius: 7px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.evvc-btn-red:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(144,25,28,0.35);
}

.evvc-btn-out {
  display: block;
  background: transparent;
  color: #90191c;
  border: 2px solid #90191c;
  text-align: center;
  padding: 13px 28px;
  border-radius: 7px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.evvc-btn-out:hover {
  background: #90191c;
  color: #fff;
  transform: translateY(-2px);
}

/* ============================================================
   RESPONSIVE — Tablet ≤ 1024px
   ============================================================ */
@media (max-width: 1024px) {
  .evvc-factor {
    grid-template-columns: 64px 60px 1fr;
    grid-template-areas:
      "fnum ficon ftitle"
      "fdesc fdesc fdesc";
    row-gap: 16px;
  }
  .evvc-factor-num { font-size: 40px; }
  .evvc-factor-desc {
    padding-top: 12px;
    border-top: 1px solid #f0ebe3;
  }
}

/* ============================================================
   RESPONSIVE — Mobile ≤ 768px
   ============================================================ */
@media (max-width: 768px) {

  .evvc { padding: 64px 16px 72px; }

  .evvc::after { display: none; }

  .evvc-intro {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 48px;
  }

  .evvc-h2 { font-size: 28px; }

  .evvc-factors-hdr { display: none; }

  .evvc-factor {
    grid-template-columns: 48px 1fr;
    grid-template-areas:
      "fnum ftitle"
      "ficon ftitle"
      "fdesc fdesc";
    column-gap: 16px;
    row-gap: 0;
    padding: 28px 0;
  }

  .evvc-factor::after { left: -16px; }
  .evvc-factor::before { left: -16px; right: -16px; }

  .evvc-factor-num {
    grid-area: fnum;
    font-size: 30px;
    text-align: left;
    align-self: start;
    padding-top: 4px;
  }

  .evvc-factor-icon {
    grid-area: ficon;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-top: 10px;
    align-self: start;
  }
  .evvc-factor-icon svg { width: 18px; height: 18px; }

  .evvc-factor-title-blk {
    grid-area: ftitle;
    align-self: center;
  }

  .evvc-factor-h3 { font-size: 17px; }

  .evvc-factor-desc {
    grid-area: fdesc;
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid #f0ebe3;
  }

  .evvc-cta {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    gap: 28px;
  }
  .evvc-cta-btns { min-width: unset; flex-direction: row; flex-wrap: wrap; }
  .evvc-btn-red,
  .evvc-btn-out { flex: 1 1 160px; font-size: 13px; padding: 13px 18px; }
}/* End custom CSS */