.elementor-20 .elementor-element.elementor-element-3a4714dd{--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-20 .elementor-element.elementor-element-5bf14503{--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-20 .elementor-element.elementor-element-d4bb3dd{--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-20 .elementor-element.elementor-element-c2a41e7{--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-20 .elementor-element.elementor-element-26f0ca71{--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-20 .elementor-element.elementor-element-2805f06{--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-20 .elementor-element.elementor-element-5dddc928{--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-20 .elementor-element.elementor-element-4e368546{--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-20 .elementor-element.elementor-element-73b8e79d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-675d78b9 */@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-6c1eacc */@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-62b4e78 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ─── What Clients Say Section ─── */
.eom-wclient {
  width: 100%;
  background: #f5f4f0;
}

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

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

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

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

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

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

.eom-wclient-hdr-sub {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #999;
  line-height: 1.75;
  margin: 0;
  font-style: italic;
}

/* ── Quote Grid ── */
.eom-wclient-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

/* ── Quote Card ── */
.eom-wclient-card {
  background: #fff;
  border: 1px solid #e8e4dc;
  border-radius: 18px;
  padding: 40px 32px 32px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px);
  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-wclient-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c9a656, rgba(201, 166, 86, 0.1));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.eom-wclient-card.is-visible:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.09);
  border-color: rgba(201, 166, 86, 0.3);
}

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

/* Oversized decorative quote mark */
.eom-wclient-qmark {
  position: absolute;
  top: 12px; left: 22px;
  font-family: 'Oswald', sans-serif;
  font-size: 90px; font-weight: 700;
  color: rgba(201, 166, 86, 0.14);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* Category indicator */
.eom-wclient-cat {
  position: absolute;
  top: 18px; right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #f7f5f0;
  border: 1px solid #eeebe4;
  border-radius: 100px;
  padding: 4px 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 10px; font-weight: 600;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

.eom-wclient-cat-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}

.eom-wclient-cat-dot-gold { background: #c9a656; }
.eom-wclient-cat-dot-red  { background: #90191c; }

/* Quote text */
.eom-wclient-quote {
  font-family: 'Roboto', sans-serif;
  font-size: 14.5px;
  color: #3a3a3a;
  line-height: 1.88;
  margin: 0;
  position: relative;
  z-index: 1;
  padding-top: 30px;
}

/* Bottom rule */
.eom-wclient-rule {
  display: block;
  width: 32px;
  height: 2px;
  background: rgba(201, 166, 86, 0.5);
  border-radius: 2px;
  margin-top: 22px;
  transition: width 0.4s ease;
}

.eom-wclient-card.is-visible:hover .eom-wclient-rule {
  width: 52px;
}

/* ── Closing Statement ── */
.eom-wclient-close {
  background: linear-gradient(135deg,
    rgba(144, 25, 28, 0.04) 0%,
    rgba(201, 166, 86, 0.07) 100%);
  border: 1px solid rgba(201, 166, 86, 0.22);
  border-radius: 18px;
  padding: 48px 56px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease 0.3s, transform 0.65s ease 0.3s;
}

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

/* Decorative lines flanking close text */
.eom-wclient-close-sep {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 200px;
  margin: 0 auto 28px;
}

.eom-wclient-close-line {
  flex: 1; height: 1px;
  background: rgba(201, 166, 86, 0.4);
}

.eom-wclient-close-diamond {
  width: 7px; height: 7px;
  background: #c9a656;
  border-radius: 1px;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.eom-wclient-close p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #444;
  line-height: 1.85;
  margin: 0 auto;
  max-width: 660px;
}

.eom-wclient-close p strong {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .eom-wclient-hdr h2 { font-size: 34px; }
  .eom-wclient-close { padding: 36px 32px; }
}

@media (max-width: 768px) {
  .eom-wclient-inner { padding: 70px 20px; }
  .eom-wclient-grid { grid-template-columns: 1fr; }
  .eom-wclient-close { padding: 32px 24px; }
  .eom-wclient-close p { font-size: 15px; }
}

@media (max-width: 500px) {
  .eom-wclient-inner { padding: 50px 16px; }
  .eom-wclient-hdr h2 { font-size: 28px; }
  .eom-wclient-card { padding: 36px 22px 26px; }
  .eom-wclient-quote { font-size: 14px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0f034a0 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ─── Comparison Section ─── */
.eom-cmp {
  width: 100%;
  background: #fff;
}

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

/* ── Header ── */
.eom-cmp-hdr {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
}

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

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

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

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

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

/* ── Table wrapper ── */
.eom-cmp-table {
  border: 1px solid #e4e0d8;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.05);
}

/* ── Grid structure ── */
.eom-cmp-row {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  border-bottom: 1px solid #eeebe4;
  transition: background 0.25s ease;
}

.eom-cmp-row:last-child {
  border-bottom: none;
}

/* Hover on data rows */
.eom-cmp-row.eom-cmp-data:hover .eom-cmp-ours {
  background: #fdfcfa;
}

.eom-cmp-row.eom-cmp-data:hover .eom-cmp-cat {
  background: #f2efe9;
}

/* ── Header row ── */
.eom-cmp-head {
  border-bottom: 2px solid #ddd8ce;
}

/* Category header cell */
.eom-cmp-head .eom-cmp-cat {
  background: #f0ede6;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  border-right: 1px solid #ddd8ce;
}

.eom-cmp-head-cat-lbl {
  font-family: 'Oswald', sans-serif;
  font-size: 11px; font-weight: 500;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* eOfficeMover header cell */
.eom-cmp-head .eom-cmp-ours {
  background: #90191c;
  padding: 20px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  overflow: hidden;
}

/* Gold shimmer accent in header */
.eom-cmp-head .eom-cmp-ours::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c9a656, rgba(201, 166, 86, 0.3));
}

.eom-cmp-head-ours-lbl {
  font-family: 'Oswald', sans-serif;
  font-size: 17px; font-weight: 700;
  color: #fff;
  letter-spacing: 0.3px;
}

.eom-cmp-head-ours-sub {
  font-family: 'Roboto', sans-serif;
  font-size: 11px; font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Standard Mover header cell */
.eom-cmp-head .eom-cmp-them {
  background: #f0ede6;
  padding: 20px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.eom-cmp-head-them-lbl {
  font-family: 'Oswald', sans-serif;
  font-size: 17px; font-weight: 700;
  color: #999;
  letter-spacing: 0.3px;
}

.eom-cmp-head-them-sub {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ── Category cell ── */
.eom-cmp-cat {
  background: #faf9f6;
  padding: 22px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid #eeebe4;
  transition: background 0.25s ease;
}

.eom-cmp-cat-icon {
  width: 34px; height: 34px;
  border-radius: 9px;
  background: rgba(144, 25, 28, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-cmp-cat-icon svg {
  width: 16px; height: 16px;
  color: #90191c;
}

.eom-cmp-cat-lbl {
  font-family: 'Oswald', sans-serif;
  font-size: 13.5px; font-weight: 600;
  color: #555;
  line-height: 1.3;
}

/* ── eOfficeMover cell ── */
.eom-cmp-ours {
  background: #fff;
  padding: 22px 28px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-right: 1px solid #eeebe4;
  transition: background 0.25s ease;
}

.eom-cmp-ours-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #22a046;
  flex-shrink: 0;
  margin-top: 7px;
}

.eom-cmp-ours p {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px; color: #333;
  line-height: 1.7;
  margin: 0;
}

/* ── Standard Mover cell ── */
.eom-cmp-them {
  background: #faf9f6;
  padding: 22px 28px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: background 0.25s ease;
}

.eom-cmp-them-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #d9a832;
  flex-shrink: 0;
  margin-top: 7px;
  opacity: 0.6;
}

.eom-cmp-them p {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px; color: #888;
  line-height: 1.7;
  margin: 0;
}

/* Alternating row shading */
.eom-cmp-row.eom-cmp-data:nth-child(odd) .eom-cmp-ours  { background: #fefefe; }
.eom-cmp-row.eom-cmp-data:nth-child(odd) .eom-cmp-them  { background: #f7f5f1; }
.eom-cmp-row.eom-cmp-data:nth-child(even) .eom-cmp-ours { background: #fff; }
.eom-cmp-row.eom-cmp-data:nth-child(even) .eom-cmp-them { background: #faf9f6; }

/* ── Animate in ── */
.eom-cmp-table {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

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

/* ── Responsive ── */
@media (max-width: 900px) {
  .eom-cmp-inner { padding: 70px 20px; }
  .eom-cmp-hdr h2 { font-size: 34px; }
  .eom-cmp-row { grid-template-columns: 160px 1fr 1fr; }
  .eom-cmp-cat { padding: 20px 16px; gap: 10px; }
  .eom-cmp-ours,
  .eom-cmp-them { padding: 20px 20px; }
  .eom-cmp-cat-icon { width: 28px; height: 28px; border-radius: 7px; }
  .eom-cmp-cat-icon svg { width: 13px; height: 13px; }
}

/* Mobile: stack to vertical cards */
@media (max-width: 680px) {
  .eom-cmp-inner { padding: 50px 16px; }
  .eom-cmp-hdr h2 { font-size: 26px; }
  .eom-cmp-table { border-radius: 14px; }

  /* Hide desktop header row */
  .eom-cmp-head { display: none; }

  .eom-cmp-row.eom-cmp-data {
    grid-template-columns: 1fr;
    border-bottom: 2px solid #e4e0d8;
  }

  .eom-cmp-cat {
    background: #f0ede6;
    border-right: none;
    border-bottom: 1px solid #e4e0d8;
    padding: 14px 18px;
  }

  .eom-cmp-cat-lbl { font-size: 13px; }

  .eom-cmp-ours {
    border-right: none;
    border-bottom: 1px solid #eeebe4;
    border-left: 3px solid #22a046;
    padding: 16px 18px;
  }

  .eom-cmp-them {
    border-left: 3px solid #d9a832;
    padding: 16px 18px;
  }

  /* Inline column labels on mobile */
  .eom-cmp-ours::before {
    content: 'eOfficeMover UAE';
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 10px; font-weight: 600;
    color: #90191c;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 7px;
  }

  .eom-cmp-them::before {
    content: 'Standard Mover';
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 10px; font-weight: 600;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 7px;
  }

  .eom-cmp-ours p,
  .eom-cmp-them p { font-size: 13px; }

  .eom-cmp-ours-dot,
  .eom-cmp-them-dot { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10173098 */@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-dfe5091 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ─── Who Is eOfficeMover UAE For ─── */
.eom-wfor {
  width: 100%;
  background: #fff;
}

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

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

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

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

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

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

/* ── Top row: 3 cards ── */
.eom-wfor-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

/* ── Bottom row: 2 cards centred ── */
.eom-wfor-bot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 830px;
  margin: 0 auto 40px;
}

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

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

/* Faint watermark number */
.eom-wfor-card::after {
  content: attr(data-num);
  position: absolute;
  bottom: -8px; right: 12px;
  font-family: 'Oswald', sans-serif;
  font-size: 80px; font-weight: 700;
  color: rgba(144, 25, 28, 0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

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

.eom-wfor-card.is-visible:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.09);
  border-color: rgba(201, 166, 86, 0.3);
}

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

/* ── Icon badge ── */
.eom-wfor-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(144, 25, 28, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background 0.3s ease;
  flex-shrink: 0;
}

.eom-wfor-card:hover .eom-wfor-icon {
  background: rgba(144, 25, 28, 0.1);
}

.eom-wfor-icon svg {
  width: 20px; height: 20px;
  color: #90191c;
}

/* ── Role title ── */
.eom-wfor-role {
  font-family: 'Oswald', sans-serif;
  font-size: 20px; font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin: 0 0 12px;
  transition: color 0.3s ease;
}

.eom-wfor-card:hover .eom-wfor-role {
  color: #90191c;
}

/* ── Description ── */
.eom-wfor-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  color: #777;
  line-height: 1.8;
  margin: 0;
  flex: 1;
}

/* ── Closing statement ── */
.eom-wfor-close {
  background: linear-gradient(135deg,
    rgba(144, 25, 28, 0.03) 0%,
    rgba(201, 166, 86, 0.06) 100%);
  border: 1px solid rgba(201, 166, 86, 0.2);
  border-radius: 18px;
  padding: 44px 52px;
  margin-bottom: 44px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease 0.2s, transform 0.65s ease 0.2s;
}

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

.eom-wfor-close p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px; color: #555;
  line-height: 1.85;
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
}

.eom-wfor-close p strong {
  font-family: 'Oswald', sans-serif;
  font-size: 16px; font-weight: 700;
  color: #1a1a1a;
}

/* ── CTA buttons ── */
.eom-wfor-btns {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease 0.35s, transform 0.6s ease 0.35s;
}

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

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

.eom-wfor-btn-p svg { width: 17px; height: 17px; transition: transform 0.3s ease; }
.eom-wfor-btn-p:hover svg { transform: translateX(3px); }

.eom-wfor-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-wfor-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-wfor-btn-wa svg { width: 17px; height: 17px; flex-shrink: 0; }

.eom-wfor-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-wfor-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-wfor-btn-call svg { width: 17px; height: 17px; flex-shrink: 0; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-wfor-inner { padding: 70px 20px; }
  .eom-wfor-hdr h2 { font-size: 34px; }
  .eom-wfor-top { grid-template-columns: 1fr 1fr; }
  .eom-wfor-bot { max-width: 100%; }
  .eom-wfor-close { padding: 36px 32px; }
}

@media (max-width: 700px) {
  .eom-wfor-inner { padding: 50px 16px; }
  .eom-wfor-hdr h2 { font-size: 28px; }
  .eom-wfor-top,
  .eom-wfor-bot { grid-template-columns: 1fr; }
  .eom-wfor-close { padding: 28px 22px; }
  .eom-wfor-btns { flex-direction: column; align-items: stretch; }
  .eom-wfor-btn-p,
  .eom-wfor-btn-wa,
  .eom-wfor-btn-call { justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d91a6fe */@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-73b8e79d */@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 */