.header-btn{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.header-lang{
  display:flex;
  align-items:center;
}
.header-lang select{
  min-width:148px;
  height:56px;
  padding:0 42px 0 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.18);
  background:rgba(255,255,255,0.08);
  color:#ffffff;
  font-size:14px;
  font-weight:600;
  line-height:56px;
  appearance:none;
  -webkit-appearance:none;
  outline:none;
  cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 16px center;
}
.header-lang select option{
  color:#101828;
}
.hero-btn{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.hero-btn .btn-default{
  margin:0 !important;
}
.footer-contact-form .form-group{
  display:flex;
  align-items:center;
  gap:12px;
}
.pricing-benefit-list ul{
  justify-content:center;
}
@media only screen and (max-width: 991px){
  .header-btn{
    margin-top:20px;
    justify-content:flex-start;
  }
  .header-lang select{
    min-width:140px;
    height:52px;
  }
}
@media only screen and (max-width: 767px){
  .header-btn{
    width:100%;
    gap:12px;
  }
  .header-lang{
    width:100%;
  }
  .header-lang select{
    width:100%;
  }
  .hero-btn{
    gap:12px;
  }
  .hero-btn .btn-default{
    width:100%;
    text-align:center;
  }
  .footer-contact-form .form-group{
    flex-direction:column;
    align-items:stretch;
  }
}


.mobile-lang-switch{
  display:none;
  position:fixed;
  top:86px;
  right:16px;
  z-index:9999;
}
.mobile-lang-switch select{
  min-width:132px;
  height:46px;
  padding:0 38px 0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.18);
  background:rgba(10,12,18,0.84);
  color:#ffffff;
  font-size:13px;
  font-weight:600;
  appearance:none;
  -webkit-appearance:none;
  outline:none;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(0,0,0,0.24);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 14px center;
}
.mobile-lang-switch select option{
  color:#101828;
}
@media only screen and (max-width: 991px){
  .header-btn .header-lang{
    display:none !important;
  }
  .mobile-lang-switch{
    display:block;
  }
}
@media only screen and (max-width: 767px){
  .mobile-lang-switch{
    top:78px;
    right:14px;
  }
  .mobile-lang-switch select{
    min-width:124px;
    height:44px;
  }
}
