.elementor-30 .elementor-element.elementor-element-6bdb186c{--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-30 .elementor-element.elementor-element-7179b9ec{--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-30 .elementor-element.elementor-element-363fadd{--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-30 .elementor-element.elementor-element-180ebd6{--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-30 .elementor-element.elementor-element-180ebd6:not(.elementor-motion-effects-element-type-background), .elementor-30 .elementor-element.elementor-element-180ebd6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-30 .elementor-element.elementor-element-5589676{--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-30 .elementor-element.elementor-element-5464740d{--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-30 .elementor-element.elementor-element-3ce15f25{--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-30 .elementor-element.elementor-element-3c3ab5fc{--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-30 .elementor-element.elementor-element-5ca43f61{--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-30 .elementor-element.elementor-element-21e2b236{--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-15e735cd */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Dubai Hero Section ── */
.eom-dhero {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f8f6f2;
}

/* Background pattern */
.eom-dhero-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(144, 25, 28, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(201, 166, 86, 0.04) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.eom-dhero-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 70px 20px 80px;
  position: relative;
  z-index: 2;
}

/* ── Breadcrumb ── */
.eom-dhero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.eom-dhero-breadcrumb a {
  font-family: 'Roboto', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: #aaa;
  text-decoration: none;
  transition: color 0.25s ease;
}

.eom-dhero-breadcrumb a:hover {
  color: #90191c;
  text-decoration: none;
}

.eom-dhero-breadcrumb svg {
  width: 12px;
  height: 12px;
  color: #ddd;
  flex-shrink: 0;
}

.eom-dhero-breadcrumb span {
  font-family: 'Roboto', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: #90191c;
}

/* ── Main Grid ── */
.eom-dhero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: center;
}

/* ── Left Content ── */
.eom-dhero-content {}

.eom-dhero-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-dhero-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
  animation: eomDheroPulse 2s ease-in-out infinite;
}

@keyframes eomDheroPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}

.eom-dhero-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-dhero h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.08;
  color: #1a1a1a;
  margin: 0 0 6px;
  letter-spacing: -0.5px;
}

.eom-dhero h1 .eom-dh-highlight {
  color: #90191c;
  position: relative;
}

.eom-dhero h1 .eom-dh-highlight::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c9a656;
  border-radius: 2px;
}

.eom-dhero-h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #c9a656;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.6;
  margin: 0 0 24px;
  max-width: 540px;
}

.eom-dhero-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.75;
  color: #666;
  margin: 0 0 12px;
  max-width: 530px;
}

.eom-dhero-desc-bold {
  font-family: 'Roboto', sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.7;
  color: #555;
  margin: 0 0 32px;
  max-width: 530px;
  font-style: italic;
}

/* ── Buttons ── */
.eom-dhero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.eom-dhero-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: 8px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.eom-dhero-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-dhero-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-dhero-btn-primary:hover::before { opacity: 1; }

.eom-dhero-btn-primary svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.eom-dhero-btn-primary:hover svg {
  transform: translateX(3px);
}

.eom-dhero-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-dhero-btn-wa:hover {
  background: #20bd5a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-dhero-btn-wa svg {
  width: 18px;
  height: 18px;
}

/* ── Trust Indicators ── */
.eom-dhero-trust {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.eom-dhero-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eom-dhero-trust-icon {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  border: 1px solid #f0ede6;
}

.eom-dhero-trust-icon svg {
  width: 18px;
  height: 18px;
  color: #c9a656;
}

.eom-dhero-trust-text {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  line-height: 1.3;
}

.eom-dhero-trust-text strong {
  display: block;
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 600;
}

/* ── Right Visual ── */
.eom-dhero-visual {
  position: relative;
}

/* Main image card */
.eom-dhero-img-main {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.eom-dhero-img-main img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

/* Gold corner accents */
.eom-dhero-img-main::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 20px 0 0;
  z-index: 2;
}

.eom-dhero-img-main::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 20px;
  z-index: 2;
}

/* Overlay checklist */
.eom-dhero-checklist {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 14px;
  padding: 20px 22px;
  z-index: 3;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.eom-dhero-check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 140px;
}

.eom-dhero-check-icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: rgba(144, 25, 28, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-dhero-check-icon svg {
  width: 14px;
  height: 14px;
  color: #90191c;
}

.eom-dhero-check-text {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
}

/* Floating badge */
.eom-dhero-float {
  position: absolute;
  top: 24px;
  left: -24px;
  background: #fff;
  border-radius: 14px;
  padding: 16px 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 4;
  animation: eomDheroFloat 3s ease-in-out infinite;
}

@keyframes eomDheroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.eom-dhero-float-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #90191c, #b22225);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-dhero-float-icon svg {
  width: 22px;
  height: 22px;
  color: #fff;
}

.eom-dhero-float-text strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.2;
}

.eom-dhero-float-text span {
  font-family: 'Roboto', sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  color: #999;
  letter-spacing: 0.3px;
}

/* Experience badge */
.eom-dhero-exp {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 14px;
  padding: 16px 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  z-index: 4;
  text-align: center;
  animation: eomDheroFloat 3s ease-in-out infinite 1.5s;
}

.eom-dhero-exp-num {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #90191c;
  line-height: 1;
}

.eom-dhero-exp-num span {
  color: #c9a656;
  font-size: 16px;
}

.eom-dhero-exp-label {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 3px;
}

/* ── Decorative ── */
.eom-dhero-deco-dots {
  position: absolute;
  top: 30px;
  right: 0;
  display: grid;
  grid-template-columns: repeat(4, 6px);
  gap: 10px;
  opacity: 0.15;
  z-index: 1;
}

.eom-dhero-deco-dots span {
  width: 6px;
  height: 6px;
  background: #c9a656;
  border-radius: 50%;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .eom-dhero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .eom-dhero-inner {
    padding: 50px 20px 60px;
    text-align: center;
  }

  .eom-dhero-h2,
  .eom-dhero-desc,
  .eom-dhero-desc-bold {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .eom-dhero-desc-bold {
    margin-bottom: 28px;
  }

  .eom-dhero-btns {
    justify-content: center;
  }

  .eom-dhero-trust {
    justify-content: center;
  }

  .eom-dhero-breadcrumb {
    justify-content: center;
  }

  .eom-dhero-visual {
    order: -1;
    max-width: 560px;
    margin: 0 auto;
  }

  .eom-dhero-float {
    left: 10px;
    top: 16px;
  }

  .eom-dhero-exp {
    right: 10px;
    top: 16px;
    transform: none;
  }
}

@media (max-width: 600px) {
  .eom-dhero-inner {
    padding: 36px 16px 44px;
  }

  .eom-dhero h1 {
    font-size: 36px;
  }

  .eom-dhero-h2 {
    font-size: 12.5px;
    letter-spacing: 1px;
  }

  .eom-dhero-desc {
    font-size: 14.5px;
  }

  .eom-dhero-btns {
    flex-direction: column;
    align-items: center;
  }

  .eom-dhero-btn-primary,
  .eom-dhero-btn-wa {
    width: 100%;
    justify-content: center;
  }

  .eom-dhero-trust {
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .eom-dhero-img-main img {
    height: 340px;
  }

  .eom-dhero-checklist {
    flex-direction: column;
    gap: 10px;
    padding: 16px 18px;
  }

  .eom-dhero-check-item {
    min-width: auto;
  }

  .eom-dhero-float {
    padding: 12px 16px;
  }

  .eom-dhero-float-text strong { font-size: 14px; }
  .eom-dhero-float-icon { width: 38px; height: 38px; }

  .eom-dhero-exp { padding: 12px 14px; }
  .eom-dhero-exp-num { font-size: 22px; }

  .eom-dhero-deco-dots { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b2178af */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Dubai Services Section ── */
.eom-dsrv {
  width: 100%;
  background: #fff;
}

.eom-dsrv-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-dsrv-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.eom-dsrv-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-dsrv-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-dsrv-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-dsrv h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-dsrv h2 .eom-clr-gold { color: #c9a656; }

.eom-dsrv-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin: 0;
}

/* ── Featured Row (first 2 cards side by side) ── */
.eom-dsrv-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.eom-dsrv-fcard {
  background: #faf9f6;
  border: 1px solid #eeebe4;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

.eom-dsrv-fcard:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.07);
  border-color: transparent;
}

/* Featured image */
.eom-dsrv-fcard-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.eom-dsrv-fcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-dsrv-fcard:hover .eom-dsrv-fcard-img img {
  transform: scale(1.05);
}

.eom-dsrv-fcard-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to top, rgba(0,0,0,0.04), transparent);
  pointer-events: none;
}

/* Badge */
.eom-dsrv-fcard-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 8px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

.eom-dsrv-fcard-badge svg {
  width: 14px;
  height: 14px;
  color: #c9a656;
}

.eom-dsrv-fcard-badge span {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Icon overlay */
.eom-dsrv-fcard-icon-wrap {
  position: absolute;
  bottom: -22px;
  left: 24px;
  z-index: 3;
}

.eom-dsrv-fcard-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 #f5f3ee;
}

.eom-dsrv-fcard-icon svg {
  width: 22px;
  height: 22px;
  color: #c9a656;
}

/* Featured body */
.eom-dsrv-fcard-body {
  padding: 34px 24px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.eom-dsrv-fcard-body::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #c9a656;
  border-radius: 2px;
  margin-bottom: 18px;
  transition: width 0.4s ease;
}

.eom-dsrv-fcard:hover .eom-dsrv-fcard-body::before {
  width: 36px;
}

.eom-dsrv-fcard-body h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 12px;
  line-height: 1.25;
}

.eom-dsrv-fcard-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-dsrv-fcard-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-dsrv-fcard-link:hover {
  gap: 10px;
  color: #7a1518;
  text-decoration: none;
}

.eom-dsrv-fcard-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.eom-dsrv-fcard-link:hover svg {
  transform: translateX(3px);
}

/* ── Alternating Feature Rows ── */
.eom-dsrv-alt {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 0;
  background: #faf9f6;
  border: 1px solid #eeebe4;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-dsrv-alt:hover {
  box-shadow: 0 14px 44px rgba(0,0,0,0.06);
  transform: translateY(-4px);
  border-color: transparent;
}

.eom-dsrv-alt-reverse {
  direction: rtl;
}

.eom-dsrv-alt-reverse > * {
  direction: ltr;
}

/* Alt image */
.eom-dsrv-alt-img {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

.eom-dsrv-alt-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-dsrv-alt:hover .eom-dsrv-alt-img img {
  transform: scale(1.05);
}

/* Alt number */
.eom-dsrv-alt-num {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: rgba(255,255,255,0.2);
  line-height: 1;
  pointer-events: none;
}

.eom-dsrv-alt-reverse .eom-dsrv-alt-num {
  right: auto;
  left: 16px;
}

/* Alt content */
.eom-dsrv-alt-content {
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eom-dsrv-alt-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.eom-dsrv-alt-label-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eom-dsrv-alt-label-icon svg {
  width: 16px;
  height: 16px;
}

.eom-dsrv-alt-label-icon-red { background: rgba(144, 25, 28, 0.07); color: #90191c; }
.eom-dsrv-alt-label-icon-gold { background: rgba(201, 166, 86, 0.1); color: #c9a656; }

.eom-dsrv-alt-label span {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.eom-dsrv-alt-content h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 14px;
  line-height: 1.2;
}

.eom-dsrv-alt-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #777;
  line-height: 1.8;
  margin: 0 0 24px;
}

.eom-dsrv-alt-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-dsrv-alt-link:hover {
  gap: 12px;
  color: #7a1518;
  text-decoration: none;
}

.eom-dsrv-alt-link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.eom-dsrv-alt-link:hover svg {
  transform: translateX(3px);
}

/* ── Bottom 2 Cards Grid ── */
.eom-dsrv-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* ── Bottom CTA ── */
.eom-dsrv-cta {
  text-align: center;
  margin-top: 52px;
}

.eom-dsrv-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 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-dsrv-cta-btn:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-dsrv-cta-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.eom-dsrv-cta-btn:hover svg {
  transform: translateX(3px);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-dsrv-inner { padding: 70px 20px; }
  .eom-dsrv h2 { font-size: 34px; }

  .eom-dsrv-featured { grid-template-columns: 1fr; }

  .eom-dsrv-alt {
    grid-template-columns: 1fr;
  }

  .eom-dsrv-alt-reverse { direction: ltr; }

  .eom-dsrv-alt-img { min-height: 260px; }

  .eom-dsrv-alt-content { padding: 32px 28px; }
  .eom-dsrv-alt-content h3 { font-size: 22px; }

  .eom-dsrv-alt-num {
    right: 16px !important;
    left: auto !important;
  }

  .eom-dsrv-bottom-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .eom-dsrv-inner { padding: 50px 16px; }
  .eom-dsrv h2 { font-size: 28px; }

  .eom-dsrv-fcard-img { height: 190px; }
  .eom-dsrv-fcard-body { padding: 30px 20px 24px; }

  .eom-dsrv-alt-img { min-height: 220px; }
  .eom-dsrv-alt-content { padding: 26px 20px; }
  .eom-dsrv-alt-content h3 { font-size: 20px; }
  .eom-dsrv-alt-num { font-size: 48px; }

  .eom-dsrv-cta-btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b5a2032 *//* ── Root tokens (match existing site palette) ────────────────── */
.eom-climate {
  --cl-red:    #90191c;
  --cl-gold:   #c9a656;
  --cl-dark:   #1a1209;
  --cl-bg:     #faf8f4;
  --cl-border: #ece8e0;
  --cl-text:   #3a2e1e;
  --cl-muted:  #7a6e5e;
  font-family: 'Roboto', sans-serif;
}

/* ── Section wrapper ──────────────────────────────────────────── */
.eom-climate {
  background: var(--cl-bg);
  padding: 96px 24px;
}
.eom-climate-inner {
  max-width: 1180px;
  margin: 0 auto;
}

/* ── Header ───────────────────────────────────────────────────── */
.eom-climate-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--cl-border);
  border-radius: 4px;
  padding: 6px 14px;
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cl-red);
  margin-bottom: 24px;
}
.eom-climate-tag span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cl-gold);
  flex-shrink: 0;
}
.eom-climate-header {
  margin-bottom: 64px;
}
.eom-climate h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  color: var(--cl-dark);
  line-height: 1.15;
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.eom-climate h2 em {
  font-style: normal;
  color: var(--cl-red);
}
.eom-climate-h3 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 400;
  color: var(--cl-gold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 28px;
}
.eom-climate-lead {
  font-size: 17px;
  line-height: 1.75;
  color: var(--cl-text);
  max-width: 760px;
  margin: 0;
}

/* ── Temperature callout banner ───────────────────────────────── */
.eom-climate-banner {
  display: flex;
  align-items: center;
  gap: 28px;
  background: var(--cl-red);
  border-radius: 6px;
  padding: 28px 36px;
  margin-bottom: 64px;
  flex-wrap: wrap;
}
.eom-climate-banner-temp {
  font-family: 'Oswald', sans-serif;
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  flex-shrink: 0;
}
.eom-climate-banner-temp sup {
  font-size: 32px;
  vertical-align: super;
  color: var(--cl-gold);
}
.eom-climate-banner-divider {
  width: 1px;
  height: 64px;
  background: rgba(255,255,255,0.25);
  flex-shrink: 0;
}
.eom-climate-banner-text {
  color: rgba(255,255,255,0.92);
  font-size: 16px;
  line-height: 1.65;
  flex: 1;
  min-width: 220px;
}
.eom-climate-banner-text strong {
  color: #fff;
  font-weight: 600;
}

/* ── Damage cards grid ────────────────────────────────────────── */
.eom-climate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
  margin-bottom: 64px;
}
.eom-climate-card {
  background: #fff;
  border: 1px solid var(--cl-border);
  border-radius: 6px;
  padding: 32px 28px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.eom-climate-card:hover {
  border-color: var(--cl-gold);
  box-shadow: 0 6px 28px rgba(144,25,28,0.08);
}
.eom-climate-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: #fdf5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
}
.eom-climate-card-icon svg {
  width: 22px;
  height: 22px;
  color: var(--cl-red);
  stroke: var(--cl-red);
}
.eom-climate-card-title {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--cl-dark);
  margin: 0 0 12px;
}
.eom-climate-card-risk {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cl-red);
  background: #fdf5f5;
  border-radius: 3px;
  padding: 3px 10px;
  margin-bottom: 14px;
}
.eom-climate-card p {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--cl-muted);
  margin: 0;
}

/* ── Conclusion block ─────────────────────────────────────────── */
.eom-climate-conclusion {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  background: #fff;
  border: 1px solid var(--cl-border);
  border-left: 4px solid var(--cl-gold);
  border-radius: 6px;
  padding: 36px 40px;
}
.eom-climate-conclusion-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--cl-red), #b52025);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.eom-climate-conclusion-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}
.eom-climate-conclusion-body p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--cl-text);
  margin: 0;
}
.eom-climate-conclusion-body strong {
  color: var(--cl-dark);
}

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 680px) {
  .eom-climate { padding: 64px 20px; }
  .eom-climate-banner { padding: 24px 24px; gap: 20px; }
  .eom-climate-banner-temp { font-size: 52px; }
  .eom-climate-banner-divider { display: none; }
  .eom-climate-grid { grid-template-columns: 1fr; }
  .eom-climate-conclusion { flex-direction: column; gap: 20px; padding: 28px 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32c5b8c *//* ── Same-Mover Advantage — White / Light Design ────────────────
   Background: #ffffff (matches site's alternating white sections)
   ─────────────────────────────────────────────────────────────── */

.eom-sma {
  --sma-red:    #90191c;
  --sma-gold:   #c9a656;
  --sma-dark:   #1a1209;
  --sma-cream:  #f8f6f2;
  --sma-border: #ece8e0;
  --sma-text:   #3a2e1e;
  --sma-muted:  #7a6e5e;
  background: #ffffff;
  padding: 100px 24px;
  font-family: 'Roboto', sans-serif;
}

.eom-sma-inner {
  max-width: 1180px;
  margin: 0 auto;
}

/* ── Top layout: label + headline left / intro right ─────────── */
.eom-sma-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 72px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--sma-border);
}

.eom-sma-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--sma-cream);
  border: 1px solid var(--sma-border);
  border-radius: 4px;
  padding: 6px 14px;
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sma-red);
  margin-bottom: 28px;
}
.eom-sma-tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sma-gold);
  flex-shrink: 0;
}

.eom-sma h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(30px, 4.5vw, 52px);
  font-weight: 700;
  color: var(--sma-dark);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}
.eom-sma h2 em {
  font-style: normal;
  color: var(--sma-red);
}

.eom-sma-intro {
  font-size: 16px;
  line-height: 1.8;
  color: var(--sma-muted);
  align-self: end;
}

/* ── Advantage rows ───────────────────────────────────────────── */
.eom-sma-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}

.eom-sma-item {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: start;
  gap: 32px;
  padding: 40px 0;
  border-bottom: 1px solid var(--sma-border);
  cursor: default;
}
.eom-sma-item:first-child {
  border-top: 1px solid var(--sma-border);
}
.eom-sma-item:hover .eom-sma-num {
  color: rgba(144,25,28,0.25);
}
.eom-sma-num {
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: rgba(201,166,86,0.22);
  line-height: 1;
  transition: color 0.3s ease;
  padding-top: 4px;
}

.eom-sma-body {
  flex: 1;
}
.eom-sma-body-title {
  font-family: 'Oswald', sans-serif;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--sma-dark);
  margin: 0 0 12px;
}
.eom-sma-body p {
  font-size: 15px;
  line-height: 1.78;
  color: var(--sma-muted);
  margin: 0;
  max-width: 640px;
}

.eom-sma-icon-wrap {
  width: 40px;
  height: 40px;
  border: 1px solid var(--sma-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 4px;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.eom-sma-item:hover .eom-sma-icon-wrap {
  border-color: var(--sma-gold);
  background: rgba(201,166,86,0.08);
}
.eom-sma-icon-wrap svg {
  width: 18px;
  height: 18px;
  stroke: #c9c0b0;
  transition: stroke 0.3s ease;
}
.eom-sma-item:hover .eom-sma-icon-wrap svg {
  stroke: var(--sma-gold);
}

/* ── Bottom callout ───────────────────────────────────────────── */
.eom-sma-callout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--sma-border);
  border-radius: 6px;
  overflow: hidden;
}
.eom-sma-callout-left {
  background: var(--sma-red);
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eom-sma-callout-label {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 12px;
}
.eom-sma-callout-stat {
  font-family: 'Oswald', sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
}
.eom-sma-callout-stat-sub {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.eom-sma-callout-right {
  background: var(--sma-cream);
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--sma-border);
}
.eom-sma-callout-right p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--sma-muted);
  margin: 0 0 24px;
}
.eom-sma-callout-right p strong {
  color: var(--sma-dark);
}
.eom-sma-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sma-red);
  text-decoration: none;
  border-bottom: 1px solid rgba(144,25,28,0.25);
  padding-bottom: 4px;
  transition: border-color 0.3s ease, gap 0.3s ease;
}
.eom-sma-cta-link:hover {
  border-color: var(--sma-red);
  gap: 16px;
}
.eom-sma-cta-link svg {
  width: 16px;
  height: 16px;
  stroke: var(--sma-red);
}

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 900px) {
  .eom-sma-top {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 56px;
    padding-bottom: 40px;
  }
  .eom-sma-callout {
    grid-template-columns: 1fr;
  }
  .eom-sma-callout-right {
    border-left: none;
    border-top: 1px solid var(--sma-border);
  }
}
@media (max-width: 640px) {
  .eom-sma { padding: 72px 20px; }
  .eom-sma-item {
    grid-template-columns: 52px 1fr;
    gap: 20px;
  }
  .eom-sma-icon-wrap { display: none; }
  .eom-sma-num { font-size: 36px; }
  .eom-sma-callout-left,
  .eom-sma-callout-right { padding: 32px 28px; }
  .eom-sma-callout-stat { font-size: 42px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc5c326 *//* ── Document Retention — Split Table Design ─────────────────── */

.eom-ret {
  --ret-red:    #90191c;
  --ret-gold:   #c9a656;
  --ret-dark:   #1a1209;
  --ret-bg:     #f8f6f2;
  --ret-white:  #ffffff;
  --ret-border: #ece8e0;
  --ret-text:   #3a2e1e;
  --ret-muted:  #7a6e5e;
  background: var(--ret-bg);
  padding: 100px 24px;
  font-family: 'Roboto', sans-serif;
}

.eom-ret-inner {
  max-width: 1180px;
  margin: 0 auto;
}

/* ── Header ───────────────────────────────────────────────────── */
.eom-ret-header {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 64px;
}
.eom-ret-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ret-white);
  border: 1px solid var(--ret-border);
  border-radius: 4px;
  padding: 6px 14px;
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ret-red);
  margin-bottom: 22px;
}
.eom-ret-tag span {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ret-gold);
  flex-shrink: 0;
}
.eom-ret h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(26px, 3.6vw, 42px);
  font-weight: 700;
  color: var(--ret-dark);
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}
.eom-ret h2 em {
  font-style: normal;
  color: var(--ret-red);
}
.eom-ret-intro {
  font-size: 15.5px;
  line-height: 1.8;
  color: var(--ret-muted);
  margin: 0;
  padding-top: 8px;
  border-left: 3px solid var(--ret-gold);
  padding-left: 20px;
}

/* ── Table column headers ─────────────────────────────────────── */
.eom-ret-col-heads {
  display: grid;
  grid-template-columns: 1fr 200px 200px;
  gap: 0;
  padding: 0 28px 14px;
  margin-bottom: 4px;
}
.eom-ret-col-head {
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ret-muted);
}
.eom-ret-col-head:not(:first-child) {
  text-align: center;
}

/* ── Retention rows ───────────────────────────────────────────── */
.eom-ret-table {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 32px;
}

.eom-ret-row {
  display: grid;
  grid-template-columns: 1fr 200px 200px;
  align-items: center;
  gap: 0;
  background: var(--ret-white);
  border: 1px solid var(--ret-border);
  border-radius: 6px;
  padding: 22px 28px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.eom-ret-row:hover {
  border-color: var(--ret-gold);
  box-shadow: 0 4px 20px rgba(144,25,28,0.06);
}

.eom-ret-row-left {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-right: 32px;
}
.eom-ret-row-icon {
  width: 36px;
  height: 36px;
  background: #fdf5f5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.eom-ret-row-icon svg {
  width: 17px; height: 17px;
  stroke: var(--ret-red);
}
.eom-ret-row-name {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ret-dark);
  margin: 0 0 3px;
}
.eom-ret-row-law {
  font-size: 12px;
  color: var(--ret-muted);
  margin: 0;
  line-height: 1.45;
}

.eom-ret-period {
  text-align: center;
  padding: 0 16px;
  border-left: 1px solid var(--ret-border);
}
.eom-ret-period-num {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--ret-red);
  line-height: 1;
  display: block;
}
.eom-ret-period-unit {
  font-size: 11px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ret-muted);
}

.eom-ret-note {
  text-align: center;
  padding: 0 16px;
  border-left: 1px solid var(--ret-border);
}
.eom-ret-note-text {
  font-size: 12px;
  color: var(--ret-muted);
  line-height: 1.5;
}

/* ── PDPL callout row ─────────────────────────────────────────── */
.eom-ret-pdpl {
  background: var(--ret-dark);
  border: 1px solid var(--ret-dark);
  border-radius: 6px;
  padding: 28px 28px;
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
}
.eom-ret-pdpl-badge {
  background: var(--ret-red);
  border-radius: 5px;
  padding: 8px 14px;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}
.eom-ret-pdpl-title {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  margin: 0 0 8px;
}
.eom-ret-pdpl-text {
  font-size: 14px;
  line-height: 1.72;
  color: rgba(247,243,236,0.65);
  margin: 0;
}
.eom-ret-pdpl-text strong {
  color: var(--ret-gold);
  font-weight: 500;
}

/* ── Service callout ──────────────────────────────────────────── */
.eom-ret-service {
  display: flex;
  align-items: center;
  gap: 32px;
  background: var(--ret-white);
  border: 1px solid var(--ret-border);
  border-top: 3px solid var(--ret-gold);
  border-radius: 6px;
  padding: 36px 40px;
  flex-wrap: wrap;
}
.eom-ret-service-icon {
  width: 52px;
  height: 52px;
  background: var(--ret-red);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.eom-ret-service-icon svg {
  width: 26px; height: 26px;
  stroke: #fff;
}
.eom-ret-service-body {
  flex: 1;
  min-width: 260px;
}
.eom-ret-service-body p {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--ret-text);
  margin: 0;
}
.eom-ret-service-body strong {
  color: var(--ret-dark);
}
.eom-ret-service-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ret-red);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 24px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.25s ease, gap 0.25s ease;
}
.eom-ret-service-cta:hover {
  background: #7a1518;
  gap: 14px;
}
.eom-ret-service-cta svg {
  width: 15px; height: 15px;
  stroke: #fff;
}

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 920px) {
  .eom-ret-header {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .eom-ret-col-heads { display: none; }
  .eom-ret-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }
  .eom-ret-row-left { padding-right: 0; }
  .eom-ret-period,
  .eom-ret-note {
    border-left: none;
    border-top: 1px solid var(--ret-border);
    text-align: left;
    padding: 12px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .eom-ret-period-num { font-size: 26px; }
}
@media (max-width: 640px) {
  .eom-ret { padding: 72px 20px; }
  .eom-ret-pdpl { grid-template-columns: 1fr; gap: 16px; }
  .eom-ret-service { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6610d75d */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Full Service Section ── */
.eom-fullsrv {
  width: 100%;
  background: #f8f6f2;
}

.eom-fullsrv-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-fullsrv-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.eom-fullsrv-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-fullsrv-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-fullsrv-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-fullsrv h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-fullsrv h2 .eom-clr-gold { color: #c9a656; }

.eom-fullsrv-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin: 0;
}

/* ── Accordion Items ── */
.eom-fullsrv-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eom-fs-item {
  background: #fff;
  border: 1px solid #eeebe4;
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-fs-item:hover {
  border-color: rgba(201, 166, 86, 0.2);
}

.eom-fs-item.active {
  border-color: rgba(144, 25, 28, 0.15);
  box-shadow: 0 8px 32px rgba(0,0,0,0.05);
}

/* ── Item Header ── */
.eom-fs-header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 28px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.eom-fs-num {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f7f5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ccc;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.eom-fs-item.active .eom-fs-num {
  background: #90191c;
  color: #fff;
  box-shadow: 0 4px 12px rgba(144, 25, 28, 0.2);
}

/* Number icon for specific items */
.eom-fs-num svg {
  width: 20px;
  height: 20px;
  transition: color 0.4s ease;
}

.eom-fs-item.active .eom-fs-num svg {
  color: #fff;
}

.eom-fs-title-wrap {
  flex: 1;
  min-width: 0;
}

.eom-fs-label {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #c9a656;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 3px;
  opacity: 0;
  transform: translateY(4px);
  transition: all 0.35s ease;
}

.eom-fs-item.active .eom-fs-label {
  opacity: 1;
  transform: translateY(0);
}

.eom-fs-title {
  font-family: 'Oswald', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.eom-fs-item.active .eom-fs-title {
  color: #1a1a1a;
}

/* Toggle icon */
.eom-fs-toggle {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f7f5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.35s ease;
  position: relative;
}

.eom-fs-item.active .eom-fs-toggle {
  background: rgba(144, 25, 28, 0.06);
}

.eom-fs-toggle-h,
.eom-fs-toggle-v {
  position: absolute;
  background: #bbb;
  border-radius: 1px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-fs-toggle-h {
  width: 12px;
  height: 2px;
}

.eom-fs-toggle-v {
  width: 2px;
  height: 12px;
}

.eom-fs-item.active .eom-fs-toggle-h,
.eom-fs-item.active .eom-fs-toggle-v {
  background: #90191c;
}

.eom-fs-item.active .eom-fs-toggle-v {
  transform: rotate(90deg);
  opacity: 0;
}

/* ── Item Body ── */
.eom-fs-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-fs-item.active .eom-fs-body {
  max-height: 800px;
}

.eom-fs-body-inner {
  padding: 0 28px 28px 80px;
}

/* Gold divider */
.eom-fs-body-inner::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #c9a656, rgba(201,166,86,0.2));
  border-radius: 2px;
  margin-bottom: 18px;
}

/* Body content split */
.eom-fs-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.eom-fs-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #777;
  line-height: 1.8;
  margin: 0 0 14px;
}

.eom-fs-text p:last-child {
  margin-bottom: 0;
}

.eom-fs-text strong {
  color: #555;
  font-weight: 600;
}

/* Highlight box (right column) */
.eom-fs-highlight {
  background: #faf9f6;
  border: 1px solid #f0ede6;
  border-radius: 14px;
  padding: 22px 24px;
}

.eom-fs-highlight-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.eom-fs-highlight-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-fs-highlight-icon svg {
  width: 16px;
  height: 16px;
}

.eom-fs-hi-red { background: rgba(144, 25, 28, 0.07); color: #90191c; }
.eom-fs-hi-gold { background: rgba(201, 166, 86, 0.1); color: #c9a656; }
.eom-fs-hi-green { background: rgba(34, 160, 70, 0.08); color: #22a046; }

.eom-fs-highlight-title span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #444;
}

.eom-fs-highlight-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.eom-fs-highlight-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #777;
  line-height: 1.5;
}

.eom-fs-highlight-list li svg {
  width: 14px;
  height: 14px;
  color: #c9a656;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ── Bottom CTA ── */
.eom-fullsrv-bottom {
  text-align: center;
  margin-top: 48px;
}

.eom-fullsrv-bottom-text {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #999;
  margin: 0 0 20px;
}

.eom-fullsrv-bottom-text strong {
  color: #555;
}

.eom-fullsrv-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-fullsrv-btn:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-fullsrv-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.eom-fullsrv-btn:hover svg {
  transform: translateX(3px);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-fullsrv-inner { padding: 70px 20px; }
  .eom-fullsrv h2 { font-size: 34px; }
  .eom-fs-content { grid-template-columns: 1fr; gap: 20px; }
  .eom-fs-body-inner { padding: 0 24px 24px 24px; }
}

@media (max-width: 600px) {
  .eom-fullsrv-inner { padding: 50px 16px; }
  .eom-fullsrv h2 { font-size: 28px; }

  .eom-fs-header { padding: 18px 18px; gap: 12px; }
  .eom-fs-num { width: 38px; height: 38px; font-size: 14px; }
  .eom-fs-num svg { width: 17px; height: 17px; }
  .eom-fs-title { font-size: 16.5px; }
  .eom-fs-toggle { width: 32px; height: 32px; }

  .eom-fs-body-inner { padding: 0 18px 20px 18px; }

  .eom-fullsrv-btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10b5bf27 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Dubai Locations Section ── */
.eom-dloc {
  width: 100%;
  background: #f8f6f2;
}

.eom-dloc-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-dloc-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
}

.eom-dloc-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-dloc-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-dloc-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-dloc h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-dloc h2 .eom-clr-gold { color: #c9a656; }

.eom-dloc-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin: 0;
}

/* ── Map + Info Layout ── */
.eom-dloc-map-section {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #eeebe4;
  overflow: hidden;
  margin-bottom: 28px;
}

.eom-dloc-map-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
}

/* Map Column */
.eom-dloc-map-col {
  background: #faf9f6;
  padding: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.eom-dloc-map-label {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.eom-dloc-map-label svg {
  width: 16px;
  height: 16px;
  color: #c9a656;
}

.eom-dloc-svg-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eom-dloc-uae-map {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.eom-dloc-uae-map .dl-emirate {
  fill: #e8e3d9;
  stroke: #faf9f6;
  stroke-width: 2.5;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.eom-dloc-uae-map .dl-emirate:hover {
  fill: #d4cfc3;
}

.eom-dloc-uae-map .dl-emirate.dl-active {
  fill: #90191c;
  filter: drop-shadow(0 3px 8px rgba(144, 25, 28, 0.3));
  
}

.eom-dloc-uae-map .dl-pin {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.eom-dloc-uae-map .dl-pin:hover {
  transform: scale(1.2);
}

.eom-dloc-uae-map .dl-pin-ring {
  fill: none;
  stroke: #c9a656;
  stroke-width: 1.5;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.eom-dloc-uae-map .dl-pin.dl-pin-active .dl-pin-ring {
  opacity: 1;
  animation: dlPingRing 1.5s ease-out infinite;
}

@keyframes dlPingRing {
  0% { r: 8; opacity: 0.6; }
  100% { r: 18; opacity: 0; }
}

.eom-dloc-uae-map .dl-label {
  font-family: 'Oswald', sans-serif;
  font-size: 9px;
  font-weight: 500;
  fill: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  pointer-events: none;
  transition: all 0.3s ease;
}

.eom-dloc-uae-map .dl-label.dl-label-active {
  fill: #90191c;
  font-weight: 600;
  font-size: 10px;
  
}

/* Info Column */
.eom-dloc-info-col {
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.eom-dloc-info-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f0ede6;
}

.eom-dloc-info-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #90191c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

.eom-dloc-info-icon svg {
  width: 22px;
  height: 22px;
  color: #fff;
}

.eom-dloc-info-name {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  transition: all 0.3s ease;
}

.eom-dloc-info-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #888;
  line-height: 1.7;
  margin-bottom: 22px;
  transition: all 0.3s ease;
}

/* Area chips */
.eom-dloc-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 24px;
  flex: 1;
  align-content: flex-start;
  transition: all 0.3s ease;
}

.eom-dloc-chip {
  display: inline-block;
  padding: 5px 13px;
  border-radius: 100px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #ece8e0;
  transition: all 0.25s ease;
}

.eom-dloc-chip-area {
  background: #f9f7f3;
  color: #777;
}

.eom-dloc-chip-zone {
  background: rgba(201, 166, 86, 0.08);
  border-color: rgba(201, 166, 86, 0.2);
  color: #a88b3e;
}

.eom-dloc-chip:hover {
  background: rgba(144, 25, 28, 0.04);
  border-color: rgba(144, 25, 28, 0.15);
  color: #90191c;
}

/* Info CTA */
.eom-dloc-info-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  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;
  align-self: flex-start;
}

.eom-dloc-info-cta:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-dloc-info-cta svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.eom-dloc-info-cta:hover svg {
  transform: translateX(3px);
}

/* ── Emirates Quick Nav Strip ── */
.eom-dloc-nav-strip {
  display: flex;
  border-top: 1px solid #f0ede6;
}

.eom-dloc-nav-btn {
  flex: 1;
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  background: none;
  border: none;
  border-right: 1px solid #f0ede6;
  transition: all 0.3s ease;
  position: relative;
  font-family: 'Roboto', sans-serif;
}

.eom-dloc-nav-btn:last-child {
  border-right: none;
}

.eom-dloc-nav-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #90191c;
  border-radius: 3px 3px 0 0;
  transition: width 0.3s ease;
}

.eom-dloc-nav-btn:hover { background: #faf9f6; }

.eom-dloc-nav-btn.dl-nav-active {
  background: rgba(144, 25, 28, 0.03);
}

.eom-dloc-nav-btn.dl-nav-active::before {
  width: 32px;
}

.eom-dloc-nav-name {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  transition: color 0.3s ease;
  letter-spacing: 0.3px;
}

.eom-dloc-nav-btn.dl-nav-active .eom-dloc-nav-name {
  color: #90191c;
}

.eom-dloc-nav-sub {
  font-size: 10px;
  font-weight: 400;
  color: #ccc;
  transition: color 0.3s ease;
}

.eom-dloc-nav-btn.dl-nav-active .eom-dloc-nav-sub {
  color: #999;
}

/* ── Cross-Emirate Banner ── */
.eom-dloc-cross {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #eeebe4;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.eom-dloc-cross-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(201, 166, 86, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-dloc-cross-icon svg {
  width: 26px;
  height: 26px;
  color: #c9a656;
}

.eom-dloc-cross-text {
  flex: 1;
}

.eom-dloc-cross-text h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 5px;
}

.eom-dloc-cross-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  color: #888;
  margin: 0;
  line-height: 1.6;
}

.eom-dloc-cross-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  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-dloc-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-dloc-cross-btn svg {
  width: 16px;
  height: 16px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-dloc-inner { padding: 70px 20px; }
  .eom-dloc h2 { font-size: 34px; }

  .eom-dloc-map-top {
    grid-template-columns: 1fr;
  }

  .eom-dloc-map-col {
    padding: 28px;
    min-height: 340px;
  }

  .eom-dloc-info-col { padding: 28px; }

  .eom-dloc-nav-strip {
    flex-wrap: wrap;
  }

  .eom-dloc-nav-btn {
    flex: 0 0 calc(25% - 0px);
    border-bottom: 1px solid #f0ede6;
  }

  .eom-dloc-cross {
    flex-direction: column;
    text-align: center;
    padding: 26px 22px;
  }
}

@media (max-width: 600px) {
  .eom-dloc-inner { padding: 50px 16px; }
  .eom-dloc h2 { font-size: 28px; }

  .eom-dloc-map-col { padding: 20px; }
  .eom-dloc-info-col { padding: 22px; }
  .eom-dloc-info-name { font-size: 22px; }

  .eom-dloc-nav-btn {
    flex: 0 0 calc(50% - 0px);
    padding: 12px 6px;
  }

  .eom-dloc-nav-name { font-size: 11px; }

  .eom-dloc-cross-btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a17df6b */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Dubai Pricing Section ── */
.eom-dprice {
  width: 100%;
  background: #f8f6f2;
}

.eom-dprice-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-dprice-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 20px;
}

.eom-dprice-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-dprice-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-dprice-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-dprice h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-dprice h2 .eom-clr-gold { color: #c9a656; }

.eom-dprice-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin: 0;
}

/* ── Disclaimer ── */
.eom-dprice-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 580px;
  margin: 18px auto 48px;
  padding: 12px 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ece8e0;
}

.eom-dprice-note svg {
  width: 16px;
  height: 16px;
  color: #c9a656;
  flex-shrink: 0;
}

.eom-dprice-note p {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #999;
  margin: 0;
  line-height: 1.5;
  font-style: italic;
}

/* ── Horizontal Pricing Table ── */
.eom-dprice-table {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eeebe4;
  overflow: hidden;
  margin-bottom: 32px;
}

/* Table Header Row */
.eom-dprice-thead {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.6fr 0.8fr;
  background: #faf9f6;
  border-bottom: 2px solid #f0ede6;
  padding: 0;
}

.eom-dprice-th {
  padding: 16px 24px;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-right: 1px solid #f0ede6;
}

.eom-dprice-th:last-child { border-right: none; }

/* Table Row */
.eom-dprice-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.6fr 0.8fr;
  border-bottom: 1px solid #f5f2ec;
  transition: background 0.3s ease;
  align-items: center;
}

.eom-dprice-row:last-child { border-bottom: none; }

.eom-dprice-row:hover {
  background: #fdfcfa;
}

/* Recommended row */
.eom-dprice-row-featured {
  background: rgba(144, 25, 28, 0.015);
  position: relative;
}

.eom-dprice-row-featured::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #90191c, #c9a656);
  border-radius: 0;
}

/* Table Cell */
.eom-dprice-td {
  padding: 24px 24px;
  border-right: 1px solid #f5f2ec;
}

.eom-dprice-td:last-child { border-right: none; }

/* Office Size Cell */
.eom-dprice-size {
  display: flex;
  align-items: center;
  gap: 14px;
}

.eom-dprice-size-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-dprice-size-icon svg {
  width: 20px;
  height: 20px;
}

.eom-dprice-icon-sm { background: rgba(201, 166, 86, 0.1); color: #c9a656; }
.eom-dprice-icon-md { background: rgba(144, 25, 28, 0.07); color: #90191c; }
.eom-dprice-icon-lg { background: rgba(201, 166, 86, 0.1); color: #c9a656; }

.eom-dprice-size-text h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
}

.eom-dprice-size-sub {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #aaa;
  margin-top: 2px;
}

/* Featured tag */
.eom-dprice-pop {
  display: inline-block;
  background: #90191c;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 10px;
  vertical-align: middle;
}

/* Price Cell */
.eom-dprice-amount {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #90191c;
  line-height: 1.2;
}

.eom-dprice-amount .eom-dpc {
  font-size: 13px;
  font-weight: 500;
  color: #bbb;
}

.eom-dprice-amount .eom-dpt {
  font-size: 13px;
  font-weight: 400;
  color: #ddd;
  margin: 0 3px;
}

.eom-dprice-amount-custom {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #c9a656;
  line-height: 1.3;
}

.eom-dprice-amount-note {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  color: #ccc;
  margin-top: 3px;
}

/* Includes Cell */
.eom-dprice-includes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.eom-dprice-inc-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 6px;
  background: #f7f5f0;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #777;
  border: 1px solid #f0ede6;
}

.eom-dprice-inc-chip svg {
  width: 11px;
  height: 11px;
  color: #c9a656;
  flex-shrink: 0;
}

/* Action Cell */
.eom-dprice-action {
  text-align: center;
}

.eom-dprice-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 20px;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.eom-dprice-btn svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}

.eom-dprice-btn:hover svg { transform: translateX(2px); }

.eom-dprice-btn-outline {
  background: transparent;
  color: #90191c;
  border: 1.5px solid rgba(144, 25, 28, 0.2);
}

.eom-dprice-btn-outline:hover {
  background: rgba(144, 25, 28, 0.04);
  border-color: rgba(144, 25, 28, 0.35);
  color: #90191c;
  text-decoration: none;
}

.eom-dprice-btn-solid {
  background: #90191c;
  color: #fff;
  border: 1.5px solid #90191c;
}

.eom-dprice-btn-solid:hover {
  background: #7a1518;
  border-color: #7a1518;
  box-shadow: 0 4px 14px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

/* ── Cost Drivers Horizontal ── */
.eom-dprice-drivers {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #eeebe4;
  padding: 32px;
  margin-bottom: 28px;
}

.eom-dprice-drivers-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.eom-dprice-drivers-title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 8px;
}

.eom-dprice-drivers-title svg {
  width: 18px;
  height: 18px;
  color: #c9a656;
}

.eom-dprice-drivers-sub {
  font-family: 'Roboto', sans-serif;
  font-size: 12.5px;
  color: #bbb;
}

.eom-dprice-driver-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.eom-dprice-driver {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #faf9f6;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid #f0ede6;
  flex: 1;
  min-width: 180px;
  transition: all 0.3s ease;
}

.eom-dprice-driver:hover {
  border-color: rgba(201, 166, 86, 0.2);
  box-shadow: 0 3px 12px rgba(0,0,0,0.03);
}

.eom-dprice-driver-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.eom-dprice-driver-dot-1 { background: #90191c; }
.eom-dprice-driver-dot-2 { background: #c9a656; }
.eom-dprice-driver-dot-3 { background: #90191c; }
.eom-dprice-driver-dot-4 { background: #c9a656; }
.eom-dprice-driver-dot-5 { background: #90191c; }

.eom-dprice-driver-label {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  line-height: 1.3;
}

.eom-dprice-driver-label span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #bbb;
  margin-top: 1px;
}

/* ── Bottom Banner ── */
.eom-dprice-bottom {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #eeebe4;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.eom-dprice-bottom-badge {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(34, 160, 70, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-dprice-bottom-badge svg {
  width: 26px;
  height: 26px;
  color: #22a046;
}

.eom-dprice-bottom-text {
  flex: 1;
}

.eom-dprice-bottom-text h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 4px;
}

.eom-dprice-bottom-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #888;
  margin: 0;
  line-height: 1.5;
}

.eom-dprice-bottom-text strong { color: #555; }

.eom-dprice-bottom-btns {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.eom-dpb-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-dpb-btn svg { width: 16px; height: 16px; }

.eom-dpb-primary {
  background: #90191c;
  color: #fff;
}

.eom-dpb-primary:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-dpb-secondary {
  background: transparent;
  color: #333;
  border: 1.5px solid #ddd;
}

.eom-dpb-secondary:hover {
  border-color: #c9a656;
  color: #90191c;
  text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-dprice-inner { padding: 70px 20px; }
  .eom-dprice h2 { font-size: 34px; }

  /* Stack table into cards */
  .eom-dprice-thead { display: none; }

  .eom-dprice-row {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 16px;
    border-bottom: 1px solid #f0ede6;
  }

  .eom-dprice-td { padding: 0; border-right: none; }

  .eom-dprice-row-featured::before { width: 100%; height: 3px; bottom: auto; left: 0; right: 0; top: 0; border-radius: 0; }

  .eom-dprice-action { text-align: left; }

  .eom-dprice-driver-chips { gap: 8px; }
  .eom-dprice-driver { min-width: 140px; }

  .eom-dprice-bottom {
    flex-direction: column;
    text-align: center;
    padding: 28px 22px;
  }

  .eom-dprice-bottom-btns {
    flex-direction: column;
    width: 100%;
  }

  .eom-dpb-btn { justify-content: center; width: 100%; }
}

@media (max-width: 600px) {
  .eom-dprice-inner { padding: 50px 16px; }
  .eom-dprice h2 { font-size: 28px; }

  .eom-dprice-row { padding: 20px 18px; }
  .eom-dprice-amount { font-size: 22px; }

  .eom-dprice-drivers { padding: 24px 18px; }
  .eom-dprice-drivers-top { flex-direction: column; gap: 4px; align-items: flex-start; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-351e4dd1 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Dubai Why Choose Section ── */
.eom-dwhy {
  width: 100%;
  background: #fff;
}

.eom-dwhy-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-dwhy-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 52px;
}

.eom-dwhy-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-dwhy-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-dwhy-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-dwhy h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-dwhy h2 .eom-clr-gold { color: #c9a656; }

.eom-dwhy-lead {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
}

.eom-dwhy-lead strong {
  color: #90191c;
  font-weight: 600;
}

/* ── Reasons Grid: 2 columns ── */
.eom-dwhy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

/* Reason Card */
.eom-dwhy-card {
  background: #faf9f6;
  border: 1px solid #eeebe4;
  border-radius: 18px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-dwhy-card:hover {
  background: #fff;
  border-color: rgba(144, 25, 28, 0.12);
  box-shadow: 0 10px 36px rgba(0,0,0,0.05);
  transform: translateY(-4px);
}

/* Left accent */
.eom-dwhy-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  border-radius: 18px 0 0 18px;
  transition: width 0.4s ease;
}

.eom-dwhy-card:hover::before { width: 4px; }

.eom-dwhy-card:nth-child(odd)::before { background: #90191c; }
.eom-dwhy-card:nth-child(even)::before { background: #c9a656; }

/* Watermark number */
.eom-dwhy-card-num {
  position: absolute;
  top: 12px;
  right: 18px;
  font-family: 'Oswald', sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: rgba(201, 166, 86, 0.06);
  line-height: 1;
  pointer-events: none;
}

/* Card top */
.eom-dwhy-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.eom-dwhy-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.eom-dwhy-card:hover .eom-dwhy-card-icon { transform: scale(1.06); }

.eom-dwhy-card-icon svg {
  width: 22px;
  height: 22px;
}

.eom-dwhy-icon-1 { background: rgba(144, 25, 28, 0.07); color: #90191c; }
.eom-dwhy-icon-2 { background: rgba(201, 166, 86, 0.1); color: #c9a656; }
.eom-dwhy-icon-3 { background: rgba(144, 25, 28, 0.07); color: #90191c; }
.eom-dwhy-icon-4 { background: rgba(201, 166, 86, 0.1); color: #c9a656; }
.eom-dwhy-icon-5 { background: rgba(144, 25, 28, 0.07); color: #90191c; }

.eom-dwhy-card-title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.25;
}

.eom-dwhy-card-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  color: #888;
  line-height: 1.8;
  margin: 0;
  position: relative;
  z-index: 1;
}

.eom-dwhy-card-desc strong {
  color: #555;
  font-weight: 600;
}

/* ── Full-Width Challenge Card ── */
.eom-dwhy-challenge {
  background: linear-gradient(135deg, #fafff9 0%, #f6fdf5 100%);
  border: 1px solid #d4edce;
  border-radius: 18px;
  padding: 32px 36px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 48px;
  transition: all 0.4s ease;
}

.eom-dwhy-challenge:hover {
  box-shadow: 0 8px 28px rgba(34, 160, 70, 0.06);
}

.eom-dwhy-challenge-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(34, 160, 70, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-dwhy-challenge-icon svg {
  width: 24px;
  height: 24px;
  color: #22a046;
}

.eom-dwhy-challenge-text h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #1a6e30;
  margin: 0 0 8px;
  line-height: 1.3;
}

.eom-dwhy-challenge-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #777;
  line-height: 1.8;
  margin: 0;
}

.eom-dwhy-challenge-text strong {
  color: #555;
  font-weight: 600;
}

/* ── Bottom CTAs ── */
.eom-dwhy-btns {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.eom-dwhy-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-dwhy-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.eom-dwhy-btn:hover svg { transform: translateX(3px); }

.eom-dwhy-btn-primary {
  background: #90191c;
  color: #fff;
}

.eom-dwhy-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-dwhy-btn-secondary {
  background: transparent;
  color: #1a1a1a;
  border: 1.5px solid #ddd;
}

.eom-dwhy-btn-secondary:hover {
  border-color: #c9a656;
  color: #90191c;
  transform: translateY(-2px);
  text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-dwhy-inner { padding: 70px 20px; }
  .eom-dwhy h2 { font-size: 34px; }
  .eom-dwhy-grid { grid-template-columns: 1fr; max-width: 600px; margin-left: auto; margin-right: auto; }
  .eom-dwhy-challenge { flex-direction: column; }
}

@media (max-width: 600px) {
  .eom-dwhy-inner { padding: 50px 16px; }
  .eom-dwhy h2 { font-size: 28px; }
  .eom-dwhy-lead { font-size: 15px; }
  .eom-dwhy-card { padding: 24px 20px; }
  .eom-dwhy-card-num { font-size: 44px; }
  .eom-dwhy-card-icon { width: 40px; height: 40px; }
  .eom-dwhy-card-icon svg { width: 18px; height: 18px; }
  .eom-dwhy-card-title { font-size: 16px; }
  .eom-dwhy-challenge { padding: 24px 20px; }
  .eom-dwhy-btns { flex-direction: column; align-items: center; }
  .eom-dwhy-btn { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-704c11fd */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Dubai FAQ Section ── */
.eom-dfaq {
  width: 100%;
  background: #f8f6f2;
}

.eom-dfaq-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-dfaq-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 52px;
}

.eom-dfaq-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-dfaq-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-dfaq-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-dfaq h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-dfaq h2 .eom-clr-gold { color: #c9a656; }

.eom-dfaq-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin: 0;
}

/* ── Two-Column Layout ── */
.eom-dfaq-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* ── FAQ Item ── */
.eom-dfaq-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-dfaq-item:hover {
  border-color: rgba(201, 166, 86, 0.25);
}

.eom-dfaq-item.dfaq-active {
  border-color: rgba(144, 25, 28, 0.15);
  box-shadow: 0 6px 24px rgba(0,0,0,0.04);
}

/* Question */
.eom-dfaq-q {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.eom-dfaq-q-badge {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(144, 25, 28, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.35s ease;
}

.eom-dfaq-item.dfaq-active .eom-dfaq-q-badge {
  background: #90191c;
}

.eom-dfaq-q-badge span {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #90191c;
  transition: color 0.35s ease;
}

.eom-dfaq-item.dfaq-active .eom-dfaq-q-badge span {
  color: #fff;
}

.eom-dfaq-q-text {
  flex: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.eom-dfaq-item.dfaq-active .eom-dfaq-q-text {
  color: #1a1a1a;
}

.eom-dfaq-q-toggle {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #f7f5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.35s ease;
  position: relative;
}

.eom-dfaq-item.dfaq-active .eom-dfaq-q-toggle {
  background: rgba(144, 25, 28, 0.06);
}

.eom-dfaq-q-toggle-h,
.eom-dfaq-q-toggle-v {
  position: absolute;
  background: #bbb;
  border-radius: 1px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-dfaq-q-toggle-h { width: 10px; height: 2px; }
.eom-dfaq-q-toggle-v { width: 2px; height: 10px; }

.eom-dfaq-item.dfaq-active .eom-dfaq-q-toggle-h,
.eom-dfaq-item.dfaq-active .eom-dfaq-q-toggle-v { background: #90191c; }

.eom-dfaq-item.dfaq-active .eom-dfaq-q-toggle-v {
  transform: rotate(90deg);
  opacity: 0;
}

/* Answer */
.eom-dfaq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-dfaq-item.dfaq-active .eom-dfaq-a {
  max-height: 400px;
}

.eom-dfaq-a-inner {
  padding: 0 22px 22px 70px;
}

.eom-dfaq-a-inner::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, #c9a656, transparent);
  border-radius: 2px;
  margin-bottom: 12px;
}

.eom-dfaq-a-text {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  color: #777;
  line-height: 1.8;
  margin: 0;
}

.eom-dfaq-a-text strong {
  color: #555;
  font-weight: 600;
}

/* ── Bottom CTA ── */
.eom-dfaq-bottom {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.eom-dfaq-bottom-text {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #999;
}

.eom-dfaq-bottom-text a {
  color: #90191c;
  font-weight: 600;
  text-decoration: none;
}

.eom-dfaq-bottom-text a:hover { text-decoration: underline; }

.eom-dfaq-bottom-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;
}

.eom-dfaq-bottom-btn:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-dfaq-bottom-btn svg {
  width: 16px;
  height: 16px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-dfaq-inner { padding: 70px 20px; }
  .eom-dfaq h2 { font-size: 34px; }
  .eom-dfaq-layout { grid-template-columns: 1fr; max-width: 700px; margin: 0 auto; }
}

@media (max-width: 600px) {
  .eom-dfaq-inner { padding: 50px 16px; }
  .eom-dfaq h2 { font-size: 28px; }
  .eom-dfaq-q { padding: 16px 16px; gap: 10px; }
  .eom-dfaq-q-badge { width: 30px; height: 30px; }
  .eom-dfaq-q-badge span { font-size: 12px; }
  .eom-dfaq-q-text { font-size: 13.5px; }
  .eom-dfaq-q-toggle { width: 28px; height: 28px; }
  .eom-dfaq-a-inner { padding: 0 16px 18px 16px; }
  .eom-dfaq-bottom { flex-direction: column; text-align: center; }
  .eom-dfaq-bottom-btn { width: 100%; justify-content: center; }
}/* End custom CSS */