*{
/* === CSS VARIABLES === */
        :root {
            --primary-red: #c06060;
            --text-color: #606262;
            --heading-color: #333;
            --border-color: #ddd;
            --light-gray: #bfbfbf; 
        }

        /* === GENERAL STYLES === */
        * {
            box-sizing: border-box;
            font-family: 'Montserrat', sans-serif;
        }
        
        body, html {
            margin: 0;
            padding: 0;
            width: 100%;
            overflow-x: hidden;
        }

        body {
            color: var(--text-color);
            background-image: url("images/background.jpg");
            background-position: center top;
            background-size: cover;
            background-attachment: fixed;
            min-height: 100vh;
        }

        /* ============================================== */
        /* === NAVBAR STYLES (SINGLE-TONE) === */
        /* ============================================== */
        .navbar {
            width: 100%;
            background-color: var(--light-gray); 
            display: flex;
            justify-content: space-between;
            align-items: center; 
            padding: 0 80px; 
            height: 75px;
            position: relative;
            z-index: 100;
        }

        .navlogo img {
            width: 180px;
            height: auto;
        }

        #navLinks {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
            align-items: center;
        }

        #navLinks li a {
            text-decoration: none;
            color: var(--text-color);
            font-weight: 600;
            padding: 30px 15px; 
            display: block;
            text-align: center;
            transition: 0.3s;
            white-space: nowrap;
        }

        /* Active Link Style (Red Background) */
        #navLinks li a:hover,
        #navLinks li a.active {
            background-color: var(--primary-red); 
            color: #fff;
        }

        /* SEARCH BOX */
        /* SEARCH BOX */
    .search-box {
      display: flex;
      align-items: center;
      background: #fff;
      border-radius: 30px;
      box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
      overflow: hidden;
      width: 300px;
    }

    .search-box input {
      flex: 1;
      padding: 8px 12px;
      border: none;
      outline: none;
      font-size: 14px;
      font-weight: 600;
    }

    .search-box button {
      background: #555;
      color: #fff;
      border: none;
      padding: 8px 14px;
      display: flex;
      align-items: center;
      gap: 4px;
      cursor: pointer;
    }

    .search-box button svg {
      width: 14px;
      height: 14px;
      fill: #fff;
    }

    .search-box button:hover {
      background: #333;
    }
    }
    .logo{
        width:200px;
    padding-top: 5px;}


    .slider {
      position: relative;
      width: 100%;
      max-width: 1920px;
      overflow: hidden;
   
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
     
    }

    .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
      width: 100%;
    }

    .slides img {
      width: 100%;
       height: auto;
    
    
    }
    

    /* Arrows */
    .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10rem;
  color: white;
  opacity: 40%  ;

  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  line-height: 1;
}

    

    .arrow.left {
      left: 5px;
    }

    .arrow.right {
      right: 15px;
    }

footer {
 
  position: fixed;
  bottom: -30px;
  left: 60px;
  width: 100%;
  transform: translateX(-5%);
  z-index:5;
padding-top: 30px;
  margin: 0;
  text-align: center;
 


  .menu-icon {
  display: none;
  font-size: 30px;
  cursor: pointer;
}
}

  
@media (max-width: 768px) {
  .navbar {
    flex-wrap: wrap;
  }

  .menu-icon {
    display: block; /* بيظهر الزر */
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #bfbfbf;
    text-align: center;
  }

  .nav-links.active {
    display: flex; /* بيظهر المنيو لما نكبس الزر */
  }

  .nav-links li {
    padding: 10px 0;
  }

  .search-box {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .search-box {
    width: 90%;
    max-width: none;
    position: static;
    margin: 10px auto;
  }

  .arrow {
    font-size: 4rem; /* تصغير الأسهم على الهواتف */
  }
  
  footer {
    position: static;
    transform: none;
    padding-top: 20px;
  }
}




.dot {
  height: 16px;
  width: 16px;
  margin: 0 6px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  background-color: gray;
  border: 4px solid #ff0000;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.dot.active {
  background-color: white;
}

    .dots {
  position: absolute;
  bottom: 50px;
 
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}


begin {
  text-align: center;
  padding-top: 30px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #606262;
}
.begin h2{
  color: #606262;
  align-items: center;
  text-align: center;
}
/* التوقيع الأحمر */
.title img {
  display: block;
  height: 60px;
  width: auto;
  margin: 10px auto 0;
}

/* الحاوية العامة */
.cont {
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

/* كل عنصر تواصل */
.contIcon {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  color: #606262;
}

/* الأيقونات */
.contIcon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

/* الروابط */
.textdec {
  text-decoration: none;
  color: #606262;
  transition: color 0.3s ease;
}

.textdec:hover {
  color: #ff0000;
}

/* ✅ للموبايل */
@media (max-width: 768px) {
  .begin {
    font-size: 1.4rem;
  }

  .title img {
    width: 250px;
  }

  .cont {
    margin-top: 40px;
    gap: 20px;
  }

  .contIcon {
    font-size: 16px;
    gap: 10px;
  }

  .contIcon img {
    width: 28px;
    height: 28px;
  }

  .textdec {
    font-size: 15px;
  }
}

.inspi {
  position: relative;
  width: 100%;
}

/* خلفية ثابتة */
.inspi background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

/* صورة عامة */
.inspi img {
  display: block;
  width: 100%;
}

/* العنوان */
.ins {
  text-align: center;
  padding-top: 50px;
  color: #606262;
  font-family: 'Montserrat', sans-serif;
}

/* قسم الصور */
.pic {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 200px;
  margin-top: 50px;
  padding-top: 150px;
  padding-right: 150px;
  flex-wrap: wrap; /* عشان الصور تنزل تحت بعض عند صغر الشاشة */
}

/* كل عنصر صورة */
.insp {
  text-align: center;
  width: 250px;
  margin-top: -120px;
}

/* الصور داخل العناصر */
.insp img {
  display: block;
  width: 400px;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
  margin: 20px auto;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.insp img:hover {
  transform: scale(1.05);
}

/* نص أسفل الصور */
.insp p {
  margin-top: 10px;
  font-size: 18px;
  color: #ff0000;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

/* المودال */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80vh;
  border-radius: 8px;
}

#caption {
  margin: 10px auto;
  text-align: center;
  color: #f1f1f1;
  font-size: 18px;
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #ccc;
}

/* 🔹 تحسين للموبايل */
@media (max-width: 768px) {
  .pic {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    padding: 0 15px 50px;
  }

  .insp {
    width: 100%;
    margin-top: 0;
  }

  .insp img {
    width: 100%;
    max-width: 350px;
    height: auto;
  }

  .insp p {
    font-size: 16px;
  }

  .ins {
    font-size: 20px;
    padding-top: 30px;
  }
}

.kit{
padding-right: 120px;
}
.bed{
  padding-right: 100px;

}
.sli{
  padding-right: 80px;
}
.abtus{
  justify-content: right;
  text-align: right;
}

.downl{
   text-align: center;
  padding-top: 100px;
 color: #606262;
  font-family: 'Montserrat', sans-serif;

}
.comp{
  text-align: center;
  padding-top: 50px;
 color: #606262;
  font-family: 'Montserrat', sans-serif;

}




.prod{
   text-align: center;
  padding-top: 50px;
 color: #606262;
  font-family: 'Montserrat', sans-serif;
}
.slider-wrapper {
  text-align: center;
  padding: 40px 20px;

}
.slider-container {
  position: relative;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}





.card img {
  width: 100%;
  height: 180px;
  object-fit: cover; /* This is the key for consistent crop/fill */
  border-radius: 10px;
}


.card h3 {
  color: #ff0000;
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.card p {
  color: #555;
  font-size: 0.9rem;
}

/* Arrows */


.btn1{
  border: #ff0000;
color: #606262;
}
.btn1:hover{
  color: #ff0000;
}
.btn1{
  border: #ff0000;
color: #606262;
}
.btn1:hover{
  color: #ff0000;
}
.pdf{
  display: grid;
  grid-template-columns: repeat(4, 150px);
  justify-content: center;
  gap: 60px;
  

}
.pdf-item{
  row-gap: 10px ;

}
.pdf-item img{
  width: 150px;

  display: block;
  margin: 0 auto 10px;
}
.pdf-item p{
  font-size: 18px;
  text-align: center;
   color: #606262;
  
}
.war{
  text-decoration: none;
  color: #606262;
  margin-right: 30px;
}
