@charset "UTF-8";
/*!
Theme Name: View Lebanon
Theme URI: https://steptomedia.com
Author: Step To Media
Author URI: https://steptomedia.com
Description: View Lebanon Theme Powered By Step To Media
Version: 2.1.1
Requires at least: WordPress 5.3
Tested up to: WordPress 6.2
Requires PHP: 7.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: really-simple
Tags: custom-logo, custom-menu, featured-images, right-sidebar, sticky-post, translation-ready, blog 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Really Simple is based on Underscores http://underscores.me/, (C) 2012-2021 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v3 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/* Start of General Styling */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sacramento&display=swap');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
}

a,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
}

img {
  width: 100%;
}

h1 span {
  color: #F29834;
}

h5 span {
  color: #fff;
}

.view-lebanon .btn {
  background-color: #95A551;
  padding: 12px 45px;
  color: #fff;
  font-size: 14px;
  z-index: 1;
  font-weight: 500;
}

.view-lebanon .btn:hover {
  background-color: #F29834;
  transition: 0.3s;
}

.view-lebanon .btn:active {
  background-color: #f29934b2;
  border-color: #f29934b2;
  color: #fff;
}

.dropdown-btn {
  padding: 10px 20px;
  border: solid 1px #95A551;
  border-radius: 5px;
  background-color: unset;
  color: #95A551;
}

@media (max-width: 820px) {
  .view-lebanon .btn {
    font-size: 14px;
    padding: 12px 35px;
  }
}

hr {
  opacity: 1;
  color: #E1E1E1;
  margin: 15px 0 18px;
}

.section-separator {
  margin-top: 80px;
}

.section-title1 {
  font-weight: 600;
  font-size: 32px;
  padding: 0;
}

.section-title2 {
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.subtitle {
  font-family: 'Sacramento', sans-serif;
  font-size: 30px;
  color: #F29834;
  padding: 0;
}

@media (max-width: 1200px) {
  .section-title2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .section-title1 {
    font-size: 28px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .section-title2 {
    font-size: 30px;
  }

  .subtitle {
    font-size: 28px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.slick-track {
  margin-inline-start: 0 !important;
}

@media (max-width: 550px) {
  .slick-list {
    padding-inline-end: 20% !important;
  }
}

.woocommerce-page .navbar-logo img {
  height: 92px;
}

.filters-section {
  gap: 30px;
}

.search-container {
  position: relative !important;
}

.search-container .icon {
  position: absolute !important;
  left: 12px !important;
  top: 15px !important;
}

.search-container input {
  border: solid 1px #E1E1E1 !important;
  border-radius: 5px !important;
  padding: 10px 40px !important;
  padding-inline-end: 0 !important;
  transition: 0.1s;
}

.search-container input:focus {
  outline: none;
  box-shadow: none;
  border: solid 2px #95A551 !important;
}

@media (max-width: 768px) {

  .filters-section,
  .search-container,
  .search-container input {
    width: 100% !important;
  }
}

/* End of General Styling */


/* Start Navbar */
.admin-bar header {
  top: 32px;
}

header.fixed-top {
  z-index: 99999 !important;
}

@media (max-width: 782px) {
  .admin-bar header {
    top: 46px;
  }
}

.top-bar {
  height: 50px;
  background-color: #95A551;
  display: flex;
  align-items: center;
}

.top-bar .navbar-nav {
  font-size: 14px;
}

.top-bar span.title {
  color: #fff;
}

.top-bar .currency-switcher,
.top-bar .language-switcher {
  display: flex;
  align-items: center;
}

.top-bar a.nav-link span {
  color: #EBFF95;
}

.top-bar .wcml-dropdown-click,
.top-bar .wpml-ls-legacy-dropdown-click {
  width: fit-content;
}

.top-bar .wcml-dropdown-click li,
.top-bar .wpml-ls-legacy-dropdown-click a {
  background-color: unset;
  border: none;
  color: #EBFF95;
}

.top-bar .widget .wcml-dropdown-click li {
  padding: 3px 0;
}

.top-bar .widget .wcml-dropdown-click li:not(:last-child) {
  border-bottom: solid 1px #E1E1E1;
}

.top-bar .widget .wcml-dropdown-click li a {
  color: #EBFF95;
}

.top-bar .js-wcml-dropdown-click-submenu,
.top-bar .wpml-ls-sub-menu {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
}

.top-bar ul.wcml-cs-submenu.js-wcml-dropdown-click-submenu a,
.top-bar .wpml-ls-sub-menu a {
  color: #000;
  font-weight: 500;
  text-align: center;
}

.top-bar .wpml-ls-sub-menu a {
  padding: 0px;
}

.top-bar .wpml-ls-legacy-dropdown-click a:focus,
.top-bar .wpml-ls-legacy-dropdown-click a:hover {
  color: #EBFF95 !important;
  background: transparent !important;
  border: none !important;
}

.top-bar ul.wcml-cs-submenu.js-wcml-dropdown-click-submenu a:hover,
.top-bar .wpml-ls-sub-menu a:hover {
  color: #F29834 !important;
}

.top-bar .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover a {
  background: transparent;
  color: #EBFF95;
}

.top-bar .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover {
  background-color: transparent;
  border: none;
  color: unset;
}

.top-bar .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover .wpml-ls-link span.wpml-ls-native,
.top-bar .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:active .wpml-ls-link span.wpml-ls-native {
  color: #F29834 !important;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 80px;
}

.navbar-logo {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 12px 10px;
  border-radius: 0 0 20px 20px;
  top: 0;
  position: absolute;
  left: 5%;
}

.navbar-logo img {
  width: 100px;
}

.offcanvas-header {
  padding-top: 30px;
}

.navbar-nav {
  gap: 25px;
}

a.nav-link,
a.nav-link.active {
  font-weight: 500;
  font-size: 14px;
}

a.nav-link {
  color: #000;
}

a.nav-link.active {
  color: #95A551 !important;
}

a.nav-link:hover,
a.nav-link.active:hover {
  color: #F29834 !important;
}

nav .navbar-toggler {
  color: transparent;
}

nav .navbar-toggler:focus-visible {
  outline: 0;
}

button.navbar-toggler {
  background-color: #95A551;
  padding: 8px 15px;
  border: none;
  transition: 0.3s;
}

button.navbar-toggler:hover {
  background-color: #F29834;
  transition: 0.3s;
}

.navbar-toggler-icon {
  background-image: url(./images/burger-menu-icon.svg);
}

.navbar .cart-items-count {
  position: absolute;
  right: 0;
  top: 0;
  background: #95A551;
  font-size: 10px;
  line-height: 12px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  color: white;
}

.navbar .nav-item .nav-link img {
  transition: 0.3s;
}

.navbar .nav-item .nav-link img:hover {
  opacity: 0.5;
}

.cart-container .cart-title {
  display: none;
}

@media (max-width: 1050px) and (min-width: 992px) {

  a.nav-link,
  a.nav-link.active {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  nav .offcanvas-body {
    padding: 0 25px;
  }

  nav .navbar-nav {
    gap: 0;
  }

  nav .navbar-nav li {
    padding: 15px 0px;
    border-bottom: 1px solid #cecece;
  }

  nav .navbar-nav a {
    font-size: 18px;
  }

  nav ul.navbar-nav li:last-child {
    border-bottom: 0;
  }

  ul.navbar-nav.mobile-menu {
    align-items: unset !important;
  }

  a.nav-link.active {
    font-size: 18px;
  }

  .cart-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cart-container .cart-title {
    display: block;
  }

  .cart-container img {
    width: 55px;
  }

  .navbar .cart-items-count {
    width: 22px;
    font-size: 12px;
    right: -10px;
  }

}

.wcml-spinner {
  background-color: #95a551;
  padding: 4px;
  width: 10px;
  height: 10px;

  position: absolute;
  top: 50%;
  left: 80%;

  border: 3px solid transparent;
  /* Transparent border to create the circular shape */
  border-top: 3px solid #fff;
  /* Spinner color */
  border-radius: 50%;
  /* Circular shape */
  animation: spin 1s linear infinite;
  /* Spin animation */
  transform: translate(-50%, -50%);
  /* Center the spinner */
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* End Navbar */


.hero-container {
  margin-bottom: 140px;
}

@media (max-width: 992px) {
  .hero-container {
    margin-bottom: 180px;
  }
}

@media (max-width: 768px) {
  .hero-container {
    margin-bottom: 300px;
  }
}

/* Start Hero */
.carousel {
  position: relative;
}

.carousel-control-next,
.carousel-control-prev {
  width: 8% !important;
}

.carousel-item img {
  height: calc(100vh - 130px);
  object-fit: cover;
  position: relative;
  z-index: -1;
}

.carousel-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(104.349deg, rgba(25, 25, 25, 80%) 0%, rgba(25, 25, 25, 0%) 100%);
  z-index: 1;
}

.carousel-item .carousel-caption {
  text-align: left;
  bottom: unset;
  top: 50%;
  transform: translate(-10%, -50%);
  width: 45%;
  z-index: 10;
}

.carousel-item .carousel-caption h1 {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
}

.carousel-item .carousel-caption p {
  font-weight: 200;
  font-size: 14px;
  margin-bottom: 30px;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-actions {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 25px;
}

.video-play {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ffffff20;
  backdrop-filter: blur(10px);
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s;
}

.video-play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: #ffffff30;
  backdrop-filter: blur(10px);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1.5s infinite;
  z-index: -1;
  transition: 0.3s;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.25);
    opacity: 0.5;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

.video-play:hover {
  background-color: #F2983470;
  transition: 0.3s;
}

.video-play::before:hover {
  background-color: #F2983470;
  transition: 0.3s;
}

@media (max-width: 1275px) {
  .carousel-item .carousel-caption {
    width: 50%;
  }
}

@media (max-width: 1150px) {
  .carousel-item .carousel-caption {
    width: 70%;
  }
}

@media (max-width: 992px) {

  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }

  .carousel-item .overlay {
    background: #191919;
    opacity: 0.6;
  }
}

@media (max-width: 820px) {
  .carousel-item .carousel-caption {
    width: 90%;
  }

  .carousel-item .carousel-caption h1 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  .carousel-item .carousel-caption p {
    font-size: 14px;
    font-weight: 300;

    -webkit-line-clamp: 5;
  }

  .carousel-item .carousel-caption {
    top: 35%;
  }
}

@media (max-width: 768px) {
  .carousel-caption .subtitle {
    max-width: 100%;
    text-align: left;
  }
}


/* End Hero */


/* Start Advanced Search */
.advanced-search {
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}

.advanced-search .container {
  background-color: #fff;
  padding: 35px 30px;
  border-radius: 16px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.advanced-search label {
  color: #737C78;
  font-weight: 500;
}

.search-inputs {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}

.search-inputs input {
  padding: 15px 20px 15px 50px;
  border-radius: 8px;
  border: solid 1px #E5E5E5;
  color: #0B3C23;
  font-weight: 500;
}

.search-inputs input:focus {
  box-shadow: unset;
  border-color: #95A551;
}

.search-inputs input:focus-visible {
  outline: none;
}

.search-inputs .icon {
  position: absolute;
  left: 25px;
  top: 70%;
  transform: translateY(-50%);
  z-index: 1;
}

.advanced-search span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.advanced-search .select2-container .select2-selection--single {
  padding: 27px 0 !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
}

.advanced-search .select2-container .select2-selection__rendered {
  padding-left: 40px !important;
  color: #0b3c23 !important;
}

.advanced-search .select2-container .select2-selection__arrow {
  height: 40px !important;
}

.select2-container--open .select2-dropdown {
  top: -10px !important;
}

.search-btn-container {
  display: flex;
  align-items: end;
  width: fit-content;
}

.search-btn-container .btn {
  padding: 16.5px 50px;
}

@media (max-width: 992px) {
  .search-btn-container {
    width: 100%;
    margin-top: 20px;
  }

  .search-btn-container .btn {
    width: 100%;
    padding: 12px 45px;
  }
}

@media (max-width: 768px) {
  .advanced-search .container {
    max-width: 90%;
  }

  .advanced-search form {
    gap: 20px;
  }
}

/* End Advanced Search */


/* Start of Tours */
.popular-tours ul.categories-menu {
  margin-top: 25px;
  padding: 0 0 10px;
  border-bottom: 3px solid #E1E1E1;
  width: fit-content;
}

.popular-tours ul.categories-menu a {
  color: #000000;
  padding-bottom: 10px;
  position: relative;
  font-size: 14px;
  transition: 0.3s;
}

.popular-tours ul.categories-menu a:hover {
  opacity: 0.7;
}

ul.categories-menu li.active a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background-color: #F29834;
}

.tour-card {
  display: block;
  width: 98%;
  border-radius: 10px;
  padding: 15px;
  border: solid 1px #E1E1E1;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
}

.popular-tours-slider {
  margin: -48px 0;
}

.popular-tours-slider .tour-card-wrapper {
  margin: 0 5px;
}

.tour-card .tour-image {
  width: 100%;
  border-radius: 6px;
  aspect-ratio: 16 / 13;
  object-fit: cover;
}

.tour-card h3.tour-title {
  font-size: 18px;
  line-height: 1.3;
  margin: 20px 0 10px;
  color: #000;
  transition: 0.3s;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  min-height: 47px;
}

.tour-card .tour-location,
.tour-card .tour-date {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7F7F7F;
  font-size: 14px;
  min-height: 21px;
}

.tour-card .tour-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  min-height: 31px;
}

.tour-card .tour-card-bottom .tour-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #7F7F7F;
  font-weight: 500;
  width: fit-content;
}

.tour-card .tour-card-bottom .tour-price {
  color: #fff;
  background-color: #95A551;
  padding: 5px 15px;
  border-radius: 6px;
}

.tour-card:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

.slick-track .tour-card:hover {
  box-shadow: none;
}

.popular-tours button.slick-prev.slick-arrow,
.popular-tours button.slick-next.slick-arrow {
  top: 0;
}

.slick-next:before,
.slick-prev:before {
  content: "" !important;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover,
.slick-next:focus,
.slick-prev:focus {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: 0.3s !important;
}

.slick-prev {
  background-image: url('./images/prevArrow.svg') !important;
}

.slick-next {
  background-image: url('./images/nextArrow.svg') !important;
}

.slick-prev:hover,
.slick-prev:focus {
  background-image: url('./images/prevArrowActive.svg') !important;
}

.slick-next:hover,
.slick-next:focus {
  background-image: url('./images/nextArrowActive.svg') !important;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  top: -32%;
  height: 40px;
  width: 40px;
}

button.slick-prev.slick-arrow {
  left: 92%;
}

button.slick-next.slick-arrow {
  right: 1%;
}

@media (max-width: 1400px) {
  button.slick-prev.slick-arrow {
    left: 91%;
  }
}

@media (max-width: 1200px) {

  button.slick-prev.slick-arrow,
  button.slick-next.slick-arrow {
    top: -30%;
  }

  button.slick-prev.slick-arrow {
    left: 89%;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {

  .tour-card h3.tour-title {
    font-size: 15px;
    min-height: 39px;
  }

  .tour-card .tour-card-bottom {
    font-size: 12px;
  }

  .tour-card .tour-location,
  .tour-card .tour-date {
    font-size: 12px;
    min-height: 18px;
  }

  .tour-card hr {
    margin: 10px 0;
  }
}

@media (max-width: 992px) {
  .post-type-archive-our-tours .popular-tours-slider .tour-card-wrapper {
    margin: 0 2px;
  }

  button.slick-prev.slick-arrow {
    left: 86%;
  }
}

@media (max-width: 768px) {
  .popular-tours .container {
    max-width: 90%;
  }

  button.slick-prev.slick-arrow,
  button.slick-next.slick-arrow {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .popular-tours ul.categories-menu {
    border: none;
    flex-wrap: wrap;
    margin: 25px auto !important;
    align-items: center;
    justify-content: center;
    gap: 30px !important;
  }

  .popular-tours ul.categories-menu a {
    font-size: 16px;
  }

  ul.categories-menu li.active a::after {
    display: none;
  }

  ul.categories-menu li.active a {
    background-color: #F29834;
    color: #fff;
    padding: 5px 15px !important;
    border-radius: 5px;
  }

  .popular-tours .section-title1 {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 550px) {
  .popular-tours .container {
    max-width: 100%;
    padding-inline-start: 5%;
  }

  .popular-tours-slider .tour-card {
    width: 100%;
  }

  .popular-tours-slider .tour-card-wrapper {
    margin: 0 10px;
  }

}

@media (max-width: 500px) {
  .popular-tours .btn {
    width: 100% !important;
  }
}

/* End of Tours */


/* Start of About Us Preview */
.about-us-preview .left-side {
  padding-inline-end: 115px;
  position: relative;
}

.about-us-preview .compass-icon {
  position: absolute;
  top: -100px;
  width: 65px;
  left: -60px;
}

.about-us-preview .lebanon-map {
  position: absolute;
  right: 55px;
  top: -75px;
  width: 365px;
  z-index: -1;
}

.about-us-preview p {
  color: #191919;
  margin-bottom: 40px;
  font-size: 14px;
}

.about-us-preview .right-side {
  padding-inline-start: 85px;
  position: relative;
  padding-inline-end: 0;
  justify-content: end;
  display: flex;
}

.about-us-preview .right-side img {
  border: solid 10px #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  width: 95%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.about-us-preview .right-side p {
  position: absolute;
  bottom: 35px;
  left: -80px;
  background-color: #fff;
  color: #7F7F7F;
  font-style: italic;
  padding: 25px;
  font-size: 14px;
  width: 60%;
  border-left: solid 5px #F29834;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0;
}

@media (max-width: 1295px) {
  .about-us-preview .compass-icon {
    left: -30px;
  }
}

@media (max-width: 1200px) {
  .about-us-preview .right-side p {
    left: -60px;
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .about-us-preview .compass-icon {
    left: -15px;
  }
}

@media (max-width: 992px) {
  .home-page .about-us-preview {
    margin-top: 110px;
  }

  .about-us-preview {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-preview .left-side {
    padding: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .about-us-preview .btn {
    width: fit-content;
    margin: auto;
  }

  .about-us-preview .right-side {
    padding: 0;
    margin-top: 40px;
    flex-direction: column;
  }

  .about-us-preview .right-side img {
    width: 100%;
  }

  .about-us-preview .right-side p {
    position: unset;
    width: 90%;
    margin: auto;
    transform: translateY(-50%);
    font-size: 14px;
  }

  .about-us-preview .compass-icon {
    top: -65px;
    width: 55px;
    left: 30px;
  }

  .about-us-preview .lebanon-map {
    width: 270px;
  }
}

@media (max-width: 500px) {
  .about-us-preview .btn {
    width: 100%;
  }
}

/* End of About Us Preview */


/* Start of Services*/
.section-title-container {
  text-align: center;
  margin-bottom: 50px;
}

.services .service-card {
  text-align: center;
  align-items: center;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
}

.services .service-card .image-container {
  width: 120px;
  height: 120px;
  background-color: #F4F6EE;
  padding: 30px;
  border-radius: 25px;
  transition: 0.3s;
}

.service-card:hover .image-container {
  background-color: #95A551;
}

.service-card:hover img {
  filter: brightness(0) invert(1);
}

.services .service-card .title {
  padding: 30px 0 20px 0;
  font-size: 18px;
  font-weight: 600;
}

.services .service-card p {
  font-size: 14px;
  color: #222222;
}

@media (max-width: 992px) {
  .services.section-separator {
    margin-top: 30px;
  }

  .services .service-card {
    margin-bottom: 50px;
  }
}

/* End of Services */


/* Start of Video Section */
.video-section {
  width: 100%;
  position: relative;
}

.video-section img {
  height: calc(90vh - 80px);
  object-fit: cover;
  z-index: -1;
}

.video-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191919;
  opacity: 0.4;
  z-index: 1;
}

.video-section .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #ffffff20;
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s;
}

.video-section .video-play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background-color: #ffffff30;
  backdrop-filter: blur(10px);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1.5s infinite;
  z-index: -1;
  transition: 0.3s;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.25);
    opacity: 0.5;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

.video-section .video-play:hover {
  background-color: #F2983470;
  transition: 0.3s;
}

.video-section .video-play::before:hover {
  background-color: #F2983470;
  transition: 0.3s;
}

.modal-dialog {
  max-width: 70%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.modal-content {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}

.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 100%;
}

.modal-body video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  filter: invert();
  z-index: 10;
}

.modal-btn-close:focus {
  box-shadow: none !important;
}

@media (max-width: 992px) {
  .modal-dialog {
    max-width: 90%;
  }
}

/* End of Video Section */


/* Start of Cities */
.cities-home {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #EDEFEC;
}

.cities-slider .city-card-wrapper {
  margin: 0 10px;
}

.city-card {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.city-card:hover .city-image {
  transform: scale(1.2);
}

.city-card .city-image {
  aspect-ratio: 16 / 20;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.city-card-footer {
  position: absolute;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00000099;
  border-radius: 0 0 10px 10px;
  padding: 20px 10px;
  width: 100%;
}

.city-card-footer .card-left {
  margin-inline-end: 5px;
}

.city-card .city-name {
  font-size: 18px;
  margin: 0;
  width: fit-content;
}

.city-card .city-location {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.city-card .city-location p {
  width: fit-content;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.city-card-footer .tour-count {
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  padding: 8px 15px;
  border-radius: 20px;
  color: #ffffff;
  white-space: nowrap;
}

.cities-home button.slick-prev.slick-arrow,
.cities-home button.slick-next.slick-arrow {
  top: -16%;
}

@media (max-width: 992px) {

  .cities-home button.slick-prev.slick-arrow,
  .cities-home button.slick-next.slick-arrow {
    top: -20%;
  }
}

@media (max-width: 768px) {
  .cities-home .container {
    max-width: 90%;
  }
}

@media (max-width: 550px) {
  .cities-home .container {
    max-width: 100%;
    padding-inline-start: 5%;
  }

  .city-card:hover .city-image {
    transform: scale(1);
  }
}

@media (max-width: 500px) {
  .cities-home .btn {
    width: 92% !important;
    margin: auto !important;
    margin-inline-start: 3%;
  }
}

/* End of Cities */


/* Start of Testimonials */
.testimonials-slider .testimonials-card-wrapper {
  margin: 0 10px;
}

.testimonials-card {
  display: block;
  border: solid 1px #E1E1E1;
  padding: 25px 20px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 5px;
}

.testimonials-card .testimonials-card-head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonials-card .testimonials-card-head img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.testimonials-card .testimonials-card-head h3 {
  font-size: 18px;
  color: #000;
}

.testimonials-card .testimonials-card-head h4 {
  font-size: 14px;
  color: #7F7F7F;
}

.testimonials-card .testimonials-card-head .quotes {
  position: absolute;
  right: 20px;
}

.testimonials-card p {
  margin: 20px 0;
  color: #7F7F7F;
  font-size: 14px;
  min-height: 126px !important;

  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonials-slider.slick-initialized.slick-slider {
  padding: 0;
}

@media (max-width: 768px) {
  .testimonials .container {
    max-width: 90%;
  }
}

@media (max-width: 550px) {
  .testimonials-slider .slick-list {
    padding-inline-end: 0 !important;
  }
}

/* End of Testimonials */


/* Start of Partners */
.partners p {
  font-size: 19px;
  color: #191919;
}

.partners a {
  color: #95A551;
  text-decoration: underline !important;
  transition: 0.3s;
}

.partners a:hover {
  color: #F29834;
}

.partners .partners-logos {
  display: flex;
  justify-content: end;
}

.partners .partners-logos img {
  object-fit: contain;
  padding-inline-start: 55px;
  width: 195px;
}

.partners .partners-logos img:not(:last-child) {
  border-right: solid 1px #CBCBCB;
  padding: 0 55px;
  width: 250px;
}

@media (max-width: 1200px) {

  .partners .partners-logos img {
    object-fit: contain;
    padding-inline-start: 40px;
    width: 150px;
  }

  .partners .partners-logos img:not(:last-child) {
    border-right: solid 1px #CBCBCB;
    padding: 0 40px;
    width: 190px;
  }
}

@media (max-width: 992px) {

  .partners .partners-logos {
    justify-content: space-between;
    margin-top: 35px;
  }

  .partners .partners-logos img:not(:last-child),
  .partners .partners-logos img:first-child,
  .partners .partners-logos img:last-child {
    width: 125px;
    border: none;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .partners .container {
    max-width: 90%;
  }

  .partners p {
    font-size: 14px;
    text-align: center;
  }

  .partners .partners-logos img:not(:last-child),
  .partners .partners-logos img:first-child,
  .partners .partners-logos img:last-child {
    width: 80px;
  }
}

@media (max-width: 500px) {

  .partners .partners-logos img:not(:last-child),
  .partners .partners-logos img:first-child,
  .partners .partners-logos img:last-child {
    width: 70px;
  }
}

/* End of Partners */


/* Start of Banner */
.banner {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner img {
  height: 400px;
  object-fit: cover;
  z-index: -1;
}

.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(104.349deg, rgba(25, 25, 25, 80%) 0%, rgba(25, 25, 25, 0%) 100%);
  z-index: 1;
}

.banner .banner-content {
  text-align: left;
  padding: 80px 0;
  z-index: 10;
}

.banner .banner-content h1 {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

@media (max-width: 820px) {
  .banner .banner-content h1 {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .banner .banner-content {
    text-align: center;
  }

  .banner .subtitle {
    max-width: 100%;
  }

  .banner .overlay {
    background: #191919;
    opacity: 0.6;
  }
}

/* End of Banner */

.travel-infographic {
  position: absolute;
  right: 0;
}

@media (max-width: 695px) {
  .travel-infographic {
    display: none;
  }
}

/* Start of Blogs */
.blogs button.slick-next.slick-arrow,
.blogs button.slick-prev.slick-arrow {
  top: 45%;
  z-index: 5;
}

.blogs button.slick-next.slick-arrow {
  right: -0.8%;
}

.blogs button.slick-prev.slick-arrow {
  left: -0.8%;
}

.blogs-slider .blogs-card-wrapper {
  margin: 0 10px;
}

.blogs-card {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.blogs-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(25, 25, 25, 0%) 0%, rgba(25, 25, 25, 40%) 75%, rgba(25, 25, 25, 80%) 100%);
  z-index: 1;
}

.blogs-card:hover .blogs-image {
  transform: scale(1.2);
  z-index: -1;
}

.blogs-card .blogs-image {
  aspect-ratio: 16 / 20;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.blogs-card .blog-content {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 5;
  padding: 0 15px 10px;
}

.blogs-card .featered-blog {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #95A551;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.blogs-card .blog-content p.blog-date {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 5px;
}

.blogs-card .blog-content h3.blog-title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pagination {
  justify-content: center;
}

.pagination .nav-links {
  display: flex;
  gap: 20px;
}

.pagination .nav-links .page-numbers {
  border: solid 2px #95a551;
  width: 40px;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  color: #95a551;
  font-weight: 600;
  transition: 0.3s;
}

.pagination .nav-links .page-numbers.current {
  background-color: #95a551;
  border: solid 2px #95a551;
  color: #fff;
}

.pagination .nav-links .page-numbers:hover {
  background-color: #F29834;
  border: solid 2px #F29834;
  color: #fff;
}

.pagination .nav-links .page-numbers:active {
  background-color: #f29934b2;
  border-color: #f29934b2;
}

@media (max-width: 768px) {
  .blogs .container {
    max-width: 90%;
  }

  .blogs .section-title-container {
    margin-bottom: 25px;
  }
}

@media (max-width: 550px) {
  .blogs .container {
    max-width: 100%;
    padding-inline-start: 5%;
  }

  .blogs-card:hover .blogs-image {
    transform: scale(1);
  }
}

@media (max-width: 500px) {
  .blogs .btn {
    width: 90% !important;
    margin: auto;
  }

}

/* End of Blogs */


/* Start of Scrolling Text*/
.marquee {
  --duration: 30;
  width: max-content;
  white-space: nowrap;
  display: flex;
  gap: 1rem;
  padding-inline-start: 1rem;
  animation: marquee calc(var(--duration) * 1s) linear infinite;
}

.marquee span {
  font-size: 130px;
  color: #95A551;
  font-weight: 600;
}

.marquee span.grey {
  color: #E0E0E0;
  font-weight: 200;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .marquee span {
    font-size: 70px;
  }
}

/* End of Scrolling Text*/


/* Start of Footer */
footer {
  position: relative;
  background-color: #464838;
  color: #fff;
}

footer .container {
  z-index: 1;
  position: relative;
}

footer .footer-bg {
  width: 40%;
  max-width: 800px;
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 0;
}

.footer-row {
  padding: 75px 0;
  align-items: flex-start;
  row-gap: 45px;
}

.footer-logo {
  width: 140px !important;
  margin: 0 0 40px 0;
}

footer p {
  text-align: justify;
  font-size: 16px;
}

footer .partners-logos {
  display: flex;
  margin-top: 55px;
  justify-content: space-between;
}

footer .partners-logos img {
  object-fit: contain;
  width: 110px;
  padding: 0 20px;
}

footer .partners-logos img:not(:last-child) {
  border-right: solid 1px #6B6D60;
}

footer .partners-logos img:last-child {
  padding: 0;
  padding-inline-start: 20px;
  width: 90px;
}

footer .partners-logos img:first-child {
  padding: 0;
  padding-inline-end: 20px;
  width: 90px;
}

footer .third-col,
footer .second-col,
footer .forth-col,
footer .fifth-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .third-col li,
footer .second-col li {
  padding: 10px 0;
}

footer .third-col a,
footer .second-col a {
  color: #fff;
  transition: 0.3s;
}

footer .third-col a:hover,
footer .second-col a:hover {
  color: #F29834;
}

footer .footer-title {
  position: relative;
  margin: 0 0 45px 0;
}

footer .footer-title:before,
footer .footer-title:after {
  content: "";
  position: absolute;
  height: 1px;
  border-radius: 10px;
  background-color: #F29834;
  left: 0;
}

footer .footer-title:after {
  bottom: -10px;
  width: 75px;
}

footer .footer-title:before {
  bottom: -15px;
  width: 45px;
}

footer .second-col a img {
  width: 14px;
  height: 14px;
}

footer .second-col a,
footer .third-col a {
  display: flex;
  align-items: center;
  gap: 7px;
}

footer .third-col .contact-icon {
  width: 16px;
}

footer .third-col li:not(:last-child) {
  margin-bottom: 15px;
}

footer .social-media {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

footer .social-media a {
  background-color: #95A551;
  border-radius: 5px;
  color: #fff;
  min-width: 45px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 12px;
  margin-bottom: 10px;
  font-size: 20px;
  transition: 0.3s;
}

footer .social-media a:hover {
  background-color: #F29834;
  color: #fff;
}

footer .social-media a:active {
  background-color: #f29934b2;
  border-color: #f29934b2;
  color: #fff;
}

footer .newsletter-container {
  margin: 25px 0px;
  display: flex;
  align-items: center;
  position: relative;
}

footer .newsletter-container .email-input {
  width: 65%;
  border: none;
  padding: 12px;
  font-size: 13px;
  border-radius: 8px 0 0 8px;
  background-color: #D0D4BF;
  color: #6D6F65;
}

footer .newsletter-container .email-input::placeholder {
  color: #151515;
}

footer .newsletter-container .email-input:focus-visible {
  outline: none;
}

footer .newsletter-container .subscribe-btn {
  width: 35%;
  background-color: #95A551;
  color: white;
  padding: 12px;
  font-size: 13px;
  border-radius: 0 8px 8px 0;
  border: none;
  transition: 0.3s;
}

footer .newsletter-container .subscribe-btn:hover {
  background-color: #F29834;
}

footer .newsletter-container .subscribe-btn:active {
  background-color: #f29934b2;
  border-color: #f29934b2;
  color: #fff;
}

footer .newsletter-container .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -45px;
  color: #F29834;
  font-size: 13.5px;
}

footer .newsletter-container .wpcf7-spinner,
footer .wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

footer .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

footer .bottom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #6B6D60;
}

footer .bottom-footer a {
  color: #fff;
  transition: 0.3s;
}

footer .bottom-footer a:hover {
  color: #F29834;
}

footer .bottom-footer .bottom-menu a {
  position: relative;
  display: flex;
  align-items: center;
}

footer .bottom-footer .bottom-menu a:not(:last-child)::after {
  content: "";
  display: flex;
  width: 1px;
  height: 25px;
  margin: 0 10px;
  background: #6B6D60;
  border-radius: 15px;
}

footer .bottom-footer .bottom-menu {
  display: flex;
  padding: 30px 0;
}

@media (max-width: 1200px) and (min-width: 992px) {
  footer .partners-logos img:not(:last-child) {
    border-right: none;
  }
}

@media (max-width: 1200px) {
  .footer-row {
    padding: 60px 10px 20px;
  }

  footer .footer-bg {
    width: 70%;
  }

  footer .first-col .partners-logos {
    display: none;
  }

  footer .forth-col,
  footer .fifth-col {
    justify-content: start;
  }

  footer .bottom-footer {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
    flex-direction: column-reverse;
  }

  footer .bottom-footer .copyright p {
    text-align: center;
  }
}

@media (max-width: 992px) {
  footer .footer-bg {
    width: 100%;
  }

  footer .first-col .partners-logos {
    display: block;
  }

  footer .third-col {
    justify-content: start;
  }
}

@media (max-width: 768px) {
  .footer-row {
    padding: 50px 10px 20px;
  }

  footer .second-col {
    justify-content: start;
  }

  footer .second-col ul,
  footer .third-col ul {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 10px;
  }
}

/* End of Footer


/* Start of Hero Banner */
.hero-banner {
  width: 100%;
  position: relative;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.hero-banner:before {
  content: '';
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.hero-banner h1.page-title,
.hero-banner h1.page-title span {
  color: #fff !important;
  font-size: 3rem;
  margin-bottom: 25px;
}

.hero-banner .hero-content {
  z-index: 1;
  text-align: center;
  margin: 20px;
}

.hero-banner .hero-content .breadcrumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hero-banner .hero-content .breadcrumbs,
.hero-banner .hero-content .breadcrumbs a {
  color: #fff;
  transition: 0.3s;
}

.hero-banner .hero-content .breadcrumbs a:hover {
  color: #F29834;
}

/* End of Hero Banner */


/* Start of About Page Missionc */

.about-us-preview.about-page {
  margin-top: 60px;
}

@media (max-width: 1200px) {
  .about-us-preview.about-page {
    margin-top: 90px;
  }
}

@media (max-width: 1200px) {
  .about-us-preview.about-page {
    margin-top: 90px;
  }
}

@media (max-width: 992px) {
  .about-us-preview.about-page {
    margin-top: 100px;
  }

  .about-page.about-us-preview p {
    margin-bottom: 10px;
  }
}


@media (max-width: 768px) {

  .hero-banner h1.page-title,
  .hero-banner h1.page-title span {
    font-size: 2rem;
  }
}

.statistic-container {
  margin-top: 45px;
  flex-direction: row;
  display: flex;
  gap: 40px;
}

.statistic {
  background-color: #F4F6EE;
  border: solid 1px #eee;
  padding: 15px 20px;
  padding-inline-end: 90px;
  border-radius: 5px;
}

.statistic h4 {
  font-size: 30px;
  color: #95A551;
  margin-bottom: 15px;
}

.statistic H6 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.mission .left-side {
  position: relative;
}

.mission .left-side img {
  border-radius: 10px;
}

.mission .left-side .img1 {
  height: 90%;
  width: 60%;
  object-fit: cover;
}

.mission .left-side .img2 {
  position: absolute;
  width: 50%;
  right: 24px;
  bottom: 0;
  aspect-ratio: 1/0.9;
  object-fit: cover;
}

.mission .left-side .stats {
  position: absolute;
  width: 24%;
  right: 29.5%;
  top: 4%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
}

.mission .left-side .stats h6 {
  font-size: 12px;
}

.mission .left-side .stats h4 {
  font-size: 35px;
  font-weight: 700;
}

.mission .left-side .stats h4::after {
  content: "";
  position: absolute;
  height: 4px;
  background-color: #95a551;
  left: 20px;
  bottom: 15px;
  width: 28%;
}

@media (max-width: 1200px) {
  .mission .left-side .stats {
    width: 28%;
    right: 27%;
    top: 15%;
  }
}

@media (max-width: 992px) {
  .mission .container {
    max-width: 90%;
    margin: auto;
  }

  .mission .row {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .mission .subtitle {
    text-align: start;
    margin-left: 0;
    margin-right: 0;
  }

  .mission .statistic-container {
    margin-top: 25px;
    gap: 8%;
  }

  .mission .statistic {
    width: 46%;
  }

  .mission .left-side {
    margin-bottom: 45px;
  }

  .mission .left-side .img2 {
    width: 55%;
    right: 0;
    bottom: -45px;
  }

  .mission .left-side .stats {
    width: 26%;
    right: 29%;
    top: 6%;
  }
}

@media (max-width: 550px) {
  .mission .left-side .stats {
    width: 40%;
    right: 15%;
    top: 4%;
  }

  .mission .left-side .stats h4 {
    font-size: 25px;
  }
}

/* End of About Page Missionc */


/* Start of About Page Why Us */
.why-us .left-side .points-container {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.why-us .left-side .point {
  display: flex;
  gap: 20px;
  border: solid 1px #E1E1E1;
  border-radius: 10px;
  padding: 25px;
}

.why-us .left-side .point h2 {
  background: #95a551;
  color: #fff;
  align-items: center;
  display: flex;
  padding: 25px 12px;
  font-size: 20px;
  border-radius: 10px;
  margin: 0;
}

.why-us .left-side .point h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.why-us .left-side .point p {
  color: #7F7F7F;
  font-size: 14px;
}

.why-us .right-side img {
  border-radius: 10px;
}

.why-us .right-side .img-col1 {
  width: 45%;
}

.why-us .right-side .img-col2 {
  width: 55%;
}

.why-us .right-side .img1 {
  height: 80%;
  object-fit: cover;
}

.why-us .right-side .img2 {
  margin-bottom: 7%;
  height: 38%;
  object-fit: cover;
}

.why-us .right-side .img3 {
  width: 70%;
  height: 50%;
  display: block;
  object-fit: cover;
}

@media (max-width: 992px) {
  .why-us .container {
    max-width: 90%;
    margin: auto;
  }

  .why-us .row {
    gap: 40px;
  }
}

@media (max-width: 768px) {

  .why-us h1.section-title2 {
    text-align: center;
  }
}

/* End of About Page Why Us */

.destinations .section-title1,
.page-template-ambassadors .section-title1 {
  padding-inline-start: calc(var(--bs-gutter-x)* .5);
  margin-bottom: 0;
}

@media (max-width: 992px) and (min-width: 768px) {
  .page-template-ambassadors .section-title1 {
    font-size: 30px
  }
}

@media (max-width: 768px) {

  .destinations .section-title1,
  .page-template-ambassadors .section-title1 {
    margin-bottom: 30px;
  }

  .filters-section {
    gap: 20px;
  }
}

.tour-ambassadors .slick-prev,
.tour-ambassadors .slick-next {
  top: 60% !important;
  z-index: 100;
}

.tour-ambassadors .slick-prev {
  right: 60px !important;
  left: unset !important;
}

.tour-ambassadors .slick-next {
  right: 12px !important;
}

@media (max-width: 768px) {

  .tour-ambassadors .slick-prev,
  .tour-ambassadors .slick-next {
    top: 50% !important;
  }

  .tour-ambassadors button.slick-prev.slick-arrow,
  .tour-ambassadors button.slick-next.slick-arrow {
    display: block !important;
  }

  .tour-ambassadors button.slick-prev.slick-arrow {
    right: unset !important;
    left: 12px !important;
  }

  .tour-ambassadors button.slick-next.slick-arrow {
    right: 12px !important;
  }
}


/* Start of Destinations Single */
.about-city {
  position: relative;
}

.city-tours-info {
  background-color: #FAFAFA;
  padding: 50px 0;
}

.city-tours-info .district-info-points-container {
  justify-content: space-between;
}

.city-tours-info .info-point {
  display: flex;
  align-items: center;
  gap: 25px;
  width: fit-content;
}

.city-tours-info .info-point .img-container {
  background-color: #D6DBBD;
  padding: 15px;
  border-radius: 50%;
}

.city-tours-info .info-point img {
  width: 40px;
  height: 40px;
}

.city-tours-info .info-point p {
  color: #7F7F7F;
  font-size: 18px;
  margin-bottom: 6px;
}

.city-tours-info .separator:not(:last-child) {
  border-right: solid 1px #E1E1E1;
  width: fit-content;
  height: 70px;
  padding: 0;
}

.about-city .description {
  color: #7F7F7F;
}

.about-city .lebanon-map {
  position: absolute;
  right: 10%;
  width: 340px;
}

.gallery .gallery-img-wrapper img {
  aspect-ratio: 1;
  border-radius: 20px;
  object-fit: cover;
}

.gallery .galley-slider2 {
  direction: rtl;
}

@media (max-width: 992px) {

  .archive.tax-district .popular-tours button.slick-prev.slick-arrow,
  .archive.tax-district .popular-tours button.slick-next.slick-arrow {
    top: 0%;
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 768px) {

  .city-tours-info .container,
  .about-city .container {
    max-width: 90%;
  }

  .city-tours-info .separator {
    display: none;
  }

  .about-city .subtitle,
  .gallery .subtitle {
    text-align: start;
    margin-left: 0;
    margin-right: 0;
  }
}

/* End of Destinations Single */


/* Start of Ambassador */
.ambassador-card {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.ambassador-card:hover {
  transform: translateY(-20px);
}

.ambassador-card .ambassador-image {
  width: 100%;
  aspect-ratio: 15 / 23;
  object-fit: cover;
  transition: filter 0.3s ease-in-out;
}

.ambassador-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0%) 30%);
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.ambassador-card .ambassador-content,
.ambassador-card .ambassador-main-city {
  transition: opacity 0.3s ease-in-out;
  z-index: 5;
}

.ambassador-card .ambassador-content {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 0 15px 10px;
}

.ambassador-card .ambassador-content h3.ambassador-name {
  font-size: 24px;
  text-transform: uppercase;
}

.ambassador-card .ambassador-content p.ambassador-description {
  font-weight: 300;
  font-size: 14px;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ambassador-card .ambassador-main-city {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #95A551;
  padding: 8px 12px;
  border-radius: 0 0 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: end;
  max-width: 80%;
}

.ambassador-card .ambassador-main-city svg {
  flex-shrink: 0;
}

.about-ambassador .ambassador-main-city {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #95a551;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-ambassador .ambassador-image {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  max-height: 450px;
}

.about-ambassador .description {
  color: #7F7F7F;
}


@media (max-width: 550px) {
  .slick-initialized .ambassador-card.slick-slide {
    margin-inline-end: 18px;
  }
}

/* End of Ambassador */


/* Start of FAQs */
.faqs #accordion {
  border-top: 0;
}

.faqs .card {
  border-radius: 0;
}

.faqs .card:first-child,
.faqs .card-header:first-child {
  border-radius: 10px 10px 0 0;
}

.faqs .card:last-child,
.faqs .card-header:last-child {
  border-radius: 0 0 10px 10px;
}

.faqs .card-header {
  border: none;
  background-color: white;
  transition: 0.3s;
}

.faqs .card-header:hover {
  background-color: #E5E5E5;
  border-radius: 0;
}

.faqs .card-header.active .number,
.faqs .card-header.active .toggle-icon {
  color: #95A551;
}

.faqs .card-header.active .toggle-icon {
  transform: rotate(45deg);
}

.faqs h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  gap: 40px;
}

.faqs h6 .question-nb {
  flex-direction: row;
  display: flex;
  align-items: start;
  gap: 35px;
}

.faqs .number {
  font-weight: 600;
  font-size: 35px;
  color: #3C3C4380;
}

.faqs .faqs-text {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
}

.faqs .card i {
  font-size: 30px;
  color: #3C3C4380;
  transition: 0.3s;
}

.faqs .card-body {
  color: #3C3C43D9;
  font-weight: 400;
  font-size: 15px;
  padding: 20px 95px;
}


@media (max-width: 768px) {
  .faqs h6 {
    padding: 5px;
  }

  .faqs h6 .question-nb {
    gap: 20px;
  }

  .faqs .number {
    font-size: 30px;
  }

  .faqs .faqs-text {
    font-size: 16px;
  }

  .faqs .card-body {
    padding: 20px;
  }
}

/* End of FAQs */


/* Start of Contact */
.contact-info .description {
  color: #7F7F7F;
  font-size: 16px;
}

.contact-info .contact-details {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.contact-info .contact-details a {
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
}

.contact-info .contact-details .icon-container {
  background-color: #95A551;
  border-radius: 10px;
  width: fit-content;
  padding: 10px;
  transition: 0.3s;
}

.contact-info .contact-details .text h5 {
  color: #000;
}

.contact-info .contact-details .text p {
  color: #7F7F7F;
  transition: 0.3s;
}

.contact-info .map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.contact-info .contact-details a:hover .icon-container {
  background-color: #F29834;
}

.contact-info .contact-details a:hover .text p {
  color: #95A551;
  font-weight: 500;
}

.contact-form .form-header {
  background-color: #EDEFEC;
  text-align: center;
  margin: auto;
  padding: 40px 0 250px 0;
}

.contact-form .form-header p {
  color: #7F7F7F;
  width: 80%;
  margin: auto;
}

.contact-form .form {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: -200px;
  padding: 40px;
  min-height: 300px;
}

.contact-form .form label {
  font-weight: 500;
}

.contact-form .form input,
.contact-form .form textarea {
  width: 100%;
  margin-top: 10px;
  padding: 12px 55px;
  border-radius: 10px;
  border: solid 1px #E1E1E1;
  transition: 0.3s;
}

.contact-form .form .send {
  display: flex;
  justify-content: end;
}

.contact-form .form .send p {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.contact-form .form .send input {
  margin: 0;
  background-color: #95A551;
  border: none;
  color: #fff;
  border-radius: 120px;
}

.contact-form .form .send input:hover {
  background-color: #F29834;
}

.contact-form .form input:focus-visible,
.contact-form .form textarea:focus-visible {
  outline-style: solid;
  outline-color: #95A551;
}

.contact-form .form input:focus-visible::placeholder,
.contact-form .form textarea:focus-visible::placeholder {
  color: #95A551;
}

.contact-form .form .icon {
  position: absolute;
  top: 26px;
  left: 25px;
  z-index: 1;
}

.contact-form .form .row {
  row-gap: 20px;
}

.contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  background-color: #fbd4d4;
  color: #dc3232;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 0;
}

.contact-form .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #d9ffdc;
  color: #2b8133;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .contact-info .row {
    gap: 30px;
  }

  .contact-info .map {
    height: 400px;
  }
}

@media (max-width: 768px) {

  .contact-info {
    max-width: 90%;
    margin: auto;
  }

  .contact-form .form .send {
    display: block;
  }

  .contact-form .form .wpcf7-spinner {
    position: absolute;
  }

  .contact-form .form {
    max-width: 90%;
    padding: 20px;
  }
}

/* End of Contact */


/* Start of Tour Single */
.single-our-tours .tour-gallery-slider {
  background-color: #FAFAFA;
  border-bottom: solid 1px #95a55133;
}

.single-our-tours .tour-gallery-slider .tour-gallery-wrapper {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.single-our-tours .tour-gallery-slider .tour-image img {
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 10px;
}

.single-our-tours .tour-gallery button.slick-next.slick-arrow,
.single-our-tours .tour-gallery button.slick-prev.slick-arrow {
  top: 50%;
  z-index: 5;
}

.single-our-tours .tour-gallery button.slick-next.slick-arrow {
  right: 2%;
}

.single-our-tours .tour-gallery button.slick-prev.slick-arrow {
  left: 2%;
}

.single-our-tours .comments-section .comment-form-cookies-consent {
  display: none;
}

/* ---------- */

.single-our-tours .tours-content h4 {
  font-weight: 600;
  ;
}

.single-our-tours .tours-content .tour-info-points {
  padding: 10px 0;
  flex-wrap: wrap;
  gap: 35px;
}

@media only screen and (min-width: 1400px) {
  .single-our-tours .tours-content .tour-info-points {
    flex-wrap: nowrap;
  }
}

.single-our-tours .tours-content .tour-info-points .info-point {
  display: flex;
  align-items: center;
  gap: 25px;
  width: fit-content;
}

.single-our-tours .tours-content .tour-info-points .info-point .img-container {
  background-color: #EAEDDC;
  padding: 15px;
  border-radius: 50%;
}

.single-our-tours .tours-content .tour-info-points .info-point img {
  width: 30px;
  height: 30px;
}

.single-our-tours .tours-content .tour-info-points .info-point p {
  color: #7F7F7F;
  font-size: 16px;
  margin-bottom: 6px;
}

.single-our-tours .tours-content .tour-info-points .separator:not(:last-child) {
  border-right: solid 1px #E1E1E1;
  width: fit-content;
  height: 70px;
  padding: 0;
}

/* ---------- */

.single-our-tours .overview p,
.single-our-tours .important-info p {
  color: #7F7F7F;
}

.single-our-tours .overview .text-container {
  max-height: 5%;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  transition: max-height 0.5s ease-in-out;
}

.single-our-tours .overview .text-container.expanded {
  max-height: 1000px;
  -webkit-line-clamp: unset;
}

.single-our-tours .overview #toggle-button {
  cursor: pointer;
  color: #F29834;
  border: none;
  background: none;
  font-size: 16px;
  transition: 0.3s;
}

.single-our-tours .overview #toggle-button:hover {
  color: #95A551;
}

/* ---------- */

.single-our-tours .tour-includes .amenities-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16%;
}

.single-our-tours .tour-includes .amenity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 42%;
  margin-bottom: 15px;
  border-bottom: dashed 1px #E5E5E5;
}

.single-our-tours .tour-includes .amenity .details {
  display: flex;
  align-items: center;
  gap: 12px;
}

.single-our-tours .tour-includes .amenity .details img {
  background-color: #F29834;
  width: 40px;
  height: 40px;
  padding: 8px;
}

.single-our-tours .tour-includes .amenity .details p {
  font-size: 15px;
  font-weight: 500;
}

.single-our-tours .tour-includes .amenity .amenity-status img {
  width: 20px;
  height: 20px;
}

/* ---------- */

.single-our-tours .schedule .accordion-item {
  border: none;
}

.single-our-tours .schedule .accordion-header .accordion-button {
  font-size: 16px;
  background-color: #F5F5F5;
  border: none;
  padding: 10px 30px 10px 10px;
  border-radius: 10px;
  box-shadow: none;
  transition: border-radius 0.3s ease;
}

.single-our-tours .schedule .accordion-header .accordion-button:not(.collapsed) {
  border-radius: 10px 10px 0 0;
}

.single-our-tours .schedule .accordion-header .accordion-button.not-collapsable {
  border-radius: 10px;
}

.single-our-tours .schedule .accordion-header .accordion-button.not-collapsable::after {
  display: none;
}

.single-our-tours .schedule .accordion-header .time-label {
  font-weight: bold;
  color: #fff;
  background: #95A551;
  border-radius: 5px;
  padding: 12px 20px;
  min-width: 115px;
  text-align: center;
}

.single-our-tours .schedule .accordion-header .title-label {
  font-weight: 600;
  color: #444444;
  margin-inline-end: 10px;
}

.single-our-tours .schedule .accordion-body {
  font-size: 14px;
  border: solid 1px #F5F5F5;
  border-radius: 0 0 10px 10px !important;
  color: #444444;
  background-color: #fff !important;
}

/* ---------- */

.single-our-tours .tour-details {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px;
}

.single-our-tours .tour-details h5 {
  font-weight: 700;
  margin-bottom: 15px;
}

.single-our-tours .tour-details h5::before {
  height: 20px;
  width: 4px;
  color: #95A551;
}

.single-our-tours .tour-details li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #E6E6E6;
  padding: 13px 0;
  gap: 20px;
}

.single-our-tours .tour-details .title {
  font-weight: 600 !important;
  color: #444;
  text-align: start;
}

.single-our-tours .tour-details .info {
  text-align: end;
}

.single-our-tours .tour-details a {
  color: #F29834;
  text-align: end;
}

.single-our-tours .tour-details a#addToCartBtn {
  color: #fff;
}

.single-our-tours .tour-details a#viewCartBtn {
  color: #95A551;
  background-color: transparent;
  border: solid 2px #95A551;
}

.single-our-tours .tour-details a#viewCartBtn:hover {
  background-color: #95A551 !important;
  border: solid 2px #95A551 !important;
  color: #fff !important;
}

.single-our-tours select#available_dates {
  border: solid 1px #e1e1e1;
  border-radius: 5px;
  padding: 2px 10px;
  transition: 0.3s;
}

.single-our-tours input#quantity {
  border: solid 1px #E1E1E1;
  border-radius: 5px;
  text-align: center;
  padding: 2px;
  transition: 0.3s;
}

.single-our-tours input#quantity:focus,
.single-our-tours select#available_dates:focus {
  outline: none;
  border: solid 1px #95a551;
}

.single-our-tours .sidebar-column {
  height: fit-content;
  position: sticky;
  top: 185px;
}

.single-our-tours .review-rating>span {
  width: unset;
  height: unset;
  font-size: unset;
}

.single-our-tours .woocommerce-Price-amount,
.single-our-tours .woocommerce-Price-currencySymbol {
  color: #000;
}

.single-our-tours .woocommerce-Price-amount bdi,
.tax-district .woocommerce-Price-amount bdi {
  direction: ltr;
}

/* ---------- */
.single-our-tours h3#reply-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1.5rem !important;
}

.single-our-tours .comment-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.single-our-tours .comment-form input .comment-form-title,
.single-our-tours .comment-form input .comment-form-comment,
.single-our-tours .comment-form input .comment-form-author .single-our-tours .comment-form input .comment-form-email {
  display: flex;
  flex-direction: column;
}

.single-our-tours .comment-form input,
.single-our-tours .comment-form textarea {
  max-width: 100% !important;
  padding: 8px !important;
  border: solid 1px #E1E1E1 !important;
  border-radius: 5px !important;
  transition: 0.3s !important;
}

.single-our-tours .comment-form input:focus-visible,
.single-our-tours .comment-form textarea:focus-visible {
  outline: none;
}

.single-our-tours .comment-form input:focus,
.single-our-tours .comment-form textarea:focus {
  border-color: #95A551 !important;
}

.single-our-tours .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-our-tours input#submit {
  background-color: #95A551;
  color: #fff;
  padding: 12px 25px !important;
  border: none;
}

.single-our-tours .map iframe {
  border-radius: 10px;
  width: 100%;
}

.single-our-tours .ambassador-card .ambassador-image {
  aspect-ratio: 15 / 18;
  filter: grayscale(0%);
}

.single-our-tours .ambassador-card .ambassador-content,
.single-our-tours .ambassador-card .overlay {
  opacity: 1;
}

.single-our-tours .ambassador-card:hover {
  transform: translateY(0);
}

.single-our-tours .ambassador-card:hover .ambassador-main-city {
  opacity: 1;
}

.woocommerce div.product div.summary {
  margin-bottom: 0;
}

.single-our-tours .comment-author-boulos-s {
  margin-inline-start: 50px;
  margin-top: 30px;
  border-radius: 5px;
  width: 90%;
}

.single-our-tours .review-avatar img {
  width: 55px;
  height: 55px;
  text-align: start;
  border: solid 1px #e9e9e9;
  border-radius: 10px;
  margin: 0;
}

.single-our-tours #product_reviews p {
  margin-bottom: 8px;
}


.single-our-tours .reviews-area .ic_rev {
  border-radius: 8px;
}

.single-our-tours .reviews-area .review-reply {
  margin-inline-start: 28px;
  float: unset;
  width: auto;
}

.single-our-tours .ic_rev .review-left {
  max-width: unset;
}


@media (max-width: 992px) {
  .single-our-tours .container {
    max-width: 90%;
  }

  .single-our-tours .tours-content .tour-info-points .separator {
    display: none;
  }

  .single-our-tours .content-column {
    width: 60%;
  }

  .single-our-tours .sidebar-column {
    width: 40%;
  }

  .single-our-tours .tour-includes .amenity {
    width: 100%;
  }

  .single-our-tours button.slick-prev.slick-arrow,
  .single-our-tours button.slick-next.slick-arrow {
    top: 3%;
    width: 35px;
    height: 35px;
  }

  .single-our-tours .comment-author-boulos-s {
    width: 85%;
  }
}

@media (max-width: 768px) {

  .single-our-tours .tour-gallery-slider button.slick-prev.slick-arrow,
  .single-our-tours .tour-gallery-slider button.slick-next.slick-arrow {
    display: block !important;
    width: 35px;
    height: 35px;
  }

  .single-our-tours .tour-gallery button.slick-next.slick-arrow {
    right: 4%;
  }

  .single-our-tours .tour-gallery button.slick-prev.slick-arrow {
    left: 4%;
  }

  .single-our-tours .content-column,
  .single-our-tours .sidebar-column {
    width: 100%;
  }

  .single-our-tours .schedule .accordion-header .time-label {
    min-width: unset !important;
    font-size: 13px;
  }

  .single-our-tours .schedule .accordion-header .title-label {
    font-size: 15px;
  }

  .single-our-tours .comment-author-boulos-s {
    width: 90%;
    margin-inline-start: 20px;
  }
}

@media (max-width: 550px) {
  .single-our-tours .schedule .accordion-header .time-label {
    width: 75px;
  }

  .single-our-tours input#submit {
    width: 100%;
  }

  .single-our-tours .tours-content .container.related-tours {
    max-width: 100%;
    padding-inline-start: 5%;
  }

  .single-our-tours .tours-content .container.related-tours h4 {
    margin-inline-start: 14px;
  }

}

/* End of Tour Single */


/* Start of Blogs Single */
.blog-single .blog-date-single {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-single .blog-date-single img {
  width: 15px;
  height: 15px;
}

.blog-single .blog-date-single time {
  margin: 0;
}

.blog-single .blog-content {
  color: #7F7F7F;
}

.blog-single .blog-content p {
  padding-bottom: 15px;
}

.blog-single .blog-content ul,
.blog-single .blog-content ol {
  margin: 15px 0;
  padding-inline-start: 30px;
}

.blog-single .blog-content ul {
  list-style: disc;
}

.blog-single .blog-content ol {
  list-style: decimal;
}

.blog-single .blog-content li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.blog-single .blog-content ul ul,
.blog-single .blog-content ol ol,
.blog-single .blog-content ul ol,
.blog-single .blog-content ol ul {
  margin: 8px 0;
}


.blog .search-container .icon {
  left: 24px !important;
}

/* End of Blogs Single */


/* Start of Cart */
.wp-block-woocommerce-cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
  border: solid 1px #E6E6E6;
  border-radius: 5px;
  padding-inline-end: 0;
  height: fit-content;
}

.wp-block-woocommerce-cart .wc-block-cart-items th {
  padding: 8px 16px !important;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large,
.wp-block-woocommerce-cart table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
  margin: 0 !important;
}

.wp-block-woocommerce-cart .wc-block-cart-item__image img {
  border-radius: 5px;
}

.wp-block-woocommerce-cart a.wc-block-components-product-name {
  color: #95A551;
  font-weight: 500;
}

.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items {
  border-bottom: 0 !important;
}

.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
  display: table-cell;
  vertical-align: middle !important;
}

.wp-block-woocommerce-cart td.wc-block-cart-item__product {
  margin-bottom: 0;
}

.wp-block-woocommerce-cart .wc-block-cart-item__wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.wp-block-woocommerce-cart .wc-block-cart-item__wrap a,
.wp-block-woocommerce-cart .wc-block-cart-item__wrap div,
.wp-block-woocommerce-cart .wc-block-components-product-details {
  margin: 0 !important;
}

.wp-block-woocommerce-cart button.wc-block-cart-item__remove-link {
  position: absolute;
  color: #dc3545 !important;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
  padding-inline-start: 3.5%;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
  border: solid 1px #E6E6E6;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.wp-block-woocommerce-cart .wc-block-formatted-money-amount,
.wp-block-woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-weight: 600;
}

.wp-block-woocommerce-cart .wp-element-button,
.woocommerce-checkout button.wc-block-components-button {
  background-color: #95a551;
  border-radius: 5px;
  color: #fff;
  border: none;
}

.wp-block-woocommerce-cart .wp-element-button:focus,
.woocommerce-checkout button.wc-block-components-button:focus {
  box-shadow: none !important;
}

.wp-block-woocommerce-cart a.wc-block-components-button.wp-element-button,
.wp-block-woocommerce-cart button.wc-block-components-button.wp-element-button,
.woocommerce-checkout button.wc-block-components-button {
  transition: 0.3s;
}

.wp-block-woocommerce-cart .wp-element-button:hover,
.woocommerce-checkout button.wc-block-components-button:hover {
  background-color: #F29834;
}

.wp-block-woocommerce-cart .wp-element-button:active,
.woocommerce-checkout button.wc-block-components-button:active {
  background-color: #f29934b2;
  border-color: #f29934b2;
  color: #fff;
}

.wp-block-woocommerce-cart input#wc-block-components-totals-coupon__input-0 {
  border: solid 1px #E1E1E1;
}

.wp-block-woocommerce-cart input#wc-block-components-totals-coupon__input-0:focus {
  box-shadow: 0 0 0 1px #95A551;
}

.wp-block-woocommerce-cart input#wc-block-components-totals-coupon__input-0:focus-visible {
  outline: none;
}

.woocommerce .star-rating span::before {
  color: #F29834;
}

.woocommerce-cart .container.wrapper .wc-block-cart__empty-cart__title {
  margin: 130px 0;
}

.woocommerce-cart .container.wrapper .wp-block-separator.is-style-dots {
  display: none !important;
}

.woocommerce-cart .wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block {
  margin: 0;
}

.wc-block-components-product-metadata {
  display: none;
}

.wp-block-woocommerce-cart a.wc-block-components-product-name,
.wp-block-woocommerce-cart .wc-block-cart-item__prices,
.wp-block-woocommerce-cart .wc-block-cart-item__quantity {
  width: 33.33%;
  padding: 0 10px;
  max-width: unset !important;
}

/* End of Cart */


/* Start of Checkout */
.woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator a {
  color: #95A551;
}

.woocommerce-checkout .wp-block-woocommerce-checkout {
  padding-top: 0;
}

.woocommerce-checkout .wc-block-components-sidebar-layout {
  margin-bottom: 0;
}

.woocommerce-checkout input {
  border: solid 1px #E1E1E1 !important;
  transition: 0.1s;
}

.woocommerce-checkout input:focus {
  box-shadow: none !important;
  border: solid 2px #95A551 !important;
}

.woocommerce-checkout .is-large .wc-block-checkout__actions {
  padding: 0;
}

.woocommerce-checkout .is-large .wc-block-checkout__sidebar {
  top: 160px;
}

.woocommerce-checkout .wc-block-components-totals-item__value,
.woocommerce-checkout .wc-block-components-order-summary-item__total-price,
.woocommerce-checkout .wc-block-components-totals-item__label {
  font-weight: 600 !important;
}

/* End of Checkout */


/* Start of Tours Archive*/
.tours-filter .title {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}

.tours-filter .accordion-header .accordion-button {
  background-color: unset;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.tours-filter .accordion-header .accordion-button:focus {
  box-shadow: none;
  background-color: #f4f4f4;
}

.tours-filter .accordion-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tours-filter .accordion-body label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #636363;
  transition: 0.3s;
}

.tours-filter .accordion-body input[type="checkbox"] {
  width: 18px;
  height: 18px;
  appearance: none;
  border: 2px solid #000;
  border-radius: 3px;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.tours-filter .accordion-body input[type="checkbox"]:checked {
  background-color: #95A551;
  border: 2px solid #95A551;
}

.tours-filter .accordion-body label:has(input[type="checkbox"]:checked) {
  color: #95A551;
  font-weight: 600;
}

.tours-filter .accordion-body input[type="checkbox"]:checked::after {
  content: '✓';
  color: #fff;
  font-size: 14px;
  position: absolute;
  font-weight: bold;
  left: 53%;
  top: 55%;
  transform: translate(-50%, -50%);
}

.tours-filter input#daterange,
.tours-filter input#numberOfUsersInput {
  padding: 10px;
}

.tours-filter input#daterange:focus,
.tours-filter input#numberOfUsersInput:focus {
  box-shadow: none;
  border: solid 2px #95A551 !important;
}

@media (max-width: 992px) {
  .tours-filter .accordion-header .accordion-button {
    font-size: 16px;
  }

  .tours-filter .accordion-body input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }

  .tours-filter .accordion-body label {
    font-size: 14px;
  }
}


@media (max-width: 768px) {

  .post-type-archive-our-tours .container {
    max-width: 90%;
  }

  .tours-list .tour-card {
    width: 100%;
  }

}


.daterangepicker td.in-range {
  background-color: #96a5513a !important;
}

.daterangepicker td.active {
  background-color: #95A551 !important;
}

.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: #fff !important;
}

button.cancelBtn.btn.btn-sm.btn-default {
  background-color: #a6a6a6;
  border: none;
}

.daterangepicker .drp-buttons .btn {
  border: none;
}

.clear-daterange-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 20px;
  color: white;
  background-color: #95A551;
  border: solid 1px #95A551;
  right: 10px;
  top: 10px;
}

.home-daterange .clear-daterange-btn {
  right: -10px;
  top: -10px;
}

/* Start of Filters Sidebar */
#priceRangeFilter .price-input {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

#priceRangeFilter .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

#priceRangeFilter .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 16px;
  margin-inline-start: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #E1E1E1;
  -moz-appearance: textfield;
}

#priceRangeFilter .field input:focus {
  border: solid 2px #95A551;
}

#priceRangeFilter input[type="number"]::-webkit-outer-spin-button,
#priceRangeFilter input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

#priceRangeFilter .price-input .separator {
  width: 55px;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}

#priceRangeFilter .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

#priceRangeFilter .slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #cad1b0;
}

#priceRangeFilter .range-input {
  position: relative;
}

#priceRangeFilter .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -20px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#priceRangeFilter input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #95A551;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("/wp-content/uploads/2024/11/download-1.svg");
}

.select2-container .select2-selection--single {
  padding: 22px 0 !important;
  align-items: center;
  display: flex !important;
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
  border: 1px solid #E1E1E1 !important;
  border-radius: .375rem !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #595c5f !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
  right: 5px !important;
}

.select2-container--default .select2-results__option--highlighted {
  transition: 0.2s;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F2F6E2 !important;
  color: #95a551 !important;
  font-weight: 500;
  transition: 0.2s;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #dfdfdf;
  color: #7e6e6e;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #F2F6E2 !important;
  color: #95a551 !important;
}

.select2-results__option {
  padding: 10px 15px !important;
}

span.select2-selection__clear {
  display: none;
}

/* End of Filters Sidebar */

#loadMore {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
}

/* End of Tours Archive*/


/* Start Back to top button*/

.fixed-buttons {
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 99999999;
}

.back-to-top-button {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: #95A551;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
  opacity: 0;
  transition: 0.3s
}

.fas.fa-arrow-up {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.back-to-top-button:hover {
  background-color: #F29834;
}

@media (max-width:768px) {
  .fixed-buttons {
    right: 30px;
  }
}

/* End Back to top button*/


/* Start of 404 */

.\34 04.page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  gap: 18px;
}

.\34 04.page-content img {
  width: 400px;
}

.\34 04.page-content h1 {
  font-weight: 600;
}

.\34 04.page-content p {
  color: #808080;
  font-size: 16px;
  max-width: 400px;
}

/* End of 404 */


/* Start of Arabic Style */

/* body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4,
body.rtl h5,
body.rtl h6,
body.rtl span,
body.rtl a,
body.rtl p {
  text-align: right;
} */

body.rtl .navbar-logo {
  right: 5%;
  left: unset;
}

body.rtl .contact-form .form .icon {
  right: 25px;
  left: unset;
}

body.rtl .contact-form .form input,
body.rtl .contact-form .form textarea {
  text-align: right !important;
}

body.rtl .navbar-nav {
  padding-right: 0 !important;
  padding-left: 3rem !important;
}

body.rtl footer .newsletter-container .email-input {
  border-radius: 0px 8px 8px 0
}

body.rtl footer .newsletter-container .subscribe-btn {
  border-radius: 8px 0 0 8px;
}

body.rtl button.slick-prev.slick-arrow {
  right: 96%;
  left: unset;
}

body.rtl button.slick-next.slick-arrow {
  left: 5%;
  right: unset;
}

body.rtl footer .third-col a {
  direction: ltr;
  text-align: right;
  justify-content: end;
  flex-direction: row-reverse;
}

body.rtl footer .footer-title:before,
body.rtl footer .footer-title:after {
  right: 0;
  left: unset;
}

body.rtl footer .newsletter-container .email-input {
  text-align: right;
}

body.rtl .tours-filter {
  padding-right: 0 !important;
  padding-left: 1.5rem !important;
}

body.rtl .tours-list {
  padding-right: 1.5rem !important;
  padding-left: 0 !important;
}

body.rtl .tours-filter .accordion-button::after {
  margin-right: auto;
  margin-left: unset;
}

body.rtl .carousel-caption .subtitle,
body.rtl .carousel-caption h1,
body.rtl .carousel-caption p,

body.rtl .banner .banner-content {
  text-align: right;
}

body.rtl .carousel-item .carousel-caption {
  transform: translate(10%, -50%);
}

body.rtl .marquee-container {
  direction: ltr;
}

body.rtl .about-us-preview .right-side p {
  right: -80px;
  left: unset;
  border-left: unset;
  border-right: solid 5px #F29834;
}

body.rtl .about-us-preview .compass-icon {
  transform: scaleX(-1);
  right: -30px;
  left: unset;
}

body.rtl .mission .left-side {
  padding-left: 1.5rem !important;
  padding-right: 0 !important;
}

body.rtl .mission .right-side {
  padding-left: 0 !important;
  padding-right: 1.5rem !important;
}

body.rtl .mission .left-side .img2 {
  right: unset;
  left: 24px;
}

body.rtl .mission .left-side .stats {
  right: unset;
  left: 29.5%;
}

body.rtl .mission .left-side .stats h4::after {
  right: 20px;
  left: unset;
}

body.rtl .why-us .left-side {
  padding-left: 1.5rem !important;
  padding-right: 0 !important;
}

body.rtl .why-us .right-side {
  padding-left: 0 !important;
  padding-right: 1.5rem !important;
}

body.rtl .why-us .right-side .img-col1 {
  padding-left: .5rem !important;
  padding-right: 0 !important;
}

body.rtl .why-us .right-side .img-col2 {
  padding-left: 0 !important;
  padding-right: .5rem !important;
}

body.rtl .about-us-preview .lebanon-map {
  right: 100px;
  left: unset;
}

body.rtl .partners .partners-logos img:not(:last-child) {
  border-left: solid 1px #CBCBCB;
  border-right: unset;
}

body.rtl .carousel-item .overlay,
body.rtl .banner .overlay {
  background: linear-gradient(104.349deg, rgba(25, 25, 25, 0%) 0%, rgba(25, 25, 25, 80%)100%);
}

body.rtl .blogs-card .featered-blog {
  left: 15px;
  right: unset;
}

body.rtl .travel-infographic {
  left: 0;
  right: unset;
  transform: scaleX(-1);
}

body.rtl footer .second-col a img,
body.rtl footer .third-col .contact-icon {
  transform: scaleX(-1);
}

body.rtl footer .partners-logos img:not(:last-child) {
  border-left: solid 1px #6B6D60;
  border-right: unset;
}

body.rtl footer .footer-bg {
  transform: scaleX(-1);
  left: 0;
  right: unset;
}

body.rtl .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 5px !important;
  right: unset !important;
}

body.rtl .contact-info .get-in-touch {
  padding-right: 0 !important;
  padding-left: 1.5rem !important;
}

body.rtl .contact-info .map {
  padding-right: 1.5rem !important;
  padding-left: 0 !important;
}

body.rtl .tours-content .sidebar-column {
  padding-right: 1.5rem !important;
  padding-left: 0 !important;
}

body.rtl .tours-content .content-column {
  padding-right: 0 !important;
  padding-left: 1.5rem !important;
}

body.rtl .tours-content .accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}

body.rtl button.accordion-button.collapsed,
body.rtl button.accordion-button {
  padding: 10px 10px 10px 30px !important;
}

body.rtl span.time-label {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}

body.rtl .search-inputs input {
  padding: 15px 50px 15px 20px;
}

body.rtl .search-inputs .icon {
  right: 25px;
  left: unset;
}

body.rtl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 40px;
}

body.rtl .contact-info .contact-details .text p {
  direction: ltr;
}

body.rtl .search-container .icon {
  right: 12px !important;
  left: unset;
}

body.rtl .about-city .lebanon-map {
  right: unset;
  left: 10%;
}

body.rtl .tour-card .tour-card-bottom .tour-price {
  direction: ltr;
}

body.rtl .dropdown-item {
  text-align: right;
}

body.rtl.single-our-tours .woocommerce-Price-amount bdi,
body.rtl.tax-district .woocommerce-Price-amount bdi {
  direction: rtl;
}

body.rtl .wcml-spinner {
  right: 60%;
  left: unset;
}

/* End of Arabic Style */

.popular-tours-display {
  min-height: 350px;
  position: relative;
}

.loader {
  width: 60px;
  height: 60px;
  border: 6px solid #95a551;
  border-top: 6px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ic_rev,
.ic_revs {
  max-width: 100% !important;
}

/* Checkout */
.custom-viewleb-checkout input,
.checkout_coupon input,
.custom-viewleb-checkout textarea {
  padding: .5em .5em;
  border-radius: 4px;
}

.custom-viewleb-checkout a,
.woocommerce-form-coupon-toggle a {
  color: #95a551;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  border-top-color: #95A551;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
  color: #95A551;
}

.custom-viewleb-checkout button.button,
.checkout_coupon button.button {
  background-color: #95a551;
  border-radius: 5px;
  color: #fff;
  border: none;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout_coupon button.button {
  padding: 0 16px;
}

.custom-viewleb-checkout button.button {
  width: 100%;
  margin-top: 20px;
}


.custom-viewleb-checkout .sticky-sidebar {
  top: 0;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
}

.custom-viewleb-checkout #payment {
  background: #eaeddf;
}

.custom-viewleb-checkout #payment div.payment_box {
  background: #95A551;
  color: #fff;
}

.custom-viewleb-checkout #payment div.payment_box::before {
  border: 1em solid #95A551;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

@media only screen and (max-width: 992px) {
  .custom-viewleb-checkout .sticky-sidebar {
    margin-top: 20px;
  }
}

.ic_rev .review-avatar,
.ic_rev .review-text {
  margin-top: 0 !important;
}

.ic_rev.review-reply .review-right {
  padding-top: 0 !important;
}

.ic_rev .reviewer-name a {
  color: #000;
}


.custom-viewleb-checkout a {
  transition: 0.3s;
}

.custom-viewleb-checkout a:hover {
  color: #F29834;
}



/* Ensure the off-canvas sidebar appears below the navbar on mobile */
@media (max-width: 991px) {
  .post-type-archive-our-tours .offcanvas-start {
    top: 120px !important;
  }

  .post-type-archive-our-tours .offcanvas-header {
    padding-top: 70px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e1e1e1;
  }

  .post-type-archive-our-tours .tours-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .post-type-archive-our-tours .tours-filter .title {
    margin: 0;
  }

  .post-type-archive-our-tours .offcanvas-header h5 {
    margin: 0;
  }

  .post-type-archive-our-tours .filter-btn {
    padding: 12px 15px;
    border: none;
  }

  .post-type-archive-our-tours .filter-btn:focus {
    border: none;
  }
}

.grecaptcha-badge,
.otgs-development-site-front-end {
  display: none;
}