/* button nav Styles */
/* .language-toggle-container {
    margin-left: auto; 
    padding: 0 15px;
}
  
  .language-btn {
    padding: 8px 16px;
    background: #333 !important;
    color: white !important;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 12px;

  }
  
  .language-btn:hover {
    background: var(--main-color) !important;
    color: white !important;
    transform: translateY(-2px);
  }
   */
/* Language Toggle Button */
/* .language-btn {
    padding: 8px 16px;
    background: #333;
    color: white !important;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    margin-left: 15px;
    transition: all 0.3s ease;
  }
  
  .language-btn:hover {
    background: var(--main-color);
    transform: translateY(-2px);
  }
  
  body.arabic {
    direction: rtl;
    text-align: right;
  }
  
  body.arabic .navbar,
  body.arabic .home-content {
    text-align: right;
  } */
/* 
  .language-btn .btn-box a {
    width: 58px;
    height: 32px;
    font-size: 13px;
  }
 */

 /* .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-left: 80px !important;
} */



#languageToggle{
  width: 50px !important;
  height: 33px !important;
  font-size: 13px !important;
  margin-left: 46px !important;
  margin-top: 47px !important;
}
#contact-us{
  height: 54px;
}
/* .navofHeader{
  margin-bottom: 84px;
}



 */



.logoimage{
  margin-top: 10px;
}

.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: 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;
      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;
  }
}
@media (max-width: 768px) {
  .header {
      background: var(--bg-color);
      height: 40px !important;
  }
}


/* test for translate button */

@media (min-width: 769px){
  .Mobile-btn{
    display: none;
  }
}
@media (max-width: 769px){
  .Mobile-btn{
    display: block !important;
    /* margin-bottom: 84px; */
  }
}

@media (max-width: 769px){
  .Desktop{
    display: none !important;
  }
}
@media (max-width: 367px){
  .Mobile-btn{
    margin-bottom: 80px;
  }
}

@media (max-width: 317px){
  .Mobile-btn{
    margin-bottom: 47px;
  }
}