.elementor-36 .elementor-element.elementor-element-559cbb4a{--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-36 .elementor-element.elementor-element-40a52f8c{--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-36 .elementor-element.elementor-element-43c43b50{--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-36 .elementor-element.elementor-element-43c42ad6{--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-36 .elementor-element.elementor-element-7c61e995{--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-36 .elementor-element.elementor-element-4e3021b8{--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-36 .elementor-element.elementor-element-5c19cf98{--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-36 .elementor-element.elementor-element-4be62a5d{--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-36 .elementor-element.elementor-element-6408a84{--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-36 .elementor-element.elementor-element-d0b7ec2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-1328f469 */@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-556f9880 */@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;
}

/* ── Form inside card (CF7 overrides) ── */
.eom-form-card .wpcf7 {
  margin: 0;
  padding: 0;
}

.eom-form-card .eom-cf7-form input[type="text"],
.eom-form-card .eom-cf7-form input[type="email"],
.eom-form-card .eom-cf7-form input[type="tel"],
.eom-form-card .eom-cf7-form select,
.eom-form-card .eom-cf7-form textarea {
  background: #faf9f6;
  border-color: #ece8e0;
}

.eom-form-card .eom-cf7-form input:focus,
.eom-form-card .eom-cf7-form select:focus,
.eom-form-card .eom-cf7-form textarea:focus {
  background: #fff;
  border-color: #c9a656;
}

/* ── 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-1a670362 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ─── Abu Dhabi Difference — Card Grid ─── */
.eom-adbento {
  width: 100%;
  background: #f5f4f0;
}

.eom-adbento-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-adbento-hdr {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.eom-adbento-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-adbento-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
  flex-shrink: 0;
}

.eom-adbento-tag-lbl {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-adbento-hdr h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-adbento-hdr h2 .eom-clr-gold { color: #c9a656; }

.eom-adbento-hdr-sub {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin: 0 0 30px;
}

/* Stat pills */
.eom-adbento-pills {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.eom-adbento-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid #e4e0d8;
  border-radius: 100px;
  padding: 7px 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #555;
  letter-spacing: 0.3px;
}

.eom-adbento-pill svg {
  width: 13px;
  height: 13px;
  color: #c9a656;
  flex-shrink: 0;
}

/* ── Featured row (cards 1 + 2) ── */
.eom-adbento-feat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

/* ── Main grid (cards 3–8) ── */
.eom-adbento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* ── Card ── */
.eom-adbento-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e8e4dc;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.65s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.4s ease,
    border-color 0.35s ease;
}

/* Gold top bar on hover */
.eom-adbento-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c9a656, rgba(201, 166, 86, 0.15));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5;
}

.eom-adbento-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.eom-adbento-card.is-visible:not(.is-expanded):hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.1);
  border-color: rgba(201, 166, 86, 0.28);
}

.eom-adbento-card.is-visible:hover::before {
  transform: scaleX(1);
}

/* ── Image ── */
.eom-adbento-img {
  position: relative;
  overflow: hidden;
  height: 195px;
  flex-shrink: 0;
}

.eom-adbento-card--feat .eom-adbento-img {
  height: 275px;
}

.eom-adbento-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-adbento-card:hover .eom-adbento-img img {
  transform: scale(1.07);
}

/* gradient overlay */
.eom-adbento-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(0, 0, 0, 0.36) 0%,
    rgba(0, 0, 0, 0.05) 50%,
    transparent 100%);
  pointer-events: none;
}

/* Number badge */
.eom-adbento-num {
  position: absolute;
  top: 14px; left: 14px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 4px 12px;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #c9a656;
  border: 1px solid rgba(201, 166, 86, 0.22);
  letter-spacing: 0.5px;
}

/* Category badge */
.eom-adbento-badge {
  position: absolute;
  top: 14px; right: 14px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 4px 13px;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

/* ── Card body ── */
.eom-adbento-body {
  padding: 22px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.eom-adbento-body h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 11px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.eom-adbento-card--feat .eom-adbento-body h3 {
  font-size: 22px;
}

.eom-adbento-card:hover .eom-adbento-body h3 {
  color: #90191c;
}

/* Excerpt — always visible */
.eom-adbento-excerpt {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  color: #888;
  line-height: 1.78;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.2s ease;
}

.eom-adbento-card--feat .eom-adbento-excerpt {
  -webkit-line-clamp: unset;
  overflow: visible;
  display: block;
}

/* Expandable content */
.eom-adbento-more {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-adbento-more-inner { padding-top: 14px; }

.eom-adbento-more-inner p {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  color: #888;
  line-height: 1.78;
  margin: 0;
}

.eom-adbento-more-inner p + p { margin-top: 12px; }

/* Toggle button */
.eom-adbento-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding: 16px 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #90191c;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: gap 0.3s ease, color 0.3s ease;
}

.eom-adbento-toggle:hover { gap: 10px; color: #7a1518; }

.eom-adbento-toggle svg {
  width: 15px; height: 15px;
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}

.eom-adbento-card.is-expanded .eom-adbento-toggle svg {
  transform: rotate(180deg);
}

/* ── Divider between rows ── */
.eom-adbento-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 32px 0;
  opacity: 0;
  transition: opacity 0.6s ease 0.3s;
}

.eom-adbento-divider.is-visible { opacity: 1; }

.eom-adbento-divider-line {
  flex: 1;
  height: 1px;
  background: #e4e0d8;
}

.eom-adbento-divider-dot {
  width: 6px; height: 6px;
  background: #c9a656;
  border-radius: 50%;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-adbento-inner { padding: 70px 20px; }
  .eom-adbento-hdr h2 { font-size: 32px; }
  .eom-adbento-feat { grid-template-columns: 1fr; }
  .eom-adbento-card--feat .eom-adbento-img { height: 230px; }
  .eom-adbento-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .eom-adbento-inner { padding: 50px 16px; }
  .eom-adbento-hdr h2 { font-size: 26px; }
  .eom-adbento-grid { grid-template-columns: 1fr; }
  .eom-adbento-img { height: 185px !important; }
  .eom-adbento-pill:nth-child(3),
  .eom-adbento-pill:nth-child(4) { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ee9dc01 */@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-11b8c944 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Abu Dhabi Process Section ── */
.eom-dproc {
  width: 100%;
  background: #fff;
}

.eom-dproc-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-dproc-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 60px;
}

.eom-dproc-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-dproc-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-dproc-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-dproc h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-dproc h2 .eom-clr-gold { color: #c9a656; }

.eom-dproc-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin: 0;
}

/* ── Phase Tabs ── */
.eom-dproc-phases {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.eom-dproc-phase-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  border-radius: 100px;
  background: #f7f5f0;
  border: 1px solid #ece8e0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #888;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.eom-dproc-phase-btn:hover {
  border-color: rgba(201, 166, 86, 0.3);
  color: #666;
}

.eom-dproc-phase-btn.active {
  background: #90191c;
  border-color: #90191c;
  color: #fff;
  box-shadow: 0 4px 14px rgba(144, 25, 28, 0.2);
}

.eom-dproc-phase-btn svg {
  width: 14px;
  height: 14px;
}

/* ── Steps Grid ── */
.eom-dproc-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
  margin-bottom: 16px;
}

.eom-dproc-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 40px;
  right: 40px;
  height: 2px;
  background: #ece8e0;
  z-index: 0;
}

.eom-dproc-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 8px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.eom-dproc-step.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Step node */
.eom-dproc-node {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #ece8e0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.eom-dproc-step.reached .eom-dproc-node {
  border-color: #90191c;
  background: #90191c;
  box-shadow: 0 0 0 6px rgba(144, 25, 28, 0.08), 0 4px 12px rgba(144, 25, 28, 0.2);
}

.eom-dproc-node-inner {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ccc;
  transition: color 0.4s ease;
}

.eom-dproc-step.reached .eom-dproc-node-inner {
  color: #fff;
}

.eom-dproc-node svg {
  width: 22px;
  height: 22px;
  color: #ccc;
  transition: color 0.4s ease;
}

.eom-dproc-step.reached .eom-dproc-node svg {
  color: #fff;
}

/* Step day tag */
.eom-dproc-day {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 100px;
  background: #f7f5f0;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}

.eom-dproc-step.reached .eom-dproc-day {
  background: rgba(144, 25, 28, 0.06);
  color: #90191c;
}

.eom-dproc-day-green {
  background: rgba(34, 160, 70, 0.06) !important;
  color: #22a046 !important;
}

/* Step title */
.eom-dproc-step-title {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  line-height: 1.25;
  margin-bottom: 8px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Step description */
.eom-dproc-step-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 12.5px;
  color: #999;
  line-height: 1.6;
  max-width: 200px;
}

/* ── Phase Rows ── */
.eom-dproc-row {
  margin-bottom: 40px;
}

.eom-dproc-row:last-child {
  margin-bottom: 0;
}

/* Row label */
.eom-dproc-row-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}

.eom-dproc-row-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ddd8ce, transparent);
}

.eom-dproc-row-text {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #c9a656;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 5px 16px;
  background: #f7f5f0;
  border-radius: 100px;
  border: 1px solid #ece8e0;
}

/* ── Final Step ── */
.eom-dproc-final {
  background: linear-gradient(135deg, #f6fdf5 0%, #f0faf0 100%);
  border: 1px solid #d4edce;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  margin-top: 16px;
  transition: all 0.4s ease;
}

.eom-dproc-final.visible {
  box-shadow: 0 8px 32px rgba(34, 160, 70, 0.08);
}

.eom-dproc-final-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #22a046;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 0 0 8px rgba(34, 160, 70, 0.1);
}

.eom-dproc-final-icon svg {
  width: 30px;
  height: 30px;
  color: #fff;
}

.eom-dproc-final h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1a6e30;
  margin: 0 0 8px;
}

.eom-dproc-final p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin: 0;
}

/* ── Bottom CTA ── */
.eom-dproc-bottom {
  text-align: center;
  margin-top: 48px;
}

.eom-dproc-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-dproc-btn:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-dproc-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.eom-dproc-btn:hover svg {
  transform: translateX(3px);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-dproc-inner { padding: 70px 20px; }
  .eom-dproc h2 { font-size: 34px; }

  .eom-dproc-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 0;
  }

  .eom-dproc-steps::before { display: none; }
}

@media (max-width: 768px) {
  .eom-dproc-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }

  .eom-dproc-phases { gap: 6px; }
  .eom-dproc-phase-btn { padding: 8px 16px; font-size: 12px; }
}

@media (max-width: 500px) {
  .eom-dproc-inner { padding: 50px 16px; }
  .eom-dproc h2 { font-size: 28px; }

  .eom-dproc-steps {
    grid-template-columns: 1fr 1fr;
    gap: 20px 8px;
  }

  .eom-dproc-node { width: 48px; height: 48px; }
  .eom-dproc-node-inner { font-size: 14px; }
  .eom-dproc-step-title { font-size: 14px; min-height: auto; }
  .eom-dproc-step-desc { font-size: 11.5px; }

  .eom-dproc-final { padding: 24px 18px; }
  .eom-dproc-final h3 { font-size: 24px; }
  .eom-dproc-final-icon { width: 52px; height: 52px; }
  .eom-dproc-final-icon svg { width: 24px; height: 24px; }

  .eom-dproc-btn { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-510a55cf */@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-1d2f02f4 */@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-7919f20b */@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 */
/* Start custom CSS for html, class: .elementor-element-d0b7ec2 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ─── Abu Dhabi Final CTA ─── */
.eom-adcta {
  width: 100%;
  background-color: #fff;
  background-image: radial-gradient(circle, #dedad3 1px, transparent 1px);
  background-size: 26px 26px;
  border-top: 3px solid #c9a656;
  position: relative;
}

.eom-adcta-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 96px 20px;
}

/* ── Main card sits on top of dot pattern ── */
.eom-adcta-card {
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  border: 1px solid #e8e4dc;
  padding: 60px 64px;
  text-align: center;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

/* Decorative corner accent */
.eom-adcta-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 180px; height: 180px;
  background: radial-gradient(circle at top right,
    rgba(201, 166, 86, 0.07) 0%,
    transparent 70%);
  pointer-events: none;
}

.eom-adcta-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 180px; height: 180px;
  background: radial-gradient(circle at bottom left,
    rgba(144, 25, 28, 0.04) 0%,
    transparent 70%);
  pointer-events: none;
}

/* ── Tag ── */
.eom-adcta-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-adcta-tag-dot {
  width: 8px; height: 8px;
  background: #c9a656;
  border-radius: 50%;
  flex-shrink: 0;
}

.eom-adcta-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px; font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* ── H2 ── */
.eom-adcta h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 46px; font-weight: 700;
  color: #1a1a1a;
  line-height: 1.1;
  margin: 0 0 20px;
}

.eom-adcta h2 .eom-clr-gold { color: #c9a656; }

/* ── Separator ── */
.eom-adcta-sep {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 260px;
  margin: 0 auto 26px;
}

.eom-adcta-sep-line {
  flex: 1; height: 1px;
  background: #e4e0d8;
}

.eom-adcta-sep-dot {
  width: 6px; height: 6px;
  background: #c9a656;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── Paragraph ── */
.eom-adcta-para {
  font-family: 'Roboto', sans-serif;
  font-size: 15px; color: #666;
  line-height: 1.85;
  margin: 0 auto 40px;
  max-width: 640px;
}

/* ── "No" Guarantee Strip ── */
.eom-adcta-nopes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 40px;
  text-align: left;
}

.eom-adcta-nope {
  background: #faf9f6;
  border: 1px solid #eeebe4;
  border-left: 3px solid #90191c;
  border-radius: 0 10px 10px 0;
  padding: 18px 18px 18px 20px;
}

.eom-adcta-nope-lbl {
  font-family: 'Oswald', sans-serif;
  font-size: 18px; font-weight: 700;
  color: #90191c;
  line-height: 1;
  margin-bottom: 6px;
  display: block;
}

.eom-adcta-nope-body {
  font-family: 'Roboto', sans-serif;
  font-size: 13px; color: #777;
  line-height: 1.55;
  display: block;
}

/* ── CTA Buttons ── */
.eom-adcta-btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

/* Primary */
.eom-adcta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 34px;
  background: #90191c;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14.5px; font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-adcta-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-adcta-btn-primary svg {
  width: 17px; height: 17px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.eom-adcta-btn-primary:hover svg {
  transform: translateX(3px);
}

/* WhatsApp */
.eom-adcta-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 26px;
  background: #fff;
  color: #1a7340;
  font-family: 'Roboto', sans-serif;
  font-size: 14.5px; font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  border: 1.5px solid rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
}

.eom-adcta-btn-wa:hover {
  border-color: #25d366;
  background: rgba(37, 211, 102, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.14);
  color: #1a7340;
  text-decoration: none;
}

.eom-adcta-btn-wa svg { width: 17px; height: 17px; flex-shrink: 0; }

/* Call */
.eom-adcta-btn-call {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 26px;
  background: #fff;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 14.5px; font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  border: 1.5px solid #ddd9d0;
  transition: all 0.3s ease;
}

.eom-adcta-btn-call:hover {
  border-color: #c9a656;
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.eom-adcta-btn-call svg { width: 17px; height: 17px; flex-shrink: 0; }

/* ── Coverage ── */
.eom-adcta-coverage {
  border-top: 1px solid #eeebe4;
  padding-top: 28px;
}

.eom-adcta-cov-label {
  font-family: 'Roboto', sans-serif;
  font-size: 10.5px; font-weight: 500;
  color: #c4bfb6;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.eom-adcta-pills {
  display: flex;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
}

.eom-adcta-pill {
  font-family: 'Roboto', sans-serif;
  font-size: 12px; font-weight: 500;
  color: #888;
  background: #f7f5f0;
  border: 1px solid #eeebe4;
  border-radius: 100px;
  padding: 5px 14px;
}

.eom-adcta-pill-gold {
  color: #b8923e;
  background: rgba(201, 166, 86, 0.08);
  border-color: rgba(201, 166, 86, 0.25);
  font-weight: 600;
}

/* ── Animate in ── */
.eom-adcta-card {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.7s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.3s ease;
}

.eom-adcta-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.eom-adcta-nope {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.eom-adcta-nope.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .eom-adcta-card { padding: 48px 40px; }
  .eom-adcta h2 { font-size: 38px; }
}

@media (max-width: 768px) {
  .eom-adcta-card { padding: 40px 28px; border-radius: 18px; }
  .eom-adcta h2 { font-size: 32px; }
  .eom-adcta-nopes { grid-template-columns: 1fr; }
  .eom-adcta-btns { flex-direction: column; align-items: stretch; }
  .eom-adcta-btn-primary,
  .eom-adcta-btn-wa,
  .eom-adcta-btn-call { justify-content: center; }
}

@media (max-width: 500px) {
  .eom-adcta-inner { padding: 50px 14px; }
  .eom-adcta h2 { font-size: 28px; }
  .eom-adcta-para { font-size: 14px; }
}/* End custom CSS */