.topbar .nav-utility.nav-right {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
  justify-content: flex-end;
}

/* Topbar Mobile Enhancements */
@media (max-width: 768px) {
  .topbar {
    padding: 8px 0;
    font-size: 12px;
  }
  
  .topbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .topbar .nav-utility {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }
  
  .topbar .nav-utility.nav-right {
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .topbar .nav-item {
    font-size: 11px;
    padding: 4px 8px;
  }
  
  .topbar .nav-item i {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .topbar {
    padding: 6px 0;
    font-size: 11px;
  }
  
  .topbar .nav-utility {
    gap: 6px;
  }
  
  .topbar .nav-item {
    font-size: 10px;
    padding: 3px 6px;
  }
  
  .topbar .nav-item i {
    font-size: 12px;
  }
  
  .topbar .nav-item-text {
    display: none; /* Hide text on very small screens */
  }
}
/* ============================================
   News Section
   ============================================ */

.news {
  position: relative;
  padding: 110px 0;
  background: #fdfdfd;
  overflow: hidden;
}

.news-background {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 25%, rgba(209, 139, 44, 0.08), transparent 55%),
              radial-gradient(circle at 80% 10%, rgba(5, 12, 28, 0.08), transparent 45%);
  opacity: 0.9;
}

.news .container {
  position: relative;
  z-index: 1;
}

.news-head h2 {
  margin-bottom: 10px;
}

.news-head p {
  max-width: 700px;
  margin: 0 auto;
  color: #5f6676;
}

.news-grid {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.news-card {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0 20px 45px rgba(5, 12, 28, 0.1);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.news-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 65px rgba(5, 12, 28, 0.18);
}

.news-tag {
  display: inline-flex;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(243, 156, 18, 0.15);
  color: var(--accent-color);
  font-size: 13px;
  letter-spacing: .5px;
}

.news-card h3 {
  margin: 0;
  font-size: 20px;
  color: var(--primary-color);
}

.news-card p {
  margin: 0;
  color: #5c6472;
  line-height: 1.7;
}

.news-meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9ba3b3;
  font-size: 14px;
}

.news-link {
  color: var(--accent-color);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.news-link::after {
  content: '\2190';
  font-size: 16px;
  transition: transform 0.3s ease;
}

[dir="ltr"] .news-link::after {
  transform: scaleX(-1);
}

.news-link:hover::after {
  transform: translateX(-4px) scaleX(-1);
}

.news-link:hover {
  color: var(--gradient-end);
}

@media (max-width: 768px) {
  .news {
    padding: 80px 0;
  }
  .news-card {
    padding: 24px;
  }
}

/* ============================================
   Partners Section
   ============================================ */

.partners {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(180deg, #fff 0%, #f8f9fb 50%, #0f1a2e 51%, #0a1120 100%);
}

.partners-background {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(243, 156, 18, 0.08), transparent 50%),
              radial-gradient(circle at 75% 15%, rgba(11, 31, 58, 0.1), transparent 45%);
  pointer-events: none;
}

.partners .container {
  position: relative;
  z-index: 1;
}

.partners-head {
  color: #101828;
  margin-bottom: 25px;
}

.partners-head h2 {
  color: #101828;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
}

.partners-head p {
  max-width: 600px;
  margin: 0 auto;
  color: #5c6372;
  font-size: 14px;
  line-height: 1.6;
}

.partners-marquee {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}

.partners-track {
  display: flex;
  gap: 20px;
  width: fit-content;
  animation: marquee-left 25s linear infinite;
}

.partners-track.track-right {
  animation: marquee-right 28s linear infinite;
}

.partners-track:hover {
  animation-play-state: paused;
}

.partner-logo {
  flex: 0 0 auto;
  padding: 14px 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
  border: 1.5px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0 8px 25px rgba(15, 31, 57, 0.1),
              0 2px 8px rgba(0, 0, 0, 0.05),
              inset 0 1px 0 rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 70px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.partner-logo::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(243, 156, 18, 0.1) 50%, 
    transparent 100%);
  transition: left 0.6s ease;
}

.partner-logo:hover::before {
  left: 100%;
}

.partner-logo img {
  max-width: 90px;
  max-height: 35px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(35%) opacity(0.8);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.partner-logo:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 15px 40px rgba(15, 31, 57, 0.2),
              0 5px 15px rgba(243, 156, 18, 0.15),
              inset 0 1px 0 rgba(255, 255, 255, 1);
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 100%);
  border-color: rgba(243, 156, 18, 0.3);
  border-width: 2px;
}

.partner-logo:hover img {
  filter: grayscale(0%) opacity(1) brightness(1.05);
  transform: scale(1.08);
}

@media (max-width: 768px) {
  .partners {
    padding: 50px 0 40px;
  }
  
  .partners-head h2 {
    font-size: 20px;
  }
  
  .partners-head p {
    font-size: 13px;
  }
  
  .partners-marquee {
    margin-top: 20px;
    gap: 10px;
  }
  
  .partners-track {
    gap: 15px;
  }
  
  .partner-logo {
    padding: 10px 16px;
    min-width: 100px;
    height: 60px;
  }
  
  .partner-logo img {
    max-width: 75px;
    max-height: 30px;
  }
}

@keyframes marquee-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes marquee-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* ============================================
   Contact Highlight Section
   ============================================ */

.contact-highlight {
  position: relative;
  padding: 120px 0;
  background: #050c18;
  color: #fff;
}

.contact-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(243, 156, 18, 0.2), transparent 45%),
              radial-gradient(circle at 80% 30%, rgba(0, 150, 136, 0.15), transparent 50%);
  opacity: 0.9;
}

.contact-highlight .container {
  position: relative;
  z-index: 1;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 30px;
  background: rgba(9, 16, 32, 0.9);
  border-radius: 32px;
  padding: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 45px 80px rgba(0, 0, 0, 0.45);
}

.contact-content h2 {
  color: #fff;
  margin: 15px 0 10px;
}

.contact-content p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}

.contact-list {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-list li {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
}

.contact-label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
}

.contact-list a {
  color: #fff;
  text-decoration: none;
}

.contact-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-note {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.contact-form-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 28px;
  padding: 35px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}

.contact-form-card h3 {
  margin-top: 0;
  color: #fff;
  margin-bottom: 20px;
}

.contact-form-card .form-group {
  margin-bottom: 15px;
}

.contact-form-card label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 5px;
  display: block;
}

.contact-form-card .form-control {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 16px;
  padding: 12px 14px;
}

.contact-form-card .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact-form-card .button {
  margin-top: 10px;
}

.button.full-width {
  width: 100%;
  justify-content: center;
}

/* Header Logo */
.site-branding .site-title img {
  max-width: 90px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.site-header.sticky-bar .site-title img {
  opacity: 1;
}

@media (max-width: 991px) {
  .contact-card {
    grid-template-columns: 1fr;
    padding: 35px;
  }
}

@media (max-width: 576px) {
  .contact-card {
    padding: 25px;
  }
}

/* Footer Enhancements */

.site-footer .footer-logo {
  max-width: 90px;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
  opacity: 0.75;
}

.footer-credit-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  margin-top: 18px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.footer-credit-btn::after {
  content: '\2197';
  font-size: 14px;
  color: var(--accent-color);
}

.footer-credit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35);
  border-color: rgba(243, 156, 18, 0.6);
}

.footer-credit-btn.large {
  font-size: 16px;
  padding: 12px 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.footer-credit-center {
  display: flex;
  justify-content: center;
  padding: 20px 0 10px;
}
/* ============================================
   Custom Arabic Styles for Sharjah International
   ============================================ */

/* Global Brand Palette */
:root {
  --logo-dark-green: #123c57;
  --logo-dark-blue: #0b1f3a;
  --logo-white: #ffffff;
  --primary-color: #0b1f3a;
  --secondary-color: #d18b2c;
  --accent-color: #f7b34b;
  --gradient-start: #061a33;
  --gradient-mid: #0f3a63;
  --gradient-end: #d18b2c;
  --surface-color: #f6f7fb;
  --surface-alt: #ffffff;
  --text-color: #1d1d1f;
  --text-muted: #6e7683;
}

/* Prevent Horizontal Scrolling */
html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
}

/* Arabic Font Styles */
* {
  font-family: 'Cairo', 'Arial', sans-serif !important;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

body {
  font-family: 'Cairo', 'Arial', sans-serif !important;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal !important;
  background: var(--surface-color);
  color: var(--text-color);
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cairo', 'Arial', sans-serif !important;
  font-weight: 700;
  letter-spacing: normal !important;
  text-transform: none !important;
  color: var(--primary-color);
}

.caption-title, 
.entry-title, 
.work-item-title, 
.process-item-title, 
.section-title h2 {
  font-family: 'Cairo', 'Arial', sans-serif !important;
  font-weight: 700;
  letter-spacing: normal !important;
  text-transform: none !important;
  color: var(--primary-color);
}

.caption-subtitle {
  font-family: 'Cairo', 'Arial', sans-serif !important;
  font-weight: 600;
  letter-spacing: normal !important;
  color: var(--secondary-color);
}

p, span, div, a, li, ul {
  font-family: 'Cairo', 'Arial', sans-serif !important;
  letter-spacing: normal !important;
}

.btn, .button {
  font-family: 'Cairo', 'Arial', sans-serif !important;
  font-weight: 600;
  letter-spacing: normal !important;
}

a {
  color: var(--secondary-color);
}

a:hover, a:focus {
  color: var(--accent-color);
}

.brand-gradient,
.site-header,
.topbar,
.cta,
.facts-highlight,
.facts {
  background: linear-gradient(120deg, var(--gradient-start), var(--gradient-mid) 55%, var(--gradient-end));
  color: #fff;
}

.site-header.header-dark,
.site-header {
  border: 0;
  box-shadow: 0 8px 30px rgba(5, 20, 45, 0.35);
}

.site-header .menu-toggle,
.nav-menu a {
  color: rgba(255, 255, 255, 0.85) !important;
}

.nav-menu a:hover,
.nav-menu .current-menu-item > a {
  color: #fff !important;
}

.btn,
.button,
.btn-primary,
.btn-warning,
.button.btn-danger {
  background-image: linear-gradient(120deg, var(--gradient-start), var(--gradient-end));
  border: none;
  color: #fff !important;
  box-shadow: 0 12px 25px rgba(11, 31, 58, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(11, 31, 58, 0.3);
}

.content-section.bg-grey {
  background: #f9fafc;
}

.content-section.bg-dark {
  background: linear-gradient(120deg, #020a16, #0b1f3a);
}

.site-footer,
#copyright {
  background: #040915;
  color: rgba(255, 255, 255, 0.75);
}

.site-footer a {
  color: rgba(255, 255, 255, 0.85);
}

.site-footer a:hover {
  color: var(--accent-color);
}

.nav-menu a, .menu-item a {
  font-family: 'Cairo', 'Arial', sans-serif !important;
  font-weight: 500;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.contact-item-title, .widget-title {
  font-family: 'Cairo', 'Arial', sans-serif !important;
  font-weight: 600;
  letter-spacing: normal !important;
  text-transform: none !important;
  color: var(--primary-color);
}

.testimony-item-source {
  font-family: 'Cairo', 'Arial', sans-serif !important;
  font-weight: 600;
  letter-spacing: normal !important;
}

.section-title h2,
.process-item-title,
.widget-title,
.contact-item-title,
.caption-title,
.entry-title,
.work-item-title,
.nav-menu a {
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* Fix Font Awesome Icons */
.fa, 
[class^="fa-"], 
[class*=" fa-"],
i.fa,
i[class^="fa-"],
i[class*=" fa-"] {
  font-family: 'FontAwesome' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  display: inline-block !important;
  text-rendering: auto !important;
}

/* Fix Pe-icon-7-stroke Icons */
.pe-7s-menu,
[class^="pe-7s-"],
[class*=" pe-7s-"],
span[class^="pe-7s-"],
span[class*=" pe-7s-"] {
  font-family: 'Pe-icon-7-stroke' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  display: inline-block !important;
}

/* Ensure contact icons are visible */
.contact-item-icon {
  font-size: 24px !important;
  color: var(--accent-color) !important;
  margin-bottom: 10px !important;
}

.contact-item-icon .fa,
.contact-item-icon i {
  font-size: 24px !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
}

/* Fix images */
img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Ensure testimony images are always visible */
.testimony-item-image {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: 100px !important;
  height: auto !important;
  border-radius: 50% !important;
  margin: 10px auto !important;
}

.img-responsive {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Fix background images */
[style*="background-image"] {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Logo Size Adjustments */
.site-branding img[src*="img-logo.png"],
.site-title img[src*="img-logo.png"],
.site-branding img[src*="img-logo-footer.png"],
.site-title img[src*="img-logo-footer.png"] {
  max-width: 130px !important;
  width: auto !important;
  height: auto !important;
  max-height: 50px !important;
  object-fit: contain !important;
}

@media (min-width: 768px) {
  .site-branding img[src*="img-logo.png"],
  .site-title img[src*="img-logo.png"],
  .site-branding img[src*="img-logo-footer.png"],
  .site-title img[src*="img-logo-footer.png"] {
    max-width: 165px !important;
    max-height: 65px !important;
  }
}

@media (min-width: 992px) {
  .site-branding img[src*="img-logo.png"],
  .site-title img[src*="img-logo.png"],
  .site-branding img[src*="img-logo-footer.png"],
  .site-title img[src*="img-logo-footer.png"] {
    max-width: 190px !important;
    max-height: 75px !important;
  }
}

/* Logo Position Adjustments - Move to far left and higher */
.site-branding {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-left: 0 !important;
  text-align: left !important;
}

.site-title {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.site-title a {
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 !important;
}

.site-title img {
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: top !important;
}

/* Story & mission blocks */
#story .timeline {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
  position: relative;
}

#story .timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 2px;
  background: rgba(255, 255, 255, 0.4);
}

#story .timeline li {
  position: relative;
  margin-bottom: 25px;
}

#story .timeline-badge {
  position: absolute;
  left: -6px;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--accent-color);
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
}

#story .timeline-panel {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 15px 20px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

#story {
  background: linear-gradient(120deg, var(--primary-color), var(--secondary-color));
  color: #fff;
}

.mission-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* ============================================
   Premium Service Section Styles
   ============================================ */

.service {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.service-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11, 31, 58, 0.02) 0%, rgba(209, 139, 44, 0.03) 100%);
  z-index: 0;
}

.service-background::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(11, 31, 58, 0.08) 0%, transparent 70%);
  top: -300px;
  left: -300px;
  border-radius: 50%;
}

.service-background::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(209, 139, 44, 0.08) 0%, transparent 70%);
  bottom: -250px;
  right: -250px;
  border-radius: 50%;
}

.service .container {
  position: relative;
  z-index: 1;
}

.service-header {
  max-width: 800px;
  margin: 0 auto 70px;
  animation: fadeInUp 0.8s ease-out;
}

.service-header .section-pill {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--secondary-color);
  background: linear-gradient(120deg, rgba(209, 139, 44, 0.1), rgba(243, 156, 18, 0.1));
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid rgba(209, 139, 44, 0.2);
}

.service-header h2 {
  font-size: 42px;
  margin: 20px 0;
  background: linear-gradient(120deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.3;
}

.service-lead {
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.8;
  margin-top: 15px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.service-card {
  background: #fff;
  border-radius: 28px;
  overflow: visible;
  box-shadow: 0 20px 60px rgba(5, 12, 28, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid rgba(11, 31, 58, 0.06);
  animation: fadeInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.service-card:nth-child(1) { animation-delay: 0.1s; }
.service-card:nth-child(2) { animation-delay: 0.2s; }
.service-card:nth-child(3) { animation-delay: 0.3s; }
.service-card:nth-child(4) { animation-delay: 0.4s; }
.service-card:nth-child(5) { animation-delay: 0.5s; }
.service-card:nth-child(6) { animation-delay: 0.6s; }

.service-card-glow {
  position: absolute;
  inset: -2px;
  background: linear-gradient(120deg, var(--gradient-start), var(--gradient-end));
  border-radius: 28px;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
  filter: blur(20px);
}

.service-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 35px 80px rgba(5, 12, 28, 0.2);
  border-color: rgba(209, 139, 44, 0.3);
}

.service-card:hover .service-card-glow {
  opacity: 0.6;
}

.service-image {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover .service-image img {
  transform: scale(1.15);
}

.service-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(11, 31, 58, 0.4) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.service-card:hover .service-image-overlay {
  opacity: 1;
}

.service-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 24px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-20px) scale(0.8);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover .service-icon {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.service-body {
  padding: 30px;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-index {
  position: absolute;
  top: -30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(140deg, var(--gradient-start), var(--gradient-mid));
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(11, 31, 58, 0.4);
  transition: all 0.4s ease;
  z-index: 2;
}

.service-card:hover .service-index {
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 15px 40px rgba(11, 31, 58, 0.5);
}

.service-body h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 700;
  transition: color 0.3s ease;
}

.service-card:hover .service-body h3 {
  color: var(--secondary-color);
}

.service-body p {
  color: var(--text-muted);
  margin-bottom: 20px;
  line-height: 1.7;
  flex: 1;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--secondary-color);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  margin-top: auto;
}

.service-link i {
  transition: transform 0.3s ease;
}

.service-card:hover .service-link {
  color: var(--primary-color);
  gap: 12px;
}

.service-card:hover .service-link i {
  transform: translateX(-5px);
}

.work {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: #f8f9fb;
}

.work-background {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 20%, rgba(11, 31, 58, 0.06), transparent 45%),
              radial-gradient(circle at 90% 10%, rgba(209, 139, 44, 0.08), transparent 50%);
  pointer-events: none;
}

.work .container {
  position: relative;
  z-index: 1;
}

.work-header {
  max-width: 780px;
  margin: 0 auto 50px;
  animation: fadeInUp 0.8s ease-out;
}

.work-header h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.work-lead {
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.8;
}

.modern-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}

.modern-filter li {
  list-style: none;
}

.modern-filter li button {
  border: none;
  background: rgba(11, 31, 58, 0.05);
  color: var(--primary-color);
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(11, 31, 58, 0.05);
}

.modern-filter li.active button,
.modern-filter li button:hover {
  background: linear-gradient(120deg, var(--gradient-start), var(--gradient-end));
  color: #fff;
  box-shadow: 0 10px 25px rgba(11, 31, 58, 0.25);
  border-color: transparent;
}

.work-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.work-card {
  display: block;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(5, 12, 28, 0.12);
  position: relative;
  text-decoration: none;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border: 1px solid rgba(11, 31, 58, 0.05);
}

.work-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 70px rgba(5, 12, 28, 0.18);
  border-color: rgba(11, 31, 58, 0.15);
}

.work-card-media {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.work-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.work-card:hover .work-card-media img {
  transform: scale(1.12);
}

.work-card-tag {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 6px 16px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.work-card-body {
  padding: 24px;
}

.work-card-meta {
  display: flex;
  gap: 15px;
  color: var(--secondary-color);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.work-card-year {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--primary-color);
}

.work-card-year::before {
  content: '\\25CF';
  font-size: 8px;
  color: var(--secondary-color);
}

.work-card-body h3 {
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: 21px;
}

.work-card-body p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.work-cta {
  margin-top: 50px;
}

.work-cta .button {
  background-image: linear-gradient(120deg, var(--gradient-start), var(--gradient-end));
  color: #fff !important;
  padding: 14px 36px;
  border-radius: 999px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  box-shadow: 0 18px 40px rgba(5, 12, 28, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-cta .button:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 25px 55px rgba(5, 12, 28, 0.3);
}

/* ============================================
   Capabilities Section
   ============================================ */

.capabilities {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-mid) 50%, var(--gradient-end) 100%);
  color: #fff;
  overflow: hidden;
}

.capabilities-background {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(243, 156, 18, 0.15), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(209, 139, 44, 0.12), transparent 50%),
    url('data:image/svg+xml,<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid-cap" width="200" height="200" patternUnits="userSpaceOnUse"><path d="M 200 0 L 0 0 0 200" fill="none" stroke="rgba(255,255,255,0.04)" stroke-width="1"/></pattern></defs><rect width="200" height="200" fill="url(%23grid-cap)"/></svg>');
  opacity: 0.6;
  animation: backgroundShift 20s ease-in-out infinite;
}

.capabilities .container {
  position: relative;
  z-index: 1;
}

.capabilities-header {
  position: relative;
  margin-bottom: 60px;
  animation: fadeInDown 1s ease-out forwards;
}

.capabilities-header .section-pill {
  background: linear-gradient(90deg, rgba(243, 156, 18, 0.2), rgba(209, 139, 44, 0.2));
  color: var(--accent-color);
  border: 1px solid rgba(243, 156, 18, 0.4);
  backdrop-filter: blur(10px);
  animation: shimmer 3s ease-in-out infinite;
}

.capabilities-header h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  margin: 20px 0 15px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 1s ease-out 0.2s forwards;
  opacity: 0;
}

.capabilities-lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  animation: fadeInUp 1s ease-out 0.4s forwards;
  opacity: 0;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.capabilities-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 35px 30px;
  border-radius: 24px;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.3),
    0 0 0 0 rgba(243, 156, 18, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeInUp 0.9s ease-out forwards;
  opacity: 0;
  transform: translateY(30px);
}

.capabilities-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(243, 156, 18, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.capabilities-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(243, 156, 18, 0.5), rgba(209, 139, 44, 0.5), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.capabilities-card:nth-child(1) { 
  animation-delay: 0.1s; 
}

.capabilities-card:nth-child(2) { 
  animation-delay: 0.3s; 
}

.capabilities-card:nth-child(3) { 
  animation-delay: 0.5s; 
}

.capabilities-card:hover {
  transform: translateY(-12px) scale(1.02);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 
    0 35px 70px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(243, 156, 18, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border-color: rgba(243, 156, 18, 0.4);
}

.capabilities-card:hover::before {
  opacity: 1;
}

.capabilities-card:hover::after {
  opacity: 1;
}

.capabilities-icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(243, 156, 18, 0.25), rgba(209, 139, 44, 0.25));
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.capabilities-icon i {
  color: var(--accent-color);
  filter: drop-shadow(0 2px 8px rgba(243, 156, 18, 0.4));
  transition: all 0.5s ease;
}

.capabilities-card:hover .capabilities-icon {
  transform: rotateY(360deg) scale(1.1);
  background: linear-gradient(135deg, rgba(243, 156, 18, 0.4), rgba(209, 139, 44, 0.4));
  box-shadow: 0 15px 35px rgba(243, 156, 18, 0.4);
}

.capabilities-card:hover .capabilities-icon i {
  transform: scale(1.2);
  filter: drop-shadow(0 4px 12px rgba(243, 156, 18, 0.6));
}

.capabilities-card h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.capabilities-card:hover h3 {
  color: var(--accent-color);
  transform: translateX(5px);
}

.capabilities-card p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin: 0;
  transition: all 0.3s ease;
}

.capabilities-card:hover p {
  color: rgba(255, 255, 255, 0.95);
}

.capabilities-stream {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 50px;
}

.stream-card {
  background: rgba(255, 255, 255, 0.98);
  color: var(--primary-color);
  border-radius: 22px;
  padding: 30px 28px;
  box-shadow: 
    0 30px 60px rgba(5, 12, 28, 0.25),
    0 0 0 0 rgba(243, 156, 18, 0);
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeInUp 1s ease-out forwards;
  opacity: 0;
  transform: translateY(30px);
  border: 1px solid rgba(11, 31, 58, 0.08);
}

.stream-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(243, 156, 18, 0.1), transparent);
  transition: left 0.6s ease;
}

.stream-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 2px;
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.stream-card:nth-child(1) { animation-delay: 0.2s; }
.stream-card:nth-child(2) { animation-delay: 0.4s; }
.stream-card:nth-child(3) { animation-delay: 0.6s; }

.stream-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 
    0 40px 80px rgba(5, 12, 28, 0.35),
    0 0 30px rgba(243, 156, 18, 0.2);
  border-color: rgba(243, 156, 18, 0.3);
}

.stream-card:hover::before {
  left: 100%;
}

.stream-card:hover::after {
  opacity: 1;
}

.stream-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--gradient-start), var(--gradient-end));
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
  margin-bottom: 15px;
  box-shadow: 0 8px 20px rgba(243, 156, 18, 0.3);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.stream-badge::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: rotate(45deg);
  transition: all 0.6s ease;
}

.stream-card:hover .stream-badge {
  transform: scale(1.1);
  box-shadow: 0 12px 30px rgba(243, 156, 18, 0.4);
}

.stream-card:hover .stream-badge::before {
  left: 150%;
}

.stream-card h4 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.stream-card:hover h4 {
  color: var(--gradient-end);
  transform: translateX(5px);
}

.stream-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.7;
  transition: all 0.3s ease;
}

.stream-card:hover p {
  color: var(--primary-color);
}

/* Keyframe Animations */
@keyframes backgroundShift {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-20px, -20px) scale(1.05);
  }
}

@keyframes shimmer {
  0%, 100% {
    box-shadow: 0 0 20px rgba(243, 156, 18, 0.3);
  }
  50% {
    box-shadow: 0 0 40px rgba(243, 156, 18, 0.6);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .capabilities {
    padding: 90px 0;
  }
  
  .capabilities-header h2 {
    font-size: 32px;
  }
  
  .capabilities-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .capabilities-stream {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .capabilities {
    padding: 70px 0;
  }
  
  .capabilities-header h2 {
    font-size: 26px;
  }
  
  .capabilities-lead {
    font-size: 16px;
  }
  
  .capabilities-card {
    padding: 25px 20px;
  }
  
  .capabilities-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  
  .capabilities-card h3 {
    font-size: 20px;
  }
  
  .stream-card {
    padding: 25px 20px;
  }
}

@media (max-width: 576px) {
  .capabilities-header h2 {
    font-size: 22px;
  }
  
  .capabilities-lead {
    font-size: 15px;
  }
  
  .capabilities-card {
    padding: 20px 18px;
    border-radius: 20px;
  }
  
  .capabilities-icon {
    width: 55px;
    height: 55px;
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .capabilities-card h3 {
    font-size: 18px;
  }
  
  .stream-card {
    padding: 20px 18px;
    border-radius: 18px;
  }
  
  .stream-card h4 {
    font-size: 18px;
  }
}

/* ============================================
   Signature Services Section
   ============================================ */

.signature-services {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(140deg, rgba(5, 15, 29, 0.98), rgba(15, 63, 75, 0.95));
  color: #fff;
  overflow: hidden;
}

.services-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(243, 156, 18, 0.15), transparent 50%),
              radial-gradient(circle at 85% 30%, rgba(209, 139, 44, 0.2), transparent 55%),
              url('data:image/svg+xml,<svg width="240" height="240" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="services-grid" width="240" height="240" patternUnits="userSpaceOnUse"><path d="M 240 0 L 0 0 0 240" fill="none" stroke="rgba(255,255,255,0.04)" stroke-width="1"/></pattern></defs><rect width="240" height="240" fill="url(%23services-grid)"/></svg>');
  opacity: 0.65;
  animation: backgroundShift 18s ease-in-out infinite;
}

.signature-services .container {
  position: relative;
  z-index: 1;
}

.services-head .section-pill {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--accent-color);
}

.services-head h2 {
  font-size: 36px;
  color: #fff;
  margin: 20px 0 10px;
}

.services-lead {
  max-width: 780px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.service-card {
  position: relative;
  border-radius: 28px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(243, 156, 18, 0.7), rgba(209, 139, 44, 0.2));
  overflow: visible;
}

.service-card-inner {
  background: rgba(7, 16, 31, 0.85);
  border-radius: 26px;
  padding: 35px 30px;
  min-height: 100%;
  display: flex;
  overflow: visible;
  position: relative;
  flex-direction: column;
  gap: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: visible;
  position: relative;
}

.service-card:hover .service-card-inner {
  transform: translateY(-10px);
  box-shadow: 0 35px 65px rgba(0, 0, 0, 0.35);
}

.service-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: rgba(243, 156, 18, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--accent-color);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

.service-content h3 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 8px;
}

.service-content p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin-bottom: 15px;
}

.service-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-list li {
  position: relative;
  padding-inline-start: 20px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

.service-list li::before {
  content: '▹';
  position: absolute;
  inset-inline-start: 0;
  color: var(--accent-color);
}

.service-index {
  position: absolute;
  font-size: 50px;
  font-weight: 900;
  color: var(--secondary-color);
  bottom: 10px;
  inset-inline-end: 20px;
  pointer-events: none;
  text-shadow: 0 2px 12px rgba(209, 139, 44, 0.6),
               0 0 25px rgba(209, 139, 44, 0.5),
               0 4px 18px rgba(0, 0, 0, 0.3);
  opacity: 1;
  letter-spacing: -1px;
  line-height: 1.1;
  white-space: nowrap;
  overflow: visible;
  min-width: fit-content;
  line-height: 1;
  z-index: 1;
}

.services-footer {
  margin-top: 60px;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
}

.services-highlight {
  background: rgba(255, 255, 255, 0.95);
  color: var(--primary-color);
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 45px 80px rgba(5, 12, 28, 0.25);
  position: relative;
  overflow: hidden;
}

.highlight-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(11, 31, 58, 0.08);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.services-highlight h3 {
  margin: 18px 0 12px;
  font-size: 26px;
  color: var(--primary-color);
}

.services-highlight p {
  color: var(--text-muted);
  margin-bottom: 25px;
}

.services-highlight .button-light {
  background: linear-gradient(120deg, var(--gradient-start), var(--gradient-end));
  border-radius: 999px;
  padding: 14px 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.services-stats {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: visible;
}

.stat-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  overflow: visible;
  min-width: fit-content;
}

.stat-value {
  display: block;
  font-size: 42px;
  font-weight: 900;
  color: var(--secondary-color);
  margin-bottom: 8px;
  text-shadow: 0 3px 15px rgba(209, 139, 44, 0.6),
               0 0 30px rgba(209, 139, 44, 0.5),
               0 5px 20px rgba(0, 0, 0, 0.4);
  letter-spacing: -1px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: visible;
  width: 100%;
  min-width: fit-content;
}

.stat-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

@media (max-width: 991px) {
  .signature-services {
    padding: 90px 0;
  }
  .services-head h2 {
    font-size: 30px;
  }
  .services-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .service-card-inner {
    padding: 25px 20px;
  }
  .services-head h2 {
    font-size: 24px;
  }
  .services-lead {
    font-size: 16px;
  }
  .services-highlight {
    padding: 30px 22px;
  }
}

/* ============================================
   Project Showcase Section
   ============================================ */

.project-showcase {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, rgba(5, 14, 27, 0.96), rgba(33, 64, 86, 0.98));
  color: #fff;
  overflow: hidden;
}

.project-showcase-background {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(243, 156, 18, 0.15), transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(209, 139, 44, 0.15), transparent 55%),
              url('data:image/svg+xml,<svg width="220" height="220" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="project-grid" width="220" height="220" patternUnits="userSpaceOnUse"><rect width="220" height="220" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="220" height="220" fill="url(%23project-grid)"/></svg>');
  opacity: 0.7;
}

.project-showcase .container {
  position: relative;
  z-index: 1;
}

.project-head h2 {
  color: #fff;
  font-size: 35px;
  margin-top: 15px;
}

.project-head p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 760px;
  margin: 0 auto;
  font-size: 17px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 50px;
}

.project-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.5s ease, border-color 0.5s ease;
}

.project-card::before {
  content: '';
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(243, 156, 18, 0.35), transparent 60%);
  opacity: 0;
  transition: opacity 0.6s ease;
}

.project-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(5, 12, 18, 0.1) 0%, rgba(5, 12, 18, 0.85) 100%);
  transition: background 0.4s ease;
}

.project-card-content {
  position: relative;
  z-index: 1;
  padding: 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 15px;
  border-radius: 24px;
  overflow: hidden;
}

.project-card-content::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 12, 18, 0.35) 0%, rgba(5, 12, 18, 0.85) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
  border-radius: 24px;
  z-index: -1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.project-card.featured {
  grid-column: span 2;
  min-height: 420px;
}

@media (max-width: 992px) {
  .project-card.featured {
    grid-column: span 1;
  }
}

.project-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(243, 156, 18, 0.2);
  color: var(--accent-color);
  font-size: 13px;
  letter-spacing: 0.5px;
}

.project-card h3 {
  margin: 0;
  font-size: 24px;
  color: #fff;
}

.project-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

.project-card:hover {
  transform: translateY(-12px) scale(1.01);
  box-shadow: 0 45px 80px rgba(0, 0, 0, 0.45);
  border-color: rgba(243, 156, 18, 0.45);
}

.project-card:hover::before {
  opacity: 0.8;
}

.project-card:hover::after {
  background: linear-gradient(200deg, rgba(5, 12, 18, 0.05) 0%, rgba(5, 12, 18, 0.8) 100%);
}

.project-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.project-meta li {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.project-meta strong {
  color: #fff;
  font-size: 15px;
}

.project-stat {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  width: fit-content;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.project-cta {
  margin-top: 55px;
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-label {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.project-cta p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin: 5px 0 0;
}

.project-cta .button-light {
  background: linear-gradient(120deg, var(--gradient-start), var(--gradient-end));
  border-radius: 999px;
  padding: 14px 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 768px) {
  .project-showcase {
    padding: 90px 0;
  }
  .project-head h2 {
    font-size: 28px;
  }
  .project-card-content {
    padding: 25px;
  }
  .project-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================================
   Why Choose Us Section
   ============================================ */

.why {
  position: relative;
  padding: 110px 0;
  background: #f7f8fb;
  overflow: hidden;
}

.why-background {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(243, 156, 18, 0.18), transparent 50%),
              radial-gradient(circle at 80% 0%, rgba(11, 31, 58, 0.12), transparent 45%);
  opacity: 0.6;
}

.why .container {
  position: relative;
  z-index: 1;
}

.why-head h2 {
  margin-bottom: 10px;
}

.why-head p {
  max-width: 700px;
  margin: 0 auto;
  color: #5a6473;
  font-size: 17px;
}

.why-grid {
  margin: 50px auto 0;
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.why-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 252, 0.95));
  border-radius: 26px;
  box-shadow: 0 20px 45px rgba(15, 31, 57, 0.1);
  overflow: visible;
  position: relative;
  border: 1px solid rgba(11, 31, 58, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  min-height: 320px;
}

.why-card.with-media {
  display: flex;
  flex-direction: column;
}

.why-card-media img {
  width: 100%;
  display: block;
  height: 140px;
  object-fit: cover;
  filter: grayscale(15%);
}

.why-card-body {
  padding: 24px 22px 28px;
  position: relative;
  overflow: visible;
}

.why-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--accent-color) 100%);
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  box-shadow: 0 6px 20px rgba(209, 139, 44, 0.4),
              0 0 0 2px rgba(255, 255, 255, 0.1) inset;
  margin-bottom: 12px;
  border: none;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  letter-spacing: -0.5px;
  line-height: 1;
  white-space: nowrap;
  overflow: visible;
}

.why-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: var(--primary-color);
}

.why-card p {
  margin: 0 0 6px;
  color: #5f6d7c;
  line-height: 1.8;
}

.why-icon {
  width: 56px;
  height: 56px;
  border-radius: 20px;
  background: rgba(243, 156, 18, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--accent-color);
  margin-bottom: 18px;
}

.why-line {
  margin: 16px 0 6px;
}

.why-line span {
  display: block;
  width: 60px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--gradient-start), var(--gradient-end));
}

.why-card small {
  display: block;
  color: #8692a5;
  font-size: 13px;
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 70px rgba(15, 31, 57, 0.18);
}

@media (max-width: 768px) {
  .why {
    padding: 80px 0;
  }
  .why-card-body {
    padding: 22px 20px 26px;
  }
  .why-grid {
    gap: 18px;
  }
}
.mission-box .progress {
  height: 20px;
  background-color: #f0f0f0;
  border-radius: 12px;
  margin-bottom: 10px;
}

.mission-box .progress-bar {
  border-radius: 12px;
}

.team-card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.team-card img {
  width: 100%;
  height: auto;
}

.team-card-body {
  padding: 20px;
  text-align: center;
}

.facts-highlight {
  background: linear-gradient(120deg, var(--gradient-start), var(--gradient-end));
  padding: 80px 0;
}

.facts-highlight .fact-item {
  color: #fff;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 22px;
  padding: 25px 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.facts-highlight .fact-item .icon {
  font-size: 40px;
  display: block;
  margin-bottom: 12px;
  color: var(--accent-color);
}

.facts-highlight .fact-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.25);
}

/* Apply Logo Colors to Site Elements */
.btn-warning,
.btn-warning:hover,
.btn-primary,
.btn-primary:hover,
.button.btn-danger {
  background-image: linear-gradient(120deg, var(--gradient-start), var(--gradient-end)) !important;
  border-color: transparent !important;
  color: #fff !important;
}

.section-title h2:before {
  background-color: var(--accent-color) !important;
}

.process-item-number {
  background-image: linear-gradient(140deg, var(--gradient-mid), var(--gradient-end)) !important;
  color: var(--logo-white) !important;
}

.work-item-info {
  background-image: linear-gradient(120deg, rgba(11, 31, 58, 0.9), rgba(209, 139, 44, 0.85)) !important;
}

/* Header and Navigation Colors */
.nav-menu a:hover,
.menu-item a:hover {
  color: var(--accent-color) !important;
}

/* Footer Colors */

/* CTA Section */
.cta {
  background-image: linear-gradient(120deg, var(--gradient-start), var(--gradient-end));
  color: #fff;
  border-radius: 24px;
  box-shadow: 0 25px 45px rgba(5, 12, 28, 0.35);
}

.cta h4,
.cta p {
  color: #fff !important;
}

/* Testimonial Section */
.testimony-dark p {
  color: var(--primary-color) !important;
}

/* Contact Items */
.contact-item-title {
  color: var(--primary-color) !important;
}

.contact-item-info {
  color: #666 !important;
}

/* Language Switcher Styles */
.language-switcher {
  display: inline-flex;
  gap: 0;
  align-items: center;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.15) 0%, 
    rgba(255, 255, 255, 0.1) 100%);
  border-radius: 25px;
  padding: 4px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.language-switcher:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.lang-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.85);
  padding: 10px 18px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Cairo', 'Arial', sans-serif;
  position: relative;
  white-space: nowrap;
  min-width: 70px;
  justify-content: center;
  overflow: hidden;
}

.lang-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
  z-index: 0;
}

.lang-btn:hover::before {
  width: 200px;
  height: 200px;
}

.lang-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
}

.lang-btn.active {
  background: linear-gradient(135deg, 
    rgba(243, 156, 18, 0.9) 0%, 
    rgba(243, 156, 18, 0.8) 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(243, 156, 18, 0.5);
  transform: scale(1.08);
  font-weight: 700;
  border: 1px solid rgba(243, 156, 18, 0.3);
}

.lang-btn.active::before {
  background: rgba(255, 255, 255, 0.15);
}

.lang-btn i {
  font-size: 15px;
  opacity: 0.9;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.lang-btn:hover i,
.lang-btn.active i {
  opacity: 1;
  transform: rotate(360deg);
}

.lang-text {
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* ============================================
   New Professional Navbar - يتحرك مع الصفحة
   ============================================ */

/* Main Navbar Container */
.main-navbar {
  position: relative;
  width: 100%;
  z-index: 1000;
  background: linear-gradient(120deg, var(--gradient-start), var(--gradient-mid) 55%, var(--gradient-end));
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.navbar-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow-x: visible !important;
  overflow-y: visible !important;
  position: relative;
}

/* Logo */
.navbar-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 50px;
}

.navbar-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
}

.logo-img {
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
  filter: brightness(0) invert(1);
}

.logo-text {
  display: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
}

.navbar-logo a:hover .logo-img {
  transform: scale(1.05);
  filter: brightness(0) invert(1) drop-shadow(0 0 8px rgba(209, 139, 44, 0.5));
}

/* Desktop Menu */
.navbar-menu.desktop-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  justify-content: center;
}

.navbar-menu.desktop-menu .menu-item {
  list-style: none;
  margin: 0;
}

.navbar-menu.desktop-menu .menu-item a {
  display: inline-block;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

  .navbar-menu.desktop-menu .menu-item a::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transform: translateX(-50%);
    transition: width 0.3s ease;
  }

.navbar-menu.desktop-menu .menu-item a:hover,
.navbar-menu.desktop-menu .menu-item a:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.navbar-menu.desktop-menu .menu-item a:hover::after {
  width: 60%;
}

/* Desktop Language Switcher */
.navbar-language.desktop-lang {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.navbar-language.desktop-lang .language-switcher {
  display: flex;
  gap: 8px;
}

.navbar-language.desktop-lang .lang-btn {
  height: 42px;
  padding: 10px 18px;
  font-size: 14px;
  min-width: 80px;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  padding: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%);
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  color: #fff;
  cursor: pointer !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  align-items: center;
  justify-content: center;
  position: relative !important;
  z-index: 10001 !important;
  pointer-events: auto !important;
  -webkit-tap-highlight-color: rgba(209, 139, 44, 0.3);
  touch-action: manipulation;
}

.menu-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 24px;
  height: 20px;
}

.icon-line {
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

  .mobile-menu-toggle:hover {
    background: linear-gradient(120deg, rgba(209, 139, 44, 0.4) 0%, rgba(247, 179, 75, 0.3) 100%);
    border-color: rgba(209, 139, 44, 0.7);
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(209, 139, 44, 0.5);
  }

.mobile-menu-toggle.active .icon-line:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}

.mobile-menu-toggle.active .icon-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active .icon-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(120deg, 
    var(--gradient-start) 0%, 
    var(--gradient-mid) 25%,
    var(--gradient-end) 50%,
    var(--gradient-mid) 75%,
    var(--gradient-start) 100%);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 80px 20px 40px;
  -webkit-overflow-scrolling: touch;
}

[dir="rtl"] .mobile-menu-overlay {
  transform: translateX(-100%);
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mobile-menu-content {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.mobile-menu-close {
  position: absolute !important;
  top: 25px;
  right: 25px;
  width: 48px;
  height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  cursor: pointer !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10002 !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  pointer-events: auto !important;
  -webkit-tap-highlight-color: rgba(209, 139, 44, 0.3);
  touch-action: manipulation;
}

[dir="rtl"] .mobile-menu-close {
  right: auto;
  left: 25px;
}

  .mobile-menu-close:hover {
    background: linear-gradient(120deg, rgba(209, 139, 44, 0.35) 0%, rgba(247, 179, 75, 0.25) 100%);
    border-color: rgba(209, 139, 44, 0.6);
    color: #fff;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 6px 20px rgba(209, 139, 44, 0.4);
  }

.close-icon {
  line-height: 1;
}

/* Mobile Menu */
.navbar-menu.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.navbar-menu.mobile-menu .menu-item {
  width: 100%;
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  animation: slideInUp 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.mobile-menu-overlay.active .navbar-menu.mobile-menu .menu-item:nth-child(1) { animation-delay: 0.1s; }
.mobile-menu-overlay.active .navbar-menu.mobile-menu .menu-item:nth-child(2) { animation-delay: 0.15s; }
.mobile-menu-overlay.active .navbar-menu.mobile-menu .menu-item:nth-child(3) { animation-delay: 0.2s; }
.mobile-menu-overlay.active .navbar-menu.mobile-menu .menu-item:nth-child(4) { animation-delay: 0.25s; }
.mobile-menu-overlay.active .navbar-menu.mobile-menu .menu-item:nth-child(5) { animation-delay: 0.3s; }
.mobile-menu-overlay.active .navbar-menu.mobile-menu .menu-item:nth-child(6) { animation-delay: 0.35s; }

@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.navbar-menu.mobile-menu .menu-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 35px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  border-radius: 20px;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.22) 0%, 
    rgba(255, 255, 255, 0.18) 100%);
  border: 2.5px solid rgba(255, 255, 255, 0.3);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 
              0 0 0 1px rgba(255, 255, 255, 0.15) inset;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  letter-spacing: 0.5px;
}

.navbar-menu.mobile-menu .menu-item a::after {
  content: '→';
  font-size: 22px;
  opacity: 0;
  transform: translateX(-15px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

[dir="rtl"] .navbar-menu.mobile-menu .menu-item a::after {
  content: '←';
  transform: translateX(15px);
}

  .navbar-menu.mobile-menu .menu-item a:hover,
  .navbar-menu.mobile-menu .menu-item a:focus {
    background: linear-gradient(120deg, 
      rgba(209, 139, 44, 0.4) 0%, 
      rgba(247, 179, 75, 0.3) 100%);
    border-color: rgba(209, 139, 44, 0.8);
    color: #fff;
    transform: translateX(10px) scale(1.04);
    box-shadow: 0 12px 35px rgba(209, 139, 44, 0.5),
                0 0 20px rgba(247, 179, 75, 0.3);
    text-shadow: 0 2px 10px rgba(209, 139, 44, 0.6);
  }

[dir="rtl"] .navbar-menu.mobile-menu .menu-item a:hover,
[dir="rtl"] .navbar-menu.mobile-menu .menu-item a:focus {
  transform: translateX(-10px) scale(1.04);
}

.navbar-menu.mobile-menu .menu-item a:hover::after,
.navbar-menu.mobile-menu .menu-item a:focus::after {
  opacity: 1;
  transform: translateX(0);
}

/* Mobile Language Switcher */
.navbar-language.mobile-lang {
  width: 100%;
  margin: 50px auto 0;
  padding: 35px 30px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  gap: 20px;
  opacity: 0;
  animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.08) 0%, 
    rgba(255, 255, 255, 0.05) 100%);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar-language.mobile-lang .language-switcher {
  display: flex;
  gap: 18px;
  align-items: center;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.navbar-language.mobile-lang .lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 40px;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.25) 0%, 
    rgba(255, 255, 255, 0.18) 100%);
  border: 2.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 150px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2),
              0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  position: relative;
  overflow: hidden;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
}

.navbar-language.mobile-lang .lang-btn:hover {
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.35) 0%, 
    rgba(255, 255, 255, 0.25) 100%);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3),
              0 0 30px rgba(255, 255, 255, 0.2);
}

  .navbar-language.mobile-lang .lang-btn.active {
    background: linear-gradient(120deg, 
      rgba(209, 139, 44, 0.5) 0%, 
      rgba(247, 179, 75, 0.4) 100%);
    border-color: rgba(209, 139, 44, 0.9);
    color: #fff;
    box-shadow: 0 12px 40px rgba(209, 139, 44, 0.6),
                0 0 35px rgba(247, 179, 75, 0.4);
    transform: scale(1.1);
  }

/* Responsive Design */
@media (max-width: 991px) {
  .navbar-menu.desktop-menu,
  .navbar-language.desktop-lang {
    display: none;
  }
  
  .mobile-menu-toggle {
    display: flex;
  }
  
  .navbar-container {
    padding: 12px 20px;
  }
  
  .navbar-logo {
    height: 46px;
  }
  
  .logo-img {
    max-height: 46px;
  }
  
  .mobile-menu-toggle {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 768px) {
  .navbar-container {
    padding: 10px 15px;
  }
  
  .navbar-logo {
    height: 45px;
  }
  
  .logo-img {
    max-height: 45px;
    max-width: 160px;
  }
  
  .mobile-menu-toggle {
    width: 45px;
    height: 45px;
  }
  
  .navbar-menu.mobile-menu .menu-item a {
    padding: 20px 30px;
    font-size: 18px;
  }
  
  .navbar-language.mobile-lang {
    max-width: 600px;
    padding: 30px 25px;
    gap: 15px;
  }
  
  .navbar-language.mobile-lang .lang-btn {
    padding: 16px 35px;
    font-size: 16px;
    min-width: 140px;
  }
  
  .mobile-menu-overlay {
    padding: 90px 18px 40px;
  }
}

@media (max-width: 480px) {
  .navbar-container {
    padding: 8px 12px;
  }
  
  .navbar-logo {
    height: 40px;
  }
  
  .logo-img {
    max-height: 40px;
    max-width: 140px;
  }
  
  .mobile-menu-toggle {
    width: 40px;
    height: 40px;
  }
  
  .navbar-menu.mobile-menu .menu-item a {
    padding: 16px 22px;
    font-size: 16px;
    border-radius: 14px;
  }
  
  .navbar-language.mobile-lang {
    padding: 25px 20px;
    gap: 12px;
  }
  
  .navbar-language.mobile-lang .lang-btn {
    padding: 14px 28px;
    font-size: 15px;
    min-width: 120px;
  }
  
  .mobile-menu-close {
    width: 42px;
    height: 42px;
    font-size: 24px;
    top: 18px;
    right: 18px;
  }
  
  [dir="rtl"] .mobile-menu-close {
    right: auto;
    left: 18px;
  }
}

/* Site Header Mobile Enhancements - Perfect Alignment */
@media (max-width: 991px) {
  .site-header {
    padding: 12px 0;
    position: relative;
    z-index: 1000;
    min-height: 70px;
    height: 70px;
  display: flex;
  align-items: center;
    transition: all 0.3s ease;
  }
  
  .site-header .container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  
  .site-header .row {
    align-items: center;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    height: 100%;
  }
  
  /* Logo column - perfectly aligned */
  .site-header .col-sm-3 {
    flex: 0 0 auto;
    width: auto;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
  justify-content: flex-start;
}

  /* Navigation column - perfectly aligned */
  .site-header .col-sm-9 {
    flex: 1 1 auto;
    width: auto;
    padding: 0;
  margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
    height: 100%;
  }
  
  /* Logo - perfectly aligned */
  .site-branding {
    flex: 0 0 auto;
    margin: 0;
    display: flex;
    align-items: center;
    height: 46px;
    justify-content: flex-start;
}

  .site-branding .site-title {
    margin: 0;
    padding: 0;
    line-height: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

  .site-branding .site-title a {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
  }
  
  .site-branding .site-title img {
    max-height: 46px !important;
    height: auto;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0) invert(1);
  }
  
  .site-branding .site-title a:hover img {
    transform: scale(1.05);
    filter: brightness(0) invert(1) drop-shadow(0 0 8px rgba(243, 156, 18, 0.5));
}

  /* Navigation container - perfectly aligned with logo */
  .main-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    width: 100%;
    margin: 0;
    position: relative;
    height: 46px; /* Match logo height exactly */
  }
  
  /* Hide language switcher from header - only show in menu */
  .main-navigation > .nav-language {
    display: none !important;
  }
  
  /* Show mobile language switcher in menu */
  .nav-language-mobile {
    display: block;
  }
  
  /* Menu toggle button - Premium professional design perfectly aligned with logo */
  .menu-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    margin: 8px 0 0; /* تنزيل الزر أكثر إلى الأسفل */
    background: linear-gradient(135deg, 
      rgba(255, 255, 255, 0.25) 0%, 
      rgba(255, 255, 255, 0.15) 100%);
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 12px;
    color: #fff !important;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: relative;
    z-index: 10001;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    align-self: center;
    flex-shrink: 0;
    top: 6px; /* تنزيل إضافي إلى موقع مؤشر الماوس */
  }
  
  .menu-toggle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    transform: translate(-50%, -50%);
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
                height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
  }
  
  .menu-toggle:hover::before,
  .menu-toggle:focus::before {
    width: 300px;
    height: 300px;
  }
  
  .menu-toggle:hover,
  .menu-toggle:focus {
    background: linear-gradient(135deg, 
      rgba(243, 156, 18, 0.4) 0%, 
      rgba(243, 156, 18, 0.3) 100%);
    border-color: rgba(243, 156, 18, 0.7);
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(243, 156, 18, 0.5);
  }
  
  .menu-toggle:active {
    transform: scale(1.05);
  }
  
  .menu-toggle .pe-7s-menu {
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .main-navigation.toggled .menu-toggle {
    background: linear-gradient(135deg, 
      rgba(243, 156, 18, 0.5) 0%, 
      rgba(243, 156, 18, 0.4) 100%);
    border-color: rgba(243, 156, 18, 0.8);
  }
  
  .main-navigation.toggled .menu-toggle .pe-7s-menu {
    transform: rotate(90deg);
  }
  
  /* Menu container - Full screen professional overlay with site theme colors */
  .menu-testing-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background: linear-gradient(135deg, 
      rgba(11, 31, 58, 0.92) 0%, 
      rgba(5, 12, 28, 0.92) 25%,
      rgba(11, 31, 58, 0.92) 50%,
      rgba(5, 12, 28, 0.92) 75%,
      rgba(11, 31, 58, 0.92) 100%);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 80px 20px 40px;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  
  /* RTL support for menu slide */
  [dir="rtl"] .menu-testing-menu-container {
    transform: translateX(-100%);
  }
  
  /* Professional background overlay with site theme colors */
  .menu-testing-menu-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
      radial-gradient(circle at 20% 30%, rgba(243, 156, 18, 0.15) 0%, transparent 65%),
      radial-gradient(circle at 80% 70%, rgba(11, 31, 58, 0.2) 0%, transparent 65%),
      radial-gradient(circle at 50% 50%, rgba(243, 156, 18, 0.08) 0%, transparent 70%),
      linear-gradient(135deg, 
        rgba(243, 156, 18, 0.05) 0%, 
        transparent 30%,
        transparent 70%,
        rgba(11, 31, 58, 0.05) 100%);
    pointer-events: none;
    z-index: 0;
    animation: pulseGlow 5s ease-in-out infinite;
  }
  
  @keyframes pulseGlow {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.9;
    }
  }
  
  /* Smooth slide-in animation */
  .main-navigation.toggled .menu-testing-menu-container,
  .main-navigation[aria-expanded="true"] .menu-testing-menu-container {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  
  [dir="rtl"] .main-navigation.toggled .menu-testing-menu-container,
  [dir="rtl"] .main-navigation[aria-expanded="true"] .menu-testing-menu-container {
    transform: translateX(0);
  }
  
  
  /* Close button - Premium design with smooth animations */
  .menu-close-button {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10001;
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  }
  
  .main-navigation.toggled .menu-close-button {
    opacity: 1;
    pointer-events: all;
    animation: fadeInScale 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
  }
  
  @keyframes fadeInScale {
    from {
      opacity: 0;
      transform: scale(0.8) rotate(-90deg);
    }
    to {
      opacity: 1;
      transform: scale(1) rotate(0deg);
    }
  }
  
  .menu-close-button:hover {
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.35) 0%, rgba(243, 156, 18, 0.25) 100%);
    border-color: rgba(243, 156, 18, 0.6);
    color: #fff;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 6px 20px rgba(243, 156, 18, 0.4);
  }
  
  [dir="rtl"] .menu-close-button {
    right: auto;
    left: 25px;
  }
  
  /* Menu list - Full screen professional layout */
  .main-navigation .menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 650px;
    position: relative;
    z-index: 1;
  }
  
  /* Make menu items more visible */
  .main-navigation .menu > li {
    width: 100%;
    opacity: 0;
    transform: translateY(30px) scale(0.9);
    animation: slideInUp 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  
  .main-navigation.toggled .menu > li:nth-child(1) { animation-delay: 0.1s; }
  .main-navigation.toggled .menu > li:nth-child(2) { animation-delay: 0.15s; }
  .main-navigation.toggled .menu > li:nth-child(3) { animation-delay: 0.2s; }
  .main-navigation.toggled .menu > li:nth-child(4) { animation-delay: 0.25s; }
  .main-navigation.toggled .menu > li:nth-child(5) { animation-delay: 0.3s; }
  .main-navigation.toggled .menu > li:nth-child(6) { animation-delay: 0.35s; }
  
  @keyframes slideInUp {
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  
  /* Menu links - Premium full screen design */
  .main-navigation .menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 35px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 20px;
    background: linear-gradient(135deg, 
      rgba(255, 255, 255, 0.22) 0%, 
      rgba(255, 255, 255, 0.18) 100%);
    border: 2.5px solid rgba(255, 255, 255, 0.3);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    letter-spacing: 0.5px;
  }
  
  .main-navigation .menu > li > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
      transparent 0%, 
      rgba(243, 156, 18, 0.2) 50%, 
      transparent 100%);
    transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
  }
  
  .main-navigation .menu > li > a::after {
    content: '→';
    position: absolute;
    right: 30px;
    font-size: 22px;
    opacity: 0;
    transform: translateX(-15px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    font-weight: 300;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }
  
  [dir="rtl"] .main-navigation .menu > li > a::after {
    content: '←';
    right: auto;
    left: 30px;
    transform: translateX(15px);
  }
  
  .main-navigation .menu > li > a:hover::before {
    left: 100%;
  }
  
  .main-navigation .menu > li > a:hover,
  .main-navigation .menu > li > a:focus {
    background: linear-gradient(135deg, 
      rgba(243, 156, 18, 0.4) 0%, 
      rgba(243, 156, 18, 0.3) 100%);
    border-color: rgba(243, 156, 18, 0.8);
    color: #fff !important;
    transform: translateX(10px) scale(1.04);
    box-shadow: 0 12px 35px rgba(243, 156, 18, 0.5),
                0 0 20px rgba(243, 156, 18, 0.3);
    text-shadow: 0 2px 10px rgba(243, 156, 18, 0.6);
  }
  
  [dir="rtl"] .main-navigation .menu > li > a:hover,
  [dir="rtl"] .main-navigation .menu > li > a:focus {
    transform: translateX(-10px) scale(1.04);
  }
  
  .main-navigation .menu > li > a:hover::after,
  .main-navigation .menu > li > a:focus::after {
    opacity: 1;
    transform: translateX(0);
  }
  
  .main-navigation .menu > li.current-menu-item > a {
    background: linear-gradient(135deg, 
      rgba(243, 156, 18, 0.45) 0%, 
      rgba(243, 156, 18, 0.35) 100%);
    border-color: rgba(243, 156, 18, 0.9);
    color: #fff !important;
    box-shadow: 0 12px 40px rgba(243, 156, 18, 0.6),
                0 0 25px rgba(243, 156, 18, 0.4);
    transform: scale(1.04);
    text-shadow: 0 2px 10px rgba(243, 156, 18, 0.7);
  }
  
  .main-navigation .menu > li.current-menu-item > a::after {
    opacity: 1;
    transform: translateX(0);
  }
  
  /* Language switcher in mobile menu - Premium professional design */
  .menu-testing-menu-container .nav-language-mobile {
    width: 100%;
    max-width: 650px;
    margin: 50px auto 0;
    padding: 35px 30px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    display: flex !important;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards;
    position: relative;
    z-index: 1;
    visibility: visible !important;
    background: linear-gradient(135deg, 
      rgba(255, 255, 255, 0.08) 0%, 
      rgba(255, 255, 255, 0.05) 100%);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  
  /* Hide mobile language switcher outside menu */
  .main-navigation .nav-language-mobile:not(.menu-testing-menu-container .nav-language-mobile) {
    display: none;
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .menu-testing-menu-container .nav-language-mobile .language-switcher {
    display: flex;
    gap: 18px;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .menu-testing-menu-container .nav-language-mobile .lang-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 40px;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff !important;
    background: linear-gradient(135deg, 
      rgba(255, 255, 255, 0.25) 0%, 
      rgba(255, 255, 255, 0.18) 100%);
    border: 2.5px solid rgba(255, 255, 255, 0.35);
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 150px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    visibility: visible !important;
    opacity: 1 !important;
    letter-spacing: 0.5px;
  }
  
  .menu-testing-menu-container .nav-language-mobile .lang-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
  }
  
  .menu-testing-menu-container .nav-language-mobile .lang-btn:hover::before,
  .menu-testing-menu-container .nav-language-mobile .lang-btn:active::before {
    width: 200px;
    height: 200px;
  }
  
  .menu-testing-menu-container .nav-language-mobile .lang-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: 0;
  }
  
  .menu-testing-menu-container .nav-language-mobile .lang-btn:hover::before,
  .menu-testing-menu-container .nav-language-mobile .lang-btn:active::before {
    width: 300px;
    height: 300px;
  }
  
  .menu-testing-menu-container .nav-language-mobile .lang-btn:hover {
    background: linear-gradient(135deg, 
      rgba(255, 255, 255, 0.35) 0%, 
      rgba(255, 255, 255, 0.25) 100%);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3),
                0 0 30px rgba(255, 255, 255, 0.2);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  }
  
  .menu-testing-menu-container .nav-language-mobile .lang-btn:active {
    transform: translateY(-3px) scale(1.08);
  }
  
  .menu-testing-menu-container .nav-language-mobile .lang-btn.active {
    background: linear-gradient(135deg, 
      rgba(243, 156, 18, 0.5) 0%, 
      rgba(243, 156, 18, 0.4) 100%);
    border-color: rgba(243, 156, 18, 0.9);
    color: #fff !important;
    box-shadow: 0 12px 40px rgba(243, 156, 18, 0.6),
                0 0 35px rgba(243, 156, 18, 0.4);
    transform: scale(1.1);
    text-shadow: 0 2px 10px rgba(243, 156, 18, 0.7);
  }
  
  .menu-testing-menu-container .nav-language-mobile .lang-btn i {
    font-size: 22px;
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: transform 0.3s ease;
  }
  
  .menu-testing-menu-container .nav-language-mobile .lang-btn:hover i {
    transform: rotate(360deg) scale(1.1);
  }
  
  .menu-testing-menu-container .nav-language-mobile .lang-text {
    font-size: 17px;
    font-weight: 700;
    position: relative;
    z-index: 1;
  }
}

/* Tablet and smaller screens - Maintain perfect alignment */
@media (max-width: 768px) {
  .site-header {
    padding: 10px 0;
    min-height: 65px;
    height: 65px;
  }
  
  .site-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .site-branding {
    height: 45px;
  }
  
  .site-branding .site-title img {
    max-height: 45px !important;
    max-width: 160px;
  }
  
  .main-navigation {
    height: 45px;
  }
  
  /* Menu toggle - Premium design aligned with logo */
  .menu-toggle {
    width: 45px;
    height: 45px;
    font-size: 21px;
    border-radius: 12px;
    align-self: center;
  }
  
  /* Menu items on tablet */
  .main-navigation .menu > li > a {
    padding: 20px 30px;
    font-size: 18px;
  }
  
  /* Language switcher in menu on tablet */
  .menu-testing-menu-container .nav-language-mobile {
    max-width: 600px;
    padding: 30px 25px;
    gap: 15px;
  }
  
  .menu-testing-menu-container .nav-language-mobile .lang-btn {
    padding: 16px 35px;
    font-size: 16px;
    min-width: 140px;
  }
  
  .menu-testing-menu-container {
    padding: 90px 18px 40px;
  }
  
  .main-navigation .menu {
    max-width: 500px;
    gap: 10px;
  }
  
  .main-navigation .menu > li > a {
    padding: 16px 22px;
    font-size: 16px;
    border-radius: 14px;
  }
  
  .menu-testing-menu-container .nav-language {
    max-width: 500px;
    margin-top: 35px;
    padding-top: 30px;
    gap: 12px;
  }
  
  .menu-testing-menu-container .lang-btn {
    padding: 12px 24px;
    font-size: 14px;
    min-width: 110px;
    border-radius: 12px;
  }
  
  .menu-close-button {
    width: 46px;
    height: 46px;
    font-size: 26px;
    top: 20px;
    right: 20px;
  }
  
  [dir="rtl"] .menu-close-button {
    right: auto;
    left: 20px;
  }
}

/* Small phones - Maintain perfect alignment */
@media (max-width: 480px) {
  .site-header {
    padding: 8px 0;
    min-height: 60px;
    height: 60px;
  }
  
  .site-header .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  
  .site-header .col-sm-3 {
    max-width: 50%;
    padding-right: 8px;
  }
  
  .site-header .col-sm-9 {
    max-width: 50%;
    padding-left: 8px;
  }
  
  .site-branding {
    height: 44px;
  }
  
  .site-branding .site-title img {
    max-height: 44px !important;
    max-width: 120px;
  }
  
  .main-navigation {
    height: 44px;
    gap: 0;
    justify-content: flex-end;
  }
  
  /* Menu toggle - Premium design aligned with logo */
  .menu-toggle {
    width: 44px;
    height: 44px;
    font-size: 20px;
    border-radius: 11px;
    align-self: center;
  }
  
  /* Menu items on small phones */
  .main-navigation .menu {
    max-width: 100%;
    padding: 30px 20px;
    gap: 12px;
  }
  
  .main-navigation .menu > li > a {
    padding: 18px 25px;
    font-size: 17px;
    border-radius: 16px;
  }
  
  /* Language switcher in menu on small phones */
  .menu-testing-menu-container .nav-language-mobile {
    max-width: 100%;
    margin: 40px auto 0;
    padding: 25px 20px;
    gap: 12px;
  }
  
  .menu-testing-menu-container .nav-language-mobile .language-switcher {
    flex-direction: row;
    gap: 12px;
  }
  
  .menu-testing-menu-container .nav-language-mobile .lang-btn {
    flex: 1;
    min-width: 120px;
    padding: 14px 25px;
    font-size: 15px;
  }
  
  .menu-testing-menu-container {
    padding: 80px 15px 35px;
  }
  
  .main-navigation .menu {
    max-width: 100%;
    gap: 8px;
  }
  
  .main-navigation .menu > li > a {
    padding: 18px 22px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 14px;
    border-width: 2px;
  }
  
  .main-navigation .menu > li > a::after {
    right: 20px;
    font-size: 18px;
  }
  
  [dir="rtl"] .main-navigation .menu > li > a::after {
    left: 20px;
  }
  
  .menu-testing-menu-container .nav-language-mobile {
    margin-top: 30px;
    padding-top: 25px;
    gap: 10px;
  }
  
  .menu-testing-menu-container .nav-language-mobile .language-switcher {
    flex-direction: row;
    width: 100%;
    gap: 10px;
    justify-content: center;
  }
  
  .menu-testing-menu-container .nav-language-mobile .lang-btn {
    flex: 1;
    max-width: 150px;
    padding: 12px 20px;
    font-size: 14px;
    min-width: auto;
    justify-content: center;
    border-radius: 12px;
  }
  
  .menu-testing-menu-container .nav-language-mobile .lang-btn i {
    font-size: 16px;
  }
  
  .menu-testing-menu-container .nav-language-mobile .lang-text {
    font-size: 14px;
  }
  
  .menu-close-button {
    width: 42px;
    height: 42px;
    font-size: 24px;
    top: 18px;
    right: 18px;
    border-radius: 10px;
  }
  
  [dir="rtl"] .menu-close-button {
    right: auto;
    left: 18px;
  }
}

/* Extra small phones - Maintain perfect alignment */
@media (max-width: 360px) {
  .site-header {
    padding: 8px 0;
    min-height: 55px;
    height: 55px;
  }
  
  .site-header .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .site-branding {
    height: 39px;
  }
  
  .site-branding .site-title img {
    max-height: 39px !important;
    max-width: 100px;
  }
  
  .main-navigation {
    height: 39px;
    gap: 5px;
  }
  
  .main-navigation > .nav-language {
    height: 39px;
  }
  
  .main-navigation > .nav-language .lang-btn {
    height: 33px;
    padding: 5px 8px;
    font-size: 10px;
    min-width: 50px;
  }
  
  .menu-toggle {
    width: 33px;
    height: 33px;
    font-size: 16px;
    border-radius: 8px;
  }
  
  .menu-testing-menu-container {
    padding: 70px 12px 30px;
  }
  
  .main-navigation .menu {
    gap: 6px;
  }
  
  .main-navigation .menu > li > a {
    padding: 13px 18px;
    font-size: 14px;
    border-radius: 11px;
  }
  
  .main-navigation .menu > li > a::after {
    right: 18px;
    font-size: 16px;
  }
  
  [dir="rtl"] .main-navigation .menu > li > a::after {
    left: 18px;
  }
  
  .menu-testing-menu-container .nav-language {
    margin-top: 25px;
    padding-top: 20px;
    gap: 8px;
  }
  
  .menu-testing-menu-container .language-switcher {
    gap: 8px;
  }
  
  .menu-testing-menu-container .lang-btn {
    padding: 11px 18px;
    font-size: 13px;
    border-radius: 11px;
  }
  
  .menu-testing-menu-container .lang-btn i {
    font-size: 15px;
  }
  
  .menu-testing-menu-container .lang-text {
    font-size: 13px;
  }
  
  .menu-close-button {
    width: 40px;
    height: 40px;
    font-size: 22px;
    top: 15px;
    right: 15px;
    border-radius: 10px;
  }
  
  [dir="rtl"] .menu-close-button {
    right: auto;
    left: 15px;
  }
}

/* RTL Support for Arabic */
[dir="rtl"] .main-navigation .menu > li {
  animation-name: slideInRight;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

[dir="rtl"] .main-navigation .menu > li > a:hover,
[dir="rtl"] .main-navigation .menu > li > a:focus {
  transform: translateX(-8px);
}

/* Close button for mobile menu */
.menu-close-btn {
  display: none;
}

@media (max-width: 991px) {
  .menu-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10001;
  }
  
  .menu-close-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: rotate(90deg);
  }
  
  [dir="rtl"] .menu-close-btn {
    right: auto;
    left: 20px;
  }
}

/* ============================================
   Professional About Section Styles
   ============================================ */

/* About Section */
.about.hero-split {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background: #fff;
}

.about-background {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(11, 31, 58, 0.08), transparent 50%),
              radial-gradient(circle at 85% 15%, rgba(209, 139, 44, 0.08), transparent 45%);
  opacity: 0.8;
}

.about.hero-split .container {
  position: relative;
  z-index: 1;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  align-items: center;
}

.about-photo {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(5, 12, 28, 0.2);
  animation: fadeInUp 0.8s ease;
}

.about-photo img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.about-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.about-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35));
  opacity: 0;
  transition: opacity 0.5s ease;
}

.about-photo:hover .about-photo-overlay {
  opacity: 1;
}

.about-photo:hover::after {
  opacity: 1;
}

.about-photo-pulse {
  position: absolute;
  inset: -50px;
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  animation: pulse 4s infinite;
}

.about-stat-cards {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  gap: 15px;
  overflow: visible;
}

.about-stat-card {
  background: rgba(255, 255, 255, 0.95);
  padding: 14px 20px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(5, 12, 28, 0.2);
  min-width: 140px;
  overflow: visible;
  text-align: center;
  animation: floatStat 6s ease-in-out infinite;
}

.about-stat-card:nth-child(2) {
  animation-delay: 1.5s;
}

.about-stat-number {
  font-size: 30px;
  font-weight: 700;
  color: var(--secondary-color);
  text-shadow: 0 2px 8px rgba(209, 139, 44, 0.3);
  letter-spacing: -0.5px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: visible;
  display: block;
  width: 100%;
  min-width: fit-content;
}

.about-stat-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: var(--text-muted);
}

.about-content .section-title {
  margin-bottom: 25px;
}

.about-content .section-pill {
  margin-bottom: 10px;
}

.section-subtitle {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  font-style: italic;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.about-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 12px;
}

.about-list li::before {
  content: '\\2713';
  color: var(--secondary-color);
  font-weight: 700;
}

.about-cta {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.about-cta .button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 26px;
  border-radius: 999px;
  background-image: linear-gradient(120deg, var(--gradient-mid), var(--gradient-end));
  color: #fff;
  border: none;
  box-shadow: 0 18px 35px rgba(5, 12, 28, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-cta .button:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 25px 45px rgba(5, 12, 28, 0.3);
}

.about-cta .button i {
  transition: transform 0.3s ease;
}

.about-cta .button:hover i {
  transform: translateX(-5px);
}

.about-signature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 16px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(5, 12, 28, 0.1);
}

.about-signature:before {
  content: '';
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(120deg, var(--gradient-start), var(--gradient-end));
}

.about-signature-name {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: var(--primary-color);
  margin-left: 8px;
}

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

/* Team Section */
.team {
  padding: 80px 0;
}

.team-item {
  text-align: center;
  margin-bottom: 40px;
  transition: transform 0.3s ease;
  animation: fadeInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.team-item:nth-child(1) {
  animation-delay: 0.1s;
}

.team-item:nth-child(2) {
  animation-delay: 0.2s;
}

.team-item:nth-child(3) {
  animation-delay: 0.3s;
}

.team-item:hover {
  transform: translateY(-10px);
}

.team-item-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.team-item-image img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  display: block;
}

.team-item:hover .team-item-image img {
  transform: scale(1.1);
}

.team-item-detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 58, 95, 0.95);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
  text-align: center;
}

.team-item:hover .team-item-detail {
  opacity: 1;
}

.team-item-detail .team-item-title {
  color: var(--accent-color);
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.team-item-detail span {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}

.team-item-name {
  color: var(--primary-color);
  font-weight: 700;
  margin: 10px 0 5px;
  font-size: 20px;
}

.team-item-name h6 {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px;
}

.team-item-role {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  display: block;
  margin-top: 10px;
}

/* Facts Section with Animation */
.facts {
  padding: 90px 0;
  background: radial-gradient(circle at 5% 20%, rgba(11, 59, 63, 0.95) 0%, rgba(14, 38, 71, 0.95) 40%, rgba(6, 12, 28, 1) 100%);
  position: relative;
  overflow: hidden;
  color: #fff;
}

.facts::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg width="140" height="140" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="140" height="140" patternUnits="userSpaceOnUse"><path d="M 140 0 L 0 0 0 140" fill="none" stroke="rgba(255,255,255,0.04)" stroke-width="1"/></pattern></defs><rect width="140" height="140" fill="url(%23grid)"/></svg>');
  opacity: 0.4;
}

.facts::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(243, 156, 18, 0.35) 0%, transparent 70%);
  top: -120px;
  right: -120px;
  filter: blur(0);
  opacity: 0.8;
}

.fact-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  animation: fadeInUp 0.8s ease-out;
  animation-fill-mode: both;
  overflow: visible;
}

.fact-item:nth-child(1) { animation-delay: 0.1s; }
.fact-item:nth-child(2) { animation-delay: 0.2s; }
.fact-item:nth-child(3) { animation-delay: 0.3s; }
.fact-item:nth-child(4) { animation-delay: 0.4s; }

.fact-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 35px 20px 30px;
  text-align: center;
  overflow: visible;
  position: relative;
  backdrop-filter: blur(12px);
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}

.fact-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.08) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.fact-card:hover {
  transform: translateY(-15px);
  border-color: rgba(243, 156, 18, 0.6);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.3);
}

.fact-card:hover::before {
  opacity: 1;
}

.fact-crown {
  position: absolute;
  width: 120px;
  height: 120px;
  top: -40px;
  right: -40px;
  background: radial-gradient(circle, rgba(243, 156, 18, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

.fact-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(30, 58, 95, 0.35);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
  transition: border-color 0.4s ease, background 0.4s ease;
}

.fact-icon span {
  font-size: 34px;
  color: #fff;
  animation: pulse 2.5s infinite;
}

.fact-card:hover .fact-icon {
  border-color: rgba(243, 156, 18, 0.8);
  background: rgba(243, 156, 18, 0.15);
}

.fact-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin-bottom: 10px;
  overflow: visible;
  width: 100%;
  min-width: fit-content;
  flex-wrap: nowrap;
}

.fact-value .number {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--accent-color);
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.6),
               0 0 25px rgba(247, 179, 75, 0.5),
               0 5px 20px rgba(0, 0, 0, 0.4);
  letter-spacing: -1px;
  white-space: nowrap;
  overflow: visible;
  display: inline-block;
  min-width: fit-content;
}

.fact-value .number-suffix {
  font-size: 40px;
  font-weight: 600;
  color: var(--accent-color);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5),
               0 0 20px rgba(247, 179, 75, 0.4);
  letter-spacing: -0.5px;
  line-height: 1.1;
  white-space: nowrap;
  overflow: visible;
  display: inline-block;
  min-width: fit-content;
}

.fact-label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 0;
}

/* Story & Mission Section */
.story-section {
  background: linear-gradient(130deg, #051937 0%, #0a294f 45%, #0d5944 100%);
  color: #fff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.story-section::after {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  bottom: -120px;
  left: -100px;
  background: radial-gradient(circle, rgba(243, 156, 18, 0.2) 0%, transparent 70%);
}

.story-intro {
  margin-bottom: 30px;
}

.story-kicker {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  color: var(--accent-color);
  margin-bottom: 10px;
}

.story-section h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 15px;
}

.story-lead {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.8;
}

.timeline-modern {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.timeline-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 18px 20px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  animation: fadeInUp 0.8s ease;
}

.timeline-card:nth-child(1) { animation-delay: 0.1s; }
.timeline-card:nth-child(2) { animation-delay: 0.2s; }
.timeline-card:nth-child(3) { animation-delay: 0.3s; }

.timeline-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(243, 156, 18, 0.15);
  border: 1px solid rgba(243, 156, 18, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}

.timeline-content h4 {
  color: #fff;
  margin: 0 0 6px;
  font-size: 18px;
}

.timeline-content p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 10px;
  line-height: 1.6;
}

.timeline-tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.8);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.mission-panel {
  background: #fff;
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  color: #1d1d1f;
}

.mission-header h3 {
  color: var(--primary-color);
  margin-top: 8px;
}

.mission-pill {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--secondary-color);
  background: rgba(26, 95, 63, 0.1);
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 600;
}

.mission-body {
  display: flex;
  gap: 20px;
  margin: 25px 0;
  flex-wrap: wrap;
}

.mission-column {
  flex: 1 1 220px;
}

.mission-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}

.mission-list li {
  padding: 8px 0;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mission-list li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-color);
}

.mission-progress .progress {
  margin-bottom: 12px;
  height: 10px;
  border-radius: 999px;
}

.mission-progress .progress-bar {
  border-radius: 999px;
  font-size: 11px;
  line-height: 10px;
  text-align: right;
  padding-right: 8px;
}

.mission-progress .progress-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #444;
}

.mission-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 25px;
  margin-top: 10px;
}

.mission-stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color);
  margin-right: 5px;
}

.mission-stat-label {
  display: block;
  color: #666;
  font-size: 13px;
}

.mission-footer .button-light {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(120deg, var(--gradient-start), var(--gradient-end));
  color: #fff;
  padding: 14px 32px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 20px rgba(243, 156, 18, 0.3);
  position: relative;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  animation: fadeInUp 0.8s ease-out 0.5s forwards;
  transform: translateY(0);
}

.mission-footer .button-light::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.mission-footer .button-light:hover {
  color: #fff;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 35px rgba(243, 156, 18, 0.5);
}

.mission-footer .button-light:hover::before {
  left: 100%;
}

.mission-footer .button-light:active {
  transform: translateY(-2px) scale(1.02);
}

.mission-footer .button-light i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.mission-footer .button-light:hover i {
  transform: translateX(-3px);
}

[dir="rtl"] .mission-footer .button-light:hover i {
  transform: translateX(3px);
}

.button-light {
  background: var(--primary-color);
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
  opacity: 1;
  visibility: visible;
}

.button-light:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(30, 58, 95, 0.35);
}

/* Animations */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Number Counter Animation */
.number {
  transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .about {
    padding: 60px 0;
  }
  
  .team {
    padding: 60px 0;
  }
  
  .facts {
    padding: 60px 0;
  }
  
  .fact-value .number {
    font-size: 48px;
    font-weight: 900 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7),
                 0 0 28px rgba(247, 179, 75, 0.6),
                 0 4px 18px rgba(0, 0, 0, 0.5) !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    display: inline-block !important;
    min-width: fit-content !important;
  }
  
  .fact-value .number-suffix {
    font-size: 32px;
    font-weight: 700 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6),
                 0 0 22px rgba(247, 179, 75, 0.5) !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    display: inline-block !important;
    min-width: fit-content !important;
  }
  
  .fact-value {
    overflow: visible !important;
    width: 100% !important;
    min-width: fit-content !important;
    flex-wrap: nowrap !important;
  }
  
  .stat-value {
    font-size: 38px !important;
    font-weight: 900 !important;
    text-shadow: 0 2px 12px rgba(209, 139, 44, 0.7),
                 0 0 28px rgba(209, 139, 44, 0.6),
                 0 4px 18px rgba(0, 0, 0, 0.5) !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    width: 100% !important;
    min-width: fit-content !important;
  }
  
  /* التأكد من أن جميع الحاويات لا تقطع الأرقام */
  .services-stats,
  .stat-card,
  .fact-item,
  .fact-card,
  .why-card,
  .why-card-body,
  .about-stat-cards,
  .about-stat-card,
  .service-card,
  .service-card-inner {
    overflow: visible !important;
  }
  
  .col-md-3,
  .col-sm-6,
  .col-xs-12,
  .row {
    overflow: visible !important;
  }
  
  .about-stat-number {
    font-size: 28px !important;
    font-weight: 800 !important;
    text-shadow: 0 2px 10px rgba(209, 139, 44, 0.5),
                 0 0 20px rgba(209, 139, 44, 0.4) !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    display: block !important;
    width: 100% !important;
    min-width: fit-content !important;
  }
  
  .why-number {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    box-shadow: 0 5px 18px rgba(209, 139, 44, 0.4) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }
  
  .service-index {
    font-size: 45px !important;
    font-weight: 900 !important;
    text-shadow: 0 2px 10px rgba(209, 139, 44, 0.7),
                 0 0 25px rgba(209, 139, 44, 0.6),
                 0 4px 15px rgba(0, 0, 0, 0.4) !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    min-width: fit-content !important;
  }
  
  .fact-icon {
    width: 58px;
    height: 58px;
  }
  
  .fact-icon span {
    font-size: 28px;
  }
  
  .fact-label {
    font-size: 15px;
  }
  
  .story-section {
    padding: 60px 0;
  }
  
  .timeline-card {
    flex-direction: column;
  }
  
  .mission-panel {
    padding: 25px;
  }
  
  .mission-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .about-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .about-photo {
    border-radius: 24px;
  }
  
  .about-stat-cards {
    flex-direction: column;
    top: 20px;
    bottom: auto;
    left: auto;
    right: 20px;
  }
  
  .about-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .service {
    padding: 60px 0;
  }
  
  .service-header {
    margin-bottom: 50px;
  }
  
  .service-header h2 {
    font-size: 32px;
  }
  
  .service-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .service-image {
    height: 200px;
  }
  
  .service-body {
    padding: 25px;
  }
  
  .work {
    padding: 70px 0;
  }
  
  .work-header h2 {
    font-size: 30px;
  }
  
  .work-lead {
    font-size: 16px;
  }
  
  .work-showcase {
    grid-template-columns: 1fr;
  }
  
  .work-card-media {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .service-header h2 {
    font-size: 26px;
  }
  
  .service-lead {
    font-size: 16px;
  }
  
  .service-index {
    width: 50px;
    height: 50px;
    font-size: 18px;
    top: -25px;
    right: 25px;
  }
  
  .service-icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  
  .modern-filter li button {
    width: 100%;
    text-align: center;
  }
  
  .about-stat-card {
    min-width: 100px;
  }
  
  /* تحسين وضوح الأرقام في الشاشات الصغيرة */
  .stat-value {
    font-size: 36px !important;
    font-weight: 900 !important;
    text-shadow: 0 2px 12px rgba(209, 139, 44, 0.7),
                 0 0 25px rgba(209, 139, 44, 0.6),
                 0 4px 18px rgba(0, 0, 0, 0.5) !important;
    letter-spacing: -0.5px;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    width: 100% !important;
    min-width: fit-content !important;
  }
  
  .fact-value .number {
    font-size: 38px !important;
    font-weight: 900 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7),
                 0 0 30px rgba(247, 179, 75, 0.6),
                 0 4px 18px rgba(0, 0, 0, 0.5) !important;
    letter-spacing: -0.5px;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    display: inline-block !important;
    min-width: fit-content !important;
  }
  
  .fact-value .number-suffix {
    font-size: 28px !important;
    font-weight: 700 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6),
                 0 0 25px rgba(247, 179, 75, 0.5) !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    display: inline-block !important;
    min-width: fit-content !important;
  }
  
  .fact-value {
    overflow: visible !important;
    width: 100% !important;
    min-width: fit-content !important;
    flex-wrap: nowrap !important;
  }
  
  .about-stat-number {
    font-size: 28px !important;
    font-weight: 800 !important;
    text-shadow: 0 2px 10px rgba(209, 139, 44, 0.5),
                 0 0 20px rgba(209, 139, 44, 0.4) !important;
    letter-spacing: -0.3px;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    display: block !important;
    width: 100% !important;
    min-width: fit-content !important;
  }
  
  .why-number {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    box-shadow: 0 4px 15px rgba(209, 139, 44, 0.4) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }
  
  .service-index {
    font-size: 40px !important;
    font-weight: 900 !important;
    text-shadow: 0 2px 10px rgba(209, 139, 44, 0.7),
                 0 0 25px rgba(209, 139, 44, 0.6),
                 0 4px 15px rgba(0, 0, 0, 0.4) !important;
    letter-spacing: -1px;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    min-width: fit-content !important;
  }
  
  .stat-card,
  .fact-card,
  .about-stat-card,
  .service-card,
  .service-card-inner {
    overflow: visible !important;
  }
  
  /* التأكد من أن جميع الحاويات لا تقطع الأرقام */
  .col-md-3,
  .col-sm-6,
  .col-xs-12,
  .row,
  .container,
  .container-fluid {
    overflow: visible !important;
  }
  
  .fact-item,
  .fact-card,
  .services-stats,
  .stat-card,
  .why-card,
  .why-card-body,
  .about-stat-cards,
  .about-stat-card {
    overflow: visible !important;
  }
}

  
  .about-photo-pulse {
    inset: -30px;
  }
  
  .about.hero-split {
    padding: 70px 0;
  }
  
  .work-card-body h3 {
    font-size: 19px;
  }

/* ============================================
   Prevent Horizontal Scrolling - Final Rules
   ============================================ */

/* Prevent horizontal scroll but allow buttons to work */
html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}

img, video, iframe, embed, object {
  max-width: 100%;
  height: auto;
}

.container, .container-fluid {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

.row {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

[class*="col-"] {
  max-width: 100%;
}

/* Ensure buttons and interactive elements work properly */
button, a, input, select, textarea, [role="button"] {
  max-width: none !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  position: relative;
  z-index: auto;
}

/* Specific rules for mobile menu buttons */
.mobile-menu-toggle,
.mobile-menu-close,
.lang-btn {
  pointer-events: auto !important;
  cursor: pointer !important;
  max-width: none !important;
  z-index: 10001 !important;
}

/* Ensure all sections don't overflow but allow buttons */
section, div, article, aside, header, footer, nav, main {
  max-width: 100%;
  overflow-x: hidden;
}

/* EXCEPTION: Navbar and menu elements must allow buttons */
.main-navbar,
.navbar-container,
.mobile-menu-overlay,
.mobile-menu-content {
  overflow-x: visible !important;
}

/* Override overflow for navbar and menu elements - CRITICAL for buttons to work */
.main-navbar,
.navbar-container {
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.mobile-menu-overlay {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.mobile-menu-content {
  overflow-x: visible !important;
  overflow-y: visible !important;
  position: relative;
}

/* Ensure buttons inside sections work */
section button, div button, article button, 
aside button, header button, footer button, 
nav button, main button {
  pointer-events: auto !important;
  z-index: 10;
}

/* Fix mobile menu buttons - ensure they work - CRITICAL */
.mobile-menu-toggle {
  pointer-events: auto !important;
  z-index: 10001 !important;
  cursor: pointer !important;
  max-width: none !important;
  position: relative !important;
  -webkit-tap-highlight-color: rgba(209, 139, 44, 0.3) !important;
  touch-action: manipulation !important;
  user-select: none;
  -webkit-user-select: none;
}

.mobile-menu-close {
  pointer-events: auto !important;
  z-index: 10002 !important;
  cursor: pointer !important;
  max-width: none !important;
  position: absolute !important;
  -webkit-tap-highlight-color: rgba(209, 139, 44, 0.3) !important;
  touch-action: manipulation !important;
  user-select: none;
  -webkit-user-select: none;
}

.mobile-menu-overlay.active .mobile-menu-close {
  pointer-events: auto !important;
  z-index: 10001 !important;
  cursor: pointer !important;
}

/* Ensure all buttons are clickable */
button[type="button"],
button[type="submit"],
button:not([disabled]) {
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* ============================================
   CRITICAL: Ensure Numbers Display Fully - Final Rules
   ============================================ */
/* Ensure all parent containers allow numbers to display fully */
.col-md-3,
.col-sm-6,
.col-xs-12,
.col-lg-3,
.col-lg-4,
.row,
.container,
.container-fluid {
  overflow: visible !important;
}

/* Ensure all card containers allow numbers to display fully */
.fact-item,
.fact-card,
.services-stats,
.stat-card,
.why-card,
.why-card-body,
.about-stat-cards,
.about-stat-card,
.service-card,
.service-card-inner,
.service-body {
  overflow: visible !important;
}

/* Ensure number elements themselves display fully */
.stat-value,
.fact-value,
.fact-value .number,
.fact-value .number-suffix,
.about-stat-number,
.why-number,
.service-index {
  overflow: visible !important;
  white-space: nowrap !important;
  min-width: fit-content !important;
  width: auto !important;
  max-width: none !important;
}

/* Ensure flex containers don't wrap numbers */
.fact-value {
  flex-wrap: nowrap !important;
  overflow: visible !important;
}

/* CRITICAL: Ensure mobile menu buttons are always clickable */
.mobile-menu-toggle *,
.mobile-menu-close * {
  pointer-events: none !important;
}

.mobile-menu-toggle,
.mobile-menu-close {
  pointer-events: auto !important;
  cursor: pointer !important;
  z-index: 99999 !important;
  position: relative !important;
}

/* Ensure no element covers the buttons */
.main-navbar *:not(.mobile-menu-toggle):not(.mobile-menu-close) {
  pointer-events: auto;
}

.mobile-menu-overlay *:not(.mobile-menu-close) {
  pointer-events: auto;
}

