.elementor-318 .elementor-element.elementor-element-823df77{--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;}/* Start custom CSS for html, class: .elementor-element-c22811e */.uae-seo-agency,
.uae-seo-agency * {
  box-sizing: border-box;
}

.uae-seo-agency {
  --uae-seo-bg: #f6f8fc;
  --uae-seo-surface: #ffffff;
  --uae-seo-surface-alt: #0f172a;
  --uae-seo-text: #0f172a;
  --uae-seo-muted: #475569;
  --uae-seo-border: #dbe4f0;
  --uae-seo-primary: #0f766e;
  --uae-seo-primary-dark: #115e59;
  --uae-seo-accent: #f59e0b;
  --uae-seo-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
  --uae-seo-radius: 20px;
  --uae-seo-radius-sm: 14px;
  --uae-seo-max: 1180px;

  direction: rtl;
  text-align: right;
  color: var(--uae-seo-text);
  background: linear-gradient(180deg, #f8fbff 0%, #f6f8fc 100%);
  font-family: "Tajawal", "Cairo", "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.8;
}

.uae-seo-agency a {
  color: inherit;
  text-decoration: none;
}

.uae-seo-agency img,
.uae-seo-agency iframe {
  display: block;
  max-width: 100%;
  border: 0;
}

.uae-seo-container {
  width: min(100% - 32px, var(--uae-seo-max));
  margin-inline: auto;
}

.uae-seo-section,
.uae-seo-pricing,
.uae-seo-faq,
.uae-seo-cta,
.uae-seo-proof,
.uae-seo-hero {
  padding: 72px 0;
}

.uae-seo-breadcrumb {
  padding: 18px 0 8px;
}

.uae-seo-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--uae-seo-muted);
  font-size: 14px;
}

.uae-seo-breadcrumb li:not(:last-child)::before {
  content: "/";
  margin-inline: 8px;
  color: #94a3b8;
}

.uae-seo-hero {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}

.uae-seo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.12), transparent 30%),
    radial-gradient(circle at bottom left, rgba(245, 158, 11, 0.10), transparent 25%);
  pointer-events: none;
}

.uae-seo-hero-grid {
  align-items: center;
}

.uae-seo-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.uae-seo-hero-content,
.uae-seo-hero-media {
  grid-column: span 6;
}

.uae-seo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.08);
  color: var(--uae-seo-primary);
  font-size: 14px;
  font-weight: 700;
}

.uae-seo-agency h1,
.uae-seo-agency h2,
.uae-seo-agency h3,
.uae-seo-agency h4 {
  margin: 0 0 14px;
  line-height: 1.35;
  color: var(--uae-seo-text);
}

.uae-seo-agency h1 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 800;
}

.uae-seo-agency h2 {
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  font-weight: 800;
}

.uae-seo-agency h3 {
  font-size: 1.2rem;
  font-weight: 800;
}

.uae-seo-agency h4 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--uae-seo-primary-dark);
}

.uae-seo-agency p,
.uae-seo-agency li,
.uae-seo-agency cite {
  margin: 0 0 14px;
  color: var(--uae-seo-muted);
  font-size: 1rem;
}

.uae-seo-subheadline {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--uae-seo-text);
}

.uae-seo-hero-media img {
  width: 100%;
  height: auto;
  border-radius: calc(var(--uae-seo-radius) + 8px);
  box-shadow: var(--uae-seo-shadow);
  object-fit: cover;
}

.uae-seo-card {
  grid-column: span 4;
  background: var(--uae-seo-surface);
  border: 1px solid var(--uae-seo-border);
  border-radius: var(--uae-seo-radius);
  padding: 28px;
  box-shadow: var(--uae-seo-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.uae-seo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 118, 110, 0.25);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
}

.uae-seo-card-featured {
  border-color: rgba(15, 118, 110, 0.3);
  background: linear-gradient(180deg, #ffffff 0%, #f4fbfa 100%);
}

.uae-seo-proof {
  background: var(--uae-seo-surface);
  border-block: 1px solid var(--uae-seo-border);
  padding-top: 20px;
  padding-bottom: 20px;
}

.uae-seo-proof-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  justify-content: center;
}

.uae-seo-proof-list li {
  margin: 0;
  padding: 10px 16px;
  background: #f8fafc;
  border: 1px solid var(--uae-seo-border);
  border-radius: 999px;
  color: var(--uae-seo-text);
  font-size: 0.95rem;
  font-weight: 700;
}

.uae-seo-cta {
  text-align: center;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.uae-seo-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
  margin: 24px 0 12px;
}

.uae-seo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--uae-seo-primary) 0%, var(--uae-seo-primary-dark) 100%);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 0.98rem;
  text-align: center;
  border: 1px solid transparent;
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.uae-seo-button:hover,
.uae-seo-button:focus {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(15, 118, 110, 0.22);
}

.uae-seo-button-secondary {
  background: #ffffff;
  color: var(--uae-seo-primary) !important;
  border-color: rgba(15, 118, 110, 0.24);
  box-shadow: none;
}

.uae-seo-microcopy {
  font-size: 0.92rem;
  color: #64748b;
}

.uae-seo-list {
  margin: 0;
  padding: 0 18px 0 0;
}

.uae-seo-list li {
  margin-bottom: 10px;
}

.uae-seo-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: var(--uae-seo-radius-sm);
  background: #0f172a;
}

.uae-seo-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.uae-seo-pricing {
  background: linear-gradient(180deg, #f1f8f7 0%, #f8fbff 100%);
}

.uae-seo-faq .uae-seo-card {
  grid-column: 1 / -1;
  margin-bottom: 20px;
}

.uae-seo-contact-inline {
  margin-top: 10px;
  font-weight: 700;
  color: var(--uae-seo-text);
}

.uae-seo-contact-inline a {
  color: var(--uae-seo-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.uae-seo-agency blockquote {
  margin: 0;
}

.uae-seo-agency cite {
  display: inline-block;
  margin-top: 6px;
  font-style: normal;
  color: var(--uae-seo-text);
  font-weight: 700;
}

@media (max-width: 1024px) {
  .uae-seo-hero-content,
  .uae-seo-hero-media,
  .uae-seo-card {
    grid-column: span 6;
  }
}

@media (max-width: 767px) {
  .uae-seo-section,
  .uae-seo-pricing,
  .uae-seo-faq,
  .uae-seo-cta,
  .uae-seo-proof,
  .uae-seo-hero {
    padding: 52px 0;
  }

  .uae-seo-container {
    width: min(100% - 20px, var(--uae-seo-max));
  }

  .uae-seo-hero-content,
  .uae-seo-hero-media,
  .uae-seo-card {
    grid-column: 1 / -1;
  }

  .uae-seo-grid {
    gap: 18px;
  }

  .uae-seo-cta-group {
    flex-direction: column;
    align-items: stretch;
  }

  .uae-seo-button {
    width: 100%;
    min-height: 54px;
    padding: 14px 18px;
  }

  .uae-seo-proof-list {
    justify-content: flex-start;
  }

  .uae-seo-proof-list li {
    width: 100%;
    text-align: center;
  }

  .uae-seo-agency h1 {
    font-size: 2rem;
  }

  .uae-seo-agency h2 {
    font-size: 1.5rem;
  }

  .uae-seo-agency p,
  .uae-seo-agency li,
  .uae-seo-agency cite {
    font-size: 0.98rem;
  }
}/* End custom CSS */