/* body.rtl {
    direction: rtl;
    text-align: right;
  }
  
  body.rtl .navbar {
    flex-direction: row-reverse;
  }
  
  body.rtl .language-toggle-container {
    margin-left: 0;
    margin-right: auto;
  }
  
  body.rtl .hLogo {
    font-family: 'Tahoma', 'Arial', sans-serif;
    font-size: 1.2rem; 
  }
  
  body.rtl .active-nav {
    right: unset;
    left: 0;
  }
body.rtl .home-content {
    text-align: right;
  }
  
  body.rtl .home-content h1,
  body.rtl .home-content p {
    font-family: 'Tahoma', 'Arial', sans-serif;
    line-height: 1.6;
  }
  
  body.rtl .btn-box {
    text-align: right;
  }
body.rtl #education .cardM {
    text-align: right;
  }
  
  body.rtl #education h1 {
    font-family: 'Tahoma', 'Arial', sans-serif;
    font-size: 1.5rem;
  }
  
  body.rtl #education p {
    font-family: 'Tahoma', 'Arial', sans-serif;
    line-height: 1.6;
  }
body.rtl .wrapperprojects {
    text-align: right;
  }
  
  body.rtl .info {
    flex-direction: row-reverse;
  }
  
  body.rtl .info:nth-child(even) {
    flex-direction: row-reverse;
  }
  
  body.rtl .info h2,
  body.rtl .info h3,
  body.rtl .info p {
    font-family: 'Tahoma', 'Arial', sans-serif;
  }
  
  body.rtl .animated-button1 {
    font-family: 'Tahoma', 'Arial', sans-serif;
  }
body.rtl .customer-logos {
    direction: ltr; 
  }
  
  body.rtl .slick-slide {
    float: right; 
  }
  .client-logos-container {
    width: 100%;
    overflow: hidden;
  }
  
  .slider-wrapper {
    position: relative;
  }
  
  .slider-wrapper::before,
  .slider-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 2;
  }
  
  .slider-wrapper::before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  }
  
  .slider-wrapper::after {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  }
  
  @media (max-width: 768px) {
    .slider-wrapper {
      padding: 0 30px !important;
    }
  }



  body.rtl #testimonial-area .client-comment h3 {
    text-align: right;
    line-height: 1.6;
  }
  
  body.rtl #testimonial-area .client-info {
    text-align: right;
  }
  
  body.rtl .fa-quote-left {
    right: unset;
    left: 15px;
  }
 
  .service-container ,.contact-form-wrapper{
    direction: rtl;
    text-align: right;
  } */
  /* Transition of logo-underline */
  .hLogo:hover {
  text-decoration: none;
  color: var(--main-color);
  }
  #header-logo:hover{
    transition: 0.9s;
    text-decoration: underline;
    color: var(--second-color);
  }

  /* Transform button */
 #languageToggle{
    width: 60px !important;
    font-size: 9px !important;
    height: 29px !important;
    margin-top: 47px;

}
 /*
.navbar {
  display: flex !important;          
  align-items: center !important;   
  flex-wrap: nowrap !important;    
  white-space: nowrap !important;  
  gap: 15px !important;            
}
 
.navbar a {
  display: inline-flex !important;  
  align-items: center !important;
  padding: 8px 16px !important;   
  text-decoration: none !important;
  color: inherit !important;
  margin-left: 0 !important;
}

.navbar .btn {
  background: var(--main-color) !important;   
  border-radius: 4px !important;    
}
.btn-box{
  padding-top: 50px;
}
.header{
    padding: 1rem 2% !important;
    margin-top: -45px !important;
    margin-right: 79px !important;
} */

/* height of header*/
@media (max-width: 800px) {
  .header .logo {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .header {
      background: var(--bg-color);
      height: 40px !important;
  }
}
@media (max-width: 768px) {
  .navbar.active {
      left: 0;
      margin-top: 8px;
      transition-delay: 0s;
      line-height: .3 !important;
  }
}
/* opinion of clients */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .client-single.position-5, .client-single.position-7 {
      right: 0;
      margin-right: -72px !important;
  }
}

/* .logoimage{
  margin-top: 10px;
} */
/* @media screen and (max-width: 405px) {
  #contactUs {
    margin-top: 100px !important;
  }
} */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px; /* Fixed height for the header */
  padding: 0 9%; /* Remove vertical padding since we're using fixed height */
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  transition: 0.3s;
}

.header.sticky {
  background: var(--bg-color);
  height: 80px; /* Same fixed height for sticky state */
}

/* Optional: Ensure logo and navigation items are vertically centered */
.logoimage {
  vertical-align: middle;
}

/* @media (max-width: 768px) {
  #languageToggle {
      margin-top: 0;
  }
} */


@media (max-width: 768px) {
  .header {
      background: var(--bg-color);
      height: 40px !important;
  }
}

/* @media (max-width: 351px) {
  .btn-box {
    margin-top: -91px;
  }
} */

/* Rmoving to test */
@media screen and (max-width: 405px) {
  .btn-box {
    margin-top: 0px;
  }

  .btn-box.btns {
    margin-top: -50px;
    margin-bottom: auto !important;

  }
}
@media screen and (max-width: 801px) {
  /* .btn-box {
    margin-top: -58px;
    margin-bottom: auto !important; 
  } */

  .btn-box.btns {
    margin-top: -50px;
    margin-bottom: auto !important;

  }
}
/* button of the header */
@media screen and (max-width: 751px) {
  /* .btn-box {
      margin-top: 0; 
      margin-bottom: auto !important;
  } */
}
/* Testimonial */
.testi-wrap {
  margin-left: 255px !important;
  margin-right: 255px !important;
}
@media (max-width: 405px) {
  .testi-wrap{
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media only screen and (min-width: 405px) and (max-width: 521px) {
  .testi-wrap {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 82px;
    height: 83px;
    top: -3px;
    left: 17px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 325px) {
  .client-single.active .client-img::before {
    padding: 5px;
    width: 79x;
    top: -2px;
    transform: scale(.75);
    left: 18px;
  }
}
@media only screen and (min-width: 390px) and (max-width: 404px) {
  .client-single.active{
    width: 81% !important;
  }
}
/* @media (max-width: 325px) {
  .img-clients {
    transform: scale(.7) !important;
  } 
} */
/* @media (max-width: 320px) {
  .client-img {
    transform: scale(.7);
  } 
}  */
/* @media (max-width: 319px) {
  .img-clients {
    transform: scale(.7);
  } 
} */
 
@media only screen and (min-width: 405px) and (max-width: 900px) {
  .testi-wrap {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
}
@media only screen and (min-width: 405px) and (max-width: 900px) {
  .testi-wrap {
    margin-left: 44px !important;
    margin-right: 33px !important;
    transform: scale(.7);
  }
}
@media only screen and (min-width: 299px) and (max-width: 405px) {
  .testi-wrap {
    margin-left: 30px !important;
    margin-right: 10px !important;
    transform: scale(.7);
  }
}
@media only screen and (min-width: 299px) and (max-width: 388px) {
  .client-img {
    transform: scale(1.5);
  }
}
@media (max-width: 389px) {
  .client-img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 359px) {
  .img-clients {
    transform: scale(1);
  }
}
@media screen and (max-width: 325px) {
  .img-clients {
    transform: scale(.5);
  }
}
@media (max-width: 359px) {
  .client-img {
    transform: scale(1.6) ;
  }
}

@media (max-width: 320px) {
  .img-clients-p {
    transform: scale(.55) ;
  }
}

@media (max-width: 359px) {
  .client-single.active .client-img::before {
      padding: 5px;
      width: 56px;
      height: 58px;
      top: 9px;
      left: 29px;
  }
}
 @media screen and (max-width: 405px) {
  .client-single.inactive.position-4 {
    margin-left: 24px !important;
    margin-top: -18px !important;
    /* transform: scale(0.3) !important; */
  }
} 
/* position-4 in mawared */
/* @media screen and (max-width: 500px) {
  .client-single.inactive.position-4 {
    margin-left: 24px !important;
    margin-top: -18px !important;
    transform: scale(0.5) !important;
  }
} */
@media only screen and (min-width: 400px) and (max-width: 451px) {
  .client-single.inactive.position-4 {
      margin-left: 52px !important;
      margin-top: 86px !important;
      transform: scale(0.5) !important;
  }
}
 
@media screen and (max-width: 405px) {
  .text-7 {
    font-size: 11px;
    height: 29px;
    width: 61px;
  }
}
/* comment-clients */
.comment-clients{
  font-size: 32px;
  font-weight: 600;
}
  /* .btn-box .btn#languageToggle {
    margin-right: 220px !important;

  } */
  /* .btn-box {
    margin-right: 0 !important;
  } */
  /* @media (max-width: 750px) {
    #languageToggle {
      margin-right: auto; 
    }
  
    .btn-box.btns {
      display: flex;       
      width: 100%;        
    }
  } */
  
  @media (max-width: 751px) {
    #languageToggle {
      margin-right: auto; 
    }
  
    .btn-box.btns {
      display: flex;       
      width: 100%;         
    }
  }
  
  @media (max-width: 801px) {
    #languageToggle {
      margin-right: auto; 
      margin-top: 35px !important;

    }
  .animate{
    width: 0 !important;
  }
    .btn-box.btns {
      display: flex;       
      width: 100%;         
    }
  }

  @media (max-width: 751px) {
    .btn-box.btns.btnContact {
      display: contents;
      width: 100%;
    }
  }
  

/* test for translate button */

@media (min-width: 769px){
  .Mobile-btn{
    display: none;
  }
}
@media (max-width: 769px){
  .Mobile-btn{
    display: block !important;
    width: 45px;
  }
}

@media (max-width: 769px){
  .Desktop{
    display: none !important;
  }
}
@media (max-width: 610px) {
  .hLogo {
    font-size: 25px;
  }

}
@media (max-width: 371px) {
  #languageToggle {
    margin-top: 60px !important;

  }

}
@media (max-width: 800px){
  .Desktop{
    margin-right: 77px;
  }
}
@media (max-width: 1095px){
  .navbar a{
    margin-left: 1rem;
  }
  .header {
    width: 104%;
  }
}
@media (max-width: 801px) {
  .btn-box.btns.Desktop {
      margin-right: auto;
      margin-top: 0 !important;
  }
}
.client-single.position-2 {
  left: -86px !important;
}
.client-single.active .client-img img {
  max-width: 82px !important;
}
.client-single.active .client-img::before {
  padding: 5px;
  width: 82px;
  height: 82px;
  top: -5px;
  left: 18px;
}
.client-single.active .client-img{
  width: 127px;
  transform: scale(1);
}