/* Enhanced CSS for Alamlaq Concrete Company */
:root {
  --primary-blue: #1e3a5f;    /* Trust & stability */
  --accent-orange: #d35400;   /* Energy & action */
  --neutral-gray: #34495e;    /* Professionalism */
  --light-bg: #ecf0f1;        /* Light background */
  --text-dark: #2c3e50;       /* Main text */
  --text-light: #ffffff;       /* Light text */
  --success-green: #27ae60;   /* Positive actions */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Tajawal", "Segoe UI", sans-serif;
}

body {
  background: var(--light-bg);
  color: var(--text-dark);
  line-height: 1.6;
}

/* Enhanced Navbar */
.navbar {
  width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 40px;
  background: var(--primary-blue);
  color: var(--text-light);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 1000;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.logo-img:hover {
  transform: scale(1.05);
}

.company-name {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-light);
}

/* Navigation Links */
.nav-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-links a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-light);
  padding: 8px 16px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.nav-links a:hover {
  background: var(--accent-orange);
  transform: translateY(-2px);
}

/* Enhanced Hero Section */
.hero {
  position: relative;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  overflow: hidden;
  margin-top: 70px;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(30, 58, 95, 0.8) 0%,
    rgba(30, 58, 95, 0.6) 100%
  );
  z-index: 1;
}

.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slider img.active {
  opacity: 1;
}

.hero-content {
  position: relative;
  text-align: center;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.hero-content .company-name {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
  color: var(--text-light);
}

.company-desc {
  font-size: 1.3rem;
  margin-bottom: 30px;
  color: var(--text-light);
  text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

/* Enhanced Buttons */
.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  border: none;
  cursor: pointer;
}

.btn-primary {
  background: var(--accent-orange);
  color: var(--text-light);
}

.btn-primary:hover {
  background: #e67e22;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(211, 84, 0, 0.4);
}

.btn-secondary {
  background: transparent;
  color: var(--text-light);
  border: 2px solid var(--text-light);
}

.btn-secondary:hover {
  background: var(--text-light);
  color: var(--primary-blue);
  transform: translateY(-3px);
}

/* Language Switch */
.language-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 600;
  color: var(--text-light);
  padding: 8px 12px;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.language-switch:hover {
  background: rgba(255,255,255,0.1);
}

.language-switch img {
  width: 28px;
  height: auto;
  border-radius: 3px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .navbar {
    padding: 10px 20px;
    flex-wrap: wrap;
  }
  
  .nav-links {
    gap: 10px;
  }
  
  .nav-links a {
    font-size: 14px;
    padding: 6px 12px;
  }
  
  .hero-content .company-name {
    font-size: 2.5rem;
  }
  
  .company-desc {
    font-size: 1.1rem;
  }
  
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
}

/* complate code about our for css */
/* Hover Effects */
/* Reset بسيط */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Containers */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Grid قسم حولنا */
.grid-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* قسم حولنا */
.about-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.about-text h2 {
  font-size: 2.5rem;
  color: #1e3a5f;
  margin-bottom: 20px;
}

.about-text h2 span {
  color: #d35400;
}

.about-text p {
  font-size: 1.2rem;
  color: #2c3e50;
  line-height: 1.6;
}

/* صورة حولنا */
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

/* قسم لماذا تختارنا */
.why-choose-us-section {
  padding: 100px 0;
  background: #ffffff;
  text-align: center;
}

.why-choose-us-section h2 {
  font-size: 2rem;
  color: #1e3a5f;
  margin-bottom: 50px;
}

.why-choose-us-section h2 span {
  color: #d35400;
}

/* Grid المميزات */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* Feature Card */
.feature-card {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.07);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

/* Feature Icon */
.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: #fff;
}

.feature-card:nth-child(odd) .feature-icon {
  background: #1e3a5f;
}

.feature-card:nth-child(even) .feature-icon {
  background: #d35400;
}

.feature-card h3 {
  margin-bottom: 10px;
  color: #1e3a5f;
}

.feature-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 992px) {
  .grid-two-columns {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}


.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.about-image img:hover {
  transform: scale(1.03);
}

/* Responsive Design */
@media (max-width: 768px) {
  .about-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
  }
  
  .section-header h2 {
    font-size: 2.2rem;
  }
}

/* ser */
.services-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  text-align: center;
}

.services-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #2c5aa0;
  margin-bottom: 15px;
}

.services-subtitle {
  max-width: 800px;
  margin: 0 auto 50px;
  color: #444;
  font-size: 1.1rem;
  line-height: 1.8;
}

.services-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  max-width: 400px;
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.service-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.05);
}

.service-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255,255,255,0.95);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #2c5aa0;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.service-content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-align: right;
}

.service-content h3 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #2c5aa0;
}

.service-content p {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.7;
  flex-grow: 1;
}

.service-features {
  margin: 20px 0;
  text-align: right;
}

.service-features li {
  margin-bottom: 10px;
  position: relative;
  padding-right: 20px;
  color: #666;
  font-size: 15px;
}

.service-features li:before {
  content: "✓";
  position: absolute;
  right: 0;
  color: #2c5aa0;
  font-weight: bold;
}

.service-buttons {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.btn-explore, .btn-order {
  padding: 12px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
  text-align: center;
  flex: 1;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.btn-explore {
  background-color: transparent;
  color: #2c5aa0;
  border: 2px solid #2c5aa0;
}

.btn-order {
  background-color: #2c5aa0;
  color: white;
  border: 2px solid #2c5aa0;
}

.btn-explore:hover {
  background-color: #2c5aa0;
  color: white;
}

.btn-order:hover {
  background-color: #1a3a6e;
  border-color: #1a3a6e;
}

/* التجاوب مع الشاشات */
@media (max-width: 768px) {
  .services-container {
    flex-direction: column;
    align-items: center;
  }
  .service-card {
    max-width: 100%;
  }
  .service-buttons {
    flex-direction: column;
  }
}




/* pro */

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.project-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: transform 0.4s, box-shadow 0.4s;
}

.project-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s;
}

.project-item:hover img {
  transform: scale(1.1);
}

.project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s, color 0.3s;
}

.project-item:hover .project-overlay {
  background: linear-gradient(to top, rgba(243,156,18,0.85), transparent);
  color: #fff;
}

@media (max-width: 768px) {
  .project-overlay {
    font-size: 1rem;
    padding: 10px;
  }
  .project-item img {
    height: 180px;
  }
}
/* اراء */

.reviews-section { max-width:1200px; margin:60px auto; padding:0 20px; font-family: 'Segoe UI', Tahoma, sans-serif; }
.reviews-top { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-bottom:30px; flex-wrap:wrap; }
.reviews-top h2 { color:#2c5aa0; font-size:2rem; margin:0; }
.reviews-top .subtitle { color:#666; margin-top:6px; }
.rating-summary { background:#fff; padding:14px 18px; border-radius:10px; box-shadow:0 6px 18px rgba(0,0,0,0.06); text-align:center; min-width:150px; }
.rating-summary .avg { font-size:1.6rem; color:#1a3a6e; font-weight:700; }
.rating-summary .avg span { font-size:0.9rem; color:#666; margin-left:6px; }
.rating-summary .avg-stars { color:#f39c12; margin-top:6px; }
.rating-summary .total { color:#666; font-size:0.9rem; margin-top:6px; }

.reviews-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(280px, 1fr)); gap:18px; }

.review-card { display:flex; gap:14px; background:#fff; padding:18px; border-radius:12px; align-items:flex-start; box-shadow:0 8px 20px rgba(0,0,0,0.05); transition:transform .25s, box-shadow .25s; }
.review-card:hover { transform:translateY(-6px); box-shadow:0 14px 34px rgba(0,0,0,0.08); }

.avatar { width:64px; height:64px; border-radius:50%; background:#2c5aa0; color:#fff; display:flex; align-items:center; justify-content:center; font-size:1.5rem; font-weight:700; flex-shrink:0; box-shadow:0 6px 18px rgba(44,90,160,0.12); }

.review-body { flex:1; }
.review-meta { display:flex; justify-content:space-between; align-items:center; gap:10px; margin-bottom:6px; }
.review-meta h3 { font-size:1.05rem; color:#1a3a6e; margin:0; }
.meta-right { display:flex; gap:10px; align-items:center; }
.meta-right time { font-size:0.9rem; color:#777; }
.verified { background:#e8f6ff; color:#1a76d2; padding:4px 8px; border-radius:12px; font-size:0.8rem; border:1px solid rgba(26,118,210,0.12); }

.stars { color:#f39c12; margin:6px 0; }

.review-body p { margin:8px 0 10px; color:#333; text-align:justify; font-size:0.96rem; }
.project-tag { font-size:0.85rem; color:#666; background:#f7f8fb; padding:6px 10px; display:inline-block; border-radius:8px; }

@media (max-width:700px){
  .reviews-top { flex-direction:column; align-items:flex-start; }
  .rating-summary { width:100%; display:flex; justify-content:space-between; padding:10px; }
}
/*faq */
.faq-section { max-width:1200px; margin:60px auto; padding:0 20px; font-family: 'Segoe UI', Tahoma, sans-serif; }
.faq-section h2 { font-size:2rem; color:#2c5aa0; margin-bottom:8px; }
.faq-section .subtitle { color:#666; margin-bottom:30px; }

.faq-accordion { display:flex; flex-direction:column; gap:12px; }
.faq-item { background:#fff; border-radius:10px; box-shadow:0 8px 20px rgba(0,0,0,0.05); overflow:hidden; transition:0.3s; }
.faq-item:hover { box-shadow:0 14px 34px rgba(0,0,0,0.08); }

.faq-question { width:100%; padding:16px 20px; background:#2c5aa0; color:#fff; font-size:1rem; text-align:right; border:none; outline:none; cursor:pointer; display:flex; justify-content:space-between; align-items:center; }
.faq-question .arrow { font-size:1.1rem; transition: transform 0.3s ease; }

.faq-answer { max-height:0; overflow:hidden; padding:0 20px; background:#f7f8fb; transition:max-height 0.35s ease, padding 0.35s ease; }
.faq-answer p { margin:12px 0; color:#333; font-size:0.95rem; text-align:justify; }

.faq-item.active .faq-answer { max-height:500px; padding:12px 20px; }
.faq-item.active .faq-question .arrow { transform: rotate(180deg); }

@media (max-width:700px){
  .faq-question { font-size:0.95rem; }
  .faq-answer p { font-size:0.9rem; }
}
/* fotter */
.footer-modern {
  background: rgba(28, 47, 87, 0.85); /* خلفية شبه شفافة */
  backdrop-filter: blur(10px); /* تأثير الضبابية */
  color: #fff;
  padding: 60px 20px 30px;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  box-shadow: 0 -10px 30px rgba(0,0,0,0.5); /* ظل خارجي قوي */
  border-top: 4px solid #f39c12;
  position: relative;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

.footer-box {
  flex: 1 1 250px;
  background: rgba(255,255,255,0.05);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 12px 25px rgba(243,156,18,0.6), 0 8px 25px rgba(0,0,0,0.3); /* شادو + توهج دائم */
  transition: transform 0.3s;
}

.footer-box h3 {
  margin-bottom: 15px;
  font-size: 1.4rem;
  color: #f39c12;
  text-shadow: 0 0 12px rgba(243,156,18,0.9), 1px 1px 8px rgba(0,0,0,0.7); /* توهج دائم */
}

.footer-box:hover {
  transform: translateY(-5px); /* التأثير على الحركة فقط */
  box-shadow: 0 15px 35px rgba(243,156,18,0.8), 0 10px 30px rgba(0,0,0,0.35); /* توهج أقوى عند المرور */
}

.footer-box p, .footer-box ul, .footer-box li {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-box ul { list-style: none; padding: 0; }
.footer-box li { margin-bottom: 10px; }
.footer-box a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.footer-box a:hover { color: #f39c12; }

.social-icons { margin-top: 15px; }
.social-icons a {
  display: inline-block;
  margin-right: 12px;
  background: rgba(255,255,255,0.15);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}
.social-icons a:hover {
  background: #f39c12;
  color: #fff;
  box-shadow: 0 8px 25px rgba(243,156,18,0.7);
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.3);
  padding-top: 20px;
  font-size: 0.9rem;
  color: #ddd;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

@media (max-width: 900px) {
  .footer-container { flex-direction: column; gap: 20px; }
  .social-icons a { margin-right: 10px; }
}


