.site-header {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 10px 0;
}

.site-logo img {
  max-height: 55px;
}

/* Google Translate Custom Styling */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

#google_translate_element select {
  background: #019b81;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
}

#google_translate_element select option {
  color: #000;
}

#google_translate_element {
  display: flex;
  justify-content: flex-end;
}

/* Mobile */
@media (max-width: 767px) {
  .site-header .row {
    flex-direction: column;
    text-align: center;
  }

  #google_translate_element {
    justify-content: center;
    margin-top: 8px;
  }
}

/* Floating */
.floating-btn {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

/* Optional: modern look */
.temp-btn {
  background: #019b81;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 40px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 25px rgba(1, 155, 129, 0.3);
  transition: all 0.3s ease;
  rotate: 90deg;
  right: -4%;
  top: 50%;
}

.temp-btn:hover {
  background: #017d67;
  transform: translateY(-50%) scale(1.05);
}

.temp-btn img {
  width: 22px;
}
@media (max-width: 767px) {
  .floating-btn {
    top: auto;
    bottom: 140px;
    right: -28%;
    transform: none;
  }
}
