.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 8px 0 9px;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #222;
  line-height: 1;
}

.lang-switch:hover {
  border-color: #e20613;
}

.lang-switch .fa-globe {
  color: #e20613;
  font-size: 12px;
  margin: 0;
}

.lang-switch-item {
  vertical-align: middle;
}

#google_translate_element {
  display: inline-flex;
  align-items: center;
  max-width: 118px;
  overflow: hidden;
}

#google_translate_element .skiptranslate {
  display: inline-flex;
  align-items: center;
}

.goog-te-gadget {
  font-family: inherit !important;
  font-size: 0 !important;
  color: transparent !important;
  line-height: 26px !important;
}

.goog-te-gadget-simple {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 26px !important;
  display: inline-flex !important;
  align-items: center !important;
}

.goog-te-gadget-simple > span,
.goog-te-gadget-simple > a,
.goog-te-gadget-simple .goog-te-menu-value {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.goog-te-gadget-icon,
.goog-te-gadget-simple img,
.goog-logo-link,
.goog-te-balloon-frame,
iframe.goog-te-banner-frame,
.goog-te-banner-frame {
  display: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
  color: #222 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value span:first-child {
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

.goog-te-gadget-simple .goog-te-menu-value span:nth-child(3) {
  color: #e20613 !important;
  font-size: 9px !important;
  margin-left: 4px !important;
}

.goog-te-gadget-simple .goog-te-menu-value:hover {
  text-decoration: none !important;
}

body {
  top: 0 !important;
}

body > .skiptranslate,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  display: none !important;
}

.custom-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  /* background-color: #fff;   */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Add shadow for visibility */
  /* padding: 10px 0;   */
  }
  .bgRed {
    background-color: #e20613;
  }
  .fixToTop {
  transition: all 0.3s ease; /* Smooth transition for sticky effect */
  }

  iframe#\:2\.container {
    display: none !important;
  }

  .goog-te-banner-frame {
    display: none !important;
  }

  .goog-te-banner-frame.skiptranslate {
    display: none !important;
  }

  
    #goToTopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed position */
    bottom: 20px; /* Place it at the bottom */
    right: 30px; /* Place it on the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #e20613; /* Red background */
    color: white; /* White icon */
    cursor: pointer; /* Add a pointer cursor on hover */
    padding: 0; /* Remove padding */
    height: 35px; /* Set height to 35px */
    width: 35px; /* Set width to 35px */
    border-radius: 50%; /* Rounded button */
    font-size: 18px; /* Increase icon size */
    transition: background-color 0.3s; /* Smooth transition */
    display: flex; /* Center icon */
    align-items: center; /* Center icon vertically */
    justify-content: center; /* Center icon horizontally */
    }
    #goToTopBtn:hover {
    background-color: #bd0d19; /* Darker red on hover */

    }

    .fixed-buttons {
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }

  .fixed-buttons a {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #25D366;
    /* WhatsApp green color */
    color: white;
    border-radius: 50%;
    font-size: 24px;
    transition: background-color 0.3s;
  }

  .fixed-buttons a.email {
    background-color: #ea4335;
    /* Email red color */
  }

  .fixed-buttons a.messenger {
    background-color: #0084FF;
    /* Facebook Messenger blue */
  }

  .fixed-buttons a:hover {
    opacity: 0.8;
  }

   .fslider-container {
            width: 100%;
            overflow: hidden;
            position: relative;
            height: 250px;
          }
          .fslider {
            display: flex;
            width: 100%;
            height: 100%;
            transition: transform 0.5s ease-in-out;
            /* Smooth transition between slides */
          }
          /* Individual slides */
          .fslide {
            min-width: 100%;
            /* Each slide takes 100% of the container width */
            height: 250px;
            /* Fixed height for consistency */
          }
          /* Image styling */
          .fslide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Ensure image covers the slide without distortion */
            border-radius: 5px;
          }