@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

body {
  font-family: var(--theme-font);
}

:root {
  --theme-color: #e67816;
  --heading-colo: #303030;
  --theme-font: "Cabin", sans-serif;
  --nav-font: "Montserrat", sans-serif;
  --heading-font: "Montserrat", sans-serif;
  --cursive-font: "Kristi", cursive;
  --text-color: #000;
}

.theme-color {
  color: var(--theme-color);
}

.common-heading {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--nav-font);
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  color: #2d2d2d;
  line-height: 1.8;
  font-size: 17px;
}

.title-des {
  font-size: 16px;
  color: #ff6015;
}

.common-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: uppercase;
  background-color: var(--theme-color);
  transition: 0.5s;
  font-weight: 600;
  font-size: 12px;
  transition: all 0.3s;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 12px;
  transition: all 0.3s;
  padding-bottom: 12px;
  border: solid 1px transparent;
  font-family: var(--nav-font);
  letter-spacing: 2.4px;
}
.common-btn:hover {
  background-color: var(--heading-colo);
  border-color: var(--heading-colo);
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--nav-font);
}

ul li {
  list-style: none;
}

.theme-color3 {
  color: var(--theme-color3);
}

.theme-color {
  color: var(--theme-color);
}

.common-space {
  padding: 80px 0;
}

.top-barss {
  padding: 7px 0;
  display: flex;
  background-color: #1c1c1c;
}
.top-barss .top-bar-inner {
  display: flex;
  justify-content: space-between;
}
.top-barss .left-sde {
  display: flex;
  text-transform: uppercase;
  align-items: center;
}
.top-barss .left-sde span {
  font-family: inherit;
  font-size: 10px;
  font-family: var(--nav-font);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
}
.top-barss .right-side {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-family: var(--nav-font);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
}
.top-barss .right-side .numbers {
  margin-right: 15px;
  font-size: 17px;
}
.top-barss .right-side .numbers a {
  color: #fff;
}
.top-barss .right-side .searchbtn {
  position: relative;
  padding-left: 20px;
  border-left: solid 1px rgba(221, 221, 221, 0.4784313725);
}
.top-barss .right-side .searchbtn i {
  font-size: 17px;
  cursor: pointer;
}
.top-barss .header-socials {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
.top-barss .header-socials a {
  color: #fff;
  padding: 5px;
  font-size: 12px;
  margin: 0 3px;
}

header {
  width: 100%;
  position: fixed;
  z-index: 55;
  background-color: transparent;
}
header .side-btn {
  background: var(--theme-color);
  color: white;
  padding: 5px 15px;
  cursor: pointer;
}
header .navbar.navbar-expand-lg {
  padding-top: 5px;
  padding-bottom: 5px;
}
header .navbar-brand {
  position: relative;
  margin-right: 28px;
  max-width: 225px;
  transition: all 0.3s;
}
header .left-headers p {
  margin-bottom: 0;
}
header .left-headers .header-socials {
  display: flex;
  align-items: center;
}
header nav .navbar-nav .nav-item .nav-link {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 20px;
  font-weight: 700;
  padding-bottom: 25px;
  margin-left: 0px;
  line-height: 23px;
  transition: all 0.3s;
  letter-spacing: 2.2px;
  font-family: var(--nav-font);
}
header nav .navbar-nav .nav-item .nav-link.active {
  color: var(--theme-color);
}
header nav .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: 0 0 11px -6px #000;
}
header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 10px 7px;
  min-width: 200px;
}
header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: var(--theme-color);
}
header nav .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
  max-height: 350px;
  overflow-y: scroll;
}
header .inner-page {
  background-color: #fff;
}
header .s-logo {
  display: none;
}
header.sticky {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
header.sticky .s-logo {
  display: block;
}
header.sticky nav .navbar-nav .nav-item .nav-link.active {
  color: var(--theme-color);
}
header.sticky .h-logo {
  display: none;
}
header.sticky .navbar.navbar-expand-lg {
  padding-top: 5px;
  padding-bottom: 5px;
}
header.sticky nav .navbar-nav .nav-item .nav-link {
  color: #000000;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--theme-color);
}

.galler-home {
  display: grid;
  grid-template-columns: re;
}

.bredcumb {
  padding: 172px 0 50px 0px;
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-image: linear-gradient(45deg, rgba(225, 96, 70, 0.94), rgba(225, 96, 73, 0.87)), url(img/bg1.jpg);
  background-position: center;
  position: relative;
  color: #fff;
}
.bredcumb h1 {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}
.bredcumb .bred-list-wrappe ul {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.bredcumb .bred-list-wrappe ul li {
  margin-right: 5px;
}
.bredcumb .bred-list-wrappe ul li:after {
  content: "\f105";
  font-family: "FontAwesome";
  padding-left: 8px;
  padding-right: 5px;
}
.bredcumb .bred-list-wrappe ul li:last-child:after {
  display: none;
}

.breadcrumb-page {
  background-color: hsl(0, 0%, 0%);
  padding: 185px 0 85px;
  background-image: url(img/destination-title-img.jpg);
  background-position: center;
  text-align: center;
}
.breadcrumb-page h1 {
  font-size: 60px;
  line-height: 1.167em;
  font-weight: 700;
  color: #fff;
}
.breadcrumb-page ul {
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
}
.breadcrumb-page ul li {
  color: #fff;
  margin: 0 5px;
  padding-right: 23px;
  position: relative;
}
.breadcrumb-page ul li:before {
  content: "\f105";
  position: absolute;
  right: 0;
  font-family: "fontawesome";
  top: 5px;
  font-size: 14px;
}
.breadcrumb-page ul li a {
  color: #fff;
}
.breadcrumb-page ul li:last-child:before {
  display: none;
}

.home-bannerss {
  position: relative;
}
.home-bannerss .bnt-main-conts {
  position: absolute;
  left: 0;
  width: 100%;
  top: 52%;
  transform: translateY(-50%);
}
.home-bannerss .bnt-main-conts .common-btn {
  margin-top: 4rem;
}
.home-bannerss .bnt-main-conts .common-btn:hover {
  background-color: #fff;
  border-color: transparent;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx {
  text-align: center;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx h2 {
  color: #fff;
  font-size: 50px;
  filter: drop-shadow(0px 1px 2px black);
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx h2 span {
  font-family: inherit;
  background-color: var(--theme-color);
  color: #fff;
  filter: unset;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx p {
  color: white;
  font-size: 22px;
}
.home-bannerss .bnt-imgss {
  position: relative;
}
.home-bannerss .bnt-imgss img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-bannerss .bnt-imgss:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6196078431), transparent 71%);
}
.home-bannerss .booking-form-container-wrapper {
  position: absolute;
  bottom: 163px;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0 15px;
}
.home-bannerss .booking-form-container-wrapper .booking-form {
  background-color: #fff;
  padding: 12px 20px;
  padding-top: 12px;
  border-radius: 0px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: var(--theme-color);
  text-align: left;
  display: flex;
}
.home-bannerss .booking-form-container-wrapper .booking-form .form-control,
.home-bannerss .booking-form-container-wrapper .booking-form .form-select {
  border-radius: 0px;
  border: 1px solid rgba(105, 105, 105, 0.137254902);
  font-size: 14px;
  height: 44px;
  padding: 10px 12px;
}
.home-bannerss .booking-form-container-wrapper .booking-form .form-control:focus,
.home-bannerss .booking-form-container-wrapper .booking-form .form-select:focus {
  border-color: var(--theme-color);
}
.home-bannerss .booking-form-container-wrapper .booking-form .input-group .form-control,
.home-bannerss .booking-form-container-wrapper .booking-form .input-group .form-select {
  border-radius: 0;
}
.home-bannerss .booking-form-container-wrapper .booking-form .input-group .input-group-text {
  background: transparent;
  border: none;
  color: var(--text-color);
}
.home-bannerss .booking-form-container-wrapper .booking-form .btn-view-availability {
  border: none;
  font-weight: 500;
  width: 100%;
  height: 48px;
  font-size: 15px;
  border-radius: 3px;
  font-family: var(--theme-font);
}
.home-bannerss .booking-form-container-wrapper .booking-form .btn-view-availability:hover {
  color: #fff;
}
.home-bannerss .booking-form-container-wrapper .booking-form .booking-info-icon a {
  color: var(--text-color);
  font-size: 20px;
  display: flex;
  align-items: center;
  height: 48px;
  padding-left: 15px;
}
.home-bannerss .booking-form-container-wrapper .booking-form .booking-info-icon a:hover {
  color: var(--theme-color);
}
.home-bannerss .booking-form-container-wrapper .booking-form .common-btn {
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.home-bannerss .booking-form-container-wrapper .booking-form .common-btn:hover {
  background: var(--heading-colo);
  color: white;
  border-color: var(--heading-colo) !important;
}
.home-bannerss .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.home-bannerss button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.home-bannerss button.owl-prev span {
  font-size: 70px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  color: #fff;
  padding-left: 1px;
  background-color: transparent;
}
.home-bannerss button.owl-prev span:hover {
  background-color: transparent;
  border-color: transparent;
}
.home-bannerss button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.home-bannerss button.owl-next span {
  font-size: 70px;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  padding-left: 1px;
  background-color: transparent;
}
.home-bannerss button.owl-next span:hover {
  background-color: transparent;
  border-color: transparent;
}

.sidebar {
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  /* You'll need an icon library like Font Awesome for these icons */
  /* Background image (the faint figure) */
}
.sidebar .sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.sidebar .logo {
  max-width: 250px;
  height: auto;
}
.sidebar .side-bar-menu ul {
  padding-left: 0;
}
.sidebar .side-bar-menu ul li {
  list-style: none;
}
.sidebar .side-bar-menu ul li a {
  line-height: 2;
}
.sidebar .close-button {
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  margin-top: -10px;
}
.sidebar .intro-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #b4b4b4;
}
.sidebar .latest-posts-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 1px;
}
.sidebar .post-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.sidebar .post-thumbnail {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}
.sidebar .post-details {
  flex-grow: 1;
}
.sidebar .post-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
.sidebar .post-title:hover {
  text-decoration: underline;
}
.sidebar .post-date {
  font-size: 14px;
  color: #fff;
}
.sidebar .contact-info {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
}
.sidebar .contact-info p {
  margin-bottom: 8px;
  display: flex;
  align-items: start;
  color: #fff;
  gap: 8px;
}
.sidebar .contact-info p i {
  margin-top: 10px;
}
.sidebar .contact-info p:last-child {
  margin-bottom: 0;
}
.sidebar .fa-phone,
.sidebar .fa-envelope {
  color: #fff;
  /* Icon color */
}
.sidebar .social-links {
  display: flex;
  gap: 15px;
  /* Space between social icons */
  margin-top: 30px;
}
.sidebar .social-icon {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.sidebar .social-icon:hover {
  color: #fff;
  /* Lighter on hover */
}
.sidebar::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -50px;
  /* Adjust position to show only part of the figure */
  width: 300px;
  /* Approximate size of the figure */
  height: 600px;
  /* Approximate size */
  background-image: url("path/to/your/background-figure.png");
  /* Replace with your image */
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
  /* Make it very faint */
  z-index: 0;
  /* Ensure it's behind other content */
  pointer-events: none;
  /* Prevent it from interfering with clicks */
}

.for-lg-bg {
  background: url("img/h1-background-1.png");
  background: cover;
}

.cursive {
  font-family: var(--cursive-font);
  font-size: 50px;
  color: var(--theme-color);
}

/* Section specific styling */
.travel-section {
  position: relative;
  /* Adjust max width of the content area */
  margin: 0 auto;
  /* Center the section */
  /* Padding inside the section for overall spacing */
  display: flex;
  justify-content: center;
  /* Center the content wrapper within the section */
  align-items: center;
  /* Location Pin */
}
.travel-section .container {
  width: 100%;
}
.travel-section .content-wrapper {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 20px;
  border-radius: 8px;
  align-items: center;
}
.travel-section .video-player {
  display: flex;
}
.travel-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
}
.travel-section .new-badge {
  background-color: #ffcc00;
  /* Yellow background */
  color: #000;
  /* Black text */
  padding: 5px 10px;
  font-size: 0.8em;
  font-weight: bold;
  border-radius: 3px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.travel-section .video-info {
  padding: 30px;
  padding-bottom: 20px;
}
.travel-section .video-info h3 {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: -10px;
  margin-bottom: 10px;
}
.travel-section .video-info p {
  margin: 20px 10px 0px 0px;
  font-size: 16px;
  opacity: 0.9;
  color: white;
}
.travel-section .play-button {
  background-color: var(--theme-color);
  /* Yellow */
  border: none;
  border-radius: 100px;
  width: 70px;
  /* Size of the button */
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  margin-left: 30px;
}
.travel-section .play-button:hover {
  background: white;
}
.travel-section .play-button svg {
  color: #000;
  /* Black triangle */
  width: 40px;
  /* Size of the play icon */
  height: 40px;
  margin-left: 5px;
  /* Slight adjustment for triangle visual centering */
}
.travel-section .text-column {
  flex: 1;
  /* Allows it to grow and shrink */
  min-width: 300px;
  /* Minimum width before wrapping */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Vertically center content */
  padding-left: 20px;
  /* Space from the video column */
}
.travel-section .text-column h2 {
  font-size: 33px;
  font-weight: bold;
  color: #333;
  /* Darker text for heading */
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}
.travel-section .text-column p {
  font-size: 17px;
  line-height: 1.7;
  color: #2d2d2d;
  /* Medium gray for paragraph text */
  margin-bottom: 15px;
}
.travel-section .btn-see-more {
  display: inline-block;
  background-color: var(--theme-color);
  /* Yellow button */
  color: #fff;
  /* Black text */
  padding: 15px 30px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0px;
  transition: background-color 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.travel-section .btn-see-more:hover {
  background-color: var(--heading-colo);
  /* Slightly darker yellow on hover */
}
.travel-section .location-pin {
  position: absolute;
  right: 20px;
  /* Adjust position from the right */
  bottom: 0px;
  /* Adjust vertical position */
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  /* Make it non-interactive */
}
.travel-section .location-pin .pin-icon {
  width: 40px;
  /* Size of the pin icon */
  height: auto;
  margin-bottom: 5px;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  /* Subtle shadow for the pin */
}
.travel-section .location-pin span {
  font-size: 1.2em;
  color: #666;
  /* Color of the location text */
  font-family: "Dancing Script", cursive;
  /* Example for a script font, import if used */
  transform: rotate(-10deg);
  /* Slight rotation */
  white-space: nowrap;
  /* Prevent text wrapping */
}

.tours-home.common-space {
  padding-top: 0px;
}
.tours-home .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.tours-home button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.tours-home button.owl-prev span {
  font-size: 70px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  color: #fff;
  padding-left: 1px;
  background-color: transparent;
}
.tours-home button.owl-prev span:hover {
  background-color: transparent;
  border-color: transparent;
}
.tours-home button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.tours-home button.owl-next span {
  font-size: 70px;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  padding-left: 1px;
  background-color: transparent;
}
.tours-home button.owl-next span:hover {
  background-color: transparent;
  border-color: transparent;
}
.tours-home .owl-theme .owl-dots .owl-dot.active span,
.tours-home .owl-theme .owl-dots .owl-dot:hover span {
  margin-top: 20px;
  background: var(--theme-color);
}
.tours-home .tours-grid .tours-item {
  position: relative;
}
.tours-home .tours-grid .tours-item::before {
  content: "";
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  transition: 0.3;
}
.tours-home .tours-grid .tours-item .content {
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: white;
  width: 100%;
  padding: 20px;
  transform: translateY(10px);
  transition: 0.3s;
}
.tours-home .tours-grid .tours-item .content h4 {
  font-size: 25px;
  line-height: 1.333em;
  font-weight: 700;
}
.tours-home .tours-grid .tours-item .content .main {
  height: 0%;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
  margin-bottom: -25px;
}
.tours-home .tours-grid .tours-item .content p {
  color: white;
  font-size: 19px;
}
.tours-home .tours-grid .tours-item .content .price {
  font-family: var(--heading-font);
  color: #ff8922;
  font-size: 25px;
}
.tours-home .tours-grid .tours-item .content .price span {
  color: white;
  font-family: var(--heading-font);
  font-size: 20px;
  font-style: italic;
}
.tours-home .tours-grid .tours-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 360px;
}
.tours-home .tours-grid .tours-item:hover .content {
  transform: translateY(-10px);
}
.tours-home .tours-grid .tours-item:hover .main {
  height: 100%;
  overflow: visible;
  opacity: 1;
  transition: 0.3s;
  margin-bottom: 0px;
}
.tours-home .tours-grid .tours-item:hover::before {
  background: rgba(0, 0, 0, 0.5254901961);
}

/* Sidebar Base Styles */
.sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  /* Hidden initially */
  width: 380px;
  height: 100vh;
  background-color: #1c1c1c;
  z-index: 9999;
  padding: 2rem;
  overflow: hidden;
  color: #ffffff;
  transition: right 0.4s ease-in-out;
}

/* Sidebar Open State */
.sidebar.sidebar-open {
  right: 0;
}

/* Sidebar Header */
.sidebar .sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar .sidebar-header .logo {
  max-width: 180px;
}

.sidebar .sidebar-header .close-button {
  font-size: 50px;
  color: #b4b4b4;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.sidebar .sidebar-header .close-button:hover {
  color: var(--theme-color);
  /* Yellow highlight on hover */
}

.top-reviews-section {
  background-color: #F3EEEA;
}
.top-reviews-section.common-space {
  padding-bottom: 30px;
}
.top-reviews-section .owl-theme .owl-dots .owl-dot.active span,
.top-reviews-section .owl-theme .owl-dots .owl-dot:hover span {
  margin-top: 20px;
  background: var(--theme-color);
}
.top-reviews-section .review-carousel {
  padding: 4rem;
  padding-bottom: 0;
  padding-top: 1.5rem;
  background-image: url("img/world-map.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.top-reviews-section .review-carousel .content-reviews {
  background-color: #fff;
  border-radius: 8px;
  padding: 2px 15px 20px;
  position: relative;
}
.top-reviews-section .review-carousel .content-reviews:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  bottom: -46px;
  height: 50px;
  /* background-color: red; */
  border-left: solid rgba(0, 0, 0, 0) 25px;
  border-right: solid transparent 25px;
  border-top: solid #ffffff 25px;
  border-bottom: solid 25px transparent;
  display: nones;
}
.top-reviews-section .review-carousel .content-reviews .pro-dts {
  padding-left: 17px;
  text-align: center;
}
.top-reviews-section .review-carousel .content-reviews .pro-dts h4 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
  font-family: var(--theme-font);
}
.top-reviews-section .review-carousel .content-reviews .pro-dts h6 {
  font-family: var(--theme-font);
  font-size: 14px;
  color: var(--theme-color);
  margin-top: 5px;
}
.top-reviews-section .review-carousel .review-slide {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.top-reviews-section .review-carousel .review-slide .review-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
}
.top-reviews-section .review-carousel .review-slide .common-heading {
  margin-bottom: 25px;
}
.top-reviews-section .review-carousel .review-slide .review-stars {
  color: var(--theme-color);
  margin-bottom: 1.5rem;
}
.top-reviews-section .review-carousel .review-slide .review-text {
  font-size: 17px;
  margin-bottom: 1.5rem;
  margin-left: 30px;
  margin-right: 30px;
}
.top-reviews-section .review-carousel .review-slide .reviewer {
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}
.top-reviews-section .review-carousel .review-slide .reviewer .reviewer-image img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-reviews-section .owl-prev {
  position: absolute;
  left: 0;
  top: 36%;
  background-color: var(--theme-color) !important;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-reviews-section .owl-prev span {
  color: #fff !important;
  font-size: 20px;
}
.top-reviews-section .owl-next {
  position: absolute;
  right: 0;
  top: 36%;
  background-color: var(--theme-color) !important;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-reviews-section .owl-next span {
  color: #fff !important;
  font-size: 20px;
}

.exotic-places-section {
  background-color: #fff;
  background-image: url("img/h1-background-2.jpg");
  /* --- NEW & IMPROVED DYNAMIC PATTERN --- */
}
.exotic-places-section.common-space {
  padding-bottom: 30px;
}
.exotic-places-section .section-subtitle {
  max-width: 700px;
  margin: 0 auto 2.5rem;
  color: #666;
  font-size: 1.1rem;
}
.exotic-places-section .grid-container {
  display: grid;
  gap: 22px;
  grid-auto-rows: minmax(200px, auto);
}
.exotic-places-section .grid-container .grid-item {
  position: relative;
  overflow: hidden;
}
.exotic-places-section .grid-container .grid-item a, .exotic-places-section .grid-container .grid-item img {
  width: 100%;
  height: 100%;
  display: block;
}
.exotic-places-section .grid-container .grid-item img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.exotic-places-section .grid-container .grid-item:hover img {
  transform: scale(1.05);
}
.exotic-places-section .grid-container.layout-1 {
  grid-template-columns: 1fr;
}
.exotic-places-section .grid-container.layout-2 {
  grid-template-columns: 1fr 1fr;
}
.exotic-places-section .grid-container.layout-3 {
  grid-template-columns: 2fr 1fr;
}
.exotic-places-section .grid-container.layout-3 .grid-item:nth-child(1) {
  grid-row: span 2;
}
.exotic-places-section .grid-container.layout-3 .grid-item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.exotic-places-section .grid-container.layout-3 .grid-item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.exotic-places-section .grid-container.layout-4 {
  grid-template-columns: repeat(3, 1fr);
}
.exotic-places-section .grid-container.layout-4 .grid-item:nth-child(1) {
  grid-row: span 2;
}
.exotic-places-section .grid-container.layout-4 .grid-item:nth-child(4) {
  grid-column: 2/4;
  grid-row: 2;
  max-height: 500px;
}
.exotic-places-section .grid-container.layout-5 {
  grid-template-columns: repeat(4, 1fr);
}
.exotic-places-section .grid-container.layout-5 .grid-item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.exotic-places-section .grid-container.layout-5 .grid-item:nth-child(2) {
  grid-column: 3/5;
}
.exotic-places-section .grid-container.layout-5 .grid-item:nth-child(3) {
  grid-column: 3/5;
}
.exotic-places-section .grid-container.layout-5 .grid-item:nth-child(5) {
  grid-column: 2/5;
  max-height: 500px;
}
.exotic-places-section .grid-container.layout-6 {
  grid-template-columns: repeat(6, 1fr);
}
.exotic-places-section .grid-container.layout-6 .grid-item:nth-child(1) {
  grid-column: span 4;
  grid-row: span 2;
}
.exotic-places-section .grid-container.layout-6 .grid-item:nth-child(2) {
  grid-column: span 2;
  grid-row: span 2;
}
.exotic-places-section .grid-container.layout-6 .grid-item:nth-child(3) {
  grid-column: span 2;
}
.exotic-places-section .grid-container.layout-6 .grid-item:nth-child(4) {
  grid-column: span 2;
}
.exotic-places-section .grid-container.layout-6 .grid-item:nth-child(5) {
  grid-column: span 2;
}
.exotic-places-section .grid-container.layout-6 .grid-item:nth-child(6) {
  grid-column: span 6;
}
.exotic-places-section .grid-container.layout-7 {
  grid-template-columns: repeat(6, 1fr);
}
.exotic-places-section .grid-container.layout-7 .grid-item:nth-child(1) {
  grid-column: span 4;
  grid-row: span 2;
}
.exotic-places-section .grid-container.layout-7 .grid-item:nth-child(2) {
  grid-column: span 2;
  grid-row: span 2;
}
.exotic-places-section .grid-container.layout-7 .grid-item:nth-child(3) {
  grid-column: span 2;
}
.exotic-places-section .grid-container.layout-7 .grid-item:nth-child(4) {
  grid-column: span 2;
}
.exotic-places-section .grid-container.layout-7 .grid-item:nth-child(5) {
  grid-column: span 2;
}
.exotic-places-section .grid-container.layout-7 .grid-item:nth-child(6) {
  grid-column: span 6;
}
.exotic-places-section .grid-container.layout-7 .grid-item:nth-child(7) {
  grid-column: span 6;
}
.exotic-places-section .grid-container.layout-8 {
  grid-template-columns: repeat(6, 1fr);
}
.exotic-places-section .grid-container.layout-8 .grid-item:nth-child(1) {
  grid-column: span 4;
  grid-row: span 2;
}
.exotic-places-section .grid-container.layout-8 .grid-item:nth-child(2) {
  grid-column: span 2;
  grid-row: span 2;
}
.exotic-places-section .grid-container.layout-8 .grid-item:nth-child(3) {
  grid-column: span 2;
}
.exotic-places-section .grid-container.layout-8 .grid-item:nth-child(4) {
  grid-column: span 2;
}
.exotic-places-section .grid-container.layout-8 .grid-item:nth-child(5) {
  grid-column: span 2;
}
.exotic-places-section .grid-container.layout-8 .grid-item:nth-child(6) {
  grid-column: span 6;
}
.exotic-places-section .grid-container.layout-8 .grid-item:nth-child(7) {
  grid-column: span 3;
}
.exotic-places-section .grid-container.layout-8 .grid-item:nth-child(8) {
  grid-column: span 3;
}
.exotic-places-section .grid-container.layout-default {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.exotic-places-section .text-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-size: 26px;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  z-index: 1;
  font-family: var(--heading-font);
}

.dare-section .content-box {
  background-color: #1c1c1c;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  background-image: url("img/overlay-illustration.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.dare-section .content-box .content-wrapper {
  max-width: 500px;
  text-align: center;
}
.dare-section .content-box .content-wrapper .subtitle {
  font-family: var(--cursive-font);
  font-size: 60px;
  font-style: italic;
  color: #ffc107;
  display: block;
  margin-bottom: 0rem;
}
.dare-section .content-box .content-wrapper .common-heading {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.dare-section .content-box .content-wrapper p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.dare-section .content-box .content-wrapper .common-btn {
  background: none;
  border: none;
  color: var(--theme-color);
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding: 0;
  overflow: visible;
}
.dare-section .content-box .content-wrapper .common-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: var(--theme-color);
}
.dare-section .content-box .content-wrapper .common-btn:hover {
  color: #ffffff;
}
.dare-section .content-box .content-wrapper .common-btn:hover::after {
  background-color: #ffffff;
}
.dare-section .image-box img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 86vh !important;
}
@media (max-width: 768px) {
  .dare-section .content-box,
  .dare-section .image-box {
    text-align: center;
  }
  .dare-section .content-box {
    padding: 2rem;
    background-size: cover;
  }
}

.last-min {
  background: url("img/h1-img-6.jpg");
  background: cover;
}
.last-min .section-subtitle {
  max-width: 700px;
  margin: 0 auto 2.5rem;
  color: #666;
  font-size: 1.1rem;
}
.last-min .tours-grid {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin: 20px auto;
  gap: 20px;
}
.last-min .tours-grid .tours-item {
  position: relative;
  margin-bottom: 1em;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  overflow: hidden;
}
.last-min .tours-grid .tours-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.last-min .tours-grid .tours-item::before {
  content: "";
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  transition: 0.3;
}
.last-min .tours-grid .tours-item .content {
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: white;
  width: 100%;
  padding: 20px;
  transform: translateY(10px);
  transition: 0.3s;
}
.last-min .tours-grid .tours-item .content h4 {
  font-size: 26px;
}
.last-min .tours-grid .tours-item .content .main {
  height: 0%;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
  margin-bottom: -25px;
}
.last-min .tours-grid .tours-item .content p {
  color: white;
}
.last-min .tours-grid .tours-item:hover .content {
  transform: translateY(-10px);
}
.last-min .tours-grid .tours-item:hover .main {
  height: 100%;
  overflow: visible;
  opacity: 1;
  transition: 0.3s;
  margin-bottom: 0px;
}
.last-min .tours-grid .tours-item:hover::before {
  background: rgba(0, 0, 0, 0.1843137255);
}

.choose-tour-section {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.281), rgba(0, 0, 0, 0.281)), url("img/nepal.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  background-attachment: fixed;
}
.choose-tour-section .section-subtitle {
  color: #ddd;
  font-size: 1.1rem;
  max-width: 750px;
  margin: 0 auto 2.5rem;
}
.choose-tour-section .tour-icons-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10rem;
  margin-top: 3rem;
}
.choose-tour-section .tour-icons-grid .tour-icon {
  text-align: center;
  color: #fff;
  transition: transform 0.3s;
}
.choose-tour-section .tour-icons-grid .tour-icon i {
  font-size: 4.5rem;
  margin-bottom: 1.2rem;
}
.choose-tour-section .tour-icons-grid .tour-icon h5 {
  font-weight: 600;
  font-size: 20px;
}
.choose-tour-section .tour-icons-grid .tour-icon:hover {
  transform: translateY(-5px);
  color: #ffc107;
}
.choose-tour-section .tour-icons-grid .tour-icon:hover i {
  color: #ffc107;
}
@media (max-width: 768px) {
  .choose-tour-section .tour-icons-grid {
    gap: 2rem;
  }
  .choose-tour-section .tour-icons-grid .tour-icon i {
    font-size: 2.5rem;
  }
}

.blog-posts-section {
  background-color: #fff;
}
.blog-posts-section.common-space {
  padding-top: 30px;
}
.blog-posts-section .section-subtitle {
  font-size: 19px;
  color: #666;
  max-width: 800px;
  margin: 22px auto 2.5rem;
}
.blog-posts-section .blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 768px) {
  .blog-posts-section .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .blog-posts-section .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-posts-section .blog-grid .blog-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  background: #f1f1f1;
  margin-bottom: 0rem;
  display: inline-block;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.blog-posts-section .blog-grid .blog-item .con-blogs {
  display: block;
  padding: 15px 18px;
}
.blog-posts-section .blog-grid .blog-item img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}
.blog-posts-section .blog-grid .blog-item h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0em 1.2rem;
  color: #222;
  transition: color 0.3s ease;
  text-align: start;
}
.blog-posts-section .blog-grid .blog-item .meta {
  font-size: 15px;
  color: #c2c2c2;
  display: flex;
  gap: 1.5rem;
  margin: 1rem 0rem;
}
.blog-posts-section .blog-grid .blog-item .meta i {
  margin-right: 0.25rem;
}
.blog-posts-section .blog-grid .blog-item:hover {
  transform: translateY(-5px);
}
.blog-posts-section .blog-grid .blog-item:hover img {
  transform: scale(1.05);
}
.blog-posts-section .blog-grid .blog-item:hover h5 {
  color: #ffc107;
}

.newsletter-section {
  padding-top: 0;
  padding-bottom: 0;
}
.newsletter-section .newsletter-banner {
  background-color: #ffc107;
  background-image: url("img/h1-img-7.jpg");
  background-repeat: repeat;
  padding: 2rem 1.5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -50px;
  z-index: 2;
  position: relative;
}
.newsletter-section .newsletter-banner .newsletter-text h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.newsletter-section .newsletter-banner .newsletter-text p {
  margin: 0;
  font-size: 1rem;
}
.newsletter-section .newsletter-banner .newsletter-form {
  display: flex;
  width: 100%;
  max-width: 775px;
}
.newsletter-section .newsletter-banner .newsletter-form input {
  padding: 1rem 1rem;
  border: none;
  width: 100%;
  max-width: 100%;
}
.newsletter-section .newsletter-banner .newsletter-form button {
  background-color: #1c1c1c;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.newsletter-section .newsletter-banner .newsletter-form button:hover {
  background-color: #000;
}
.newsletter-section .tnp.tnp-subscription form {
  display: flex;
}
.newsletter-section .tnp.tnp-subscription form input#tnp-1 {
  width: 450px;
}
.newsletter-section .tnp.tnp-subscription form input.tnp-emial {
  width: 450px;
}
.newsletter-section .tnp.tnp-subscription form .tnp-field.tnp-field-button input {
  background-color: var(--theme-color);
}
.newsletter-section .tnp.tnp-subscription .tnp-field label {
  display: none;
}
.newsletter-section .newsletter-bottom {
  display: flex;
  flex-wrap: wrap;
}
.newsletter-section .newsletter-bottom .discount-box {
  position: relative;
  min-height: 612px;
}
.newsletter-section .newsletter-bottom .discount-box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.newsletter-section .newsletter-bottom .discount-box .discount-text {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}
.newsletter-section .newsletter-bottom .discount-box .discount-text h2 {
  font-size: 200px;
  font-weight: 800;
  margin-bottom: -80px;
  margin-left: 25px;
}
.newsletter-section .newsletter-bottom .discount-box .discount-text span {
  font-family: var(--cursive-font);
  font-style: italic;
  font-size: 131px;
  color: var(--theme-color);
  transform: translateX(-70px);
  display: block;
}
.newsletter-section .newsletter-bottom .info-box {
  background-color: #f7f7f7;
  background-image: url("img/elephant-sketch.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  padding: 6rem;
}
.newsletter-section .newsletter-bottom .info-box .info-content {
  max-width: 500px;
}
.newsletter-section .newsletter-bottom .info-box .info-content .common-heading {
  margin-bottom: 20px;
}
.newsletter-section .newsletter-bottom .info-box .info-content p {
  color: rgb(129, 129, 129);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.newsletter-section .newsletter-bottom .info-box .info-content .common-btn.light {
  background: none;
  border: none;
  color: var(--theme-color);
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding: 0;
  overflow: visible;
}
.newsletter-section .newsletter-bottom .info-box .info-content .common-btn.light::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: var(--theme-color);
}
.newsletter-section .newsletter-bottom .info-box .info-content .common-btn.light:hover {
  color: #000;
}
.newsletter-section .newsletter-bottom .info-box .info-content .common-btn.light:hover::after {
  background-color: #000;
}
@media (max-width: 768px) {
  .newsletter-section .info-box {
    padding: 2rem;
    background-size: 40%;
  }
  .newsletter-section .discount-text h2 {
    font-size: 3rem;
  }
  .newsletter-section .discount-text span {
    font-size: 2rem;
  }
}

.search-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #252525;
  z-index: 999;
  align-items: center;
  justify-content: center;
}
.search-popup.active {
  display: flex;
}
.search-popup .serch-containr {
  width: 700px;
  max-width: 98%;
  background-color: #ffffff;
  padding: 20px 20px;
  border-radius: 4px;
  position: relative;
}
.search-popup .serch-containr .close {
  position: absolute;
  right: -77px;
  top: -57px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 3px #ddd;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
}
.search-popup .serch-containr form {
  display: flex;
  align-items: center;
}
.search-popup .serch-containr form input {
  line-height: 50px;
  height: 50px;
  border-radius: 0;
}
.search-popup .serch-containr form .common-btn {
  margin-top: 0;
  line-height: 50px;
  height: 50px;
  border-radius: 0;
  background-color: var(--theme-color);
  color: #fff;
  border-color: transparent;
  margin-left: 1.5rem;
  line-height: 1;
  font-size: 20px;
}
.search-popup .serch-containr form .common-btn:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.site-footer {
  background-color: #1c1c1c;
  color: #ccc;
  padding: 4rem 0 1rem;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
}
.site-footer .footer-col h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
  margin-bottom: 30px;
}
.site-footer .footer-col p,
.site-footer .footer-col small,
.site-footer .footer-col li {
  font-size: 17px;
  color: #ccc;
}
.site-footer .footer-col a {
  color: #bdbdbd;
  text-decoration: none;
  font-size: 17px;
}
.site-footer .footer-col a:hover {
  color: #fff;
}
.site-footer .footer-col .footer-post {
  margin-bottom: 1rem;
}
.site-footer .footer-col .footer-post a {
  display: block;
  margin-bottom: 0.25rem;
}
.site-footer .footer-col .footer-post small {
  font-size: 0.8rem;
  color: #aaa;
}
.site-footer .footer-col .contact-info {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.site-footer .footer-col .contact-info li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.site-footer .footer-col .contact-info li i {
  margin-right: 0.5rem;
  color: var(--theme-color);
}
.site-footer .footer-col .twitter-feed {
  color: white;
}
.site-footer .footer-col .social-icons {
  display: flex;
  gap: 0rem;
  margin-top: 0.5rem;
}
.site-footer .footer-col .social-icons a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--theme-color);
  color: white;
  text-decoration: none;
  margin-right: 15px;
  font-size: 14px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .footer-col .social-icons a:hover {
  color: var(--theme-hover1);
  transform: scale(1.1);
}
.site-footer .footer-col .social-icons a:nth-child(1) {
  background: #3B5998;
}
.site-footer .footer-col .social-icons a:nth-child(4) {
  background: black;
}
.site-footer .footer-col .social-icons a:nth-child(3) {
  background: #0077B5;
}
.site-footer .footer-col .social-icons a:nth-child(2) {
  background: linear-gradient(#f9ce34, #ee2a7b, #6228d7);
}
.site-footer .footer-col .footer-logo {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.site-footer .footer-col .footer-logo img {
  max-width: 170px;
  margin-bottom: 10px;
}
.site-footer .footer-col .footer-logo .footer-logo-box {
  background: var(--theme-color);
  color: #000;
  padding: 0 0.3rem;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 1.5rem;
  margin-right: 0.25rem;
}
.site-footer .footer-col .footer-logo .footer-logo-text {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #fff;
}
.site-footer .footer-bottom {
  border-top: 1px solid #333;
  margin-top: 2rem;
  padding-top: 1rem;
  text-align: center;
}
.site-footer .footer-bottom p {
  font-size: 15px;
  color: #bdbdbd;
  margin-bottom: 0;
}
.site-footer .footer-menu {
  padding-left: 0;
}
.site-footer .footer-menu li {
  line-height: 1.9;
}
.site-footer h6 {
  font-size: 18px;
  color: #fff;
}

.tours-listing {
  padding-bottom: 45px;
}
.tours-listing .tours-wraps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.tours-listing .cate-detail {
  padding: 10px;
  margin-bottom: 25px;
  background: #eeeeee;
  border-left: 10px solid var(--theme-color);
  padding-left: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  line-height: 1.8;
}
.tours-listing .tours-item {
  position: relative;
  box-shadow: 0 5px 18px -10px #000;
  background: #fff;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--theme-color);
  min-height: 403px;
}
.tours-listing .tours-item img {
  height: 280px;
}
.tours-listing .tours-item .tour-img-wrapper {
  position: relative;
  overflow: hidden;
}
.tours-listing .tours-item .tour-img-wrapper::before {
  content: "";
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  transition: 0.3s;
}
.tours-listing .tours-item .content-new {
  padding: 9px 8px;
  min-height: 63px;
}
.tours-listing .tours-item .content-new h4 {
  font-size: 18px;
  margin-top: 1rem;
  line-height: 1.333em;
  font-weight: 700;
}
.tours-listing .tours-item .content-new p {
  font-size: 16px;
  padding-bottom: 3px;
}
.tours-listing .tours-item .content-new .price {
  font-family: var(--heading-font);
  color: #ff8922;
  font-size: 25px;
}
.tours-listing .tours-item .content-new .price span {
  font-family: var(--heading-font);
  font-size: 20px;
  font-style: italic;
}
.tours-listing .tours-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 260px;
}
.tours-listing .tours-item:hover .tour-img-wrapper:before {
  background: rgba(0, 0, 0, 0.5254901961);
}

.side-form {
  background-image: url(img/side-img.png);
  background-size: contain;
  margin-bottom: 1.5rem;
  /* Custom dropdown arrow for select element */
  /* Custom message box */
}
.side-form #destinationForm {
  display: flex;
}
.side-form .form-container {
  padding: 1.3rem;
  box-shadow: 0 5px 18px -10px #000;
  width: 100%;
  margin-bottom: 2.5rem;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 0;
}
.side-form .input-group {
  position: relative;
  margin-bottom: 1.25rem;
  /* mb-5 equivalent */
}
.side-form h2 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
  color: #303030;
  margin-bottom: 1rem;
}
.side-form .input-group svg {
  position: absolute;
  left: 1rem;
  /* px-4 equivalent */
  top: 50%;
  width: 20px;
  transform: translateY(-50%);
  color: #6b7280;
  /* text-gray-500 equivalent */
  z-index: 10;
  /* Ensure icon is above input */
}
.side-form .input-field {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 3rem;
  border: 1px solid #d1d5db;
  border-radius: 0;
  font-size: 1rem;
  color: #1f2937;
  box-sizing: border-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
}
.side-form .input-field:focus {
  outline: none;
  border-color: #3b82f6;
  /* focus:border-blue-500 */
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
  /* focus:ring-2 focus:ring-blue-500/50 */
}
.side-form .input-group.has-dropdown .input-field {
  padding-right: 3rem;
  /* Space for custom arrow */
}
.side-form .input-group.has-dropdown::after {
  content: "▼";
  /* Unicode down arrow */
  font-size: 0.75rem;
  color: #6b7280;
  position: absolute;
  right: 1.25rem;
  /* Adjust position */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* Allow clicks to pass through to select */
}
.side-form .checkbox-group input[type=checkbox]:checked {
  background-color: #fbbf24;
  /* bg-yellow-400 */
  border-color: #fbbf24;
  /* border-yellow-400 */
}
.side-form .checkbox-group input[type=checkbox]:checked::after {
  content: "✔";
  /* Checkmark icon */
  color: white;
  font-size: 0.8rem;
  line-height: 1;
  /* Adjust vertical alignment */
}
.side-form .checkbox-group label {
  font-size: 1rem;
  /* text-base */
  color: #374151;
  /* text-gray-700 */
  cursor: pointer;
  flex-grow: 1;
  /* Allow label to take remaining space */
}
.side-form .search-button {
  width: 260px;
  padding: 0rem 1.5rem;
  height: 48px;
  background-color: var(--theme-color);
  color: #fff;
  font-weight: 700;
  border-radius: 0rem;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  border: none;
  /* mt-8 */
  text-transform: uppercase;
  /* Make text uppercase */
  letter-spacing: 0.05em;
  /* tracking-wide */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.side-form .search-button:hover {
  background-color: #facc15;
  /* A slightly darker yellow on hover */
}
.side-form .message-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 20px 30px;
  border-radius: 10px;
  z-index: 1000;
  display: none;
  font-size: 1.1rem;
  text-align: center;
}

.tbs-sec {
  background: #fff;
}
.tbs-sec.fixed {
  position: fixed;
  left: 100%;
  top: 169px;
  left: 0;
  z-index: 41;
  width: 100%;
}
.tbs-sec.fixed .tab-buttons {
  box-shadow: 0 0 17px -5px #000;
}

.tab-buttons {
  display: flex;
  /* justify-content: center; */
  background-color: #ffffff;
  gap: 0;
  margin-top: 0;
  margin-left: -12px;
}
.tab-buttons .tab-button {
  margin: 0;
  padding: 14px 35px;
  width: auto;
  width: 100%;
  /* display: block; */
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-right: 1px solid #eaeaea;
  /* border-radius: 40px; */
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: linear-gradient(to right, #f29c45, #e67816, #c8610f);
}
.tab-buttons .tab-button span {
  display: inline-block;
  line-height: 20px;
  letter-spacing: 0.025em;
  margin: 0;
  color: #ffffff;
}
.tab-buttons .tab-button svg {
  width: 1.25rem;
  height: 1.25rem;
  color: white;
}
.tab-buttons .tab-button:hover {
  color: #1f2937;
  background-color: #e5e7eb;
}
.tab-buttons .tab-button.active {
  color: #ffffff !important;
  border-bottom-color: #fbbf24;
  background: #1c1c1c;
}
.tab-buttons .tab-button.active svg {
  color: var(--theme-color);
}

/* Tabs Styling */
.tabs-container .tab-content {
  padding: 1.5rem;
  background-color: #ffffff;
  display: none;
}
.tabs-container .tab-content.active {
  display: block;
}

.tours-single {
  padding: 50px 0;
  background-color: #ebebeb;
}
.tours-single h2 {
  display: block;
  margin: 0 22px 0 0;
  float: left;
  font-size: 30px;
  line-height: 1.333em;
  font-weight: 700;
  color: #303030;
  width: 100%;
  margin-bottom: 1.5rem;
}
.tours-single p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--text-color);
}
.tours-single .price-section .tour-name {
  display: flex;
  flex-direction: column;
}
.tours-single .price-section h2 {
  display: block;
  margin: 0 22px 0 0;
  float: left;
  font-size: 30px;
  line-height: 1.333em;
  font-weight: 700;
  color: #303030;
  width: 100%;
  margin-bottom: 1.5rem;
}
.tours-single .price-section .meta-details {
  display: flex;
  padding-left: 0;
}
.tours-single .price-section .meta-details li {
  color: var(--text-color);
  margin-right: 15px;
  font-size: 17px;
}
.tours-single .price-section .meta-details li i {
  margin-right: 5px;
  color: var(--theme-color);
}
.tours-single .common-page ul li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}
.tours-single .common-page ul li li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  font-family: "fontawesome";
  top: 2px;
  color: #d39215;
}
.tours-single .common-page h2,
.tours-single .common-page h3,
.tours-single .common-page h4,
.tours-single .common-page h5 {
  color: var(--theme-color);
  font-weight: 600;
}
.tours-single .details-container {
  background-color: #ffffff;
  padding: 2.5rem 0;
  border-radius: 0.75rem;
  width: 100%;
  box-sizing: border-box;
}
.tours-single .details-container .detail-row {
  display: grid;
  justify-content: space-between;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.tours-single .details-container .detail-row:last-of-type {
  border-bottom: none;
}
.tours-single .details-container .detail-label {
  flex-shrink: 0;
  margin-right: 1.5rem;
  min-width: 150px;
  font-family: var(--heading-font);
  font-size: 18px;
  line-height: 1.667em;
  font-weight: 700;
  color: #303030;
}
.tours-single .details-container .detail-value {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: var(--text-color);
}
.tours-single .details-container .included-section,
.tours-single .details-container .not-included-section {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.tours-single .details-container .included-section:last-of-type,
.tours-single .details-container .not-included-section:last-of-type {
  border-bottom: none;
}
.tours-single .details-container .section-title {
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}
.tours-single .details-container .items-grid {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
.tours-single .details-container .item {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #4b5563;
}
.tours-single .details-container .icon-check {
  color: #22c55e;
  margin-right: 0.5rem;
  font-size: 1.1rem;
}
.tours-single .details-container .icon-cross {
  color: #ef4444;
  margin-right: 0.5rem;
  font-size: 1.1rem;
}
.tours-single .tour-plan-container {
  background-color: #ffffff;
  width: 100%;
  /* Adjusted max-width for better content flow */
  box-sizing: border-box;
}
.tours-single .tour-plan-container .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 2rem;
}
.tours-single .tour-plan-container .day-entry {
  margin-bottom: 2rem;
  width: 100%;
}
.tours-single .tour-plan-container .day-entry img {
  width: 100%;
  margin-bottom: 6px;
  margin-top: 6px;
}
.tours-single .tour-plan-container .day-number-circle {
  background-color: var(--theme-color);
  color: #1f2937;
  font-weight: 700;
  font-size: 1.25rem;
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.tours-single .tour-plan-container .day-content {
  flex-grow: 1;
}
.tours-single .tour-plan-container .day-header {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.75rem;
}
.tours-single .tour-plan-container .day-description {
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 1rem;
}
.tours-single .tour-plan-container .day-details-list {
  list-style: none;
  /* Remove default bullet points */
  padding-left: 0;
  margin-bottom: 0;
}
.tours-single .tour-plan-container .day-details-list li {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 0.5rem;
}
.tours-single .tour-plan-container .day-details-list li:last-child {
  margin-bottom: 0;
}
.tours-single .tour-plan-container .day-details-list li .icon-bullet {
  color: #22c55e;
  /* Green checkmark */
  margin-right: 0.75rem;
  font-size: 1.1rem;
  line-height: inherit;
  /* Align with text baseline */
}
.tours-single .tour-plan-container .day-details-list li.dot-bullet .icon-bullet {
  color: #374151;
  /* Dark grey for dots */
  font-size: 1.5rem;
  /* Larger for better visibility */
  line-height: 0.8;
  /* Adjust to center vertically */
}
.tours-single .from-our-gal-container img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.tours-single .gallery-container {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.tours-single .gallery-container .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  width: 100%;
}
.tours-single .sidebar-form-container {
  background-color: #f9f9f9;
  padding: 1.5rem;
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
}
.tours-single .sidebar-form-container h2 img {
  max-width: 40px;
  margin-right: 10px;
}
.tours-single .sidebar-form-container .form-title {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 2rem;
  text-align: left;
}
.tours-single .sidebar-form-container i {
  font-size: 18px;
}
.tours-single .sidebar-form-container .input-group {
  position: relative;
  margin-bottom: 1.25rem;
  width: 100%;
}
.tours-single .sidebar-form-container .input-group p {
  margin-bottom: 0rem;
  width: 100%;
}
.tours-single .sidebar-form-container .input-group::-moz-placeholder {
  color: #000;
}
.tours-single .sidebar-form-container .input-group::placeholder {
  color: #000;
}
.tours-single .sidebar-form-container .input-group i {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fbbf24;
  z-index: 10;
}
.tours-single .sidebar-form-container .input-field {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 3rem;
  border: 1px solid #d1d5db;
  font-size: 1rem;
  color: #1f2937;
  box-sizing: border-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #ffffff;
}
.tours-single .sidebar-form-container .input-field:focus {
  outline: none;
  border-color: #fbbf24;
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.5);
}
.tours-single .sidebar-form-container .input-field::-moz-placeholder {
  color: #000;
}
.tours-single .sidebar-form-container .input-field::placeholder {
  color: #000;
}
.tours-single .sidebar-form-container .input-field[type=date] {
  padding-right: 1rem;
}
.tours-single .sidebar-form-container .textarea-field {
  width: 100%;
  min-height: 120px;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  font-size: 1rem;
  color: #1f2937;
  box-sizing: border-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  resize: vertical;
  background-color: #fff;
}
.tours-single .sidebar-form-container .textarea-field:focus {
  outline: none;
  border-color: #fbbf24;
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.5);
}
.tours-single .sidebar-form-container .check-availability-button {
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: #e5e7eb;
  color: #4b5563;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border: none;
  margin-top: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.tours-single .sidebar-form-container .check-availability-button:hover {
  background-color: #d1d5db;
  color: #1f2937;
}
.tours-single .sidebar-form-container .book-now-button {
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: var(--theme-color);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  border: none;
  margin-top: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.tours-single .sidebar-form-container .book-now-button:hover {
  background-color: #facc15;
}

/* Blog Detail Section Styles */
.blog-listing-section {
  /* Light background for the section */
  background-color: #f3f3f3;
}
.blog-listing-section .main-blog-post {
  background-color: #fff;
  padding: 22px;
  border-radius: 0;
  margin-bottom: 4rem;
}
.blog-listing-section .blog-image-single {
  margin-bottom: 30px;
  overflow: hidden;
}
.blog-listing-section .blog-image-single img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-listing-section .blog-post-title-single {
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 30px;
  line-height: 1.333em;
  font-weight: 700;
  color: #303030;
}
.blog-listing-section .blog-post-title-single a {
  font-family: inherit;
}
.blog-listing-section .blog-meta-info {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  font-size: 0.95rem;
  color: var(--text-color);
}
.blog-listing-section .blog-meta-info span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-listing-section .blog-meta-info i {
  color: var(--theme-color);
  font-size: 1.1rem;
}
.blog-listing-section .main-blog-post p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-color);
  margin-bottom: 20px;
}

.blog-sidebar {
  padding: 20px;
  /* Space from the main content */
  background-color: #fff;
  /* Categories Block */
  /* Latest Posts Block */
}
.blog-sidebar .sidebar-block {
  border-radius: 8px;
  margin-bottom: 30px;
}
.blog-sidebar .sidebar-title {
  font-family: var(--nav-font);
  text-align: left;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  color: #000;
}
.blog-sidebar .categories-block ul {
  list-style: none;
  padding: 0;
}
.blog-sidebar .categories-block ul li {
  margin-bottom: 10px;
}
.blog-sidebar .categories-block ul li a {
  display: flex;
  padding: 8px 0;
  color: var(--text-color);
  font-weight: 500;
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.blog-sidebar .categories-block ul li a:hover {
  color: var(--theme-color);
  padding-left: 5px;
}
.blog-sidebar .categories-block ul li a span {
  color: var(--theme-color);
  font-weight: 600;
}
.blog-sidebar .latest-posts-block .latest-post-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.blog-sidebar .latest-posts-block .latest-post-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-sidebar .latest-posts-block .latest-post-item img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  /* Prevent image from shrinking */
}
.blog-sidebar .latest-posts-block .latest-post-item .post-content {
  display: flex;
  flex-direction: column;
}
.blog-sidebar .latest-posts-block .latest-post-item .post-title {
  font-family: var(--nav-font);
  /* Montserrat as per image */
  font-size: 1rem;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 5px;
  transition: color 0.3s ease;
}
.blog-sidebar .latest-posts-block .latest-post-item .post-title:hover {
  color: var(--theme-color);
}
.blog-sidebar .latest-posts-block .latest-post-item .post-date {
  font-size: 0.85rem;
  color: var(--text-color);
}

.single-blog-section {
  background-color: #f9f9f9;
  position: relative;
}
.single-blog-section .blog-post-content img {
  width: 100%;
  height: auto !important;
  margin-bottom: 10px;
  border-radius: 10px;
}
.single-blog-section .main-blog-post {
  background-color: #fff;
  padding: 30px;
}
.single-blog-section .blog-image-single {
  margin-bottom: 30px;
  overflow: hidden;
}
.single-blog-section .blog-image-single img {
  width: 100%;
  height: auto;
  display: block;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-blog-section .blog-post-title-single {
  font-size: 2.2rem;
  color: #303030;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.single-blog-section .blog-meta-info {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  font-size: 0.95rem;
  color: #818181;
}
.single-blog-section .blog-meta-info span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-blog-section .blog-meta-info i {
  color: #e67816;
  font-size: 1.1rem;
}
.single-blog-section .main-blog-post p {
  font-size: 1rem;
  line-height: 1.7;
  color: #000;
  margin-bottom: 20px;
}
.single-blog-section .blog-quote {
  padding-left: 75px;
  margin: 30px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-style: italic;
  color: #000;
  border-radius: 5px;
  position: relative;
  font-style: italic;
  font-weight: 800;
}
.single-blog-section .blog-quote p {
  color: #000;
}
.single-blog-section .blog-quote:before {
  content: "\f10d";
  font-family: "fontawesome";
  position: absolute;
  left: 0;
  font-size: 45px;
  top: -10px;
  color: var(--theme-color);
}

/* Contact Us Section Styles */
.contact-us-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.contact-us-section .contact-header {
  margin-bottom: 50px;
}
.contact-us-section .contact-form-container {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 40px;
}
.contact-us-section .contact-form-title {
  font-size: 2rem;
  color: #303030;
  margin-bottom: 25px;
  line-height: 1.2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.contact-us-section .form-group {
  margin-bottom: 15px;
}
.contact-us-section .form-group p {
  margin-bottom: 0;
}
.contact-us-section .form-control {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid transparent;
  font-size: 1rem;
  color: #303030;
  background-color: #f9f9f9;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact-us-section .form-control:focus {
  outline: none;
  border-color: #e67816;
  box-shadow: 0 0 0 4px rgba(230, 120, 22, 0.2);
  background-color: #fff;
}
.contact-us-section textarea {
  min-height: 10px;
  height: 100px;
  resize: vertical;
}
.contact-us-section .submit-btn {
  display: inline-block;
  padding: 15px 40px;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.contact-us-section .submit-btn:hover {
  background-color: rgb(192.7619047619, 100.5714285714, 18.4380952381);
  box-shadow: 0 7px 20px rgba(230, 120, 22, 0.4);
  transform: translateY(-2px);
}
.contact-us-section .submit-btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(230, 120, 22, 0.3);
}
.contact-us-section .contact-info-blocks {
  gap: 30px;
  width: 100%;
  padding-left: 25px;
}
.contact-us-section .info-block {
  flex: 1;
  min-width: 280px;
  background-color: #fff;
  padding: 30px;
  border-radius: 0px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-us-section .info-block h3 {
  font-size: 1.8rem;
  color: #303030;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
.contact-us-section .info-block h3::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #e67816;
  border-radius: 2px;
}
.contact-us-section .info-block p {
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
  margin-bottom: 15px;
  border-bottom: solid 1px #ebeaea;
  padding-bottom: 18px;
  padding-top: 0px;
}
.contact-us-section .info-block p i {
  color: var(--theme-color);
  margin-right: 5px;
}
.contact-us-section .info-block p:last-child {
  border-bottom: none;
}
.contact-us-section .info-block a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-us-section .info-block a i {
  color: var(--theme-color);
  margin-right: 5px;
}
.contact-us-section .info-block a:hover {
  color: rgb(183.4523809524, 95.7142857143, 17.5476190476);
}

.about-us-top h2 {
  color: var(--theme-color);
  font-weight: 600;
}
.about-us-top h3 {
  font-weight: 600;
  color: var(--theme-color);
}
.about-us-top h4 {
  font-weight: 600;
  color: var(--theme-color);
}
.about-us-top .icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
  border-radius: 0.75rem;
  /* Rounded corners */
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.about-us-top .icon-box:hover {
  transform: translateY(-5px);
  /* Slight lift on hover */
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  /* Subtle shadow on hover */
}
.about-us-top .icon-box i {
  color: #facc15;
  /* Yellow color for icons */
  font-size: 3.5rem;
  /* Large icon size */
  margin-bottom: 1rem;
}
.about-us-top .icon-box h3 {
  color: #333;
  font-size: 1.25rem;
  /* Slightly larger heading */
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.about-us-top .icon-box p {
  color: #666;
  font-size: 0.95rem;
  /* Readable paragraph text */
  line-height: 1.5;
}

.owner {
  padding-bottom: 80px;
}
.owner img {
  float: left;
  max-width: 144px;
  margin-right: 14px;
  margin-bottom: 10px;
}
.owner h4 {
  color: var(--theme-color);
  font-weight: 600;
}

.related-tours {
  padding: 20px;
  padding-left: 0;
  margin-top: 1rem;
}
.related-tours .gri-tour-wrap {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.related-tours .tour-item {
  position: relative;
  box-shadow: 0 5px 18px -10px #000;
  background: #fff;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--theme-color);
}
.related-tours .content-new {
  padding: 9px 8px;
  min-height: 63px;
}
.related-tours .tour-img-wrapper {
  position: relative;
  overflow: hidden;
}
.related-tours .tour-item img {
  /* Adjust as needed */
  height: 260px;
  width: 100%;
  /* Adjust as needed */
  -o-object-fit: cover;
     object-fit: cover;
  /* Ensures the image covers the area without distortion */
  /* Slightly rounded corners for the images */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for depth */
  transition: transform 0.3s ease;
  /* Smooth hover effect */
}
.related-tours .tour-item img:hover {
  transform: scale(1.03);
  /* Slightly enlarge image on hover */
}
.related-tours .tour-item h3 {
  margin-top: 10px;
  font-size: 1.2em;
  /* Adjust heading size */
  color: #333;
  /* Darker color for headings */
}
.related-tours h2 {
  background: rgba(128, 128, 128, 0.2196078431);
  padding: 5px 24px;
  border-left: 8px solid var(--theme-color);
}

.gallery-container {
  display: grid;
  gap: 22px;
  grid-auto-rows: minmax(200px, auto);
}
.gallery-container a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.gallery-container a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.gallery-container a:hover img {
  transform: scale(1.05);
  filter: brightness(0.9);
}
.gallery-container.layout-1 {
  grid-template-columns: 1fr;
}
.gallery-container.layout-2 {
  grid-template-columns: 1fr 1fr;
}
.gallery-container.layout-3 {
  grid-template-columns: 2fr 1fr;
}
.gallery-container.layout-3 a:nth-child(1) {
  grid-row: span 2;
}
.gallery-container.layout-4 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-container.layout-4 a:nth-child(1) {
  grid-row: span 2;
}
.gallery-container.layout-4 a:nth-child(4) {
  grid-column: 2/4;
  grid-row: 2;
  max-height: 500px;
}
.gallery-container.layout-5 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-container.layout-5 a:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.gallery-container.layout-5 a:nth-child(2) {
  grid-column: 3/5;
}
.gallery-container.layout-5 a:nth-child(3) {
  grid-column: 3/5;
}
.gallery-container.layout-5 a:nth-child(5) {
  grid-column: 2/5;
  max-height: 500px;
}
.gallery-container.layout-6 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-container.layout-6 a:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-container.layout-6 a:nth-child(4) {
  grid-column: span 2;
}
.gallery-container.layout-6 a:nth-child(5) {
  grid-column: span 2;
}
.gallery-container.layout-7 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-container.layout-7 a:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-container.layout-7 a:nth-child(4) {
  grid-column: span 2;
}
.gallery-container.layout-7 a:nth-child(5) {
  grid-column: span 2;
}
.gallery-container.layout-7 a:nth-child(7) {
  grid-column: span 4;
}
.gallery-container.layout-8 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-container.layout-8 a:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-container.layout-8 a:nth-child(4) {
  grid-column: span 2;
}
.gallery-container.layout-8 a:nth-child(5) {
  grid-column: span 2;
}
.gallery-container.layout-8 a:nth-child(7) {
  grid-column: span 2;
}
.gallery-container.layout-8 a:nth-child(8) {
  grid-column: span 2;
}
.gallery-container.layout-default {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.cta-1 {
  background: var(--heading-colo);
  text-align: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.cta-1 h2.common-heading {
  color: var(--theme-color);
}
.cta-1 p {
  color: white;
}
.cta-1.common-space {
  padding: 46px 0px;
}
.cta-1 .cta-btn {
  display: flex;
  gap: 10px;
  justify-content: center;
  color: white;
  align-items: center;
}
.cta-1 .cta-btn .common-btn-b {
  color: white;
  font-size: 16px;
  transition: 0.3s;
  margin-right: 0px;
}
.cta-1 .cta-btn .common-btn-b span {
  color: var(--theme-color);
  text-decoration: underline;
}
.cta-1 .cta-btn .common-btn {
  border: 1px solid var(--heading-colo);
}
.cta-1 .cta-btn .common-btn:hover {
  border: 1px solid var(--theme-color);
}

.our-cars-page {
  padding-top: 0;
  background-color: #fcfbfb;
}
.our-cars-page .listing-item {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 0 24px 0;
  padding: 15px;
  margin-bottom: 0;
  display: flex;
  gap: 20px;
}
.our-cars-page .listing-item .listing-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 0 10px;
  width: 40%;
}
.our-cars-page .listing-item .listing-img img {
  border-radius: 10px;
  width: 100%;
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.9);
}
.our-cars-page .listing-item .featured-text {
  background: #ffffff;
  border-radius: 5px;
  color: #111;
  z-index: 9;
  padding: 1px 6px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 14px;
}
.our-cars-page .listing-item .featured-text span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 4px 0;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  text-align: center;
  font-size: 14px;
  inset-inline-end: 0px;
  inset-block-start: 24px;
  transform: rotate(-45deg);
  background-color: red;
}
.our-cars-page .listing-item .listing-price h6 {
  font-weight: 700;
  font-size: 24px;
  color: var(--theme-color);
  margin-bottom: 0;
}
.our-cars-page .listing-item .listing-price h6 span {
  font-size: 14px;
  color: #000;
}
.our-cars-page .listing-item .feature-text {
  background-size: cover;
  text-transform: uppercase;
  color: #FFF;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
}
.our-cars-page .listing-item .feature-text span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 4px 0;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  text-align: center;
  font-size: 14px;
  inset-inline-end: 0px;
  inset-block-start: 24px;
  transform: rotate(-45deg);
  background: var(--theme-color);
}
.our-cars-page .listing-item .listing-content {
  margin-top: 15px;
  width: 58%;
}
.our-cars-page .listing-item .listing-content .listing-features {
  position: relative;
  border-bottom: 1px solid #F4F4F4;
  margin: 0 0 0px;
  padding: 0 0 15px;
  width: 100%;
}
.our-cars-page .listing-item .listing-content .listing-features .list-rating {
  width: calc(100% - 25px);
  overflow: hidden;
  font-size: 14px;
  min-height: 198px;
}
.our-cars-page .listing-item .listing-content .listing-features .list-rating i {
  color: var(--theme-color);
}
.our-cars-page .listing-item .listing-content .listing-features .list-rating p {
  margin-top: 15px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.7;
}
.our-cars-page .listing-item .listing-content .listing-features .listing-title {
  margin-bottom: 5px;
  font-size: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.our-cars-page .listing-item .listing-content .listing-features .listing-title a {
  font-weight: 700;
  color: var(--theme-color2);
  margin-bottom: 4px;
  margin-top: 10px;
  display: flex;
}
.our-cars-page .listing-item .listing-location-details {
  background: #F2F7F6;
  padding: 10px;
  margin: 0 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our-cars-page .listing-item .listing-location-details .listing-price-text {
  font-size: 20px;
  font-weight: 600;
}
.our-cars-page .listing-item .btn-order {
  background: var(--theme-color2);
  position: relative;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 9px 10px;
  width: 100%;
}

.common-page .entry-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.common-page .cont-payment {
  padding: 20px;
  background: aliceblue;
  font-size: 18px;
}
.common-page .cont-payment i {
  color: var(--theme-color);
  margin-right: 10px;
  margin-left: 10px;
}
.common-page .cont-payment a {
  transition: 0.3s;
}
.common-page .cont-payment a:hover {
  color: var(--theme-color);
}
.common-page .payment-div {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
  align-items: center;
}
.common-page .payment-div .pay-cont {
  width: 54%;
  box-shadow: rgba(50, 50, 93, 0) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 20px;
}
.common-page .payment-div .pay-cont p b {
  color: var(--theme-color);
  position: relative;
  padding-left: 20px;
}
.common-page .payment-div .pay-cont p b::before {
  content: "\f054";
  font-family: fontawesome;
  left: 0;
  color: var(--theme-color);
  position: absolute;
}
.common-page .payment-div .pay-image {
  width: 38%;
}

.phone-call {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #00e676;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  margin-top: 0px;
  line-height: 50px;
  transition: all ease-in-out 0.2s;
  bottom: 40px;
  left: 20px;
}

.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #00e676;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  margin-top: 0px;
  line-height: 50px;
  transition: all ease-in-out 0.2s;
  bottom: 120px;
  left: 20px;
}

.testimonials-page {
  background-color: #F3EEEA;
}
.testimonials-page.common-space {
  padding-bottom: 30px;
}
.testimonials-page .owl-theme .owl-dots .owl-dot.active span,
.testimonials-page .owl-theme .owl-dots .owl-dot:hover span {
  margin-top: 20px;
  background: var(--theme-color);
}
.testimonials-page .review-carousel {
  padding: 0rem;
  padding-bottom: 0;
  padding-top: 0rem;
  background-image: url("img/world-map.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.testimonials-page .review-carousel .content-reviews {
  background-color: #fff;
  border-radius: 8px;
  padding: 2px 15px 20px;
  position: relative;
  margin-bottom: 15px;
}
.testimonials-page .review-carousel .content-reviews p {
  text-align: justify;
}
.testimonials-page .review-carousel .content-reviews .pro-dts {
  padding-left: 17px;
  text-align: right;
}
.testimonials-page .review-carousel .content-reviews .pro-dts h4 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
  font-family: var(--theme-font);
}
.testimonials-page .review-carousel .content-reviews .pro-dts h6 {
  font-family: var(--theme-font);
  font-size: 14px;
  color: var(--theme-color);
  margin-top: 5px;
}
.testimonials-page .review-carousel .review-slide {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.testimonials-page .review-carousel .review-slide .review-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
}
.testimonials-page .review-carousel .review-slide .common-heading {
  margin-bottom: 25px;
}
.testimonials-page .review-carousel .review-slide .review-stars {
  color: var(--theme-color);
  margin-bottom: 1.5rem;
}
.testimonials-page .review-carousel .review-slide .review-text {
  font-size: 17px;
  margin-bottom: 1.5rem;
  margin-left: 30px;
  margin-right: 30px;
}
.testimonials-page .review-carousel .review-slide .reviewer {
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}
.testimonials-page .review-carousel .review-slide .reviewer .reviewer-image img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-page .owl-prev {
  position: absolute;
  left: 0;
  top: 36%;
  background-color: var(--theme-color) !important;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-page .owl-prev span {
  color: #fff !important;
  font-size: 20px;
}
.testimonials-page .owl-next {
  position: absolute;
  right: 0;
  top: 36%;
  background-color: var(--theme-color) !important;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-page .owl-next span {
  color: #fff !important;
  font-size: 20px;
}

@media (max-width: 575.98px) {
  .whatsapp {
    width: 50%;
    height: 50px;
    background-color: #00e676;
    color: #FFF;
    border-radius: 0;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    bottom: 0px;
    left: 0px;
  }
}
@media (max-width: 575.98px) {
  .phone-call {
    width: 50%;
    height: 50px;
    background-color: #03ac5a;
    color: #FFF;
    border-radius: 0;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    bottom: 0px;
    left: unset;
    right: 0;
  }
}/*# sourceMappingURL=style.css.map */