/*
Theme Name: Alnawa Business Solutions
Theme URI: https://www.aabssa.com
Author: Antigravity AI
Description: A premium, high-performance business solutions theme for Alnawa, optimized for SEO and Saudi Arabian market standards (Vision 2030).
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: business, corporate, services, rtl, professional, gold, navy
Text Domain: alnawa
*/

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --navy-dark: #0F1C35;
  --navy: #1B2A4A;
  --navy-mid: #243B6A;
  --navy-light: #2E5090;
  --gold: #C9A84C;
  --gold-light: #E8C975;
  --white: #fff;
  --off: #F7F9FC;
  --gray: #EDF0F7;
  --text: #1A1A2E;
  --muted: #6B7A99;
  --radius: 14px;
  --shadow: 0 8px 40px rgba(15, 28, 53, .15);
  --shadow-lg: 0 20px 60px rgba(15, 28, 53, .25);
  --transition: all .35s cubic-bezier(.4, 0, .2, 1);
}

html {
  scroll-behavior: smooth
}

html[data-lang="en"] {
  font-family: 'Inter', sans-serif
}

html[data-lang="ar"] {
  font-family: 'Tajawal', sans-serif
}

body {
  background: var(--white);
  color: var(--text);
  overflow-x: hidden
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar {
  width: 6px
}

::-webkit-scrollbar-track {
  background: var(--navy-dark)
}

::-webkit-scrollbar-thumb {
  background: var(--gold);
  border-radius: 3px
}

/* ── NAVBAR ── */
#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 18px 0;
  background: transparent;
  transition: var(--transition);
}

#navbar.scrolled {
  background: rgba(11, 21, 42, .96);
  backdrop-filter: blur(20px);
  padding: 12px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, .3);
}

.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0
}

.nav-logo svg {
  width: 44px;
  height: 44px;
  filter: brightness(0) invert(1)
}

.nav-logo img {
  height: 100px;
  width: auto;
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2
}

.nav-logo-text span:first-child {
  color: var(--white);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .5px
}

.nav-logo-text span:last-child {
  color: var(--gold);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none
}

.nav-links a {
  color: rgba(255, 255, 255, .85);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 8px;
  transition: var(--transition);
  white-space: nowrap;
}

.nav-links a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, .08)
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0
}

.lang-btn {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  color: var(--white);
  padding: 7px 16px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: var(--transition);
  font-family: inherit;
}

.lang-btn:hover {
  background: rgba(255, 255, 255, .2)
}

.nav-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy-dark);
  padding: 9px 22px;
  border-radius: 22px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: var(--transition);
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(201, 168, 76, .35);
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(201, 168, 76, .45)
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px
}

.hamburger span {
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition)
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: var(--navy-dark);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.mobile-menu.open {
  display: flex
}

.mobile-menu a {
  color: var(--white);
  text-decoration: none;
  font-size: 20px;
  font-weight: 600
}

.mobile-menu-close {
  position: absolute;
  top: 24px;
  right: 24px;
  color: var(--white);
  font-size: 28px;
  cursor: pointer
}

/* ── HERO ── */
#hero {
  min-height: 100vh;
  position: relative;
  background: url('assets/images/hero_bg.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(15, 28, 53, .92) 0%, rgba(27, 42, 74, .85) 45%, rgba(36, 59, 106, .9) 100%);
  z-index: 0;
}

.hero-bg-pattern {
  position: absolute;
  inset: 0;
  opacity: .04;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 40px 40px;
}

.hero-bg-geo {
  position: absolute;
  inset: 0;
  overflow: hidden
}

.hero-geo-1 {
  position: absolute;
  right: -120px;
  top: -80px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 80, 144, .4) 0%, transparent 70%);
}

.hero-geo-2 {
  position: absolute;
  left: -80px;
  bottom: -100px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 76, .12) 0%, transparent 70%);
}

.hero-geo-3 {
  position: absolute;
  right: 15%;
  top: 20%;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  animation: rotate 20s linear infinite;
}

.hero-geo-3::before {
  content: '';
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(201, 168, 76, .15);
  border-radius: 50%;
}

@keyframes rotate {
  to {
    transform: rotate(360deg)
  }
}

.hero-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 32px 80px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 168, 76, .12);
  border: 1px solid rgba(201, 168, 76, .3);
  color: var(--gold);
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 24px;
}

.hero-badge i {
  font-size: 11px
}

.hero-title {
  color: var(--white);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-title span {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 36px;
  max-width: 540px;
  font-weight: 400;
}

.hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy-dark);
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 25px rgba(201, 168, 76, .4);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 35px rgba(201, 168, 76, .5)
}

.btn-outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, .3);
  color: var(--white);
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .5)
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.hero-stat {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  padding: 20px 16px;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: var(--transition);
}

.hero-stat:hover {
  background: rgba(255, 255, 255, .1);
  transform: translateY(-3px)
}

.hero-stat-num {
  color: var(--gold);
  font-size: 32px;
  font-weight: 900;
  display: block
}

.hero-stat-label {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  margin-top: 4px
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-card-main {
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  padding: 36px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .3);
}

.hero-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--navy-dark);
  margin-bottom: 20px;
}

.hero-card-main h3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px
}

.hero-card-main p {
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  line-height: 1.7
}

.hero-float-card {
  position: absolute;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-float-1 {
  bottom: -20px;
  left: -30px;
  animation: float1 4s ease-in-out infinite
}

.hero-float-2 {
  top: -20px;
  right: -30px;
  animation: float2 5s ease-in-out infinite
}

@keyframes float1 {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-12px)
  }
}

@keyframes float2 {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(10px)
  }
}

.float-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy-dark);
  font-size: 18px;
  flex-shrink: 0;
}

.float-text span:first-child {
  display: block;
  color: var(--white);
  font-size: 13px;
  font-weight: 700
}

.float-text span:last-child {
  display: block;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  margin-top: 2px;
}

.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .4);
  font-size: 12px;
  cursor: pointer;
  z-index: 2;
  transition: var(--transition);
}

.hero-scroll:hover {
  color: rgba(255, 255, 255, .7)
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .4), transparent);
  animation: scrollAnim 2s ease-in-out infinite
}

@keyframes scrollAnim {

  0%,
  100% {
    opacity: .4;
    transform: scaleY(1)
  }

  50% {
    opacity: 1;
    transform: scaleY(1.2)
  }
}

/* ── SECTION COMMON ── */
section {
  padding: 100px 0
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-tag::before,
.section-tag::after {
  content: '';
  width: 30px;
  height: 2px;
  background: var(--gold);
  border-radius: 1px
}

.section-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  color: var(--navy-dark);
  line-height: 1.2;
  margin-bottom: 16px
}

.section-title.white {
  color: var(--white)
}

.section-desc {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 600px
}

.section-desc.white {
  color: rgba(255, 255, 255, .7)
}

.text-center {
  text-align: center
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

/* ── ABOUT ── */
#about {
  background: var(--white)
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center
}

.about-img-wrap {
  position: relative;
  width: 85%;
  margin: 0 auto;
}

.about-img-bg {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  background: url('assets/images/about_img.png') center/cover no-repeat;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 28, 53, .1);
}

.about-img-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 28, 53, .3), transparent);
}

.about-img-inner {
  display: none;
}

.about-icon-big {
  font-size: 100px;
  color: rgba(255, 255, 255, .06)
}

.about-img-overlay {
  position: absolute;
  bottom: -15px;
  right: -15px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 12px 30px rgba(15, 28, 53, 0.08);
  text-align: center;
}

.about-img-overlay strong {
  display: block;
  font-size: 32px;
  font-weight: 900;
  color: var(--navy-dark);
  line-height: 1
}

.about-img-overlay span {
  font-size: 13px;
  color: var(--navy-dark);
  font-weight: 600;
  opacity: .8
}

.about-img-deco {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--navy-dark);
  box-shadow: 0 8px 20px rgba(201, 168, 76, .3);
}

.about-content .section-desc {
  max-width: 100%;
  margin-bottom: 32px
}

.about-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px
}

.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 16px;
  border-radius: 12px;
  transition: var(--transition);
  background: transparent;
  border: 1px solid transparent;
}

.about-feature:hover {
  background: var(--off);
  border-color: rgba(27, 42, 74, 0.05);
  transform: translateX(-4px);
}

html[dir="ltr"] .about-feature:hover {
  transform: translateX(4px);
}

.about-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  flex-shrink: 0;
  background: var(--white);
  box-shadow: 0 4px 15px rgba(15, 28, 53, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 20px;
  border: 1px solid var(--gray);
}

.about-feature-text strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy-dark);
  margin-bottom: 4px
}

.about-feature-text span {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5
}

/* ── VISION & MISSION ── */
#vision {
  background: linear-gradient(160deg, var(--navy-dark) 0%, var(--navy) 100%);
  position: relative;
  overflow: hidden
}

#vision::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(201, 168, 76, .08) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(46, 80, 144, .3) 0%, transparent 60%);
}

.vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  position: relative;
  z-index: 1
}

.vision-card {
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  padding: 44px 40px;
  transition: var(--transition);
}

.vision-card:hover {
  background: rgba(255, 255, 255, .1);
  transform: translateY(-6px)
}

.vision-icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  margin-bottom: 28px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--navy-dark);
  box-shadow: 0 8px 25px rgba(201, 168, 76, .3);
}

.vision-card h3 {
  color: var(--white);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 16px
}

.vision-card p {
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.9
}

/* ── VALUES ── */
#values {
  background: var(--off)
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 56px
}

.value-card {
  background: var(--white);
  border-radius: 20px;
  padding: 36px 28px;
  box-shadow: 0 4px 24px rgba(15, 28, 53, .07);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid transparent;
}

.value-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--navy), var(--navy-light));
  transform: scaleX(0);
  transform-origin: right;
  transition: var(--transition);
}

.value-card:hover::before {
  transform: scaleX(1);
  transform-origin: left
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(15, 28, 53, .14)
}

.value-num {
  font-size: 48px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: .12;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 1;
}

html[dir="ltr"] .value-num {
  right: auto;
  left: 20px
}

.value-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  margin-bottom: 22px;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--white);
}

.value-card h4 {
  font-size: 17px;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 10px
}

.value-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7
}

/* ── SERVICES ── */
#services {
  background: linear-gradient(160deg, var(--navy-dark), var(--navy));
  position: relative;
  overflow: hidden;
}

#services::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, .3), transparent);
}

.services-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 48px;
  justify-content: center;
  flex-wrap: wrap;
}

.service-tab {
  padding: 10px 26px;
  border-radius: 50px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  font-weight: 600;
  transition: var(--transition);
  font-family: inherit;
  background: transparent;
}

.service-tab.active,
.service-tab:hover {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy-dark);
  border-color: transparent;
}

.service-panel {
  display: none
}

.service-panel.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.service-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 40px;
}

.service-visual-circle {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.15);
  padding: 15px;
  position: relative;
  margin-bottom: -40px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-visual-inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--gold), var(--navy));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: var(--white);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.service-visual-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.2), transparent);
}

.visual-summary-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  color: var(--navy-dark);
  padding: 30px;
  border-radius: 20px;
  width: 95%;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.visual-summary-card h3 {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--navy-dark);
}

.visual-summary-card p {
  color: var(--navy-mid);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  margin: 0;
}

.service-items {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.service-item-detailed {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 4px solid var(--gold);
  border-radius: 16px;
  padding: 24px 28px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
}

.service-item-detailed::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.05), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.service-item-detailed:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(201, 168, 76, 0.5);
  transform: translateX(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.service-item-detailed:hover::after {
  transform: translateX(100%);
}

html[dir="ltr"] .service-item-detailed:hover {
  transform: translateX(5px);
}

.service-item-title-detailed {
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 2px;
  letter-spacing: -0.5px;
}

.service-item-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-item-list li {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  padding-right: 28px;
  transition: color 0.3s ease;
}

.service-item-detailed:hover .service-item-list li {
  color: var(--white);
}

html[dir="ltr"] .service-item-list li {
  padding-right: 0;
  padding-left: 28px;
}

.service-item-list li::before {
  content: '\f00c';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 12px;
  color: var(--gold);
  background: rgba(201, 168, 76, 0.15);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(201, 168, 76, .3);
}

html[dir="ltr"] .service-item-list li::before {
  right: auto;
  left: 0;
}

.service-visual-circle::after {
  content: '';
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: 50%;
  border-top-color: transparent;
  border-bottom-color: transparent;
  animation: spin 10s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ── WHY US ── */
#why {
  background: var(--white)
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 56px
}

.why-card {
  border-radius: 20px;
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--off), var(--white));
  border: 1px solid var(--gray);
  transition: var(--transition);
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(27, 42, 74, .15)
}

.why-num {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 64px;
  font-weight: 900;
  color: var(--navy-dark);
  opacity: .04;
  line-height: 1;
}

html[dir="ltr"] .why-num {
  right: auto;
  left: 24px
}

.why-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--white);
}

.why-card h4 {
  font-size: 19px;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 12px
}

.why-card p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8
}

/* ── PROCESS ── */
#process {
  background: var(--off);
  overflow: hidden
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 60px;
  position: relative
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, var(--navy), var(--navy-light), var(--gold));
  z-index: 0;
}

html[dir="rtl"] .process-steps::before {
  background: linear-gradient(270deg, var(--navy), var(--navy-light), var(--gold))
}

.step {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  text-align: center;
}

.step-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 28px;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: var(--white);
  position: relative;
  box-shadow: 0 8px 30px rgba(27, 42, 74, .25);
  transition: var(--transition);
}

.step:hover .step-circle {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  transform: scale(1.08)
}

.step:hover .step-circle i {
  color: var(--navy-dark)
}

.step-num {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy-dark);
  font-size: 12px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

html[dir="ltr"] .step-num {
  right: auto;
  left: -8px
}

.step h4 {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 10px
}

.step p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7
}

/* ── GOALS ── */
#goals {
  background: linear-gradient(160deg, var(--navy-dark), var(--navy));
  position: relative;
  overflow: hidden
}

#goals::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(46, 80, 144, .4) 0%, transparent 60%);
}

.goals-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1
}

.goals-img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: url('assets/images/goals_img.png') center/cover no-repeat;
  border: 4px solid rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
}

.goals-img::before {
  content: '';
  position: absolute;
  inset: -15px;
  border-radius: 50%;
  border: 1px dashed rgba(201, 168, 76, .4);
  animation: rotate 30s linear infinite;
}

.goals-img-inner {
  display: none;
}

.goals-list {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.goal-item {
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: 24px 28px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: var(--transition);
}

.goal-item:hover {
  background: rgba(255, 255, 255, .1);
  transform: translateX(-6px)
}

html[dir="ltr"] .goal-item:hover {
  transform: translateX(6px)
}

.goal-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--navy-dark);
}

.goal-item strong {
  display: block;
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px
}

.goal-item span {
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  line-height: 1.7
}

/* ── PARTNERS ── */
#partners {
  background: var(--white);
  position: relative;
}

.partners-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.partner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transition: var(--transition);
  animation: float 4s ease-in-out infinite;
}

.partner-item:nth-child(even) {
  animation-delay: 1s;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.partner-card {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: var(--white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  /* Double Ring Effect */
  box-shadow: 
    0 0 0 2px var(--white),
    0 0 0 5px var(--navy-dark),
    0 0 0 8px var(--white),
    0 8px 25px rgba(15, 28, 53, 0.15);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.partner-card::after {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(27, 42, 74, 0.1);
  border-radius: 50%;
}

.partner-card img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.8);
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.partner-item:hover {
  animation-play-state: paused;
}

.partner-item:hover .partner-card {
  transform: scale(1.05);
  box-shadow: 
    0 0 0 2px var(--white),
    0 0 0 5px var(--gold),
    0 0 0 8px var(--white),
    0 15px 35px rgba(201, 168, 76, 0.2);
}

.partner-item:hover img {
  filter: grayscale(0%) opacity(1);
}

.partner-arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid var(--navy-dark);
  transition: var(--transition);
}

.partner-item:hover .partner-arrow {
  border-top-color: var(--gold);
  transform: translateY(3px);
}

.partner-label {
  font-size: 14px;
  font-weight: 800;
  color: var(--navy-dark);
  text-transform: uppercase;
  text-align: center;
  max-width: 150px;
  transition: var(--transition);
}

.partner-item:hover .partner-label {
  color: var(--gold);
}

@media(max-width:768px) {
  .partner-card {
    width: 120px;
    height: 120px;
  }
  .partner-label {
    font-size: 12px;
  }
}

/* ── CONTACT ── */
#contact {
  background: var(--off)
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  margin-top: 56px
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.contact-info-card {
  background: linear-gradient(160deg, var(--navy-dark), var(--navy));
  border-radius: 20px;
  padding: 40px 36px;
  color: var(--white);
}

.contact-info-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px
}

.contact-info-card p {
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 28px
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 14px
}

.contact-detail-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--gold);
}

.contact-detail-text strong {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, .6);
  font-weight: 500
}

.contact-detail-text span {
  font-size: 15px;
  color: var(--white);
  font-weight: 600
}

.contact-social {
  display: flex;
  gap: 12px;
  margin-top: 24px
}

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  transition: var(--transition);
}

.social-btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy-dark)
}

.contact-form {
  background: var(--white);
  border-radius: 20px;
  padding: 40px 36px;
  box-shadow: 0 8px 40px rgba(15, 28, 53, .08);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy-dark);
  margin-bottom: 4px;
}

.about-content .section-desc {
  text-align: justify;
  border-right: 4px solid var(--gold);
  padding-right: 24px;
  font-style: italic;
  position: relative;
}

.about-content .section-desc::before {
  content: '\f10e';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 20px;
  color: var(--gold);
  opacity: 0.2;
}

.about-feature {
  background: var(--white);
  border: 1px solid var(--gray);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.about-feature:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(201, 168, 76, 0.1);
}

.form-group input,
.form-group select,
.form-group textarea {
  border: 2px solid var(--gray);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--text);
  font-family: inherit;
  transition: var(--transition);
  outline: none;
  background: var(--off);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--navy);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(27, 42, 74, .06);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px
}

.form-submit {
  width: 100%;
  padding: 15px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(27, 42, 74, .3)
}

/* ── FOOTER ── */
footer {
  background: var(--navy-dark);
  padding: 60px 0 0
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px
}

.footer-brand {}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  text-decoration: none
}

.footer-logo svg {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1)
}

.footer-logo-text span:first-child {
  display: block;
  color: var(--white);
  font-weight: 800;
  font-size: 15px
}

.footer-logo-text span:last-child {
  color: var(--gold);
  font-size: 11px
}

.footer-desc {
  color: rgba(255, 255, 255, .55);
  font-size: 14px;
  line-height: 1.8;
  max-width: 240px
}

.section-desc {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
  max-width: 800px;
  margin-bottom: 32px;
  font-weight: 500;
}

.footer-col h5 {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 12px;
  position: relative;
}

.footer-col h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 2px;
  background: var(--gold);
}

html[dir="rtl"] .footer-col h5::after {
  right: 0;
  left: auto;
}

html[dir="ltr"] .footer-col h5::after {
  right: auto;
  left: 0;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.footer-links a {
  color: rgba(255, 255, 255, .55);
  text-decoration: none;
  font-size: 14px;
  transition: var(--transition)
}

.footer-links a:hover {
  color: var(--gold);
  padding-right: 4px
}

html[dir="ltr"] .footer-links a:hover {
  padding-right: 0;
  padding-left: 4px
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom p {
  color: rgba(255, 255, 255, .4);
  font-size: 13px
}

.footer-bottom a {
  color: var(--gold);
  text-decoration: none
}

/* ── ANIMATIONS ── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s ease, transform .7s ease
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0)
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity .7s ease, transform .7s ease
}

.reveal-left.visible {
  opacity: 1;
  transform: translateX(0)
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity .7s ease, transform .7s ease
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0)
}

.delay-1 {
  transition-delay: .1s
}

.delay-2 {
  transition-delay: .2s
}

.delay-3 {
  transition-delay: .3s
}

.delay-4 {
  transition-delay: .4s
}

/* ── RESPONSIVE ── */
@media(max-width:1024px) {

  .hero-content,
  .about-grid,
  .vision-grid,
  .goals-grid,
  .contact-grid {
    grid-template-columns: 1fr
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px
  }

  .process-steps::before {
    display: none
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .hero-visual {
    display: none
  }

  .service-panel.active {
    grid-template-columns: 1fr
  }

  .why-grid {
    grid-template-columns: 1fr
  }
}

@media(max-width:768px) {
  section {
    padding: 70px 0
  }

  .container {
    padding: 0 20px
  }

  .nav-links,
  .nav-cta {
    display: none
  }

  .hamburger {
    display: flex
  }

  .values-grid {
    grid-template-columns: 1fr
  }

  .process-steps {
    grid-template-columns: 1fr
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .hero-stats {
    grid-template-columns: repeat(3, 1fr)
  }

  .form-row {
    grid-template-columns: 1fr
  }

  .hero-btns {
    flex-direction: column
  }

  .btn-primary,
  .btn-outline {
    text-align: center;
    justify-content: center
  }

  .partners-row .partner-card {
    width: 130px;
    height: 80px
  }
}
