.elementor-34 .elementor-element.elementor-element-5b4a4af7{--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-34 .elementor-element.elementor-element-258f9b9a{--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-34 .elementor-element.elementor-element-5bae907d{--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-34 .elementor-element.elementor-element-2d066017{--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-34 .elementor-element.elementor-element-35b7df33{--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-34 .elementor-element.elementor-element-2bc2e59{--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-34 .elementor-element.elementor-element-7cc7c419{--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-34 .elementor-element.elementor-element-476dab1e{--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-34 .elementor-element.elementor-element-26888383{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-4bc4fab3 */@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-4dc8ec6 */@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-35fc6e87 */@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-650c649e */@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-62158518 */@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-588f093 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Why Choose Us Section ── */
.eom-why {
  width: 100%;
  background: #fff;
}

.eom-why-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-why-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
}

.eom-why-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(144, 25, 28, 0.06);
  border: 1px solid rgba(144, 25, 28, 0.12);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  margin-bottom: 22px;
}

.eom-why-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-why-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-why h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-why h2 .eom-clr-gold { color: #c9a656; }

.eom-why-lead {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
}

.eom-why-lead strong {
  color: #90191c;
  font-weight: 600;
}

/* ── Main Layout ── */
.eom-why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
}

/* ── Left: Team Image + Stats ── */
.eom-why-left {
  position: sticky;
  top: 100px;
}

.eom-why-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 52px rgba(0,0,0,0.08);
}

.eom-why-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

/* Gold corners */
.eom-why-img-wrap::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 70px;
  height: 70px;
  border-top: 4px solid #c9a656;
  border-left: 4px solid #c9a656;
  border-radius: 20px 0 0 0;
  z-index: 2;
}

.eom-why-img-wrap::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 70px;
  height: 70px;
  border-bottom: 4px solid #c9a656;
  border-right: 4px solid #c9a656;
  border-radius: 0 0 20px 0;
  z-index: 2;
}

/* Overlay gradient at bottom for stats */
.eom-why-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
  padding: 60px 28px 24px;
  z-index: 2;
}

.eom-why-img-quote {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.9);
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 16px;
  max-width: 380px;
}

.eom-why-img-quote span {
  color: #c9a656;
  font-weight: 600;
  font-style: normal;
}

/* Stats strip */
.eom-why-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.eom-why-stat {
  background: #faf9f6;
  border-radius: 14px;
  padding: 20px 16px;
  text-align: center;
  border: 1px solid #eeebe4;
  transition: all 0.3s ease;
}

.eom-why-stat:hover {
  border-color: rgba(201, 166, 86, 0.25);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.eom-why-stat-num {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #90191c;
  line-height: 1;
  margin-bottom: 4px;
}

.eom-why-stat-num span {
  color: #c9a656;
  font-size: 20px;
}

.eom-why-stat-label {
  font-family: 'Roboto', sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1.3;
}

/* ── Right: Reason Cards ── */
.eom-why-reasons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eom-why-reason {
  background: #faf9f6;
  border: 1px solid #eeebe4;
  border-radius: 16px;
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-why-reason:hover {
  border-color: rgba(144, 25, 28, 0.12);
  background: #fff;
  box-shadow: 0 8px 28px rgba(0,0,0,0.05);
  transform: translateX(4px);
}

/* Left accent bar */
.eom-why-reason::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(to bottom, #90191c, #c9a656);
  border-radius: 16px 0 0 16px;
  transition: width 0.35s ease;
}

.eom-why-reason:hover::before {
  width: 4px;
}

.eom-why-reason-top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

.eom-why-reason-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.eom-why-reason-icon svg {
  width: 22px;
  height: 22px;
}

.eom-why-reason:hover .eom-why-reason-icon {
  transform: scale(1.06);
}

.eom-why-reason-icon-1 { background: rgba(144, 25, 28, 0.07); color: #90191c; }
.eom-why-reason-icon-2 { background: rgba(201, 166, 86, 0.1); color: #c9a656; }
.eom-why-reason-icon-3 { background: rgba(144, 25, 28, 0.07); color: #90191c; }
.eom-why-reason-icon-4 { background: rgba(201, 166, 86, 0.1); color: #c9a656; }
.eom-why-reason-icon-5 { background: rgba(144, 25, 28, 0.07); color: #90191c; }
.eom-why-reason-icon-6 { background: rgba(201, 166, 86, 0.1); color: #c9a656; }

.eom-why-reason-title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 6px 0 0;
  line-height: 1.3;
}

.eom-why-reason-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #888;
  line-height: 1.75;
  margin: 0;
  padding-left: 60px;
}

/* ── Challenge Callout ── */
.eom-why-challenge {
  margin-top: 16px;
  background: #faf9f6;
  border: 1px solid #eeebe4;
  border-radius: 16px;
  padding: 28px 26px;
  position: relative;
}

.eom-why-challenge-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.eom-why-challenge-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(34, 160, 70, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-why-challenge-icon svg {
  width: 22px;
  height: 22px;
  color: #22a046;
}

.eom-why-challenge-text h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1a6e30;
  margin: 0 0 8px;
  line-height: 1.3;
}

.eom-why-challenge-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  color: #888;
  line-height: 1.75;
  margin: 0;
}

/* ── Bottom CTAs ── */
.eom-why-bottom {
  margin-top: 56px;
  text-align: center;
}

.eom-why-bottom-btns {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.eom-why-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 34px;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-why-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.eom-why-btn:hover svg {
  transform: translateX(3px);
}

.eom-why-btn-primary {
  background: #90191c;
  color: #fff;
  border: 1.5px solid #90191c;
}

.eom-why-btn-primary:hover {
  background: #7a1518;
  border-color: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-why-btn-whatsapp {
  background: #25d366;
  color: #fff;
  border: 1.5px solid #25d366;
}

.eom-why-btn-whatsapp:hover {
  background: #20bd5a;
  border-color: #20bd5a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.25);
  color: #fff;
  text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-why-inner { padding: 70px 20px; }
  .eom-why h2 { font-size: 34px; }

  .eom-why-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .eom-why-left {
    position: static;
    max-width: 560px;
    margin: 0 auto;
  }

  .eom-why-reason-desc {
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .eom-why-inner { padding: 50px 16px; }
  .eom-why h2 { font-size: 28px; }
  .eom-why-lead { font-size: 15px; }

  .eom-why-img-wrap img { height: 360px; }

  .eom-why-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .eom-why-stat { padding: 14px 10px; }
  .eom-why-stat-num { font-size: 24px; }
  .eom-why-stat-label { font-size: 10px; }

  .eom-why-reason { padding: 22px 20px; }
  .eom-why-reason-top { gap: 12px; }
  .eom-why-reason-icon { width: 38px; height: 38px; }
  .eom-why-reason-icon svg { width: 18px; height: 18px; }
  .eom-why-reason-title { font-size: 16px; }

  .eom-why-bottom-btns {
    flex-direction: column;
    align-items: center;
  }

  .eom-why-btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e2efd6 */@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-26888383 */@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 */