* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  margin: 0;
  font-family: 'Cairo', 'Segoe UI', Tahoma, Arial, sans-serif;
  direction: rtl;
  background-color: #fff;
  overflow-x: hidden;
}

.hero {
  color: rgb(241, 239, 239);
  position: relative;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

.navbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  padding: 10px 40px;
  background-color: rgba(36, 32, 32, 0.4);
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
}

.logo-container-slid {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 290px;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: -80px;
  z-index: 10;
  position: relative;
}

.logo-img,
.logo-img1 {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.logo-text .logo-name {
  font-size: 28px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: bold;
  display: block;
}

.logo-text1 h1,
.logo-text1 p {
  color: #128c7e;
}

.logo-text p {
  font-size: 16px;
  color: #ddd;
}

/* Navigation أفقي للشاشات الكبيرة */
.nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.nav-links ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 15px;
  display: block;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.nav-links li a:hover,
.nav-links li a.active {
  color: #205781;
  font-weight: 700;
}

/* إخفاء menu-icon في الشاشات الكبيرة */
.menu-icon {
  display: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  user-select: none;
  margin-right: auto;
}

.social-icons1 {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px auto;
  padding: 10px 0;
}

.social-icons1 a {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
  color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  transition: transform 0.3s ease;
}

.social-icons1 a:hover {
  transform: scale(1.1);
}

.social-icon-facebook {
  background-color: #1877f2;
  border: 2px solid white;
}

.social-icon-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border: 2px solid white;
}

.social-icon-youtube {
  background-color: #ff0000;
  border: 2px solid white;
  box-shadow: 0 0 8px #fff;
}

.slider-section {
  padding: 50px 20px;
  background: #f5f5f5;
  text-align: center;
  position: relative;
  max-width: 40%;
  margin: 120px auto 60px; 
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.slider-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
}

.slide {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}

.slide.active {
  display: flex;
}

.slide-img {
  width: 60%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.contact-number {
  position: absolute;
  top: 150px;
  left: 30px;
  background-color: rgba(0,0,0,0.6);
  color: white;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: bold;
  z-index: 2;
}

.slide-content {
  margin-top: 20px;
  text-align: center;
  max-width: 500px;
}

.slide-content h2 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.slide-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.dots-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #007bff;
}

.i4,
.i5 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: rgb(8, 117, 145);
  cursor: pointer;
  padding: 10px 15px;
  z-index: 9999; 
  border-radius: 5px;
  user-select: none;
  background: transparent; 
}

.i4 {
  left: -200px; 
}

.i5 {
  right: -200px; 
}

.contact-float-icons {
  position: fixed;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.contact-icon {
  background-color: #25d366;
  color: white;
  font-size: 35px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  text-decoration: none;
  animation: pulse 2s infinite;
}

.contact-icon.phone {
  background-color: #e70d0d;
}

.contact-icon:hover {
  background-color: #128c7e;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
}

.btn {
  background-color: #007bff;
  padding: 12px 24px;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #0056b3;
}



.sandwich-panel-info {
  max-width: 1000px;
  margin: 40px auto;
  padding: 40px 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  text-align: right;
  z-index: 1;
}
.sandwich-panel-info h2, h3{
  font-size: 28px;
  color: #128c7e;
  margin-bottom: 25px;
}

.sandwich-panel-info h1{
  background-color:#128c7e;
  color: white;
  text-align: center;
  font-size: 30px;
  height: 110px;
  padding: 20px;
  margin-bottom: 30px;

}
.sandwich-panel-info .container p {
  color: #333;
  font-style: bold ;
  font-size: 20px;
}
.sandwich-panel-info p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 25px;
}

.features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.feature-item {
  flex: 1 1 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  color: #333;
}

.usage-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.usage-img {
  flex: 1 1 100px;
  max-width: 100%;
  border-radius: 12px;
}

.usage-text {
  flex: 1 1 300px;
}

.usage-text h3 {
  color: #128c7e;
  margin-bottom: 15px;
}

.usage-text ul {
  list-style: disc inside;
  margin-right: 20px;
}
.usage-text ul li{
  color: #333;
  font-size: 20px;
}
.gypsum-section {
  max-width: 1000px;
  margin: 60px auto;
  padding: 40px 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  text-align: right;
}
.gypsum-intro, .gypsum-description  {
  font-size: 18px;
  color: #333;
  font-style: bold;
  margin-bottom: 30px;
}

.section-main-title{
  font-size: 32px;
  color: #128c7e;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.section-main-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #128c7e;
  margin: 10px auto 0;
  border-radius: 2px;
}

.gypsum-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  margin-bottom: 50px;
}

.gypsum-row.reverse {
  flex-direction: row-reverse;
}

.gypsum-img-container {
  flex: 1 1 45%;
}

.gypsum-content {
  flex: 1 1 45%;
}

.gypsum-img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.gypsum-title {
  font-size: 24px;
  color: #128c7e;
  margin-bottom: 10px;
  border-bottom: 2px solid #128c7e;
  padding-bottom: 5px;
}

.gypsum-text {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}

.gypsum-specs {
  list-style: none;
  padding: 0;
}

.gypsum-specs li {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
  padding-right: 10px;
  position: relative;
}

.gypsum-specs li::before {
  content: "•";
  position: absolute;
  right: 0;
  color: #128c7e;
  font-size: 20px;
  line-height: 1;
}
.emergency-housing-section {
  max-width: 1000px;
  margin: 60px auto;
  padding: 40px 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  text-align: right;
}

.section-title {
  font-size: 28px;
  color: #128c7e;
  margin-bottom: 10px;
  position: relative;
}

.section-title i {
  margin-left: 8px;
  font-size: 22px;
  vertical-align: middle;
  color: #128c7e;
}

.section-divider {
  width: 250px;
  height: 4px;
  background-color: #128c7e;
  border: none;
  margin-bottom: 25px;
}

.emergency-gallery {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.emergency-img {
  width: 30%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.emergency-description {
  font-size: 18px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 30px;
}

.emergency-subtitle {
  font-size: 22px;
  color: #128c7e;
  margin-bottom: 15px;
}

.emergency-list {
  list-style: disc inside;
  margin-bottom: 30px;
  padding-right: 15px;
}

.emergency-list li {
  font-size: 16px;
  color: #444;
  margin-bottom: 8px;
}

.btn {
  display: inline-block;
  background-color: #128c7e;
  color: #fff;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #0e5c77;
}
.why-panelpro-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #e0f7fa, #f1f8e9);
}

.why-title {
  font-size: 32px;
  text-align: center;
  padding: 15px 25px;
  color: #fff;
  background: linear-gradient(90deg, #0e5c77, #128c7e);
  border: 2px solid #128c7e;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
  margin-bottom: 40px;
}



.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 مربعات في كل صف */
  gap: 20px;
}

.feature-box {
  background: linear-gradient(135deg, #ffffff, #e3f2fd);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-size: 17px;
  color: #0e5c77;
  text-align: center;
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}
.testimonials-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.testimonials-box {
  border: 3px solid #128c7e;
  border-radius: 15px;
  background: linear-gradient(135deg, #e0f7fa, #f1f8e9);
  padding: 30px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.testimonials-title {
  font-size: 28px;
  text-align: center;
  color: #0e5c77;
  margin-bottom: 15px;
}

.testimonials-intro {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-bottom: 30px;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.testimonial-card h3 {
  margin-bottom: 10px;
  color: #128c7e;
}

.testimonial-card p {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
}

.stars {
  font-size: 20px;
  color: #fbc02d;
}
.stats-section {
  padding: 60px 20px;
  background-color: #f1f8e9;
}

.stats-title {
  text-align: center;
  font-size: 28px;
  color: #0e5c77;
  margin-bottom: 40px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stat-box {
  background: linear-gradient(135deg, #0e5c77, #128c7e);
  border: 2px solid #0e5c77;
  border-radius: 12px;
  padding: 25px 15px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.stat-box:hover {
  transform: scale(1.05);
}

.stat-number {
  font-size: 36px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;

}
/* Side Menu للموبايل */
.side-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 300px;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  transition: right 0.3s ease;
  overflow-y: auto;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
}

.side-menu.active {
  right: 0;
}

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
  background-color: #205781;
  color: white;
}

.menu-header h3 {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  color: white;
}

.menu-close {
  font-size: 24px;
  color: white;
  cursor: pointer;
  padding: 5px;
}

.side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-menu li {
  border-bottom: 1px solid #f0f0f0;
}

.side-menu a {
  display: block;
  padding: 15px 20px;
  color: #333;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.side-menu a:hover {
  background-color: #f8f9fa;
  color: #205781;
  padding-right: 25px;
}

.side-menu a.active {
  color: #205781;
  border-right: 4px solid #205781;
  background-color: #f8f9fa;
  font-weight: 600;
}

/* Overlay للقائمة الجانبية */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.overlay.active {
  display: block;
  opacity: 1;
}

/* --- استجابات للشاشات الصغيرة --- */
@media (max-width: 768px) {
  /* إظهار hamburger menu في الموبايل */
  .menu-icon {
    display: block !important;
  }
  
  /* إخفاء Navigation الأفقي في الموبايل */
  .nav-links {
    display: none !important;
  }
  
  .navbar {
    padding: 10px 15px;
    gap: 10px;
  }
  .contact-icon {
    font-size: 24px;
    width: 55px;
    height: 55px;
}
  .logo-container {
    gap: 8px;
  }
  
  .logo-text .logo-name {
    font-size: 18px;
  }
  
  .logo-text p {
    font-size: 11px;
  }

  .logo-img,
  .logo-img1 {
    height: 60px;
    width: 60px;
  }

  .logo-text .logo-name {
    font-size: 22px;
    white-space: nowrap;
  }

  .logo-text p {
    font-size: 14px;
  }

  .social-icons1 {
    gap: 25px;
    margin: 20px auto;
  }

  .social-icons1 a {
    width: 50px;
    height: 50px;
    font-size: 26px;
  }

  .social-icon-youtube {
    box-shadow: 0 0 6px #fff;
  }

  .slider-section {
    max-width: 100%;
    margin: 90px 10px 40px; 
    padding: 30px 15px;
  }

  .slide-img {
    width: 100%;
    object-fit: cover;
    max-height: 180px;
  }

  .slide-content h2 {
    font-size: 22px;
  }

  .slide-content p {
    font-size: 14px;
  }

  .i4,
  .i5 {
    font-size: 22px;
    top: 10%; 
    transform: translateY(0);
    padding: 5px 10px;
    left: 5px !important; 
    right: 5px !important;
    background: transparent; 
    z-index: 1001;
  }

  .i4 {
    left: 5px !important;
  }

  .i5 {
    right: 5px !important;
  }
  .logo-container-slid {
  
    margin-left: 130px;
 
  }
  .contact-number {
  
    top: 100px;
    left: 60px;
  
  }
  .gypsum-section {
    padding: 30px 15px;
    margin: 40px 10px;
}

.section-title {
    font-size: 22px;
    text-align: center;
}

.section-divider {
    margin: 0 auto 20px;
}
.gypsum-row,
.gypsum-row.reverse {
    flex-direction: column;
    text-align: center;
}
.gypsum-description,
.gypsum-intro {
    font-size: 16px;
    text-align: center;
}

.gypsum-type {
    padding: 15px;
}

.gypsum-title {
  font-size: 20px;
}

.gypsum-text,
.gypsum-specs li {
    font-size: 15px;
}

.gypsum-img {
  max-height: 220px;
  margin-bottom: 20px;
  width: 300px;
  margin-left: 30px;
}

.gypsum-img-container,
.gypsum-content {
    flex: 1 1 100%;
}
.emergency-gallery {
  flex-direction: column;
  align-items: center;
}

.emergency-img {
  width: 90%;
  margin-bottom: 15px;
}

.emergency-description,
.emergency-subtitle,
.emergency-list li {
  text-align: center;
}

.btn {
  display: block;
  margin: 0 auto;
}
.why-title {
  font-size: 24px;
  padding: 10px 20px;
}

.feature-box {
  font-size: 16px;
  padding: 15px;
}
.testimonials-box {
  padding: 20px;
}

.testimonials-title {
  font-size: 22px;
  margin-bottom: 10px;
}

.testimonials-intro {
  font-size: 16px;
  margin-bottom: 20px;
}

.testimonial-card {
  padding: 15px;
}

.testimonial-card h3 {
  font-size: 18px;
}

.testimonial-card p {
  font-size: 15px;
}

.stars {
  font-size: 18px;
}
.stats-grid {
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.stat-number {
  font-size: 28px;
}

.stat-label {
  font-size: 16px;
}

.stat-box {
  padding: 20px 10px;
}
.stats-title {
  font-size: 24px;
  margin-bottom: 30px;
}
}

@media (max-width: 480px) {
.stats-grid {
  grid-template-columns: 1fr;
}

}


/* ======================================= قسم مجالات العمل ================================================= */
.services-section {
  background-color: #f8f9fa;
  padding: 80px 20px;
  text-align: center;
  min-height: 82vh;
}

.section-title {
  font-size: 36px;
  margin-bottom: 10px;
  color: #333;
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.service-card {
  background-color: #ffffff;
  border: 1px solid #d1d5db; 
  border-radius: 12px;
  padding: 25px 20px;
  width: 280px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.service-icon {
  font-size: 42px;
  color: #2c7a7b;
  margin-bottom: 15px;
}

.service-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #222;
}

.service-card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
  text-align: center;
}

.toggle-btn {
  display: inline-block;
  padding: 10px 22px;
  background-color: #225e5e;
  color: white;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
}

.toggle-btn:hover {
  background-color: #1b4848;
  transform: translateY(-2px);
}

.more-services-link {
  margin-top: 60px; 
  
}

.view-all-btn {
  padding: 12px 26px;
  background-color: #1a202c;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.view-all-btn:hover {
  background-color: #4a5568;
}

.hidden {
  display: none;
}


/*==========================================   الخدمات المضافة ==========================*/

.top-header {
  background-color: #2f4f4f;
  color: white;
  text-align: center;
  padding: 40px 20px;
}

.top-header h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.top-header p {
  font-size: 18px;
}

/* الكروت */
.extra-services .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  min-height: 61vh;
  padding: 60px 20px;


  
}
.service-card {
  background-color: white;
  border-radius: 12px;
  border: 1px solid #ccc; 
  box-shadow: 0 6px 18px rgba(0,0,0,0.15); 
  width: 300px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.2);
}

.service-card h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #333;
}

.service-card p {
  color: #555;
  font-size: 16px;
  line-height: 1.7; 
}

.service-card .icon {
  font-size: 40px;
  color: #2f4f4f;
  margin-bottom: 15px;
}




.scroll-top {
  position: fixed;
  bottom: 25px;
  left: 25px;
  background-color: #2f4f4f;
  color: white;
  padding: 12px 15px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  z-index: 1000;
}

.scroll-top:hover {
  background-color: #556b2f;
}

/* الأنيميشن 
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-in-out;
}
*/
.fade-in.appear {
  opacity: 1;
  transform: translateY(0);
}
  
/*================================================================من نحن =======================/*

/* خلفية من نحن */
.about-section {
  background-image: url(../images/digital_photograph.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  height: 400px;
  color: white;
}

.about-section .overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-section .content {
  text-align: center;
  max-width: 700px;
  padding: 20px;
}

.about-section h1 {
  font-size: 40px;
  margin-bottom: 15px;
}

.about-section p {
  font-size: 18px;
  line-height: 1.8;
}

/* قسم القيم والرؤية */
.vision-values {
  padding: 60px 20px;
  background-color: #f5f5f5;
  text-align: center;
}

.vision-values h2 {
  font-size: 30px;
  margin-bottom: 40px;
}

.values-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.value-card {
  background-color: white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 30px;
  width: 280px;
}

.value-card i {
  font-size: 40px;
  color: #2f4f4f;
  margin-bottom: 15px;
}

.value-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.value-card p {
  color: #555;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-links ul {
    flex-direction: column;
    display: none;
    background-color: #2f4f4f;
    position: absolute;
    top: 60px;
    right: 30px;
    width: 200px;
    padding: 10px;
  }

  .nav-links.show ul {
    display: block;
  }

  .menu-toggle {
    display: block;
  }

  .values-boxes {
    flex-direction: column;
  }
}
/*================================================المنتحات==========================*/

.container {
  width: 90%;
  margin: auto;
  max-width: 1200px;
}

.intro-section {
  text-align: center;
  padding: 60px 20px 30px;
  background-color: #f1f1f1;
}

.intro-section h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.intro-section p {
  font-size: 18px;
  color: #555;
}

.underline {
  width: 80px;
  height: 4px;
  background: #007bff;
  margin: 15px auto 0;
  border-radius: 2px;
}


.products-grid .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.product-card {
  background: #fff;
  width: calc(50% - 30px);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s;
  text-align: center;

  display: flex;
  flex-direction: column;
  height: 400px;
}

.product-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  flex-shrink: 0;
}

.product-card h3 {
  margin: 20px 0 10px;
  font-size: 22px;
  color: #333;
  flex-grow: 1;
}

.product-card a.read-more-btn {
  background-color: #1a202c !important;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  padding: 12px 24px;
  transition: background-color 0.3s ease;
}

.product-card a.read-more-btn:hover {
  background-color: #4a5568 !important;
}

.product-card:hover {
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .product-card {
    width: 100%;
    height: auto;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    background-color:#556b2f;
    position: absolute;
    top: 55px;
    right: 10;
    left: auto;
    width: 120px;
    border-radius: 8px;
    padding: 20px 10px;
  }

  .nav-links.show {
    display: flex;
  }

  .menu-icon {
    display: block;
    color: white;
    font-size: 24px;
    cursor: pointer;
  }

  .nav-links li {
    margin: 15px 0;
  }

}

/*============= الجزء  الفرعي للمظلات =========================*/

.main-title {
  font-size: 32px;
  color: #0e5c77;
  margin-bottom: 10px;
  text-align: center;
}

.underline {
  width: 70px;
  height: 4px;
  background-color: #0e5c77;
  margin: 0 auto 15px;
  border-radius: 3px;
}

.subtitle {
  font-size: 18px;
  color: #555;
  text-align: center;
}

.features {
  background-color: #e7f1f5;
  padding: 30px 20px;
  margin: 30px auto;
  max-width: 900px;
  border-radius: 8px;
}

.features h2 {
  font-size: 24px;
  color: #0e5c77;
  margin-bottom: 15px;
}

.features ul {
  list-style: none;
}

.features li {
  margin: 10px 0;
  font-size: 18px;
  color: #333;
}

.features i {
  color: #0e5c77;
  margin-left: 8px;
}

/* الكروت */
.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px 20px;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  width: 300px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.card-content {
  padding: 15px;
}

.card-content h3 {
  font-size: 20px;
  color: #0e5c77;
  margin-bottom: 8px;
}

.card-content p {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
}

.price-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  color: #777;
}


.price-share i {
  color: #0e5c77;
  cursor: pointer;
}

/* السلايدر */
.slider-section {
  text-align: center;
  padding: 40px 20px;
  background-color: #f2f2f2;
}

.slider-section h2 {
  font-size: 24px;
  color: #0e5c77;
  margin-bottom: 25px;
}

.slider {
   position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;

}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 350px;
  width: 400%; 
}

.slide {
  flex-shrink: 0;
  width: 100%;

}

.slide img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
  opacity: 1;
}



/* النقاط */
.dots {
  margin-top: 15px;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #ccc;
  display: inline-block;
  border-radius: 50%;
  transition: background-color 0.3s;
  cursor: pointer;
}

.dot.active {
  background-color: #0e5c77;
}
/*====================== زر  احصل على الطلب  االان ================*/
.form-section {
  max-width: 900px;
  margin: 80px auto; 
  padding: 30px 25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border: 3px solid #0e5c77;
  position: relative;
  z-index: 1;
  padding-left: 80px; 
}

.form-section h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
  color: #0e5c77;
}

.form-section p {
  text-align: center;
  font-size: 17px;
  color: #444;
  margin-bottom: 30px;
}

form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

form input,
form select,
form textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  resize: vertical;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

form input:focus,
form select:focus,
form textarea:focus {
  border-color: #0e5c77;
  outline: none;
}

form textarea {
  grid-column: span 2;
  min-height: 120px;
}

.total-price {
  grid-column: span 2;
  font-weight: bold;
  font-size: 18px;
  color: #007b88;
  margin-top: -5px;
}

.floating-icons {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.floating-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #0e5c77;
  font-size: 28px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  background: #fff;
  transition: all 0.3s ease;
}

.floating-icons .whatsapp {
  color: rgb(32, 238, 32);
}
.floating-icons .whatsapp:hover {
  background-color: rgb(32, 238, 32);
  color: #fff;
}
.floating-icons .phone {
  color: rgb(185, 5, 5);
}
.floating-icons .phone:hover {
  background-color: rgb(185, 5, 5);
  color: #fff;
}

form button[type="submit"] {
  grid-column: span 2;
  padding: 16px;
  font-size: 20px;
  background: #0e5c77;
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-weight: bold;
}

form button[type="submit"]:hover {
  background: #084257;
}

@media (max-width: 768px) {
  form {
    grid-template-columns: 1fr;
  }
.navbar {
  position: relative; 
  z-index: 11000; 
}

  form textarea,
  .total-price,
  form button[type="submit"] {
    grid-column: span 1 !important;
  }
}

    /*==============================================*/
    .main-title {
  text-align: center;
  font-size: 32px;
  margin-top: 30px;
  color: #0e5c77;
}

.underline {
  width: 70px;
  height: 4px;
  background-color: #0e5c77;
  margin: 10px auto;
  border-radius: 3px;
}

.subtitle {
  text-align: center;
  color: #555;
  font-size: 18px;
  margin-bottom: 40px;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.card {
  background: #fff;
  border-radius: 10px;
  width: 300px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-content {
  padding: 15px;
}

.card-content h3 {
  font-size: 20px;
  color: #0e5c77;
  margin-bottom: 10px;
}

.card-content p {
  font-size: 16px;
  color: #444;
}

.price-share {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: #777;
}

.price-share i {
  color: #0e5c77;
}

/* السلايدر */
.slider-section {
  padding: 40px 20px;
  background-color: #e7f1f5;
  text-align: center;
}

.slider-section h2 {
  font-size: 24px;
  color: #0e5c77;
  margin-bottom: 20px;
}

.slider {
  position: relative;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
  width: 300%;
}

.slide {
  width: 100%;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.dots {
  margin-top: 15px;
}

.dot {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 4px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background-color: #0e5c77;
}
/*===================hangars========================*/

.hangars-section {
  padding: 40px 20px;
  background-color: #fff;
  text-align: center;
}

.hangars-section h2 {
  font-size: 32px;
  color: #0e5c77;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

/* كروت الهنجر */
.cards-container {
 
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #777;
    
  }
  
  
  .price-share i {
    color: #0e5c77;
    cursor: pointer;
  }
  


.card {
  background-color: #fff;
  border-radius: 10px;
  width: 300px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.card-content {
  padding: 15px;
  text-align: right;
}

.card-content h3 {
  font-size: 20px;
  color: #0e5c77;
  margin-bottom: 8px;
}

.card-content p {
  font-size: 16px;
  color: #444;
  margin: 0;
}

/* شبكة الصور الجديدة */
.gallery-section {
  text-align: center;
  padding: 40px 20px;
  background-color: #f2f2f2;
}

.gallery-section h3 {
  font-size: 24px;
  color: #0e5c77;
  margin-bottom: 25px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
  max-width: 1000px;
  margin: auto;
  transition: all 0.5s ease;
}

.grid-img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.5s;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.grid-img:hover {
  transform: scale(1.03);
}
/*==================وحدات الامن =========================*/
.security-section {
  padding: 40px 20px;
  text-align: center;
}

.main-title {
  font-size: 32px;
  color: #0e5c77;
}

.underline {
  width: 70px;
  height: 4px;
  background-color: #0e5c77;
  margin: 10px auto 20px;
  border-radius: 3px;
}

.subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}

/* الكروت */
.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-bottom: 50px;
}

.card {
  width: 300px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-content {
  padding: 15px;
  text-align: right;
}

.card-content h3 {
  color: #0e5c77;
  font-size: 20px;
  margin-bottom: 8px;
}

.card-content p {
  font-size: 16px;
  color: #444;
}
/*=========================== الزجاج والالمونيوم المتنقلة ===========*/
.glass-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.glass-section h2 {
  color: #004c99;
  font-size: 32px;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}

/* الكروت */
.cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 50px;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  width: 260px;
  transition: transform 0.3s ease;
}
.card i{
   color: #0e5c77;
  cursor: pointer;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-content {
  padding: 15px;
}

.card-content h3 {
  font-size: 18px;
  color: #004c99;
  margin-bottom: 10px;
}

.card-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
/*==================guidance-tips==================*/
.tips-section {
  max-width: 1100px;
  margin: auto;
  padding: 50px 20px;
  text-align: center;
}

.tips-section h2 {
  font-size: 2.2rem;
  color: #004e7c;
  margin-bottom: 10px;
}

.subtitle {
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 30px;
}

.tip-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.tip-card:hover {
  transform: translateY(-5px);
}

.tip-card img {
  width: 50px;
  height: 50px;
}

.tip-card h3 {
  color: #003f66;
  font-size: 1.1rem;
  margin: 0 0 5px;
  text-align: right;
}

.tip-card p {
  color: #666;
  font-size: 0.95rem;
  margin: 0;
  text-align: right;
}

.mistakes-section {
  max-width: 1100px;
  margin: auto;
  padding: 50px 20px;
  text-align: center;
}

.mistakes-list{
  list-style: none;
  line-height: 2.5;
}

.mistakes-list i{
  color: red;
}

.mistakes-section h2 {
 font-size: 2.2rem;
  color: #004e7c;
  margin-bottom: 10px;
}

.mistakes-section .subtitle {
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.mistakes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 30px;
}

.mistake-card {
  background-color: #ffffff;
  border: 1px solid #f2d7d5;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  box-shadow: 0 4px 12px rgba(192, 57, 43, 0.06); 
  transition: transform 0.3s ease;
  direction: rtl;
}

.mistake-card:hover {
  transform: translateY(-5px);
}

.mistake-card img {
  width: 50px;
  height: 50px;
}

.mistake-card h3 {
  color: #a93226;
  font-size: 1.1rem;
  margin: 0 0 5px;
  text-align: right;
}

.mistake-card p {
  color: #666;
  font-size: 0.95rem;
  margin: 0;
  text-align: right;
}

/*==============footer============================*/
.main-footer{
 background-color: rgba(36, 32, 32, 0.4);
 color: #ffffff;
padding: 20px 10px;
text-align: center;
font-size: 24px;
font-family: 'Cairo', 'Segoe UI', Tahoma, Arial, sans-serif;
}
.main-footer strong{
  color: #ffffff;
}
@media (max-width: 600px){
  .main-footer{
    font-size: 14px;
    padding: 15px 8px;
  }
}
/*==============تواصل معنا============================*/

.contact-section {
  max-width: 900px;
  margin: 50px auto 80px;
  padding: 40px 30px;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border-radius: 14px;
  min-height: 72vh;
  font-family: 'Cairo', 'Segoe UI', Tahoma, Arial, sans-serif;
  color: #333;
}

.contact-section h2 {
  text-align: center;
  color: #222;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.subtitle {
  text-align: center;
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 35px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.contact-content {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: space-between;
}

.contact-form {
  flex: 1 1 460px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form input,
.contact-form textarea {
  padding: 14px 16px;
  border: 1.8px solid #ddd;
  border-radius: 10px;
  font-size: 1.05rem;
  font-weight: 400;
  color: #444;
  resize: vertical;
  transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #f5a623;
  outline: none;
  box-shadow: 0 0 8px rgba(245,166,35,0.5);
}

.contact-form button {
  padding: 15px;
  background-color: #f5a623;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1.15rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 12px rgba(245,166,35,0.5);
}

.contact-form button:hover {
  background-color: #e58e00;
  box-shadow: 0 6px 14px rgba(229,142,0,0.7);
}


.confirmation-message {
  margin-top: 18px;
  color: #1e7e34;
  font-weight: 600;
  font-size: 1rem;
  display: none;
  text-align: center;
}


.contact-info {
  flex: 1 1 380px;
  background-color: #f9f9f9;
  padding: 28px 22px;
  border-radius: 12px;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.03);
  font-size: 1.05rem;
  line-height: 1.6;
  color: #444;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-info h3 {
  margin-bottom: 25px;
  font-size: 1.9rem;
  color: #222;
  font-weight: 700;
  border-bottom: 3px solid #f5a623;
  padding-bottom: 8px;
  letter-spacing: 0.05em;
}

.contact-info p {
  margin: 15px 0;
  color: #555;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.contact-info i {
  margin-left: 14px;
  color: #f5a623;
  font-size: 1.3rem;
}


.social-icons {
  margin-top: 30px;
  display: flex;
  justify-content: start;
  gap: 18px;
}

.social-icons a {
  color: #555;
  font-size: 22px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #f5a623;
}

/* خريطة جوجل */
.map-container {
  margin-top: 35px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

@media (max-width: 850px) {
  .contact-content {
    flex-direction: column;
  }

  .contact-form,
  .contact-info {
    flex: 1 1 100%;
  }

  .contact-section {
    padding: 30px 20px;
  }
}


/*===============اعتماد طلب الشراء============*/
.confirmation-box {
      text-align: center;
      background-color: #fff;
      padding: 50px;
      border-radius: 15px;
      height: 82vh;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      animation: fadeInUp 1s ease forwards;
      opacity: 0;

    }

    .confirmation-box h1 {
      color: #ff6600; 
      font-size: 2.5em;
      margin-bottom: 15px;
      animation: fadeIn 2s ease-in-out;
    }

    .confirmation-box p {
      color: #333;
      font-size: 1.2em;
      animation: fadeIn 2.5s ease-in-out;
    }

    .confirmation-box .btn-home {
      margin-top: 30px;
      display: inline-block;
      padding: 12px 25px;
      background-color: #007BFF;
      color: #fff;
      text-decoration: none;
      border-radius: 8px;
      transition: background 0.3s;
      animation: fadeIn 3s ease-in-out;
    }

    .confirmation-box .btn-home:hover {
      background-color: #0056b3;
    }

    @keyframes fadeInUp {
      from {
        transform: translateY(40px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }

  
    .animated-bg {
      position: absolute;
      top: -100px;
      right: -100px;
      width: 300px;
      height: 300px;
      background: radial-gradient(#007BFF55, transparent 70%);
      border-radius: 50%;
      animation: float 6s ease-in-out infinite;
      z-index: -1;
    }

    @keyframes float {
      0%, 100% {
        transform: translateY(0px);
      }
      50% {
        transform: translateY(20px);
      }
    }
    /*=======================================*/
    












