body {
    background-color: #000;
    color: #fff;
  }

  /* Main navbar */
  nav {
    width: 100%;
    background-color: #00000046;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 40px;
    position: fixed;
    top: 0;
    z-index: 1000;
  }

  .logo {
    color: white;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
  }

  .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .nav-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding: 6px 18px;
    border-radius: 5px;
    transition: 0.3s;
  }

  .nav-links a:hover {
    color: white;
    background-color: #222;
  }

  .nav-links a.active {
    color: white;
    border-bottom: 2px solid #fff;
  }

  .search-box {
    position: relative;
  }

  .search-box .input1 {
    padding: 6px 30px 6px 10px;
    border: none;
    border-radius: 20px;
    outline: none;
    background-color: #ffffffc4;
  }

  .search-box button {
    position: absolute;
    right: 5px;
    top: 3px;
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    font-size: 16px;
  }

  /* Hamburger icon */
  .menu-icon {
    display: none;
    font-size: 26px;
    cursor: pointer;
    color: white;
  }

  /* Mobile menu overlay */
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: linear-gradient(to right,rgb(0, 0, 0),rgb(44, 43, 43), rgb(2, 2, 2));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    transform: translateX(-100%);
    transition: 0.4s ease;
    z-index: 99;
  }

  .mobile-menu.active {
    transform: translateX(0);
  }

  .mobile-menu a {
    color: #ffffff;
    font-size: 26px;
    text-decoration: none;
    transition: 0.3s;
    border-bottom: 1px solid #444;
    padding-bottom: 8px;
  }

  .mobile-menu a:hover {
    color: white;
  }

  .close-icon {
position: absolute;
top: 70px;
right: 25px;
font-size: 38px;
color: #f8f8f8;
cursor: pointer;
}

  /* Responsive */
  @media (max-width: 900px) {
    .nav-links, .search-box {
      display: none;
    }
    .menu-icon {
      display: block;
    }
  }


  /* services */
.services-box .services-box-1{
  box-shadow: 0px 0px 30px  rgba(70, 66, 66, 0.527) !important;
padding: 60px 30px;
text-align: center;
border-radius: 5px;
transition: all .3s;
}

.services-box .services-box-1 i{
  font-size: 36px;
  line-height: 0;
}

.services-box .services-box-1 .read-more{
  font-size: 20px;
  color:  #ffffff;
}

.services-box .services-box-1 .a-1{
  text-decoration: none;
  line-height: 0;
  color :#ffffff;
}
.blue{
border-bottom: 3px solid  #ffffff;
}

.blue .icon{
 color: #1e2b1b;
 padding: 18px;
 line-height: 0;
 display: inline-block;
 border-radius: 4px;
}

.blue:hover{
background: linear-gradient(to right,rgb(34, 34, 34),rgba(0, 0, 0, 0.904));
  color: #fff;
}

.services-box:hover .read-more{
  color: #fff;
}

/* .services-box  .services-box-1:hover .icon{
background: linear-gradient(to top,rgb(34, 34, 34),rgb(0, 0, 0),);
} */



.services-boxs .services-box-2{
  box-shadow: 0px 0px 30px rgba(70, 66, 66, 0.527)!important;
  padding: 60px 30px;
  text-align: center;
  border-radius: 5px;
  transition: all .3s;
  }
  
  .services-boxs .services-box-2 i{
      font-size: 36px;
      line-height: 0;
  }
  
  .services-boxs .services-box-2 .read-more-1{
      font-size: 20px;
      color:  #ffffff;
  }
  
  .services-boxs .services-box-2 .a-2{
      text-decoration: none;
      line-height: 0;
      color:#ffffff;
  }
  .orang{
   border-bottom: 3px solid  #ffffff;
  }
  
  .orang .icon-1{
     color:  #ffafaf;
     background-color:   #ffafaf; 
     padding: 18px;
     line-height: 0;
     display: inline-block;
     border-radius: 4px;
  }
  
  .orang:hover{
    background: linear-gradient(to right,rgb(34, 34, 34),rgba(0, 0, 0, 0.904));
      color: #fff;
  }
  
  .services-boxs:hover .read-more-1{
      color: #fff;
  }
  
  .services-boxs  .services-box-2:hover .icon-1{
  background-color: #fff;
  }



  .services-boxsz .services-box-3{
      box-shadow: 0px 0px 30px rgba(70, 66, 66, 0.527) !important;
      padding: 60px 30px;
      text-align: center;
      border-radius: 5px;
      transition: all .3s;
      }
      
      .services-boxsz .services-box-3 i{
          font-size: 36px;
          line-height: 0;
      }
      
      .services-boxsz .services-box-3 .read-more-2{
          font-size: 20px;
          color:  #3a2932;
      }
      
      .services-boxsz .services-box-3 .a-3{
          text-decoration: none;
          line-height: 0;
          color:  #3a2932;
      }
      .pink{
       border-bottom: 3px solid  #ffffff;
      }
      
      .pink .icon-2{
          color:  #3a2932;
         background-color:    #3a2932; 
         padding: 18px;
         line-height: 0;
         display: inline-block;
         border-radius: 4px;
      }
      
      .pink:hover{
        background: linear-gradient(to right,rgb(34, 34, 34),rgba(0, 0, 0, 0.904));
          color: #fff;
      }
      
      .services-boxsz:hover .read-more-2{
          color: #fff;
          background: linear-gradient(to right,rgb(34, 34, 34),rgb(0, 0, 0),);
      }
      
      .services-boxsz .services-box-3:hover .icon-2{
      background-color:  rgb(255, 253, 253);
      background: linear-gradient(to right,rgb(34, 34, 34),rgb(0, 0, 0),);
      }




      .services-box1 .services-box-7{
box-shadow: 0px 0px 30px rgba(70, 66, 66, 0.527) !important;
padding: 60px 30px;
text-align: center;
border-radius: 5px;
transition: all .3s;
}

.services-box1 .services-box-7 i{
  font-size: 36px;
  line-height: 0;
}

.services-box1 .services-box-7 .read-more7{
  font-size: 20px;
  color:   #ffffffb0;
}

.services-box1 .services-box-7 .a-7{
  text-decoration: none;
  line-height: 0;
  color:  #ffffffb0;
}
.blue1{
border-bottom: 3px solid  #ffffffb0;
}

.blue1 .icon7{
 color:   #faa6a6b0;
 background-color: #faa6a6b0; 
 padding: 18px;
 line-height: 0;
 display: inline-block;
 border-radius: 4px;
}

.blue1:hover{
background: linear-gradient(to right,rgb(34, 34, 34),rgba(0, 0, 0, 0.904));
  color: #fff;
}

.services-box1:hover .read-more7{
  color: #fff;
}

.services-box1  .services-box-7:hover .icon7{
background-color: #fff;
}



.services-boxs1 .services-box-6{
  box-shadow: 0px 0px 30px rgba(70, 66, 66, 0.527) !important;
  padding: 60px 30px;
  text-align: center;
  border-radius: 5px;
  transition: all .3s;
  }
  
  .services-boxs1 .services-box-6 i{
      font-size: 36px;
      line-height: 0;
  }
  
  .services-boxs1 .services-box-6 .read-more-6{
      font-size: 20px;
      color:  #ffffff;
  }
  
  .services-boxs1 .services-box-6 .a-6{
      text-decoration: none;
      line-height: 0;
      color: #3f3027;
  }
  .orang3{
   border-bottom: 3px solid  #ffffff;
  }
  
  .orang3 .icon-6{
     color:   #3f3027;
     background-color: #ff8640a6; 
     padding: 18px;
     line-height: 0;
     display: inline-block;
     border-radius: 4px;
  }
  
  .orang3:hover{
    background: linear-gradient(to right,rgb(34, 34, 34),rgba(0, 0, 0, 0.904));
      color: #fff;
  }
  
  .services-boxs1:hover .read-more-6{
      color: #fff;
  }
  
  .services-boxs1  .services-box-6:hover .icon-6{
  background-color: #fff;
  }



  .services-boxsz1 .services-box-4{
      box-shadow: 0px 0px 30px rgba(70, 66, 66, 0.527) !important;
      padding: 60px 30px;
      text-align: center;
      border-radius: 5px;
      transition: all .3s;
      }
      
      .services-boxsz1 .services-box-4 i{
          font-size: 36px;
          line-height: 0;
      }
      
      .services-boxsz1 .services-box-4 .read-more-4{
          font-size: 20px;
          color:  #ffffff;
      }
      
      .services-boxsz1 .services-box-4 .a-4{
          text-decoration: none;
          line-height: 0;
          color:  #c2b795;
      }
      .pinks{
       border-bottom: 3px solid #ffffff;
      }
      
      .pinks .icon-4{
          color:  #fffffe;
         background-color:  #918a75; 
         padding: 18px;
         line-height: 0;
         display: inline-block;
         border-radius: 4px;
      }
      
      .pinks:hover{
        background: linear-gradient(to right,rgb(34, 34, 34),rgba(0, 0, 0, 0.904));
          color: #fff;
      }
      
      .services-boxsz1:hover .read-more-4{
          color: #fff;
      }
      
      .services-boxsz1 .services-box-4:hover .icon-4{
      background-color:  rgb(255, 253, 253);
      }


      /* footer */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    box-shadow: none ;
  }

  footer {
    background:black;
    color: #fff;
    padding: 40px 20px;
    box-shadow: inset -1px -1px 15px 11px #958a8a !important;
  }

  .footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }

  .footer-section {
    flex: 1 1 220px;
    min-width: 200px;
  }

  .footer-section h3 {
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #424241; /* رنگ طلایی-خاکی */
  }

  .footer-section ul {
    list-style: none;
  }

  .footer-section ul li {
    margin-bottom: 8px;
  }

  .footer-section ul li a {
    color: #8b8b88;
    text-decoration: none;
    transition: color 0.3s;
  }

  .footer-section ul li a:hover {
    color: #8b8b88;
  }

  .payment-logos img {
    width: 45px;
    margin: 5px;
    filter: brightness(0) invert(1);
  }

  .social-icons a {
    color: #fff;
    margin-right: 12px;
    font-size: 20px;
    text-decoration: none;
    transition: color 0.3s;
  }

  .social-icons a:hover {
    color: #8b8b88;
  }

  .newsletter {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

  .newsletter p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #ddd;
  }

  .newsletter input[type="email"] {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-bottom: 10px;
    background-color: #000;
    color: #fff;
    outline: none;
  }

  .newsletter button {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .newsletter button:hover {
    background-color:#8b8b88;
    border-color: #8b8b88;
    color: #000;
  }

  .footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    color: #8b8b88;
  }

  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      text-align: center;
    }
    .social-icons {
      justify-content: center;
    }
  }