/* Generated by less 2.5.1 */
/*============================================

   Theme Name: Luzal Hidayah - Tour Operator
   Author : Manu Marshel
   Support: https://manumarshal.com
   Description: Luzal Hidayah - Tour Operator
   Version: 1.0.0

==============================================*/

@import "slider.css";
@import "slick.css";
/* @import "slick-theme.css"; */
/* @import "jquery-ui.min.css"; */
@import "jquery.arcticmodal.css";
@import "lightgallery.min.css";
@import "lg-transitions.min.css";

@font-face {
  font-family: "Luzal-Heading";
  src: url("../fonts/RolideRounded-Regular.otf") format("opentype"),
    url("../fonts/RolideRounded-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Luzal-Paragraph";
  src: url("../fonts/Montserrat-Medium_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --font-luzal: "Luzal-Heading", sans-serif;
  --font-para: "Luzal-Paragraph", sans-serif;
  --primary-color: #143833;
  --seconday-color: #D4A877;
  --para-color-dark: #04190F;
  --para-color-white: #C6CECA;
  --white-color: #ffffff;
  --dark-background: #04190F;
}

body {
  font-family: var(--font-para) !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.header__bottom .menu .scroll_wrap>ul>li>a,
.homepage_slider .categories_item ._title {
  font-family: var(--font-luzal) !important;
  font-weight: normal !important;
}

*:hover {
  cursor: default;
}

.pointer:hover {
  cursor: pointer;
}

.pointer:hover * {
  cursor: pointer;
}

body.pop-up-open {
  position: fixed;
  left: 0;
  right: 0;
}

body.locked {
  overflow: hidden;
}

/*=============================INPUTS=======================
============================================================*/

input::-webkit-input-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49);
}

input::-moz-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49);
}

input:-moz-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49);
}

input:-ms-input-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49);
}

textarea::-webkit-input-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49);
}

textarea::-moz-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49);
}

textarea:-moz-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49);
}

textarea:-ms-input-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49);
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}

input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}

input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}

.locked .container,
.lg-on .container {
  position: relative;
}

input {
  border-radius: 0;
}

input:focus {
  outline: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}

input[type=submit],
button {
  -webkit-appearance: none;
  appearance: none;
}

input[type=submit]:hover,
button:hover {
  cursor: pointer;
}

input:hover {
  cursor: text;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  -webkit-overflow-scrolling: touch !important;
}

li,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div,
p,
ul,
ol,
li,
header,
footer,
section,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
article,
main,
adress {
  display: block;
  float: left;
  width: 100%;
  font-size: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:focus {
  outline: 0;
}

a:active {
  outline: 0;
}

button {
  display: block;
  float: left;
  border: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

button:focus {
  outline: 0;
}

button:active {
  outline: 0;
}

button:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover,
button:hover {
  cursor: pointer;
}

a:hover *,
button:hover * {
  cursor: pointer;
}

.wrap {
  width: 100%;
  max-width: 1306px;
  float: none;
  margin: 0 auto;
}

body {
  background: #153833;
  margin: 0;
  padding: 0;
  color: #3E4559;
  font-size: 16px;
}

.btn {
  height: 62px;
  background: var(--seconday-color);
  border-radius: 31px;
  display: block;
  float: left;
  line-height: 62px;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  width: auto;
  padding: 0 48px;
  color: var(--white-color);
}

.arrow:hover {
  cursor: pointer;
}

.arrow:hover * {
  cursor: pointer;
}

.homepage_slider {
  height: 100vh;
  overflow: hidden;
  background: var(--para-color-dark);
}

.homepage_slider .most_popular {
  padding-left: 54px;
  position: absolute;
  font-size: 21px;
  color: var(--white-color);
  width: 350px;
  right: 40%;
  margin-right: -603px;
  bottom: 300px;
  z-index: 1;
}

.homepage_slider .most_popular:before {
  width: 30px;
  height: 40px;
  background: url(../images/geo.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.homepage_slider .slide .video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.homepage_slider .slide .video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.homepage_slider .slider-pagi {
  width: 14px;
  height: auto;
  position: absolute;
  right: 76px;
  top: 50%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

.homepage_slider .slider-pagi__elem {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.44);
  border: 0;
  margin: 10px 0;
}

.homepage_slider .slider-pagi__elem:hover {
  cursor: pointer;
}

.homepage_slider .slider-pagi__elem:before {
  display: none;
}

.homepage_slider .slider-pagi__elem.active {
  background: var(--white-color);
  border: 0;
}

.homepage_slider .slide__controls {
  margin-top: 33px;
}

.advertisementbutton a {
  float: none ! IMPORTANT;
}

.advertisementbutton {
  display: inline-block !important;
  text-align: center;
  width: 200px;
  margin: 0 auto !important;
  float: none !important;
}

.homepage_slider .slide__controls .btn,
.advertisementbutton .btn {
  background: var(--seconday-color);
  border-radius: 30px;
  display: block;
  float: left;
  line-height: 1.1 !important;
  text-align: center;
  font-weight: 600 !important;
  width: auto;
  padding: 16px 30px;
  color: var(--para-color-dark);
  text-transform: uppercase;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #e8b253, #b27633);
  height: auto !important;
  border: none !important;
  font-family: var(--font-luzal) !important;
}

.homepage_slider .slide__controls .btn:hover,
.homepage_slider .slide__controls .btn.btn__choose_tour:hover,
a.btn.btn-custom:hover,
.advertisementbutton .btn:hover,
.top_destination .section_content .item .sq_parent .sq_wrap .sq_content:hover {
  filter: brightness(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.homepage_slider .slide__controls .btn.btn__choose_tour,
.advertisementbutton .btn {
  background: var(--para-color-white) !important;
  color: var(--para-color-dark) !important;
}

.homepage_slider .slide__controls .arrow {
  width: 62px;
  height: 62px;
  border: 2px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  display: block;
  float: left;
  margin-left: 35px;
  position: relative;
}

.homepage_slider .slide__controls .arrow:before {
  background: url(../images/left-arrow.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
}

.homepage_slider .categories {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 4;
}

.homepage_slider .categories.scrolled .items .scroll {
  transform: translateX(-950px);
  transition: all .3s linear;
}

.homepage_slider .categories.scrolled .other_items .icon .arrow:before {
  transform: rotate(180deg);
  transition: all .2s linear;
}

.homepage_slider .categories .items {
  width: auto;
  margin-left: -70px;
  width: 1190px;
  overflow: hidden;
  white-space: nowrap;
}

.homepage_slider .categories .items .scroll {
  width: auto;
  transition: all .3s linear;
}

.homepage_slider .categories .other_items {
  width: 185px;
}

.homepage_slider .categories .other_items .categories_item {
  width: 100%;
  border-right: 0;
  padding-left: 55px;
}

.homepage_slider .categories .other_items .icon {
  opacity: 1;
}

.homepage_slider .categories .other_items .icon .arrow {
  border: 2px solid var(--seconday-color);
  border-radius: 18px;
  display: block;
  float: left;
  position: relative;
  width: 62px;
  height: 62px;
  display: inline-block;
  float: none;
}

.homepage_slider .categories .other_items .icon .arrow:before {
  background: url(../images/left-arrow.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  transition: all .2s linear;
}

.homepage_slider .categories_item {
  width: 238px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  height: 150px;
  padding-top: 10px;
  display: inline-block;
  float: none;
  white-space: normal;
  margin-left: -3px;
}

.homepage_slider .categories_item:hover {
  cursor: pointer;
}

.homepage_slider .categories_item:hover * {
  cursor: pointer;
}

.homepage_slider .categories_item:hover ._title {
  color: #176EFF;
  transition: all .2s linear;
}

.homepage_slider .categories_item:hover .icon {
  opacity: 1;
  transition: all .2s linear;
}

.homepage_slider .categories_item .icon {
  text-align: center;
  vertical-align: bottom;
  margin-bottom: 2px;
  transition: all .2s linear;
}

.homepage_slider .categories_item .icon .icon-wrap {
  display: inline-block;
  float: none;
  border-radius: 15px;
  overflow: hidden;
}

.homepage_slider .categories_item ._title {
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
  text-align: center;
  transition: all .2s linear;
  text-transform: uppercase;
}

.search_form {
  width: 1306px;
  position: fixed;
  left: 50%;
  margin-left: -653px;
  border-bottom: 2px solid var(--white-color);
  z-index: 6;
  top: 25vh;
  padding-right: 165px;
  opacity: 0;
  will-change: opacity;
  display: none;
}

.search_form.visible {
  top: 30vh;
  opacity: 1;
  transition: all .2s linear;
}

.search_form .input {
  font-size: 51px;
  font-weight: 500;
  color: var(--white-color);
  background: none;
  border: 0;
  padding-bottom: 25px;
  display: block;
  float: left;
  width: 100%;
}

.search_form .input::-webkit-input-placeholder {
  color: var(--white-color);
}

.search_form .input::-moz-placeholder {
  color: var(--white-color);
}

.search_form .input:-moz-placeholder {
  color: var(--white-color);
}

.search_form .input:-ms-input-placeholder {
  color: var(--white-color);
}

.search_form .submit {
  width: 45px;
  position: absolute;
  top: 0;
  right: 92px;
  height: 85px;
  background: none;
}

.search_form .submit:before {
  background: url(../images/search-icon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 44px;
  height: 44px;
  margin-top: -22px;
  margin-left: -22px;
}

.search_form .close {
  width: 45px;
  height: 85px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}

.search_form .close:before {
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
}

.search_form .close:hover {
  cursor: pointer;
}

.overlay {
  background: var(--para-color-dark);
  opacity: .86;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  will-change: opacity;
  display: none;
}

.slide__text-heading {
  font-size: 5vw;
  font-weight: 900;
}

.slide__text {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 3;
}

.slide__text-desc {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.44;
  max-width: 700px;
}

.slide__text-heading {
  margin-bottom: 20px;
}

* {
  box-sizing: border-box;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.header__top .tel {
  width: auto;
  margin-right: 35px;
}

.header__top .tel a {
  display: block;
  float: left;
  font-size: 14px;
  color: var(--white-color);
  width: auto;
  line-height: 30px;
}

.header__top .email {
  width: auto;
}

.header__top .email a {
  display: block;
  float: left;
  font-size: 15px;
  color: var(--white-color);
  width: auto;
  line-height: 30px;
}

.header__top .socials {
  width: auto;
  float: right;
}

.header__top .socials .a {
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  float: left;
  position: relative;
  margin-left: 16px;
  opacity: .36;
}

.header__top .socials .a:hover {
  opacity: 1;
}

.header__top .socials .a:first-child {
  margin-left: 0;
}

.header__top .socials .a:before {
  position: absolute;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
}

.header__top .socials .a.facebook:before {
  background-image: url(../images/facebook-logo.svg);
  width: 10px;
  height: 18px;
  margin-top: -9px;
  margin-left: -5px;
}

.header__top .socials .a.instagram:before {
  background-image: url(../images/instagram.svg);
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
}

.header__top .socials .a.pinterest:before {
  background-image: url(../images/pinterest.svg);
  width: 14px;
  height: 18px;
  margin-top: -9px;
  margin-left: -7px;
}

.header__top .socials .a.twitter:before {
  background-image: url(../images/twitter.svg);
  width: 18px;
  height: 16px;
  margin-top: -8px;
  margin-left: -9px;
}

.header__bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  padding-top: 15px;
}

.bottomheader.sticky .header__bottom {
  padding: 0px !important;
}

.bottomheader.sticky .header__bottom .logo {
  padding-top: 5px !important;
}

.header__bottom .logo {
  width: auto;
  display: block;
  float: left;
  position: relative;
  top: 2px;
}

.header__bottom .menu {
  width: auto;
  margin-left: 150px;
}

.header__bottom .menu .scroll_wrap>ul {
  width: auto;
  margin: 0px !important;
}

.header__bottom .menu .scroll_wrap>ul>li {
  width: auto;
  margin: 0 0px;
  position: relative;
}

.header__bottom .menu .scroll_wrap>ul>li.dropdown_li:before {
  height: 20px;
  bottom: -19px;
  left: 0;
  right: 0;
  content: '';
  position: absolute;
}

.header__bottom .menu .scroll_wrap>ul>li>a {
  line-height: 90px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  float: left;
  color: var(--white-color);
  position: relative;
  padding: 0 12px;
  text-transform: uppercase;
}

.header__bottom .menu .scroll_wrap>ul>li>a.active:before {
  height: 4px;
  background: var(--seconday-color);
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  content: '';
}

.header__bottom .menu li a.active {
  color: var(--seconday-color) !important;
}

.header__bottom .menu .scroll_wrap>ul>li .dropdown-menu {
  background: var(--white-color);
  position: absolute;
  border-radius: 10px;
  width: auto;
  min-width: 205px;
  top: 100%;
  margin-top: 10px;
  left: 0;
  padding: 12px 0;
  display: none;
}

.header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li {
  padding: 0 15px 0 30px;
}

.header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li.dropdown_li:before {
  height: 100%;
  width: 20px;
  left: 100%;
  content: '';
  position: absolute;
}

.header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li.dropdown_li>a {
  position: relative;
}

.header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li.dropdown_li>a:before {
  background: url(../images/arrow-3.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 8px;
  height: 10px;
}

.header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li .submenu {
  position: absolute;
  width: auto;
  left: 100%;
  top: 0;
  margin-left: 10px;
  background: var(--white-color);
  border-radius: 10px;
  padding: 12px 30px;
  display: none;
}

.header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li a {
  display: block;
  padding: 11px 0;
  white-space: nowrap;
  font-size: 14px;
}

.header__bottom .menu .scroll_wrap>ul>li a:hover {
  color: var(--seconday-color);
}

.header__bottom .menu .scroll_wrap>ul>li a.hover {
  color: var(--seconday-color);
}

.header__bottom .search_link,
.cartin,
.userin {
  display: block;
  float: right;
  height: 90px;
  width: 40px;
  position: relative;
  line-height: 90px;
  color: #e1e1e1;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header__bottom .search_link:before {
  width: 20px;
  height: 20px;
  background: url(../images/search-icon.svg) center right no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  right: 7px;
  margin-top: -10px;
}

.header__bottom .search_link:hover {
  cursor: pointer;
}

.section_title {
  font-size: 2.6rem;
  margin-bottom: 3px;
  margin-top: 3px;
  letter-spacing: -.1rem;
  line-height: 1 !important;
}

.section_subtitle {
  color: var(--white-color);
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0px;
  line-height: 1.4;
  margin-bottom: 0px;
}

.most_popular__section {
  background: var(--para-color-dark);
  padding-bottom: 50px;
  overflow: hidden;
  padding-top: 60px;
}

.most_popular__section .slick-list {
  overflow: visible;
}

.most_popular__section .slick-slider .slick-track,
.most_popular__section .slick-slider .slick-list {
  will-change: transform;
}

.most_popular__section .section_title,
.popular_destination__section .section_title,
.top_destination h2.section_title,
.blog .top_part .section_title {
  color: var(--seconday-color);
}

.most_popular__section .top_part {
  position: relative;
  margin-bottom: 45px;
}

.most_popular__section .top_part_left {
  width: 100%;
  text-align: center;
}

.controls.most_popular__arrows,
.popular_destination__section .top_part_right .controls,
div#popular_destination__arrows,
div#blogslider__arrows {
  width: 100%;
  text-align: center !important;
  display: flex;
  flex-direction: row;
}

.most_popular__section .top_part_right,
.popular_destination__section .top_part_right,
.blog.blog-section .top_part_right {
  width: 350px;
  margin: 0 auto;
  float: none !important;
  display: flex;
  text-align: center;
  padding-top: 35px !important;
}

.most_popular__section .top_part_right .btn,
.popular_destination__section .top_part_right .btn,
.blog.blog-section .top_part_right .btn {
  border-radius: 30px;
  display: block;
  float: left;
  line-height: 58px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  width: auto;
  padding: 15px 30px;
  color: var(--para-color-dark);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #e8b253, #b27633);
  margin-left: 0px;
  border: none;
  transition: all .2s linear;
}

.most_popular__section .top_part_right .btn:hover,
.popular_destination__section .top_part_right .btn:hover,
.blog.blog-section .top_part_right .btn:hover {
  filter: brightness(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.most_popular__section .top_part_right .btn:hover * {
  cursor: pointer;
}

.most_popular__section .top_part_right .arrow,
.blog.blog-section .top_part_right .arrow {
  width: 62px;
  height: 62px;
  border: 2px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  display: block;
  float: none;
  margin: 0 10px;
  position: relative;
  transition: all .2s linear;
}

.most_popular__section .top_part_right .arrow:before,
.blog.blog-section .top_part_right .arrow:before {
  background: url(../images/left-arrow.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
}

.most_popular__section .top_part_right .arrow.prev:before,
.blog.blog-section .top_part_right .arrow.prev:before {
  transform: rotate(180deg);
}

.most_popular__section .top_part_right .arrow:hover,
.blog.blog-section .top_part_right .arrow:hover {
  border-color: var(--white-color);
  transition: all .2s linear;
  cursor: pointer;
}

.most_popular__section .slider_item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 560px;
  width: 865px;
  border-radius: 14px;
  padding: 55px 70px;
  position: relative;
  margin-right: 34px;
  overflow: hidden;
  display: block;
  float: left;
}

.most_popular__section .slider_item:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #153833 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #153833 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #153833 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--para-color-dark)00', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: '';
}

.most_popular__section .slider_item__tags {
  position: relative;
  z-index: 1;
}

.most_popular__section .slider_item__tags .tag {
  height: 30px;
  width: auto;
  display: block;
  float: left;
  line-height: 30px;
  color: var(--white-color);
  border-radius: 18px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 0 15px;
  margin-right: 5px;
}

.most_popular__section .slider_item__tags .tag:last-child {
  margin-right: 0;
}

.most_popular__section .slider_item__tags .tag.discount {
  background: #CB4822;
}

.most_popular__section .slider_item__tags .tag.new {
  background: #009A70;
}

.most_popular__section .slider_item__content {
  max-width: 600px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 30px 70px 65px;
}

.most_popular__section .slider_item__content .rating {
  margin-bottom: 10px;
}

.most_popular__section .slider_item__content .rating .stars {
  width: auto;
}

.most_popular__section .slider_item__content .rating .stars .star {
  width: 18px;
  height: 17px;
  display: block;
  float: left;
  position: relative;
  padding: 0 2px;
}

.most_popular__section .slider_item__content .rating .stars .star:first-child {
  padding-left: 0;
}

.most_popular__section .slider_item__content .rating .stars .star:first-child:before {
  left: 0;
}

.most_popular__section .slider_item__content .rating .stars .star:first-child:after {
  left: 0;
}

.most_popular__section .slider_item__content .rating .stars .star:before {
  width: 14px;
  height: 14px;
  background: url(../images/star.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
}

.most_popular__section .slider_item__content .rating .stars .star:after {
  width: 14px;
  height: 14px;
  background: url(../images/star-active.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
  display: none;
}

.most_popular__section .slider_item__content .rating .stars .star.active:before {
  display: none;
}

.most_popular__section .slider_item__content .rating .stars .star.active:after {
  display: block;
}

.most_popular__section .slider_item__content .rating .reviews_count {
  width: auto;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  margin-left: 10px;
  line-height: 1;
}

.most_popular__section .slider_item__content .title {
  font-size: 1.4rem;
  font-weight: 600 !important;
  color: var(--white-color);
  margin-bottom: 10px;
  transition: all .2s linear;
  line-height: 1.2 !important;
  font-family: var(--font-para) !important;
}

.most_popular__section .slider_item__content .description {
  font-size: 14px;
  color: rgb(255 255 255 / 92%);
  font-style: inherit;
  line-height: 1.2 !important;
}

.most_popular__section .slider_item__content .days {
  padding-left: 35px;
  position: relative;
}

.most_popular__section .slider_item__content .days:before {
  width: 23px;
  height: 23px;
  background: url(../images/time.svg) center left no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}

.most_popular__section .slider_item__content .days span {
  font-size: .9rem;
  color: var(--seconday-color);
  font-weight: 400;
}

.benefits {
  background: var(--dark-background);
  padding-top: 50px;
  padding-bottom: 100px;
}

.benefits .item {
  position: relative;
  padding-left: 167px;
  max-width: 388px;
  height: 134px;
  width: 30%;
  margin-right: 5%;
}

.benefits .item:last-child {
  margin-right: 0;
}

.benefits .item_img {
  width: 134px;
  height: 134px;
  border-radius: 30%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}

.benefits .item_img img {
  height: 100%;
  display: block;
  float: left;
}

.benefits .item .tc {
  height: inherit;
  vertical-align: middle;
  float: none;
  display: table-cell;
}

.benefits .item_title {
  font-size: 1.5rem;
  font-weight: 500 !important;
  color: var(--seconday-color);
  margin-bottom: .5rem !important;
  line-height: 1.1 !important;
}

.benefits .item_text {
  font-size: 14px;
  color: var(--white-color);
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}

.search_tour {
  position: relative;
  padding-bottom: 60px;
  background: #F7F7F7;
}

.search_tour .section_title {
  max-width: 520px;
}

.search_tour:before {
  height: 50%;
  top: 0;
  left: 0;
  right: 0;
  background: var(--para-color-dark);
  content: '';
  position: absolute;
}

.search_tour .search_tour_form {
  padding: 0px;
  border-radius: 25px;
  position: relative;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.16);
  overflow: visible;
  background: transparent;
}

.search_tour .search_tour_form .fields__block {
  padding-right: 0px;
  position: relative;
  margin-top: 30px;
}

.search_tour .search_tour_form .fields__block .fields {
  border-radius: 10px;
}

.search_tour .search_tour_form .fields__block .fields .field {
  width: 20%;
  margin-bottom: 0;
}

.search_tour .search_tour_form .fields__block .fields .field .label {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
  text-transform: capitalize;
  letter-spacing: -.1px;
}

.search_tour .search_tour_form .fields__block .fields .field .field_wrap.keywords {
  position: relative;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.search_tour .search_tour_form .fields__block .fields .field .field_wrap.keywords:before {
  width: 18px;
  height: 18px;
  background: url(../images/search-black.svg) center center no-repeat;
  background-size: contain;
  right: 18px;
  top: 50%;
  margin-top: -9px;
  content: '';
  position: absolute;
}

.search_tour .search_tour_form .fields__block .fields .field .field_wrap.keywords .input {
  font-size: 15px;
  font-weight: 500;
  color: #3E4559;
  padding-left: 24px;
  padding-right: 46px;
  display: block;
  float: none;
  background: none;
  border: 0;
  width: 100%;
  height: 60px;
}

.search_tour .search_tour_form .fields__block .fields .field .field_wrap.select_field {
  position: relative;
}

.search_tour .search_tour_form .fields__block .fields .field .field_wrap.select_field:after {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #3E4559;
  border-bottom: 0;
  content: '';
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -2px;
}

.search_tour .search_tour_form .fields__block .fields .field .field_wrap.select_field select {
  width: 100%;
  display: block;
  float: left;
  height: 60px;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  font-weight: 500;
  color: #3E4559;
  padding-left: 24px;
  padding-right: 39px;
}

.search_tour .search_tour_form .fields__block .fields .field .field_wrap.select_field select:focus {
  outline: 0;
}

.search_tour .search_tour_form .fields__block .fields .field .field_wrap.select_field select:hover {
  cursor: pointer;
}

.search_tour .search_tour_form .fields__block .fields .field .field_wrap.calendar_field {
  border-right: 2px solid #E6E6E6;
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.search_tour .search_tour_form .fields__block .fields .field .field_wrap.calendar_field:before {
  width: 20px;
  height: 20px;
  background: url(../images/calendar.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  right: 15px;
  top: 50%;
  margin-top: -10px;
}

.search_tour .search_tour_form .fields__block .fields .field .field_wrap.calendar_field .calendar {
  font-size: 15px;
  font-weight: 500;
  color: #3E4559;
  padding-left: 24px;
  padding-right: 46px;
  display: block;
  float: none;
  background: none;
  border: 0;
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 1;
}

.search_tour .search_tour_form .fields__block .submit {
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: -60px;
  display: block;
  transition: all .2s linear;
  background: #c47f2a;
  background: linear-gradient(90deg, #eeb148 0%, #c47f2c 50%);
  color: black !important;
}

.search_tour .search_tour_form .fields__block .submit:hover {
  background: #d46a00;
  transition: all .2s linear;
  cursor: pointer;
}

.ui-widget.ui-widget-content {
  width: 348px;
  background: #FAFAFA;
  border-color: #E2E2E2;
  border-radius: 14px;
  padding-top: 22px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  width: 40px;
  height: 40px;
  background: none;
  border: 0;
  padding: 0;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  margin: 0;
}

.ui-datepicker td {
  padding: 0 4px;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: var(--seconday-color);
  color: var(--white-color);
}

.ui-datepicker th {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #818693;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}

.ui-datepicker .ui-datepicker-header {
  border: 0;
  background: none;
  padding: 0 40px;
  margin-bottom: 16px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #3E4559;
  border: 2px solid #E6E6E6;
  border-radius: 10px;
  height: 44px;
  line-height: 40px;
}

.ui-datepicker .ui-datepicker-prev {
  border: 0;
  left: 6px;
  height: 44px;
  top: 0;
}

.ui-datepicker .ui-datepicker-prev:before {
  width: 8px;
  height: 12px;
  background: url(../images/calendar-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -4px;
  content: '';
}

.ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover {
  border: 0;
  left: 6px;
  top: 0;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover {
  background: none;
}

.ui-datepicker .ui-datepicker-next {
  border: 0;
  right: 6px;
  height: 44px;
  top: 0;
}

.ui-datepicker .ui-datepicker-next:before {
  width: 8px;
  height: 12px;
  background: url(../images/calendar-arrow.svg) center center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -4px;
  content: '';
}

.ui-datepicker .ui-datepicker-next.ui-datepicker-prev-hover {
  border: 0;
  right: 6px;
  top: 0;
}

.ui-datepicker .ui-datepicker-next.ui-state-hover {
  background: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  color: var(--white-color);
  background: #eee;
  border: 0;
  color: #454545;
}

@media screen and (max-width: 430px) {
  .ui-widget.ui-widget-content {
    width: 300px;
  }

  .ui-state-default,
  .ui-widget-content .ui-state-default {
    width: 32px;
    height: 30px;
    line-height: 30px;
  }
}

.popular_destination__section {
  background: #F7F7F7;
  overflow: hidden;
  padding-bottom: 4rem;
  padding-top: 15px;
}

.popular_destination__section .slick-slider .slick-track,
.popular_destination__section .slick-slider .slick-list {
  will-change: transform;
}

.popular_destination__section .top_part {
  position: relative;
  margin-bottom: 45px;
}

.popular_destination__section .top_part_left {
  width: 100%;
  text-align: center;
}

.popular_destination__section .top_part_left .section_subtitle {
  color: var(--para-color-dark);
}

.popular_destination__section .top_part_right .btn {
  border-radius: 30px;
  display: block;
  float: left;
  line-height: 58px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  width: auto;
  padding: 15px 30px;
  color: var(--seconday-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #1F8172, #1F433F);
  margin-left: 0px;
  border: none;
  transition: all .2s linear;
}

.popular_destination__section .top_part_right .btn:hover {
  filter: brightness(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.popular_destination__section .top_part_right .btn:hover * {
  cursor: pointer;
}

.popular_destination__section .top_part_right .arrow {
  width: 62px;
  height: 62px;
  border: 2px solid rgba(62, 69, 89, 0.21);
  border-radius: 50%;
  display: block;
  float: none;
  margin: 0 10px;
  position: relative;
  transition: all .2s linear;
}

.popular_destination__section .top_part_right .arrow:before {
  background: url(../images/left-arrow-black.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
}

.popular_destination__section .top_part_right .arrow.next:before {
  transform: rotate(180deg);
}

.popular_destination__section .top_part_right .arrow:hover {
  border-color: #3E4559;
  transition: all .2s linear;
  cursor: pointer;
}

.popular_destination__section .slick-list,
.top_destination .slick-list {
  overflow: visible;
}

.top_destination .box-content p {
  color: #ffffffbd !important;
  font-size: 14px;
  line-height: 1.3;
}

.top_destination .box-content h3 {
  line-height: 1.2 !important;
  font-family: var(--font-para) !important;
  letter-spacing: -.3px !important;
  font-weight: bold !important;
  text-shadow: none !important;
  font-size: 1.5rem;
}

.top_destination .box-content span {
  font-size: 1rem !important;
}

.top_destination .box-content {
  text-align: left !important;
}

.popular_destination__slider .slide_item {
  width: 410px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  margin-right: 20px;
  display: block;
  float: left;
}

.popular_destination__slider .slide_item:hover .slide_item_content .slide_title {
  transition: all .2s linear;
}

.popular_destination__slider .slide_item_img {
  display: block;
  float: left;
  width: 100%;
}

.popular_destination__slider .slide_item_img img {
  width: 100%;
  object-fit: cover;
}

.popular_destination__slider .slide_item_img .sq_parent {
  width: 100%;
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
}

.popular_destination__slider .slide_item_img .sq_parent .sq_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popular_destination__slider .slide_item_img .sq_parent .sq_wrap .sq_content {
  float: left;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 15px 15px 0 0;
}

.popular_destination__slider .slide_item_content {
  padding: 45px 36px 25px;
  background: var(--white-color);
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.popular_destination__slider .slide_item_content .flag {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 36px;
  top: -31px;
}

.popular_destination__slider .slide_item_content .flag img {
  width: 100%;
}

.popular_destination__slider .slide_item_content .slide_title {
  font-size: 28px;
  font-weight: 900;
  color: #3E4559;
  margin-bottom: 12px;
  transition: all .2s linear;
}

.popular_destination__slider .slide_item_content .slide_text {
  font-size: 18px;
  color: #818693;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
}

.popular_destination__slider .slide_item .slide_footer {
  border: 1px solid #E6E6E6;
  background: var(--white-color);
  padding: 19px 36px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.popular_destination__slider .slide_item .slide_footer .hours {
  max-width: 50%;
  font-size: 15px;
  color: var(--seconday-color);
}

.popular_destination__slider .slide_item .slide_footer .tours_link {
  max-width: 50%;
  text-align: right;
  font-size: 15px;
  color: #3E4559;
  font-weight: 500;
}

.popular_destination__slider .slide_item .slide_footer .tours_link a:hover {
  text-decoration: underline;
}

.top_destination {
  padding-top: 30px;
  padding-bottom: 35px;
}

.top_destination.mainpage-slider {
  background: var(--dark-background);
}

.top_destination .description {
  max-width: 90%;
  text-align: center;
  margin: 15px auto;
  float: none;
  display: flow-root;
}

.top_destination .description h2.section_title {
  margin-bottom: 20px;
}

.top_destination .description .left {
  max-width: 595px;
}

.top_destination .description .right {
  max-width: 595px;
  float: right;
}

.top_destination .description .text {
  font-size: 18px;
  color: #171717;
  line-height: 1.45;
}

.top_destination .section_content .wrap {
  max-width: 99vw;
}

.top_destination .section_content .item {
  width: 8.8vw;
  margin: 0 0.55vw;
  display: block;
  float: left;
}

.top_destination .section_content .item .sq_parent {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.top_destination .section_content .item .sq_parent .sq_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--para-color-dark);
  overflow: hidden;
  border-radius: 8px;
}

.top_destination .section_content .item .sq_parent .sq_wrap .sq_content {
  float: left;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .8;
  overflow: hidden;
  border-radius: 8px;
}

.top_destination .section_content .item .sq_parent .sq_wrap span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--white-color);
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  left: 0;
  z-index: 1;
  text-align: center;
}

.discount_section {
  padding: 100px 0;
  /* min-height: 570px; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.discount_section:before {
  background: #04190f;
  opacity: .793;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}

.discount_section .wrap_float {
  position: relative;
  z-index: 1;
  color: var(--white-color);
}

.discount_section .section_content {
  max-width: 620px;
  margin: 0 auto;
  float: none;
}

.discount_section .section_content .tag {
  font-size: 3rem;
  font-weight: bolder !important;
  color: #E9C945;
  letter-spacing: 0px;
  font-family: var(--font-luzal) !important;
  line-height: 1;
}

.discount_section .section_content .section_title {
  color: var(--white-color);
  margin: 5px 0 13px;
  letter-spacing: 0px;
  font-size: 3rem;
}

.discount_tag {
  border-radius: 30px;
  width: auto;
  font-size: 1.8rem;
  color: #bd2f06;
  display: inline-block;
  padding: 5px 14px;
  vertical-align: middle;
  margin-left: 0px;
  top: -5px;
  position: relative;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #e8b253, #b27633);
  font-weight: bold;
  line-height: 1.1;
}

.discount_section .section_content .text {
  line-height: 1.5;
  margin-bottom: 24px;
}

.blog {
  padding: 100px 0;
  position: relative;
  background-color: var(--white-color);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: linear-gradient(var(--para-color-dark) 0%, var(--para-color-dark) 57.64%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 70%;
}

.blog .wrap_float {
  position: relative;
  z-index: 1;
}

.blog .top_part {
  position: relative;
  margin-bottom: 45px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog .top_part .section_description {
  color: rgb(255 255 255 / 75%);
  font-size: 17px;
  text-align: center;
  max-width: 80%;
  margin-top: 20px;
  line-height: 1.3;
}

.blog .btn {
  height: 62px;
  background: none;
  border-radius: 31px;
  display: block;
  float: left;
  line-height: 58px;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  width: auto;
  padding: 0 48px;
  color: var(--white-color);
  border: 2px solid rgba(255, 255, 255, 0.21);
  transition: all .2s linear;
}

.blog .btn:hover {
  background: #cfd1d5;
  border-color: #cfd1d5;
  transition: all .2s linear;
  cursor: pointer;
}

.blog .btn:hover * {
  cursor: pointer;
}

.blog_item {
  width: 100%;
  margin-right: 4%;
  display: flex;
  float: left;
  flex-direction: column;
  text-align: center;
}

.blog_item:hover .blog_item_title {
  transition: all .2s linear;
}

.blog_item:last-child {
  margin-right: 0;
}

.blog_item_img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 17px;
}

.blog_item_img img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.blog_item_date {
  font-size: 14px;
  font-weight: 500;
  color: rgb(255 255 255 / 53%);
  position: relative;
  line-height: 1.1;
  margin: 7px 0 5px;
  letter-spacing: 0px;
}

.blog_item_title {
  font-size: 27px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 15px;
  padding-right: 25px;
  transition: all .2s linear;
  line-height: 1.1;
}

.blog_item_text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.67);
  font-weight: 400;
  line-height: 1.3;
  padding-right: 0px;
  max-width: 468px;
}

.blog.blog-section .blog_item {
  align-items: center;
}

.show-more {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.footer {
  background: var(--para-color-dark);
  position: relative;
  z-index: 1;
}

.footer_top {
  padding-top: 60px;
}

.footer_top .footer_head_mobile {
  display: none;
}

.footer_top .footer_head_mobile .logo {
  font-size: 44px;
  color: var(--white-color);
  font-weight: 300;
  width: auto;
  line-height: normal;
  margin-right: 20px;
}

.footer_top .footer_head_mobile .award {
  width: 92px;
  height: 88px;
}

.footer_top .footer_head_mobile .award img {
  width: 100%;
}

.footer_top .footer_head_mobile .text {
  line-height: 1.5;
  margin-top: 15px;
  font-size: 14px;
  color: rgb(255 255 255 / 73%);
  max-width: 320px;
}

.footer_top .wrap_float {
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
}

.footer_top_menu {
  width: auto;
}

.footer_top_menu ul {
  width: auto;
}

.footer_top_menu ul li {
  width: auto;
  margin-right: 20px;
}

.footer_top_menu ul li:last-child {
  margin-right: 0;
}

.footer_top_menu ul li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  padding: 20px 20px;
  display: block;
  float: left;
  width: auto;
}

.footer_top_menu ul li a:hover {
  cursor: pointer;
  color: var(--seconday-color);
}

.footer_top_menu ul li a.active {
  position: relative;
  color: var(--seconday-color);
}

.footer_top_menu ul li a.active:before {
  height: 2px;
  background: var(--seconday-color);
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  content: '';
}

.footer_top .socials {
  width: auto;
  float: right;
  padding: 14px 0;
}

.footer_top .socials .a {
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  float: left;
  position: relative;
  margin-left: 16px;
  opacity: .36;
}

.footer_top .socials .a:hover {
  opacity: 1;
}

.footer_top .socials .a:first-child {
  margin-left: 0;
}

.footer_top .socials .a:before {
  position: absolute;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
}

.footer_top .socials .a.facebook:before {
  background-image: url(../images/facebook-logo.svg);
  width: 10px;
  height: 18px;
  margin-top: -9px;
  margin-left: -5px;
}

.footer_top .socials .a.instagram:before {
  background-image: url(../images/instagram.svg);
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
}

.footer_top .socials .a.pinterest:before {
  background-image: url(../images/pinterest.svg);
  width: 14px;
  height: 18px;
  margin-top: -9px;
  margin-left: -7px;
}

.footer_top .socials .a.twitter:before {
  background-image: url(../images/twitter.svg);
  width: 18px;
  height: 16px;
  margin-top: -8px;
  margin-left: -9px;
}

.footer_center {
  padding-top: 55px;
  padding-bottom: 15px;
}

.footer_center_left {
  max-width: 276px;
  margin-right: 90px;
}

.footer_center_left .logo {
  font-size: 43px;
  font-weight: 300;
  color: var(--white-color);
  width: auto;
  padding: 12px 0;
  display: block;
  float: left;
}

.footer_center_left .award {
  width: 64px;
  height: 62px;
  margin-left: 20px;
}

.footer_center_left .text {
  color: rgba(255, 255, 255, 0.38);
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}

.footer_center_menu {
  max-width: 580px;
  padding-top: 14px;
}

.footer_center_menu ul li {
  margin-bottom: 17px;
  max-width: 248px;
}

.footer_center_menu ul li:nth-child(odd) {
  clear: both;

}

.footer_center_menu ul li a {
  font-size: 14px;
  color: var(--white-color);
  font-weight: 400;
}

.footer_center_menu ul li a:hover {
  color: var(--seconday-color);
}

.footer_center_right {
  max-width: 308px;
  float: right;
  padding-top: 14px;
}

.footer_center_right ._title {
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer_center_right .text {
  font-size: 14px;
  color: #62687B;
}

.footer_center_right .text p {
  margin-top: 20px;
}

.footer_center_right .text b,
.footer_center_right .text a,
.footer_center_right .text strong {
  font-weight: 400;
  color: var(--white-color);
}

.footer_center .mobile_socials {
  margin-top: 30px;
  display: none;
}

.footer_center .mobile_socials .a {
  width: 44px;
  height: 44px;
  text-align: center;
  display: block;
  float: left;
  position: relative;
  margin-left: 13px;
}

.footer_center .mobile_socials .a:hover {
  opacity: 1;
}

.footer_center .mobile_socials .a:first-child {
  margin-left: 0;
}

.footer_center .mobile_socials .a:before {
  position: absolute;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
}

.footer_center .mobile_socials .a.facebook {
  width: 16px;
  margin-right: 12px;
}

.footer_center .mobile_socials .a.facebook:before {
  background-image: url(../images/facebook-logo.svg);
  width: 16px;
  height: 30px;
  margin-top: -15px;
  margin-left: -8px;
}

.footer_center .mobile_socials .a.instagram:before {
  background-image: url(../images/instagram.svg);
  width: 28px;
  height: 28px;
  margin-top: -14px;
  margin-left: -14px;
}

.footer_center .mobile_socials .a.pinterest:before {
  background-image: url(../images/pinterest.svg);
  width: 24px;
  height: 30px;
  margin-top: -15px;
  margin-left: -12px;
}

.footer_center .mobile_socials .a.twitter:before {
  background-image: url(../images/twitter.svg);
  width: 30px;
  height: 24px;
  margin-top: -12px;
  margin-left: -15px;
}

/* New Footer Design */
.footer {
  background: linear-gradient(180deg, #143833 0%, #1a1a1a 100%);
  position: relative;
  z-index: 1;
}

.footer_content {
  padding: 80px 0 0px 0;
}

.footer_intro {
  margin-bottom: 15px;
}

.footer_main_title,
.footer_cta_title {
  font-size: 1.5rem;
  color: #c9c9c9;
  text-align: left;
  margin-bottom: 13px;
  line-height: 1.2;
  font-weight: bold !important;
}

.footer_intro_text,
.footer_cta_text {
  font-size: 16px;
  color: #878787;
}


.footer_main {
  padding: 40px 0 40px 0;
}

.footer_column {
  float: left;
  width: 20%;
  padding: 0 15px;
}

.footer_title {
  font-size: 1.2rem;
  font-weight: 600 !important;
  color: #d4a877;
  margin-bottom: 26px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #878787;
  padding-bottom: 10px;
}

.footer_column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_column ul li {
  margin-bottom: 5px;
}

.footer_column ul li a {
  color: #b4b4b4;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer_column ul li a:hover {
  color: #d4a877;
}

.footer_bottom {
  background: transparent;
  border-top: 1px solid #4a4a4a;
  padding: 30px 0;
  color: #e0e0e0;
  font-size: 14px;
}

.footer_bottom .wrap_float {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_bottom_left p {
  margin: 0;
  color: #e0e0e0;
}

.footer_bottom_right {
  display: flex;
  flex-direction: inherit;
  gap: 15px;
  align-items: center;
}

.footer_links {
  display: flex;
  gap: 20px;
}

.footer_links a {
  color: #e0e0e0;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer_links a:hover {
  color: #d4a877;
}

.footer_socials {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.footer_socials a {
  display: inline-block;
}

.social_icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #d4a877;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.social_icon:hover {
  border-color: #d4a877;
  background-color: #d4a877;
}

.social_icon:before {
  content: '';
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
  top: 8px;
  left: 9px;
}

.social_icon.facebook:before {
  background-image: url(../images/facebook-logo.svg);
}

.social_icon.instagram:before {
  background-image: url(../images/instagram.svg);
}

.social_icon.twitter:before {
  background-image: url(../images/twitter.svg);
}

.social_icon.linkedin:before {
  content: 'in';
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  background-image: none;
}

/* Search Results Page Styles */
.searchResultPage {
  padding: 15px 0px 40px 0;
  background: #f8f9fa;
}

.search_results_layout {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

/* Navigation Bar */
.NavigationBar {
  background: #f8f9fa;
  padding: 6px 0;
  /* border-bottom: 1px solid #e0e0e0; */
}

.breadcrumb_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.1;
}

.breadcrumb_item {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s ease;
}

.breadcrumb_item:hover {
  color: #2d5a3d;
}

.breadcrumb_item.active {
  color: #333;
  font-weight: 600;
}

.breadcrumb_separator {
  color: #ccc;
  font-size: 12px;
  margin: 0 6px;
}

.modify_search_btn {
  background: #2d5a3d;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
  float: right;
}

.modify_search_btn:hover {
  background: #1e3d2a;
}

/* Filters Sidebar */
.filters_sidebar {
  width: 300px;
  background: #fff;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 20px;
}

.filters_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
}

.filters_header h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600 !important;
  color: #333;
}

.filter_header_actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.close-filter-btn {
  display: none;
  background: none;
  border: none;
  padding: 5px;
  cursor: pointer;
  font-size: 18px;
  color: #666;
  transition: color 0.2s ease;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

.close-filter-btn:hover {
  color: #333;
  background: #f5f5f5;
}

.mobile-only {
  display: none;
}

.reset_all_btn {
  background: none;
  border: 1px solid #ccc;
  padding: 5px 4px;
  border-radius: 3px;
  font-size: 11px;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  width: 100px;
  float: right;
}

@media (max-width: 992px) {
  .mobile-only {
    display: flex;
  }

  .close-filter-btn {
    display: flex;
  }

  .filter_header_actions {
    gap: 8px;
  }
}

.filter_section {
  margin-bottom: 20px;
}

.filter_title {
  font-size: 14px;
  color: #1A3636;
  margin-bottom: 10px;
  letter-spacing: 0.1px;
  font-weight: bold !important;
}

/* Search Input */
.search_input_wrap {
  position: relative;
}

.hotel_search_input {
  width: 100%;
  padding: 8px 30px 8px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
}

.hotel_search_input:focus {
  outline: none;
  border-color: #2d5a3d;
}

.search_input_wrap i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 12px;
}


.price_slider {
  position: relative;
  height: 6px;
  margin: 10px 0;
}

.slider_track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  transform: translateY(-50%);
}

.slider_range {
  position: absolute;
  top: 50%;
  height: 6px;
  background: #2d5a3d;
  border-radius: 3px;
  transform: translateY(-50%);
}

.slider_input {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 6px;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  transform: translateY(-50%);
  cursor: pointer;
}

.slider_input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #2d5a3d;
  border-radius: 50%;
  cursor: pointer;
}

.slider_input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #2d5a3d;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.price_display {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
}

/* Star Ratings */
.star_ratings_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.star_rating_item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid #626262;
  background: #fff;
  justify-content: center;
}

.star_rating_item:hover {
  background: #f5f5f5;
  border-color: #ccc;
}

.star_rating_item.active {
  background: #fff8e1;
  border: 1px solid #ffd54f;
}

.star_rating_item .stars {
  color: #ffc339;
  font-size: 14px;
  font-weight: bold;
}

.star_rating_item .count {
  font-size: 12px;
  color: #333;
  font-weight: 500;
}

/* Checkbox Lists */
.checkbox_list {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.checkbox_item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 3px 0;
}

.checkbox_item input[type="checkbox"] {
  display: none;
}

.checkmark {
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 2px;
  position: relative;
  transition: all 0.2s ease;
}

.checkbox_item input[type="checkbox"]:checked+.checkmark {
  background: #2d5a3d;
  border-color: #2d5a3d;
}

.checkbox_item input[type="checkbox"]:checked+.checkmark::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 9px;
  font-weight: bold;
}

.label_text {
  font-size: 13px;
  color: #333;
  flex: 1;
}

.checkbox_item .count {
  font-size: 11px;
  color: #666;
}

/* Accordion */
.accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.accordion_header .reset_btn {
  background: none;
  border: none;
  font-size: 11px;
  color: #666;
  cursor: pointer;
  position: absolute;
  right: 20px;
}

.accordion_icon {
  font-size: 12px;
  color: #666;
  transition: transform 0.2s ease;
}

.accordion.active .accordion_icon {
  transform: rotate(180deg);
}

.accordion_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion.active .accordion_content {
  max-height: 250px;
  margin-top: 10px;
}

/* Main Content */
.main_content {
  flex: 1;

}

/* Results Top Bar */
.results_top_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 8px;
  padding: 10px 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sorting_section {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #ffffff;
  border-radius: 8px;
}

.sort_label {
  font-size: 14px;
  font-weight: 500;
  color: #1A3636;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.sort_dropdown {
  position: relative;
}

.sort_dropdown_btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #1A3636;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  position: relative;
}

.sort_dropdown_btn::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #D4A762;
  transition: width 0.3s ease;
}

.sort_dropdown_btn.active::after {
  width: 100%;
}

.sort_dropdown_btn i {
  font-size: 14px;
  color: #D4A762;
  transition: transform 0.3s ease;
}

.sort_dropdown_btn:hover i {
  transform: translateY(2px);
}

.sort_dropdown_btn:hover {
  color: #D4A762;
}

.sort_dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 160px;
  z-index: 100;
  display: none;
}

.sort_dropdown_menu.show {
  display: block;
}

.sort_option {
  display: block;
  padding: 8px 10px;
  color: #333;
  text-decoration: none;
  font-size: 13px;
  transition: background 0.2s ease;
}

.sort_option:hover,
.sort_option.active {
  background: #f5f5f5;
  color: #2d5a3d;
}

.sort_quick_options {
  display: flex;
  gap: 12px;
}

.sort_quick_option {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 3px;
  transition: all 0.2s ease;
}

.sort_quick_option:hover {
  background: #f5f5f5;
  color: #2d5a3d;
}

.layout_controls {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 120px;
}

.layout_switcher {
  display: flex;
  background: #f5f5f5;
}

.layout_btn {
  background: none;
  border: none;
  padding: 6px 11px;
  cursor: pointer;
  border-radius: 2px;
  color: #666;
  font-weight: bold !important;
  transition: all 0.2s ease;
  font-size: 16px;
}

.layout_btn.active {
  background: #2d5a3d;
  color: white;
}

.results_count {
  font-size: 14px;
  color: #666;
  font-weight: bold;
  margin-bottom: 15px;
}

/* Hotel Listings */
.hotel_listings {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hotel_card {
  display: flex;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 12px;
}

.hotel_card:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.hotel_image_wrap {
  position: relative;
  width: 280px;
  height: 180px;
  flex-shrink: 0;
  display: block;
  text-decoration: none;
}

.hotel_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel_name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.hotel_name a:hover {
  color: #2d5a3d;
}

.select_room_btn {
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

/* ========================================
   HOTEL DETAILS PAGE STYLES
   ======================================== */

.hotelDetailsPage {
  padding: 40px 0;
  background: #f8f9fa;
}

.hotel_header .star_rating {
  width: 100px;
}

/* Hotel Header Section */
.hotel_header {
  margin-bottom: 20px;
}


.hotel_info_section .hotel_name {
  font-size: 40px;
  font-weight: 700 !important;
  color: #000;
  margin: 0 0 0px 0;
  line-height: 1.2;
}

.hotel_rating_section {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.star_rating .stars {
  font-size: 18px;
  color: #ffc339;
}


.hotel_location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  font-size: 14px;
}

.hotel_location i {
  color: #2d5a3d;
}

/* Main Content Layout */
.hotel_content_layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 40px;
  margin-bottom: 40px;
}

/* Image Gallery Section */
.hotel_gallery_section {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.main_gallery {
  position: relative;
}

.main_image_wrap {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.main_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  transform: translateX(0) scale(1);
}

.main_image.slide-next {
  opacity: 0;
  transform: translateX(-30px) scale(1.05);
}

.main_image.slide-prev {
  opacity: 0;
  transform: translateX(30px) scale(1.05);
}

.gallery_view_btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.gallery_view_btn:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-2px);
}

/* Thumbnail Gallery */
.thumbnail_gallery {
  display: flex;
  padding: 10px;
  gap: 4px;
  overflow-x: auto;
  background: #fff;
}

.thumbnail_item {
  flex-shrink: 0;
  width: 80px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s ease;
}

.thumbnail_item:hover,
.thumbnail_item.active {
  border-color: #2d5a3d;
  transform: scale(1.05);
}

.thumbnail_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Price Summary Card */
.price_summary_card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: fit-content;
  position: sticky;
  top: 20px;
}

.price_header {
  text-align: center;
  margin-bottom: 0px;
}

.price_label {
  display: block;
  color: #000000;
  font-size: 14px;
  margin-bottom: 5px;
}

.price_amount {
  font-size: 28px;
  font-weight: 700;
  color: #2d5a3d;
}

.price_details {
  margin-bottom: 25px;
}

.price_summary_card .taxes_info {
  text-align: center;
  color: #000000;
  font-size: 12px;
  margin-bottom: 20px;
}

.booking_details {
  border-top: 1px solid #e9ecef;
  padding-top: 20px;
}

.detail_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
}

.detail_label {
  color: #000000;
  font-weight: 500;
}

.detail_value {
  color: #2d5a3d;
  font-weight: 600;
}

.book_now_btn {
  width: 100%;
  background: #2d5a3d;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.book_now_btn:hover {
  background: #1e3f2a;
  transform: translateY(-2px);
}

/* About Section */
.about_section {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.about_section .section_title {
  font-size: 27px;
  color: #000000;
  margin: 0 0 20px 0;
}

.about_section .about_text {
  color: #000000;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 15px;
}

/* Amenities Section */
.amenities_grid_main {
  align-items: center;
  display: grid;
  gap: 5px;
  text-align: center;
}

.amenity_item_full {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 100px;
  padding: 15px 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 1px solid #ddd;
}

.amenity_item_full:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
}

.amenity_item_full i {
  font-size: 32px;
  color: #d4a574;
  margin-bottom: 8px;
  display: block;
}

.amenity_item_full span {
  font-size: 14px;
  font-weight: 500;
  color: #000000;

  line-height: 1.2;
}

.amenity_item_full.more_amenities {
  background-color: #f5f5f5;
  border: 2px dashed #d4a574;
}

.amenity_item_full.more_amenities:hover {
  background-color: #f0f0f0;
  border-color: #c1965f;
}

.amenity_item_full.more_amenities i {
  color: #d4a574;
  font-size: 28px;
}

.amenity_item_full.more_amenities span {
  font-weight: 600;
  color: #333333;
}

/* Tabs Section */
.tabs_section {
  background: transparent;
  overflow: hidden;
}

.main_tabs {
  display: flex;
  border-bottom: 2px solid #d9d9d9;
  background: transparent;
  gap: 25px;
}

.tab_btn {
  background: none;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #949494;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  text-align: center;
}

.tab_btn:hover {
  color: #000;
  background: transparent;
}

.tab_btn.active {
  color: #000;
  border-bottom-color: #000;
  background: transparent;
  font-weight: 700;
}

.tab_content {
  display: none;
  padding: 0;
}

.tab_content.active {
  display: block;
}

/* Sub Tabs */
.sub_tabs {
  display: flex;
  gap: 8px;
  margin: 25px 0px;
  padding: 0;
}

.sub_tab_btn {
  background: transparent;
  border: 1px solid #616161;
  color: #6d6d6d;
  padding: 8px 15px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 100px;
  text-align: center;
}

.sub_tab_btn:hover {
  background: #f8f9fa;
  color: #2d5a3d;
  border-color: #2d5a3d;
}

.sub_tab_btn.active {
  background: #2d5a3d;
  color: white;
  border-color: #2d5a3d;
  font-weight: 600;
}

/* Room Listings */
.room_listings {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0px 0px 30px 0px;
}

.room_card {
  display: flex;
  gap: 30px;
  padding: 30px;
  border-radius: 12px;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.room_card:hover {
  background: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}


.room_image {
  width: 100%;
  height: 150px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: 20px;
}

.room_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room_details {
  flex: 1;
}

.room_title {
  font-size: 18px;
  font-weight: 700 !important;
  color: #333333;
  margin: 0 0 25px 0;
  line-height: 1.1;

}

.room_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.room_spec {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  line-height: 1.4;

}

.room_spec strong {
  color: #333333;
  font-weight: 600;
}

.room_left {
  width: 400px;
}

.room_middle {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 5px;
  border-left: 1px dotted #d9d9d9;
  border-right: 1px dotted #d9d9d9;
  padding-left: 25px;
  padding-right: 25px;
}

.room_right_main .structureLoop:first-child {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.room_right_main .structureLoop {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(3, 10fr);

}

.cancellation_policy {
  margin-bottom: 8px;
}

.policy_tag {
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;

}

.policy_tag.non-refundable {
  background: #1e3f2a;
  color: white;
}

.policy_tag.free-cancellation {
  background: #1e3f2a;
  color: white;
}

.highlights {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.highlights h4 {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 10px 0;

}

.highlight_item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.highlight_item i {
  color: #28a745;
  font-size: 16px;
}

.highlight_item span {
  font-size: 14px;
  color: #333333;
  font-weight: 400;

}

.info_links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.more_info_link,
.cancellation_link {
  color: #333333;
  text-decoration: underline !important;
  font-size: 13px;
  font-weight: 600 !important;
  transition: color 0.3s ease;
}

.more_info_link:hover,
.cancellation_link:hover {
  color: #000000;
}

.room_right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: right;
  padding-left: 25px;
}

.room_price_section {
  text-align: right;
  width: 100%;
}

.accommodation_check {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #28a745;
  font-weight: 600;

}

.accommodation_check i {
  font-size: 16px;
}

.price_display {
  margin-bottom: 20px;
}

.price_display .price_amount {
  font-size: 28px;
  font-weight: 700;
  color: #1e3f2a;
  display: block;
  margin-bottom: 8px;
  line-height: 1;

}

.price_display .price_amount small {
  font-size: 60% !important;
}

.price_display .price_details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.price_display .taxes {
  font-size: 14px;
  color: #666666;

}

.price_display .per_night {
  font-size: 12px;
  color: #999999;
  font-weight: 400;

}

.book_room_btn {
  background: #1e3f2a;
  color: white;
  border: none;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;

}

.book_room_btn:hover {
  background: #2d5a3d;
  transform: translateY(-1px);
}

/* .room_card.filter-visible {
  display: grid;
  opacity: 1;
  visibility: visible;
} */

.room_card.filter-hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/* Gallery Modal */
.gallery_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  padding: 20px;
}

.gallery_modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_content {
  background: white;
  border-radius: 12px;
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
}

.modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  border-bottom: 1px solid #e9ecef;
}

.modal_header h3 {
  margin: 0;
  color: #2d5a3d;
  font-size: 20px;
}

.close_modal {
  background: none;
  border: none;
  font-size: 24px;
  color: #000000;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.close_modal:hover {
  background: #f8f9fa;
  color: #2d5a3d;
}

.modal_gallery {
  padding: 20px 30px 30px;
}

.gallery_main {
  position: relative;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  height: 400px;
}

.modal_main_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  transform: translateX(0) scale(1);
}

.modal_main_image.slide-next {
  opacity: 0;
  transform: translateX(-30px) scale(1.05);
}

.modal_main_image.slide-prev {
  opacity: 0;
  transform: translateX(30px) scale(1.05);
}

.gallery_prev,
.gallery_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
}

.gallery_prev {
  left: 20px;
}

.gallery_next {
  right: 20px;
}

.gallery_prev:hover,
.gallery_next:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-50%) scale(1.1);
}

.modal_thumbnails {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 0;
}

.modal_thumbnail {
  flex-shrink: 0;
  width: 80px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}

.modal_thumbnail:hover,
.modal_thumbnail.active {
  border-color: #2d5a3d;
  transform: scale(1.05);
}

.modal_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_thumb .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* Video Modal */
.video_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10001;
  padding: 20px;
}

.video_modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_modal_content {
  position: relative;
  width: 90%;
  max-width: 800px;
}

.close_video_modal {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.close_video_modal:hover {
  background: rgba(255, 255, 255, 0.2);
}

.modal_video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
  .hotel_content_layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hotel_gallery_section {
    order: -1;
  }

  .price_summary_card {
    position: static;
  }

  .room_card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .room_left {
    flex-direction: column;
    gap: 15px;
  }

  .room_image {
    width: 100%;
    height: 200px;
  }

  .room_right {
    text-align: center;
  }

  .room_price_section {
    text-align: center;
  }

  .accommodation_check {
    justify-content: center;
  }

  .room_listings {
    padding: 0 20px 20px 20px;
  }

  .sub_tabs {
    margin: 20px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .hotelDetailsPage {
    padding: 20px 0;
  }


  .hotel_info_section .hotel_name {
    font-size: 24px;
  }

  .hotel_content_layout {
    gap: 10px;
  }

  .main_image_wrap {
    height: 250px;
  }

  .gallery_view_btn {
    bottom: 15px;
    right: 15px;
    padding: 10px 15px;
    font-size: 13px;
  }

  .thumbnail_gallery {
    padding: 15px;
    gap: 8px;
  }

  .thumbnail_item {
    width: 60px;
    height: 45px;
  }

  .price_summary_card {
    padding: 20px;
  }

  .about_section {
    padding: 25px;
    margin-bottom: 15px;
  }

  .amenities_grid_main {
    gap: 5px;
    justify-content: center;
  }

  .amenity_item_full {
    padding: 12px 8px;
    background: white;
    min-height: 95px;
  }

  .amenity_item_full i {
    font-size: 28px;
  }

  .amenity_item_full span {
    font-size: 13px;
  }



  .tab_btn {
    padding: 9px 0px;
    text-align: center;
    line-height: 1.2;
  }

  .tab_content {
    padding: 0px;
    border: none;
    background: transparent;
  }

  .sub_tabs {
    gap: 3px;
    margin: 20px 0px 10px 0px;
  }

  .sub_tab_btn {
    padding: 5px 16px;
    font-size: 13px;
    min-width: auto;
    margin-bottom: 10px;
  }

  .room_right_main .structureLoop {
    grid-template-columns: repeat(1, 10fr) !important;
    display: block !important;
  }

  .room_left {
    width: 100% !important;
  }

  .policy_tag.free-cancellation {
    background: #1e3f2a;
    color: white;
    border-radius: 50px !important;
    font-size: 8px;
  }

  .room_info {
    display: block !important;
  }

  .room_middle {
    border: none;
    padding: 10px 10px 0px 0px;
    gap: 0px;
    width: 50% !important;
    float: left;
    display: block !important;
    margin: 0px !important;
  }

  .room_card {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .room_left {
    flex-direction: column;
    gap: 15px;
  }

  .room_image {
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
  }

  .room_right {
    text-align: left;
    padding: 12px !important;
    background: #f8f8f8;
    margin-top: 10px;
    border-radius: 8px;
  }

  .room_price_section {
    text-align: center;
  }

  .accommodation_check {
    justify-content: center;
  }

  .highlight_item span {
    font-size: 12px;
    line-height: 1;
  }

  .room_listings {
    padding: 0 0px 0px 0px;
  }

  .price_display .price_details {
    margin: 0px !important;
  }

  .modal_content {
    width: 95%;
    margin: 10px;
  }

  .price_display {
    margin-bottom: 7px;
  }

  .modal_header {
    padding: 15px 20px;
  }

  .modal_gallery {
    padding: 15px 20px 20px;
  }

  .gallery_main {
    height: 250px;
  }

  .gallery_prev,
  .gallery_next {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .gallery_prev {
    left: 10px;
  }

  .gallery_next {
    right: 10px;
  }
}

@media screen and (max-width: 480px) {
  .hotel_info_section .hotel_name {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .main_image_wrap {
    height: 200px;
  }

  .hotel_content_layout {
    margin-bottom: 10px !important;
  }

  .thumbnail_item {
    width: 50px;
    height: 40px;
  }

  .price_amount {
    font-size: 24px;
  }

  .room_card {
    padding: 15px;
    display: block !important;
    background: #ffffff;
    border: 1px solid #ddd;
  }

  .room_title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .room_spec {
    font-size: 12px;
    float: left;
    width: 50%;
  }

  .price_display .price_amount {
    font-size: 18px;
  }

  .book_room_btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}

.hot_deal_badge {
  position: absolute;
  top: 10px;
  left: -5px;
  background: #1782ed;
  color: white;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 600 !important;
  text-transform: uppercase;
  width: auto;
}

.hotel_details {
  flex: 1;
  padding: 0px 0px 10px 20px;
  display: flex;
  justify-content: space-between;
}

.hotel_info {
  flex: 1;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.hotel_rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.hotel_rating .stars {
  color: #ffc107;
  font-size: 16px;
}

.main_price small {
  font-size: 60% !important;
}

.hotel_badge {
  background: #ffffff;
  color: #000000;
  padding: 2px 9px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold !important;
  border: 1px solid #1f1f1f;
  border-radius: 3px;
}

.hotel_name {
  font-size: 22px;
  font-weight: 600 !important;
  color: #333;
  margin: 0 0 0px 0;
  line-height: 1.2;
  letter-spacing: -.5px;
}

.hotel_location {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #666;
  font-size: 13px;
  margin-bottom: 0px;
}

.hotel_location i {
  font-size: 12px;
}

.hotel_distance {
  color: #666;
  font-size: 13px;
  margin-bottom: 6px;
}

.viewing_count {
  color: #0066cc;
  font-size: 12px;
  font-weight: 500;
}

.hotel_booking {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  width: 200px;
  text-align: right;
  border-left: 1px solid #ddd;
}

.cancellation_info {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #28a745;
  font-size: 11px;
  margin-bottom: 8px;
  justify-content: flex-end;
}

.cancellation_info i {
  font-size: 17px;
  font-weight: bold !important;
}

.price_info {
  text-align: right;
  margin-bottom: 12px;
}

.main_price {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}

.taxes_info {
  font-size: 11px;
  color: #666;
  margin: 1px 0;
}

.price_per_night {
  font-size: 11px;
  color: #666;
}

.select_room_btn {
  background: #2d5a3d;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
  text-transform: capitalize;
}

.select_room_btn:hover {
  background: #1e3d2a;
}

/* Grid Layout */
.hotel_listings.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

div#hotelListings.grid .hotel_details {
  padding: 10px 0px 0px 0px !important;
}

div#hotelListings.grid .hotel_info {
  padding: 0px !important;
}

div#hotelListings.grid h3.hotel_name {
  line-height: 1;
  font-size: 1.3rem;
}

div#hotelListings.grid .hotel_booking {
  width: 100% !important;
  flex-direction: inherit !important;
  display: block !important;
  border: none !important;
}

div#hotelListings.grid .price_info {
  float: left;
  width: 50%;
  text-align: left;
}

div#hotelListings.grid .select_room_btn {
  float: right;
  margin-top: 10px;
}

/* Tablet View - 2 columns */
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .hotel_listings.grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.hotel_listings.grid .hotel_card {
  flex-direction: column;
}

.hotel_listings.grid .hotel_image_wrap {
  width: 100%;
  height: 200px;
}

.hotel_listings.grid .hotel_details {
  flex-direction: column;
  gap: 15px;
}

.hotel_listings.grid .hotel_booking {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* Pagination */
.pagination_wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination_btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  font-size: 13px;
  transition: all 0.2s ease;
}

.pagination_btn:hover:not(:disabled) {
  background: #f5f5f5;
  border-color: #2d5a3d;
  color: #2d5a3d;
}

.pagination_btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination_numbers {
  display: flex;
  gap: 4px;
}

.pagination_number {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.2s ease;
}

.pagination_number:hover {
  background: #f5f5f5;
  border-color: #2d5a3d;
  color: #2d5a3d;
}

.pagination_number.active {
  background: #2d5a3d;
  color: white;
  border-color: #2d5a3d;
}

/* Mobile Filter Button */
.mobile_filter_btn {
  display: none;
  background: #f5f5f5;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 3px;
  cursor: pointer;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #666;
  transition: all 0.2s ease;
}

.mobile_filter_btn:hover {
  background: #e8e8e8;
  color: #333;
}

.mobile_filter_btn i {
  font-size: 12px;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
  .footer_content {
    padding: 51px 20px 0px 20px;
  }

  .search_results_layout {
    position: relative;
  }

  .filters_sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 78%;
    max-width: 350px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
    padding: 20px;
    padding-bottom: 60px;
    padding-top: 30px;
  }

  .filters_sidebar.show {
    right: 0;
  }

  .filters_sidebar::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 1%);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .filters_sidebar.show::before {
    opacity: 1;
    visibility: visible;
  }

  .mobile_filter_btn {
    display: flex;
  }

  .results_top_bar {
    flex-direction: column-reverse;
    gap: 0px;
    align-items: flex-end;
    overflow-y: scroll;
  }

  .sort_quick_options {

    gap: 0px;
    align-items: center;
    line-height: 1;
  }

  .NavigationBar {
    position: relative;
  }

  a.modify_search_btn {
    position: absolute;
    left: 25px;
    bottom: -52px;
    z-index: 1;
    padding: 6px 20px !important;
    font-size: 12px !important;
  }

  .sorting_section {
    gap: 15px !important;
  }

  span.sort_label {
    display: none;
  }


  .hotel_image_wrap {
    width: 100px;
    height: 150px;
  }

  .hotel_details {
    gap: 5px;
    padding: 0px 0px 0px 10px;
  }

  .hotel_info {
    padding-right: 5px;
  }

  div#hotelListings .hotel_rating {
    margin-bottom: 4px;
  }

  div#hotelListings .hotel_name {
    font-size: 16px;
  }

  div#hotelListings .hotel_location,
  div#hotelListings .hotel_distance,
  div#hotelListings .viewing_count,
  div#hotelListings .cancellation_info,
  div#hotelListings .taxes_info,
  div#hotelListings .price_per_night {
    font-size: 11px;
    line-height: 1.1;
    margin-top: 3px;
  }

  div#hotelListings.grid .hotel_location,
  div#hotelListings.grid .hotel_distance,
  div#hotelListings.grid .viewing_count,
  div#hotelListings.grid .cancellation_info,
  div#hotelListings.grid .taxes_info,
  div#hotelListings.grid .price_per_night {
    font-size: 15px;
    line-height: 1.4;
  }

  div#hotelListings .main_price {
    font-size: 18px;
  }

  div#hotelListings.grid .main_price {
    font-size: 22px;
  }

  div#hotelListings .select_room_btn {
    font-size: 11px;
    line-height: 1;
    padding: 9px 10px;
    float: right;
  }

  div#hotelListings.grid .select_room_btn {
    font-size: 15px;
    line-height: 1;
    padding: 12px 18px;
  }

  .hotel_booking {
    align-items: center;
    justify-content: space-between;
    width: auto;
    padding-left: 10px;
  }

  .hotel_listings.grid {
    grid-template-columns: 1fr;
  }

  .hotel_listings.grid .hotel_details {
    gap: 5px;
  }
}

@media screen and (max-width: 480px) {
  .footer_main_title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .footer_cta_title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .footer_intro_text,
  .footer_cta_text {
    font-size: 14px;
    text-align: left;
  }

  .footer_closing {
    font-size: 16px;
  }

  .footer_column {
    width: 50%;
    margin-bottom: 30px;
  }

  .footer_column:nth-child(odd) {
    clear: both;
  }

  .footer_bottom .wrap_float {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer_bottom_right {
    align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .footer_column {
    width: 100%;
    margin-bottom: 25px;
  }

  .footer_main {
    padding: 40px 0 0px 0;
  }

  .footer_links {
    display: block !important;
  }

  .footer_links a {

    padding: 0px 10px;
  }
}

.mobile_btn {
  display: none;
}

.header__bottom .menu .scroll .current,
.header__bottom .menu .scroll .bottom {
  display: none;
}

.header__bottom .menu .scroll {
  width: auto;
}

.header__bottom .menu .scroll .scroll_wrap {
  width: auto;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.slick-track {
  will-change: transform;
}

.last-section {
  position: relative;
}

.last-section:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, var(--para-color-dark) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, var(--para-color-dark) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--para-color-dark) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--para-color-dark)00', endColorstr='var(--para-color-dark)', GradientType=0);
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
}

@media screen and (min-height: 840px) {
  .container.fullheight {
    min-height: 100vh;
    position: relative;
  }

  .footer.absolute {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 1600px) {
  .homepage_slider .most_popular {
    margin-right: -466px;
  }

  .homepage_slider .most_popular {
    bottom: 260px;
  }

  .homepage_slider .slide__controls {
    margin-top: 3px;
  }

  .homepage_slider .most_popular {
    font-size: 17px;
  }

  .homepage_slider .most_popular {
    bottom: 220px;
    width: 312px;
  }

  .most_popular__section .slider_item {
    width: 100%;
    height: 430px;
    padding: 30px 20px;
  }

  .most_popular__section .slider_item__content {
    padding: 30px 20px 20px;
  }

  .homepage_slider .categories_item {
    height: 115px;
  }

  .top_destination .section_content .item {
    margin: 0 0.4vw;
    display: inline-block;
    float: none;
  }

  .top_destination .section_content {
    text-align: center;
  }

  .homepage_slider .slide__controls .btn {
    font-size: 17px;
  }

  .homepage_slider .slide__controls .btn.btn__choose_tour {
    margin-right: 18px;
  }

  .homepage_slider .slide__controls .arrow {
    width: 50px;
    height: 50px;
    margin-left: 18px;
  }

  .homepage_slider .most_popular:before {
    top: 5px;
  }

  .most_popular__section .top_part_right .btn,
  .popular_destination__section .top_part_right .btn,
  .blog.blog-section .top_part_right .btn {
    height: 50px;
    line-height: 1.1 !important;
    font-size: 16px;
  }

  .most_popular__section .top_part_right .arrow,
  .popular_destination__section .top_part_right .arrow,
  .blog.blog-section .top_part_right .arrow {
    width: 50px;
    height: 50px;
  }

  .btn,
  .blog .top_part_right .btn {
    height: 50px;
    line-height: 1.1 !important;
    font-size: 16px;
  }

  .header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li a {
    padding: 8px 0;
  }

  .homepage_slider .slide__controls .btn.btn__choose_tour,
  .most_popular__section .top_part_right .btn,
  .popular_destination__section .top_part_right .btn,
  .btn.btn__choose_tour,
  .blog.blog-section .top_part_right .btn {
    line-height: 46px;
  }
}

@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1200px;
  }

  .slide__content {
    margin-left: -600px;
  }

  .homepage_slider .categories .other_items {
    width: 170px;
  }

  .homepage_slider .categories .items {
    width: 1100px;
  }

  .homepage_slider .categories_item {
    width: 224px;
  }

  .homepage_slider .categories.scrolled .items .scroll {
    transform: translateX(-900px);
  }

  .footer_center_left {
    margin-right: 76px;
  }

  .footer_center_menu ul li {
    max-width: 210px;
  }

  .footer_center_menu {
    max-width: 495px;
  }

  .top_destination .description .left {
    max-width: 530px;
  }

  .top_destination .description .right {
    max-width: 530px;
  }

  .search_form {
    width: 1200px;
    margin-left: -600px;
  }
}

@media screen and (max-width: 1230px) {
  .wrap {
    max-width: 90%;
  }

  .header__bottom .menu ul li a {
    padding: 0 15px;
  }

  .header__bottom .menu {
    margin-left: 90px;
  }

  .slide__content {
    margin-left: -500px;
  }

  .homepage_slider .categories_item {
    width: 190px;
  }

  .homepage_slider .categories .items {
    width: 900px;
  }

  .homepage_slider .categories.scrolled .items .scroll {
    transform: translateX(-760px);
  }

  .homepage_slider .most_popular {
    width: 275px;
    font-size: 16px;
  }

  .benefits .item_img {
    width: 110px;
    height: 110px;
  }

  .benefits .item {
    padding-left: 126px;
  }

  .benefits .item_img {
    top: 50%;
    margin-top: -55px;
  }

  .top_destination .description .right,
  .top_destination .description .left {
    max-width: 45%;
  }

  .footer_center_left {
    max-width: 236px;
  }

  .footer_center_menu ul li:nth-child(odd) {
    margin-right: 38px;
  }

  .footer_center_menu {
    max-width: 460px;
  }

  .footer_center_right {
    max-width: 210px;
  }

  .search_form {
    width: 1000px;
    margin-left: -500px;
  }

  .search_form .input {
    font-size: 38px;
    padding-bottom: 12px;
  }

  .search_form .submit {
    height: 57px;
    right: 55px;
  }

  .search_form .close {
    height: 57px;
  }

  .search_form .submit:before {
    width: 32px;
    margin-left: -16px;
  }

  .search_form .close:before {
    width: 28px;
    margin-left: -14px;
  }

  .search_form {
    padding-right: 113px;
  }

  .top_destination .section_content .item {
    width: 13.5vw;
  }

  .top_destination .section_content .item:nth-child(7),
  .top_destination .section_content .item:nth-child(8),
  .top_destination .section_content .item:nth-child(9),
  .top_destination .section_content .item:nth-child(10) {
    display: none;
  }

  .most_popular__section .slider_item {
    padding-top: 22px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header__bottom .logo {
    position: absolute;
    padding-top: 10px;
  }

  .header__bottom .menu {
    margin-left: 130px;
  }

  .footer_center_left .logo {
    font-size: 32px;
  }
}

@media screen and (max-width: 1076px) {
  .wrap {
    max-width: 930px;
  }

  .mobile_btn {
    width: 24px;
    height: 54px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    display: block;
  }

  .mobile_btn span {
    width: 100%;
    height: 2px;
    background: var(--white-color);
    display: block;
    float: left;
    margin-bottom: 7px;
  }

  .mobile_btn span:last-child {
    margin-bottom: 0;
  }

  .header__bottom .menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--para-color-dark);
    margin-left: 0;
    overflow: auto;
    z-index: 2;
    display: none;
  }

  .header__bottom .menu .close {
    width: 25px;
    height: 25px;
    background: url(../images/close.png) center center no-repeat;
    background-size: 18px 18px;
    position: fixed;
    z-index: 2;
    right: 15px;
    top: 15px;
  }

  .header__bottom .menu .scroll {
    padding-top: 24px;
    min-height: 100%;
    position: relative;
    padding-bottom: 240px;
  }

  .header__bottom .menu .scroll .current {
    display: block;
    width: 100%;
    float: left;
    font-size: 22px;
    font-weight: 500;
    color: var(--seconday-color);
    text-align: center;
  }

  .header__bottom .menu .scroll .scroll_wrap {
    padding-top: 50px;
  }

  .header__bottom .menu .scroll .bottom {
    text-align: center;
    padding: 0px 0px 60px 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .header__bottom .menu .scroll .bottom .tel {
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 17px;
  }

  .header__bottom .menu .scroll .bottom .email {
    font-size: 20px;
    color: var(--seconday-color);
  }

  .header__bottom .menu .scroll .bottom .socials {
    margin-top: 42px;
  }

  .header__bottom .menu .scroll .bottom .socials .links {
    width: auto;
    float: none;
    display: inline-block;
  }

  .header__bottom .menu .scroll .bottom .socials .links a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 23px;
  }

  .header__bottom .menu .scroll .bottom .socials .links a:before {
    position: absolute;
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transition: all .2s linear;
  }

  .header__bottom .menu .scroll .bottom .socials .links a.fb:before {
    background-image: url(../images/facebook-logo.svg);
    width: 16px;
    height: 30px;
    margin-top: -15px;
    margin-left: -8px;
  }

  .header__bottom .menu .scroll .bottom .socials .links a.instagram:before {
    background-image: url(../images/instagram.svg);
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-left: -14px;
  }

  .header__bottom .menu .scroll .bottom .socials .links a.pinterest:before {
    background-image: url(../images/pinterest.svg);
    width: 24px;
    height: 30px;
    margin-top: -15px;
    margin-left: -12px;
  }

  .header__bottom .menu .scroll .bottom .socials .links a.twitter:before {
    background-image: url(../images/twitter.svg);
    width: 30px;
    height: 24px;
    margin-top: -12px;
    margin-left: -15px;
  }

  .header__bottom .menu .scroll_wrap>ul>li>a,
  .header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li.dropdown_li>a {
    transition: all .2s linear;
  }

  .header__bottom .menu .scroll_wrap>ul>li>a span:before,
  .header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li.dropdown_li>a span:before {
    transition: all .2s linear;
  }

  .header__bottom .menu .scroll_wrap>ul>li>a:hover,
  .header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li.dropdown_li>a:hover {
    color: var(--white-color);
  }

  .header__bottom .menu .scroll_wrap>ul>li>a.hover,
  .header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li.dropdown_li>a.hover {
    color: var(--seconday-color);
    transition: all .2s linear;
  }

  .header__bottom .menu .scroll_wrap>ul>li>a.hover span:before,
  .header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li.dropdown_li>a.hover span:before {
    border-top-color: var(--seconday-color);
    transform: rotate(180deg);
    transition: all .2s linear;
  }

  .header__bottom .menu .scroll_wrap>ul {
    width: 100%;
    text-align: center;
  }

  .header__bottom .menu .scroll_wrap>ul>li {
    width: 100%;
    margin: 0;
  }

  .header__bottom .menu .scroll_wrap>ul>li a {
    width: 100%;
    font-size: 22px;
  }

  .header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li.dropdown_li>a,
  .header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li a {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 300;
  }

  .header__bottom .menu .scroll_wrap>ul>li>a {
    line-height: 44px;
  }

  .header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li {
    padding: 0 15px;
  }

  .header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li:first-child>a,
  .header__bottom .menu>ul>li .dropdown-menu>ul>li:first-child a {
    padding-top: 0;
  }

  .header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li.dropdown_li>a:before {
    display: none;
  }

  .header__bottom .menu a span {
    position: relative;
  }

  .header__bottom .menu a span:before {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: var(--white-color);
    border-bottom: 0;
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: 0;
  }

  .header__bottom .menu .scroll_wrap>ul>li .dropdown-menu {
    background: none;
    border-radius: 0;
    padding: 0;
    position: static;
    width: 100%;
  }

  .header__bottom .menu .scroll_wrap>ul>li>a.active:before {
    display: none;
  }

  .header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li .submenu {
    background: none;
    border-radius: 0;
    padding: 0;
    margin-left: 0;
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }

  .header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li .submenu:before {
    height: 1px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    content: '';
    background: var(--white-color);
    opacity: .19;
    position: absolute;
    bottom: 0;
  }

  .header__bottom .menu .scroll_wrap>ul>li .dropdown-menu>ul>li.dropdown_li:before {
    display: none;
  }

  .header__bottom .search_link {
    height: 54px;
    right: 46px;
  }

  .header__bottom {
    border-bottom: 0;
    position: relative;
  }

  .slide__content {
    margin-left: -465px;
  }

  .homepage_slider .categories .wrap {
    max-width: 100%;
  }

  .homepage_slider .categories .items {
    margin-left: 0;
    overflow: auto;
  }

  .homepage_slider .categories .items {
    width: 100%;
  }

  .homepage_slider .categories .other_items {
    display: none;
  }

  .search_tour .search_tour_form .fields__block {
    padding-right: 0;
  }

  .search_tour .search_tour_form .fields__block .fields .field {
    width: 33.333333%;
  }

  .search_tour .search_tour_form .fields__block .fields .field:nth-child(3) .field_wrap {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }

  .search_tour .search_tour_form .fields__block .fields .field:nth-child(4) {
    margin-bottom: 0;
  }

  .search_tour .search_tour_form .fields__block .fields .field:nth-child(4) .field_wrap {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }

  .search_tour .search_tour_form .fields__block .fields .field:nth-child(5) {
    margin-bottom: 0;
  }

  .search_tour .search_tour_form .fields__block .fields .field .field_wrap.calendar_field {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .footer_center_menu {
    max-width: 100%;
  }

  .footer_center_right {
    max-width: 265px;
  }

  .header__top .socials .a {
    opacity: 1;
  }

  .homepage_slider .categories_item {
    margin-left: 0;
  }

  .homepage_slider .categories_item:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }

  .discount_section {
    background-attachment: inherit;
  }

  .search_form {
    width: 930px;
    margin-left: -465px;
  }

  .header__bottom .menu .scroll .current,
  .header__bottom .menu .scroll .bottom {
    display: block;
  }

  .header__bottom .menu .scroll {
    width: 100%;
  }

  .header__bottom .menu .scroll .scroll_wrap {
    width: 100%;
  }

  .header__top {
    padding-top: 20px;
  }

  .homepage_slider .categories .items {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 1025px) {

  .header__top a:hover,
  .homepage_slider .categories_item:hover ._title,
  .most_popular__section .slider_item:hover .slider_item__content .title,
  .popular_destination__slider .slide_item:hover .slide_item_content .slide_title,
  .blog_item:hover .blog_item_title {
    color: var(--seconday-color);
  }

  .homepage_slider .slide__controls .arrow:hover {
    border-color: var(--white-color);
  }
}

@media screen and (max-width: 1000px) {
  .wrap {
    max-width: 95vw;
  }

  .slide__content {
    margin-left: 0;
    left: 4vw;
    width: 92vw;
  }

  .homepage_slider .slider-pagi {
    display: none;
  }

  .slide__text-desc {
    font-size: 18px;
    max-width: 600px;
  }

  .homepage_slider .most_popular {
    position: relative;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    margin-left: 4vw;
  }

  .slide__text-desc {
    margin-bottom: 0;
  }

  .slider-control.left,
  .slider-control.right {
    display: none;
  }

  .homepage_slider .most_popular {
    bottom: 235px;
  }

  .most_popular__section .top_part_right,
  .popular_destination__section .top_part_right {
    position: relative;
    clear: both;
    right: auto;
    width: 100%;
    padding-left: 187px;
    margin-top: 10px;
  }

  .most_popular__section .top_part,
  .popular_destination__section .top_part {
    margin-bottom: 43px;
  }

  .most_popular__section .top_part_right .btn,
  .popular_destination__section .top_part_right .btn,
  .blog.blog-section .top_part_right .btn {
    margin-left: 0;
    float: right;
  }

  .most_popular__section .top_part_right .controls,
  .popular_destination__section .top_part_right .controls {
    position: absolute;
    left: 0;
    margin-left: 0;
  }

  .most_popular__section .slider_item {
    width: 80vw;
    margin: 0;
  }

  .most_popular__section .slick-list {
    overflow: visible;
  }

  .benefits .wrap {
    max-width: 100%;
    display: block;
    float: left;
    overflow: auto;
    padding: 0 4vw;
  }

  .benefits .wrap .wrap_float {
    white-space: nowrap;
    width: auto;
  }

  .benefits .item {
    display: inline-block;
    float: none;
    width: 300px;
    white-space: normal;
    margin-right: 42px;
  }

  .benefits .item:last-child {
    margin-right: 4vw;
  }

  .benefits {
    padding: 30px 0 55px;
  }

  .top_destination .section_content .item {
    width: 166px;
    height: 166px;
    white-space: normal;
    display: inline-block;
    float: none;
    margin: 0;
    margin-right: 22px;
  }

  .top_destination .section_content .item:last-child {
    margin-right: 4vw;
  }

  .top_destination .section_content .wrap {
    max-width: 100%;
    display: block;
    float: left;
    overflow: auto;
    padding: 0 4vw;
    padding-bottom: 20px;
  }

  .top_destination .section_content .wrap .wrap_float {
    white-space: nowrap;
    width: auto;
  }

  .top_destination .section_content {
    height: 166px;
    overflow: hidden;
  }

  .blog_item {
    width: 49%;
    margin-right: 2%;
  }

  .blog_item:nth-child(2) {
    margin-right: 0;
  }

  .blog_item:nth-child(3) {
    display: none;
  }

  .footer_top_menu ul li a {
    padding: 20px 14px;
  }

  .most_popular__section .top_part_left,
  .popular_destination__section .top_part_left {
    width: 100%;
  }

  .search_form {
    margin-left: 0;
    left: 4vw;
    width: 92vw;
  }

  .search_form .close {
    position: fixed;
    right: 4vw;
    top: 3vw;
  }

  .search_form .close:before {
    top: 0;
    right: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .search_form .submit {
    right: 0;
  }

  .search_form {
    padding-right: 60px;
  }

  .homepage_slider .slide__controls {
    margin-top: 22px;
  }

  .top_destination .section_content .item:nth-child(7),
  .top_destination .section_content .item:nth-child(8),
  .top_destination .section_content .item:nth-child(9),
  .top_destination .section_content .item:nth-child(10) {
    display: inline-block;
  }

  .footer_center_right {
    margin-left: 312px;
    float: left;
    clear: both;
  }

  .footer_top .socials {
    clear: both;
    float: left;
    margin-top: 14px;
  }

  .most_popular__section .top_part_right .arrow:first-child,
  .blog.blog-section .top_part_right .arrow:first-child {
    margin-left: 0;
  }

  .most_popular__section {
    overflow: hidden;
  }

  .most_popular__section.mainpage-slider .slider_item {
    /* opacity: 0; */
    transition: all .2s linear;
    margin: 10px !important;
  }

  .most_popular__section.mainpage-slider .slider_item.slick-current {
    opacity: 1;
  }

  .popular_destination__slider .slide_item .slide_footer {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

@media screen and (max-width: 760px) {
  .homepage_slider .most_popular {
    bottom: 170px;
  }

  .search_tour .search_tour_form .fields__block .fields .field {
    width: 100%;
  }


  .search_tour .search_tour_form .fields__block .fields .field:nth-child(5) {
    margin-top: 20px;
  }

  .search_tour .search_tour_form .fields__block .fields .field .field_wrap.calendar_field {
    border-radius: 10px;
  }

  .search_form .input {
    font-size: 26px;
  }

  .search_form .submit {
    height: 52px;
    z-index: 1111;
  }

  .search_form .submit:before {
    margin-left: 0;
    right: 0;
    left: auto;
    width: 24px;
    margin-top: -28px;
  }

  .search_form .close {
    width: 22px;
    height: 22px;
  }

  .search_form .close:before {
    margin-left: 0;
    left: auto;
  }

  .search_form .close:before {
    width: 20px;
    height: 20px;
  }

  .blog_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .blog_item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 760px) and (orientation: landscape) {
  .homepage_slider .most_popular {
    bottom: 240px;
  }

}

@media screen and (max-width: 686px) {
  .homepage_slider .slide__controls .btn {
    width: 60%;
    margin: 0;
  }

  .btn.btn__choose_tour {
    margin-left: 2%;
  }

  .homepage_slider .slide__controls .btn.btn__choose_tour {
    margin-right: 2%;
    width: 38%;
  }

  .homepage_slider .slide__controls {
    position: relative;
  }

  .homepage_slider .slide__controls .arrow {
    position: absolute;
    right: 0;
    bottom: -90px;
  }

  .btn,
  .homepage_slider .slide__controls .btn {
    font-size: 17px;
    padding: 0 20px;
  }

  .most_popular__section .slider_item {
    padding: 50px 40px;
  }

  .most_popular__section .slider_item__content {
    padding: 30px 40px 65px;
  }

  .top_destination .description .right,
  .top_destination .description .left {
    max-width: 100%;
    margin-right: 0;
    margin: 5px 0;
  }

  .btn,
  .homepage_slider .slide__controls .btn {
    font-size: 15px;
    padding: 0 10px;
  }

  .footer_center_right {
    margin-left: 0;
  }

  .footer_top_menu ul li {
    margin-right: 6px;
  }

  .most_popular__section .slider_item {
    padding: 36px 30px;
  }

  .blog .btn {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
}

@media screen and (max-width: 610px) {

  .header__bottom .search_link {
    left: 0;
    position: absolute;
    top: 13px;
  }

  .popular_destination__slider .slide_item {
    margin: 10px !important;
  }

  .blog .top_part_left {
    width: 100%;
  }

  .blog .top_part_right {
    width: 100%;
    position: relative;
    margin-left: 0;
    margin-top: 23px;
  }

  .blog .top_part_right .btn {
    margin-left: 0;
  }

  .blog_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 100%;
  }

  .header__top .socials {
    display: none;
  }

  .header__top .email {
    float: right;
  }

  .header__top {
    padding-bottom: 0;
  }

  .homepage_slider .slide__controls .arrow {
    width: 50px;
    height: 50px;
    border-color: var(--white-color);
  }

  .homepage_slider .categories_item {
    width: 130px;
  }

  .header__bottom .search_link:before {
    width: 24px;
    height: 24px;
  }

  .header__bottom .search_link {
    height: 46px;
  }

  .homepage_slider .slide__controls {
    margin-top: 24px;
  }

  .section_title {
    font-size: 29px;
    line-height: 1.3;
  }

  .most_popular__section .top_part_right .arrow,
  .blog.blog-section .top_part_right .arrow {
    width: 50px;
    height: 50px;
  }

  .most_popular__section .top_part_right .arrow:before,
  .blog.blog-section .top_part_right .arrow:before,
  .popular_destination__section .top_part_right .arrow:before {
    width: 16px;
    height: 12px;
    margin-top: -6px;
    margin-left: -8px;
  }

  .popular_destination__section .top_part_right .btn {
    font-size: 15px;
    padding: 0 20px;
  }

  .popular_destination__section .top_part_right .arrow {
    margin: 0;
  }

  .popular_destination__section .top_part_right .arrow.next {
    margin-left: 15px;
  }

  .most_popular__section .top_part_right .arrow,
  .blog.blog-section .top_part_right .arrow {
    border-color: var(--white-color);
    margin: 0;
  }

  .most_popular__section .top_part_right .arrow.next,
  .blog.blog-section .top_part_right .arrow.next {
    margin-left: 15px;
  }

  .most_popular__section .top_part_right,
  .popular_destination__section .top_part_right {
    padding-left: 136px;
  }

  .most_popular__section .top_part_right .btn,
  .popular_destination__section .top_part_right .btn,
  .blog.blog-section .top_part_right .btn {
    height: 50px;
    line-height: 48px;
  }

  .most_popular__section .top_part_right .btn,
  .popular_destination__section .top_part_right .btn,
  .blog.blog-section .top_part_right .btn {
    padding: 0 30px;
    font-size: 15px;
  }

  .most_popular__section .slider_item {
    height: 440px;
  }

  .most_popular__section .slider_item {
    padding: 26px 16px;
  }

  .most_popular__section .slider_item__content {
    padding: 20px 30px 50px;
  }

  .most_popular__section .slider_item__content .description {
    font-size: 16px;
  }

  .most_popular__section .slider_item__content .title {
    margin-bottom: 15px;
  }

  .most_popular__section .slider_item__content .description {
    margin-bottom: 20px;
  }

  .most_popular__section .top_part,
  .popular_destination__section .top_part {
    margin-bottom: 15px;
  }

  .most_popular__section .slider_item__tags .tag {
    height: 30px;
    line-height: 30px;
  }

  .most_popular__section .slider_item__tags .tag {
    font-size: 14px;
  }

  .benefits .item_img {
    width: 134px;
    height: 134px;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0;
    display: inline-block;
    float: none;
    margin-bottom: 20px;
  }

  .benefits .item .tc {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
  }

  .benefits .item {
    padding-left: 0;
    height: auto;
    width: 214px;
    display: inline-block;
    float: none;
    text-align: center;
  }

  .most_popular__section {
    padding-bottom: 25px;
  }

  .search_tour .wrap {
    max-width: 100%;
  }


  .search_tour .search_tour_form .fields__block {
    margin-top: 18px;
  }

  .search_tour .search_tour_form .fields__block .fields .field .field_wrap.keywords .input {
    padding-left: 16px;
  }

  .search_tour .search_tour_form .fields__block .fields .field .field_wrap.select_field select {
    padding-left: 16px;
  }

  .search_tour .search_tour_form .fields__block .fields .field .field_wrap.calendar_field .calendar {
    padding-left: 16px;
  }

  .popular_destination__section .top_part_right .arrow {
    width: 50px;
    height: 50px;
  }

  .popular_destination__slider .slide_item_content .slide_title {
    font-size: 23px;
  }

  .popular_destination__slider .slide_item_content .slide_text {
    font-size: 16px;
  }

  .popular_destination__slider .slide_item_content .flag {
    width: 50px;
    height: 50px;
  }

  .popular_destination__slider .slide_item_content {
    padding-top: 36px;
  }

  .popular_destination__slider .slide_item .slide_footer {
    padding: 14px 28px;
  }

  .popular_destination__slider .slide_item_content {
    padding: 45px 28px 25px;
  }

  .popular_destination__slider .slide_item_content .flag {
    left: 28px;
  }

  .section_subtitle {
    margin-bottom: 0px;
  }

  .popular_destination__section {
    background: var(--white-color);
  }

  .search_tour {
    padding-bottom: 0;
    margin-bottom: 60px;
  }

  .top_destination .description .text {
    font-size: 16px;
  }

  .top_destination .section_content {
    margin-top: 34px;
  }

  .top_destination .section_content .item {
    margin-right: 19px;
  }

  .top_destination {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .blog {
    padding: 48px 0;
  }

  .blog .top_part_right .btn {
    height: 50px;
    line-height: 48px;
    font-size: 15px;
  }

  .blog .top_part_right {
    margin-top: 16px;
  }

  .blog .top_part {
    margin-bottom: 38px;
  }

  .blog_item {
    margin-bottom: 41px;
  }

  .blog_item:nth-child(3) {
    display: block;
  }

  .footer {
    background: var(--para-color-dark);
  }

  .footer_top .footer_head_mobile {
    display: block;
    text-align: center;
  }

  .footer_top_menu {
    margin-top: 13px;
  }

  .footer_top_menu ul li {
    width: 100%;
  }

  .footer_top_menu ul li a {
    font-size: 20px;
    font-weight: 500;
    color: var(--white-color);
    padding: 10px 0;
  }

  .footer_center_menu ul li {
    margin-bottom: 0;
  }

  .footer_center_menu ul li a {
    font-size: 14px;
    padding: 5px 0;
    display: block;
    text-align: left;
  }

  .footer_top_menu ul li a.active:before {
    bottom: 6px;
  }

  .footer_top .socials {
    display: none;
  }

  .footer_center_left {
    display: none;
  }

  .footer_top .wrap_float {
    padding-bottom: 20px;
  }

  .footer_center {
    padding-top: 13px;
  }

  .footer_center_right {
    float: left;
    max-width: 100%;
    width: 100%;
  }

  .footer_center_right ._title {
    font-size: 17px;
    letter-spacing: 2px;
  }

  .footer_center_right {
    margin-top: 34px;
  }

  .footer_center_right .text {
    font-size: 18px;
  }

  .footer_bottom {
    background: var(--para-color-dark);
  }

  .footer_center {
    padding-bottom: 20px;
  }

  .footer_center .mobile_socials {
    display: block;
  }

  .homepage_slider .most_popular {
    padding-left: 45px;
    width: 260px;
  }

  .discount_section {
    padding: 40px 0;
    min-height: inherit;
  }

  .homepage_slider .categories {
    bottom: 0px;
  }

  .homepage_slider .most_popular {
    bottom: 200px;
  }

  .btn.btn__choose_tour {
    background: rgba(255, 255, 255, 0.36);
    border-color: rgba(255, 255, 255, 0);
  }

  .btn,
  .homepage_slider .slide__controls .btn {
    line-height: 50px;
  }

  .popular_destination__section {
    padding-top: 30px;
  }

  .search_tour {
    margin-bottom: 0;
  }

  .popular_destination__slider .slide_item_content .flag {
    top: -25px;
  }

  .blog {
    padding-top: 60px;
  }

  .header__bottom .logo {
    padding: 0;
    text-align: center;
  }

  .header__bottom .logo {
    padding: 6px 0;
  }

  .header__top {
    padding-bottom: 0 !important;
  }

  .mainpage-slider .popular_destination__slider .slide_item {
    /* opacity: 0; */
    transition: all .2s linear;
  }

  .mainpage-slider .popular_destination__slider .slide_item.slick-current {
    opacity: 1;
  }

}

@media screen and (max-width: 430px) {
  .most_popular__section .slider_item__content .title {
    font-size: 20px;
  }

  .most_popular__section .slider_item__content {
    padding-bottom: 28px;
  }

  .most_popular__section .slider_item {
    height: 366px;
  }

  .footer_top .footer_head_mobile .logo {
    margin: 0 auto !important;
    width: auto !important;
    float: none !important;
  }
}

@media screen and (max-width: 358px) {
  .homepage_slider .most_popular {
    width: 230px;
  }

  .homepage_slider .categories_item {
    width: 132px;
  }

  .most_popular__section .top_part_right,
  .popular_destination__section .top_part_right {
    padding-left: 130px;

  }

  .popular_destination__section .top_part_right .btn {
    font-size: 14px;
    padding: 0 12px;
  }

  .discount_section .btn {
    width: 100%;
  }

  .btn.btn__choose_tour {
    margin-left: 0;
    margin-top: 14px;
    background: rgba(255, 255, 255, 0.36);
    border-color: rgba(255, 255, 255, 0);
  }

  .slide__text-desc {
    font-size: 14px;
  }
}

@media screen and (orientation: landscape) {
  .homepage_slider {
    min-height: 630px;
    position: relative;
  }
}

@media screen and (orientation: portrait) {
  .homepage_slider {
    min-height: 680px;
    position: relative;
    height: 600px !important;
  }

  .iosSafari .slider-container {
    height: 85vh;
  }

  .chromeMobile .slider-container {
    height: 89vh;
  }
}

@media screen and (orientation: landscape) and (max-width: 1050px) {
  .homepage_slider {
    min-height: 685px;
  }
}

@media screen and (orientation: portrait) and (max-width: 1050px) and (-webkit-min-device-pixel-ratio: 0) {
  .slider-container {
    height: 85vh;
  }
}

@media screen and (max-width: 610px) and (max-height: 680px) {
  .header__top {
    padding: 10px 0;
  }

  .header__bottom {
    padding-bottom: 0;
  }

  .homepage_slider .slide__controls {
    margin-top: 15px;
  }


  .slider-container {
    height: 100vh;
    padding-bottom: 180px;
    box-sizing: content-box;
  }

  .homepage_slider .most_popular {
    bottom: 244px;
  }

  .most_popular__section {
    padding-top: 0;
  }

  .homepage_slider {
    height: inherit;
    background: var(--para-color-dark);
  }
}


.page_head .wrap_float {
  position: relative;
  z-index: 1;
}

.page_head .title {
  font-size: 40px;
  color: var(--white-color);
  font-weight: 900;
  margin-bottom: 28px;
}

.page_head .search_tour .search_tour_form .fields__block {
  margin-top: 0;
}

.page_head .search_tour {
  padding-bottom: 0;
}

.page_head .search_tour:before {
  display: none;
}

.page_head .search_tour {
  background: none;
}

.page_head .top_destination .section_content {
  margin-top: 0;
}

.page_head .top_destination {
  padding: 42px 0;
  position: relative;
  z-index: 1;
}

.image_bg {
  padding-top: 225px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 660px;
  top: 0;
  left: 0;
}

.image_bg:before {
  height: 28%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  position: absolute;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, var(--para-color-dark) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, var(--para-color-dark) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--para-color-dark) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--para-color-dark)00', endColorstr='var(--para-color-dark)', GradientType=0);
}

.image_bg:after {
  opacity: .3;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #111B38;
}

.locked .image_bg,
.lg-on .image_bg {
  width: auto;
  right: 0;
}

.page_content {
  background: var(--para-color-dark);
  padding-bottom: 85px;
}

.page_content.left-sidebar .main {
  float: right;
}

.page_content.left-sidebar .sidebar {
  float: left;
}

.page_content.two-columns {
  padding-top: 220px;
}

.page_content.two-columns .section-title {
  font-size: 40px;
  font-weight: 900;
  color: var(--white-color);
  position: relative;
  z-index: 1;
  margin-bottom: 44px;
}

.page_content.two-columns .main {
  max-width: 100%;
}

.page_content.two-columns .main .most_popular__section .slider_item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.page_content.two-columns .main .most_popular__section .slider_item:nth-child(even) {
  margin-right: 0;
}

.page_content.two-columns .main .pagination {
  text-align: center;
  margin-top: 40px;
}

.page_content.two-columns .main .pagination ul {
  display: inline-block;
  float: none;
  width: auto;
}

.page_content.three-columns {
  padding-top: 220px;
}

.page_content.three-columns .section-title {
  font-size: 40px;
  font-weight: 900;
  color: var(--white-color);
  position: relative;
  z-index: 1;
  margin-bottom: 44px;
}

.page_content.three-columns .main {
  max-width: 100%;
}

.page_content.three-columns .main .most_popular__section .slider_item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  height: 370px;
  padding: 30px 40px;
}

.page_content.three-columns .main .most_popular__section .slider_item:nth-child(3n) {
  margin-right: 0;
}

.page_content.three-columns .main .pagination {
  text-align: center;
  margin-top: 40px;
}

.page_content.three-columns .main .pagination ul {
  display: inline-block;
  float: none;
  width: auto;
}

.page_content.three-columns .main .most_popular__section .slider_item__content {
  padding: 30px 40px 42px;
}

.page_content.horizontal--items {
  padding-top: 40px;
}

.page_content .main {
  max-width: 865px;
}

.page_content .main .most_popular__section {
  padding-top: 0;
  padding-bottom: 0;
}

.page_content .main .pagination {
  margin-top: 36px;
}

.page_content .main .pagination ul li {
  width: 48px;
  margin-right: 10px;
}

.page_content .main .pagination ul li:last-child {
  margin-right: 0;
}

.page_content .main .pagination ul li a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  display: block;
  float: left;
  line-height: 48px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: var(--white-color);
}

.page_content .main .pagination ul li a:hover {
  color: var(--seconday-color);
  background: var(--white-color);
}

.page_content .main .pagination ul li.current a {
  background: var(--seconday-color);
  color: var(--white-color);
}

.page_content .main .pagination ul li.prev a {
  position: relative;
}

.page_content .main .pagination ul li.prev a:before {
  width: 20px;
  height: 14px;
  background: url(../images/pag-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  content: '';
  transform: rotate(180deg);
  transition: all .2s linear;
}

.page_content .main .pagination ul li.prev a:after {
  width: 20px;
  height: 14px;
  background: url(../images/pag-arrow-hover.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  content: '';
  transform: rotate(180deg);
  opacity: 0;
  transition: all .2s linear;
}

.page_content .main .pagination ul li.prev a:hover:before {
  opacity: 0;
  transition: all .2s linear;
}

.page_content .main .pagination ul li.prev a:hover:after {
  opacity: 1;
  transition: all .2s linear;
}

.page_content .main .pagination ul li.next a {
  position: relative;
}

.page_content .main .pagination ul li.next a:before {
  width: 20px;
  height: 14px;
  background: url(../images/pag-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  content: '';
  transition: all .2s linear;
}

.page_content .main .pagination ul li.next a:after {
  width: 20px;
  height: 14px;
  background: url(../images/pag-arrow-hover.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  content: '';
  opacity: 0;
  transition: all .2s linear;
}

.page_content .main .pagination ul li.next a:hover:before {
  opacity: 0;
  transition: all .2s linear;
}

.page_content .main .pagination ul li.next a:hover:after {
  opacity: 1;
  transition: all .2s linear;
}

.page_content .main .items .item {
  height: 295px;
  background: var(--white-color);
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
  float: left;
  width: 100%;
}

.page_content .main .items .item_left {
  height: inherit;
  border-right: 1px solid #E2E2E2;
  width: 73%;
  padding-left: 300px;
  padding-right: 30px;
}

.page_content .main .items .item_left .img {
  width: 264px;
  height: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.page_content .main .items .item_left .info {
  height: inherit;
  vertical-align: middle;
  float: none;
  display: table-cell;
}

.page_content .main .items .item_left .info ._title {
  font-size: 28px;
  font-weight: 900;
  color: #3E4559;
  margin-bottom: 23px;
}

.page_content .main .items .item_left .info .time {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  color: rgba(62, 69, 89, 0.65);
  line-height: 24px;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 8px;
}

.page_content .main .items .item_left .info .time:before {
  width: 24px;
  height: 24px;
  position: absolute;
  content: '';
  background: url(../images/time-4.svg) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}

.page_content .main .items .item_left .info .date {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  color: rgba(62, 69, 89, 0.65);
  line-height: 24px;
  margin-top: 8px;
}

.page_content .main .items .item_left .info .date:before {
  width: 22px;
  height: 24px;
  position: absolute;
  background: url(../images/date.svg) center center no-repeat;
  background-size: contain;
  content: '';
  left: 0;
  top: 0;
}

.page_content .main .items .item_left .info .description {
  color: rgba(129, 134, 147, 0.65);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  margin-top: 27px;
}

.page_content .main .items .item_right {
  width: 27%;
  float: right;
  text-align: center;
  position: relative;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 77px;
}

.page_content .main .items .item_right .cost {
  color: rgba(62, 69, 89, 0.65);
  font-size: 18px;
  text-align: center;
  margin-bottom: 18px;
}

.page_content .main .items .item_right .cost b,
.page_content .main .items .item_right .cost strong {
  font-weight: 900;
  font-size: 28px;
  color: #3E4559;
  width: 100%;
  display: block;
  float: left;
  margin-top: 6px;
  font-weight: 400;
}

.page_content .main .items .item_right .cost .new_cost {
  font-size: 28px;
  color: #CB4822;
  font-weight: 900;
  margin-bottom: 5px;
}

.page_content .main .items .item_right .cost .old_cost {
  font-size: 20px;
  color: #3E4559;
  text-decoration: line-through;
}

.page_content .main .items .item_right .rating {
  margin-bottom: 14px;
  text-align: center;
}

.page_content .main .items .item_right .rating .stars {
  width: auto;
  display: inline-block;
  float: none;
}

.page_content .main .items .item_right .rating .stars .star {
  width: 18px;
  height: 17px;
  display: block;
  float: left;
  position: relative;
  padding: 0 2px;
}

.page_content .main .items .item_right .rating .stars .star:first-child {
  padding-left: 0;
}

.page_content .main .items .item_right .rating .stars .star:first-child:before {
  left: 0;
}

.page_content .main .items .item_right .rating .stars .star:first-child:after {
  left: 0;
}

.page_content .main .items .item_right .rating .stars .star:before {
  width: 14px;
  height: 14px;
  background: url(../images/star-dark.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
}

.page_content .main .items .item_right .rating .stars .star:after {
  width: 14px;
  height: 14px;
  background: url(../images/star-active.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
  display: none;
}

.page_content .main .items .item_right .rating .stars .star.active:before {
  display: none;
}

.page_content .main .items .item_right .rating .stars .star.active:after {
  display: block;
}

.page_content .main .items .item_right .rating .reviews_count {
  font-size: 15px;
  color: rgba(62, 69, 89, 0.65);
  margin-left: 0;
}

.page_content .main .items .item_right .item-btn {
  width: 160px;
  height: 48px;
  background: var(--seconday-color);
  border: 2px solid var(--seconday-color);
  border-radius: 24px;
  font-size: 15px;
  font-weight: 500;
  color: var(--white-color);
  line-height: 44px;
  display: inline-block;
  float: none;
  position: absolute;
  bottom: 52px;
  left: 50%;
  margin-left: -80px;
}

.page_content .main .items .item_right .item-btn:hover {
  border-color: #3E4559;
  color: #3E4559;
  background: var(--white-color);
}

.page_content .sidebar {
  max-width: 410px;
  float: right;
}

.page_content .sidebar>* {
  margin-bottom: 20px;
}

.page_content .sidebar>*:last-child {
  margin-bottom: 0;
}

.page_content .sidebar .block-title {
  font-size: 24px;
  color: #3E4559;
  margin-bottom: 14px;
  font-weight: 900;
  margin-bottom: 25px;
}

.page_content .sidebar .latest_tours {
  background: var(--white-color);
  border-radius: 14px;
  padding: 34px 30px;
}

.page_content .sidebar .latest_tours .list {
  margin-top: 7px;
}

.page_content .sidebar .latest_tours ._item {
  padding-left: 115px;
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 20px;
  border-bottom: 1px solid #E6E6E6;
  display: block;
  float: left;
  width: 100%;
}

.page_content .sidebar .latest_tours ._item:first-child {
  padding-top: 0;
}

.page_content .sidebar .latest_tours ._item:last-child {
  border-bottom: 0;
  padding-bottom: 6px;
}

.page_content .sidebar .latest_tours ._item .left {
  position: absolute;
  left: 0;
  width: 90px;
}

.page_content .sidebar .latest_tours ._item .left .img {
  width: 90px;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.page_content .sidebar .latest_tours ._item .left .tag {
  position: absolute;
  height: 26px;
  line-height: 26px;
  left: 50%;
  width: 68px;
  margin-left: -34px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white-color);
  text-align: center;
  border-radius: 13px;
}

.page_content .sidebar .latest_tours ._item .left .tag.discount {
  background: #CB4822;
  top: -13px;
}

.page_content .sidebar .latest_tours ._item .left .tag.new {
  background: #009A70;
  bottom: -13px;
}

.page_content .sidebar .latest_tours ._item .right {
  min-height: 90px;
  padding-top: 8px;
}

.page_content .sidebar .latest_tours ._item .right ._title {
  font-size: 16px;
  font-weight: 500;
  color: #3E4559;
  margin-bottom: 4px;
}

.page_content .sidebar .latest_tours ._item .right .cost {
  font-size: 16px;
  color: #3E4559;
  font-weight: 500;
  margin-bottom: 11px;
}

.page_content .sidebar .latest_tours ._item .right .cost b,
.page_content .sidebar .latest_tours ._item .right .cost strong {
  font-weight: 900;
  color: var(--seconday-color);
}

.page_content .sidebar .latest_tours ._item .right .cost .old_cost {
  font-size: 14px;
  color: #818693;
  font-weight: 400;
  text-decoration: line-through;
}

.page_content .sidebar .latest_tours ._item .right .time {
  position: relative;
  padding-left: 30px;
  color: rgba(62, 69, 89, 0.65);
}

.page_content .sidebar .latest_tours ._item .right .time:before {
  width: 20px;
  height: 20px;
  background: url(../images/time-2.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
}

.page_content .sidebar .question-block {
  background: #DB6500;
  border-radius: 14px;
  padding: 34px 30px;
}

.page_content .sidebar .question-block ._title {
  font-size: 24px;
  font-weight: 900;
  color: var(--white-color);
  margin-bottom: 25px;
}

.page_content .sidebar .question-block ._text {
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  line-height: 1.5;
}

.page_content .sidebar .question-block .tel {
  margin-top: 35px;
}

.page_content .sidebar .question-block .tel a {
  font-size: 26px;
  color: var(--white-color);
  display: block;
  float: left;
}

.page_content .sidebar .question-block .email {
  margin-top: 50px;
}

.page_content .sidebar .question-block .email a {
  font-size: 18px;
  color: var(--white-color);
  display: block;
  float: left;
}

.page_content .sidebar .tour_category {
  background: #0B104A;
  border-radius: 14px;
  padding: 34px 30px;
}

.page_content .sidebar .tour_category .block-title {
  color: var(--white-color);
  margin-bottom: 25px;
}

.page_content .sidebar .tour_category ul li {
  margin-bottom: 13px;
}

.page_content .sidebar .tour_category ul li:last-child {
  margin-bottom: 0;
}

.page_content .sidebar .tour_category ul li a {
  font-size: 16px;
  color: var(--white-color);
  display: block;
}

.page_content .sidebar .recent_articles {
  padding: 34px 30px;
  border: 1px solid #E2E2E2;
  border-radius: 14px;
}

.page_content .sidebar .recent_articles .block-title {
  color: var(--white-color);
}

.page_content .sidebar .recent_articles .list {
  margin-top: 7px;
}

.page_content .sidebar .recent_articles .list ._item {
  padding-left: 120px;
  position: relative;
  min-height: 90px;
  padding-right: 32px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  display: block;
  float: left;
  width: 100%;
}

.page_content .sidebar .recent_articles .list ._item:first-child {
  padding-top: 0;
}

.page_content .sidebar .recent_articles .list ._item:last-child {
  border-bottom: 0;
  padding-bottom: 10px;
}

.page_content .sidebar .recent_articles .list ._item .info {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page_content .sidebar .recent_articles .list ._item .img {
  width: 90px;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: absolute;
  left: 0;
}

.page_content .sidebar .recent_articles .list ._item ._title {
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 15px;
  line-height: 1.6;
}

.page_content .sidebar .recent_articles .list ._item .date {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  position: relative;
  padding-left: 25px;
  line-height: 18px;
}

.page_content .sidebar .recent_articles .list ._item .date:before {
  width: 18px;
  height: 18px;
  background: url(../images/time-3.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
}

.page_content .most_popular__section .slider_item {
  margin-bottom: 20px;
}

.breadcrumbs {
  font-size: 15px;
  color: var(--white-color);
  padding: 14px 0;
  z-index: 1;
}

.breadcrumbs .current {
  color: rgba(255, 255, 255, 0.54);
  pointer-events: none;
}

@media screen and (max-width: 1600px) {
  .page_content .most_popular__section .slider_item {
    width: 100%;
    margin-right: 0;
  }

  .page_content.two-columns {
    padding-top: 200px;
  }

  .page_content.three-columns {
    padding-top: 200px;
  }
}

@media screen and (max-width: 1440px) {
  .page_content .main {
    max-width: 875px;
  }

  .page_content .sidebar .latest_tours ._item .right {
    padding-top: 3px;
  }
}

@media screen and (max-width: 1400px) {
  .page_content .main {
    max-width: 766px;
  }

  .page_content .most_popular__section .slider_item {
    width: 100%;
  }

  .page_content .main .items .item_left .img {
    width: 210px;
  }

  .page_content .main .items .item_left {
    padding-left: 238px;
  }
}

@media screen and (max-width: 1230px) {
  .page_content .main {
    max-width: 562px;
  }

  .most_popular__section .slider_item__content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .horizontal--items .main {
    max-width: 100%;
  }

  .horizontal--items .sidebar {
    max-width: 100%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 1076px) {
  .page_content .main {
    max-width: 100%;
  }

  .page_content .sidebar {
    max-width: 100%;
    margin-top: 60px;
  }
}

@media screen and (max-width: 1076px) and (min-width: 1001px) {
  .page_head .top_destination .section_content .item {
    margin: 0 1vw;
  }
}

@media screen and (max-width: 1000px) {
  .page_content.two-columns .main .most_popular__section .slider_item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .page_content.three-columns .main .most_popular__section .slider_item {
    width: 100%;
    margin-right: 0;
  }

  .page_content .main .items .item_left .img {
    width: 182px;
  }

  .page_content .main .items .item_left {
    padding-left: 205px;
  }

  .page_content.two-columns .main .most_popular__section .slider_item {
    margin-bottom: 30px;
  }

  .page_content.three-columns .main .most_popular__section .slider_item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 760px) {
  .page_content .main .items .item_left {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
  }

  .page_content .main .items .item_right {
    position: relative;
    width: 100%;
  }

  .page_content .main .items .item {
    height: auto;
  }

  .page_content .main .items .item_left .img {
    height: 190px;
    width: 100%;
    position: static;
  }

  .page_content .main .items .item_left .info {
    height: auto;
    display: block;
    float: left;
    padding: 20px;
  }

  .page_content .main .items .item_right {
    display: block;
    text-align: center;
    padding-bottom: 40px;
  }

  .page_content .main .items .item_right .item-btn {
    position: static;
    margin-left: 0;
    display: inline-block;
    float: none;
  }
}

@media screen and (max-width: 610px) {


  .page_head:after {
    opacity: .7;
  }

  .page_head .top_destination {
    padding: 30px 0;
  }

  .page_content .main .pagination {
    text-align: center;
  }

  .page_content .main .pagination ul {
    display: inline-block;
    float: none;
    width: auto;
  }

  .page_content {
    padding-bottom: 40px;
  }

  .page_content.two-columns {
    padding-top: 184px;
  }

  .page_content.three-columns {
    padding-top: 184px;
  }

  .page_content.two-columns .section-title {
    font-size: 34px;
    margin-bottom: 28px;
  }

  .page_content.three-columns .section-title {
    font-size: 34px;
    margin-bottom: 28px;
  }

  .horizontal--items {
    padding-top: 0;
  }

  .page_head .title {
    font-size: 34px;
  }

  .page_content .main .pagination {
    margin-top: 22px;
  }

  .page_content .sidebar {
    margin-top: 42px;
  }

  .page_content.two-columns .main .most_popular__section .slider_item {
    margin-bottom: 20px;
  }

  .page_content.three-columns .main .most_popular__section .slider_item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 430px) {
  .most_popular__section .slider_item__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page_content .main .pagination ul li {
    width: 38px;
  }

  .page_content .main .pagination ul li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }

  .page_content .sidebar .latest_tours,
  .page_content .sidebar .question-block,
  .page_content .sidebar .tour_category,
  .page_content .sidebar .recent_articles {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page_content .sidebar .latest_tours ._item,
  .page_content .sidebar .recent_articles .list ._item {
    padding-left: 107px;
    padding-right: 0;
  }

  .page_content.three-columns .main .most_popular__section .slider_item__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page_content.two-columns .main .pagination {
    margin-top: 20px;
  }

  .page_content.three-columns .main .pagination {
    margin-top: 20px;
  }

  .page_content .main .items .item_left .info .date {
    font-size: 16px;
  }

  .page_content .main .items .item_left .info .time {
    font-size: 16px;
  }

  .page_content .main .items .item_left .info .description {
    font-size: 16px;
    margin-top: 20px;
  }

  .page_head .title {
    font-size: 30px;
  }

  .page_content .most_popular__section .slider_item {
    height: 370px;
  }


  .page_content.two-columns .section-title {
    font-size: 30px;
  }

  .page_content.three-columns .main .most_popular__section .slider_item__content {
    padding-bottom: 30px;
  }

  .page_content.three-columns .main .most_popular__section .slider_item {
    padding: 24px 16px;
  }
}

.locked .image_bg--destinations,
.lg-on .image_bg--destinations {
  width: auto;
  right: 0;
}

.image_bg--destinations {
  padding-top: 225px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 660px;
  top: 0;
  left: 0;
}

.image_bg--destinations:before {
  height: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  position: absolute;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, var(--para-color-dark) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, var(--para-color-dark) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--para-color-dark) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--para-color-dark)00', endColorstr='var(--para-color-dark)', GradientType=0);
}

.image_bg--destinations:after {
  opacity: .48;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--para-color-dark);
}

.destinations-page {
  padding-top: 230px;
}

.destinations-page .main {
  max-width: 100%;
  margin-top: 52px;
}

.destinations-page .main .popular_destination__slider .slide_item {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

.destinations-page .main .popular_destination__slider .slide_item:nth-child(3n) {
  margin-right: 0;
}

.destinations-page .pagination {
  text-align: center;
}

.destinations-page .pagination ul {
  display: inline-block;
  float: none;
  width: auto;
}

.destinations-page .section-subtitle {
  font-size: 16px;
  font-weight: 900;
  color: var(--white-color);
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.destinations-page .section-title {
  font-size: 40px;
  font-weight: 900;
  color: var(--white-color);
  text-align: left;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1600px) {
  .destinations-page {
    padding-top: 210px;
  }
}

@media screen and (max-width: 1400px) {
  .popular_destination__slider .slide_item {
    width: 376px;
  }

  .popular_destination__slider .slide_item_content .slide_text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1230px) {
  .destinations-page .main .popular_destination__slider .slide_item {
    width: 324px;
    margin-right: 14px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1076px) {
  .destinations-page .main .popular_destination__slider .slide_item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .destinations-page .main .popular_destination__slider .slide_item:nth-child(3n) {
    margin-right: 2%;
  }

  .destinations-page .main .popular_destination__slider .slide_item:nth-child(even) {
    margin-right: 0;
  }

  .destinations-page .main .pagination {
    margin-top: 40px;
  }
}

@media screen and (max-width: 610px) {
  .destinations-page .main .popular_destination__slider .slide_item {
    width: 100%;
    margin-right: 0;
  }

  .destinations-page .main .popular_destination__slider .slide_item:nth-child(3n) {
    margin-right: 0;
  }

  .destinations-page {
    padding-top: 190px;
  }

  .destinations-page .main {
    margin-top: 45px;
  }

  .destinations-page .section-title {
    font-size: 36px;
  }

  .destinations-page .section-subtitle {
    font-size: 14px;
  }

  .destinations-page .section-title {
    font-size: 34px;
  }

  .destinations-page .main .popular_destination__slider .slide_item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 430px) {
  .destinations-page .main .pagination {
    margin-top: 20px;
  }

  .destinations-page .popular_destination__slider .slide_item_content .slide_text {
    font-size: 14px;
  }

  .destinations-page .main {
    margin-top: 28px;
  }
}

.locked .image_bg--single,
.lg-on .image_bg--single {
  width: auto;
  right: 0;
}

.image_bg--single {
  padding-top: 225px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 660px;
  top: 0;
  left: 0;
}

.image_bg--single:before {
  height: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  position: absolute;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, var(--para-color-dark) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, var(--para-color-dark) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--para-color-dark) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--para-color-dark)00', endColorstr='var(--para-color-dark)', GradientType=0);
}

.image_bg--single:after {
  opacity: .48;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--para-color-dark);
}

.single-page {
  padding-top: 420px;
}

.single-page.tour-single {
  padding-bottom: 0;
}

.single-page.tour-single.dark {
  background: var(--para-color-dark);
}

.single-page .single-row {
  display: flex;
  justify-content: space-between;
}

.single-page .single-left {
  width: 850px;
}

.single-page .single-right {
  width: 403px;
}

.single-page .main {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.single-page .main .title {
  font-size: 40px;
  color: var(--white-color);
  font-weight: 900;
  margin-bottom: 30px;
}

.single-page .main .rating {
  margin-bottom: 7px;
}

.single-page .main .short_description {
  margin-bottom: 55px;
}

.single-page .main .short_description li {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.65);
  width: 50%;
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}

.single-page .main .short_description li:before {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
}

.single-page .main .short_description li.time:before {
  width: 25px;
  height: 25px;
  background-image: url(../images/time.svg);
  margin-top: -12px;
}

.single-page .main .short_description li.date:before {
  width: 22px;
  height: 24px;
  background-image: url(../images/date-2.svg);
  margin-top: -12px;
}

.single-page .main .short_description li.takeoff:before {
  width: 26px;
  height: 18px;
  background-image: url(../images/takeoff.svg);
  margin-top: -9px;
}

.single-page .main .short_description li.landing:before {
  width: 28px;
  height: 25px;
  background-image: url(../images/landing.svg);
  margin-top: -12px;
}

.single-page .main .short_description li.age:before {
  width: 14px;
  height: 18px;
  background-image: url(../images/age.svg);
  margin-top: -9px;
}

.single-page .main .short_description li.people:before {
  width: 28px;
  height: 24px;
  margin-top: -12px;
  background-image: url(../images/people.svg);
}

.single-page .main .geo {
  color: rgba(255, 255, 255, 0.8);
  font-size: 21px;
  padding-left: 23px;
  position: relative;
  line-height: 18px;
}

.single-page .main .geo:before {
  width: 14px;
  height: 18px;
  background: url(../images/geo-white.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
}

.single-page .section-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 55px;
}

.single-page .section-top .controls {
  display: flex;
  justify-content: space-between;
}

.single-page .section-top .controls .btn {
  white-space: nowrap;
}

.single-page .content-head {
  padding-bottom: 67px;
  overflow: hidden;
}

.single-page .description {
  margin-top: 90px;
  line-height: 1.6;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.77);
}

.single-page .description p {
  margin: 10px 0;
}

.single-page .description .single-left>*:first-child {
  margin-top: 0;
}

.single-page .map-iframe {
  width: 100%;
  height: 310px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.single-page .map-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.single-page .content-body {
  background: var(--white-color);
  padding-top: 60px;
}

.single-page .content-body .wrap_float {
  display: flex;
  justify-content: space-between;
}

.single-page .content-body ._title {
  font-size: 30px;
  font-weight: 900;
  color: #3E4559;
  margin-bottom: 25px;
}

.single-page .content-body .text {
  color: #818693;
  font-size: 18px;
  line-height: 1.5;
}

.single-page .content-body .text p {
  margin: 10px 0;
}

.single-page .content-body .text p:first-child {
  margin-top: 0;
}

.single-page .content-body .list-block {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 0 38px;
  margin-bottom: 28px;
}

.single-page .content-body .list-block ul {
  width: 50%;
  padding-left: 0;
  margin: 0;
}

.single-page .content-body .list-block ul li {
  margin-bottom: 10px;
  display: block;
}

.single-page .content-body .list-block ul.true li {
  position: relative;
  padding-left: 25px;
}

.single-page .content-body .list-block ul.true li:before {
  width: 14px;
  height: 10px;
  background: url(../images/li-true.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 6px;
  content: '';
}

.single-page .content-body .list-block ul.false li {
  position: relative;
  padding-left: 25px;
}

.single-page .content-body .list-block ul.false li:before {
  width: 11px;
  height: 11px;
  background: url(../images/false-li.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 6px;
  content: '';
}

.single-page .content-body .expect {
  padding-top: 60px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 18px;
}

.single-page .content-body .ul_list {
  margin: 24px 0;
}

.single-page .content-body .ul_list li {
  font-size: 18px;
  font-weight: 500;
  color: #3E4559;
  position: relative;
  padding-left: 30px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.single-page .content-body .ul_list li:before {
  width: 16px;
  height: 16px;
  background: url(../images/plus.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
}

.single-page .content-body .faq {
  margin-bottom: 40px;
  padding-top: 50px;
}

.single-page .content-body .faq>p {
  margin: 0;
}

.single-page .content-body .faq .faq_accordeon {
  margin-top: 25px;
}

.single-page .content-body .faq .faq_accordeon .faq_item {
  margin-bottom: 20px;
}

.single-page .content-body .faq .faq_accordeon .faq_item.active .faq_tab {
  color: var(--seconday-color);
}

.single-page .content-body .faq .faq_accordeon .faq_item .faq_tab {
  background: #E8E8E8;
  border-radius: 5px;
  height: 70px;
  position: relative;
  padding: 0 30px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #3E4559;
}

.single-page .content-body .faq .faq_accordeon .faq_item .faq_tab:hover {
  cursor: pointer;
}

.single-page .content-body .faq .faq_accordeon .faq_item .faq_tab:hover * {
  cursor: pointer;
}

.single-page .content-body .faq .faq_accordeon .faq_item .faq_content {
  color: #818693;
  line-height: 1.4;
  padding: 16px 0;
  display: none;
}

.single-page .content-body .faq .faq_accordeon .faq_item .faq_content p {
  margin: 10px 0;
}

.single-page .content-body .map_block ._title {
  font-size: 30px;
  font-weight: 900;
  color: #3E4559;
}

.single-page .content-body .map_block .map_content .map {
  height: 532px;
  background: #eee;
  position: relative;
}

.single-page .content-body .map_block .map_content .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
}

.single-page .content-body .photogallery {
  padding-top: 50px;
}

.single-page .content-body .photogallery .galleryslider {
  position: relative;
}

.single-page .content-body .photogallery .galleryslider .arrows .arrow {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--white-color);
  position: absolute;
  top: 241px;
  z-index: 1;
  margin-top: -31px;
}

.single-page .content-body .photogallery .galleryslider .arrows .arrow:hover {
  cursor: pointer;
}

.single-page .content-body .photogallery .galleryslider .arrows .arrow:before {
  width: 20px;
  height: 14px;
  background: url(../images/slide-arrow.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
}

.single-page .content-body .photogallery .galleryslider .arrows .arrow.prev {
  left: -31px;
}

.single-page .content-body .photogallery .galleryslider .arrows .arrow.next {
  right: -31px;
}

.single-page .content-body .photogallery .galleryslider .arrows .arrow.next:before {
  transform: rotate(180deg);
}

.single-page .content-body .photogallery .galleryslider .slider-top {
  margin-bottom: 20px;
  position: relative;
}

.single-page .content-body .photogallery .galleryslider .slider-top .item-slide {
  width: 860px;
  display: block;
  float: left;
  position: relative;
}

.single-page .content-body .photogallery .galleryslider .slider-top .item-slide:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--para-color-dark);
  opacity: 0;
  content: '';
  position: absolute;
  z-index: 1;
  transition: all .2s linear;
}

.single-page .content-body .photogallery .galleryslider .slider-top .item-slide:after {
  width: 46px;
  height: 46px;
  background: url(../images/zoom.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -23px;
  z-index: 2;
  opacity: 0;
  transition: all .2s linear;
}

.single-page .content-body .photogallery .galleryslider .slider-top .item-slide:hover {
  cursor: pointer;
}

.single-page .content-body .photogallery .galleryslider .slider-top .item-slide:hover * {
  cursor: pointer;
}

.single-page .content-body .photogallery .galleryslider .slider-top .item-slide:hover:before {
  opacity: .34;
  transition: all .2s linear;
}

.single-page .content-body .photogallery .galleryslider .slider-top .item-slide:hover:after {
  opacity: 1;
  transition: all .2s linear;
}

.single-page .content-body .photogallery .galleryslider .slider-top .item-slide .sq_parent {
  width: 100%;
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}

.single-page .content-body .photogallery .galleryslider .slider-top .item-slide .sq_parent .sq_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.single-page .content-body .photogallery .galleryslider .slider-top .item-slide .sq_parent .sq_wrap .sq_content {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.single-page .content-body .photogallery .galleryslider .slider-top .item-slide .sq_parent .sq_wrap .sq_content img {
  width: 100%;
}

.single-page .content-body .photogallery .galleryslider .slider-bottom .item-slide {
  width: 274px;
  margin-right: 20px;
}

.single-page .content-body .photogallery .galleryslider .slider-bottom .item-slide:hover {
  cursor: pointer;
}

.single-page .content-body .photogallery .galleryslider .slider-bottom .item-slide:hover * {
  cursor: pointer;
}

.single-page .content-body .photogallery .galleryslider .slider-bottom .item-slide .sq_parent {
  width: 100%;
  position: relative;
  padding-bottom: 58%;
  overflow: hidden;
}

.single-page .content-body .photogallery .galleryslider .slider-bottom .item-slide .sq_parent .sq_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.single-page .content-body .photogallery .galleryslider .slider-bottom .item-slide .sq_parent .sq_wrap .sq_content {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.single-page .content-body .photogallery .galleryslider .slider-bottom .item-slide .sq_parent .sq_wrap .sq_content img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.single-page .related_tours {
  padding-top: 50px;
  padding-bottom: 46px;
  border-bottom: 1px solid #E6E6E6;
}

.single-page .related_tours .most_popular__section {
  padding: 0;
  background: var(--white-color);
}

.single-page .related_tours .slider_item {
  width: 49%;
  margin-right: 2%;
  height: 380px;
}

.single-page .related_tours .slider_item:last-child {
  margin-right: 0;
}

.single-page .related_tours .slider_item .slider_item__content {
  padding: 30px;
}

.single-page .reviews_comments {
  padding-top: 30px;
  padding-bottom: 60px;
}

.single-page .reviews_comments_top ._title {
  width: auto;
  margin-bottom: 0;
  padding: 10px 0;
}

.single-page .reviews_comments_top .rating {
  width: auto;
  padding: 17px 0;
  margin-left: 16px;
}

.single-page .reviews_comments_top .sorting {
  width: auto;
  float: right;
}

.single-page .reviews_comments_top .sorting p {
  width: auto;
  font-weight: 500;
  line-height: 62px;
}

.single-page .reviews_comments_top .sorting .select_wrap {
  width: auto;
  position: relative;
  margin-left: 22px;
}

.single-page .reviews_comments_top .sorting .select_wrap:before {
  width: 9px;
  height: 6px;
  background: url(../images/select-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -3px;
  right: 22px;
}

.single-page .reviews_comments_top .sorting .select_wrap select {
  width: 180px;
  height: 62px;
  border: 2px solid #E6E6E6;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #3E4559;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 25px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.single-page .reviews_comments_top .sorting .select_wrap select:focus {
  outline: 0;
}

.single-page .reviews_comments_top .stars {
  width: auto;
}

.single-page .reviews_comments_top .stars .star {
  width: 32px;
  height: 25px;
  display: block;
  float: left;
  position: relative;
  padding: 0 2px;
}

.single-page .reviews_comments_top .stars .star:before {
  width: 22px;
  height: 22px;
  background: url(../images/star-dark.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
}

.single-page .reviews_comments_top .stars .star:after {
  width: 22px;
  height: 22px;
  background: url(../images/star-active.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
  display: none;
}

.single-page .reviews_comments_top .stars .star.active:before {
  display: none;
}

.single-page .reviews_comments_top .stars .star.active:after {
  display: block;
}

.single-page .reviews_comments_list .comment_item {
  padding-left: 110px;
  position: relative;
  padding-top: 40px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 40px;
}

.single-page .reviews_comments_list .comment_item:last-child {
  border-bottom: 0;
}

.single-page .reviews_comments_list .comment_item .photo {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  left: 0;
}

.single-page .reviews_comments_list .comment_item .photo img {
  width: 100%;
}

.single-page .reviews_comments_list .comment_item .name {
  font-weight: 700;
  margin-bottom: 3px;
}

.single-page .reviews_comments_list .comment_item .position {
  font-weight: 700;
  color: #818693;
}

.single-page .reviews_comments_list .comment_item .text {
  color: #818693;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 22px;
}

.single-page .reviews_comments_list .comment_item .rating {
  margin-bottom: 7px;
}

.single-page .reviews_comments_list .comment_item .rating .stars {
  width: auto;
}

.single-page .reviews_comments_list .comment_item .rating .stars .star {
  width: 18px;
  height: 17px;
  display: block;
  float: left;
  position: relative;
  padding: 0 2px;
}

.single-page .reviews_comments_list .comment_item .rating .stars .star:first-child {
  padding-left: 0;
}

.single-page .reviews_comments_list .comment_item .rating .stars .star:first-child:before {
  left: 0;
}

.single-page .reviews_comments_list .comment_item .rating .stars .star:first-child:after {
  left: 0;
}

.single-page .reviews_comments_list .comment_item .rating .stars .star:before {
  width: 14px;
  height: 14px;
  background: url(../images/star-dark.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
  opacity: .5;
}

.single-page .reviews_comments_list .comment_item .rating .stars .star:after {
  width: 14px;
  height: 14px;
  background: url(../images/star-active.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
  display: none;
}

.single-page .reviews_comments_list .comment_item .rating .stars .star.active:before {
  display: none;
}

.single-page .reviews_comments_list .comment_item .rating .stars .star.active:after {
  display: block;
}

.single-page .reviews_comments_list .comment_item .date {
  font-size: 15px;
  font-style: italic;
  color: #C7C7C7;
}

.single-page .single-sidebar {
  position: sticky;
  top: 20px;
  right: 0;
}

.single-page .single-sidebar .block-title {
  font-size: 24px;
  color: #3E4559;
  margin-bottom: 14px;
  font-weight: 900;
  margin-bottom: 25px;
}

.single-page .single-sidebar .tour--info {
  background: #111A37;
  border-radius: 17px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.single-page .single-sidebar .tour--info .btn {
  width: 100%;
  color: var(--white-color);
}

.single-page .single-sidebar .tour--info .top {
  padding: 40px 30px 33px;
  min-height: 286px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px 12px 0 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.single-page .single-sidebar .tour--info .top:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .43;
  background: var(--para-color-dark);
  content: '';
  border-radius: 12px 12px 0 0;
  width: 100%;
  position: absolute;
}

.single-page .single-sidebar .tour--info .top .flex-bottom {
  position: relative;
  z-index: 1;
}

.single-page .single-sidebar .tour--info .top .flex-bottom ._title {
  font-size: 27px;
  font-weight: 900;
  color: var(--white-color);
  margin-bottom: 18px;
}

.single-page .single-sidebar .tour--info .top .flex-bottom .rating {
  margin-bottom: 10px;
}

.single-page .single-sidebar .tour--info .top .flex-bottom .time {
  color: rgba(255, 255, 255, 0.65);
  padding-left: 32px;
  position: relative;
}

.single-page .single-sidebar .tour--info .top .flex-bottom .time:before {
  width: 22px;
  height: 22px;
  background: url(../images/time.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
}

.single-page .single-sidebar .tour--info .bottom {
  background: var(--white-color);
  padding: 25px 35px;
  border-radius: 0 0 12px 12px;
}

.single-page .single-sidebar .tour--info .bottom .date {
  position: relative;
  padding-left: 30px;
  line-height: 27px;
  margin-bottom: 40px;
}

.single-page .single-sidebar .tour--info .bottom .date:before {
  width: 22px;
  height: 24px;
  background: url(../images/calendar.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.single-page .single-sidebar .tour--info .cost {
  color: #3E4559;
  vertical-align: bottom;
  margin-bottom: 25px;
}

.single-page .single-sidebar .tour--info .cost .new-cost {
  font-size: 26px;
  display: inline-block;
  float: none;
  font-weight: 900;
  width: auto;
}

.single-page .single-sidebar .tour--info .cost .old-cost {
  font-size: 20px;
  text-decoration: line-through;
  display: inline-block;
  float: none;
  width: auto;
  margin-left: 15px;
}

.single-page .single-sidebar .why-book {
  background: #009A70;
  border-radius: 15px;
  padding: 12px 30px;
  margin-bottom: 20px;
}

.single-page .single-sidebar .why-book ._title {
  font-size: 24px;
  font-weight: 900;
  color: var(--white-color);
  margin: 30px 0 20px;
}

.single-page .single-sidebar .why-book ul li {
  font-size: 16px;
  color: var(--white-color);
  border-bottom: 1px solid rgba(230, 230, 230, 0.44);
  position: relative;
  padding: 20px 0;
  padding-left: 34px;
}

.single-page .single-sidebar .why-book ul li:last-child {
  border-bottom: 0;
}

.single-page .single-sidebar .why-book ul li:before {
  position: absolute;
  left: 0;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.single-page .single-sidebar .why-book ul li.li-1:before {
  width: 13px;
  height: 24px;
  background-image: url(../images/dollar.svg);
  top: 16px;
}

.single-page .single-sidebar .why-book ul li.li-2:before {
  width: 19px;
  height: 18px;
  background-image: url(../images/call.svg);
  top: 20px;
}

.single-page .single-sidebar .why-book ul li.li-3:before {
  width: 22px;
  height: 20px;
  background-image: url(../images/star2.svg);
  top: 18px;
}

.single-page .single-sidebar .why-book ul li.li-4:before {
  width: 20px;
  height: 20px;
  background-image: url(../images/lifebuoy.svg);
  top: 20px;
}

.single-page .single-sidebar .latest_tours {
  background: var(--white-color);
  border-radius: 14px;
  padding: 34px 30px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #E2E2E2;
}

.single-page .single-sidebar .latest_tours ._item {
  padding-left: 115px;
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 20px;
  border-bottom: 1px solid #E6E6E6;
  display: block;
  float: left;
  width: 100%;
}

.single-page .single-sidebar .latest_tours ._item:first-child {
  padding-top: 0;
}

.single-page .single-sidebar .latest_tours ._item:last-child {
  border-bottom: 0;
  padding-bottom: 6px;
}

.single-page .single-sidebar .latest_tours ._item .left {
  position: absolute;
  left: 0;
  width: 90px;
}

.single-page .single-sidebar .latest_tours ._item .left .img {
  width: 90px;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.single-page .single-sidebar .latest_tours ._item .left .tag {
  position: absolute;
  height: 26px;
  line-height: 26px;
  left: 50%;
  width: 68px;
  margin-left: -34px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white-color);
  text-align: center;
  border-radius: 13px;
}

.single-page .single-sidebar .latest_tours ._item .left .tag.discount {
  background: #CB4822;
  top: -13px;
}

.single-page .single-sidebar .latest_tours ._item .left .tag.new {
  background: #009A70;
  bottom: -13px;
}

.single-page .single-sidebar .latest_tours ._item .right {
  min-height: 90px;
  padding-top: 8px;
}

.single-page .single-sidebar .latest_tours ._item .right ._title {
  font-size: 16px;
  font-weight: 500;
  color: #3E4559;
  margin-bottom: 4px;
}

.single-page .single-sidebar .latest_tours ._item .right .cost {
  font-size: 16px;
  color: #3E4559;
  font-weight: 500;
  margin-bottom: 11px;
}

.single-page .single-sidebar .latest_tours ._item .right .cost b,
.single-page .single-sidebar .latest_tours ._item .right .cost strong {
  font-weight: 900;
  color: var(--seconday-color);
}

.single-page .single-sidebar .latest_tours ._item .right .cost .old_cost {
  font-size: 14px;
  color: #818693;
  font-weight: 400;
  text-decoration: line-through;
}

.single-page .single-sidebar .latest_tours ._item .right .time {
  position: relative;
  padding-left: 30px;
  color: rgba(62, 69, 89, 0.65);
}

.single-page .single-sidebar .latest_tours ._item .right .time:before {
  width: 20px;
  height: 20px;
  background: url(../images/time-2.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
}

.single-page .single-sidebar .question-block {
  background: var(--seconday-color);
  border-radius: 14px;
  padding: 34px 30px;
  margin-bottom: 20px;
}

.single-page .single-sidebar .question-block ._title {
  font-size: 24px;
  font-weight: 900;
  color: var(--white-color);
  margin-bottom: 20px;
}

.single-page .single-sidebar .question-block ._text {
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  line-height: 1.5;
}

.single-page .single-sidebar .question-block .tel {
  margin-top: 35px;
}

.single-page .single-sidebar .question-block .tel a {
  font-size: 26px;
  color: var(--white-color);
  display: block;
  float: left;
}

.single-page .single-sidebar .question-block .email {
  margin-top: 50px;
}

.single-page .single-sidebar .question-block .email a {
  font-size: 18px;
  color: var(--white-color);
  display: block;
  float: left;
}

.single-tour-slider .single-tour-slide {
  width: 403px;
  height: 370px;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 48px;
}

.single-tour-slider .slick-list {
  overflow: visible;
}

.add_comment {
  margin-top: 50px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 42px;
  margin-bottom: 42px;
}

.add_comment .rating .stars {
  width: auto;
}

.add_comment .rating .stars .star {
  width: 30px;
  height: 26px;
  display: block;
  float: left;
  position: relative;
  padding: 0 2px;
}

.add_comment .rating .stars .star:hover {
  cursor: pointer;
}

.add_comment .rating .stars .star:first-child {
  padding-left: 0;
}

.add_comment .rating .stars .star:first-child:before {
  left: 0;
}

.add_comment .rating .stars .star:first-child:after {
  left: 0;
}

.add_comment .rating .stars .star:before {
  width: 22px;
  height: 22px;
  background: url(../images/star-dark.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
}

.add_comment .rating .stars .star:after {
  width: 22px;
  height: 22px;
  background: url(../images/star-active.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
  display: none;
}

.add_comment .rating .stars .star.fill:before {
  display: none;
}

.add_comment .rating .stars .star.fill:after {
  display: block;
}

.add_comment .rating .stars .star.selected:before {
  display: none;
}

.add_comment .rating .stars .star.selected:after {
  display: block;
}

.add_comment .btn {
  padding: 0 6px;
}

.add_comment .btn.upload {
  border: 2px solid rgba(62, 69, 89, 0.21);
  background: rgba(255, 255, 255, 0);
  color: #3E4559;
  line-height: 57px;
  transition: all .2s linear;
  width: 220px;
}

.add_comment .btn.upload:hover {
  background: #cfd1d5;
  border-color: #cfd1d5;
  transition: all .2s linear;
  cursor: pointer;
}

.add_comment .btn.submit {
  color: var(--white-color);
  width: 220px;
}

.add_comment .field {
  margin-bottom: 18px;
}

.add_comment .field.file-field {
  margin-top: 13px;
}

.add_comment .field.file-field input {
  display: none;
}

.add_comment .field.file-field .file-name {
  margin-left: 15px;
  width: auto;
  line-height: 60px;
  max-width: 470px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.add_comment .field.file-field .close {
  width: 16px;
  height: 60px;
  background: url(../images/close-black.svg) center center no-repeat;
  background-size: contain;
  margin-left: 12px;
}

.add_comment .field .input_wrap.calendar-field {
  position: relative;
}

.add_comment .field .input_wrap.calendar-field .input {
  padding-right: 46px;
}

.add_comment .field .input_wrap.calendar-field:before {
  width: 20px;
  height: 20px;
  background: url(../images/calendar.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  right: 15px;
  top: 50%;
  margin-top: -10px;
}

.add_comment .field .label {
  color: rgba(62, 69, 89, 0.35);
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.add_comment .field .input {
  height: 62px;
  box-sizing: border-box;
  border: 2px solid #E6E6E6;
  background: none;
  border-radius: 5px;
  width: 100%;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 500;
  color: #3e4559;
}

.add_comment .field .textarea {
  height: 174px;
  box-sizing: border-box;
  border: 2px solid #E6E6E6;
  background: none;
  border-radius: 5px;
  width: 100%;
  resize: none;
  font-size: 15px;
  font-weight: 500;
  color: #3e4559;
  padding: 25px;
}

.add_comment .field .textarea:focus {
  outline: 0;
}

.add_comment .field .textarea:hover {
  cursor: text;
}

.add_comment .comment-fotm-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.add_comment .comment-fotm-bottom .btn {
  height: 48px;
  line-height: 48px;
  font-size: 15px;
}

.apartment-item {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 37px;
  margin: 25px 0;
}

.apartment-item .image-container {
  width: 270px;
  height: 160px;
  overflow: hidden;
  margin-right: 17px;
  margin-bottom: 17px;
  display: block;
  float: left;
}

.apartment-item .image-container:nth-child(3n) {
  margin-right: 0;
}

.apartment-item .apartment-info {
  display: flex;
  justify-content: space-between;
}

.apartment-item .apartment-title {
  margin: 0;
  font-size: 28px;
}

.apartment-item .apartment-cost {
  font-size: 28px;
  color: #3E4559;
  font-weight: 900;
  width: auto;
}

.apartment-item .btn {
  height: 48px;
  line-height: 48px;
  font-size: 15px;
}

.rating {
  margin-bottom: 7px;
}

.rating .stars {
  width: auto;
}

.rating .stars .star {
  width: 22px;
  height: 17px;
  display: block;
  float: left;
  position: relative;
  padding: 0 2px;
}

.rating .stars .star:first-child {
  padding-left: 0;
}

.rating .stars .star:first-child:before {
  left: 0;
}

.rating .stars .star:first-child:after {
  left: 0;
}

.rating .stars .star:before {
  width: 18px;
  height: 17px;
  background: url(../images/star.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
}

.rating .stars .star:after {
  width: 18px;
  height: 17px;
  background: url(../images/star-active.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
  display: none;
}

.rating .stars .star.active:before {
  display: none;
}

.rating .stars .star.active:after {
  display: block;
}

.rating .reviews_count {
  width: auto;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  margin-left: 10px;
}

.modal {
  position: relative;
}

.modal.modal_book_now {
  width: 664px;
}

.modal.modal_book_now .modal-head {
  height: 200px;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.modal.modal_book_now .modal-body {
  background: var(--white-color);
  border-radius: 0 0 12px 12px;
  padding: 27px 60px 42px;
  position: relative;
}

.modal.modal_book_now .modal-title {
  font-size: 26px;
  font-weight: 900;
  color: #3E4559;
  margin-bottom: 24px;
}

.modal.modal_book_now .fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal.modal_book_now .tags {
  position: absolute;
  top: -14px;
  left: 0;
  padding: 0 60px;
}

.modal.modal_book_now .submit {
  width: 100%;
}

.modal_close {
  width: 24px;
  height: 24px;
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -40px;
  transition: all .2s linear;
}

.modal_close:hover {
  transform: rotate(90deg);
  cursor: pointer;
}

.arcticmodal-overlay {
  background: rgba(0, 0, 0, 0.86);
}

.field {
  margin-bottom: 18px;
}

.field.half {
  width: 49%;
}

.field .input_wrap.calendar-field {
  position: relative;
}

.field .input_wrap.calendar-field .input {
  padding-right: 46px;
}

.field .input_wrap.calendar-field:before {
  width: 20px;
  height: 20px;
  background: url(../images/calendar.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  right: 15px;
  top: 50%;
  margin-top: -10px;
}

.field .label {
  color: rgba(62, 69, 89, 0.35);
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.field .input {
  height: 62px;
  box-sizing: border-box;
  border: 2px solid #E6E6E6;
  background: none;
  border-radius: 5px;
  width: 100%;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 500;
  color: #3e4559;
}

.field .textarea {
  height: 174px;
  box-sizing: border-box;
  border: 2px solid #E6E6E6;
  background: none;
  border-radius: 5px;
  width: 100%;
  resize: none;
  font-size: 15px;
  font-weight: 500;
  color: #3e4559;
  padding: 25px;
}

.field .textarea:focus {
  outline: 0;
}

.field .textarea:hover {
  cursor: text;
}

.tags {
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.tags .tag {
  width: 70px;
  line-height: 28px;
  text-align: center;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white-color);
  margin-right: 15px;
}

.tags .tag:last-child {
  margin-right: 0;
}

.tags .tag.discount {
  background: #CB4822;
}

.tags .tag.new {
  background: #009A70;
}

.dark .content-body {
  background: var(--para-color-dark);
}

.dark .content-head {
  padding-bottom: 0;
}

.dark .description {
  margin-top: 0;
  margin-bottom: 30px;
}

.dark .content-body ._title {
  color: var(--white-color);
}

.dark .page--content {
  color: var(--white-color);
}

.dark .page--content *:not(span) {
  color: #C7C7C7;
}

.dark .page--content h2,
.dark .page--content h3,
.dark .page--content h4,
.dark .page--content h5,
.dark .page--content h6 {
  color: var(--white-color);
}

.dark .page--content .btn {
  color: var(--white-color);
}

.dark .page--content .btn * {
  color: var(--white-color);
}

.dark .content-body .faq .faq_accordeon .faq_item .faq_tab {
  background: rgba(232, 232, 232, 0.29);
  color: var(--white-color);
}

.dark .map-iframe {
  margin-bottom: 30px;
}

.dark .related_tours .most_popular__section {
  background: var(--para-color-dark);
}

.dark .add_comment .field .input,
.dark .add_comment .field .textarea {
  color: var(--white-color);
}

.dark .add_comment .btn.upload {
  background: var(--white-color);
  color: var(--para-color-dark);
}

.dark .add_comment .field.file-field .file-name {
  color: var(--white-color);
}

.dark .add_comment .field.file-field .close {
  background-image: url(../images/close.png);
}

.dark .reviews_comments_top .sorting .select_wrap select,
.dark .reviews_comments_top .sorting p,
.dark .reviews_comments_list .comment_item .name,
.dark .reviews_comments_list .comment_item .position,
.dark .add_comment .field .label,
.dark .program .day-num,
.dark .program .day-title,
.dark .included .included-item .included_title {
  color: var(--white-color);
}

.dark .reviews_comments_top .sorting .select_wrap:before {
  background-image: url(../images/select-arrow-white.svg);
}

.dark .program .day-item .day-head:before {
  background-image: url(../images/day-plus-white.svg);
}

.dark .program .day-item .day-head:after {
  background-image: url(../images/minus-white.svg);
  border-color: var(--white-color);
}

.program {
  margin-bottom: 40px;
}

.program .day-item .apartment-item {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.program .day-item .apartment-item .image-container {
  height: 226px;
}

.program .day-item .day-head {
  display: flex;
  position: relative;
  padding-left: 85px;
  padding-right: 35px;
  border-bottom: 1px solid #DFDFDF;
  height: 90px;
}

.program .day-item .day-head:hover {
  cursor: pointer;
}

.program .day-item .day-head:hover * {
  cursor: pointer;
}

.program .day-item .day-head:before {
  width: 44px;
  height: 44px;
  border: 2px solid #E6E6E6;
  border-radius: 50%;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
  background: url(../images/day-plus.svg) center center no-repeat;
  background-size: 12px 12px;
  transition: all .2s linear;
}

.program .day-item .day-head:after {
  width: 44px;
  height: 44px;
  border: 2px solid #3E4559;
  border-radius: 50%;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
  background: url(../images/minus.svg) center center no-repeat;
  background-size: 12px 2px;
  opacity: 0;
  transition: all .2s linear;
}

.program .day-item .day-head.active:before {
  opacity: 0;
}

.program .day-item .day-head.active:after {
  opacity: 1;
}

.program .day-item .day-body {
  display: none;
  padding-bottom: 20px;
}

.program .day-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 23px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
}

.program .day-num {
  font-size: 24px;
  font-weight: 900;
  width: 180px;
  margin-right: 25px;
  align-self: center;
}

.program .day-title {
  font-size: 20px;
  font-weight: 900;
  align-self: center;
}

.included .included-item {
  position: relative;
  width: 50%;
  border-top: 1px solid #DFDFDF;
  padding: 25px 60px;
}

.included .included-item:nth-child(1),
.included .included-item:nth-child(2) {
  border-top: 0;
}

.included .included-item:nth-child(odd) {
  clear: both;
}

.included .included-item:before {
  background: #176eff url(../images/check-white.svg) center center no-repeat;
  box-sizing: 14px 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
  content: '';
}

.included .included-item .included_title {
  font-size: 20px;
  margin-bottom: 7px;
}

.included .included-item .included_text {
  color: #818693;
}

@media screen and (min-width: 1800px) {
  .single-page.tour-single {
    padding-top: 550px;
  }
}

@media screen and (min-width: 1001px) {
  .mobile-fixed-bottom {
    display: none !important;
  }
}

@media screen and (max-width: 1600px) {
  .single-page {
    padding-top: 270px;
  }

  .single-page .main .short_description {
    margin-bottom: 40px;
  }

  .image_bg--single:before {
    height: 43%;
  }

  .image_bg--single {
    min-height: 550px;
  }

  .add_comment .btn.upload {
    line-height: 46px;
  }

  .add_comment .field.file-field .file-name {
    line-height: 50px;
  }

  .add_comment .field.file-field .close {
    height: 50px;
  }
}

@media screen and (max-width: 1440px) {
  .single-page {
    padding-top: 300px;
  }

  .image_bg--single:before {
    height: 46%;
  }

  .single-page .content-body .photogallery .galleryslider .slider-bottom .item-slide {
    width: 240px;
  }

  .single-page .content-body .photogallery .galleryslider .slider-top .item-slide {
    width: 800px;
  }

  .add_comment .field.file-field .file-name {
    max-width: 387px;
  }
}

@media screen and (max-width: 1400px) {
  .single-tour-slider .single-tour-slide {
    width: 370px;
    height: 340px;
    margin-right: 45px;
  }

  .single-page .single-right {
    width: 370px;
  }

  .single-page .description {
    margin-top: 60px;
  }

  .single-page .single-left {
    width: 785px;
  }

  .apartment-item .image-container {
    width: 250px;
    height: 140px;
  }

  .dark .description {
    margin-top: 0;
  }
}

@media screen and (max-width: 1230px) {
  .single-page .single-sidebar {
    margin-right: 0;
    background: var(--white-color);
    padding-bottom: 30px;
  }

  .single-page .single-sidebar {
    max-width: 100%;
    width: 100%;
  }

  .single-page .single-sidebar .wrap {
    max-width: 1000px;
  }

  .single-page .single-sidebar .wrap .categories--list,
  .single-page .single-sidebar .wrap .text_widget,
  .single-page .single-sidebar .wrap .latest_tours {
    max-width: 760px;
    clear: both;
  }

  .single-page .single-sidebar .tour--info {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  }

  .single-page .single-sidebar .tour--info,
  .single-page .single-sidebar .why-book,
  .single-page .single-sidebar .question-block,
  .single-page .single-sidebar .latest_tours {
    max-width: 760px;
    clear: both;
  }

  .single-page .single-sidebar .tour--info .tabsblock {
    border-radius: 13px;
  }

  .single-tour-slider .single-tour-slide {
    width: 310px;
    height: 260px;
    margin-right: 35px;
  }

  .single-page .single-right {
    width: 310px;
  }

  .single-page .single-left {
    width: 656px;
  }

  .apartment-item .image-container {
    width: 207px;
  }

  .single-page .single-sidebar .tour--info .top .flex-bottom ._title {
    font-size: 22px;
  }

  .dark .single-sidebar {
    background: var(--para-color-dark);
  }
}

@media screen and (max-width: 1076px) {
  .single-page .content-body .wrap_float {
    max-width: 100%;
  }

  .single-page .content-body .photogallery .galleryslider .slider-top .item-slide {
    width: 100%;
  }

  .single-page .content-body .photogallery .galleryslider .slider-bottom .item-slide {
    margin: 0 10px;
  }

  .single-page .single-sidebar .wrap {
    max-width: 930px;
  }

  .single-page .content-body .photogallery .galleryslider .arrows {
    display: none;
  }

  .single-page .single-sidebar .tour--info,
  .single-page .single-sidebar .why-book,
  .single-page .single-sidebar .question-block,
  .single-page .single-sidebar .latest_tours {
    max-width: 100%;
  }

  .single-page .content-body .photogallery {
    overflow: hidden;
  }

  .single-page .single-sidebar .tour--info .tabsblock {
    border-radius: 15px;
  }

  .single-page.tour-single .single-sidebar {
    padding-bottom: 60px;
  }

  .add_comment {
    padding-left: 0;
  }

  .single-page .content-body .photogallery .galleryslider .slider-top .item-slide:before,
  .single-page .content-body .photogallery .galleryslider .slider-top .item-slide:after {
    display: none;
  }

  .single-tour-slider .single-tour-slide {
    width: 280px;
    height: 240px;
    margin-right: 45px;
  }

  .single-page .single-left {
    width: 550px;
  }

  .apartment-item .image-container {
    width: 172px;
    height: 118px;
  }
}

@media screen and (max-width: 1000px) {
  .single-page .single-sidebar .wrap {
    max-width: 92vw;
  }

  .single-page.tour-single .single-sidebar {
    position: relative;
  }

  .single-page .single-left {
    width: 100%;
  }

  .single-page .single-right {
    width: 100%;
  }

  .single-page.tour-singlee .main .section-top {
    display: block;
  }

  .single-page .description {
    display: block;
  }

  .single-page .content-body .wrap_float {
    flex-direction: column;
  }

  .single-page .content-body .single-left {
    order: 1;
    margin-top: 30px;
  }

  .single-page .single-left {
    margin-bottom: 38px;
  }

  .single-tour-slider .slick-list {
    overflow: auto;
    padding-left: 4vw;
  }

  .single-tour-slider .slick-track {
    width: auto !important;
    transform: none !important;
    display: block !important;
    white-space: nowrap;
  }

  .single-tour-slider .single-tour-slide {
    display: inline-block !important;
    float: none;
    margin-right: 14px;
    height: 210px;
  }

  .single-tour-slider .single-tour-slide:last-child {
    margin-right: 4vw;
  }

  .single-page.tour-single .content-head .wrap {
    max-width: 100%;
  }

  .single-page.tour-single .main .section-top,
  .single-page.tour-single .description {
    padding: 0 4vw;
  }

  .single-page.tour-single .main .section-top {
    flex-direction: column;
  }

  .tour-single-arrows {
    display: none;
  }

  .apartment-item .image-container {
    width: 32%;
    margin-right: 2%;
    height: 155px;
    height: 19vw;
  }

  .single-page .reviews_comments {
    padding-bottom: 0;
  }

  .single-page.tour-single .single-sidebar {
    padding-bottom: 0;
  }

  .single-page .single-sidebar {
    top: auto;
  }

  .single-page.tour-single .content-body {
    padding-bottom: 50px;
  }

  .single-page .single-sidebar .tour--info .btn {
    width: auto;
  }

  .single-page .content-body .faq {
    margin-bottom: 0;
  }

  .add_comment {
    margin-top: 0;
  }

  .single-page .main .title {
    font-size: 34px;
  }

  .single-page .main .geo {
    font-size: 18px;
  }

  .dark .description {
    padding: 0;
  }

  .mobile-fixed-bottom {
    display: none;
    width: 70px;
    height: 70px;
    color: var(--white-color);
    border-radius: 50%;
    position: fixed;
    z-index: 5;
    background: var(--seconday-color);
    justify-content: center;
    align-items: center;
    text-align: center;
    right: 4vw;
    bottom: 4vw;
  }

  .single-page .main .section-top .controls .btn {
    max-width: 280px;
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .single-page .related_tours .slider_item {
    height: 300px;
  }

  .single-page .content-body .map_block .map_content .map {
    height: 400px;
  }

  .single-page {
    padding-top: 224px;
  }

  .image_bg--single:before {
    height: 67%;
  }

  .single-page .main .short_description {
    margin-bottom: 30px;
  }

  .add_comment .field.file-field .file-name {
    max-width: 40vw;
  }

  .single-page .single-sidebar .tour--info .btn {
    padding: 0 44px;
  }

  .modal.modal_book_now {
    width: 100%;
  }

  .modal.modal_book_now .modal-body {
    padding-left: 32px;
    padding-right: 32px;
  }

  .modal.modal_book_now .tags {
    padding-left: 32px;
    padding-right: 32px;
  }

  .modal_close {
    width: 18px;
    height: 18px;
    right: 14px;
    top: 14px;
  }
}

@media screen and (max-width: 686px) {
  .single-page .reviews_comments_top .stars .star {
    width: 27px;
  }
}

@media screen and (max-width: 610px) {
  .single-page {
    padding-top: 220px;
  }

  .single-page .main .short_description li.age:before {
    left: 8px;
  }

  .single-page .main .short_description li {
    width: 100%;
    max-width: 100%;
    clear: both;
    margin-bottom: 14px;
  }

  .single-page .main .short_description {
    margin-bottom: 14px;
  }

  .single-page .content-body .photogallery .galleryslider .slider-top {
    margin-bottom: 8px;
  }

  .single-page .content-body .photogallery .galleryslider .slider-bottom .item-slide {
    margin: 0 4px;
  }

  .single-page .related_tours .slider_item {
    width: 100%;
  }

  .single-page .reviews_comments_top .sorting {
    clear: both;
    float: left;
  }

  .single-page .description {
    font-size: 16px;
  }

  .single-page .content-body .text {
    font-size: 16px;
  }

  .single-page .content-body .table_wrap .table tbody tr td {
    font-size: 16px;
  }

  .single-page .reviews_comments_top ._title {
    margin-bottom: 13px;
  }

  .single-page .reviews_comments_top .sorting .select_wrap select {
    height: 48px;
  }

  .single-page .reviews_comments_top .sorting p {
    line-height: 48px;
  }

  .add_comment .field.file-field .file-name {
    max-width: 90%;
    clear: both;
    margin-left: 0;
    line-height: 30px;
  }

  .add_comment .field.file-field .close {
    height: 30px;
  }

  .add_comment .btn.upload {
    margin-bottom: 12px;
  }

  .single-page .main .section-top .controls .btn {
    max-width: 100%;
  }

  .single-page .description {
    margin-top: 42px;
  }

  .single-page .single-sidebar .tour--info .btn {
    width: 100%;
  }

  .single-page .content-body .list-block ul {
    width: 100%;
  }

  .single-page .content-body .list-block {
    padding-bottom: 24px;
  }

  .apartment-item .image-container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: 52vw;
  }

  .apartment-item {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
  }

  .apartment-item .apartment-info {
    order: -1;
    margin-bottom: 20px;
  }

  .apartment-item .btn {
    margin-top: 20px;
  }

  .apartment-item .apartment-title {
    font-size: 21px;
  }

  .apartment-item .apartment-cost {
    font-size: 21px;
  }

  .single-page .content-body .faq h2 {
    margin-top: 0;
  }

  .modal.modal_book_now .modal-title {
    font-size: 24px;
  }

  .field.half {
    width: 100%;
  }

  .dark .description {
    margin-top: 10px;
  }

  .program .day-item .day-body {
    padding-top: 16px;
  }

  .program .day-item .day-body .apartment-images {
    margin-top: 20px;
  }

  .program .day-item:last-child .day-body {
    padding-bottom: 0;
  }

  .included .included-item {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .included .included-item:nth-child(2) {
    border-top: 1px solid #DFDFDF;
  }

  .program .day-item .day-head {
    flex-direction: column;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 80px;
  }

  .program .day-num {
    width: 100%;
    margin-right: 0;
    font-size: 20px;
    margin-bottom: 5px;
  }

  .program .day-title {
    font-size: 17px;
  }

  .program .day-item .apartment-item .image-container {
    height: auto;
  }

  .program {
    margin-bottom: 30px;
  }

  .program .day-icon {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }

  .program .day-item .day-head {
    padding-left: 63px;
  }

  .program .day-item .day-head:before,
  .program .day-item .day-head:after {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }

  .program .day-title {
    font-weight: 400;
  }

  .program .day-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 430px) {
  .single-page .main .title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .single-page .main .short_description li {
    padding-left: 43px;
  }

  .single-page {
    padding-top: 190px;
  }

  .single-page .main .short_description li {
    font-size: 16px;
  }

  .single-page .main .title {
    line-height: 1.2;
  }

  .single-page .description {
    font-size: 16px;
  }

  .single-page .content-body ._title {
    margin-bottom: 10px;
  }

  .single-page .content-body .text {
    font-size: 16px;
  }

  .single-page .content-body .table_wrap .table tbody tr td:first-child {
    width: 100%;
    max-width: 100%;
  }

  .single-page .content-body .table_wrap .table {
    display: block;
    float: left;
    width: 100%;
  }

  .single-page .content-body .table_wrap .table tbody {
    display: block;
    float: left;
    width: 100%;
  }

  .single-page .content-body .table_wrap .table tbody tr {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 12px;
    padding-bottom: 11px;
  }

  .single-page .content-body .table_wrap .table tbody tr td {
    display: block;
    float: left;
    width: 100%;
    font-size: 16px;
    padding: 5px 0;
    border-bottom: 0;
  }

  .single-page .content-body .expect {
    padding-top: 35px;
  }

  .single-page .content-body ._title {
    font-size: 24px;
  }

  .single-page .content-body .ul_list li {
    font-size: 16px;
  }

  .single-page .content-body .ul_list li:before {
    top: 2px;
  }

  .single-page .content-body .faq .faq_accordeon .faq_item .day {
    width: 58px;
    left: 15px;
  }

  .single-page .content-body .faq .faq_accordeon .faq_item .faq_tab {
    padding-left: 10px;
  }

  .single-page .content-body .faq .faq_accordeon .faq_item .faq_content {
    padding: 0;
  }

  .single-page .content-body .faq {
    margin-bottom: 28px;
  }

  .single-page .content-body .map_block ._title {
    font-size: 24px;
  }

  .single-page.tour-single .content-head {
    padding-bottom: 45px;
  }

  .single-page .content-body {
    padding-top: 50px;
  }

  .single-page .content-body .table_wrap .table tbody tr td ul li {
    margin-bottom: 5px;
  }

  .single-page .content-body .table_wrap .table tbody tr td ul.false li:before {
    top: 4px;
  }

  .single-page .content-body .table_wrap .table tbody tr td ul.true li:before {
    top: 4px;
  }

  .single-page .content-body .faq .faq_accordeon .faq_item .faq_content {
    font-size: 15px;
  }

  .single-page .content-body .map_block .map_content .map {
    height: 300px;
  }

  .single-page .reviews_comments_list .comment_item .photo {
    width: 70px;
    height: 70px;
  }

  .single-page .reviews_comments_list .comment_item {
    padding-left: 85px;
  }

  .single-page .reviews_comments_list .comment_item .text {
    font-size: 15px;
    margin-top: 18px;
  }

  .single-page .single-sidebar .tour--info .top {
    padding: 30px 20px 25px;
  }

  .single-page .single-sidebar .tour--info .top .cost {
    font-size: 22px;
  }

  .single-page .single-sidebar .tour--info .tabsblock_content {
    padding: 34px 20px 30px;
  }

  .single-page .single-sidebar .tour--info .tabsblock_content .date {
    margin-bottom: 20px;
  }

  .single-page .single-sidebar .why-book {
    padding: 12px 20px;
  }

  .single-page .single-sidebar .question-block {
    padding: 34px 20px;
  }

  .single-page .single-sidebar .latest_tours {
    padding: 30px 20px;
  }

  .single-page .related_tours .slider_item .slider_item__content {
    padding: 20px;
  }

  .single-page .content-body .table_wrap .table tbody tr:first-child td {
    border-top: 0;
  }

  .single-page .content-body .table_wrap {
    margin-top: 35px;
  }

  .single-page .content-body .faq .faq_accordeon .faq_item .faq_tab {
    padding-right: 10px;
  }

  .single-page .reviews_comments_top .rating {
    padding: 14px 0;
  }

  .single-page .main .section-top .title {
    font-size: 27px;
  }

  .single-page .main .geo {
    font-size: 15px;
  }

  .single-page .single-sidebar .tour--info .bottom {
    padding: 18px;
  }

  .single-page .single-sidebar .tour--info .cost {
    margin-bottom: 18px;
  }

  .single-page .content-body .list-block ul li {
    margin-bottom: 5px;
  }

  .single-page .content-body .faq {
    padding-top: 22px;
  }

  .single-page .related_tours {
    padding-top: 12px;
  }

  .single-page .content-body .single-left {
    margin-bottom: 0;
  }

  .single-page .content-body .list-block {
    margin-bottom: 17px;
  }

  .modal.modal_book_now .modal-body,
  .modal.modal_book_now .tags {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal.modal_book_now .modal-title {
    font-size: 21px;
  }

  .modal.modal_book_now .modal-head {
    height: 160px;
  }

  .dark .content-head {
    padding-bottom: 0;
  }

  .included .included-item .included_title {
    font-size: 18px;
  }
}

.blog-page {
  padding-top: 220px;
}

.blog-page.search-page .blog-item ._title b,
.blog-page.search-page .blog-item ._title strong {
  font-style: italic;
}

.blog-page.search-page .blog-item ._text b,
.blog-page.search-page .blog-item ._text strong {
  font-style: italic;
}

.blog-page.search-page .title {
  margin-bottom: 10px;
}

.blog-page.search-page .subtitle {
  position: relative;
  z-index: 1;
  color: var(--white-color);
  margin-bottom: 44px;
  font-size: 20px;
}

.blog-page.search-page .main {
  max-width: 100%;
}

.blog-page .title {
  font-size: 40px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 44px;
}

.blog-page .main,
.blog-page .sidebar,
.blog-page .title {
  position: relative;
  z-index: 1;
}

.blog-page .blog-item {
  margin-bottom: 44px;
  display: block;
  float: left;
  width: 100%;
}

.blog-page .blog-item:last-child {
  margin-bottom: 30px;
}

.blog-page .blog-item ._img {
  border-radius: 10px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2px;
}

.blog-page .blog-item ._img .sq_parent {
  width: 100%;
  position: relative;
  padding-bottom: 48%;
  overflow: hidden;
}

.blog-page .blog-item ._img .sq_parent .sq_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.blog-page .blog-item ._img .sq_parent .sq_wrap .sq_content {
  float: left;
  width: 100%;
  height: 100%;
}

.blog-page .blog-item ._date {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.37);
  position: relative;
  line-height: 18px;
  margin: 15px 0 12px;
}

.blog-page .blog-item ._title {
  font-size: 30px;
  font-weight: 900;
  color: var(--white-color);
  margin-bottom: 10px;
  transition: all .2s linear;
}

.blog-page .blog-item ._text {
  font-size: 16px;
  color: var(--white-color);
  line-height: 1.7;
}

.blog-page .blog-item:hover ._title {
  color: var(--seconday-color);
  transition: all .2s linear;
}

.blog-page .blog-list.two-colums .blog-item {
  width: 48%;
  margin-right: 4%;
}

.blog-page .blog-list.two-colums .blog-item:nth-child(even) {
  margin-right: 0;
}

.blog-page .blog-list.two-colums .blog-item:nth-child(odd) {
  clear: both;
}

.blog-page .blog-list.two-colums .blog-item ._img .sq_parent {
  padding-bottom: 64%;
}

.blog-page .blog-list.two-colums .blog-item ._title {
  font-size: 20px;
  margin-bottom: 13px;
}

.blog-page .blog-list.two-colums .blog-item ._text {
  font-size: 14px;
}

.blog-page .blog-list.three-colums .blog-item {
  width: 32%;
  margin-right: 2%;
}

.blog-page .blog-list.three-colums .blog-item:nth-child(3n) {
  margin-right: 0;
}

.blog-page .blog-list.three-colums .blog-item:nth-child(3n+1) {
  clear: both;
}

.blog-page .blog-list.three-colums .blog-item ._img .sq_parent {
  padding-bottom: 64%;
}

.blog-page .blog-list.three-colums .blog-item ._title {
  font-size: 20px;
  margin-bottom: 13px;
}

.blog-page .blog-list.three-colums .blog-item ._text {
  font-size: 14px;
}

.categories--list {
  background: var(--white-color);
  border-radius: 15px;
  padding: 34px 30px;
  padding-bottom: 22px;
  margin-bottom: 20px;
}

.categories--list ul li {
  border-bottom: 1px solid #E6E6E6;
  font-size: 16px;
  font-weight: 500;
  color: #9599A4;
  padding: 18px 0;
  position: relative;
  padding-left: 85px;
}

.categories--list ul li:first-child {
  padding-top: 0;
}

.categories--list ul li a {
  display: block;
  float: left;
  width: 100%;
}

.categories--list ul li a:hover ._title {
  color: var(--seconday-color);
}

.categories--list ul li a:hover .count {
  color: #3E4559;
}

.categories--list ul li:last-child {
  border-bottom: 0;
}

.categories--list ul li .count {
  color: #CBCBCB;
  width: 40px;
  text-align: right;
  display: inline-block;
  position: absolute;
  left: 0;
}

.text_widget {
  padding: 34px 30px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.text_widget ._title {
  font-size: 24px;
  font-weight: 900;
  color: var(--white-color);
  margin-bottom: 25px;
}

.text_widget ._text {
  font-size: 16px;
  color: var(--white-color);
  line-height: 1.9;
}

.recent_photo {
  border: 1px solid #E2E2E2;
  border-radius: 15px;
  padding: 34px 30px;
}

.recent_photo .block-title {
  color: var(--white-color) !important;
  margin-bottom: 25px;
}

.recent_photo .photos .item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
}

.recent_photo .photos .item:before {
  background: #111B38;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  content: '';
  z-index: 1;
  transition: all .2s linear;
}

.recent_photo .photos .item:after {
  width: 28px;
  height: 26px;
  background: url(../images/link.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -14px;
  z-index: 2;
  opacity: 0;
  transition: all .2s linear;
}

.recent_photo .photos .item:nth-child(3n) {
  margin-right: 0;
}

.recent_photo .photos .item:hover:before {
  opacity: .6;
  transition: all .2s linear;
}

.recent_photo .photos .item:hover:after {
  opacity: 1;
  transition: all .2s linear;
}

.recent_photo .photos .item .sq_parent {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.recent_photo .photos .item .sq_parent .sq_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.recent_photo .photos .item .sq_parent .sq_wrap .sq_content {
  float: left;
  width: 100%;
  height: 100%;
}

.recent_photo .photos .item .sq_parent .sq_wrap .sq_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-page.blog-single .main .title {
  margin-bottom: 15px;
}

.single-page.blog-single .single-sidebar .latest_tours {
  background: #111B38;
}

.single-page.blog-single .single-sidebar .latest_tours .block-title {
  color: var(--white-color);
}

.single-page.blog-single .single-sidebar .latest_tours ._item .right ._title {
  color: var(--white-color);
  margin-bottom: 14px;
}

.single-page.blog-single .single-sidebar .latest_tours ._item .right .time {
  color: var(--white-color);
}

.single-page.blog-single .single-sidebar .latest_tours ._item .right .time:before {
  background-image: url(../images/time.svg);
}

.blog-single {
  padding-bottom: 0;
}

.blog-single .wrap {
  max-width: 844px;
}

.blog-single .categories--list {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #E2E2E2;
}

.blog-single .date {
  color: rgba(255, 255, 255, 0.37);
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 36px;
}

.blog-single .quote {
  padding-bottom: 24px;
  margin: 20px 0 3px;
}

.blog-single .quote_top {
  position: relative;
  padding-left: 70px;
  margin-bottom: 15px;
}

.blog-single .quote_top .photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}

.blog-single .quote_top .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-single .quote_top .text {
  background: var(--seconday-color);
  padding: 30px 37px;
  color: var(--white-color);
  border-radius: 20px 20px 20px 0;
  font-style: italic;
  font-weight: 500;
}

.blog-single .quote_bottom {
  padding-left: 70px;
}

.blog-single .quote_bottom .name {
  font-size: 18px;
  font-weight: 500;
  color: #3E4559;
  font-style: italic;
}

.blog-single .recent_articles {
  padding-top: 30px;
  padding-bottom: 80px;
}

.blog-single .recent_articles .title {
  font-size: 29px;
  color: #3E4559;
  font-weight: 900;
  margin-bottom: 25px;
}

.blog-single .blog_item {
  width: 48%;
  margin-right: 4%;
  text-align: left;
}

.blog-single .blog_item:nth-child(2) {
  margin-right: 0;
}

.blog-single .blog_item .blog_item_date {
  color: #818693;
}

.blog-single .blog_item .blog_item_title {
  color: #3E4559;
}

.blog-single .blog_item .blog_item_text {
  color: #818693;
}

.blog-single .video {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}

.blog-single .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.blog-single .description {
  margin-top: 0;
}

.blog-single .content-body .wrap_float {
  flex-direction: column;
}

.page--content {
  padding-top: 16px;
}

.page--content>*:first-child {
  margin-top: 0;
}

.page--content img {
  max-width: 100%;
}

.page--content p {
  font-size: 18px;
  color: #818693;
  margin: 20px 0;
  line-height: 1.4;
}

.page--content h2 {
  color: #3E4559;
  font-size: 30px;
  font-weight: 900;
  margin: 25px 0 10px;
}

.page--content h3 {
  color: #3E4559;
  font-size: 26px;
  font-weight: 900;
  margin: 25px 0 10px;
}

.page--content h4 {
  color: #3E4559;
  font-size: 24px;
  font-weight: 900;
  margin: 25px 0 10px;
}

.page--content h5 {
  color: #3E4559;
  font-size: 22px;
  font-weight: 900;
  margin: 25px 0 10px;
}

.page--content h6 {
  color: #3E4559;
  font-size: 20px;
  font-weight: 900;
  margin: 25px 0 10px;
}

.page--content b {
  color: #3E4559;
}

.page--content ul,
.page--content ol {
  margin: 20px 0;
  padding-left: 30px;
}

.page--content ul li,
.page--content ol li {
  font-size: 18px;
  color: #818693;
  line-height: 1.4;
  display: list-item;
}

.page--content a:not([class]) {
  color: var(--seconday-color);
}

.page--content a:not([class]):hover {
  text-decoration: underline;
}

@media screen and (min-width: 1800px) {
  .single-page.blog-single {
    padding-top: 550px;
  }
}

@media screen and (max-width: 1600px) {
  .blog-page {
    padding-top: 200px;
  }

  .blog-page .title {
    margin-bottom: 44px;
  }
}

@media screen and (max-width: 1230px) {
  .blog-single .single-sidebar {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1000px) {
  .blog-page .blog-list.three-colums .blog-item {
    width: 48%;
    margin-right: 4%;
  }

  .blog-page .blog-list.three-colums .blog-item:nth-child(3n) {
    margin-right: 4%;
  }

  .blog-page .blog-list.three-colums .blog-item:nth-child(3n+1) {
    clear: none;
  }

  .blog-page .blog-list.three-colums .blog-item:nth-child(even) {
    margin-right: 0;
  }

  .blog-single .wrap {
    max-width: 92vw;
  }
}

@media screen and (max-width: 610px) {
  .blog-page .title {
    font-size: 34px;
    margin-bottom: 28px;
  }

  .blog-page .blog-item ._title {
    font-size: 23px;
  }

  .blog-page .blog-item ._title {
    margin-bottom: 10px;
  }

  .blog-page .blog-item ._date {
    margin: 10px 0 14px;
  }

  .blog-page .blog-item {
    margin-bottom: 40px;
  }

  .categories--list,
  .text_widget,
  .recent_photo {
    padding: 30px;
  }

  .blog-page .blog-list.two-colums .blog-item {
    width: 100%;
    margin-right: 0;
  }

  .blog-single .blog_item {
    width: 100%;
    margin-right: 0;
  }

  .blog-single .recent_articles {
    padding-bottom: 20px;
  }

  .page--content {
    padding-top: 10px;
  }

  .blog-single .quote {
    margin: 10px 0;
  }

  .blog-single .quote_top .text {
    padding: 20px;
  }

  .page--content p {
    margin: 8px 0;
  }

  .blog-page {
    padding-top: 184px;
  }

  .blog-page .blog-list.three-colums .blog-item {
    width: 100%;
    margin-right: 0;
  }

  .blog-page .blog-list.three-colums .blog-item:nth-child(3n) {
    margin-right: 0;
  }

  .blog-page .blog-list.three-colums .blog-item:nth-child(3n+1) {
    clear: none;
  }

  .blog-page .blog-list.three-colums .blog-item:nth-child(even) {
    margin-right: 0;
  }

  .blog-single .content-body {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 430px) {
  .blog-page .blog-item ._text {
    font-size: 15px;
  }

  .blog-page .blog-item:last-child {
    margin-bottom: 12px;
  }

  .categories--list,
  .text_widget,
  .recent_photo {
    padding: 30px 20px;
  }

  .categories--list ul li {
    padding: 13px 0;
    font-size: 15px;
    padding-left: 68px;
  }

  .text_widget ._title {
    margin-bottom: 18px;
  }

  .text_widget ._text {
    font-size: 15px;
    line-height: 1.7;
  }

  .recent_photo .block-title {
    margin-bottom: 25px;
  }

  .page--content h2 {
    font-size: 24px;
  }

  .page--content p {
    font-size: 16px;
  }

  .page--content h3 {
    font-size: 21px;
  }

  .page--content ul li,
  .page--content ol li {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.about-page {
  padding-top: 220px;
}

.about-page .main {
  max-width: 100%;
}

.about-page .content-head {
  padding-bottom: 20px;
  overflow: hidden;
}

.about-page .section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.about-page .section-top .title {
  width: auto;
  margin-bottom: 0;
}

.about-page .content-body {
  background: var(--para-color-dark);
  padding-top: 30px;
}

.about-page .content-body .wrap_float {
  max-width: 100%;
  flex-direction: column;
}

.about-page .description {
  margin-top: 80px;
}

.about-page .description-title {
  font-size: 30px;
  font-weight: 900;
  color: var(--white-color);
  margin-bottom: 25px;
}

.about-page .description .text p {
  font-size: 16px;
  color: var(--white-color);
}

.about-page .description .left {
  max-width: 840px;
  width: 64%;
}

.about-page .description .right {
  max-width: 420px;
  float: right;
  width: 33%;
}

.about-page .about-slider .about-slide {
  width: 864px;
  height: 546px;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 24px;
}

.about-page .about-slider .slick-list {
  overflow: visible;
}

.about-page .team_title {
  font-size: 30px;
  font-weight: 900;
  color: var(--white-color);
  margin-bottom: 25px;
}

.about-page .team .item {
  max-width: 410px;
  background: var(--white-color);
  border-radius: 15px;
  overflow: hidden;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: block;
  float: left;
}

.about-page .team .item:nth-child(3n) {
  margin-right: 0;
}

.about-page .team .item_image .sq_parent {
  width: 100%;
  position: relative;
  padding-bottom: 90%;
  overflow: hidden;
}

.about-page .team .item_image .sq_parent .sq_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.about-page .team .item_image .sq_parent .sq_wrap .sq_content {
  float: left;
  width: 100%;
  height: 100%;
}

.about-page .team .item_image .sq_parent .sq_wrap .sq_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .team .item_info {
  padding: 30px 40px 40px;
}

.about-page .team .item_info .item_title {
  font-size: 28px;
  color: #3E4559;
  font-weight: 900;
  margin-bottom: 16px;
}

.about-page .team .item_info .item_position {
  color: #818693;
  font-size: 18px;
  font-style: italic;
}

.slick-arrows {
  width: 144px;
}

.slick-arrows .arrow {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: none;
  top: 0;
  position: relative;
  transition: all .2s linear;
}

.slick-arrows .arrow:before {
  width: 20px;
  height: 14px;
  background: url(../images/slick-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -7px;
}

.slick-arrows .arrow.next {
  margin-left: 20px;
}

.slick-arrows .arrow.next:before {
  transform: rotate(180deg);
}

.slick-arrows .arrow:hover {
  border-color: var(--white-color);
}

.statistic {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.statistic .stat-item {
  width: auto;
}

.statistic .stat-item .val {
  font-size: 122px;
  color: var(--seconday-color);
  width: auto;
  font-weight: 300;
}

.statistic .stat-item .text {
  width: auto;
  font-size: 16px;
  color: var(--white-color);
  clear: both;
}

.contacts-page {
  padding-bottom: 0;
}

.contacts-page .contacts-columns {
  margin-top: 45px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts-page .contacts-columns .column {
  width: 22%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 52px;
  margin-right: 15%;
}

.contacts-page .contacts-columns .column:last-child {
  margin-right: 0;
}

.contacts-page .contacts-columns .column.tel ._title:before {
  background-image: url(../images/call-3.svg);
  width: 32px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}

.contacts-page .contacts-columns .column.email ._title:before {
  background-image: url(../images/email-3.svg);
  width: 32px;
  height: 26px;
  top: 50%;
  margin-top: -13px;
}

.contacts-page .contacts-columns .column.location ._title:before {
  background-image: url(../images/geo-3.svg);
  width: 24px;
  height: 32px;
  top: 50%;
  margin-top: -13px;
}

.contacts-page .contacts-columns .column ._title {
  font-size: 22px;
  color: var(--white-color);
  font-weight: 900;
  position: relative;
  padding-left: 48px;
  line-height: 32px;
  margin-bottom: 20px;
}

.contacts-page .contacts-columns .column ._title:before {
  position: absolute;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.contacts-page .contacts-columns .column .text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}

.contacts-page .contacts-columns .column a {
  font-size: 20px;
  color: var(--seconday-color);
  display: block;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
}

.contacts-page .mab-block {
  background: #eee;
  height: 570px;
  overflow: hidden;
  width: 100%;
}

.contacts-page .mab-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contacts-page .content-head {
  position: relative;
}

.contacts-page .content-body {
  position: relative;
}

.contacts-page .content-body:before {
  background: -moz-linear-gradient(top, var(--para-color-dark) 0%, var(--para-color-dark) 17%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, var(--para-color-dark) 0%, var(--para-color-dark) 17%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, var(--para-color-dark) 0%, var(--para-color-dark) 17%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--para-color-dark)', endColorstr='var(--para-color-dark)00', GradientType=0);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 93px;
  z-index: 1;
}

.contacts-page .socials {
  text-align: center;
  padding-top: 90px;
}

.contacts-page .socials .links {
  width: auto;
  float: none;
  display: inline-block;
}

.contacts-page .socials .links a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 28px;
}

.contacts-page .socials .links a:before {
  position: absolute;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  opacity: .35;
  transition: all .2s linear;
}

.contacts-page .socials .links a:hover:before {
  opacity: 1;
  transition: all .2s linear;
}

.contacts-page .socials .links a.fb:before {
  background-image: url(../images/facebook-logo.svg);
  width: 22px;
  height: 38px;
  margin-top: -19px;
  margin-left: -11px;
}

.contacts-page .socials .links a.instagram:before {
  background-image: url(../images/instagram.svg);
  width: 34px;
  height: 34px;
  margin-top: -17px;
  margin-left: -17px;
}

.contacts-page .socials .links a.pinterest:before {
  background-image: url(../images/pinterest.svg);
  width: 30px;
  height: 36px;
  margin-top: -18px;
  margin-left: -15px;
}

.contacts-page .socials .links a.twitter:before {
  background-image: url(../images/twitter.svg);
  width: 38px;
  height: 30px;
  margin-top: -15px;
  margin-left: -19px;
}

@media screen and (max-width: 1600px) {
  .about-page {
    padding-top: 200px;
  }

  .about-page .description {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1440px) {
  .contacts-page .contacts-columns .column {
    width: 24%;
    margin-right: 14%;
  }

  .contacts-page .contacts-columns {
    margin-top: 35px;
  }
}

@media screen and (max-width: 1400px) {
  .slick-arrows .arrow {
    height: 50px;
    width: 50px;
  }

  .slick-arrows {
    width: 120px;
  }
}

@media screen and (max-width: 1230px) {
  .about-page .description {
    margin-top: 100px;
  }

  .about-page .team .item_info {
    padding: 20px 20px 30px;
  }

  .about-page .team .item_info .item_title {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .about-page .team .item_info .item_position {
    font-size: 16px;
  }

  .statistic .stat-item .val {
    font-size: 96px;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .team .item_info .item_title {
    font-size: 19px;
  }

  .about-page .team .item_info .item_position {
    font-size: 14px;
  }

  .contacts-page .contacts-columns .column {
    width: 30%;
    margin-right: 4%;
  }

  .contacts-page .contacts-columns .column .text {
    font-size: 14px;
  }

  .contacts-page .contacts-columns .column a {
    font-size: 18px;
  }

  .about-page .about-slider .about-slide {
    margin: 0;
    height: 56vw;
  }

  .about-page .about-slider .slick-list {
    overflow: visible;
    border-radius: 0;
    padding: 0 !important;
  }

  .about-page .about-slider .about-slide {
    opacity: 0;
    transition: all .2s linear;
  }

  .about-page .about-slider .about-slide.slick-current {
    opacity: 1;
  }

  .statistic .stat-item .val {
    font-size: 66px;
  }

  .about-page .section-top .title {
    margin-bottom: 0;
    margin-top: 3px;
  }

  .about-page .description {
    margin-top: 66px;
  }
}

@media screen and (max-width: 760px) {
  .about-page .description .left {
    width: 100%;
    max-width: 100%;
  }

  .about-page .description .right {
    width: 100%;
    max-width: 100%;
  }

  .about-page .description {
    margin-top: 50px;
  }

  .about-page .team .item {
    width: 49%;
  }

  .about-page .team .item:nth-child(3n) {
    margin-right: 2%;
  }

  .about-page .team .item:nth-child(even) {
    margin-right: 0;
  }

  .contacts-page .contacts-columns .column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .contacts-page .contacts-columns {
    display: block;
  }

  .contacts-page .contacts-columns .column {
    display: block;
    padding-bottom: 35px;
  }

  .contacts-page .contacts-columns .column ._title {
    margin-bottom: 12px;
  }

  .contacts-page .contacts-columns {
    margin-top: 30px;
  }

  .contacts-page .content-body {
    padding-top: 0;
  }

  .contacts-page .mab-block {
    height: 470px;
  }

  .contacts-page .socials {
    padding-top: 60px;
  }

  .contacts-page .socials .links a {
    margin: 0 18px;
  }

  .about-page .section-top .title {
    margin-top: 9px;
  }

  .statistic {
    flex-direction: column;
  }

  .statistic .stat-item .val {
    font-size: 74px;
  }

  .statistic .stat-item {
    margin-bottom: 20px;
  }

  .statistic {
    margin-bottom: 64px;
  }

  .contacts-page .content-body:before {
    display: none;
  }
}

@media screen and (max-width: 610px) {
  .single-page .main .title {
    font-size: 32px;
  }

  .about-page .description-title {
    font-size: 24px;
  }

  .about-page .description-title {
    margin-bottom: 17px;
  }

  .about-page .team_title {
    font-size: 23px;
  }

  .about-page {
    padding-top: 184px;
  }

  .about-page .team .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
  }

  .contacts-page .contacts-columns {
    margin-top: 30px;
  }

  .contacts-page .contacts-columns .column.tel ._title:before {
    width: 24px;
  }

  .contacts-page .contacts-columns .column.email ._title:before {
    width: 24px;
  }

  .contacts-page .contacts-columns .column.location ._title:before {
    width: 16px;
  }

  .contacts-page .contacts-columns .column ._title {
    padding-left: 38px;
  }

  .contacts-page {
    padding-bottom: 20px;
  }

  .about-page .team .item {
    max-width: 100%;
  }

  .slick-arrows .arrow {
    width: 50px;
    height: 50px;
  }

  .slick-arrows .arrow.next {
    margin-left: 13px;
  }

  .about-page .about-slider-arrows {
    width: auto;
  }

  .about-page .section-top .title {
    margin-top: 6px;
  }

  .statistic .stat-item .val {
    font-size: 65px;
  }

  .statistic {
    margin-bottom: 42px;
  }

  .about-page .description {
    margin-top: 36px;
  }
}

@media screen and (max-width: 430px) {
  .about-page {
    padding-top: 180px;
  }

  .contacts-page .mab-block {
    height: 370px;
  }
}

@media screen and (max-width: 358px) {
  .contacts-page .socials .links a {
    margin: 0 12px;
  }
}

.gallery_page {
  padding-top: 220px;
  background: var(--para-color-dark);
  padding-bottom: 80px;
}

.gallery_page .title {
  font-size: 40px;
  font-weight: 900;
  color: var(--white-color);
  position: relative;
  z-index: 1;
  margin-bottom: 44px;
}

.gallery_page .item {
  width: 32%;
  margin-right: 1.8%;
  margin-bottom: 1.8%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
}

.gallery_page .item:before {
  background: rgba(0, 0, 0, 0.34);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all .2s linear;
}

.gallery_page .item:after {
  width: 44px;
  height: 44px;
  background: url(../images/zoom.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  z-index: 2;
  opacity: 0;
  transition: all .2s linear;
}

.gallery_page .item:hover:before {
  opacity: 1;
  transition: all .2s linear;
}

.gallery_page .item:hover:after {
  opacity: 1;
  transition: all .2s linear;
}

.gallery_page .item:nth-child(3n) {
  margin-right: 0;
}

.gallery_page .item:nth-child(3n+1) {
  clear: both;
}

.gallery_page .item:nth-child(6n+1) .sq_parent {
  padding-bottom: 73%;
}

.gallery_page .item:nth-child(6n+2) .sq_parent {
  padding-bottom: 130%;
}

.gallery_page .item:nth-child(6n+3) .sq_parent {
  padding-bottom: 94%;
}

.gallery_page .item:nth-child(6n+4) {
  margin-top: -233px;
}

.gallery_page .item:nth-child(6n+4) .sq_parent {
  padding-bottom: 151%;
}

.gallery_page .item:nth-child(6n+5) .sq_parent {
  padding-bottom: 95%;
}

.gallery_page .item:nth-child(6n+6) {
  margin-top: -146px;
}

.gallery_page .item:nth-child(6n+6) .sq_parent {
  padding-bottom: 130%;
}

.gallery_page .item .sq_parent {
  width: 100%;
  position: relative;
  padding-bottom: 73%;
  overflow: hidden;
}

.gallery_page .item .sq_parent .sq_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.gallery_page .item .sq_parent .sq_wrap .sq_content {
  float: left;
  width: 100%;
  height: 100%;
}

.gallery_page .item .sq_parent .sq_wrap .sq_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.86);
}

body.lg-on {
  overflow: hidden;
}

.lg-toolbar {
  background: none;
}

.lg-toolbar .lg-icon {
  width: 40px;
  height: 40px;
  background: url(../images/close.png) center center no-repeat;
  background-size: 18px 18px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.lg-toolbar .lg-icon:after {
  display: none;
}

.lg-toolbar .lg-icon.lg-download {
  display: none;
}

.lg-actions .lg-next {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  transform: rotate(90deg);
  margin-top: -24px;
}

.lg-actions .lg-next:before {
  width: 14px;
  height: 20px;
  background: url(../images/lg-arrow.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -7px;
  opacity: 1;
  transition: all .2s linear;
}

.lg-actions .lg-next:after {
  width: 14px;
  height: 20px;
  background: url(../images/lg-arrow-active.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -7px;
  opacity: 0;
  transition: all .2s linear;
  transform: rotate(180deg);
}

.lg-actions .lg-next:hover {
  background: var(--white-color);
  transition: all .2s linear;
}

.lg-actions .lg-next:hover:before {
  opacity: 0;
  transition: all .2s linear;
}

.lg-actions .lg-next:hover:after {
  opacity: 1;
  transition: all .2s linear;
}

.lg-actions .lg-prev {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  transform: rotate(-90deg);
  margin-top: -24px;
}

.lg-actions .lg-prev:before {
  width: 14px;
  height: 20px;
  background: url(../images/lg-arrow.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -7px;
  opacity: 1;
  transition: all .2s linear;
}

.lg-actions .lg-prev:after {
  width: 14px;
  height: 20px;
  background: url(../images/lg-arrow-active.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -7px;
  opacity: 0;
  transition: all .2s linear;
  transform: rotate(180deg);
}

.lg-actions .lg-prev:hover {
  background: var(--white-color);
  transition: all .2s linear;
}

.lg-actions .lg-prev:hover:before {
  opacity: 0;
  transition: all .2s linear;
}

.lg-actions .lg-prev:hover:after {
  opacity: 1;
  transition: all .2s linear;
}

@media screen and (max-width: 1600px) {
  .gallery_page {
    padding-top: 200px;
  }
}

@media screen and (max-width: 1440px) {
  .gallery_page .title {
    margin-bottom: 44px;
  }

  .gallery_page .item:nth-child(6n+4) {
    margin-top: -235px;
  }

  .gallery_page .item:nth-child(6n+6) {
    margin-top: -147px;
  }
}

@media screen and (max-width: 1400px) {
  .gallery_page .item:nth-child(6n+4) {
    margin-top: -215px;
  }

  .gallery_page .item:nth-child(6n+6) {
    margin-top: -135px;
  }
}

@media screen and (max-width: 1230px) {
  .gallery_page .item:nth-child(6n+4) {
    margin-top: -180px;
  }

  .gallery_page .item:nth-child(6n+6) {
    margin-top: -113px;
  }
}

@media screen and (max-width: 1076px) {
  .gallery_page .item:nth-child(6n+4) {
    margin-top: -167px;
  }

  .gallery_page .item:nth-child(6n+6) {
    margin-top: -104px;
  }

  .gallery_page .item:before,
  .gallery_page .item:after {
    display: none;
  }

  .lg-actions .lg-next:hover {
    background: rgba(255, 255, 255, 0.16);
  }

  .lg-actions .lg-next:hover:before {
    opacity: 1;
  }

  .lg-actions .lg-next:hover:after {
    display: none;
  }

  .lg-actions .lg-prev:hover {
    background: rgba(255, 255, 255, 0.16);
  }

  .lg-actions .lg-prev:hover:before {
    opacity: 1;
  }

  .lg-actions .lg-prev:hover:after {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .gallery_page .item:nth-child(6n+4) {
    margin-top: -18%;
  }

  .gallery_page .item:nth-child(6n+6) {
    margin-top: -11%;
  }
}

@media screen and (max-width: 610px) {
  .gallery_page {
    padding-top: 184px;
  }

  .gallery_page .title {
    font-size: 34px;
  }

  .gallery_page {
    padding-bottom: 30px;
  }

  .gallery_page .title {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 430px) {
  .gallery_page .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .gallery_page .item:nth-child(3n) {
    margin-right: 0;
    float: right;
  }

  .gallery_page .item:nth-child(3n+1) {
    clear: none;
  }

  .gallery_page .item:nth-child(even) {
    margin-right: 0;
  }

  .gallery_page .item:nth-child(6n+4) {
    margin-top: -28%;
  }

  .gallery_page .item:nth-child(6n+6) {
    margin-top: 0;
  }

  .gallery_page .item:nth-child(6n+5) .sq_parent {
    padding-bottom: 130%;
  }
}

.buy-btn {
  height: 70px;
  width: 70px;
  font-size: 16px;
  background: #FE7E00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--white-color);
  font-weight: 600;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100;
  justify-content: center;
}

.buy-btn:hover {
  background: #FE6200;
}

.bgback {
  background-color: #f8f8f8;
}

.tabls {
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.tabls li {
  display: inline-block;
  border-right: 2px solid #d6d6d6;
}

.tabls li:last-child {
  border: none !important;
}

.tabls li button {
  border: 1px solid transparent !important;
  padding: .4rem 1rem !important;
  border-radius: 30px !important;
  background: transparent !important;
}

.tabls li button img {
  width: 40%;
  margin: 0px auto;
  padding-bottom: 10px;
}

.tabls li button.active {
  opacity: .999 !important;
  background: transparent !important;
  color: black !important;
  padding: 0px 10px !important;
}

.tabls li button {
  opacity: .48 !important;
  text-align: center;
  display: grid;
}

.topheader {
  background: var(--para-color-dark);
  padding: 5px 0px;
}

/* Header Right Section Styles */
.header-right {
  display: flex;
  align-items: center;
  gap: 0px;
  float: right;
  width: auto;
}

.currency-language {
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid var(--seconday-color);
  border-radius: 8px;
  padding: 4px 12px;
  gap: 8px;
}

.currency-language .flag {
  font-size: 18px;
  margin-right: 4px;
}

.currency-language .currency,
.currency-language .language {
  color: var(--white-color);
  font-weight: bold;
  font-size: 14px;
  font-family: var(--font-para);
}

.help-dropdown {
  position: relative;
}

.help-link {
  color: var(--seconday-color);
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-family: var(--font-para);
  display: flex;
  align-items: center;
  gap: 4px;
}

.help-link:hover {
  color: var(--seconday-color);
}

.help-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--white-color);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  min-width: 180px;
  display: none;
  z-index: 1000;
}

.help-dropdown:hover .help-dropdown-menu {
  display: block;
}

.help-dropdown-menu a {
  display: block;
  padding: 8px 16px;
  color: var(--para-color-dark);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.help-dropdown-menu a:hover {
  background-color: #f5f5f5;
  color: var(--seconday-color);
}

.userin {
  color: var(--seconday-color) !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 14px;
  font-family: var(--font-para);
  display: contents;
  align-items: center;
  gap: 6px;
}

.userin:hover {
  color: var(--seconday-color) !important;
}

.userin i {
  font-size: 16px;
  margin-right: 6px;
}

/* Search Header Styles */
.search_header {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  width: auto;
  background: white;
  padding: 16px 35px 10px 35px;
  border-radius: 15px 15px 0px 0px;
}

.hotel_icon {
  width: 24px;
  height: 23px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -3px;
}

.hotel_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search_type {
  font-size: 16px;
  font-weight: 600;
  color: var(--para-color-dark);
  font-family: var(--font-para);
}

.search_title {
  font-size: 24px;
  font-weight: 600;
  color: var(--para-color-dark);
  margin-bottom: 20px;
  font-family: var(--font-luzal);
  line-height: 1.3;
}

/* Search Form Content */
.search_form_content {
  display: block;
  background: var(--white-color);
  border-radius: 0px 15px 15px 15px;
  padding: 30px 35px;
  border: 1px solid #ffffff;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Search Form Fields */
.search_tour_form .fields__block {
  background: transparent;
  border: none;
  padding: 0;
}

.search_tour_form .fields {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}

.search_tour_form .field {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.search_tour .search_tour_form .fields__block .fields .field {
  border: 1px solid #d4a877;
  border-radius: 10px;
  padding: 10px 10px;
  position: relative;
  min-height: 110px;
}

.search_tour_form .field .label {
  font-size: 12px;
  font-weight: 600;
  color: var(--para-color-dark);
  margin-bottom: 8px;
  font-family: var(--font-para);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.search_tour_form .field_wrap {
  position: relative;
  width: 100%;
}

.search_tour_form .field_wrap input {
  width: 100%;
  padding: 0px;
  border: none;
  border-radius: 8px;
  font-size: 1.6rem;
  font-family: var(--font-para);
  background: var(--white-color);
  transition: all 0.3s ease;
  height: 45px;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1 !important;
}

.search_tour_form .field_wrap input:focus {
  outline: none;
  border-color: none;
  box-shadow: none;
}

.field_subtext {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  font-family: var(--font-para);
}

/* Date Field Styles */
.date_field .date_inputs {
  display: flex;
  gap: 10px;
}

.date_input {
  position: relative;
  flex: 1;
}

.calendar_input {
  width: 100%;
  padding: 0px;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 45px;
  box-sizing: border-box;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1 !important;
  padding-right: 50px !important;
}

.calendar_input:focus {
  outline: none;
  border-color: none;
  box-shadow: none;
}

.date_input i {
  position: absolute;
  right: 10px;
  top: 39%;
  transform: translateY(-50%);
  color: #d4a877;
  font-size: 23px;
  font-weight: 500;
}

/* Date Navigation Styling */
.date_navigation {
  position: relative;
  bottom: -0px;
  left: 0;
  display: flex;
  gap: 15px;
}

.date_nav {
  font-size: 12px;
  color: #2C5530;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--font-para);
  transition: all 0.3s ease;
  text-decoration: none;
}

.date_nav.active {
  text-decoration: underline;
  text-decoration-color: #d4a877;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* New Date Dropdown Styles */
.date_dropdown_trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-para);
  height: 45px;
  box-sizing: border-box;
}

.date_dropdown_trigger:hover {
  border-color: #d4a877;
}

.date_dropdown_trigger:focus-within {
  outline: none;
  border-color: #d4a877;
  box-shadow: 0 0 0 3px rgba(212, 168, 119, 0.1);
}

.date_display {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1rem;
  font-weight: 500;
  color: #2C5530;
}

.checkin_date,
.checkout_date {
  min-width: 80px;
}

.date_separator {
  color: #999;
  font-weight: 400;
}

.date_dropdown_trigger i {
  color: #d4a877;
  font-size: 18px;
  flex-shrink: 0;
}

/* Date Dropdown */
.date_dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: white;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  width: 600px;
  max-width: 90vw;
  transition: all 0.3s ease;
}

.date_dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* Dropdown Tabs */
.dropdown_tabs {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 0 20px;
}

.tab {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #999;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  font-family: var(--font-para);
}

.tab.active {
  color: #d4a877;
  border-bottom-color: #d4a877;
}

.tab:hover {
  color: #d4a877;
}

/* Dropdown Content */
.dropdown_content {
  padding: 15px;
}

.calendar_view,
.flexible_view {
  display: none;
}

.calendar_view.active,
.flexible_view.active {
  display: block;
}

/* Dual Calendar */
.dual_calendar {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.calendar_month {
  flex: 1;
}

.month_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.nav_btn {
  width: 32px;
  height: 32px;
  border: none;
  background: #f5f5f5;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav_btn:hover {
  background: #d4a877;
  color: white;
}

.nav_btn i {
  font-size: 14px;
}

.month_year {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  font-family: var(--font-para);
}

/* Calendar Grid */
.calendar_grid {
  width: 100%;
}

.weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 8px;
}

.dropdown_content .weekday {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #999;
  padding: 8px 0;
  font-family: var(--font-para);
}

.dropdown_content .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.dropdown_content .day {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-family: var(--font-para);
  position: relative;
}

.dropdown_content .day:hover {
  background: #f0f0f0;
}

.dropdown_content .day.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.dropdown_content .day.disabled:hover {
  background: transparent;
}

.day.selected {
  background: #d4a877;
  color: white;
}

.day.in_range {
  background: rgba(212, 168, 119, 0.2);
}

.day.start_date {
  background: #d4a877;
  color: white;
}

.day.end_date {
  background: #d4a877;
  color: white;
}

/* Flexibility Options */
.flexibility_options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.flex_btn {
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background: white;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-para);
}

.flex_btn:hover {
  border-color: #d4a877;
  color: #d4a877;
}

.flex_btn.active {
  background: #d4a877;
  border-color: #d4a877;
  color: white;
}

/* Flexible View */
.flexible_view {
  text-align: center;
  padding: 40px 20px;
}

.flexible_content p {
  color: #999;
  font-size: 14px;
  font-family: var(--font-para);
}

/* Trending Destinations Dropdown */
.destination_field {
  position: relative;
}

.trending_dropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.trending_dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown_header {
  padding: 15px 20px 10px;
  border-bottom: 1px solid #eee;
}

.dropdown_header h4 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0;
  font-family: var(--font-para);
}

.destination_list {
  padding: 0;
}

.destination_list .destination_item {
  display: flex;
  align-items: center;
  padding: 6px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}

.destination_list .destination_item:last-child {
  border-bottom: none;
}

.destination_list .destination_item:hover {
  background: #f8f9fa;
}

.destination_list .destination_item i {
  color: #666;
  font-size: 16px;
  margin-right: 12px;
  flex-shrink: 0;
}

.destination_info {
  flex: 1;
}

.city_name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 2px;
  font-family: var(--font-para);
}

.country_name {
  font-size: 12px;
  color: #666;
  font-family: var(--font-para);
}

.date_nav:hover {
  color: #d4a877;
  text-decoration: underline;
  text-decoration-color: #d4a877;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* Date Picker Modal Styles */
.date-picker-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.date-picker-modal {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border: 2px solid #d4a877;
  max-width: 320px;
  width: 100%;
  margin: 20px;
}

.date-picker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.date-picker-nav {
  background: #d4a877;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.date-picker-nav:hover {
  background: #b8945f;
  transform: scale(1.1);
}

.date-picker-nav i {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.month-year-text {
  font-size: 18px;
  font-weight: 600;
  color: #2C5530;
  font-family: var(--font-para);
}

.date-picker-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin-bottom: 15px;
}

.weekday {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  padding: 8px 0;
  font-family: var(--font-para);
}

.date-picker-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin-bottom: 20px;
}

.day {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #2C5530;
  transition: all 0.3s ease;
  font-family: var(--font-para);
}

.day:hover:not(.disabled):not(.empty) {
  background: rgba(212, 168, 119, 0.2);
  transform: scale(1.1);
}

.day.today {
  background: #007bff;
  color: white;
  font-weight: 600;
  border: 2px solid #0056b3;
}

.day.selected {
  background: #2C5530;
  color: white;
  font-weight: 600;
}

.day.disabled {
  color: #ccc;
  cursor: not-allowed;
  background: #f5f5f5;
}

.day.empty {
  cursor: default;
}

.date-picker-actions {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.date-picker-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-family: var(--font-para);
}

.cancel-btn {
  background: #f5f5f5;
  color: #666;
}

.cancel-btn:hover {
  background: #e0e0e0;
}

.confirm-btn {
  background: #d4a877;
  color: white;
}

.confirm-btn:hover {
  background: #b8945f;
  transform: translateY(-1px);
}

/* Responsive adjustments for date picker */
@media screen and (max-width: 480px) {
  .date-picker-modal {
    margin: 10px;
    padding: 20px;
  }

  .day {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .date-picker-nav {
    width: 30px;
    height: 30px;
  }

  .date-picker-nav i {
    font-size: 14px;
  }
}

/* Rooms Field Styles */
.rooms_input {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  border: none;
  border-radius: 0;
  background: transparent;
  transition: all 0.3s ease;
  width: 100%;
  padding: 0px;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 45px;
  box-sizing: border-box;

}

.rooms_input:hover {
  opacity: 0.8;
}

.rooms_input .label {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
  font-family: var(--font-para);
  display: block;
}

.rooms_text {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1 !important;
  padding-right: 50px;
}

.rooms_input i.ph.ph-user {
  color: #d4a877;
  font-size: 23px;
  font-weight: 500;
  margin-right: 15px;
  flex-shrink: 0;
}

.rooms_input .label {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
  font-family: var(--font-para);
  display: block;
}

.rooms_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.rooms_input .label {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
  font-family: var(--font-para);
  display: block;
}

.rooms_input .rooms_text,
span.passengers_text {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1 !important;
  color: #2C5530;
  font-family: var(--font-para);
}

/* Rooms & Guests Dropdown Styles */
.rooms-guest-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: -1rem;
  right: -1rem;
  background: white;
  border: 2px solid #d4a877;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: none;
  animation: fadeInDown 0.3s ease;
  min-width: 320px;
}

.rooms-guest-dropdown.show {
  display: block;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 15px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.dropdown-header h4 {
  font-size: 16px;
  font-weight: 600;
  color: #2C5530;
  margin: 0;
  font-family: var(--font-para);
}

.close-dropdown {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.close-dropdown:hover {
  background: #f5f5f5;
}

.close-dropdown i {
  font-size: 16px;
  color: #666;
}

.rooms-section,
.guests-section {
  padding: 15px 20px;
}

.guests-section {
  border-top: 1px solid #f0f0f0;
}

.selector-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.selector-row:last-child {
  margin-bottom: 0;
}

.selector-label {
  display: flex;
  flex-direction: column;
}

.label-text {
  font-size: 14px;
  font-weight: 600;
  color: #2C5530;
  margin-bottom: 2px;
  font-family: var(--font-para);
}

.label-subtitle {
  font-size: 12px;
  color: #666;
  font-family: var(--font-para);
}

.counter-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}

.counter-btn {
  width: 32px;
  height: 32px;
  border: 2px solid #d4a877;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.counter-btn:hover {
  background: #d4a877;
  transform: scale(1.1);
}

.counter-btn:hover i {
  color: white;
}

.counter-btn:disabled {
  border-color: #ccc;
  cursor: not-allowed;
  opacity: 0.5;
}

.counter-btn:disabled:hover {
  background: white;
  transform: none;
}

.counter-btn i {
  font-size: 14px;
  color: #d4a877;
  transition: color 0.3s ease;
}

.counter-value {
  font-size: 16px;
  font-weight: 600;
  color: #2C5530;
  min-width: 20px;
  text-align: center;
  font-family: var(--font-para);
}

.dropdown-actions {
  padding: 15px 20px 20px 20px;
  border-top: 1px solid #f0f0f0;
  text-align: right;
}

.apply-btn {
  background: #d4a877;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-para);
}

.apply-btn:hover {
  background: #b8945f;
  transform: translateY(-1px);
}

/* Responsive adjustments for dropdown */
@media screen and (max-width: 768px) {

  .selector-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .counter-controls {
    align-self: flex-end;
  }
}

@media screen and (max-width: 480px) {
  .rooms-guest-dropdown {
    width: 95%;
    max-width: 350px;
  }
}

/* Search Button Styling */
.submit {
  background: linear-gradient(135deg, #FF8C00 0%, #FFB800 100%);
  border: none;
  border-radius: 15px;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
  margin-left: auto;
  margin-top: 10px;
  min-width: 200px;
  height: 55px;
  font-family: var(--font-para);
}

.submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4);
}

.submit .button_text {
  font-size: 16px;
  font-weight: 600;
  color: black;
  font-family: var(--font-para);
}

.submit i {
  color: black;
  position: relative;
  top: 3px;
  padding-left: 4px;
  font-size: 20px;
  font-weight: bold;
}

.box-content.destinations h3 {
  font-weight: bold !important;
  position: relative;
  margin-bottom: 20px !important;
}

.box-content.destinations h3::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100px;
  height: 3px;
  background: #a7a7a7;
}

.box-content.destinations a {
  border: 1px solid #fff;
  border-radius: 30px !important;
  font-size: 13px;
  color: white;
  padding: 5px 20px;
  display: grid;
  width: auto;
  float: left;
  font-weight: bold;
}

/* Hotel Deals Slider Styles */
.hotelSlider {
  padding: 0px 0px 60px 0;
}


.hotelSlider .section_content {
  position: relative;
}

.hotelSlider .top_part_right {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.hotelSlider .controls {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hotelSlider .arrow {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hotelSlider .arrow:hover {
  background: #d4a877;
  border-color: #d4a877;
  transform: scale(1.1);
}

.hotelSlider .arrow:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid #666;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
}

.hotelSlider .arrow.next:before {
  transform: rotate(-135deg);
}

.hotelSlider .btn {
  background: #d4a877;
  color: white;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  font-family: var(--font-para);
}

.hotelSlider .btn:hover {
  background: #b8945f;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(212, 168, 119, 0.3);
}

/* Slider Arrow Positioning */
#hoteldeals {
  position: relative;
}

#hoteldeals_arrow {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 1;
}

#hoteldeals_arrow .arrow {
  pointer-events: auto;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
}

#hoteldeals_arrow .arrow.prev {
  margin-left: -25px;
}

#hoteldeals_arrow .arrow.next {
  margin-right: -25px;
}

.alignbutton {
  position: absolute;
  right: 0;
  text-align: right;
  top: -30px;
}

.alignbutton a i {
  color: #d4a877;
  position: relative;
  top: 3px;
  font-size: 16px;
  font-weight: bold;
}

.alignbutton a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: black;
}

/* Why Luzal Hidayah Section Styles */
.whychosoe {
  padding: 0px 0px 60px 0;
}


.why-features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 auto;
}

.feature-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 15px;
}

.feature-icon {
  margin-bottom: 20px;
}

.feature-icon i {
  font-size: 48px;
  color: #d4a877;
  font-weight: 300;
}

.feature-content {
  max-width: 280px;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  font-family: var(--font-para);
  line-height: 1.3;
}

.feature-description {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
  font-family: var(--font-para);
  margin: 0;
}

.feature-divider {
  width: 1px;
  height: 180px;
  background: #d4a877;
  opacity: 0.3;
  margin: 0 10px;
}

/* Responsive Design for Why Luzal Section */
@media screen and (max-width: 1200px) {
  .why-features {
    max-width: 100%;
    padding: 0 20px;
  }

  .feature-item {
    padding: 20px 10px;
  }

  .feature-content {
    max-width: 240px;
  }

  .feature-icon i {
    font-size: 42px;
  }

  .feature-title {
    font-size: 1.1rem;
  }

  .feature-description {
    font-size: 0.9rem;
  }
}

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


  .why-features {
    flex-wrap: wrap;
    gap: 0px 0;
  }

  .feature-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .feature-divider {
    display: none;
  }

  .feature-content {
    max-width: 100%;
    padding: 0 20px;
  }
}

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




  .feature-item {
    flex: none;
    max-width: 100%;
    width: 100%;
    padding: 30px 20px;
    border-bottom: 1px solid #e0e0e0;
  }

  .feature-item:last-child {
    border-bottom: none;
  }

  .feature-icon i {
    font-size: 40px;
  }

  .feature-title {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  .feature-description {
    font-size: 0.95rem;
  }
}

@media screen and (max-width: 480px) {




  .feature-item {
    padding: 25px 15px;
  }

  .feature-icon i {
    font-size: 36px;
  }

  .feature-title {
    font-size: 1.1rem;
  }

  .feature-description {
    font-size: 0.9rem;
  }
}

/* Responsive Design for Search Forms */
@media screen and (max-width: 768px) {
  .search_form_content {
    padding: 20px;
  }

  .search_tour_form .fields {
    flex-direction: column;
    gap: 5px;
  }

  .search_tour_form .submit {
    padding: 12px 30px;
    font-size: 14px;
    min-width: 100%;
    margin-left: 0;
  }

  .submit {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .date_field .date_inputs {
    flex-direction: column;
    gap: 10px;
  }


  .dual_calendar {
    flex-direction: column;
    gap: 20px;
  }

  .flexibility_options {
    justify-content: center;
  }

  .flex_btn {
    font-size: 12px;
    padding: 6px 12px;
  }
}

@media screen and (max-width: 480px) {
  .search_form_content {
    padding: 15px;
  }

  .search_title {
    font-size: 16px;
  }


  .search_tour_form .field .label {
    font-size: 11px;
  }

}

a {
  text-decoration: none !important;
}

.bottomheader.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  /* Ensures it stays above other elements */
  background-color: #143833;
  /* Optional: Add a background color */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Optional: Add a shadow for visual effect */
}

.scroll.nav {
  display: block !important;
}

.homepage_slider .categories_item .icon .icon-wrap {
  background: linear-gradient(135deg, #e8b253, #b27633);
  padding: 10px;
}

.homepage_slider .categories_item .icon .icon-wrap:hover {
  filter: brightness(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.homepage_slider .categories_item.active .icon-wrap {
  background: var(--seconday-color) !important;
}

.homepage_slider .categories_item.active ._title {
  color: var(--seconday-color) !important;
}

.tag.location {
  float: right !important;
  background: #163330 !important;
  color: var(--white-color) !important;
}

.most_popular__section .slider_item__content {
  background: rgb(2 0 36 / 73%);
  background: linear-gradient(180deg, rgb(2 0 36 / 0%) 0%, rgb(0 0 0 / 44%) 35%, rgb(11 29 27 / 55%) 100%);
}

.slick-track {
  width: 100%;
}

img.packagebanner {
  width: 100%;
}

.popular_destination__slider.most_popular__section {
  overflow: visible;
  background: transparent;
  margin: 0px !important;
  padding: 0px !important;
}

.slide__text-heading {
  margin-bottom: .9rem;
  line-height: 1;
  font-weight: 500 !important;
}


.slide::after {
  content: '';
  position: absolute;
  /* or absolute, based on context */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* place behind content, adjust as needed */

  background: linear-gradient(to bottom,
      #000000 0%,
      rgba(0, 0, 0, 0.0) 50%,
      #04190f 100%);

  /* Fallbacks for older browsers */
  background: -webkit-linear-gradient(top,
      #000000 0%,
      rgba(0, 0, 0, 0.0) 50%,
      #04190f 100%);
  background: -moz-linear-gradient(top,
      #000000 0%,
      rgba(0, 0, 0, 0.0) 50%,
      #04190f 100%);
  pointer-events: none;
  /* so it doesn't block clicks */
}

.homepage_slider .categories {
  bottom: 10px;
}

.fullscreen {
  background: #f8f9fa;
  /* overflow: hidden; */
}

.flightsearch .date_input i.ph.ph-calendar {
  top: 50% !important;
}

div#passengers-selector i {
  color: #d4a877;
  font-size: 23px;
  font-weight: 500;
  margin-right: 6px;
  flex-shrink: 0;
}

@media (max-width: 900000px) and (min-width: 992px) {
  .fullscreensearch {
    display: inline-flex;
    gap: 10px;
  }

  /* Amenities Section */
  .amenities_grid_main {
    grid-template-columns: repeat(6, 10fr);
  }

}

@media (max-width: 992px) and (min-width: 768px) {
  .fullscreensearch {
    display: inline-flex;
    gap: 10px;
  }

  .amenities_grid_main {
    grid-template-columns: repeat(6, 10fr);
  }
}

@media (max-width: 768px) and (min-width: 100px) {
  .segment-content-wrapper {
    position: relative;
  }

  .fLIghtArrow {
    margin: 0px !important;
  }

  .departure-informations,
  .segment-right {
    width: 50% !important;
    display: block;
    float: left;
    margin: 10px 0px !important;
    padding-right: 10px !important;
  }

  .segment-center {
    position: absolute;
    right: 0;
    top: 0;
    width: 50% !important;
  }

  .flight-segment {
    margin-bottom: 10px !important;
  }

  .bCACKround {
    width: 100% !important;
  }

  .segment-left {
    width: 60% !important;
  }

  .flight-card {
    display: block !important;
  }

  .book-now-btn,
  .line_button {
    width: 180px !important;
    font-size: 11px !important;
    padding: 8px 0px !important;
  }

  .flight-card .flight-booking {
    flex-direction: row-reverse !important;
    padding-top: 15px;
  }

  .flight-card .airline-name {
    text-align: center;
    font-size: 16px;
  }

  .flight-card .airline-logo {
    text-align: center;
    margin: 0 auto;
  }

  .flight-results-main {
    float: left;
    width: 100%;
    overflow: hidden;
  }

  .amenities_grid_main {
    grid-template-columns: repeat(3, 10fr);
  }
}

@media (max-width: 9000px) and (min-width: 768px) {
  span.passengers_text {
    height: 30px;
    display: inline-flex;
    line-height: 31px !important;
  }

  .search_tour .search_tour_form .fields__block .fields .field {
    padding: 10px 10px 10px 20px !important;
  }

  .selectCity {
    display: flex;
    width: 45%;
    position: relative;
    gap: 20px;
  }

  .swap_button {
    position: absolute !important;
    top: 27%;
    width: 50px !important;
    left: 0;
    right: 0;
    margin: 0 auto !important;
  }

  .field.passengers_field.tPassenger {
    flex: none !important;
    width: 210px !important;
  }

  .fullscreensearch .field.rooms_field.smallsize {
    margin: 0px !important;
    width: auto !important;
  }

  .fullscreensearch .field.destination_field,
  .fullscreensearch .field.date_field {
    margin: 0px !important;
  }

  .smallsize {
    width: 27% !important;
    flex: none !important;
  }

  .help-dropdown {
    width: 70px !important;
  }

  .currency-language {
    width: 150px !important;
    margin-right: 20px;
  }

  .homepage_slider .categories_item .icon .icon-wrap {
    width: 60px;
    height: 60px;
  }

  .slide__text {
    top: 33% !important;
  }

  .slide__text-heading {
    font-size: 4rem;
  }

  .slide__text-desc {
    font-size: 18px !Important;
  }

  .ps-navigation--footer {
    display: none !important;
  }

  .pt-xl-30 {
    padding-top: 8rem !important;
  }

  .logo img {
    width: 120px !important;
  }

  .bottomheader.sticky .menu .scroll_wrap>ul>li>a {
    line-height: 75px !important;
  }

  .bottomheader.sticky .logo img {
    width: 90px !important;
    position: relative;
    top: 1px;
  }

  .bottomheader.sticky .header__bottom .search_link,
  .bottomheader.sticky .cartin,
  .bottomheader.sticky .userin {
    height: 69px !important;
    line-height: 70px !important;
  }

  .tabls li button {
    min-width: 150px !important;
  }

  .fullbanner {
    display: none !important;
  }

}

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


  .header-right {
    right: 70px;
    position: relative;
    top: -19px;
  }
}

@media (max-width: 768px) and (min-width: 100px) {
  .airline-comparison {
    margin-bottom: 0px;
  }

  .sort_quick_option {
    font-size: 12px !important;
    padding: 5px !important;
    text-align: right;
  }

  section.searchResultPage {
    padding: 10px 10px;
  }

  section.NavigationBar {
    padding: 3px 10px;
  }

  section.NavigationBar .breadcrumb_nav a,
  section.NavigationBar .breadcrumb_nav span {
    font-size: 10px;
  }

  .breadcrumb_nav {
    margin: 7px 0px !important;
  }

  section.searchsection {
    padding: 97px 20px 26px 20px !important;
  }

  .fullscreensearch .field.rooms_field.smallsize {
    margin: 0px 0px 5px 0px !important;
    width: 100% !important;
  }

  button.actionbutton {
    width: 100% !important;
  }

  .section_content.mobilet .destination_item img {
    height: 180px;
  }

  .fullscreensearch .field.destination_field,
  .fullscreensearch .field.date_field {
    margin: 0px 0px 5px 0px !important;
  }

  .section_content.mobilet {
    padding-top: 10px;
    padding-left: 20px;
  }

  section.hotelSlider .col-md-3.col-lg-3.col-sm-6.col-xs-6.mb-3 {
    width: 50% !important;
    padding: 3px !important;
    margin: 0px !important;
  }

  .alignbutton {
    position: relative;
    right: 0px;
    left: 0px;
    text-align: center;
    top: 9px;
  }

  .section_heading.mb-4 {
    margin-bottom: 10px !important;
  }

  .field.rooms_field.smallsize .label.nomobi {
    display: none !important;
  }

  .search_tour .search_tour_form .fields__block .fields .field {
    padding: 15px !important;
    min-height: auto !important;
  }

  section.breadcrumbs {
    padding: 160px 0px !important;
  }

  .currency-language {
    width: 130px !important;
    gap: 7px !important;
    padding: 2px 5px !important;
    border-radius: 4px !important;
    margin-right: 10px !important;
    margin-top: 8px !important;

  }

  .bottomheader.sticky .header-right {
    top: 5px;
    position: relative;
  }

  .bottomheader.sticky .mobile_btn {
    top: 5px;
  }

  .help-dropdown {
    margin-right: 15px;
    margin-top: 8px !important;
  }

  .currency-language .currency,
  .currency-language .language {
    font-size: 12px !important;
  }

  .header__bottom .logo {
    width: 120px !important;
    text-align: left !important;
  }

  .bottom a {
    color: #c2c2c2 !important;
  }

  .footer_top {
    padding-top: 20px !important;
  }


  .header__bottom .menu .scroll .bottom .tel {
    margin-bottom: 5px !important;
  }

  .homepage_slider .slide__controls .arrow {
    top: 60px;
    left: 0px !important;
    bottom: auto !important;
    margin-left: 0px ! IMPORTANT;
  }

  .most_popular__section {
    padding: 35px 0px;
  }

  .blog .top_part .section_description {
    width: 100% !important;
    max-width: 100% !important;
  }

  .blog.blog-section.last-section {
    padding: 30px 0px !important;
    background-position: bottom center !important
  }

  .popular_destination__section.mainpage-slider {
    padding-bottom: 25px !important;
  }

  .discount_section .section_content .tag,
  .discount_tag {
    font-size: 2rem !important;
  }

  .discount_section .section_content .section_title {
    font-size: 2.4rem !important;
  }

  .benefits .item_title {
    font-size: 1.2rem !important;
  }

  .whychoose .description {
    margin: 0px auto !important;
    max-width: 100% !important;
  }

  .whychoose .section_content {
    height: auto !important;
    margin: 0px !important;
  }

  .whychoose .box-content {
    padding: 12px 15px ! IMPORTANT;
  }

  .homepage_slider .categories_item .icon .icon-wrap {
    width: 55px;
    height: 55px;
  }

  .slide__text {
    top: 40% !important;
  }

  .slide__text-heading {
    font-size: 30px;
  }

  .slide__text-desc {
    font-size: 16px;
    line-height: 1.1;
  }

  .homepage_slider .slide__controls {
    display: flex;
  }

  .footer_bottom {
    background: var(--para-color-dark);
    border-top: 1px solid #4d5c55;
    padding-bottom: 70px !important;
  }

  .homepage_slider .slide__controls .btn {
    line-height: 1.1 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 10px !important;
  }

  .footer_center_right,
  .most_popular {
    display: none !important;
  }

  .footer_center_menu ul li {
    float: left;
    width: 50% !important;
    margin: 0px !important;
  }

  p,
  .section_description,
  .text {
    font-size: 14px !important;
  }

  .footer_top .footer_head_mobile .text {
    font-size: 18px;
    max-width: 100% !important;
  }

  .footer_top_menu {
    display: none !important;
  }

  .footer_center_menu ul {
    margin: 0px;
    padding: 0px !important;
  }

  .footer_center {
    text-align: center !important;
  }

  .cartin,
  .userin,
  .topheader {
    display: none !important;
  }

  .bottomheader.sticky {
    height: 60px !important;
  }

  .tabls {
    background: #d9d9d9;
    border-radius: 1rem;
  }

  .bannersecin {
    flex-direction: column;
    /* Stack elements vertically */
  }

  .bannersecin {
    display: flex;
  }

  .bannersecin .col-xl-4 {
    order: 1;
    /* Show this div first on mobile */
  }

  .bannersecin .col-xl-1 {
    order: 2;
    /* Show this div second on mobile */
    display: block;
    /* Ensure it appears on mobile */
  }

  .logo img {
    width: 90px !important;
  }

  .bottomheader.sticky .logo img {
    width: 60px !important;
  }

  section.hero-section-2 .container-fluid,
  section.hero-section-2 .swiper-horizontal {
    padding: 0px !important;
    margin: 0px !important;
  }

  button.hero-2-swiper-prev {
    position: absolute;
    right: 10px;
  }

  .swiper-btns {
    width: 100% !important;
    padding: 0px 10px !important;
    position: relative;
  }

  .top_part_right {
    display: none !important;
  }

  .tab-content>.tab-pane .most_popular__section {
    padding: 30px 0px !important;
  }

  .tab-content>.tab-pane .top_part_left {
    padding-bottom: 10px !important;
  }

  .slide__content a.btn {
    width: auto !important;
    height: auto !important;
    padding: 5px 15px !important;
  }

  .box-content p {
    height: 48px !important;
    overflow: hidden;
  }

  .box-content h3 {
    margin: 0px !important;
  }

  .box-content span {
    float: left;
    width: 100% !important;
    font-size: 14px !important;
    margin: 5px 0px !important;
  }

  a.btn.btn-custom {
    padding: 3px 10px !important;
    font-size: 12px !important;
  }
}




.box {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 15px;
  transition: box-shadow 0.3s ease;
}

.box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.box img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.box:hover img {
  transform: scale(1.1);
  /* Zoom effect on hover */
}

.box-content {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: var(--white-color);
  z-index: 2;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  background: rgb(13 40 36);
  background: linear-gradient(180deg, rgb(2 0 36 / 0%) 0%, rgb(0 0 0 / 85%) 35%, rgb(12 40 36) 100%);
  right: 0;
  padding: 1rem;
}

.box-content h3 {
  margin: 0 0 10px;
}

.btn-custom {
  background: #ff5722;
  border: none;
  color: var(--white-color);
  padding: 8px 16px;
  border-radius: 20px;
  text-transform: uppercase;
}

.btn-custom:hover {
  background: #e64a19;
}

/* Basic slider styles */
#newsldier,
#hoteldeals {
  position: relative;
  display: flex;
  align-items: center;
}

#newsldier .slide_item,
#hoteldeals .slide_item {
  width: 300px;
  /* Adjust the width as needed */
  margin: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

#hoteldeals p {
  font-size: 13px !important;
}

.box-content span {
  color: #ddd;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 5px;
}

a.btn.btn-custom {
  background: var(--seconday-color);
  color: var(--white-color) !important;
  text-shadow: none !important;
  padding: 6px 15px !important;
  letter-spacing: normal;
  line-height: 1.2 !important;
  height: auto !important;
  font-size: 14px;
  font-weight: bold !important;
}

.buttons.din {
  display: flex;
  vertical-align: middle;
  align-items: center;
}

a.deve {
  background: black;
  padding: 10px !important;
  color: white;
  text-align: center;
  line-height: 1.2;
}

a.dbtn__choose_tour {
  background: white;
  padding: 9px 20px;
  color: black;
  font-weight: 500;
  text-decoration: underline !important;
}

.crabofferslider .slide_item {
  position: relative;
  overflow: visible;
}

a.slide_item_img:hover {
  filter: brightness(1.4);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.addVertisement,
a.slide_item_img {
  position: relative;
}

.addVertisement a.slide_item_img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgb(0 0 0 / 33%) 35%, rgb(4 25 15 / 76%) 100%);
}

.addVertisement .newson {
  position: absolute;
  z-index: 1;
  bottom: 0;
  background: none !important;
  border: none !important;
  padding: 0px 2rem !important;
  text-align: center;
}

.newson h3.slide_title {
  color: white !important;
  font-weight: 500 !important;
  font-size: 2rem !important;
  line-height: 1;
  margin-bottom: 3px !important;
}

.newson p {
  font-size: 14.4px;
  color: white !important;
  line-height: 1.2;
}

.crabofferslider a.slide_item_content.newson span {
  color: #E9C945;
  font-family: var(--font-luzal) !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  margin: 0px !important;
  line-height: 1 !important;
}

.crabofferslider .slide_item_img {
  border-radius: 20px 20px 20px 20px !important;
  overflow: hidden;
  border: 1px solid #a0a0a0 !important;
}

.crabofferslider a.slide_item_content.newson {
  border-radius: 0px 0px 20px 20px !important;
}

.footer_top_menu ul {
  margin: 0px !important;
  padding: 0px !important;
}

.footer_center_right .text p {
  margin: 5px 0px !important;
}

.audio_search {
  background-color: #f0f0f0;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  position: absolute;
  right: 45px;
  z-index: 0;
}

.audio_search:hover {
  background-color: #ddd;
}

.audio_search i {
  font-size: 18px;
  color: #333;
}

.ps-navigation--footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background-color: white;
  border-top: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  padding: 5px 0 5px;
}

.ps-navigation--footer .ps-nav__item {
  flex: 1;
  text-align: center;
  font-size: 22px;
  border-left: 1px solid #ddd;
}

.ps-navigation--footer .ps-nav__item a {
  color: #191919;
  display: inline-flex;
  width: 40px;
  height: 21px;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.ps-navigation--footer .ps-nav__item i {
  font-weight: 600;
}

.ps-navigation--footer .ps-nav__item .badge {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #191919;
  color: white;
}

.ps-navigation--footer .ps-nav__item #close-menu {
  display: none;
  color: #D9121F;
}

.ps-navigation--footer .ps-nav__item.active #close-menu {
  display: inline-flex;
}

.ps-navigation--footer .ps-nav__item.active #open-menu {
  display: none;
}

@media (min-width: 768px) {
  .ps-navigation--footer {
    display: none;
  }
}

.ps-footer {
  padding-bottom: 55px;
}

.ps-footer__middle {
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .ps-footer {
    padding-bottom: 0;
  }
}

.top_destination .section_subtitle {
  color: var(--para-color-dark);
}

section.breadcrumbs {
  padding: 200px 0px;
  background-position: center;
  align-items: center;
  background-size: cover;
  position: relative;
}

section.breadcrumbs:before,
section.searchsection:before {
  height: 55%;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  position: absolute;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, var(--para-color-dark) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, var(--para-color-dark) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, var(--para-color-dark) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--para-color-dark)00', endColorstr='var(--para-color-dark)', GradientType=0);
}

section.breadcrumbs:after,
section.searchsection:after {
  opacity: .3;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--para-color-dark);
}

.page_head {
  position: relative;
  margin-top: -130px;
  padding-bottom: 90px;
}

section.searchsection {
  background-size: cover;
  background-position: center center;
  padding-top: 169px;
  padding-bottom: 50px;
  position: relative;
}

.fullscreensearch {
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
  align-items: center;
}

section.searchsection .wrap {
  position: relative;
  z-index: 1;
}

.field.date_field,
.field.rooms_field.smallsize {
  position: relative;
}

button.actionbutton {
  height: 50px;
  padding: 0px 30px;
  background: black;
  color: white;
  border: none;
  border-radius: 3px;
}


.fullscreensearch input#destination-input,
.fullscreensearch .date_inputs .date_input,
.fullscreensearch div#rooms-guest-selector {
  height: 50px !important;
  border-radius: 3px !important;
  border: 1px solid #d4a877;
}

.fullscreensearch input#destination-input {
  padding: 0px 20px 0px 45px !important;
}

.fullscreensearch div#rooms-guest-selector,
.fullscreensearch .date_inputs .date_input {
  padding: 0px 0px 0px 10px !important;
  opacity: 9 !important;
}

.fullscreensearch .field_wrap i {
  position: absolute;
  font-size: 22px;
  color: #d4a877;
  top: 13px;
  left: 12px;
}

.fullscreensearch .field_wrap {
  position: relative;
}


.fullscreensearch .calendar_input,
.fullscreensearch input#destination-input,
.fullscreensearch .rooms_input .rooms_text {
  font-size: 17px !important;
  color: black !important;
  font-weight: bold !important;
}

.fullscreensearch .date_input i {
  top: 48% !important;
}

.info_content,
.policies_content {
  padding-top: 20px;
}

/* Flight Search Specific Styles */
.flight_icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.flight_icon i {
  font-size: 20px;
  color: var(--seconday-color);
}

.trip_type_options {
  display: inline-flex;
  gap: 0;
  margin-bottom: 20px;
}

.trip_option {
  padding: 5px 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600 !important;
  color: var(--primary-color);
  width: auto;
  border-radius: 50px;
  font-size: 14px !important;
  letter-spacing: -.5px !important;
  border: 1px solid transparent;
}

.trip_option.active,
.trip_option:hover {
  background: transparent;
  border: 1px solid #D4A877 !important;
  color: #D4A877;
}

.trip_option i {
  font-size: 12px;
}

/* FROM and TO Fields */
.from_field,
.to_field {
  position: relative;
}

.swap_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  z-index: 10;
  position: relative;
}

.swap_btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--seconday-color);
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.swap_btn:hover {
  background: var(--seconday-color);
  color: white;
}

.swap_btn i {
  font-size: 16px;
  color: var(--seconday-color);
}

.swap_btn:hover i {
  color: white;
}

/* Airport Dropdown */
.airport_dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  margin-top: 5px;
}

.airport_dropdown.show {
  display: block;
}

.airport_list {
  max-height: 200px;
  overflow-y: auto;
}

.airport_item {
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background-color 0.2s ease;
}

.airport_item:hover {
  background: #f8f9fa;
}

.airport_item i {
  color: var(--seconday-color);
  font-size: 16px;
}

.airport_info {
  flex: 1;
}

.city_name {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 14px;
}

.airport_name {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}

/* Passengers Field */
.passengers_field {
  position: relative;
}

.passengers_input {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}

.passengers_content {
  flex: 1;
}

.passengers_text {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 16px;
  display: block;
}

.class_text {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
  display: block;
}

/* Passengers Dropdown */
.passengers-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  min-width: 300px;
  margin-top: 5px;
}

.passengers-dropdown.show {
  display: block;
}

.passengers-section {
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
}

.class-section {
  padding: 16px;
}

.class-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.class-option {
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1.1 !important;
  font-weight: bold !important;
}

.class-option:hover {
  border-color: var(--seconday-color);
  background: rgba(212, 168, 119, 0.1);
}

.class-option.active {
  background: var(--seconday-color);
  border-color: var(--seconday-color);
  color: white;
}

.class-name {
  font-size: 12px;
  font-weight: 500;
}

/* Flight Calendar Styles */
.flightsearch .date_dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: white;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  width: 600px;
  max-width: 90vw;
}

.flightsearch .date_dropdown.show {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.flightsearch .dual_calendar {
  display: flex;
  gap: 20px;
  padding: 20px;
}

.flightsearch .calendar_month {
  flex: 1;
}

.flightsearch .month_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.flightsearch .nav_btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.flightsearch .nav_btn:hover {
  background: #f0f0f0;
}

.flightsearch .month_year {
  font-weight: 600;
  font-size: 16px;
  color: var(--primary-color);
}

.flightsearch .weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin-bottom: 10px;
}

.flightsearch .weekday {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  padding: 8px 0;
}

.flightsearch .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.flightsearch .day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.2s;
  position: relative;
}

.flightsearch .day:hover:not(.empty):not(.past) {
  background: #f0f0f0;
}

.flightsearch .day.today {
  background: #e3f2fd;
  color: #1976d2;
  font-weight: 600;
}

.flightsearch .day.selected {
  background: var(--seconday-color);
  color: white;
  font-weight: 600;
}

.flightsearch .day.in-range {
  background: rgba(212, 168, 119, 0.2);
  color: var(--primary-color);
}

.flightsearch .day.past {
  color: #ccc;
  cursor: not-allowed;
}

.flightsearch .day.empty {
  cursor: default;
}

/* Flight Search Results Page Styles */
.FlightSearchResultPage {
  padding: 20px 0;
  background: #f8f9fa;
}


/* Airline Comparison */
.airline-comparison {
  margin: 20px 0;
}

/* Airline comparison carousel layout */
.airline-comparison-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.airline-comparison-slider {
  display: flex;
  transition: transform 0.3s ease;
  width: max-content;
  gap: 5px;
}

.airline-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: #ffffff;
  border-radius: 8px;
  border: 2px solid #d8e6ef;
  transition: all 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
  width: 160px;
}


.airline-card:hover {
  border-color: var(--seconday-color);
  background: white;
}

.airline-card.active {
  border-color: var(--seconday-color);
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.airline-logo {
  width: 50px !important;
}

.airline-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.airline-price {
  font-weight: 700;
  font-size: 12px;
  color: #000;
}

/* Nav controls for airline comparison */
.airline-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.airline-carousel-nav.prev {
  left: 10px;
}

.airline-carousel-nav.next {
  right: 10px;
}

/* Main Content Layout */
.flight-results-content {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
}

/* Flight Filters Sidebar */
.flight-filters-sidebar {
  background: white;
  border-radius: 0px;
  padding: 13px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: fit-content;
  position: sticky;
  top: 20px;
}

.filters-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9ecef;
}

.results-count {
  font-weight: 600;
  color: #333;
}

.reset-all-btn {
  background: none;
  border: 1px solid #ddd;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.3s ease;
}

.reset-all-btn:hover {
  border-color: var(--seconday-color);
  color: var(--seconday-color);
}

/* Filter Sections */
.filter-section,
.filter_section {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.filter-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* Utility classes for filter sections */
.filter-section.pb-0,
.filter_section.pb-0 {
  padding-bottom: 0;
}

.filter-section.border-0,
.filter_section.border-0 {
  border-bottom: none;
}

.filter-section.mb-0,
.filter_section.mb-0 {
  margin-bottom: 0;
}

.filter-title {
  font-size: 14px;
  color: #1A3636;
  margin-bottom: 10px;
  letter-spacing: 0.1px;
  font-weight: bold !important;
}

/* Price Alert Section */
.price-alert-section {
  background: #1A3636;
  border-radius: 8px;
  padding: 20px;
  color: white;
}

.price-alert-card .alert-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.price-alert-card .alert-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-alert-card .alert-header i {
  font-size: 18px;
  color: #FFFFFF;
}

.price-alert-card .alert-header h4 {
  margin: 0;
  font-size: 16px;
  color: #D4A762;
}

.price-alert-card p {
  font-size: 12px;
  margin-bottom: 0px;
  color: #FFFFFF;
}

/* Toggle Switch */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switch label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #709B9B;
  transition: 0.4s;
  border-radius: 24px;
}

.toggle-switch label:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #FFFFFF;
  transition: 0.4s;
  border-radius: 50%;
}

.toggle-switch input:checked+label {
  background-color: #D4A762;
}

.toggle-switch input:checked+label:before {
  transform: translateX(26px);
}

/* Trip Type Options */
.trip-type-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.trip-type-option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.trip-type-option:hover {
  background: #f8f9fa;
}

.trip-type-option.active {
  background: var(--seconday-color);
  color: white;
}

.trip-type-option input[type="radio"] {
  display: none;
}

/* Trip Type Title */
.trip-type-title {
  font-size: 16px;
  font-weight: 700;
  color: #1A3636;
  margin: 0 0 10px 0;
  letter-spacing: 0.2px;
}

.trip-type-underline {
  width: 60px;
  height: 3px;
  background-color: #D4A762;
  border-radius: 2px;
  margin-bottom: 15px;
}

/* Timing Options */
.timing-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
}

.timing-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 12px 6px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  margin-left: -1px;
}

.timing-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.timing-option:hover {
  border-color: #D4A762;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.timing-option:has(input[type="checkbox"]:checked) {
  border-color: #D4A762;
  background: #fff9f0;
  box-shadow: 0 2px 8px rgba(212, 167, 98, 0.25);
}

.timing-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1px;
  color: #1A3636;
  font-size: 22px;
}

.timing-icon i {
  color: #143833;
  font-weight: bold;
}

.timing-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.timing-range {
  font-weight: bold !important;
  font-size: 10px;
  color: #1A3636;
  line-height: 1.2;
}

.timing-price {
  font-size: 9px;
  color: #1A3636;
  font-weight: 700;
  line-height: 1.2;
}

/* Responsive timing options */
@media (max-width: 768px) {
  .timing-options {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .timing-option {
    padding: 12px 8px;
  }

  .timing-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .timing-range {
    font-size: 12px;
  }

  .timing-price {
    font-size: 13px;
  }
}

/* Range Sliders */
.price-range-slider,
.duration-range-slider {
  position: relative;
}

.price-range-slider input[type="range"],
.duration-range-slider input[type="range"] {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #e9ecef;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.price-range-slider input[type="range"]::-webkit-slider-thumb,
.duration-range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--seconday-color);
  cursor: pointer;
}

.price-labels,
.duration-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}

/* Time Range Slider (Departures) - New Design */
.time-range-slider {
  padding: 20px 0 10px;
}

.time-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.time-label-left,
.time-label-right {
  font-size: 14px;
  font-weight: 500;
  color: #1A3636;
  letter-spacing: 0.3px;
}

.time-slider-track {
  position: relative;
  height: 6px;
  background-color: transparent;
}

.time-slider-range {
  position: absolute;
  height: 6px;
  background-color: #709B9B;
  border-radius: 3px;
  left: 0%;
  width: 100%;
  top: 0;
  z-index: 1;
}

.time-slider-input {
  position: absolute;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  z-index: 2;
}

.time-slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.time-slider-input::-webkit-slider-thumb:hover {
  border-color: #709B9B;
  box-shadow: 0 2px 6px rgba(112, 155, 155, 0.3);
}

.time-slider-input::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.time-slider-input::-moz-range-thumb:hover {
  border-color: #709B9B;
  box-shadow: 0 2px 6px rgba(112, 155, 155, 0.3);
}

.time-slider-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
}

.time-slider-input::-moz-range-track {
  width: 100%;
  height: 6px;
  background: transparent;
}

.time-slider-max {
  z-index: 3;
}


.checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  border-radius: 3px;
  position: relative;
  transition: all 0.3s ease;
}

/* Sort Section */
.sort-section {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9ecef;
}

.sort-options {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sort-options label {
  font-weight: 500;
  color: #333;
}

.sort-select {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: white;
  cursor: pointer;
}

/* Flight Results List */
.flight-results-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Flight Card */
.flight-card {
  display: flex;
  gap: 20px;
  padding: 15px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: white;
  margin-bottom: 0px;
  align-items: center;
  position: relative;
}

.price-info .price {
  font-weight: bold !important;
  color: black !important;
  line-height: 1;
  letter-spacing: -.5px;
}

.flight-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-color: #d0d0d0;
}

/* Flight Airline */
.flight-airline {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 100px;
}

.departure-info {
  text-align: left;
}

.arrival-info {
  text-align: right;
}

.airline-name {
  font-weight: 600;
  font-size: 13px;
  color: #519386;
  text-align: left;
}

/* Flight Route */
.flight-route {
  display: flex;
  align-items: center;
  gap: 15px;
}

.departure-info,
.arrival-info {
  text-align: center;
}

.city {
  font-weight: 600;
  font-size: 14px;
  color: #519386;
  margin-bottom: 0px;
}

.departure-info .time,
.arrival-info .time {
  font-size: 1.5rem;
  font-weight: bold;
  color: black;
}


.flight-path {
  max-width: 140px;
  min-width: 140px;
}

/* Flight Details */
.flight-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.styles-module {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 0;
  line-height: 0;
}

.styles-module::after,
.styles-module::before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #2b92bc;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
}

.inner_OMHYW {
  display: flex;
  flex: 1;
  flex-direction: rows;
  align-items: center;
}

.inner_OMHYW::after,
.inner_OMHYW::before {
  content: " ";
  display: block;
  flex: 1;
  border-block-start: 1px solid #2b92bc;
}

span.path_outline {
  background: #fff;
  color: #000;
  border: 1px solid #2b92bc;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 5px;
  font-size: 9px;
  font-weight: bold;
  height: 17px;
}

.duration-stops {
  font-size: 13px;
  color: #519386;
  font-weight: 600;
  text-align: center;
}

.duration-stops b {
  color: black;
}

.flight-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}


.flight-details-link {
  font-size: 12px;
  color: var(--seconday-color);
  text-decoration: none;
}

.flight-details-link:hover {
  text-decoration: underline;
}

.baggage-info {
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #666;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

.baggage-info i {
  font-size: 12px;
}

/* Flight Booking */
.flight-booking {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.price-info {
  text-align: right;
}

.price {
  font-size: 20px;
  font-weight: 700;
  color: var(--seconday-color);
  margin-bottom: 4px;
}

.price-note {
  font-size: 12px;
  color: #519386;
}

a.flight-details-link {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}

.book-now-btn,
.line_button {
  background: #000;
  color: white;
  border: none;
  padding: 8px 5px;
  width: 120px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 12px;
}

.book-now-btn:hover,
.line_button:hover {
  background: #b8945f;
  transform: translateY(-1px);
}

a.line_button {
  background: none;
  border: 1px solid #ddd;
  color: #519386 !important;
}

/* More Options */
.more-options {
  text-align: center;
  padding: 8px 30px 10px 30px;
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  margin: 0 auto;
  background: #143833;
  display: inline-table;
  bottom: -31px;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #e0e0e0;
  border-top: 0px;
  z-index: 11;
}

.moreoption {
  margin-bottom: 25px !important;
}

.more-options-link {
  color: #dbdbdb;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.more-options-link:hover {
  text-decoration: underline;
}

.more-options-link .accordion-icon {
  transition: transform 0.3s ease;
  font-size: 12px;
}

.more-options-link .accordion-icon.rotate {
  transform: rotate(180deg);
}

/* Flight Card Wrapper for Accordion */
.flight-card-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.flight-card-wrapper .flight-card {
  margin-bottom: 0;
}

/* Accordion Content */
.flight-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, opacity 0.3s ease, margin-top 0.3s ease;
  opacity: 0;
  margin-top: 0;
}

.flight-accordion-content.active {
  opacity: 1;
  margin-top: 10px;
}

.flight-accordion-content .accordion-item {
  margin-bottom: 15px;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  animation: slideDown 0.3s ease-out;
}

.flight-accordion-content .accordion-item:last-child {
  margin-bottom: 0;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design for Flight Search Results */
@media (max-width: 1200px) {
  .flight-results-content {
    grid-template-columns: 280px 1fr;
    gap: 15px;
  }

  .flight-card {
    grid-template-columns: 100px 1fr 180px 160px;
    gap: 15px;
  }
}

@media (max-width: 992px) {
  .flight-results-content {
    grid-template-columns: 1fr;
    position: relative;
  }

  .flight-filters-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 78%;
    max-width: 350px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
    padding: 20px;
    padding-bottom: 60px;
    padding-top: 30px;
    margin-bottom: 0;
  }

  .flight-filters-sidebar.show {
    right: 0;
  }

  .flight-filters-sidebar::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }



  .flight-card {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }

  .flight-route {
    justify-content: center;
  }

  .flight-booking {
    align-items: center;
  }
}


@media (max-width: 576px) {
  .carousel-container {
    gap: 10px;
  }

  .carousel-nav {
    width: 32px;
    height: 32px;
  }



  .date-price-item .date {
    font-size: 12px;
  }

  .date-price-item .price {
    font-size: 11px;
  }

  .flight-filters-sidebar {
    padding: 15px;
  }

  .mobile_filter_btn {
    display: flex;
  }
}

.date-price-item {
  text-align: center;
  width: 200px !important;
}

.date-price-item .price {
  font-size: 16px;
  font-weight: 700;
  color: var(--seconday-color);
  margin-bottom: 4px;
  border-right: 1px solid #ddd;
  padding: 8px 0px;
  background: white;
  cursor: pointer;
}

.date-price-item .price small {
  font-size: 65% !important;
}

.date-price-item.active .price {
  background: black;
  font-weight: bold !important;

}

.date-price-item.active .date {
  font-weight: bold !important;
}

.date-price-item .date {
  padding-top: 5px;
  font-size: 13px;
}

/* Date Price Carousel Styles */
.date-price-carousel {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.carousel-container {
  position: relative;
  width: 100% !important;
  overflow: hidden;
}

.date-price-slider {
  display: flex;
  transition: transform 0.3s ease;
  width: max-content;
}

.date-price-item {
  flex-shrink: 0;
  text-align: center;
  width: 120px !important;
}

.date-price-carousel .carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.date-price-carousel .carousel-nav:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.date-price-carousel .carousel-nav.prev {
  left: 10px;
}

.date-price-carousel .carousel-nav.next {
  right: 10px;
}

.date-price-carousel .carousel-nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Baggage Option Section */
.bagageoption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

p.field-instruction {
  font-size: 12px !important;
  color: #03937f !important;
  margin: 0px !important;
}

.bagageoption .leftSideBag {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bagageoption .leftSideBag i {
  font-size: 20px;
  color: #8d6e63;
}

.bagageoption .leftSideBag span {
  color: #00695c;
  font-size: 16px;
  font-weight: 500;
}

.bagageoption .rightSideButtion {
  display: flex;
  align-items: flex-start;
}

.bagageoption .flightmore {
  color: #8d6e63;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.bagageoption .flightmore:hover {
  text-decoration: underline;
}

.bagage-separator {
  height: 1px;
  border-top: 1px dotted #e0e0e0;
  margin: 16px 0;
}

/* Coupon Code Section */
.couponCode {
  margin-top: 20px;
}

.couponCode .coupon-form {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}

.couponCode .Femail,
.couponCode .Fcoupon {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.couponCode .Femail label,
.couponCode .Fcoupon label {
  color: #00695c;
  font-size: 14px;
  font-weight: 500;
}

.couponCode .Femail input,
.couponCode .Fcoupon input {
  border: 1px solid #8d6e63;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

.couponCode .Femail input::placeholder,
.couponCode .Fcoupon input::placeholder {
  color: #a1887f;
}

.couponCode .Femail input:focus,
.couponCode .Fcoupon input:focus {
  outline: none;
  border-color: #00695c;
}

.couponCode .coupon-input-group {
  display: flex;
  gap: 8px;
}

.couponCode .coupon-input-group input {
  flex: 1;
}

.couponCode .apply-coupon {
  background-color: #00695c;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}

.couponCode .apply-coupon:hover {
  background-color: #004d40;
}

.coupon-code-details {
  background-color: #fff9c4;
  border-radius: 6px;
  padding: 12px 16px;
  margin-top: 16px;
}

.coupon-code-details div {
  color: #00695c;
  font-size: 14px;
  font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .couponCode .coupon-form {
    flex-direction: column;
    gap: 16px;
  }

  .bagageoption {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .bagageoption .rightSideButtion {
    align-self: flex-end;
  }
}

















/* Enhance Your Comfort Section */
.enhance-comfort-section {
  margin-top: 30px;
}

.enhance-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.enhance-header-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.enhance-icon {
  font-size: 24px;
  color: #1a473a;
  stroke-width: 2;
}

.enhance-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a473a;
  margin: 0;
}

.terms-use-link {
  color: #4a9d9c;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.terms-use-link:hover {
  text-decoration: underline;
}

.enhance-separator {
  height: 1px;
  border-top: 1px dotted #4a9d9c;
  margin-bottom: 20px;
}

/* Tabs */
.enhance-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 25px;
  border-bottom: 2px solid #e0e0e0;
}

.enhance-tab {
  background: none;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #4a9d9c;
  position: relative;
  transition: all 0.3s ease;
}

.enhance-tab:hover {
  color: #c3945f;
}

.enhance-tab.active {
  color: #c3945f;
}

.enhance-tab.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #c3945f;
  border-radius: 2px 2px 0 0;
}

.enhance-tab span {
  display: inline-block;
}

/* Tab Content */
.enhance-content {
  min-height: 200px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.no-options-message {
  color: #1976d2;
  font-size: 16px;
  padding: 20px 0;
}

/* Enhance Cards */
.enhance-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  transition: box-shadow 0.3s ease;
}

.enhance-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.card-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.card-price {
  font-size: 18px;
  font-weight: 600;
  color: #1a473a;
}

.card-description {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.card-add-btn {
  background-color: transparent;
  border: 1.5px solid #1a473a;
  color: #1a473a;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.card-add-btn:hover {
  background-color: #1a473a;
  color: #fff;
}

@media (max-width: 768px) {
  .enhance-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .enhance-tabs {
    flex-wrap: wrap;
  }

  .enhance-tab {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.diVidinD {
  text-align: center;
  padding: 30px 0px;
  padding-top: 0px;
}

.bCACKround {
  float: none;
  background: #d0efd2;
  width: 45%;
  margin: 0 auto;
  font-size: 13px;
  padding: 8px 6px;
  border: 1px solid #4ad4d0;
  position: relative;
}

.bCACKround::after,
.bCACKround::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #dedede;
  top: 18px;
}

.bCACKround span::after {
  height: 100%;
  content: '';
  width: 2px;
  background: #787878;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}

.bCACKround::after {
  left: -200px;
}

.bCACKround::before {
  right: -200px;
}

.bCACKround span:first-child::after {
  display: none;
}

.bCACKround span {
  position: relative;
  padding: 0px 10px;
}

/* Booking Page Styles */
.booking-page {
  padding: 40px 0 100px;
  background: #F7F7F7;
  min-height: 100vh;
}

/* Progress Indicator */
.booking-progress {
  background: var(--white-color);
  border-radius: 5PX;
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  gap: 20px;
  margin: 10px 0px;
}


.progress-heading h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 1.5;
}

.progress-heading h4 span {
  text-decoration: underline;
  text-decoration-color: #E0E0E0;
  text-underline-offset: 4px;
}

.progress-steps {
  display: flex;
  flex: 1;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease;
  flex: 1;
}

.progress-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 20px;
  left: calc(50% + 20px);
  width: calc(100% - 40px);
  height: 2px;
  background: #E0E0E0;
  z-index: 0;
}

.progress-step.completed:not(:last-child)::after {
  background: var(--primary-color);
  animation: lineFill 0.5s ease;
}

.progress-step:hover:not(.disabled) {
  transform: translateY(-2px);
}

.progress-step.disabled {
  cursor: not-allowed;
  /* opacity: 0.5; */
}

.progress-step .step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #6da097;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  position: relative;
  transition: all 0.3s ease;
  border: 3px solid #fff;
  z-index: 1;
  pointer-events: auto;
}

.progress-step .step-number .step-num {
  display: block;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.progress-step .step-number .step-check-icon {
  display: none;
  position: absolute;
  font-size: 18px;
}

.progress-step.completed .step-number {
  background: #63d48e;
  color: var(--white-color);
}

.progress-step.completed .step-number .step-num {
  opacity: 0;
  transform: scale(0);
}

.progress-step.completed .step-number .step-check-icon {
  display: block;
  animation: checkmarkAppear 0.3s ease;
}

.progress-step.active .step-number {
  background: var(--primary-color);
  color: var(--white-color);
  border: 3px solid var(--seconday-color);
  animation: pulse 2s infinite;
}

.progress-step.active .step-number .step-num {
  display: block;
}

.progress-step .step-label {
  font-size: 12px;
  color: #666;
  text-align: center;
  transition: color 0.3s ease;
}

.progress-step.completed .step-label,
.progress-step.active .step-label {
  color: var(--primary-color);
  font-weight: 600;
}

@keyframes checkmarkAppear {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-180deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(20, 56, 51, 0.4);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(20, 56, 51, 0);
  }
}

.progress-line {
  width: 100px;
  height: 2px;
  background: #E0E0E0;
  margin: 0 20px;
  margin-top: -20px;
}

.progress-line.completed {
  background: var(--primary-color);
  animation: lineFill 0.5s ease;
}

@keyframes lineFill {
  0% {
    width: 0;
  }

  100% {
    width: 100px;
  }
}

/* Content Sections */
.step-content-section {
  display: none;
  animation: fadeIn 0.3s ease;
}

.step-content-section.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.content-card {
  background: var(--white-color);
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Booking Summary Header */
.summary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.summary-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.non-refundable {
  font-size: 14px;
  font-weight: 500;
  color: #4A90E2;
  margin: 0;
  text-align: right;
}

/* Tabbed Header */
.tabedHeader {
  background: var(--primary-color);
  border-radius: 5PX;
  padding: 10px 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tabedHeader span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
  border: 1px solid #fff;
}

/* Flight Segment */
.flight-segment {
  margin-bottom: 25px;
}

.segment-content-wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px 0;
}

.segment-left {
  display: table-cell;
  vertical-align: top;
  width: auto;
}

.departure-informations {
  display: table-cell;
  vertical-align: top;
  width: auto;
}

.segment-center {
  display: grid;
  vertical-align: middle;
  width: auto;
  text-align: center;
}

.segment-right {
  display: table-cell;
  vertical-align: top;
  width: auto;
}

.segment-total-time {
  display: table-cell;
  vertical-align: middle;

}

.total-time-label {
  text-align: center;
  background: #d0efd2;
  border-radius: 4px;
  padding: 8px;
  font-size: 12px;
  color: #666;
  font-weight: 500;
  width: 150px;
  float: right;
}

.airline-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}

.airlogo {
  width: 50px;
  height: 50px;
  background: var(--white-color);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  flex-shrink: 0;
}

.airlogo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.airline-details {
  display: flex;
  flex-direction: column;
  gap: 0px;
  line-height: 1.4;
}

.airName {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-color);
}

.flight-number {
  font-size: 12px;
  font-weight: bold;
  color: #519386;
}

.departure-informations,
.arrival-informations {
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-align: left;
}

.city-code {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0px;
}

span.ine {
  font-size: 80%;
  color: #936737 !important;
  letter-spacing: -.4px;
}

.airport-name {
  font-size: 13px;
  color: #666;
  line-height: 1.2;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.time-date {
  display: flex;
  flex-direction: unset;
  gap: 7px;
  margin-bottom: 5px;
  line-height: 1.3;
  align-items: baseline;
}

.time-date .time {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.time-date .date {
  font-size: 14px;
  color: #519386;
  font-weight: bold;
}

.terminal {
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

.fLIghtArrow {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 160px;
  min-width: 160px;
}

.path-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #519386;
  flex-shrink: 0;
}

.path-line {
  flex: 1;
  height: 2px;
  background: #519386;
  margin: 0 0px;
}

.segment-center .duration {
  font-size: 13px;
  font-weight: 600;
  color: #519386;
  margin-top: 8px;
  text-align: center;
}

.segment-center .class-type {
  font-size: 13px;
  color: #519386;
  margin-top: 1px;
  text-align: center;
  font-weight: bold;
}

.content-card h3 {
  font-size: 24px;
  font-weight: 600 !important;
  color: var(--primary-color);
  margin-bottom: 0px;
}

.content-card p {
  color: #000;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 0px;
}

.btn-complete-step {
  background: var(--primary-color);
  color: var(--white-color);
  border: none;
  padding: 12px 40px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.btn-complete-step:hover {
  background: #005a5a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(20, 56, 51, 0.3);
}

/* Next Steps Preview */
.next-steps-preview {
  margin-top: 0px;
  background: #e8f5e9;
  border-radius: 0px;
  padding: 0px 20px;
}

.next-steps-preview .next-step-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 0;
  border-bottom: 1px solid #ddd;
}

.couponCode form.coupon-form {
  width: 50%;
}

.next-steps-preview .next-step-item:last-child {
  border-bottom: none;
}

.next-steps-preview .next-step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d0efd2;
  border: 2px solid #81C784;
  color: #66BB6A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  flex-shrink: 0;
}

.next-steps-preview .next-step-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.completed-section-header {
  background: #6da097;
  border-radius: 5PX;
  padding: 10px 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.completed-section-header:hover {
  background: #0f2a26;
  box-shadow: 0 4px 12px rgba(20, 56, 51, 0.3);
}

.completed-section-header.expanded {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}


@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.completed-section-header .check-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #64d48e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid #fff;
  font-weight: bold;
}

.completed-section-header .check-icon i {
  color: var(--white-color);
  font-size: 16px;
}

.completed-section-header .section-title {
  flex: 1;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Expanded Completed Section */
.completed-section-expanded {
  background: var(--white-color);
  border-radius: 0 0 15px 15px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  animation: expandDown 0.3s ease;
}

@keyframes expandDown {
  from {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  to {
    opacity: 1;
    max-height: 1000px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.completed-section-expanded h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0px;
}

.completed-section-expanded p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.completed-section-expanded .btn-save-changes {
  background: var(--primary-color);
  color: var(--white-color);
  border: none;
  padding: 12px 40px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  margin-right: 10px;
}

.completed-section-expanded .btn-save-changes:hover {
  background: #005a5a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(20, 56, 51, 0.3);
}

.completed-section-expanded .btn-cancel {
  background: #E0E0E0;
  color: #666;
  border: none;
  padding: 12px 40px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.completed-section-expanded .btn-cancel:hover {
  background: #BDBDBD;
}

.progress-total {
  display: flex;
  align-items: center;
  gap: 20px;
}

.progress-total .total-amount {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
}

.progress-total .total-amount .currency {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-color);
  opacity: 0.8;
}

.progress-total .total-amount .amount {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
}

.progress-total .btn {
  background: var(--primary-color);
  color: var(--white-color);
  border: none;
  padding: 5px 30px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.3s ease;
  font-size: 13px;
}

.progress-total .btn:hover {
  background: #005a5a;
}

.segment-left,
.segment-total-time {
  width: 20%;
}

.departure-informations,
.segment-right,
.segment-center {
  width: 20%;
}

.couponcOde {
  background-color: #fff9c4;
  border-radius: 2px;
  padding: 6px 16px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #4ad4d0;
  width: auto;
  float: left;
  font-weight: bold;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 768px) {
  .booking-progress {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
  }

  .progress-heading {
    width: 100%;
  }

  .progress-heading h4 {
    font-size: 16px;
  }

  .progress-total {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .progress-total .total-amount {
    align-items: flex-start;
  }

  .progress-total .btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  .progress-steps {
    width: 100%;
    justify-content: space-between;
  }

  .progress-line {
    width: 30px;
  }

  .content-card {
    padding: 20px;
  }

  .content-card h3 {
    font-size: 20px;
  }

  .segment-content-wrapper {
    display: table;
    width: 100%;
    border-spacing: 0px 0;
  }

  .segment-left,
  .departure-informations,
  .segment-center,
  .segment-right,
  .segment-total-time {
    display: table-cell;
    width: auto;
  }

  .segment-total-time {
    width: 100%;
  }

  .fLIghtArrow {
    margin: 20px 0;
  }

  .segment-center {
    padding: 0;
  }
}

.bagage-icon {
  width: 190px;
  background: #d0efd2;
  border: 1px solid #4ad4d0;
  padding: 7px 10px 9px 10px;
  text-align: center;
}

.bagageoptionse {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0px;
  border-bottom: 1px solid #ddd;
  margin: 20px 0px;
}

.bagageoptionse .rightSideButtion {
  align-items: end;
  text-align: right;
  float: right;
}

.bagageoptionse .leftSideBag .bagage-icon span {
  color: #00695c;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -.5px;
}

a.flightmore {
  float: right;
  text-align: right;
  color: #d4a877;
  font-weight: bold;
  font-size: 14px;
}

.bagageoptionsese .leftSideBag span {
  color: #00695c;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.5px;
  position: relative;
  top: -.5px;
}

.bagage-icon i {
  position: relative;
  top: 3px;
  margin-right: 4px;
  font-size: 18px;
  color: #967045;
}

.fare-details {
  font-size: 25px;
  letter-spacing: -.9px;
}

.fare-breakup {
  padding-bottom: 14px;
  color: #c3945f;
}

/* Fare Details Box */
.fare-details-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  background: #f6f6f6;
}

.fare-details-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a473a;
  margin: 0 0 20px 0;
}

.fare-breakdown-section {
  margin-bottom: 15px;
}

.fare-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.fare-label {
  font-size: 16px;
  font-weight: 400;
  color: #1a473a;
}

.fare-value {
  font-size: 16px;
  font-weight: 400;
  color: #1a473a;
  text-align: right;
}

.fare-separator {
  height: 1px;
  border-top: 1px dotted #4a9d9c;
  margin: 15px 0;
}

.fare-total-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

.fare-total-label {
  font-size: 16px;
  font-weight: 400;
  color: #1a473a;
}

.fare-total-amount {
  font-size: 22px;
  font-weight: 700;
  color: #1a473a;
  text-align: right;
}

/* Contact Details Box */
.contact-details-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.contact-details-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a473a;
  margin: 0 0 15px 0;
}

.contact-separator {
  height: 1px;
  border-top: 1px dotted #e0e0e0;
  margin: 15px 0;
}

.contact-instruction {
  font-size: 14px;
  font-weight: 400;
  color: #1a473a;
  margin: 15px 0;
  line-height: 1.5;
}

.contact-info {
  margin: 15px 0;
}

.contact-info-item {
  display: flex;
  align-items: center;
  padding: 8px 0;
  gap: 8px;
}

.contact-label {
  font-size: 16px;
  font-weight: 400;
  color: #1a473a;
  min-width: 80px;
}

.contact-value {
  font-size: 16px;
  font-weight: 400;
  color: #1a473a;
}

/* Add-on Options */
.addon-options {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 24px 0;
  width: 100%;
  clear: both;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.addon-box {
  background-color: #e8f5e9;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  box-sizing: border-box;
}

.addon-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  background-color: #00aaff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.addon-icon i {
  font-size: 28px;
  color: #fff;
  display: block;
}

.addon-icon .icon-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #87ceeb;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  padding: 3px 6px;
  border-radius: 3px;
  white-space: nowrap;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.addon-content {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.addon-title {
  margin: 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 700 !important;
  color: var(--primary-color);
  margin-bottom: 0px;
  font-family: math !important;
}

.addon-description {
  margin: 0;
  font-size: 14px;
  color: #4a5d57;
  line-height: 1.5;
}

.addon-learn-more {
  color: #8d6e63;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-top: 0px;
}

.addon-learn-more:hover {
  color: #6d4c41;
}

.addon-action {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 12px;
}

.addon-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.addon-price .price-amount {
  font-size: 18px;
  font-weight: 600;
  color: #1a473a;
  line-height: 1.2;
  display: block;
}

.addon-price .price-unit {
  font-size: 12px;
  color: #4a5d57;
  font-weight: 400;
  display: block;
  margin-top: 2px;
}

.addon-add-btn {
  background-color: transparent;
  border: 1.5px solid #1a473a;
  color: #1a473a;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: 100%;
  max-width: 120px;
}

.addon-add-btn:hover {
  background-color: #1a473a;
  color: #fff;
}

@media (max-width: 768px) {
  .addon-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .addon-action {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-width: auto;
  }

  .addon-icon {
    align-self: flex-start;
  }

  .addon-add-btn {
    max-width: none;
  }
}


.section-heading {
  font-size: 18px;
  font-weight: 600 !important;
  color: #333;
  margin-bottom: 15px;
}

.contact-fields,
.adult-fields {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group.full-width {
  width: 100%;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: #1976d2;
}

.passport-info-section .form-group label {
  color: #1976d2;
  font-weight: bold;
}

.form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #8d6e63;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  box-sizing: border-box;
}

.form-control[type="text"],
.form-control[type="email"] {
  appearance: none;
}

select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238d6e63' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
}

.form-control:focus {
  outline: none;
  border-color: #00695c;
}

.form-control::placeholder {
  color: #8d6e63;
  opacity: 0.7;
}

.field-instruction {
  font-size: 12px;
  color: #8d6e63;
  margin-top: 5px;
  line-height: 1.4;
}

/* Passport Toggle */
.passport-toggle {
  background-color: #fff;
  border: 1px solid #8d6e63;
  border-radius: 6px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  margin-top: 0px;
  transition: background-color 0.3s ease;
  width: 300px;
}

.passport-toggle:hover {
  background-color: #fafafa;
}

.passport-icon {
  font-size: 20px;
  color: #8d6e63;
}

.passport-toggle span {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #8d6e63;
}

.toggle-arrow {
  font-size: 16px;
  color: #8d6e63;
}

/* Passport Information Section */
.passport-info-section {
  background-color: #e8f5e9;
  border-radius: 8px;
  padding: 20px;
  margin-top: 15px;
}

.passport-option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.passport-radio {
  font-size: 18px;
  color: #8d6e63;
}

.passport-option span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.passport-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.passport-row {
  display: flex;
  gap: 15px;
  width: 100%;
}

.passport-number-field {
  flex: 2;
}

.date-of-birth-field,
.passport-expiry-field {
  flex: 1;
}

.date-fields {
  display: flex;
  gap: 10px;
  width: 100%;
}

.date-fields .form-control {
  flex: 1;
}

/* Traveler Options */
.traveler-options {
  margin-top: 18px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.checkbox-group label {
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.terms-link {
  color: #8d6e63;
  text-decoration: none;
}

.terms-link:hover {
  text-decoration: underline;
}

.frequent-flyer-link {
  color: #8d6e63;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.frequent-flyer-link:hover {
  text-decoration: underline;
}

/* Traveler Footer */
.traveler-footer {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

.total-section {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 200px;
}

.total-amount-large {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.fare-breakup-link {
  font-size: 14px;
  color: #c3945f;
  cursor: pointer;
}

.fare-breakup-link:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {

  .contact-fields,
  .adult-fields {
    flex-direction: column;
  }

  .traveler-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-complete-step {
    width: 100%;
  }

  .date-fields {
    flex-direction: column;
  }
}

.fare-details-box h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* ============================================
   LOGIN PAGE STYLES
   ============================================ */

.login-page-section {
  min-height: calc(100vh - 200px);
  padding: 60px 0;
  background: #f5f5f5;
}

.login-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  min-height: 600px;
  margin-top: -9em;
  z-index: 1;
  position: relative;
}

/* Left Panel - Travel Illustration */
.login-left-panel {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
}


/* Right Panel - Login Form */
.login-right-panel {
  flex: 1;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('../images/bg-login.webp');
  border-radius: 0 20px 20px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: normal;
}

.login-form-container {
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
}

.login-header {
  text-align: left;
  margin-bottom: 30px;
}

.welcome-title {
  font-family: var(--font-luzal);
  font-size: 42px;
  font-weight: bold;
  color: #000;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

.welcome-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0;
  font-weight: 400;
}

/* Login Tabs */
.login-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 35px;
  border-bottom: 2px solid #e0e0e0;
}

.tab-btn {
  flex: 1;
  padding: 12px 20px;
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  font-family: var(--font-para);
}

.tab-btn.active {
  color: #fff;
  background: var(--primary-color);
  border-radius: 8px 8px 0 0;
}

.tab-btn:not(.active):hover {
  color: var(--primary-color);
  background: rgba(20, 56, 51, 0.05);
}

/* Form Styles */
.login-form {
  display: none;
  flex-direction: column;
  gap: 5px;
}

.login-form.active {
  display: flex;
}

.form-group {
  width: 100%;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon {
  position: absolute;
  left: 15px;
  font-size: 20px;
  color: #999;
  z-index: 1;
}

.input-icon-right {
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  z-index: 1;
  transition: color 0.3s ease;
}

.input-icon-right:hover {
  color: var(--primary-color);
}

.form-input {
  width: 100%;
  padding: 15px 15px 15px 50px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  font-family: var(--font-para);
  transition: all 0.3s ease;
  background: #fff;
}

.form-input:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(20, 56, 51, 0.1);
}

.form-input::placeholder {
  color: #999;
}

/* Form Options */
.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #666;
}

.checkbox-input {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: var(--primary-color);
}

.checkbox-text {
  user-select: none;
}

.forgot-password-link {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.forgot-password-link:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

/* Submit Button */
.login-submit-btn {
  width: 100%;
  padding: 16px;
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  font-family: var(--font-para);
}

.login-submit-btn:hover {
  background: #0f2a26;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(20, 56, 51, 0.3);
}

.login-submit-btn:active {
  transform: translateY(0);
}

/* Register Link */
.register-link-container {
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  color: #666;
}

.register-text {
  margin-right: 5px;
}

.register-link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.register-link:hover {
  color: #0f2a26;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 968px) {
  .login-container {
    flex-direction: column;
    max-width: 100%;
  }

  .login-left-panel {
    min-height: 300px;
    border-radius: 20px 20px 0 0;
  }

  .login-right-panel {
    border-radius: 0 0 20px 20px;
    padding: 40px 30px;
  }

  .landmarks-container {
    height: 150px;
  }

  .landmark {
    width: 40px;
    height: 60px;
  }

  .landmark.statue-liberty {
    height: 90px;
  }

  .landmark.big-ben {
    height: 100px;
  }

  .landmark.st-basil {
    height: 80px;
  }

  .landmark.leaning-tower {
    height: 85px;
  }

  .landmark.eiffel-tower {
    height: 95px;
  }
}

@media (max-width: 576px) {
  .login-page-section {
    padding: 30px 15px;
  }

  .login-right-panel {
    padding: 30px 20px;
  }

  .welcome-title {
    font-size: 32px;
  }

  .welcome-subtitle {
    font-size: 14px;
  }

  .form-input {
    padding: 12px 12px 12px 45px;
    font-size: 14px;
  }

  .login-submit-btn {
    padding: 14px;
    font-size: 14px;
  }
}

/* ============================================
   FORGOT PASSWORD MODAL STYLES
   ============================================ */

.forgot-password-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.forgot-password-modal.active {
  display: flex;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.modal-content {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 40px 50px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  padding: 0;
}

.modal-close:hover {
  background: #f5f5f5;
  color: #333;
}

.modal-header {
  text-align: center;
  margin-bottom: 30px;
}

.modal-title {
  font-family: var(--font-luzal);
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.modal-subtitle {
  font-size: 15px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.forgot-password-form {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

#forgotPasswordModal .modal-content p.modal-subtitle {
  text-align: left;
  font-size: 15px;
  padding-right: 31px;
  line-height: 1.3;
}

#forgotPasswordModal .modal-content h2.modal-title {
  text-align: left;
  line-height: 1;
  font-weight: bold;
}

.forgot-password-form .form-group {
  width: 100%;
}

.forgot-password-form .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.forgot-password-form .input-icon {
  position: absolute;
  left: 15px;
  font-size: 20px;
  color: #999;
  z-index: 1;
}

.forgot-password-form .form-input {
  width: 100%;
  padding: 15px 15px 15px 50px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  font-family: var(--font-para);
  transition: all 0.3s ease;
  background: #fff;
}

.forgot-password-form .form-input:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(20, 56, 51, 0.1);
}

.forgot-password-form .form-input::placeholder {
  color: #999;
}

.forgot-password-form .login-submit-btn {
  width: 100%;
  padding: 16px;
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  font-family: var(--font-para);
}

.forgot-password-form .login-submit-btn:hover {
  background: #0f2a26;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(20, 56, 51, 0.3);
}

.forgot-password-form .login-submit-btn:active {
  transform: translateY(0);
}

/* Responsive Design for Modal */
@media (max-width: 576px) {
  .modal-content {
    padding: 30px 25px;
    width: 95%;
  }

  .modal-title {
    font-size: 26px;
  }

  .modal-subtitle {
    font-size: 14px;
  }

  .modal-close {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .forgot-password-form .form-input {
    padding: 12px 12px 12px 45px;
    font-size: 14px;
  }

  .forgot-password-form .login-submit-btn {
    padding: 14px;
    font-size: 14px;
  }
}

#forgotPasswordModal .modal-content {
  background: white;
  padding: 20px !important;
}

/* ============================================
   FLIGHT SEARCH LOADER STYLES
   ============================================ */

.flight-search-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.flight-search-loader.active {
  display: flex;
}

.loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  padding: 40px 20px;
}

.loader-progress-bar {
  width: 100%;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #4CAF50 0%, #45a049 100%);
  border-radius: 3px;
  width: 0%;
  transition: width 2s ease-in-out;
  position: relative;
}

.progress-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.loader-airplane {
  font-size: 80px;
  color: var(--primary-color);
  margin-bottom: 30px;
  position: relative;
  animation: fly 2s ease-in-out infinite;
}

.loader-airplane i {
  display: block;
  transform: rotate(45deg);
}

.loader-airplane::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -100px;
  right: -100px;
  height: 2px;
  background: repeating-linear-gradient(to right,
      transparent,
      transparent 10px,
      #ddd 10px,
      #ddd 20px);
  transform: translateY(-50%);
  z-index: -1;
}

@keyframes fly {

  0%,
  100% {
    transform: translateX(0) translateY(0);
  }

  25% {
    transform: translateX(20px) translateY(-10px);
  }

  50% {
    transform: translateX(40px) translateY(-5px);
  }

  75% {
    transform: translateX(20px) translateY(-10px);
  }
}

.loader-text {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  text-align: center;
  font-family: var(--font-para);
}

/* Responsive Design for Loader */
@media (max-width: 768px) {
  .loader-airplane {
    font-size: 60px;
    margin-bottom: 20px;
  }

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

  .loader-progress-bar {
    margin-bottom: 40px;
  }
}

.flight-accordion-content.active {
  background: #e2e2e2 !important;
  margin: 0px !important;
}