body {
 background: linear-gradient(135deg, #191825 0%, #1a237e 100%);
  margin: 0;
  padding: 0;
  font-family: Copperplate, "Copperplate Gothic Light", serif;
  color: #f3f3f3;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 22px 40px;
  background: #191825ee;
  border-bottom: 1.5px solid #14532d;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 24px #0005;
  backdrop-filter: blur(6px);
}
.logo img {
  height: 60px;
  vertical-align: middle;
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.22s, background 0.22s;
  background: transparent;
}
.logo:hover img {
  background: #22c55e;
  box-shadow: 0 0 0 10px #22c55e33, 0 2px 16px #0005;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: 36px;
}
.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1.25em;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  letter-spacing: 1.1px;
}
.nav-links a:hover {
  background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
  color: #191825;
  box-shadow: 0 2px 16px #22c55e55;
}





.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 1.5em;
  cursor: pointer;
  padding: 10px;
}

/* التنسيقات الخاصة بالجوال */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  
  .nav-links {
    position: fixed;
    top: 80px;
    left: -40px;
    width: 100%;
    background: #191825;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    gap: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-150%);
    transition: transform 0.3s ease;
    z-index: 999;
  }
  
  .nav-links.active {
    transform: translateY(0);
  }
  
  .nav-links a {
    width: 90%;
    text-align: center;
    padding: 12px;
  }
  
  .logo img {
    height: 40px;
  }
}






.hero-section {
  position: relative;
  width: 100%;
  min-height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #14532d99 40%, #1a237e77 100%), url('1.jpg') center/cover no-repeat;
  box-shadow: 0 4px 32px #0004;
  margin-bottom: 32px;
  overflow: hidden;
  margin-top: 90px;
}
.hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: none;
  backdrop-filter: blur(1.5px);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-title {
  color: #fff;
  font-size: 2.8em;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1.22;
  text-shadow: 0 4px 24px #000a, 0 1px 0 #14532d;
  margin: 0 0 22px 0;
  padding: 38px 18px 38px 18px;
  border-radius: 22px;
  /* background: rgba(20,83,45,0.18);
  box-shadow: 0 2px 24px #0002; */
  max-width: 950px;
}
.hero-btn {
  display: inline-block;
  margin-top: 16px;
  font-size: 1.25em;
  font-weight: bold;
  padding: 20px 54px;
  border-radius: 32px;
  background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 32px #0005, 0 1.5px 0 #14532d;
  letter-spacing: 1.2px;
  border: none;
  transition: background 0.22s, color 0.22s, transform 0.18s;
  position: relative;
  overflow: hidden;
}
.hero-btn:hover, .hero-btn:focus {
  background: linear-gradient(90deg, #1a237e 0%, #22c55e 100%);
  color: #fff;
  transform: scale(1.07);
  box-shadow: 0 8px 32px #0007;
}

.container {
  max-width: 950px;
  margin: 40px auto 0 auto;
  background: #191825;
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 24px 0 #0003;
  padding: 38px 28px 32px 28px;
}
.agency-welcome {
  text-align: center;
  margin: 0 auto 24px auto;
  padding: 38px 18px 32px 18px;
  background: linear-gradient(120deg, #14532d 60%, #1a237e 100%);
  border-radius: 18px;
  box-shadow: 0 4px 32px #0003;
  color: #fff;
  max-width: 700px;
  position: relative;
}
.agency-title {
  font-size: 2.3em;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  text-shadow: 0 2px 16px #000a;
  background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.agency-subtitle {
  font-size: 1.28em;
  font-weight: 600;
  margin-bottom: 18px;
  color: #fff;
  text-shadow: 0 2px 12px #0007;
}
.agency-divider {
  width: 90px;
  height: 5px;
  margin: 0 auto;
  border-radius: 3px;
  background: linear-gradient(90deg, #22c55e 0%, #1a237e 100%);
  box-shadow: 0 2px 12px #0005;
}
.cta-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 60px auto;
  max-width: 1200px;
  flex-wrap: wrap;
}

.cta-card {
  position: relative;
  width: 100%;
  max-width: 500px;
  min-height: 300px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  flex: 1 1 400px;
}

.cta-inner {
  position: relative;
  z-index: 2;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}

/* .consultation-card {
  background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
} */
.consultation-card {
  background: linear-gradient(135deg, #1a237e 0%, #283593 100%), url('consultation-bg.jpg') center/cover;
}

.awards-card {
  background: linear-gradient(135deg, #14532d 0%, #22c55e 100%);
}

.cta-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  transition: transform 0.3s;
}

.cta-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  width: fit-content;
  border: 1px solid rgba(255,255,255,0.3);
  margin: 10px;
  transition: all 0.3s ease;
}

.cta-btn i {
  transition: transform 0.3s;
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, 
              rgba(255,255,255,0.1) 0%, 
              transparent 50%);
  opacity: 0;
  transition: opacity 0.5s;
}

.cta-dots {
  position: absolute;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(rgba(255,255,255,0.2) 2px, transparent 2px);
  background-size: 15px 15px;
  bottom: -50px;
  right: -50px;
  opacity: 0.5;
}

/* تأثيرات الـ Hover */
.cta-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.cta-card:hover .cta-overlay {
  opacity: 1;
}

.cta-card:hover .cta-icon {
  transform: scale(1.1);
}

.cta-btn:hover {
  background: rgba(255,255,255,0.3);
  transform: translateX(5px);
}

.cta-btn:hover i {
  transform: translateX(3px);
}

/* التألق الدائم */
@keyframes glow {
  0% { box-shadow: 0 0 10px rgba(26, 35, 126, 0.5); }
  50% { box-shadow: 0 0 20px rgba(26, 35, 126, 0.8); }
  100% { box-shadow: 0 0 10px rgba(26, 35, 126, 0.5); }
}

.consultation-card {
  animation: glow 3s infinite alternate;
}

@keyframes glow-green {
  0% { box-shadow: 0 0 10px rgba(34, 197, 94, 0.5); }
  50% { box-shadow: 0 0 20px rgba(34, 197, 94, 0.8); }
  100% { box-shadow: 0 0 10px rgba(34, 197, 94, 0.5); }
}

.awards-card {
  animation: glow-green 3s infinite alternate 0.5s;
}

/* التكيف مع الجوال */
@media (max-width: 768px) {
  .cta-card {
    min-height: 250px;
  }
  
  .cta-title {
    font-size: 1.5rem;
  }
  
  .cta-inner {
    padding: 30px;
  }
}


.team-message-section {
  position: relative;
  background: linear-gradient(135deg, #191825 0%, #1a237e 100%);
  padding: 80px 20px;
  color: white;
  overflow: hidden;
  font-family: 'Arial', sans-serif;
}

.message-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.message-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.icon-circle {
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #22c55e, #1a237e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #22c55e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
  color: #cce6d1;
  margin-top: 0;
}

.message-content {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

.message-content p {
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}

.message-content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 15px;
  height: 2px;
  background: #22c55e;
}

.signature {
  text-align: right;
  position: relative;
}

.line {
  width: 150px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin-left: auto;
  margin-bottom: 10px;
}

.team-name {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #22c55e;
  position: relative;
  display: inline-block;
}

.floating-dots {
  position: absolute;
  right: -30px;
  bottom: -15px;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(#22c55e 2px, transparent 2px);
  background-size: 15px 15px;
  opacity: 0.3;
}

.floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.shape {
  position: absolute;
  opacity: 0.1;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 100px solid #22c55e;
  top: 20%;
  left: 10%;
  animation: float 15s infinite linear;
}

.circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #1a237e;
  bottom: 15%;
  right: 10%;
  animation: float 12s infinite linear reverse;
}

.square {
  width: 60px;
  height: 60px;
  background: #22c55e;
  top: 60%;
  left: 80%;
  transform: rotate(45deg);
  animation: float 18s infinite linear;
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(180deg);
  }
  100% {
    transform: translateY(0) rotate(360deg);
  }
}

@media (max-width: 768px) {
  .message-container {
    padding: 30px;
  }
  
  .section-title {
    font-size: 1.5rem;
  }
  
  .section-subtitle {
    font-size: 1.2rem;
  }
}



.welcome-section {
  position: relative;
  padding: 10px 20px;
  background: linear-gradient(135deg, #191825 0%, #1a237e 100%);
  overflow: hidden;
}

.welcome-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

.welcome-header {
  position: relative;
  padding: 40px 0;
}

.welcome-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #22c55e, #1a237e);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(34, 197, 94, 0.3);
  font-size: 32px;
  color: white;
  position: relative;
  animation: pulse 2s infinite alternate;
}

.welcome-title {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: white;
  line-height: 1.2;
  text-transform: uppercase;
}

.title-line {
  display: block;
}

.title-highlight {
  background: linear-gradient(90deg, #22c55e, #1a237e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
}

.title-highlight::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #22c55e, #1a237e);
  border-radius: 3px;
}

.welcome-subtitle {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.welcome-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  width: 300px;
}

.divider-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, #22c55e, transparent);
  flex-grow: 1;
}

.divider-dot {
  width: 10px;
  height: 10px;
  background: #22c55e;
  border-radius: 50%;
  margin: 0 15px;
  box-shadow: 0 0 15px #22c55e;
}

.welcome-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.2) 0%, transparent 70%);
  z-index: 1;
  animation: glow-pulse 4s infinite alternate;
}

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

@keyframes glow-pulse {
  0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.8); }
  100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1.2); }
}

@media (max-width: 768px) {
  .welcome-title {
    font-size: 2rem;
  }
  
  .welcome-subtitle {
    font-size: 1.1rem;
  }
  
  .welcome-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}

.excellence-section {
  background: linear-gradient(135deg, #191825 0%, #1a237e 100%);
  padding: 80px 20px;
  color: white;
  font-family: 'Arial', sans-serif;
}

.section-header {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #22c55e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}

.header-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  width: 300px;
}

.divider-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, #22c55e, transparent);
  flex-grow: 1;
}

.divider-dot {
  width: 10px;
  height: 10px;
  background: #22c55e;
  border-radius: 50%;
  margin: 0 15px;
  box-shadow: 0 0 15px #22c55e;
}

.section-intro {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  max-width: 800px;
  margin: 0 auto;
}

.excellence-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.excellence-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.excellence-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.card-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #22c55e;
}

.card-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: white;
}

.card-subtitle {
  font-size: 1.1rem;
  color: #22c55e;
  margin-bottom: 20px;
  font-weight: 600;
}

.card-content {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.card-ornament {
  position: absolute;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  top: -30px;
  right: -30px;
  z-index: -1;
}

/* Individual card colors */
.quality-card { border-top: 3px solid #22c55e; }
.leadership-card { border-top: 3px solid #3b82f6; }
.innovation-card { border-top: 3px solid #f59e0b; }
.excellence-card { border-top: 3px solid #8b5cf6; }
.achievement-card { border-top: 3px solid #ec4899; }
.fairness-card { border-top: 3px solid #10b981; }

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.1rem;
  }
  
  .excellence-grid {
    grid-template-columns: 1fr;
  }
}






.achievements-bar {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  padding: 60px 20px;
  background: linear-gradient(135deg, #191825 0%, #1a237e 100%);
  position: relative;
  overflow: hidden;
}

.achievement-item {
  text-align: center;
  min-width: 200px;
  position: relative;
  padding: 30px 20px;
  z-index: 2;
}

.counter {
  font-size: 3.5rem;
  font-weight: 800;
  color: #22c55e;
  margin-bottom: 10px;
  font-family: 'Arial', sans-serif;
}

.achievement-label {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.animated-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #22c55e;
  transition: width 0.5s ease;
}

.achievement-item:hover .animated-border {
  width: 80%;
}

/* تأثيرات الخلفية */
.achievements-bar::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(34,197,94,0.1) 0%, transparent 70%);
  animation: rotate 20s linear infinite;
  z-index: 1;
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* تصميم متجاوب */
@media (max-width: 768px) {
  .achievements-bar {
    flex-direction: column;
    align-items: center;
  }
  
  .counter {
    font-size: 2.5rem;
  }
}




.footer {
  background: #14532d;
  color: #eee;
  padding: 38px 0 0 0;
  margin-top: 44px;
  border-top: 1px solid #0c2a17;
  flex-shrink: 0;
  box-shadow: 0 -2px 16px #0003;
}
.footer-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 0 24px;
}
.footer-links-main {
  display: flex;
  gap: 36px;
  justify-content: center;
  margin-bottom: 16px;
}
.footer-links-main a {
  color: #fff;
  text-decoration: none;
  font-size: 1.18em;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.footer-links-main a:hover {
  background: #22c55e;
  color: #191825;
}
.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 32px;
}
@media (max-width: 900px) {
  .consult-row {
    flex-direction: column;
    gap: 24px;
  }
  .footer-bottom-row {
    flex-direction: column;
    gap: 16px;
  }
  .footer-links-main {
    flex-wrap: wrap;
    gap: 18px;
  }
}
.footer .contact-info {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
.footer .contact-info span {
  color: #cce6d1;
  font-size: 1.08em;
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer .social {
  display: flex;
  gap: 12px;
}
.footer .social a {
  color: #fff;
  background: #166534;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px #0002;
}
.footer .social a:hover {
  background: #22c55e;
  color: #14532d;
}
.footer-copyright {
  width: 100%;
  text-align: center;
  font-size: 1.08em;
  color: #cce6d1;
  margin-top: 28px;
  padding-bottom: 12px;
  letter-spacing: 0.5px;
}
