:root {
    --brand: #0b4d3c;   
    --sub: #6ac754;    
    --body: #4a5a6a;  
    --border: rgba(0,0,0,0.1);
    --shadow: 0px 8px 25px rgba(0, 0, 0, 0.12);
}


.language-toggle {
  position: relative;
  width: 140px;
  height: 30px;
  background: #e6e6e6;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  cursor: pointer;
  font-family: "Segoe UI", sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.lang-text {
  width: 50%;
  text-align: center;
  z-index: 2;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  transition: color 0.3s ease;
}

.lang-text.active {
  color: #fff !important;
}

/* .toggle-slider {
  position: absolute;
  width: 50%;
  height: 28px;
  background: linear-gradient(135deg, #1cb992, #0b4d3c);
  border-radius: 50px;
  left: 1.5%;
  transition: all 0.4s ease;
} */

@media (min-width:769px) {
  .head-tog{
    display: none !important;
  }
}