.elementor-14 .elementor-element.elementor-element-f92046f{--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;}.elementor-14 .elementor-element.elementor-element-e29d2a1{--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;}.elementor-14 .elementor-element.elementor-element-69b1af7{--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;}.elementor-14 .elementor-element.elementor-element-69b1af7:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-69b1af7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F8F6;}.elementor-14 .elementor-element.elementor-element-0291ed9{--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-14 .elementor-element.elementor-element-a3e407a{--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-14 .elementor-element.elementor-element-9b6fac1{--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-14 .elementor-element.elementor-element-bcd5ceb{--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-14 .elementor-element.elementor-element-9f6d2c5{--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-0356c55 */@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');

.ev-hero-wrap *,
.ev-trust-wrap * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─────────────────────────────────────────
   HERO SECTION
   Elementor container bg: #ffffff
───────────────────────────────────────── */
.ev-hero-wrap {
  background: #ffffff;
  padding: 90px 20px 100px;
  position: relative;
  overflow: hidden;
}

/* Soft decorative blobs */
.ev-hero-wrap::before {
  content: '';
  position: absolute;
  top: -180px;
  right: -150px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(144,25,28,0.055) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}
.ev-hero-wrap::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(201,166,86,0.07) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}

.ev-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 70px;
  position: relative;
  z-index: 2;
}

/* ── Left: Copy ── */
.ev-hero-copy {
  flex: 1;
}

.ev-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  opacity: 0;
  animation: evFadeUp 0.7s 0.1s ease forwards;
}
.ev-eyebrow-line {
  width: 36px;
  height: 2px;
  background: #c9a656;
  flex-shrink: 0;
}
.ev-eyebrow-text {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a656 ;
}

.ev-hero-h1 {
  font-family: 'Lemon Milk Reg', 'Roboto', sans-serif;
  font-size: clamp(30px, 3.6vw, 50px);
  line-height: 1.18;
  color: #1a1a1a;
  
  opacity: 0;
  animation: evFadeUp 0.7s 0.2s ease forwards;
}
.ev-hero-h1 .ev-red {
  color: #90191c;
  position: relative;
  display: inline-block;
}
.ev-hero-h1 .ev-red::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c9a656, rgba(201,166,86,0.15));
  border-radius: 2px;
}

.ev-hero-body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #555555;
  margin-bottom: 42px;
  max-width: 560px;
  opacity: 0;
  animation: evFadeUp 0.7s 0.35s ease forwards;
}

.ev-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  opacity: 0;
  animation: evFadeUp 0.7s 0.5s ease forwards;
}

.ev-btn-pri {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #90191c;
  color: #ffffff !important;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  padding: 17px 34px;
  border-radius: 5px;
  letter-spacing: 0.4px;
  box-shadow: 0 6px 24px rgba(144,25,28,0.32);
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
}
.ev-btn-pri:hover {
  background: #7a1518;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(144,25,28,0.42);
  color: #ffffff !important;
}

.ev-btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: transparent;
  color: #90191c !important;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  padding: 15px 32px;
  border: 2px solid #90191c;
  border-radius: 5px;
  letter-spacing: 0.4px;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}
.ev-btn-sec:hover {
  background: #90191c;
  color: #ffffff !important;
  transform: translateY(-3px);
}

.ev-btn-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ── Right: Team Image ── */
.ev-hero-img-wrap {
  flex: 0 0 490px;
  position: relative;
  opacity: 0;
  animation: evFadeRight 0.85s 0.3s ease forwards;
}

/* Decorative frame behind the image */
.ev-img-frame {
  position: absolute;
  top: 24px;
  left: 24px;
  right: -24px;
  bottom: -24px;
  border: 3px solid #c9a656;
  border-radius: 18px;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

/* Red accent bar on the left edge */
.ev-img-accent-bar {
  position: absolute;
  top: 40px;
  left: -6px;
  width: 6px;
  height: 100px;
  background: #90191c;
  border-radius: 4px;
  z-index: 3;
}

.ev-hero-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.14);
  display: block;
}

/* Floating badge — top left */
.ev-img-badge {
  position: absolute;
  top: 28px;
  left: -22px;
  background: #90191c;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 10px 18px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(144,25,28,0.35);
  z-index: 4;
  line-height: 1.4;
  text-align: center;
}
.ev-img-badge strong {
  display: block;
  font-size: 20px;
  font-family: 'Lemon Milk Reg', 'Roboto', sans-serif;
  letter-spacing: 0;
}

/* Floating review pill — bottom right */
.ev-img-review {
  position: absolute;
  bottom: 30px;
  right: -20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 36px rgba(0,0,0,0.13);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 4;
  min-width: 190px;
}
.ev-review-stars {
  color: #c9a656;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 1;
}
.ev-review-text {
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
}
.ev-review-text strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
}
.ev-review-text span {
  font-size: 11px;
  color: #888;
}

/* ─────────────────────────────────────────
   TRUST STRIP
   Elementor container bg: #f8f3e8
───────────────────────────────────────── */
.ev-trust-wrap {
  background: #f8f3e8;
  border-top: 1px solid #e8d9b5;
  border-bottom: 1px solid #e8d9b5;
  padding: 18px 20px;
}

.ev-trust-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.ev-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 28px;
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #333;
}
.ev-trust-item svg {
  flex-shrink: 0;
  color: #c9a656;
}
.ev-t-bold {
  color: #90191c;
  font-weight: 700;
}
.ev-trust-sep {
  color: #c9a656;
  font-size: 22px;
  font-weight: 300;
  opacity: 0.55;
  line-height: 1;
  padding: 0 4px;
}

/* ─────────────────────────────────────────
   ANIMATIONS
───────────────────────────────────────── */
@keyframes evFadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes evFadeRight {
  from { opacity: 0; transform: translateX(32px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 1100px) {
  .ev-hero-inner { gap: 50px; }
  .ev-hero-img-wrap { flex: 0 0 420px; }
  .ev-hero-img { height: 460px; }
}

@media (max-width: 820px) {
  .ev-hero-wrap { padding: 70px 20px 80px; }
  .ev-hero-inner { flex-direction: column-reverse; gap: 48px; }
  .ev-hero-img-wrap { flex: unset; width: 100%; max-width: 500px; margin: 0 auto; }
  .ev-hero-body { max-width: 100%; }
  .ev-img-badge { left: 10px; top: 14px; }
  .ev-img-review { right: 10px; bottom: 14px; }
  .ev-img-frame { display: none; }
}

@media (max-width: 500px) {
  .ev-hero-ctas { flex-direction: column; }
  .ev-btn-pri, .ev-btn-sec { justify-content: center; }
  .ev-hero-img { height: 320px; }
  .ev-trust-sep { display: none; }
  .ev-trust-item { padding: 8px 14px; font-size: 13px; }
  .ev-img-review { min-width: unset; padding: 10px 14px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98fccec */#evilla-contact {
      font-family: 'Poppins', sans-serif;
      position: relative;
      background: #ffffff;
    }

    /* top red accent bar */
    .ecs-top-bar {
      height: 4px;
      background: linear-gradient(90deg, #90191c 0%, #c9a656 50%, #90191c 100%);
    }

    /* subtle bg pattern */
    #evilla-contact::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle at 95% 10%, rgba(144,25,28,0.04) 0%, transparent 45%),
                        radial-gradient(circle at 5% 90%,  rgba(201,166,86,0.05) 0%, transparent 45%);
      pointer-events: none;
    }

    /* inner container */
    .ecs-inner {
      position: relative;
      z-index: 1;
      max-width: 1240px;
      margin: 0 auto;
      padding: 72px 40px 80px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      align-items: center;
    }

    /* ══ LEFT COLUMN ══ */
    .ecs-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2.5px;
      color: #90191c;
      margin-bottom: 16px;
    }
    .ecs-eyebrow-line {
      width: 26px; height: 2px;
      background: #90191c;
      border-radius: 2px;
    }

    .ecs-heading {
      font-family: 'Montserrat', sans-serif;
      font-size: 34px;
      font-weight: 800;
      color: #111111;
      line-height: 1.18;
      letter-spacing: -0.5px;
      margin-bottom: 14px;
    }
    .ecs-heading span { color: #90191c; }

    .ecs-desc {
      font-size: 14.5px;
      color: #666;
      line-height: 1.78;
      margin-bottom: 34px;
      max-width: 430px;
    }

    /* contact rows */
    .ecs-contacts { display: flex; flex-direction: column; gap: 10px; margin-bottom: 30px; }

    .ecs-contact-row {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 14px 18px;
      background: #f8f8f8;
      border: 1.5px solid #eeeeee;
      border-radius: 10px;
      transition: background .22s, border-color .22s, transform .22s, box-shadow .22s;
    }
    .ecs-contact-row:hover {
      background: #fff;
      border-color: rgba(144,25,28,0.22);
      transform: translateX(4px);
      box-shadow: 0 4px 16px rgba(144,25,28,0.08);
    }
    .ecr-icon {
      width: 42px; height: 42px; min-width: 42px;
      border-radius: 10px;
      background: rgba(144,25,28,0.08);
      display: flex; align-items: center; justify-content: center;
      transition: background .22s;
    }
    .ecs-contact-row:hover .ecr-icon { background: rgba(144,25,28,0.14); }
    .ecr-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
    .ecr-label {
      font-size: 10px; font-weight: 600;
      text-transform: uppercase; letter-spacing: 1.2px;
      color: #aaa;
    }
    .ecr-value {
      font-size: 14px; font-weight: 600; color: #1a1a1a;
      transition: color .2s;
    }
    .ecs-contact-row:hover .ecr-value { color: #90191c; }
    .ecr-arrow {
      margin-left: auto;
      color: #ccc;
      transition: color .22s, transform .22s;
      flex-shrink: 0;
    }
    .ecs-contact-row:hover .ecr-arrow { color: #90191c; transform: translateX(3px); }

    /* whatsapp row */
    .ecs-contact-row.wa-row {
      background: #f0fdf4;
      border-color: rgba(37,211,102,0.25);
    }
    .ecs-contact-row.wa-row:hover {
      background: #dcfce7;
      border-color: rgba(37,211,102,0.50);
      box-shadow: 0 4px 16px rgba(37,211,102,0.12);
    }
    .ecs-contact-row.wa-row .ecr-icon { background: rgba(37,211,102,0.15); }
    .ecs-contact-row.wa-row:hover .ecr-icon { background: rgba(37,211,102,0.25); }
    .ecs-contact-row.wa-row .ecr-value { color: #15803d; }
    .ecs-contact-row.wa-row:hover .ecr-value { color: #16a34a; }
    .ecs-contact-row.wa-row .ecr-arrow { color: rgba(37,211,102,0.45); }
    .ecs-contact-row.wa-row:hover .ecr-arrow { color: #25d366; }

    /* trust strip */
    .ecs-trust {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 24px;
      padding-top: 4px;
    }
    .ecs-trust-item {
      display: flex; align-items: center; gap: 7px;
      font-size: 12.5px; color: #777; font-weight: 400;
    }
    .ecs-trust-dot {
      width: 6px; height: 6px;
      border-radius: 50%;
      background: #c9a656;
      flex-shrink: 0;
    }

    /* ══ RIGHT COLUMN: FORM CARD ══ */
    .ecs-form-card {
      background: #ffffff;
      border-radius: 16px;
      border: 1.5px solid #ececec;
      box-shadow: 0 8px 40px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
      overflow: hidden;
    }

    /* card header */
    .ecs-form-head {
      background: linear-gradient(135deg, #90191c 0%, #6e1315 100%);
      padding: 26px 32px;
      display: flex;
      align-items: center;
      gap: 14px;
      position: relative;
      overflow: hidden;
    }
    .ecs-form-head::after {
      content: '';
      position: absolute;
      right: -20px; top: -20px;
      width: 100px; height: 100px;
      border-radius: 50%;
      background: rgba(255,255,255,0.06);
    }
    .ecs-form-head::before {
      content: '';
      position: absolute;
      right: 30px; bottom: -30px;
      width: 80px; height: 80px;
      border-radius: 50%;
      background: rgba(201,166,86,0.12);
    }
    .ecs-form-head-icon {
      width: 46px; height: 46px;
      border-radius: 10px;
      background: rgba(255,255,255,0.18);
      border: 1px solid rgba(255,255,255,0.25);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      position: relative; z-index: 1;
    }
    .ecs-form-head-text { position: relative; z-index: 1; }
    .ecs-form-head-text h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 18px; font-weight: 700;
      color: #fff; line-height: 1.2;
      margin-bottom: 4px;
    }
    .ecs-form-head-text p {
      font-size: 12.5px;
      color: rgba(255,255,255,0.65);
      display: flex; align-items: center; gap: 5px;
    }

    /* gold accent line below header */
    .ecs-form-accent {
      height: 3px;
      background: linear-gradient(90deg, #c9a656, #e0be7a, #c9a656);
    }

    .ecs-form-body { padding: 28px 32px 32px; }

    /* ════════════════════════════════════════════
       CF7 FORM STYLES — light theme
    ════════════════════════════════════════════ */

    #evilla-contact .qq-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin-bottom: 16px;
    }
    #evilla-contact .qq-field { display: flex; flex-direction: column; }

    /* labels */
    #evilla-contact .wpcf7-form label,
    #evilla-contact .qq-field label {
      display: block;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.9px;
      color: #555;
      margin-bottom: 7px;
    }
    #evilla-contact .wpcf7-form label abbr {
      text-decoration: none;
      color: #90191c;
      margin-left: 2px;
    }

    /* inputs */
    #evilla-contact .wpcf7-form input[type="text"],
    #evilla-contact .wpcf7-form input[type="email"],
    #evilla-contact .wpcf7-form input[type="tel"],
    #evilla-contact .wpcf7-form select {
      width: 100%;
      padding: 12px 15px;
      background: #f9f9f9;
      border: 1.5px solid #e5e5e5;
      border-radius: 8px;
      font-family: 'Poppins', sans-serif;
      font-size: 13.5px;
      font-weight: 400;
      color: #1a1a1a;
      transition: border-color .25s, background .25s, box-shadow .25s;
      outline: none;
      -webkit-appearance: none;
      appearance: none;
    }
    #evilla-contact .wpcf7-form input::placeholder { color: #bbb; font-weight: 300; }
    #evilla-contact .wpcf7-form input:hover,
    #evilla-contact .wpcf7-form select:hover {
      border-color: #ccc;
      background: #fff;
    }
    #evilla-contact .wpcf7-form input:focus,
    #evilla-contact .wpcf7-form select:focus {
      border-color: #90191c;
      background: #fff;
      box-shadow: 0 0 0 3px rgba(144,25,28,0.09);
    }

    /* select */
    #evilla-contact .wpcf7-form select {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 12px center;
      background-size: 14px;
      padding-right: 36px;
      cursor: pointer;
      color: #1a1a1a;
      height: 44px;
      line-height: 44px;
      padding-top: 0;
      padding-bottom: 0;
    }
    #evilla-contact .wpcf7-form select option:first-child { color: #bbb; }
    #evilla-contact .wpcf7-form select option { color: #1a1a1a; }

    /* CF7 span wrapper */
    #evilla-contact .wpcf7-form-control-wrap {
      display: block; width: 100%;
    }

    /* submit */
    #evilla-contact .wpcf7-form input[type="submit"],
    #evilla-contact .wpcf7-form .wpcf7-submit {
      width: 100%;
      margin-top: 20px;
      padding: 15px 24px;
      background: linear-gradient(135deg, #90191c 0%, #6e1315 100%);
      font-family: 'Montserrat', sans-serif;
      font-size: 13.5px;
      font-weight: 700;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 1.3px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      transition: all .25s ease;
      box-shadow: 0 4px 20px rgba(144,25,28,0.28);
      position: relative;
      overflow: hidden;
      -webkit-appearance: none;
    }
    #evilla-contact .wpcf7-form input[type="submit"]::before,
    #evilla-contact .wpcf7-form .wpcf7-submit::before {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(135deg, #c9a656 0%, #dbbf70 100%);
      opacity: 0;
      transition: opacity .28s;
    }
    #evilla-contact .wpcf7-form input[type="submit"]:hover::before,
    #evilla-contact .wpcf7-form .wpcf7-submit:hover::before { opacity: 1; }
    #evilla-contact .wpcf7-form input[type="submit"]:hover,
    #evilla-contact .wpcf7-form .wpcf7-submit:hover {
      color: #1a1a1a;
      transform: translateY(-2px);
      box-shadow: 0 8px 28px rgba(201,166,86,0.35);
    }
    #evilla-contact .wpcf7-form input[type="submit"]:active,
    #evilla-contact .wpcf7-form .wpcf7-submit:active { transform: translateY(0); }

    /* validation */
    #evilla-contact .wpcf7-not-valid-tip {
      display: block; margin-top: 4px;
      font-size: 11px; color: #c0392b;
    }
    #evilla-contact .wpcf7-form input.wpcf7-not-valid,
    #evilla-contact .wpcf7-form select.wpcf7-not-valid {
      border-color: #c0392b;
      box-shadow: 0 0 0 3px rgba(192,57,43,0.10);
    }

    /* response output */
    #evilla-contact .wpcf7-response-output {
      margin: 14px 0 0; padding: 12px 16px;
      border-radius: 8px; font-size: 13px; font-weight: 500;
      line-height: 1.5; border: 1.5px solid transparent;
    }
    #evilla-contact .wpcf7-mail-sent-ok {
      background: #f0fdf4; border-color: #86efac; color: #15803d;
    }
    #evilla-contact .wpcf7-mail-sent-ng,
    #evilla-contact .wpcf7-validation-errors {
      background: #fff5f5; border-color: #fca5a5; color: #c0392b;
    }

    /* privacy note */
    .ecs-privacy {
      display: flex; align-items: center; justify-content: center; gap: 6px;
      margin-top: 14px; font-size: 11.5px; color: #bbb; text-align: center;
    }
    .ecs-privacy svg { color: #c9a656; flex-shrink: 0; }

    /* ════════════════════════════════════════════
       RESPONSIVE
    ════════════════════════════════════════════ */
    @media (max-width: 1024px) {
      .ecs-inner {
        grid-template-columns: 1fr;
        gap: 44px;
        padding: 56px 40px 64px;
      }
      .ecs-heading { font-size: 28px; }
      #evilla-contact .qq-row { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 768px) {
      .ecs-inner { padding: 48px 24px 56px; gap: 36px; }
      .ecs-heading { font-size: 24px; }
      #evilla-contact .qq-row {
        grid-template-columns: 1fr;
        gap: 0; margin-bottom: 0;
      }
      #evilla-contact .qq-field { margin-bottom: 16px; }
      .ecs-form-head { padding: 22px 24px; }
      .ecs-form-body { padding: 24px 24px 30px; }
    }
    @media (max-width: 480px) {
      .ecs-inner { padding: 40px 20px 52px; }
      .ecs-heading { font-size: 22px; }
      .ecs-form-head { padding: 18px 20px; gap: 11px; }
      .ecs-form-body { padding: 20px 20px 28px; }
      .ecs-form-head-text h3 { font-size: 16px; }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95e0ef5 */#emov-about-evilla {
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #1a1a1a;
  padding: 90px 0 100px;
  background: #f9f8f6;
  overflow: hidden;
}
#emov-about-evilla .eva-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Main two-column layout ── */
#emov-about-evilla .eva-body {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 72px;
  align-items: start;
}

/* ── LEFT — content ── */
#emov-about-evilla .eva-content {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#emov-about-evilla.eva-in .eva-content { opacity: 1; transform: translateX(0); }

#emov-about-evilla .eva-h2 {
  font-family: 'Lemon Milk Reg', sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.18;
  color: #111;
  margin: 0 0 30px;
}
#emov-about-evilla .eva-h2 em {
  font-style: normal;
  color: #90191c;
}

#emov-about-evilla .eva-lead {
  font-size: 16px;
  line-height: 1.85;
  color: #444;
  margin-bottom: 18px;
  font-weight: 400;
}

#emov-about-evilla .eva-p {
  font-size: 14.5px;
  line-height: 1.85;
  color: #5a5a5a;
  margin-bottom: 16px;
}
#emov-about-evilla .eva-p:last-of-type { margin-bottom: 0; }

/* pull quote */
#emov-about-evilla .eva-quote {
  margin: 30px 0 28px;
  padding: 22px 24px 22px 28px;
  background: #fff;
  border-radius: 14px;
  border-left: 4px solid #90191c;
  position: relative;
}
#emov-about-evilla .eva-quote::before {
  content: '\201C';
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 52px;
  line-height: 1;
  color: rgba(144,25,28,0.12);
  font-family: Georgia, serif;
}
#emov-about-evilla .eva-quote-text {
  font-size: 15.5px;
  line-height: 1.7;
  color: #1a1a1a;
  font-style: italic;
  padding-left: 22px;
}
#emov-about-evilla .eva-quote-text strong {
  font-style: normal;
  color: #90191c;
}

/* ── Stats — 2×2 grid below image ── */
#emov-about-evilla .eva-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 1.5px solid #ede8de;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
#emov-about-evilla.eva-in .eva-stats {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.35s;
}
#emov-about-evilla .eva-stat {
  padding: 22px 18px 20px;
  text-align: center;
  border-right: 1.5px solid #ede8de;
  border-bottom: 1.5px solid #ede8de;
}
/* right column — no right border */
#emov-about-evilla .eva-stat:nth-child(2n) { border-right: none; }
/* bottom row — no bottom border */
#emov-about-evilla .eva-stat:nth-child(3),
#emov-about-evilla .eva-stat:nth-child(4) { border-bottom: none; }
#emov-about-evilla .eva-stat-val {
  font-family: 'Lemon Milk Reg', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #90191c;
  line-height: 1;
  margin-bottom: 6px;
  display: block;
}
#emov-about-evilla .eva-stat-lbl {
  font-size: 11.5px;
  color: #888;
  font-weight: 600;
  line-height: 1.35;
  display: block;
}

/* ── RIGHT — image column ── */
#emov-about-evilla .eva-image-col {
  position: sticky;
  top: 100px;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease 0.15s, transform 0.6s ease 0.15s;
}
#emov-about-evilla.eva-in .eva-image-col { opacity: 1; transform: translateX(0); }

#emov-about-evilla .eva-img-frame {
  position: relative;
  border-radius: 22px;
  overflow: visible;
}

/* decorative offset block behind image */
#emov-about-evilla .eva-img-frame::before {
  content: '';
  position: absolute;
  bottom: -14px;
  right: -14px;
  left: 14px;
  top: 14px;
  background: linear-gradient(135deg, #90191c 0%, #c9a656 100%);
  border-radius: 22px;
  z-index: 0;
  opacity: 0.15;
}

#emov-about-evilla .eva-team-img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  background: #e8e0d4;
}

/* fallback placeholder when no image */
#emov-about-evilla .eva-img-placeholder {
  display: none;
  width: 100%;
  height: 520px;
  border-radius: 20px;
  background: linear-gradient(145deg, #e8e0d4, #d8cfc4);
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: #999;
}
#emov-about-evilla .eva-img-placeholder svg {
  width: 48px;
  height: 48px;
  stroke: #bbb;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#emov-about-evilla .eva-img-placeholder span {
  font-size: 13px;
  font-weight: 600;
  color: #bbb;
}

/* floating badge — top left */
#emov-about-evilla .eva-badge-years {
  position: absolute;
  top: 22px;
  left: -20px;
  z-index: 2;
  background: #fff;
  border: 1.5px solid #ede8de;
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transform: translateX(-12px) scale(0.9);
  transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s;
}
#emov-about-evilla.eva-in .eva-badge-years { opacity: 1; transform: translateX(0) scale(1); }
#emov-about-evilla .eva-badge-years-icon {
  width: 38px;
  height: 38px;
  background: #fdf3f3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#emov-about-evilla .eva-badge-years-icon svg {
  width: 20px;
  height: 20px;
  fill: #90191c;
}
#emov-about-evilla .eva-badge-years-val {
  font-family: 'Lemon Milk Reg', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #90191c;
  line-height: 1;
}
#emov-about-evilla .eva-badge-years-lbl {
  font-size: 10.5px;
  color: #888;
  font-weight: 600;
  line-height: 1.3;
}

/* floating badge — bottom right: rating */
#emov-about-evilla .eva-badge-rating {
  position: absolute;
  bottom: 28px;
  right: -20px;
  z-index: 2;
  background: #fff;
  border: 1.5px solid #ede8de;
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  opacity: 0;
  transform: translateX(12px) scale(0.9);
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
}
#emov-about-evilla.eva-in .eva-badge-rating { opacity: 1; transform: translateX(0) scale(1); }
#emov-about-evilla .eva-badge-rating-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 5px;
}
#emov-about-evilla .eva-badge-rating-stars svg {
  width: 15px;
  height: 15px;
  fill: #f5a623;
}
#emov-about-evilla .eva-badge-rating-val {
  font-family: 'Lemon Milk Reg', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #111;
  line-height: 1;
  margin-bottom: 2px;
}
#emov-about-evilla .eva-badge-rating-lbl {
  font-size: 11px;
  color: #888;
  font-weight: 600;
}

/* floating badge — middle right: moves */
#emov-about-evilla .eva-badge-moves {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%) translateX(12px) scale(0.9);
  z-index: 2;
  background: #90191c;
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 8px 32px rgba(144,25,28,0.25);
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease 0.45s, transform 0.5s ease 0.45s;
}
#emov-about-evilla.eva-in .eva-badge-moves {
  opacity: 1;
  transform: translateY(-50%) translateX(0) scale(1);
}
#emov-about-evilla .eva-badge-moves-val {
  font-family: 'Lemon Milk Reg', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: block;
}
#emov-about-evilla .eva-badge-moves-lbl {
  font-size: 10.5px;
  color: rgba(255,255,255,0.75);
  font-weight: 600;
  letter-spacing: 0.04em;
  display: block;
  margin-top: 3px;
}

/* image caption strip */
#emov-about-evilla .eva-img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(to top, rgba(17,17,17,0.72) 0%, transparent 100%);
  padding: 40px 22px 20px;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
#emov-about-evilla .eva-img-caption-text {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
#emov-about-evilla .eva-img-caption-text span {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,0.7);
  font-weight: 400;
  margin-top: 2px;
}

/* ── Responsive ── */
@media (max-width: 960px) {
  #emov-about-evilla .eva-body {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  #emov-about-evilla .eva-image-col {
    position: static;
    order: -1;
  }
  #emov-about-evilla .eva-team-img,
  #emov-about-evilla .eva-img-placeholder {
    height: 380px;
  }
  #emov-about-evilla .eva-badge-years { left: 16px; }
  #emov-about-evilla .eva-badge-rating { right: 16px; }
  #emov-about-evilla .eva-badge-moves { right: 16px; }
}
@media (max-width: 520px) {
  #emov-about-evilla { padding: 60px 0 70px; }
  #emov-about-evilla .eva-team-img,
  #emov-about-evilla .eva-img-placeholder { height: 300px; }
  #emov-about-evilla .eva-badge-moves { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ba9a1d *//* ── Reset ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary   : #90191C;
  --primary-dk: #6e1315;
  --gold      : #C9A656;
  --gold-lt   : #e8d49a;
  --white     : #ffffff;
  --black     : #111111;
  --bg-section: #f8f5f0;
  --bg-card   : #ffffff;
  --text-dark : #1a1a1a;
  --text-body : #555555;
  --text-light: #888888;
  --border    : #ebebeb;
  --font-head : 'Montserrat', sans-serif;
  --font-body : 'Poppins', sans-serif;
  --radius    : 14px;
  --radius-sm : 8px;
  --shadow-sm : 0 2px 16px rgba(0,0,0,.07);
  --shadow-md : 0 8px 40px rgba(0,0,0,.12);
  --shadow-lg : 0 20px 60px rgba(0,0,0,.15);
  --tr        : .35s cubic-bezier(.4,0,.2,1);
}

/* ── Section Wrapper ────────────────────────────────────────── */
.ev-services-section {
  background: var(--bg-section);
  padding: 90px 20px 0;
  font-family: var(--font-body);
  overflow: hidden;
}
.ev-services-container {
  max-width: 1240px;
  margin: 0 auto;
}

/* ══════════════════════════════════════════════════════════════
   PART 1 — SECTION HEADER
══════════════════════════════════════════════════════════════ */
.ev-sec-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 64px;
}

.ev-sec-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.ev-sec-label span {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
}
.ev-sec-label::before,
.ev-sec-label::after {
  content: '';
  height: 2px;
  width: 32px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}

.ev-sec-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.18;
  color: var(--text-dark);
  letter-spacing: -.5px;
}
.ev-sec-title em {
  font-style: normal;
  color: var(--primary);
}

.ev-sec-right {
  padding-top: 6px;
}
.ev-sec-desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-body);
  font-weight: 400;
  margin-bottom: 28px;
}
.ev-sec-stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.ev-stat-item { text-align: center; }
.ev-stat-num {
  font-family: var(--font-head);
  font-size: 30px;
  font-weight: 800;
  color: var(--primary);
  display: block;
  line-height: 1;
}
.ev-stat-num span { color: var(--gold); }
.ev-stat-lbl {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-light);
  margin-top: 4px;
  display: block;
}

/* ══════════════════════════════════════════════════════════════
   PART 2 — SERVICE CARDS GRID
══════════════════════════════════════════════════════════════ */
.ev-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-bottom: 0;
}

/* Card */
.ev-svc-card {
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--tr), box-shadow var(--tr);
  display: flex;
  flex-direction: column;
  position: relative;
}
.ev-svc-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

/* Card Image */
.ev-svc-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.ev-svc-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}
.ev-svc-card:hover .ev-svc-img img { transform: scale(1.06); }

/* Gradient overlay on image */
.ev-svc-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    transparent 30%,
    rgba(144,25,28,.55) 100%);
  transition: opacity var(--tr);
}
.ev-svc-card:hover .ev-svc-img::after { opacity: .75; }

/* Number badge on image */
.ev-card-num {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  width: 36px; height: 36px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 14px;
  color: var(--black);
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
}

/* Icon on image bottom */
.ev-card-icon {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 2;
  width: 44px; height: 44px;
  background: var(--white);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,.18);
  transition: background var(--tr), transform var(--tr);
}
.ev-svc-card:hover .ev-card-icon {
  background: var(--primary);
  transform: scale(1.08);
}
.ev-card-icon svg { transition: stroke var(--tr); }
.ev-svc-card:hover .ev-card-icon svg { stroke: var(--white) !important; }

/* Card Body */
.ev-svc-body {
  padding: 26px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ev-svc-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 17px;
  color: var(--text-dark);
  margin-bottom: 12px;
  line-height: 1.25;
  transition: color var(--tr);
}
.ev-svc-card:hover .ev-svc-name { color: var(--primary); }

.ev-svc-text {
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--text-body);
  font-weight: 400;
  flex: 1;
  margin-bottom: 20px;
}

/* Expand toggle */
.ev-svc-full {
  display: none;
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--text-body);
  margin-top: 10px;
}
.ev-svc-full.visible { display: block; }

/* Card footer */
.ev-svc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.ev-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-head) !important;
  font-weight: 700;
  font-size: 12.5px;
  color: var(--primary);
  text-decoration: none;
  letter-spacing: .3px;
  cursor: pointer;
  background: none !important;
  border: none;
  padding: 0;
  transition: gap var(--tr), color var(--tr);
}
.ev-read-more:hover { gap: 10px; color: var(--primary-dk) !important; }
.ev-read-more .arrow {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(144,25,28,.1) ;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--tr), transform var(--tr);
}
.ev-read-more:hover .arrow { background: var(--primary) !important; }
.ev-read-more:hover .arrow svg { stroke: var(--white); }
.ev-read-more.expanded .arrow { transform: rotate(90deg); }

.ev-svc-quote-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 11.5px;
  color: var(--white);
  background: var(--primary);
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 6px;
  transition: background var(--tr), transform var(--tr);
  white-space: nowrap;
  letter-spacing: .3px;
}
.ev-svc-quote-btn:hover { background: var(--gold); color: var(--black); transform: translateY(-1px); }

/* Featured card (full width highlight) */
.ev-svc-card.featured {
  grid-column: 1 / -1;
  flex-direction: row;
  min-height: 280px;
}
.ev-svc-card.featured .ev-svc-img {
  width: 420px;
  min-width: 420px;
  height: auto;
}
.ev-svc-card.featured .ev-svc-body {
  padding: 36px 40px;
}
.ev-svc-card.featured .ev-svc-name { font-size: 22px; margin-bottom: 16px; }
.ev-svc-card.featured .ev-svc-text { font-size: 14.5px; }
.ev-svc-card.featured::before {
  content: 'Most Requested';
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--gold);
  color: var(--black);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  z-index: 10;
}

/* Bullet points inside card */
.ev-svc-bullets {
  list-style: none;
  margin: 14px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ev-svc-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
  color: var(--text-body);
  line-height: 1.55;
}
.ev-svc-bullets li::before {
  content: '';
  width: 6px; height: 6px;
  min-width: 6px;
  border-radius: 50%;
  background: var(--gold);
  margin-top: 5px;
}

/* ══════════════════════════════════════════════════════════════
   PART 3 — PROCESS SECTION
══════════════════════════════════════════════════════════════ */
.ev-process-wrap {
  background: var(--white);
  margin: 80px -20px 0;
  padding: 80px 20px 90px;
  position: relative;
  overflow: hidden;
}
.ev-process-wrap::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--gold), var(--primary));
}
/* Decorative bg text */
.ev-process-wrap::after {
  content: 'PROCESS';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-family: var(--font-head);
  font-size: 120px;
  font-weight: 900;
  color: rgba(144,25,28,.04);
  pointer-events: none;
  white-space: nowrap;
}

.ev-process-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.ev-process-header {
  text-align: center;
  margin-bottom: 60px;
}
.ev-process-header .ev-sec-label { justify-content: center; }
.ev-process-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(24px, 3vw, 36px);
  color: var(--text-dark);
  margin-bottom: 14px;
  line-height: 1.2;
}
.ev-process-title span { color: var(--primary); }
.ev-process-sub {
  font-size: 15px;
  color: var(--text-body);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Steps grid */
.ev-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

/* Horizontal connector line */
.ev-steps-grid::before {
  content: '';
  position: absolute;
  top: 38px;
  left: calc(12.5% + 20px);
  right: calc(12.5% + 20px);
  height: 2px;
  background: linear-gradient(90deg,
    var(--gold) 0%,
    var(--primary) 33%,
    var(--gold) 66%,
    var(--primary) 100%);
  z-index: 0;
}

/* Step bottom row */
.ev-steps-row2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
  margin-top: 0;
}
.ev-steps-row2::before {
  content: '';
  position: absolute;
  top: 38px;
  left: calc(16.67% + 20px);
  right: calc(16.67% + 20px);
  height: 2px;
  background: linear-gradient(90deg,
    var(--primary) 0%,
    var(--gold) 50%,
    var(--primary) 100%);
  z-index: 0;
}

/* Individual step */
.ev-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px 40px;
  position: relative;
  z-index: 1;
}

.ev-step-circle {
  width: 76px; height: 76px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  position: relative;
  transition: all var(--tr);
  box-shadow: 0 4px 20px rgba(201,166,86,.2);
  cursor: default;
}
.ev-step:hover .ev-step-circle {
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 8px 28px rgba(144,25,28,.3);
  transform: scale(1.08);
}
.ev-step:hover .ev-step-circle svg { stroke: var(--white) !important; }
.ev-step:hover .ev-step-circle .step-num { color: var(--white); }

.step-num {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 20px;
  color: var(--primary);
  position: absolute;
  top: -10px; right: -6px;
  width: 24px; height: 24px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

.ev-step-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13.5px;
  color: var(--text-dark);
  margin-bottom: 8px;
  line-height: 1.3;
  transition: color var(--tr);
}
.ev-step:hover .ev-step-title { color: var(--primary); }

.ev-step-desc {
  font-size: 12px;
  line-height: 1.65;
  color: var(--text-light);
  font-weight: 400;
}


/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .ev-sec-header { grid-template-columns: 1fr; gap: 24px; }
  .ev-services-grid { grid-template-columns: repeat(2, 1fr); }
  .ev-svc-card.featured { flex-direction: column; }
  .ev-svc-card.featured .ev-svc-img { width: 100%; min-width: unset; height: 240px; }
  .ev-svc-card.featured .ev-svc-body { padding: 26px 24px; }
  .ev-steps-grid { grid-template-columns: repeat(2, 1fr); }
  .ev-steps-row2 { grid-template-columns: repeat(2, 1fr); }
  .ev-steps-grid::before,
  .ev-steps-row2::before { display: none; }
  .ev-cost-inner { grid-template-columns: 1fr; gap: 32px; }
  .ev-cost-right { align-items: flex-start; flex-direction: row; flex-wrap: wrap; }
  .ev-cost-note { text-align: left; }
}
@media (max-width: 768px) {
  .ev-services-section { padding: 60px 16px 0; }
  .ev-services-grid { grid-template-columns: 1fr; }
  .ev-svc-card.featured { grid-column: auto; }
  .ev-steps-grid,
  .ev-steps-row2 { grid-template-columns: 1fr 1fr; }
  .ev-cost-factors { grid-template-columns: 1fr; }
  .ev-sec-stats { gap: 20px; }
}
@media (max-width: 480px) {
  .ev-steps-grid,
  .ev-steps-row2 { grid-template-columns: 1fr; }
  .ev-cost-right { flex-direction: column; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43b124e */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary   : #90191C;
  --primary-dk: #6e1315;
  --gold      : #C9A656;
  --gold-lt   : #f5edda;
  --white     : #ffffff;
  --black     : #111111;
  --bg-section: #ffffff;
  --bg-alt    : #f8f5f0;
  --text-dark : #1a1a1a;
  --text-body : #555555;
  --text-light: #999999;
  --border    : #ebebeb;
  --font-head : 'Montserrat', sans-serif;
  --font-body : 'Poppins', sans-serif;
  --tr        : .38s cubic-bezier(.4,0,.2,1);
}

/* ── Section Wrapper ────────────────────────────────────────── */
.ev-wcu-section {
  background: var(--bg-section);
  padding: 100px 20px 110px;
  font-family: var(--font-body);
  overflow: hidden;
  position: relative;
}

/* Decorative background pattern */
.ev-wcu-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 8% 20%, rgba(144,25,28,.04) 0%, transparent 50%),
    radial-gradient(circle at 92% 80%, rgba(201,166,86,.06) 0%, transparent 50%);
  pointer-events: none;
}

.ev-wcu-container {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ══════════════════════════════════════════════════════════════
   SECTION HEADER — split layout
══════════════════════════════════════════════════════════════ */
.ev-wcu-header {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 72px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--border);
  position: relative;
}
/* gold accent on border */
.ev-wcu-header::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--gold));
  border-radius: 2px;
}

.ev-wcu-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.ev-wcu-label::before {
  content: '';
  width: 32px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}
.ev-wcu-label span {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
}
.ev-wcu-label::after {
  content: '';
  width: 32px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}

.ev-wcu-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.18;
  color: var(--text-dark);
  letter-spacing: -.5px;
}
.ev-wcu-title em {
  font-style: normal;
  color: var(--primary);
  position: relative;
}
/* underline accent on em */
.ev-wcu-title em::after {
  content: '';
  position: absolute;
  left: 0; bottom: -3px;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 2px;
}

.ev-wcu-right {
  padding-bottom: 4px;
}
.ev-wcu-intro {
  font-size: 15px;
  line-height: 1.82;
  color: var(--text-body);
  font-weight: 400;
  margin-bottom: 28px;
}

/* Trust badges row */
.ev-trust-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.ev-trust-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--bg-alt);
  border-radius: 8px;
  padding: 10px 16px;
  border: 1px solid var(--border);
  transition: border-color var(--tr), box-shadow var(--tr);
}
.ev-trust-badge:hover {
  border-color: var(--gold);
  box-shadow: 0 4px 16px rgba(201,166,86,.15);
}
.ev-trust-badge .tb-icon {
  width: 34px; height: 34px;
  border-radius: 8px;
  background: var(--primary);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ev-trust-badge .tb-text-wrap { }
.ev-trust-badge .tb-val {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 16px;
  color: var(--text-dark);
  display: block;
  line-height: 1;
}
.ev-trust-badge .tb-lbl {
  font-size: 10.5px;
  font-weight: 500;
  color: var(--text-light);
  letter-spacing: .5px;
  display: block;
  margin-top: 2px;
}

/* ══════════════════════════════════════════════════════════════
   4 REASONS GRID
══════════════════════════════════════════════════════════════ */
.ev-reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

/* ── Reason Card ── */
.ev-reason-card {
  background: var(--bg-alt);
  border-radius: 16px;
  padding: 40px 38px;
  position: relative;
  overflow: hidden;
  border: 1.5px solid transparent;
  transition: border-color var(--tr), box-shadow var(--tr), transform var(--tr);
  cursor: default;
}
.ev-reason-card:hover {
  border-color: var(--gold);
  box-shadow: 0 16px 48px rgba(0,0,0,.1);
  transform: translateY(-5px);
}

/* Large ghost number */
.ev-reason-card::before {
  content: attr(data-num);
  position: absolute;
  right: -10px;
  top: -16px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 130px;
  line-height: 1;
  color: rgba(144,25,28,.055);
  pointer-events: none;
  transition: color var(--tr);
  letter-spacing: -4px;
}
.ev-reason-card:hover::before { color: rgba(201,166,86,.12); }

/* Top bar (accent line) */
.ev-reason-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--gold));
  border-radius: 0 0 3px 3px;
  transition: width .5s ease;
}
.ev-reason-card:hover::after { width: 100%; }

/* Icon + number row */
.ev-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.ev-card-icon-wrap {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--white);
  border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  transition: background var(--tr), border-color var(--tr), box-shadow var(--tr);
  position: relative;
  z-index: 1;
}
.ev-reason-card:hover .ev-card-icon-wrap {
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 8px 24px rgba(144,25,28,.28);
}
.ev-reason-card:hover .ev-card-icon-wrap svg { stroke: #fff; }

.ev-card-num-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 12px;
  color: var(--primary);
  background: rgba(144,25,28,.08);
  padding: 5px 12px;
  border-radius: 20px;
  letter-spacing: .5px;
  transition: background var(--tr), color var(--tr);
  position: relative;
  z-index: 1;
}
.ev-reason-card:hover .ev-card-num-pill {
  background: var(--gold);
  color: var(--black);
}
.ev-card-num-pill::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}

/* Card title */
.ev-reason-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 20px;
  color: var(--text-dark);
  line-height: 1.25;
  margin-bottom: 16px;
  letter-spacing: -.2px;
  position: relative;
  z-index: 1;
  transition: color var(--tr);
}
.ev-reason-card:hover .ev-reason-title { color: var(--primary); }

/* Card body text */
.ev-reason-text {
  font-size: 14.5px;
  line-height: 1.82;
  color: var(--text-body);
  font-weight: 400;
  position: relative;
  z-index: 1;
}

/* Card bottom strip */
.ev-card-bottom {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,.07);
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.ev-check-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  animation: pulseDot 2s ease-in-out infinite;
}
@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.5); opacity: .6; }
}
.ev-card-tagline {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 11.5px;
  color: var(--text-light);
  letter-spacing: .8px;
  text-transform: uppercase;
  transition: color var(--tr);
}
.ev-reason-card:hover .ev-card-tagline { color: var(--primary); }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 960px) {
  .ev-wcu-header {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 52px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .ev-wcu-section { padding: 70px 16px 80px; }
  .ev-reasons-grid { grid-template-columns: 1fr; gap: 20px; }
  .ev-reason-card { padding: 30px 24px; }
  .ev-reason-card::before { font-size: 90px; }
  .ev-trust-row { gap: 12px; }
}
@media (max-width: 480px) {
  .ev-wcu-title { font-size: 24px; }
  .ev-reason-title { font-size: 17px; }
  .ev-reason-text { font-size: 13.5px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee7da17 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary   : #90191C;
  --primary-dk: #6e1315;
  --gold      : #C9A656;
  --gold-lt   : #f5edda;
  --white     : #ffffff;
  --black     : #111111;
  --bg-section: #f8f5f0;
  --text-dark : #1a1a1a;
  --text-body : #555555;
  --text-light: #999999;
  --border    : #e8e8e8;
  --font-head : 'Montserrat', sans-serif;
  --font-body : 'Poppins', sans-serif;
  --tr        : .38s cubic-bezier(.4,0,.2,1);
  --shadow-md : 0 8px 40px rgba(0,0,0,.09);
  --shadow-lg : 0 20px 60px rgba(0,0,0,.13);
}

/* ── Wrapper ────────────────────────────────────────────────── */
.ev-testi-section {
  background: var(--bg-section);
  padding: 100px 20px 110px;
  font-family: var(--font-body);
  overflow: hidden;
  position: relative;
}

/* Soft bg circles */
.ev-testi-section::before,
.ev-testi-section::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.ev-testi-section::before {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(144,25,28,.05) 0%, transparent 70%);
  top: -200px; left: -200px;
}
.ev-testi-section::after {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(201,166,86,.07) 0%, transparent 70%);
  bottom: -180px; right: -180px;
}

.ev-testi-container {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ══════════════════════════════════════════════════════════════
   SECTION HEADER
══════════════════════════════════════════════════════════════ */
.ev-testi-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 64px;
  flex-wrap: wrap;
}

.ev-testi-header-left { }

.ev-sec-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.ev-sec-label::before, .ev-sec-label::after {
  content: '';
  width: 30px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}
.ev-sec-label span {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
}

.ev-testi-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(24px, 3vw, 38px);
  color: var(--text-dark);
  line-height: 1.2;
  letter-spacing: -.4px;
}
.ev-testi-title em {
  font-style: normal;
  color: var(--primary);
}

/* Rating summary on the right */
.ev-rating-summary {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--white);
  border-radius: 14px;
  padding: 20px 28px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  flex-shrink: 0;
}
.ev-rating-score {
  text-align: center;
}
.ev-rating-score .score-num {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 44px;
  color: var(--primary);
  line-height: 1;
  display: block;
}
.ev-rating-score .score-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-light);
  letter-spacing: .8px;
  text-transform: uppercase;
  display: block;
  margin-top: 3px;
}
.ev-rating-divider {
  width: 1px; height: 52px;
  background: var(--border);
  flex-shrink: 0;
}
.ev-rating-right { }
.ev-stars-row {
  display: flex;
  gap: 4px;
  margin-bottom: 6px;
}
.ev-star {
  color: var(--gold);
  font-size: 20px;
  line-height: 1;
}
.ev-rating-count {
  font-size: 12.5px;
  color: var(--text-body);
  font-weight: 500;
}
.ev-rating-count strong {
  color: var(--text-dark);
  font-weight: 700;
}

/* ══════════════════════════════════════════════════════════════
   TESTIMONIAL CARDS GRID
══════════════════════════════════════════════════════════════ */
.ev-testi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

/* ── Individual Card ── */
.ev-testi-card {
  background: var(--white);
  border-radius: 18px;
  padding: 38px 36px 32px;
  position: relative;
  overflow: hidden;
  border: 1.5px solid transparent;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  transition: transform var(--tr), box-shadow var(--tr), border-color var(--tr);
}
.ev-testi-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold);
}

/* Large decorative quote mark */
.ev-testi-card::before {
  content: '\201C';
  position: absolute;
  top: -10px;
  right: 24px;
  font-family: Georgia, serif;
  font-size: 140px;
  line-height: 1;
  color: var(--primary);
  opacity: .07;
  pointer-events: none;
  transition: opacity var(--tr);
  font-weight: 700;
}
.ev-testi-card:hover::before { opacity: .13; }

/* Top accent bar */
.ev-testi-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--gold));
  transition: width .5s ease;
}
.ev-testi-card:hover::after { width: 100%; }

/* Stars */
.ev-tcard-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}
.ev-tcard-stars .s {
  color: var(--gold);
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  transition: transform var(--tr);
}
.ev-testi-card:hover .ev-tcard-stars .s:nth-child(1) { transform: scale(1.2); transition-delay: 0s; }
.ev-testi-card:hover .ev-tcard-stars .s:nth-child(2) { transform: scale(1.2); transition-delay: .04s; }
.ev-testi-card:hover .ev-tcard-stars .s:nth-child(3) { transform: scale(1.2); transition-delay: .08s; }
.ev-testi-card:hover .ev-tcard-stars .s:nth-child(4) { transform: scale(1.2); transition-delay: .12s; }
.ev-testi-card:hover .ev-tcard-stars .s:nth-child(5) { transform: scale(1.2); transition-delay: .16s; }

/* Quote text */
.ev-tcard-quote {
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--text-body);
  font-weight: 400;
  font-style: italic;
  flex: 1;
  position: relative;
  z-index: 1;
}

/* Divider */
.ev-tcard-divider {
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin: 26px 0 22px;
  opacity: .4;
  transition: opacity var(--tr);
}
.ev-testi-card:hover .ev-tcard-divider { opacity: .8; }

/* Author row */
.ev-tcard-author {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
}

/* Avatar circle with initials */
.ev-tcard-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #b81e22);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 16px;
  color: var(--white);
  flex-shrink: 0;
  position: relative;
  transition: transform var(--tr), box-shadow var(--tr);
}
.ev-testi-card:hover .ev-tcard-avatar {
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(144,25,28,.3);
}
/* Gold ring on avatar */
.ev-tcard-avatar::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  opacity: 0;
  transition: opacity var(--tr);
}
.ev-testi-card:hover .ev-tcard-avatar::after { opacity: 1; }

.ev-tcard-info { }
.ev-tcard-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14.5px;
  color: var(--text-dark);
  display: block;
  margin-bottom: 3px;
  transition: color var(--tr);
}
.ev-testi-card:hover .ev-tcard-name { color: var(--primary); }
.ev-tcard-location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--text-light);
  font-weight: 500;
}
.ev-tcard-location svg { flex-shrink: 0; }

/* Verified badge */
.ev-verified {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 10.5px;
  color: var(--gold);
  letter-spacing: .5px;
  text-transform: uppercase;
  background: var(--gold-lt);
  padding: 5px 10px;
  border-radius: 20px;
  flex-shrink: 0;
  border: 1px solid rgba(201,166,86,.3);
}
.ev-verified svg { flex-shrink: 0; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  .ev-testi-header { flex-direction: column; align-items: flex-start; }
  .ev-rating-summary { width: 100%; }
}
@media (max-width: 768px) {
  .ev-testi-section { padding: 70px 16px 80px; }
  .ev-testi-grid { grid-template-columns: 1fr; gap: 20px; }
  .ev-testi-card { padding: 28px 22px 24px; }
  .ev-testi-card::before { font-size: 100px; }
}
@media (max-width: 480px) {
  .ev-testi-title { font-size: 22px; }
  .ev-rating-summary { flex-wrap: wrap; gap: 14px; }
  .ev-rating-divider { display: none; }
  .ev-tcard-quote { font-size: 13.5px; }
  .ev-verified { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec70705 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary   : #90191C;
  --primary-dk: #6e1315;
  --gold      : #C9A656;
  --gold-lt   : #f5edda;
  --white     : #ffffff;
  --black     : #111111;
  --bg-alt    : #f8f5f0;
  --text-dark : #1a1a1a;
  --text-body : #555555;
  --text-light: #999999;
  --border    : #e8e8e8;
  --font-head : 'Montserrat', sans-serif;
  --font-body : 'Poppins', sans-serif;
  --tr        : .32s cubic-bezier(.4,0,.2,1);
}

/* ── Wrapper ────────────────────────────────────────────────── */
.ev-areas-section {
  background: var(--white);
  padding: 100px 20px 0;
  font-family: var(--font-body);
  overflow: hidden;
  position: relative;
}

.ev-areas-container {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}

/* ══════════════════════════════════════════════════════════════
   SECTION HEADER — split
══════════════════════════════════════════════════════════════ */
.ev-areas-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 60px;
  padding-bottom: 52px;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.ev-areas-header::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0;
  width: 72px; height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--gold));
  border-radius: 2px;
}

.ev-sec-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.ev-sec-label::before, .ev-sec-label::after {
  content: '';
  width: 30px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}
.ev-sec-label span {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
}

.ev-areas-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(25px, 3vw, 38px);
  color: var(--text-dark);
  line-height: 1.2;
  letter-spacing: -.4px;
}
.ev-areas-title em {
  font-style: normal;
  color: var(--primary);
}

.ev-areas-right { padding-bottom: 2px; }
.ev-areas-intro {
  font-size: 15px;
  line-height: 1.82;
  color: var(--text-body);
  margin-bottom: 26px;
}

/* Coverage counter pills */
.ev-coverage-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.ev-cov-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 40px;
  padding: 9px 18px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13px;
  color: var(--text-dark);
  transition: border-color var(--tr), box-shadow var(--tr);
}
.ev-cov-pill:hover {
  border-color: var(--gold);
  box-shadow: 0 4px 16px rgba(201,166,86,.18);
}
.ev-cov-pill .cov-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
}
.ev-cov-pill .cov-num {
  color: var(--primary);
}

/* ══════════════════════════════════════════════════════════════
   AREAS TAGS BLOCK
══════════════════════════════════════════════════════════════ */
.ev-areas-block {
  margin-bottom: 0;
}

.ev-areas-block-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}
.ev-areas-block-label .abl-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: var(--primary);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ev-areas-block-label .abl-text {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  color: var(--text-dark);
}
.ev-areas-block-label .abl-count {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 11px;
  color: var(--gold);
  background: var(--gold-lt);
  border: 1px solid rgba(201,166,86,.3);
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

/* Area tags cloud */
.ev-tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ev-area-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 13.5px;
  color: var(--text-body);
  background: var(--bg-alt);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 9px 16px;
  cursor: default;
  transition: all var(--tr);
  line-height: 1;
  user-select: none;
}
.ev-area-tag::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  transition: background var(--tr), transform var(--tr);
}
.ev-area-tag:hover {
  background: var(--white);
  border-color: var(--primary);
  color: var(--primary);
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(144,25,28,.12);
  transform: translateY(-2px);
}
.ev-area-tag:hover::before {
  background: var(--primary);
  transform: scale(1.4);
}

/* ══════════════════════════════════════════════════════════════
   BEYOND DUBAI BAND
══════════════════════════════════════════════════════════════ */
.ev-beyond-wrap {
  background: linear-gradient(135deg, var(--primary) 0%, #7a1518 45%, #4a0d0f 100%);
  margin: 72px -20px 0;
  padding: 64px 20px;
  position: relative;
  overflow: hidden;
}
/* decorative circles */
.ev-beyond-wrap::before {
  content: '';
  position: absolute;
  width: 440px; height: 440px;
  border-radius: 50%;
  border: 70px solid rgba(201,166,86,.07);
  top: -180px; right: -100px;
  pointer-events: none;
}
.ev-beyond-wrap::after {
  content: '';
  position: absolute;
  width: 260px; height: 260px;
  border-radius: 50%;
  border: 40px solid rgba(255,255,255,.05);
  bottom: -100px; left: -60px;
  pointer-events: none;
}

.ev-beyond-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Left: icon + title */
.ev-beyond-left { }
.ev-beyond-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,166,86,.15);
  border: 1px solid rgba(201,166,86,.35);
  border-radius: 40px;
  padding: 7px 16px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.ev-beyond-badge::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulseDot 1.8s ease-in-out infinite;
}
@keyframes pulseDot {
  0%,100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.6); opacity: .5; }
}
.ev-beyond-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(18px, 2.2vw, 26px);
  color: var(--white);
  line-height: 1.25;
  letter-spacing: -.2px;
}
.ev-beyond-title span { color: var(--gold); }

/* Center: emirate cards */
.ev-emirates-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.ev-emirate-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px;
  padding: 18px 22px;
  min-width: 110px;
  transition: background var(--tr), border-color var(--tr), transform var(--tr);
  cursor: default;
}
.ev-emirate-card:hover {
  background: rgba(201,166,86,.18);
  border-color: var(--gold);
  transform: translateY(-4px);
}
.ev-emirate-card .em-icon {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  transition: background var(--tr);
}
.ev-emirate-card:hover .em-icon { background: var(--gold); }
.ev-emirate-card:hover .em-icon svg { stroke: var(--black); }
.ev-emirate-card .em-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 12px;
  color: var(--white);
  text-align: center;
  line-height: 1.3;
  letter-spacing: .2px;
}

/* Right: CTA */
.ev-beyond-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.ev-beyond-note {
  font-size: 13px;
  color: rgba(255,255,255,.7);
  text-align: right;
  line-height: 1.6;
  max-width: 200px;
}
.ev-btn-call-white {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13.5px;
  color: var(--black);
  background: var(--gold);
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 9px;
  letter-spacing: .3px;
  transition: all var(--tr);
  white-space: nowrap;
}
.ev-btn-call-white:hover {
  background: var(--white);
  box-shadow: 0 8px 28px rgba(0,0,0,.2);
  transform: translateY(-2px);
}

/* ══════════════════════════════════════════════════════════════
   BOTTOM CTA NOTE
══════════════════════════════════════════════════════════════ */
.ev-areas-footnote {
  background: var(--bg-alt);
  padding: 28px 20px;
  margin: 0 -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid var(--border);
}
.ev-footnote-text {
  font-size: 14.5px;
  color: var(--text-body);
  font-weight: 400;
  line-height: 1.6;
}
.ev-footnote-text strong {
  font-family: var(--font-head);
  color: var(--text-dark);
  font-weight: 700;
  
}
.ev-footnote-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13px;
  color: var(--primary);
  text-decoration: none;
  border: 2px solid var(--primary);
  padding: 10px 22px;
  border-radius: 8px;
  letter-spacing: .3px;
  white-space: nowrap;
  transition: all var(--tr);
  flex-shrink: 0;
}
.ev-footnote-cta:hover {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 6px 20px rgba(144,25,28,.25);
  transform: translateY(-1px);
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 960px) {
  .ev-areas-header { grid-template-columns: 1fr; gap: 24px; margin-bottom: 44px; padding-bottom: 36px; }
  .ev-beyond-inner { grid-template-columns: 1fr; gap: 32px; }
  .ev-beyond-right { align-items: flex-start; flex-direction: row; flex-wrap: wrap; gap: 12px; }
  .ev-beyond-note { text-align: left; max-width: none; }
}
@media (max-width: 768px) {
  .ev-areas-section { padding: 70px 16px 0; }
  .ev-emirates-row { gap: 10px; }
  .ev-emirate-card { min-width: 90px; padding: 14px 16px; }
}
@media (max-width: 480px) {
  .ev-beyond-wrap { padding: 48px 16px; }
  .ev-areas-footnote { padding: 22px 16px; flex-direction: column; text-align: center; }
  .ev-area-tag { font-size: 12.5px; padding: 8px 12px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3aa8f98 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary   : #90191C;
  --primary-dk: #6e1315;
  --gold      : #C9A656;
  --gold-lt   : #f5edda;
  --white     : #ffffff;
  --black     : #111111;
  --bg-section: #f8f5f0;
  --text-dark : #1a1a1a;
  --text-body : #555555;
  --text-light: #999999;
  --border    : #e2ddd7;
  --font-head : 'Montserrat', sans-serif;
  --font-body : 'Poppins', sans-serif;
  --tr        : .38s cubic-bezier(.4,0,.2,1);
}

/* ── Wrapper ────────────────────────────────────────────────── */
.ev-cta-section {
  background: var(--bg-section);
  padding: 100px 20px 0;
  font-family: var(--font-body);
  overflow: hidden;
  position: relative;
}

/* Subtle corner glow */
.ev-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 50% at 5% 0%,   rgba(144,25,28,.06) 0%, transparent 70%),
    radial-gradient(ellipse 45% 45% at 95% 100%, rgba(201,166,86,.08) 0%, transparent 70%);
  pointer-events: none;
}

.ev-cta-container {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ══════════════════════════════════════════════════════════════
   MAIN CTA CARD
══════════════════════════════════════════════════════════════ */
.ev-cta-card {
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,.1);
  border: 1px solid var(--border);
  position: relative;
}

/* Left accent stripe removed */
.ev-cta-card::before { display: none; }

/* Watermark removed */
.ev-cta-card::after { display: none; }

.ev-cta-card-inner {
  padding: 64px 72px 64px 72px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 56px;
  align-items: center;
}

/* ── Left: label + headline + body ── */
.ev-cta-left { }

.ev-cta-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
}
.ev-cta-label .label-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulseDot 1.8s ease-in-out infinite;
}
@keyframes pulseDot {
  0%,100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.6); opacity: .5; }
}
.ev-cta-label span {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--primary);
}
.ev-cta-label .label-line {
  width: 36px; height: 2px;
  background: var(--primary);
  border-radius: 2px;
}

.ev-cta-title {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(26px, 3.2vw, 42px);
  color: var(--text-dark);
  line-height: 1.17;
  letter-spacing: -.6px;
  margin-bottom: 22px;
}
.ev-cta-title em {
  font-style: normal;
  color: var(--primary);
  position: relative;
  white-space: nowrap;
}
.ev-cta-title em::after {
  content: '';
  position: absolute;
  left: 0; bottom: -2px;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 2px;
}

.ev-cta-body {
  font-size: 15px;
  line-height: 1.82;
  color: var(--text-body);
  font-weight: 400;
  max-width: 580px;
}
.ev-cta-body p + p { margin-top: 14px; }

/* ── Right: buttons + trust items ── */
.ev-cta-right {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  min-width: 240px;
}

/* Button 1 — Primary CTA */
.ev-btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 14.5px;
  color: var(--white);
  text-decoration: none;
  padding: 18px 28px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary) 0%, #b01e22 60%, var(--primary-dk) 100%);
  letter-spacing: .4px;
  transition: all var(--tr);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
.ev-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--gold), #d9b96a);
  opacity: 0;
  transition: opacity var(--tr);
}
.ev-btn-primary:hover::before { opacity: 1; }
.ev-btn-primary:hover { color: var(--black); box-shadow: 0 10px 32px rgba(201,166,86,.4); transform: translateY(-2px); }
.ev-btn-primary span, .ev-btn-primary svg { position: relative; z-index: 1; }

/* Pulse ring on primary btn */
.ev-btn-primary .btn-ring {
  position: absolute;
  inset: -1px;
  border-radius: 13px;
  border: 2px solid rgba(201,166,86,.5);
  opacity: 0;
  animation: ringPulse 2.4s ease-in-out infinite;
}
@keyframes ringPulse {
  0%       { opacity: 0;   transform: scale(1); }
  40%      { opacity: 1; }
  100%     { opacity: 0;   transform: scale(1.04); }
}

/* Button 2 — Secondary */
.ev-btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  color: var(--primary);
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 12px;
  border: 2px solid var(--primary);
  background: transparent;
  letter-spacing: .3px;
  transition: all var(--tr);
  white-space: nowrap;
  cursor: pointer;
}
.ev-btn-secondary:hover {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 8px 28px rgba(144,25,28,.28);
  transform: translateY(-2px);
}
.ev-btn-secondary:hover svg { stroke: var(--white); }

/* Divider */
.ev-btn-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.ev-btn-divider::before,
.ev-btn-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

/* ══════════════════════════════════════════════════════════════
   TRUST STRIP (bottom of card)
══════════════════════════════════════════════════════════════ */
.ev-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}

.ev-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 36px;
  border-right: 1px solid var(--border);
  flex: 1;
  min-width: 180px;
  transition: background var(--tr);
}
.ev-trust-item:last-child { border-right: none; }
.ev-trust-item:hover { background: rgba(144,25,28,.03); }

.ev-trust-item .ti-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--gold-lt);
  border: 1px solid rgba(201,166,86,.3);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background var(--tr), border-color var(--tr);
}
.ev-trust-item:hover .ti-icon { background: var(--primary); border-color: var(--primary); }
.ev-trust-item:hover .ti-icon svg { stroke: #fff; }

.ev-trust-item .ti-text { line-height: 1.25; }
.ev-trust-item .ti-main {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13.5px;
  color: var(--text-dark);
  display: block;
  transition: color var(--tr);
}
.ev-trust-item:hover .ti-main { color: var(--primary); }
.ev-trust-item .ti-sub {
  font-size: 11.5px;
  color: var(--text-light);
  font-weight: 400;
  display: block;
  margin-top: 1px;
}

/* ══════════════════════════════════════════════════════════════
   BOTTOM CONTACT BAR
══════════════════════════════════════════════════════════════ */
.ev-contact-bar {
  margin-top: 40px;
  background: var(--white);
  border-radius: 16px;
  padding: 28px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  border: 1px solid var(--border);
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
}

.ev-contact-bar-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ev-contact-inline {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: opacity var(--tr);
}
.ev-contact-inline:hover { opacity: .8; }
.ev-contact-inline .ci-icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background var(--tr), box-shadow var(--tr);
}
.ev-contact-inline .ci-icon.red { background: var(--primary); }
.ev-contact-inline .ci-icon.green {
  background: transparent;
  border: 1px solid var(--primary);
}
.ev-contact-inline .ci-icon.green svg { fill: #111111; }
.ev-contact-inline:hover .ci-icon.green {
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 4px 14px rgba(144,25,28,.28);
}
.ev-contact-inline:hover .ci-icon.green svg { fill: #111111; }
.ev-contact-inline .ci-text { line-height: 1.2; }
.ev-contact-inline .ci-label {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: .8px;
  display: block;
}
.ev-contact-inline .ci-value {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 16px;
  color: var(--text-dark);
  display: block;
}

.ev-contact-bar-divider {
  width: 1px; height: 44px;
  background: var(--border);
  flex-shrink: 0;
}

.ev-contact-bar-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.ev-avail-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  background: var(--bg-section);
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 8px 16px;
}
.ev-avail-badge .avail-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #22c55e;
  animation: pulseDot 1.8s ease-in-out infinite;
}

/* ══════════════════════════════════════════════════════════════
   SECTION BOTTOM PADDING (spacer before footer)
══════════════════════════════════════════════════════════════ */
.ev-cta-spacer { height: 80px; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .ev-cta-card-inner { grid-template-columns: 1fr; gap: 36px; padding: 48px 44px; }
  .ev-cta-right { flex-direction: row; flex-wrap: wrap; min-width: unset; }
  .ev-btn-primary, .ev-btn-secondary { flex: 1; min-width: 200px; }
  .ev-btn-divider { display: none; }
}
@media (max-width: 768px) {
  .ev-cta-section { padding: 70px 16px 0; }
  .ev-cta-card-inner { padding: 36px 28px; gap: 28px; }
  .ev-trust-strip { flex-direction: column; }
  .ev-trust-item { width: 100%; border-right: none; border-bottom: 1px solid var(--border); padding: 16px 28px; }
  .ev-trust-item:last-child { border-bottom: none; }
  .ev-contact-bar { padding: 20px 22px; }
  .ev-contact-bar-left { gap: 12px; }
  .ev-contact-bar-divider { display: none; }
  .ev-cta-title { font-size: 26px; }
}
@media (max-width: 480px) {
  .ev-cta-card-inner { padding: 28px 20px; }
  .ev-cta-right { flex-direction: column; }
  .ev-btn-primary, .ev-btn-secondary { width: 100%; }
  .ev-contact-bar-right { width: 100%; }
  .ev-cta-spacer { height: 50px; }
}/* End custom CSS */