@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.more {
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    letter-spacing: 0.25px;
    font-weight: 400;
    font-size: 14px;
    background-color: #f86044;
    padding: 18px 20px;
    border-radius: 60px;
    line-height: 0;
    border: 3px solid var(--bgcolor);
    border-bottom-right-radius: 0;
}
.more:hover {
    background-color: transparent;
    color: var(--bgcolor);
    border-radius: 50px;
    border : 3px solid var(--bgcolor);
} 

.social-link{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 70px;
}
.footer-end a {
  color: #f97316;
  text-decoration: none;
}

.footer-end a:hover {
  text-decoration: underline;
}
.social-link li{
    display: inline-block;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.social-link li a{
    color: #fff;
}
.social-link li:hover{
    transform: scale(1.1);
}

@media (max-width:767px) {
    .social-link{
        margin-top: 40px;
    }
    .logo{
        margin: 0;
    }

}


.review_image{
    width: 25% !important;
}

@media (max-width:480px) {
.review_image{
    width: 25% !important;
}

}
.review_image{
    width: 25% !important;
}

#hero-section {
  transition: background-image 0.5s ease-in-out;
  -webkit-transition: background-image 0.5s ease-in-out;
  position: relative;
  /* z-index: 1; */
}

#google_translate_element select {
  background: transparent;
  color: white;
  font-family: 'montserrat';
  border: none !important;
  font-size: 16px;
  padding: 4px 8px;
  cursor: pointer;
  margin-top: 5px;
  font-family: 'Montserrat';
}

.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-simple img,
body > .skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

/* .goog-te-combo:hover {
  text-color: #FDC04D !important;
  border-radius: 4px;
  transition: 0.3s;
} */

/* Hide "Powered by Google" text and logo */
.goog-logo-link,
.goog-te-gadget span,
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob {
  display: none !important;
}

.goog-te-gadgets #text{
    display: none;
}
  .goog-te-combo option {
    color: black !important;
  }
/* Optional: fix layout after hiding */
#google_translate_element {
  height: auto !important;
  overflow: hidden;
}

.goog-te-combo:hover{
color: #FDC04D !important;
}

.goog-te-combo::before{
color: white !important;
}
.goog-te-combo::after{
color: black !important;
}

.goog-te-combo:focus{
  outline: none;
  box-shadow: none;

}

  .whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px; /* 👈 changed from right to left */
    z-index: 9999;
    background-color: #25D366;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
  }

  .whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #1ebd5a;
  }

  .whatsapp-float img {
    width: 40px;
    height: 40px;
    display: block;
  }




/* Desktop Header */
.desktop-header {
  background-color: #fff;
  padding: 15px;
  display: block;
}

/* Hide mobile menu toggle on desktop */
.menu-toggle {
  color: white;
  display: none;
  font-size: 26px;
  background: none;
  border: none;
  padding: 10px;
  position: fixed;
  top: 10px;
  right: auto;
  z-index: 1001;
}

/* Offcanvas Menu */
.offcanvas-menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background-color: #111;
  color: #fff;
  padding: 20px;
  transition: left 0.3s ease;
  z-index: 1000;
}

.offcanvas-menu ul {
  list-style: none;
  padding: 0;
}

.offcanvas-menu ul li {
  margin: 20px 0;
}

.offcanvas-menu a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 30px;
  color: white;
  position: absolute;
  top: 10px;
  right: 15px;
}

/* Responsive for Mobile */
@media (max-width: 991px) {
  .desktop-header {
    display: none;
  }

  .menu-toggle {
    display: block;
  }
}
