:root {
  --site-primary-color: #F7931E;
  --site-secondary-color: #06978A;
  --site-primary-soft: #F2B203;
  --site-primary-font: "Poppins", sans-serif;
  --site-secondary-font: "Montserrat", sans-serif;
}

body {
  font-family: var(--site-primary-font);
  color: #000;
  top: 0 !important;
  letter-spacing: -5%;
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
  /* Fade in overlay with a slight dark fade and blur */
}
body a {
  text-decoration: none;
  color: white;
}
body ul {
  list-style: none;
  padding-left: 0;
}
body p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400 !important;
}
body hr {
  padding: 0;
  border: 1px solid #E0E0E0;
  color: #E0E0E0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .navbar .nav-link,
body .section-title,
body .btn-black,
body .btn-yellow,
body .btn-green,
body .btn-border,
body .btn-border-black,
body button {
  font-family: var(--site-secondary-font);
}
body header .navbar {
  background: #fff;
  border-bottom: 1px solid #E0E0E0;
  top: 40px;
}
body header .top-contact-bar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: var(--site-secondary-color);
  z-index: 1035;
}
body header .top-contact-bar .top-contact-wrap {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
body header .top-contact-bar .top-contact-left,
body header .top-contact-bar .top-contact-right {
  display: flex;
  align-items: center;
}
body header .top-contact-bar .top-contact-right {
  justify-content: flex-end;
}
body header .top-contact-bar .top-contact-item {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.4s;
}
body header .top-contact-bar .top-contact-item:hover {
  color: var(--site-primary-color);
}
@media (max-width: 991px) {
  body header .top-contact-bar .top-contact-wrap {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    min-height: 36px;
  }
  body header .top-contact-bar .top-contact-left,
  body header .top-contact-bar .top-contact-right {
    width: auto;
    justify-content: center;
  }
  body header .top-contact-bar .top-contact-item {
    font-size: 12px;
    line-height: 12px;
  }
  body header .navbar {
    top: 36px;
  }
}
body header .navbar .navbar-brand img {
  height: 55px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
body header .navbar .navbar-toggler {
  box-shadow: none;
  border: none;
  box-shadow: none;
  border: none;
  position: absolute;
  z-index: 4;
  right: 0;
}
body header .navbar .navbar-toggler .navbar-toggler-icon {
  box-shadow: none;
  border: none;
}
body header .navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  background-image: url("../img/menu.svg") !important;
}
body header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  transition: 0.5s;
  background-image: url("../img/close.svg") !important;
}
body header .navbar .navbar-nav .nav-item {
  position: relative;
}
body header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 25px 0;
  margin: 0 10px;
  position: relative;
  color: #000;
}
body header .navbar .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #000;
  bottom: 0;
  left: 0;
  content: "";
  transition: 0.5s;
}
body header .navbar .navbar-nav .nav-item .nav-link:hover:before {
  width: 100%;
}
body header .navbar .navbar-nav .nav-item .nav-link.active:before {
  width: 100%;
}
@media (max-width: 991px) {
  body header .navbar .navbar-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f1f1f1;
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body header .navbar .navbar-nav .nav-item .nav-link {
    padding: 15px 0 5px;
  }
  body header .navbar .navbar-nav .nav-item .nav-link:before {
    height: 1px;
  }
}
@media (max-width: 991px) {
  body header .navbar {
 
  }
}
body .btn-black {
  background-color: #000;
  border: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
}
body .btn-black:hover {
  background-color: var(--site-primary-color);
}
body .btn-yellow {
  background-color: var(--site-primary-soft);
  border: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 5px;
  color: #000;
  display: block;
  width: auto;
  position: relative;
  transition: 0.5s;
}
body .btn-yellow:hover {
  background-color: #000;
  color: #fff;
}
body .btn-green {
  background-color: var(--site-secondary-color);
  border: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 5px;
  color: #fff;
  display: block;
  width: auto;
  position: relative;
  transition: 0.5s;
}
body .btn-green:hover {
  background-color: #000;
  color: #fff;
}
body .btn-border {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  width: auto;
  transition: 0.5s;
}
body .btn-border:hover {
  background-color: #fff;
  color: #000;
}
body .btn-border-black {
  background-color: transparent;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 5px;
  color: #000;
  display: inline-block;
  width: auto;
  transition: 0.5s;
}
body .btn-border-black:hover {
  background-color: #000;
  color: #fff;
}
body .section-title {
  font-size: 26px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body .section-title {
    text-align: center;
    font-size: 23px;
    line-height: 23px;
  }
}
body .section-des {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 16px;
}
body .pt-50 {
  padding-top: 50px;
}
body .py-50 {
  padding: 50px 0;
}
body .pb-50 {
  padding-bottom: 50px;
}
body .swiper-button-prev {
  display: block;
  left: 2px;
}
body .swiper-button-prev:after {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  display: block;
  font-family: "bootstrap-icons";
  content: "\f12f";
  text-align: center;
  line-height: 50px;
  transition: 0.5s;
  color: var(--site-primary-color);
}
body .swiper-button-prev:hover:after {
  background-color: var(--site-primary-color);
  color: white;
}
body .swiper-button-next {
  display: block;
  right: 25px;
}
body .swiper-button-next:after {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  display: block;
  font-family: "bootstrap-icons";
  text-align: center;
  line-height: 50px;
  transition: 0.5s;
  color: var(--site-primary-color);
  content: "\f138";
}
body .swiper-button-next:hover:after {
  background-color: var(--site-primary-color);
  color: white;
}
body .hero {
  position: relative;
  height: 680px;
}
body .hero .hero-item {
  height: 680px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
body .hero .hero-item .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .hero .hero-item .row {
  width: 100%;
  justify-content: center;
}
body .hero .hero-item .col-lg-5 {
  flex: 0 0 100%;
  max-width: 920px;
  text-align: center;
}
@media (max-width: 991px) {
  body .hero {
    height: 680px;
  }
  body .hero .hero-item {
    height: 680px;
    text-align: center;
  }
}
body .hero .hero-item .overlay {
  width: 50%;
  height: 100%;
  content: "";

  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
@media (max-width: 991px) {
  body .hero .hero-item .overlay {
    width: 100%;
  }
}
body .hero .hero-item h1 {
  font-size: 56px;
  line-height: 62px;
  color: #fff;
  margin-bottom: 16px;
  opacity: 0;
}
@media (max-width: 991px) {
  body .hero .hero-item h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
body .hero .hero-item p {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  opacity: 0;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  body .hero .hero-item p {
    font-size: 20px;
    line-height: 30px;
  }
}
body .hero .hero-item .btn-border {
  font-size: 22px;
  line-height: 22px;
  padding: 16px 24px;
  opacity: 0;
}
body .hero .swiper-pagination-hero {
  position: absolute !important;
  bottom: 20px !important;
  left: 110px !important;
  text-align: left !important;
}
body .hero .swiper-pagination-bullet {
  border-color: #fff !important;
}
body .hero .swiper-pagination-bullet-active {
  background: #fff !important;
}
@keyframes overlayFadeIn {
  0% {
    opacity: 0;
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    /* adjust overlay opacity as needed */
    filter: blur(0);
  }
}
@keyframes slideFadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
body .swiper-slide-visible {
  /* Additional: ease-in-out custom cubic-bezier for smoothness */
}
body .swiper-slide-visible .hero-item .overlay {
  animation: overlayFadeIn 1s ease-out forwards;
}
body .swiper-slide-visible .hero-item h1 {
  animation: slideFadeInLeft 1.5s ease-out forwards;
  animation-delay: 1.2s;
  opacity: 0;
}
body .swiper-slide-visible .hero-item p {
  animation: slideFadeInLeft 1.6s ease-out forwards;
  animation-delay: 1.3s;
  opacity: 0;
}
body .swiper-slide-visible .hero-item .btn-border {
  animation: slideFadeInLeft 1.7s ease-out forwards;
  animation-delay: 1.5s;
  opacity: 0;
}
body .swiper-slide-visible .hero-item .col-lg-5,
body .swiper-slide-visible .hero-item .col-lg-5 > *,
body .swiper-slide-visible .hero-item .overlay {
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
body .home-about {
  background-color: #f6f7fb;
  background-image: url("../img/divider.png");
  background-repeat: repeat;
  background-size: 180px;
}
body .home-about .home-about-wrap {
  max-width: 1280px;
  margin: 0 auto;
}
body .home-about .home-about-title {
  font-size: 54px;
  line-height: 1.1;
  color: var(--site-primary-color);
  margin: 0;
  padding-bottom: 18px;
}
body .home-about .home-about-logo {
  margin: 8px auto 14px;
  text-align: center;
}
body .home-about .home-about-logo img {
  max-height: 72px;
  width: auto;
  max-width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .home-about .home-about-lead {
  max-width: 1040px;
  margin: 0 auto 8px;
  font-size: 19px;
  line-height: 1.6;
  color: #3f3f3f;
}
body .home-about .home-about-grid {
  margin-top: 24px;
  margin-bottom: 22px;
}
body .home-about .home-about-card {
  background-color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(67, 80, 170, 0.22);
  border-radius: 16px;
  min-height: 214px;
  padding: 22px 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
body .home-about .home-about-card i {
  display: inline-block;
  color: var(--site-secondary-color);
  font-size: 34px;
  margin-bottom: 8px;
}
body .home-about .home-about-card h6 {
  font-size: 26px;
  line-height: 1.15;
  margin: 0;
  padding-bottom: 10px;
}
body .home-about .home-about-card p {
  font-size: 14px;
  line-height: 1.45;
  color: #545454;
  margin: 0;
}
body .home-about .home-about-bottom {
  max-width: 1020px;
  margin: 0 auto 8px;
  font-size: 19px;
  line-height: 1.6;
  color: #3f3f3f;
}
body .home-about .home-about-btn {
  display: inline-block;
  border-radius: 12px;
  padding: 13px 26px;
  font-weight: 700;
  color: #fff;
  background-color: var(--site-primary-color);
  margin-top: 12px;
  transition: 0.4s;
}
body .home-about .home-about-btn:hover {
  background-color: var(--site-secondary-color);
  color: #fff;
}
@media (max-width: 991px) {
  body .home-about {
    background-size: 130px;
  }
  body .home-about .home-about-title {
    font-size: 34px;
  }
  body .home-about .home-about-lead,
  body .home-about .home-about-bottom {
    font-size: 16px;
    line-height: 1.55;
  }
  body .home-about .home-about-logo img {
    max-height: 58px;
    max-width: 200px;
  }
  body .home-about .home-about-card {
    min-height: auto;
  }
  body .home-about .home-about-card h6 {
    font-size: 24px;
  }
}
body .package-item {
  background-color: #fff;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid #E0E0E0;
  display: flex;
  justify-content: flex-start;
  min-height: 500px;
  height: 100%;
  flex-direction: column;
  transition: 0.35s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
body .package-swiper .swiper-wrapper {
  align-items: stretch;
}
body .package-swiper .swiper-slide {
  height: auto;
  display: flex;
}
body .package-item .package-img {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
body .package-item .package-img img {
  height: 260px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transform: scale(1.1);
  transition: 0.5s;
}
body .package-item .package-img h4 {
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: 600;
  background-color: var(--site-primary-color);
  padding: 7px 12px;
  border-radius: 20px;
  position: absolute;
  left: 12px;
  top: 12px;
}
body .package-item .content {
  margin-top: 14px;
  text-align: left;
  display: flex;
  flex: 1;
  flex-direction: column;
}
body .package-item .content h5 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  margin: 0;
  padding-bottom: 8px;
}
body .package-item .content h4 {
  font-size: 14px;
  line-height: 1.35;
  color: #545454;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
body .package-item .content h4 .material-icons-outlined {
  font-size: 16px !important;
  margin-right: 4px;
  margin-top: 2px;
}
body .package-item .content p {
  color: #545454;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  padding-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .package-item .content h6 {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
  padding-bottom: 12px;
}
body .package-item .content .package-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}
body .package-item .content .package-action-view,
body .package-item .content .package-action-book {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 600;
  background-color: var(--site-primary-color);
  border: none;
  display: inline-block;
  flex: 1;
  padding: 14px 16px;
  border-radius: 12px;
  text-align: center;
  transition: 0.5s;
}
body .package-item .content .package-action-book {
  background-color: var(--site-secondary-color);
}
body .package-item .content .package-action-view:hover {
  background-color: var(--site-secondary-color);
}
body .package-item .content .package-action-book:hover {
  background-color: var(--site-primary-color);
}
body .package-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}
body .package-item:hover .package-img img {
  transform: scale(1);
}
@media (max-width: 991px) {
  body .package-item {
    min-height: 460px;
  }
  body .package-item .package-img {
    height: 230px;
  }
  body .package-item .package-img img {
    height: 230px;
  }
  body .package-item .content h5 {
    font-size: 20px;
  }
  body .package-item .content h4,
  body .package-item .content p,
  body .package-item .content h6 {
    font-size: 13px;
  }
  body .package-item .content .package-action-view,
  body .package-item .content .package-action-book {
    font-size: 14px;
    padding: 12px 10px;
  }
}
body .activity-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 350px;
  width: 100%;
}
body .activity-item img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: 0.5s;
  transform: scale(1.1);
}
body .activity-item .overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
}
body .activity-item .content {
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
body .activity-item .content h5 {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding-bottom: 10px;
  color: #fff;
}
body .activity-item .content p {
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  padding-bottom: 10px;
}
body .activity-item .content .btn-view {
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: 500;
  background-color: var(--site-secondary-color);
  border: none;
  display: inline-block;
  width: 100%;
  padding: 12px 15px;
  border-radius: 10px;
  text-align: center;
}
body .activity-item:hover img {
  transform: scale(1);
}
body .rental {
  background-color: #FFF7E1;
}
body .rental .rental-des {
  max-width: 520px;
  margin-bottom: 0;
  line-height: 1.5;
  color: #545454;
}
body .rental .btn-view {
  margin-left: auto;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  color: #000;
  display: block;
  transition: 0.5s;
}
body .rental .btn-view:hover {
  color: var(--site-primary-color);
}
@media (max-width: 991px) {
  body .rental .btn-view {
    margin-bottom: 10px;
  }
}
body .rental .rental-swiper .swiper-wrapper {
  align-items: stretch;
}
body .rental .rental-swiper .swiper-slide {
  height: auto;
  display: flex;
}
body .rental-item {
  background-color: #fff;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: 0.35s ease;
}
body .rental-item .rental-img {
  width: 100%;
  position: relative;
  height: 185px;
  overflow: hidden;
}
body .rental-item .rental-img img {
  width: 100%;
  height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: 0.5s;
  transform: scale(1.05);
}
body .rental-item .content {
  margin-top: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}
body .rental-item .content h5 {
  font-size: 19px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 10px;
}
body .rental-item .content h4 {
  font-size: 13px;
  line-height: 1.2;
  color: #545454;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .rental-item .content h4 .material-icons-outlined {
  font-size: 15px !important;
  margin-right: 2px;
}
body .rental-item .content h6 {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--site-secondary-color);
  margin: 0;
  padding-bottom: 12px;
}
body .rental-item .content .btn-view {
  font-size: 13px;
  line-height: 13px;
  color: #000;
  font-weight: 500;
  background-color: var(--site-primary-soft);
  border: none;
  display: inline-block;
  width: 100%;
  padding: 12px 15px;
  border-radius: 10px;
  text-align: center;
  transition: 0.5s;
  margin-top: auto;
}
body .rental-item .content .btn-view:hover {
  background-color: #000;
  color: var(--site-primary-soft);
}
body .rental-item:hover .rental-img img {
  transform: scale(1);
}
body .rental-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.09);
}
body .destination {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/desti-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}
body .destination .destination-item .destination-img {
  height: 340px;
}
body .destination .destination-item .destination-img img {
  height: 340px;
}
body .destination .swiper-pagination-bullet {
  border-color: #fff !important;
}
body .destination .swiper-pagination-bullet-active {
  background: #fff !important;
}
body .destination.destination-page {
  background: none;
  background-color: #fff;
}
body .destination-item {
  background-color: #fff;
  padding: 10px 10px 20px;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  cursor: pointer;
}
body .destination-item .destination-img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
body .destination-item .destination-img img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: 0.5s;
  transform: scale(1.1);
}
body .destination-item .destination-img .overlay {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}
body .destination-item .destination-img .overlay .btn-view {
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #fff;
  display: inline-block;
  width: 100%;
  padding: 12px 15px;
  border-radius: 5px;
  text-align: center;
  display: block;
  width: auto;
  transition: 0.5s;
  transform: rotate(-2deg);
}
body .destination-item .destination-img .overlay .btn-view:hover {
  background-color: #fff;
  color: #000;
}
body .destination-item .content {
  margin-top: 10px;
  text-align: center;
}
body .destination-item .content h5 {
  font-size: 25px;
  line-height: 18px;
  margin: 0;
  padding-bottom: 10px;
  color: #000;
}
body .destination-item .content h4 {
  font-size: 12px;
  line-height: 12px;
  color: #545454;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .destination-item .content h4 .material-icons-outlined {
  font-size: 15px !important;
  margin-right: 2px;
}
body .destination-item:hover .destination-img img {
  transform: scale(1);
}
body .destination-item:hover .destination-img .overlay {
  opacity: 1;
}
body .destination-item:hover .destination-img .overlay .btn-view {
  transform: rotate(0deg);
}
body .news .btn-view {
  margin-left: auto;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  color: #000;
  display: block;
  transition: 0.5s;
}
body .news .btn-view:hover {
  color: var(--site-primary-color);
}
@media (max-width: 991px) {
  body .news .btn-view {
    margin-bottom: 10px;
  }
}
body .news-item {
  background-color: #fff;
  display: flex;
  align-items: start;
}
body .news-item .news-img {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  flex: 0 0 100px;
  border-radius: 10px;
}
body .news-item .news-img img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transform: scale(1.1);
  transition: 0.5s;
}
body .news-item .news-img h4 {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: 500;
  background-color: var(--site-primary-color);
  padding: 5px 8px;
  border-radius: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
}
body .news-item .content {
  flex: 1 1 auto;
  margin-left: 10px;
  text-align: left;
}
body .news-item .content h5 {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding-bottom: 10px;
  color: #000;
  transition: 0.5s;
}
body .news-item .content h5:hover {
  color: var(--site-primary-color);
}
body .news-item .content h4 {
  font-size: 12px;
  line-height: 12px;
  color: #545454;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
body .news-item .content h4 .material-icons-outlined {
  font-size: 15px !important;
  margin-right: 2px;
}
body .news-item .content .btn-view {
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: 500;
  background-color: #000;
  border: none;
  display: inline-block;
  padding: 12px 15px;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s;
}
body .news-item .content .btn-view:hover {
  background-color: var(--site-primary-color);
}
body .news-item:hover .news-img img {
  transform: scale(1);
}
body .news-page-item {
  background-color: #fff;
}
body .news-page-item .news-page-img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
body .news-page-item .news-page-img img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transform: scale(1.1);
  transition: 0.5s;
}
body .news-page-item .news-page-img h4 {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: 500;
  background-color: var(--site-primary-color);
  padding: 5px 8px;
  border-radius: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
}
body .news-page-item .content {
  margin-top: 10px;
  text-align: left;
}
body .news-page-item .content h5 {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding-bottom: 10px;
  color: #000;
  transition: 0.5s;
}
body .news-page-item .content h5:hover {
  color: var(--site-primary-color);
}
body .news-page-item .content h4 {
  font-size: 12px;
  line-height: 12px;
  color: #545454;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
body .news-page-item .content h4 .material-icons-outlined {
  font-size: 15px !important;
  margin-right: 2px;
}
body .news-page-item .content .btn-view {
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: 500;
  background-color: #000;
  border: none;
  display: inline-block;
  padding: 12px 15px;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s;
}
body .news-page-item .content .btn-view:hover {
  background-color: var(--site-primary-color);
}
body .news-page-item:hover .news-page-img img {
  transform: scale(1);
}
body .review-item {
  background-color: #f5f5f5;
  border: 1px solid #E0E0E0;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
body .review-item img {
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .home-feedback {
  position: relative;

}
body .home-feedback .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
body .home-feedback .home-feedback-head {
  max-width: 920px;
  margin: 0 auto 24px;
}
body .home-feedback .home-feedback-title {
  font-size: 54px;
  line-height: 1.1;
  color: var(--site-secondary-color);
  margin: 0;
  padding-bottom: 10px;
}
body .home-feedback .home-feedback-lead {
  font-size: 30px;
  line-height: 1.4;
  color: #000;
  margin: 0;
  padding-bottom: 12px;
}
body .home-feedback .home-feedback-platforms {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
body .home-feedback .home-feedback-platform {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
body .home-feedback .home-feedback-platform img {
  height: 50px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body .home-feedback .home-feedback-grid {
  margin-top: 16px;
}
body .home-feedback .home-feedback-card {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 20px 22px;
  min-height: 238px;
}
body .home-feedback .home-feedback-card h6 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
}
body .home-feedback .home-feedback-card span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
  color: #545454;
  margin-top: 2px;
}
body .home-feedback .home-feedback-card p {
  margin: 14px 0 18px;
  font-size: 20px;
  line-height: 1.45;
  color: #000;
}
body .home-feedback .home-feedback-card .home-feedback-stars {
  color: var(--site-primary-color);
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 991px) {
  body .home-feedback .home-feedback-title {
    font-size: 34px;
  }
  body .home-feedback .home-feedback-lead {
    font-size: 18px;
  }
  body .home-feedback .home-feedback-card {
    min-height: auto;
  }
  body .home-feedback .home-feedback-card p {
    font-size: 18px;
  }
}
body .home-planning {
  background-color: #fff;
}
body .home-planning .home-planning-wrap {
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  padding: 26px;
  background-color: #fff;
}
body .home-planning .home-planning-intro h5 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
  color: #000;
  padding-bottom: 14px;
}
body .home-planning .home-planning-intro p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #545454;
  padding-bottom: 18px;
}
body .home-planning .home-planning-btn {
  display: inline-block;
  border-radius: 999px;
  padding: 12px 24px;
  background-color: var(--site-secondary-color);
  color: #fff;
  font-weight: 600;
  transition: 0.35s;
}
body .home-planning .home-planning-btn:hover {
  background-color: var(--site-primary-color);
  color: #fff;
}
body .home-planning .home-planning-faq details {
  border-bottom: 1px solid #E0E0E0;
  padding: 14px 0;
}
body .home-planning .home-planning-faq details:first-child {
  padding-top: 0;
}
body .home-planning .home-planning-faq details:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
body .home-planning .home-planning-faq summary {
  cursor: pointer;
  list-style: none;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 600;
  color: #000;
  position: relative;
  padding-right: 28px;
}
body .home-planning .home-planning-faq summary::marker,
body .home-planning .home-planning-faq summary::-webkit-details-marker {
  display: none;
}
body .home-planning .home-planning-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--site-secondary-color);
  font-size: 24px;
  line-height: 1;
}
body .home-planning .home-planning-faq details[open] summary::after {
  content: "−";
}
body .home-planning .home-planning-faq p {
  margin: 12px 0 0;
  font-size: 17px;
  line-height: 1.65;
  color: #545454;
}
@media (max-width: 991px) {
  body .home-planning .home-planning-wrap {
    padding: 18px;
  }
  body .home-planning .home-planning-intro h5 {
    font-size: 30px;
  }
  body .home-planning .home-planning-faq summary {
    font-size: 19px;
  }
  body .home-planning .home-planning-faq p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body .swiper-pagination,
  body .swiper-pagination-destination,
  body .swiper-pagination-hero,
  body .swiper-pagination-package {
    display: none;
  }
}
body .swiper-pagination-bullet {
  border-radius: 20px;
  width: 20px;
  height: 8px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #545454;
  opacity: 1;
  background: transparent;
  transition: 0.5s;
  margin: 0 2px !important;
}
body .swiper-pagination-bullet-active {
  background: #545454;
  width: 30px;
  transition: 0.5s;
}
body .page-banner {
  height: 400px;
  width: 100%;
  position: relative;
}
body .page-banner img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .page-banner .overlay {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent 20%);
  top: 0;
  left: 0;
  position: absolute;
}
body .page-banner .position-absolute {
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
body .page-banner h5 {
  color: #fff;
  font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 0;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}
@media (max-width: 991px) {
  body .page-banner h5 {
    font-size: clamp(22px, 5.8vw, 34px);
  }
}
body .gallery-item {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 10px;
}
body .gallery-item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  transition: 0.5s;
}
body .gallery-item .overlay {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
body .gallery-item .overlay i {
  font-size: 40px;
}
body .gallery-item:hover .overlay {
  opacity: 1;
}
body .gallery-item:hover img {
  transform: scale(1);
}
body .nav-tabs {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 5px;
  border: none;
  background-color: rgba(6, 151, 138, 0.1);
  padding: 5px;
  border-radius: 10px;
}
body .nav-tabs .nav-item {
  flex: 0 1 auto;
}
body .nav-tabs .nav-item .nav-link {
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
  color: #000;
  font-weight: 500;
  border: 1px solid var(--site-secondary-color);
  white-space: nowrap;
  transition: 0.5s;
}
body .nav-tabs .nav-item .nav-link:hover {
  background-color: var(--site-secondary-color);
  color: #fff;
}
body .nav-tabs .nav-item .nav-link.active {
  background-color: var(--site-secondary-color);
  color: #fff;
}
body .tab-content {
  margin-top: 20px;
}
body iframe {
  border-radius: 5px;
  height: 400px;
}
body .booking-form {
  background-color: var(--site-primary-color);
  padding: 20px;
  border-radius: 10px;
}
body .booking-form p {
  color: #fff;
}
body .booking-form h5 {
  color: #fff;
}
body .booking-form input,
body .booking-form select,
body .booking-form textarea {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #545454;
  padding: 10px 12px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #fff;
}
body .booking-form label {
  font-weight: 500;
  font-size: 10px;
  color: #fff;
  line-height: 10px;
}
body .custom-form input,
body .custom-form select,
body .custom-form textarea {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #000;
  padding: 10px 12px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #545454;
  background-color: #fff;
}
body .custom-form label {
  font-weight: 500;
  font-size: 10px;
  color: #545454;
  line-height: 10px;
}
body .taxi-booking {
  background-color: var(--site-secondary-color);
}
body .description p {
  text-align: justify;
}
body .description ul {
  margin-left: 10px;
}
body .description ul li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400 !important;
  color: #545454;
  padding-left: 15px;
  position: relative;
}
body .description ul li:before {
  width: 10px;
  height: 10px;
  background-color: var(--site-primary-color);
  left: 0;
  top: 5px;
  border-radius: 50%;
  content: "";
  position: absolute;
}
body .description .top-list {
  margin-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  justify-content: start;
}
body .description .top-list li {
  font-size: 15px;
  line-height: 15px;
  color: #545454;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  margin-right: 8px;
  padding-left: 0;
}
body .description .top-list li .material-icons-outlined {
  font-size: 18px !important;
  margin-right: 3px;
  color: var(--site-primary-color);
}
body .description .top-list li:before {
  display: none;
}
body .itinerary .item .title {
  cursor: pointer;
}
body .itinerary .item .title h5 {
  margin-bottom: 10px;
  padding: 15px 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  background-color: #545454;
  transition: 0.5s;
  border-radius: 5px;
  color: #fff;
}
body .itinerary .item .content {
  display: none;
}
body .itinerary .item .content ul li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400 !important;
  color: #545454;
  padding-left: 15px;
  position: relative;
}
body .itinerary .item .content ul li:before {
  width: 10px;
  height: 10px;
  background-color: var(--site-primary-color);
  left: 0;
  top: 5px;
  border-radius: 50%;
  content: "";
  position: absolute;
}
body .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin: 5px;
  border-radius: 5px;
  transition: 0.5s;
}
body .pagination .page-item:hover .page-link {
  background-color: #000;
  color: #fff;
}
body .pagination .page-item.active .page-link {
  background-color: #000;
  color: #fff;
}
body .custom-page img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .contact-page-links {
  padding-left: 0;
}
body .contact-page-links li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
body .contact-page-links li i {
  width: 45px;
  height: 45px;
  color: #000;
  border: 1px solid #000;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
}
body .contact-page-links li a,
body .contact-page-links li p {
  font-size: 17px;
  font-weight: 400;
  color: #000;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
body .contact-page-links li a {
  transition: 0.5s;
}
body .contact-page-links li a:hover {
  color: var(--site-primary-color);
}
body .follow {
  text-align: left;
}
@media (max-width: 991px) {
  body .follow {
    text-align: center;
  }
}
body .social {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 0;
  flex-wrap: wrap;
}
body .social li {
  padding: 0 !important;
  margin: 0 !important;
}
body .social li a i {
  color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 5px;
  margin-right: 5px;
  text-align: center;
  border-radius: 5px;
}
body .social li a .fa-facebook-f {
  background-color: #1877f2;
  transition: 0.5s;
}
body .social li a .fa-facebook-f:hover {
  background-color: #fff;
  color: #1877f2;
}
body .social li a .bi-whatsapp {
  background-color: #25d366;
  transition: 0.5s;
}
body .social li a .bi-whatsapp:hover {
  background-color: #fff;
  color: #25d366;
}
body .social li a .bi-youtube {
  background-color: #ff0000;
  transition: 0.5s;
}
body .social li a .bi-youtube:hover {
  background-color: #fff;
  color: #ff0000;
}
body .social li a .bi-google {
  background-color: #ea4335;
  transition: 0.5s;
}
body .social li a .bi-google:hover {
  background-color: #fff;
  color: #ea4335;
}
body .social li a .bi-threads,
body .social li a .bi-tiktok,
body .social li a .bi-twitter-x {
  background-color: #000;
  transition: 0.5s;
}
body .social li a .bi-threads:hover,
body .social li a .bi-tiktok:hover,
body .social li a .bi-twitter-x:hover {
  background-color: #fff;
  color: #000;
}
body .social li a .bi-instagram {
  background-color: #c32aa3;
  transition: 0.5s;
}
body .social li a .bi-instagram:hover {
  background-color: #fff;
  color: #c32aa3;
}
body .social li a .fa-tripadvisor {
  background-color: #007955;
  transition: 0.5s;
}
body .social li a .fa-tripadvisor:hover {
  background-color: #fff;
  color: #007955;
}
body .social li a .bi-linkedin {
  background-color: #0a66c2;
  transition: 0.5s;
}
body .social li a .bi-linkedin:hover {
  background-color: #fff;
  color: #0a66c2;
}
@media (max-width: 991px) {
  body .social {
    justify-content: center;
  }
}
body .vision-card {
  background-color: var(--site-primary-color);
  color: #fff;
  padding: 20px;
  border-radius: 5px;
}
body .about-page img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
body .about-page .about-logo {
  margin-bottom: 14px;
}
body .about-page .about-logo img {
  width: auto;
  max-width: 220px;
  max-height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}
@media (max-width: 991px) {
  body .about-page .about-logo {
    text-align: center;
  }
  body .about-page .about-logo img {
    max-width: 190px;
    max-height: 62px;
  }
}
body .about-title {
  font-size: 40px;
  color: var(--site-secondary-color);
  margin-bottom: 10px;
  line-height: 30px;
}
body .about-title span {
  font-size: 60px;
  line-height: 50px;
  font-weight: 700;
}
body .contact-title {
  font-size: 40px;
  color: var(--site-secondary-color);
  margin-bottom: 10px;
  line-height: 30px;
  font-weight: 600;
}
body .custom-title {
  font-size: 30px;
  color: var(--site-secondary-color);
  margin-bottom: 10px;
  line-height: 35px;
  font-weight: 500;
}
body .preloader {
  display: flex;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  left: 0;
  top: 0;
  overflow: hidden;
}
body .preloader img {
  width: auto;
  max-width: 240px;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  animation: preloaderPulse 1.4s ease-in-out infinite;
}
@keyframes preloaderPulse {
  0%,
  100% {
    opacity: 0.75;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}
@media (max-width: 991px) {
  body .preloader img {
    max-width: 190px;
    max-height: 72px;
  }
}
@keyframes animate {
  to {
    background-position-x: -250px;
  }
}
body footer {
  padding: 120px 0 0;
  background-color: var(--site-secondary-color);
  position: relative;
}
body footer h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 8px;
}
body footer .links {
  padding: 0;
}
body footer .links li {
  position: relative;
  margin-bottom: 2px;
  line-height: 22px;
  font-size: 13px;
}
body footer .links li a {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  transition: 0.5s;
}
body footer .links li a:hover {
  color: var(--site-primary-color);
}
body footer .contact-links {
  padding-left: 0;
}
body footer .contact-links li {
  margin-bottom: 5px;
  display: block;
}
body footer .contact-links li h5 {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 13px;
  margin: 0;
}
body footer .contact-links li a,
body footer .contact-links li p {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 14px;
}
body footer .contact-links li a {
  transition: 0.5s;
}
body footer .contact-links li a:hover {
  color: var(--site-primary-color);
}
body footer .copyright {
  padding: 20px 0 50px;
  border-top: 1px solid white;
  margin-top: 20px;
}
body footer .copyright p {
  font-size: 12px;
  margin: 0;
  font-weight: 500;
  color: #fff;
  line-height: 15px;
}
body footer .copyright a {
  color: #fff;
  transition: 0.5s;
}
body footer .copyright a:hover {
  color: var(--site-primary-color);
}
body footer .copyright ul {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0;
}
body footer .copyright ul li {
  position: relative;
  margin-bottom: 3px;
  line-height: 13px;
  font-size: 3;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
body footer .copyright ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  transition: 0.5s;
}
body footer .copyright ul li a:hover {
  color: var(--site-primary-color);
}
body footer .copyright ul li:last-child {
  margin: 0;
  padding: 0;
  border-right: 0;
}
@media (max-width: 991px) {
  body footer .copyright ul {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  body footer {
    text-align: center;
  }
}
body .whatsapp-icon {
  width: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  animation: rotate 2s infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0);
  }
}
body .home-chat {
  position: fixed;
  left: 20px;
  bottom: 0;
  display: none;
  z-index: 99;
}
body .home-chat a i {
  width: 30px;
  height: 30px;
  color: white;
  line-height: 30px;
  font-size: 16px;
  display: block;
  text-align: center;
  transition: 0.5s;
}
body .home-chat a .fa-facebook-f {
  background-color: #1877f2;
}
body .home-chat a .bi-whatsapp {
  background-color: #25d366;
}
body .home-chat a .bi-youtube {
  background-color: #ff0000;
}
body .home-chat a .bi-google {
  background-color: #ea4335;
}
body .home-chat a .bi-threads {
  background-color: black;
}
body .home-chat a .bi-twitter-x {
  background-color: black;
}
body .home-chat a .bi-instagram {
  background-color: #c32aa3;
}
body .home-chat a .bi-tiktok {
  background-color: black;
}
body .home-chat a .fa-tripadvisor {
  background-color: #007955;
}
body .Language {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 99;
}
body .Language select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  background-color: var(--site-primary-color);
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  padding: 5px 8px;
  border: none;
  font-size: 13px;
  border-right: none;
  letter-spacing: -5%;
}
body .Language select:focus {
  border: none;
}
body .Language select:active {
  border: none;
}
body .VIpgJd-ZVi9od-ORHb,
body .VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}
body button,
body .btn,
body a[class*="btn-"],
body input[type=submit],
body input[type=button] {
  background-color: var(--site-primary-color) !important;
  border-color: var(--site-primary-color) !important;
  color: #fff !important;
}
body button:hover,
body .btn:hover,
body a[class*="btn-"]:hover,
body input[type=submit]:hover,
body input[type=button]:hover,
body button:focus,
body .btn:focus,
body a[class*="btn-"]:focus,
body input[type=submit]:focus,
body input[type=button]:focus {
  background-color: var(--site-secondary-color) !important;
  border-color: var(--site-secondary-color) !important;
  color: #fff !important;
}
body header .navbar .navbar-toggler,
body header .navbar .navbar-toggler:hover,
body header .navbar .navbar-toggler:focus {
  background-color: transparent !important;
  border-color: transparent !important;
}/*# sourceMappingURL=styles.css.map */