@font-face {
  font-family: "Al Jazeera Arabic";
  src: url("https://CvWebs.b-cdn.net/DrYousifYbroudi/Al-Jazeera-Arabic-Bold.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("https://CvWebs.b-cdn.net/DrYousifYbroudi/IBMPlexSans-VariableFont_wdth%2Cwght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ds-ivory: #F8F8FF;
  --ds-ivory-soft: #F2F2F8;
  --ds-ivory-panel: #FFFFFF;
  --ds-ivory-line: rgba(22, 46, 69, 0.10);
  --ds-navy: #162E45;
  --ds-navy-700: #1F3D5C;
  --ds-navy-soft: #4A5E78;
  --ds-green: #29AC74;
  --ds-green-700: #1F8F5E;
  --ds-green-tint: rgba(41, 172, 116, 0.10);
  --ds-font-english: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ds-font-arabic: "Al Jazeera Arabic", system-ui, sans-serif;
  --ds-font-display: var(--ds-font-english);
  --ds-font-body: var(--ds-font-english);
  --ds-container: 1160px;
  --ds-radius: 14px;
  --ds-shadow: 0 22px 54px -30px rgba(22, 46, 69, 0.36);
  --primary-color: var(--ds-green);
  --primary-light: var(--ds-green-tint);
  --primary-dark: var(--ds-green-700);
  --gradient-primary: linear-gradient(135deg, var(--ds-green) 0%, var(--ds-green-700) 100%);
  --gradient-hover: linear-gradient(135deg, var(--ds-green-700) 0%, var(--ds-navy) 100%);
}

html[lang="ar"],
html[dir="rtl"] {
  --ds-font-display: var(--ds-font-arabic);
  --ds-font-body: var(--ds-font-arabic);
}

* {
  box-sizing: border-box;
}

html,
body,
#page {
  background: var(--ds-ivory) !important;
  color: var(--ds-navy) !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--ds-font-body) !important;
  line-height: 1.75;
  overflow-x: hidden;
}

button,
input,
textarea,
select {
  font-family: var(--ds-font-body) !important;
}

body:not(.service-page) {
  background:
    radial-gradient(circle at 12% 12%, rgba(41, 172, 116, 0.10), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--ds-ivory) 38%, var(--ds-ivory-soft) 100%) !important;
}

body::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(41, 172, 116, 0.18), transparent 32%),
    linear-gradient(135deg, var(--ds-navy) 0%, #203C57 62%, var(--ds-green-700) 100%) !important;
}

#loader-wrapper {
  background: var(--ds-ivory) !important;
  animation: ds-loader-fallback 0.35s ease 2.6s forwards;
}

@keyframes ds-loader-fallback {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h2-md,
.h2-xs,
.h3-xs,
.h3-sm,
.h4-lg,
.h4-md,
.h4-sm,
.h5-md,
.h5-sm,
.h5-xs,
.h6-xl,
.display,
.profile-title,
.service-title,
.hero-headline,
.section-main-title {
  color: var(--ds-navy) !important;
  font-family: var(--ds-font-display) !important;
  font-weight: 700;
  letter-spacing: 0 !important;
}

p,
li,
summary,
.grey-color,
.p-lg,
.p-xl,
.p-md,
.p-sm,
.service-subtitle,
.package-copy,
.hero-copy,
.text-slate-500,
.text-slate-600,
.text-slate-700,
.text-slate-800 {
  color: var(--ds-navy-soft) !important;
  font-family: var(--ds-font-body) !important;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ar"] .wsmenu > .wsmenu-list > li > a,
html[lang="ar"] .wsmenu-list > li > a,
html[lang="ar"] .btn,
html[lang="ar"] button,
html[lang="ar"] .font-bold,
html[lang="ar"] .font-semibold,
html[lang="ar"] .section-title,
html[lang="ar"] .section-main-title,
html[lang="ar"] .service-title,
html[lang="ar"] .profile-title,
html[lang="ar"] .pricing-table h2,
html[lang="ar"] .pricing-table .amount,
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6,
html[dir="rtl"] .wsmenu > .wsmenu-list > li > a,
html[dir="rtl"] .wsmenu-list > li > a,
html[dir="rtl"] .btn,
html[dir="rtl"] button,
html[dir="rtl"] .font-bold,
html[dir="rtl"] .font-semibold,
html[dir="rtl"] .section-title,
html[dir="rtl"] .section-main-title,
html[dir="rtl"] .service-title,
html[dir="rtl"] .profile-title,
html[dir="rtl"] .pricing-table h2,
html[dir="rtl"] .pricing-table .amount {
  font-family: var(--ds-font-display) !important;
  letter-spacing: 0 !important;
}

a {
  color: var(--ds-green);
}

a:hover {
  color: var(--ds-green-700);
}

.container,
.container-x,
.max-w-container,
.max-w-6xl,
.max-w-5xl {
  max-width: var(--ds-container) !important;
}

.container,
.container-x {
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2.5rem);
}

.wide-100,
.wide-80,
.wide-70,
.wide-60,
.section {
  padding-block: clamp(4.5rem, 8vw, 7rem) !important;
}

.header-wrapper {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.wsmainfull,
.wsmainwp {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.wsmainfull.scroll {
  background: rgba(248, 248, 255, 0.96) !important;
  border-color: var(--ds-ivory-line) !important;
  box-shadow: 0 10px 30px -24px rgba(22, 46, 69, 0.36) !important;
  backdrop-filter: blur(14px);
}

.wsmobileheader,
nav.fixed,
nav.sticky,
aside {
  background: rgba(248, 248, 255, 0.96) !important;
  border-color: var(--ds-ivory-line) !important;
  box-shadow: 0 8px 24px -22px rgba(22, 46, 69, 0.34);
}

@media (min-width: 992px) {
  .header-wrapper,
  .wsmainfull,
  .wsmainwp {
    min-height: 0 !important;
  }

  .wsmainfull:not(.scroll) {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }
}

/* Header alignment — vertical centering for logo, menu, and CTA.
   Hardens flex layout so template scroll-states cannot knock items off-axis.
   Flex respects dir="rtl" automatically — same rules cover EN and AR.
   Desktop only: at <992px the mobile drawer must stack items vertically,
   so these flex rules MUST NOT leak into the mobile breakpoint. */
@media (min-width: 992px) {
  .wsmainwp {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .desktoplogo {
    display: flex !important;
    align-items: center !important;
  }

  .wsmenu-list {
    display: flex !important;
    align-items: center !important;
  }
}

.wsmenu > .wsmenu-list > li > a,
.wsmenu-list > li > a,
.sidebar-link,
nav a {
  color: var(--ds-navy) !important;
}

.wsmenu > .wsmenu-list > li > a:hover,
.wsmenu-list > li > a:hover,
.nav-theme-hover .wsmenu-list > li > a:hover,
.sidebar-link:hover,
.sidebar-link.active {
  color: var(--ds-green) !important;
}

.sidebar-link.active {
  background: var(--ds-green-tint) !important;
  border-color: var(--ds-green) !important;
}

.sub-menu {
  background: var(--ds-ivory) !important;
  border: 1px solid var(--ds-ivory-line) !important;
  box-shadow: var(--ds-shadow) !important;
}

.sub-menu li a {
  color: var(--ds-navy) !important;
}

.sub-menu li a:hover {
  color: var(--ds-green) !important;
  background: var(--ds-green-tint) !important;
}

#breadcrumb,
.breadcrumb-section {
  background: rgba(248, 248, 255, 0.82) !important;
  border-bottom: 1px solid var(--ds-ivory-line);
}

body.service-page #breadcrumb.breadcrumb-section {
  display: none !important;
}

.breadcrumb a,
.breadcrumb-item,
.breadcrumb-item.active {
  color: var(--ds-navy-soft) !important;
}

#hero,
#hero-11,
.hero-section,
.section-shell,
.hero-bg {
  background:
    radial-gradient(circle at 16% 18%, rgba(41, 172, 116, 0.12), transparent 32%),
    linear-gradient(135deg, #fff 0%, var(--ds-ivory) 48%, #EEF2F5 100%) !important;
}

/* ============================================================
   HERO ANIMATED GRADIENT MESH (Option 01) — global
   Layered on top of the static base gradient above.
   Opacities capped at 0.18 (green) / 0.10 (navy) per design rules.
   ============================================================ */
@property --hero-mx1 { syntax: '<percentage>'; inherits: false; initial-value: 18%; }
@property --hero-my1 { syntax: '<percentage>'; inherits: false; initial-value: 28%; }
@property --hero-mx2 { syntax: '<percentage>'; inherits: false; initial-value: 78%; }
@property --hero-my2 { syntax: '<percentage>'; inherits: false; initial-value: 22%; }
@property --hero-mx3 { syntax: '<percentage>'; inherits: false; initial-value: 62%; }
@property --hero-my3 { syntax: '<percentage>'; inherits: false; initial-value: 78%; }

#hero,
#hero-11,
section.hero-section {
  position: relative !important;
  isolation: isolate;
  overflow: hidden;
}

#hero > .hero-bg-layer,
#hero-11 > .hero-bg-layer,
section.hero-section > .hero-bg-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--hero-mx1) var(--hero-my1), rgba(41, 172, 116, 0.18), transparent 38%),
    radial-gradient(circle at var(--hero-mx2) var(--hero-my2), rgba(22, 46, 69, 0.10), transparent 42%),
    radial-gradient(circle at var(--hero-mx3) var(--hero-my3), rgba(41, 172, 116, 0.12), transparent 40%);
  animation: hero-mesh-drift 22s ease-in-out infinite alternate;
  will-change: background;
}

#hero > .container,
#hero-11 > .container,
section.hero-section > .container,
#hero > #breadcrumb,
#hero-11 > #breadcrumb,
section.hero-section > #breadcrumb {
  position: relative;
  z-index: 1;
}

@keyframes hero-mesh-drift {
  0%   { --hero-mx1: 18%; --hero-my1: 28%; --hero-mx2: 78%; --hero-my2: 22%; --hero-mx3: 62%; --hero-my3: 78%; }
  50%  { --hero-mx1: 32%; --hero-my1: 60%; --hero-mx2: 60%; --hero-my2: 40%; --hero-mx3: 40%; --hero-my3: 65%; }
  100% { --hero-mx1: 22%; --hero-my1: 36%; --hero-mx2: 82%; --hero-my2: 32%; --hero-mx3: 70%; --hero-my3: 72%; }
}

@media (prefers-reduced-motion: reduce) {
  #hero > .hero-bg-layer,
  #hero-11 > .hero-bg-layer,
  section.hero-section > .hero-bg-layer {
    animation: none !important;
  }
}

body.service-page #hero.hero-section {
  margin-top: 0 !important;
  padding-top: clamp(9.75rem, 9vw, 11.25rem) !important;
  padding-bottom: clamp(4.5rem, 6vw, 6.5rem) !important;
}

.bg-lightgrey,
.bg-slate-50,
.bg-slate-100,
#benefits,
#business-gains,
#pricing,
#add-ons,
#services-nav,
#Services,
#Testimonial,
#Contact,
.pricing-section,
.features-section {
  background: var(--ds-ivory-soft) !important;
}

.callout-section,
#guarantee,
#cta-1,
#About_Me,
#Distinction,
#Blogs,
#content-4 {
  background: var(--ds-ivory) !important;
}

.hero-subtitle-container h5,
.blue-color,
.text-primary,
.text-info,
.text-blue,
.text-blue-500,
.text-blue-600,
.text-blue-700,
.text-indigo-500,
.text-indigo-600,
.text-cyan-500,
.text-cyan-600,
.btn-link,
.link-wrapper .btn-link,
.premium-gradient-text,
.hero-emphasis,
.service-tag,
.section-id,
.section-badge,
.txt-upcase,
.text-brand-100,
.text-brand-500,
.text-brand-600,
.text-brand-700,
.text-accent-500,
.text-sky-500,
.text-sky-600,
.text-emerald-500 {
  color: var(--ds-green) !important;
  letter-spacing: 0 !important;
  -webkit-text-fill-color: currentColor !important;
  background: none !important;
}

.section-separator {
  background: linear-gradient(to right, transparent, rgba(41, 172, 116, 0.30), transparent) !important;
}

.section-separator::after {
  background: var(--ds-green) !important;
}

.btn-theme,
.btn.btn-theme,
.btn-primary,
.btn-blue,
.bg-primary,
.bg-info,
.bg-blue,
.bg-blue-500,
.bg-blue-600,
.badge-primary,
.service-btn,
.package-cta,
.pricing-toggle.active,
.help-call-btn,
.help-call-btn-ar,
.book-call-btn,
.form-btn .submit,
button[type="submit"],
.bg-brand-500,
.bg-brand-600,
.bg-accent-500,
.hover\:bg-brand-900:hover,
.hover\:bg-brand-700:hover,
.hover\:bg-accent-600:hover {
  background: var(--ds-green) !important;
  border-color: var(--ds-green) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px -18px rgba(41, 172, 116, 0.75) !important;
}

.border-primary,
.border-info,
.border-blue,
.border-blue-500,
.border-blue-600 {
  border-color: var(--ds-green) !important;
}

.btn-theme:hover,
.btn.btn-theme:hover,
.btn-primary:hover,
.btn-blue:hover,
.service-btn:hover,
.package-cta:hover,
.pricing-toggle.active:hover,
.help-call-btn:hover,
.help-call-btn-ar:hover,
.book-call-btn:hover,
button[type="submit"]:hover {
  background: var(--ds-navy) !important;
  border-color: var(--ds-navy) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.pricing-toggle-container {
  background: var(--ds-ivory) !important;
  border: 1px solid var(--ds-ivory-line) !important;
  box-shadow: inset 0 1px 4px rgba(22, 46, 69, 0.06) !important;
}

.pricing-toggle {
  color: var(--ds-navy-soft) !important;
  font-family: var(--ds-font-body) !important;
}

.pricing-toggle.active {
  color: #fff !important;
}

.last-link,
.btn.last-link,
.wsmenu > .wsmenu-list > li > a.last-link,
.wsmenu-list > li > a.last-link,
body.service-page a.btn.last-link {
  background: var(--ds-green) !important;
  border-color: var(--ds-green) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: var(--ds-font-body) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 1px 1px rgba(22, 46, 69, 0.18);
}

.last-link:hover,
.btn.last-link:hover,
.wsmenu > .wsmenu-list > li > a.last-link:hover,
.wsmenu-list > li > a.last-link:hover,
body.service-page a.btn.last-link:hover {
  background: var(--ds-navy) !important;
  border-color: var(--ds-navy) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.profile-wrapper,
.service-card,
.home-service-card,
.fbox-4,
.fbox-6,
.pricing-table,
.guarantee-box,
.sbox-4,
.callout-box,
.glass-card,
.glass-panel,
.package-card,
.modal-content,
.blog-1-post,
.review-3,
.faqs-contacts,
.booking-section,
.card {
  background: var(--ds-ivory-panel) !important;
  border: 1px solid var(--ds-ivory-line) !important;
  border-radius: var(--ds-radius) !important;
  box-shadow: var(--ds-shadow) !important;
}

.profile-wrapper::before,
.service-card::before,
.package-card::before,
.sbox-4::before {
  background: var(--gradient-primary) !important;
}

.profile-img,
.service-icon,
.service-icon-wrapper,
.fbox-ico,
.fbox-6-ico,
.sbox-4-ico,
.icon-orb,
.faqs-contacts .ico-70,
.home-service-icon {
  background: var(--ds-green-tint) !important;
  border-color: rgba(41, 172, 116, 0.16) !important;
  color: var(--ds-green) !important;
  box-shadow: none !important;
}

.profile-img {
  background: var(--gradient-primary) !important;
  box-shadow: 0 14px 30px -18px rgba(41, 172, 116, 0.75) !important;
}

.service-icon i,
.fbox-ico i,
.fbox-6-ico span,
.sbox-4-ico span,
.icon-orb i,
.pricing-table .features li i.fa-check,
.guarantee-title h3 i,
.guarantee-text p.commitment i,
.yellow-color,
.app-rating span,
[class*="flaticon-"]::before {
  color: var(--ds-green) !important;
}

.pricing-table:hover,
.fbox-4:hover,
.fbox-6:hover,
.service-card:hover,
.sbox-4:hover,
.package-card:hover,
.glass-panel:hover,
.glass-card:hover {
  border-color: rgba(41, 172, 116, 0.28) !important;
  box-shadow: 0 28px 64px -34px rgba(22, 46, 69, 0.44) !important;
}

.pricing-table.highlight,
.featured-card,
.hero-panel,
.package-price,
.bg-slate-950,
.bg-brand-900,
.bg-night,
#statistic-4 {
  background:
    linear-gradient(135deg, rgba(22, 46, 69, 0.97), rgba(22, 46, 69, 0.90)),
    var(--ds-navy) !important;
  color: #fff !important;
  border-color: rgba(248, 248, 255, 0.12) !important;
}

.pricing-table.highlight *,
.featured-card *,
.hero-panel *,
.package-price *,
.bg-slate-950 *,
.bg-brand-900 *,
#statistic-4 *,
.text-white,
.text-white\/80,
.text-white\/90 {
  color: #fff !important;
}

.pricing-table.highlight .pricing-table-price {
  background: var(--ds-ivory) !important;
  border-top: 1px solid var(--ds-ivory-line) !important;
  border-bottom: 1px solid var(--ds-ivory-line) !important;
}

.pricing-table.highlight .pricing-table-price,
.pricing-table.highlight .pricing-table-price *,
.pricing-table.highlight .pricing-table-price h2,
.pricing-table.highlight .pricing-table-price .amount,
.pricing-table.highlight .pricing-table-price p {
  color: var(--ds-navy) !important;
  -webkit-text-fill-color: var(--ds-navy) !important;
}

.pricing-table.highlight .pricing-table-price .text-brand-500,
.pricing-table.highlight .pricing-table-price .text-brand-600,
.pricing-table.highlight .pricing-table-price .blue-color {
  color: var(--ds-green) !important;
  -webkit-text-fill-color: var(--ds-green) !important;
}

.popular-badge,
.package-note {
  color: var(--ds-green) !important;
  background: var(--ds-green-tint) !important;
  border: 1px solid rgba(41, 172, 116, 0.18);
  box-shadow: none !important;
}

.hero-img img {
  border: 1px solid var(--ds-ivory-line) !important;
  box-shadow: 0 24px 60px -34px rgba(22, 46, 69, 0.45) !important;
}

.border-brand-100,
.border-brand-200,
.border-sky-200,
.border-emerald-200 {
  border-color: rgba(41, 172, 116, 0.22) !important;
}

.bg-brand-50,
.bg-brand-100,
.bg-sky-50,
.bg-sky-100,
.bg-emerald-50,
.bg-emerald-100 {
  background: var(--ds-green-tint) !important;
}

.lang-switcher .btn-light,
.border-slate-200,
.border-slate-100 {
  border-color: var(--ds-ivory-line) !important;
}

.lang-switcher .btn-light {
  background: #fff !important;
  color: var(--ds-navy) !important;
}

.social-icon {
  background: var(--ds-green-tint) !important;
  border-color: rgba(41, 172, 116, 0.16) !important;
  color: var(--ds-green) !important;
}

.social-icon:hover {
  background: var(--ds-green) !important;
  color: #fff !important;
}

input,
textarea,
select,
.form-control {
  background: #fff !important;
  color: var(--ds-navy) !important;
  border-color: var(--ds-ivory-line) !important;
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  border-color: var(--ds-green) !important;
  box-shadow: 0 0 0 3px rgba(41, 172, 116, 0.15) !important;
}

#footer-1,
footer.footer {
  background: var(--ds-navy) !important;
  color: rgba(248, 248, 255, 0.78) !important;
  border-top: 4px solid var(--ds-green);
}

#footer-1 h6,
#footer-1 p,
#footer-1 a,
#footer-1 li,
#footer-1 span,
footer.footer h6,
footer.footer p,
footer.footer a,
footer.footer li,
footer.footer span {
  color: rgba(248, 248, 255, 0.78) !important;
}

#footer-1 h6,
footer.footer h6 {
  color: #fff !important;
}

#footer-1 a:hover,
footer.footer a:hover,
.footer-link:hover {
  color: var(--ds-green) !important;
}

#footer-1 .bottom-footer {
  border-top-color: rgba(248, 248, 255, 0.12) !important;
}

.footer-text {
  background: transparent !important;
  border-top: 0 !important;
  color: var(--ds-navy-soft) !important;
}

.footer-text p {
  color: var(--ds-navy-soft) !important;
}

.footer-text a {
  color: var(--ds-green) !important;
}

#hero-11 .hero-11-txt h2 {
  line-height: 1.05 !important;
}

html[lang="ar"] body:not(.service-page) #hero-11 {
  padding-bottom: 0 !important;
  overflow: hidden;
}

html[lang="ar"] body:not(.service-page) #hero-11 .row {
  align-items: flex-end !important;
  min-height: clamp(39rem, 72vh, 48rem);
}

html[lang="ar"] body:not(.service-page) #hero-11 .hero-11-txt {
  padding-bottom: clamp(2rem, 5vw, 4.5rem);
}

html[lang="ar"] body:not(.service-page) #hero-11 .hero-3-img {
  align-self: flex-end;
  margin-bottom: 0 !important;
}

html[lang="ar"] body:not(.service-page) #hero-11 .hero-3-img img {
  display: block;
  margin: 0 auto !important;
  max-height: clamp(35rem, 72vh, 46rem);
  object-fit: contain;
  object-position: bottom center;
  transform: scaleX(-1) !important;
}

html[lang="ar"] body:not(.service-page) #statistic-4 {
  margin-top: 0 !important;
  position: relative;
  z-index: 1;
}

/* AR Hero — anchor every text/form element to the title's right edge.
   blue-theme_ar.css ships per-element right insets (4% on <p>, 30px on
   .request-form) which stagger the right edges. Override at >=768px so
   the title, description, form, and sub-copy share one vertical right
   line. Mobile centering rule (Ar.html @media max-width:767px) is
   intentionally not in scope here. */
@media (min-width: 768px) {
  html[lang="ar"] body:not(.service-page) #hero-11 .hero-11-txt {
    text-align: right !important;
  }

  html[lang="ar"] body:not(.service-page) #hero-11 .hero-11-txt h2,
  html[lang="ar"] body:not(.service-page) #hero-11 .hero-11-txt p,
  html[lang="ar"] body:not(.service-page) #hero-11 .hero-11-txt .os-version {
    text-align: right !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] body:not(.service-page) #hero-11 .hero-11-txt .os-version {
    display: block;
  }

  html[lang="ar"] body:not(.service-page) #hero-11 .hero-11-txt .request-form {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

#About_Me .txt-block p,
#About_Me .simple-list p {
  font-weight: 400 !important;
}

#About_Me .txt-block strong,
#About_Me .simple-list strong {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  font-weight: 900 !important;
}

html[lang="ar"] #About_Me .txt-block p,
html[lang="ar"] #About_Me .simple-list p,
html[dir="rtl"] #About_Me .txt-block p,
html[dir="rtl"] #About_Me .simple-list p {
  font-family: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif !important;
  font-weight: 400 !important;
}

html[lang="ar"] #About_Me .txt-block strong,
html[lang="ar"] #About_Me .simple-list strong,
html[dir="rtl"] #About_Me .txt-block strong,
html[dir="rtl"] #About_Me .simple-list strong {
  font-family: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif !important;
  font-weight: 800 !important;
}

#Distinction .fbox-7-wrapper > .row {
  align-items: stretch;
}

#Distinction .fbox-7-wrapper > .row > [class*="col-"] {
  display: flex;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

#Distinction .fbox-6 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: clamp(23rem, 28vw, 26rem);
  padding: clamp(1.5rem, 2.4vw, 2rem) !important;
}

#Distinction .fbox-6-txt {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

#Distinction .fbox-6-txt p {
  margin-bottom: 0 !important;
}

html[lang="en"] body:not(.service-page) #Contact .faqs-contacts-wrapper {
  margin-bottom: clamp(2.25rem, 4vw, 3.5rem) !important;
}

html[lang="en"] body:not(.service-page) #Contact .faqs-contacts-wrapper .row {
  row-gap: clamp(1.5rem, 3vw, 2.5rem);
}

html[lang="en"] body:not(.service-page) #Contact .faqs-contacts {
  height: 100%;
  margin-bottom: 0 !important;
  padding: clamp(2rem, 3vw, 3rem) !important;
}

html[lang="en"] body:not(.service-page) #Contact .discovery-call.booking-section {
  margin-top: clamp(1rem, 2vw, 1.75rem) !important;
}

html[lang="ar"] .ar-home-services-grid .feature-box-link,
html[lang="ar"] .ar-home-services-grid .feature-box-link *,
html[dir="rtl"] .ar-home-services-grid .feature-box-link,
html[dir="rtl"] .ar-home-services-grid .feature-box-link *,
html[lang="en"] .en-home-services-grid .feature-box-link,
html[lang="en"] .en-home-services-grid .feature-box-link * {
  text-decoration: none !important;
}

html[lang="ar"] .ar-home-services-grid .service-title::after,
html[dir="rtl"] .ar-home-services-grid .service-title::after {
  display: none !important;
}

#footer-1 .footer-copyright p,
#footer-1 .bottom-footer p,
#footer-1 .bottom-footer a,
#footer-1 .bottom-footer li,
#footer-1 .bottom-footer span,
footer .footer-copyright p,
footer .bottom-footer p,
footer .bottom-footer a,
footer .bottom-footer li,
footer .bottom-footer span,
footer p,
footer span {
  font-weight: 400 !important;
}

#footer-1 .footer-copyright a[href*="cvwebs.com"],
#footer-1 .bottom-footer a[href*="cvwebs.com"],
footer .footer-copyright a[href*="cvwebs.com"],
footer .bottom-footer a[href*="cvwebs.com"],
footer a[href*="cvwebs.com"],
.footer-link[href*="cvwebs.com"] {
  color: var(--ds-green) !important;
  -webkit-text-fill-color: var(--ds-green) !important;
  font-weight: 800 !important;
}

@media (max-width: 991px) {
  #Distinction .fbox-6 {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  html[lang="ar"] body:not(.service-page) #hero-11 .row {
    align-items: center !important;
    min-height: 0;
  }

  html[lang="ar"] body:not(.service-page) #hero-11 .hero-11-txt {
    padding-bottom: 0;
  }

  html[lang="ar"] body:not(.service-page) #hero-11 .hero-3-img {
    margin-top: 1.5rem;
  }

  html[lang="ar"] body:not(.service-page) #hero-11 .hero-3-img img {
    max-height: none;
    width: min(118%, 34rem);
  }
}

[style*="#057DED"],
[style*="#394889"],
[style*="#3B5998"],
[style*="#304987"],
[style*="#1E3A6E"],
[style*="#0ea5e9"],
[style*="#0284c7"],
[style*="#0c4a6e"],
[style*="#0f2747"],
[style*="#0b1d35"],
[style*="#07111f"] {
  border-color: var(--ds-green) !important;
}

[style*="color: #007bff"],
[style*="color:#007bff"],
[style*="color: #0d6efd"],
[style*="color:#0d6efd"],
[style*="color: #057DED"],
[style*="color:#057DED"],
[style*="color: #0084ff"],
[style*="color:#0084ff"],
[style*="color: #0ea5e9"],
[style*="color:#0ea5e9"],
[style*="color: #0284c7"],
[style*="color:#0284c7"] {
  color: var(--ds-green) !important;
  -webkit-text-fill-color: var(--ds-green) !important;
}

[style*="color: #057DED"],
[style*="color:#057DED"],
[style*="color: #0ea5e9"],
[style*="color:#0ea5e9"] {
  color: var(--ds-green) !important;
}

[style*="color: #394889"],
[style*="color:#394889"],
[style*="color: #0c4a6e"],
[style*="color:#0c4a6e"],
[style*="color: #0b1d35"],
[style*="color:#0b1d35"] {
  color: var(--ds-navy) !important;
}

[style*="background-color: #057DED"],
[style*="background-color:#057DED"],
[style*="background-color: #007bff"],
[style*="background-color:#007bff"],
[style*="background-color: #0d6efd"],
[style*="background-color:#0d6efd"],
[style*="background-color: #0084ff"],
[style*="background-color:#0084ff"],
[style*="background: #057DED"],
[style*="background:#057DED"],
[style*="background: #007bff"],
[style*="background:#007bff"],
[style*="background: #0d6efd"],
[style*="background:#0d6efd"],
[style*="background: #0084ff"],
[style*="background:#0084ff"],
[style*="background-color: #0ea5e9"],
[style*="background-color:#0ea5e9"],
[style*="background: #0ea5e9"],
[style*="background:#0ea5e9"] {
  background: var(--ds-green) !important;
  color: #fff !important;
}

[style*="rgba(5,125,237"],
[style*="rgba(5, 125, 237"],
[style*="rgba(0,123,255"],
[style*="rgba(0, 123, 255"],
[style*="rgba(13,110,253"],
[style*="rgba(13, 110, 253"],
[style*="rgba(14, 165, 233"] {
  background-color: var(--ds-green-tint) !important;
  box-shadow: 0 14px 28px -18px rgba(41, 172, 116, 0.75) !important;
}

@media (max-width: 767px) {
  #hero,
  #hero-11,
  .hero-section,
  .section-shell,
  .hero-bg {
    background: linear-gradient(180deg, #fff 0%, var(--ds-ivory) 100%) !important;
  }

  body.service-page #hero.hero-section {
    margin-top: 0 !important;
    padding-top: clamp(7.25rem, 24vw, 8.75rem) !important;
    padding-bottom: 4rem !important;
  }

  .profile-wrapper,
  .service-card,
  .home-service-card,
  .fbox-4,
  .fbox-6,
  .pricing-table,
  .guarantee-box,
  .sbox-4,
  .callout-box,
  .glass-card,
  .glass-panel,
  .package-card,
  .card {
    border-radius: 12px !important;
  }
}


/* ==========================================================================
   WHATSAPP FLOATING ACTION BUTTON
   Anchored bottom-right (primary contact CTA position).
   Scroll-to-top (#scrollUp) is moved to bottom-left in the theme files.
   Same position in EN and AR — no mirror needed.
   ========================================================================== */
.wa-fab {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9985; /* below booking modal (9990), above page content */
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #29AC74;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(22, 46, 69, 0.22), 0 2px 6px rgba(22, 46, 69, 0.14);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}
.wa-fab:hover,
.wa-fab:focus-visible {
  transform: scale(1.08);
  background: #1F8F5E;
  box-shadow: 0 12px 28px rgba(22, 46, 69, 0.28), 0 4px 10px rgba(22, 46, 69, 0.18);
  color: #ffffff;
  text-decoration: none;
}
.wa-fab:focus-visible {
  outline: 3px solid rgba(41, 172, 116, 0.45);
  outline-offset: 3px;
}
.wa-fab:active {
  transform: scale(0.96);
}
.wa-fab svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
  display: block;
}

/* Subtle attention pulse — disabled if user prefers reduced motion */
.wa-fab::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(41, 172, 116, 0.55);
  animation: wa-fab-pulse 2.4s ease-out infinite;
  pointer-events: none;
}
@keyframes wa-fab-pulse {
  0%   { box-shadow: 0 0 0 0   rgba(41, 172, 116, 0.45); }
  70%  { box-shadow: 0 0 0 14px rgba(41, 172, 116, 0);   }
  100% { box-shadow: 0 0 0 0   rgba(41, 172, 116, 0);    }
}

/* Mobile sizing — slightly smaller, tighter to corner; clears bottom nav area */
@media (max-width: 600px) {
  .wa-fab {
    width: 52px;
    height: 52px;
    bottom: 20px;
    right: 20px;
  }
  .wa-fab svg {
    width: 27px;
    height: 27px;
  }
}

/* Hide pulse for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .wa-fab,
  .wa-fab:hover,
  .wa-fab:active {
    transition: none;
    transform: none;
  }
  .wa-fab::before {
    animation: none;
  }
}


/* =========================================================
   ABOUT ME — STAMP JOURNEY
   Storytelling milestone blocks. No rotation, level layout.
   ========================================================= */
.dy-story-stamps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 6px;
}

.dy-story-stamp {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  background: var(--ds-ivory-panel);
  border: 3px double var(--ds-navy);
  border-radius: 4px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dy-story-stamp:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -16px rgba(22, 46, 69, 0.3);
}

.dy-story-stamp--alt {
  border-color: var(--ds-green);
}

.dy-story-stamp--final {
  background: var(--ds-navy);
  border-color: var(--ds-green);
}

.dy-story-year {
  font-family: var(--ds-font-display);
  font-size: 26px;
  font-weight: 800;
  color: var(--ds-green);
  line-height: 1;
  flex-shrink: 0;
  min-width: 60px;
}

.dy-story-content {
  flex: 1;
  border-left: 1px solid var(--ds-ivory-line);
  padding-left: 14px;
}

.dy-story-stamp--final .dy-story-content {
  border-left-color: rgba(255, 255, 255, 0.18);
}

.dy-story-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ds-navy-soft);
  margin-bottom: 2px;
}

.dy-story-stamp--final .dy-story-eyebrow {
  color: var(--ds-green);
}

.dy-story-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--ds-navy);
  line-height: 1.45;
}

.dy-story-title strong {
  font-weight: 700;
}

.dy-story-stamp--final .dy-story-title {
  color: #ffffff;
}

/* RTL — swap divider side */
html[lang="ar"] .dy-story-content,
html[dir="rtl"] .dy-story-content {
  border-left: 0;
  border-right: 1px solid var(--ds-ivory-line);
  padding-left: 0;
  padding-right: 14px;
}

/* Desktop — image keeps natural aspect; tighten title→image spacing
   in col 1 and mission→milestones spacing in col 2. */
@media (min-width: 992px) {
  #About_Me .col-lg-5 .txt-block {
    margin-bottom: 18px;
  }
  #About_Me .col-lg-5 .img-block {
    margin-top: 0;
  }
  #About_Me .col-lg-5 .img-block img.img-fluid {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 6px;
  }
  /* Top-align the About Me eyebrow with the mission paragraph */
  #About_Me .col-lg-7 .txt-block {
    padding-top: 0;
  }
  /* Clean gap between mission paragraph and Milestones heading */
  #About_Me .col-lg-7 .txt-block .p-md {
    margin-bottom: 18px;
  }
}


/* =========================================================
   FOOTER — LINKEDIN POSTS THUMBNAILS
   Force perfect 1:1 squares regardless of source aspect.
   ========================================================= */
#footer-1 .footer-img .row {
  margin-left: -3px;
  margin-right: -3px;
}
#footer-1 .footer-img .row > [class*="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}
#footer-1 .footer-img .insta-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  display: block;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
#footer-1 .footer-img a:hover .insta-img {
  transform: scale(1.03);
  opacity: 0.92;
}


html[lang="ar"] .dy-story-stamp--final .dy-story-content,
html[dir="rtl"] .dy-story-stamp--final .dy-story-content {
  border-right-color: rgba(255, 255, 255, 0.18);
}

/* Arabic year stays Latin numerals + display font for visual parity */
html[lang="ar"] .dy-story-year,
html[dir="rtl"] .dy-story-year {
  font-family: var(--ds-font-english);
}

/* Mobile — stack year above content */
@media (max-width: 575.98px) {
  .dy-story-stamp {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 18px;
  }
  .dy-story-content,
  html[lang="ar"] .dy-story-content,
  html[dir="rtl"] .dy-story-content {
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid var(--ds-ivory-line);
    padding-top: 10px;
    width: 100%;
  }
  .dy-story-stamp--final .dy-story-content {
    border-top-color: rgba(255, 255, 255, 0.18);
  }
  .dy-story-year {
    font-size: 26px;
    min-width: 0;
  }
}
