/* ERASA Contracting - Company Specific Styles */
/* Colors: Gold (#cea02b) - Primary Color, Dark (#231f20) - Logo/Secondary Color - Premium Design */

:root {
  /* Brand Colors */
  --erasa-contracting-primary: #cea02b; /* اللون المميز - ذهبي */
  --erasa-contracting-secondary: #b88d1f; /* ذهبي داكن */
  --erasa-contracting-accent: #e5b73d; /* ذهبي فاتح */
  --erasa-contracting-dark: #231f20; /* اللون السائد - أسود للشعار */
  --erasa-contracting-light: #faf9f6; /* خلفية فاتحة */
  --erasa-contracting-gradient: linear-gradient(135deg, #231f20 0%, #cea02b 50%, #e5b73d 100%);
  --erasa-contracting-gradient-light: linear-gradient(135deg, rgba(35, 31, 32, 0.1) 0%, rgba(206, 160, 43, 0.1) 50%, rgba(229, 183, 61, 0.1) 100%);
}

/* Global Font - IBM Plex Sans Arabic for All Text */
.erasa-contracting-page,
.erasa-contracting-page * {
  font-family: 'IBM Plex Sans Arabic', sans-serif !important;
}

/* Reset and Full Screen Setup */
html {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  display: block;
}

.erasa-contracting-page {
  background: #f8f9fa;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

.company-page .main {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  display: block;
}

/* Header - Matching index.html Navmenu Style */
.company-page .header {
  background: transparent;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

.company-page .header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}

.company-page .header .header-big-container {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 250, 245, 0.95) 100%);
  border-radius: 16px;
  padding: 12px 25px;
  box-shadow: 
    0 4px 20px rgba(0, 0, 0, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(245, 135, 27, 0.1);
  position: relative;
  overflow: hidden;
}

.company-page .header .header-big-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(245, 135, 27, 0.3) 20%, 
    rgba(245, 135, 27, 0.5) 50%, 
    rgba(245, 135, 27, 0.3) 80%, 
    transparent 100%);
  border-radius: 16px 16px 0 0;
}

.company-page .header .header-big-container::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(245, 135, 27, 0.08) 10%, 
    rgba(245, 135, 27, 0.15) 50%, 
    rgba(245, 135, 27, 0.08) 90%, 
    transparent 100%);
  transform: translateY(-50%);
  pointer-events: none;
}

.company-page .header.scrolled .header-big-container {
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 250, 245, 0.98) 100%);
  box-shadow: 
    0 8px 30px rgba(0, 0, 0, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  border-color: rgba(245, 135, 27, 0.15);
}

/* Navmenu - Desktop Style with Logo Inside Container */
@media (min-width: 1200px) {
  .company-page .navmenu {
    padding: 0;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
  }

  /* Company Logo - Far Left (First Element) */
  .company-page .navmenu .logo {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
    flex-shrink: 0;
    padding: 8px 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(245, 135, 27, 0.1);
    box-shadow: 
      0 2px 8px rgba(0, 0, 0, 0.05),
      inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    order: 1;
    margin: 0;
  }

  .company-page .navmenu .logo::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, rgba(245, 135, 27, 0.2), rgba(255, 166, 77, 0.1));
    border-radius: 14px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
  }

  .company-page .navmenu .logo:hover::before {
    opacity: 1;
  }

  .company-page .navmenu .logo img {
    height: 65px;
    max-height: 65px;
    width: auto;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
  }

  .company-page .navmenu .logo:hover {
    transform: translateY(-2px);
    box-shadow: 
      0 6px 20px rgba(245, 135, 27, 0.2),
      0 2px 8px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 1);
    border-color: rgba(245, 135, 27, 0.25);
  }

  .company-page .navmenu .logo:hover img {
    transform: scale(1.08);
    filter: drop-shadow(0 4px 12px rgba(245, 135, 27, 0.3));
  }

  /* Erasa Group Logo - Far Right */
  .company-page .navmenu .erasa-group-logo {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 10px;
    transition: all 0.3s ease;
    z-index: 1002;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
    order: 4;
    margin-left: auto;
  }

  .company-page .navmenu .erasa-group-logo:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .company-page .navmenu .erasa-group-logo img {
    height: 45px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    transition: all 0.3s ease;
  }

  .company-page .navmenu .erasa-group-logo:hover img {
    transform: scale(1.05);
  }

  .company-page .navmenu > ul:first-of-type,
  .company-page .navmenu > ul.justify-content-start {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    flex: 0 1 auto;
    padding-left: 0;
    z-index: 1002;
    position: relative;
    padding-right: 20px;
    order: 2;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .company-page .navmenu > ul:first-of-type::after,
  .company-page .navmenu > ul.justify-content-start::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, 
      transparent 0%, 
      rgba(245, 135, 27, 0.2) 20%, 
      rgba(245, 135, 27, 0.3) 50%, 
      rgba(245, 135, 27, 0.2) 80%, 
      transparent 100%);
  }

  .company-page .navmenu > ul:first-of-type li,
  .company-page .navmenu > ul.justify-content-start li {
    list-style: none;
    margin: 0;
  }

  /* Company Name on Left - Premium Style */
  .company-page .navmenu > ul:first-of-type .company-name,
  .company-page .navmenu > ul.justify-content-start .company-name {
    color: #333333;
    padding: 14px 20px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    position: relative;
    z-index: 1002;
    border-radius: 10px;
    background: rgba(245, 135, 27, 0.03);
    border: 1px solid rgba(245, 135, 27, 0.08);
  }

  .company-page .navmenu > ul:first-of-type .company-name::before,
  .company-page .navmenu > ul.justify-content-start .company-name::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(245, 135, 27, 0.1) 0%, rgba(255, 166, 77, 0.05) 100%);
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
  }

  .company-page .navmenu > ul:first-of-type .company-name:hover::before,
  .company-page .navmenu > ul.justify-content-start .company-name:hover::before {
    opacity: 1;
  }

  .company-page .navmenu > ul:first-of-type .company-name:hover,
  .company-page .navmenu > ul.justify-content-start .company-name:hover {
    color: var(--erasa-contracting-primary);
    border-color: rgba(245, 135, 27, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 135, 27, 0.15);
  }

  /* Header List 2 - Navigation Links - Center/Right */
  .company-page .header-list-2 {
    margin-right: 0 !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: auto !important;
    flex: 1 1 auto;
    z-index: 1002;
    position: relative;
    order: 3;
    flex-shrink: 0;
    min-width: 0;
  }

  .company-page .header-list-2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, 
      transparent 0%, 
      rgba(245, 135, 27, 0.2) 20%, 
      rgba(245, 135, 27, 0.3) 50%, 
      rgba(245, 135, 27, 0.2) 80%, 
      transparent 100%);
  }

  .company-page .header-list-2 li {
    list-style: none;
    margin: 0;
  }

  .company-page .header-list-2 .nav-link {
    padding: 12px 20px;
    position: relative;
    z-index: 1002;
    color: #555555;
    font-size: 16.5px;
    font-weight: 500;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 10px;
    background: rgba(245, 135, 27, 0.02);
    border: 1px solid transparent;
  }

  .company-page .header-list-2 .nav-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(245, 135, 27, 0.08) 0%, rgba(255, 166, 77, 0.04) 100%);
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
  }

  .company-page .header-list-2 .nav-link::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--erasa-contracting-primary), transparent);
    border-radius: 2px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .company-page .header-list-2 .nav-link:hover::before,
  .company-page .header-list-2 .nav-link.active::before {
    opacity: 1;
  }

  .company-page .header-list-2 .nav-link:hover::after,
  .company-page .header-list-2 .nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
  }

  .company-page .header-list-2 .nav-link:hover,
  .company-page .header-list-2 .nav-link.active {
    color: var(--erasa-contracting-primary);
    border-color: rgba(245, 135, 27, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 135, 27, 0.12);
  }
}

/* Mobile Navmenu */
@media (max-width: 1199px) {
  /* Remove default margins and paddings on mobile */
  html,
  body,
  .company-page,
  .erasa-contracting-page {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    overflow-x: hidden !important;
    position: relative;
  }

  .company-page .main {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    overflow-x: hidden;
  }

  /* Hide desktop navigation elements */
  .company-page .navmenu > ul.justify-content-start,
  .company-page .navmenu > ul.header-list-2 {
    display: none !important;
  }

  /* Company Logo - Mobile (Left) */
  .company-page .navmenu .logo {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 10px;
    z-index: 9999;
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(245, 135, 27, 0.1);
    flex-shrink: 0;
    order: 1;
    margin: 0;
  }

  .company-page .navmenu .logo img {
    height: 50px;
    max-height: 50px;
    width: auto;
  }

  /* Erasa Group Logo - Mobile (Right) */
  .company-page .navmenu .erasa-group-logo {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    z-index: 9999;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    order: 4;
  }

  .company-page .navmenu .erasa-group-logo:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
  }

  .company-page .navmenu .erasa-group-logo img {
    height: 40px;
    width: auto;
    max-width: 100px;
    object-fit: contain;
  }

  /* Show mobile toggle button */
  .company-page .mobile-nav-toggle {
    display: block !important;
    color: #333;
    font-size: 28px;
    cursor: pointer;
    z-index: 10000;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }

  .company-page .mobile-nav-toggle:hover {
    color: var(--erasa-contracting-primary);
    transform: translateY(-50%) scale(1.1);
  }

  /* Logo - Centered on Mobile */
  .company-page .header .logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: auto;
    height: auto;
    top: 50%;
    z-index: 9999;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .company-page .header .logo::before {
    display: none;
  }
  
  .company-page .header .logo img {
    height: 60px;
    max-height: 60px;
    width: auto;
  }

  /* Mobile menu container */
  .company-page .navmenu {
    position: relative;
    width: 100%;
    min-height: 70px;
    justify-content: center;
    align-items: center;
  }

  /* Ensure header container works on mobile */
  .company-page .header .header-big-container {
    padding: 10px 15px;
    min-height: 70px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 10px;
  }

  /* Header padding on mobile */
  .company-page .header {
    padding: 15px 0;
  }

  /* Mobile navigation menu - Hidden by default */
  .company-page .navmenu .mobile-nav-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    z-index: 9998;
    padding-top: 80px;
    overflow-y: auto;
  }

  .company-page .navmenu .mobile-nav-menu.active {
    display: block;
  }

  /* Mobile menu items */
  .company-page .navmenu .mobile-nav-menu ul {
    list-style: none;
    padding: 20px;
    margin: 0;
  }

  .company-page .navmenu .mobile-nav-menu li {
    margin-bottom: 10px;
  }

  .company-page .navmenu .mobile-nav-menu .mobile-company-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--erasa-contracting-dark);
    padding: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(245, 135, 27, 0.2);
    font-family: 'IBM Plex Sans Arabic', sans-serif;
  }

  .company-page .navmenu .mobile-nav-menu .nav-link {
    display: block;
    padding: 18px 25px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    text-decoration: none;
    border-radius: 12px;
    margin-bottom: 8px;
    background: rgba(245, 135, 27, 0.05);
    border: 1px solid rgba(245, 135, 27, 0.1);
    transition: all 0.3s ease;
  }

  .company-page .navmenu .mobile-nav-menu .nav-link:hover,
  .company-page .navmenu .mobile-nav-menu .nav-link.active {
    background: rgba(245, 135, 27, 0.1);
    color: var(--erasa-contracting-primary);
    border-color: rgba(245, 135, 27, 0.2);
    transform: translateX(-5px);
  }

  /* Close button for mobile menu */
  .company-page .mobile-nav-menu .mobile-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    z-index: 10001;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(245, 135, 27, 0.1);
    border: 1px solid rgba(245, 135, 27, 0.2);
    transition: all 0.3s ease;
  }

  .company-page .mobile-nav-menu .mobile-close-btn:hover {
    background: rgba(245, 135, 27, 0.2);
    color: var(--erasa-contracting-primary);
    transform: rotate(90deg) scale(1.1);
    border-color: rgba(245, 135, 27, 0.3);
  }
}

/* Ensure Desktop Styles Only Apply on Large Screens */
@media (min-width: 1200px) {
  .company-page .mobile-nav-toggle {
    display: none !important;
  }

  .company-page .mobile-nav-menu {
    display: none !important;
  }
}

/* Hero Section - Premium Design - Full Screen (Like index.html) */
.company-hero {
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  background: var(--erasa-contracting-gradient);
  overflow: hidden;
  box-sizing: border-box;
}

/* Hero Background Image - Distinctive and Prominent */
.company-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../../img/we-are-buildings.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.35;
  z-index: 0;
  animation: backgroundMove 25s ease-in-out infinite;
  filter: brightness(0.7) contrast(1.1);
}

@keyframes backgroundMove {
  0%, 100% { 
    transform: scale(1) translateY(0) translateX(0);
    filter: brightness(0.7) contrast(1.1);
  }
  33% { 
    transform: scale(1.08) translateY(-15px) translateX(5px);
    filter: brightness(0.75) contrast(1.15);
  }
  66% { 
    transform: scale(1.05) translateY(10px) translateX(-5px);
    filter: brightness(0.72) contrast(1.12);
  }
}

.company-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(255, 166, 77, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(245, 135, 27, 0.3) 0%, transparent 50%);
  z-index: 1;
  animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 0.8; }
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom, 
    rgba(184, 90, 10, 0.78) 0%,
    rgba(245, 135, 27, 0.72) 50%,
    rgba(255, 166, 77, 0.68) 100%
  );
  z-index: 1;
  /* Add subtle overlay texture */
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.08) 0%, transparent 50%);
}

.company-hero h1 {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
  background: linear-gradient(135deg, #fff 0%, rgba(255, 166, 77, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fadeInUp 1s ease-out;
}

.company-hero p {
  font-size: 1.4rem;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  line-height: 1.8;
}

.company-hero .container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}

.company-hero .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.company-hero h1 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.company-hero p {
  font-size: 1.3rem;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.95);
}

.hero-btns {
  gap: 20px;
  justify-content: center;
}

.know-more,
.contact-us {
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 16px;
}

.know-more {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.know-more:hover {
  background: #fff;
  color: var(--erasa-contracting-primary);
}

.contact-us {
  background: var(--erasa-contracting-secondary);
  color: #fff;
  border: 2px solid var(--erasa-contracting-secondary);
}

.contact-us:hover {
  background: var(--erasa-contracting-accent);
  border-color: var(--erasa-contracting-accent);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(245, 135, 27, 0.4);
}

/* About Section */
.company-about {
  padding: 100px 0;
  background: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* About Section Layout - Image Left, Text Right */
.company-about .row {
  direction: ltr; /* LTR for flexbox layout */
}

.company-about .about-image {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

/* Desktop - Smaller image size */
@media (min-width: 992px) {
  .company-about .about-image img {
    max-width: 85%;
    max-height: 500px;
    width: auto;
    height: auto;
    object-fit: contain;
  }
}

.company-about .about-content {
  text-align: right;
  direction: rtl;
}

.about-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--erasa-contracting-dark);
  margin-bottom: 25px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.about-content p {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #666;
  margin-bottom: 20px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.about-features {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--erasa-contracting-dark);
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.feature-item i {
  color: var(--erasa-contracting-primary);
  font-size: 20px;
}

.about-image img {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(245, 135, 27, 0.2);
}

/* Works Section */
.company-works {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  padding: 100px 0;
  background: var(--erasa-contracting-light);
}

/* Works Cards Container */
.works-cards-container {
  position: relative;
  width: 100%;
}

.works-row {
  margin-bottom: 0;
}

.works-row:first-child {
  margin-bottom: 40px;
}

.works-row:last-child {
  margin-top: 40px;
}

.company-works .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.company-works .section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--erasa-contracting-dark);
  margin-bottom: 15px;
}

.company-works .section-title p {
  font-size: 1.1rem;
  color: #666;
}

/* Work Cards - Distinctive Style Without White Border */
.work-card {
  background: transparent;
  padding: 35px 25px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  height: 100%;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.work-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(245, 135, 27, 0.03) 0%, 
    rgba(255, 166, 77, 0.02) 100%);
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

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

.work-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 40px rgba(245, 135, 27, 0.15);
}

.work-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--erasa-contracting-primary), var(--erasa-contracting-secondary));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(245, 135, 27, 0.25);
}

.work-card:hover .work-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 25px rgba(245, 135, 27, 0.4);
}

.work-icon::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--erasa-contracting-primary), var(--erasa-contracting-secondary));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
  filter: blur(8px);
}

.work-card:hover .work-icon::after {
  opacity: 0.6;
}

.work-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--erasa-contracting-dark);
  margin-bottom: 12px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.work-card:hover h3 {
  color: var(--erasa-contracting-primary);
}

.work-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  position: relative;
  z-index: 1;
}

/* Portfolio Section - Premium Gallery */
.company-portfolio {
  padding: 100px 0;
  background: linear-gradient(180deg, #fff 0%, var(--erasa-contracting-light) 100%);
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  overflow: visible;
}

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

.company-portfolio .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.company-portfolio .section-title h2 {
  font-size: 3rem;
  font-weight: 700;
  background: var(--erasa-contracting-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
  position: relative;
}

.company-portfolio .section-title h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--erasa-contracting-gradient);
  border-radius: 2px;
}

.company-portfolio .section-title p {
  font-size: 1.2rem;
  color: #666;
  margin-top: 25px;
}

.portfolio-filter {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 12px 30px;
  border: 2px solid var(--erasa-contracting-primary);
  background: transparent;
  color: var(--erasa-contracting-primary);
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.filter-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--erasa-contracting-gradient);
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.filter-btn:hover::before,
.filter-btn.active::before {
  left: 0;
}

.filter-btn:hover,
.filter-btn.active {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(245, 135, 27, 0.3);
}

.portfolio-grid {
  width: 100%;
  display: block;
}

.portfolio-grid.row {
  margin: 0 -12px;
  width: calc(100% + 24px);
  display: flex;
  flex-wrap: wrap;
}

.portfolio-grid [class*="col-lg-4"] {
  padding: 0 12px;
  margin-bottom: 30px;
  display: flex;
  width: 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .portfolio-grid [class*="col-lg-4"] {
    width: 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
}

@media (max-width: 991px) {
  .portfolio-grid [class*="col-md-6"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .portfolio-grid [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.portfolio-item {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  display: block;
  height: 100%;
}

.portfolio-item.hidden,
.portfolio-item-hidden {
  display: none !important;
}

.portfolio-item-hidden.show {
  display: flex !important;
}

/* Portfolio Card Link - Enhanced Premium Design */
.portfolio-card-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  position: relative;
}

.portfolio-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border: 1px solid rgba(206, 160, 43, 0.08);
}

.portfolio-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(206, 160, 43, 0.02), rgba(35, 31, 32, 0.01));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
  border-radius: 14px;
}

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

.portfolio-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 12px 35px rgba(206, 160, 43, 0.25);
  border-color: rgba(206, 160, 43, 0.25);
}

.portfolio-image {
  position: relative;
  overflow: hidden;
  height: 240px;
  width: 100%;
  flex-shrink: 0;
  z-index: 1;
}

.portfolio-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.portfolio-card:hover .portfolio-image::after {
  opacity: 1;
}

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

.portfolio-card:hover .portfolio-image img {
  transform: scale(1.08);
  filter: brightness(1);
}

/* View Project Icon - Appears on Hover */
.portfolio-image::before {
  content: '\F138';
  font-family: 'bootstrap-icons';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 50px;
  height: 50px;
  background: rgba(206, 160, 43, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 20px rgba(206, 160, 43, 0.4);
  opacity: 0;
}

.portfolio-card:hover .portfolio-image::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/* Portfolio Title - Professional Clean Design */
.portfolio-title {
  padding: 18px 16px;
  background: #fff;
  text-align: center;
  border-top: 2px solid transparent;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.portfolio-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--erasa-contracting-gradient);
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: left;
}

.portfolio-card:hover .portfolio-title::before {
  transform: scaleX(1);
}

.portfolio-card:hover .portfolio-title {
  background: linear-gradient(to bottom, rgba(206, 160, 43, 0.06), #fff);
  border-top-color: var(--erasa-contracting-primary);
}

.portfolio-title h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--erasa-contracting-dark);
  margin: 0;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  transition: all 0.3s ease;
  position: relative;
  line-height: 1.4;
}

.portfolio-title h3::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 35px;
  height: 2px;
  background: var(--erasa-contracting-primary);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 1px;
}

.portfolio-card:hover .portfolio-title h3::after {
  transform: translateX(-50%) scaleX(1);
}

.portfolio-card:hover .portfolio-title h3 {
  color: var(--erasa-contracting-primary);
}

/* Load More Button */
.portfolio-load-more-wrapper {
  text-align: center;
  margin-top: 50px;
  padding: 20px 0;
}

.portfolio-load-more-btn {
  padding: 15px 45px;
  background: var(--erasa-contracting-gradient);
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(206, 160, 43, 0.3);
  position: relative;
  overflow: hidden;
}

.portfolio-load-more-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(35, 31, 32, 0.2), rgba(206, 160, 43, 0.3));
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.portfolio-load-more-btn:hover::before {
  left: 0;
}

.portfolio-load-more-btn span,
.portfolio-load-more-btn i {
  position: relative;
  z-index: 1;
}

.portfolio-load-more-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(206, 160, 43, 0.4);
}

.portfolio-load-more-btn:active {
  transform: translateY(-1px);
}

.portfolio-load-more-btn i {
  transition: transform 0.3s ease;
}

.portfolio-load-more-btn:hover i {
  transform: translateY(3px);
}

/* Enhanced Work Cards */

/* Contact Section */
.company-contact {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  padding: 100px 0;
  background: #fff;
  position: relative;
}

.company-contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--erasa-contracting-gradient);
  opacity: 0.3;
}

.company-contact .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.company-contact .section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--erasa-contracting-dark);
  margin-bottom: 15px;
}

.company-contact .section-title p {
  font-size: 1.1rem;
  color: #666;
}

.contact-card {
  background: linear-gradient(135deg, #fff 0%, var(--erasa-contracting-light) 100%);
  padding: 45px 35px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--erasa-contracting-gradient-light);
  opacity: 0;
  transition: opacity 0.5s ease;
}

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

.contact-card:hover {
  transform: translateY(-10px);
  border-color: var(--erasa-contracting-primary);
  box-shadow: 0 15px 40px rgba(245, 135, 27, 0.2);
}

.contact-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: var(--erasa-contracting-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  position: relative;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(245, 135, 27, 0.3);
}

.contact-card:hover .contact-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 35px rgba(245, 135, 27, 0.4);
}

.contact-card h3,
.contact-card p {
  position: relative;
  z-index: 1;
}

.contact-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--erasa-contracting-dark);
  margin-bottom: 15px;
}

.contact-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}

/* Footer - Enhanced Professional Design */
.company-footer {
  background: linear-gradient(135deg, #231f20 0%, #2a2627 100%);
  color: #fff;
  padding: 60px 0 40px;
  position: relative;
  overflow: hidden;
}

.company-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(206, 160, 43, 0.3) 20%, 
    rgba(206, 160, 43, 0.5) 50%, 
    rgba(206, 160, 43, 0.3) 80%, 
    transparent 100%);
}

/* Footer Logo - White Color */
.footer-logo {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.footer-logo img {
  height: 60px;
  width: auto;
  filter: brightness(0) invert(1);
  transition: all 0.4s ease;
  opacity: 0.95;
}

.footer-logo img:hover {
  opacity: 1;
  filter: brightness(0) invert(1) drop-shadow(0 4px 10px rgba(206, 160, 43, 0.3));
  transform: scale(1.05);
}

.company-footer p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.back-to-group-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  transition: all 0.3s ease;
  padding: 8px 16px;
  border-radius: 8px;
  background: rgba(206, 160, 43, 0.1);
  border: 1px solid rgba(206, 160, 43, 0.2);
}

.back-to-group-link:hover {
  color: var(--erasa-contracting-accent);
  background: rgba(206, 160, 43, 0.2);
  border-color: rgba(206, 160, 43, 0.4);
  gap: 12px;
  transform: translateX(-5px);
  box-shadow: 0 4px 12px rgba(206, 160, 43, 0.2);
}

/* Responsive - Mobile Full Screen Fix */
@media (max-width: 768px) {
  /* Hero Section - Full Screen on Mobile (Like index.html) */
  .company-hero {
    width: 100%;
    min-height: 92vh;
    min-height: -webkit-fill-available; /* iOS Safari fix */
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    background: none;
    overflow: hidden;
    box-sizing: border-box;
  }

  /* Optimize background image on mobile - More visible and distinctive */
  .company-hero::before {
    background-attachment: scroll; /* Better performance on mobile */
    background-position: center center;
    background-size: cover;
    opacity: 0.55; /* More visible on mobile */
    filter: brightness(0.75) contrast(1.2) saturate(1.1);
    animation: backgroundMoveMobile 20s ease-in-out infinite;
  }

  @keyframes backgroundMoveMobile {
    0%, 100% { 
      transform: scale(1.05) translateY(0);
      filter: brightness(0.75) contrast(1.2) saturate(1.1);
    }
    50% { 
      transform: scale(1.08) translateY(-8px);
      filter: brightness(0.78) contrast(1.25) saturate(1.15);
    }
  }

  /* Reduce overlay opacity on mobile for better visibility */
  .hero-overlay {
    background: linear-gradient(
      to bottom, 
      rgba(184, 90, 10, 0.65) 0%,
      rgba(245, 135, 27, 0.60) 50%,
      rgba(255, 166, 77, 0.55) 100%
    );
  }

  /* Reduce ::after overlay on mobile */
  .company-hero::after {
    opacity: 0.4;
  }

  .company-hero .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box;
  }

  .company-hero .row {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .company-hero .row > [class*="col-"] {
    margin: 0 !important;
    padding: 0 !important;
  }

  .company-hero .hero-content {
    width: 100%;
    padding: 60px 0;
    position: relative;
    z-index: 2;
  }

  .company-hero h1 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 25px;
    text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.6), 1px 1px 5px rgba(0, 0, 0, 0.4);
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
  }
  
  .company-hero p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 35px;
    padding: 0 5px;
    color: rgba(255, 255, 255, 0.98) !important;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5), 1px 1px 5px rgba(0, 0, 0, 0.3);
    font-weight: 400;
  }
  
  .about-features {
    grid-template-columns: 1fr;
  }
  
  .hero-btns {
    flex-direction: column;
    width: 100%;
    gap: 15px;
    padding: 0 10px;
  }
  
  .know-more,
  .contact-us {
    width: 100%;
    text-align: center;
    padding: 14px 25px;
    font-size: 15px;
  }

  /* Remove extra spacing on mobile */
  .company-about,
  .company-works,
  .company-contact,
  .company-portfolio,
  .company-stats,
  .company-why-us,
  .company-process,
  .company-awards,
  .company-partners {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Extra Small Devices */
@media (max-width: 480px) {
  .company-hero h1 {
    font-size: 1.75rem;
  }
  
  .company-hero p {
    font-size: 0.95rem;
  }
}

/* Stats Section - Premium Design */
.company-stats {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--erasa-contracting-light) 0%, #fff 100%);
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

.company-stats::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--erasa-contracting-gradient);
  opacity: 0.3;
}

.company-stats .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.company-stats .section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--erasa-contracting-dark);
  margin-bottom: 15px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.company-stats .section-title p {
  font-size: 1.1rem;
  color: #666;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.stat-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--erasa-contracting-gradient-light);
  opacity: 0;
  transition: opacity 0.5s ease;
}

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

.stat-card:hover {
  transform: translateY(-10px);
  border-color: var(--erasa-contracting-primary);
  box-shadow: 0 15px 40px rgba(245, 135, 27, 0.2);
}

.stat-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: var(--erasa-contracting-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  position: relative;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(245, 135, 27, 0.3);
}

.stat-card:hover .stat-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 35px rgba(245, 135, 27, 0.4);
}

.stat-number {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--erasa-contracting-primary);
  margin-bottom: 10px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.stat-label {
  font-size: 1.1rem;
  color: var(--erasa-contracting-dark);
  font-weight: 600;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  position: relative;
  z-index: 1;
}

/* Why Choose Us Section */
.company-why-us {
  padding: 100px 0;
  background: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

.company-why-us::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--erasa-contracting-gradient);
  opacity: 0.3;
}

.company-why-us .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.company-why-us .section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--erasa-contracting-dark);
  margin-bottom: 15px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.company-why-us .section-title p {
  font-size: 1.1rem;
  color: #666;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.why-card {
  background: linear-gradient(135deg, #fff 0%, var(--erasa-contracting-light) 100%);
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--erasa-contracting-gradient-light);
  opacity: 0;
  transition: opacity 0.5s ease;
}

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

.why-card:hover {
  transform: translateY(-10px);
  border-color: var(--erasa-contracting-primary);
  box-shadow: 0 15px 40px rgba(245, 135, 27, 0.2);
}

.why-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: var(--erasa-contracting-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  position: relative;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(245, 135, 27, 0.3);
}

.why-card:hover .why-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 35px rgba(245, 135, 27, 0.4);
}

.why-card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--erasa-contracting-dark);
  margin-bottom: 15px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  position: relative;
  z-index: 1;
}

.why-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  position: relative;
  z-index: 1;
}

/* Process Section */
.company-process {
  padding: 100px 0;
  background: var(--erasa-contracting-light);
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

.company-process::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--erasa-contracting-gradient);
  opacity: 0.3;
}

.company-process .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.company-process .section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--erasa-contracting-dark);
  margin-bottom: 15px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.company-process .section-title p {
  font-size: 1.1rem;
  color: #666;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.process-timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

.process-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: var(--erasa-contracting-gradient);
  opacity: 0.3;
}

.process-step {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.process-step:nth-child(odd) {
  flex-direction: row-reverse;
}

.process-step:nth-child(odd) .step-content {
  text-align: left;
}

.process-step:nth-child(even) .step-content {
  text-align: right;
}

.step-number {
  width: 60px;
  height: 60px;
  background: var(--erasa-contracting-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 25px rgba(245, 135, 27, 0.3);
  flex-shrink: 0;
}

.step-content {
  flex: 1;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.process-step:hover .step-content {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(245, 135, 27, 0.15);
}

.step-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--erasa-contracting-dark);
  margin-bottom: 12px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.step-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  margin: 0;
}

.step-icon {
  width: 70px;
  height: 70px;
  background: var(--erasa-contracting-gradient-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--erasa-contracting-primary);
  font-size: 28px;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

.process-step:hover .step-icon {
  background: var(--erasa-contracting-gradient);
  color: #fff;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .process-timeline::before {
    left: 30px;
  }

  .process-step {
    flex-direction: row !important;
    padding-right: 60px;
  }

  .process-step .step-content {
    text-align: right !important;
  }

  .step-number {
    position: absolute;
    right: 0;
  }

  .step-icon {
    display: none;
  }
}

/* Awards & Certifications Section - Premium Design */
.company-awards {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--erasa-contracting-light) 0%, #fff 100%);
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

.company-awards::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--erasa-contracting-gradient);
  opacity: 0.3;
}

.company-awards .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.company-awards .section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--erasa-contracting-dark);
  margin-bottom: 15px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.company-awards .section-title p {
  font-size: 1.1rem;
  color: #666;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.award-card {
  background: #fff;
  padding: 45px 30px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.award-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--erasa-contracting-gradient-light);
  opacity: 0;
  transition: opacity 0.5s ease;
}

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

.award-card:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: var(--erasa-contracting-primary);
  box-shadow: 0 20px 50px rgba(245, 135, 27, 0.25);
}

.award-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  background: var(--erasa-contracting-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 42px;
  position: relative;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(245, 135, 27, 0.3);
}

.award-card:hover .award-icon {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 15px 40px rgba(245, 135, 27, 0.5);
}

.award-icon::after {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: var(--erasa-contracting-gradient);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
  filter: blur(12px);
}

.award-card:hover .award-icon::after {
  opacity: 0.6;
}

.award-card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--erasa-contracting-dark);
  margin-bottom: 12px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  position: relative;
  z-index: 1;
}

.award-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 15px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  position: relative;
  z-index: 1;
}

.award-year {
  display: inline-block;
  padding: 6px 18px;
  background: var(--erasa-contracting-gradient);
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.award-card:hover .award-year {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(245, 135, 27, 0.4);
}

/* Partners Section - Premium Design */
.company-partners {
  padding: 100px 0;
  background: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

.company-partners::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--erasa-contracting-gradient);
  opacity: 0.3;
}

.company-partners .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.company-partners .section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--erasa-contracting-dark);
  margin-bottom: 15px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.company-partners .section-title p {
  font-size: 1.1rem;
  color: #666;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.partners-slider {
  position: relative;
  width: 100%;
}

.partner-card {
  background: linear-gradient(135deg, #fff 0%, var(--erasa-contracting-light) 100%);
  padding: 40px 25px;
  border-radius: 18px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.partner-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--erasa-contracting-gradient-light);
  opacity: 0;
  transition: opacity 0.5s ease;
}

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

.partner-card:hover {
  transform: translateY(-10px) scale(1.03);
  border-color: var(--erasa-contracting-primary);
  box-shadow: 0 15px 40px rgba(245, 135, 27, 0.2);
}

.partner-logo {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  background: var(--erasa-contracting-gradient);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  position: relative;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(245, 135, 27, 0.3);
}

.partner-logo span {
  font-size: 11px;
  font-weight: 600;
  margin-top: 5px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.partner-card:hover .partner-logo {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 35px rgba(245, 135, 27, 0.4);
}

.partner-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

/* Responsive Design for Awards & Partners */
@media (max-width: 768px) {
  .company-awards,
  .company-partners {
    padding-left: 20px;
    padding-right: 20px;
  }

  .award-card {
    padding: 35px 25px;
  }

  .award-icon {
    width: 80px;
    height: 80px;
    font-size: 36px;
  }

  .partner-card {
    padding: 30px 20px;
  }

  .partner-logo {
    width: 75px;
    height: 75px;
    font-size: 28px;
  }
}

/* Project Modal - Professional Design */
.project-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeIn 0.3s ease;
}

.project-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
}

.project-modal-content {
  position: relative;
  background: #fff;
  border-radius: 20px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.4s ease;
  z-index: 10001;
}

.project-modal-close {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 45px;
  height: 45px;
  background: var(--erasa-contracting-primary);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10002;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(206, 160, 43, 0.4);
}

.project-modal-close:hover {
  background: var(--erasa-contracting-secondary);
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 6px 20px rgba(206, 160, 43, 0.6);
}

.project-modal-body {
  display: flex;
  flex-direction: column;
}

.project-modal-image-wrapper {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.project-modal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.project-modal-image-wrapper:hover .project-modal-image {
  transform: scale(1.05);
}

.project-modal-info {
  padding: 40px;
  direction: rtl;
}

.project-modal-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--erasa-contracting-dark);
  margin-bottom: 20px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  position: relative;
  padding-bottom: 15px;
}

.project-modal-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 4px;
  background: var(--erasa-contracting-gradient);
  border-radius: 2px;
}

.project-modal-description {
  margin-bottom: 30px;
}

.project-modal-description p {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #666;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  margin: 0;
}

.project-modal-features {
  background: var(--erasa-contracting-light);
  padding: 25px;
  border-radius: 12px;
  border-right: 4px solid var(--erasa-contracting-primary);
}

.project-modal-features h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--erasa-contracting-dark);
  margin-bottom: 15px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.project-modal-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-modal-features ul li {
  font-size: 1rem;
  line-height: 2;
  color: #555;
  padding-right: 25px;
  position: relative;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  margin-bottom: 8px;
}

.project-modal-features ul li::before {
  content: '✓';
  position: absolute;
  right: 0;
  top: 0;
  color: var(--erasa-contracting-primary);
  font-weight: bold;
  font-size: 1.2rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

/* Responsive Modal */
@media (max-width: 768px) {
  .project-modal-content {
    max-width: 95%;
    max-height: 95vh;
    border-radius: 15px;
  }

  .project-modal-image-wrapper {
    height: 250px;
    border-radius: 15px 15px 0 0;
  }

  .project-modal-info {
    padding: 25px 20px;
  }

  .project-modal-title {
    font-size: 1.5rem;
  }

  .project-modal-description p {
    font-size: 1rem;
  }

  .project-modal-features {
    padding: 20px 15px;
  }

  .project-modal-close {
    width: 40px;
    height: 40px;
    font-size: 18px;
    top: 10px;
    left: 10px;
  }
}
