.elementor-32 .elementor-element.elementor-element-4b942b73{--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-32 .elementor-element.elementor-element-7aeb0963{--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-32 .elementor-element.elementor-element-749a91e5{--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-32 .elementor-element.elementor-element-33b01a8b{--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-32 .elementor-element.elementor-element-aece810{--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-32 .elementor-element.elementor-element-47d1f3af{--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-32 .elementor-element.elementor-element-7e3e9f45{--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-32 .elementor-element.elementor-element-1553669e{--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-32 .elementor-element.elementor-element-1e998fcc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-29888dce */@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-6ebaac34 */@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-3da67b78 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Dubai Services Section ── */
.eom-dsrv {
  width: 100%;
  background: #fff;
}

.eom-dsrv-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-dsrv-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.eom-dsrv-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(144, 25, 28, 0.06);
  border: 1px solid rgba(144, 25, 28, 0.12);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  margin-bottom: 22px;
}

.eom-dsrv-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-dsrv-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-dsrv h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-dsrv h2 .eom-clr-gold { color: #c9a656; }

.eom-dsrv-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin: 0;
}

/* ── Featured Row (first 2 cards side by side) ── */
.eom-dsrv-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.eom-dsrv-fcard {
  background: #faf9f6;
  border: 1px solid #eeebe4;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

.eom-dsrv-fcard:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.07);
  border-color: transparent;
}

/* Featured image */
.eom-dsrv-fcard-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.eom-dsrv-fcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-dsrv-fcard:hover .eom-dsrv-fcard-img img {
  transform: scale(1.05);
}

.eom-dsrv-fcard-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to top, rgba(0,0,0,0.04), transparent);
  pointer-events: none;
}

/* Badge */
.eom-dsrv-fcard-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 8px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

.eom-dsrv-fcard-badge svg {
  width: 14px;
  height: 14px;
  color: #c9a656;
}

.eom-dsrv-fcard-badge span {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Icon overlay */
.eom-dsrv-fcard-icon-wrap {
  position: absolute;
  bottom: -22px;
  left: 24px;
  z-index: 3;
}

.eom-dsrv-fcard-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f5f3ee;
}

.eom-dsrv-fcard-icon svg {
  width: 22px;
  height: 22px;
  color: #c9a656;
}

/* Featured body */
.eom-dsrv-fcard-body {
  padding: 34px 24px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.eom-dsrv-fcard-body::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #c9a656;
  border-radius: 2px;
  margin-bottom: 18px;
  transition: width 0.4s ease;
}

.eom-dsrv-fcard:hover .eom-dsrv-fcard-body::before {
  width: 36px;
}

.eom-dsrv-fcard-body h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 12px;
  line-height: 1.25;
}

.eom-dsrv-fcard-body p {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  color: #888;
  line-height: 1.75;
  margin: 0 0 20px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.eom-dsrv-fcard-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #90191c;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.eom-dsrv-fcard-link:hover {
  gap: 10px;
  color: #7a1518;
  text-decoration: none;
}

.eom-dsrv-fcard-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.eom-dsrv-fcard-link:hover svg {
  transform: translateX(3px);
}

/* ── Alternating Feature Rows ── */
.eom-dsrv-alt {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 0;
  background: #faf9f6;
  border: 1px solid #eeebe4;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-dsrv-alt:hover {
  box-shadow: 0 14px 44px rgba(0,0,0,0.06);
  transform: translateY(-4px);
  border-color: transparent;
}

.eom-dsrv-alt-reverse {
  direction: rtl;
}

.eom-dsrv-alt-reverse > * {
  direction: ltr;
}

/* Alt image */
.eom-dsrv-alt-img {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

.eom-dsrv-alt-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-dsrv-alt:hover .eom-dsrv-alt-img img {
  transform: scale(1.05);
}

/* Alt number */
.eom-dsrv-alt-num {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: rgba(255,255,255,0.2);
  line-height: 1;
  pointer-events: none;
}

.eom-dsrv-alt-reverse .eom-dsrv-alt-num {
  right: auto;
  left: 16px;
}

/* Alt content */
.eom-dsrv-alt-content {
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eom-dsrv-alt-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.eom-dsrv-alt-label-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eom-dsrv-alt-label-icon svg {
  width: 16px;
  height: 16px;
}

.eom-dsrv-alt-label-icon-red { background: rgba(144, 25, 28, 0.07); color: #90191c; }
.eom-dsrv-alt-label-icon-gold { background: rgba(201, 166, 86, 0.1); color: #c9a656; }

.eom-dsrv-alt-label span {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.eom-dsrv-alt-content h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 14px;
  line-height: 1.2;
}

.eom-dsrv-alt-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #777;
  line-height: 1.8;
  margin: 0 0 24px;
}

.eom-dsrv-alt-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #90191c;
  text-decoration: none;
  transition: all 0.3s ease;
}

.eom-dsrv-alt-link:hover {
  gap: 12px;
  color: #7a1518;
  text-decoration: none;
}

.eom-dsrv-alt-link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.eom-dsrv-alt-link:hover svg {
  transform: translateX(3px);
}

/* ── Bottom 2 Cards Grid ── */
.eom-dsrv-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* ── Bottom CTA ── */
.eom-dsrv-cta {
  text-align: center;
  margin-top: 52px;
}

.eom-dsrv-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: #90191c;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-dsrv-cta-btn:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-dsrv-cta-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.eom-dsrv-cta-btn:hover svg {
  transform: translateX(3px);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-dsrv-inner { padding: 70px 20px; }
  .eom-dsrv h2 { font-size: 34px; }

  .eom-dsrv-featured { grid-template-columns: 1fr; }

  .eom-dsrv-alt {
    grid-template-columns: 1fr;
  }

  .eom-dsrv-alt-reverse { direction: ltr; }

  .eom-dsrv-alt-img { min-height: 260px; }

  .eom-dsrv-alt-content { padding: 32px 28px; }
  .eom-dsrv-alt-content h3 { font-size: 22px; }

  .eom-dsrv-alt-num {
    right: 16px !important;
    left: auto !important;
  }

  .eom-dsrv-bottom-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .eom-dsrv-inner { padding: 50px 16px; }
  .eom-dsrv h2 { font-size: 28px; }

  .eom-dsrv-fcard-img { height: 190px; }
  .eom-dsrv-fcard-body { padding: 30px 20px 24px; }

  .eom-dsrv-alt-img { min-height: 220px; }
  .eom-dsrv-alt-content { padding: 26px 20px; }
  .eom-dsrv-alt-content h3 { font-size: 20px; }
  .eom-dsrv-alt-num { font-size: 48px; }

  .eom-dsrv-cta-btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a37e9be */@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-33ab825d */@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 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 — Horizontal Cards ── */
.eom-dproc-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
  margin-bottom: 16px;
}

/* Connector line across top */
.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;
}

/* ── Two Rows for 10 steps ── */
.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 Special ── */
.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-72ca77d3 */@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-9d81838 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Dubai Pricing Section ── */
.eom-dprice {
  width: 100%;
  background: #f8f6f2;
}

.eom-dprice-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-dprice-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 20px;
}

.eom-dprice-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(144, 25, 28, 0.06);
  border: 1px solid rgba(144, 25, 28, 0.12);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  margin-bottom: 22px;
}

.eom-dprice-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-dprice-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-dprice h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-dprice h2 .eom-clr-gold { color: #c9a656; }

.eom-dprice-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin: 0;
}

/* ── Disclaimer ── */
.eom-dprice-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 580px;
  margin: 18px auto 48px;
  padding: 12px 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ece8e0;
}

.eom-dprice-note svg {
  width: 16px;
  height: 16px;
  color: #c9a656;
  flex-shrink: 0;
}

.eom-dprice-note p {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #999;
  margin: 0;
  line-height: 1.5;
  font-style: italic;
}

/* ── Horizontal Pricing Table ── */
.eom-dprice-table {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eeebe4;
  overflow: hidden;
  margin-bottom: 32px;
}

/* Table Header Row */
.eom-dprice-thead {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.6fr 0.8fr;
  background: #faf9f6;
  border-bottom: 2px solid #f0ede6;
  padding: 0;
}

.eom-dprice-th {
  padding: 16px 24px;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-right: 1px solid #f0ede6;
}

.eom-dprice-th:last-child { border-right: none; }

/* Table Row */
.eom-dprice-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.6fr 0.8fr;
  border-bottom: 1px solid #f5f2ec;
  transition: background 0.3s ease;
  align-items: center;
}

.eom-dprice-row:last-child { border-bottom: none; }

.eom-dprice-row:hover {
  background: #fdfcfa;
}

/* Recommended row */
.eom-dprice-row-featured {
  background: rgba(144, 25, 28, 0.015);
  position: relative;
}

.eom-dprice-row-featured::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #90191c, #c9a656);
  border-radius: 0;
}

/* Table Cell */
.eom-dprice-td {
  padding: 24px 24px;
  border-right: 1px solid #f5f2ec;
}

.eom-dprice-td:last-child { border-right: none; }

/* Office Size Cell */
.eom-dprice-size {
  display: flex;
  align-items: center;
  gap: 14px;
}

.eom-dprice-size-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-dprice-size-icon svg {
  width: 20px;
  height: 20px;
}

.eom-dprice-icon-sm { background: rgba(201, 166, 86, 0.1); color: #c9a656; }
.eom-dprice-icon-md { background: rgba(144, 25, 28, 0.07); color: #90191c; }
.eom-dprice-icon-lg { background: rgba(201, 166, 86, 0.1); color: #c9a656; }

.eom-dprice-size-text h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
}

.eom-dprice-size-sub {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #aaa;
  margin-top: 2px;
}

/* Featured tag */
.eom-dprice-pop {
  display: inline-block;
  background: #90191c;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 10px;
  vertical-align: middle;
}

/* Price Cell */
.eom-dprice-amount {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #90191c;
  line-height: 1.2;
}

.eom-dprice-amount .eom-dpc {
  font-size: 13px;
  font-weight: 500;
  color: #bbb;
}

.eom-dprice-amount .eom-dpt {
  font-size: 13px;
  font-weight: 400;
  color: #ddd;
  margin: 0 3px;
}

.eom-dprice-amount-custom {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #c9a656;
  line-height: 1.3;
}

.eom-dprice-amount-note {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  color: #ccc;
  margin-top: 3px;
}

/* Includes Cell */
.eom-dprice-includes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.eom-dprice-inc-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 6px;
  background: #f7f5f0;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #777;
  border: 1px solid #f0ede6;
}

.eom-dprice-inc-chip svg {
  width: 11px;
  height: 11px;
  color: #c9a656;
  flex-shrink: 0;
}

/* Action Cell */
.eom-dprice-action {
  text-align: center;
}

.eom-dprice-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 20px;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.eom-dprice-btn svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}

.eom-dprice-btn:hover svg { transform: translateX(2px); }

.eom-dprice-btn-outline {
  background: transparent;
  color: #90191c;
  border: 1.5px solid rgba(144, 25, 28, 0.2);
}

.eom-dprice-btn-outline:hover {
  background: rgba(144, 25, 28, 0.04);
  border-color: rgba(144, 25, 28, 0.35);
  color: #90191c;
  text-decoration: none;
}

.eom-dprice-btn-solid {
  background: #90191c;
  color: #fff;
  border: 1.5px solid #90191c;
}

.eom-dprice-btn-solid:hover {
  background: #7a1518;
  border-color: #7a1518;
  box-shadow: 0 4px 14px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

/* ── Cost Drivers Horizontal ── */
.eom-dprice-drivers {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #eeebe4;
  padding: 32px;
  margin-bottom: 28px;
}

.eom-dprice-drivers-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.eom-dprice-drivers-title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 8px;
}

.eom-dprice-drivers-title svg {
  width: 18px;
  height: 18px;
  color: #c9a656;
}

.eom-dprice-drivers-sub {
  font-family: 'Roboto', sans-serif;
  font-size: 12.5px;
  color: #bbb;
}

.eom-dprice-driver-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.eom-dprice-driver {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #faf9f6;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid #f0ede6;
  flex: 1;
  min-width: 180px;
  transition: all 0.3s ease;
}

.eom-dprice-driver:hover {
  border-color: rgba(201, 166, 86, 0.2);
  box-shadow: 0 3px 12px rgba(0,0,0,0.03);
}

.eom-dprice-driver-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.eom-dprice-driver-dot-1 { background: #90191c; }
.eom-dprice-driver-dot-2 { background: #c9a656; }
.eom-dprice-driver-dot-3 { background: #90191c; }
.eom-dprice-driver-dot-4 { background: #c9a656; }
.eom-dprice-driver-dot-5 { background: #90191c; }

.eom-dprice-driver-label {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  line-height: 1.3;
}

.eom-dprice-driver-label span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #bbb;
  margin-top: 1px;
}

/* ── Bottom Banner ── */
.eom-dprice-bottom {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #eeebe4;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.eom-dprice-bottom-badge {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(34, 160, 70, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-dprice-bottom-badge svg {
  width: 26px;
  height: 26px;
  color: #22a046;
}

.eom-dprice-bottom-text {
  flex: 1;
}

.eom-dprice-bottom-text h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 4px;
}

.eom-dprice-bottom-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #888;
  margin: 0;
  line-height: 1.5;
}

.eom-dprice-bottom-text strong { color: #555; }

.eom-dprice-bottom-btns {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.eom-dpb-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.35s ease;
  white-space: nowrap;
}

.eom-dpb-btn svg { width: 16px; height: 16px; }

.eom-dpb-primary {
  background: #90191c;
  color: #fff;
}

.eom-dpb-primary:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-dpb-secondary {
  background: transparent;
  color: #333;
  border: 1.5px solid #ddd;
}

.eom-dpb-secondary:hover {
  border-color: #c9a656;
  color: #90191c;
  text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-dprice-inner { padding: 70px 20px; }
  .eom-dprice h2 { font-size: 34px; }

  /* Stack table into cards */
  .eom-dprice-thead { display: none; }

  .eom-dprice-row {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 16px;
    border-bottom: 1px solid #f0ede6;
  }

  .eom-dprice-td { padding: 0; border-right: none; }

  .eom-dprice-row-featured::before { width: 100%; height: 3px; bottom: auto; left: 0; right: 0; top: 0; border-radius: 0; }

  .eom-dprice-action { text-align: left; }

  .eom-dprice-driver-chips { gap: 8px; }
  .eom-dprice-driver { min-width: 140px; }

  .eom-dprice-bottom {
    flex-direction: column;
    text-align: center;
    padding: 28px 22px;
  }

  .eom-dprice-bottom-btns {
    flex-direction: column;
    width: 100%;
  }

  .eom-dpb-btn { justify-content: center; width: 100%; }
}

@media (max-width: 600px) {
  .eom-dprice-inner { padding: 50px 16px; }
  .eom-dprice h2 { font-size: 28px; }

  .eom-dprice-row { padding: 20px 18px; }
  .eom-dprice-amount { font-size: 22px; }

  .eom-dprice-drivers { padding: 24px 18px; }
  .eom-dprice-drivers-top { flex-direction: column; gap: 4px; align-items: flex-start; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-591f3c84 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Dubai Why Choose Section ── */
.eom-dwhy {
  width: 100%;
  background: #fff;
}

.eom-dwhy-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* ── Header ── */
.eom-dwhy-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 52px;
}

.eom-dwhy-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(144, 25, 28, 0.06);
  border: 1px solid rgba(144, 25, 28, 0.12);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  margin-bottom: 22px;
}

.eom-dwhy-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
}

.eom-dwhy-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-dwhy h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-dwhy h2 .eom-clr-gold { color: #c9a656; }

.eom-dwhy-lead {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
}

.eom-dwhy-lead strong {
  color: #90191c;
  font-weight: 600;
}

/* ── Reasons Grid: 2 columns ── */
.eom-dwhy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

/* Reason Card */
.eom-dwhy-card {
  background: #faf9f6;
  border: 1px solid #eeebe4;
  border-radius: 18px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-dwhy-card:hover {
  background: #fff;
  border-color: rgba(144, 25, 28, 0.12);
  box-shadow: 0 10px 36px rgba(0,0,0,0.05);
  transform: translateY(-4px);
}

/* Left accent */
.eom-dwhy-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  border-radius: 18px 0 0 18px;
  transition: width 0.4s ease;
}

.eom-dwhy-card:hover::before { width: 4px; }

.eom-dwhy-card:nth-child(odd)::before { background: #90191c; }
.eom-dwhy-card:nth-child(even)::before { background: #c9a656; }

/* Watermark number */
.eom-dwhy-card-num {
  position: absolute;
  top: 12px;
  right: 18px;
  font-family: 'Oswald', sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: rgba(201, 166, 86, 0.06);
  line-height: 1;
  pointer-events: none;
}

/* Card top */
.eom-dwhy-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.eom-dwhy-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.eom-dwhy-card:hover .eom-dwhy-card-icon { transform: scale(1.06); }

.eom-dwhy-card-icon svg {
  width: 22px;
  height: 22px;
}

.eom-dwhy-icon-1 { background: rgba(144, 25, 28, 0.07); color: #90191c; }
.eom-dwhy-icon-2 { background: rgba(201, 166, 86, 0.1); color: #c9a656; }
.eom-dwhy-icon-3 { background: rgba(144, 25, 28, 0.07); color: #90191c; }
.eom-dwhy-icon-4 { background: rgba(201, 166, 86, 0.1); color: #c9a656; }
.eom-dwhy-icon-5 { background: rgba(144, 25, 28, 0.07); color: #90191c; }

.eom-dwhy-card-title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.25;
}

.eom-dwhy-card-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  color: #888;
  line-height: 1.8;
  margin: 0;
  position: relative;
  z-index: 1;
}

.eom-dwhy-card-desc strong {
  color: #555;
  font-weight: 600;
}

/* ── Full-Width Challenge Card ── */
.eom-dwhy-challenge {
  background: linear-gradient(135deg, #fafff9 0%, #f6fdf5 100%);
  border: 1px solid #d4edce;
  border-radius: 18px;
  padding: 32px 36px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 48px;
  transition: all 0.4s ease;
}

.eom-dwhy-challenge:hover {
  box-shadow: 0 8px 28px rgba(34, 160, 70, 0.06);
}

.eom-dwhy-challenge-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(34, 160, 70, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-dwhy-challenge-icon svg {
  width: 24px;
  height: 24px;
  color: #22a046;
}

.eom-dwhy-challenge-text h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #1a6e30;
  margin: 0 0 8px;
  line-height: 1.3;
}

.eom-dwhy-challenge-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #777;
  line-height: 1.8;
  margin: 0;
}

.eom-dwhy-challenge-text strong {
  color: #555;
  font-weight: 600;
}

/* ── Bottom CTAs ── */
.eom-dwhy-btns {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.eom-dwhy-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 34px;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.eom-dwhy-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.eom-dwhy-btn:hover svg { transform: translateX(3px); }

.eom-dwhy-btn-primary {
  background: #90191c;
  color: #fff;
}

.eom-dwhy-btn-primary:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-dwhy-btn-secondary {
  background: transparent;
  color: #1a1a1a;
  border: 1.5px solid #ddd;
}

.eom-dwhy-btn-secondary:hover {
  border-color: #c9a656;
  color: #90191c;
  transform: translateY(-2px);
  text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-dwhy-inner { padding: 70px 20px; }
  .eom-dwhy h2 { font-size: 34px; }
  .eom-dwhy-grid { grid-template-columns: 1fr; max-width: 600px; margin-left: auto; margin-right: auto; }
  .eom-dwhy-challenge { flex-direction: column; }
}

@media (max-width: 600px) {
  .eom-dwhy-inner { padding: 50px 16px; }
  .eom-dwhy h2 { font-size: 28px; }
  .eom-dwhy-lead { font-size: 15px; }
  .eom-dwhy-card { padding: 24px 20px; }
  .eom-dwhy-card-num { font-size: 44px; }
  .eom-dwhy-card-icon { width: 40px; height: 40px; }
  .eom-dwhy-card-icon svg { width: 18px; height: 18px; }
  .eom-dwhy-card-title { font-size: 16px; }
  .eom-dwhy-challenge { padding: 24px 20px; }
  .eom-dwhy-btns { flex-direction: column; align-items: center; }
  .eom-dwhy-btn { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e5efb58 */@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 */