.elementor-14 .elementor-element.elementor-element-23d7753{--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-ed43431{--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-f7204ad{--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-f367d35{--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-f367d35:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-f367d35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F6F2;}.elementor-14 .elementor-element.elementor-element-7ef46ce{--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-cbba1dd{--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-a9790d6{--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-d397646{--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-d397646:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-d397646 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F6F2;}.elementor-14 .elementor-element.elementor-element-6c7e7b9{--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-d3a3bce{--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-5271477 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Hero Section ── */
.eom-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f8f6f2;
}

.eom-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  padding: 80px 20px 90px;
  position: relative;
  z-index: 2;
}

/* ── Left Content ── */
.eom-hero-content {
  position: relative;
}

.eom-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(144, 25, 28, 0.06);
  border: 1px solid rgba(144, 25, 28, 0.12);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  margin-bottom: 28px;
}

.eom-hero-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
  animation: eomPulse 2s ease-in-out infinite;
}

.eom-hero-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

@keyframes eomPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}

.eom-hero h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  color: #1a1a1a;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
}

.eom-hero h1 .eom-highlight {
  color: #90191c;
  position: relative;
}

.eom-hero h1 .eom-highlight::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c9a656;
  border-radius: 2px;
}

.eom-hero-subtitle {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #c9a656;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 24px;
  line-height: 1.6;
}

.eom-hero-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #555;
  margin: 0 0 36px;
  max-width: 520px;
}

/* ── Buttons ── */
.eom-hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.eom-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #90191c;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 32px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.eom-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,166,86,0.3) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.eom-btn-primary:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-btn-primary:hover::before {
  opacity: 1;
}

.eom-btn-primary svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.eom-btn-primary:hover svg {
  transform: translateX(3px);
}

.eom-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #1a1a1a;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 32px;
  border-radius: 6px;
  border: 1.5px solid #ddd;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-btn-secondary:hover {
  border-color: #c9a656;
  color: #90191c;
  background: rgba(201, 166, 86, 0.06);
  transform: translateY(-2px);
  text-decoration: none;
}

.eom-btn-secondary svg {
  width: 18px;
  height: 18px;
}

/* ── Trust Strip ── */
.eom-trust-strip {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.eom-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eom-trust-icon {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.eom-trust-icon svg {
  width: 18px;
  height: 18px;
  color: #c9a656;
}

.eom-trust-text {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  line-height: 1.3;
}

.eom-trust-text strong {
  display: block;
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 600;
}

/* ── Right Visual ── */
.eom-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eom-hero-image-wrap {
  position: relative;
  width: 100%;
  max-width: 540px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1), 0 4px 16px rgba(0, 0, 0, 0.06);
}

.eom-hero-image-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

/* Gold accent corner */
.eom-hero-image-wrap::before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  width: 80px;
  height: 80px;
  border-top: 4px solid #c9a656;
  border-right: 4px solid #c9a656;
  border-radius: 0 16px 0 0;
  z-index: 2;
}

.eom-hero-image-wrap::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 80px;
  height: 80px;
  border-bottom: 4px solid #c9a656;
  border-left: 4px solid #c9a656;
  border-radius: 0 0 0 16px;
  z-index: 2;
}

/* ── Floating Badge ── */
.eom-float-badge {
  position: absolute;
  bottom: 30px;
  left: -30px;
  background: #fff;
  border-radius: 12px;
  padding: 16px 22px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 5;
  animation: eomFloat 3s ease-in-out infinite;
}

@keyframes eomFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.eom-float-badge-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #90191c, #b22225);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-float-badge-icon svg {
  width: 22px;
  height: 22px;
  color: #fff;
}

.eom-float-badge-text {
  font-family: 'Roboto', sans-serif;
}

.eom-float-badge-text strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}

.eom-float-badge-text span {
  font-size: 12px;
  font-weight: 400;
  color: #888;
  letter-spacing: 0.5px;
}

/* ── Experience Badge ── */
.eom-exp-badge {
  position: absolute;
  top: 20px;
  right: -20px;
  background: #fff;
  border-radius: 12px;
  padding: 14px 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  z-index: 5;
  text-align: center;
  animation: eomFloat 3s ease-in-out infinite 1.5s;
}

.eom-exp-badge-num {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #90191c;
  line-height: 1;
}

.eom-exp-badge-num span {
  color: #c9a656;
  font-size: 18px;
}

.eom-exp-badge-label {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

/* ── Decorative Elements ── */
.eom-hero-deco-line {
  position: absolute;
  top: 40px;
  right: 0;
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9a656, transparent);
  z-index: 1;
}

.eom-hero-deco-dots {
  position: absolute;
  bottom: 40px;
  left: 20px;
  display: grid;
  grid-template-columns: repeat(5, 6px);
  gap: 10px;
  z-index: 1;
  opacity: 0.2;
}

.eom-hero-deco-dots span {
  width: 6px;
  height: 6px;
  background: #c9a656;
  border-radius: 50%;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-hero-inner {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 60px 20px 70px;
    text-align: center;
  }

  .eom-hero h1 {
    font-size: 44px;
  }

  .eom-hero-desc {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .eom-hero-buttons {
    justify-content: center;
  }

  .eom-trust-strip {
    justify-content: center;
  }

  .eom-hero-visual {
    order: -1;
  }

  .eom-float-badge {
    left: 10px;
    bottom: 20px;
  }

  .eom-exp-badge {
    right: 10px;
    top: 10px;
  }
}

@media (max-width: 600px) {
  .eom-hero-inner {
    padding: 40px 16px 50px;
    gap: 36px;
  }

  .eom-hero h1 {
    font-size: 34px;
  }

  .eom-hero-subtitle {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .eom-hero-desc {
    font-size: 15px;
  }

  .eom-hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .eom-btn-primary,
  .eom-btn-secondary {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
  }

  .eom-trust-strip {
    gap: 20px;
  }

  .eom-hero-image-wrap img {
    height: 320px;
  }

  .eom-float-badge {
    left: 8px;
    bottom: 12px;
    padding: 12px 16px;
  }

  .eom-exp-badge {
    right: 8px;
    top: 8px;
    padding: 10px 14px;
  }

  .eom-exp-badge-num {
    font-size: 22px;
  }

  .eom-hero-deco-line,
  .eom-hero-deco-dots {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5cc0777 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Contact Section ── */
.eom-contact {
  width: 100%;
  background: #f5f3ee;
}

.eom-contact-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* ── Left Column ── */
.eom-contact-left {
  padding-right: 20px;
}

.eom-contact-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(144, 25, 28, 0.06);
  border: 1px solid rgba(144, 25, 28, 0.12);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  margin-bottom: 24px;
}

.eom-contact-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-contact-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-contact-left h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 10px;
  letter-spacing: -0.3px;
}

.eom-contact-left h2 .eom-clr-gold {
  color: #c9a656;
}

.eom-contact-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #777;
  line-height: 1.7;
  margin: 0 0 40px;
  max-width: 460px;
}

/* ── CTA Cards ── */
.eom-cta-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.eom-cta-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  padding: 20px 24px;
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0,0,0,0.04);
  position: relative;
  overflow: hidden;
}

.eom-cta-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #90191c;
  border-radius: 14px 0 0 14px;
  transition: width 0.35s ease;
}

.eom-cta-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  text-decoration: none;
}

.eom-cta-card:hover::before {
  width: 4px;
}

.eom-cta-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.eom-cta-icon svg {
  width: 24px;
  height: 24px;
}

.eom-cta-icon-phone {
  background: rgba(144, 25, 28, 0.08);
  color: #90191c;
}

.eom-cta-icon-whatsapp {
  background: rgba(37, 211, 102, 0.1);
  color: #25d366;
}

.eom-cta-icon-email {
  background: rgba(201, 166, 86, 0.12);
  color: #c9a656;
}

.eom-cta-icon-location {
  background: rgba(144, 25, 28, 0.08);
  color: #90191c;
}

.eom-cta-card:hover .eom-cta-icon-phone { background: rgba(144, 25, 28, 0.14); }
.eom-cta-card:hover .eom-cta-icon-whatsapp { background: rgba(37, 211, 102, 0.18); }
.eom-cta-card:hover .eom-cta-icon-email { background: rgba(201, 166, 86, 0.2); }
.eom-cta-card:hover .eom-cta-icon-location { background: rgba(144, 25, 28, 0.14); }

.eom-cta-text {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.eom-cta-label {
  font-family: 'Roboto', sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 3px;
}

.eom-cta-value {
  font-family: 'Roboto', sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
}

.eom-cta-arrow {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f7f5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.eom-cta-arrow svg {
  width: 16px;
  height: 16px;
  color: #bbb;
  transition: all 0.3s ease;
}

.eom-cta-card:hover .eom-cta-arrow {
  background: rgba(144, 25, 28, 0.08);
}

.eom-cta-card:hover .eom-cta-arrow svg {
  color: #90191c;
  transform: translateX(2px);
}

/* ── Operating Hours ── */
.eom-hours {
  background: #fff;
  border-radius: 14px;
  padding: 24px 28px;
  border: 1px solid rgba(0,0,0,0.04);
}

.eom-hours-title {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.3px;
}

.eom-hours-title svg {
  width: 18px;
  height: 18px;
  color: #c9a656;
}

.eom-hours-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f3f0ea;
}

.eom-hours-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.eom-hours-day {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.eom-hours-time {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}

.eom-hours-time.eom-closed {
  color: #90191c;
  font-weight: 500;
}

/* ── Right Column — Form Card ── */
.eom-contact-right {
  position: relative;
}

.eom-form-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 36px;
  box-shadow: 0 12px 48px rgba(0,0,0,0.06), 0 2px 10px rgba(0,0,0,0.03);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.03);
}

.eom-form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #90191c 0%, #c9a656 100%);
}

.eom-form-card-header {
  text-align: center;
  margin-bottom: 30px;
}

.eom-form-card-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  background: rgba(144, 25, 28, 0.06);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eom-form-card-icon svg {
  width: 26px;
  height: 26px;
  color: #90191c;
}

.eom-form-card-title {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 6px;
}

.eom-form-card-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  color: #999;
  margin: 0;
  line-height: 1.5;
}

/* ── CF7 container reset (form styling is in global CSS) ── */
.eom-form-card .wpcf7 {
  margin: 0;
  padding: 0;
}

.eom-form-card .wpcf7-form {
  margin: 0;
}

/* ── Gold Decorative Corner ── */
.eom-form-deco {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  border: 3px solid rgba(201, 166, 86, 0.15);
  border-radius: 20px;
  transform: rotate(15deg);
  z-index: 0;
  pointer-events: none;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-contact-inner {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 70px 20px;
  }

  .eom-contact-left {
    padding-right: 0;
    text-align: center;
  }

  .eom-contact-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .eom-contact-left h2 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .eom-contact-inner {
    padding: 50px 16px;
    gap: 40px;
  }

  .eom-contact-left h2 {
    font-size: 28px;
  }

  .eom-cta-card {
    padding: 16px 18px;
    gap: 14px;
  }

  .eom-cta-icon {
    width: 44px;
    height: 44px;
  }

  .eom-cta-icon svg {
    width: 20px;
    height: 20px;
  }

  .eom-cta-value {
    font-size: 14px;
  }

  .eom-cta-arrow {
    display: none;
  }

  .eom-form-card {
    padding: 28px 20px;
    border-radius: 16px;
  }

  .eom-hours {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a274b87 */.eom-diff {
  width: 100%;
  background: #fff;
}

.eom-diff-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-diff-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 60px;
}

.eom-diff-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(144, 25, 28, 0.06);
  border: 1px solid rgba(144, 25, 28, 0.12);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  margin-bottom: 22px;
}

.eom-diff-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-diff-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-diff h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 20px;
  letter-spacing: -0.3px;
}

.eom-diff h2 .eom-clr-gold {
  color: #c9a656;
}

.eom-diff-intro {
  font-family: 'Roboto', sans-serif;
  font-size: 15.5px;
  color: #777;
  line-height: 1.75;
  margin: 0 0 10px;
}

.eom-diff-intro-highlight {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
  font-style: italic;
}

/* ── Comparison Strip ── */
.eom-diff-compare {
  display: flex;
  gap: 20px;
  margin-bottom: 56px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.eom-diff-compare-card {
  flex: 1;
  padding: 20px 24px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.eom-diff-compare-bad {
  background: #fef7f7;
  border: 1px solid #fce8e8;
}

.eom-diff-compare-good {
  background: #f6faf6;
  border: 1px solid #e2f0e2;
}

.eom-diff-compare-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.eom-diff-compare-bad .eom-diff-compare-icon {
  background: rgba(220, 53, 53, 0.1);
  color: #dc3535;
}

.eom-diff-compare-good .eom-diff-compare-icon {
  background: rgba(34, 160, 70, 0.1);
  color: #22a046;
}

.eom-diff-compare-icon svg {
  width: 18px;
  height: 18px;
}

.eom-diff-compare-text {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  line-height: 1.6;
  color: #666;
}

.eom-diff-compare-text strong {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 2px;
}

/* ── Separator Line ── */
.eom-diff-sep {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 500px;
  margin: 0 auto 52px;
}

.eom-diff-sep-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ddd8ce, transparent);
}

.eom-diff-sep-text {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #bbb;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ── Three Pillars ── */
.eom-diff-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.eom-diff-pillar {
  background: #faf9f6;
  border-radius: 18px;
  padding: 40px 32px 36px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #eeebe4;
}

.eom-diff-pillar:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.07);
  border-color: transparent;
}

/* Number watermark */
.eom-diff-pillar-num {
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 72px;
  font-weight: 700;
  color: rgba(201, 166, 86, 0.07);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

/* Top accent line */
.eom-diff-pillar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  transition: all 0.4s ease;
}

.eom-diff-pillar:nth-child(1)::before { background: #90191c; }
.eom-diff-pillar:nth-child(2)::before { background: #c9a656; }
.eom-diff-pillar:nth-child(3)::before { background: #90191c; }

.eom-diff-pillar:hover::before {
  left: 0;
  right: 0;
  border-radius: 0;
}

/* Icon */
.eom-diff-pillar-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  transition: all 0.35s ease;
}

.eom-diff-pillar:nth-child(1) .eom-diff-pillar-icon {
  background: rgba(144, 25, 28, 0.07);
  color: #90191c;
}
.eom-diff-pillar:nth-child(2) .eom-diff-pillar-icon {
  background: rgba(201, 166, 86, 0.1);
  color: #c9a656;
}
.eom-diff-pillar:nth-child(3) .eom-diff-pillar-icon {
  background: rgba(144, 25, 28, 0.07);
  color: #90191c;
}

.eom-diff-pillar:hover .eom-diff-pillar-icon {
  transform: scale(1.06);
}

.eom-diff-pillar-icon svg {
  width: 28px;
  height: 28px;
}

/* Title */
.eom-diff-pillar h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 14px;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}

/* Description */
.eom-diff-pillar-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 14.5px;
  color: #777;
  line-height: 1.75;
  margin: 0 0 22px;
  position: relative;
  z-index: 1;
}

/* Key Point Callout */
.eom-diff-pillar-callout {
  background: #fff;
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  z-index: 1;
  border: 1px solid #f0ede6;
}

.eom-diff-pillar-callout-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(201, 166, 86, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.eom-diff-pillar-callout-icon svg {
  width: 14px;
  height: 14px;
  color: #c9a656;
}

.eom-diff-pillar-callout-text {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #888;
  line-height: 1.6;
}

.eom-diff-pillar-callout-text strong {
  color: #555;
  font-weight: 600;
}

/* ── Bottom CTA ── */
.eom-diff-bottom {
  text-align: center;
  margin-top: 56px;
}

.eom-diff-bottom-text {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #999;
  margin: 0 0 20px;
}

.eom-diff-bottom-text strong {
  color: #555;
  font-weight: 600;
}

.eom-diff-bottom-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 34px;
  background: #90191c;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-diff-bottom-btn:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-diff-bottom-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.eom-diff-bottom-btn:hover svg {
  transform: translateX(3px);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-diff-inner {
    padding: 70px 20px;
  }

  .eom-diff h2 {
    font-size: 34px;
  }

  .eom-diff-pillars {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 560px;
    margin: 0 auto;
  }

  .eom-diff-pillar {
    padding: 32px 28px 30px;
  }

  .eom-diff-compare {
    flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 600px) {
  .eom-diff-inner {
    padding: 50px 16px;
  }

  .eom-diff h2 {
    font-size: 28px;
  }

  .eom-diff-intro {
    font-size: 14.5px;
  }

  .eom-diff-pillar {
    padding: 28px 22px 26px;
  }

  .eom-diff-pillar-num {
    font-size: 56px;
  }

  .eom-diff-pillar-icon {
    width: 50px;
    height: 50px;
  }

  .eom-diff-pillar-icon svg {
    width: 24px;
    height: 24px;
  }

  .eom-diff-pillar h3 {
    font-size: 19px;
  }

  .eom-diff-bottom-btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c930ad2 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Services Section ── */
.eom-services {
  width: 100%;
  background: #f8f6f2;
}

.eom-services-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-services-header {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 60px;
}

.eom-services-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(144, 25, 28, 0.06);
  border: 1px solid rgba(144, 25, 28, 0.12);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  margin-bottom: 22px;
}

.eom-services-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-services-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-services h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-services h2 .eom-clr-gold {
  color: #c9a656;
}

.eom-services-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 15.5px;
  color: #888;
  line-height: 1.7;
  margin: 0;
}

/* ── Featured Card (first service) ── */
.eom-srv-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid #eeebe4;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-srv-featured:hover {
  box-shadow: 0 16px 52px rgba(0,0,0,0.07);
  transform: translateY(-4px);
  border-color: transparent;
}

.eom-srv-featured-img {
  position: relative;
  overflow: hidden;
  min-height: 380px;
}

.eom-srv-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-srv-featured:hover .eom-srv-featured-img img {
  transform: scale(1.05);
}

.eom-srv-featured-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #90191c;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 6px;
}

.eom-srv-featured-content {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eom-srv-featured-num {
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: rgba(201, 166, 86, 0.1);
  line-height: 1;
  margin-bottom: 12px;
}

.eom-srv-featured-content h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 16px;
  line-height: 1.2;
}

.eom-srv-featured-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 14.5px;
  color: #777;
  line-height: 1.8;
  margin: 0 0 28px;
}

.eom-srv-featured-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #90191c;
  text-decoration: none;
  transition: all 0.3s ease;
}

.eom-srv-featured-link:hover {
  gap: 12px;
  color: #7a1518;
  text-decoration: none;
}

.eom-srv-featured-link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.eom-srv-featured-link:hover svg {
  transform: translateX(3px);
}

/* ── Services Grid (remaining 6) ── */
.eom-srv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.eom-srv-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #eeebe4;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.eom-srv-card:hover {
  box-shadow: 0 14px 44px rgba(0,0,0,0.07);
  transform: translateY(-5px);
  border-color: transparent;
}

/* Card Image */
.eom-srv-card-img {
  position: relative;
  height: 210px;
  overflow: hidden;
}

.eom-srv-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-srv-card:hover .eom-srv-card-img img {
  transform: scale(1.06);
}

/* Overlay gradient */
.eom-srv-card-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top, rgba(0,0,0,0.06), transparent);
  pointer-events: none;
}

/* Number badge */
.eom-srv-card-num {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #90191c;
}

/* Icon overlay */
.eom-srv-card-icon-wrap {
  position: absolute;
  bottom: -22px;
  left: 24px;
  z-index: 2;
}

.eom-srv-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f8f6f2;
}

.eom-srv-card-icon svg {
  width: 22px;
  height: 22px;
  color: #c9a656;
}

/* Card Body */
.eom-srv-card-body {
  padding: 34px 24px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.eom-srv-card-body h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 12px;
  line-height: 1.25;
}

.eom-srv-card-body p {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  color: #888;
  line-height: 1.75;
  margin: 0 0 20px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.eom-srv-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #90191c;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.eom-srv-card-link:hover {
  gap: 10px;
  color: #7a1518;
  text-decoration: none;
}

.eom-srv-card-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.eom-srv-card-link:hover svg {
  transform: translateX(3px);
}

/* Gold divider on hover */
.eom-srv-card-body::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #c9a656;
  border-radius: 2px;
  margin-bottom: 20px;
  transition: width 0.4s ease;
}

.eom-srv-card:hover .eom-srv-card-body::before {
  width: 36px;
}

/* ── Bottom CTA ── */
.eom-services-bottom {
  text-align: center;
  margin-top: 52px;
}

.eom-services-bottom-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 36px;
  background: #90191c;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-services-bottom-btn:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-services-bottom-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.eom-services-bottom-btn:hover svg {
  transform: translateX(3px);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-services-inner {
    padding: 70px 20px;
  }

  .eom-services h2 {
    font-size: 34px;
  }

  .eom-srv-featured {
    grid-template-columns: 1fr;
  }

  .eom-srv-featured-img {
    min-height: 280px;
  }

  .eom-srv-featured-content {
    padding: 36px 30px;
  }

  .eom-srv-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .eom-services-inner {
    padding: 50px 16px;
  }

  .eom-services h2 {
    font-size: 28px;
  }

  .eom-srv-featured-content {
    padding: 28px 22px;
  }

  .eom-srv-featured-content h3 {
    font-size: 23px;
  }

  .eom-srv-featured-img {
    min-height: 220px;
  }

  .eom-srv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .eom-srv-card-img {
    height: 190px;
  }

  .eom-srv-card-body {
    padding: 30px 20px 24px;
  }

  .eom-services-bottom-btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6434566 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Why Moves Fail Section ── */
.eom-fail {
  width: 100%;
  background: #fff;
}

.eom-fail-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-fail-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 64px;
}

.eom-fail-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(144, 25, 28, 0.06);
  border: 1px solid rgba(144, 25, 28, 0.12);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  margin-bottom: 22px;
}

.eom-fail-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-fail-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-fail h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-fail h2 .eom-clr-red {
  color: #90191c;
}

.eom-fail h2 .eom-clr-gold {
  color: #c9a656;
}

.eom-fail-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin: 0;
}

/* ── Timeline Layout ── */
.eom-fail-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Vertical center line */
.eom-fail-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: linear-gradient(to bottom, #ece8e0 0%, #c9a656 50%, #ece8e0 100%);
  z-index: 0;
}

/* ── Each Item ── */
.eom-fail-item {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 0;
  align-items: start;
  position: relative;
}

/* Alternate layout: even items flip */
.eom-fail-item:nth-child(even) .eom-fail-problem {
  order: 3;
}

.eom-fail-item:nth-child(even) .eom-fail-center {
  order: 2;
}

.eom-fail-item:nth-child(even) .eom-fail-solution {
  order: 1;
}

/* ── Center Node ── */
.eom-fail-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-top: 28px;
}

.eom-fail-node {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #ece8e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ccc;
  transition: all 0.4s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.eom-fail-item.eom-revealed .eom-fail-node {
  border-color: #90191c;
  color: #90191c;
  box-shadow: 0 0 0 6px rgba(144, 25, 28, 0.08);
}

/* ── Problem Card (left on odd, right on even) ── */
.eom-fail-problem {
  padding: 28px;
  margin: 16px 0;
}

.eom-fail-problem-card {
  background: #fef8f8;
  border: 1px solid #fce8e8;
  border-radius: 16px;
  padding: 28px 26px;
  position: relative;
  transition: all 0.4s ease;
}

.eom-fail-item:nth-child(odd) .eom-fail-problem-card::after {
  content: '';
  position: absolute;
  top: 34px;
  right: -8px;
  width: 14px;
  height: 14px;
  background: #fef8f8;
  border-right: 1px solid #fce8e8;
  border-bottom: 1px solid #fce8e8;
  transform: rotate(-45deg);
}

.eom-fail-item:nth-child(even) .eom-fail-problem-card::after {
  content: '';
  position: absolute;
  top: 34px;
  left: -8px;
  width: 14px;
  height: 14px;
  background: #fef8f8;
  border-left: 1px solid #fce8e8;
  border-top: 1px solid #fce8e8;
  transform: rotate(-45deg);
}

.eom-fail-problem-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.eom-fail-problem-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(220, 53, 53, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-fail-problem-icon svg {
  width: 18px;
  height: 18px;
  color: #dc3535;
}

.eom-fail-problem-label {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #dc3535;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.eom-fail-problem-title {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #c44;
  letter-spacing: 0.3px;
}

.eom-fail-problem-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px;
  line-height: 1.3;
}

.eom-fail-problem-card p {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  color: #888;
  line-height: 1.7;
  margin: 0;
}

/* ── Solution Card (right on odd, left on even) ── */
.eom-fail-solution {
  padding: 28px;
  margin: 16px 0;
}

.eom-fail-solution-card {
  background: #f6faf6;
  border: 1px solid #e0f0e0;
  border-radius: 16px;
  padding: 28px 26px;
  position: relative;
  transition: all 0.4s ease;
}

.eom-fail-item:nth-child(odd) .eom-fail-solution-card::after {
  content: '';
  position: absolute;
  top: 34px;
  left: -8px;
  width: 14px;
  height: 14px;
  background: #f6faf6;
  border-left: 1px solid #e0f0e0;
  border-top: 1px solid #e0f0e0;
  transform: rotate(-45deg);
}

.eom-fail-item:nth-child(even) .eom-fail-solution-card::after {
  content: '';
  position: absolute;
  top: 34px;
  right: -8px;
  width: 14px;
  height: 14px;
  background: #f6faf6;
  border-right: 1px solid #e0f0e0;
  border-bottom: 1px solid #e0f0e0;
  transform: rotate(-45deg);
}

.eom-fail-solution-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.eom-fail-solution-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(34, 160, 70, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-fail-solution-icon svg {
  width: 18px;
  height: 18px;
  color: #22a046;
}

.eom-fail-solution-label {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #22a046;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.eom-fail-solution-card h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #2a7a3e;
  margin: 0 0 10px;
  line-height: 1.3;
}

.eom-fail-solution-card p {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  color: #777;
  line-height: 1.7;
  margin: 0;
}

/* ── Hover on revealed items ── */
.eom-fail-item.eom-revealed .eom-fail-problem-card {
  box-shadow: 0 4px 20px rgba(220, 53, 53, 0.06);
}

.eom-fail-item.eom-revealed .eom-fail-solution-card {
  box-shadow: 0 4px 20px rgba(34, 160, 70, 0.06);
}

/* ── Bottom CTA ── */
.eom-fail-bottom {
  text-align: center;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

.eom-fail-bottom-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #666;
  margin: 0 0 24px;
  line-height: 1.6;
}

.eom-fail-bottom-text strong {
  color: #1a1a1a;
  font-weight: 600;
}

.eom-fail-bottom-btns {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.eom-fail-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  background: #90191c;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-fail-btn-primary:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-fail-btn-primary svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.eom-fail-btn-primary:hover svg {
  transform: translateX(3px);
}

.eom-fail-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  background: transparent;
  color: #1a1a1a;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  border: 1.5px solid #ddd;
  text-decoration: none;
  transition: all 0.35s ease;
}

.eom-fail-btn-secondary:hover {
  border-color: #c9a656;
  color: #90191c;
  background: rgba(201, 166, 86, 0.04);
  transform: translateY(-2px);
  text-decoration: none;
}

.eom-fail-btn-secondary svg {
  width: 18px;
  height: 18px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-fail-inner {
    padding: 70px 20px;
  }

  .eom-fail h2 {
    font-size: 32px;
  }

  /* Stack to single column */
  .eom-fail-timeline::before {
    left: 22px;
  }

  .eom-fail-item {
    grid-template-columns: 44px 1fr;
    gap: 0;
  }

  .eom-fail-center {
    padding-top: 0;
    justify-content: flex-start;
    grid-row: 1 / 3;
  }

  .eom-fail-node {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  /* Reset order for mobile */
  .eom-fail-item:nth-child(even) .eom-fail-problem { order: unset; }
  .eom-fail-item:nth-child(even) .eom-fail-center { order: unset; }
  .eom-fail-item:nth-child(even) .eom-fail-solution { order: unset; }

  .eom-fail-problem,
  .eom-fail-solution {
    padding: 8px 0 8px 16px;
    margin: 0;
    grid-column: 2;
  }

  /* Remove arrow pointers on mobile */
  .eom-fail-problem-card::after,
  .eom-fail-solution-card::after,
  .eom-fail-item:nth-child(odd) .eom-fail-problem-card::after,
  .eom-fail-item:nth-child(even) .eom-fail-problem-card::after,
  .eom-fail-item:nth-child(odd) .eom-fail-solution-card::after,
  .eom-fail-item:nth-child(even) .eom-fail-solution-card::after {
    display: none;
  }

  .eom-fail-problem-card,
  .eom-fail-solution-card {
    padding: 22px 20px;
  }
}

@media (max-width: 600px) {
  .eom-fail-inner {
    padding: 50px 16px;
  }

  .eom-fail h2 {
    font-size: 26px;
  }

  .eom-fail-timeline::before {
    left: 20px;
  }

  .eom-fail-node {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .eom-fail-item {
    grid-template-columns: 40px 1fr;
  }

  .eom-fail-problem-card h3 {
    font-size: 18px;
  }

  .eom-fail-solution-card h4 {
    font-size: 16px;
  }

  .eom-fail-bottom-btns {
    flex-direction: column;
    align-items: center;
  }

  .eom-fail-btn-primary,
  .eom-fail-btn-secondary {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-088ec74 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Process Section ── */
.eom-process {
  width: 100%;
  background: #f8f6f2;
}

.eom-process-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-process-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 64px;
}

.eom-process-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(144, 25, 28, 0.06);
  border: 1px solid rgba(144, 25, 28, 0.12);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  margin-bottom: 22px;
}

.eom-process-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-process-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-process h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-process h2 .eom-clr-gold {
  color: #c9a656;
}

.eom-process-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin: 0;
}

/* ── Phase Labels ── */
.eom-phase-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  margin-top: 8px;
}

.eom-phase-label:not(:first-of-type) {
  margin-top: 48px;
}

.eom-phase-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ddd8ce);
}

.eom-phase-line-r {
  background: linear-gradient(90deg, #ddd8ce, transparent);
}

.eom-phase-text {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #c9a656;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 18px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #ece8e0;
}

/* ── Steps Container ── */
.eom-steps-wrap {
  position: relative;
}

/* ── Progress Bar (left side) ── */
.eom-progress-track {
  position: absolute;
  top: 0;
  left: 28px;
  bottom: 0;
  width: 3px;
  background: #ece8e0;
  border-radius: 3px;
  z-index: 0;
}

.eom-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to bottom, #90191c, #c9a656);
  border-radius: 3px;
  transition: height 0.1s linear;
}

/* ── Step Card ── */
.eom-step {
  display: flex;
  gap: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.eom-step:last-child {
  margin-bottom: 0;
}

/* Step Node */
.eom-step-node {
  width: 58px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  padding-top: 28px;
  position: relative;
  z-index: 2;
}

.eom-step-num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #ece8e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ccc;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  position: relative;
}

.eom-step.active .eom-step-num {
  border-color: #90191c;
  color: #fff;
  background: #90191c;
  box-shadow: 0 0 0 6px rgba(144, 25, 28, 0.1), 0 4px 12px rgba(144, 25, 28, 0.2);
}

/* Connector line from node to card */
.eom-step-connector {
  width: 28px;
  display: flex;
  align-items: center;
  padding-top: 28px;
}

.eom-step-connector-line {
  width: 100%;
  height: 2px;
  background: #ece8e0;
  border-radius: 2px;
  transition: background 0.5s ease;
}

.eom-step.active .eom-step-connector-line {
  background: linear-gradient(90deg, #90191c, #c9a656);
}

/* Step Content Card */
.eom-step-card {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 28px 30px;
  border: 1px solid #eeebe4;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.eom-step.active .eom-step-card {
  border-color: rgba(144, 25, 28, 0.12);
  box-shadow: 0 8px 32px rgba(0,0,0,0.05);
}

/* Accent line top */
.eom-step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #90191c, #c9a656);
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-step.active .eom-step-card::before {
  width: 100%;
}

.eom-step-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.eom-step-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.eom-step-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

.eom-step-icon svg {
  width: 20px;
  height: 20px;
}

.eom-step-icon-plan { background: rgba(144, 25, 28, 0.06); color: #90191c; }
.eom-step-icon-survey { background: rgba(201, 166, 86, 0.1); color: #c9a656; }
.eom-step-icon-doc { background: rgba(144, 25, 28, 0.06); color: #90191c; }
.eom-step-icon-access { background: rgba(201, 166, 86, 0.1); color: #c9a656; }
.eom-step-icon-it { background: rgba(144, 25, 28, 0.06); color: #90191c; }
.eom-step-icon-pack { background: rgba(201, 166, 86, 0.1); color: #c9a656; }
.eom-step-icon-transport { background: rgba(144, 25, 28, 0.06); color: #90191c; }
.eom-step-icon-install { background: rgba(201, 166, 86, 0.1); color: #c9a656; }
.eom-step-icon-done { background: rgba(34, 160, 70, 0.08); color: #22a046; }

.eom-step.active .eom-step-icon {
  transform: scale(1.08);
}

.eom-step-label {
  font-family: 'Roboto', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 2px;
  transition: color 0.4s ease;
}

.eom-step.active .eom-step-label {
  color: #90191c;
}

.eom-step-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.25;
}

/* Day tag */
.eom-step-day {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 100px;
  background: #f7f5f0;
  color: #999;
  white-space: nowrap;
  letter-spacing: 0.5px;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

.eom-step.active .eom-step-day {
  background: rgba(144, 25, 28, 0.06);
  color: #90191c;
}

.eom-step-day-green {
  background: rgba(34, 160, 70, 0.06) !important;
  color: #22a046 !important;
}

.eom-step-card p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #888;
  line-height: 1.75;
  margin: 0;
}

/* ── Final Step (special) ── */
.eom-step-final .eom-step-card {
  background: linear-gradient(135deg, #fafff9 0%, #f6fdf5 100%);
  border-color: #d4edce;
}

.eom-step-final.active .eom-step-card {
  box-shadow: 0 8px 32px rgba(34, 160, 70, 0.08);
  border-color: rgba(34, 160, 70, 0.2);
}

.eom-step-final .eom-step-card::before {
  background: linear-gradient(90deg, #22a046, #4ade80);
}

.eom-step-final.active .eom-step-num {
  border-color: #22a046;
  background: #22a046;
  box-shadow: 0 0 0 6px rgba(34, 160, 70, 0.1), 0 4px 12px rgba(34, 160, 70, 0.2);
}

.eom-step-final.active .eom-step-connector-line {
  background: linear-gradient(90deg, #22a046, #4ade80);
}

.eom-step-final .eom-step-card h3 {
  color: #1a6e30;
}

.eom-step-final .eom-step-card p {
  font-weight: 500;
  color: #555;
  font-size: 15px;
}

/* ── Bottom CTA ── */
.eom-process-bottom {
  text-align: center;
  margin-top: 56px;
}

.eom-process-bottom-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 34px;
  background: #90191c;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-process-bottom-btn:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-process-bottom-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.eom-process-bottom-btn:hover svg {
  transform: translateX(3px);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-process-inner {
    padding: 70px 20px;
  }

  .eom-process h2 {
    font-size: 34px;
  }

  .eom-step-card {
    padding: 24px;
  }
}

@media (max-width: 768px) {
  .eom-process-inner {
    padding: 50px 16px;
  }

  .eom-process h2 {
    font-size: 28px;
  }

  .eom-progress-track {
    left: 22px;
  }

  .eom-step-node {
    width: 46px;
  }

  .eom-step-num {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }

  .eom-step-connector {
    width: 16px;
  }

  .eom-step-card {
    padding: 20px 18px;
  }

  .eom-step-card-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .eom-step-icon {
    width: 36px;
    height: 36px;
  }

  .eom-step-icon svg {
    width: 17px;
    height: 17px;
  }

  .eom-step-card h3 {
    font-size: 17px;
  }

  .eom-step-card p {
    font-size: 13.5px;
  }

  .eom-process-bottom-btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f78a2df */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Locations Section ── */
.eom-locations {
  width: 100%;
  background: #fff;
}

.eom-locations-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-locations-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
}

.eom-locations-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(144, 25, 28, 0.06);
  border: 1px solid rgba(144, 25, 28, 0.12);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  margin-bottom: 22px;
}

.eom-locations-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-locations-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-locations h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-locations h2 .eom-clr-gold { color: #c9a656; }

.eom-locations-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin: 0;
}

/* ── Main Layout ── */
.eom-loc-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* ── Left: Map ── */
.eom-loc-map-wrap {
  position: sticky;
  top: 100px;
  background: #faf9f6;
  border-radius: 20px;
  padding: 36px;
  border: 1px solid #eeebe4;
}

.eom-loc-map-title {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.3px;
}

.eom-loc-map-title svg {
  width: 18px;
  height: 18px;
  color: #c9a656;
}

.eom-loc-map-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.1;
}

/* UAE Map SVG */
.eom-uae-map {
  width: 100%;
  height: 100%;
}

.eom-uae-map .emirate-shape {
  fill: #ece8e0;
  stroke: #fff;
  stroke-width: 2;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.eom-uae-map .emirate-shape:hover,
.eom-uae-map .emirate-shape.active {
  fill: #90191c;
  stroke: #fff;
  filter: drop-shadow(0 4px 12px rgba(144, 25, 28, 0.25));
}

.eom-uae-map .emirate-shape.active {
  fill: #90191c;
}

/* Map Pins */
.eom-map-pin {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.eom-map-pin:hover {
  transform: scale(1.15);
}

.eom-map-pin circle {
  transition: all 0.3s ease;
}

.eom-map-pin.active circle:first-child {
  fill: #c9a656;
  r: 10;
}

/* Map Labels */
.eom-map-label {
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  font-weight: 500;
  fill: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  pointer-events: none;
  transition: all 0.3s ease;
}

.eom-map-label.active {
  fill: #90191c;
  font-weight: 600;
  font-size: 11px;
}

/* Map Legend */
.eom-loc-map-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #ece8e0;
}

.eom-loc-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  color: #aaa;
}

.eom-loc-legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.eom-loc-legend-dot-active { background: #90191c; }
.eom-loc-legend-dot-pin { background: #c9a656; }

/* ── Right: Emirate Cards ── */
.eom-loc-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eom-loc-card {
  background: #faf9f6;
  border: 1px solid #eeebe4;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.eom-loc-card:hover {
  border-color: rgba(144, 25, 28, 0.15);
  box-shadow: 0 6px 24px rgba(0,0,0,0.04);
}

.eom-loc-card.active {
  border-color: rgba(144, 25, 28, 0.2);
  background: #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
}

.eom-loc-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  gap: 14px;
}

.eom-loc-card-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 0;
}

.eom-loc-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(144, 25, 28, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.eom-loc-card.active .eom-loc-card-icon {
  background: #90191c;
}

.eom-loc-card-icon svg {
  width: 20px;
  height: 20px;
  color: #90191c;
  transition: color 0.3s ease;
}

.eom-loc-card.active .eom-loc-card-icon svg {
  color: #fff;
}

.eom-loc-card-name {
  font-family: 'Oswald', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.2;
}

.eom-loc-card-arrow {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f0ede6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.35s ease;
}

.eom-loc-card.active .eom-loc-card-arrow {
  background: rgba(144, 25, 28, 0.08);
  transform: rotate(180deg);
}

.eom-loc-card-arrow svg {
  width: 14px;
  height: 14px;
  color: #bbb;
  transition: color 0.3s ease;
}

.eom-loc-card.active .eom-loc-card-arrow svg {
  color: #90191c;
}

/* Expandable body */
.eom-loc-card-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-loc-card.active .eom-loc-card-body {
  max-height: 300px;
}

.eom-loc-card-body-inner {
  padding: 0 24px 24px;
}

.eom-loc-card-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #777;
  line-height: 1.7;
  margin: 0 0 16px;
}

.eom-loc-card-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.eom-loc-area-chip {
  display: inline-block;
  padding: 5px 12px;
  background: #f5f3ee;
  border-radius: 100px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #777;
  border: 1px solid #ece8e0;
  transition: all 0.25s ease;
}

.eom-loc-area-chip:hover {
  background: rgba(144, 25, 28, 0.04);
  border-color: rgba(144, 25, 28, 0.12);
  color: #90191c;
}

.eom-loc-area-chip-gold {
  background: rgba(201, 166, 86, 0.08);
  border-color: rgba(201, 166, 86, 0.2);
  color: #a88b3e;
}

.eom-loc-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #90191c;
  text-decoration: none;
  transition: all 0.3s ease;
}

.eom-loc-card-cta:hover {
  gap: 10px;
  color: #7a1518;
  text-decoration: none;
}

.eom-loc-card-cta svg {
  width: 15px;
  height: 15px;
  transition: transform 0.3s ease;
}

.eom-loc-card-cta:hover svg {
  transform: translateX(3px);
}

/* ── Cross-Emirate Banner ── */
.eom-loc-cross {
  margin-top: 48px;
  background: #faf9f6;
  border-radius: 18px;
  border: 1px solid #eeebe4;
  padding: 36px 40px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.eom-loc-cross-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: rgba(201, 166, 86, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-loc-cross-icon svg {
  width: 28px;
  height: 28px;
  color: #c9a656;
}

.eom-loc-cross-text {
  flex: 1;
}

.eom-loc-cross-text h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 6px;
}

.eom-loc-cross-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #888;
  margin: 0;
  line-height: 1.6;
}

.eom-loc-cross-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  background: #90191c;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.35s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.eom-loc-cross-btn:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-loc-cross-btn svg {
  width: 16px;
  height: 16px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-locations-inner { padding: 70px 20px; }
  .eom-locations h2 { font-size: 34px; }

  .eom-loc-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .eom-loc-map-wrap {
    position: static;
    max-width: 500px;
    margin: 0 auto;
  }

  .eom-loc-cross {
    flex-direction: column;
    text-align: center;
    padding: 30px 24px;
  }
}

@media (max-width: 600px) {
  .eom-locations-inner { padding: 50px 16px; }
  .eom-locations h2 { font-size: 28px; }

  .eom-loc-map-wrap { padding: 24px; }

  .eom-loc-card-header { padding: 16px 18px; }
  .eom-loc-card-body-inner { padding: 0 18px 18px; }
  .eom-loc-card-name { font-size: 17px; }

  .eom-loc-cross-btn {
    width: 100%;
    justify-content: center;
  }

  .eom-loc-map-legend {
    flex-direction: column;
    gap: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b4bfc66 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Pricing Section ── */
.eom-pricing {
  width: 100%;
  background: #f8f6f2;
}

.eom-pricing-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-pricing-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 20px;
}

.eom-pricing-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(144, 25, 28, 0.06);
  border: 1px solid rgba(144, 25, 28, 0.12);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  margin-bottom: 22px;
}

.eom-pricing-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-pricing-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-pricing h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-pricing h2 .eom-clr-gold { color: #c9a656; }

.eom-pricing-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin: 0;
}

/* ── Disclaimer Ribbon ── */
.eom-pricing-disclaimer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 640px;
  margin: 20px auto 52px;
  padding: 12px 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ece8e0;
}

.eom-pricing-disclaimer svg {
  width: 18px;
  height: 18px;
  color: #c9a656;
  flex-shrink: 0;
}

.eom-pricing-disclaimer p {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #888;
  margin: 0;
  line-height: 1.5;
  font-style: italic;
}

/* ── Pricing Cards Grid ── */
.eom-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

/* ── Pricing Card ── */
.eom-price-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eeebe4;
  padding: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

.eom-price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.07);
  border-color: transparent;
}

/* Card top accent */
.eom-price-card-accent {
  height: 4px;
  background: #ece8e0;
  transition: background 0.4s ease;
}

.eom-price-card:hover .eom-price-card-accent {
  background: linear-gradient(90deg, #90191c, #c9a656);
}

/* Featured/recommended card */
.eom-price-card-featured {
  border-color: rgba(144, 25, 28, 0.15);
  box-shadow: 0 8px 32px rgba(0,0,0,0.05);
}

.eom-price-card-featured .eom-price-card-accent {
  background: linear-gradient(90deg, #90191c, #c9a656);
}

.eom-price-card-popular {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #90191c;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  z-index: 2;
}

/* Card Body */
.eom-price-card-body {
  padding: 36px 30px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Size icon & label */
.eom-price-size {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.eom-price-size-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-price-size-icon svg {
  width: 26px;
  height: 26px;
}

.eom-price-size-sm { background: rgba(201, 166, 86, 0.1); color: #c9a656; }
.eom-price-size-md { background: rgba(144, 25, 28, 0.07); color: #90191c; }
.eom-price-size-lg { background: rgba(201, 166, 86, 0.1); color: #c9a656; }

.eom-price-size-text h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
}

.eom-price-size-label {
  font-family: 'Roboto', sans-serif;
  font-size: 12.5px;
  color: #aaa;
  margin-top: 2px;
}

/* Price range */
.eom-price-range {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f0ea;
}

.eom-price-amount {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #90191c;
  line-height: 1;
}

.eom-price-amount .eom-price-curr {
  font-size: 18px;
  font-weight: 500;
  color: #999;
  margin-right: 2px;
}

.eom-price-amount .eom-price-to {
  font-size: 16px;
  font-weight: 400;
  color: #ccc;
  margin: 0 6px;
}

.eom-price-amount .eom-price-max {
  color: #1a1a1a;
}

.eom-price-amount-custom {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #c9a656;
  line-height: 1;
}

.eom-price-note {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #bbb;
  margin-top: 6px;
}

/* Includes list */
.eom-price-includes {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  flex: 1;
}

.eom-price-includes li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  color: #666;
  line-height: 1.5;
}

.eom-price-includes li svg {
  width: 16px;
  height: 16px;
  color: #c9a656;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Card CTA */
.eom-price-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: auto;
}

.eom-price-cta svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.eom-price-cta:hover svg {
  transform: translateX(3px);
}

.eom-price-cta-outline {
  background: transparent;
  color: #90191c;
  border: 1.5px solid rgba(144, 25, 28, 0.2);
}

.eom-price-cta-outline:hover {
  background: rgba(144, 25, 28, 0.04);
  border-color: rgba(144, 25, 28, 0.35);
  color: #90191c;
  text-decoration: none;
}

.eom-price-cta-solid {
  background: #90191c;
  color: #fff;
  border: 1.5px solid #90191c;
}

.eom-price-cta-solid:hover {
  background: #7a1518;
  border-color: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

/* ── Cost Drivers Section ── */
.eom-cost-drivers {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #eeebe4;
  padding: 40px 36px;
  margin-bottom: 40px;
}

.eom-cost-drivers-title {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.eom-cost-drivers-title svg {
  width: 22px;
  height: 22px;
  color: #c9a656;
}

.eom-cost-drivers-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #999;
  margin: 0 0 28px;
  line-height: 1.6;
}

.eom-drivers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.eom-driver {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #faf9f6;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #f0ede6;
  transition: all 0.3s ease;
}

.eom-driver:hover {
  border-color: rgba(201, 166, 86, 0.2);
  box-shadow: 0 4px 16px rgba(0,0,0,0.03);
}

.eom-driver-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(201, 166, 86, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-driver-icon svg {
  width: 16px;
  height: 16px;
  color: #c9a656;
}

.eom-driver-text h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0 0 4px;
}

.eom-driver-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 12.5px;
  color: #999;
  margin: 0;
  line-height: 1.5;
}

/* ── Bottom Banner ── */
.eom-pricing-bottom {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #eeebe4;
  padding: 36px 40px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.eom-pricing-bottom-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: rgba(144, 25, 28, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-pricing-bottom-icon svg {
  width: 28px;
  height: 28px;
  color: #90191c;
}

.eom-pricing-bottom-text {
  flex: 1;
}

.eom-pricing-bottom-text h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 6px;
}

.eom-pricing-bottom-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #888;
  margin: 0;
  line-height: 1.6;
}

.eom-pricing-bottom-text strong {
  color: #555;
}

.eom-pricing-bottom-btns {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.eom-pb-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.35s ease;
  white-space: nowrap;
}

.eom-pb-btn svg {
  width: 16px;
  height: 16px;
}

.eom-pb-primary {
  background: #90191c;
  color: #fff;
  border: 1.5px solid #90191c;
}

.eom-pb-primary:hover {
  background: #7a1518;
  border-color: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-pb-secondary {
  background: transparent;
  color: #1a1a1a;
  border: 1.5px solid #ddd;
}

.eom-pb-secondary:hover {
  border-color: #c9a656;
  color: #90191c;
  text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-pricing-inner { padding: 70px 20px; }
  .eom-pricing h2 { font-size: 34px; }

  .eom-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .eom-drivers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .eom-pricing-bottom {
    flex-direction: column;
    text-align: center;
    padding: 30px 24px;
  }

  .eom-pricing-bottom-btns {
    flex-direction: column;
    width: 100%;
  }

  .eom-pb-btn {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .eom-pricing-inner { padding: 50px 16px; }
  .eom-pricing h2 { font-size: 28px; }

  .eom-price-card-body { padding: 28px 22px 26px; }
  .eom-price-amount { font-size: 30px; }
  .eom-price-amount-custom { font-size: 24px; }

  .eom-drivers-grid {
    grid-template-columns: 1fr;
  }

  .eom-cost-drivers { padding: 28px 22px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55b50d9 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── FAQ Section ── */
.eom-faq {
  width: 100%;
  background: #f8f6f2;
}

.eom-faq-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-faq-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
}

.eom-faq-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(144, 25, 28, 0.06);
  border: 1px solid rgba(144, 25, 28, 0.12);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  margin-bottom: 22px;
}

.eom-faq-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-faq-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-faq h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-faq h2 .eom-clr-gold { color: #c9a656; }

.eom-faq-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin: 0;
}

/* ── Layout ── */
.eom-faq-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}

/* ── FAQ Accordion ── */
.eom-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.eom-faq-item {
  background: #fff;
  border: 1px solid #eeebe4;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-faq-item:hover {
  border-color: rgba(201, 166, 86, 0.25);
}

.eom-faq-item.active {
  border-color: rgba(144, 25, 28, 0.15);
  box-shadow: 0 6px 24px rgba(0,0,0,0.04);
}

/* Question header */
.eom-faq-question {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 26px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.eom-faq-q-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(144, 25, 28, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.35s ease;
}

.eom-faq-item.active .eom-faq-q-icon {
  background: #90191c;
}

.eom-faq-q-icon span {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #90191c;
  transition: color 0.35s ease;
}

.eom-faq-item.active .eom-faq-q-icon span {
  color: #fff;
}

.eom-faq-q-text {
  flex: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.eom-faq-item.active .eom-faq-q-text {
  color: #1a1a1a;
}

.eom-faq-toggle {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #f5f3ee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.35s ease;
  position: relative;
}

.eom-faq-item.active .eom-faq-toggle {
  background: rgba(144, 25, 28, 0.06);
}

.eom-faq-toggle-bar {
  position: absolute;
  background: #bbb;
  border-radius: 1px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-faq-toggle-h {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.eom-faq-toggle-v {
  width: 2px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.eom-faq-item.active .eom-faq-toggle-bar {
  background: #90191c;
}

.eom-faq-item.active .eom-faq-toggle-v {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

/* Answer body */
.eom-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-faq-item.active .eom-faq-answer {
  max-height: 400px;
}

.eom-faq-answer-inner {
  padding: 0 26px 26px 80px;
}

.eom-faq-answer-text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #777;
  line-height: 1.8;
  margin: 0;
}

.eom-faq-answer-text strong {
  color: #555;
  font-weight: 600;
}

/* Answer accent line */
.eom-faq-answer-inner::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, #c9a656, transparent);
  border-radius: 2px;
  margin-bottom: 14px;
}

/* ── Right Sidebar ── */
.eom-faq-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* CTA Card */
.eom-faq-cta-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #eeebe4;
  padding: 32px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.eom-faq-cta-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #90191c, #c9a656);
}

.eom-faq-cta-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 14px;
  background: rgba(144, 25, 28, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}

.eom-faq-cta-icon svg {
  width: 26px;
  height: 26px;
  color: #90191c;
}

.eom-faq-cta-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 8px;
}

.eom-faq-cta-card p {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  color: #999;
  line-height: 1.6;
  margin: 0 0 22px;
}

.eom-faq-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px;
  background: #90191c;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.35s ease;
}

.eom-faq-cta-btn:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-faq-cta-btn svg {
  width: 16px;
  height: 16px;
}

/* Contact mini cards */
.eom-faq-contact-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #eeebe4;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.eom-faq-contact-card:hover {
  border-color: rgba(201, 166, 86, 0.25);
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
  transform: translateY(-2px);
  text-decoration: none;
}

.eom-faq-contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-faq-contact-icon svg {
  width: 20px;
  height: 20px;
}

.eom-faq-contact-icon-phone {
  background: rgba(144, 25, 28, 0.06);
  color: #90191c;
}

.eom-faq-contact-icon-wa {
  background: rgba(37, 211, 102, 0.08);
  color: #25d366;
}

.eom-faq-contact-text {
  flex: 1;
}

.eom-faq-contact-label {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.eom-faq-contact-value {
  font-family: 'Roboto', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: #333;
}

.eom-faq-contact-arrow {
  color: #ddd;
  transition: all 0.3s ease;
}

.eom-faq-contact-card:hover .eom-faq-contact-arrow {
  color: #c9a656;
  transform: translateX(2px);
}

.eom-faq-contact-arrow svg {
  width: 16px;
  height: 16px;
}

/* More questions note */
.eom-faq-more {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #eeebe4;
  padding: 20px 22px;
  text-align: center;
}

.eom-faq-more p {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #999;
  margin: 0;
  line-height: 1.6;
}

.eom-faq-more a {
  color: #90191c;
  font-weight: 600;
  text-decoration: none;
}

.eom-faq-more a:hover {
  text-decoration: underline;
}

/* ── Schema Markup (hidden) ── */
.eom-faq-schema {
  display: none;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-faq-inner { padding: 70px 20px; }
  .eom-faq h2 { font-size: 34px; }

  .eom-faq-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .eom-faq-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .eom-faq-cta-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .eom-faq-inner { padding: 50px 16px; }
  .eom-faq h2 { font-size: 28px; }

  .eom-faq-question { padding: 18px 18px; gap: 12px; }
  .eom-faq-q-icon { width: 34px; height: 34px; }
  .eom-faq-q-icon span { font-size: 13px; }
  .eom-faq-q-text { font-size: 14.5px; }
  .eom-faq-toggle { width: 30px; height: 30px; }

  .eom-faq-answer-inner { padding: 0 18px 20px 18px; }

  .eom-faq-sidebar {
    grid-template-columns: 1fr;
  }

  .eom-faq-cta-card {
    grid-column: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c82adc */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Why Choose Us Section ── */
.eom-why {
  width: 100%;
  background: #fff;
}

.eom-why-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-why-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
}

.eom-why-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(144, 25, 28, 0.06);
  border: 1px solid rgba(144, 25, 28, 0.12);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  margin-bottom: 22px;
}

.eom-why-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-why-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-why h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-why h2 .eom-clr-gold { color: #c9a656; }

.eom-why-lead {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
}

.eom-why-lead strong {
  color: #90191c;
  font-weight: 600;
}

/* ── Main Layout ── */
.eom-why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
}

/* ── Left: Team Image + Stats ── */
.eom-why-left {
  position: sticky;
  top: 100px;
}

.eom-why-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 52px rgba(0,0,0,0.08);
}

.eom-why-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

/* Gold corners */
.eom-why-img-wrap::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 70px;
  height: 70px;
  border-top: 4px solid #c9a656;
  border-left: 4px solid #c9a656;
  border-radius: 20px 0 0 0;
  z-index: 2;
}

.eom-why-img-wrap::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 70px;
  height: 70px;
  border-bottom: 4px solid #c9a656;
  border-right: 4px solid #c9a656;
  border-radius: 0 0 20px 0;
  z-index: 2;
}

/* Overlay gradient at bottom for stats */
.eom-why-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
  padding: 60px 28px 24px;
  z-index: 2;
}

.eom-why-img-quote {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.9);
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 16px;
  max-width: 380px;
}

.eom-why-img-quote span {
  color: #c9a656;
  font-weight: 600;
  font-style: normal;
}

/* Stats strip */
.eom-why-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.eom-why-stat {
  background: #faf9f6;
  border-radius: 14px;
  padding: 20px 16px;
  text-align: center;
  border: 1px solid #eeebe4;
  transition: all 0.3s ease;
}

.eom-why-stat:hover {
  border-color: rgba(201, 166, 86, 0.25);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.eom-why-stat-num {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #90191c;
  line-height: 1;
  margin-bottom: 4px;
}

.eom-why-stat-num span {
  color: #c9a656;
  font-size: 20px;
}

.eom-why-stat-label {
  font-family: 'Roboto', sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1.3;
}

/* ── Right: Reason Cards ── */
.eom-why-reasons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eom-why-reason {
  background: #faf9f6;
  border: 1px solid #eeebe4;
  border-radius: 16px;
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-why-reason:hover {
  border-color: rgba(144, 25, 28, 0.12);
  background: #fff;
  box-shadow: 0 8px 28px rgba(0,0,0,0.05);
  transform: translateX(4px);
}

/* Left accent bar */
.eom-why-reason::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(to bottom, #90191c, #c9a656);
  border-radius: 16px 0 0 16px;
  transition: width 0.35s ease;
}

.eom-why-reason:hover::before {
  width: 4px;
}

.eom-why-reason-top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

.eom-why-reason-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.eom-why-reason-icon svg {
  width: 22px;
  height: 22px;
}

.eom-why-reason:hover .eom-why-reason-icon {
  transform: scale(1.06);
}

.eom-why-reason-icon-1 { background: rgba(144, 25, 28, 0.07); color: #90191c; }
.eom-why-reason-icon-2 { background: rgba(201, 166, 86, 0.1); color: #c9a656; }
.eom-why-reason-icon-3 { background: rgba(144, 25, 28, 0.07); color: #90191c; }
.eom-why-reason-icon-4 { background: rgba(201, 166, 86, 0.1); color: #c9a656; }
.eom-why-reason-icon-5 { background: rgba(144, 25, 28, 0.07); color: #90191c; }
.eom-why-reason-icon-6 { background: rgba(201, 166, 86, 0.1); color: #c9a656; }

.eom-why-reason-title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 6px 0 0;
  line-height: 1.3;
}

.eom-why-reason-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #888;
  line-height: 1.75;
  margin: 0;
  padding-left: 60px;
}

/* ── Challenge Callout ── */
.eom-why-challenge {
  margin-top: 16px;
  background: #faf9f6;
  border: 1px solid #eeebe4;
  border-radius: 16px;
  padding: 28px 26px;
  position: relative;
}

.eom-why-challenge-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.eom-why-challenge-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(34, 160, 70, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-why-challenge-icon svg {
  width: 22px;
  height: 22px;
  color: #22a046;
}

.eom-why-challenge-text h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1a6e30;
  margin: 0 0 8px;
  line-height: 1.3;
}

.eom-why-challenge-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  color: #888;
  line-height: 1.75;
  margin: 0;
}

/* ── Bottom CTAs ── */
.eom-why-bottom {
  margin-top: 56px;
  text-align: center;
}

.eom-why-bottom-btns {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.eom-why-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 34px;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-why-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.eom-why-btn:hover svg {
  transform: translateX(3px);
}

.eom-why-btn-primary {
  background: #90191c;
  color: #fff;
  border: 1.5px solid #90191c;
}

.eom-why-btn-primary:hover {
  background: #7a1518;
  border-color: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-why-btn-whatsapp {
  background: #25d366;
  color: #fff;
  border: 1.5px solid #25d366;
}

.eom-why-btn-whatsapp:hover {
  background: #20bd5a;
  border-color: #20bd5a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.25);
  color: #fff;
  text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-why-inner { padding: 70px 20px; }
  .eom-why h2 { font-size: 34px; }

  .eom-why-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .eom-why-left {
    position: static;
    max-width: 560px;
    margin: 0 auto;
  }

  .eom-why-reason-desc {
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .eom-why-inner { padding: 50px 16px; }
  .eom-why h2 { font-size: 28px; }
  .eom-why-lead { font-size: 15px; }

  .eom-why-img-wrap img { height: 360px; }

  .eom-why-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .eom-why-stat { padding: 14px 10px; }
  .eom-why-stat-num { font-size: 24px; }
  .eom-why-stat-label { font-size: 10px; }

  .eom-why-reason { padding: 22px 20px; }
  .eom-why-reason-top { gap: 12px; }
  .eom-why-reason-icon { width: 38px; height: 38px; }
  .eom-why-reason-icon svg { width: 18px; height: 18px; }
  .eom-why-reason-title { font-size: 16px; }

  .eom-why-bottom-btns {
    flex-direction: column;
    align-items: center;
  }

  .eom-why-btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */