/* General Styles */
* {
  margin: 0;
  padding: 0;
}

/* Color Variables */
:root {
  --primary-color: #c8141f;
  --dark-blue: #091628;
  --blue: #122b4f;
  --dark: #252729;
  --color-body: #484b55;
  --font-body: "Montserrat", sans-serif;
}

body {
  color: var(--color-body);
  font: 16px/1.7 var(--font-body);
}

p {
  margin: 0 0 20px;
}

::placeholder {
  color: #212529 !important;
  font-size: 14px;

}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  line-height: 1.3;
  color: var(--blue);
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 0 10px;
}

h1,
.h1 {
  font-size: 54px;
  margin: 0 0 25px;
  font-weight: 600;
}

h1 span,
.h1 span {
  font-weight: 500;
  font-style: italic;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 28px;
}

h3.h4 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
}

ul {
  list-style: none;
}

.py-6 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0);
  /* Transparent */
}

nav.sticky {
  background-color: #fff !important;
  padding: 5px 0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

}

.navbar {
  padding: 10px 0;
  transition: all 0.3s ease;
}

.navbar.sticky .logo-default {
  display: none;
}

.navbar.sticky .logo-sticky {
  display: block;
}

.logo-sticky {
  display: none;
  height: 60px;
}

.logo-default {
  height: 60px;
}

.nav-item {
  position: relative;
}

.navbar-brand:focus-visible {
  outline: none;
}

.nav-link {
  padding: 8px 12px;
  font-weight: 600;
  color: #fff;
  position: relative;
}

header.sticky .nav-link {
  color: #262525;
}

html {
  scroll-behavior: smooth;
}

.nav-link:before {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  bottom: 0;
  background: #c8141f;
}

.nav-link.active {
  color: #c8141f !important;

}

.nav-link.active:hover:before {
  transform: scale(1);
}

.nav-link:hover:before {
  transform: scale(1);
}

.nav-link:not(:hover):not(:focus):not(.nav-link-active):not(.nav-link.active):not(.highlighted):before {
  opacity: 0;
}

.nav-link:hover {
  color: #c8141f;
}



.phone-dropdown .dropdown-toggle {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  text-align: left;
}

.phone-dropdown .dropdown-toggle {
  color: #000;
  background-color: #f5f5f5;
}

.phone-dropdown img {
  width: 20px;
  margin-right: 6px;
}

/*
 body > .skiptranslate,.goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
    display: none!important;
  }
  .goog-te-gadget {
    color: transparent!important;
    font-size:0px!important;
  }
  .goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
  }

  #google_translate_element select{
    background-color: #ecebf0 !important;
    border:0 !important;
    font-size: 9pt;
   font-weight:600;
    display: inline-block;
    padding:10px 10px !important;
    cursor: pointer;
    max-width:160px;
    zoom: 1;
}*/
#custom_lang_btn {
  padding: 4px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  background: white;
  font-weight: bold;
  cursor: pointer;
  max-width: 70px;
}

@media (max-width: 576px) {
  #custom_lang_btn {
    font-size: 14px;
    padding: 4px 8px;
  }
}

/* Hide Google branding */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

#google_translate_element {
  display: none;
}



/* Shrink dropdown */
/* Hide "Powered by Google" banner */

/* Hero Section */
/* .hero-section {
     background: linear-gradient(to right, rgba(9, 22, 40, 0.8), rgba(18, 43, 79, 0.8)),
              url('../img/hero-banner.webp') no-repeat center center/cover;
    color: #fff; font-size:18px; }*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 150px !important;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(9, 22, 40, 0.2), rgba(18, 43, 79, 0.2));
  z-index: 1;
  /* background: rgba(255, 255, 255, 0.57); */
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-form {
  background: #ffffff91;
}

.hero-section h1 {
  color: #fff;
}

.hero-section p {
  font-size: 15px;
}

.hero-form .form-control,
.hero-form .form-select {
  height: 40px;
  font-size: 15px;
}

/* Buttons */
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover,
.btn-primary:focus {
  background: transparent;
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
}

.action-box-section {
  overflow: hidden;
}

.single-features {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
  text-align: center;

}
/* Base (unchanged parts condensed) */
.hero-section { position: relative; overflow: hidden; padding-top: 150px !important; }
.video-wrapper { position: absolute; inset: 0; z-index: 0; }
.video-wrapper video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.video-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(9,22,40,.2), rgba(18,43,79,.2)); z-index: 1; }
.hero-section .container { position: relative; z-index: 2; }

/* ✅ Mobile tweaks */
@media (max-width: 767.98px) {
  /* Give the hero a stable height on phones */
  .hero-section {
    padding-top: 80px !important;   /* was 150px */
    padding-bottom: 24px;
    min-height: 70vh;               /* ensures video fills nicely */
  }

  /* Make sure the video always fills the hero area */
  .video-wrapper { height: 100%; }

  .video-wrapper video {
    width: 100vw;    /* ensures full-bleed horizontally */
    height: 100%;    /* fill the wrapper vertically */
    object-fit: cover;
    object-position: center center;
  }

  /* Darker overlay on small screens for text contrast */
  .video-overlay {
    background: linear-gradient(
      to bottom,
      rgba(9,22,40,.65),
      rgba(18,43,79,.65)
    );
  }

  /* Text sizing/spacing */
  .hero-section h1 { font-size: 1.5rem; line-height: 1.25; }
  .hero-section p { font-size: 0.95rem; }
  .check-list-2 li { font-size: 0.95rem; }

  /* Form readability on top of video */
  .hero-form { background: rgba(255,255,255,0.92); }
}

.single-features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear-gradient(to right, #fb7d1d 0, #cb1f1e 100%));
  background: linear-gradient(to right, #fb7d1d 0, #cb1f1e 100%);
  background: linear-gradient(to right, #fb7d1d 0, #cb1f1e 100%);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
}

.single-features .icon {
  line-height: 1em;
  font-size: 1.8em;
  color: var(--blue);
  margin-bottom: 10px;
}

.single-features .shape {
  position: absolute;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 80%;
  bottom: initial;
  top: -50px;
  right: -90px;
  left: initial;
  width: 100%;
  text-align: right;
}

.single-features:hover::before {
  opacity: 1;
  visibility: visible;
}

.single-features:hover .shape {
  opacity: 30%;
  bottom: initial;
  top: -20px;
  right: -50px;
  width: 100%;
  text-align: right;
}

.single-image-box-content h4 {
  font-size: 16px;
  font-weight: 700;

}

.single-features:hover .icon,
.single-features:hover .single-image-box-content,
.single-features:hover .single-image-box-content h4 {
  color: #fff;
}



.single-box-conent .icon img {
  max-width: 60px;
  margin-right: 30px;
}

.book_btn {

  display: block;
  margin: auto;
  margin-top: 0;
  width: 100%;
  max-width: 200px;
  padding: 8px 15px;

  background: #c8141f;
  background: linear-gradient(to right, #fb7d1d 0, #cb1f1e 50%);
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
}

.tour-card {
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff;
  height: 100%;
  font-weight: 500;
}

.tour-card a {
  display: block;
  overflow: hidden;
}

.tour-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: transform 0.5s ease;
}

.tour-card a:hover img {
  transform: scale(1.1);
}



.tour-card .btn {
  font-size: 14px;
  padding: 8px 15px;

}

.resort_list_outer {
  overflow: hidden;
  padding: 0;
}


.resort_lists {
  margin: 0 -10px;
  padding: 0;
  height: 685px;
  overflow: hidden
}

.resort_lists>li {
  width: 25%;
  height: 50%;
  float: left;
  padding: 0 5px 10px;
  list-style: none
}

.resort_list {
  display: block;
  height: 100%;
  background-size: cover;
  position: relative
}


/* Image card style */
.resort_list {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.resort_list:hover {
  transform: scale(1.02);
}

h2 span.text-red {
  background: linear-gradient(to right, #fb7d1d 0, #cb1f1e 100%);
  -webkit-text-fill-color: transparent;
}

.text-danger {
  color: var(--primary-color);
}

#itinerary ul li {
  position: relative;
  padding-left: 30px;
  /* space for the icon */
  list-style: none;
}

ul.check-list li {
  position: relative;
  padding-bottom: 15px;
  padding-left: 20px;
}

ul.check-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  /* adjust vertically if needed */
  width: 16px;
  height: 16px;
  background-image: url('../img/checked.svg');
  background-size: contain;
  background-repeat: no-repeat;
  filter: grayscale(1);

}

ul.inclusion li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  /* adjust vertically if needed */
  width: 16px;
  height: 16px;
  background-image: url('../img/tick.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.exclusion li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  /* adjust vertically if needed */
  width: 16px;
  height: 16px;
  background-image: url('../img/cross.png');
  background-size: contain;
  background-repeat: no-repeat;
}

ul.inclusion li,
ul.exclusion li {
  padding: 15px 25px;
  border-bottom: 1px dashed #e2e2e2;
}

#createTripModal ul li img {
  height: 40px;
}

/* Tablet View: 2 columns */
@media (max-width: 991.98px) {
  .resort_lists>li {
    width: 50%;
    height: 300px !important;
    margin-top: 0 !important;
  }


}

.itinerary-section {
  padding: 60px 0;
}

.timeline {
  position: relative;
  border-left: 3px dotted #ccc;
  margin-left: 25px;
}

.timeline-item {
  position: relative;
  padding: 30px 0 30px 30px;
  border-bottom: 1px solid #eee;
}

.timeline-item:last-child {
  border-bottom: none;
}

.timeline-dot {
  position: absolute;
  left: -12px;
  top: 45px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 4px solid #28a745;
  border-radius: 50%;
  z-index: 10;
}

.timeline-dot.red {
  background-color: #e50914;
  border-color: #e50914;
}

.accordion-button {
  font-weight: 600;
  font-size: 1.1rem;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body img {
  max-width: 100%;
  border-radius: 6px;
  margin-bottom: 15px;
}

.overnight {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  margin-top: 10px;
}

.badge-green {
  border: 1px solid #28a745;
  color: #28a745;
  background-color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.875rem;
}

.about-text .book_btn {
  background: transparent;
  border: 1px solid #fff;
}

.about-text,
.bg-red {
  background-color: #c8141f;
  color: #fff;
}

.about-image {
  background-size: cover;
  background-position: center;

}

ul.check-list-2 {
  padding-left: 0;
}

ul.check-list-2 li {
  list-style: none;
  position: relative;
  padding-left: 30px;
}

ul.check-list-2 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background-image: url(../img/checked-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-item {
  min-height: 250px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}




.team-section .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 15px;
  padding-top: 0;
}

.team-section .card a {
  color: var(--blue);
  text-decoration: none;
}

.team-section .card a:hover {
  color: #c8141f;
}

.team-section .card .card-body p.small {
  margin-bottom: 5px;
}

.team-section .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.team-img {

  object-fit: cover;
  border-radius: 25px 80px;
  border: solid 16px #fff;

}

.form-control,
.form-select {
  height: 50px;
}

section {

  position: relative;
  overflow: hidden;
}

.contact-left {
  background: url(../img/getintouch-bg.webp) no-repeat;
  background-position: bottom center;

  background-size: cover;
}

.contact-left p {
  font-size: 21px;
}

.contact-left i {
  font-size: 1.2rem;
  vertical-align: middle;
}

.contact-form input,
.contact-form textarea {
  border-radius: 0.375rem;
  border: 1px solid #ced4da;
  font-size: 0.95rem;
}

.contact-form button {
  background-color: #0056d2;
  border: none;
  border-radius: 0.375rem;
}

.contact-form button:hover {
  background-color: #0041a8;
}

.faq-section .accordion-button {
  font-weight: 600;
  font-size: 1.1rem;
  background-color: #f9f9f9;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
}

.faq-section .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

.copyright {
  background-color: var(--dark-blue);
  padding: 10px;

}



@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1380px;
    --bs-gutter-x: 2rem;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hero-section h1 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
  }

  .w-xl-80 {
    flex: 0 0 auto;
    width: 80%;
  }

}

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }

  .hero-section h1 {
    font-size: 46px;
  }

}


.profile-section,
.chooseus {
  background: #EFF2E6;
}

.profile-section {
  padding: 0 0 60px;
}

/*
.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}*/

.p_relative {
  position: relative;
}



.profile-section .single-item {

  box-sizing: border-box;
}

.chat-slide {
  width: 100%;
  max-width: 600px;
  height: 500px;
  /* Controls visible height of vertical slider */
  margin: auto;
  overflow: hidden;
}


.image-box img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
}




.profile-section .chat-content {
  position: relative;
  padding: 40px 65px 80px 40px;
  z-index: 1;
  height: 100%;
}

.profile-section .chat-content:before {
  position: absolute;
  content: '';
  background: #003872;
  width: calc(100% + 65px);
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, 83% 100%, 0% 100%, 0% 0%);
}

.profile-section .chat-content .shape .shape-1 {
  position: absolute;
  top: 92px;
  right: 75px;
  width: 123px;
  height: 123px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.profile-section .chat-content .shape .shape-2 {
  position: absolute;
  top: 67px;
  right: 50px;
  width: 54px;
  height: 54px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.profile-section .chat-content .title-text h3 {
  color: #fff;
}

.mb_45 {
  margin-bottom: 45px;
}

.profile-section .chat-content .single-item {
  position: relative;
  display: block;
  background: #fff;
  max-width: 540px;
  width: 100%;
  border-radius: 10px;
  padding: 29px 15px 29px 96px;
  margin-bottom: 30px;
}

.profile-section .verified-content {
  position: relative;
  display: block;
  padding: 40px 30px;
  z-index: 1;
}

.profile-section .verified-content:before {
  position: absolute;
  content: '';
  background: #fff;
  width: calc(100% + 65px);
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 17% 0%);
}

.profile-section .verified-content .shape .shape-1 {
  position: absolute;
  top: 32px;
  right: 20px;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.04);
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.profile-section .verified-content .shape .shape-2 {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 54px;
  height: 54px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.04);
}

.profile-section .chat-content .single-item .image-box {
  position: relative;
  left: 20px;
  top: 15px;
  display: none;
}


.profile-section .verified-content .video-box {
  position: relative;
  max-width: 550px;
  width: 100%;
  padding: 0px 30px 20px 30px;
  border-radius: 10px 10px 0px 0px;
  margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  width: 15px;
  height: 15px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 30px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
  font-size: 30px;
}

.swiper-slide.active-thumb {
  border: 3px solid #007bff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
  cursor: pointer;
}

.profile-section .verified-content .video-box .swiper-slide {
  cursor: pointer;
}


.profile-section .verified-content .lower-content {
  position: relative;
  width: 100%;
  display: flex;

  justify-content: space-between;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.06);
  padding: 20px 10px;
  flex-wrap: wrap;
}

.profile-section .verified-content .lower-content .single-item {
  position: relative;
  display: block;
  text-align: center;
  max-width: 25%;
  width: 100%;
  padding: 10px;
  text-wrap: wrap;
  font-size: 14px;
}

.profile-section .chat-content .single-item p {
  font-size: 14px;
  padding: 0 20px;
}


.profile-section .chat-content .single-item {
  position: relative;
  display: block;
  background: #fff;
  max-width: 550px;
  width: 100%;
  border-radius: 10px;
  padding: 15px 15px 15px 15px;
  margin-bottom: 30px;

}

.profile-section .chat-content .single-item:nth-child(odd) {
  left: 50px;
  padding: 15px 55px 15px 15px;
}

.chat-content .slick-dots {
  position: absolute;
  right: 110px;
  bottom: -60px;
  width: 74px;
  height: 38px;
  line-height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.20);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-content .slick-dots li {
  position: relative;
  display: flex;
  align-items: center;

}

.chat-content .slick-dots li button:before {
  display: none;
}

.chat-content .slick-dots li button {

  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  font-size: 0px;
  margin: 0px 4px;
  cursor: pointer;
  transition: all 500ms ease;

}

/* Floating placeholder */
.custom-placeholder {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  transition: 0.2s;
  font-size: 14px;
}

.calendar-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: #212529;
  cursor: pointer;
}

/* This hides input visually but keeps position and behavior */
.visually-hidden-date {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}

.mobile-bottom-nav {
  position: sticky;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to right, #004080, #003366);
  z-index: 999;
  padding: 10px 0;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
}

.mobile-mid-nav {
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #004080, #003366);
  padding: 15px 0;
}

.mobile-bottom-nav .nav-list,
.mobile-mid-nav .nav-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-bottom-nav .nav-list li,
.mobile-mid-nav .nav-list li {
  text-align: center;
  flex: 1;
}

.mobile-mid-nav .nav-list li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-bottom-nav .nav-list a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-bottom-nav .nav-list i,
.mobile-bottom-nav .nav-list i {
  font-size: 18px;
  margin-bottom: 2px;
}



.swiper-wrapper {
  padding-bottom: 40px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
  background: #c8141f !important;
}

.swiper-pagination {
  bottom: 10px !important;
}

.call-popup {
  display: none;
  background: #fff;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  list-style: none;
  padding: 10px 0;
  z-index: 1000;
}

.call-popup li {
  border-bottom: 1px solid #eee;
}

.call-popup li:last-child {
  border-bottom: none;
}

.call-popup a {
  color: #333;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
}

.call-popup i {
  margin-right: 10px;
}

#back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 20px;
  text-align: center;
  font-size: 15px;
  border-radius: 4px;
  text-decoration: none;
  background: #333c56;
  color: #fff;
}

.tour-card h4 {
  font-size: 20px;
  color: #122b4f;
}

.tour-card h4 a {
  color: #122b4f;
  text-decoration: none
}

@media (max-width: 1400px) {

  h1,
  .h1 {
    font-size: 54px;
    margin: 0 0 25px;
    font-weight: 600;
  }

  h1 span,

  h2,
  .h2 {
    font-size: 27px;
  }

  h3,
  .h4 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  .tour-card h4 {
    font-size: 16px !important;
  }

  .tour-card .btn {
    font-size: 13px;
    padding: 7px 12px;
  }


}

@media (max-width: 1200px) {
  .hero-section h1 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
  }

  .profile-section .chat-content .single-item:nth-child(odd) {
    left: auto;
  }

  h4,
  .h4 {
    font-size: 20px !important;
  }

}


@media (max-width: 991px) {

  .profile-section .chat-content:before,
  .profile-section .verified-content:before {
    clip-path: none;
    width: 100%;
  }

  .single-features {
    padding: 20px;
  }

  .single-box-conent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .about-image {
    height: 400px;
  }


  /* Mobile rules */
  @media (max-width: 768px) {

    .main-nav {
      display: none !important;
    }

    .hero-section h1 {
      font-size: 32px;
    }

    .single-features {
      padding: 20px;
    }

    .single-box-conent {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      gap: 20px;

    }

    .profile-section .verified-content .video-box {
      padding: 0;
    }

    .hero-section {
      padding-top: 100px !important;
    }

    .about-image {
      height: 350px;

    }

    .profile-section .chat-content,
    .profile-section .verified-content {
      padding: 25px;
    }

    .profile-section .verified-content .image-box {
      padding: 0;
    }

    .profile-section .chat-content .single-item:nth-child(odd) {
      left: auto;
      padding: 15px;
      ;
    }

    .profile-section .chat-content .single-item p {
      padding: 0;
    }

    .profile-section .chat-content .single-item .image-box {
      position: relative;
      display: none;
    }

    .profile-section .chat-content .single-item {
      padding: 15px;
    }

    .profile-section .verified-content .lower-content .single-item {
      max-width: 50%;
      padding: 10px;
      text-align: center;

    }

    .profile-section .verified-content .lower-content {
      padding: 5px;

    }

    .resort_lists>li {
      height: 220px !important;
    }

    .resort_lists {
      height: 880px;
    }


  }

  @media (max-width:567px) {
    header nav .navbar-brand img {
      max-width: 125px;
    }

    .hero-section h1 {
      font-size: 27px;
    }

    .single-features .icon {
      font-size: 1.5em;
    }

    .single-image-box-content h4 {
      font-size: 16px;
      margin-bottom: 10px;
    }

    .single-features .book_btn {
      font-size: 14px;
      padding: 8px 10px;
      max-width: 150px;
    }

    .tour-card .btn {
      padding: 8px;
    }

    .chat-slide {
      height: 320px;
    }

    .phone-dropdown .dropdown-toggle {
      font-size: 12px;
    }

    .about-image {
      height: 300px;
    }
  }}

  /* Panel */
    .side-dock {
      position: fixed;
      top: 50%;
      right: 0;
transform: translate(0, -50%);
      max-width: 110px;
      width: 100%;
      height: 395px;
      padding: 0;
      border-radius: 14px 0 0 14px;
      background: rgba(28, 31, 69, 0.92);
      backdrop-filter: blur(8px);
      box-shadow: 0 12px 28px rgba(0, 0, 0, .35), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
      display: flex;
      flex-direction: column;
      z-index: 1240;
      pointer-events: auto;
      transition: transform 0.22s cubic-bezier(.2, .8, .2, 1);
    }

   
    /* Header with internal close */
    .side-dock__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      padding: 12px 14px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      background: linear-gradient(180deg, rgba(44, 47, 95, 0.95) 0%, rgba(28, 31, 69, 0.92) 100%);
      border-radius: 14px 0 0 0;
    }

    .side-dock__header .side-dock__title {
      color: #fff;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 0.4px;
      text-transform: uppercase;
    }

    .side-dock__header .side-dock__close {
      position: absolute !important;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 10px;
      border: none;
      background: transparent;
      color: white;
      cursor: pointer;
      transition: background 0.18s ease, transform 0.1s ease, box-shadow 0.18s ease;
      box-shadow: inset 0 0 0 1px #9b731b;
    }

    .side-dock__header .side-dock__close svg {
      font-size: 30px;
    }

    .side-dock__header .side-dock__close:hover {
      background: #2a2d5e;
      box-shadow: inset 0 0 0 1px #b38623;
      transform: translateY(-1px);
    }

    .side-dock__header .side-dock__close:active {
      transform: translateY(0);
    }

    .crosss {
      color: white;
      position: absolute;
      top: -29px;
      right: -104px;
      height: 30px;
    }

    /* Body */
    .side-dock__body {
      display: flex;
      flex-direction: column;
      gap: 10px;
      border-radius: 0 0 0 14px;
      padding: 10px 0px 10px;
      height: 100%;
      position: relative;
          align-items: center;

    }

    /* Buttons */
    .dock-btn {
      display: flex;
      align-items: center;
      gap: 10px;
      border: none;
      flex-direction: column;
      text-decoration: none;
      background: linear-gradient(180deg, rgba(44, 47, 95, 0.9) 0%, rgba(28, 31, 69, 0.9) 100%);
      color: #fff;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 14px;
      padding: 12px 14px;
      border-radius: 12px;
      width: 90%;
      height: 100%;
      cursor: pointer;
      transition: transform 0.12s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    }

    .dock-btn svg {
      font-size: 20px;
      flex-shrink: 0;
    }

    .dock-btn span {
      line-height: 1;
    }

    .dock-btn:hover {
      transform: translateY(-1px);
      box-shadow: inset 0 0 0 1px #b38623, 0 10px 20px rgba(0, 0, 0, 0.30);
      background: #2a2d5e;
    }

    .dock-btn:active {
      transform: translateY(0);
    }

    /* WhatsApp pulse */
    .dock-btn--whatsapp {
      position: relative;
    }

    .dock-btn--whatsapp .pulse {
      position: absolute;
      right: 10px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #25D366;
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.8);
      animation: pulse 2s infinite;
    }

    @keyframes pulse {
      0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
      }

      70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
      }

      100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
      }
    }

    /* Reduce motion */
    @media (prefers-reduced-motion: reduce) {

      .side-dock,
      .side-dock__open,
      .dock-btn,
      .dock-btn .pulse {
        transition: none !important;
        animation: none !important;
      }
    }

    /* Hide entire desktop dock on <= 991px */
    @media (max-width: 991px) {

      .side-dock,
      .side-dock__open {
        display: none !important;
      }
    }
    .site-footer{padding:28px 0; color:#8391a6; background-color: #091628;}
    .site-footer a{color:#C6D5F6;}

    