/*=================Scss Indexing=============
1.variables
2.typography
3.spacing
4.reset
5.forms
6.mixins
7.shortcode
8.animations
9.text-animation
10.sal
11.header
12.mobile-menu
13.button
14.nav
15.banner
16.swiper
17.funfacts
18.cta
19.about
20.common
21.service
22.projects
23.working-process
24.blog
25.blog-details
26.footer
27.search-input
28./side-bar
29.team
30.testimonials
31.faq
32.pricing
33.date-picker
34.time-picker
35.appoinment
36.awesome-feedback
37.contact
38.pre-loader.scss
39.back-to-top
39.RTL



==============================================  */
/* Default  */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.bunny.net/css?family=inter:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

:root {
  --color-primary: #180000;
  --color-primary-btn: #F3B80C;
  --color-primary-2: #180000;
  --color-secondary:  #111110;
  --color-secondary-2: #1F1F25;
  --color-bg-1: #FFF1E6;
  --color-bg-2: #FFD7B7;
  --color-bg-3: #DAF2FF;
  --color-bg-4: #89D6FF;
  --color-bg-5: #FFF5EE;
  --color-home-bg: #FFF8F3;
  --color-hiking-bg: F9FAFB;
  --color-yacht-bg:  #F4F8FB;
  --color-border:#1800005e;
  --color-heading-1:  #111110;
  --color-body-1:  #111110;
  --color-title:  #111110;
  --color-title-dark: #0D0D0D;
  --color-title-nav: #26262C;
  --color-white: #fff;
  --color-service-heading: rgba(0, 0, 0, 0.8);
  --counter-title: #717383;
  --color-success: #26CF4B;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --subscribe-form: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%), #BCBFDB;
  --footer-bg: linear-gradient(257deg, #DEFFE6 1.73%, rgba(201, 192, 255, 0.08) 98.79%);
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: all 0.4s;
  --font-primary: "Inter";
  --font-secondary: "Inter";
  --font-three: "Inter";
  --font-four: "Inter", sans-serif;
  --font-size-b1: 15px;
  --font-size-b2: 15px;
  --font-size-b3: 22px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 32px;
  --h2: 28px;
  --h3: 18px;
  --h4: 32px;
  --h5: 24px;
  --h6: 18px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: auto !important;
}

html {
  /* Main Header (~90px) + Secondary Nav (~60px) + Extra gap (~20px) = 170px */
  scroll-padding-top: 170px;
  scroll-behavior: smooth;
}

/* Also add a margin to the target elements themselves as a backup */
.content-box[id] {
  scroll-margin-top: 170px;
}

body {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-secondary);
  color: var(--color-body-1);
  font-weight: var(--p-regular);
  background-color: var(--body-bg);
  position: relative;
  overflow-x: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  /* margin-bottom: 20px; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: var(--font-primary);
  line-height: 1.4074;
  color: var(--color-heading-1);
}

h1,
.h1 {
  font-size: var(--h1);
  /* line-height: 91px; */
  font-weight: 700;
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.1;
}

h3,
.h3 {
  font-size: var(--h3);
  /* line-height: 54px; */
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 1.25;
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 1.24;
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  transition: var(--transition);
}

.bg-color-tertiary h1,
.bg-color-tertiary h2,
.bg-color-tertiary h3,
.bg-color-tertiary h4,
.bg-color-tertiary h5,
.bg-color-tertiary h6,
.bg-color-tertiary .h1,
.bg-color-tertiary .h2,
.bg-color-tertiary .h3,
.bg-color-tertiary .h4,
.bg-color-tertiary .h5,
.bg-color-tertiary .h6 {
  color: #fff;
}

.bg-color-tertiary p {
  color: #6c7279;
}

.bg-color-tertiary a {
  color: #6c7279;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  h1,
  .h1 {
    font-size: 38px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {

  h1,
  .h1 {
    font-size: 34px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--s-semi-bold);
  letter-spacing: -0.04em;
}

h4,
.h4,
h5,
.h5 {
  font-weight: var(--s-semi-bold);
  letter-spacing: -0.04em;
}

h6,
.h6 {
  font-weight: var(--s-semi-bold);
  letter-spacing: -0.04em;
}

p {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-weight: 500;
  color: var(--color-body-1);
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 28px;
  }
}

p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

p.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}

p.has-medium-font-size {
  font-size: 24px;
  line-height: 36px;
}

p.has-small-font-size {
  font-size: 13px;
}

p.has-very-light-gray-color {
  color: var(--color-white);
}

p.has-background {
  padding: 20px 30px;
}

p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

p.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--color-heading);
}

var {
  font-family: var(--font-primary);
}

/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}

ul.liststyle.bullet li {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-body-1);
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}

ul.liststyle.bullet li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--color-body-1);
  left: 0;
  top: 10px;
}

ul.liststyle.bullet li+li {
  margin-top: 8px;
}

ul li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body-1);
}

ul li a {
  text-decoration: none;
  transition: var(--transition);
}

ul li a:hover {
  color: var(--color-primary);
}

.star-rating-area ul li a:hover {
  color: #efe322;
}

ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}

ol li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  color: var(--color-body-1);
  margin-top: 10px;
  margin-bottom: 10px;
}

ol li a {
  color: var(--color-heading);
  text-decoration: none;
}

ol li a:hover {
  color: var(--color-primary);
}

ol ul {
  padding-left: 30px;
}

.typo-title-area .title {
  margin-top: 0;
}

.paragraph-area p.disc {
  margin-bottom: 20px;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 64px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 54px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 54px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 575px) {
  h3 {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 479px) {
  h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}

/*=========================
    Section Separation 
==========================*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mb_dec--25 {
  margin-bottom: -25px;
}

.mb_dec--30 {
  margin-bottom: -30px;
}

.m--0 {
  margin: 0;
}

.p--0 {
  padding: 0;
}

.rts-section-gap {
  padding: 70px 0;
  background: #ffecee;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 767px) {
  .rts-section-gap {
    padding: 60px 0;
  }
}

.rts-section-gapBottom {
  /* padding-bottom: 120px; */
  background: #ffffff !important
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gapBottom {
    /* padding-bottom: 80px; */
  }
}

@media only screen and (max-width: 767px) {
  .rts-section-gapBottom {
    /* padding-bottom: 60px; */
  }
}

.rts-section-gapTop {
  padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gapTop {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .rts-section-gapTop {
    padding-top: 60px;
  }
}

.rts-section-gap2 {
  padding: 130px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap2 {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .rts-section-gap2 {
    padding: 60px 0;
  }
}

.rts-section-gap2Bottom {
  padding-bottom: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap2Bottom {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .rts-section-gap2Bottom {
    padding-bottom: 60px;
  }
}

.rts-section-gap2Top {
  padding-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap2Top {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .rts-section-gap2Top {
    padding-top: 60px;
  }
}

.rts-section-gap3 {
  padding: 150px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap3 {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .rts-section-gap3 {
    padding: 60px 0;
  }
}

.rts-section-gap3Bottom {
  padding-bottom: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap3Bottom {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .rts-section-gap3Bottom {
    padding-bottom: 60px;
  }
}

.rts-section-gap3Top {
  padding-top: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap3Top {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .rts-section-gap3Top {
    padding-top: 60px;
  }
}

.pl--0 {
  padding-left: 0;
}

.pr--0 {
  padding-right: 0;
}

.pt--0 {
  padding-top: 0 !important;
}

.pb--0 {
  padding-bottom: 0 !important;
}
.pt--20 {
  padding-top: 20px !important;
}
.pb--20 {
  padding-bottom: 20px !important;
}

.mr--0 {
  margin-right: 0;
}

.ml--0 {
  margin-left: 0;
}

.py--90 {
  padding-top: 0px !important;
  padding-top: 90px;
}

.mt--0 {
  margin-top: 0;
}

.mb--0 {
  margin-bottom: 0;
}

.ptb--5 {
  padding: 5px 0;
}

.plr--5 {
  padding: 0 5px;
}

.pt--5 {
  padding-top: 5px;
}

.pb--5 {
  padding-bottom: 5px;
}

.pb--90 {
  padding-bottom: 90px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pl--5 {
  padding-left: 5px;
}

.pr--5 {
  padding-right: 5px;
}

.mt--5 {
  margin-top: 5px;
}

.mb--5 {
  margin-bottom: 5px;
}

.mr--5 {
  margin-right: 5px;
}

.ml--5 {
  margin-left: 5px;
}

.ptb--10 {
  padding: 10px 0;
}

.plr--10 {
  padding: 0 10px;
}

.pt--10 {
  padding-top: 10px !important;
}

.pb--10 {
  padding-bottom: 10px !important;
}

.pl--10 {
  padding-left: 10px;
}

.pr--10 {
  padding-right: 10px;
}

.mt--10 {
  margin-top: 10px !important;
}

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

.mr--10 {
  margin-right: 10px;
}

.ml--10 {
  margin-left: 10px;
}

.ptb--15 {
  padding: 15px 0;
}

.plr--15 {
  padding: 0 15px;
}

.pt--15 {
  padding-top: 15px !important;
}

.pb--15 {
  padding-bottom: 15px !important;
}

.pl--15 {
  padding-left: 15px;
}

.pr--15 {
  padding-right: 15px;
}

.mt--15 {
  margin-top: 15px;
}

.mb--15 {
  margin-bottom: 15px;
}

.mr--15 {
  margin-right: 15px;
}

.ml--15 {
  margin-left: 15px;
}

.ptb--20 {
  padding: 20px 0;
}

.plr--20 {
  padding: 0 20px;
}

.pt--20 {
  padding-top: 20px !important;
}

.pb--20 {
  padding-bottom: 20px;
}

.pl--20 {
  padding-left: 20px;
}

.pr--20 {
  padding-right: 20px;
}

.mt--20 {
  margin-top: 20px;
}

.mb--20 {
  margin-bottom: 20px;
}

.mr--20 {
  margin-right: 20px;
}

.ml--20 {
  margin-left: 20px;
}

.ptb--25 {
  padding: 25px 0;
}

.plr--25 {
  padding: 0 25px;
}

.pt--25 {
  padding-top: 25px;
}

.pb--25 {
  padding-bottom: 25px;
}

.pl--25 {
  padding-left: 25px;
}

.pr--25 {
  padding-right: 25px;
}

.mt--25 {
  margin-top: 25px;
}

.mb--25 {
  margin-bottom: 25px;
}

.mr--25 {
  margin-right: 25px;
}

.ml--25 {
  margin-left: 25px;
}

.ptb--30 {
  padding: 30px 0;
}

.plr--30 {
  padding: 0 30px;
}

.pt--30 {
  padding-top: 30px;
}

.pb--30 {
  padding-bottom: 30px;
}

.pl--30 {
  padding-left: 30px;
}

.pr--30 {
  padding-right: 30px;
}

.mt--30 {
  margin-top: 30px;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.mr--30 {
  margin-right: 30px;
}

.ml--30 {
  margin-left: 30px;
}

.ptb--35 {
  padding: 35px 0;
}

.plr--35 {
  padding: 0 35px;
}

.pt--35 {
  padding-top: 35px;
}

.pb--35 {
  padding-bottom: 35px;
}

.pl--35 {
  padding-left: 35px;
}

.pr--35 {
  padding-right: 35px;
}

.mt--35 {
  margin-top: 35px;
}

.mb--35 {
  margin-bottom: 35px;
}

.mr--35 {
  margin-right: 35px;
}

.ml--35 {
  margin-left: 35px;
}

.ptb--40 {
  padding: 40px 0;
}

.plr--40 {
  padding: 0 40px;
}

.pt--40 {
  padding-top: 40px;
}

.pb--40 {
  padding-bottom: 40px;
}

.pl--40 {
  padding-left: 40px;
}

.pr--40 {
  padding-right: 40px;
}

.mt--40 {
  margin-top: 40px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.mr--40 {
  margin-right: 40px;
}

.ml--40 {
  margin-left: 40px;
}

.ptb--45 {
  padding: 45px 0;
}

.plr--45 {
  padding: 0 45px;
}

.pt--45 {
  padding-top: 45px;
}

.pb--45 {
  padding-bottom: 45px;
}

.pl--45 {
  padding-left: 45px;
}

.pr--45 {
  padding-right: 45px;
}

.mt--45 {
  margin-top: 45px;
}

.mb--45 {
  margin-bottom: 45px;
}

.mr--45 {
  margin-right: 45px;
}

.ml--45 {
  margin-left: 45px;
}

.ptb--50 {
  padding: 50px 0;
}

.plr--50 {
  padding: 0 50px;
}

.pt--50 {
  padding-top: 50px;
}

.pb--50 {
  padding-bottom: 50px;
}

.pl--50 {
  padding-left: 50px;
}

.pr--50 {
  padding-right: 50px;
}

.mt--50 {
  margin-top: 50px;
}

.mb--50 {
  margin-bottom: 50px;
}

.mr--50 {
  margin-right: 50px;
}

.ml--50 {
  margin-left: 50px;
}

.ptb--55 {
  padding: 55px 0;
}

.plr--55 {
  padding: 0 55px;
}

.pt--55 {
  padding-top: 55px;
}

.pb--55 {
  padding-bottom: 55px;
}

.pl--55 {
  padding-left: 55px;
}

.pr--55 {
  padding-right: 55px;
}

.mt--55 {
  margin-top: 55px;
}

.mb--55 {
  margin-bottom: 55px;
}

.mr--55 {
  margin-right: 55px;
}

.ml--55 {
  margin-left: 55px;
}

.p--60{
  padding: 60px;
}
.ptb--60 {
  padding: 60px 0;
}

.plr--60 {
  padding: 0 60px;
}

.pt--60 {
  padding-top: 60px;
}

.pb--60 {
  padding-bottom: 60px;
}

.pl--60 {
  padding-left: 60px;
}

.pr--60 {
  padding-right: 60px;
}

.mt--60 {
  margin-top: 60px;
}

.mb--60 {
  margin-bottom: 60px;
}

.mr--60 {
  margin-right: 60px;
}

.ml--60 {
  margin-left: 60px;
}

.ptb--65 {
  padding: 65px 0;
}

.plr--65 {
  padding: 0 65px;
}

.pt--65 {
  padding-top: 65px;
}

.pb--65 {
  padding-bottom: 65px;
}

.pl--65 {
  padding-left: 65px;
}

.pr--65 {
  padding-right: 65px;
}

.mt--65 {
  margin-top: 65px;
}

.mb--65 {
  margin-bottom: 65px;
}

.mr--65 {
  margin-right: 65px;
}

.ml--65 {
  margin-left: 65px;
}

.ptb--70 {
  padding: 70px 0;
}

.plr--70 {
  padding: 0 70px;
}

.pt--70 {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .pt--70{
      padding-top: 60px;
  }
}

.pb--70 {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .pb--70{
      padding-bottom: 60px;
  }
}

.pl--70 {
  padding-left: 70px;
}

.pr--70 {
  padding-right: 70px;
}

.mt--70 {
  margin-top: 70px;
}

.mb--70 {
  margin-bottom: 70px;
}

.mr--70 {
  margin-right: 70px;
}

.ml--70 {
  margin-left: 70px;
}

.ptb--75 {
  padding: 75px 0;
}

.plr--75 {
  padding: 0 75px;
}

.pt--75 {
  padding-top: 75px;
}

.pb--75 {
  padding-bottom: 75px;
}

.pl--75 {
  padding-left: 75px;
}

.pr--75 {
  padding-right: 75px;
}

.mt--75 {
  margin-top: 75px;
}

.mb--75 {
  margin-bottom: 75px;
}

.mr--75 {
  margin-right: 75px;
}

.ml--75 {
  margin-left: 75px;
}

.ptb--80 {
  padding: 80px 0;
}

.plr--80 {
  padding: 0 80px;
}

.pt--80 {
  padding-top: 80px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pl--80 {
  padding-left: 80px;
}

.pr--80 {
  padding-right: 80px;
}

.mt--80 {
  margin-top: 80px;
}

.mb--80 {
  margin-bottom: 80px;
}

.mr--80 {
  margin-right: 80px;
}

.ml--80 {
  margin-left: 80px;
}

.ptb--85 {
  padding: 85px 0;
}

.plr--85 {
  padding: 0 85px;
}

.pt--85 {
  padding-top: 85px;
}

.pb--85 {
  padding-bottom: 85px;
}

.pl--85 {
  padding-left: 85px;
}

.pr--85 {
  padding-right: 85px;
}

.mt--85 {
  margin-top: 85px;
}

.mb--85 {
  margin-bottom: 85px;
}

.mr--85 {
  margin-right: 85px;
}

.ml--85 {
  margin-left: 85px;
}

.ptb--90 {
  padding: 90px 0;
}

.plr--90 {
  padding: 0 90px;
}

.pt--90 {
  padding-top: 90px;
}

.pb--90 {
  padding-bottom: 90px;
}

.pl--90 {
  padding-left: 90px;
}

.pr--90 {
  padding-right: 90px;
}

.mt--90 {
  margin-top: 90px;
}

.mb--90 {
  margin-bottom: 90px;
}

.mr--90 {
  margin-right: 90px;
}

.ml--90 {
  margin-left: 90px;
}

.ptb--95 {
  padding: 95px 0;
}

.plr--95 {
  padding: 0 95px;
}

.pt--95 {
  padding-top: 95px;
}

.pb--95 {
  padding-bottom: 95px;
}

.pl--95 {
  padding-left: 95px;
}

.pr--95 {
  padding-right: 95px;
}

.mt--95 {
  margin-top: 95px;
}

.mb--95 {
  margin-bottom: 95px;
}

.mr--95 {
  margin-right: 95px;
}

.ml--95 {
  margin-left: 95px;
}

.ptb--100 {
  padding: 100px 0;
}

.plr--100 {
  padding: 0 100px;
}

.pt--100 {
  padding-top: 100px !important;
}

.pb--100 {
  padding-bottom: 100px;
}

.pl--100 {
  padding-left: 100px;
}

.pr--100 {
  padding-right: 100px;
}

.mt--100 {
  margin-top: 100px;
}

.mb--100 {
  margin-bottom: 100px;
}

.mr--100 {
  margin-right: 100px;
}

.ml--100 {
  margin-left: 100px;
}

.ptb--105 {
  padding: 105px 0;
}

.plr--105 {
  padding: 0 105px;
}

.pt--105 {
  padding-top: 105px;
}

.pb--105 {
  padding-bottom: 105px;
}

.pl--105 {
  padding-left: 105px;
}

.pr--105 {
  padding-right: 105px;
}

.mt--105 {
  margin-top: 105px;
}

.mb--105 {
  margin-bottom: 105px;
}

.mr--105 {
  margin-right: 105px;
}

.ml--105 {
  margin-left: 105px;
}

.ptb--110 {
  padding: 110px 0;
}

.plr--110 {
  padding: 0 110px;
}

.pt--110 {
  padding-top: 110px;
}

.pb--110 {
  padding-bottom: 110px;
}

.pl--110 {
  padding-left: 110px;
}

.pr--110 {
  padding-right: 110px;
}

.mt--110 {
  margin-top: 110px;
}

.mb--110 {
  margin-bottom: 110px;
}

.mr--110 {
  margin-right: 110px;
}

.ml--110 {
  margin-left: 110px;
}

.ptb--115 {
  padding: 115px 0;
}

.plr--115 {
  padding: 0 115px;
}

.pt--115 {
  padding-top: 115px;
}

.pb--115 {
  padding-bottom: 115px;
}

.pl--115 {
  padding-left: 115px;
}

.pr--115 {
  padding-right: 115px;
}

.mt--115 {
  margin-top: 115px;
}

.mb--115 {
  margin-bottom: 115px;
}

.mr--115 {
  margin-right: 115px;
}

.ml--115 {
  margin-left: 115px;
}

.ptb--120 {
  padding: 120px 0;
}

.plr--120 {
  padding: 0 120px;
}

.pt--120 {
  padding-top: 120px;
}

.pb--120 {
  padding-bottom: 120px;
}

.pl--120 {
  padding-left: 120px;
}

.pr--120 {
  padding-right: 120px;
}

.mt--120 {
  margin-top: 120px;
}

.mb--120 {
  margin-bottom: 120px;
}

.mr--120 {
  margin-right: 120px;
}

.ml--120 {
  margin-left: 120px;
}

.ptb--125 {
  padding: 125px 0;
}

.plr--125 {
  padding: 0 125px;
}

.pt--125 {
  padding-top: 125px;
}

.pb--125 {
  padding-bottom: 125px;
}

.pl--125 {
  padding-left: 125px;
}

.pr--125 {
  padding-right: 125px;
}

.mt--125 {
  margin-top: 125px;
}

.mb--125 {
  margin-bottom: 125px;
}

.mr--125 {
  margin-right: 125px;
}

.ml--125 {
  margin-left: 125px;
}

.ptb--130 {
  padding: 130px 0;
}

.plr--130 {
  padding: 0 130px;
}

.pt--130 {
  padding-top: 130px;
}

.pb--130 {
  padding-bottom: 130px;
}

.pl--130 {
  padding-left: 130px;
}

.pr--130 {
  padding-right: 130px;
}

.mt--130 {
  margin-top: 130px;
}

.mb--130 {
  margin-bottom: 130px;
}

.mr--130 {
  margin-right: 130px;
}

.ml--130 {
  margin-left: 130px;
}

.ptb--135 {
  padding: 135px 0;
}

.plr--135 {
  padding: 0 135px;
}

.pt--135 {
  padding-top: 135px;
}

.pb--135 {
  padding-bottom: 135px;
}

.pl--135 {
  padding-left: 135px;
}

.pr--135 {
  padding-right: 135px;
}

.mt--135 {
  margin-top: 135px;
}

.mb--135 {
  margin-bottom: 135px;
}

.mr--135 {
  margin-right: 135px;
}

.ml--135 {
  margin-left: 135px;
}

.ptb--140 {
  padding: 140px 0;
}

.plr--140 {
  padding: 0 140px;
}

.pt--140 {
  padding-top: 140px;
}

.pb--140 {
  padding-bottom: 140px;
}

.pl--140 {
  padding-left: 140px;
}

.pr--140 {
  padding-right: 140px;
}

.mt--140 {
  margin-top: 140px;
}

.mb--140 {
  margin-bottom: 140px;
}

.mr--140 {
  margin-right: 140px;
}

.ml--140 {
  margin-left: 140px;
}

.ptb--145 {
  padding: 145px 0;
}

.plr--145 {
  padding: 0 145px;
}

.pt--145 {
  padding-top: 145px;
}

.pb--145 {
  padding-bottom: 145px;
}

.pl--145 {
  padding-left: 145px;
}

.pr--145 {
  padding-right: 145px;
}

.mt--145 {
  margin-top: 145px;
}

.mb--145 {
  margin-bottom: 145px;
}

.mr--145 {
  margin-right: 145px;
}

.ml--145 {
  margin-left: 145px;
}

.ptb--150 {
  padding: 150px 0;
}

.plr--150 {
  padding: 0 150px;
}

.pt--150 {
  padding-top: 150px;
}

.pb--150 {
  padding-bottom: 150px;
}

.pl--150 {
  padding-left: 150px;
}

.pr--150 {
  padding-right: 150px;
}

.mt--150 {
  margin-top: 150px;
}

.mb--150 {
  margin-bottom: 150px;
}

.mr--150 {
  margin-right: 150px;
}

.ml--150 {
  margin-left: 150px;
}

.ptb--155 {
  padding: 155px 0;
}

.plr--155 {
  padding: 0 155px;
}

.pt--155 {
  padding-top: 155px;
}

.pb--155 {
  padding-bottom: 155px;
}

.pl--155 {
  padding-left: 155px;
}

.pr--155 {
  padding-right: 155px;
}

.mt--155 {
  margin-top: 155px;
}

.mb--155 {
  margin-bottom: 155px;
}

.mr--155 {
  margin-right: 155px;
}

.ml--155 {
  margin-left: 155px;
}

.ptb--160 {
  padding: 160px 0;
}

.plr--160 {
  padding: 0 160px;
}

.pt--160 {
  padding-top: 160px;
}

.pb--160 {
  padding-bottom: 160px;
}

.pl--160 {
  padding-left: 160px;
}

.pr--160 {
  padding-right: 160px;
}

.mt--160 {
  margin-top: 160px;
}

.mb--160 {
  margin-bottom: 160px;
}

.mr--160 {
  margin-right: 160px;
}

.ml--160 {
  margin-left: 160px;
}

.ptb--165 {
  padding: 165px 0;
}

.plr--165 {
  padding: 0 165px;
}

.pt--165 {
  padding-top: 165px;
}

.pb--165 {
  padding-bottom: 165px;
}

.pl--165 {
  padding-left: 165px;
}

.pr--165 {
  padding-right: 165px;
}

.mt--165 {
  margin-top: 165px;
}

.mb--165 {
  margin-bottom: 165px;
}

.mr--165 {
  margin-right: 165px;
}

.ml--165 {
  margin-left: 165px;
}

.ptb--170 {
  padding: 170px 0;
}

.plr--170 {
  padding: 0 170px;
}

.pt--170 {
  padding-top: 170px;
}

.pb--170 {
  padding-bottom: 170px;
}

.pl--170 {
  padding-left: 170px;
}

.pr--170 {
  padding-right: 170px;
}

.mt--170 {
  margin-top: 170px;
}

.mb--170 {
  margin-bottom: 170px;
}

.mr--170 {
  margin-right: 170px;
}

.ml--170 {
  margin-left: 170px;
}

.ptb--175 {
  padding: 175px 0;
}

.plr--175 {
  padding: 0 175px;
}

.pt--175 {
  padding-top: 175px;
}

.pb--175 {
  padding-bottom: 175px;
}

.pl--175 {
  padding-left: 175px;
}

.pr--175 {
  padding-right: 175px;
}

.mt--175 {
  margin-top: 175px;
}

.mb--175 {
  margin-bottom: 175px;
}

.mr--175 {
  margin-right: 175px;
}

.ml--175 {
  margin-left: 175px;
}

.ptb--180 {
  padding: 180px 0;
}

.plr--180 {
  padding: 0 180px;
}

.pt--180 {
  padding-top: 180px;
}

.pb--180 {
  padding-bottom: 180px;
}

.pl--180 {
  padding-left: 180px;
}

.pr--180 {
  padding-right: 180px;
}

.mt--180 {
  margin-top: 180px;
}

.mb--180 {
  margin-bottom: 180px;
}

.mr--180 {
  margin-right: 180px;
}

.ml--180 {
  margin-left: 180px;
}

.ptb--185 {
  padding: 185px 0;
}

.plr--185 {
  padding: 0 185px;
}

.pt--185 {
  padding-top: 185px;
}

.pb--185 {
  padding-bottom: 185px;
}

.pl--185 {
  padding-left: 185px;
}

.pr--185 {
  padding-right: 185px;
}

.mt--185 {
  margin-top: 185px;
}

.mb--185 {
  margin-bottom: 185px;
}

.mr--185 {
  margin-right: 185px;
}

.ml--185 {
  margin-left: 185px;
}

.ptb--190 {
  padding: 190px 0;
}

.plr--190 {
  padding: 0 190px;
}

.pt--190 {
  padding-top: 190px;
}

.pb--190 {
  padding-bottom: 190px;
}

.pl--190 {
  padding-left: 190px;
}

.pr--190 {
  padding-right: 190px;
}

.mt--190 {
  margin-top: 190px;
}

.mb--190 {
  margin-bottom: 190px;
}

.mr--190 {
  margin-right: 190px;
}

.ml--190 {
  margin-left: 190px;
}

.ptb--195 {
  padding: 195px 0;
}

.plr--195 {
  padding: 0 195px;
}

.pt--195 {
  padding-top: 195px;
}

.pb--195 {
  padding-bottom: 195px;
}

.pl--195 {
  padding-left: 195px;
}

.pr--195 {
  padding-right: 195px;
}

.mt--195 {
  margin-top: 195px;
}

.mb--195 {
  margin-bottom: 195px;
}

.mr--195 {
  margin-right: 195px;
}

.ml--195 {
  margin-left: 195px;
}

.ptb--200 {
  padding: 200px 0;
}

.plr--200 {
  padding: 0 200px;
}

.pt--200 {
  padding-top: 200px;
}

.pb--200 {
  padding-bottom: 200px;
}

.pl--200 {
  padding-left: 200px;
}

.pr--200 {
  padding-right: 200px;
}

.mt--200 {
  margin-top: 200px;
}

.mb--200 {
  margin-bottom: 200px;
}

.mr--200 {
  margin-right: 200px;
}

.ml--200 {
  margin-left: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ptb_lp--5 {
    padding: 5px 0;
  }

  .plr_lp--5 {
    padding: 0 5px;
  }

  .pt_lp--5 {
    padding-top: 5px;
  }

  .pb_lp--5 {
    padding-bottom: 5px;
  }

  .pl_lp--5 {
    padding-left: 5px;
  }

  .pr_lp--5 {
    padding-right: 5px;
  }

  .mt_lp--5 {
    margin-top: 5px;
  }

  .mb_lp--5 {
    margin-bottom: 5px;
  }

  .ptb_lp--10 {
    padding: 10px 0;
  }

  .plr_lp--10 {
    padding: 0 10px;
  }

  .pt_lp--10 {
    padding-top: 10px;
  }

  .pb_lp--10 {
    padding-bottom: 10px;
  }

  .pl_lp--10 {
    padding-left: 10px;
  }

  .pr_lp--10 {
    padding-right: 10px;
  }

  .mt_lp--10 {
    margin-top: 10px;
  }

  .mb_lp--10 {
    margin-bottom: 10px;
  }

  .ptb_lp--15 {
    padding: 15px 0;
  }

  .plr_lp--15 {
    padding: 0 15px;
  }

  .pt_lp--15 {
    padding-top: 15px;
  }

  .pb_lp--15 {
    padding-bottom: 15px;
  }

  .pl_lp--15 {
    padding-left: 15px;
  }

  .pr_lp--15 {
    padding-right: 15px;
  }

  .mt_lp--15 {
    margin-top: 15px;
  }

  .mb_lp--15 {
    margin-bottom: 15px;
  }

  .ptb_lp--20 {
    padding: 20px 0;
  }

  .plr_lp--20 {
    padding: 0 20px;
  }

  .pt_lp--20 {
    padding-top: 20px;
  }

  .pb_lp--20 {
    padding-bottom: 20px;
  }

  .pl_lp--20 {
    padding-left: 20px;
  }

  .pr_lp--20 {
    padding-right: 20px;
  }

  .mt_lp--20 {
    margin-top: 20px;
  }

  .mb_lp--20 {
    margin-bottom: 20px;
  }

  .ptb_lp--25 {
    padding: 25px 0;
  }

  .plr_lp--25 {
    padding: 0 25px;
  }

  .pt_lp--25 {
    padding-top: 25px;
  }

  .pb_lp--25 {
    padding-bottom: 25px;
  }

  .pl_lp--25 {
    padding-left: 25px;
  }

  .pr_lp--25 {
    padding-right: 25px;
  }

  .mt_lp--25 {
    margin-top: 25px;
  }

  .mb_lp--25 {
    margin-bottom: 25px;
  }

  .ptb_lp--30 {
    padding: 30px 0;
  }

  .plr_lp--30 {
    padding: 0 30px;
  }

  .pt_lp--30 {
    padding-top: 30px;
  }

  .pb_lp--30 {
    padding-bottom: 30px;
  }

  .pl_lp--30 {
    padding-left: 30px;
  }

  .pr_lp--30 {
    padding-right: 30px;
  }

  .mt_lp--30 {
    margin-top: 30px;
  }

  .mb_lp--30 {
    margin-bottom: 30px;
  }

  .ptb_lp--35 {
    padding: 35px 0;
  }

  .plr_lp--35 {
    padding: 0 35px;
  }

  .pt_lp--35 {
    padding-top: 35px;
  }

  .pb_lp--35 {
    padding-bottom: 35px;
  }

  .pl_lp--35 {
    padding-left: 35px;
  }

  .pr_lp--35 {
    padding-right: 35px;
  }

  .mt_lp--35 {
    margin-top: 35px;
  }

  .mb_lp--35 {
    margin-bottom: 35px;
  }

  .ptb_lp--40 {
    padding: 40px 0;
  }

  .plr_lp--40 {
    padding: 0 40px;
  }

  .pt_lp--40 {
    padding-top: 40px;
  }

  .pb_lp--40 {
    padding-bottom: 40px;
  }

  .pl_lp--40 {
    padding-left: 40px;
  }

  .pr_lp--40 {
    padding-right: 40px;
  }

  .mt_lp--40 {
    margin-top: 40px;
  }

  .mb_lp--40 {
    margin-bottom: 40px;
  }

  .ptb_lp--45 {
    padding: 45px 0;
  }

  .plr_lp--45 {
    padding: 0 45px;
  }

  .pt_lp--45 {
    padding-top: 45px;
  }

  .pb_lp--45 {
    padding-bottom: 45px;
  }

  .pl_lp--45 {
    padding-left: 45px;
  }

  .pr_lp--45 {
    padding-right: 45px;
  }

  .mt_lp--45 {
    margin-top: 45px;
  }

  .mb_lp--45 {
    margin-bottom: 45px;
  }

  .ptb_lp--50 {
    padding: 50px 0;
  }

  .plr_lp--50 {
    padding: 0 50px;
  }

  .pt_lp--50 {
    padding-top: 50px;
  }

  .pb_lp--50 {
    padding-bottom: 50px;
  }

  .pl_lp--50 {
    padding-left: 50px;
  }

  .pr_lp--50 {
    padding-right: 50px;
  }

  .mt_lp--50 {
    margin-top: 50px;
  }

  .mb_lp--50 {
    margin-bottom: 50px;
  }

  .ptb_lp--55 {
    padding: 55px 0;
  }

  .plr_lp--55 {
    padding: 0 55px;
  }

  .pt_lp--55 {
    padding-top: 55px;
  }

  .pb_lp--55 {
    padding-bottom: 55px;
  }

  .pl_lp--55 {
    padding-left: 55px;
  }

  .pr_lp--55 {
    padding-right: 55px;
  }

  .mt_lp--55 {
    margin-top: 55px;
  }

  .mb_lp--55 {
    margin-bottom: 55px;
  }

  .ptb_lp--60 {
    padding: 60px 0;
  }

  .plr_lp--60 {
    padding: 0 60px;
  }

  .pt_lp--60 {
    padding-top: 60px;
  }

  .pb_lp--60 {
    padding-bottom: 60px;
  }

  .pl_lp--60 {
    padding-left: 60px;
  }

  .pr_lp--60 {
    padding-right: 60px;
  }

  .mt_lp--60 {
    margin-top: 60px;
  }

  .mb_lp--60 {
    margin-bottom: 60px;
  }

  .ptb_lp--65 {
    padding: 65px 0;
  }

  .plr_lp--65 {
    padding: 0 65px;
  }

  .pt_lp--65 {
    padding-top: 65px;
  }

  .pb_lp--65 {
    padding-bottom: 65px;
  }

  .pl_lp--65 {
    padding-left: 65px;
  }

  .pr_lp--65 {
    padding-right: 65px;
  }

  .mt_lp--65 {
    margin-top: 65px;
  }

  .mb_lp--65 {
    margin-bottom: 65px;
  }

  .ptb_lp--70 {
    padding: 70px 0;
  }

  .plr_lp--70 {
    padding: 0 70px;
  }

  .pt_lp--70 {
    padding-top: 70px;
  }

  .pb_lp--70 {
    padding-bottom: 70px;
  }

  .pl_lp--70 {
    padding-left: 70px;
  }

  .pr_lp--70 {
    padding-right: 70px;
  }

  .mt_lp--70 {
    margin-top: 70px;
  }

  .mb_lp--70 {
    margin-bottom: 70px;
  }

  .ptb_lp--75 {
    padding: 75px 0;
  }

  .plr_lp--75 {
    padding: 0 75px;
  }

  .pt_lp--75 {
    padding-top: 75px;
  }

  .pb_lp--75 {
    padding-bottom: 75px;
  }

  .pl_lp--75 {
    padding-left: 75px;
  }

  .pr_lp--75 {
    padding-right: 75px;
  }

  .mt_lp--75 {
    margin-top: 75px;
  }

  .mb_lp--75 {
    margin-bottom: 75px;
  }

  .ptb_lp--80 {
    padding: 80px 0;
  }

  .plr_lp--80 {
    padding: 0 80px;
  }

  .pt_lp--80 {
    padding-top: 80px;
  }

  .pb_lp--80 {
    padding-bottom: 80px;
  }

  .pl_lp--80 {
    padding-left: 80px;
  }

  .pr_lp--80 {
    padding-right: 80px;
  }

  .mt_lp--80 {
    margin-top: 80px;
  }

  .mb_lp--80 {
    margin-bottom: 80px;
  }

  .ptb_lp--85 {
    padding: 85px 0;
  }

  .plr_lp--85 {
    padding: 0 85px;
  }

  .pt_lp--85 {
    padding-top: 85px;
  }

  .pb_lp--85 {
    padding-bottom: 85px;
  }

  .pl_lp--85 {
    padding-left: 85px;
  }

  .pr_lp--85 {
    padding-right: 85px;
  }

  .mt_lp--85 {
    margin-top: 85px;
  }

  .mb_lp--85 {
    margin-bottom: 85px;
  }

  .ptb_lp--90 {
    padding: 90px 0;
  }

  .plr_lp--90 {
    padding: 0 90px;
  }

  .pt_lp--90 {
    padding-top: 90px;
  }

  .pb_lp--90 {
    padding-bottom: 90px;
  }

  .pl_lp--90 {
    padding-left: 90px;
  }

  .pr_lp--90 {
    padding-right: 90px;
  }

  .mt_lp--90 {
    margin-top: 90px;
  }

  .mb_lp--90 {
    margin-bottom: 90px;
  }

  .ptb_lp--95 {
    padding: 95px 0;
  }

  .plr_lp--95 {
    padding: 0 95px;
  }

  .pt_lp--95 {
    padding-top: 95px;
  }

  .pb_lp--95 {
    padding-bottom: 95px;
  }

  .pl_lp--95 {
    padding-left: 95px;
  }

  .pr_lp--95 {
    padding-right: 95px;
  }

  .mt_lp--95 {
    margin-top: 95px;
  }

  .mb_lp--95 {
    margin-bottom: 95px;
  }

  .ptb_lp--100 {
    padding: 100px 0;
  }

  .plr_lp--100 {
    padding: 0 100px;
  }

  .pt_lp--100 {
    padding-top: 100px;
  }

  .pb_lp--100 {
    padding-bottom: 100px;
  }

  .pl_lp--100 {
    padding-left: 100px;
  }

  .pr_lp--100 {
    padding-right: 100px;
  }

  .mt_lp--100 {
    margin-top: 100px;
  }

  .mb_lp--100 {
    margin-bottom: 100px;
  }

  .ptb_lp--105 {
    padding: 105px 0;
  }

  .plr_lp--105 {
    padding: 0 105px;
  }

  .pt_lp--105 {
    padding-top: 105px;
  }

  .pb_lp--105 {
    padding-bottom: 105px;
  }

  .pl_lp--105 {
    padding-left: 105px;
  }

  .pr_lp--105 {
    padding-right: 105px;
  }

  .mt_lp--105 {
    margin-top: 105px;
  }

  .mb_lp--105 {
    margin-bottom: 105px;
  }

  .ptb_lp--110 {
    padding: 110px 0;
  }

  .plr_lp--110 {
    padding: 0 110px;
  }

  .pt_lp--110 {
    padding-top: 110px;
  }

  .pb_lp--110 {
    padding-bottom: 110px;
  }

  .pl_lp--110 {
    padding-left: 110px;
  }

  .pr_lp--110 {
    padding-right: 110px;
  }

  .mt_lp--110 {
    margin-top: 110px;
  }

  .mb_lp--110 {
    margin-bottom: 110px;
  }

  .ptb_lp--115 {
    padding: 115px 0;
  }

  .plr_lp--115 {
    padding: 0 115px;
  }

  .pt_lp--115 {
    padding-top: 115px;
  }

  .pb_lp--115 {
    padding-bottom: 115px;
  }

  .pl_lp--115 {
    padding-left: 115px;
  }

  .pr_lp--115 {
    padding-right: 115px;
  }

  .mt_lp--115 {
    margin-top: 115px;
  }

  .mb_lp--115 {
    margin-bottom: 115px;
  }

  .ptb_lp--120 {
    padding: 120px 0;
  }

  .plr_lp--120 {
    padding: 0 120px;
  }

  .pt_lp--120 {
    padding-top: 120px;
  }

  .pb_lp--120 {
    padding-bottom: 120px;
  }

  .pl_lp--120 {
    padding-left: 120px;
  }

  .pr_lp--120 {
    padding-right: 120px;
  }

  .mt_lp--120 {
    margin-top: 120px;
  }

  .mb_lp--120 {
    margin-bottom: 120px;
  }

  .ptb_lp--125 {
    padding: 125px 0;
  }

  .plr_lp--125 {
    padding: 0 125px;
  }

  .pt_lp--125 {
    padding-top: 125px;
  }

  .pb_lp--125 {
    padding-bottom: 125px;
  }

  .pl_lp--125 {
    padding-left: 125px;
  }

  .pr_lp--125 {
    padding-right: 125px;
  }

  .mt_lp--125 {
    margin-top: 125px;
  }

  .mb_lp--125 {
    margin-bottom: 125px;
  }

  .ptb_lp--130 {
    padding: 130px 0;
  }

  .plr_lp--130 {
    padding: 0 130px;
  }

  .pt_lp--130 {
    padding-top: 130px;
  }

  .pb_lp--130 {
    padding-bottom: 130px;
  }

  .pl_lp--130 {
    padding-left: 130px;
  }

  .pr_lp--130 {
    padding-right: 130px;
  }

  .mt_lp--130 {
    margin-top: 130px;
  }

  .mb_lp--130 {
    margin-bottom: 130px;
  }

  .ptb_lp--135 {
    padding: 135px 0;
  }

  .plr_lp--135 {
    padding: 0 135px;
  }

  .pt_lp--135 {
    padding-top: 135px;
  }

  .pb_lp--135 {
    padding-bottom: 135px;
  }

  .pl_lp--135 {
    padding-left: 135px;
  }

  .pr_lp--135 {
    padding-right: 135px;
  }

  .mt_lp--135 {
    margin-top: 135px;
  }

  .mb_lp--135 {
    margin-bottom: 135px;
  }

  .ptb_lp--140 {
    padding: 140px 0;
  }

  .plr_lp--140 {
    padding: 0 140px;
  }

  .pt_lp--140 {
    padding-top: 140px;
  }

  .pb_lp--140 {
    padding-bottom: 140px;
  }

  .pl_lp--140 {
    padding-left: 140px;
  }

  .pr_lp--140 {
    padding-right: 140px;
  }

  .mt_lp--140 {
    margin-top: 140px;
  }

  .mb_lp--140 {
    margin-bottom: 140px;
  }

  .ptb_lp--145 {
    padding: 145px 0;
  }

  .plr_lp--145 {
    padding: 0 145px;
  }

  .pt_lp--145 {
    padding-top: 145px;
  }

  .pb_lp--145 {
    padding-bottom: 145px;
  }

  .pl_lp--145 {
    padding-left: 145px;
  }

  .pr_lp--145 {
    padding-right: 145px;
  }

  .mt_lp--145 {
    margin-top: 145px;
  }

  .mb_lp--145 {
    margin-bottom: 145px;
  }

  .ptb_lp--150 {
    padding: 150px 0;
  }

  .plr_lp--150 {
    padding: 0 150px;
  }

  .pt_lp--150 {
    padding-top: 150px;
  }

  .pb_lp--150 {
    padding-bottom: 150px;
  }

  .pl_lp--150 {
    padding-left: 150px;
  }

  .pr_lp--150 {
    padding-right: 150px;
  }

  .mt_lp--150 {
    margin-top: 150px;
  }

  .mb_lp--150 {
    margin-bottom: 150px;
  }

  .ptb_lp--155 {
    padding: 155px 0;
  }

  .plr_lp--155 {
    padding: 0 155px;
  }

  .pt_lp--155 {
    padding-top: 155px;
  }

  .pb_lp--155 {
    padding-bottom: 155px;
  }

  .pl_lp--155 {
    padding-left: 155px;
  }

  .pr_lp--155 {
    padding-right: 155px;
  }

  .mt_lp--155 {
    margin-top: 155px;
  }

  .mb_lp--155 {
    margin-bottom: 155px;
  }

  .ptb_lp--160 {
    padding: 160px 0;
  }

  .plr_lp--160 {
    padding: 0 160px;
  }

  .pt_lp--160 {
    padding-top: 160px;
  }

  .pb_lp--160 {
    padding-bottom: 160px;
  }

  .pl_lp--160 {
    padding-left: 160px;
  }

  .pr_lp--160 {
    padding-right: 160px;
  }

  .mt_lp--160 {
    margin-top: 160px;
  }

  .mb_lp--160 {
    margin-bottom: 160px;
  }

  .ptb_lp--165 {
    padding: 165px 0;
  }

  .plr_lp--165 {
    padding: 0 165px;
  }

  .pt_lp--165 {
    padding-top: 165px;
  }

  .pb_lp--165 {
    padding-bottom: 165px;
  }

  .pl_lp--165 {
    padding-left: 165px;
  }

  .pr_lp--165 {
    padding-right: 165px;
  }

  .mt_lp--165 {
    margin-top: 165px;
  }

  .mb_lp--165 {
    margin-bottom: 165px;
  }

  .ptb_lp--170 {
    padding: 170px 0;
  }

  .plr_lp--170 {
    padding: 0 170px;
  }

  .pt_lp--170 {
    padding-top: 170px;
  }

  .pb_lp--170 {
    padding-bottom: 170px;
  }

  .pl_lp--170 {
    padding-left: 170px;
  }

  .pr_lp--170 {
    padding-right: 170px;
  }

  .mt_lp--170 {
    margin-top: 170px;
  }

  .mb_lp--170 {
    margin-bottom: 170px;
  }

  .ptb_lp--175 {
    padding: 175px 0;
  }

  .plr_lp--175 {
    padding: 0 175px;
  }

  .pt_lp--175 {
    padding-top: 175px;
  }

  .pb_lp--175 {
    padding-bottom: 175px;
  }

  .pl_lp--175 {
    padding-left: 175px;
  }

  .pr_lp--175 {
    padding-right: 175px;
  }

  .mt_lp--175 {
    margin-top: 175px;
  }

  .mb_lp--175 {
    margin-bottom: 175px;
  }

  .ptb_lp--180 {
    padding: 180px 0;
  }

  .plr_lp--180 {
    padding: 0 180px;
  }

  .pt_lp--180 {
    padding-top: 180px;
  }

  .pb_lp--180 {
    padding-bottom: 180px;
  }

  .pl_lp--180 {
    padding-left: 180px;
  }

  .pr_lp--180 {
    padding-right: 180px;
  }

  .mt_lp--180 {
    margin-top: 180px;
  }

  .mb_lp--180 {
    margin-bottom: 180px;
  }

  .ptb_lp--185 {
    padding: 185px 0;
  }

  .plr_lp--185 {
    padding: 0 185px;
  }

  .pt_lp--185 {
    padding-top: 185px;
  }

  .pb_lp--185 {
    padding-bottom: 185px;
  }

  .pl_lp--185 {
    padding-left: 185px;
  }

  .pr_lp--185 {
    padding-right: 185px;
  }

  .mt_lp--185 {
    margin-top: 185px;
  }

  .mb_lp--185 {
    margin-bottom: 185px;
  }

  .ptb_lp--190 {
    padding: 190px 0;
  }

  .plr_lp--190 {
    padding: 0 190px;
  }

  .pt_lp--190 {
    padding-top: 190px;
  }

  .pb_lp--190 {
    padding-bottom: 190px;
  }

  .pl_lp--190 {
    padding-left: 190px;
  }

  .pr_lp--190 {
    padding-right: 190px;
  }

  .mt_lp--190 {
    margin-top: 190px;
  }

  .mb_lp--190 {
    margin-bottom: 190px;
  }

  .ptb_lp--195 {
    padding: 195px 0;
  }

  .plr_lp--195 {
    padding: 0 195px;
  }

  .pt_lp--195 {
    padding-top: 195px;
  }

  .pb_lp--195 {
    padding-bottom: 195px;
  }

  .pl_lp--195 {
    padding-left: 195px;
  }

  .pr_lp--195 {
    padding-right: 195px;
  }

  .mt_lp--195 {
    margin-top: 195px;
  }

  .mb_lp--195 {
    margin-bottom: 195px;
  }

  .ptb_lp--200 {
    padding: 200px 0;
  }

  .plr_lp--200 {
    padding: 0 200px;
  }

  .pt_lp--200 {
    padding-top: 200px;
  }

  .pb_lp--200 {
    padding-bottom: 200px;
  }

  .pl_lp--200 {
    padding-left: 200px;
  }

  .pr_lp--200 {
    padding-right: 200px;
  }

  .mt_lp--200 {
    margin-top: 200px;
  }

  .mb_lp--200 {
    margin-bottom: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb_lg--5 {
    padding: 5px 0;
  }

  .plr_lg--5 {
    padding: 0 5px;
  }

  .pt_lg--5 {
    padding-top: 5px;
  }

  .pb_lg--5 {
    padding-bottom: 5px;
  }

  .pl_lg--5 {
    padding-left: 5px;
  }

  .pr_lg--5 {
    padding-right: 5px;
  }

  .mt_lg--5 {
    margin-top: 5px;
  }

  .mb_lg--5 {
    margin-bottom: 5px;
  }

  .ml_lg--5 {
    margin-left: 5px;
  }

  .ptb_lg--10 {
    padding: 10px 0;
  }

  .plr_lg--10 {
    padding: 0 10px;
  }

  .pt_lg--10 {
    padding-top: 10px;
  }

  .pb_lg--10 {
    padding-bottom: 10px;
  }

  .pl_lg--10 {
    padding-left: 10px;
  }

  .pr_lg--10 {
    padding-right: 10px;
  }

  .mt_lg--10 {
    margin-top: 10px;
  }

  .mb_lg--10 {
    margin-bottom: 10px;
  }

  .ml_lg--10 {
    margin-left: 10px;
  }

  .ptb_lg--15 {
    padding: 15px 0;
  }

  .plr_lg--15 {
    padding: 0 15px;
  }

  .pt_lg--15 {
    padding-top: 15px;
  }

  .pb_lg--15 {
    padding-bottom: 15px;
  }

  .pl_lg--15 {
    padding-left: 15px;
  }

  .pr_lg--15 {
    padding-right: 15px;
  }

  .mt_lg--15 {
    margin-top: 15px;
  }

  .mb_lg--15 {
    margin-bottom: 15px;
  }

  .ml_lg--15 {
    margin-left: 15px;
  }

  .ptb_lg--20 {
    padding: 20px 0;
  }

  .plr_lg--20 {
    padding: 0 20px;
  }

  .pt_lg--20 {
    padding-top: 20px;
  }

  .pb_lg--20 {
    padding-bottom: 20px;
  }

  .pl_lg--20 {
    padding-left: 20px;
  }

  .pr_lg--20 {
    padding-right: 20px;
  }

  .mt_lg--20 {
    margin-top: 20px;
  }

  .mb_lg--20 {
    margin-bottom: 20px;
  }

  .ml_lg--20 {
    margin-left: 20px;
  }

  .ptb_lg--25 {
    padding: 25px 0;
  }

  .plr_lg--25 {
    padding: 0 25px;
  }

  .pt_lg--25 {
    padding-top: 25px;
  }

  .pb_lg--25 {
    padding-bottom: 25px;
  }

  .pl_lg--25 {
    padding-left: 25px;
  }

  .pr_lg--25 {
    padding-right: 25px;
  }

  .mt_lg--25 {
    margin-top: 25px;
  }

  .mb_lg--25 {
    margin-bottom: 25px;
  }

  .ml_lg--25 {
    margin-left: 25px;
  }

  .ptb_lg--30 {
    padding: 30px 0;
  }

  .plr_lg--30 {
    padding: 0 30px;
  }

  .pt_lg--30 {
    padding-top: 30px;
  }

  .pb_lg--30 {
    padding-bottom: 30px;
  }

  .pl_lg--30 {
    padding-left: 30px;
  }

  .pr_lg--30 {
    padding-right: 30px;
  }

  .mt_lg--30 {
    margin-top: 30px;
  }

  .mb_lg--30 {
    margin-bottom: 30px;
  }

  .ml_lg--30 {
    margin-left: 30px;
  }

  .ptb_lg--35 {
    padding: 35px 0;
  }

  .plr_lg--35 {
    padding: 0 35px;
  }

  .pt_lg--35 {
    padding-top: 35px;
  }

  .pb_lg--35 {
    padding-bottom: 35px;
  }

  .pl_lg--35 {
    padding-left: 35px;
  }

  .pr_lg--35 {
    padding-right: 35px;
  }

  .mt_lg--35 {
    margin-top: 35px;
  }

  .mb_lg--35 {
    margin-bottom: 35px;
  }

  .ml_lg--35 {
    margin-left: 35px;
  }

  .ptb_lg--40 {
    padding: 40px 0;
  }

  .plr_lg--40 {
    padding: 0 40px;
  }

  .pt_lg--40 {
    padding-top: 40px;
  }

  .pb_lg--40 {
    padding-bottom: 40px;
  }

  .pl_lg--40 {
    padding-left: 40px;
  }

  .pr_lg--40 {
    padding-right: 40px;
  }

  .mt_lg--40 {
    margin-top: 40px;
  }

  .mb_lg--40 {
    margin-bottom: 40px;
  }

  .ml_lg--40 {
    margin-left: 40px;
  }

  .ptb_lg--45 {
    padding: 45px 0;
  }

  .plr_lg--45 {
    padding: 0 45px;
  }

  .pt_lg--45 {
    padding-top: 45px;
  }

  .pb_lg--45 {
    padding-bottom: 45px;
  }

  .pl_lg--45 {
    padding-left: 45px;
  }

  .pr_lg--45 {
    padding-right: 45px;
  }

  .mt_lg--45 {
    margin-top: 45px;
  }

  .mb_lg--45 {
    margin-bottom: 45px;
  }

  .ml_lg--45 {
    margin-left: 45px;
  }

  .ptb_lg--50 {
    padding: 50px 0;
  }

  .plr_lg--50 {
    padding: 0 50px;
  }

  .pt_lg--50 {
    padding-top: 50px;
  }

  .pb_lg--50 {
    padding-bottom: 50px;
  }

  .pl_lg--50 {
    padding-left: 50px;
  }

  .pr_lg--50 {
    padding-right: 50px;
  }

  .mt_lg--50 {
    margin-top: 50px;
  }

  .mb_lg--50 {
    margin-bottom: 50px;
  }

  .ml_lg--50 {
    margin-left: 50px;
  }

  .ptb_lg--55 {
    padding: 55px 0;
  }

  .plr_lg--55 {
    padding: 0 55px;
  }

  .pt_lg--55 {
    padding-top: 55px;
  }

  .pb_lg--55 {
    padding-bottom: 55px;
  }

  .pl_lg--55 {
    padding-left: 55px;
  }

  .pr_lg--55 {
    padding-right: 55px;
  }

  .mt_lg--55 {
    margin-top: 55px;
  }

  .mb_lg--55 {
    margin-bottom: 55px;
  }

  .ml_lg--55 {
    margin-left: 55px;
  }

  .ptb_lg--60 {
    padding: 60px 0;
  }

  .plr_lg--60 {
    padding: 0 60px;
  }

  .pt_lg--60 {
    padding-top: 60px;
  }

  .pb_lg--60 {
    padding-bottom: 60px;
  }

  .pl_lg--60 {
    padding-left: 60px;
  }

  .pr_lg--60 {
    padding-right: 60px;
  }

  .mt_lg--60 {
    margin-top: 60px;
  }

  .mb_lg--60 {
    margin-bottom: 60px;
  }

  .ml_lg--60 {
    margin-left: 60px;
  }

  .ptb_lg--65 {
    padding: 65px 0;
  }

  .plr_lg--65 {
    padding: 0 65px;
  }

  .pt_lg--65 {
    padding-top: 65px;
  }

  .pb_lg--65 {
    padding-bottom: 65px;
  }

  .pl_lg--65 {
    padding-left: 65px;
  }

  .pr_lg--65 {
    padding-right: 65px;
  }

  .mt_lg--65 {
    margin-top: 65px;
  }

  .mb_lg--65 {
    margin-bottom: 65px;
  }

  .ml_lg--65 {
    margin-left: 65px;
  }

  .ptb_lg--70 {
    padding: 70px 0;
  }

  .plr_lg--70 {
    padding: 0 70px;
  }

  .pt_lg--70 {
    padding-top: 70px;
  }

  .pb_lg--70 {
    padding-bottom: 70px;
  }

  .pl_lg--70 {
    padding-left: 70px;
  }

  .pr_lg--70 {
    padding-right: 70px;
  }

  .mt_lg--70 {
    margin-top: 70px;
  }

  .mb_lg--70 {
    margin-bottom: 70px;
  }

  .ml_lg--70 {
    margin-left: 70px;
  }

  .ptb_lg--75 {
    padding: 75px 0;
  }

  .plr_lg--75 {
    padding: 0 75px;
  }

  .pt_lg--75 {
    padding-top: 75px;
  }

  .pb_lg--75 {
    padding-bottom: 75px;
  }

  .pl_lg--75 {
    padding-left: 75px;
  }

  .pr_lg--75 {
    padding-right: 75px;
  }

  .mt_lg--75 {
    margin-top: 75px;
  }

  .mb_lg--75 {
    margin-bottom: 75px;
  }

  .ml_lg--75 {
    margin-left: 75px;
  }

  .ptb_lg--80 {
    padding: 80px 0;
  }

  .plr_lg--80 {
    padding: 0 80px;
  }

  .pt_lg--80 {
    padding-top: 80px;
  }

  .pb_lg--80 {
    padding-bottom: 80px;
  }

  .pl_lg--80 {
    padding-left: 80px;
  }

  .pr_lg--80 {
    padding-right: 80px;
  }

  .mt_lg--80 {
    margin-top: 80px;
  }

  .mb_lg--80 {
    margin-bottom: 80px;
  }

  .ml_lg--80 {
    margin-left: 80px;
  }

  .ptb_lg--85 {
    padding: 85px 0;
  }

  .plr_lg--85 {
    padding: 0 85px;
  }

  .pt_lg--85 {
    padding-top: 85px;
  }

  .pb_lg--85 {
    padding-bottom: 85px;
  }

  .pl_lg--85 {
    padding-left: 85px;
  }

  .pr_lg--85 {
    padding-right: 85px;
  }

  .mt_lg--85 {
    margin-top: 85px;
  }

  .mb_lg--85 {
    margin-bottom: 85px;
  }

  .ml_lg--85 {
    margin-left: 85px;
  }

  .ptb_lg--90 {
    padding: 90px 0;
  }

  .plr_lg--90 {
    padding: 0 90px;
  }

  .pt_lg--90 {
    padding-top: 90px;
  }

  .pb_lg--90 {
    padding-bottom: 90px;
  }

  .pl_lg--90 {
    padding-left: 90px;
  }

  .pr_lg--90 {
    padding-right: 90px;
  }

  .mt_lg--90 {
    margin-top: 90px;
  }

  .mb_lg--90 {
    margin-bottom: 90px;
  }

  .ml_lg--90 {
    margin-left: 90px;
  }

  .ptb_lg--95 {
    padding: 95px 0;
  }

  .plr_lg--95 {
    padding: 0 95px;
  }

  .pt_lg--95 {
    padding-top: 95px;
  }

  .pb_lg--95 {
    padding-bottom: 95px;
  }

  .pl_lg--95 {
    padding-left: 95px;
  }

  .pr_lg--95 {
    padding-right: 95px;
  }

  .mt_lg--95 {
    margin-top: 95px;
  }

  .mb_lg--95 {
    margin-bottom: 95px;
  }

  .ml_lg--95 {
    margin-left: 95px;
  }

  .ptb_lg--100 {
    padding: 100px 0;
  }

  .plr_lg--100 {
    padding: 0 100px;
  }

  .pt_lg--100 {
    padding-top: 100px;
  }

  .pb_lg--100 {
    padding-bottom: 100px;
  }

  .pl_lg--100 {
    padding-left: 100px;
  }

  .pr_lg--100 {
    padding-right: 100px;
  }

  .mt_lg--100 {
    margin-top: 100px;
  }

  .mb_lg--100 {
    margin-bottom: 100px;
  }

  .ml_lg--100 {
    margin-left: 100px;
  }

  .ptb_lg--105 {
    padding: 105px 0;
  }

  .plr_lg--105 {
    padding: 0 105px;
  }

  .pt_lg--105 {
    padding-top: 105px;
  }

  .pb_lg--105 {
    padding-bottom: 105px;
  }

  .pl_lg--105 {
    padding-left: 105px;
  }

  .pr_lg--105 {
    padding-right: 105px;
  }

  .mt_lg--105 {
    margin-top: 105px;
  }

  .mb_lg--105 {
    margin-bottom: 105px;
  }

  .ml_lg--105 {
    margin-left: 105px;
  }

  .ptb_lg--110 {
    padding: 110px 0;
  }

  .plr_lg--110 {
    padding: 0 110px;
  }

  .pt_lg--110 {
    padding-top: 110px;
  }

  .pb_lg--110 {
    padding-bottom: 110px;
  }

  .pl_lg--110 {
    padding-left: 110px;
  }

  .pr_lg--110 {
    padding-right: 110px;
  }

  .mt_lg--110 {
    margin-top: 110px;
  }

  .mb_lg--110 {
    margin-bottom: 110px;
  }

  .ml_lg--110 {
    margin-left: 110px;
  }

  .ptb_lg--115 {
    padding: 115px 0;
  }

  .plr_lg--115 {
    padding: 0 115px;
  }

  .pt_lg--115 {
    padding-top: 115px;
  }

  .pb_lg--115 {
    padding-bottom: 115px;
  }

  .pl_lg--115 {
    padding-left: 115px;
  }

  .pr_lg--115 {
    padding-right: 115px;
  }

  .mt_lg--115 {
    margin-top: 115px;
  }

  .mb_lg--115 {
    margin-bottom: 115px;
  }

  .ml_lg--115 {
    margin-left: 115px;
  }

  .ptb_lg--120 {
    padding: 120px 0;
  }

  .plr_lg--120 {
    padding: 0 120px;
  }

  .pt_lg--120 {
    padding-top: 120px;
  }

  .pb_lg--120 {
    padding-bottom: 120px;
  }

  .pl_lg--120 {
    padding-left: 120px;
  }

  .pr_lg--120 {
    padding-right: 120px;
  }

  .mt_lg--120 {
    margin-top: 120px;
  }

  .mb_lg--120 {
    margin-bottom: 120px;
  }

  .ml_lg--120 {
    margin-left: 120px;
  }

  .ptb_lg--125 {
    padding: 125px 0;
  }

  .plr_lg--125 {
    padding: 0 125px;
  }

  .pt_lg--125 {
    padding-top: 125px;
  }

  .pb_lg--125 {
    padding-bottom: 125px;
  }

  .pl_lg--125 {
    padding-left: 125px;
  }

  .pr_lg--125 {
    padding-right: 125px;
  }

  .mt_lg--125 {
    margin-top: 125px;
  }

  .mb_lg--125 {
    margin-bottom: 125px;
  }

  .ml_lg--125 {
    margin-left: 125px;
  }

  .ptb_lg--130 {
    padding: 130px 0;
  }

  .plr_lg--130 {
    padding: 0 130px;
  }

  .pt_lg--130 {
    padding-top: 130px;
  }

  .pb_lg--130 {
    padding-bottom: 130px;
  }

  .pl_lg--130 {
    padding-left: 130px;
  }

  .pr_lg--130 {
    padding-right: 130px;
  }

  .mt_lg--130 {
    margin-top: 130px;
  }

  .mb_lg--130 {
    margin-bottom: 130px;
  }

  .ml_lg--130 {
    margin-left: 130px;
  }

  .ptb_lg--135 {
    padding: 135px 0;
  }

  .plr_lg--135 {
    padding: 0 135px;
  }

  .pt_lg--135 {
    padding-top: 135px;
  }

  .pb_lg--135 {
    padding-bottom: 135px;
  }

  .pl_lg--135 {
    padding-left: 135px;
  }

  .pr_lg--135 {
    padding-right: 135px;
  }

  .mt_lg--135 {
    margin-top: 135px;
  }

  .mb_lg--135 {
    margin-bottom: 135px;
  }

  .ml_lg--135 {
    margin-left: 135px;
  }

  .ptb_lg--140 {
    padding: 140px 0;
  }

  .plr_lg--140 {
    padding: 0 140px;
  }

  .pt_lg--140 {
    padding-top: 140px;
  }

  .pb_lg--140 {
    padding-bottom: 140px;
  }

  .pl_lg--140 {
    padding-left: 140px;
  }

  .pr_lg--140 {
    padding-right: 140px;
  }

  .mt_lg--140 {
    margin-top: 140px;
  }

  .mb_lg--140 {
    margin-bottom: 140px;
  }

  .ml_lg--140 {
    margin-left: 140px;
  }

  .ptb_lg--145 {
    padding: 145px 0;
  }

  .plr_lg--145 {
    padding: 0 145px;
  }

  .pt_lg--145 {
    padding-top: 145px;
  }

  .pb_lg--145 {
    padding-bottom: 145px;
  }

  .pl_lg--145 {
    padding-left: 145px;
  }

  .pr_lg--145 {
    padding-right: 145px;
  }

  .mt_lg--145 {
    margin-top: 145px;
  }

  .mb_lg--145 {
    margin-bottom: 145px;
  }

  .ml_lg--145 {
    margin-left: 145px;
  }

  .ptb_lg--150 {
    padding: 150px 0;
  }

  .plr_lg--150 {
    padding: 0 150px;
  }

  .pt_lg--150 {
    padding-top: 150px;
  }

  .pb_lg--150 {
    padding-bottom: 150px;
  }

  .pl_lg--150 {
    padding-left: 150px;
  }

  .pr_lg--150 {
    padding-right: 150px;
  }

  .mt_lg--150 {
    margin-top: 150px;
  }

  .mb_lg--150 {
    margin-bottom: 150px;
  }

  .ml_lg--150 {
    margin-left: 150px;
  }

  .ptb_lg--155 {
    padding: 155px 0;
  }

  .plr_lg--155 {
    padding: 0 155px;
  }

  .pt_lg--155 {
    padding-top: 155px;
  }

  .pb_lg--155 {
    padding-bottom: 155px;
  }

  .pl_lg--155 {
    padding-left: 155px;
  }

  .pr_lg--155 {
    padding-right: 155px;
  }

  .mt_lg--155 {
    margin-top: 155px;
  }

  .mb_lg--155 {
    margin-bottom: 155px;
  }

  .ml_lg--155 {
    margin-left: 155px;
  }

  .ptb_lg--160 {
    padding: 160px 0;
  }

  .plr_lg--160 {
    padding: 0 160px;
  }

  .pt_lg--160 {
    padding-top: 160px;
  }

  .pb_lg--160 {
    padding-bottom: 160px;
  }

  .pl_lg--160 {
    padding-left: 160px;
  }

  .pr_lg--160 {
    padding-right: 160px;
  }

  .mt_lg--160 {
    margin-top: 160px;
  }

  .mb_lg--160 {
    margin-bottom: 160px;
  }

  .ml_lg--160 {
    margin-left: 160px;
  }

  .ptb_lg--165 {
    padding: 165px 0;
  }

  .plr_lg--165 {
    padding: 0 165px;
  }

  .pt_lg--165 {
    padding-top: 165px;
  }

  .pb_lg--165 {
    padding-bottom: 165px;
  }

  .pl_lg--165 {
    padding-left: 165px;
  }

  .pr_lg--165 {
    padding-right: 165px;
  }

  .mt_lg--165 {
    margin-top: 165px;
  }

  .mb_lg--165 {
    margin-bottom: 165px;
  }

  .ml_lg--165 {
    margin-left: 165px;
  }

  .ptb_lg--170 {
    padding: 170px 0;
  }

  .plr_lg--170 {
    padding: 0 170px;
  }

  .pt_lg--170 {
    padding-top: 170px;
  }

  .pb_lg--170 {
    padding-bottom: 170px;
  }

  .pl_lg--170 {
    padding-left: 170px;
  }

  .pr_lg--170 {
    padding-right: 170px;
  }

  .mt_lg--170 {
    margin-top: 170px;
  }

  .mb_lg--170 {
    margin-bottom: 170px;
  }

  .ml_lg--170 {
    margin-left: 170px;
  }

  .ptb_lg--175 {
    padding: 175px 0;
  }

  .plr_lg--175 {
    padding: 0 175px;
  }

  .pt_lg--175 {
    padding-top: 175px;
  }

  .pb_lg--175 {
    padding-bottom: 175px;
  }

  .pl_lg--175 {
    padding-left: 175px;
  }

  .pr_lg--175 {
    padding-right: 175px;
  }

  .mt_lg--175 {
    margin-top: 175px;
  }

  .mb_lg--175 {
    margin-bottom: 175px;
  }

  .ml_lg--175 {
    margin-left: 175px;
  }

  .ptb_lg--180 {
    padding: 180px 0;
  }

  .plr_lg--180 {
    padding: 0 180px;
  }

  .pt_lg--180 {
    padding-top: 180px;
  }

  .pb_lg--180 {
    padding-bottom: 180px;
  }

  .pl_lg--180 {
    padding-left: 180px;
  }

  .pr_lg--180 {
    padding-right: 180px;
  }

  .mt_lg--180 {
    margin-top: 180px;
  }

  .mb_lg--180 {
    margin-bottom: 180px;
  }

  .ml_lg--180 {
    margin-left: 180px;
  }

  .ptb_lg--185 {
    padding: 185px 0;
  }

  .plr_lg--185 {
    padding: 0 185px;
  }

  .pt_lg--185 {
    padding-top: 185px;
  }

  .pb_lg--185 {
    padding-bottom: 185px;
  }

  .pl_lg--185 {
    padding-left: 185px;
  }

  .pr_lg--185 {
    padding-right: 185px;
  }

  .mt_lg--185 {
    margin-top: 185px;
  }

  .mb_lg--185 {
    margin-bottom: 185px;
  }

  .ml_lg--185 {
    margin-left: 185px;
  }

  .ptb_lg--190 {
    padding: 190px 0;
  }

  .plr_lg--190 {
    padding: 0 190px;
  }

  .pt_lg--190 {
    padding-top: 190px;
  }

  .pb_lg--190 {
    padding-bottom: 190px;
  }

  .pl_lg--190 {
    padding-left: 190px;
  }

  .pr_lg--190 {
    padding-right: 190px;
  }

  .mt_lg--190 {
    margin-top: 190px;
  }

  .mb_lg--190 {
    margin-bottom: 190px;
  }

  .ml_lg--190 {
    margin-left: 190px;
  }

  .ptb_lg--195 {
    padding: 195px 0;
  }

  .plr_lg--195 {
    padding: 0 195px;
  }

  .pt_lg--195 {
    padding-top: 195px;
  }

  .pb_lg--195 {
    padding-bottom: 195px;
  }

  .pl_lg--195 {
    padding-left: 195px;
  }

  .pr_lg--195 {
    padding-right: 195px;
  }

  .mt_lg--195 {
    margin-top: 195px;
  }

  .mb_lg--195 {
    margin-bottom: 195px;
  }

  .ml_lg--195 {
    margin-left: 195px;
  }

  .ptb_lg--200 {
    padding: 200px 0;
  }

  .plr_lg--200 {
    padding: 0 200px;
  }

  .pt_lg--200 {
    padding-top: 200px;
  }

  .pb_lg--200 {
    padding-bottom: 200px;
  }

  .pl_lg--200 {
    padding-left: 200px;
  }

  .pr_lg--200 {
    padding-right: 200px;
  }

  .mt_lg--200 {
    margin-top: 200px;
  }

  .mb_lg--200 {
    margin-bottom: 200px;
  }

  .ml_lg--200 {
    margin-left: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_md--0 {
    padding: 0;
  }

  .pl_md--0 {
    padding-left: 0;
  }

  .pr_md--0 {
    padding-right: 0;
  }

  .pt_md--0 {
    padding-top: 0;
  }

  .pb_md--0 {
    padding-bottom: 0;
  }

  .pb_md--80 {
    padding-bottom: 80px;
  }

  .pt_md--50 {
    padding-top: 50px;
  }

  .mr_md--0 {
    margin-right: 0;
  }

  .ml_md--0 {
    margin-left: 0;
  }

  .mt_md--0 {
    margin-top: 0;
  }

  .mb_md--0 {
    margin-bottom: 0;
  }

  .ptb_md--250 {
    padding: 250px 0;
  }

  .ptb_md--5 {
    padding: 5px 0;
  }

  .plr_md--5 {
    padding: 0 5px;
  }

  .pt_md--5 {
    padding-top: 5px;
  }

  .pb_md--5 {
    padding-bottom: 5px;
  }

  .pl_md--5 {
    padding-left: 5px;
  }

  .pr_md--5 {
    padding-right: 5px;
  }

  .mt_md--5 {
    margin-top: 5px;
  }

  .mb_md--5 {
    margin-bottom: 5px;
  }

  .ptb_md--10 {
    padding: 10px 0;
  }

  .plr_md--10 {
    padding: 0 10px;
  }

  .pt_md--10 {
    padding-top: 10px;
  }

  .pb_md--10 {
    padding-bottom: 10px;
  }

  .pl_md--10 {
    padding-left: 10px;
  }

  .pr_md--10 {
    padding-right: 10px;
  }

  .mt_md--10 {
    margin-top: 10px;
  }

  .mb_md--10 {
    margin-bottom: 10px;
  }

  .ptb_md--15 {
    padding: 15px 0;
  }

  .plr_md--15 {
    padding: 0 15px;
  }

  .pt_md--15 {
    padding-top: 15px;
  }

  .pb_md--15 {
    padding-bottom: 15px;
  }

  .pl_md--15 {
    padding-left: 15px;
  }

  .pr_md--15 {
    padding-right: 15px;
  }

  .mt_md--15 {
    margin-top: 15px;
  }

  .mb_md--15 {
    margin-bottom: 15px;
  }

  .ptb_md--20 {
    padding: 20px 0;
  }

  .plr_md--20 {
    padding: 0 20px;
  }

  .pt_md--20 {
    padding-top: 20px;
  }

  .pb_md--20 {
    padding-bottom: 20px;
  }

  .pl_md--20 {
    padding-left: 20px;
  }

  .pr_md--20 {
    padding-right: 20px;
  }

  .mt_md--20 {
    margin-top: 20px;
  }

  .mb_md--20 {
    margin-bottom: 20px;
  }

  .ptb_md--25 {
    padding: 25px 0;
  }

  .plr_md--25 {
    padding: 0 25px;
  }

  .pt_md--25 {
    padding-top: 25px;
  }

  .pb_md--25 {
    padding-bottom: 25px;
  }

  .pl_md--25 {
    padding-left: 25px;
  }

  .pr_md--25 {
    padding-right: 25px;
  }

  .mt_md--25 {
    margin-top: 25px;
  }

  .mb_md--25 {
    margin-bottom: 25px;
  }

  .ptb_md--30 {
    padding: 30px 0;
  }

  .plr_md--30 {
    padding: 0 30px;
  }

  .pt_md--30 {
    padding-top: 30px;
  }

  .pb_md--30 {
    padding-bottom: 30px;
  }

  .pl_md--30 {
    padding-left: 30px;
  }

  .pr_md--30 {
    padding-right: 30px;
  }

  .mt_md--30 {
    margin-top: 30px;
  }

  .mb_md--30 {
    margin-bottom: 30px;
  }

  .ptb_md--35 {
    padding: 35px 0;
  }

  .plr_md--35 {
    padding: 0 35px;
  }

  .pt_md--35 {
    padding-top: 35px;
  }

  .pb_md--35 {
    padding-bottom: 35px;
  }

  .pl_md--35 {
    padding-left: 35px;
  }

  .pr_md--35 {
    padding-right: 35px;
  }

  .mt_md--35 {
    margin-top: 35px;
  }

  .mb_md--35 {
    margin-bottom: 35px;
  }

  .ptb_md--40 {
    padding: 40px 0;
  }

  .plr_md--40 {
    padding: 0 40px;
  }

  .pt_md--40 {
    padding-top: 40px;
  }

  .pb_md--40 {
    padding-bottom: 40px;
  }

  .pl_md--40 {
    padding-left: 40px;
  }

  .pr_md--40 {
    padding-right: 40px;
  }

  .mt_md--40 {
    margin-top: 40px;
  }

  .mb_md--40 {
    margin-bottom: 40px;
  }

  .ptb_md--45 {
    padding: 45px 0;
  }

  .plr_md--45 {
    padding: 0 45px;
  }

  .pt_md--45 {
    padding-top: 45px;
  }

  .pb_md--45 {
    padding-bottom: 45px;
  }

  .pl_md--45 {
    padding-left: 45px;
  }

  .pr_md--45 {
    padding-right: 45px;
  }

  .mt_md--45 {
    margin-top: 45px;
  }

  .mb_md--45 {
    margin-bottom: 45px;
  }

  .ptb_md--50 {
    padding: 50px 0;
  }

  .plr_md--50 {
    padding: 0 50px;
  }

  .pt_md--50 {
    padding-top: 50px;
  }

  .pb_md--50 {
    padding-bottom: 50px;
  }

  .pl_md--50 {
    padding-left: 50px;
  }

  .pr_md--50 {
    padding-right: 50px;
  }

  .mt_md--50 {
    margin-top: 50px;
  }

  .mb_md--50 {
    margin-bottom: 50px;
  }

  .ptb_md--55 {
    padding: 55px 0;
  }

  .plr_md--55 {
    padding: 0 55px;
  }

  .pt_md--55 {
    padding-top: 55px;
  }

  .pb_md--55 {
    padding-bottom: 55px;
  }

  .pl_md--55 {
    padding-left: 55px;
  }

  .pr_md--55 {
    padding-right: 55px;
  }

  .mt_md--55 {
    margin-top: 55px;
  }

  .mb_md--55 {
    margin-bottom: 55px;
  }

  .ptb_md--60 {
    padding: 60px 0;
  }

  .plr_md--60 {
    padding: 0 60px;
  }

  .pt_md--60 {
    padding-top: 60px;
  }

  .pb_md--60 {
    padding-bottom: 60px;
  }

  .pl_md--60 {
    padding-left: 60px;
  }

  .pr_md--60 {
    padding-right: 60px;
  }

  .mt_md--60 {
    margin-top: 60px;
  }

  .mb_md--60 {
    margin-bottom: 60px;
  }

  .ptb_md--65 {
    padding: 65px 0;
  }

  .plr_md--65 {
    padding: 0 65px;
  }

  .pt_md--65 {
    padding-top: 65px;
  }

  .pb_md--65 {
    padding-bottom: 65px;
  }

  .pl_md--65 {
    padding-left: 65px;
  }

  .pr_md--65 {
    padding-right: 65px;
  }

  .mt_md--65 {
    margin-top: 65px;
  }

  .mb_md--65 {
    margin-bottom: 65px;
  }

  .ptb_md--70 {
    padding: 70px 0;
  }

  .plr_md--70 {
    padding: 0 70px;
  }

  .pt_md--70 {
    padding-top: 70px;
  }

  .pb_md--70 {
    padding-bottom: 70px;
  }

  .pl_md--70 {
    padding-left: 70px;
  }

  .pr_md--70 {
    padding-right: 70px;
  }

  .mt_md--70 {
    margin-top: 70px;
  }

  .mb_md--70 {
    margin-bottom: 70px;
  }

  .ptb_md--75 {
    padding: 75px 0;
  }

  .plr_md--75 {
    padding: 0 75px;
  }

  .pt_md--75 {
    padding-top: 75px;
  }

  .pb_md--75 {
    padding-bottom: 75px;
  }

  .pl_md--75 {
    padding-left: 75px;
  }

  .pr_md--75 {
    padding-right: 75px;
  }

  .mt_md--75 {
    margin-top: 75px;
  }

  .mb_md--75 {
    margin-bottom: 75px;
  }

  .ptb_md--80 {
    padding: 80px 0;
  }

  .plr_md--80 {
    padding: 0 80px;
  }

  .pt_md--80 {
    padding-top: 80px;
  }

  .pb_md--80 {
    padding-bottom: 80px;
  }

  .pl_md--80 {
    padding-left: 80px;
  }

  .pr_md--80 {
    padding-right: 80px;
  }

  .mt_md--80 {
    margin-top: 80px;
  }

  .mb_md--80 {
    margin-bottom: 80px;
  }

  .ptb_md--85 {
    padding: 85px 0;
  }

  .plr_md--85 {
    padding: 0 85px;
  }

  .pt_md--85 {
    padding-top: 85px;
  }

  .pb_md--85 {
    padding-bottom: 85px;
  }

  .pl_md--85 {
    padding-left: 85px;
  }

  .pr_md--85 {
    padding-right: 85px;
  }

  .mt_md--85 {
    margin-top: 85px;
  }

  .mb_md--85 {
    margin-bottom: 85px;
  }

  .ptb_md--90 {
    padding: 90px 0;
  }

  .plr_md--90 {
    padding: 0 90px;
  }

  .pt_md--90 {
    padding-top: 90px;
  }

  .pb_md--90 {
    padding-bottom: 90px;
  }

  .pl_md--90 {
    padding-left: 90px;
  }

  .pr_md--90 {
    padding-right: 90px;
  }

  .mt_md--90 {
    margin-top: 90px;
  }

  .mb_md--90 {
    margin-bottom: 90px;
  }

  .ptb_md--95 {
    padding: 95px 0;
  }

  .plr_md--95 {
    padding: 0 95px;
  }

  .pt_md--95 {
    padding-top: 95px;
  }

  .pb_md--95 {
    padding-bottom: 95px;
  }

  .pl_md--95 {
    padding-left: 95px;
  }

  .pr_md--95 {
    padding-right: 95px;
  }

  .mt_md--95 {
    margin-top: 95px;
  }

  .mb_md--95 {
    margin-bottom: 95px;
  }

  .ptb_md--100 {
    padding: 100px 0;
  }

  .plr_md--100 {
    padding: 0 100px;
  }

  .pt_md--100 {
    padding-top: 100px;
  }

  .pb_md--100 {
    padding-bottom: 100px;
  }

  .pl_md--100 {
    padding-left: 100px;
  }

  .pr_md--100 {
    padding-right: 100px;
  }

  .mt_md--100 {
    margin-top: 100px;
  }

  .mb_md--100 {
    margin-bottom: 100px;
  }

  .ptb_md--105 {
    padding: 105px 0;
  }

  .plr_md--105 {
    padding: 0 105px;
  }

  .pt_md--105 {
    padding-top: 105px;
  }

  .pb_md--105 {
    padding-bottom: 105px;
  }

  .pl_md--105 {
    padding-left: 105px;
  }

  .pr_md--105 {
    padding-right: 105px;
  }

  .mt_md--105 {
    margin-top: 105px;
  }

  .mb_md--105 {
    margin-bottom: 105px;
  }

  .ptb_md--110 {
    padding: 110px 0;
  }

  .plr_md--110 {
    padding: 0 110px;
  }

  .pt_md--110 {
    padding-top: 110px;
  }

  .pb_md--110 {
    padding-bottom: 110px;
  }

  .pl_md--110 {
    padding-left: 110px;
  }

  .pr_md--110 {
    padding-right: 110px;
  }

  .mt_md--110 {
    margin-top: 110px;
  }

  .mb_md--110 {
    margin-bottom: 110px;
  }

  .ptb_md--115 {
    padding: 115px 0;
  }

  .plr_md--115 {
    padding: 0 115px;
  }

  .pt_md--115 {
    padding-top: 115px;
  }

  .pb_md--115 {
    padding-bottom: 115px;
  }

  .pl_md--115 {
    padding-left: 115px;
  }

  .pr_md--115 {
    padding-right: 115px;
  }

  .mt_md--115 {
    margin-top: 115px;
  }

  .mb_md--115 {
    margin-bottom: 115px;
  }

  .ptb_md--120 {
    padding: 120px 0;
  }

  .plr_md--120 {
    padding: 0 120px;
  }

  .pt_md--120 {
    padding-top: 120px;
  }

  .pb_md--120 {
    padding-bottom: 120px;
  }

  .pl_md--120 {
    padding-left: 120px;
  }

  .pr_md--120 {
    padding-right: 120px;
  }

  .mt_md--120 {
    margin-top: 120px;
  }

  .mb_md--120 {
    margin-bottom: 120px;
  }

  .ptb_md--125 {
    padding: 125px 0;
  }

  .plr_md--125 {
    padding: 0 125px;
  }

  .pt_md--125 {
    padding-top: 125px;
  }

  .pb_md--125 {
    padding-bottom: 125px;
  }

  .pl_md--125 {
    padding-left: 125px;
  }

  .pr_md--125 {
    padding-right: 125px;
  }

  .mt_md--125 {
    margin-top: 125px;
  }

  .mb_md--125 {
    margin-bottom: 125px;
  }

  .ptb_md--130 {
    padding: 130px 0;
  }

  .plr_md--130 {
    padding: 0 130px;
  }

  .pt_md--130 {
    padding-top: 130px;
  }

  .pb_md--130 {
    padding-bottom: 130px;
  }

  .pl_md--130 {
    padding-left: 130px;
  }

  .pr_md--130 {
    padding-right: 130px;
  }

  .mt_md--130 {
    margin-top: 130px;
  }

  .mb_md--130 {
    margin-bottom: 130px;
  }

  .ptb_md--135 {
    padding: 135px 0;
  }

  .plr_md--135 {
    padding: 0 135px;
  }

  .pt_md--135 {
    padding-top: 135px;
  }

  .pb_md--135 {
    padding-bottom: 135px;
  }

  .pl_md--135 {
    padding-left: 135px;
  }

  .pr_md--135 {
    padding-right: 135px;
  }

  .mt_md--135 {
    margin-top: 135px;
  }

  .mb_md--135 {
    margin-bottom: 135px;
  }

  .ptb_md--140 {
    padding: 140px 0;
  }

  .plr_md--140 {
    padding: 0 140px;
  }

  .pt_md--140 {
    padding-top: 140px;
  }

  .pb_md--140 {
    padding-bottom: 140px;
  }

  .pl_md--140 {
    padding-left: 140px;
  }

  .pr_md--140 {
    padding-right: 140px;
  }

  .mt_md--140 {
    margin-top: 140px;
  }

  .mb_md--140 {
    margin-bottom: 140px;
  }

  .ptb_md--145 {
    padding: 145px 0;
  }

  .plr_md--145 {
    padding: 0 145px;
  }

  .pt_md--145 {
    padding-top: 145px;
  }

  .pb_md--145 {
    padding-bottom: 145px;
  }

  .pl_md--145 {
    padding-left: 145px;
  }

  .pr_md--145 {
    padding-right: 145px;
  }

  .mt_md--145 {
    margin-top: 145px;
  }

  .mb_md--145 {
    margin-bottom: 145px;
  }

  .ptb_md--150 {
    padding: 150px 0;
  }

  .plr_md--150 {
    padding: 0 150px;
  }

  .pt_md--150 {
    padding-top: 150px;
  }

  .pb_md--150 {
    padding-bottom: 150px;
  }

  .pl_md--150 {
    padding-left: 150px;
  }

  .pr_md--150 {
    padding-right: 150px;
  }

  .mt_md--150 {
    margin-top: 150px;
  }

  .mb_md--150 {
    margin-bottom: 150px;
  }

  .ptb_md--155 {
    padding: 155px 0;
  }

  .plr_md--155 {
    padding: 0 155px;
  }

  .pt_md--155 {
    padding-top: 155px;
  }

  .pb_md--155 {
    padding-bottom: 155px;
  }

  .pl_md--155 {
    padding-left: 155px;
  }

  .pr_md--155 {
    padding-right: 155px;
  }

  .mt_md--155 {
    margin-top: 155px;
  }

  .mb_md--155 {
    margin-bottom: 155px;
  }

  .ptb_md--160 {
    padding: 160px 0;
  }

  .plr_md--160 {
    padding: 0 160px;
  }

  .pt_md--160 {
    padding-top: 160px;
  }

  .pb_md--160 {
    padding-bottom: 160px;
  }

  .pl_md--160 {
    padding-left: 160px;
  }

  .pr_md--160 {
    padding-right: 160px;
  }

  .mt_md--160 {
    margin-top: 160px;
  }

  .mb_md--160 {
    margin-bottom: 160px;
  }

  .ptb_md--165 {
    padding: 165px 0;
  }

  .plr_md--165 {
    padding: 0 165px;
  }

  .pt_md--165 {
    padding-top: 165px;
  }

  .pb_md--165 {
    padding-bottom: 165px;
  }

  .pl_md--165 {
    padding-left: 165px;
  }

  .pr_md--165 {
    padding-right: 165px;
  }

  .mt_md--165 {
    margin-top: 165px;
  }

  .mb_md--165 {
    margin-bottom: 165px;
  }

  .ptb_md--170 {
    padding: 170px 0;
  }

  .plr_md--170 {
    padding: 0 170px;
  }

  .pt_md--170 {
    padding-top: 170px;
  }

  .pb_md--170 {
    padding-bottom: 170px;
  }

  .pl_md--170 {
    padding-left: 170px;
  }

  .pr_md--170 {
    padding-right: 170px;
  }

  .mt_md--170 {
    margin-top: 170px;
  }

  .mb_md--170 {
    margin-bottom: 170px;
  }

  .ptb_md--175 {
    padding: 175px 0;
  }

  .plr_md--175 {
    padding: 0 175px;
  }

  .pt_md--175 {
    padding-top: 175px;
  }

  .pb_md--175 {
    padding-bottom: 175px;
  }

  .pl_md--175 {
    padding-left: 175px;
  }

  .pr_md--175 {
    padding-right: 175px;
  }

  .mt_md--175 {
    margin-top: 175px;
  }

  .mb_md--175 {
    margin-bottom: 175px;
  }

  .ptb_md--180 {
    padding: 180px 0;
  }

  .plr_md--180 {
    padding: 0 180px;
  }

  .pt_md--180 {
    padding-top: 180px;
  }

  .pb_md--180 {
    padding-bottom: 180px;
  }

  .pl_md--180 {
    padding-left: 180px;
  }

  .pr_md--180 {
    padding-right: 180px;
  }

  .mt_md--180 {
    margin-top: 180px;
  }

  .mb_md--180 {
    margin-bottom: 180px;
  }

  .ptb_md--185 {
    padding: 185px 0;
  }

  .plr_md--185 {
    padding: 0 185px;
  }

  .pt_md--185 {
    padding-top: 185px;
  }

  .pb_md--185 {
    padding-bottom: 185px;
  }

  .pl_md--185 {
    padding-left: 185px;
  }

  .pr_md--185 {
    padding-right: 185px;
  }

  .mt_md--185 {
    margin-top: 185px;
  }

  .mb_md--185 {
    margin-bottom: 185px;
  }

  .ptb_md--190 {
    padding: 190px 0;
  }

  .plr_md--190 {
    padding: 0 190px;
  }

  .pt_md--190 {
    padding-top: 190px;
  }

  .pb_md--190 {
    padding-bottom: 190px;
  }

  .pl_md--190 {
    padding-left: 190px;
  }

  .pr_md--190 {
    padding-right: 190px;
  }

  .mt_md--190 {
    margin-top: 190px;
  }

  .mb_md--190 {
    margin-bottom: 190px;
  }

  .ptb_md--195 {
    padding: 195px 0;
  }

  .plr_md--195 {
    padding: 0 195px;
  }

  .pt_md--195 {
    padding-top: 195px;
  }

  .pb_md--195 {
    padding-bottom: 195px;
  }

  .pl_md--195 {
    padding-left: 195px;
  }

  .pr_md--195 {
    padding-right: 195px;
  }

  .mt_md--195 {
    margin-top: 195px;
  }

  .mb_md--195 {
    margin-bottom: 195px;
  }

  .ptb_md--200 {
    padding: 200px 0;
  }

  .plr_md--200 {
    padding: 0 200px;
  }

  .pt_md--200 {
    padding-top: 200px;
  }

  .pb_md--200 {
    padding-bottom: 200px;
  }

  .pl_md--200 {
    padding-left: 200px;
  }

  .pr_md--200 {
    padding-right: 200px;
  }

  .mt_md--200 {
    margin-top: 200px;
  }

  .mb_md--200 {
    margin-bottom: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .ptb_sm--250 {
    padding: 250px 0;
  }

  .ptb_sm--0 {
    padding: 0;
  }

  .pl_sm--0 {
    padding-left: 0;
  }

  .pr_sm--0 {
    padding-right: 0;
  }

  .pt_sm--0 {
    padding-top: 0;
  }

  .pb_sm--0 {
    padding-bottom: 0;
  }

  .pb_sm--80 {
    padding-bottom: 30px;
  }

  .pt_sm--50 {
    padding-top: 50px;
  }

  .mr_sm--0 {
    margin-right: 0;
  }

  .ml_sm--0 {
    margin-left: 0;
  }

  .mt_sm--0 {
    margin-top: 0;
  }

  .mb_sm--0 {
    margin-bottom: 0;
  }

  .pt_sm--150 {
    padding-top: 150px;
  }

  .pb_sm--110 {
    padding-bottom: 110px;
  }

  .ptb_sm--5 {
    padding: 5px 0;
  }

  .plr_sm--5 {
    padding: 0 5px;
  }

  .pt_sm--5 {
    padding-top: 5px;
  }

  .pb_sm--5 {
    padding-bottom: 5px;
  }

  .pl_sm--5 {
    padding-left: 5px;
  }

  .pr_sm--5 {
    padding-right: 5px;
  }

  .mt_sm--5 {
    margin-top: 5px;
  }

  .ml_sm--5 {
    margin-left: 5px;
  }

  .mr_sm--5 {
    margin-right: 5px;
  }

  .mb_sm--5 {
    margin-bottom: 5px;
  }

  .ptb_sm--10 {
    padding: 10px 0;
  }

  .plr_sm--10 {
    padding: 0 10px;
  }

  .pt_sm--10 {
    padding-top: 10px;
  }

  .pb_sm--10 {
    padding-bottom: 10px;
  }

  .pl_sm--10 {
    padding-left: 10px;
  }

  .pr_sm--10 {
    padding-right: 10px;
  }

  .mt_sm--10 {
    margin-top: 10px;
  }

  .ml_sm--10 {
    margin-left: 10px;
  }

  .mr_sm--10 {
    margin-right: 10px;
  }

  .mb_sm--10 {
    margin-bottom: 10px;
  }

  .ptb_sm--15 {
    padding: 15px 0;
  }

  .plr_sm--15 {
    padding: 0 15px;
  }

  .pt_sm--15 {
    padding-top: 15px;
  }

  .pb_sm--15 {
    padding-bottom: 15px;
  }

  .pl_sm--15 {
    padding-left: 15px;
  }

  .pr_sm--15 {
    padding-right: 15px;
  }

  .mt_sm--15 {
    margin-top: 15px;
  }

  .ml_sm--15 {
    margin-left: 15px;
  }

  .mr_sm--15 {
    margin-right: 15px;
  }

  .mb_sm--15 {
    margin-bottom: 15px;
  }

  .ptb_sm--20 {
    padding: 20px 0;
  }

  .plr_sm--20 {
    padding: 0 20px;
  }

  .pt_sm--20 {
    padding-top: 20px;
  }

  .pb_sm--20 {
    padding-bottom: 20px;
  }

  .pl_sm--20 {
    padding-left: 20px;
  }

  .pr_sm--20 {
    padding-right: 20px;
  }

  .mt_sm--20 {
    margin-top: 20px;
  }

  .ml_sm--20 {
    margin-left: 20px;
  }

  .mr_sm--20 {
    margin-right: 20px;
  }

  .mb_sm--20 {
    margin-bottom: 20px;
  }

  .ptb_sm--25 {
    padding: 25px 0;
  }

  .plr_sm--25 {
    padding: 0 25px;
  }

  .pt_sm--25 {
    padding-top: 25px;
  }

  .pb_sm--25 {
    padding-bottom: 25px;
  }

  .pl_sm--25 {
    padding-left: 25px;
  }

  .pr_sm--25 {
    padding-right: 25px;
  }

  .mt_sm--25 {
    margin-top: 25px;
  }

  .ml_sm--25 {
    margin-left: 25px;
  }

  .mr_sm--25 {
    margin-right: 25px;
  }

  .mb_sm--25 {
    margin-bottom: 25px;
  }

  .ptb_sm--30 {
    padding: 30px 0;
  }

  .plr_sm--30 {
    padding: 0 30px;
  }

  .pt_sm--30 {
    padding-top: 30px;
  }

  .pb_sm--30 {
    padding-bottom: 30px;
  }

  .pl_sm--30 {
    padding-left: 30px;
  }

  .pr_sm--30 {
    padding-right: 30px;
  }

  .mt_sm--30 {
    margin-top: 30px;
  }

  .ml_sm--30 {
    margin-left: 30px;
  }

  .mr_sm--30 {
    margin-right: 30px;
  }

  .mb_sm--30 {
    margin-bottom: 30px;
  }

  .ptb_sm--35 {
    padding: 35px 0;
  }

  .plr_sm--35 {
    padding: 0 35px;
  }

  .pt_sm--35 {
    padding-top: 35px;
  }

  .pb_sm--35 {
    padding-bottom: 35px;
  }

  .pl_sm--35 {
    padding-left: 35px;
  }

  .pr_sm--35 {
    padding-right: 35px;
  }

  .mt_sm--35 {
    margin-top: 35px;
  }

  .ml_sm--35 {
    margin-left: 35px;
  }

  .mr_sm--35 {
    margin-right: 35px;
  }

  .mb_sm--35 {
    margin-bottom: 35px;
  }

  .ptb_sm--40 {
    padding: 40px 0;
  }

  .plr_sm--40 {
    padding: 0 40px;
  }

  .pt_sm--40 {
    padding-top: 40px;
  }

  .pb_sm--40 {
    padding-bottom: 40px;
  }

  .pl_sm--40 {
    padding-left: 40px;
  }

  .pr_sm--40 {
    padding-right: 40px;
  }

  .mt_sm--40 {
    margin-top: 40px;
  }

  .ml_sm--40 {
    margin-left: 40px;
  }

  .mr_sm--40 {
    margin-right: 40px;
  }

  .mb_sm--40 {
    margin-bottom: 40px;
  }

  .ptb_sm--45 {
    padding: 45px 0;
  }

  .plr_sm--45 {
    padding: 0 45px;
  }

  .pt_sm--45 {
    padding-top: 45px;
  }

  .pb_sm--45 {
    padding-bottom: 45px;
  }

  .pl_sm--45 {
    padding-left: 45px;
  }

  .pr_sm--45 {
    padding-right: 45px;
  }

  .mt_sm--45 {
    margin-top: 45px;
  }

  .ml_sm--45 {
    margin-left: 45px;
  }

  .mr_sm--45 {
    margin-right: 45px;
  }

  .mb_sm--45 {
    margin-bottom: 45px;
  }

  .ptb_sm--50 {
    padding: 50px 0;
  }

  .plr_sm--50 {
    padding: 0 50px;
  }

  .pt_sm--50 {
    padding-top: 50px;
  }

  .pb_sm--50 {
    padding-bottom: 50px;
  }

  .pl_sm--50 {
    padding-left: 50px;
  }

  .pr_sm--50 {
    padding-right: 50px;
  }

  .mt_sm--50 {
    margin-top: 50px;
  }

  .ml_sm--50 {
    margin-left: 50px;
  }

  .mr_sm--50 {
    margin-right: 50px;
  }

  .mb_sm--50 {
    margin-bottom: 50px;
  }

  .ptb_sm--55 {
    padding: 55px 0;
  }

  .plr_sm--55 {
    padding: 0 55px;
  }

  .pt_sm--55 {
    padding-top: 55px;
  }

  .pb_sm--55 {
    padding-bottom: 55px;
  }

  .pl_sm--55 {
    padding-left: 55px;
  }

  .pr_sm--55 {
    padding-right: 55px;
  }

  .mt_sm--55 {
    margin-top: 55px;
  }

  .ml_sm--55 {
    margin-left: 55px;
  }

  .mr_sm--55 {
    margin-right: 55px;
  }

  .mb_sm--55 {
    margin-bottom: 55px;
  }

  .ptb_sm--60 {
    padding: 60px 0;
  }

  .plr_sm--60 {
    padding: 0 60px;
  }

  .pt_sm--60 {
    padding-top: 60px;
  }

  .pb_sm--60 {
    padding-bottom: 60px;
  }

  .pl_sm--60 {
    padding-left: 60px;
  }

  .pr_sm--60 {
    padding-right: 60px;
  }

  .mt_sm--60 {
    margin-top: 60px;
  }

  .ml_sm--60 {
    margin-left: 60px;
  }

  .mr_sm--60 {
    margin-right: 60px;
  }

  .mb_sm--60 {
    margin-bottom: 60px;
  }

  .ptb_sm--65 {
    padding: 65px 0;
  }

  .plr_sm--65 {
    padding: 0 65px;
  }

  .pt_sm--65 {
    padding-top: 65px;
  }

  .pb_sm--65 {
    padding-bottom: 65px;
  }

  .pl_sm--65 {
    padding-left: 65px;
  }

  .pr_sm--65 {
    padding-right: 65px;
  }

  .mt_sm--65 {
    margin-top: 65px;
  }

  .ml_sm--65 {
    margin-left: 65px;
  }

  .mr_sm--65 {
    margin-right: 65px;
  }

  .mb_sm--65 {
    margin-bottom: 65px;
  }

  .ptb_sm--70 {
    padding: 70px 0;
  }

  .plr_sm--70 {
    padding: 0 70px;
  }

  .pt_sm--70 {
    padding-top: 70px;
  }

  .pb_sm--70 {
    padding-bottom: 70px;
  }

  .pl_sm--70 {
    padding-left: 70px;
  }

  .pr_sm--70 {
    padding-right: 70px;
  }

  .mt_sm--70 {
    margin-top: 70px;
  }

  .ml_sm--70 {
    margin-left: 70px;
  }

  .mr_sm--70 {
    margin-right: 70px;
  }

  .mb_sm--70 {
    margin-bottom: 70px;
  }

  .ptb_sm--75 {
    padding: 75px 0;
  }

  .plr_sm--75 {
    padding: 0 75px;
  }

  .pt_sm--75 {
    padding-top: 75px;
  }

  .pb_sm--75 {
    padding-bottom: 75px;
  }

  .pl_sm--75 {
    padding-left: 75px;
  }

  .pr_sm--75 {
    padding-right: 75px;
  }

  .mt_sm--75 {
    margin-top: 75px;
  }

  .ml_sm--75 {
    margin-left: 75px;
  }

  .mr_sm--75 {
    margin-right: 75px;
  }

  .mb_sm--75 {
    margin-bottom: 75px;
  }

  .ptb_sm--80 {
    padding: 80px 0;
  }

  .plr_sm--80 {
    padding: 0 80px;
  }

  .pt_sm--80 {
    padding-top: 80px;
  }

  .pb_sm--80 {
    padding-bottom: 80px;
  }

  .pl_sm--80 {
    padding-left: 80px;
  }

  .pr_sm--80 {
    padding-right: 80px;
  }

  .mt_sm--80 {
    margin-top: 80px;
  }

  .ml_sm--80 {
    margin-left: 80px;
  }

  .mr_sm--80 {
    margin-right: 80px;
  }

  .mb_sm--80 {
    margin-bottom: 80px;
  }

  .ptb_sm--85 {
    padding: 85px 0;
  }

  .plr_sm--85 {
    padding: 0 85px;
  }

  .pt_sm--85 {
    padding-top: 85px;
  }

  .pb_sm--85 {
    padding-bottom: 85px;
  }

  .pl_sm--85 {
    padding-left: 85px;
  }

  .pr_sm--85 {
    padding-right: 85px;
  }

  .mt_sm--85 {
    margin-top: 85px;
  }

  .ml_sm--85 {
    margin-left: 85px;
  }

  .mr_sm--85 {
    margin-right: 85px;
  }

  .mb_sm--85 {
    margin-bottom: 85px;
  }

  .ptb_sm--90 {
    padding: 90px 0;
  }

  .plr_sm--90 {
    padding: 0 90px;
  }

  .pt_sm--90 {
    padding-top: 90px;
  }

  .pb_sm--90 {
    padding-bottom: 90px;
  }

  .pl_sm--90 {
    padding-left: 90px;
  }

  .pr_sm--90 {
    padding-right: 90px;
  }

  .mt_sm--90 {
    margin-top: 90px;
  }

  .ml_sm--90 {
    margin-left: 90px;
  }

  .mr_sm--90 {
    margin-right: 90px;
  }

  .mb_sm--90 {
    margin-bottom: 90px;
  }

  .ptb_sm--95 {
    padding: 95px 0;
  }

  .plr_sm--95 {
    padding: 0 95px;
  }

  .pt_sm--95 {
    padding-top: 95px;
  }

  .pb_sm--95 {
    padding-bottom: 95px;
  }

  .pl_sm--95 {
    padding-left: 95px;
  }

  .pr_sm--95 {
    padding-right: 95px;
  }

  .mt_sm--95 {
    margin-top: 95px;
  }

  .ml_sm--95 {
    margin-left: 95px;
  }

  .mr_sm--95 {
    margin-right: 95px;
  }

  .mb_sm--95 {
    margin-bottom: 95px;
  }

  .ptb_sm--100 {
    padding: 100px 0;
  }

  .plr_sm--100 {
    padding: 0 100px;
  }

  .pt_sm--100 {
    padding-top: 100px;
  }

  .pb_sm--100 {
    padding-bottom: 100px;
  }

  .pl_sm--100 {
    padding-left: 100px;
  }

  .pr_sm--100 {
    padding-right: 100px;
  }

  .mt_sm--100 {
    margin-top: 100px;
  }

  .ml_sm--100 {
    margin-left: 100px;
  }

  .mr_sm--100 {
    margin-right: 100px;
  }

  .mb_sm--100 {
    margin-bottom: 100px;
  }

  .ptb_sm--105 {
    padding: 105px 0;
  }

  .plr_sm--105 {
    padding: 0 105px;
  }

  .pt_sm--105 {
    padding-top: 105px;
  }

  .pb_sm--105 {
    padding-bottom: 105px;
  }

  .pl_sm--105 {
    padding-left: 105px;
  }

  .pr_sm--105 {
    padding-right: 105px;
  }

  .mt_sm--105 {
    margin-top: 105px;
  }

  .ml_sm--105 {
    margin-left: 105px;
  }

  .mr_sm--105 {
    margin-right: 105px;
  }

  .mb_sm--105 {
    margin-bottom: 105px;
  }

  .ptb_sm--110 {
    padding: 110px 0;
  }

  .plr_sm--110 {
    padding: 0 110px;
  }

  .pt_sm--110 {
    padding-top: 110px;
  }

  .pb_sm--110 {
    padding-bottom: 110px;
  }

  .pl_sm--110 {
    padding-left: 110px;
  }

  .pr_sm--110 {
    padding-right: 110px;
  }

  .mt_sm--110 {
    margin-top: 110px;
  }

  .ml_sm--110 {
    margin-left: 110px;
  }

  .mr_sm--110 {
    margin-right: 110px;
  }

  .mb_sm--110 {
    margin-bottom: 110px;
  }

  .ptb_sm--115 {
    padding: 115px 0;
  }

  .plr_sm--115 {
    padding: 0 115px;
  }

  .pt_sm--115 {
    padding-top: 115px;
  }

  .pb_sm--115 {
    padding-bottom: 115px;
  }

  .pl_sm--115 {
    padding-left: 115px;
  }

  .pr_sm--115 {
    padding-right: 115px;
  }

  .mt_sm--115 {
    margin-top: 115px;
  }

  .ml_sm--115 {
    margin-left: 115px;
  }

  .mr_sm--115 {
    margin-right: 115px;
  }

  .mb_sm--115 {
    margin-bottom: 115px;
  }

  .ptb_sm--120 {
    padding: 120px 0;
  }

  .plr_sm--120 {
    padding: 0 120px;
  }

  .pt_sm--120 {
    padding-top: 120px;
  }

  .pb_sm--120 {
    padding-bottom: 120px;
  }

  .pl_sm--120 {
    padding-left: 120px;
  }

  .pr_sm--120 {
    padding-right: 120px;
  }

  .mt_sm--120 {
    margin-top: 120px;
  }

  .ml_sm--120 {
    margin-left: 120px;
  }

  .mr_sm--120 {
    margin-right: 120px;
  }

  .mb_sm--120 {
    margin-bottom: 120px;
  }

  .ptb_sm--125 {
    padding: 125px 0;
  }

  .plr_sm--125 {
    padding: 0 125px;
  }

  .pt_sm--125 {
    padding-top: 125px;
  }

  .pb_sm--125 {
    padding-bottom: 125px;
  }

  .pl_sm--125 {
    padding-left: 125px;
  }

  .pr_sm--125 {
    padding-right: 125px;
  }

  .mt_sm--125 {
    margin-top: 125px;
  }

  .ml_sm--125 {
    margin-left: 125px;
  }

  .mr_sm--125 {
    margin-right: 125px;
  }

  .mb_sm--125 {
    margin-bottom: 125px;
  }

  .ptb_sm--130 {
    padding: 130px 0;
  }

  .plr_sm--130 {
    padding: 0 130px;
  }

  .pt_sm--130 {
    padding-top: 130px;
  }

  .pb_sm--130 {
    padding-bottom: 130px;
  }

  .pl_sm--130 {
    padding-left: 130px;
  }

  .pr_sm--130 {
    padding-right: 130px;
  }

  .mt_sm--130 {
    margin-top: 130px;
  }

  .ml_sm--130 {
    margin-left: 130px;
  }

  .mr_sm--130 {
    margin-right: 130px;
  }

  .mb_sm--130 {
    margin-bottom: 130px;
  }

  .ptb_sm--135 {
    padding: 135px 0;
  }

  .plr_sm--135 {
    padding: 0 135px;
  }

  .pt_sm--135 {
    padding-top: 135px;
  }

  .pb_sm--135 {
    padding-bottom: 135px;
  }

  .pl_sm--135 {
    padding-left: 135px;
  }

  .pr_sm--135 {
    padding-right: 135px;
  }

  .mt_sm--135 {
    margin-top: 135px;
  }

  .ml_sm--135 {
    margin-left: 135px;
  }

  .mr_sm--135 {
    margin-right: 135px;
  }

  .mb_sm--135 {
    margin-bottom: 135px;
  }

  .ptb_sm--140 {
    padding: 140px 0;
  }

  .plr_sm--140 {
    padding: 0 140px;
  }

  .pt_sm--140 {
    padding-top: 140px;
  }

  .pb_sm--140 {
    padding-bottom: 140px;
  }

  .pl_sm--140 {
    padding-left: 140px;
  }

  .pr_sm--140 {
    padding-right: 140px;
  }

  .mt_sm--140 {
    margin-top: 140px;
  }

  .ml_sm--140 {
    margin-left: 140px;
  }

  .mr_sm--140 {
    margin-right: 140px;
  }

  .mb_sm--140 {
    margin-bottom: 140px;
  }

  .ptb_sm--145 {
    padding: 145px 0;
  }

  .plr_sm--145 {
    padding: 0 145px;
  }

  .pt_sm--145 {
    padding-top: 145px;
  }

  .pb_sm--145 {
    padding-bottom: 145px;
  }

  .pl_sm--145 {
    padding-left: 145px;
  }

  .pr_sm--145 {
    padding-right: 145px;
  }

  .mt_sm--145 {
    margin-top: 145px;
  }

  .ml_sm--145 {
    margin-left: 145px;
  }

  .mr_sm--145 {
    margin-right: 145px;
  }

  .mb_sm--145 {
    margin-bottom: 145px;
  }

  .ptb_sm--150 {
    padding: 150px 0;
  }

  .plr_sm--150 {
    padding: 0 150px;
  }

  .pt_sm--150 {
    padding-top: 150px;
  }

  .pb_sm--150 {
    padding-bottom: 150px;
  }

  .pl_sm--150 {
    padding-left: 150px;
  }

  .pr_sm--150 {
    padding-right: 150px;
  }

  .mt_sm--150 {
    margin-top: 150px;
  }

  .ml_sm--150 {
    margin-left: 150px;
  }

  .mr_sm--150 {
    margin-right: 150px;
  }

  .mb_sm--150 {
    margin-bottom: 150px;
  }

  .ptb_sm--155 {
    padding: 155px 0;
  }

  .plr_sm--155 {
    padding: 0 155px;
  }

  .pt_sm--155 {
    padding-top: 155px;
  }

  .pb_sm--155 {
    padding-bottom: 155px;
  }

  .pl_sm--155 {
    padding-left: 155px;
  }

  .pr_sm--155 {
    padding-right: 155px;
  }

  .mt_sm--155 {
    margin-top: 155px;
  }

  .ml_sm--155 {
    margin-left: 155px;
  }

  .mr_sm--155 {
    margin-right: 155px;
  }

  .mb_sm--155 {
    margin-bottom: 155px;
  }

  .ptb_sm--160 {
    padding: 160px 0;
  }

  .plr_sm--160 {
    padding: 0 160px;
  }

  .pt_sm--160 {
    padding-top: 160px;
  }

  .pb_sm--160 {
    padding-bottom: 160px;
  }

  .pl_sm--160 {
    padding-left: 160px;
  }

  .pr_sm--160 {
    padding-right: 160px;
  }

  .mt_sm--160 {
    margin-top: 160px;
  }

  .ml_sm--160 {
    margin-left: 160px;
  }

  .mr_sm--160 {
    margin-right: 160px;
  }

  .mb_sm--160 {
    margin-bottom: 160px;
  }

  .ptb_sm--165 {
    padding: 165px 0;
  }

  .plr_sm--165 {
    padding: 0 165px;
  }

  .pt_sm--165 {
    padding-top: 165px;
  }

  .pb_sm--165 {
    padding-bottom: 165px;
  }

  .pl_sm--165 {
    padding-left: 165px;
  }

  .pr_sm--165 {
    padding-right: 165px;
  }

  .mt_sm--165 {
    margin-top: 165px;
  }

  .ml_sm--165 {
    margin-left: 165px;
  }

  .mr_sm--165 {
    margin-right: 165px;
  }

  .mb_sm--165 {
    margin-bottom: 165px;
  }

  .ptb_sm--170 {
    padding: 170px 0;
  }

  .plr_sm--170 {
    padding: 0 170px;
  }

  .pt_sm--170 {
    padding-top: 170px;
  }

  .pb_sm--170 {
    padding-bottom: 170px;
  }

  .pl_sm--170 {
    padding-left: 170px;
  }

  .pr_sm--170 {
    padding-right: 170px;
  }

  .mt_sm--170 {
    margin-top: 170px;
  }

  .ml_sm--170 {
    margin-left: 170px;
  }

  .mr_sm--170 {
    margin-right: 170px;
  }

  .mb_sm--170 {
    margin-bottom: 170px;
  }

  .ptb_sm--175 {
    padding: 175px 0;
  }

  .plr_sm--175 {
    padding: 0 175px;
  }

  .pt_sm--175 {
    padding-top: 175px;
  }

  .pb_sm--175 {
    padding-bottom: 175px;
  }

  .pl_sm--175 {
    padding-left: 175px;
  }

  .pr_sm--175 {
    padding-right: 175px;
  }

  .mt_sm--175 {
    margin-top: 175px;
  }

  .ml_sm--175 {
    margin-left: 175px;
  }

  .mr_sm--175 {
    margin-right: 175px;
  }

  .mb_sm--175 {
    margin-bottom: 175px;
  }

  .ptb_sm--180 {
    padding: 180px 0;
  }

  .plr_sm--180 {
    padding: 0 180px;
  }

  .pt_sm--180 {
    padding-top: 180px;
  }

  .pb_sm--180 {
    padding-bottom: 180px;
  }

  .pl_sm--180 {
    padding-left: 180px;
  }

  .pr_sm--180 {
    padding-right: 180px;
  }

  .mt_sm--180 {
    margin-top: 180px;
  }

  .ml_sm--180 {
    margin-left: 180px;
  }

  .mr_sm--180 {
    margin-right: 180px;
  }

  .mb_sm--180 {
    margin-bottom: 180px;
  }

  .ptb_sm--185 {
    padding: 185px 0;
  }

  .plr_sm--185 {
    padding: 0 185px;
  }

  .pt_sm--185 {
    padding-top: 185px;
  }

  .pb_sm--185 {
    padding-bottom: 185px;
  }

  .pl_sm--185 {
    padding-left: 185px;
  }

  .pr_sm--185 {
    padding-right: 185px;
  }

  .mt_sm--185 {
    margin-top: 185px;
  }

  .ml_sm--185 {
    margin-left: 185px;
  }

  .mr_sm--185 {
    margin-right: 185px;
  }

  .mb_sm--185 {
    margin-bottom: 185px;
  }

  .ptb_sm--190 {
    padding: 190px 0;
  }

  .plr_sm--190 {
    padding: 0 190px;
  }

  .pt_sm--190 {
    padding-top: 190px;
  }

  .pb_sm--190 {
    padding-bottom: 190px;
  }

  .pl_sm--190 {
    padding-left: 190px;
  }

  .pr_sm--190 {
    padding-right: 190px;
  }

  .mt_sm--190 {
    margin-top: 190px;
  }

  .ml_sm--190 {
    margin-left: 190px;
  }

  .mr_sm--190 {
    margin-right: 190px;
  }

  .mb_sm--190 {
    margin-bottom: 190px;
  }

  .ptb_sm--195 {
    padding: 195px 0;
  }

  .plr_sm--195 {
    padding: 0 195px;
  }

  .pt_sm--195 {
    padding-top: 195px;
  }

  .pb_sm--195 {
    padding-bottom: 195px;
  }

  .pl_sm--195 {
    padding-left: 195px;
  }

  .pr_sm--195 {
    padding-right: 195px;
  }

  .mt_sm--195 {
    margin-top: 195px;
  }

  .ml_sm--195 {
    margin-left: 195px;
  }

  .mr_sm--195 {
    margin-right: 195px;
  }

  .mb_sm--195 {
    margin-bottom: 195px;
  }

  .ptb_sm--200 {
    padding: 200px 0;
  }

  .plr_sm--200 {
    padding: 0 200px;
  }

  .pt_sm--200 {
    padding-top: 200px;
  }

  .pb_sm--200 {
    padding-bottom: 200px;
  }

  .pl_sm--200 {
    padding-left: 200px;
  }

  .pr_sm--200 {
    padding-right: 200px;
  }

  .mt_sm--200 {
    margin-top: 200px;
  }

  .ml_sm--200 {
    margin-left: 200px;
  }

  .mr_sm--200 {
    margin-right: 200px;
  }

  .mb_sm--200 {
    margin-bottom: 200px;
  }

  .pl_sm--0 {
    padding-left: 0;
  }

  .pr_sm--0 {
    padding-right: 0;
  }

  .pt_sm--0 {
    padding-top: 0;
  }

  .pb_sm--0 {
    padding-bottom: 0;
  }

  .mr_sm--0 {
    margin-right: 0;
  }

  .ml_sm--0 {
    margin-left: 0;
  }

  .mt_sm--0 {
    margin-top: 0;
  }

  .mb_sm--0 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .ptb_mobile--5 {
    padding: 5px 0;
  }

  .plr_mobile--5 {
    padding: 0 5px;
  }

  .pt_mobile--5 {
    padding-top: 5px;
  }

  .pb_mobile--5 {
    padding-bottom: 5px;
  }

  .pl_mobile--5 {
    padding-left: 5px;
  }

  .pr_mobile--5 {
    padding-right: 5px;
  }

  .mt_mobile--5 {
    margin-top: 5px;
  }

  .mb_mobile--5 {
    margin-bottom: 5px;
  }

  .ptb_mobile--10 {
    padding: 10px 0;
  }

  .plr_mobile--10 {
    padding: 0 10px;
  }

  .pt_mobile--10 {
    padding-top: 10px;
  }

  .pb_mobile--10 {
    padding-bottom: 10px;
  }

  .pl_mobile--10 {
    padding-left: 10px;
  }

  .pr_mobile--10 {
    padding-right: 10px;
  }

  .mt_mobile--10 {
    margin-top: 10px;
  }

  .mb_mobile--10 {
    margin-bottom: 10px;
  }

  .ptb_mobile--15 {
    padding: 15px 0;
  }

  .plr_mobile--15 {
    padding: 0 15px;
  }

  .pt_mobile--15 {
    padding-top: 15px;
  }

  .pb_mobile--15 {
    padding-bottom: 15px;
  }

  .pl_mobile--15 {
    padding-left: 15px;
  }

  .pr_mobile--15 {
    padding-right: 15px;
  }

  .mt_mobile--15 {
    margin-top: 15px;
  }

  .mb_mobile--15 {
    margin-bottom: 15px;
  }

  .ptb_mobile--20 {
    padding: 20px 0;
  }

  .plr_mobile--20 {
    padding: 0 20px;
  }

  .pt_mobile--20 {
    padding-top: 20px;
  }

  .pb_mobile--20 {
    padding-bottom: 20px;
  }

  .pl_mobile--20 {
    padding-left: 20px;
  }

  .pr_mobile--20 {
    padding-right: 20px;
  }

  .mt_mobile--20 {
    margin-top: 20px;
  }

  .mb_mobile--20 {
    margin-bottom: 20px;
  }

  .ptb_mobile--25 {
    padding: 25px 0;
  }

  .plr_mobile--25 {
    padding: 0 25px;
  }

  .pt_mobile--25 {
    padding-top: 25px;
  }

  .pb_mobile--25 {
    padding-bottom: 25px;
  }

  .pl_mobile--25 {
    padding-left: 25px;
  }

  .pr_mobile--25 {
    padding-right: 25px;
  }

  .mt_mobile--25 {
    margin-top: 25px;
  }

  .mb_mobile--25 {
    margin-bottom: 25px;
  }

  .ptb_mobile--30 {
    padding: 30px 0;
  }

  .plr_mobile--30 {
    padding: 0 30px;
  }

  .pt_mobile--30 {
    padding-top: 30px;
  }

  .pb_mobile--30 {
    padding-bottom: 30px;
  }

  .pl_mobile--30 {
    padding-left: 30px;
  }

  .pr_mobile--30 {
    padding-right: 30px;
  }

  .mt_mobile--30 {
    margin-top: 30px;
  }

  .mb_mobile--30 {
    margin-bottom: 30px;
  }

  .ptb_mobile--35 {
    padding: 35px 0;
  }

  .plr_mobile--35 {
    padding: 0 35px;
  }

  .pt_mobile--35 {
    padding-top: 35px;
  }

  .pb_mobile--35 {
    padding-bottom: 35px;
  }

  .pl_mobile--35 {
    padding-left: 35px;
  }

  .pr_mobile--35 {
    padding-right: 35px;
  }

  .mt_mobile--35 {
    margin-top: 35px;
  }

  .mb_mobile--35 {
    margin-bottom: 35px;
  }

  .ptb_mobile--40 {
    padding: 40px 0;
  }

  .plr_mobile--40 {
    padding: 0 40px;
  }

  .pt_mobile--40 {
    padding-top: 40px;
  }

  .pb_mobile--40 {
    padding-bottom: 40px;
  }

  .pl_mobile--40 {
    padding-left: 40px;
  }

  .pr_mobile--40 {
    padding-right: 40px;
  }

  .mt_mobile--40 {
    margin-top: 40px;
  }

  .mb_mobile--40 {
    margin-bottom: 40px;
  }

  .ptb_mobile--45 {
    padding: 45px 0;
  }

  .plr_mobile--45 {
    padding: 0 45px;
  }

  .pt_mobile--45 {
    padding-top: 45px;
  }

  .pb_mobile--45 {
    padding-bottom: 45px;
  }

  .pl_mobile--45 {
    padding-left: 45px;
  }

  .pr_mobile--45 {
    padding-right: 45px;
  }

  .mt_mobile--45 {
    margin-top: 45px;
  }

  .mb_mobile--45 {
    margin-bottom: 45px;
  }

  .ptb_mobile--50 {
    padding: 50px 0;
  }

  .plr_mobile--50 {
    padding: 0 50px;
  }

  .pt_mobile--50 {
    padding-top: 50px;
  }

  .pb_mobile--50 {
    padding-bottom: 50px;
  }

  .pl_mobile--50 {
    padding-left: 50px;
  }

  .pr_mobile--50 {
    padding-right: 50px;
  }

  .mt_mobile--50 {
    margin-top: 50px;
  }

  .mb_mobile--50 {
    margin-bottom: 50px;
  }

  .ptb_mobile--55 {
    padding: 55px 0;
  }

  .plr_mobile--55 {
    padding: 0 55px;
  }

  .pt_mobile--55 {
    padding-top: 55px;
  }

  .pb_mobile--55 {
    padding-bottom: 55px;
  }

  .pl_mobile--55 {
    padding-left: 55px;
  }

  .pr_mobile--55 {
    padding-right: 55px;
  }

  .mt_mobile--55 {
    margin-top: 55px;
  }

  .mb_mobile--55 {
    margin-bottom: 55px;
  }

  .ptb_mobile--60 {
    padding: 60px 0;
  }

  .plr_mobile--60 {
    padding: 0 60px;
  }

  .pt_mobile--60 {
    padding-top: 60px;
  }

  .pb_mobile--60 {
    padding-bottom: 60px;
  }

  .pl_mobile--60 {
    padding-left: 60px;
  }

  .pr_mobile--60 {
    padding-right: 60px;
  }

  .mt_mobile--60 {
    margin-top: 60px;
  }

  .mb_mobile--60 {
    margin-bottom: 60px;
  }

  .ptb_mobile--65 {
    padding: 65px 0;
  }

  .plr_mobile--65 {
    padding: 0 65px;
  }

  .pt_mobile--65 {
    padding-top: 65px;
  }

  .pb_mobile--65 {
    padding-bottom: 65px;
  }

  .pl_mobile--65 {
    padding-left: 65px;
  }

  .pr_mobile--65 {
    padding-right: 65px;
  }

  .mt_mobile--65 {
    margin-top: 65px;
  }

  .mb_mobile--65 {
    margin-bottom: 65px;
  }

  .ptb_mobile--70 {
    padding: 70px 0;
  }

  .plr_mobile--70 {
    padding: 0 70px;
  }

  .pt_mobile--70 {
    padding-top: 70px;
  }

  .pb_mobile--70 {
    padding-bottom: 70px;
  }

  .pl_mobile--70 {
    padding-left: 70px;
  }

  .pr_mobile--70 {
    padding-right: 70px;
  }

  .mt_mobile--70 {
    margin-top: 70px;
  }

  .mb_mobile--70 {
    margin-bottom: 70px;
  }

  .ptb_mobile--75 {
    padding: 75px 0;
  }

  .plr_mobile--75 {
    padding: 0 75px;
  }

  .pt_mobile--75 {
    padding-top: 75px;
  }

  .pb_mobile--75 {
    padding-bottom: 75px;
  }

  .pl_mobile--75 {
    padding-left: 75px;
  }

  .pr_mobile--75 {
    padding-right: 75px;
  }

  .mt_mobile--75 {
    margin-top: 75px;
  }

  .mb_mobile--75 {
    margin-bottom: 75px;
  }

  .ptb_mobile--80 {
    padding: 80px 0;
  }

  .plr_mobile--80 {
    padding: 0 80px;
  }

  .pt_mobile--80 {
    padding-top: 80px;
  }

  .pb_mobile--80 {
    padding-bottom: 80px;
  }

  .pl_mobile--80 {
    padding-left: 80px;
  }

  .pr_mobile--80 {
    padding-right: 80px;
  }

  .mt_mobile--80 {
    margin-top: 80px;
  }

  .mb_mobile--80 {
    margin-bottom: 80px;
  }

  .ptb_mobile--85 {
    padding: 85px 0;
  }

  .plr_mobile--85 {
    padding: 0 85px;
  }

  .pt_mobile--85 {
    padding-top: 85px;
  }

  .pb_mobile--85 {
    padding-bottom: 85px;
  }

  .pl_mobile--85 {
    padding-left: 85px;
  }

  .pr_mobile--85 {
    padding-right: 85px;
  }

  .mt_mobile--85 {
    margin-top: 85px;
  }

  .mb_mobile--85 {
    margin-bottom: 85px;
  }

  .ptb_mobile--90 {
    padding: 90px 0;
  }

  .plr_mobile--90 {
    padding: 0 90px;
  }

  .pt_mobile--90 {
    padding-top: 90px;
  }

  .pb_mobile--90 {
    padding-bottom: 90px;
  }

  .pl_mobile--90 {
    padding-left: 90px;
  }

  .pr_mobile--90 {
    padding-right: 90px;
  }

  .mt_mobile--90 {
    margin-top: 90px;
  }

  .mb_mobile--90 {
    margin-bottom: 90px;
  }

  .ptb_mobile--95 {
    padding: 95px 0;
  }

  .plr_mobile--95 {
    padding: 0 95px;
  }

  .pt_mobile--95 {
    padding-top: 95px;
  }

  .pb_mobile--95 {
    padding-bottom: 95px;
  }

  .pl_mobile--95 {
    padding-left: 95px;
  }

  .pr_mobile--95 {
    padding-right: 95px;
  }

  .mt_mobile--95 {
    margin-top: 95px;
  }

  .mb_mobile--95 {
    margin-bottom: 95px;
  }

  .ptb_mobile--100 {
    padding: 100px 0;
  }

  .plr_mobile--100 {
    padding: 0 100px;
  }

  .pt_mobile--100 {
    padding-top: 100px;
  }

  .pb_mobile--100 {
    padding-bottom: 100px;
  }

  .pl_mobile--100 {
    padding-left: 100px;
  }

  .pr_mobile--100 {
    padding-right: 100px;
  }

  .mt_mobile--100 {
    margin-top: 100px;
  }

  .mb_mobile--100 {
    margin-bottom: 100px;
  }
}

.slick-gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.slick-gutter-5 .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}

.slick-gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.slick-gutter-10 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

.slick-gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.slick-gutter-15 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-gutter-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.slick-gutter-20 .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}

.slick-gutter-25 {
  margin-left: -25px;
  margin-right: -25px;
}

.slick-gutter-25 .slick-slide {
  padding-left: 25px;
  padding-right: 25px;
}

.slick-gutter-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.slick-gutter-30 .slick-slide {
  padding-left: 30px;
  padding-right: 30px;
}

.slick-gutter-35 {
  margin-left: -35px;
  margin-right: -35px;
}

.slick-gutter-35 .slick-slide {
  padding-left: 35px;
  padding-right: 35px;
}

.slick-gutter-40 {
  margin-left: -40px;
  margin-right: -40px;
}

.slick-gutter-40 .slick-slide {
  padding-left: 40px;
  padding-right: 40px;
}

.slick-gutter-45 {
  margin-left: -45px;
  margin-right: -45px;
}

.slick-gutter-45 .slick-slide {
  padding-left: 45px;
  padding-right: 45px;
}

.slick-gutter-50 {
  margin-left: -50px;
  margin-right: -50px;
}

.slick-gutter-50 .slick-slide {
  padding-left: 50px;
  padding-right: 50px;
}

.slick-gutter-55 {
  margin-left: -55px;
  margin-right: -55px;
}

.slick-gutter-55 .slick-slide {
  padding-left: 55px;
  padding-right: 55px;
}

.slick-gutter-60 {
  margin-left: -60px;
  margin-right: -60px;
}

.slick-gutter-60 .slick-slide {
  padding-left: 60px;
  padding-right: 60px;
}

.slick-gutter-65 {
  margin-left: -65px;
  margin-right: -65px;
}

.slick-gutter-65 .slick-slide {
  padding-left: 65px;
  padding-right: 65px;
}

.slick-gutter-70 {
  margin-left: -70px;
  margin-right: -70px;
}

.slick-gutter-70 .slick-slide {
  padding-left: 70px;
  padding-right: 70px;
}

.slick-gutter-75 {
  margin-left: -75px;
  margin-right: -75px;
}

.slick-gutter-75 .slick-slide {
  padding-left: 75px;
  padding-right: 75px;
}

.slick-gutter-80 {
  margin-left: -80px;
  margin-right: -80px;
}

.slick-gutter-80 .slick-slide {
  padding-left: 80px;
  padding-right: 80px;
}

.slick-gutter-85 {
  margin-left: -85px;
  margin-right: -85px;
}

.slick-gutter-85 .slick-slide {
  padding-left: 85px;
  padding-right: 85px;
}

.slick-gutter-90 {
  margin-left: -90px;
  margin-right: -90px;
}

.slick-gutter-90 .slick-slide {
  padding-left: 90px;
  padding-right: 90px;
}

.slick-gutter-95 {
  margin-left: -95px;
  margin-right: -95px;
}

.slick-gutter-95 .slick-slide {
  padding-left: 95px;
  padding-right: 95px;
}

.slick-gutter-100 {
  margin-left: -100px;
  margin-right: -100px;
}

.slick-gutter-100 .slick-slide {
  padding-left: 100px;
  padding-right: 100px;
}

.mt-dec-30 {
  margin-top: -30px;
}

.mt_dec--30 {
  margin-top: -30px;
}

.mt-dec-100 {
  margin-top: -100px;
}

@media only screen and (max-width: 479px) {
  .small-margin-pricing {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .contact-input {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb_dec--35 {
    margin-bottom: -50px;
  }
}

@media only screen and (max-width: 767px) {
  .mb_dec--35 {
    margin-bottom: -75px;
  }
}

@media only screen and (max-width: 575px) {
  .mb_dec--35 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .mt-contact-sm {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-pb {
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-input {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-input {
    padding-bottom: 30px;
  }
}

.pb_xl--130 {
  padding-bottom: 130px;
}

@media only screen and (max-width: 1199px) {
  .pb_xl--130 {
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 1199px) {
  .mt_experience {
    margin-top: -10px;
  }
}

.mt_dec--120 {
  margin-top: -120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr_md--0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.padding-contorler-am-slide {
  padding-left: 246px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding-contorler-am-slide {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .padding-contorler-am-slide {
    padding-left: 15px;
  }
}

.padding-contorler-am-slide-11 {
  padding-left: 246px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide-11 {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide-11 {
    padding-left: 0;
  }
}

.padding-contorler-am-slide-right {
  padding-right: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
    padding-top: 50px;
  }
}

.g-24 {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.g-40 {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--color-primary);
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: var(--color-primary);
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary);
}

kbd,
ins {
  color: #ffffff;
}

pre {
  font-family: "Raleway", sans-serif;
  font-size: var(--font-size-b3);
  margin: 10px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: var(--color-body);
  background: var(--color-lighter);
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: var(--color-heading);
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li>ul,
li>ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

caption,
th,
td {
  font-weight: normal;
}

th {
  font-weight: 500;
  text-transform: uppercase;
}

td,
.wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

del {
  color: #333;
}

ins {
  background: rgba(255, 47, 47, 0.4);
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

table a,
table a:link,
table a:visited {
  /* text-decoration: underline; */
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--heading-color);
}

dfn,
cite,
em {
  font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--p-light);
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: 700;
}

/* ========= Forms Styles ========= */
input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid var(--color-border);
  transition: all 0.4s ease-out 0s;
  color: var(--color-body);
  width: 100%;
  border-radius: 12px;
}

input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: var(--color-primary);
}

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

input {
  height: 40px;
  padding: 0 15px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
input[type=url],
textarea {
  font-size: var(--font-size-b2);
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  /* -- Placeholder -- */
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
}

input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
}

input[type=text].p-holder__active,
.input-active input[type=text],
input[type=text].input-active,
input[type=password].p-holder__active,
.input-active input[type=password],
input[type=password].input-active,
input[type=email].p-holder__active,
.input-active input[type=email],
input[type=email].input-active,
input[type=number].p-holder__active,
.input-active input[type=number],
input[type=number].input-active,
input[type=tel].p-holder__active,
.input-active input[type=tel],
input[type=tel].input-active,
input[type=url].p-holder__active,
.input-active input[type=url],
input[type=url].input-active,
textarea.p-holder__active,
textarea.input-active {
  border-color: var(--color-primary);
  /* -- Placeholder -- */
}

input[type=text].p-holder__active::placeholder,
.input-active input[type=text]::placeholder,
input[type=text].input-active::placeholder,
input[type=password].p-holder__active::placeholder,
.input-active input[type=password]::placeholder,
input[type=password].input-active::placeholder,
input[type=email].p-holder__active::placeholder,
.input-active input[type=email]::placeholder,
input[type=email].input-active::placeholder,
input[type=number].p-holder__active::placeholder,
.input-active input[type=number]::placeholder,
input[type=number].input-active::placeholder,
input[type=tel].p-holder__active::placeholder,
.input-active input[type=tel]::placeholder,
input[type=tel].input-active::placeholder,
input[type=url].p-holder__active::placeholder,
.input-active input[type=url]::placeholder,
input[type=url].input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
  color: var(--color-primary);
  /* Firefox */
  opacity: 1;
}

input[type=text].p-holder__active:-ms-input-placeholder,
.input-active input[type=text]:-ms-input-placeholder,
input[type=text].input-active:-ms-input-placeholder,
input[type=password].p-holder__active:-ms-input-placeholder,
.input-active input[type=password]:-ms-input-placeholder,
input[type=password].input-active:-ms-input-placeholder,
input[type=email].p-holder__active:-ms-input-placeholder,
.input-active input[type=email]:-ms-input-placeholder,
input[type=email].input-active:-ms-input-placeholder,
input[type=number].p-holder__active:-ms-input-placeholder,
.input-active input[type=number]:-ms-input-placeholder,
input[type=number].input-active:-ms-input-placeholder,
input[type=tel].p-holder__active:-ms-input-placeholder,
.input-active input[type=tel]:-ms-input-placeholder,
input[type=tel].input-active:-ms-input-placeholder,
input[type=url].p-holder__active:-ms-input-placeholder,
.input-active input[type=url]:-ms-input-placeholder,
input[type=url].input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-primary);
}

input[type=text].p-holder__active::-ms-input-placeholder,
.input-active input[type=text]::-ms-input-placeholder,
input[type=text].input-active::-ms-input-placeholder,
input[type=password].p-holder__active::-ms-input-placeholder,
.input-active input[type=password]::-ms-input-placeholder,
input[type=password].input-active::-ms-input-placeholder,
input[type=email].p-holder__active::-ms-input-placeholder,
.input-active input[type=email]::-ms-input-placeholder,
input[type=email].input-active::-ms-input-placeholder,
input[type=number].p-holder__active::-ms-input-placeholder,
.input-active input[type=number]::-ms-input-placeholder,
input[type=number].input-active::-ms-input-placeholder,
input[type=tel].p-holder__active::-ms-input-placeholder,
.input-active input[type=tel]::-ms-input-placeholder,
input[type=tel].input-active::-ms-input-placeholder,
input[type=url].p-holder__active::-ms-input-placeholder,
.input-active input[type=url]::-ms-input-placeholder,
input[type=url].input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-primary);
}

input[type=text].p-holder__error,
.input-error input[type=text],
input[type=text].input-error,
input[type=password].p-holder__error,
.input-error input[type=password],
input[type=password].input-error,
input[type=email].p-holder__error,
.input-error input[type=email],
input[type=email].input-error,
input[type=number].p-holder__error,
.input-error input[type=number],
input[type=number].input-error,
input[type=tel].p-holder__error,
.input-error input[type=tel],
input[type=tel].input-error,
input[type=url].p-holder__error,
.input-error input[type=url],
input[type=url].input-error,
textarea.p-holder__error,
textarea.input-error {
  border-color: #f4282d;
  /* -- Placeholder -- */
}

input[type=text].p-holder__error::placeholder,
.input-error input[type=text]::placeholder,
input[type=text].input-error::placeholder,
input[type=password].p-holder__error::placeholder,
.input-error input[type=password]::placeholder,
input[type=password].input-error::placeholder,
input[type=email].p-holder__error::placeholder,
.input-error input[type=email]::placeholder,
input[type=email].input-error::placeholder,
input[type=number].p-holder__error::placeholder,
.input-error input[type=number]::placeholder,
input[type=number].input-error::placeholder,
input[type=tel].p-holder__error::placeholder,
.input-error input[type=tel]::placeholder,
input[type=tel].input-error::placeholder,
input[type=url].p-holder__error::placeholder,
.input-error input[type=url]::placeholder,
input[type=url].input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}

input[type=text].p-holder__error:-ms-input-placeholder,
.input-error input[type=text]:-ms-input-placeholder,
input[type=text].input-error:-ms-input-placeholder,
input[type=password].p-holder__error:-ms-input-placeholder,
.input-error input[type=password]:-ms-input-placeholder,
input[type=password].input-error:-ms-input-placeholder,
input[type=email].p-holder__error:-ms-input-placeholder,
.input-error input[type=email]:-ms-input-placeholder,
input[type=email].input-error:-ms-input-placeholder,
input[type=number].p-holder__error:-ms-input-placeholder,
.input-error input[type=number]:-ms-input-placeholder,
input[type=number].input-error:-ms-input-placeholder,
input[type=tel].p-holder__error:-ms-input-placeholder,
.input-error input[type=tel]:-ms-input-placeholder,
input[type=tel].input-error:-ms-input-placeholder,
input[type=url].p-holder__error:-ms-input-placeholder,
.input-error input[type=url]:-ms-input-placeholder,
input[type=url].input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4282d;
}

input[type=text].p-holder__error::-ms-input-placeholder,
.input-error input[type=text]::-ms-input-placeholder,
input[type=text].input-error::-ms-input-placeholder,
input[type=password].p-holder__error::-ms-input-placeholder,
.input-error input[type=password]::-ms-input-placeholder,
input[type=password].input-error::-ms-input-placeholder,
input[type=email].p-holder__error::-ms-input-placeholder,
.input-error input[type=email]::-ms-input-placeholder,
input[type=email].input-error::-ms-input-placeholder,
input[type=number].p-holder__error::-ms-input-placeholder,
.input-error input[type=number]::-ms-input-placeholder,
input[type=number].input-error::-ms-input-placeholder,
input[type=tel].p-holder__error::-ms-input-placeholder,
.input-error input[type=tel]::-ms-input-placeholder,
input[type=tel].input-error::-ms-input-placeholder,
input[type=url].p-holder__error::-ms-input-placeholder,
.input-error input[type=url]::-ms-input-placeholder,
input[type=url].input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4282d;
}

input[type=text].p-holder__error:focus,
.input-error input[type=text]:focus,
input[type=text].input-error:focus,
input[type=password].p-holder__error:focus,
.input-error input[type=password]:focus,
input[type=password].input-error:focus,
input[type=email].p-holder__error:focus,
.input-error input[type=email]:focus,
input[type=email].input-error:focus,
input[type=number].p-holder__error:focus,
.input-error input[type=number]:focus,
input[type=number].input-error:focus,
input[type=tel].p-holder__error:focus,
.input-error input[type=tel]:focus,
input[type=tel].input-error:focus,
input[type=url].p-holder__error:focus,
.input-error input[type=url]:focus,
input[type=url].input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
  border-color: #f4282d;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--color-primary);
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
}

input[type=checkbox]~label,
input[type=radio]~label {
  position: relative;
  font-size: 12px;
  line-height: 17px;
  color: var(--color-body);
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
}

input[type=checkbox]~label::before,
input[type=radio]~label::before {
  content: " ";
  position: absolute;
  top: 1 px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #5d5d7e;
  border-radius: 2px;
  transition: all 0.3s;
  border-radius: 2px;
}

input[type=checkbox]~label::after,
input[type=radio]~label::after {
  content: " ";
  position: absolute;
  top: 16%;
  left: 2px;
  width: 10px;
  height: 6px;
  background-color: transparent;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}

input[type=checkbox]:checked~label::after,
input[type=radio]:checked~label::after {
  opacity: 1;
}

input:checked~.rn-check-box-label::before {
  background: var(--color-primary) !important;
}

input[type=radio]~label::before {
  border-radius: 50%;
}

input[type=radio]~label::after {
  width: 8px;
  height: 8px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.form-group input {
  border: 0 none;
  border-radius: 4px;
  height: 50px;
  font-size: var(--font-size-b2);
  transition: var(--transition);
  padding: 0 20px;
  background-color: var(--color-lightest);
  border: 1px solid transparent;
  transition: var(--transition);
}

.form-group input:focus {
  border-color: var(--color-primary);
  box-shadow: none;
}

.form-group textarea {
  min-height: 160px;
  border: 0 none;
  border-radius: 4px;
  resize: none;
  padding: 15px;
  font-size: var(--font-size-b2);
  transition: var(--transition);
  background-color: var(--color-lightest);
  border: 1px solid transparent;
}

.form-group textarea:focus {
  border-color: var(--color-primary);
}

input[type=submit] {
  width: auto;
  padding: 0 30px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
  height: 60px;
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: var(--p-medium);
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b3);
  height: 50px;
  border: 2px solid var(--color-primary);
  transition: var(--transition);
}

input[type=submit]:hover {
  background: transparent;
  color: var(--color-primary);
  transform: translateY(-5px);
}

input[type=checkbox],
input[type=radio] {
  opacity: 1;
  position: relative;
  height: auto !important;
  max-width: 18px;
  width: max-content;
}

input[type=checkbox]~label,
input[type=radio]~label {
  position: relative;
  font-size: 12px;
  line-height: 17px;
  color: var(--color-body);
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
}

input[type=checkbox]~label::before,
input[type=radio]~label::before {
  content: " ";
  position: absolute;
  top: 1 px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #5d5d7e;
  border-radius: 2px;
  transition: all 0.3s;
  border-radius: 2px;
}

input[type=checkbox]~label::after,
input[type=radio]~label::after {
  content: " ";
  position: absolute;
  top: 16%;
  left: 2px;
  width: 10px;
  height: 6px;
  background-color: transparent;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}

input[type=checkbox]:checked~label::after,
input[type=radio]:checked~label::after {
  opacity: 1;
}

/*==============================
 *  Utilities
=================================*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.fix {
  overflow: hidden;
}

.slick-initialized .slick-slide {
  margin-bottom: -10px;
}

.slick-gutter-15 {
  margin: -30px -15px;
}

.slick-gutter-15 .slick-slide {
  padding: 30px 15px;
}

iframe {
  width: 100%;
}

/*===============================
    Background Color 
=================================*/
.bg-color-primary {
  background: var(--color-primary);
}

.bg-color-secondary {
  background: var(--color-secondary);
}

.bg-color-tertiary {
  background: var(--color-tertiary);
}

.bg-color-gray {
  background: var(--color-gray);
}

.bg-color-white {
  background: #FFFFFF;
}

.bg-color-black {
  background: #1A1A1A;
}

.bg-color-extra03 {
  background: var(--color-extra03);
}

/*===========================
Background Image 
=============================*/
.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--1 {
  background-image: url(../images/bg/bg-image-1.jpg);
}

.bg_image--2 {
  background-image: url(../images/bg/bg-image-2.jpg);
}

.bg_image--3 {
  background-image: url(../images/bg/bg-image-3.jpg);
}

.bg_image--4 {
  background-image: url(../images/bg/bg-image-4.jpg);
}

.bg_image--5 {
  background-image: url(../images/bg/bg-image-5.jpg);
}

.bg_image--6 {
  background-image: url(../images/bg/bg-image-6.jpg);
}

.bg_image--7 {
  background-image: url(../images/bg/bg-image-7.jpg);
}

.bg_image--8 {
  background-image: url(../images/bg/bg-image-8.jpg);
}

.bg_image--9 {
  background-image: url(../images/bg/bg-image-9.jpg);
}

.bg_image--10 {
  background-image: url(../images/bg/bg-image-10.jpg);
}

.bg_image--11 {
  background-image: url(../images/bg/bg-image-11.jpg);
}

.bg_image--12 {
  background-image: url(../images/bg/bg-image-12.jpg);
}

.bg_image--13 {
  background-image: url(../images/bg/bg-image-13.jpg);
}

.bg_image--14 {
  background-image: url(../images/bg/bg-image-14.jpg);
}

.bg_image--15 {
  background-image: url(../images/bg/bg-image-15.jpg);
}

.bg_image--16 {
  background-image: url(../images/bg/bg-image-16.jpg);
}

.bg_image--17 {
  background-image: url(../images/bg/bg-image-17.jpg);
}

.bg_image--18 {
  background-image: url(../images/bg/bg-image-18.jpg);
}

.bg_image--19 {
  background-image: url(../images/bg/bg-image-19.jpg);
}

.bg_image--20 {
  background-image: url(../images/bg/bg-image-20.jpg);
}

.bg_image--21 {
  background-image: url(../images/bg/bg-image-21.jpg);
}

.bg_image--22 {
  background-image: url(../images/bg/bg-image-22.jpg);
}

.bg_image--23 {
  background-image: url(../images/bg/bg-image-23.jpg);
}

.bg_image--24 {
  background-image: url(../images/bg/bg-image-24.jpg);
}

.bg_image--25 {
  background-image: url(../images/bg/bg-image-25.jpg);
}

.bg_image--26 {
  background-image: url(../images/bg/bg-image-26.jpg);
}

.bg_image--27 {
  background-image: url(../images/bg/bg-image-27.jpg);
}

.bg_image--28 {
  background-image: url(../images/bg/bg-image-28.jpg);
}

.bg_image--29 {
  background-image: url(../images/bg/bg-image-29.jpg);
}

.bg_image--30 {
  background-image: url(../images/bg/bg-image-30.jpg);
}

.bg_image--31 {
  background-image: url(../images/bg/bg-image-31.jpg);
}

.bg_image--32 {
  background-image: url(../images/bg/bg-image-32.jpg);
}

.bg_image--33 {
  background-image: url(../images/bg/bg-image-33.jpg);
}

.bg_image--34 {
  background-image: url(../images/bg/bg-image-34.jpg);
}

.bg_image--35 {
  background-image: url(../images/bg/bg-image-35.jpg);
}

.bg_image--36 {
  background-image: url(../images/bg/bg-image-36.jpg);
}

.bg_image--37 {
  background-image: url(../images/bg/bg-image-37.jpg);
}

.bg_image--38 {
  background-image: url(../images/bg/bg-image-38.jpg);
}

.bg_image--39 {
  background-image: url(../images/bg/bg-image-39.jpg);
}

.bg_image--40 {
  background-image: url(../images/bg/bg-image-40.jpg);
}

.bg_tr-image--1 {
  background-image: url(../images/bg/bg-image-1.png) !important;
  background-size: cover !important;
}

.bg_tr-image--2 {
  background-image: url(../images/bg/bg-image-2.png) !important;
  background-size: cover !important;
}

.bg_tr-image--3 {
  background-image: url(../images/bg/bg-image-3.png) !important;
  background-size: cover !important;
}

.bg_tr-image--4 {
  background-image: url(../images/bg/bg-image-4.png) !important;
  background-size: cover !important;
}

.bg_tr-image--5 {
  background-image: url(../images/bg/bg-image-5.png) !important;
  background-size: cover !important;
}

.bg_tr-image--6 {
  background-image: url(../images/bg/bg-image-6.png) !important;
  background-size: cover !important;
}

.bg_tr-image--7 {
  background-image: url(../images/bg/bg-image-7.png) !important;
  background-size: cover !important;
}

.bg_tr-image--8 {
  background-image: url(../images/bg/bg-image-8.png) !important;
  background-size: cover !important;
}

.bg_tr-image--9 {
  background-image: url(../images/bg/bg-image-9.png) !important;
  background-size: cover !important;
}

.bg_tr-image--10 {
  background-image: url(../images/bg/bg-image-10.png) !important;
  background-size: cover !important;
}

.bg_tr-image--11 {
  background-image: url(../images/bg/bg-image-11.png) !important;
  background-size: cover !important;
}

.bg_tr-image--12 {
  background-image: url(../images/bg/bg-image-12.png) !important;
  background-size: cover !important;
}

.bg_tr-image--13 {
  background-image: url(../images/bg/bg-image-13.png) !important;
  background-size: cover !important;
}

.bg_tr-image--14 {
  background-image: url(../images/bg/bg-image-14.png) !important;
  background-size: cover !important;
}

.bg_tr-image--15 {
  background-image: url(../images/bg/bg-image-15.png) !important;
  background-size: cover !important;
}

.bg_tr-image--16 {
  background-image: url(../images/bg/bg-image-16.png) !important;
  background-size: cover !important;
}

.bg_tr-image--17 {
  background-image: url(../images/bg/bg-image-17.png) !important;
  background-size: cover !important;
}

.bg_tr-image--18 {
  background-image: url(../images/bg/bg-image-18.png) !important;
  background-size: cover !important;
}

.bg_tr-image--19 {
  background-image: url(../images/bg/bg-image-19.png) !important;
  background-size: cover !important;
}

.bg_tr-image--20 {
  background-image: url(../images/bg/bg-image-20.png) !important;
  background-size: cover !important;
}

/* Height and width */
.fullscreen {
  min-height: 980px;
  width: 100%;
}

/*===================
Custom Row
======================*/
.row--0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row--0>[class*=col] {
  padding-left: 0px;
  padding-right: 0px;
}

.row--5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row--5>[class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row--10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row--10>[class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.row--20 {
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--20>[class*=col],
.row--20>[class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--20>[class*=col],
  .row--20>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--20>[class*=col],
  .row--20>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--20>[class*=col],
  .row--20>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--20>[class*=col],
  .row--20>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--25 {
  margin-left: -25px;
  margin-right: -25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--25>[class*=col],
.row--25>[class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--25>[class*=col],
  .row--25>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--25>[class*=col],
  .row--25>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--25>[class*=col],
  .row--25>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--25>[class*=col],
  .row--25>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--30>[class*=col],
.row--30>[class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--30>[class*=col],
  .row--30>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--30>[class*=col],
  .row--30>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--30>[class*=col],
  .row--30>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--30>[class*=col],
  .row--30>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--45 {
  margin-left: -45px;
  margin-right: -45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--45 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--45>[class*=col],
.row--45>[class*=col-] {
  padding-left: 45px;
  padding-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--45>[class*=col],
  .row--45>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--45>[class*=col],
  .row--45>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--45>[class*=col],
  .row--45>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--45>[class*=col],
  .row--45>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--40 {
  margin-left: -40px;
  margin-right: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--40>[class*=col],
.row--40>[class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--40>[class*=col],
  .row--40>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--40>[class*=col],
  .row--40>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--40>[class*=col],
  .row--40>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--40>[class*=col],
  .row--40>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--60 {
  margin-left: -60px;
  margin-right: -60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--60 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--60>[class*=col],
.row--60>[class*=col-] {
  padding-left: 60px;
  padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--60>[class*=col],
  .row--60>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--60>[class*=col],
  .row--60>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--60>[class*=col],
  .row--60>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--60>[class*=col],
  .row--60>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	Overlay styles 
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
  z-index: 2;
}

[data-overlay]>div,
[data-overlay]>*,
[data-black-overlay]>div,
[data-black-overlay]>*,
[data-white-overlay]>div,
[data-white-overlay]>* {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

[data-overlay]:before {
  background: var(--color-primary);
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

/*------------------------------
    Scroll Up 
--------------------------------*/
#scrollUp {
  width: 70px;
  height: 80px;
  right: 100px;
  bottom: 60px;
  text-align: center;
  z-index: 9811 !important;
  text-decoration: none;
  background: #fff;
  line-height: 80px;
  color: #757589;
  font-size: 15px;
  font-weight: 400;
  transition: var(--transition);
  display: inline-block;
  background: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}

#scrollUp::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
  filter: blur(50px);
}

#scrollUp::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 60px;
    line-height: 60px;
  }
}

#scrollUp span.text {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}

@media only screen and (max-width: 767px) {
  #scrollUp span.text {
    margin-top: 3px;
  }
}

#scrollUp span.text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent var(--color-primary) transparent;
  position: absolute;
  content: "";
  left: 50%;
  top: 21%;
  transform: translateX(-50%);
}

#scrollUp:hover span.text {
  color: var(--color-primary);
}

@keyframes customOne {
  0% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    opacity: 0;
  }
}

@keyframes liveAuction {
  0% {
    background: var(--color-white);
  }

  100% {
    background: var(--color-danger);
  }
}

.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .cd-headline {
    font-size: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .cd-headline {
    font-size: 26px;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

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

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  margin-top: -20px;
}

.cd-headline.clip .cd-words-wrapper b {
  font-weight: 700;
}

.cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: var(--color-primary-3);
  transform: translateY(-50%);
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
  * Animations
  */
[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=slide-up] {
  transform: translateY(20%);
}

[data-sal=slide-down] {
  transform: translateY(-20%);
}

[data-sal=slide-left] {
  transform: translateX(20%);
}

[data-sal=slide-right] {
  transform: translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=zoom-in] {
  transform: scale(0.5);
}

[data-sal=zoom-out] {
  transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

[data-sal|=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  transform: none;
}

/* header styles */
.header-style-one-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.header-style-one-wrapper .left-area {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  flex-basis: 200%;
  gap: 45px;
}

.header-style-one-wrapper .button-area-start {
  display: flex;
  align-items: center;
  gap: 23px;
  flex-basis: 50%;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .header-style-one-wrapper .button-area-start .call-us {
    display: none;
  }
}

.header-style-one-wrapper .button-area-start .search {
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
}

.header-style-one-wrapper .button-area-start .phone {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.header-style-one-wrapper .button-area-start a {
  font-family: var(--font-primary);
  transition: var(--transition);
}

@media (max-width: 576px) {
  .header-style-one-wrapper .button-area-start .rts-btn {
    display: none;
  }
}

.header-style-one-wrapper .button-area-start .menu-btn {
  background: var(--color-primary);
  padding: 0 !important;
  height: 40px;
  width: 45px;
  text-align: center;
  line-height: 38px;
}

.header-style-one-wrapper .logo-area .logo {
  display: block;
  min-width: 149px;
}

.header-style-one-wrapper .logo-area .logo .light {
  display: block;
}

.header-style-one-wrapper .logo-area .logo .dark {
  display: none;
}

.header-style-one {
  position: absolute;
  z-index: 1;
  border-bottom: 1px solid transparent;
  background: transparent;
  width: 100%;
  top: 0;
  z-index: 1000 !important;
  padding: 0 125px;
}
.header-style-one-1 {
  position: absolute;
  z-index: 1;
  border-bottom: 1px solid transparent;
  background: #180000 !important;
  width: 100%;
  top: 0;
  /* z-index: 1000 !important; */
  padding: 0 125px;
}

.header-style-one .header-style-one-wrapper .main-nav-area {
  margin-left: 50px;
}

@media only screen and (max-width: 1199px) {
  .header-style-one .header-style-one-wrapper .main-nav-area {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-one .header-style-one-wrapper .main-nav-area {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-style-one .header-style-one-wrapper .main-nav-area {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-style-one .header-style-one-wrapper .button-area-start a.text-btn {
    display: none;
  }
}

.header-style-one.header-six {
  position: relative;
}

.header-style-one.header-six .main-nav-area ul.rts-desktop-menu .menu-item .rts-dropdown-main-element {
  color: var(--color-heading-1);
  font-family: var(--font-four);
}

.header-style-one.header-six .main-nav-area {
  margin: 0;
}

.header-style-one.header-six .main-nav-area ul li a {
  font-family: var(--font-four);
}

.header-style-one.header-six .button-area-start {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-style-one.header-six .button-area-start .shop-btn-area {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-style-one.header-six .button-area-start .shop-btn-area .round-btn {
  width: 36px;
  height: 36px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  display: block;
  background: #E9FFF2;
  position: relative;
  z-index: 1;
}

.header-style-one.header-six .button-area-start .shop-btn-area .round-btn span {
  position: absolute;
  background: var(--color-primary);
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: var(--color-heading-1);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  top: -6px;
  right: -1px;
}

.header-style-one.header-six .header-style-one-wrapper .left-area {
  flex-basis: 40%;
}

.header-style-one.header-seven {
  position: relative;
}

.header-style-one.header-seven .header-top {
  text-align: center;
  background: var(--color-primary);
  padding: 15px;
}

.header-style-one.header-seven .header-top p {
  color: var(--color-white);
  line-height: 1;
  font-size: 14px;
  font-family: var(--font-four);
}

.header-style-one.header-seven .header-top p a {
  color: var(--color-white);
  text-decoration: underline;
}

.header-style-one.header-seven .header-mid {
  padding: 20px 0 30px;
  border-bottom: 1px solid #EEEEEE;
}

.header-style-one.header-seven .header-mid .form-area {
  box-shadow: none;
  position: relative;
  z-index: 1;
  padding: 0;
}

.header-style-one.header-seven .header-mid .form-area input {
  padding: 16px 20px;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
}

.header-style-one.header-seven .header-mid .form-area input::placeholder {
  font-family: var(--font-four);
  font-size: 14px;
  font-weight: 500;
}

.header-style-one.header-seven .header-mid .form-area button {
  border: none;
  padding: 0;
  border-radius: 0;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  max-width: max-content;
}

.header-style-one.header-seven .header-mid .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-style-one.header-seven .header-mid .inner .right-button-area {
  display: flex;
  align-items: center;
}

.header-style-one.header-seven .header-mid .inner .right-button-area .cart-btn {
  color: var(--color-heading-1);
  font-family: var(--font-four);
  font-weight: 500;
  line-height: 1;
  padding-right: 20px;
  border-right: 1px solid var(--color-border);
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information {
  display: flex;
  align-items: center;
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information .rts-dropdown-menu {
  padding: 0;
  margin: 0;
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information .rts-dropdown-menu .has-child-menu {
  list-style: none;
  margin: 0;
  position: relative;
  transition: all 0.4s;
  padding: 6px 20px;
  border-right: 1px solid var(--color-border);
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information .rts-dropdown-menu .has-child-menu:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0) translateY(0);
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information .rts-dropdown-menu .has-child-menu a {
  color: var(--color-heading-1);
  font-size: 16px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-four);
  font-weight: 500;
  text-transform: uppercase;
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information .rts-dropdown-menu .has-child-menu a img {
  width: 20px;
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information .rts-dropdown-menu .has-child-menu a i {
  font-size: 14px;
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information .rts-dropdown-menu .has-child-menu .sub-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: var(--color-white);
  transform: translateZ(0) translateY(15px);
  border-radius: 4px;
  transition: all 0.4s;
  box-shadow: 0px 7px 18px #1810100d;
  display: flex;
  flex-direction: column;
  min-width: 170px;
  padding: 12px 0;
  z-index: 10;
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information .rts-dropdown-menu .has-child-menu .sub-menu li {
  list-style: none;
  width: 100%;
  display: block;
  margin: 0;
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information .rts-dropdown-menu .has-child-menu .sub-menu li:hover a {
  background: #000000;
  color: var(--color-white);
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information .rts-dropdown-menu .has-child-menu .sub-menu li a {
  color: #1F1F25;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  margin: 2px 10px;
  transition: all 0.3s;
  border-radius: 4px;
  background: transparent;
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information .rts-dropdown-menu .has-child-menu .sub-menu li a.view-pro-file {
  padding: 0 !important;
  background: transparent;
  margin: 0;
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information .rts-dropdown-menu .has-child-menu .sub-menu li a img {
  width: 20px;
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information .rts-dropdown-menu.switcher-currency .has-child-menu {
  border: none;
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information .rts-dropdown-menu.switcher-currency .has-child-menu .sub-menu {
  min-width: 100px;
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information select {
  display: inline-block;
  max-width: max-content;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  position: relative;
  background-image: url(../images/header/01.svg) !important;
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information select::after {
  position: absolute;
  content: "\f078";
  right: 0;
  top: 0;
  font-size: 15px;
  color: #fff;
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information select:focus {
  box-shadow: none;
}

.header-style-one.header-seven .header-mid .inner .right-button-area .right-information select option {
  color: #242424;
  font-size: 14px;
}

.header-style-one.header-seven .header-style-one-wrapper .left-area {
  display: none;
}

.header-style-one.header-seven .header-style-one-wrapper .main-nav-area {
  margin-left: 0;
}

.header-style-one.header-seven .header-style-one-wrapper .main-nav-area ul.rts-desktop-menu .menu-item .rts-dropdown-main-element {
  color: var(--color-heading-1);
  font-family: var(--font-four);
}

.header-style-one.header-seven .header-style-one-wrapper .main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu li.nav-item .nav-link {
  font-family: var(--font-four);
}

.header-style-one.header-inner {
  position: relative;
  z-index: 2;
}

.header-style-one.header-inner .main-nav-area ul.rts-desktop-menu .menu-item .rts-dropdown-main-element {
  color: var(--color-title-nav);
}

.header-style-one.inner-3 .main-nav-area ul.rts-desktop-menu .menu-item .rts-dropdown-main-element {
  color: var(--color-heading-1);
}

.header-style-two .header-top {
  border-bottom: 1px solid var(--color-border);
  padding: 12px 0 11px;
}

.header-style-two .header-top .header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-style-two .header-top .header-top-inner .left p {
  color: var(--color-heading-1);
}

.header-style-two .header-top .header-top-inner .left p a {
  color: var(--color-primary);
  text-decoration: underline;
}

.header-style-two .header-top .header-top-inner .right {
  display: flex;
  align-items: center;
}

.header-style-two .header-top .header-top-inner .right .social-area {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  padding-right: 30px !important;
  margin: 0;
}

.header-style-two .header-top .header-top-inner .right .social-area li {
  padding: 0;
  margin: 0;
}

.header-style-two .header-top .right-information {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 30px;
  border-left: 1px solid #BDC3C6;
}

.header-style-two .header-top .right-information .cart-btn {
  color: var(--color-heading-1);
  font-weight: 500;
}

.header-style-two .header-top .right-information .rts-dropdown-menu {
  padding: 0;
  margin: 0;
}

.header-style-two .header-top .right-information .rts-dropdown-menu .has-child-menu {
  list-style: none;
  margin: 0;
  position: relative;
  transition: all 0.4s;
}

.header-style-two .header-top .right-information .rts-dropdown-menu .has-child-menu:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0) translateY(0);
}

.header-style-two .header-top .right-information .rts-dropdown-menu .has-child-menu a {
  color: var(--color-heading-1);
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.header-style-two .header-top .right-information .rts-dropdown-menu .has-child-menu a img {
  width: 20px;
}

.header-style-two .header-top .right-information .rts-dropdown-menu .has-child-menu .sub-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: var(--color-hiking-bg);
  transform: translateZ(0) translateY(15px);
  border-radius: 4px;
  transition: all 0.4s;
  box-shadow: 0px 7px 18px #1810100d;
  display: flex;
  flex-direction: column;
  min-width: 170px;
  padding: 5px 0 !important;
  z-index: 10;
}

.header-style-two .header-top .right-information .rts-dropdown-menu .has-child-menu .sub-menu li {
  list-style: none;
  width: 100%;
  display: block;
  margin: 0;
}

.header-style-two .header-top .right-information .rts-dropdown-menu .has-child-menu .sub-menu li:hover a {
  background: #000000;
  color: var(--color-white);
}

.header-style-two .header-top .right-information .rts-dropdown-menu .has-child-menu .sub-menu li a {
  color: var(--color-heading-1);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  margin: 2px 10px;
  transition: var(--transition);
  border-radius: 4px;
  background: transparent;
}

.header-style-two .header-top .right-information .rts-dropdown-menu .has-child-menu .sub-menu li a.view-pro-file {
  padding: 0 !important;
  background: transparent;
  margin: 0;
}

.header-style-two .header-top .right-information .rts-dropdown-menu .has-child-menu .sub-menu li a img {
  width: 20px;
}

.header-style-two .header-top .right-information .rts-dropdown-menu.switcher-currency .has-child-menu .sub-menu {
  min-width: 100px;
}

.header-style-two .header-top .right-information select {
  display: inline-block;
  max-width: max-content;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  position: relative;
  background-image: url(../images/header/01.svg) !important;
}

.header-style-two .header-top .right-information select::after {
  position: absolute;
  content: "\f078";
  right: 0;
  top: 0;
  font-size: 15px;
  color: #fff;
}

.header-style-two .header-top .right-information select:focus {
  box-shadow: none;
}

.header-style-two .header-top .right-information select option {
  color: #242424;
  font-size: 14px;
}

.header-style-two .main-nav-area {
  margin-left: 80px;
}

.header-style-two .main-nav-area ul.rts-desktop-menu .menu-item .rts-dropdown-main-element {
  color: var(--color-heading-1);
}

.header-style-two.home-yacht-bg .header-top {
  padding: 12px 40px 11px;
}

.header-style-two.home-yacht-bg .header-main {
  padding: 0 40px;
}

.header-style-two.home-yacht-bg .header-style-one-wrapper .left-area {
  justify-content: flex-start;
}

.header-style-two.header-nine {
  padding: 0 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-style-two.header-nine .header-top {
  padding: 20px 0 24px;
  background: transparent;
  border: none;
}

.header-style-two.header-nine .header-top .left p {
  color: var(--color-white);
}

.header-style-two.header-nine .header-top .left p a {
  color: var(--color-white);
  text-decoration: underline;
}

.header-style-two.header-nine .header-top .social-area li a svg path {
  fill: var(--color-white);
  transition: var(--transition);
}

.header-style-two.header-nine .header-top .social-area li a:hover svg path {
  fill: var(--color-primary);
}

.header-style-two.header-nine .header-top .right-information .cart {
  color: var(--color-white);
  font-weight: 500;
}

.header-style-two.header-nine .header-top .right-information .rts-dropdown-menu .has-child-menu a {
  color: var(--color-white);
}

.header-style-two.header-nine .header-main-inner {
  background: var(--color-white);
  border-radius: 100px;
  padding: 0 20px;
}

.header-style-two.header-nine .main-nav-area {
  margin-left: 0;
}

.header-style-two.header-nine .main-nav-area .rts-desktop-menu .menu-item .rts-dropdown-main-element {
  padding: 25px 20px;
}

.header-style-two.header-nine .header-style-one-wrapper .left-area {
  flex-basis: 40%;
}

.header-five .header-style-one-wrapper .main-nav-area {
  margin-left: 0;
}

.header--sticky {
  transition: 0s;
}

.header--sticky.style-six {
  background: var(--body-bg);
}

.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: block;
  width: 100%;
  animation: stickyanimations 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  box-shadow: 0px 7px 18px #1810100d;
  background: #180000;
  z-index: 9999;
  border: none !important;
  backdrop-filter: blur(2px);
}

.header--sticky.sticky .header-style-one-wrapper .logo-area .logo .light {
  display: none;
}

.header--sticky.sticky .header-style-one-wrapper .logo-area .logo .dark {
  display: block;
}

.header--sticky.sticky .main-nav-area ul.rts-desktop-menu .menu-item .rts-dropdown-main-element {
  color: #ffffff;
}

.header--sticky.sticky .header-top {
  display: none;
}

.header--sticky.sticky.header-seven .header-mid {
  display: none;
}

.header--sticky.sticky.header-seven .header-style-one-wrapper .left-area {
  display: block;
}

.header--sticky.sticky.header-eight {
  background: rgba(255, 255, 255, 0.8);
}

.header--sticky.sticky.header-eight .header-style-one-wrapper .button-area-start .rts-btn.btn-border-2 {
  border-color: #000000 !important;
  color: var(--color-secondary) !important;
}

.header--sticky.sticky.header-eight .header-style-one-wrapper .button-area-start .rts-btn.btn-border-2:hover {
  border-color: var(--color-primary) !important;
}

.header--sticky.sticky.header-nine .header-main-inner {
  background: none;
  padding: 0;
}

.header-style-two.header--sticky.sticky,
.header-seven.header--sticky.sticky {
  background: rgba(255, 255, 255, 0.8);
}

@keyframes stickyanimations {
  0% {
    transform: translateY(-100px);
  }

  100% {
    transform: translateY(0px);
  }
}

.main-nav-area ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0;
}

.main-nav-area ul li {
  margin: 0;
}

.main-nav-area ul li a {
  color: var(--color-white);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
  font-family: var(--font-primary);
  transition: all 0.3s;
}

.main-nav-area ul.rts-desktop-menu {
  transition: all 0.3s;
}

.main-nav-area ul.rts-desktop-menu:hover .menu-item {
  opacity: 1;
}
.main-nav-area ul.rts-desktop-menu .menu-item .rts-dropdown-main-element:hover {
color: #ffffff;
}

.main-nav-area ul.rts-desktop-menu .menu-item {
  transition: all 0.3s;
}

.main-nav-area ul.rts-desktop-menu .menu-item .rts-dropdown-main-element {
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
  font-family: var(--font-primary);
  transition: all 0.3s;
  padding: 35px 20px;
  display: block;
}

@media (max-width: 1200px) {
  .main-nav-area ul.rts-desktop-menu .menu-item .rts-dropdown-main-element {
    padding: 35px 17px;
  }
}

.main-nav-area ul.rts-desktop-menu .menu-item:hover {
  opacity: 1;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown {
  z-index: 10;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  align-items: flex-start;
  opacity: 0;
  max-width: 1000px;
  width: 270px;
  border-radius: 10px;
  gap: 2px;
  visibility: hidden;
  overflow: visible;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  padding: 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 9px 9px 22px -1px rgba(0, 0, 0, 0.12);
  box-shadow: 9px 9px 22px -1px rgba(0, 0, 0, 0.12);
  z-index: 1001 !important;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu:hover li.nav-item .nav-link {
  /* opacity: 0.5; */
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu li.nav-item {
  width: 100%;
  transition: all 0.3s;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu li.nav-item:hover .nav-link {
  background: #F2F2F8;
  opacity: 1;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu li.nav-item .nav-link {
  padding: 12px 45px 12px 15px;
  border-radius: 10px;
  background: #FFFFFF;
  transition: all 0.3s;
  color: var(--color-title-nav);
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu {
  width: 100%;
  left: 50%;
  transform: translateY(30px) translateX(-50%);
  overflow: hidden;
  pointer-events: none;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .inner {
  padding: 20px;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu h4 {
  color: var(--color-title-nav);
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destination-area-wrapper {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destination-area-wrapper .destination-wrapper-3 {
  position: relative;
  z-index: 1;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destination-area-wrapper .destination-wrapper-3 .content {
  margin-top: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destination-area-wrapper .destination-wrapper-3 .content .title {
  margin-bottom: 0;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destination-area-wrapper .view-all-btn {
  color: var(--color-primary);
  text-decoration: underline;
  margin-top: 20px;
  display: block;
  text-align: start;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destination-area-wrapper .destination-area-wrapper {
  position: relative;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destination-area-wrapper .destinations {
  position: relative;
  overflow: hidden;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destination-area-wrapper .destlist {
  opacity: 0;
  transform: translateX(-70px);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.4s ease, transform 0.6s ease;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destination-area-wrapper .destlist.active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  position: relative;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .region-area ul,
.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destinations ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .region-area ul {
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destinations {
  flex-basis: 76%;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destinations .destlist {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  transition: var(--transition);
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destinations .destlist .destination-wrapper-3 {
  max-width: 48%;
  width: 100%;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destinations .destlist .destination-wrapper-3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  top: 0;
  left: 0;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destinations .destlist .destination-wrapper-3 .image-area {
  width: 100%;
  height: 130px;
  border-radius: 0;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destinations .destlist .destination-wrapper-3 .image-area img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .region-area li {
  cursor: pointer;
  padding: 0;
  transition: color 0.3s;
  min-width: max-content;
  color: var(--color-title-nav);
  font-weight: 500;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .region-area li.active {
  color: var(--color-primary);
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .region-area li:hover {
  color: var(--color-primary);
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destinations li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destinations li a:hover {
  color: var(--color-primary);
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .ad-image {
  height: 100%;
  position: relative;
  z-index: 1;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .ad-image img {
  height: 100%;
  object-fit: cover;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .ad-image::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.78%, #000000 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .ad-image .ad-content {
  position: absolute;
  z-index: 2;
  bottom: 35px;
  left: 20px;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .ad-image .ad-content .ad-title {
  color: var(--color-white);
  margin-bottom: 10px;
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .ad-image .ad-content .rts-btn {
  background: var(--color-white);
  color: var(--color-primary);
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .ad-image .ad-content .rts-btn::before {
  background: var(--color-primary);
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .ad-image .ad-content .rts-btn:hover {
  color: var(--color-white);
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown:hover .rts-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.main-nav-area ul.rts-desktop-menu .rts-has-dropdown:hover .rts-submenu.mega-menu {
  transform: translateY(0px) translateX(-50%);
  pointer-events: all;
}

.header-two-content-main .main-nav-area {
  margin-left: -150px;
}

@media only screen and (max-width: 1199px) {
  .header-two-content-main .main-nav-area {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-two-content-main .main-nav-area {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-two-content-main .main-nav-area {
    display: none;
  }
}

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 465px;
  padding: 30px;
  padding-top: 25px;
  height: 100%;
  display: block;
  background-color: white;
  backdrop-filter: blur(7px);
  z-index: 999;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}

@media only screen and (max-width: 575px) {
  .side-bar {
    width: 315px;
  }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
  display: flex;
  justify-content: center;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
  width: 60%;
  margin: auto;
}

.side-bar .inner-main-wrapper-desk .inner-content {
  text-align: center;
  margin-top: 30px;
}

.side-bar .inner-main-wrapper-desk .inner-content p {
  max-width: 95%;
  text-align: center;
  margin: auto;
}

.side-bar .inner-main-wrapper-desk .inner-content .title {
  font-weight: 600;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer {
  padding-top: 50px;
  margin-top: 40px;
  border-top: 1px solid #e8e8e8;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .title {
  font-weight: 500;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer a.rts-btn {
  margin: auto;
}

.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar {
  margin-top: 50px;
}

.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .title {
  margin-bottom: 20px;
  font-size: 24px;
}

.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .single-info {
  margin: 15px 0;
}

.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .single-info a:hover {
  color: var(--color-primary);
}

.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .rts-social-style-one {
  margin-top: 40px;
}

.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .rts-social-style-one ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  list-style: none;
}

.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .rts-social-style-one ul li {
  margin: 0;
}

.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .rts-social-style-one ul li a {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .rts-social-style-one ul li a:hover {
  background: var(--color-primary);
  border: 1px solid transparent;
  color: #fff;
}

.header-style-one.case-studies .main-nav-area ul li>a.rts-dropdown-main-element {
  color: #fff !important;
}

.header-style-one.case-studies.header--sticky.sticky {
  background: linear-gradient(258deg, #373551 8.48%, #212026 94.83%);
}

@keyframes fadeZoomIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 465px;
  padding: 30px;
  padding-top: 25px;
  height: 100%;
  display: block;
  background-color: white;
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}

@media only screen and (max-width: 575px) {
  .side-bar {
    width: 300px;
  }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
  display: flex;
  justify-content: center;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
  width: 85%;
  margin: auto;
}

.side-bar .inner-main-wrapper-desk .inner-content {
  text-align: center;
  margin-top: 30px;
}

.side-bar .inner-main-wrapper-desk .inner-content p {
  max-width: 95%;
  text-align: center;
  margin: auto;
}

.side-bar .inner-main-wrapper-desk .inner-content .title {
  font-weight: 600;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer {
  padding-top: 50px;
  margin-top: 80px;
  border-top: 1px solid #c2c2c2;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .title {
  font-weight: 500;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer a.rts-btn {
  margin: auto;
}

.side-bar.show {
  right: 0;
  overflow-y: hidden;
}

#anywhere-home {
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

#anywhere-home.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}

#menu-btn {
  cursor: pointer;
  padding: 10px;
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #menu-btn {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #menu-btn {
    display: block;
  }
}

#side-bar .mobile-menu-main {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #side-bar .mobile-menu-main {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #side-bar .mobile-menu-main {
    display: block;
  }
}

.mobile-menu-main nav ul {
  padding: 0 20px;
  display: block;
}

.mobile-menu-main nav ul li {
  margin: 0;
  padding: 0;
  color: var(--color-heading-1);
}

.mobile-menu-main nav ul li a.main {
  padding: 12px 0 17px 0;
  border-bottom: 1px solid #c6c8c9;
  cursor: pointer;
}

.mobile-menu-main nav ul li.has-droupdown {
  position: relative;
}

.mobile-menu-main nav ul li.has-droupdown ul a {
  padding: 10px 0;
}

.mobile-menu-main nav ul li.has-droupdown ul a.tag {
  font-weight: 700;
  margin-top: 15px;
  font-size: 18px;
  border-bottom: 2px solid var(--color-primary);
  padding: 10px 0;
}

.mobile-menu-main nav ul li.has-droupdown ul li {
  margin: 7px 0 !important;
  border-bottom: 1px solid #f3f3f3;
  font-weight: 500;
}

.mobile-menu-main nav ul li.has-droupdown::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 pro" !important;
  font-size: 16px;
  right: 0;
  font-weight: 400;
  top: 5px;
  padding: 8px 13px;
  color: rgba(38, 38, 44, 0.5);
  pointer-events: none;
  cursor: pointer;
}

.mobile-menu-main nav ul li.has-droupdown.mm-active::after {
  content: "\f077";
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl::after {
  font-size: 10px;
  padding: 3px 10px;
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul {
  padding: 0 20px;
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li {
  margin: 10px 0 !important;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li:hover {
  color: var(--color-primary);
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.mobile-menu-main nav ul li a {
  display: block;
}

.mobile-menu-main .follow-us {
  margin-top: 30px;
}

.mobile-menu-main .follow-us ul {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.mobile-menu-main .follow-us ul li {
  padding: 0;
  margin: 0;
}

.mobile-menu-main .follow-us ul li a {
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 10px;
  background: var(--color-primary);
  color: var(--color-white);
}

@media screen and (max-width: 1024px) {

  .side-bar.header-two .inner-main-wrapper-desk,
  .side-bar.header-three .inner-main-wrapper-desk {
    display: none;
  }
}

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

  .side-bar.header-two .mobile-menu,
  .side-bar.header-three .mobile-menu {
    display: none !important;
  }
}

.side-bar.header-eight {
  background: #ecf5fa;
}

.side-bar.header-eight .mobile-menu-main nav ul li.has-droupdown::after {
  color: var(--color-white);
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown {
  position: relative;
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown:hover::after {
  color: var(--color-primary);
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 16px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown .third-lvl {
  margin-left: -4px;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page {
  padding: 15px 0;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown {
  position: relative;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown:hover::after {
  color: var(--color-primary);
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 16px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown .third-lvl {
  margin-left: -4px;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li {
  margin: 0;
  width: 100%;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li a {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.sub-dropdown {
  position: relative !important;
  display: block !important;
}

.sub-dropdown .submenu.third-lvl {
  opacity: 0 !important;
  min-width: 185px !important;
  left: 100% !important;
  top: -13% !important;
  margin: 0;
  border-radius: 0 !important;
}

.sub-dropdown .submenu.third-lvl.base {
  display: block !important;
}

.sub-dropdown:hover .sub-menu-link {
  color: var(--color-primary);
}

.sub-dropdown:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  min-width: 185px !important;
  top: 0 !important;
  right: 3px;
  display: block !important;
}

.sub-dropdown:hover .submenu.third-lvl.base li {
  display: block;
}

.sub-dropdown:hover .submenu.third-lvl.base li a {
  display: block !important;
}

.header-three .sub-dropdown:hover .submenu.third-lvl.base {
  margin-left: -14px !important;
}

.header-two .header-main-wrapper .sub-dropdown:hover .submenu.third-lvl.base {
  margin-left: 90px !important;
}

.sub-dropdown {
  position: relative !important;
  display: block !important;
  transition: all 0.3s ease-in-out;
}

.sub-dropdown.active .sub-menu-link {
  color: #FFFFFF !important;
  padding-left: 40px !important;
}

.sub-dropdown.active .sub-menu-link::after {
  width: 12px !important;
}

.sub-dropdown.active::after {
  color: #FFFFFF;
}

.sub-dropdown .rts-submenu.third-lvl {
  opacity: 0 !important;
  min-width: 200px !important;
  left: 100% !important;
  top: -13% !important;
  margin: 0;
  transform: translateY(25px) !important;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  display: block;
}

.sub-dropdown .rts-submenu.third-lvl:hover li a {
  opacity: 0.5;
}

.sub-dropdown .rts-submenu.third-lvl.base {
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.sub-dropdown .rts-submenu.third-lvl li {
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
}

.sub-dropdown .rts-submenu.third-lvl li:hover a {
  background: #F2F2F8;
  opacity: 1;
}

.sub-dropdown .rts-submenu.third-lvl li:hover a::after {
  width: 12px;
}

.sub-dropdown .rts-submenu.third-lvl li a {
  display: block !important;
  padding: 12px 0px 12px 15px;
  position: relative;
  font-size: 14px;
  color: #26262C !important;
  font-weight: 600;
  text-align: left;
  border-radius: 10px;
}

.sub-dropdown:hover::after {
  color: #FFFFFF;
}

.sub-dropdown:hover .sub-menu-link {
  color: var(--color-primary);
}

.sub-dropdown:hover .rts-submenu.third-lvl.base {
  visibility: visible;
  opacity: 1 !important;
  min-width: 200px !important;
  top: 0 !important;
  right: 3px;
  transform: translateY(5px) !important;
  pointer-events: all;
}

.eel-icon-menu-wrap {
  position: relative;
  width: 26px;
  height: 12px;
  cursor: pointer;
}

.eel-icon-menu-wrap * {
  transition: var(--transition);
}

.eel-icon-menu {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: solid 2px var(--color-primary);
}

.eel-icon-menu-wrap:hover em {
  width: 70%;
}

.eel-icon-menu-wrap em:nth-child(2) {
  top: auto;
  bottom: 0;
  right: 0;
}

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  max-width: 500px;
  width: 100%;
  padding: 30px;
  padding-top: 25px;
  height: 100%;
  display: block;
  background-color: var(--color-white);
  backdrop-filter: blur(30px);
  z-index: 9999;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}

@media only screen and (max-width: 575px) {
  .side-bar {
    width: 310px;
  }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
  display: flex;
  justify-content: center;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
  width: 85%;
  margin: auto;
}

.side-bar .inner-main-wrapper-desk .inner-content {
  text-align: center;
  margin-top: 30px;
}

.side-bar .inner-main-wrapper-desk .inner-content p {
  max-width: 95%;
  text-align: center;
  margin: auto;
}

.side-bar .inner-main-wrapper-desk .inner-content .title {
  font-weight: 600;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer {
  padding-top: 50px;
  margin-top: 80px;
  border-top: 1px solid #c2c2c2;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .title {
  font-weight: 500;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer a.rts-btn {
  margin: auto;
}

.rts-sidebar-menu-desktop .logo-area {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rts-sidebar-menu-desktop .logo {
  display: block;
}

.rts-sidebar-menu-desktop .about-us {
  text-align: center;
}

.rts-sidebar-menu-desktop .about-us .logo {
  margin-bottom: 20px;
}

.rts-sidebar-menu-desktop .gallery-image-area {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.rts-sidebar-menu-desktop .gallery-image-area .gallery-wrapper {
  width: 30%;
}

.rts-sidebar-menu-desktop .get-in-touch {
  margin-top: 30px;
}

.rts-sidebar-menu-desktop .get-in-touch h4 {
  color: var(--color-heading-1);
}

.rts-sidebar-menu-desktop .get-in-touch .wrapper .single {
  color: var(--color-heading-1);
  font-weight: 500;
}

.rts-sidebar-menu-desktop .get-in-touch .wrapper .single i {
  color: var(--color-primary);
  margin-right: 10px;
  margin-bottom: 15px;
}

.rts-sidebar-menu-desktop .get-in-touch .wrapper .single i:last-child {
  margin-bottom: 0;
}

.rts-sidebar-menu-desktop .get-in-touch .wrapper .single a {
  transition: 0.3s;
}

.rts-sidebar-menu-desktop .follow-us {
  margin-top: 30px;
}

.rts-sidebar-menu-desktop .follow-us ul {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.rts-sidebar-menu-desktop .follow-us ul li {
  padding: 0;
  margin: 0;
}

.rts-sidebar-menu-desktop .follow-us ul li a {
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 10px;
  background: var(--color-primary);
  color: var(--color-white);
}

.rts-sidebar-menu-desktop .social-wrapper-two.menu {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.rts-sidebar-menu-desktop .social-wrapper-two a {
  z-index: 1;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  border-radius: 10px;
  border: 1px solid var(--color-body);
  background: transparent;
  color: #FFFFFFA6;
  transition: 0.3s;
}

.rts-sidebar-menu-desktop .social-wrapper-two a:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.rts-sidebar-menu-desktop .social-wrapper-two a:hover i {
  color: var(--color-white);
  transition: 0.3s;
}

.rts-sidebar-menu-desktop .social-wrapper-two a i {
  color: rgba(255, 255, 255, 0.6509803922);
  transition: 0.3s;
  font-size: 16px;
}

.side-bar button {
  max-width: max-content;
  border: none;
  height: 50px;
  min-width: 50px;
  position: absolute;
  background: var(--color-primary);
  top: 0;
  right: 0;
  padding: 0;
  border-radius: 0;
}

.side-bar button i {
  color: var(--color-white);
  border-radius: 0;
  display: flex;
  align-items: center;
  font-weight: 300;
  justify-content: center;
  font-size: 27px;
}

/* elements */
.container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-2 {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1199px) {
  .container-2 {
    padding: 0 15px;
  }
}

.left-container {
  max-width: 990px;
  width: 100%;
}

.section-bg {
  background: var(--section-bg-gray);
}

.bg_white {
  background: var(--body-bg);
}

.g-48 {
  --bs-gutter-x: 48px;
  --bs-gutter-y: 48px;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .g-lg-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }
}

.bg-gray {
  background: #F8F9FB;
}

.bg-gray-2 {
  background: var(--bg-gray-2);
}

.overflow-right-div {
  width: 125%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overflow-right-div {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .overflow-right-div {
    width: 100%;
  }
}

.gsap-marker-end,
.gsap-marker-start,
.gsap-marker-scroller-end,
.gsap-marker-scroller-start {
  display: none !important;
}

.bg-dark-p {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), #BCBFDB;
}

.bg-dark-color {
  background: var(--footer-bg-2);
}

.border-radious-top-section {
  border-radius: 32px 32px 0px 0px;
}

.customer-review-area {
  display: flex;
  gap: 13px;
  align-items: center;
}

.customer-review-area .client-img {
  display: flex;
  align-items: center;
  position: relative;
  width: 170px;
  transition: all 0.3s;
}

.customer-review-area .client-img img {
  position: absolute;
  left: 0;
  cursor: pointer;
  transition: all 0.3s;
  transform: scale(1);
}

.customer-review-area .client-img img:hover {
  z-index: 2;
  transform: scale(1.1);
}

.customer-review-area .client-img img.two {
  left: 30px;
}

.customer-review-area .client-img img.three {
  left: 60px;
}

.customer-review-area .client-img img.four {
  left: 90px;
}

.customer-review-area .client-img img.five {
  left: 120px;
}

.customer-review-area p.desc {
  margin-bottom: 0;
}

.br-none {
  border-radius: 0 !important;
}

.color-secondary-2 {
  color: var(--color-secondary-2);
  -webkit-text-fill-color: var(--color-secondary-2) !important;
}

@media (max-width: 991px) {
  .order-change {
    order: 2;
  }
}

body.loaded .preloader {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 99999;
}

.loader {
  position: relative;
  width: 90px;
  height: 90px;
}

.loader span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(calc(18deg * var(--i)));
}

.loader span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  border-radius: 50%;
  transform: scale(0);
  animation: loader 2s linear infinite;
  animation-delay: calc(0.1s * var(--i));
}

@keyframes loader {
  0% {
    transform: scale(0);
  }

  10% {
    transform: scale(1.2);
  }

  80%,
  100% {
    transform: scale(0);
  }
}

.loader-plane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: loader-rotating 2s linear infinite;
  animation-delay: -1s;
}

@keyframes loader-rotating {
  0% {
    transform: rotate(10deg);
  }

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

.loader-plane::before {
  content: "\f072";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  top: 53px;
  left: 58px;
  color: var(--color-primary);
  font-size: 38px;
  transform: rotate(135deg);
}

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

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

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

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

.container,
.custom-container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.custom-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.6rem);
  padding-left: var(--bs-gutter-x, 1.6rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}

@media (min-width: 1400px) {
  .custom-container {
    max-width: 1575px;
  }
}

.section-title-area3 .sub-title {
  display: inline-block;
  color: var(--color-white);
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1;
  margin-left: 40px;
  position: relative;
}

.section-title-area3 .sub-title::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  background: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
}

.section-title-area3 .section-title {
  font-size: 64px;
  color: var(--color-white);
  font-weight: 400;
}

.section-title-area3.center-style {
  text-align: center;
}

.section-title-area3.center-style .sub-title {
  margin-left: auto;
  margin-right: auto;
}

.section-title-area2 .sub-title {
  color: var(--color-primary);
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(180deg, #F7F5FF 0%, rgba(230, 224, 255, 0) 100%);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  padding: 7px 10px;
  gap: 6px;
  border: 1px solid #DFDBF9;
}

.section-title-area2 .section-title {
  color: var(--color-heading-1);
}

.section-title-area2.center-style {
  text-align: center;
}

.section-title-area2.center-style .sub-title {
  margin-left: auto;
  margin-right: auto;
}

.section-title-area .sub-title {
  color: #180000;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1;
}

.section-title-area h1 {
  color: var(--color-heading-1);
  margin-bottom: 8px;
  text-transform: capitalize;
}

.section-title-area p {
  color: var(--color-body-1);
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-title-area.center-style {
  text-align: center;
  justify-self: center;
}

.home-wild-bg .section-title-area .sub-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.home-wild-bg .section-title-area .section-title {
  font-weight: 600;
}

.gallery-title-area .sub-title {
  margin-bottom: 5px;
}

.cp {
  color: var(--color-primary) !important;
}

.cw {
  color: var(--color-white) !important;
}

.ch {
  color: var(--color-heading-1) !important;
}

.cb {
  color: #0D0D0D !important;
}

.bw {
  background: var(--color-white) !important;
}

.body-bg-one {
  background: #f3f3f3 !important;
}

.body-bg-two {
  background: var(--color-bg-2) !important;
}

.body-bg-three {
  background: var(--color-bg-3) !important;
}

.body-bg-four {
  background: var(--color-bg-4) !important;
}

.body-bg-five {
  background: var(--color-bg-5) !important;
}

ul {
  padding: 0 !important;
}

ul li {
  list-style: none !important;
}

.search-input-area {
  transition: all 500ms ease;
  visibility: hidden;
  transform: translateY(-100%);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 57px 0;
  background: white;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-input-area.show {
  visibility: visible;
  transform: inherit;
  opacity: 1;
}

.search-input-area .search-input-inner {
  display: flex;
  align-items: center;
  position: relative;
}

.search-input-area .search-input-inner .input-div {
  width: 80%;
  display: flex;
  align-items: center;
  margin: auto;
}

.search-input-area .search-input-inner .input-div input {
  background: #F7F7F7;
  border-radius: 5px;
  height: 55px;
  border: 1px solid transparent;
}

.search-input-area .search-input-inner .input-div input:focus {
  border: 1px solid var(--color-primary);
}

.search-input-area .search-input-inner .input-div button {
  max-width: max-content;
  padding: 18px 21px;
  background: var(--color-primary);
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: block;
  margin-left: -9px;
  border-radius: 0 5px 5px 0;
}

.search-input-area .search-close-icon {
  cursor: pointer;
  position: absolute;
  right: 38px;
  top: 22px;
}

.search-input-area .search-close-icon i {
  position: relative;
  z-index: 1;
  color: var(--color-primary);
  transition: 0.3s;
  font-size: 18px;
}

.search-input-area .search-close-icon i:hover {
  color: #F7F7F7;
}

.search-input-area .search-close-icon i:hover::after {
  background: var(--color-primary);
}

.search-input-area .search-close-icon i::after {
  position: absolute;
  height: 45px;
  width: 45px;
  content: "";
  border-radius: 5px;
  background: #553cdf14;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
}

.swiper-nav-pag-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.swiper-nav-pag-area .swiper-pagination,
.swiper-nav-pag-area .swiper-pagination2,
.swiper-nav-pag-area .swiper-pagination3 {
  position: relative;
  bottom: unset;
  top: unset;
  right: unset;
  left: unset;
  height: 1px;
  background: var(--color-border);
}

.swiper-nav-pag-area .swiper-pagination .swiper-pagination-progressbar-fill,
.swiper-nav-pag-area .swiper-pagination2 .swiper-pagination-progressbar-fill,
.swiper-nav-pag-area .swiper-pagination3 .swiper-pagination-progressbar-fill {
  background: var(--color-primary);
}

.swiper-nav-pag-area .swiper-navigation {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 10px;
}

.swiper-nav-pag-area .swiper-navigation .swiper-btn {
  position: unset;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--color-primary);
  text-align: center;
  display: block;
  color: var(--color-primary);
  transition: var(--transition);
  border-radius: 6px;
}

.swiper-nav-pag-area .swiper-navigation .swiper-btn:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.swiper-nav-pag-area .swiper-navigation .swiper-btn.swiper-btn-next,
.swiper-nav-pag-area .swiper-navigation .swiper-btn.swiper-btn-next2,
.swiper-nav-pag-area .swiper-navigation .swiper-btn.swiper-btn-next3 {
  background: var(--color-primary);
  color: var(--color-white);
}

.swiper-nav-pag-area.radius .swiper-navigation .swiper-btn {
  border-radius: 4px;
}

.title-hover {
  background-size: 200% 2px;
  background-position: 100% 95%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.title-hover:hover {
  background-position: 0% 95%;
  color: #000;
}

.title-w-hover {
  background-size: 200% 2px;
  background-position: 100% 95%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFFFFF), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #FFFFFF 50%, transparent 50%);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.title-w-hover:hover {
  background-position: 0% 95%;
  color: #FFFFFF;
}

.title-p-hover {
  background-size: 200% 2px;
  background-position: 101% 95%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--color-primary)), color-stop(50%, transparent));
  background-image: linear-gradient(to right, var(--color-primary) 50%, transparent 50%);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.title-p-hover:hover {
  background-position: 0% 95%;
  color: var(--color-primary);
}

.image-transform {
  overflow: hidden;
  /* border: 1px solid #5aa565;
  border-radius: 10px; */
}

.image-transform .hover-image {
  transform: scale(107%);
  transition: var(--transition);
}

.blog-image {
  height: 345px;
  object-fit: fill;
}

.blog-border {
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #ecf5fa;
}


.fs-22 {
  font-size: 22px;
}
.fs-28 {
  font-size: 28px;
}
.fs-16{
  font-size: 16px;
}
.cr-dark{
color: #444;
}
.image-transform:hover .hover-image {
  transform: scale(100%);
}

.home-bg {
  background: var(--color-home-bg);
}

.primary-bg {
  background: var(--color-primary);
}

.home-hiking-bg {
  background: var(--color-hiking-bg);
  --color-primary: #119CE6;
  --color-border: #DAF2FF;
  --color-heading-1: #0D0D0D;
}

.home-hiking-bg .rts-btn {
  border-radius: 6px;
}

.home-yacht-bg {
  background: var(--color-hiking-bg);
  --color-primary: #003A59;
  --color-border: #DAF2FF;
  --color-heading-1: #003A59;
}

.home-yacht-bg .section-title-area .sub-title {
  font-weight: 500;
}

.home-wild-bg {
  --color-heading-1: var(--color-primary);
}

.home-wild-bg .section-title-area .sub-title {
  font-weight: 500;
}

.home-wild-bg .rts-btn.btn-primary {
  padding: 19px 27px;
}

.home-wild-bg .header-four .rts-btn.btn-primary {
  padding: 11px 15px;
}

.travel-africa {
  --color-heading-1: var(--color-primary);
  --color-primary: #2D4C19;
  --color-secondary: #FFD000;
  --color-border: #CFDFC4;
  --color-bg-1: #E6F5DC;
}

.travel-africa .section-title-area .sub-title {
  font-weight: 500;
}

.travel-africa .rts-btn.btn-primary {
  padding: 19px 40px;
  font-family: "Roboto", sans-serif;
}

.travel-africa .header-five .rts-btn.btn-primary {
  padding: 14px 35px;
  background: var(--color-white);
  color: var(--color-primary);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.travel-africa .header-five.sticky .rts-btn.btn-primary {
  background: var(--color-primary);
  color: var(--color-white);
}

.travel-africa .header-five.sticky .rts-btn.btn-primary:hover {
  color: var(--color-primary);
}

.travel-africa .header-five.sticky .menu-btn {
  background: var(--color-primary);
}

.travel-africa .header-five.sticky .menu-btn svg rect {
  fill: var(--color-white);
}

.travel-africa .header-five .menu-btn {
  background: var(--color-white);
}

.travel-africa .header-five .menu-btn svg rect {
  fill: var(--color-primary);
}

/* .tour-marketplace {
  --color-heading-1: #0D0D0D;
  --color-primary: #2ECC71;
  --font-primary: "Bebas Neue", sans-serif;
  --color-bg-1: #E9FFF2;
  --color-border: #D1EADC;
} */

.tour-marketplace h1,
.tour-marketplace .h1,
.tour-marketplace h2,
.tour-marketplace .h2,
.tour-marketplace h3,
.tour-marketplace .h3,
.tour-marketplace h4,
.tour-marketplace .h4,
.tour-marketplace h5,
.tour-marketplace .h5,
.tour-marketplace h6,
.tour-marketplace .h6 {
  /* font-weight: 400;
  letter-spacing: -0.02em; */
}

.tour-marketplace a,
.tour-marketplace p,
.tour-marketplace span {
  font-family: var(--font-four);
}

.tour-marketplace .rts-btn.btn-primary {
  /* font-family: "Roboto", sans-serif; */
  padding: 13px 26px 12px;
}

.tour-marketplace .section-title-area .section-title {
  /* font-size: 48px; */
}

.summer-travel {
  --color-heading-1: #003A59;
  --color-primary: #FF7F50;
  /* --font-primary: "Playfair Display", serif; */
  --color-secondary: #FFD000;
  --color-border: #EEEEEE;
  --color-bg-1: #FFF2EE;
}

.summer-travel .section-title-area .sub-title {
  font-weight: 500;
}

.summer-travel .rts-btn.btn-primary {
  font-family: "Roboto", sans-serif;
}

.travel-agency {
  --color-heading-1: #FFFFFF;
  --color-primary: #FFD000;
  --color-secondary: #0D0D0D;
  --font-primary: "Playfair Display", serif;
  --font-secondary: "Roboto", sans-serif;
  --color-border: #EEEEEE;
  --color-bg-1: #000000;
}

.travel-agency .section-title-area .sub-title {
  font-weight: 500;
}

.travel-agency .rts-btn.btn-primary-3 {
  font-family: "Roboto", sans-serif;
}

.travel-agency .rtl-ltr-switcher-btn {
  color: var(--color-secondary);
}

.kayaking {
  --color-heading-1: #0D0D0D;
  --color-primary: #07A692;
  --font-primary: "Playfair Display", serif;
  --color-border: #EEEEEE;
  --color-bg-1: #ffffff;
}

.kayaking .section-title-area .sub-title {
  font-weight: 500;
}

.kayaking .rts-btn.btn-primary {
  font-family: "Roboto", sans-serif;
}

@keyframes zoomEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.wow {
  visibility: hidden;
}

@-webkit-keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleInFade {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes scaleInFade {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.scaleInFade {
  -webkit-animation-name: scaleInFade;
  animation-name: scaleInFade;
}

@-webkit-keyframes scaleOutFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1, 1);
    transform: scale(1, 1, 1);
  }
}

@keyframes scaleOutFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1, 1);
    transform: scale(1, 1, 1);
  }
}

.scaleOut {
  -webkit-animation-name: scaleOutFade;
  animation-name: scaleOutFade;
}

@-webkit-keyframes widthInFade {
  from {
    opacity: 0;
    width: 1px;
  }

  100% {
    opacity: 1;
    width: 100px;
  }
}

@keyframes widthInFade {
  from {
    opacity: 0;
    width: 1px;
  }

  100% {
    opacity: 1;
    width: 100px;
  }
}

/* Flip In X */
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.widthInFade {
  -webkit-animation-name: widthInFade;
  animation-name: widthInFade;
}

.radius-0 {
  border-radius: 0 !important;
}

.radius-4 {
  border-radius: 4px;
}

.radius-6 {
  border-radius: 6px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-100 {
  border-radius: 100px !important;
}

.bbr{
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.position-bottom-center {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.f-p {
  font-family: var(--font-primary) !important;
}

.f-medium {
  font-weight: 500 !important;
}

.m-w-100 {
  max-width: 100% !important;
}


.border-bottom {
  border-bottom: 1px solid var(--color-border) !important;
}
.border-bottom-new {
  border-bottom: none;
}
@media (max-width: 767px) {
  .border-bottom-new {
    border-bottom: 1px solid var(--color-border) !important;
  }
}

.border-bottom-p {
  border-bottom: 1px solid var(--color-primary) !important;
}

.border-color {
  border-color: var(--color-border) !important;
}

.rts-btn.pb--10 {
  padding-bottom: 10px !important;
}

.float-right {
  position: relative;
  z-index: 1;
  width: 130%;
  right: 0;
}

.border-primary {
  border-color: var(--color-primary) !important;
}

.text-transform-0 {
  text-transform: none !important;
}

.slider-drag-cursor {
  pointer-events: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: -2px;
  height: 36px;
  width: 36px;
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
  background: rgba(17, 61, 72, 0.7);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 100%;
  color: var(--color-white);
  display: none;
  cursor: none;
}

.slider-drag-cursor.active {
  display: block;
}

.after-none::after {
  display: none;
}

.border {
  border: 1px solid var(--color-border) !important;
}

.border-primary {
  border: 1px solid var(--color-primary) !important;
}

body.with-sidebar {
  overflow-x: visible;
}

.sticky-top {
  z-index: 99;
}
@media (max-width: 767px) {
  .sticky-top {
    z-index: 999;
  }
}

.top-100px {
  top: 100px;
}

.rtl-ltr-switcher-btn {
  position: fixed;
  right: 0;
  top: 55%;
  left: auto;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 25px 6px;
  background: var(--color-primary);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  z-index: 1000;
  color: #fff;
  cursor: pointer;
}

.rtl-ltr-switcher-btn .ltr,
.rtl-ltr-switcher-btn .rtl {
  display: none;
  font-weight: 500;
}

.rtl-ltr-switcher-btn .ltr.show,
.rtl-ltr-switcher-btn .rtl.show {
  display: block;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.travel-africa .rtl-ltr-switcher-btn {
  background: var(--color-secondary);
  color: var(--color-heading-1);
}

.extra-right {
  position: relative;
  z-index: 1;
  width: 175%;
  right: 0;
}

.rts-destination-wrapper,
.rts-about-wrapper,
.rts-features-wrapper-area,
.rts-tour-packages-wrapper-area,
.rts-cta-wrapper,
.rts-testimonials-wrapper,
.rts-blog-wrapper,
.rts-faq-wrapper {
  margin: auto 80px;
}

.rts-btn {
  max-width: max-content;
  padding: 12px 15px;
  line-height: 1;
  transition: all 0.3s;
  display: flex;
  font-weight: 500;
  letter-spacing: 1px;
  background: var(--color-primary);
  overflow: hidden;
  position: relative;
  border: 1px solid var(--color-primary) !important;
  z-index: 1;
  border-radius: 6px;
}

.rts-btn::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: #ffc10d;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}

.rts-btn:hover {
  color: var(--color-primary);
  border: 1px solid var(--color-white);
}

.rts-btn:hover::before {
  top: -40%;
}

.rts-btn:focus {
  border: none;
  box-shadow: none;
}

.rts-btn.btn-primary {
  background: var(--color-primary);
  /* border: none; */
}

.rts-btn.btn-border {
  padding: 11px 15px;
}

.rts-btn.btn-secondary {
  background: var(--color-heading-1);
  border: none;
  color: var(--color-white);
}

.rts-btn.btn-secondary:hover {
  color: var(--color-primary);
}

.rts-btn.btn-primary-2 {
  position: relative;
  z-index: 1;
  color: #fff;
}

.rts-btn.btn-primary-2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  content: "";
  background: var(--color-gradient-4);
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}

.rts-btn.btn-primary-2::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  content: "";
  background: var(--color-gradient-5);
  z-index: -1;
  transition: 0.3s;
}

.rts-btn.btn-primary-2:hover::before {
  opacity: 1;
}

.rts-btn.btn-primary-2:hover::after {
  opacity: 0;
}

.rts-btn.btn-primary-3 {
  background: var(--color-primary);
  border: none;
  color: var(--color-secondary);
  border-radius: 100px;
}

.rts-btn.btn-primary-3:hover {
  color: var(--color-secondary);
}

.rts-btn.btn-lg {
  padding: 22px 40px;
}

.rts-btn.btn-border {
  border: 1px solid var(--color-border);
  color: #ffffff;
  background: #180000;
  line-height: 1;
}

.rts-btn.btn-border::before {
  background: var(--color-primary);
}

.rts-btn.btn-border:hover {
  color: var(--color-white);
}

.rts-btn.btn-border-2 {
  border: 1px solid var(--color-border);
  color: var(--color-white);
  background: transparent;
  line-height: 1;
  border-radius: 100px;
}

.rts-btn.btn-border-2::before {
  background: var(--color-primary);
}

.rts-btn.btn-border-2:hover {
  color: var(--color-white);
  border-color: transparent;
}

.rts-btn.with-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.rts-btn.with-arrow i {
  transform: rotate(45deg);
}

.rts-btn.arrow-rotate i {
  transform: rotate(-45deg);
  margin-left: 8px;
  transition: all 0.4s;
}

.rts-btn.arrow-rotate:hover i {
  transform: rotate(0);
}

.rts-btn.text-btn {
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  border: none;
  color: var(--color-heading-1);
  min-width: max-content;
}

.rts-btn.text-btn {
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  border: none;
  color: var(--color-heading-1);
  min-width: max-content;
  transition: all 0.3s ease;
}

.rts-btn.with-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

/* Hover effect */
.rts-btn.text-btn:hover {
  color: var(--color-primary);
}

/* Arrow animation */
.rts-btn.with-arrow:hover i,
.rts-btn.with-arrow:hover svg {
  /* transform: translateX(5px); */
  transition: transform 0.3s ease;
}

.rts-btn.text-btn::before {
  background: none;
}

.rts-btn.text-btn2 {
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  border: none;
  color: var(--color-primary);
  min-width: max-content;
}

.rts-btn.text-btn2::before {
  background: none;
}

.rts-btn.btn-white {
  background: var(--color-white);
  color: var(--color-heading-1);
}

.rts-btn.btn-white::before {
  background: var(--color-primary);
}

.rts-btn.btn-white:hover {
  color: var(--color-white);
}

.under-line-btn {
  color: var(--color-primary);
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.32px;
  position: relative;
  transition: all 0.4s;
}

.under-line-btn::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  height: 1px;
  background: #BCBFDB;
  width: 100%;
}

.under-line-btn::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -5px;
  height: 1px;
  background: var(--color-primary);
  width: 0;
  z-index: 1;
  transition: all 0.4s;
}

.under-line-btn:hover::before {
  left: 0;
  width: 100%;
}

.rts-banner-area-one {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.rts-banner-area-one .rts-hero-banner {
  height: 950px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.rts-banner-area-one .rts-hero-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}

.rts-banner-area-one:hover .navigation-btn {
  opacity: 1;
}

.rts-banner-area-one .navigation-btn {
  opacity: 0;
  transition: var(--transition);
}

.rts-banner-area-one .navigation-btn .swiper-btn {
  color: var(--color-white);
  border: 1px solid var(--color-white);
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.rts-banner-area-one .navigation-btn .swiper-btn:hover {
  border: 1px solid var(--color-primary);
}

.rts-banner-area-one .navigation-btn .swiper-btn.swiper-btn-prev1 {
  left: 4%;
}

.rts-banner-area-one .navigation-btn .swiper-btn.swiper-btn-next1 {
  right: 4%;
}

.rts-banner-area-one .swiper-pagination-area {
  position: absolute;
  max-width: max-content;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.rts-banner-area-one .swiper-pagination-area .slider-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.rts-banner-area-one .swiper-pagination-area .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 0;
  margin: 0;
  opacity: 1;
  background: #FFDBBF;
  transform: rotate(45deg);
}

.rts-banner-area-one .swiper-pagination-area .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.rts-banner-area-one .banner-slider-active {
  animation: zoomEffect 40s ease-in-out infinite;
}

.bg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.swiper-slide-active .banner-one-content-left {
  opacity: 1;
}

.swiper-slide-active .banner-one-content-left .pre-title {
  animation: fadeInUp 1s;
  animation-delay: 0s;
  display: block;
  opacity: 1;
}

.swiper-slide-active .banner-one-content-left .title {
  animation: fadeInUp 1.2s;
  animation-delay: 0s;
  opacity: 1;
}

.swiper-slide-active .banner-one-content-left p.desc {
  animation: fadeInUp 1.5s;
  animation-delay: 0s;
  opacity: 1;
}

.swiper-slide-active .banner-one-content-left .button-area-banner {
  animation: fadeInUp 1.8s;
  animation-delay: 0s;
  opacity: 1;
}

.swiper-slide-active .bg-shape {
  animation: slideInLeft 0.8s;
  animation-delay: 1s;
  display: block;
  opacity: 1;
}

.advance__search__section {
  position: absolute;
  z-index: 1;
  bottom: 26%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1290px;
  width: 100%;
}

.advance__search__section .section-title-area {
  margin-bottom: 0px;
}

.advance__search__section .section-title-area .sub-title {
  font-size: 18px;
  line-height: 1;
}

.advance__search__section .section-title-area .section-title {
  font-size: 96px;
  line-height: 102px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}

.advance__search__section .form-area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  box-shadow: none;
  border-radius: 10px;
  gap: 10px;
}

.advance__search__section .form-area .custom-select {
  position: relative;
  width: 22%;
  font-family: Arial, sans-serif;
  cursor: pointer;
}

.advance__search__section .form-area .custom-select .tag {
  margin-bottom: 10px;
  color: var(--color-white);
  font-weight: 500;
}

.advance__search__section .form-area .custom-select .icon {
  position: absolute;
  z-index: 1;
  left: 12px;
  bottom: 15px;
}

.advance__search__section .form-area .custom-select .icon svg path {
  fill: var(--color-white);
}

.advance__search__section .form-area .custom-select .dropdown-icon {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 80%;
  transform: translateY(-80%) rotate(0);
  transition: var(--transition);
}

.advance__search__section .form-area .custom-select.active .dropdown-icon {
  transform: translateY(-80%) rotate(-180deg);
}

.advance__search__section .form-area .custom-select-trigger {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 13px 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-white);
  position: relative;
  z-index: 1;
  padding-left: 35px;
}

.advance__search__section .form-area .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0;
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  display: block;
  z-index: 10;
  max-height: 250px;
  height: 0;
  overflow-y: scroll;
  transition: all 0.4s;
}

.advance__search__section .form-area .custom-options .option {
  padding: 10px 15px;
  transition: all 0.4s;
  margin: 0;
}

.advance__search__section .form-area .custom-options .option.selected {
  background: var(--color-primary);
  color: var(--color-white);
}

.advance__search__section .form-area .custom-options .option:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.advance__search__section .form-area .custom-options .selected {
  font-weight: bold;
}

.advance__search__section .form-area .button-area .rts-btn {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.advance__search__section .form-area .button-area .rts-btn svg path {
  transition: var(--transition);
}

.advance__search__section .form-area .button-area .rts-btn:hover svg path {
  fill: var(--color-primary);
}

.advance__search__section.home-wild {
  position: relative;
  z-index: 1;
  transform: unset;
  bottom: unset;
  left: unset;
  top: unset;
  right: unset;
  max-width: 100%;
}

.advance__search__section.home-wild .section-title-area .sub-title {
  font-size: 16px;
}

.advance__search__section.home-wild .section-title-area .section-title {
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
}

.advance__search__section.home-wild .form-area {
  background: #FFF1E6;
}

.advance__search__section.home-wild .form-area .custom-select-trigger {
  color: var(--color-primary);
  border: 1px solid var(--color-bg-2);
}

.advance__search__section.home-wild .form-area .custom-select .tag {
  color: var(--color-primary);
}

.advance__search__section.home-wild .rts-brand-area {
  position: relative;
  z-index: -1;
}

.advance__search__section.home-wild .map {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.advance__search__section.travel-africa {
  position: relative;
  z-index: 1;
  transform: unset;
  bottom: unset;
  left: unset;
  top: unset;
  right: unset;
  max-width: 100%;
}

.advance__search__section.travel-africa .form-area .custom-select-trigger {
  color: var(--color-primary);
  border: 1px solid #CFDFC4;
  font-family: var(--font-four);
  font-weight: 500;
  padding-left: 18px;
}

.advance__search__section.travel-africa .form-area .custom-select .tag {
  color: var(--color-primary);
  font-family: var(--font-four);
}

.advance__search__section.tour-marketplace {
  position: relative;
  z-index: 1;
  transform: unset;
  bottom: unset;
  left: unset;
  top: unset;
  right: unset;
  max-width: 100%;
  margin-top: -80px;
}

.advance__search__section.tour-marketplace .form-area {
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
  border-radius: 10px;
}

.advance__search__section.tour-marketplace .form-area .custom-select-trigger {
  color: var(--color-body-1);
  border: 1px solid #CFDFC4;
  font-family: var(--font-four);
  font-weight: 500;
  padding-left: 18px;
}

.advance__search__section.tour-marketplace .form-area .custom-select .tag {
  color: var(--color-heading-1);
  font-family: var(--font-four);
}

.advance__search__section.tour-marketplace .form-area .custom-options {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.advance__search__section.summer-travel {
  position: relative;
  z-index: 1;
  transform: unset;
  bottom: unset;
  left: unset;
  top: unset;
  right: unset;
  max-width: 100%;
  margin-top: 0;
}

.advance__search__section.summer-travel .section-title-area .sub-title {
  font-size: 16px;
}

.advance__search__section.summer-travel .section-title-area .section-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}

.advance__search__section.summer-travel .form-area {
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
  backdrop-filter: blur(2px);
  border-radius: 10px;
}

.advance__search__section.summer-travel .form-area .custom-select-trigger {
  color: var(--color-body-1);
  border: 1px solid #FFD7B7;
  font-family: var(--font-four);
  font-weight: 500;
  padding-left: 18px;
}

.advance__search__section.summer-travel .form-area .custom-select .tag {
  color: var(--color-heading-1);
  font-family: var(--font-four);
}

.advance__search__section.summer-travel .form-area .custom-options {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.advance__search__section.summer-travel .map {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.advance__search__section.travel-agency {
  position: relative;
  z-index: 1;
  transform: unset;
  bottom: unset;
  left: unset;
  top: unset;
  right: unset;
  max-width: 100%;
  margin-top: 0;
}

.advance__search__section.travel-agency .form-area {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  backdrop-filter: inherit;
}

.advance__search__section.travel-agency .form-area .custom-select {
  width: 25%;
}

.advance__search__section.travel-agency .form-area .custom-select-trigger {
  border-radius: 100px;
  color: var(--color-body-1);
}

.advance__search__section.travel-agency .form-area .button-area .rts-btn {
  padding: 18px 50px;
}

.advance__search__section.travel-agency .form-area .button-area .rts-btn:hover svg path {
  fill: var(--color-secondary);
}

.advance__search__section.travel-agency .map {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.rts-banner-area-two {
  height: 837px;
  position: relative;
  z-index: 1;
}

.rts-banner-area-two .swiper-area {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rts-banner-area-two .swiper-area .swiper {
  height: 100%;
  height: 100%;
}

.rts-banner-area-two .swiper-area .swiper .rts-hero-banner {
  height: 100%;
  width: 100%;
}

.rts-banner-area-two .swiper-area .banner-slider-active {
  animation: zoomEffect 40s ease-in-out infinite;
}

.rts-banner-area-two::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(270deg, rgba(0, 58, 89, 0) 43.91%, #003A59 100%);
}

.rts-banner-area-two .rts-banner-content-area {
  padding-top: 200px;
}

.rts-banner-area-two .rts-banner-content-area .content-inner .sub-title {
  color: var(--color-white);
  font-weight: 600;
  margin-bottom: 30px;
}

.rts-banner-area-two .rts-banner-content-area .content-inner .section-title {
  font-size: 110px;
  letter-spacing: -0.64px;
  color: var(--color-white);
  line-height: 1;
  font-weight: 700;
  line-height: 96px;
}

.rts-banner-area-two .rts-banner-content-area .content-inner .desc {
  max-width: 491px;
  color: var(--color-white);
  font-weight: 500;
  margin-bottom: 35px;
}

.rts-banner-area-two .rts-banner-content-area .content-inner .button-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rts-banner-area-two .rts-banner-content-area .content-inner .button-area .rts-btn {
  padding: 16px 20px;
}

.rts-banner-area-two .rts-banner-content-area .content-inner .button-area .btn-border {
  background: transparent;
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.rts-banner-area-two .rts-banner-content-area .content-inner .button-area .btn-border:hover {
  border: 1px solid var(--color-primary);
}

.rts-banner-area-two .swiper-slide-active .sub-title {
  animation-delay: 0s;
  animation: flipInX 2s;
}

.rts-banner-area-two .swiper-slide-active .section-title {
  animation-delay: 1s;
  animation: flipInX 2s;
}

.rts-banner-area-two .swiper-slide-active .desc {
  animation-delay: 1.2s;
  animation: flipInX 2s;
}

.rts-banner-area-two .swiper-slide-active .button-area {
  animation-delay: 1.4s;
  animation: flipInX 2s;
}

.rts-banner-area-three {
  /* margin: 0 40px; */
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.rts-banner-area-three .rts-hero-banner {
  height: 720px;
  position: relative;
  z-index: 1;
  padding: 372px 0px 105px;
}

.rts-banner-area-three .rts-hero-banner::after {
  content: "";
  position: absolute;
  /* background: linear-gradient(270deg, rgba(0, 58, 89, 0.09) 44.35%, rgba(0, 58, 89, 0.9) 84.81%); */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.rts-banner-area-three .content-inner {
  opacity: 0;
  transition-delay: 0;
  animation: none;
}

.rts-banner-area-three .content-inner .sub-title {
  color: var(--color-white);
  font-weight: 500;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: capitalize;
  opacity: 0;
  transition-delay: 1.2s;
  animation: none;
}

.rts-banner-area-three .content-inner .section-title {
  font-size: 60px;
  letter-spacing: -0.64px;
  color: var(--color-white);
  line-height: 1;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 1.4s;
  animation: none;
}

.rts-banner-area-three .content-inner .desc {
  max-width: 491px;
  color: var(--color-white);
  font-weight: 500;
  margin-bottom: 35px;
  opacity: 0;
  transition-delay: 1.6s;
  animation: none;
}

.rts-banner-area-three .content-inner .button-area {
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transition-delay: 1.8s;
  animation: none;
}

.rts-banner-area-three .content-inner .button-area .rts-btn {
  padding: 16px 20px;
}

.rts-banner-area-three .content-inner .button-area .btn-primary {
  background: var(--color-white);
  color: var(--color-heading-1);
}

.rts-banner-area-three .content-inner .button-area .btn-border {
  background: transparent;
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.rts-banner-area-three .content-inner .button-area .btn-border:hover {
  border: 1px solid var(--color-primary);
}

.rts-banner-area-three .rts-banner-content-area {
  padding-top: 200px;
}

.rts-banner-area-three .swiper-slide-active .content-inner {
  opacity: 1;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0;
}

.rts-banner-area-three .swiper-slide-active .sub-title {
  animation: fadeInUp;
  animation-duration: 0.75s;
  animation-delay: 1.2s;
  opacity: 1;
}

.rts-banner-area-three .swiper-slide-active .section-title {
  animation: fadeInUp;
  animation-duration: 0.75s;
  animation-delay: 1.4s;
  opacity: 1;
}

.rts-banner-area-three .swiper-slide-active .desc {
  animation: fadeInUp;
  animation-duration: 0.75s;
  animation-delay: 1.6s;
  opacity: 1;
}

.rts-banner-area-three .swiper-slide-active .button-area {
  animation: fadeInUp;
  animation-duration: 0.75s;
  animation-delay: 1.8s;
  opacity: 1;
}

.rts-banner-area-three .swiper-pagination-vertical {
  position: absolute;
  max-width: max-content;
  left: unset;
  right: 60px;
  height: max-content;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  transform: translateY(-50%);
}

.rts-banner-area-three .swiper-pagination-vertical .swiper-pagination-bullet {
  background: transparent;
  max-width: max-content;
  padding: 10px 5px;
  width: max-content;
  height: max-content;
  font-size: 16px;
  font-family: var(--font-primary);
  color: var(--color-white);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  opacity: 1;
}

.rts-banner-area-three .swiper-pagination-vertical .swiper-pagination-bullet:last-child {
  border: none;
}

.rts-banner-area-three .swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--color-primary);
}

.rts-banner-area-three .swiper-pagination-fraction {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 21px;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  gap: 10px;
}

.rts-banner-area-three .swiper-pagination-fraction span {
  display: block;
  color: var(--color-white);
  font-family: var(--font-primary);
  line-height: 1;
}

.rts-banner-area-three .swiper-pagination-fraction span.divider {
  background: var(--color-white);
  height: 2px;
}

.advance__search__section.home-hiking {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  transform: none;
  max-width: 100%;
  width: 100%;
  margin-top: -85px;
}

.advance__search__section.home-hiking .form-area {
  background: var(--color-white);
  border-radius: 10px;
  border: 1px solid var(--color-border);
}

.advance__search__section.home-hiking .form-area .custom-select .tag {
  color: var(--color-heading-1);
  font-weight: 600;
}

.advance__search__section.home-hiking .form-area .custom-select .custom-select-trigger {
  border: 1px solid #A5E0FF;
  border-radius: 10px;
  color: var(--color-body-1);
  padding-left: 15px;
}

.advance__search__section.home-hiking.inner .form-area .custom-select .custom-select-trigger {
  border: 1px solid var(--color-border);
}

.rts-banner-area-four {
  position: relative;
  z-index: 1;
  height: 1000px;
}

.rts-banner-area-four::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.rts-banner-area-four .rts-banner-wrapper {
  padding: 235px 0 135px;
  position: relative;
  z-index: 2;
}

.rts-banner-area-four .rts-banner-wrapper .title {
  font-size: 230px;
  color: var(--color-white);
  letter-spacing: -0.04em;
  line-height: 0.7;
}

.rts-banner-area-four .rts-banner-wrapper .video-content-area {
  max-width: 350px;
  margin-top: 120px;
}

.rts-banner-area-four .rts-banner-wrapper .video-content-area .desc {
  color: var(--color-white);
  margin-top: 45px;
}

.rts-banner-area-four .rts-banner-wrapper .video-content-area .rts-btn {
  background: var(--color-white);
  color: var(--color-primary);
  padding: 19px 38px;
  font-weight: 600;
}

.rts-banner-area-four .rts-banner-wrapper .video-content-area .rts-btn::before {
  background: var(--color-primary);
}

.rts-banner-area-four .rts-banner-wrapper .video-content-area .rts-btn:hover {
  color: var(--color-white);
}

.rts-banner-area-four .banner-hero {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}

.rts-banner-area-four .social-area {
  position: absolute;
  z-index: 2;
  right: 100px;
  bottom: 100px;
  writing-mode: sideways-lr;
}

.rts-banner-area-four .social-area ul {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0;
  margin: 0;
}

.rts-banner-area-four .social-area li {
  color: var(--color-white);
  margin: 0;
}

.rts-banner-area-four .jump-to-down {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
}

.rts-banner-area-five {
  position: relative;
  z-index: 1;
  height: 1126px;
}

.rts-banner-area-five .rts-banner-wrapper {
  padding: 220px 0 120px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.rts-banner-area-five .rts-banner-wrapper .banner-wrapper-inner {
  max-width: 725px;
  margin: auto;
}

.rts-banner-area-five .rts-banner-wrapper .title {
  color: var(--color-white);
  font-size: 190px;
  line-height: 0.7;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-direction: column;
  margin-bottom: 45px;
}

.rts-banner-area-five .rts-banner-wrapper .title span {
  display: block;
  max-width: max-content;
  margin-left: 0;
  margin-right: auto;
}

.rts-banner-area-five .rts-banner-wrapper .title span:last-child {
  margin-left: auto;
  margin-right: 0;
  color: var(--color-secondary);
}

.rts-banner-area-five .rts-banner-wrapper .bottom-content-area {
  max-width: max-content;
  margin-left: auto;
  margin-right: 0;
  text-align: start;
}

.rts-banner-area-five .rts-banner-wrapper .bottom-content-area .desc {
  max-width: 351px;
  color: var(--color-white);
}

.rts-banner-area-five .rts-banner-wrapper .bottom-content-area .button-area {
  display: flex;
  align-items: center;
  gap: 30px;
}

.rts-banner-area-five .rts-banner-wrapper .bottom-content-area .button-area .rts-btn {
  background: var(--color-white);
  color: var(--color-primary);
}

.rts-banner-area-five .rts-banner-wrapper .bottom-content-area .button-area .rts-btn::before {
  background: var(--color-secondary);
}

.rts-banner-area-five .rts-banner-wrapper .bottom-content-area .customer-review-area .client-img {
  width: 110px;
}

.rts-banner-area-five .rts-banner-wrapper .bottom-content-area .customer-review-area .client-img img.two {
  left: 20px;
}

.rts-banner-area-five .rts-banner-wrapper .bottom-content-area .customer-review-area .client-img img.three {
  left: 40px;
}

.rts-banner-area-five .rts-banner-wrapper .bottom-content-area .customer-review-area .client-img img.four {
  left: 60px;
}

.rts-banner-area-five .rts-banner-wrapper .bottom-content-area .customer-review-area p {
  color: var(--color-white);
  font-family: "Roboto", sans-serif;
}

.rts-banner-area-five .rts-banner-wrapper .banner-hero {
  position: absolute;
  z-index: -1;
  bottom: 25%;
  left: -15.5%;
}

.rts-banner-area-five .rts-banner-wrapper .location {
  position: absolute;
  z-index: -1;
  top: 16%;
  right: -7%;
}

.rts-banner-area-five .map {
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  max-width: max-content;
  width: 100%;
  top: 13.5%;
}

.rts-banner-area-six {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 4.2%;
  padding-top: 100px;
  margin-top: 125px;
  border-radius: 20px;
}

.rts-banner-area-six::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  inset: 0;
  /* background: rgba(2, 50, 23, 0.4); */
}

.rts-banner-area-six .rts-banner-wrapper .banner-wrapper-inner {
  text-align: center;
}

.rts-banner-area-six .rts-banner-wrapper .banner-wrapper-inner .banner-logo {
  margin-bottom: 20px;
}

.rts-banner-area-six .rts-banner-wrapper .banner-wrapper-inner .banner-title {
  color: var(--color-white);
  font-size: 90px;
  line-height: 1;
  margin-bottom: 7px;
}

.rts-banner-area-six .rts-banner-wrapper .banner-wrapper-inner .desc {
  max-width: 550px;
  margin: auto;
  color: var(--color-white);
}

.rts-banner-area-seven .banner-wrapper {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.rts-banner-area-seven .banner-wrapper .content-area {
  position: absolute;
  z-index: 2;
  bottom: 80px;
  left: -50%;
  max-width: 540px;
  transition: all 0.5s;
}

.rts-banner-area-seven .banner-wrapper .content-area .pre-title {
  color: var(--color-white);
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 10px;
}

.rts-banner-area-seven .banner-wrapper .content-area .banner-title {
  color: var(--color-white);
  font-size: 74px;
  line-height: 1;
}

.rts-banner-area-seven .banner-wrapper .content-area .banner-title span {
  font-style: italic;
  font-weight: 400;
}

.rts-banner-area-seven .banner-wrapper .content-area .desc {
  color: var(--color-white);
}

.rts-banner-area-seven .banner-wrapper::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 19, 28, 0.08) 45.87%, rgba(1, 19, 28, 0.8) 100%);
  left: 0;
  top: 0;
  opacity: 0;
  transition: var(--transition);
}

.rts-banner-area-seven .swiper-slide-active .banner-wrapper .content-area {
  left: 80px;
}

.rts-banner-area-seven .swiper-slide-active .banner-wrapper::after {
  opacity: 1;
}

.rts-banner-area-eight {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.rts-banner-area-eight::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 55.02%);
}

.rts-banner-area-eight .rts-hero-banner {
  height: 950px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.rts-banner-area-eight .rts-hero-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}

.rts-banner-area-eight .is__home__eight {
  position: absolute;
  z-index: 1;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1290px;
  width: 100%;
}

.rts-banner-area-eight .is__home__eight .sub-title {
  font-size: 24px;
  font-weight: 400;
  position: relative;
}

.rts-banner-area-eight .is__home__eight .sub-title::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: var(--color-primary);
  left: -35px;
  bottom: 50%;
  transform: translateY(-50%);
}

.rts-banner-area-eight .is__home__eight .sub-title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: var(--color-primary);
  right: -35px;
  bottom: 50%;
  transform: translateY(-50%);
}

.rts-banner-area-eight .is__home__eight .section-title {
  font-size: 120px;
  line-height: 1.2;
}

.rts-banner-area-eight .is__home__eight .rts-btn {
  margin-top: 30px;
  display: inline-block;
  text-align: center;
  padding: 19px 44px;
}

.rts-banner-area-eight .banner-slider-active {
  animation: zoomEffect 40s ease-in-out infinite;
}

.rts-banner-area-nine {
  height: 945px;
  position: relative;
  z-index: 1;
}

.rts-banner-area-nine .swiper-area {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rts-banner-area-nine .swiper-area .swiper {
  height: 100%;
  width: 100%;
}

.rts-banner-area-nine .swiper-area .swiper .rts-hero-banner {
  width: 100%;
  height: 100%;
}

.rts-banner-area-nine::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

.rts-banner-area-nine .banner-slider-active9 {
  animation: zoomEffect 40s ease-in-out infinite;
}

.rts-banner-area-nine .is__home__nine {
  padding-top: 260px;
}

.rts-banner-area-nine .is__home__nine .banner-content-wrapper .section-title {
  font-size: 100px;
  color: var(--color-white);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -2.4px;
  text-transform: uppercase;
}

.rts-banner-area-nine .is__home__nine .banner-content-wrapper .bottom-area {
  margin-top: 60px;
  display: flex;
  gap: 60px;
}

.rts-banner-area-nine .is__home__nine .banner-content-wrapper .bottom-area .circle {
  position: relative;
  width: 110px;
  height: 110px;
}

.rts-banner-area-nine .is__home__nine .banner-content-wrapper .bottom-area .circle .spiner {
  animation: spiner 9s linear infinite;
}

.rts-banner-area-nine .is__home__nine .banner-content-wrapper .bottom-area .circle .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
}

.rts-banner-area-nine .is__home__nine .banner-content-wrapper .bottom-area .desc {
  max-width: 380px;
  color: var(--color-white);
  text-transform: capitalize;
  margin-bottom: 25px;
}

.rts-banner-area-nine .is__home__nine .banner-content-wrapper .bottom-area .customer-review {
  display: flex;
  gap: 13px;
  align-items: center;
}

.rts-banner-area-nine .is__home__nine .banner-content-wrapper .bottom-area .customer-review .client-img {
  display: flex;
  align-items: center;
  position: relative;
  width: 110px;
  height: 52px;
  transition: all 0.3s;
}

.rts-banner-area-nine .is__home__nine .banner-content-wrapper .bottom-area .customer-review .client-img img {
  position: absolute;
  left: 0;
  cursor: pointer;
  transition: all 0.3s;
  transform: scale(1);
}

.rts-banner-area-nine .is__home__nine .banner-content-wrapper .bottom-area .customer-review .client-img img:hover {
  z-index: 2;
  transform: scale(1.1);
}

.rts-banner-area-nine .is__home__nine .banner-content-wrapper .bottom-area .customer-review .client-img img.two {
  left: 20px;
}

.rts-banner-area-nine .is__home__nine .banner-content-wrapper .bottom-area .customer-review .client-img img.three {
  left: 40px;
}

.rts-banner-area-nine .is__home__nine .banner-content-wrapper .bottom-area .customer-review .client-img img.four {
  left: 60px;
}

.rts-banner-area-nine .is__home__nine .banner-content-wrapper .bottom-area .customer-review p.desc {
  margin-bottom: 0;
  color: var(--color-white);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.rts-banner-area-nine .is__home__nine .banner-content-wrapper .bottom-area .customer-review p.desc span {
  display: inline-flex;
}

.rts-banner-area-nine .is__home__nine .form-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  box-shadow: none;
  border-radius: 10px;
  gap: 10px;
  margin-right: 50px;
}

.rts-banner-area-nine .is__home__nine .form-area .custom-select {
  position: relative;
  width: 100%;
  font-family: Arial, sans-serif;
  cursor: pointer;
}

.rts-banner-area-nine .is__home__nine .form-area .custom-select .tag {
  margin-bottom: 10px;
  color: var(--color-white);
  font-weight: 500;
}

.rts-banner-area-nine .is__home__nine .form-area .custom-select .icon {
  position: absolute;
  z-index: 1;
  left: 12px;
  bottom: 15px;
}

.rts-banner-area-nine .is__home__nine .form-area .custom-select .icon svg path {
  fill: var(--color-white);
}

.rts-banner-area-nine .is__home__nine .form-area .custom-select .dropdown-icon {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 80%;
  transform: translateY(-80%) rotate(0);
  transition: var(--transition);
}

.rts-banner-area-nine .is__home__nine .form-area .custom-select.active .dropdown-icon {
  transform: translateY(-80%) rotate(-180deg);
}

.rts-banner-area-nine .is__home__nine .form-area .custom-cal {
  position: relative;
  width: 100%;
}

.rts-banner-area-nine .is__home__nine .form-area .custom-cal .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.rts-banner-area-nine .is__home__nine .form-area .custom-cal .dropdown-icon {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: var(--transition);
}

.rts-banner-area-nine .is__home__nine .form-area .custom-cal input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 13px 15px 13px 40px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-white);
  position: relative;
  z-index: 1;
  width: 100%;
}

.rts-banner-area-nine .is__home__nine .form-area .custom-select-trigger {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 13px 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-white);
  position: relative;
  z-index: 1;
  padding-left: 35px;
}

.rts-banner-area-nine .is__home__nine .form-area .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0;
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  display: block;
  z-index: 10;
  max-height: 250px;
  height: 0;
  overflow-y: scroll;
  transition: all 0.4s;
}

.rts-banner-area-nine .is__home__nine .form-area .custom-options .option {
  padding: 10px 15px;
  transition: all 0.4s;
  margin: 0;
}

.rts-banner-area-nine .is__home__nine .form-area .custom-options .option.selected {
  background: var(--color-primary);
  color: var(--color-white);
}

.rts-banner-area-nine .is__home__nine .form-area .custom-options .option:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.rts-banner-area-nine .is__home__nine .form-area .custom-options .selected {
  font-weight: bold;
}

.rts-banner-area-nine .is__home__nine .form-area .button-area {
  width: 100%;
  text-align: center;
}

.rts-banner-area-nine .is__home__nine .form-area .button-area .rts-btn {
  padding: 12px 20px;
  max-width: 100%;
  text-transform: uppercase;
}

@keyframes moveright {
  from {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }

  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@keyframes moveLeft {
  from {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }

  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

.move-right {
  animation: moveright 1.4s linear;
}

.move-left {
  animation: moveLeft 1.4s linear;
}

.filter-small-top-full {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-small-top-full .left-filter {
  display: flex;
  align-items: center;
  gap: 20px;
}

.filter-small-top-full .left-filter span {
  min-width: max-content;
  color: var(--color-heading-1);
  font-weight: 500;
  text-transform: capitalize;
}

.filter-small-top-full .left-filter .nice-select-wrap {
  height: auto;
  padding: 10px 20px;
  border: 1px solid #DDD8F9;
  border-radius: 6px;
}

.filter-small-top-full .left-filter .nice-select-wrap .drop {
  color: #110C2D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 0px 40px 10px 10px;
}

.filter-small-top-full .left-filter .nice-select-wrap ul#price {
  border: 1px solid #DDD8F9 !important;
  border-radius: 6px;
  top: 100%;
  right: 0;
}

.filter-small-top-full .right-filter {
  display: flex;
  align-items: center;
  gap: 17px;
}

.filter-small-top-full .right-filter span {
  color: var(--color-heading-1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration: underline;
}

.filter-small-top-full .right-filter .nav-tabs {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-small-top-full .right-filter .nav-tabs li {
  margin: 0;
  padding: 0;
}

.filter-small-top-full .right-filter .nav-tabs li button {
  border: 1px solid #FFD7B7;
  padding: 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  justify-content: center;
}

.filter-small-top-full .right-filter .nav-tabs li button.active {
  background: var(--color-primary);
  color: #fff;
}

.filter-small-top-full .right-filter .nav-tabs li button.active i {
  color: var(--color-white);
}

.filter-small-top-full .right-filter .nav-tabs li button.active span {
  color: #fff;
}

.filter-small-top-full .right-filter .nav-tabs li button i {
  color: #110C2D;
}

.filter-small-top-full .right-filter .nice-select-wrap {
  height: auto;
  padding: 10px 20px;
  border: 1px solid #DDD8F9;
  border-radius: 4px;
}

.filter-small-top-full .right-filter .nice-select-wrap .drop {
  color: #110C2D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 0px 40px 10px 10px;
}

.filter-small-top-full .right-filter .nice-select-wrap ul#price {
  border: 1px solid #DDD8F9 !important;
  border-radius: 6px;
  top: 100%;
  right: 0;
}

.filter-small-top-full .right-filter.two {
  gap: 14px;
}

.filter-small-top-full .right-filter.two .filter-area {
  display: flex;
  align-items: center;
  gap: 14px;
}

.filter-small-top-full .right-filter.two .filter-area span {
  min-width: max-content;
}

.filter-small-top-full .right-filter.two .filter-area .nice-select-wrap {
  max-width: max-content;
  padding: 5px 13px 4px;
}

.filter-small-top-full .right-filter.two .filter-area .nice-select-wrap .drop {
  padding: 0px 29px 10px 10px;
}

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

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

.ui-datepicker {
  background: var(--color-white);
  padding: 10px;
}

.ui-datepicker .ui-datepicker-current-day {
  background: var(--color-primary);
  color: var(--color-white);
}

.ui-datepicker .ui-state-default {
  text-decoration: none;
}

.rts-breadcrumb-area {
  position: relative;
  z-index: 1;
}

.rts-breadcrumb-area::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.rts-breadcrumb-area.one {
  height: 500px;
}

.rts-breadcrumb-area.one .breadcrumb-area-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 80px;
}

.nav-bread-crumb{
  font-size: 14px;
}
.nav-bread-crumb i{
  font-size: 10px;
}

.rts-breadcrumb-area.one .breadcrumb-area-wrapper .nav-bread-crumb {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rts-breadcrumb-area.one .breadcrumb-area-wrapper .nav-bread-crumb a,
.rts-breadcrumb-area.one .breadcrumb-area-wrapper .nav-bread-crumb span {
  color: var(--color-white);
  font-weight: 500;
}

.rts-breadcrumb-area.one .breadcrumb-area-wrapper .title {
  margin-bottom: 0;
  color: var(--color-white);
  font-size: 48px;
  font-weight: 600;
}

.rts-breadcrumb-area.two {
  height: 430px;
}

.rts-breadcrumb-area.two .breadcrumb-area-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 60px;
}

.rts-breadcrumb-area.two .breadcrumb-area-wrapper .nav-bread-crumb {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rts-breadcrumb-area.two .breadcrumb-area-wrapper .nav-bread-crumb a,
.rts-breadcrumb-area.two .breadcrumb-area-wrapper .nav-bread-crumb span {
  color: var(--color-white);
  font-weight: 500;
}

.rts-breadcrumb-area.two .breadcrumb-area-wrapper .title {
  margin-bottom: 0;
  color: var(--color-white);
  font-size: 48px;
  font-weight: 600;
}

.rts-breadcrumb-area.three {
  height: 490px;
}

.rts-breadcrumb-area.three .breadcrumb-area-wrapper {
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding: 0 125px;
  padding-top: 60px;
}

.rts-breadcrumb-area.three .breadcrumb-area-wrapper .nav-bread-crumb {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rts-breadcrumb-area.three .breadcrumb-area-wrapper .nav-bread-crumb a,
.rts-breadcrumb-area.three .breadcrumb-area-wrapper .nav-bread-crumb span {
  color: var(--color-white);
  font-weight: 500;
}

.rts-breadcrumb-area.three .breadcrumb-area-wrapper .title {
  margin-bottom: 0;
  color: var(--color-white);
  font-size: 48px;
  font-weight: 600;
}

.rts-breadcrumb-area.three .breadcrumb-area-wrapper .advance__search__section.home-hiking {
  margin-top: 0;
}

.rts-breadcrumb-area.four {
  padding: 280px 0 280px;
}

.rts-breadcrumb-area.four::after {
  display: none;
}

.rts-breadcrumb-area.four .nav-bread-crumb {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rts-breadcrumb-area.four .nav-bread-crumb a {
  color: #2c2929;
  font-weight: 500;
  font-size: 14px;
}

.rts-breadcrumb-area.four .nav-bread-crumb a:last-child {
  color: #2c2929;
}

.rts-breadcrumb-area.four .nav-bread-crumb span {
  color: #2c2929;
  font-size: 11px;
}

.rts-breadcrumb-area.four .title {
  color: #2c2929;
  margin-bottom: 0;
}

.rts-brand-area .image-area {
  text-align: center;
}

.title-style-one-center {
  text-align: center;
}

.title-style-one-center span {
  color: var(--color-primary);
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.28px;
}

@media screen and (max-width: 576px) {
  .title-style-one-center br {
    display: none;
  }
}

.title-style-one-center .title {
  color: var(--color-title);
  text-align: center;
  /* font-family: Manrope; */
  font-size: 28px;
  /* font-style: normal; */
  /* font-weight: 800; */
  line-height: 1.3em;
  letter-spacing: -1.92px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .title-style-one-center .title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .title-style-one-center .title {
    font-size: 32px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 576px) {
  .title-style-one-center .title br {
    display: none;
  }
}

.title-style-one-left {
  text-align: left;
}

.title-style-one-left span {
  color: var(--color-primary);
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.28px;
}

.title-style-one-left .title {
  color: var(--color-title);
  text-align: left;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3em;
  letter-spacing: -1.92px;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .title-style-one-left .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .title-style-one-left .title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 575px) {
  .title-style-one-left .title {
    font-size: 30px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 576px) {
  .title-style-one-left .title br {
    display: none;
  }
}

.title-hover {
  background-size: 200% 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: all 500ms;
  color: #000;
}

.title-hover:hover {
  background-position: 0% 100%;
  background-image: linear-gradient(to right, currentColor 50%, transparent 50%);
}

.offer-wrapper {
  height: 500px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 50px;
}

.offer-wrapper .sub-title {
  color: var(--color-white);
  line-height: 1;
  margin-bottom: 13px;
}

.offer-wrapper .title {
  color: var(--color-white);
}

.offer-wrapper .title span {
  background: var(--color-primary);
  color: var(--color-white) !important;
  padding: 0 5px;
}

.offer-wrapper .rts-btn {
  background: var(--color-white);
  color: var(--color-heading-1);
}

.offer-wrapper .rts-btn::before {
  background: var(--color-primary);
}

.offer-wrapper .rts-btn:hover {
  color: var(--color-white);
}

.offer-wrapper .person {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.offer-wrapper.mid {
  background: linear-gradient(180deg, #FFAC69 -14.6%, #FFD7B7 100%);
}

.offer-wrapper.mid-2 {
  background: linear-gradient(180deg, #37FF8C -14.6%, #2DAE64 100%);
}

.offer-wrapper.tour-marketplace .title {
  font-size: 46px;
  line-height: 0.88;
}

.offer-wrapper.tour-marketplace .title span {
  color: var(--color-white);
  background: var(--color-heading-1);
  display: inline-block;
  line-height: 0.75;
  padding: 8px 5px 3px;
  border-radius: 10px;
}

.offer-wrapper.new {
  position: relative;
  z-index: 1;
  background: none;
  height: auto;
  padding: 0;
}

.offer-wrapper.new .content {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 60px 50px;
  text-align: center;
}

.offer-wrapper.new .content .title {
  font-size: 36px;
}

.offer-wrapper.new .content .title span {
  display: inline-block;
  line-height: 1;
  padding: 0 8px 5px;
  font-style: italic;
  border-radius: 6px;
  color: #0D0D0D !important;
  font-weight: 400;
}

.offer-wrapper.new .content .desc {
  color: var(--color-white);
  margin-bottom: 35px;
}

.offer-wrapper.new .content .rts-btn {
  margin: auto;
  background: #0D0D0D;
  color: var(--color-white);
}

.offer-wrapper-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 65px 65px 65px 30px;
}

.offer-wrapper-2::after {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(270deg, rgba(0, 58, 89, 0) 0%, #003A59 84.02%);
}

.offer-wrapper-2 .sub-title {
  color: var(--color-white);
  line-height: 1;
  margin-bottom: 13px;
}

.offer-wrapper-2 .title {
  color: var(--color-white);
  font-size: 28px;
}

.offer-wrapper-2 .title span {
  background: var(--color-primary);
  color: var(--color-white) !important;
  padding: 0 5px;
}

.offer-wrapper-2 .rts-btn {
  background: transparent;
  color: var(--color-white);
}

.offer-wrapper-2 .rts-btn::before {
  background: var(--color-white);
}

.offer-wrapper-2 .rts-btn:hover {
  color: var(--color-heading-1);
}

.count-down-area {
  padding: 45px 50px;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  text-align: center;
}

.count-down-area .sub-title {
  color: var(--color-primary);
  margin-bottom: 10px;
  font-family: var(--font-four);
}

.count-down-area .title {
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}

.count-down-area .title span {
  display: inline-block;
  line-height: 1;
  padding: 0 8px 5px;
  font-style: italic;
  border-radius: 6px;
  color: var(--color-white);
  font-weight: 400;
  background: var(--color-primary);
}

.count-down-area .countDown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.count-down-area .countDown .container {
  padding: 0 !important;
  margin: 0;
  max-width: max-content !important;
}

.count-down-area .countDown .container .a {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  background: transparent;
  border-radius: 6px;
  padding: 0;
  border: 1px solid var(--color-primary);
}

.count-down-area .countDown .container .a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  color: var(--color-heading-1);
  font-size: 14px;
  line-height: 1;
  font-family: var(--font-four);
  font-weight: 500;
  background: var(--color-bg-1);
  padding: 0 8px;
}

.count-down-area .countDown .container .a div {
  color: var(--color-primary);
  font-family: "Playfair Display", serif;
  font-size: 32px;
  line-height: 54px;
  font-weight: 500;
  height: 100%;
}

.count-down-area .countDown .container:nth-child(1) .a::after {
  content: "Days";
}

.count-down-area .countDown .container:nth-child(2) .a::after {
  content: "Hrs";
}

.count-down-area .countDown .container:nth-child(3) .a::after {
  content: "Min";
}

.count-down-area .countDown .container:nth-child(4) .a::after {
  content: "Sec";
}

.count-down-area .rts-btn {
  margin: auto;
  margin-bottom: 20px;
  background: var(--color-heading-1);
}

.count-down-area .desc {
  font-family: var(--font-four);
  font-size: 14px;
}

.rts-service-area.inner {
  padding: 73px 0;
  margin: 0 80px;
  border-radius: 10px;
}

.rts-service-area .section-inner {
  display: flex;
  align-items: center;
}

.rts-service-area .section-inner .service-wrapper {
  padding: 60px 68px 35px;
  border-right: 1px solid var(--color-border);
  transition: var(--transition);
}

.rts-service-area .section-inner .service-wrapper:hover .icon {
  transform: translateY(-5px);
}

.rts-service-area .section-inner .service-wrapper .icon {
  margin-bottom: 25px;
  height: 60px;
  transform: translateY(0);
  transition: var(--transition);
}

.rts-service-area .section-inner .service-wrapper .title {
  color: var(--color-title-dark);
  margin-bottom: 15px;
}

.rts-service-area .section-inner .service-wrapper:last-child {
  border: none;
}

.rts-features-area.destination .section-title-area .section-title {
  font-size: 124px;
  font-weight: 600;
  margin-bottom: 35px;
}

.rts-features-area.destination .section-title-area .desc {
  max-width: 850px;
  margin: auto;
}

.rts-features-area.destination .feature-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}

.rts-features-area.destination .feature-list li {
  text-align: center;
}

.rts-features-area.destination .feature-list li h5 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 500;
}

.activity-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: var(--transition);
}

.activity-wrapper:hover .content {
  transform: translateX(-50%) translateY(0);
}

.activity-wrapper:hover .content .rts-btn {
  opacity: 1;
}

.activity-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 58, 89, 0.09) 50.12%, rgba(0, 58, 89, 0.9) 89.79%);
}

.activity-wrapper .content {
  position: absolute;
  z-index: 2;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%) translateY(52%);
  max-width: 250px;
  width: 100%;
  text-align: center;
  transition: var(--transition);
}

.activity-wrapper .content .title {
  font-weight: 500;
  letter-spacing: -0.64px;
}

.activity-wrapper .content .title a {
  color: var(--color-white);
}

.activity-wrapper .content .rts-btn {
  background: none;
  color: var(--color-white);
  margin: auto;
  transition: var(--transition);
  opacity: 0;
}

.activity-wrapper .content .rts-btn:hover {
  color: var(--color-heading-1);
}

.activity-wrapper .content .rts-btn::before {
  background: var(--color-white);
}

.activity-wrapper3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: var(--transition);
}

.activity-wrapper3:hover .content {
  transform: translateX(-50%) translateY(0);
}

.activity-wrapper3:hover .content .rts-btn {
  opacity: 1;
}

.activity-wrapper3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(1, 19, 28, 0.09) 50.12%, rgba(1, 19, 28, 0.9) 89.79%);
}

.activity-wrapper3 .content {
  position: absolute;
  z-index: 2;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%) translateY(52%);
  max-width: 250px;
  width: 100%;
  text-align: center;
  transition: var(--transition);
}

.activity-wrapper3 .content .title {
  font-weight: 400;
  letter-spacing: -0.02em;
}

.activity-wrapper3 .content .title a {
  color: var(--color-white);
}

.activity-wrapper3 .content .rts-btn {
  background: none;
  color: var(--color-white);
  margin: auto;
  transition: var(--transition);
  opacity: 0;
}

.activity-wrapper3 .content .rts-btn:hover {
  color: var(--color-heading-1);
}

.activity-wrapper3 .content .rts-btn::before {
  background: var(--color-white);
}

.about-image-area {
  display: flex;
  align-items: self-start;
  gap: 30px;
  position: relative;
  z-index: 1;
  padding-bottom: 85px;
}

.about-image-area .rotate-image {
  padding: 10px;
  background: #fff;
  transform: rotate(-10deg);
  top: 20px;
  right: -27px;
  position: relative;
}

.about-image-area .floating-image {
  padding: 10px;
  background: #fff;
  position: absolute;
  right: 25%;
  bottom: 0;
  overflow: hidden;
}

.about-image-area .customer-review-area {
  display: flex;
  gap: 13px;
  align-items: center;
}

.about-image-area .customer-review-area .client-img {
  display: flex;
  align-items: center;
  position: relative;
  width: 90px;
  height: 52px;
  transition: all 0.3s;
}

.about-image-area .customer-review-area .client-img img {
  position: absolute;
  left: 0;
  cursor: pointer;
  transition: all 0.3s;
  transform: scale(1);
}

.about-image-area .customer-review-area .client-img img:hover {
  z-index: 2;
  transform: scale(1.1);
}

.about-image-area .customer-review-area .client-img img.two {
  left: 20px;
}

.about-image-area .customer-review-area .client-img img.three {
  left: 40px;
}

.about-image-area .customer-review-area .client-img img.four {
  left: 60px;
}

.about-image-area .customer-review-area p.desc {
  margin-bottom: 0;
  color: var(--color-primary);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.about-image-area .customer-review-area p.desc span {
  display: inline-flex;
}

.about-content-area {
  max-width: 581px;
  margin-left: auto;
}

.about-content-area .feature-list {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0;
}

.about-content-area .feature-list li {
  color: var(--color-primary);
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

.rotateImg {
  animation-name: rotateImg;
}

@keyframes rotateImg {
  0% {
    transform: rotate(0);
    opacity: 0;
  }

  100% {
    transform: rotate(-10deg);
    opacity: 1;
  }
}

.activity-wrapper2 {
  text-align: center;
}

.activity-wrapper2 .title {
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
}

.summer-travel .activity-wrapper2 .title {
  text-transform: none;
  font-family: var(--font-four);
}

.rts-story-area .rts-story-mid-content {
  max-width: 520px;
}

.rts-story-area .rts-story-mid-content .bottom-content {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
}

.rts-story-area .rts-story-mid-content .bottom-content .feature {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  margin: 0;
  max-width: 288px;
}

.rts-story-area .rts-story-mid-content .bottom-content .feature .icon {
  min-width: 60px;
}

.rts-story-area .rts-story-mid-content .bottom-content .feature .content .title {
  margin-bottom: 5px;
  font-size: 20px;
}

.rts-story-area .rts-story-mid-content .bottom-content .feature .content p {
  font-weight: 500;
  line-height: 1.25;
}

.rts-story-area .rts-story-mid-content .bottom-content .review-area ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rts-story-area .rts-story-mid-content .bottom-content .review-area ul li {
  padding: 0;
  margin: 0;
}

.rts-story-area .rts-story-mid-content .bottom-content .review-area ul li p {
  line-height: 1;
  color: black;
}

.about-content-wrapper p {
  margin-bottom: 20px;
  max-width: 540px;
}

.about-content-wrapper .customer-trust-review-area {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 100px;
}

.about-content-wrapper .customer-trust-review-area .customer-review {
  display: flex;
  gap: 13px;
  align-items: center;
}

.about-content-wrapper .customer-trust-review-area .customer-review .client-img {
  display: flex;
  align-items: center;
  position: relative;
  width: 110px;
  height: 52px;
  transition: all 0.3s;
}

.about-content-wrapper .customer-trust-review-area .customer-review .client-img img {
  position: absolute;
  left: 0;
  cursor: pointer;
  transition: all 0.3s;
  transform: scale(1);
}

.about-content-wrapper .customer-trust-review-area .customer-review .client-img img:hover {
  z-index: 2;
  transform: scale(1.1);
}

.about-content-wrapper .customer-trust-review-area .customer-review .client-img img.two {
  left: 20px;
}

.about-content-wrapper .customer-trust-review-area .customer-review .client-img img.three {
  left: 40px;
}

.about-content-wrapper .customer-trust-review-area .customer-review .client-img img.four {
  left: 60px;
}

.about-content-wrapper .customer-trust-review-area .customer-review p.desc {
  margin-bottom: 0;
  color: var(--color-white);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.about-content-wrapper .customer-trust-review-area .customer-review p.desc span {
  display: inline-flex;
}

.about-content-wrapper .customer-trust-review-area .trust-review ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-content-wrapper .customer-trust-review-area .trust-review ul li {
  padding: 0;
  margin: 0;
}

.about-content-wrapper .customer-trust-review-area .trust-review ul li p {
  line-height: 1;
  color: var(--color-white);
}

.about-img-area {
  margin-left: 70px;
  position: relative;
  z-index: 1;
}

.about-img-area .floating-img {
  max-width: max-content;
}

.about-img-area .rotate-img {
  position: absolute;
  right: 20px;
  bottom: 40px;
  overflow: hidden;
  border: 10px solid #000000;
  transform: rotate(15deg);
}

.rotateImg2 {
  animation-name: rotateImg2;
}

@keyframes rotateImg2 {
  0% {
    transform: rotate(0);
    opacity: 0;
  }

  100% {
    transform: rotate(15deg);
    opacity: 1;
  }
}

.about-left-image-area {
  position: relative;
  z-index: 1;
  padding-bottom: 77px;
  margin-right: 70px;
}

.about-left-image-area .main-image {
  max-width: max-content;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-left-image-area .floating-image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.about-left-image-area .trip-card {
  position: absolute;
  z-index: 2;
  top: 44%;
  left: 53%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.about-right-content-area {
  max-width: 630px;
}

.about-right-content-area .section-title-area .section-title {
  margin-bottom: 25px;
}

.about-right-content-area .section-title-area .desc:not(:last-child) {
  margin-bottom: 17px;
}

.about-right-content-area .about-bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #D9D9D9;
  padding-top: 30px;
}

.about-right-content-area .about-bottom-area .phone-area {
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-right-content-area .about-bottom-area .phone-area .icon {
  width: 47px;
  height: 47px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.about-right-content-area .about-bottom-area .phone-area .icon i {
  color: var(--color-white);
}

.about-right-content-area .about-bottom-area .phone-area .content .call-us {
  display: block;
}

.about-right-content-area .about-bottom-area .phone-area .content a {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-heading-1);
}

.about-right-content-area .about-bottom-area .btn-wrapper .rts-btn {
  padding: 19px 40px;
}

.rts-counter-area .section-inner {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}

.rts-counter-area .section-inner.kayaking {
  margin-top: 40px;
}

.counter-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--color-border);
  background: #fff !important;
  padding: 21px 15px 20px 30px;
  max-width: 300px;
  width: 100%;
}

.counter-wrapper .counter-area .title {
  margin-bottom: 0;
  line-height: 1;
}

.counter-wrapper .counter-area .done {
  color: var(--color-heading-1);
  font-weight: 500;
}

.rts-testimonials-area .section-inner {
  position: relative;
  z-index: 1;
}

.rts-testimonials-area .section-inner .swiper {
  max-width: 1070px;
  margin: auto;
}

.rts-testimonials-area .section-inner .swiper-navigation .swiper-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--color-primary);
  text-align: center;
  display: block;
  color: var(--color-primary);
  transition: var(--transition);
  top: 50%;
  transform: translateY(-50%);
}

.rts-testimonials-area .section-inner .swiper-navigation .swiper-btn:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.rts-testimonials-area .section-inner .swiper-navigation .swiper-btn.swiper-btn-prev5 {
  left: 0;
  right: unset;
}

.rts-testimonials-area .section-inner .swiper-navigation .swiper-btn.swiper-btn-next5 {
  right: 0;
  left: unset;
  background: var(--color-primary);
  color: var(--color-white);
}

.testimonials-wrapper {
  background: #FFF8F3;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.testimonials-wrapper .image-area {
  flex-basis: 38%;
}

.testimonials-wrapper .content-area {
  flex-basis: 60%;
}

.testimonials-wrapper .content-area .quote {
  margin-bottom: 35px;
}

.testimonials-wrapper .content-area .text {
  font-size: 34px;
  line-height: 1.1;
  font-weight: 500;
  color: var(--color-heading-1);
}

.testimonials-wrapper .content-area .author h5 {
  line-height: 1;
  margin-bottom: 5px;
}

.testimonials-wrapper .content-area .author p {
  font-weight: 500;
}

.testimonials-wrapper-two {
  text-align: center;
  max-width: 690px;
  margin: auto;
}

.testimonials-wrapper-two .image-area {
  margin-bottom: 30px;
}

.testimonials-wrapper-two .image-area img {
  margin: auto;
}

.testimonials-wrapper-two .content-area .quote {
  margin-bottom: 35px;
}

.testimonials-wrapper-two .content-area .text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--font-primary);
  text-transform: capitalize;
  color: var(--color-heading-1);
  margin-bottom: 25px;
}

.testimonials-wrapper-two .content-area .author {
  max-width: max-content;
  padding: 0 30px;
  margin: auto;
  padding-top: 30px;
  border-top: 1px solid #9FDEFF;
}

.testimonials-wrapper-two .content-area .author h5 {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1;
}

.rts-testimonials-area.hiking .slider-dots-2 .swiper-pagination-bullet {
  background: #B4E5FF;
  opacity: 1;
}

.rts-testimonials-area.hiking .slider-dots-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
  width: 8px;
  height: 8px;
}

.rts-testimonials-area.yacht .swiper-pagination-area {
  z-index: 1;
}

.rts-testimonials-area.yacht .swiper-pagination-area .slider-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.rts-testimonials-area.yacht .swiper-pagination-area .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 0;
  margin: 0;
  opacity: 1;
  background: transparent;
  border: 1px solid var(--color-primary);
  transform: rotate(45deg);
}

.rts-testimonials-area.yacht .swiper-pagination-area .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.rts-testimonials-area.kayaking .swiper-pagination-area {
  z-index: 1;
}

.rts-testimonials-area.kayaking .swiper-pagination-area .slider-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.rts-testimonials-area.kayaking .swiper-pagination-area .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 0;
  margin: 0;
  opacity: 1;
  background: transparent;
  border: 1px solid var(--color-primary);
  transform: rotate(45deg);
}

.rts-testimonials-area.kayaking .swiper-pagination-area .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.testimonials-wrapper-three {
  position: relative;
  z-index: 1;
  border: 1px solid var(--color-border);
  padding: 30px 24px 35px;
  background: #ffffff;
}

.testimonials-wrapper-three .quote {
  position: absolute;
  z-index: 1;
  right: 40px;
  top: 40px;
}

.testimonials-wrapper-three .author-area {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.testimonials-wrapper-three .author-area .content-area h6 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
}

.testimonials-wrapper-three .author-area .content-area p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}

.testimonials-wrapper-three .star-rating-area {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 15px;
}

.testimonials-wrapper-three .star-rating-area li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.testimonials-wrapper-four {
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.testimonials-wrapper-four .image-area {
  flex-basis: 38%;
}

.testimonials-wrapper-four .content-area {
  flex-basis: 63%;
}

.testimonials-wrapper-four .content-area .quote {
  margin-bottom: 35px;
  font-size: 50px;
  color: #180000;
}

.testimonials-wrapper-four .content-area .text {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 500;
  color: var(--color-heading-1);
}

.testimonials-wrapper-four .content-area .author h5 {
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 500;
}

.testimonials-wrapper-four .content-area .author p {
  font-weight: 500;
}

.testimonials-img-slider .image {
  overflow: hidden;
  border-radius: 10px;
}

.testimonials-wrapper-five {
  padding: 60px 70px 50px 50px;
  background: var(--color-primary);
  border-radius: 10px;
}

.testimonials-wrapper-five .quote-area {
  margin-bottom: 50px;
}

.testimonials-wrapper-five .text {
  font-size: 28px;
  font-style: italic;
  color: var(--color-white);
  text-transform: capitalize;
  line-height: 32px;
  margin-bottom: 50px;
}

.testimonials-wrapper-five .author-area h6 {
  font-family: var(--font-four);
  color: var(--color-white);
  margin-bottom: 5px;
  font-size: 20px;
}

.testimonials-wrapper-five .author-area p {
  font-family: var(--font-four);
  color: var(--color-white);
}

.rts-testimonials-area.summer-travel .section-inner .slider-dots-2 {
  max-width: max-content;
  right: 25px;
  left: unset;
  bottom: 25px;
  position: absolute;
  z-index: 1;
}

.rts-testimonials-area.summer-travel .section-inner .slider-dots-2 .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  border: 1px solid #0D0D0D;
  transition: var(--transition);
}

.rts-testimonials-area.summer-travel .section-inner .slider-dots-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0D0D0D;
}

.rts-testimonials-area.summer-travel .testimonials-slider3 {
  border-radius: 10px;
}

.testimonials-wrapper-six {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  text-align: center;
}

.testimonials-wrapper-six .content-area {
  flex-basis: 65%;
}

.testimonials-wrapper-six .content-area .quote {
  margin-bottom: 35px;
}

.testimonials-wrapper-six .content-area .text {
  font-size: 34px;
  line-height: 1.1;
  font-weight: 400;
  color: var(--color-heading-1);
}

.testimonials-wrapper-six .content-area .author h5 {
  line-height: 1;
  margin-bottom: 5px;
}

.testimonials-wrapper-six .content-area .author p {
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-weight: 500;
}

.rts-testimonials-area.travel-agency .swiper-navigation .swiper-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-color: var(--color-white);
  background: var(--color-white);
  color: #121212;
  transition: var(--transition);
  top: 50%;
  transform: translateY(-50%);
}

.rts-testimonials-area.travel-agency .swiper-navigation .swiper-btn:hover {
  background: var(--color-primary);
  color: #121212;
  border-color: transparent;
}

.rts-testimonials-area.travel-agency .swiper-navigation .swiper-btn.swiper-btn-prev5 {
  left: 0;
  right: unset;
}

.rts-testimonials-area.travel-agency .swiper-navigation .swiper-btn.swiper-btn-next5 {
  right: 0;
  left: unset;
  background: var(--color-primary);
  color: #121212;
  border-color: transparent;
}

.blog-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog-wrapper .image-area a {
  position: relative;
  z-index: 1;
  display: block;
}

.blog-wrapper .image-area a::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.78%, #000000 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.blog-wrapper .author-area {
  position: absolute;
  top: 34px;
  left: 34px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
}

.blog-wrapper .author-area .text {
  color: var(--color-white);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}

.blog-wrapper .author-area .text span {
  font-size: 16px;
}

.blog-wrapper .content-area {
  position: absolute;
  z-index: 1;
  bottom: 34px;
  left: 34px;
  max-width: 340px;
}

.blog-wrapper .blog-meta {
  margin-bottom: 12px;
}

.blog-wrapper .blog-meta ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-wrapper .blog-meta ul li {
  padding: 0;
  margin: 0;
  color: var(--color-white);
  font-weight: 500;
}

.blog-wrapper .blog-meta ul li.mid {
  width: 5px;
  height: 5px;
  line-height: 5px;
  border-radius: 50%;
  background: var(--color-white);
}

.blog-wrapper .blog-title {
  text-transform: capitalize;
  letter-spacing: -0.64px;
  font-weight: 500;
}

.blog-wrapper .blog-title a {
  color: var(--color-white);
}

.blog-wrapper .tags {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.blog-wrapper .tags li {
  padding: 0;
  margin: 0;
}

.blog-wrapper .tags li a {
  display: block;
  color: var(--color-white);
  font-size: 14px;
  line-height: 1;
  padding: 8px 12px;
  background: rgba(239, 239, 239, 0.1);
  border-radius: 4px;
}

.blog-wrapper2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog-wrapper2 .image-area a {
  position: relative;
  z-index: 1;
  display: block;
}

.blog-wrapper2 .image-area a::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.58%, #000000 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.blog-wrapper2 .content-area {
  position: absolute;
  z-index: 1;
  bottom: 34px;
  left: 34px;
  max-width: 508px;
}

.blog-wrapper2 .content-area .blog-meta {
  margin-bottom: 15px;
}

.blog-wrapper2 .content-area .blog-meta p {
  margin-bottom: 0;
  color: var(--color-white);
  font-weight: 500;
}

.blog-wrapper2 .content-area .blog-title {
  font-size: 36px;
  text-transform: uppercase;
}

.blog-wrapper2 .content-area .blog-title a {
  color: var(--color-white);
}

.blog-wrapper2 .content-area .author-area {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.blog-wrapper2 .content-area .author-area li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-white);
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.blog-wrapper2 .content-area .author-area li p {
  color: #333;
}

.blog-wrapper2 .content-area .author-area li.mid {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  background: var(--color-primary);
}

.blog-wrapper2.list-style {
  display: flex;
  gap: 30px;
  align-items: center;
}

.blog-wrapper2.list-style .image-area {
  flex-basis: 25%;
}

.blog-wrapper2.list-style .image-area a::after {
  display: none;
}

.blog-wrapper2.list-style .content-area {
  position: unset;
  flex-basis: 75%;
}

.blog-wrapper2.list-style .content-area .blog-meta {
  margin-bottom: 10px;
}

.blog-wrapper2.list-style .content-area .blog-meta p {
  color: var(--color-body-1);
  line-height: 1;
}

.blog-wrapper2.list-style .content-area .blog-title {
  font-size: 22px;
  margin-bottom: 18px;
}

.blog-wrapper2.list-style .content-area .blog-title a {
  color: #2c2929;
}

.blog-wrapper2.list-style .content-area .author-area li {
  color: var(--color-body-1);
}

.blog-wrapper3:hover .text-btn {
  color: var(--color-primary);
}

.blog-wrapper3 .content-area {
  padding: 20px;
  background: #fff;
}

.blog-wrapper3 .content-area .meta {
  margin-bottom: 15px;
}

.rts-blog-area.wild .section-top-area {
  display: flex;
  justify-content: space-between;
}

.rts-blog-area.wild .section-top-area .button-area {
  max-width: 471px;
}

.rts-blog-area.wild .section-top-area .button-area .desc {
  margin-bottom: 20px;
}

.rts-blog-area.wild .section-top-area .button-area .text-btn {
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-primary);
}

.rts-blog-area.wild .small-post-area {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.rts-footer-area-one .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rts-footer-area-one .left {
  width: 30%;
}

.rts-footer-area-one .mid {
  width: 60%;
  gap: 80px;
}

.rts-footer-area-one .right {
  width: 30%;
}

.rts-footer-area-one.yacht .left {
  width: 30%;
  padding-right: 65px;
}

.rts-footer-area-one.yacht .left .single-footer-widget-one {
  width: 100%;
}

.rts-footer-area-one.yacht .single-footer-widget-one {
  width: 20%;
}

.rts-footer-area-one.yacht .single-footer-widget-one-1 {
  width: 30% !important;
}

.rts-footer-area-one.yacht .single-footer-widget-one.get-app .get-btn-area {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.rts-footer-area-one.yacht .single-footer-widget-one.get-app .review-area {
  margin-top: 20px;
}

.rts-footer-area-one.yacht .single-footer-widget-one.get-app .review-area ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rts-footer-area-one.yacht .single-footer-widget-one.get-app .review-area ul li {
  padding: 0;
  margin: 0;
}

.rts-footer-area-one.yacht .single-footer-widget-one.get-app .review-area ul li p {
  line-height: 1;
}

.rts-footer-area-one.bg-dark {
  background: #0D0D0D !important;
}

.rts-footer-area-one.bg-dark .single-footer-widget-one .title,
.rts-footer-area-one.bg-dark .single-footer-widget-one.logo-area .desc,
.rts-footer-area-one.bg-dark .single-footer-widget-one.logo-area .get-in-touch li,
.rts-footer-area-one.bg-dark .single-footer-widget-one ul li,
.rts-footer-area-one.bg-dark .single-footer-widget-one.get-app .review-area ul li p,
.rts-footer-area-one.bg-dark .copyright-area-start p,
.rts-footer-area-one.bg-dark .copyright-area-start p span {
  color: var(--color-white);
}

.rts-footer-area-one.bg-dark .single-footer-widget-one ul li svg path {
  fill: var(--color-white);
}

.rts-footer-area-one.bg-dark .copyright-area-start {
  border-top: 1px solid #212121;
}

.rts-footer-area-one.tour-marketplace .left,
.rts-footer-area-one.tour-marketplace .right {
  width: 25%;
}

.rts-footer-area-one.agency-two .single-footer-widget-one.logo-area .call-us .icon {
  background: var(--color-white);
}

.rts-footer-area-one.agency-two .single-footer-widget-one form input {
  border-color: #212529;
}

.rts-footer-area-one.agency-two .copyright-area-start {
  border-color: #0D0D0D;
}

.rts-footer-area-one.agency-two .single-footer-widget-one ul li svg path {
  fill: var(--color-white);
}

.rts-footer-area-one.agency-two ul li a:hover {
  color: var(--color-white);
}

.rts-footer-area-one.kayaking .single-footer-widget-one ul li svg path {
  fill: var(--color-body-1);
}

.rts-footer-area-one.kayaking .single-footer-widget-one ul li a {
  position: relative;
}

.rts-footer-area-one.kayaking .single-footer-widget-one ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  background: var(--color-heading-1);
  transition: var(--transition);
}

.rts-footer-area-one.kayaking .single-footer-widget-one ul li:hover svg path {
  fill: var(--color-heading-1);
}

.rts-footer-area-one.kayaking .single-footer-widget-one ul li:hover a {
  color: var(--color-heading-1);
}

.rts-footer-area-one.kayaking .single-footer-widget-one ul li:hover a::after {
  width: 100%;
}

.rts-footer-area-one.kayaking .footer-input-main-wrapper-one .single-footer-widget-one form input {
  border-color: var(--color-primary);
}

.single-footer-widget-one.logo-area .logo {
  margin-bottom: 20px;
  display: block;
}

.single-footer-widget-one.logo-area .desc {
  margin-bottom: 25px;
}

.single-footer-widget-one.logo-area .call-us {
  display: flex;
  align-items: center;
  gap: 16px;
}

.single-footer-widget-one.logo-area .call-us .icon {
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 50%;
  background: var(--color-primary);
  text-align: center;
}

.single-footer-widget-one.logo-area .call-us .text p {
  margin-bottom: 5px;
  line-height: 1;
}

.single-footer-widget-one.logo-area .call-us .text h5 {
  margin-bottom: 0;
}

.single-footer-widget-one.logo-area .social-area {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}

.single-footer-widget-one.logo-area .social-area li:first-child {
  margin-right: 5px;
}

.single-footer-widget-one.logo-area .social-area li a {
  color: var(--color-heading-1);
}

.single-footer-widget-one.logo-area .social-area li a:hover {
  color: var(--color-primary);
}

.single-footer-widget-one.logo-area .get-in-touch {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.single-footer-widget-one.logo-area .get-in-touch li {
  line-height: 1;
  margin: 0;
  color: var(--color-primary);
  font-weight: 500;
  font-family: var(--font-primary);
}

.single-footer-widget-one.essential-links ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.single-footer-widget-one ul {
  padding: 0;
  list-style: none;
}

.single-footer-widget-one ul li {
  margin: 10px 0;
  padding: 0;
  color: var(--color-body-1);
  font-weight: 500;
}

.single-footer-widget-one ul li svg path {
  fill: var(--color-primary);
}

.single-footer-widget-one form input {
  height: 56px;
  width: 100%;
  background: #fff;
  border: 1px solid var(--color-border);
}

.single-footer-widget-one form input:focus {
  border: 1px solid var(--color-primary);
}

.single-footer-widget-one form button {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-top: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.single-footer-widget-one .logo-area ul li {
  color: var(--color-body-1);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}

.single-footer-widget-one .logo-area ul li a {
  color: var(--color-body-1);
}

.single-footer-widget-one .logo-area .social-area {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

.single-footer-widget-one .logo-area .social-area li {
  color: var(--color-body-1);
  font-weight: 500;
}

.single-footer-widget-one .title {
  /* margin-bottom: 40px; */
  font-size: 18px;
}

.footer-input-main-wrapper-one .single-footer-widget-one .desc {
  margin-top: 40px;
  color: var(--color-body-1);
  font-weight: 500;
  margin-bottom: 20px;
}

.footer-input-main-wrapper-one .single-footer-widget-one form input {
  background: transparent;
}

.footer-input-main-wrapper-one .single-footer-widget-one form input::placeholder {
  color: var(--color-body-1) !important;
}

.footer-input-main-wrapper-one .single-footer-widget-one form input:focus {
  border: 1px solid var(--color-primary);
}

.footer-input-main-wrapper-one .single-footer-widget-one form i {
  color: var(--color-body-1);
}

.footer-input-main-wrapper-one .single-footer-widget-one form button {
  max-width: max-content;
}

.copyright-area-start {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #bebdbb;
}

@media only screen and (max-width: 575px) {
  .copyright-area-start {
    flex-direction: column;
    gap: 25px;
  }
}

.copyright-area-start p {
  margin-bottom: 0;
  color: var(--color-body-1);
}

.copyright-area-start p span {
  color: var(--color-primary);
}

.copyright-area-start ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
}

.copyright-area-start ul li {
  margin: 0;
  padding: 0;
}

.copyright-area-start ul li a {
  color: var(--color-body-1);
  transition: 0.3s;
}

.copyright-area-start ul li a:hover {
  color: var(--color-primary);
}

.copyright-area-start.area-two p {
  color: #D7D9E9;
}

.copyright-area-start.area-two ul li a {
  color: #D7D9E9;
}

.copyright-area-start.area-two ul li a:hover {
  color: var(--color-primary);
}

.footer-top-area-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-top-area-two .social-area-one li a i {
  color: #fff;
}

.copywright-area-wrapper-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}

.copywright-area-wrapper-two .left p {
  color: #E4E5F1;
}

.copywright-area-wrapper-two .right .language {
  color: #fff;
}

.single-footer-four-widget .title {
  color: var(--footer-widget-title);
  margin-bottom: 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

.single-footer-four-widget ul {
  list-style: none;
  padding-left: 0;
}

.single-footer-four-widget ul li {
  margin: 15px 0;
}

.single-footer-four-widget ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.single-footer-four-widget .footer-input-btn-between form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.single-footer-four-widget .footer-input-btn-between form input {
  height: 56px;
  padding: 0px 16px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
}

.single-footer-four-widget .footer-input-btn-between form input:focus {
  border-color: var(--color-primary);
}

.single-footer-four-widget .footer-input-btn-between form button {
  padding: 18px 20px;
}

.copyright-area-four {
  border-color: var(--color-border-2) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-area-four.area-3 p {
  color: #E4E5F1;
}

@media (max-width: 450px) {
  .copyright-area-four {
    flex-direction: column;
    gap: 20px;
  }
}

.footer-input-main-wrapper-one form {
  position: relative;
}

.footer-input-main-wrapper-one form i {
  position: absolute;
  left: 15px;
  top: 20px;
}

.footer-input-main-wrapper-one form input {
  padding-left: 16px;
}

.footer-input-main-wrapper-one form input::placeholder {
  font-weight: 500 !important;
}

.footer-input-main-wrapper-one form button {
  padding: 14px 27px;
}

.single-footer-four-widget .footer-input-btn-between form {
  position: relative;
}

.single-footer-four-widget .footer-input-btn-between form i {
  position: absolute;
  left: 15px;
  top: 20px;
}

.single-footer-four-widget .footer-input-btn-between form input {
  padding-left: 35px;
}

.social-area-one {
  display: flex;
  align-items: center;
  padding: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  gap: 20px;
  list-style: none;
  justify-content: center;
}

.social-area-one li {
  margin: 0;
  padding: 1px;
}

.social-area-one li a i {
  transition: 0.3s;
  font-size: 20px;
}

.social-area-one li a:hover i {
  color: var(--color-primary);
}

.bg-dark-border-radious {
  border-radius: 32px 32px 0px 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), #BCBFDB;
}

.bg-dark-border-radious .title-style-one-left .pre {
  color: #BCBFDB;
}

.bg-dark-border-radious .title-style-one-left .title {
  color: #fff;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 8;
  opacity: 1;
  opacity: 0 !important;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.3s var(--ease-in-out-4), -webkit-transform 0.3s var(--ease-in-out-4);
  transition: opacity 0.3s var(--ease-in-out-4), -webkit-transform 0.3s var(--ease-in-out-4);
  transition: transform 0.3s var(--ease-in-out-4), opacity 0.3s var(--ease-in-out-4);
  transition: transform 0.3s var(--ease-in-out-4), opacity 0.3s var(--ease-in-out-4), -webkit-transform 0.3s var(--ease-in-out-4);
  --ease-in-out-4: cubic-bezier(0.7, 0, 0.3, 1);
}

.progress-wrap.active-progress {
  opacity: 1 !important;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", sans-serif; 
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--color-primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border: 2px solid var(--color-primary);
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px;
}

.progress-wrap:hover::after {
  opacity: 1;
  content: "\f062";
  border: 2px solid var(--color-primary);
}

.progress-wrap::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", sans-serif;
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  background: var(--color-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 0;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg {
  color: var(--color-primary);
  border-radius: 50%;
  background: #fff;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--color-primary);
  stroke-width: 34px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.home-blue .progress-wrap svg.progress-circle path {
  stroke: var(--color-primary-2);
}

.home-blue .progress-wrap::after {
  border-color: var(--color-primary-2);
  box-shadow: 0px 3px 20px 6px #0742e952;
  color: var(--color-primary-2);
}

.team-wrapper {
  position: relative;
  z-index: 1;
  background: var(--color-white);
  padding: 20px 20px 30px;
  text-align: center;
}

.team-wrapper:hover .image-area .social-wrapper {
  bottom: 25px;
}

.team-wrapper .image-area {
  position: relative;
  z-index: 1;
}

.team-wrapper .image-area .social-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: max-content;
  position: absolute;
  z-index: 1;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  transition: var(--transition);
}

.team-wrapper .image-area .social-wrapper li {
  padding: 0;
  margin: 0;
}

.team-wrapper .content {
  margin-top: 25px;
}

.team-wrapper .content h6 {
  margin-bottom: 8px;
  line-height: 1;
  text-transform: uppercase;
}

.cta-section-inner {
  padding: 120px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cta-section-inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 61.43%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.cta-section-inner .content {
  flex-basis: 45%;
}

.cta-section-inner .content .title {
  color: var(--color-white);
  letter-spacing: -0.64px;
  margin-bottom: 15px;
}

.cta-section-inner .content .desc {
  color: var(--color-white);
  font-weight: 500;
  line-height: 22px;
}

.cta-section-inner .button-area {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.cta-section-inner.hiking {
  padding: 60px 0;
  display: block;
  border-radius: 10px;
}

.cta-section-inner.hiking::after {
  background: linear-gradient(90deg, rgba(18, 79, 112, 0) 21.84%, #124F70 77.46%);
}

.cta-section-inner.hiking .cta-content-area {
  max-width: 600px;
}

.cta-section-inner.hiking .cta-content-area .sub-title {
  color: var(--color-white);
  margin-bottom: 15px;
}

.cta-section-inner.hiking .cta-content-area .section-title {
  color: var(--color-white);
  font-size: 60px;
}

.cta-section-inner.hiking .cta-content-area .section-title span {
  color: var(--color-heading-1);
  background: #FBBC04;
  border-radius: 6px;
  line-height: 1;
  padding: 2px 6px 1px;
  display: inline-block;
}

.cta-section-inner.agency-two {
  padding: 90px 70px;
  align-items: start;
  flex-direction: column;
  gap: 30px;
}

.newsletter-inner {
  background: var(--color-primary);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.newsletter-inner .image {
  flex-basis: 41%;
}

.newsletter-inner .content-area {
  flex-basis: 59%;
  position: relative;
  z-index: 1;
}

.newsletter-inner .content-area .content-inner {
  max-width: 495px;
  margin: auto;
  text-align: center;
}

.newsletter-inner .content-area .content-inner .title {
  color: var(--color-white);
  font-size: 40px;
  line-height: 1.1;
}

.newsletter-inner .content-area .content-inner .desc {
  color: var(--color-white);
  max-width: 416px;
  margin: auto;
  margin-bottom: 35px;
}

.newsletter-inner .content-area .content-inner .newsletter-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsletter-inner .content-area .content-inner .newsletter-form input {
  border-radius: 0;
  padding: 10px 22px;
}

.newsletter-inner .content-area .content-inner .newsletter-form input::placeholder {
  color: var(--color-white) !important;
}

.newsletter-inner .content-area .content-inner .newsletter-form input:focus {
  border: 1px solid var(--color-white);
}

.newsletter-inner .content-area .content-inner .newsletter-form button {
  background: #FFCC00;
  padding: 17px 27px;
  line-height: 1;
  border-radius: 0;
  color: var(--color-heading-1);
}

.newsletter-inner .content-area .map {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.rts-cta-area.travel-africa {
  padding: 170px 0;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.rts-cta-area.travel-africa::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
}

.rts-cta-area.travel-africa .content .title {
  font-size: 100px;
  line-height: 0.9;
  color: var(--color-white);
  text-transform: uppercase;
  margin-bottom: 85px;
}

.rts-cta-area.travel-africa .content .video-button-area .vedio-icone {
  display: flex;
  align-items: center;
  gap: 30px;
}

.rts-cta-area.travel-africa .content .video-button-area .vedio-icone .video-text {
  margin-bottom: 0;
  color: var(--color-white);
  font-family: "Roboto", sans-serif;
}

.rts-newsletter-area.tour-marketplace .newsletter-inner {
  padding: 85px 30px;
  display: block;
  background: linear-gradient(137.18deg, #009F44 18.88%, #37B76D 74.54%);
}

.rts-newsletter-area.tour-marketplace .newsletter-inner .content-inner {
  max-width: 100%;
}

.rts-newsletter-area.tour-marketplace .newsletter-inner .content-inner .title {
  font-size: 60px;
}

.rts-newsletter-area.tour-marketplace .newsletter-inner .content-inner .newsletter-form {
  max-width: 495px;
  margin: auto;
}

.rts-newsletter-area.tour-marketplace .newsletter-inner .content-inner .newsletter-form input {
  border-radius: 6px;
  background: var(--color-white);
  color: var(--color-heading-1);
}

.rts-newsletter-area.tour-marketplace .newsletter-inner .content-inner .newsletter-form input::placeholder {
  color: var(--color-body-1) !important;
  font-family: var(--font-four) !important;
  font-size: 14px;
}

.rts-newsletter-area.tour-marketplace .newsletter-inner .content-inner .newsletter-form button {
  border-radius: 6px;
  background: var(--color-heading-1);
  color: var(--color-white);
}

.rts-newsletter-area.tour-marketplace .newsletter-inner .content-inner .newsletter-form button:hover {
  color: var(--color-heading-1);
}

.rts-newsletter-area.tour-marketplace .newsletter-inner .content-area .map {
  width: max-content;
}

.rts-cta-area .cta-section-inner.teams .content {
  text-align: center;
  flex-basis: 100%;
}

.rts-cta-area .cta-section-inner.teams .content .title {
  color: var(--color-heading-1);
}

.rts-cta-area .cta-section-inner.teams .content .desc {
  color: var(--color-body-1);
  margin-bottom: 35px;
}

.rts-cta-area .cta-section-inner.teams .content .rts-btn {
  margin: auto;
  padding: 17px 37px;
}

.rts-cta-area.kayaking {
  padding: 209px 0;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.rts-cta-area.kayaking::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
}

.rts-cta-area.kayaking .cta-wrapper-area {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.rts-cta-area.kayaking .cta-wrapper-area .content {
  max-width: 570px;
}

.rts-cta-area.kayaking .cta-wrapper-area .content .title {
  color: var(--color-white);
  margin-bottom: 16px;
}

.rts-cta-area.kayaking .cta-wrapper-area .content .desc {
  color: var(--color-white);
  margin-bottom: 35px;
}

.rts-cta-area.kayaking .cta-wrapper-area .content .inp-area {
  position: relative;
}

.rts-cta-area.kayaking .cta-wrapper-area .content .inp-area input {
  background: var(--color-white);
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 14px;
  font-family: var(--font-four);
  font-weight: 500;
}

.rts-cta-area.kayaking .cta-wrapper-area .content .inp-area .rts-btn-send {
  background: none;
  border: none;
  max-width: max-content;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.rts-cta-area.kayaking .cta-wrapper-area .video-button-area .vedio-icone {
  display: flex;
  align-items: center;
  gap: 30px;
}

.rts-cta-area.kayaking .cta-wrapper-area .video-button-area .vedio-icone .video-text {
  margin-bottom: 0;
  color: var(--color-white);
  font-family: "Roboto", sans-serif;
}

.rts-features-wrapper {
  background: #E3FFFC;
  padding: 70px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rts-features-wrapper .features-item {
  border-right: 1px solid #B7EAE4;
  padding: 70px 67px 30px 70px;
}

.rts-features-wrapper .features-item:first-child {
  padding-left: 0;
}

.rts-features-wrapper .features-item:last-child {
  padding-right: 0;
  border: none;
}

.rts-features-wrapper .features-item .icon {
  margin-bottom: 20px;
}

.form-area {
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
  padding: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible !important; /* CRITICAL: Allows dropdowns to spill out */
  position: relative;
  z-index: 10; /* Lower z-index than the dropdowns */
}

.form-area .form-inner {
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 19px;
  font-size: 1rem;
  line-height: 1.4;
  color: #475F7B;
  background-color: #FFF;
  border: 1px solid #DFE3E7;
  border-radius: 0.267rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #475F7B;
  background-color: #FFF;
  border-color: #5A8DEE;
  outline: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.intl-tel-input,
.iti {
  width: 100%;
}

.rts-contact-area.inner .section-inner {
  padding: 50px 40px;
}

.rts-contact-area.inner .section-inner .contact-form .form-inner {
  display: flex;
  gap: 30px;
}

.rts-contact-area.inner .section-inner .contact-form .left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 630px;
  width: 100%;
}

.rts-contact-area.inner .section-inner .contact-form .right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 550px;
  width: 100%;
}
@media (max-width: 768px) {
  .rts-contact-area.inner .section-inner .contact-form .right {
    display: flex;
    flex-direction: column;
    gap: 0px !important;
    max-width: 100%;
    width: 100%;
  }
}

.rts-contact-area.inner .section-inner .contact-form label {
  line-height: 1;
  color: var(--color-heading-1);
  margin-bottom: 15px;
  font-weight: 600;
}

.rts-contact-area.inner .section-inner .contact-form input {
  height: 55px;
  color: var(--color-heading-1);
}

.rts-contact-area.inner .section-inner .contact-form input::placeholder {
  color: var(--color-body-1) !important;
  font-weight: 500;
  font-family: var(--font-primary);
}

.rts-contact-area.inner .section-inner .contact-form textarea {
  padding: 20px;
  height: 285px;
  color: var(--color-heading-1);
}

.rts-contact-area.inner .section-inner .contact-form textarea::placeholder {
  color: var(--color-body-1) !important;
  font-weight: 500;
  font-family: var(--font-primary);
}

.rts-contact-area.inner .section-inner .contact-form .rts-btn {
  padding: 16px 22px;
}

.rts-contact-area.inner .section-inner .contact-form .desc {
  font-size: 14px;
  margin-top: -10px;
}

.rts-contact-area.inner .section-inner .contact-form .desc a {
  color: var(--color-heading-1);
  text-decoration: underline;
}

.contact-form-content-bottom-wrapper .single-contact-card {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid var(--color-border);
  padding: 40px 44px;
  transition: 0.4s;
}

.contact-form-content-bottom-wrapper .single-contact-card .top-area {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 0px;
}

.contact-form-content-bottom-wrapper .single-contact-card .top-area .icon {
  transition: 0.3s;
}

.contact-form-content-bottom-wrapper .single-contact-card .top-area .title {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 768px) {
  .contact-form-content-bottom-wrapper .single-contact-card .top-area .title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
  }
}

.contact-form-content-bottom-wrapper .single-contact-card p {
  margin-bottom: 0;
}

.contact-form-content-bottom-wrapper .single-contact-card a {
  color: #000000;
  font-weight: 500;
  margin-top: 5px;
  display: block;
}

.contact-form-content-bottom-wrapper .single-contact-card:hover {
  transform: translateY(-5px) scale(1.01);
}
.contact-form-content-bottom-wrapper .single-contact-card a:hover {
  color: #180000;
}

.contact-form-content-bottom-wrapper .single-contact-card:hover .icon {
  transform: scaleX(-1);
}

.sign-in-area {
  padding: 30px;
  display: flex;
  gap: 30px;
  height: 100vh;
}

.sign-in-area .image img {
  height: 100%;
  object-fit: cover;
}

.sign-in-area .sign-in-form {
  max-width: 100%;
  width: 32%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sign-in-area .sign-in-form .logo-area {
  margin-bottom: 50px;
}

.sign-in-area .sign-in-form .title {
  text-align: center;
}

.sign-in-area .sign-in-form form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.sign-in-area .sign-in-form form .single-input-area a {
  color: var(--color-primary);
  text-decoration: underline;
}

.sign-in-area .sign-in-form form label {
  line-height: 1;
  color: var(--color-heading-1);
  margin-bottom: 15px;
  font-weight: 600;
}

.sign-in-area .sign-in-form form input {
  height: 60px;
  color: var(--color-heading-1);
  background: var(--color-white);
}

.sign-in-area .sign-in-form form input::placeholder {
  color: var(--color-body-1) !important;
  font-weight: 500;
  font-family: var(--font-primary);
}

.sign-in-area .sign-in-form form .checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.sign-in-area .sign-in-form form .checkbox-label span {
  color: var(--color-body-1);
  font-weight: 500;
}

.sign-in-area .sign-in-form form .checkbox-label input[type=checkbox] {
  accent-color: var(--color-primary);
  width: 16px;
  height: 16px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
  cursor: pointer;
  background: transparent;
  border: 1px solid var(--color-primary);
}

.sign-in-area .sign-in-form form .checkbox-item span {
  font-size: 16px;
}

.sign-in-area .sign-in-form form .checkbox-label span {
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
}

.sign-in-area .sign-in-form form input[type=checkbox]:checked {
  border-color: var(--color-primary);
  /* Green border when checked */
  background-color: var(--color-primary);
}

.sign-in-area .sign-in-form form input[type=checkbox]:checked::after {
  content: "\f00c";
  color: white;
  font-size: 12px;
  display: block;
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rts-marquee-area .marquee-wrapper {
  background: var(--color-primary);
  padding: 20px 0;
}

.rts-marquee-area .marquee-wrapper.two {
  background: var(--color-secondary);
  position: relative;
  bottom: 75px;
  transform: rotate(-3deg);
  z-index: -1;
}

.rts-marquee-area .marquee-wrapper .marquee-track {
  display: flex;
  gap: 40px;
  white-space: nowrap;
  align-items: center;
  will-change: transform;
  animation: marquees 20s linear infinite;
}

.rts-marquee-area .marquee-wrapper .marquee-track.two {
  animation: marquees2 20s linear infinite;
}

.rts-marquee-area .marquee-wrapper .marquee-item {
  display: flex;
  align-items: center;
}

.rts-marquee-area .marquee-wrapper .marquee-item .title {
  color: var(--color-white);
  margin-bottom: 0;
}

.rts-marquee-area .marquee-wrapper .marquee-item img {
  margin: 0 40px;
}

/* marquee animation */
@keyframes marquees {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-70%);
  }
}

@keyframes marquees2 {
  0% {
    transform: translateX(-70%);
  }

  100% {
    transform: translateX(0%);
  }
}

.package-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.package-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 58, 89, 0.09) 50.12%, rgba(0, 58, 89, 0.9) 89.79%);
  z-index: 1;
}

.package-wrapper .image-area {
  position: relative;
  z-index: 1;
}

.package-wrapper .wishlist {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 50%;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.1);
  display: block;
  text-align: center;
}

.package-wrapper .content {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 30px;
  right: 10px;
}

.package-wrapper .content .meta-content {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  margin-bottom: 10px;
}

.package-wrapper .content .meta-content li {
  color: var(--color-white);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}

.package-wrapper .content .title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 500;
}

.package-wrapper .content .title a {
  color: var(--color-white);
}

.package-wrapper .content .price {
  color: var(--color-white);
  line-height: 1;
}

.package-wrapper .tag {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  color: var(--color-heading-1);
  line-height: 1;
  font-weight: 500;
  padding: 7px 9px;
  background: #FFCC00;
}

.package-wrapper2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.package-wrapper2::after {
  display: none;
}

.package-wrapper2 .image-area {
  position: relative;
  z-index: 1;
}

.package-wrapper2 .image-area a {
  position: relative;
  z-index: 1;
  display: block;
}

.package-wrapper2 .image-area a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.58%, #000000 100%);
  z-index: 1;
}

.package-wrapper2 .wishlist {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 50%;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.3);
  display: block;
  text-align: center;
}

.package-wrapper2 .content {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 244px;
  width: 100%;
}

.package-wrapper2 .content .meta-content {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  margin-bottom: 10px;
}

.package-wrapper2 .content .meta-content li {
  color: var(--color-white);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}

.package-wrapper2 .content .title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.package-wrapper2 .content .title a {
  color: var(--color-white);
}

.package-wrapper2 .content .star-rating-area {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.package-wrapper2 .content .star-rating-area span {
  color: var(--color-white);
  line-height: 1;
  font-weight: 500;
  display: block;
}

.package-wrapper2 .content .star-rating-area span img {
  height: 16px;
}

.package-wrapper2 .content .bottom-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.package-wrapper2 .content .bottom-meta p {
  color: var(--color-white);
  margin-bottom: 0;
}

.package-wrapper2 .content .price {
  color: var(--color-white);
  line-height: 1;
}

.package-wrapper3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.package-wrapper3::after {
  display: none;
}

.package-wrapper3 .image-area {
  position: relative;
  z-index: 1;
}

.package-wrapper3 .image-area a {
  position: relative;
  z-index: 1;
  display: block;
}

.package-wrapper3 .wishlist {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 50%;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.3);
  display: block;
  text-align: center;
}

.package-wrapper3 .content {
  padding: 30px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: var(--color-border);
  border-radius: 0 0 10px 10px;
}

.package-wrapper3 .content .meta-content {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  margin-bottom: 15px;
}

.package-wrapper3 .content .meta-content li {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  color: var(--color-primary);
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}

.package-wrapper3 .content .title {
  line-height: 1.1;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.package-wrapper3 .content .desc {
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.package-wrapper3 .content .star-rating-area {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.package-wrapper3 .content .star-rating-area span {
  line-height: 1;
  font-weight: 500;
  display: block;
  font-family: "Roboto", sans-serif;
  color: var(--color-primary);
}

.package-wrapper3 .content .star-rating-area span img {
  height: 16px;
}

.package-wrapper3 .content .bottom-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.package-wrapper3 .content .bottom-meta p {
  margin-bottom: 0;
}

.package-wrapper3 .content .price {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--color-primary);
}

.package-wrapper3.kayaking .wishlist {
  background: var(--color-white);
  transition: var(--transition);
}

.package-wrapper3.kayaking .wishlist i {
  color: var(--color-primary);
  transition: var(--transition);
}

.package-wrapper3.kayaking .content {
  padding: 20px 0 0;
  border: none;
}

.package-wrapper3.kayaking .content .meta-content .location {
  color: var(--color-primary);
}

.package-wrapper3.kayaking .content .title {
  font-size: 19px;
  text-transform: capitalize;
}

.package-wrapper3.kayaking .content .price {
  margin-top: 16px;
  color: var(--color-body-1);
}

.package-wrapper3.kayaking:hover .wishlist {
  background: var(--color-primary);
}

.package-wrapper3.kayaking:hover .wishlist i {
  color: var(--color-white);
}

.package-wrapper4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}

.package-wrapper4:hover .wishlist {
  background: var(--color-primary);
}

.package-wrapper4::after {
  display: none;
}

.package-wrapper4 .image-area {
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.package-wrapper4 .image-area a {
  position: relative;
  z-index: 1;
  display: block;
}

.package-wrapper4 .tag {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 20px;
  color: var(--color-heading-1);
  background: #ffffff;
  display: block;
  text-align: center;
  transition: var(--transition);
  padding: 8px 8px 7px;
  border-radius: 4px;
  line-height: 1;
  font-weight: 500;
}

.package-wrapper4 .wishlist {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 50%;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.3);
  display: block;
  text-align: center;
  transition: var(--transition);
}

.package-wrapper4 .content {
  padding: 30px 20px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: var(--color-border);
  border-radius: 0 0 10px 10px;
  background: #fff;
}

.package-wrapper4 .content .meta-content {
  display: flex;
  align-items: center;
  /* gap: 30px; */
  justify-content: space-between;
  margin: 0;
  margin-bottom: 20px;
}

.package-wrapper4 .content .meta-content li {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  color: var(--color-heading-1);
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}

.package-wrapper4 .content .meta-content li i {
  color: var(--color-primary);
}

.package-wrapper4 .content .title {
  line-height: 1.1;
  margin-bottom: 10px;
  /* text-transform: uppercase; */
}

.package-wrapper4 .content .desc {
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.package-wrapper4 .content .star-rating-area {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
}

.package-wrapper4 .content .star-rating-area span {
  line-height: 1;
  font-weight: 500;
  display: block;
  font-family: "Roboto", sans-serif;
  color: var(--color-heading-1);
}

.package-wrapper4 .content .bottom-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.package-wrapper4 .content .bottom-meta p {
  margin-bottom: 0;
}

.package-wrapper4 .content .price {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--color-heading-1);
  display: flex;
  align-items: center;
  gap: 10px;
}

.package-wrapper4 .content .price span {
  font-size: 20px;
  line-height: 1;
  display: block;
  font-family: "Sunsive";
  font-weight: 600;
}

.package-wrapper4 .content .price span.previous {
  font-size: 16px;
  line-height: 1;
  color: var(--color-body-1);
  text-decoration: line-through;
  font-family: var(--font-four);
}

.package-wrapper5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: var(--transition);
}

.package-wrapper5::after {
  display: none;
}

.package-wrapper5 .image-area {
  position: relative;
  z-index: 1;
}

.package-wrapper5 .image-area a {
  position: relative;
  z-index: 1;
  display: block;
}

.package-wrapper5:hover .wishlist {
  background: var(--color-primary);
  color: var(--color-white);
}

.package-wrapper5 .wishlist {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 50%;
  color: var(--color-heading-1);
  background: var(--color-white);
  display: block;
  text-align: center;
  transition: var(--transition);
}

.package-wrapper5 .content {
  padding: 34px 20px 33px 30px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: var(--color-border);
  border-radius: 0 0 10px 10px;
}

.package-wrapper5 .content .meta-content {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  margin-bottom: 15px;
}

.package-wrapper5 .content .meta-content li {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  color: var(--color-heading-1);
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}

.package-wrapper5 .content .title {
  line-height: 1.1;
  margin-bottom: 10px;
}

.package-wrapper5 .content .desc {
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.package-wrapper5 .content .star-rating-area {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.package-wrapper5 .content .star-rating-area span {
  line-height: 1;
  font-weight: 500;
  display: block;
  font-family: "Roboto", sans-serif;
  color: var(--color-heading-1);
}

.package-wrapper5 .content .star-rating-area span img {
  height: 16px;
}

.package-wrapper5 .content .bottom-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.package-wrapper5 .content .bottom-meta p {
  margin-bottom: 0;
}

.package-wrapper5 .content .price {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--color-heading-1);
}

.package-wrapper5 .content .price .previous {
  text-decoration: line-through;
  font-size: 14px;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

.main-isotop .button-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--color-border);
}

.main-isotop .button-group button {
  border: none;
  padding: 0;
  padding-bottom: 25px;
  width: max-content;
  display: flex;
  align-items: center;
  color: var(--color-heading-1);
  gap: 6px;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.main-isotop .button-group button::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: var(--color-primary);
  transition: var(--transition);
}

.main-isotop .button-group button img {
  height: 26px;
}

.main-isotop .button-group button.is-checked::after,
.main-isotop .button-group button:hover::after {
  width: 100%;
  left: 0;
  right: unset;
}

.tab-area .nav-tabs {
  margin: 0;
  border: none;
  gap: 60px;
}

.tab-area .nav-tabs li {
  margin: 0;
}

.tab-area .nav-tabs li button {
  color: var(--color-white);
  border: none;
  position: relative;
  background: transparent;
  padding: 0;
  display: inline-block;
  line-height: 1;
}

.tab-area .nav-tabs li button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--color-primary);
  transition: var(--transition);
}

.tab-area .nav-tabs li button.active {
  background: transparent;
  color: var(--color-primary);
}

.tab-area .nav-tabs li button.active::after {
  width: 100%;
}

.rts-tour-packages-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.rts-faq-area.kayaking {
  background: #E3FFFC;
}

.rts-faq-area.kayaking .faq-content {
  margin-left: 120px;
}

.rts-faq-area.kayaking .accordion .accordion-item {
  border-color: #B7EAE4;
}

.rts-faq-area.kayaking .accordion .accordion-body {
  max-width: 780px;
}

.faq-content {
  margin-left: 50px;
}

.accordion .accordion-item {
  background: none;
  border: none;
  padding: 24px 0;
  border-bottom: 1px solid var(--color-border);
}

.accordion .accordion-item:first-child {
  padding-top: 0;
}

.accordion .accordion-item:last-child {
  border: none;
}

.accordion .accordion-item .accordion-header button {
  color: var(--color-heading-1);
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
}

.accordion .accordion-item .accordion-header button::after {
  background: none;
  width: auto;
  height: auto;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  text-align: center;
  color: var(--color-primary);
  position: absolute;
  right: 0;
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
  background: var(--color-primary);
  color: var(--color-white);
}

.accordion .accordion-item .accordion-body {
  padding: 0;
  font-weight: 500;
  line-height: 1.3;
  max-width: 660px;
  padding-top: 15px;
}

.rts-trip-type-area .section-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.trip-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.trip-wrapper .image-area {
  position: relative;
  z-index: 1;
}

.trip-wrapper .image-area::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
}

.trip-wrapper .content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}

.trip-wrapper .content .title {
  margin-bottom: 0;
  color: var(--color-white);
  font-weight: 500;
}

.hiking-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}

.hiking-wrapper .image-area {
  position: relative;
  z-index: 1;
}

.hiking-wrapper .image-area::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 58, 89, 0.6);
  left: 0;
  top: 0;
}

.hiking-wrapper .content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  text-align: center;
}

.hiking-wrapper .content .title {
  margin-bottom: 0;
  color: var(--color-white);
  font-weight: 500;
}

.hiking-wrapper .content p {
  color: var(--color-white);
}

.tour-wrapper {
  background: #ecf5fa;
  position: relative;
  z-index: 1;
  padding: 15px;
  width: 315px;
}

.tour-wrapper .image-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.tour-wrapper .image-area .tag {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  color: var(--color-heading-1);
  background: var(--color-white);
  line-height: 1;
  font-weight: 500;
  padding: 7px 9px;
}

.tour-wrapper .content {
  margin-top: 25px;
  padding: 0 8px;
}

.tour-wrapper .content .title {
  margin-bottom: 10px;
  font-size: 18px;
  /* text-align: center; */
}

.tour-wrapper .content .meta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.tour-wrapper .content .meta-content li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: var(--color-heading-1);
  margin: 0;
}

.tour-wrapper .content .meta-content li i {
  color: var(--color-primary);
}

.tour-wrapper .content .star-rating-area ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.tour-wrapper .content .star-rating-area ul li {
  color: #0f8228;
  margin: 0;
  margin-top: 12px;
}

.tour-wrapper .content .star-rating-area p {
  font-weight: 500;
  color: var(--color-heading-1);
}

.tour-wrapper .content .button-area {
  margin-top: 25px;
}

.tour-wrapper .content .button-area .rts-btn {
  width: 100%;
  max-width: 100%;
  text-align: center;
  border: 1px solid #ba6827;
}

.tour-wrapper-two {
  background: transparent;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #9FDEFF;
}

.tour-wrapper-two:hover .image-area .wishlist {
  background: var(--color-primary);
  color: var(--color-white);
}

.tour-wrapper-two .image-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.tour-wrapper-two .image-area .tag {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  color: var(--color-heading-1);
  line-height: 1;
  font-weight: 500;
  padding: 7px 9px;
  background: #FFCC00;
}

.tour-wrapper-two .image-area .wishlist {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  display: block;
  text-align: center;
  color: var(--color-heading-1);
  background: var(--color-white);
  border-radius: 50%;
  transition: var(--transition);
}

.tour-wrapper-two .content {
  padding: 28px 30px;
  flex-basis: 52%;
}

.tour-wrapper-two .content .title {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.tour-wrapper-two .content .meta-content {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.tour-wrapper-two .content .meta-content li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: var(--color-heading-1);
  margin: 0;
}

.tour-wrapper-two .content .meta-content li i {
  color: var(--color-primary);
}

.tour-wrapper-two .content .star-rating-area ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.tour-wrapper-two .content .star-rating-area ul li {
  color: var(--color-primary);
  margin: 0;
  margin-top: 15px;
}

.tour-wrapper-two .content .star-rating-area p {
  font-weight: 500;
  color: var(--color-heading-1);
}

.tour-wrapper-two .content .button-area {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.tour-wrapper-two .content .button-area .price-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tour-wrapper-two .content .button-area .price-area .current {
  color: var(--color-primary);
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.tour-wrapper-two .content .button-area .price-area .previous {
  color: var(--color-body-1);
  font-size: 14px;
  line-height: 1;
  text-decoration: line-through;
  font-weight: 500;
}

.rts-limited-deal-area .section-top-area .button-area,
.rts-blog-area .section-top-area .button-area {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-direction: row;
}

.rts-limited-deal-area .section-top-area .button-area .swiper-btn,
.rts-blog-area .section-top-area .button-area .swiper-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: block;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.rts-limited-deal-area .section-top-area .button-area .swiper-btn.swiper-btn-next,
.rts-limited-deal-area .section-top-area .button-area .swiper-btn.swiper-btn-next2,
.rts-blog-area .section-top-area .button-area .swiper-btn.swiper-btn-next,
.rts-blog-area .section-top-area .button-area .swiper-btn.swiper-btn-next2 {
  background: var(--color-primary);
  color: var(--color-white);
}

.rts-limited-deal-area .swiper-pagination-area,
.rts-blog-area .swiper-pagination-area {
  z-index: 1;
}

.rts-limited-deal-area .swiper-pagination-area .slider-dots2,
.rts-blog-area .swiper-pagination-area .slider-dots2 {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.rts-limited-deal-area .swiper-pagination-area .swiper-pagination-bullet,
.rts-blog-area .swiper-pagination-area .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 0;
  margin: 0;
  opacity: 1;
  background: transparent;
  border: 1px solid var(--color-primary);
  transform: rotate(45deg);
}

.rts-limited-deal-area .swiper-pagination-area .swiper-pagination-bullet.swiper-pagination-bullet-active,
.rts-blog-area .swiper-pagination-area .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.rts-tour-area.summer-travel .slider-btn-area {
  display: flex;
  align-items: center;
  gap: 7px;
}

.rts-tour-area.summer-travel .slider-btn-area .swiper-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: block;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.rts-tour-area.summer-travel .slider-btn-area .swiper-btn.swiper-btn-next {
  background: var(--color-primary);
  color: var(--color-white);
}

.rts-tour-area.inner .left-sidebar-area,
.rts-blog-area.inner .left-sidebar-area {
  border: 1px solid var(--color-border);
  padding: 30px;
}

.rts-tour-area.inner .left-sidebar-area .title,
.rts-blog-area.inner .left-sidebar-area .title {
  font-size: 20px;
  margin-bottom: 0;
}

.rts-tour-area.inner .left-sidebar-area .side-box,
.rts-blog-area.inner .left-sidebar-area .side-box {
  position: relative;
  z-index: 1;
  /* padding-top: 24px;
  margin-top: 20px;
  border-top: 1px solid var(--color-border); */
}

.rts-tour-area.inner .left-sidebar-area .side-box h6,
.rts-blog-area.inner .left-sidebar-area .side-box h6 {
  font-size: 16px;
}
.rts-tour-area.inner .left-sidebar-area .side-box h3,
.rts-blog-area.inner .left-sidebar-area .side-box h3 {
  font-size: 16px;
}

.rts-tour-area.inner .left-sidebar-area .side-box .checkbox-item,
.rts-blog-area.inner .left-sidebar-area .side-box .checkbox-item {
  margin: 7px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rts-tour-area.inner .left-sidebar-area .side-box .checkbox-item span,
.rts-blog-area.inner .left-sidebar-area .side-box .checkbox-item span {
  font-weight: 500;
}

.rts-tour-area.inner .left-sidebar-area .side-box .checkbox-list,
.rts-blog-area.inner .left-sidebar-area .side-box .checkbox-list {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}

.rts-tour-area.inner .left-sidebar-area .side-box .checkbox-list .checkbox-label,
.rts-blog-area.inner .left-sidebar-area .side-box .checkbox-list .checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rts-tour-area.inner .left-sidebar-area .side-box .checkbox-list .checkbox-label input[type=checkbox],
.rts-blog-area.inner .left-sidebar-area .side-box .checkbox-list .checkbox-label input[type=checkbox] {
  accent-color: var(--color-primary);
  width: 16px;
  height: 16px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
  cursor: pointer;
}

.rts-tour-area.inner .left-sidebar-area .side-box .checkbox-list .checkbox-item span,
.rts-blog-area.inner .left-sidebar-area .side-box .checkbox-list .checkbox-item span {
  font-size: 16px;
}

.rts-tour-area.inner .left-sidebar-area .side-box .checkbox-list .checkbox-label span,
.rts-blog-area.inner .left-sidebar-area .side-box .checkbox-list .checkbox-label span {
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
}

.rts-tour-area.inner .left-sidebar-area .side-box .checkbox-list input[type=checkbox]:checked,
.rts-blog-area.inner .left-sidebar-area .side-box .checkbox-list input[type=checkbox]:checked {
  border-color: var(--color-primary);
  /* Green border when checked */
  background-color: var(--color-primary);
}

.rts-tour-area.inner .left-sidebar-area .side-box .checkbox-list input[type=checkbox]:checked::after,
.rts-blog-area.inner .left-sidebar-area .side-box .checkbox-list input[type=checkbox]:checked::after {
  content: "\f00c";
  color: white;
  font-size: 12px;
  display: block;
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rts-tour-area.inner .left-sidebar-area .side-box .btn,
.rts-blog-area.inner .left-sidebar-area .side-box .btn {
  color: var(--color-heading-1);
  text-decoration: underline;
  font-size: 14px;
  padding: 0;
}

.rts-tour-area.inner .left-sidebar-area .side-box .cross,
.rts-blog-area.inner .left-sidebar-area .side-box .cross {
  position: absolute;
  right: 0;
  top: 24px;
  color: var(--color-border);
  font-size: 14px;
}

.rts-tour-area.inner .left-sidebar-area .side-box .slider-container,
.rts-blog-area.inner .left-sidebar-area .side-box .slider-container {
  width: 100%;
  position: relative;
}

.rts-tour-area.inner .left-sidebar-area .side-box .range-slider,
.rts-blog-area.inner .left-sidebar-area .side-box .range-slider {
  position: relative;
}

.rts-tour-area.inner .left-sidebar-area .side-box .range-slider input[type=range],
.rts-blog-area.inner .left-sidebar-area .side-box .range-slider input[type=range] {
  position: absolute;
  width: 100%;
  appearance: none;
  background: none;
  pointer-events: none;
  border: none;
  height: auto;
  padding: 0;
  top: 3px;
}

.rts-tour-area.inner .left-sidebar-area .side-box .range-slider input[type=range]::-webkit-slider-thumb,
.rts-blog-area.inner .left-sidebar-area .side-box .range-slider input[type=range]::-webkit-slider-thumb {
  appearance: none;
  height: 20px;
  width: 20px;
  background-color: var(--color-primary);
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-top: -10px;
  z-index: 1;
  position: relative;
}

.rts-tour-area.inner .left-sidebar-area .side-box .range-slider .track,
.rts-blog-area.inner .left-sidebar-area .side-box .range-slider .track {
  position: relative;
  height: 8px;
  background-color: #eee;
  width: 100%;
  top: 0;
}

.rts-tour-area.inner .left-sidebar-area .side-box .range-slider .range,
.rts-blog-area.inner .left-sidebar-area .side-box .range-slider .range {
  position: absolute;
  height: 6px;
  background-color: var(--color-primary);
  top: 0;
  z-index: 1;
}

.rts-tour-area.inner .left-sidebar-area .side-box .price-labels,
.rts-blog-area.inner .left-sidebar-area .side-box .price-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.rts-tour-area.inner .left-sidebar-area .side-box .price-labels span,
.rts-blog-area.inner .left-sidebar-area .side-box .price-labels span {
  font-size: 16px;
  color: var(--color-heading-1);
  font-weight: 500;
}

.rts-tour-area.inner .left-sidebar-area .side-box.search-area form .input-wrapper,
.rts-blog-area.inner .left-sidebar-area .side-box.search-area form .input-wrapper {
  position: relative;
  z-index: 1;
}

.rts-tour-area.inner .left-sidebar-area .side-box.search-area form .input-wrapper input,
.rts-blog-area.inner .left-sidebar-area .side-box.search-area form .input-wrapper input {
  border-radius: 6px;
  border: 1px solid var(--color-border);
  padding: 13px 42px;
  color: var(--color-heading-1);
}

.rts-tour-area.inner .left-sidebar-area .side-box.search-area form .input-wrapper input::placeholder,
.rts-blog-area.inner .left-sidebar-area .side-box.search-area form .input-wrapper input::placeholder {
  color: var(--color-body) !important;
  font-weight: 500 !important;
}

.rts-tour-area.inner .left-sidebar-area .side-box.search-area form .input-wrapper button,
.rts-blog-area.inner .left-sidebar-area .side-box.search-area form .input-wrapper button {
  border: none;
  max-width: max-content;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  color: var(--color-primary);
}

.rts-tour-area.inner .left-sidebar-area .side-box.blog-post .blog-list,
.rts-blog-area.inner .left-sidebar-area .side-box.blog-post .blog-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}

.rts-tour-area.inner .left-sidebar-area .side-box.blog-post .blog-list li,
.rts-blog-area.inner .left-sidebar-area .side-box.blog-post .blog-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}

.rts-tour-area.inner .left-sidebar-area .side-box.blog-post .blog-list li .image-area,
.rts-blog-area.inner .left-sidebar-area .side-box.blog-post .blog-list li .image-area {
  min-width: 100px;
}

.rts-tour-area.inner .left-sidebar-area .side-box.blog-post .blog-list li .content h6,
.rts-blog-area.inner .left-sidebar-area .side-box.blog-post .blog-list li .content h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
}

.rts-tour-area.inner .left-sidebar-area .side-box.blog-post .blog-list li .content h6 a,
.rts-blog-area.inner .left-sidebar-area .side-box.blog-post .blog-list li .content h6 a {
  color: var(--color-heading-1);
}

.rts-tour-area.inner .left-sidebar-area .side-box.blog-post .blog-list li .content p,
.rts-blog-area.inner .left-sidebar-area .side-box.blog-post .blog-list li .content p {
  font-size: 14px;
}

.rts-tour-area.inner .left-sidebar-area .side-box.tag-area ul,
.rts-blog-area.inner .left-sidebar-area .side-box.tag-area ul {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.rts-tour-area.inner .left-sidebar-area .side-box.tag-area ul li,
.rts-blog-area.inner .left-sidebar-area .side-box.tag-area ul li {
  background: var(--color-bg-1);
  line-height: 1;
  padding: 8px 12px;
  border-radius: 4px;
  color: var(--color-heading-1);
  margin: 0;
  font-weight: 500;
}

.rts-tour-area.inner .blog-details-area .top-image,
.rts-blog-area.inner .blog-details-area .top-image {
  height: 500px;
}

.rts-tour-area.inner .blog-details-area .top-image img,
.rts-blog-area.inner .blog-details-area .top-image img {
  height: 100%;
  object-fit: cover;
}

.rts-tour-area.inner .blog-details-area h2,
.rts-blog-area.inner .blog-details-area h2 {
  font-size: 28px;
  font-weight: 500;
}
.rts-tour-area.inner .blog-details-area h3,
.rts-blog-area.inner .blog-details-area h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (min-width: 576px) {

  .rts-tour-area.inner .blog-details-area h2,
  .rts-blog-area.inner .blog-details-area h2 {
    line-height: 1;
  }
}

.rts-tour-area.inner .blog-details-area ul,
.rts-blog-area.inner .blog-details-area ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.rts-tour-area.inner .blog-details-area ul li,
.rts-blog-area.inner .blog-details-area ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  margin: 0;
}

.rts-tour-area.inner .blog-details-area ul li i,
.rts-blog-area.inner .blog-details-area ul li i {
  color: var(--color-primary);
  font-size: 24px;
}

.rts-tour-area.inner .blog-details-area ul.feature-list li,
.rts-blog-area.inner .blog-details-area ul.feature-list li {
  width: 30%;
}

.rts-tour-area.inner .blog-details-area ul.specs-list li span,
.rts-blog-area.inner .blog-details-area ul.specs-list li span {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: var(--color-white);
  background: var(--color-primary);
  font-size: 18px;
  text-align: center;
  border-radius: 6px;
}

.rts-tour-area.inner .blog-details-area ul.specs-list li h6,
.rts-blog-area.inner .blog-details-area ul.specs-list li h6 {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 5px;
}

.rts-tour-area.inner .blog-details-area ul.specs-list li p,
.rts-blog-area.inner .blog-details-area ul.specs-list li p {
  font-size: 14px;
}

.rts-tour-area.inner .blog-details-area ul.feature-list2,
.rts-blog-area.inner .blog-details-area ul.feature-list2 {
  gap: 0;
}

.rts-tour-area.inner .blog-details-area ul.feature-list2 li,
.rts-blog-area.inner .blog-details-area ul.feature-list2 li {
  width: 50%;
  padding: 18px 29px;
}

.rts-tour-area.inner .blog-details-area ul.feature-list2 li:nth-child(odd),
.rts-blog-area.inner .blog-details-area ul.feature-list2 li:nth-child(odd) {
  padding-left: 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--color-border);
}

.rts-tour-area.inner .blog-details-area ul.feature-list2 li:nth-child(even),
.rts-blog-area.inner .blog-details-area ul.feature-list2 li:nth-child(even) {
  padding-right: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--color-border);
}

.rts-tour-area.inner .blog-details-area ul.feature-list2 li:nth-child(1),
.rts-tour-area.inner .blog-details-area ul.feature-list2 li:nth-child(2),
.rts-blog-area.inner .blog-details-area ul.feature-list2 li:nth-child(1),
.rts-blog-area.inner .blog-details-area ul.feature-list2 li:nth-child(2) {
  border-top: 1px solid var(--color-border);
}

.rts-tour-area.inner .blog-details-area ul.feature-list2 li i,
.rts-blog-area.inner .blog-details-area ul.feature-list2 li i {
  font-size: 20px;
}

.rts-tour-area.inner .blog-details-area ul.feature-list2 li .text,
.rts-blog-area.inner .blog-details-area ul.feature-list2 li .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.rts-tour-area.inner .blog-details-area ul.feature-list2 li .text p,
.rts-blog-area.inner .blog-details-area ul.feature-list2 li .text p {
  margin-bottom: 0;
}

.rts-tour-area.inner .blog-details-area form,
.rts-blog-area.inner .blog-details-area form {
  background: var(--color-gray);
  border-radius: 10px;
  padding: 30px;
}

.rts-tour-area.inner .blog-details-area form h2,
.rts-blog-area.inner .blog-details-area form h2 {
  margin-bottom: 20px;
}

.rts-tour-area.inner .blog-details-area form .input-wrapper,
.rts-blog-area.inner .blog-details-area form .input-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.rts-tour-area.inner .blog-details-area form .input-wrapper input,
.rts-blog-area.inner .blog-details-area form .input-wrapper input {
  padding: 9px 15px;
  border-radius: 4px;
  border: 1px solid var(--color-border);
  background: var(--color-white);
}

.rts-tour-area.inner .blog-details-area form textarea,
.rts-blog-area.inner .blog-details-area form textarea {
  padding: 9px 15px;
  border-radius: 4px;
  border: 1px solid var(--color-border);
  min-height: 120px;
  margin-bottom: 20px;
}

.rts-tour-area.inner .blog-details-area form .form-bottom,
.rts-blog-area.inner .blog-details-area form .form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rts-tour-area.inner .blog-details-area form .form-bottom label a,
.rts-blog-area.inner .blog-details-area form .form-bottom label a {
  color: var(--color-primary);
}

.rts-tour-area.inner .blog-details-area form .form-bottom button,
.rts-blog-area.inner .blog-details-area form .form-bottom button {
  display: flex;
  align-items: center;
  gap: 6px;
}

.rts-tour-area.inner .blog-details-area .quote-area,
.rts-blog-area.inner .blog-details-area .quote-area {
  background: #fff;
  border-radius: 16px;
  padding: 30px 45px 50px 45px;
  font-size: 24px;
  font-family: var(--font-primary);
  color: var(--color-heading-1);
  font-weight: 500;
  line-height: 34px;
}

.rts-tour-area.inner .blog-details-area .quote-area .image img,
.rts-blog-area.inner .blog-details-area .quote-area .image img {
  margin: 0;
  position: unset;
}

.rts-tour-area.inner .blog-details-area .quote-area img,
.rts-blog-area.inner .blog-details-area .quote-area img {
  margin-left: 20px;
  position: relative;
  top: 30px;
}

.rts-tour-area.inner .blog-details-area .tag-area,
.rts-blog-area.inner .blog-details-area .tag-area {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}

.rts-tour-area.inner .blog-details-area .tag-area li,
.rts-blog-area.inner .blog-details-area .tag-area li {
  background: var(--color-bg-1);
  line-height: 1;
  font-size: 14px;
  padding: 8px 13px;
  border-radius: 4px;
  text-align: center;
  display: block;
  width: unset;
  color: var(--color-heading-1);
}

.rts-tour-area.inner .blog-details-area .share-link,
.rts-blog-area.inner .blog-details-area .share-link {
  display: flex;
  align-items: center;
  gap: 23px;
}

.rts-tour-area.inner .blog-details-area .share-link h2,
.rts-blog-area.inner .blog-details-area .share-link h2 {
  margin-bottom: 0;
}

.rts-tour-area.inner .blog-details-area .share-link ul,
.rts-blog-area.inner .blog-details-area .share-link ul {
  gap: 15px;
  margin: 0;
}

.rts-tour-area.inner .blog-details-area .share-link ul li,
.rts-blog-area.inner .blog-details-area .share-link ul li {
  width: unset;
  flex-wrap: nowrap;
}

.rts-tour-area.inner .blog-details-area .share-link ul li a,
.rts-blog-area.inner .blog-details-area .share-link ul li a {
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 10px;
  background: var(--color-primary);
}

.rts-tour-area.inner .blog-details-area .share-link ul li a i,
.rts-blog-area.inner .blog-details-area .share-link ul li a i {
  color: var(--color-white);
  font-size: 16px;
}

.rts-tour-area.inner .blog-details-area .comment-box,
.rts-blog-area.inner .blog-details-area .comment-box {
  position: relative;
  z-index: 1;
}

.rts-tour-area.inner .blog-details-area .comment-box .author,
.rts-blog-area.inner .blog-details-area .comment-box .author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.rts-tour-area.inner .blog-details-area .comment-box .author .content h6,
.rts-blog-area.inner .blog-details-area .comment-box .author .content h6 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}

.rts-tour-area.inner .blog-details-area .comment-box .author .content p,
.rts-blog-area.inner .blog-details-area .comment-box .author .content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}

.rts-tour-area.inner .blog-details-area .comment-box p,
.rts-blog-area.inner .blog-details-area .comment-box p {
  margin-bottom: 15px;
}

.rts-tour-area.inner .blog-details-area .comment-box .reply-btn,
.rts-blog-area.inner .blog-details-area .comment-box .reply-btn {
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 8px;
}

.rts-tour-area.inner .blog-details-area .comment-box .reply-btn img,
.rts-blog-area.inner .blog-details-area .comment-box .reply-btn img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(97%) saturate(404%) hue-rotate(344deg) brightness(97%) contrast(90%);
}

.rts-tour-area.inner .blog-details-area .comment-form,
.rts-blog-area.inner .blog-details-area .comment-form {
  background: var(--color-bg-1);
  border-radius: 10px;
  padding: 30px;
}

.rts-tour-area.inner .blog-details-area .comment-form form,
.rts-blog-area.inner .blog-details-area .comment-form form {
  padding: 0;
}

.rts-tour-area.inner .blog-details-area .comment-form form textarea::placeholder,
.rts-blog-area.inner .blog-details-area .comment-form form textarea::placeholder {
  font-weight: 500;
}

.tour-wrapper-list {
  background: transparent;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--color-border);
}

.tour-wrapper-list:hover .image-area .wishlist {
  background: var(--color-primary);
  color: var(--color-white);
}

.tour-wrapper-list .image-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.tour-wrapper-list .image-area .tag {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  color: var(--color-heading-1);
  line-height: 1;
  font-weight: 500;
  padding: 7px 9px;
  background: #FFCC00;
}

.tour-wrapper-list .image-area .wishlist {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  display: block;
  text-align: center;
  color: var(--color-heading-1);
  background: var(--color-white);
  border-radius: 50%;
  transition: var(--transition);
}

.tour-wrapper-list .content {
  padding: 28px 30px;
  flex-basis: 68%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tour-wrapper-list .content .left {
  max-width: 371px;
}

.tour-wrapper-list .content .title {
  margin-bottom: 8px;
  text-transform: capitalize;
}

.tour-wrapper-list .content .meta-content {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

.tour-wrapper-list .content .meta-content li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: var(--color-heading-1);
  margin: 0;
}

.tour-wrapper-list .content .meta-content li i {
  color: var(--color-primary);
}

.tour-wrapper-list .content .desc {
  margin-bottom: 12px;
}

.tour-wrapper-list .content .star-rating-area {
  display: flex;
  align-items: center;
  gap: 5px;
}

.tour-wrapper-list .content .star-rating-area ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.tour-wrapper-list .content .star-rating-area ul li {
  color: var(--color-primary);
  margin: 0;
  margin-top: 0;
}

.tour-wrapper-list .content .star-rating-area p {
  font-weight: 500;
  color: var(--color-heading-1);
  margin-bottom: 0;
}

.tour-wrapper-list .content .button-area {
  margin-top: 25px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 20px;
  min-width: max-content;
}

.tour-wrapper-list .content .button-area .price-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tour-wrapper-list .content .button-area .price-area .current {
  color: var(--color-primary);
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.tour-wrapper-list .content .button-area .price-area .previous {
  color: var(--color-body-1);
  font-size: 14px;
  line-height: 1;
  text-decoration: line-through;
  font-weight: 500;
}

.rts-tour-area.inner .form-area {
  padding: 0;
  background: none;
  box-shadow: none;
}

.rts-tour-area.inner .form-area .custom-select {
  position: relative;
  width: max-content;
  cursor: pointer;
}

.rts-tour-area.inner .form-area .custom-select .tag {
  margin-bottom: 10px;
  color: var(--color-white);
  font-weight: 500;
}

.rts-tour-area.inner .form-area .custom-select .icon {
  position: absolute;
  z-index: 1;
  left: 12px;
  bottom: 15px;
}

.rts-tour-area.inner .form-area .custom-select .icon svg path {
  fill: var(--color-white);
}

.rts-tour-area.inner .form-area .custom-select .dropdown-icon {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: var(--transition);
  font-size: 14px;
  line-height: 1;
}

.rts-tour-area.inner .form-area .custom-select.active .dropdown-icon {
  transform: translateY(-50%) rotate(-180deg);
}

.rts-tour-area.inner .form-area .custom-select-trigger {
  background: transparent;
  border: 1px solid #FFD7B7;
  padding: 13px 44px 13px 15px;
  border-radius: 4px;
  font-weight: 500;
  color: var(--color-heading-1);
  position: relative;
  z-index: 1;
  line-height: 1;
}

.rts-tour-area.inner .form-area .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0;
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  display: block;
  z-index: 10;
  max-height: 250px;
  height: 0;
  overflow-y: scroll;
  transition: all 0.4s;
}

.rts-tour-area.inner .form-area .custom-options .option {
  padding: 6px 13px;
  transition: all 0.4s;
  margin: 0;
  font-size: 12px;
}

.rts-tour-area.inner .form-area .custom-options .option.selected {
  background: var(--color-primary);
  color: var(--color-white);
}

.rts-tour-area.inner .form-area .custom-options .option:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.rts-tour-area.inner .form-area .custom-options .selected {
  font-weight: 500;
}

.rts-tour-area.inner .form-area .button-area .rts-btn {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.rts-tour-area.inner .form-area .button-area .rts-btn svg path {
  transition: var(--transition);
}

.rts-tour-area.inner .form-area .button-area .rts-btn:hover svg path {
  fill: var(--color-primary);
}

.rts-tour-area.inner.with-map {
  padding-left: 125px;
  overflow: hidden;
}

.rts-tour-area.inner.with-map .section-inner {
  display: flex;
  gap: 50px;
}

.rts-tour-area.inner.with-map .section-inner .right-map-area {
  width: 45%;
}

.rts-tour-area.inner.with-map .section-inner .right-map-area .contact-map-area-fluid {
  height: 100%;
}

.rts-tour-area.inner.with-map .section-inner .right-map-area iframe {
  width: 100%;
  height: 100%;
}

.rts-course-pagination-area ul {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin: 0;
}

.rts-course-pagination-area ul li {
  margin: 0;
}

.rts-course-pagination-area ul li button {
  text-align: center;
  color: var(--color-heading-1);
  border: none;
  padding: 0;
}

.rts-course-pagination-area ul li button.active {
  border-radius: 4px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--color-primary);
  color: var(--color-white);
}

.rts-tour-details-area .bottom-content-area {
  display: flex;
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.rts-tour-details-area .bottom-content-area .left {
  max-width: 67%;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.rts-tour-details-area .bottom-content-area .right {
  max-width: 33%;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.rts-tour-details-area .bottom-content-area .right .sticky-top {
  top: 100px;
}

.rts-tour-details-area .bottom-content-area .right .pricing-box .tag {
  background: #0f8228;
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px 8px;
  max-width: max-content;
}

.rts-tour-details-area .bottom-content-area .right .pricing-box .price-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.rts-tour-details-area .bottom-content-area .right .pricing-box .price-area::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-border);
}

.rts-tour-details-area .bottom-content-area .right .pricing-box .price-area .price .prev h6 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  gap: 10px;
}

.rts-tour-details-area .bottom-content-area .right .pricing-box .price-area .price .prev h6 span {
  text-decoration: line-through;
}

.rts-tour-details-area .bottom-content-area .right .pricing-box .price-area .price .current h5 {
  margin-bottom: 0;
  font-size: 26px;
}

.rts-tour-details-area .bottom-content-area .right .pricing-box .price-area .price .current h5 span {
  color: var(--color-body-1);
  font-size: 16px;
  font-weight: 500;
}

.rts-tour-details-area .bottom-content-area .right .pricing-box .mid-area ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 20px 0 30px !important;
  border-top: 1px solid var(--color-border);
}

.rts-tour-details-area .bottom-content-area .right .pricing-box .mid-area li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-body-1);
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.rts-tour-details-area .bottom-content-area .right .pricing-box .mid-area li i {
  color: var(--color-primary);
}

.rts-tour-details-area .bottom-content-area .right .pricing-box .rts-btn {
  padding: 14px 15px;
}

.rts-tour-details-area .bottom-content-area .right .pricing-box p.desc {
  color: var(--color-body-1);
  margin-top: 15px;
}

.rts-tour-details-area .bottom-content-area .right .pricing-box p.desc a {
  color: var(--color-primary);
}

.rts-tour-details-area .bottom-content-area .content-box {
  padding: 20px;
}

.rts-tour-details-area .bottom-content-area .tour-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-border);
  gap: 20px;
}

.rts-tour-details-area .bottom-content-area .tour-content .left-content {
  max-width: 670px;
}

.rts-tour-details-area .bottom-content-area .tour-content .left-content .title {
  font-size: 36px;
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 10px;
}

.rts-tour-details-area .bottom-content-area .tour-content .left-content .meta-area {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0;
  margin: 0;
}

.rts-tour-details-area .bottom-content-area .tour-content .left-content .meta-area li {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--color-heading-1);
  font-weight: 500;
}

.rts-tour-details-area .bottom-content-area .tour-content .left-content .meta-area li i {
  color: #0f8228;
}

.rts-tour-details-area .bottom-content-area .tour-content .right-content {
  min-width: max-content;
}

.rts-tour-details-area .bottom-content-area .tour-content .right-content .day-left {
  border: 1px solid var(--color-primary);
  text-align: center;
  border-radius: 6px;
}

.rts-tour-details-area .bottom-content-area .tour-content .right-content .day-left h4 {
  color: var(--color-white);
  background: var(--color-primary);
  padding: 18px 32px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1;
}

.rts-tour-details-area .bottom-content-area .tour-content .right-content .day-left p {
  padding: 17px 0;
  color: var(--color-heading-1);
  font-weight: 500;
  line-height: 1;
}

.rts-tour-details-area .bottom-content-area .feature-list-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 0;
}

.rts-tour-details-area .bottom-content-area .feature-list-area li {
  width: 22%;
  display: flex;
  align-items: center;
  gap: 14px;
}

.rts-tour-details-area .bottom-content-area .feature-list-area li .text p {
  color: var(--color-body-1);
  font-size: 14px;
  line-height: 1;
  margin-bottom: 6px;
}

.rts-tour-details-area .bottom-content-area .feature-list-area li .text h6 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}

.rts-tour-details-area .bottom-content-area .contact-area {
  position: relative;
  z-index: 2;
}

.rts-tour-details-area .bottom-content-area .contact-area .contact-form {
  padding: 30px;
}

.rts-tour-details-area .bottom-content-area .contact-area .contact-form .single-input input {
  height: 54px;
  color: var(--color-heading-1);
  border-radius: 6px;
}

.rts-tour-details-area .bottom-content-area .contact-area .contact-form .single-input input::placeholder {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--color-body-1) !important;
}

.rts-tour-details-area .bottom-content-area .contact-area .contact-form .single-input textarea {
  height: 126px;
  color: var(--color-heading-1);
  border-radius: 6px;
  padding-top: 13px;
}

.rts-tour-details-area .bottom-content-area .contact-area .contact-form .single-input textarea::placeholder {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--color-body-1) !important;
}

.rts-tour-details-area .bottom-content-area .contact-area .contact-form .rts-btn {
  padding: 22px 60px;
}

.tour-details-tab-area .nav-tabs {
  display: flex;
  align-items: center;
  gap: 80px;
  margin: 0;
  margin-bottom: 40px;
}

.tour-details-tab-area .nav-tabs .nav-item {
  padding: 0;
  margin: 0;
}

.tour-details-tab-area .nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border: none;
  color: var(--color-heading-1);
  line-height: 1;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

.tour-details-tab-area .nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: var(--color-primary);
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: var(--transition);
}

.tour-details-tab-area .nav-tabs .nav-item .nav-link.active {
  color: var(--color-primary);
}

.tour-details-tab-area .nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}

.tour-details-tab-content .tab-content-inner {
  /* Toggle switch */
  /* Accordion items */
}

.tour-details-tab-content .tab-content-inner .highlight-area ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.tour-details-tab-content .tab-content-inner .highlight-area ul li i {
  color: var(--color-primary);
}

.tour-details-tab-content .tab-content-inner .highlight-area ul li.tag {
  color: var(--color-primary);
}

.tour-details-tab-content .tab-content-inner .itinerary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.tour-details-tab-content .tab-content-inner .itinerary-header h2 {
  font-size: 28px;
  font-weight: 600;
  color:(--color-heading-1);
}

.tour-details-tab-content .tab-content-inner .expand-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.tour-details-tab-content .tab-content-inner .switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 20px;
}

.tour-details-tab-content .tab-content-inner .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.tour-details-tab-content .tab-content-inner .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #180000;
  transition: 0.3s;
  border-radius: 34px;
}

.tour-details-tab-content .tab-content-inner .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

.tour-details-tab-content .tab-content-inner input:checked+.slider {
  background-color: #0f8228;
}

.tour-details-tab-content .tab-content-inner input:checked+.slider:before {
  transform: translateX(18px);
}

.tour-details-tab-content .tab-content-inner .itinerary-item {
  border-top: 1px solid #f0e0d2;
}

.tour-details-tab-content .tab-content-inner .itinerary-item:first-child {
  border: none;
}

.tour-details-tab-content .tab-content-inner .itinerary-item:first-child .itinerary-title {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 25px 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-heading-1);
  cursor: pointer;
  transition: var(--transition) all 0.4s;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .tour-details-tab-content .tab-content-inner .itinerary-item:first-child .itinerary-title {
    font-size: 16px;
  }
}

.tour-details-tab-content .tab-content-inner .itinerary-item:first-child .itinerary-title::after {
  /* display: none; */
}

.tour-details-tab-content .tab-content-inner .itinerary-item:last-child .itinerary-title {
  /* padding-bottom: 0; */
}

.tour-details-tab-content .tab-content-inner .itinerary-item:last-child .itinerary-title::after {
  /* display: none; */
}

.tour-details-tab-content .tab-content-inner .itinerary-list {
  position: relative;
  z-index: 1;
  padding-left: 60px;
}

.tour-details-tab-content .tab-content-inner .itinerary-list::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 20px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #FFD7B7;
  transition: var(--transition);
}

.tour-details-tab-content .tab-content-inner .itinerary-title {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 25px 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-heading-1);
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}

.tour-details-tab-content .tab-content-inner .itinerary-title .icon {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -60px;
}

.tour-details-tab-content .tab-content-inner .itinerary-title .icon-2 {
  position: absolute;
  z-index: 1;
  bottom: -7px;
  left: -60px;
}

.tour-details-tab-content .tab-content-inner .itinerary-title::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  background: var(--color-white);
  left: -48px;
  top: 50%;
  transform: translateY(-50%);
}

.tour-details-tab-content .tab-content-inner .itinerary-title:hover {
  color: #180000;
}

.tour-details-tab-content .tab-content-inner .itinerary-content {
  max-height: 0;
  overflow: hidden;
  transition: var(--transition);
  padding: 0;
}

.tour-details-tab-content .tab-content-inner .itinerary-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.tour-details-tab-content .tab-content-inner .itinerary-item.active .itinerary-content {
  max-height: 150px;
  padding: 0 0 15px;
}

.tour-details-tab-content .tab-content-inner .itinerary-item.active .itinerary-title {
  color: #180000;
}

.tour-details-tab-content .tab-content-inner .faq .itinerary-list {
  padding-left: 0;
}

.tour-details-tab-content .tab-content-inner .faq .itinerary-list::after {
  display: none;
}

.tour-details-tab-content .tab-content-inner .faq .itinerary-item {
  border: 1px solid var(--color-border);
  margin-bottom: 20px;
  padding: 0 24px;
  border-radius: 6px;
}

.tour-details-tab-content .tab-content-inner .faq .itinerary-item:last-child {
  margin-bottom: 0;
}

.tour-details-tab-content .tab-content-inner .faq .itinerary-item .itinerary-title {
  padding: 25px 0;
}

.tour-details-tab-content .tab-content-inner .faq .itinerary-item .itinerary-title::after {
  display: none;
}

.tour-details-tab-content .tab-content-inner .faq .itinerary-item .itinerary-title .icon,
.tour-details-tab-content .tab-content-inner .faq .itinerary-item .itinerary-title .icon-2 {
  display: none;
}

.tour-details-tab-content .tab-content-inner .faq .itinerary-item .itinerary-title::before {
  content: "\f078";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  font-family: "Font Awesome 6 Pro";
  color: var(--color-primary);
  transition: var(--transition);
}

.tour-details-tab-content .tab-content-inner .faq .itinerary-item.active .itinerary-title::before {
  transform: translateY(-50%) rotate(-180deg);
}

.tour-left-content-area .desc {
  max-width: 440px;
  margin-bottom: 34px;
}

.rts-tour-pack-area .section-inner {
  position: relative !important;
  z-index: 1;
  padding-bottom: 80px;
}

.rts-tour-pack-area .section-inner .swiper-nav-pag-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.rts-tour-pack-area .section-inner .swiper-nav-pag-area .swiper-pagination {
  position: relative;
  bottom: unset;
  top: unset;
  right: unset;
  left: unset;
  height: 1px;
  background: #0D0D0D;
}

.rts-tour-pack-area .section-inner .swiper-nav-pag-area .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--color-white);
}

.rts-tour-pack-area .section-inner .swiper-nav-pag-area .swiper-navigation {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 10px;
}

.rts-tour-pack-area .section-inner .swiper-nav-pag-area .swiper-navigation .swiper-btn {
  position: unset;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  background: var(--color-white);
  color: var(--color-secondary);
  transition: var(--transition);
  border: 1px solid transparent;
  border-radius: 100px;
}

.rts-tour-pack-area .section-inner .swiper-nav-pag-area .swiper-navigation .swiper-btn:hover {
  background: var(--color-primary);
  color: var(--color-secondary);
}

.rts-tour-pack-area .section-inner .swiper-nav-pag-area .swiper-navigation .swiper-btn.swiper-btn-next {
  background: var(--color-primary);
  color: var(--color-secondary);
}

.rts-tour-pack-area .section-inner .swiper-nav-pag-area.radius .swiper-navigation .swiper-btn {
  border-radius: 4px;
}

.tour-pack {
  position: relative;
  z-index: 1;
}

.tour-pack .image-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.02%, rgba(16, 16, 16, 0.8) 100%);
}

.tour-pack .tag {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 20px;
  color: var(--color-secondary);
  background: var(--color-primary);
  display: block;
  text-align: center;
  transition: var(--transition);
  padding: 7px 12px;
  border-radius: 100px;
  line-height: 1;
  font-weight: 500;
}

.tour-pack .wishlist {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 50%;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.3);
  display: block;
  text-align: center;
  transition: var(--transition);
}

.tour-pack .content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
}

.tour-pack .content .title {
  text-transform: capitalize;
}

.tour-pack .content .tour-bottom-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tour-pack .content .tour-bottom-area .price-area .txt {
  font-weight: 500;
  color: var(--color-white);
}

.tour-pack .content .tour-bottom-area .price-area .price {
  font-weight: 500;
}

.tour-pack:hover .wishlist {
  background: var(--color-primary);
}

.tour-slider-pack-two .swiper-slide .element-item {
  width: 100%;
}

.fade:not(.show) {
  opacity: 0;
  display: none;
}

.fade.show {
  display: block;
  pointer-events: all;
}

.why-choose-left-image-area {
  position: relative;
  z-index: 1;
  padding-bottom: 77px;
  margin-right: 55px;
}

.why-choose-left-image-area .main-image {
  max-width: max-content;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.why-choose-left-image-area .main-image .content {
  position: absolute;
  z-index: 1;
  width: max-content;
  z-index: 2;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.why-choose-left-image-area .main-image .content h2 {
  color: var(--color-white);
  font-size: 40px;
  line-height: 1;
  margin: 5px 0 7px;
  text-transform: uppercase;
}

.why-choose-left-image-area .main-image .content p {
  color: var(--color-white);
  font-weight: 500;
}

.why-choose-left-image-area .main-image::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  /* background: linear-gradient(180deg, #BA6827 0%, rgba(0, 0, 0, 0) 48.24%); */
  height: 100%;
  width: 100%;
}

.why-choose-left-image-area .floating-image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.why-choose-left-image-area.yacht .main-image::after {
  display: none;
}

.why-choose-right-side-content .section-title-area .desc {
  margin-top: 15px;
  margin-bottom: 15px;
}

.why-choose-right-side-content .button-area .rts-btn {
  padding: 19px 24px 17px;
  border: 1px solid var(--color-primary);
}

.why-choose-right-side-content.yacht {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.why-choose-right-side-content.yacht .why-choose-wrapper-list {
  max-width: 380px;
}

.why-choose-right-side-content.yacht .why-choose-wrapper-list li {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #AFE3FF;
}

.why-choose-right-side-content.yacht .why-choose-wrapper-list li .content .title {
  text-transform: uppercase;
}

.why-choose-right-side-content.yacht .why-choose-wrapper-list li:last-child {
  border: none;
}

.why-choose-right-side-content.yacht .stats-area {
  position: absolute;
  right: 0;
  bottom: 0;
  width: max-content;
}

.why-choose-right-side-content.yacht .stats-area ul {
  display: flex;
  align-items: end;
  gap: 16px;
  margin: 0;
}

.why-choose-right-side-content.yacht .stats-area ul li {
  display: flex;
  gap: 15px;
  align-items: center;
  writing-mode: sideways-lr;
  margin: 0;
}

.why-choose-right-side-content.yacht .stats-area ul li .content {
  padding: 30px 30px 30px 30px;
  background: #1B9FE6;
  color: var(--color-white);
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 25px;
}

.why-choose-right-side-content.yacht .stats-area ul li p {
  color: var(--color-white);
  font-size: 16px;
  line-height: 1;
}

.why-choose-right-side-content.yacht .stats-area ul li:nth-child(2) .content {
  padding-top: 40px;
  background: #0A70A7;
}

.why-choose-right-side-content.yacht .stats-area ul li:nth-child(3) .content {
  padding-top: 50px;
  background: #003A59;
  font-size: 32px;
}

.why-choose-wrapper-list {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 45px;
}

.why-choose-wrapper-list li {
  display: flex;
    align-items: center;
    gap: 30px;
    border: 1px solid #a7c5d1;
    padding: 24px 26px;
    margin: 0;
    background: #ffffff;
}

.content h3 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.24;
}

.content p {
  font-weight: 500;
}

.why-choose-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}

.why-choose-wrapper::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: linear-gradient(0deg, #003A59 0%, rgba(0, 58, 89, 0.1) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.why-choose-wrapper .content {
  position: absolute;
  z-index: 2;
  top: 34px;
  left: 34px;
  overflow: hidden;
}

.why-choose-wrapper .content .icon {
  margin-bottom: 80px;
}

.why-choose-wrapper .content .title {
  color: var(--color-white);
}

.why-choose-wrapper.big::after {
  background: linear-gradient(180deg, #003A59 0%, rgba(0, 58, 89, 0) 100%);
}

.why-choose-wrapper.big .content {
  top: 70px;
  left: 70px;
}

.why-choose-wrapper.big .content .section-title-area .sub-title {
  color: var(--color-white);
  font-weight: 500;
  margin-bottom: 15px;
}

.why-choose-wrapper.big .content .section-title-area .section-title {
  color: var(--color-white);
  margin-bottom: 20px;
  font-size: 32px;
}

.why-choose-wrapper.big .content .desc {
  color: var(--color-white);
  font-weight: 500;
  max-width: 457px;
  margin-bottom: 30px;
}

.why-choose-left-image-area2 {
  display: flex;
  align-items: center;
  gap: 22px;
}

.why-choose-wrapper-list2 {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: space-between;
  margin: 35px 0 0;
}

.why-choose-wrapper-list2 li {
  margin: 0;
  width: 45%;
}

.why-choose-wrapper-list2 li .icon {
  margin-bottom: 20px;
}

.why-choose-wrapper-list2 li .content .title {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.rts-gallery-area .swiper .swiper-wrapper {
  align-items: center;
}

.rts-gallery-area .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}

.rts-gallery-area .section-title-area .desc {
  margin-top: 10px;
}

.rts-gallery-area .section-top-area .right-btn-area {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 10px;
  margin-bottom: 10px;
}

.rts-gallery-area .section-top-area .right-btn-area .swiper-btn {
  position: unset;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--color-primary);
  text-align: center;
  display: block;
  color: var(--color-primary);
  transition: var(--transition);
}

.rts-gallery-area .section-top-area .right-btn-area .swiper-btn:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.rts-gallery-area .section-top-area .right-btn-area .swiper-btn.swiper-btn-next4 {
  background: var(--color-primary);
  color: var(--color-white);
}

.gallery-wrapper {
  position: relative;
  z-index: 1;
}

.gallery-wrapper.with-icon a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}

.gallery-wrapper.with-icon a:hover::after {
  opacity: 1;
}

.gallery-wrapper.with-icon a:hover .icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.gallery-wrapper.with-icon a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 58, 89, 0.5);
  opacity: 0;
  transition: var(--transition);
}

.gallery-wrapper.with-icon a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  z-index: 2;
  opacity: 0;
  transition: var(--transition);
}

.gallery-wrapper .gallery-image {
  cursor: zoom-in;
}

.rts-gallery-slider-area {
  height: 860px;
  position: relative;
  z-index: 1;
}

.rts-gallery-slider-area .swiper-area {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.rts-gallery-slider-area .swiper-area .swiper {
  height: 100%;
  width: 100%;
}

.rts-gallery-slider-area .swiper-area .swiper .swiper-slide {
  pointer-events: all;
}

.rts-gallery-slider-area .swiper-area .swiper .rts-gallery-bg {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.rts-gallery-slider-area .swiper-area .swiper .rts-gallery-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.rts-gallery-slider-area .swiper-area .gallery-slider-active {
  animation: zoomEffect 40s ease-in-out infinite;
}

.rts-gallery-slider-area .rts-gallery-content-area {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.rts-gallery-slider-area .rts-gallery-content-area .swiper {
  max-width: 460px;
}

.rts-gallery-slider-area .rts-gallery-content-area .gallery-content-wrapper .title {
  font-size: 96px;
  font-weight: 400;
}

.rts-gallery-slider-area .rts-gallery-content-area .gallery-content-wrapper .desc {
  color: var(--color-white);
  font-weight: 500;
}

.rts-gallery-slider-area .swiper-pagination-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  z-index: 3;
}

.rts-gallery-slider-area .swiper-pagination-area .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
}

.rts-gallery-slider-area .swiper-pagination-area .swiper-pagination-bullet-active {
  background: var(--color-white);
}

.vedio-icone .video-play-button {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  display: block;
  border: 1px solid var(--color-white);
  color: var(--color-white);
}

.vedio-icone .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid var(--color-primary);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}

.vedio-icone .video-play-button span.outer-text {
  border: none;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: var(--color-primary);
  font-weight: 500;
}

.vedio-icone .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}

.vedio-icone .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.vedio-icone .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}

.vedio-icone .video-overlay .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.rts-destination-area {
  background-size: unset !important;
}

.destination-wrapper {
  position: relative;
  z-index: 1;
  transition: var(--transition);
  overflow: hidden;
}

.destination-wrapper .image-area a {
  display: block;
  position: relative;
  z-index: 1;
}

.destination-wrapper .image-area a::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.75%, #000000 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.destination-wrapper .content {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 228px;
  width: 100%;
}

.destination-wrapper .content .title {
  color: var(--color-white);
  margin-bottom: 10px;
}

.destination-wrapper .content .tag {
  color: var(--color-white);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(1px);
  padding: 7px 12px;
}

.destination-wrapper-2 {
  text-align: center;
}

.destination-wrapper-2 .image-area {
  overflow: hidden;
  border-radius: 150px;
}

.destination-wrapper-2 .content {
  margin-top: 20px;
}

.destination-wrapper-2 .content .title {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1;
}

.destination-area-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.destination-wrapper-3 {
  text-align: center;
}

.destination-wrapper-3 .image-area {
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.destination-wrapper-3 .content {
  margin-top: 28px;
}

.destination-wrapper-3 .content .title {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1;
}

.outer-box {
  display: flex;
}

.project-block-four {
  min-height: 572px;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  will-change: flex;
  position: relative;
  transition: var(--transition);
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

.project-block-four.active {
  -webkit-box-flex: 2.8;
  -ms-flex: 2.8;
  flex: 2.3;
}

.project-block-four.active .content-area {
  left: 60px;
  opacity: 1;
}

.project-block-four.active::after {
  opacity: 1;
}

.project-block-four .image-area {
  height: 100%;
  transition: var(--transition);
}

.project-block-four .image-area img {
  height: 100%;
  object-fit: cover;
}

.project-block-four .content-area {
  position: absolute;
  z-index: 2;
  left: -100%;
  bottom: 60px;
  transition: var(--transition);
  opacity: 0;
}

.project-block-four .content-area p {
  color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}

.project-block-four .content-area .title {
  margin-bottom: 0;
  /* text-transform: uppercase; */
}

.project-block-four .content-area .title a {
  color: var(--color-white);
}

.project-block-four::after {
  content: "";
  z-index: 1;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.94%, rgba(0, 0, 0, 0.9) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: var(--transition);
}

.destination-area-4 {
  position: relative;
  z-index: 1;
}

.destination-area-4 .content-area {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.destination-wrapper-4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: var(--transition);
}

.destination-wrapper-4:hover .content-area {
  bottom: 40px;
}

.destination-wrapper-4:hover .content-area .rts-btn {
  opacity: 1;
}

.destination-wrapper-4 .content-area {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  min-width: max-content;
  transition: var(--transition);
}

.destination-wrapper-4 .content-area p {
  color: var(--color-white);
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  font-weight: 500;
}

.destination-wrapper-4 .content-area .title {
  font-weight: 500;
  margin-bottom: 15px;
}

.destination-wrapper-4 .content-area .title a {
  color: var(--color-white);
}

.destination-wrapper-4 .content-area .rts-btn {
  margin: auto;
  color: var(--color-white);
  font-family: "Roboto", sans-serif;
  opacity: 0;
  transition: var(--transition);
}

.destination-wrapper-4 .image-area a {
  display: block;
  position: relative;
  z-index: 1;
}

.destination-wrapper-4 .image-area a::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.22%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
}

.destination-wrapper-5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: var(--transition);
}

.destination-wrapper-5 .content-area {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  min-width: max-content;
  transition: var(--transition);
}

.destination-wrapper-5 .content-area p {
  color: var(--color-white);
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  font-weight: 500;
}

.destination-wrapper-5 .content-area .title {
  font-weight: 500;
  margin-bottom: 15px;
}

.destination-wrapper-5 .content-area .title a {
  color: var(--color-white);
  transition: var(--transition);
}

.destination-wrapper-5 .content-area .title a:hover {
  color: var(--color-primary);
}

.destination-wrapper-5 .image-area a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(6, 71, 63, 0) 59.5%, #06473F 100%);
}

.rts-destination-area.summer-travel .left-content-area .section-title-area {
  margin-bottom: 20px;
}

.rts-destination-area.summer-travel .left-content-area .slider-btn-area {
  display: flex;
  align-items: center;
  gap: 7px;
}

.rts-destination-area.summer-travel .left-content-area .slider-btn-area .swiper-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: block;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.rts-destination-area.summer-travel .left-content-area .slider-btn-area .swiper-btn.swiper-btn-next,
.rts-destination-area.summer-travel .left-content-area .slider-btn-area .swiper-btn.swiper-btn-next2 {
  background: var(--color-primary);
  color: var(--color-white);
}

.destination-wrapper-area {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

[dir=rtl] .main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu li.nav-item .nav-link {
  padding: 12px 15px 12px 45px;
  text-align: right;
}

[dir=rtl] .header-style-one .header-style-one-wrapper .main-nav-area {
  margin-left: 0;
  margin-right: 120px;
}

[dir=rtl] .header-eight .header-style-one-wrapper .main-nav-area {
  margin-right: 0;
}

[dir=rtl] .main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .ad-image .ad-content,
[dir=rtl] .package-wrapper4 .tag {
  left: unset;
  right: 20px;
}

[dir=rtl] .main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destination-area-wrapper .destlist {
  transform: translateX(70px);
}

[dir=rtl] .main-nav-area ul.rts-desktop-menu .rts-has-dropdown .rts-submenu.mega-menu .destination-area-wrapper .destlist.active {
  transform: translateX(0);
}

[dir=rtl] .advance__search__section .form-area .custom-select-trigger {
  padding-left: 15px;
  padding-right: 35px;
  text-align: right;
}

[dir=rtl] .advance__search__section .form-area .custom-select .dropdown-icon,
[dir=rtl] .package-wrapper5 .wishlist {
  right: unset;
  left: 20px;
}

[dir=rtl] .advance__search__section .form-area .custom-select .icon {
  left: unset;
  right: 12px;
}

[dir=rtl] .advance__search__section.travel-africa .form-area .custom-select-trigger,
[dir=rtl] .advance__search__section.tour-marketplace .form-area .custom-select-trigger,
[dir=rtl] .advance__search__section.summer-travel .form-area .custom-select-trigger {
  padding-right: 18px;
}

[dir=rtl] .swiper {
  direction: ltr;
}

[dir=rtl] .swiper .package-wrapper,
[dir=rtl] .swiper .package-wrapper2,
[dir=rtl] .swiper .testimonials-wrapper-four,
[dir=rtl] .swiper .testimonials-wrapper-three,
[dir=rtl] .swiper .package-wrapper4,
[dir=rtl] .swiper .blog-wrapper3,
[dir=rtl] .swiper .package-wrapper5 {
  direction: rtl;
}

[dir=rtl] .package-wrapper5 .content {
  padding: 34px 30px 33px 20px;
}

[dir=rtl] .advance__search__section .form-area .custom-select .tag {
  text-align: right;
}

[dir=rtl] .blog-wrapper3 .content-area {
  padding-right: 0;
  padding-left: 35px;
}

[dir=rtl] .testimonials-wrapper-three .quote {
  right: unset;
  left: 40px;
}

[dir=rtl] .offer-wrapper .person img {
  transform: scaleX(-1);
}

[dir=rtl] .destination-wrapper .content {
  text-align: right;
}

[dir=rtl] .destination-wrapper .content .tag {
  justify-content: end;
}

[dir=rtl] .why-choose-left-image-area {
  margin-right: 0;
  margin-left: 55px;
}

[dir=rtl] .why-choose-left-image-area .floating-image {
  right: unset;
  left: 0;
}

[dir=rtl] .testimonials-wrapper,
[dir=rtl] .tour-wrapper,
[dir=rtl] .rts-banner-area-three .rts-hero-banner {
  direction: rtl;
}

[dir=rtl] .blog-wrapper .author-area {
  left: unset;
  right: 34px;
}

[dir=rtl] .rts-banner-area-two .rts-banner-content-area .content-inner {
  direction: rtl;
}

[dir=rtl] .advance__search__section.home-hiking .form-area .custom-select .custom-select-trigger,
[dir=rtl] .advance__search__section.home-wild .form-area .custom-select-trigger {
  padding-right: 15px;
}

[dir=rtl] .why-choose-wrapper .content {
  left: unset;
  right: 34px;
}

[dir=rtl] .why-choose-wrapper.big .content {
  left: unset;
  right: 70px;
}

[dir=rtl] .tour-wrapper-two .image-area .tag {
  left: unset;
  right: 16px;
}

[dir=rtl] .tour-wrapper-two .image-area .wishlist {
  right: unset;
  left: 16px;
}

[dir=rtl] .rts-banner-area-three .rts-hero-banner::after {
  left: unset;
  right: 0;
  background: linear-gradient(270deg, rgba(0, 58, 89, 0.9) 44.35%, rgba(0, 58, 89, 0.09) 84.81%);
}

[dir=rtl] .rts-banner-area-three .swiper-pagination-vertical {
  right: unset;
  left: 60px;
}

[dir=rtl] .package-wrapper .wishlist,
[dir=rtl] .package-wrapper4 .wishlist,
[dir=rtl] .header-style-one.header-seven .header-mid .form-area button {
  right: unset;
  left: 20px;
}

[dir=rtl] .package-wrapper .content {
  left: 10px;
  right: 30px;
}

[dir=rtl] .offer-wrapper-2 {
  padding: 65px 30px 65px 65px;
}

[dir=rtl] .offer-wrapper-2:after {
  background: linear-gradient(270deg, #003A59 0%, rgba(0, 58, 89, 0) 84.02%);
}

[dir=rtl] .package-wrapper .tag,
[dir=rtl] .tour-wrapper .image-area .tag {
  left: unset;
  right: 16px;
}

[dir=rtl] .counter-wrapper {
  padding: 21px 30px 20px 15px;
}

[dir=rtl] .why-choose-right-side-content.yacht .stats-area ul li {
  writing-mode: sideways-rl;
}

[dir=rtl] .why-choose-right-side-content.yacht .stats-area {
  right: unset;
  left: 0;
}

[dir=rtl] .single-footer-widget-one.essential-links ul li svg {
  transform: rotate(-180deg);
}

[dir=rtl] .header-style-two .main-nav-area {
  margin-left: 0;
  margin-right: 80px;
}

[dir=rtl] .header-style-two .header-top .right-information {
  padding-left: 0;
  padding-right: 30px;
  border-left: 0;
  border-right: 1px solid #BDC3C6;
}

[dir=rtl] .header-style-two .header-top .header-top-inner .right .social-area {
  padding-right: 0 !important;
  padding-left: 30px !important;
}

[dir=rtl] .rts-banner-area-four .social-area {
  right: unset;
  left: 100px;
}

[dir=rtl] .about-image-area .rotate-image {
  transform: rotate(10deg);
}

[dir=rtl] .rotateImg {
  animation-name: rotateImg2 !important;
}

[dir=rtl] .about-content-area {
  margin-left: unset;
  margin-right: auto;
}

[dir=rtl] .project-block-four .content-area {
  left: unset;
  right: -100%;
}

[dir=rtl] .project-block-four.active .content-area {
  right: 60px;
  left: unset;
}

[dir=rtl] .package-wrapper2 .wishlist,
[dir=rtl] .package-wrapper3 .wishlist {
  right: unset;
  left: 20px;
}

[dir=rtl] .blog-wrapper2 .content-area {
  left: unset;
  right: 34px;
}

[dir=rtl] .rts-banner-area-five .rts-banner-wrapper .title span {
  margin-left: auto;
  margin-right: 0;
}

[dir=rtl] .rts-banner-area-five .rts-banner-wrapper .title span:last-child {
  margin-left: 0;
  margin-right: auto;
}

[dir=rtl] .rts-banner-area-five .rts-banner-wrapper .bottom-content-area {
  margin-left: 0;
  margin-right: auto;
}

[dir=rtl] .rts-banner-area-five .rts-banner-wrapper .location {
  right: unset;
  left: -7%;
  transform: scaleX(-1);
}

[dir=rtl] .rts-banner-area-five .rts-banner-wrapper .banner-hero {
  left: unset;
  right: -15.5%;
  transform: scaleX(-1);
}

[dir=rtl] .header-five .header-style-one-wrapper .main-nav-area {
  margin-right: 0;
}

[dir=rtl] .header-style-one.header-seven .header-mid .inner .right-button-area .right-information .rts-dropdown-menu .has-child-menu {
  border-right: 0;
  border-left: 1px solid var(--color-border);
}

[dir=rtl] .header-style-one.header-seven .header-mid .inner .right-button-area .right-information .rts-dropdown-menu.switcher-currency .has-child-menu {
  border: none;
}

[dir=rtl] .header-style-one.header-seven .header-style-one-wrapper .main-nav-area {
  margin-right: 0;
}

[dir=rtl] .rts-banner-area-seven .banner-wrapper,
[dir=rtl] .testimonials-wrapper-five {
  direction: rtl;
}

[dir=rtl] .testimonials-wrapper-five {
  padding: 60px 50px 50px 70px;
}

[dir=rtl] .rts-banner-area-seven .banner-wrapper .content-area {
  right: -50%;
  left: unset;
}

[dir=rtl] .rts-banner-area-seven .swiper-slide-active .banner-wrapper .content-area {
  right: 80px;
}

[dir=rtl] .rts-testimonials-area.summer-travel .section-inner .slider-dots-2 {
  right: unset;
  left: 25px;
}

[dir=rtl] .rts-tour-area.inner .left-sidebar-area .side-box .cross,
[dir=rtl] .rts-blog-area.inner .left-sidebar-area .side-box .cross {
  right: unset;
  left: 0;
}

[dir=rtl] .rts-tour-area.inner.with-map {
  padding-left: 0;
  padding-right: 125px;
}

[dir=rtl] .tour-details-tab-content .tab-content-inner .itinerary-title {
  text-align: right;
}

[dir=rtl] .tour-details-tab-content .tab-content-inner .itinerary-list {
  padding-left: 0;
  padding-right: 60px;
}

[dir=rtl] .tour-details-tab-content .tab-content-inner .itinerary-title .icon,
[dir=rtl] .tour-details-tab-content .tab-content-inner .itinerary-title .icon-2 {
  left: unset;
  right: -60px;
}

[dir=rtl] .tour-details-tab-content .tab-content-inner .itinerary-list::after {
  left: unset;
  right: 20px;
}

[dir=rtl] .tour-details-tab-content .tab-content-inner .itinerary-title::after {
  left: unset;
  right: -48px;
}

[dir=rtl] .tour-details-tab-content .tab-content-inner .faq .itinerary-list {
  padding-right: 0;
}

[dir=rtl] .tour-details-tab-content .tab-content-inner .faq .itinerary-item .itinerary-title::before,
[dir=rtl] .accordion .accordion-item .accordion-header button::after {
  right: unset;
  left: 0;
}

[dir=rtl] .faq-content {
  margin-left: unset;
  margin-right: 50px;
}

[dir=rtl] .rts-service-area .section-inner .service-wrapper {
  border-right: 0;
  border-left: 1px solid var(--color-border);
}

[dir=rtl] .rts-service-area .section-inner .service-wrapper:last-child {
  border: none;
}

[dir=rtl] .rts-tour-area.inner .left-sidebar-area .side-box.search-area form .input-wrapper button,
[dir=rtl] .rts-blog-area.inner .left-sidebar-area .side-box.search-area form .input-wrapper button {
  left: unset;
  right: 20px;
}

[dir=rtl] .side-bar {
  left: -100%;
  right: unset;
}

[dir=rtl] .side-bar.show {
  left: 0;
  right: unset;
}

[dir=rtl] .mobile-menu-main nav ul li.has-droupdown::after {
  left: 0;
  right: unset;
}

[dir=rtl] .rtl-ltr-switcher-btn {
  left: 0;
  right: unset;
}

[dir=rtl] .offer-wrapper .person {
  right: unset;
  left: 0;
}

[dir=rtl] .about-img-area {
  margin-left: unset;
  margin-right: 70px;
}

[dir=rtl] .about-img-area .rotate-img {
  right: unset;
  left: -20px;
}

[dir=rtl] .rts-faq-area.kayaking .faq-content {
  margin-left: unset;
  margin-right: 120px;
}

[dir=rtl] .about-left-image-area {
  margin-right: unset;
  margin-left: 70px;
}

[dir=rtl] .about-left-image-area .floating-image {
  right: unset;
  left: 0;
}

[dir=rtl] .rts-banner-area-nine .is__home__nine .form-area .custom-select .icon,
[dir=rtl] .rts-banner-area-nine .is__home__nine .form-area .custom-cal .icon {
  left: unset;
  right: 12px;
}

[dir=rtl] .rts-banner-area-nine .is__home__nine .form-area .custom-select .dropdown-icon,
[dir=rtl] .rts-banner-area-nine .is__home__nine .form-area .custom-cal .icon {
  right: unset;
  left: 20px;
}

[dir=rtl] .rts-banner-area-nine .is__home__nine .form-area .custom-select-trigger,
[dir=rtl] .rts-banner-area-nine .is__home__nine .form-area .custom-cal input {
  padding-right: 40px;
}

[dir=rtl] .rts-marquee-area .marquee-wrapper .marquee-track {
  direction: ltr;
}

[dir=rtl] .rts-features-wrapper .features-item:last-child {
  padding-left: 0;
  padding-right: 67px;
  border-right: 1px solid #B7EAE4;
}

[dir=rtl] .rts-features-wrapper .features-item:first-child {
  padding-left: 70px;
  padding-right: 0;
  border-right: none;
}

@media (max-width: 1800px) {
  .rts-service-area .section-inner .service-wrapper {
    padding: 60px 30px 35px;
  }
}

@media (max-width: 1670px) {
  .sign-in-area .sign-in-form {
    width: 47%;
  }
}

@media (max-width: 1600px) {
  .rts-banner-area-three .content-inner .section-title {
    font-size: 84px;
  }

  .rts-banner-area-five .rts-banner-wrapper .banner-hero {
    left: -10.5%;
    width: 40%;
  }

  .rts-banner-area-five .rts-banner-wrapper .location {
    right: -4%;
  }

  .rts-banner-area-seven .banner-wrapper .content-area {
    left: -60%;
  }

  .rts-tour-area.inner.with-map {
    padding-left: 70px;
  }

  .rts-service-area.inner {
    margin: 0;
  }

  .about-left-image-area .floating-image {
    max-width: 275px;
  }
}

@media (max-width: 1400px) {
  .header-style-one {
    padding: 0 40px;
  }

  .advance__search__section {
    max-width: 1160px;
  }

  .cta-section-inner .content {
    flex-basis: 52%;
  }

  .rts-banner-area-three .content-inner .section-title {
    font-size: 72px;
    line-height: 0.95;
  }

  .offer-wrapper-2 .title {
    font-size: 24px;
  }

  .why-choose-right-side-content.yacht .stats-area ul li .content {
    padding: 30px 20px;
  }

  .rts-footer-area-one.yacht .left {
    width: 27%;
  }

  .rts-banner-area-four .rts-banner-wrapper .title {
    font-size: 200px;
  }

  .project-block-four.active .content-area {
    left: 40px;
  }

  .project-block-four .content-area {
    bottom: 40px;
  }

  .project-block-four .content-area .title {
    font-size: 30px;
  }

  .why-choose-wrapper-list2 {
    gap: 20px;
  }

  .why-choose-wrapper-list2 li {
    width: 48%;
  }

  .rts-banner-area-five .rts-banner-wrapper .banner-hero {
    left: -7.5%;
    width: 37%;
  }

  .rts-banner-area-five .rts-banner-wrapper .location {
    right: -3%;
    width: 26%;
  }

  .offer-wrapper.tour-marketplace .title {
    font-size: 42px;
  }

  .rts-banner-area-seven .banner-wrapper .content-area {
    left: -75%;
  }

  .rts-banner-area-seven .swiper-slide-active .banner-wrapper .content-area {
    left: 50px;
  }

  .rts-banner-area-seven .banner-wrapper .content-area {
    bottom: 50px;
  }

  .offer-wrapper.new .content {
    padding: 60px 30px;
  }

  .package-wrapper5 .content .title {
    font-size: 20px;
  }

  .rts-footer-area-one.summer-travel .mid {
    gap: 50px;
  }

  .rts-tour-area.inner .tour-wrapper .content .meta-content li {
    font-size: 14px;
  }

  .tour-wrapper-list .content {
    padding: 20px;
  }

  .rts-tour-area.inner.with-map {
    padding-left: 20px;
  }

  .rts-tour-area.inner.with-map .section-inner {
    gap: 30px;
  }

  .sign-in-area .sign-in-form {
    width: 70%;
  }

  .rts-tour-details-area .bottom-content-area .feature-list-area li {
    width: 27%;
  }

  .destination-wrapper-area {
    grid-template-columns: repeat(4, 1fr);
  }

  .rts-tour-packages-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }

  .rts-features-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .rts-features-wrapper .features-item:nth-child(2) {
    border: none;
  }
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .rts-banner-area-one .rts-hero-banner {
    height: 800px;
  }

  .offer-wrapper {
    padding: 45px 30px;
  }

  .why-choose-right-side-content .section-title-area .section-title {
    font-size: 42px;
  }

  .counter-wrapper {
    padding: 21px 15px 20px 25px;
    gap: 16px;
  }

  .counter-wrapper .icon {
    width: 40px;
  }

  .tour-wrapper .content .title {
    font-size: 19px;
  }

  .why-choose-wrapper .content .icon {
    margin-bottom: 70px;
  }

  .why-choose-wrapper .content {
    top: 20px;
    left: 20px;
  }

  .tour-wrapper-two .content {
    padding: 20px 15px;
  }

  .tour-wrapper-two .content .title {
    font-size: 18px;
  }

  .tour-wrapper-two .content .button-area .price-area .current {
    font-size: 16px;
  }

  .about-image-area {
    padding-bottom: 120px;
  }

  .why-choose-wrapper-list2 li .content .title {
    font-size: 18px;
  }

  .blog-wrapper2 .content-area .blog-title {
    font-size: 32px;
  }

  .blog-wrapper2.list-style .content-area .blog-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .rts-blog-area.wild .small-post-area {
    gap: 28px;
  }

  .package-wrapper3 .content .bottom-meta {
    gap: 10px;
  }

  .package-wrapper3 .content .title {
    font-size: 20px;
  }

  .rts-cta-area.travel-africa .content .title {
    font-size: 88px;
  }

  .package-wrapper4 .content .meta-content {
    gap: 20px;
  }

  .package-wrapper4 .content .meta-content li {
    font-size: 14px;
  }

  .package-wrapper4 .content .bottom-meta {
    gap: 64px;
  }

  .package-wrapper4 .content .price span {
    font-size: 16px;
  }

  .package-wrapper4 .content .price {
    gap: 5px;
  }

  .package-wrapper4 .content .title {
    font-size: 20px;
  }

  .package-wrapper4 .content .desc {
    font-size: 14px;
  }

  .testimonials-wrapper-five {
    padding: 55px 70px 40px 50px;
  }

  .testimonials-wrapper-five .quote-area {
    margin-bottom: 30px;
  }

  .testimonials-wrapper-five .text {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .rts-tour-area.inner.with-map .tour-wrapper .content .title {
    font-size: 18px;
  }

  .about-left-image-area .floating-image {
    max-width: 200px;
  }
}

@media (max-width: 1365px) {
  .sign-in-area {
    height: auto;
  }

  .side-bar.show {
    overflow-y: auto;
  }
}

@media (max-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .order-lg-change {
    order: -1;
  }

  .advance__search__section {
    max-width: 960px;
  }

  .rts-testimonials-area .section-inner .swiper-navigation .swiper-btn.swiper-btn-prev5 {
    left: -6%;
  }

  .rts-testimonials-area .section-inner .swiper-navigation .swiper-btn.swiper-btn-next5 {
    right: -6%;
  }

  .rts-banner-area-two .rts-banner-content-area .content-inner .section-title {
    font-size: 86px;
    line-height: 1;
  }

  .cta-section-inner.hiking {
    background-position: revert !important;
  }

  .cta-section-inner.hiking .cta-content-area .section-title {
    font-size: 48px;
  }

  .rts-footer-area-one .left {
    width: 35%;
  }

  .cta-section-inner .content {
    flex-basis: 60%;
  }

  .cta-section-inner .button-area {
    flex-basis: 35%;
  }

  .header-style-two .main-nav-area {
    margin-left: 50px;
  }

  .rts-banner-area-three .content-inner .section-title {
    font-size: 64px;
  }

  .rts-footer-area-one.yacht .single-footer-widget-one {
    width: 17%;
  }

  .rts-banner-area-four .rts-banner-wrapper .title {
    font-size: 165px;
  }

  .rts-banner-area-four .banner-hero {
    left: 65%;
    transform: translateX(-65%);
  }

  .rts-banner-area-four .jump-to-down {
    left: 60%;
    transform: translateX(-60%);
  }

  .advance__search__section.home-wild .form-area .custom-select-trigger {
    padding-left: 20px;
  }

  .about-content-area .feature-list {
    flex-wrap: wrap;
  }

  .blog-wrapper2.list-style .image-area img {
    width: 100%;
  }

  .blog-wrapper2.list-style .content-area .blog-meta {
    margin-bottom: 15px;
  }

  .rts-banner-area-five .rts-banner-wrapper .banner-hero {
    left: 0;
    width: 33%;
  }

  .rts-banner-area-five .rts-banner-wrapper .location {
    top: 10%;
  }

  .main-isotop .button-group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .main-isotop .button-group button {
    width: 18%;
    padding-bottom: 15px;
  }

  .rts-footer-area-one.tour-marketplace .mid {
    width: 55%;
    gap: 30px;
  }

  .rts-footer-area-one.summer-travel .left {
    width: 32%;
  }

  .rts-footer-area-one.summer-travel .mid {
    gap: 20px;
    width: 65%;
  }

  .tour-wrapper-list {
    flex-direction: column;
    align-items: self-start;
  }

  .tour-wrapper-list .image-area {
    width: 100%;
  }

  .tour-wrapper-list .image-area img {
    width: 100%;
  }

  .tour-wrapper-list .content {
    flex-basis: 100%;
    gap: 20px;
    width: 100%;
  }

  .rts-breadcrumb-area.three .breadcrumb-area-wrapper {
    padding: 0 50px;
  }

  .sign-in-area .sign-in-form {
    width: 100%;
    padding: 60px 30px;
  }

  .rts-features-area.destination .feature-list {
    gap: 60px;
  }

  .rts-service-area .section-inner {
    flex-wrap: wrap;
  }

  .rts-service-area .section-inner .service-wrapper {
    width: 50%;
    padding: 20px;
  }

  .rts-banner-area-eight .rts-hero-banner {
    height: 750px;
  }

  .rts-banner-area-eight .is__home__eight .section-title {
    font-size: 100px;
  }

  .rts-testimonials-area.travel-agency .swiper-navigation .swiper-btn.swiper-btn-prev5 {
    left: 0;
  }

  .rts-testimonials-area.travel-agency .swiper-navigation .swiper-btn.swiper-btn-next5 {
    right: 0;
  }

  .destination-wrapper-area {
    grid-template-columns: repeat(3, 1fr);
  }

  .rts-tour-packages-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .rts-banner-area-nine .is__home__nine .banner-content-wrapper .section-title {
    font-size: 75px;
  }

  .rts-destination-wrapper,
  .rts-about-wrapper,
  .rts-features-wrapper-area,
  .rts-tour-packages-wrapper-area,
  .rts-cta-wrapper,
  .rts-testimonials-wrapper,
  .rts-blog-wrapper,
  .rts-faq-wrapper {
    margin: auto 50px;
  }

  .rts-banner-area-nine .is__home__nine .form-area {
    margin-right: 0;
  }
}

@media (max-width: 1200px) and (min-width: 991px) {
  .rts-banner-area-one .rts-hero-banner {
    height: 800px;
  }

  .offer-wrapper .title {
    font-size: 24px;
  }

  .offer-wrapper {
    padding: 40px 30px;
  }

  .offer-wrapper {
    height: 430px;
  }

  .why-choose-right-side-content .section-title-area .section-title {
    font-size: 36px;
  }

  .why-choose-left-image-area .floating-image {
    right: -25px;
    bottom: -25px;
  }

  .rts-counter-area .section-inner {
    flex-wrap: wrap;
    gap: 15px;
  }

  .rts-counter-area .section-inner .counter-wrapper {
    max-width: 32%;
  }

  .why-choose-wrapper .content {
    left: 20px;
    top: 20px;
  }

  .why-choose-wrapper .content .icon {
    margin-bottom: 35px;
  }

  .why-choose-wrapper .content .title {
    font-size: 20px;
  }

  .why-choose-wrapper.big .content {
    left: 30px;
    top: 30px;
  }

  .why-choose-wrapper.big .content .section-title-area .section-title {
    font-size: 28px;
  }

  .blog-wrapper .content-area {
    bottom: 25px;
    left: 20px;
  }

  .blog-wrapper .blog-title {
    font-size: 18px;
  }

  .offer-wrapper-2 {
    padding: 65px 40px 65px 20px;
  }

  .activity-wrapper .content .title {
    font-size: 22px;
  }

  .why-choose-left-image-area .floating-image {
    max-width: 200px;
  }

  .newsletter-inner .content-area .content-inner .title {
    margin-bottom: 15px;
  }

  .newsletter-inner .content-area .content-inner .desc {
    margin-bottom: 25px;
  }

  .testimonials-wrapper-three {
    padding: 30px 20px 35px;
  }

  .about-content-area .section-title-area .section-title {
    font-size: 36px;
  }

  .about-image-area {
    padding-bottom: 120px;
  }

  .project-block-four .content-area .title {
    font-size: 24px;
  }

  .why-choose-wrapper-list2 li {
    width: 47%;
  }

  .why-choose-wrapper-list2 li .content .title {
    font-size: 18px;
  }

  .why-choose-right-side-content .section-title-area .section-title {
    font-size: 42px;
  }

  .offer-wrapper.tour-marketplace .title {
    font-size: 34px;
  }

  .package-wrapper4 .content .title {
    font-size: 22px;
  }

  .package-wrapper4 .content .meta-content li {
    font-size: 14px;
  }

  .blog-wrapper3 .content-area .blog-title {
    font-size: 26px;
  }

  .blog-wrapper3.kayaking .content-area .blog-title {
    font-size: 20px;
  }

  .rts-tour-deal-area .left-area {
    display: flex;
    gap: 30px;
  }

  .rts-tour-deal-area .left-area .count-down-area {
    margin-top: 0;
  }

  .testimonials-wrapper-five {
    padding: 40px 50px 30px 40px;
  }

  .testimonials-wrapper-five .quote-area {
    margin-bottom: 30px;
  }

  .testimonials-wrapper-five .text {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .rts-tour-details-area .bottom-content-area .feature-list-area li {
    width: 46%;
  }

  .tour-details-tab-content .tab-content-inner .itinerary-title {
    font-size: 17px;
  }

  .tour-details-tab-area .nav-tabs {
    gap: 50px;
  }

  .rts-tour-area.inner .left-sidebar-area .side-box.blog-post .blog-list li .content h6,
  .rts-blog-area.inner .left-sidebar-area .side-box.blog-post .blog-list li .content h6 {
    font-size: 14px;
  }

  .rts-tour-area.inner .left-sidebar-area .side-box.blog-post .blog-list li,
  .rts-blog-area.inner .left-sidebar-area .side-box.blog-post .blog-list li {
    gap: 10px;
  }

  .section-title-area3 .section-title {
    font-size: 35px;
  }

  .section-title-area3 .section-title br {
    display: none;
  }

  .destination-wrapper-4 .content-area .title {
    font-size: 20px;
  }

  .rts-gallery-slider-area {
    height: 700px;
  }

  .about-left-image-area .floating-image {
    max-width: 200px;
    right: -40px;
  }
}

@media (max-width: 991px) {
  .section-title-area3 .desc br {
    display: none;
  }

  .about-content-wrapper .customer-trust-review-area {
    flex-wrap: wrap;
    gap: 30px;
  }

  .extra-right {
    width: 100%;
  }

  .rts-gallery-slider-area {
    height: 550px;
  }

  .advance__search__section.travel-agency .form-area .custom-select {
    width: 30%;
  }

  .advance__search__section.travel-agency .form-area {
    gap: 30px;
  }

  .testimonials-wrapper-six .content-area .text {
    font-size: 25px;
  }

  .tab-area .nav-tabs {
    gap: 30px;
  }

  .section-title-area3 .section-title {
    font-size: 35px;
  }

  .section-title-area3 .section-title br {
    display: none;
  }

  .section-title-area3 .desc {
    margin-bottom: 20px;
  }

  .about-img-area {
    margin-left: 0;
  }

  .advance__search__section {
    max-width: 95%;
  }

  .advance__search__section .form-area {
    flex-wrap: wrap;
  }

  .advance__search__section .form-area .custom-select {
    width: 48%;
  }

  .advance__search__section .section-title-area .section-title {
    font-size: 72px;
    line-height: 1;
  }

  .rts-banner-area-one .rts-hero-banner {
    height: 870px;
  }

  .advance__search__section {
    bottom: 20%;
  }

  .offer-wrapper {
    height: 460px;
  }

  .why-choose-left-image-area {
    margin-right: 0;
    margin-bottom: 50px;
  }

  .rts-counter-area .section-inner {
    flex-wrap: wrap;
  }

  .rts-counter-area .section-inner .counter-wrapper {
    max-width: 48%;
  }

  .testimonials-wrapper,
  .testimonials-wrapper-four {
    flex-direction: column;
    align-items: start;
  }

  .rts-testimonials-area .section-inner .swiper-navigation .swiper-btn.swiper-btn-prev5 {
    left: -8%;
  }

  .rts-testimonials-area .section-inner .swiper-navigation .swiper-btn.swiper-btn-next5 {
    right: -8%;
  }

  .header-style-two .header-top .header-top-inner .right .social-area {
    display: none;
  }

  .header-style-two .main-nav-area {
    display: none;
  }

  .header-style-one,
  .header-four {
    padding: 12px 40px !important;
  }

  .header-style-two .header-main-inner {
    padding: 12px 0;
  }

  .header-style-two .header-top .right-information {
    padding-left: 0;
    border: none;
  }

  .rts-banner-area-two {
    height: auto;
  }

  .rts-banner-area-two .rts-banner-content-area {
    padding: 120px 0 180px;
  }

  .why-choose-wrapper .content .title {
    font-size: 25px;
  }

  .why-choose-wrapper .content .icon {
    margin-bottom: 100px;
  }

  .cta-section-inner.hiking {
    padding-left: 30px;
  }

  .blog-wrapper .content-area {
    left: 20px;
    right: 20px;
    bottom: 25px;
  }

  .blog-wrapper .content-area .blog-title {
    font-size: 24px;
  }

  .rts-footer-area-one .footer-inner {
    flex-wrap: wrap;
  }

  .rts-footer-area-one .left {
    width: 40%;
  }

  .rts-footer-area-one .mid {
    gap: 50px;
  }

  .cta-section-inner {
    flex-direction: column;
    align-items: self-start;
    gap: 30px;
  }

  .rts-banner-area-three .rts-hero-banner {
    height: auto;
  }

  .destination-area-3 {
    flex-wrap: wrap;
    gap: 20px;
  }

  .destination-wrapper-3 {
    max-width: 30%;
    width: 100%;
    text-align: center;
  }

  .destination-wrapper-3 .image-area {
    margin: auto;
  }

  .newsletter-inner {
    flex-direction: column;
    align-items: self-start;
  }

  .newsletter-inner .image {
    flex-basis: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .newsletter-inner .image img {
    width: 100%;
  }

  .newsletter-inner .content-area {
    flex-basis: 100%;
    width: 100%;
    padding: 40px 20px 50px;
  }

  .rts-footer-area-one.yacht .left {
    width: 42%;
  }

  .rts-footer-area-one.yacht .single-footer-widget-one {
    width: 24%;
  }

  .rts-footer-area-one.yacht .single-footer-widget-one.get-app {
    width: 30%;
  }

  .rts-footer-area-one.yacht .footer-inner {
    justify-content: flex-start;
    gap: 30px;
  }

  .testimonials-wrapper-three {
    padding: 30px 14px 25px;
  }

  .rts-banner-area-four .rts-banner-wrapper .title {
    font-size: 124px;
  }

  .rts-banner-area-four {
    height: auto;
  }

  .rts-banner-area-four .rts-banner-wrapper {
    padding-top: 180px;
  }

  .rts-banner-area-four .banner-hero {
    display: none;
  }

  .rts-banner-area-four .rts-banner-wrapper .video-content-area {
    margin-top: 70px;
  }

  .about-content-area {
    margin-left: 0;
  }

  .about-image-area {
    margin-bottom: 50px;
  }

  .outer-box {
    flex-direction: column;
  }

  .project-block-four {
    margin-bottom: 5px;
    min-height: 160px;
    max-height: 160px;
  }

  .project-block-four .image-area img {
    width: 100%;
  }

  .project-block-four.active {
    min-height: 100%;
    max-height: 100%;
  }

  .project-block-four .image-area {
    height: 160px;
  }

  .project-block-four.active .image-area {
    height: 100%;
  }

  .why-choose-left-image-area2 {
    margin-bottom: 40px;
  }

  .rts-blog-area.wild .section-top-area {
    flex-direction: column;
    align-items: self-start !important;
    gap: 30px;
  }

  .rts-banner-area-five .rts-banner-wrapper .location {
    display: none;
  }

  .rts-banner-area-five .rts-banner-wrapper .banner-hero {
    bottom: 36%;
  }

  .rts-banner-area-five {
    height: auto;
  }

  .rts-cta-area.travel-africa .content .title {
    font-size: 84px;
  }

  .rts-banner-area-six .rts-banner-wrapper .banner-wrapper-inner .banner-title {
    font-size: 84px;
  }

  .offer-wrapper.tour-marketplace {
    padding: 50px 30px;
  }

  .offer-wrapper.tour-marketplace .title {
    font-size: 38px;
  }

  .rts-newsletter-area.tour-marketplace .newsletter-inner .content-area {
    padding: 0;
  }

  .rts-footer-area-one.tour-marketplace .mid {
    width: 64%;
    gap: 25px;
  }

  .rts-footer-area-one.tour-marketplace .left,
  .rts-footer-area-one.tour-marketplace .right {
    width: 36%;
  }

  .header-style-one.header-seven {
    padding: 0 !important;
  }

  .header-style-one.header-seven .header-style-one-wrapper {
    padding: 20px 0;
  }

  .header-style-one.header-seven .header-mid .inner .logo {
    display: none;
  }

  .header-style-one.header-seven .header-style-one-wrapper .left-area {
    display: flex;
  }

  .rts-destination-area.summer-travel .left-content-area .desc {
    margin-bottom: 20px;
  }

  .rts-footer-area-one.summer-travel .right {
    margin-top: 30px;
  }

  .rts-footer-area-one.summer-travel .right .single-footer-widget-one .title {
    margin-bottom: 30px;
  }

  .rts-tour-area.inner.with-map {
    padding-right: 20px;
  }

  .rts-tour-area.inner.with-map .section-inner {
    flex-direction: column;
  }

  .rts-tour-area.inner.with-map .section-inner .right-map-area {
    height: 300px;
    width: 100%;
  }

  .rts-breadcrumb-area.three {
    height: auto;
  }

  .rts-breadcrumb-area.three .breadcrumb-area-wrapper {
    padding: 120px 50px 50px;
  }

  .rts-breadcrumb-area.three .breadcrumb-area-wrapper .advance__search__section.home-hiking {
    margin-top: 30px;
  }

  .sign-in-area {
    flex-direction: column;
  }

  .rts-tour-details-area .bottom-content-area {
    flex-direction: column;
  }

  .rts-tour-details-area .bottom-content-area .left {
    max-width: 100%;
  }

  .rts-tour-details-area .bottom-content-area .right {
    max-width: 100%;
    margin-top: 30px;
  }

  .faq-content {
    margin-left: 0;
  }

  .rts-features-area.destination .feature-list {
    flex-wrap: wrap;
  }

  .rts-story-area .rts-story-mid-content {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .rts-story-area .rts-story-mid-content .bottom-content {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }

  .menu-btn-toggle2 {
    display: none;
  }

  .rts-banner-area-eight .is__home__eight .section-title {
    font-size: 90px;
  }

  .rts-faq-area.kayaking .faq-content {
    margin-left: 0;
  }

  .destination-wrapper-area {
    grid-template-columns: repeat(2, 1fr);
  }

  .rts-tour-packages-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .rts-cta-area.kayaking {
    padding: 160px 0;
  }

  .header-style-two.header-nine {
    padding: 0 !important;
  }

  .header-style-two.header-nine .header-top {
    display: none;
  }

  .header-style-two.header-nine .header-main-inner {
    padding: 20px !important;
    border-radius: 0;
  }

  .rts-banner-area-nine .section-inner {
    padding-top: 200px;
  }

  .about-left-image-area {
    margin-right: 0;
  }

  .rts-banner-area-nine .is__home__nine {
    padding: 200px 0;
  }

  .rts-banner-area-nine {
    height: auto;
  }

  .features-item:nth-child(3) {
    padding-left: 0;
  }

  .rts-destination-wrapper,
  .rts-about-wrapper,
  .rts-features-wrapper-area,
  .rts-tour-packages-wrapper-area,
  .rts-cta-wrapper,
  .rts-testimonials-wrapper,
  .rts-blog-wrapper,
  .rts-faq-wrapper {
    margin: auto 30px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .package-wrapper3 .content {
    padding: 30px 25px;
  }

  .package-wrapper3 .content .star-rating-area span,
  .package-wrapper3 .content .bottom-meta p,
  .package-wrapper3 .content .meta-content li {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .tour-pack .content .title br {
    display: none;
  }

  .rts-gallery-slider-area {
    height: 450px;
  }

  .rts-gallery-slider-area .rts-gallery-content-area .gallery-content-wrapper .title {
    font-size: 60px;
  }

  .rts-gallery-slider-area .rts-gallery-content-area .gallery-content-wrapper .desc {
    max-width: 350px;
    margin: auto;
  }

  .rts-gallery-slider-area .rts-gallery-content-area .gallery-content-wrapper .desc br {
    display: none;
  }

  .header-style-one {
    padding: 12px 15px !important;
  }

  .header-four,
  .header-five {
    padding: 12px 0 !important;
  }

  .advance__search__section {
    bottom: 20%;
  }

  .advance__search__section .section-title-area .section-title {
    font-size: 56px;
  }

  .rts-banner-area-one .rts-hero-banner {
    height: 860px;
  }

  .rts-counter-area .section-inner {
    gap: 15px;
  }

  .rts-counter-area .section-inner .counter-wrapper {
    gap: 15px;
  }

  .rts-testimonials-area .section-inner .swiper-navigation .swiper-btn {
    display: none;
  }

  .header-style-two .header-top .right-information {
    display: none;
  }

  .header-style-two .header-top .header-top-inner {
    justify-content: center;
  }

  .why-choose-wrapper .content {
    left: 25px;
    right: 25px;
    bottom: 30px;
    top: unset;
  }

  .why-choose-wrapper .content .title {
    margin-bottom: 0;
  }

  .why-choose-wrapper.big .content {
    left: 30px;
    top: 50px;
    right: 30px;
    bottom: unset;
  }

  .tour-wrapper-two .content {
    padding: 20px 15px;
  }

  .tour-wrapper-two .content .title {
    font-size: 18px;
  }

  .gallery-wrapper.with-icon a img {
    width: 100%;
  }

  .single-footer-widget-one .title {
    margin-bottom: 25px;
  }

  .rts-footer-area-one .right {
    width: 50%;
    margin-top: 30px;
  }

  .footer-input-main-wrapper-one .single-footer-widget-one .desc {
    margin-top: 0;
  }

  .rts-blog-area .section-top-area .button-area {
    min-width: 125px;
  }

  .rts-banner-area-three {
    margin: 0;
  }

  .rts-banner-area-three .rts-hero-banner {
    padding: 120px 0;
  }

  .rts-banner-area-three .swiper-pagination-fraction {
    flex-direction: row;
    max-width: max-content;
    align-items: center;
  }

  .rts-banner-area-three .swiper-pagination-fraction span.divider {
    width: 2px;
    height: 12px;
  }

  .rts-banner-area-three .swiper-pagination-vertical {
    display: none;
  }

  .rts-banner-area-three .content-inner .section-title {
    font-size: 62px;
    line-height: 1;
  }

  .header-style-two.home-yacht-bg .header-main {
    padding: 0 15px;
  }

  .rts-footer-area-one.yacht .left {
    width: 54%;
  }

  .rts-footer-area-one.yacht .single-footer-widget-one {
    width: 35%;
  }

  .rts-footer-area-one.yacht .single-footer-widget-one.get-app {
    width: 55%;
  }

  .testimonials-wrapper-three {
    padding: 30px 20px;
  }

  .rts-banner-area-four .rts-banner-wrapper .title {
    font-size: 96px;
  }

  .rts-banner-area-four .social-area {
    right: 25px;
    bottom: 40px;
  }

  .advance__search__section.home-wild .section-title-area .section-title {
    font-size: 30px;
    line-height: 1;
  }

  .package-wrapper2 .content {
    left: 20px;
    transform: unset;
  }

  .rts-banner-area-five .rts-banner-wrapper .banner-hero {
    display: none;
  }

  .rts-banner-area-five .rts-banner-wrapper .title {
    font-size: 150px;
  }

  .rts-banner-area-five .rts-banner-wrapper .title span {
    margin: auto !important;
  }

  .rts-banner-area-five .rts-banner-wrapper .bottom-content-area {
    margin: auto;
  }

  .rts-banner-area-five .rts-banner-wrapper {
    padding-top: 180px;
  }

  .rts-cta-area.travel-africa .content .title {
    font-size: 72px;
  }

  .rts-cta-area.travel-africa {
    padding: 100px 0;
  }

  .rts-banner-area-six .rts-banner-wrapper .banner-wrapper-inner .banner-title {
    font-size: 64px;
  }

  .rts-banner-area-six {
    height: auto;
    padding: 100px 0 70px;
  }

  .advance__search__section.tour-marketplace {
    margin-top: 50px;
  }

  .header-style-one.header-six .button-area-start {
    flex-basis: 60%;
  }

  .package-wrapper4 .image-area img {
    width: 100%;
  }

  .package-wrapper4 .content .price span {
    font-size: 16px;
  }

  .main-isotop .button-group button {
    width: 23%;
  }

  .package-wrapper4 .content .meta-content {
    gap: 15px;
  }

  .package-wrapper4 .content .meta-content li {
    font-size: 14px;
  }

  .package-wrapper4 .content .star-rating-area span {
    font-size: 14px;
  }

  .tour-marketplace .section-title-area .section-title {
    font-size: 54px;
  }

  .package-wrapper4 .content .desc {
    font-size: 14px;
  }

  .blog-wrapper3 .content-area .blog-title {
    font-size: 22px;
  }

  .rts-footer-area-one.tour-marketplace .left,
  .rts-footer-area-one.tour-marketplace .right {
    width: 70%;
  }

  .rts-footer-area-one.tour-marketplace .mid {
    width: 100%;
    justify-content: start !important;
    gap: 40px;
    margin-top: 40px;
  }

  .rts-banner-area-seven .banner-wrapper .image-area {
    height: 500px;
  }

  .rts-banner-area-seven .banner-wrapper .image-area img {
    height: 100%;
    object-fit: cover;
  }

  .rts-banner-area-seven .swiper-slide-active .banner-wrapper .content-area {
    left: 20px;
  }

  .rts-banner-area-seven .banner-wrapper .content-area .banner-title {
    font-size: 48px;
  }

  .float-right {
    width: 100%;
    position: unset;
  }

  .rts-footer-area-one.summer-travel .left {
    width: 50%;
  }

  .rts-footer-area-one.summer-travel .mid {
    margin-top: 30px;
    width: 100%;
    justify-content: flex-start !important;
    gap: 30px;
  }

  .tour-wrapper-list .content {
    flex-direction: column;
    align-items: self-start;
  }

  .tour-wrapper-list .content .button-area {
    margin-top: 0;
    align-items: flex-start;
  }

  .rts-breadcrumb-area.four .nav-bread-crumb {
    flex-wrap: wrap;
  }

  .rts-tour-details-area .bottom-content-area .feature-list-area li {
    width: 47%;
  }

  .tour-details-tab-area .nav-tabs {
    gap: 40px;
  }

  .rts-tour-details-area .bottom-content-area .tour-content .left-content .title {
    font-size: 34px;
  }

  .rts-breadcrumb-area.one {
    height: 340px;
  }

  .rts-breadcrumb-area.one .breadcrumb-area-wrapper {
    padding-top: 0;
  }

  .rts-tour-area.inner .blog-details-area ul.feature-list li,
  .rts-blog-area.inner .blog-details-area ul.feature-list li {
    width: 50%;
  }

  .rts-banner-area-eight .is__home__eight .section-title {
    font-size: 70px;
  }

  .rts-banner-area-eight .rts-hero-banner {
    height: 550px;
  }

  .rts-banner-area-nine .banner-content-wrapper .section-title {
    font-size: 60px;
  }

  .rts-banner-area-nine .banner-content-wrapper .bottom-area {
    flex-wrap: wrap;
    gap: 30px;
  }

  .rts-banner-area-nine .section-inner {
    padding-top: 150px;
  }

  .about-left-image-area .trip-card {
    display: none;
  }

  .features-item {
    padding: 0 !important;
    border: none !important;
  }
}

@media (max-width: 768px) and (min-width: 576px) {
  .rts-counter-area .section-inner .counter-wrapper .icon {
    width: 40px;
  }

  .tour-wrapper-two .content .button-area .price-area .current {
    font-size: 16px;
  }

  .rts-footer-area-one .mid {
    gap: 10px;
  }

  .header-style-two .header-style-one-wrapper .button-area-start {
    flex-basis: 60%;
  }

  .why-choose-wrapper-list2 li .content .title {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .advance__search__section.travel-agency .form-area .custom-select {
    width: 100%;
  }

  .testimonials-wrapper-six .content-area .text {
    font-size: 14px;
  }

  .advance__search__section .form-area {
    padding: 25px;
  }

  .advance__search__section .section-title-area .section-title {
    font-size: 44px;
  }

  .rts-banner-area-one .rts-hero-banner {
    height: 780px;
  }

  .offer-wrapper {
    padding: 40px 30px;
  }

  .why-choose-left-image-area {
    padding-bottom: 0;
  }

  .why-choose-left-image-area .main-image {
    max-width: 100%;
  }

  .why-choose-left-image-area .main-image img {
    width: 100%;
  }

  .why-choose-left-image-area .floating-image {
    margin-top: 20px;
    position: unset;
  }

  .why-choose-left-image-area .floating-image img {
    width: 100%;
  }

  .rts-counter-area .section-inner .counter-wrapper {
    flex-direction: column;
    align-items: start;
  }

  .testimonials-wrapper .content-area .text {
    font-size: 26px;
  }

  .testimonials-wrapper-four .content-area .text {
    font-size: 24px;
  }

  .header-style-two .header-top {
    display: none;
  }

  .rts-banner-area-two .rts-banner-content-area .content-inner .section-title {
    font-size: 70px;
  }

  .why-choose-wrapper.big .content .section-title-area .section-title {
    font-size: 24px;
  }

  .tour-wrapper-two {
    flex-direction: column;
    align-items: self-start;
  }

  .tour-wrapper-two .image-area {
    width: 100%;
  }

  .tour-wrapper-two .image-area img {
    width: 100%;
  }

  .cta-section-inner.hiking .cta-content-area .section-title {
    font-size: 36px;
  }

  .rts-footer-area-one .left {
    width: 100%;
  }

  .rts-footer-area-one .mid {
    width: 100%;
    justify-content: start !important;
  }

  .rts-footer-area-one .right {
    width: 100%;
  }

  .cta-section-inner {
    padding: 50px 30px;
  }

  .rts-banner-area-three .content-inner .section-title {
    font-size: 48px;
  }

  .destination-wrapper-3 {
    max-width: 46%;
  }

  .destination-wrapper-3 .image-area {
    width: 100%;
    height: max-content;
  }

  .destination-wrapper-3 .image-area img {
    width: 100%;
  }

  .why-choose-right-side-content.yacht .stats-area {
    position: relative;
    overflow: hidden;
    margin: auto;
    margin-bottom: 40px;
  }

  .why-choose-right-side-content.yacht .stats-area ul {
    gap: 25px;
  }

  .rts-footer-area-one.yacht .left {
    width: 100%;
    padding-bottom: 15px;
  }

  .newsletter-inner .content-area .content-inner .title {
    font-size: 32px;
  }

  .header-four {
    padding: 12px 10px !important;
  }

  .rts-banner-area-four .rts-banner-wrapper .title {
    font-size: 72px;
  }

  .advance__search__section.home-wild .section-title-area .section-title {
    font-size: 24px;
    line-height: 1;
  }

  .about-image-area .customer-review-area {
    display: none;
  }

  .about-image-area .floating-image {
    right: 0;
  }

  .project-block-four.active .content-area {
    left: 30px;
  }

  .project-block-four .content-area {
    bottom: 30px;
  }

  .project-block-four .content-area .title {
    font-size: 21px;
  }

  .why-choose-wrapper-list2 li {
    width: 100%;
  }

  .why-choose-right-side-content .section-title-area .desc br {
    display: none;
  }

  .blog-wrapper2.list-style {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-wrapper2.list-style .image-area {
    width: 100%;
  }

  .rts-banner-area-five .rts-banner-wrapper .title {
    font-size: 100px;
  }

  .rts-banner-area-five .rts-banner-wrapper .bottom-content-area .desc {
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }

  .rts-banner-area-five .rts-banner-wrapper .title {
    margin-bottom: 25px;
  }

  .rts-banner-area-five .rts-banner-wrapper .bottom-content-area .button-area .rts-btn {
    padding: 19px 34px;
  }

  .rts-banner-area-five .rts-banner-wrapper .bottom-content-area .button-area {
    gap: 10px;
  }

  .activity-wrapper2 .image-area img {
    width: 100%;
  }

  .package-wrapper3 .content {
    padding: 30px 25px;
  }

  .package-wrapper3 .content .star-rating-area span,
  .package-wrapper3 .content .bottom-meta p,
  .package-wrapper3 .content .meta-content li {
    font-size: 14px;
  }

  .rts-cta-area.travel-africa .content .title {
    font-size: 56px;
    margin-bottom: 50px;
  }

  .rts-banner-area-six .rts-banner-wrapper .banner-wrapper-inner .banner-title {
    font-size: 48px;
  }

  .main-isotop .button-group button {
    width: 31%;
  }

  .tour-marketplace .section-top-area {
    flex-direction: column;
    gap: 25px;
    align-items: start !important;
  }

  .rts-newsletter-area.tour-marketplace .newsletter-inner .content-inner .title {
    font-size: 42px;
  }

  .rts-footer-area-one.tour-marketplace .mid {
    flex-wrap: wrap;
  }

  .testimonials-wrapper-five {
    padding: 50px 30px;
  }

  .rts-footer-area-one.summer-travel .left {
    width: 100%;
  }

  .rts-footer-area-one.summer-travel .mid {
    flex-direction: column;
  }

  .rts-breadcrumb-area.two .breadcrumb-area-wrapper .title {
    font-size: 42px;
  }

  .filter-small-top-full {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .sign-in-area {
    padding: 20px 15px;
  }

  .sign-in-area .sign-in-form form .single-input-area {
    flex-direction: column;
    align-items: self-start !important;
    gap: 20px;
  }

  .rts-breadcrumb-area.three .breadcrumb-area-wrapper {
    padding: 120px 30px 50px;
  }

  .rts-breadcrumb-area.three .breadcrumb-area-wrapper .title {
    font-size: 42px;
  }

  .rts-tour-details-area .bottom-content-area .tour-content {
    flex-direction: row-reverse;
    align-items: self-start;
  }

  .rts-tour-details-area .bottom-content-area .tour-content .right-content {
    order: -1;
  }

  .rts-breadcrumb-area.one .breadcrumb-area-wrapper .title {
    font-size: 42px;
  }

  .accordion .accordion-item .accordion-header button {
    padding-right: 40px;
    font-size: 20px;
  }

  .rts-features-area.destination .section-title-area .section-title {
    font-size: 100px;
  }

  .rts-service-area .section-inner .service-wrapper {
    width: 100%;
  }

  .rts-blog-area.wild .section-top-area .button-area {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-style-one.header-seven .header-mid {
    display: none;
  }

  .rts-banner-area-eight .is__home__eight .section-title {
    font-size: 50px;
  }

  .rts-banner-area-eight .rts-hero-banner {
    height: 500px;
  }

  .cta-section-inner.agency-two {
    padding: 50px 30px;
  }

  .destination-wrapper-area {
    grid-template-columns: 1fr;
  }

  .rts-tour-packages-wrapper {
    grid-template-columns: 1fr;
  }

  .rts-cta-area.kayaking {
    padding: 120px 0;
  }

  .rts-features-wrapper {
    grid-template-columns: 1fr;
  }

  .about-right-content-area .about-bottom-area {
    flex-wrap: wrap;
    gap: 30px;
  }

  .rts-banner-area-nine .is__home__nine {
    padding: 160px 0;
  }

  .rts-destination-wrapper,
  .rts-about-wrapper,
  .rts-features-wrapper-area,
  .rts-tour-packages-wrapper-area,
  .rts-cta-wrapper,
  .rts-testimonials-wrapper,
  .rts-blog-wrapper,
  .rts-faq-wrapper {
    margin: auto 15px;
  }
}

@media (max-width: 450px) {
  .about-img-area .rotate-img {
    display: none;
  }

  .advance__search__section .form-area .custom-select {
    width: 100%;
  }

  .advance__search__section {
    bottom: 10%;
  }

  .advance__search__section .section-title-area .section-title,
  .advance__search__section.summer-travel .section-title-area .section-title {
    font-size: 36px;
  }

  .rts-banner-area-one .swiper-pagination-area {
    bottom: 40px;
  }

  .advance__search__section .section-title-area {
    margin-bottom: 30px;
  }

  .rts-banner-area-one .rts-hero-banner {
    height: 860px;
  }

  .section-top-area.d-flex {
    flex-direction: column;
    gap: 20px;
    align-items: self-start !important;
    padding: 10px;
  }

  .mb_xs--0 {
    margin-bottom: 0 !important;
  }

  .why-choose-wrapper-list li {
    flex-direction: column;
    align-items: self-start;
    gap: 20px;
  }

  .rts-counter-area .section-inner .counter-wrapper {
    max-width: 100%;
  }

  .testimonials-wrapper {
    padding: 20px;
  }

  .testimonials-wrapper .content-area .text {
    font-size: 22px;
  }

  .rts-banner-area-two .rts-banner-content-area .content-inner .section-title {
    font-size: 54px;
  }

  .rts-banner-area-two .rts-banner-content-area {
    padding: 100px 0 160px;
  }

  .why-choose-wrapper.big .content {
    top: 30px;
    left: 20px;
    right: 20px;
  }

  .why-choose-wrapper.big .content .section-title-area .section-title {
    font-size: 20px;
  }

  .testimonials-wrapper-two .content-area .text {
    font-size: 20px;
  }

  .cta-section-inner.hiking {
    padding: 40px 20px;
  }

  .cta-section-inner.hiking .cta-content-area .section-title {
    font-size: 28px;
  }

  .blog-wrapper .content-area .blog-title {
    font-size: 20px;
  }

  .rts-footer-area-one .mid {
    gap: 20px;
    flex-direction: column;
  }

  .copyright-area-start p {
    text-align: center;
  }

  .cta-section-inner .button-area {
    flex-direction: column;
    align-items: self-start;
  }

  .rts-banner-area-three .content-inner .section-title {
    font-size: 36px;
  }

  .rts-banner-area-three .content-inner .button-area {
    flex-direction: column;
    align-items: self-start;
  }

  .rts-banner-area-three .rts-hero-banner {
    padding: 120px 0;
  }

  .rts-banner-area-three .swiper-pagination-fraction {
    bottom: 30px;
  }

  .newsletter-inner .content-area .content-inner .newsletter-form {
    flex-direction: column;
  }

  .newsletter-inner .content-area .content-inner .title {
    font-size: 24px;
  }

  .rts-footer-area-one.yacht .single-footer-widget-one {
    width: 100%;
  }

  .rts-banner-area-four .jump-to-down {
    display: none;
  }

  .rts-banner-area-four .rts-banner-wrapper .title {
    font-size: 56px;
  }

  .about-image-area .floating-image {
    display: none;
  }

  .about-image-area {
    justify-content: center;
    padding-bottom: 0;
  }

  .project-block-four {
    min-height: 120px;
    max-height: 120px;
  }

  .testimonials-wrapper-four .content-area .text {
    font-size: 20px;
  }

  .blog-wrapper2.list-style .content-area .blog-title {
    font-size: 18px;
  }

  .rts-banner-area-five .rts-banner-wrapper {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .rts-banner-area-five .rts-banner-wrapper .bottom-content-area .button-area {
    flex-direction: column;
    gap: 20px;
  }

  .rts-banner-area-five .rts-banner-wrapper .title {
    font-size: 84px;
  }
p
  .rts-cta-area.travel-africa .content .title {
    font-size: 42px;
  }

  .main-isotop .button-group button {
    width: 40%;
  }

  .rts-newsletter-area.tour-marketplace .newsletter-inner .content-inner .title {
    font-size: 36px;
  }

  .tour-marketplace .section-title-area .section-title {
    font-size: 28px;
  }

  .rts-footer-area-one.tour-marketplace .left,
  .rts-footer-area-one.tour-marketplace .right {
    width: 100%;
  }

  .offer-wrapper.new .content .title {
    font-size: 28px;
  }

  .testimonials-wrapper-five .text {
    font-size: 20px;
  }

  .testimonials-wrapper-five .quote-area {
    margin-bottom: 30px;
  }

  .testimonials-wrapper-five .text {
    margin-bottom: 30px;
  }

  .rts-breadcrumb-area.two .breadcrumb-area-wrapper .title {
    font-size: 32px;
  }

  .rts-breadcrumb-area.two {
    height: 300px;
  }

  .rts-breadcrumb-area.two .breadcrumb-area-wrapper {
    padding-top: 0;
  }

  .filter-small-top-full .right-filter {
    flex-wrap: wrap;
  }

  .tour-wrapper-list .content .meta-content {
    gap: 20px;
  }

  .advance__search__section.home-hiking {
    margin-top: -60px;
  }

  .rts-breadcrumb-area.three .breadcrumb-area-wrapper .title {
    font-size: 30px;
  }

  .rts-tour-details-area .bottom-content-area .feature-list-area li {
    width: 100%;
  }

  .rts-tour-details-area .bottom-content-area .tour-content .left-content .title {
    font-size: 24px;
  }

  .rts-tour-details-area .bottom-content-area .contact-area .contact-form {
    padding: 20px 15px;
  }

  .rts-tour-details-area .bottom-content-area .content-box {
    padding: 20px 15px;
  }

  .tour-details-tab-content .tab-content-inner .itinerary-title {
    font-size: 16px;
  }

  .rts-breadcrumb-area.one .breadcrumb-area-wrapper .title {
    font-size: 32px;
  }

  .rts-features-area.destination .section-title-area .section-title {
    font-size: 72px;
    margin-bottom: 20px;
  }

  .rts-features-area.destination .feature-list li {
    width: 100%;
  }

  .why-choose-left-image-area .main-image .content {
    max-width: 300px;
  }

  .why-choose-left-image-area .main-image .content h2 {
    font-size: 30px;
  }

  .rts-banner-area-six .rts-banner-wrapper .banner-wrapper-inner .banner-title {
    font-size: 36px;
  }

  .rts-banner-area-nine .is__home__nine .banner-content-wrapper .section-title {
    font-size: 50px;
  }

  .about-left-image-area .floating-image {
    display: none;
  }

  .rts-banner-area-nine .is__home__nine .banner-content-wrapper .bottom-area {
    margin-top: 30px;
    gap: 30px;
  }
}

@media (max-width: 1800px) {
  [dir=rtl] .rts-service-area .section-inner .service-wrapper {
    padding: 60px 30px 35px;
  }
}

@media (max-width: 1670px) {
  [dir=rtl] .sign-in-area .sign-in-form {
    width: 47%;
  }
}

@media (max-width: 1600px) {
  [dir=rtl] .rts-banner-area-three .content-inner .section-title {
    font-size: 84px;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .banner-hero {
    left: unset;
    right: -10.5%;
    width: 40%;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .location {
    right: unset;
    left: -4%;
  }

  [dir=rtl] .rts-banner-area-seven .banner-wrapper .content-area {
    left: unset;
    right: -60%;
  }

  [dir=rtl] .rts-tour-area.inner.with-map {
    padding-right: 70px;
    padding-left: unset;
  }

  [dir=rtl] .rts-service-area.inner {
    margin: 0;
  }
}

@media (max-width: 1400px) {
  [dir=rtl] .header-style-one {
    padding: 0 40px;
  }

  [dir=rtl] .advance__search__section {
    max-width: 1160px;
  }

  [dir=rtl] .cta-section-inner .content {
    flex-basis: 52%;
  }

  [dir=rtl] .rts-banner-area-three .content-inner .section-title {
    font-size: 72px;
    line-height: 0.95;
  }

  [dir=rtl] .offer-wrapper-2 .title {
    font-size: 24px;
  }

  [dir=rtl] .why-choose-right-side-content.yacht .stats-area ul li .content {
    padding: 30px 20px;
  }

  [dir=rtl] .rts-footer-area-one.yacht .left {
    width: 27%;
  }

  [dir=rtl] .rts-banner-area-four .rts-banner-wrapper .title {
    font-size: 200px;
  }

  [dir=rtl] .project-block-four.active .content-area {
    left: unset;
    right: 40px;
  }

  [dir=rtl] .project-block-four .content-area {
    bottom: 40px;
  }

  [dir=rtl] .project-block-four .content-area .title {
    font-size: 30px;
  }

  [dir=rtl] .why-choose-wrapper-list2 {
    gap: 20px;
  }

  [dir=rtl] .why-choose-wrapper-list2 li {
    width: 48%;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .banner-hero {
    left: unset;
    right: -7.5%;
    width: 37%;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .location {
    right: unset;
    left: -3%;
    width: 26%;
  }

  [dir=rtl] .offer-wrapper.tour-marketplace .title {
    font-size: 42px;
  }

  [dir=rtl] .rts-banner-area-seven .banner-wrapper .content-area {
    left: unset;
    right: -75%;
  }

  [dir=rtl] .rts-banner-area-seven .swiper-slide-active .banner-wrapper .content-area {
    left: unset;
    right: 50px;
  }

  [dir=rtl] .rts-banner-area-seven .banner-wrapper .content-area {
    bottom: 50px;
  }

  [dir=rtl] .offer-wrapper.new .content {
    padding: 60px 30px;
  }

  [dir=rtl] .package-wrapper5 .content .title {
    font-size: 20px;
  }

  [dir=rtl] .rts-footer-area-one.summer-travel .mid {
    gap: 50px;
  }

  [dir=rtl] .rts-tour-area.inner .tour-wrapper .content .meta-content li {
    font-size: 14px;
  }

  [dir=rtl] .tour-wrapper-list .content {
    padding: 20px;
  }

  [dir=rtl] .rts-tour-area.inner.with-map {
    padding-left: unset;
    padding-right: 20px;
  }

  [dir=rtl] .rts-tour-area.inner.with-map .section-inner {
    gap: 30px;
  }

  [dir=rtl] .sign-in-area .sign-in-form {
    width: 70%;
  }

  [dir=rtl] .rts-tour-details-area .bottom-content-area .feature-list-area li {
    width: 27%;
  }

  [dir=rtl] .advance__search__section.travel-agency {
    max-width: 100%;
  }

  [dir=rtl] .rts-features-wrapper .features-item:nth-child(2) {
    border-right: 1px solid #B7EAE4;
  }

  [dir=rtl] .rts-features-wrapper .features-item:nth-child(3) {
    border-right: none;
  }
}

@media (max-width: 1400px) and (min-width: 1200px) {
  [dir=rtl] .rts-banner-area-one .rts-hero-banner {
    height: 800px;
  }

  [dir=rtl] .offer-wrapper {
    padding: 45px 30px;
  }

  [dir=rtl] .why-choose-right-side-content .section-title-area .section-title {
    font-size: 42px;
  }

  [dir=rtl] .counter-wrapper {
    padding: 21px 15px 20px 25px;
    gap: 10px;
  }

  [dir=rtl] .counter-wrapper .icon {
    width: 40px;
  }

  [dir=rtl] .tour-wrapper .content .title {
    font-size: 19px;
  }

  [dir=rtl] .why-choose-wrapper .content .icon {
    margin-bottom: 70px;
  }

  [dir=rtl] .why-choose-wrapper .content {
    top: 20px;
    left: unset;
    right: 20px;
  }

  [dir=rtl] .tour-wrapper-two .content {
    padding: 20px 15px;
  }

  [dir=rtl] .tour-wrapper-two .content .title {
    font-size: 18px;
  }

  [dir=rtl] .tour-wrapper-two .content .button-area .price-area .current {
    font-size: 16px;
  }

  [dir=rtl] .about-image-area {
    padding-bottom: 120px;
  }

  [dir=rtl] .why-choose-wrapper-list2 li .content .title {
    font-size: 18px;
  }

  [dir=rtl] .blog-wrapper2 .content-area .blog-title {
    font-size: 32px;
  }

  [dir=rtl] .blog-wrapper2.list-style .content-area .blog-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  [dir=rtl] .rts-blog-area.wild .small-post-area {
    gap: 28px;
  }

  [dir=rtl] .package-wrapper3 .content .bottom-meta {
    gap: 10px;
  }

  [dir=rtl] .package-wrapper3 .content .title {
    font-size: 20px;
  }

  [dir=rtl] .rts-cta-area.travel-africa .content .title {
    font-size: 88px;
  }

  [dir=rtl] .package-wrapper4 .content .meta-content {
    gap: 20px;
  }

  [dir=rtl] .package-wrapper4 .content .meta-content li {
    font-size: 14px;
  }

  [dir=rtl] .package-wrapper4 .content .bottom-meta {
    gap: 5px;
  }

  [dir=rtl] .package-wrapper4 .content .price span {
    font-size: 16px;
  }

  [dir=rtl] .package-wrapper4 .content .price {
    gap: 5px;
  }

  [dir=rtl] .package-wrapper4 .content .title {
    font-size: 20px;
  }

  [dir=rtl] .package-wrapper4 .content .desc {
    font-size: 14px;
  }

  [dir=rtl] .testimonials-wrapper-five {
    padding: 55px 50px 40px 70px;
  }

  [dir=rtl] .testimonials-wrapper-five .quote-area {
    margin-bottom: 30px;
  }

  [dir=rtl] .testimonials-wrapper-five .text {
    margin-bottom: 30px;
    font-size: 26px;
  }

  [dir=rtl] .rts-tour-area.inner.with-map .tour-wrapper .content .title {
    font-size: 18px;
  }
}

@media (max-width: 1365px) {
  [dir=rtl] .sign-in-area {
    height: auto;
  }

  [dir=rtl] .side-bar.show {
    overflow-y: auto;
  }
}

@media (max-width: 1200px) {
  [dir=rtl] .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  [dir=rtl] .order-lg-change {
    order: -1;
  }

  [dir=rtl] .advance__search__section {
    max-width: 960px;
  }

  [dir=rtl] .rts-testimonials-area .section-inner .swiper-navigation .swiper-btn.swiper-btn-prev5 {
    left: unset;
    right: -6%;
  }

  [dir=rtl] .rts-testimonials-area .section-inner .swiper-navigation .swiper-btn.swiper-btn-next5 {
    right: unset;
    left: -6%;
  }

  [dir=rtl] .rts-banner-area-two .rts-banner-content-area .content-inner .section-title {
    font-size: 86px;
    line-height: 1;
  }

  [dir=rtl] .cta-section-inner.hiking {
    background-position: revert !important;
  }

  [dir=rtl] .cta-section-inner.hiking .cta-content-area .section-title {
    font-size: 48px;
  }

  [dir=rtl] .rts-footer-area-one .left {
    width: 35%;
  }

  [dir=rtl] .cta-section-inner .content {
    flex-basis: 60%;
  }

  [dir=rtl] .cta-section-inner .button-area {
    flex-basis: 35%;
  }

  [dir=rtl] .header-style-two .main-nav-area {
    margin-left: unset;
    margin-right: 50px;
  }

  [dir=rtl] .rts-banner-area-three .content-inner .section-title {
    font-size: 64px;
  }

  [dir=rtl] .rts-footer-area-one.yacht .single-footer-widget-one {
    width: 17%;
  }

  [dir=rtl] .rts-banner-area-four .rts-banner-wrapper .title {
    font-size: 165px;
  }

  [dir=rtl] .rts-banner-area-four .banner-hero {
    left: unset;
    right: 65%;
    transform: translateX(65%);
  }

  [dir=rtl] .rts-banner-area-four .jump-to-down {
    left: unset;
    right: 60%;
    transform: translateX(60%);
  }

  [dir=rtl] .advance__search__section.home-wild .form-area .custom-select-trigger {
    padding-left: unset;
    padding-right: 20px;
  }

  [dir=rtl] .about-content-area .feature-list {
    flex-wrap: wrap;
  }

  [dir=rtl] .blog-wrapper2.list-style .image-area img {
    width: 100%;
  }

  [dir=rtl] .blog-wrapper2.list-style .content-area .blog-meta {
    margin-bottom: 15px;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .banner-hero {
    left: unset;
    right: 0;
    width: 33%;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .location {
    top: 10%;
  }

  [dir=rtl] .main-isotop .button-group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  [dir=rtl] .main-isotop .button-group button {
    width: 18%;
    padding-bottom: 15px;
  }

  [dir=rtl] .rts-footer-area-one.tour-marketplace .mid {
    width: 55%;
    gap: 30px;
  }

  [dir=rtl] .rts-footer-area-one.summer-travel .left {
    width: 32%;
  }

  [dir=rtl] .rts-footer-area-one.summer-travel .mid {
    gap: 20px;
    width: 65%;
  }

  [dir=rtl] .tour-wrapper-list {
    flex-direction: column;
    align-items: self-start;
  }

  [dir=rtl] .tour-wrapper-list .image-area {
    width: 100%;
  }

  [dir=rtl] .tour-wrapper-list .image-area img {
    width: 100%;
  }

  [dir=rtl] .tour-wrapper-list .content {
    flex-basis: 100%;
    gap: 20px;
    width: 100%;
  }

  [dir=rtl] .rts-breadcrumb-area.three .breadcrumb-area-wrapper {
    padding: 0 50px;
  }

  [dir=rtl] .sign-in-area .sign-in-form {
    width: 100%;
    padding: 60px 30px;
  }

  [dir=rtl] .rts-features-area.destination .feature-list {
    gap: 60px;
  }

  [dir=rtl] .rts-service-area .section-inner {
    flex-wrap: wrap;
  }

  [dir=rtl] .rts-service-area .section-inner .service-wrapper {
    width: 50%;
    padding: 20px;
  }

  [dir=rtl] .about-left-image-area .floating-image {
    left: -40px;
  }
}

@media (max-width: 1200px) and (min-width: 991px) {
  [dir=rtl] .rts-banner-area-one .rts-hero-banner {
    height: 800px;
  }

  [dir=rtl] .offer-wrapper .title {
    font-size: 24px;
  }

  [dir=rtl] .offer-wrapper {
    padding: 40px 30px;
  }

  [dir=rtl] .offer-wrapper {
    height: 430px;
  }

  [dir=rtl] .why-choose-right-side-content .section-title-area .section-title {
    font-size: 36px;
  }

  [dir=rtl] .why-choose-left-image-area .floating-image {
    right: unset;
    left: -25px;
    bottom: -25px;
  }

  [dir=rtl] .rts-counter-area .section-inner {
    flex-wrap: wrap;
    gap: 15px;
  }

  [dir=rtl] .rts-counter-area .section-inner .counter-wrapper {
    max-width: 32%;
  }

  [dir=rtl] .why-choose-wrapper .content {
    left: unset;
    right: 20px;
    top: 20px;
  }

  [dir=rtl] .why-choose-wrapper .content .icon {
    margin-bottom: 35px;
  }

  [dir=rtl] .why-choose-wrapper .content .title {
    font-size: 20px;
  }

  [dir=rtl] .why-choose-wrapper.big .content {
    left: unset;
    right: 30px;
    top: 30px;
  }

  [dir=rtl] .why-choose-wrapper.big .content .section-title-area .section-title {
    font-size: 28px;
  }

  [dir=rtl] .blog-wrapper .content-area {
    bottom: 25px;
    left: unset;
    right: 20px;
  }

  [dir=rtl] .blog-wrapper .blog-title {
    font-size: 18px;
  }

  [dir=rtl] .offer-wrapper-2 {
    padding: 65px 40px 65px 20px;
  }

  [dir=rtl] .activity-wrapper .content .title {
    font-size: 22px;
  }

  [dir=rtl] .why-choose-left-image-area .floating-image {
    max-width: 200px;
  }

  [dir=rtl] .newsletter-inner .content-area .content-inner .title {
    margin-bottom: 15px;
  }

  [dir=rtl] .newsletter-inner .content-area .content-inner .desc {
    margin-bottom: 25px;
  }

  [dir=rtl] .testimonials-wrapper-three {
    padding: 30px 20px 35px;
  }

  [dir=rtl] .about-content-area .section-title-area .section-title {
    font-size: 36px;
  }

  [dir=rtl] .about-image-area {
    padding-bottom: 120px;
  }

  [dir=rtl] .project-block-four .content-area .title {
    font-size: 24px;
  }

  [dir=rtl] .why-choose-wrapper-list2 li {
    width: 47%;
  }

  [dir=rtl] .why-choose-wrapper-list2 li .content .title {
    font-size: 18px;
  }

  [dir=rtl] .why-choose-right-side-content .section-title-area .section-title {
    font-size: 42px;
  }

  [dir=rtl] .offer-wrapper.tour-marketplace .title {
    font-size: 34px;
  }

  [dir=rtl] .package-wrapper4 .content .title {
    font-size: 22px;
  }

  [dir=rtl] .package-wrapper4 .content .meta-content li {
    font-size: 14px;
  }

  [dir=rtl] .blog-wrapper3 .content-area .blog-title {
    font-size: 26px;
  }

  [dir=rtl] .rts-tour-deal-area .left-area {
    display: flex;
    gap: 30px;
  }

  [dir=rtl] .rts-tour-deal-area .left-area .count-down-area {
    margin-top: 0;
  }

  [dir=rtl] .testimonials-wrapper-five {
    padding: 40px 40px 30px 50px;
  }

  [dir=rtl] .testimonials-wrapper-five .quote-area {
    margin-bottom: 30px;
  }

  [dir=rtl] .testimonials-wrapper-five .text {
    margin-bottom: 30px;
    font-size: 22px;
  }

  [dir=rtl] .rts-tour-details-area .bottom-content-area .feature-list-area li {
    width: 46%;
  }

  [dir=rtl] .tour-details-tab-content .tab-content-inner .itinerary-title {
    font-size: 17px;
  }

  [dir=rtl] .tour-details-tab-area .nav-tabs {
    gap: 50px;
  }

  [dir=rtl] .rts-tour-area.inner .left-sidebar-area .side-box.blog-post .blog-list li .content h6,
  [dir=rtl] .rts-blog-area.inner .left-sidebar-area .side-box.blog-post .blog-list li .content h6 {
    font-size: 14px;
  }

  [dir=rtl] .rts-tour-area.inner .left-sidebar-area .side-box.blog-post .blog-list li,
  [dir=rtl] .rts-blog-area.inner .left-sidebar-area .side-box.blog-post .blog-list li {
    gap: 10px;
  }
}

@media (max-width: 991px) {
  [dir=rtl] .advance__search__section {
    max-width: 95%;
  }

  [dir=rtl] .advance__search__section .form-area {
    flex-wrap: wrap;
  }

  [dir=rtl] .advance__search__section .form-area .custom-select {
    width: 48%;
  }

  [dir=rtl] .advance__search__section .section-title-area .section-title {
    font-size: 72px;
    line-height: 1;
  }

  [dir=rtl] .rts-banner-area-one .rts-hero-banner {
    height: 870px;
  }

  [dir=rtl] .advance__search__section {
    bottom: 20%;
  }

  [dir=rtl] .offer-wrapper {
    height: 460px;
  }

  [dir=rtl] .why-choose-left-image-area {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 50px;
  }

  [dir=rtl] .rts-counter-area .section-inner {
    flex-wrap: wrap;
  }

  [dir=rtl] .rts-counter-area .section-inner .counter-wrapper {
    max-width: 48%;
  }

  [dir=rtl] .testimonials-wrapper,
  [dir=rtl] .testimonials-wrapper-four {
    flex-direction: column;
    align-items: start;
  }

  [dir=rtl] .rts-testimonials-area .section-inner .swiper-navigation .swiper-btn.swiper-btn-prev5 {
    left: unset;
    right: -8%;
  }

  [dir=rtl] .rts-testimonials-area .section-inner .swiper-navigation .swiper-btn.swiper-btn-next5 {
    right: unset;
    left: -8%;
  }

  [dir=rtl] .header-style-two .header-top .header-top-inner .right .social-area {
    display: none;
  }

  [dir=rtl] .header-style-two .main-nav-area {
    display: none;
  }

  [dir=rtl] .header-style-one,
  [dir=rtl] .header-four {
    padding: 12px 40px !important;
  }

  [dir=rtl] .header-style-two .header-main-inner {
    padding: 12px 0;
  }

  [dir=rtl] .header-style-two .header-top .right-information {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }

  [dir=rtl] .rts-banner-area-two {
    height: auto;
  }

  [dir=rtl] .rts-banner-area-two .rts-banner-content-area {
    padding: 120px 0 180px;
  }

  [dir=rtl] .why-choose-wrapper .content .title {
    font-size: 25px;
  }

  [dir=rtl] .why-choose-wrapper .content .icon {
    margin-bottom: 100px;
  }

  [dir=rtl] .cta-section-inner.hiking {
    padding-left: unset;
    padding-right: 30px;
  }

  [dir=rtl] .blog-wrapper .content-area {
    left: 20px;
    right: 20px;
    bottom: 25px;
  }

  [dir=rtl] .blog-wrapper .content-area .blog-title {
    font-size: 24px;
  }

  [dir=rtl] .rts-footer-area-one .footer-inner {
    flex-wrap: wrap;
  }

  [dir=rtl] .rts-footer-area-one .left {
    width: 40%;
  }

  [dir=rtl] .rts-footer-area-one .mid {
    gap: 50px;
  }

  [dir=rtl] .cta-section-inner {
    flex-direction: column;
    align-items: self-start;
    gap: 30px;
  }

  [dir=rtl] .rts-banner-area-three .rts-hero-banner {
    height: auto;
  }

  [dir=rtl] .destination-area-3 {
    flex-wrap: wrap;
    gap: 20px;
  }

  [dir=rtl] .destination-wrapper-3 {
    max-width: 30%;
    width: 100%;
    text-align: center;
  }

  [dir=rtl] .destination-wrapper-3 .image-area {
    margin: auto;
  }

  [dir=rtl] .newsletter-inner {
    flex-direction: column;
    align-items: self-start;
  }

  [dir=rtl] .newsletter-inner .image {
    flex-basis: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
  }

  [dir=rtl] .newsletter-inner .image img {
    width: 100%;
  }

  [dir=rtl] .newsletter-inner .content-area {
    flex-basis: 100%;
    width: 100%;
    padding: 40px 20px 50px;
  }

  [dir=rtl] .rts-footer-area-one.yacht .left {
    width: 42%;
  }

  [dir=rtl] .rts-footer-area-one.yacht .single-footer-widget-one {
    width: 24%;
  }

  [dir=rtl] .rts-footer-area-one.yacht .single-footer-widget-one.get-app {
    width: 30%;
  }

  [dir=rtl] .rts-footer-area-one.yacht .footer-inner {
    justify-content: flex-start;
    gap: 30px;
  }

  [dir=rtl] .testimonials-wrapper-three {
    padding: 30px 14px 25px;
  }

  [dir=rtl] .rts-banner-area-four .rts-banner-wrapper .title {
    font-size: 124px;
  }

  [dir=rtl] .rts-banner-area-four {
    height: auto;
  }

  [dir=rtl] .rts-banner-area-four .rts-banner-wrapper {
    padding-top: 180px;
  }

  [dir=rtl] .rts-banner-area-four .banner-hero {
    display: none;
  }

  [dir=rtl] .rts-banner-area-four .rts-banner-wrapper .video-content-area {
    margin-top: 70px;
  }

  [dir=rtl] .about-content-area {
    margin-left: unset;
    margin-right: 0;
  }

  [dir=rtl] .about-image-area {
    margin-bottom: 50px;
  }

  [dir=rtl] .outer-box {
    flex-direction: column;
  }

  [dir=rtl] .project-block-four {
    margin-bottom: 5px;
    min-height: 160px;
    max-height: 160px;
  }

  [dir=rtl] .project-block-four .image-area img {
    width: 100%;
  }

  [dir=rtl] .project-block-four.active {
    min-height: 100%;
    max-height: 100%;
  }

  [dir=rtl] .project-block-four .image-area {
    height: 160px;
  }

  [dir=rtl] .project-block-four.active .image-area {
    height: 100%;
  }

  [dir=rtl] .why-choose-left-image-area2 {
    margin-bottom: 40px;
  }

  [dir=rtl] .rts-blog-area.wild .section-top-area {
    flex-direction: column;
    align-items: self-start !important;
    gap: 30px;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .location {
    display: none;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .banner-hero {
    bottom: 36%;
  }

  [dir=rtl] .rts-banner-area-five {
    height: auto;
  }

  [dir=rtl] .rts-cta-area.travel-africa .content .title {
    font-size: 84px;
  }

  [dir=rtl] .rts-banner-area-six .rts-banner-wrapper .banner-wrapper-inner .banner-title {
    font-size: 84px;
  }

  [dir=rtl] .offer-wrapper.tour-marketplace {
    padding: 50px 30px;
  }

  [dir=rtl] .offer-wrapper.tour-marketplace .title {
    font-size: 38px;
  }

  [dir=rtl] .rts-newsletter-area.tour-marketplace .newsletter-inner .content-area {
    padding: 0;
  }

  [dir=rtl] .rts-footer-area-one.tour-marketplace .mid {
    width: 64%;
    gap: 25px;
  }

  [dir=rtl] .rts-footer-area-one.tour-marketplace .left,
  [dir=rtl] .rts-footer-area-one.tour-marketplace .right {
    width: 36%;
  }

  [dir=rtl] .header-style-one.header-seven {
    padding: 0 !important;
  }

  [dir=rtl] .header-style-one.header-seven .header-style-one-wrapper {
    padding: 20px 0;
  }

  [dir=rtl] .header-style-one.header-seven .header-mid .inner .logo {
    display: none;
  }

  [dir=rtl] .header-style-one.header-seven .header-style-one-wrapper .left-area {
    display: flex;
  }

  [dir=rtl] .rts-destination-area.summer-travel .left-content-area .desc {
    margin-bottom: 20px;
  }

  [dir=rtl] .rts-footer-area-one.summer-travel .right {
    margin-top: 30px;
  }

  [dir=rtl] .rts-footer-area-one.summer-travel .right .single-footer-widget-one .title {
    margin-bottom: 30px;
  }

  [dir=rtl] .rts-tour-area.inner.with-map {
    padding-left: 20px;
  }

  [dir=rtl] .rts-tour-area.inner.with-map .section-inner {
    flex-direction: column;
  }

  [dir=rtl] .rts-tour-area.inner.with-map .section-inner .right-map-area {
    height: 300px;
    width: 100%;
  }

  [dir=rtl] .rts-breadcrumb-area.three {
    height: auto;
  }

  [dir=rtl] .rts-breadcrumb-area.three .breadcrumb-area-wrapper {
    padding: 120px 50px 50px;
  }

  [dir=rtl] .rts-breadcrumb-area.three .breadcrumb-area-wrapper .advance__search__section.home-hiking {
    margin-top: 30px;
  }

  [dir=rtl] .sign-in-area {
    flex-direction: column;
  }

  [dir=rtl] .rts-tour-details-area .bottom-content-area {
    flex-direction: column;
  }

  [dir=rtl] .rts-tour-details-area .bottom-content-area .left {
    max-width: 100%;
  }

  [dir=rtl] .rts-tour-details-area .bottom-content-area .right {
    max-width: 100%;
    margin-top: 30px;
  }

  [dir=rtl] .faq-content {
    margin-left: unset;
    margin-right: 0;
  }

  [dir=rtl] .rts-features-area.destination .feature-list {
    flex-wrap: wrap;
  }

  [dir=rtl] .rts-story-area .rts-story-mid-content {
    max-width: 100%;
    margin-bottom: 30px;
  }

  [dir=rtl] .rts-story-area .rts-story-mid-content .bottom-content {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }

  [dir=rtl] .menu-btn-toggle2 {
    display: none;
  }

  [dir=rtl] .about-img-area {
    margin-right: 0;
  }

  [dir=rtl] .about-img-area .rotate-img {
    right: unset;
    left: 120px;
  }

  [dir=rtl] .rts-faq-area.kayaking .faq-content {
    margin-right: 0 !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  [dir=rtl] .package-wrapper3 .content {
    padding: 30px 25px;
  }

  [dir=rtl] .package-wrapper3 .content .star-rating-area span,
  [dir=rtl] .package-wrapper3 .content .bottom-meta p,
  [dir=rtl] .package-wrapper3 .content .meta-content li {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  [dir=rtl] .header-style-one {
    padding: 12px 15px !important;
  }

  [dir=rtl] .header-four,
  [dir=rtl] .header-five {
    padding: 12px 0 !important;
  }

  [dir=rtl] .advance__search__section {
    bottom: 20%;
  }

  [dir=rtl] .advance__search__section .section-title-area .section-title {
    font-size: 56px;
  }

  [dir=rtl] .rts-banner-area-one .rts-hero-banner {
    height: 860px;
  }

  [dir=rtl] .rts-counter-area .section-inner {
    gap: 15px;
  }

  [dir=rtl] .rts-counter-area .section-inner .counter-wrapper {
    gap: 15px;
  }

  [dir=rtl] .rts-testimonials-area .section-inner .swiper-navigation .swiper-btn {
    display: none;
  }

  [dir=rtl] .header-style-two .header-top .right-information {
    display: none;
  }

  [dir=rtl] .header-style-two .header-top .header-top-inner {
    justify-content: center;
  }

  [dir=rtl] .why-choose-wrapper .content {
    left: 25px;
    right: 25px;
    bottom: 30px;
    top: unset;
  }

  [dir=rtl] .why-choose-wrapper .content .title {
    margin-bottom: 0;
  }

  [dir=rtl] .why-choose-wrapper.big .content {
    left: 30px;
    top: 50px;
    right: 30px;
    bottom: unset;
  }

  [dir=rtl] .tour-wrapper-two .content {
    padding: 20px 15px;
  }

  [dir=rtl] .tour-wrapper-two .content .title {
    font-size: 18px;
  }

  [dir=rtl] .gallery-wrapper.with-icon a img {
    width: 100%;
  }

  [dir=rtl] .single-footer-widget-one .title {
    margin-bottom: 25px;
  }

  [dir=rtl] .rts-footer-area-one .right {
    width: 50%;
    margin-top: 30px;
  }

  [dir=rtl] .footer-input-main-wrapper-one .single-footer-widget-one .desc {
    margin-top: 0;
  }

  [dir=rtl] .rts-blog-area .section-top-area .button-area {
    min-width: 125px;
  }

  [dir=rtl] .rts-banner-area-three {
    margin: 0;
  }

  [dir=rtl] .rts-banner-area-three .rts-hero-banner {
    padding: 120px 0;
  }

  [dir=rtl] .rts-banner-area-three .swiper-pagination-fraction {
    flex-direction: row;
    max-width: max-content;
    align-items: center;
  }

  [dir=rtl] .rts-banner-area-three .swiper-pagination-fraction span.divider {
    width: 2px;
    height: 12px;
  }

  [dir=rtl] .rts-banner-area-three .swiper-pagination-vertical {
    display: none;
  }

  [dir=rtl] .rts-banner-area-three .content-inner .section-title {
    font-size: 62px;
    line-height: 1;
  }

  [dir=rtl] .header-style-two.home-yacht-bg .header-main {
    padding: 0 15px;
  }

  [dir=rtl] .rts-footer-area-one.yacht .left {
    width: 54%;
  }

  [dir=rtl] .rts-footer-area-one.yacht .single-footer-widget-one {
    width: 35%;
  }

  [dir=rtl] .rts-footer-area-one.yacht .single-footer-widget-one.get-app {
    width: 55%;
  }

  [dir=rtl] .testimonials-wrapper-three {
    padding: 30px 20px;
  }

  [dir=rtl] .rts-banner-area-four .rts-banner-wrapper .title {
    font-size: 96px;
  }

  [dir=rtl] .rts-banner-area-four .social-area {
    right: unset;
    left: 25px;
    bottom: 40px;
  }

  [dir=rtl] .advance__search__section.home-wild .section-title-area .section-title {
    font-size: 30px;
    line-height: 1;
  }

  [dir=rtl] .package-wrapper2 .content {
    left: unset;
    right: 20px;
    transform: unset;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .banner-hero {
    display: none;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .title {
    font-size: 150px;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .title span {
    margin: auto !important;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .bottom-content-area {
    margin: auto;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper {
    padding-top: 180px;
  }

  [dir=rtl] .rts-cta-area.travel-africa .content .title {
    font-size: 72px;
  }

  [dir=rtl] .rts-cta-area.travel-africa {
    padding: 100px 0;
  }

  [dir=rtl] .rts-banner-area-six .rts-banner-wrapper .banner-wrapper-inner .banner-title {
    font-size: 64px;
  }

  [dir=rtl] .rts-banner-area-six {
    height: auto;
    padding: 100px 0 70px;
  }

  [dir=rtl] .advance__search__section.tour-marketplace {
    margin-top: 50px;
  }

  [dir=rtl] .header-style-one.header-six .button-area-start {
    flex-basis: 60%;
  }

  [dir=rtl] .package-wrapper4 .image-area img {
    width: 100%;
  }

  [dir=rtl] .package-wrapper4 .content .price span {
    font-size: 16px;
  }

  [dir=rtl] .main-isotop .button-group button {
    width: 23%;
  }

  [dir=rtl] .package-wrapper4 .content .meta-content {
    gap: 15px;
  }

  [dir=rtl] .package-wrapper4 .content .meta-content li {
    font-size: 14px;
  }

  [dir=rtl] .package-wrapper4 .content .star-rating-area span {
    font-size: 14px;
  }

  [dir=rtl] .tour-marketplace .section-title-area .section-title {
    font-size: 54px;
  }

  [dir=rtl] .package-wrapper4 .content .desc {
    font-size: 14px;
  }

  [dir=rtl] .blog-wrapper3 .content-area .blog-title {
    font-size: 22px;
  }

  [dir=rtl] .rts-footer-area-one.tour-marketplace .left,
  [dir=rtl] .rts-footer-area-one.tour-marketplace .right {
    width: 70%;
  }

  [dir=rtl] .rts-footer-area-one.tour-marketplace .mid {
    width: 100%;
    justify-content: start !important;
    gap: 40px;
    margin-top: 40px;
  }

  [dir=rtl] .rts-banner-area-seven .banner-wrapper .image-area {
    height: 500px;
  }

  [dir=rtl] .rts-banner-area-seven .banner-wrapper .image-area img {
    height: 100%;
    object-fit: cover;
  }

  [dir=rtl] .rts-banner-area-seven .swiper-slide-active .banner-wrapper .content-area {
    left: unset;
    right: 20px;
  }

  [dir=rtl] .rts-banner-area-seven .banner-wrapper .content-area .banner-title {
    font-size: 48px;
  }

  [dir=rtl] .float-right {
    width: 100%;
    position: unset;
  }

  [dir=rtl] .rts-footer-area-one.summer-travel .left {
    width: 50%;
  }

  [dir=rtl] .rts-footer-area-one.summer-travel .mid {
    margin-top: 30px;
    width: 100%;
    justify-content: flex-start !important;
    gap: 30px;
  }

  [dir=rtl] .tour-wrapper-list .content {
    flex-direction: column;
    align-items: self-start;
  }

  [dir=rtl] .tour-wrapper-list .content .button-area {
    margin-top: 0;
    align-items: flex-start;
  }

  [dir=rtl] .rts-breadcrumb-area.four .nav-bread-crumb {
    flex-wrap: wrap;
  }

  [dir=rtl] .rts-tour-details-area .bottom-content-area .feature-list-area li {
    width: 47%;
  }

  [dir=rtl] .tour-details-tab-area .nav-tabs {
    gap: 40px;
  }

  [dir=rtl] .rts-tour-details-area .bottom-content-area .tour-content .left-content .title {
    font-size: 34px;
  }

  [dir=rtl] .rts-breadcrumb-area.one {
    height: 340px;
  }

  [dir=rtl] .rts-breadcrumb-area.one .breadcrumb-area-wrapper {
    padding-top: 0;
  }

  [dir=rtl] .rts-tour-area.inner .blog-details-area ul.feature-list li,
  [dir=rtl] .rts-blog-area.inner .blog-details-area ul.feature-list li {
    width: 50%;
  }
}

@media (max-width: 768px) and (min-width: 576px) {
  [dir=rtl] .rts-counter-area .section-inner .counter-wrapper .icon {
    width: 40px;
  }

  [dir=rtl] .tour-wrapper-two .content .button-area .price-area .current {
    font-size: 16px;
  }

  [dir=rtl] .rts-footer-area-one .mid {
    gap: 10px;
  }

  [dir=rtl] .header-style-two .header-style-one-wrapper .button-area-start {
    flex-basis: 60%;
  }

  [dir=rtl] .why-choose-wrapper-list2 li .content .title {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  [dir=rtl] .advance__search__section .form-area {
    padding: 25px;
  }

  [dir=rtl] .advance__search__section .section-title-area .section-title {
    font-size: 44px;
  }

  [dir=rtl] .rts-banner-area-one .rts-hero-banner {
    height: 780px;
  }

  [dir=rtl] .offer-wrapper {
    padding: 40px 30px;
  }

  [dir=rtl] .why-choose-left-image-area {
    padding-bottom: 0;
  }

  [dir=rtl] .why-choose-left-image-area .main-image {
    max-width: 100%;
  }

  [dir=rtl] .why-choose-left-image-area .main-image img {
    width: 100%;
  }

  [dir=rtl] .why-choose-left-image-area .floating-image {
    margin-top: 20px;
    position: unset;
  }

  [dir=rtl] .why-choose-left-image-area .floating-image img {
    width: 100%;
  }

  [dir=rtl] .rts-counter-area .section-inner .counter-wrapper {
    flex-direction: column;
    align-items: start;
  }

  [dir=rtl] .testimonials-wrapper .content-area .text {
    font-size: 26px;
  }

  [dir=rtl] .testimonials-wrapper-four .content-area .text {
    font-size: 24px;
  }

  [dir=rtl] .header-style-two .header-top {
    display: none;
  }

  [dir=rtl] .rts-banner-area-two .rts-banner-content-area .content-inner .section-title {
    font-size: 70px;
  }

  [dir=rtl] .why-choose-wrapper.big .content .section-title-area .section-title {
    font-size: 24px;
  }

  [dir=rtl] .tour-wrapper-two {
    flex-direction: column;
    align-items: self-start;
  }

  [dir=rtl] .tour-wrapper-two .image-area {
    width: 100%;
  }

  [dir=rtl] .tour-wrapper-two .image-area img {
    width: 100%;
  }

  [dir=rtl] .cta-section-inner.hiking .cta-content-area .section-title {
    font-size: 36px;
  }

  [dir=rtl] .rts-footer-area-one .left {
    width: 100%;
  }

  [dir=rtl] .rts-footer-area-one .mid {
    width: 100%;
    justify-content: start !important;
  }

  [dir=rtl] .rts-footer-area-one .right {
    width: 100%;
  }

  [dir=rtl] .cta-section-inner {
    padding: 50px 30px;
  }

  [dir=rtl] .rts-banner-area-three .content-inner .section-title {
    font-size: 48px;
  }

  [dir=rtl] .destination-wrapper-3 {
    max-width: 46%;
  }

  [dir=rtl] .destination-wrapper-3 .image-area {
    width: 100%;
    height: max-content;
  }

  [dir=rtl] .destination-wrapper-3 .image-area img {
    width: 100%;
  }

  [dir=rtl] .why-choose-right-side-content.yacht .stats-area {
    position: relative;
    overflow: hidden;
    margin: auto;
    margin-bottom: 40px;
  }

  [dir=rtl] .why-choose-right-side-content.yacht .stats-area ul {
    gap: 25px;
  }

  [dir=rtl] .rts-footer-area-one.yacht .left {
    width: 100%;
  }

  [dir=rtl] .newsletter-inner .content-area .content-inner .title {
    font-size: 32px;
  }

  [dir=rtl] .header-four {
    padding: 12px 10px !important;
  }

  [dir=rtl] .rts-banner-area-four .rts-banner-wrapper .title {
    font-size: 72px;
  }

  [dir=rtl] .advance__search__section.home-wild .section-title-area .section-title {
    font-size: 24px;
    line-height: 1;
  }

  [dir=rtl] .about-image-area .customer-review-area {
    display: none;
  }

  [dir=rtl] .about-image-area .floating-image {
    right: unset;
    left: 0;
  }

  [dir=rtl] .project-block-four.active .content-area {
    left: unset;
    right: 30px;
  }

  [dir=rtl] .project-block-four .content-area {
    bottom: 30px;
  }

  [dir=rtl] .project-block-four .content-area .title {
    font-size: 24px;
  }

  [dir=rtl] .why-choose-wrapper-list2 li {
    width: 100%;
  }

  [dir=rtl] .why-choose-right-side-content .section-title-area .desc br {
    display: none;
  }

  [dir=rtl] .blog-wrapper2.list-style {
    flex-direction: column;
    align-items: flex-start;
  }

  [dir=rtl] .blog-wrapper2.list-style .image-area {
    width: 100%;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .title {
    font-size: 100px;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .bottom-content-area .desc {
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .title {
    margin-bottom: 25px;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .bottom-content-area .button-area .rts-btn {
    padding: 19px 34px;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .bottom-content-area .button-area {
    gap: 10px;
  }

  [dir=rtl] .activity-wrapper2 .image-area img {
    width: 100%;
  }

  [dir=rtl] .package-wrapper3 .content {
    padding: 30px 25px;
  }

  [dir=rtl] .package-wrapper3 .content .star-rating-area span,
  [dir=rtl] .package-wrapper3 .content .bottom-meta p,
  [dir=rtl] .package-wrapper3 .content .meta-content li {
    font-size: 14px;
  }

  [dir=rtl] .rts-cta-area.travel-africa .content .title {
    font-size: 56px;
    margin-bottom: 50px;
  }

  [dir=rtl] .rts-banner-area-six .rts-banner-wrapper .banner-wrapper-inner .banner-title {
    font-size: 48px;
  }

  [dir=rtl] .main-isotop .button-group button {
    width: 31%;
  }

  [dir=rtl] .tour-marketplace .section-top-area {
    flex-direction: column;
    gap: 25px;
    align-items: start !important;
  }

  [dir=rtl] .rts-newsletter-area.tour-marketplace .newsletter-inner .content-inner .title {
    font-size: 42px;
  }

  [dir=rtl] .rts-footer-area-one.tour-marketplace .mid {
    flex-wrap: wrap;
  }

  [dir=rtl] .testimonials-wrapper-five {
    padding: 50px 30px;
  }

  [dir=rtl] .rts-footer-area-one.summer-travel .left {
    width: 100%;
  }

  [dir=rtl] .rts-footer-area-one.summer-travel .mid {
    flex-direction: column;
  }

  [dir=rtl] .rts-breadcrumb-area.two .breadcrumb-area-wrapper .title {
    font-size: 42px;
  }

  [dir=rtl] .filter-small-top-full {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  [dir=rtl] .sign-in-area {
    padding: 20px 15px;
  }

  [dir=rtl] .sign-in-area .sign-in-form form .single-input-area {
    flex-direction: column;
    align-items: self-start !important;
    gap: 20px;
  }

  [dir=rtl] .rts-breadcrumb-area.three .breadcrumb-area-wrapper {
    padding: 120px 30px 50px;
  }

  [dir=rtl] .rts-breadcrumb-area.three .breadcrumb-area-wrapper .title {
    font-size: 42px;
  }

  [dir=rtl] .rts-tour-details-area .bottom-content-area .tour-content {
    flex-direction: column;
    align-items: self-start;
  }

  [dir=rtl] .rts-tour-details-area .bottom-content-area .tour-content .right-content {
    order: -1;
  }

  [dir=rtl] .rts-breadcrumb-area.one .breadcrumb-area-wrapper .title {
    font-size: 42px;
  }

  [dir=rtl] .accordion .accordion-item .accordion-header button {
    padding-right: 40px;
    font-size: 20px;
  }

  [dir=rtl] .rts-features-area.destination .section-title-area .section-title {
    font-size: 100px;
  }

  [dir=rtl] .rts-service-area .section-inner .service-wrapper {
    width: 100%;
  }

  [dir=rtl] .about-left-image-area {
    margin-left: 0;
  }
}

@media (max-width: 450px) {
  [dir=rtl] .advance__search__section .form-area .custom-select {
    width: 100%;
  }

  [dir=rtl] .advance__search__section {
    bottom: 10%;
  }

  [dir=rtl] .advance__search__section .section-title-area .section-title,
  [dir=rtl] .advance__search__section.summer-travel .section-title-area .section-title {
    font-size: 36px;
  }

  [dir=rtl] .rts-banner-area-one .swiper-pagination-area {
    bottom: 40px;
  }

  [dir=rtl] .advance__search__section .section-title-area {
    margin-bottom: 30px;
  }

  [dir=rtl] .rts-banner-area-one .rts-hero-banner {
    height: 860px;
  }

  [dir=rtl] .section-top-area.d-flex {
    flex-direction: column;
    gap: 20px;
    align-items: self-start !important;
  }

  [dir=rtl] .mb_xs--0 {
    margin-bottom: 0 !important;
  }

  [dir=rtl] .why-choose-wrapper-list li {
    flex-direction: column;
    align-items: self-start;
    gap: 20px;
  }

  [dir=rtl] .rts-counter-area .section-inner .counter-wrapper {
    max-width: 100%;
  }

  [dir=rtl] .testimonials-wrapper {
    padding: 20px;
  }

  [dir=rtl] .testimonials-wrapper .content-area .text {
    font-size: 22px;
  }

  [dir=rtl] .rts-banner-area-two .rts-banner-content-area .content-inner .section-title {
    font-size: 54px;
  }

  [dir=rtl] .rts-banner-area-two .rts-banner-content-area {
    padding: 100px 0 160px;
  }

  [dir=rtl] .why-choose-wrapper.big .content {
    top: 30px;
    left: 20px;
    right: 20px;
  }

  [dir=rtl] .why-choose-wrapper.big .content .section-title-area .section-title {
    font-size: 20px;
  }

  [dir=rtl] .testimonials-wrapper-two .content-area .text {
    font-size: 20px;
  }

  [dir=rtl] .cta-section-inner.hiking {
    padding: 40px 20px;
  }

  [dir=rtl] .cta-section-inner.hiking .cta-content-area .section-title {
    font-size: 28px;
  }

  [dir=rtl] .blog-wrapper .content-area .blog-title {
    font-size: 20px;
  }

  [dir=rtl] .rts-footer-area-one .mid {
    gap: 20px;
    flex-direction: column;
  }

  [dir=rtl] .copyright-area-start p {
    text-align: center;
  }

  [dir=rtl] .cta-section-inner .button-area {
    flex-direction: column;
    align-items: self-start;
  }

  [dir=rtl] .rts-banner-area-three .content-inner .section-title {
    font-size: 36px;
  }

  [dir=rtl] .rts-banner-area-three .content-inner .button-area {
    flex-direction: column;
    align-items: self-start;
  }

  [dir=rtl] .rts-banner-area-three .rts-hero-banner {
    padding: 80px 0;
  }

  [dir=rtl] .rts-banner-area-three .swiper-pagination-fraction {
    bottom: 30px;
  }

  [dir=rtl] .newsletter-inner .content-area .content-inner .newsletter-form {
    flex-direction: column;
  }

  [dir=rtl] .newsletter-inner .content-area .content-inner .title {
    font-size: 24px;
  }

  [dir=rtl] .rts-footer-area-one.yacht .single-footer-widget-one {
    width: 100%;
  }

  [dir=rtl] .rts-banner-area-four .jump-to-down {
    display: none;
  }

  [dir=rtl] .rts-banner-area-four .rts-banner-wrapper .title {
    font-size: 56px;
  }

  [dir=rtl] .about-image-area .floating-image {
    display: none;
  }

  [dir=rtl] .about-image-area {
    justify-content: center;
    padding-bottom: 0;
  }

  [dir=rtl] .project-block-four {
    min-height: 120px;
    max-height: 120px;
  }

  [dir=rtl] .testimonials-wrapper-four .content-area .text {
    font-size: 20px;
  }

  [dir=rtl] .blog-wrapper2.list-style .content-area .blog-title {
    font-size: 18px;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .bottom-content-area .button-area {
    flex-direction: column;
    gap: 20px;
  }

  [dir=rtl] .rts-banner-area-five .rts-banner-wrapper .title {
    font-size: 84px;
  }

  [dir=rtl] .rts-cta-area.travel-africa .content .title {
    font-size: 42px;
  }

  [dir=rtl] .main-isotop .button-group button {
    width: 40%;
  }

  [dir=rtl] .rts-newsletter-area.tour-marketplace .newsletter-inner .content-inner .title {
    font-size: 36px;
  }

  [dir=rtl] .tour-marketplace .section-title-area .section-title {
    font-size: 36px;
  }

  [dir=rtl] .rts-footer-area-one.tour-marketplace .left,
  [dir=rtl] .rts-footer-area-one.tour-marketplace .right {
    width: 100%;
  }

  [dir=rtl] .offer-wrapper.new .content .title {
    font-size: 28px;
  }

  [dir=rtl] .testimonials-wrapper-five .text {
    font-size: 20px;
  }

  [dir=rtl] .testimonials-wrapper-five .quote-area {
    margin-bottom: 30px;
  }

  [dir=rtl] .testimonials-wrapper-five .text {
    margin-bottom: 30px;
  }

  [dir=rtl] .rts-breadcrumb-area.two .breadcrumb-area-wrapper .title {
    font-size: 32px;
  }

  [dir=rtl] .rts-breadcrumb-area.two {
    height: 300px;
  }

  [dir=rtl] .rts-breadcrumb-area.two .breadcrumb-area-wrapper {
    padding-top: 0;
  }

  [dir=rtl] .filter-small-top-full .right-filter {
    flex-wrap: wrap;
  }

  [dir=rtl] .tour-wrapper-list .content .meta-content {
    gap: 20px;
  }

  [dir=rtl] .advance__search__section.home-hiking {
    margin-top: -60px;
  }

  [dir=rtl] .rts-breadcrumb-area.three .breadcrumb-area-wrapper .title {
    font-size: 30px;
  }

  [dir=rtl] .rts-tour-details-area .bottom-content-area .feature-list-area li {
    width: 100%;
  }

  [dir=rtl] .rts-tour-details-area .bottom-content-area .tour-content .left-content .title {
    font-size: 24px;
  }

  [dir=rtl] .rts-tour-details-area .bottom-content-area .contact-area .contact-form {
    padding: 20px 15px;
  }

  [dir=rtl] .rts-tour-details-area .bottom-content-area .content-box {
    padding: 20px 15px;
  }

  [dir=rtl] .tour-details-tab-content .tab-content-inner .itinerary-title {
    font-size: 16px;
  }

  [dir=rtl] .rts-breadcrumb-area.one .breadcrumb-area-wrapper .title {
    font-size: 32px;
  }

  [dir=rtl] .rts-features-area.destination .section-title-area .section-title {
    font-size: 72px;
    margin-bottom: 20px;
  }

  [dir=rtl] .rts-features-area.destination .feature-list li {
    width: 100%;
  }

  [dir=rtl] .rts-banner-area-six .rts-banner-wrapper .banner-wrapper-inner .banner-title {
    font-size: 36px;
  }
}


/* Fix for the CTA Layout */
.cta-section-inner {
  padding: 60px 80px;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

/* Fix for the "Call an Expert" button */
.btn-secondary-outline {
  background: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  padding: 15px 30px;
  border-radius: 5px;
  transition: 0.3s;
}

.btn-secondary-outline:hover {
  background: #ffffff !important;
  color: #be6d2e !important;
  /* Brand Brown Color */
}

/* Ensure the primary button stays visible */
.btn-primary {
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: 600;
}

/* Responsive adjustment for mobile */
@media (max-width: 991px) {
  .cta-section-inner {
    padding: 40px;
    text-align: center !important;
    justify-content: center !important;
  }

  .cta-section-inner .content {
    text-align: center !important;
    margin-bottom: 30px;
  }

  .button-area {
    /* justify-content: center; */
  }
}


/* About Section Enhancements */
.about-image-area {
  position: relative;
  /* padding-right: 50px; */
  padding-bottom: 50px;
}

.about-image-area .floating-image {
  position: absolute;
  bottom: -50px;
  right: 45px;
  z-index: 2;
}

.experience-card {
  position: absolute;
  top: 30px;
  left: -30px;
  background: #be6d2e;
  /* Brand Brown */
  color: #fff;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  z-index: 3;
  box-shadow: 0px 15px 30px rgba(190, 109, 46, 0.3);
}

.experience-card .title {
  color: #fff !important;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 5px;
}

.experience-card p {
  color: #fff !important;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  font-family: var(--font-four);
}

@media (max-width: 991px) {
  .experience-card {
    left: 20px;
    top: 20px;
  }

  .about-image-area {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

/* Custom Experience Card (The Brown Box) */
.experience-card {
  position: absolute;
  top: 30px;
  left: -20px;
  /* Moves it slightly outside the main image */
  background: #be6d2e;
  color: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  text-align: center;
  z-index: 5;
  box-shadow: 0px 10px 20px rgba(190, 109, 46, 0.4);
}

.experience-card h2.title {
  color: #fff !important;
  font-size: 36px;
  margin-bottom: 0;
  line-height: 1;
}

.experience-card p {
  color: #fff !important;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 5px;
}

/* Vertical Image Adjustment for Mobile */
@media (max-width: 768px) {
  .floating-image.vertical {
    width: 150px !important;
    height: 220px !important;
    right: 10px !important;
    bottom: -20px !important;
  }

  .experience-card {
    left: 10px;
    top: 10px;
  }
}

/* Vertical About Image Layout Adjustment */
.about-image-area.vertical-layout {
  position: relative;
  /* padding-right: 80px; Space for floating image */
  padding-bottom: 20px;
}


.about-image-area.vertical-layout .main-image {
  width: 90%;
  /* Makes the tall main image look narrower and more elegant */
}

.about-image-area.vertical-layout .floating-image {
  position: absolute;
  bottom: -30px;
  /* Moves it lower for a cleaner overlap */
  right: 10px;
  z-index: 2;
}

.about-image-area.vertical-layout .experience-card {
  position: absolute;
  top: 50px;
  left: -40px;
  background: #180000;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  z-index: 3;
  box-shadow: 0px 15px 30px rgba(190, 109, 46, 0.3);
}

@media (max-width: 991px) {
  .about-image-area.vertical-layout {
    padding-right: 0;
    margin-bottom: 0px;
  }

  .about-image-area.vertical-layout .main-image {
    width: 100%;
  }

  .about-image-area.vertical-layout .floating-image {
    right: 0;
    bottom: 20px;
    width: 180px;
    height: 260px;
  }
}

/* Custom Fix for GoTibetNow Layout */
.about-image-area.vertical-layout {
  position: relative;
  padding-bottom: 60px;
  /* Space for horizontal overlap */
}

.about-image-area.vertical-layout .main-image {
  width: 100%;
  /* Narrow vertical look */
}

/* Specifically styles the trekker action shot as a landscape box */
.floating-image.horizontal-box {
  position: absolute !important;
  bottom: 20px !important;
  right: 0 !important;
  width: 340px !important;
  height: 200px !important;
  z-index: 2;
}

.experience-card {
  position: absolute;
  top: 50px;
  left: -30px;
  background: #be6d2e;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  z-index: 3;
  text-align: center;
  box-shadow: 0px 10px 25px rgba(190, 109, 46, 0.3);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .about-image-area.vertical-layout .main-image {
    width: 100%;
  }

  .floating-image.horizontal-box {
    width: 260px !important;
    height: 160px !important;
    bottom: -30px !important;
  }

  .experience-card {
    left: 10px;
    top: 20px;
  }
}

'

/* New CTA css */

/* --- Option 1: Gold Theme --- */
.custom-cta-gold {
  position: relative;
  padding: 80px;
  background-size: cover;
  background-position: center;
  border: none;
  overflow: hidden;
}

/* Branded Gradient Overlay: Warm Brown to Transparent */
.custom-cta-gold::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(91, 53, 22, 0.95) 0%, rgba(186, 104, 39, 0.7) 50%, rgba(186, 104, 39, 0) 100%);
  z-index: 1;
}

.custom-cta-gold .content,
.custom-cta-gold .button-area-cta {
  position: relative;
  z-index: 2;
}

.subtitle-cta {
  color: #FFD000;
  /* Gold accent */
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}

.title-cta {
  color: #ffffff !important;
  font-size: 42px !important;
  font-weight: 700;
  line-height: 1.2;
}

.desc-cta {
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 480px;
  font-size: 18px;
}

/* Modern Button Styles */
.cta-btn-primary {
  background: #FFD000;
  color: #5B3516 !important;
  padding: 18px 35px;
  border-radius: 5px;
  font-weight: 700;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 14px;
}

.cta-btn-primary:hover {
  background: #ffffff;
  transform: translateY(-3px);
}

.cta-btn-outline {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff !important;
  padding: 16px 30px;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.3s;
  font-size: 14px;
}

.cta-btn-outline:hover {
  background: #ffffff;
  color: #BA6827 !important;
}

@media (max-width: 991px) {
  .custom-cta-gold {
    padding: 40px;
    text-align: center;
  }

  .custom-cta-gold .content {
    margin-bottom: 30px;
  }

  .button-area-cta {
    justify-content: center;
    width: 100%;
  }
}


/* --- GoTibetNow Premium CTA Design --- */
.cta-wrapper-tibet {
  position: relative;
  padding: 100px 80px;
  background-size: cover;
  background-position: center center;
  border: none;
  overflow: hidden;
  z-index: 1;
}

/* The Professional Gradient Overlay */
/* This ensures the left side is dark for text, but the mountain peeks through on the right */
.cta-wrapper-tibet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0 0 0 / 95%) 0%, rgb(51 175 223 / 32%) 40%, rgba(0, 0, 0, 0.1) 100%);
  z-index: -1;
}

.cta-content-box {
  max-width: 600px;
}

.cta-tag {
  color: #ffffff;
  /* Tibet Gold */
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 15px;
  margin-bottom: 15px;
  display: block;
}

.cta-title {
  color: #ffffff !important;
  font-size: 32px !important;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}

.cta-desc {
  color: #e0e0e0 !important;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Button Styling */
.btn-gold-action {
  background: #180000 !important;
  color: #fff !important;
  border: none !important;
  padding: 18px 35px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 5px !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-gold-action:hover {
  background: #ffffff !important;
  transform: translateY(-3px);
  color: #2c2929 !important;
}

.btn-white-outline {
  background: #ffffff !important;
  border: 2px solid #ffffff !important;
  color: #2c2929 !important;
  padding: 16px 30px !important;
  font-weight: 600 !important;
  border-radius: 5px !important;
  transition: 0.3s;
}

.btn-white-outline:hover {
  background: #180000 !important;
  color: #2c2929 !important;
}

/* Tablet & Mobile Adjustments */
@media (max-width: 1199px) {
  .cta-wrapper-tibet {
    padding: 70px 50px;
  }

  .cta-title {
    font-size: 28px !important;
  }
}

@media (max-width: 991px) {
  .cta-wrapper-tibet {
    text-align: center;
    justify-content: center !important;
    padding: 60px 30px;
  }

  .cta-wrapper-tibet::before {
    background: rgb(0 0 0 / 62%);
    /* Darker full overlay for mobile */
  }

  .cta-content-box {
    margin-bottom: 40px;
  }

  .cta-actions {
    justify-content: center;
    width: 100%;
    flex-direction: column;
  }

  .rts-btn {
    width: 100%;
    max-width: 345px;
    /* margin: auto; */
    justify-content: center;
  }
}
.rts-btn.with-arrow i {
    transform: rotate(45deg);
}

/* Footer Contact Alignment Fix */
.single-footer-widget-one .get-in-touch {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* Adjust spacing between rows */
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 15px;
}

.single-footer-widget-one .get-in-touch li {
  display: flex;
  align-items: flex-start;
  /* Ensures icon stays at the top if text wraps to 2 lines */
  gap: 12px;
  /* Space between the icon and the text */
  margin: 0 !important;
  /* Resetting any default margins */
  color: #111110;
  /* Matches your body color variable */
  line-height: 1.4;
}

.single-footer-widget-one .get-in-touch li i {
  min-width: 20px;
  /* Fixed width so all text starts at the exact same vertical line */
  margin-top: 4px;
  /* Tiny adjustment to center icon with the first line of text */
  color: #180000;
  /* Your primary brand color */
  text-align: center;
}

.single-footer-widget-one .get-in-touch li a {
  color: #111110;
  transition: 0.3s;
}

.single-footer-widget-one .get-in-touch li a:hover {
  color: #180000;
}

.pl-12 {
  padding-left: 3rem;
}

/* Ensure content in the new card fits */
.package-wrapper4 .content {
  padding: 20px !important;
}

.package-wrapper4 .content .title a {
  font-size: 18px;
  font-weight: 600;
}

/* Card Design for both sections */
.article-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  height: 100%;
  border: 1px solid #5aa565;
}

.article-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.3s;
}

.article-card:hover img {
  transform: scale(1.05);
}

.article-content {
  padding: 20px;
  text-align: left;
}

.article-content h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

/* Slider Arrow Positioning */
.swiper-btn-prev-advice,
.swiper-btn-next-advice {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 10;
}

.swiper-btn-prev-advice {
  left: -20px;
}

.swiper-btn-next-advice {
  right: -20px;
}

.green-icon {
  color: #180000;
  /* or any green shade you prefer */
  font-size: 50px;
}

/* Refined Price Styling */
.bottom-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #efe9e9;
  /* Adds a clean separation line */
}

.price-text {
  font-size: 15px;
  color: var(--color-body-1);
  font-weight: 500;
  margin-bottom: 0;
}

.price-value {
  font-size: 20px;
  font-weight: 700;
  color: #180000;
  /* Uses your brand red */
  margin-left: 5px;
}

/* Styling for the new icons */
.icon i {
  font-size: 50px;
  /* Adjust size as needed */
  color: #180000;
  /* Uses your defined brand red */
  transition: var(--transition);
}

/* Optional: Add hover effect to icons */
.col-md-4:hover .icon i {
  transform: translateY(-10px);
}

.why h3 {
  font-size: 24px;
}

.bg-lt-blue {
  background:  #f3f3f3 !important
}

.tour-1 {
  width: 400px;
  text-align: center;
  background: #fff !important;
}

/* --- Header Management for Laptop Screens (1200px - 1599px) --- */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  /* Reduce side padding for better space utilization */
  .header-style-one {
    padding: 0 40px !important;
  }

  /* Adjust gap between logo area and navigation */
  .header-style-one-wrapper .left-area {
    gap: 30px !important;
  }

  /* Reduce left margin of navigation area to prevent wrapping */
  .header-style-one .header-style-one-wrapper .main-nav-area {
    margin-left: 20px !important;
  }

  /* Adjust padding of menu items to make them fit tighter */
  .main-nav-area ul.rts-desktop-menu .menu-item .rts-dropdown-main-element {
    padding: 35px 15px !important;
    font-size: 15px !important;
    /* Slightly smaller font for laptops */
  }

  /* Adjust button area spacing */
  .header-style-one-wrapper .button-area-start {
    gap: 15px !important;
  }

  /* Adjust Inquiry button size */
  .header-style-one-wrapper .button-area-start .rts-btn {
    padding: 15px 30px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .about-image-area.vertical-layout {
    position: relative;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .about-image-area.vertical-layout .experience-card {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #180000;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    z-index: 3;
    box-shadow: 0px 15px 30px rgba(190, 109, 46, 0.3);
  }
}

@media (max-width: 768px) {
  .tour-1 {
    width: auto;
    text-align: center;
  }
}

/*--- Responsive Filter Styling ---*/

/* Default State (Desktop): Keeps your current layout */
.main-isotop .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Centered for better desktop look */
  gap: 50px;
}

/* Mobile State: Stacked Grid Layout */
@media (max-width: 767px) {
  .main-isotop .button-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Two columns */
    gap: 15px;
    border-bottom: none;
    /* Removes line on mobile */
    margin-bottom: 30px;
  }

  .main-isotop .button-group button {
    width: 100%;
    /* Full width of the grid cell */
    padding: 15px !important;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    flex-direction: column;
    /* Icon on top, text on bottom */
    justify-content: center;
    text-align: center;
    margin-bottom: 0 !important;
  }

  .main-isotop .button-group button img {
    height: 35px;
    /* Larger icon for mobile touch */
    margin-bottom: 8px;
    margin-right: 0 !important;
  }

  .main-isotop .button-group button::after {
    display: none;
    /* Hide the underline animation on mobile */
  }

  /* Active state for mobile */
  .main-isotop .button-group button.is-checked {
    background-color: #180000;
    /* Your Primary Color */
    color: #ffffff;
    border-color: #180000;
  }

  .main-isotop .button-group button.is-checked img {
    filter: brightness(0) invert(1);
    /* Makes icon white */
  }
}

@media (max-width: 767px) {
  .rts-footer-area-one.yacht .single-footer-widget-one-1 {
    width: 100% !important;
  }
}

/* Mobile Footer Fix: Forced Columns */
@media (max-width: 767px) {
  .rts-footer-area-one .footer-inner {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  /* Force the first two columns to 50% width */
  .rts-footer-area-one .footer-inner>.essential-links:nth-of-type(1),
  .rts-footer-area-one .footer-inner>.essential-links:nth-of-type(2) {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  /* Ensure the 3rd one drops to the next line */
  .rts-footer-area-one .footer-inner>.essential-links:nth-of-type(3) {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .rts-footer-area-one .footer-inner .essential-links {
    width: 50% !important;
    flex: 0 0 50% !important;
    float: left !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 767px) {
  .travel-guide-col {
    width: 100% !important;
  }
}

/* Mobile Responsive: Keep Quick Links and Travel Guide in same row */
@media (max-width: 767px) {

  /* Target the container of the footer widgets */
  .rts-footer-area-one .footer-inner {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
  }

  /* Target specifically the first and second widget (Quick Links and Travel Guide) */
  .rts-footer-area-one .footer-inner .single-footer-widget-one.essential-links:nth-of-type(2),
  .rts-footer-area-one .footer-inner .single-footer-widget-one.essential-links:nth-of-type(3) {
    width: 48% !important;
    /* Slightly less than 50% to prevent wrapping issues */
    flex: 0 0 48% !important;
    margin-bottom: 20px !important;
  }

  /* Ensure other widgets (like the Contact section) take full width */
  .rts-footer-area-one .footer-inner .single-footer-widget-one-1 {
    width: 100% !important;
    flex: 0 0 100% !important;
    padding-top: 15px;
  }
}

/* Mobile Responsive: Force Footer Widgets Side-by-Side */
@media (max-width: 767px) {

  /* 1. Ensure the container allows wrapping */
  .rts-footer-area-one .footer-inner {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
  }

  /* 2. Target the specific widgets: "Quick Links" and "Travel Guide" */
  /* Based on your HTML, these are the 2nd and 3rd widgets inside footer-inner */
  .rts-footer-area-one .footer-inner .single-footer-widget-one.essential-links:nth-of-type(2),
  .rts-footer-area-one .footer-inner .single-footer-widget-one.essential-links:nth-of-type(3) {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 30px !important;
  }

  /* 3. Ensure the Logo and Contact sections (other widgets) take full width */
  .rts-footer-area-one .footer-inner .single-footer-widget-one:nth-of-type(1),
  .rts-footer-area-one .footer-inner .single-footer-widget-one:nth-of-type(4) {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* Mobile Responsive Fix for "Customize Tours" Header */
@media (max-width: 767px) {
  .section-top-area.d-flex {
    flex-direction: column !important;
    /* Stacks items vertically */
    align-items: flex-start !important;
    /* Aligns to left */
    gap: 15px !important;
    /* Adds breathing room between title and button */
  }

  .section-top-area .section-title-area {
    margin-bottom: 0 !important;
    /* Removes unnecessary bottom margin */
  }

  .section-top-area .button-area {
    margin-bottom: 0 !important;
    /* Cleans up spacing for mobile */
    width: 100%;
    /* Optional: makes the button area full width */
  }
}

@media (max-width: 767px) {

  /* Hide the original button on mobile */
  .section-top-area .d-none.d-md-block {
    display: none !important;
  }

  /* Ensure the mobile button is visible */
  .d-block.d-md-none {
    display: block !important;
  }
}

@media (min-width: 768px) {

  /* Hide the mobile button on desktop */
  .d-block.d-md-none {
    display: none !important;
  }
}

.mt--60 {
  margin-top: 60px;
}

/* Mobile */
@media (max-width: 768px) {
  .mt--60 {
    margin-top: 10px;
  }
}

.rts-footer-area-one.yacht.pt--90.pb--30.body-bg-one {
  padding-top: 90px;
  /* default desktop padding-top */
  padding-bottom: 15px;
  /* default desktop padding-bottom */
}

/* Mobile override */
@media (max-width: 768px) {
  .rts-footer-area-one.yacht.pt--90.pb--30.body-bg-one {
    padding-top: 50px;
    /* remove top padding on mobile */
    padding-bottom: 15px;
    /* optional smaller bottom padding */
  }
}

/* General style for the title */
.about-title {
  font-size: 32px;
  line-height: 1.2;
}

/* Override for mobile */
@media (max-width: 767px) {
  .about-title {
    font-size: 25px;
  }
}


/* Ensure the grid displays correctly on mobile */
@media (max-width: 767px) {
  .mobile-grid-view {
    display: grid !important;
    /* Forces the flex display to grid */
    grid-template-columns: repeat(2, 1fr);
    /* 2 items per row */
    gap: 10px !important;
    margin-bottom: 30px !important;
  }

  .mobile-grid-view button {
    width: 100% !important;
    padding: 12px 5px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    justify-content: center !important;
    background: #fff;
  }

  /* Active State for Mobile Grid */
  .mobile-grid-view button.is-checked {
    background: #180000 !important;
    color: #fff !important;
    border-color: #180000 !important;
  }
}

/* Ensure Desktop version is hidden on mobile */
@media (max-width: 767px) {
  .d-md-flex {
    display: none !important;
  }
}

/* Add border only on mobile/tablet view */
@media (max-width: 767px) {
  .mobile-border {
    border-bottom: 1px solid #c0c0c0;
    /* Adjust color as needed */
    padding-bottom: 30px;
    /* Add spacing below the text */
    margin-bottom: 20px;
    /* Add spacing between the blocks */
  }

  /* Remove border from the very last item if you prefer */
  .mobile-border:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}

/* Scope these rules to the specific tour slider class */
.tour-slider .swiper-wrapper {
  display: flex;
}

.tour-slider .swiper-slide {
  display: flex;
  height: auto;
}

/* Ensure the tour card fills the slide height */
.tour-card-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Ensure the content area fills the remaining space of the card */
.tour-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.fa-50 {
  font-size: 50px;
}
.fs-105{
  font-size: 1.05rem !important;
}

.desc i {
  color: #D29C00;
  /* gold color */
  margin-right: 2px;
}

.border-1 {
  border: 1px solid #1800008a !important;
}
.border-white {
  border: 1px solid #fff !important;
}

.feature-list-area li .icon i {
  font-size: 34px;
  /* Adjust size to match your icons */
  color: #180000;
  /* Match your theme's primary color */
}

/* --- Optimized Header Management for Laptops (1200px - 1599px) --- */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  /* 1. Reduce overall container padding */
  .header-style-one {
    padding: 0 20px !important;
  }

  /* 2. Tighten the space between elements */
  .header-style-one-wrapper .left-area {
    gap: 20px !important;
    flex-basis: auto !important;
    /* Allows nav to take needed space */
  }

  /* 3. Reduce menu item padding and font-size drastically */
  .main-nav-area ul.rts-desktop-menu .menu-item .rts-dropdown-main-element {
    padding: 30px 15px !important;
    /* Extremely tight padding */
    font-size: 14px !important;
    /* Smaller font for compact view */
  }

  /* 4. Keep logo visible but don't force its width if it's too large */
  .header-style-one-wrapper .logo-area .logo {
    min-width: 120px !important;
  }

  /* 5. Shrink the button area */
  .header-style-one-wrapper .button-area-start {
    gap: 10px !important;
    flex-basis: auto !important;
  }

  /* 6. Smaller Inquiry Button */
  .header-style-one-wrapper .button-area-start .rts-btn {
    padding: 10px 15px !important;
    font-size: 13px !important;
    height: auto !important;
  }
}

/* --- Force Both About Images to Display on Mobile --- */

@media (max-width: 991px) {
  /* 1. Ensure the parent container can hold both images */
  .about-image-area {
      position: relative !important;
      padding-bottom: 20px !important;
      height: auto !important; 
      margin-bottom: 30px !important;
  }

  /* 2. Target the image container */
  .about-image-area .image {
      position: relative !important;
      display: flex !important;
      flex-direction: column !important; /* Stack them top-to-bottom */
      align-items: center !important;
      gap: 20px !important; /* Adds space between the two images */
  }

  /* 3. Remove absolute positioning from both images */
  .about-image-area .rotate-image,
  .about-image-area .floating-image {
      position: relative !important; /* Back into document flow */
      top: auto !important;
      bottom: auto !important;
      left: auto !important;
      right: auto !important;
      transform: none !important; /* Remove tilt on mobile */
      margin: 0 !important;
      width: 100% !important; /* Fill available space */
  }

  /* 4. Ensure the images themselves are responsive */
  .about-image-area .rotate-image img,
  .about-image-area .floating-image img {
      width: 100% !important;
      height: auto !important;
  }
  
  /* Hide the experience card if it's overlapping too much, 
     or keep it if you want it visible on top */
  .about-image-area .experience-card {
      position: relative !important;
      margin: 20px 0 !important;
  }
}

/* Mobile responsive: 2 rows, 2 columns for the counter */
@media (max-width: 767px) {
  .rts-counter-area .section-inner {
      display: grid !important;
      grid-template-columns: 1fr 1fr; /* Create 2 equal columns */
      gap: 15px !important; /* Adjust gap between items */
  }

  .rts-counter-area .section-inner .counter-wrapper {
      max-width: 100% !important; /* Ensure they fill the column */
      flex-direction: column !important; /* Stack icon and text vertically */
      align-items: center !important;
      text-align: center;
      padding: 20px 10px !important;
  }
  
  /* Optional: reduce padding/font sizes for smaller screens */
  .rts-counter-area .section-inner .counter-wrapper .counter-area .title {
      font-size: 24px;
  }
}

/* Mobile and Tablet Header Background Fix */
@media (max-width: 991px) {
    .header-style-one {
        background-color: #ecf5fa !important;
        position: relative !important; /* Often helps with layout on mobile */
        /* border-bottom: 1px solid #e0e0e0; Optional: adds a subtle line */
    }
}

/* Mobile adjustments for the breadcrumb banner */
@media only screen and (max-width: 767px) {
  .rts-breadcrumb-area.four {
      height: 250px !important; /* Adjust this height to fit your preference */
      padding: 50px 0 !important; /* Reduces vertical padding for mobile */
      background-position: 80% 30% !important; /* adjust as needed */
      background-size: cover !important;
  }
}

/* Tablet adjustments (optional) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-breadcrumb-area.four {
      height: 350px !important;
  }
}

/* --- Mobile Responsive Banner & Breadcrumb Fix --- */
@media (max-width: 767px) {
  /* 1. Set a smaller height for the banner on mobile */
  .rts-breadcrumb-area.four {
      height: 150px !important; /* Adjust height to your liking */
      min-height: 190px !important;
      background-size: cover !important;
      background-position: center !important;
  }

  /* 2. Reduce top/bottom padding of the breadcrumb white space section */
  .rts-breadcrumb-area.pt--10.pb--10 {
      padding-top: 5px !important;
      padding-bottom: 5px !important;
  }

  /* 3. Reduce margin of the breadcrumb navigation if necessary */
  .nav-bread-crumb {
      margin-bottom: 0 !important;
  }
}

/* --- Tighten Breadcrumb White Space on Mobile --- */
@media (max-width: 767px) {
  /* Targets the breadcrumb div specifically */
  .rts-breadcrumb-area.four.pt--10.pb--10.bg-white {
      padding-top: 5px !important;    /* Reduced from 10px */
      padding-bottom: 5px !important; /* Reduced from 10px */
      margin-top: 0 !important;      /* Removes any default margin */
      margin-bottom: 0 !important;   /* Removes any default margin */
  }
  
  /* Optional: If you need to remove the margin of the breadcrumb list inside it */
  .rts-breadcrumb-area.four.pt--10.pb--10.bg-white .nav-bread-crumb {
      margin-bottom: 0 !important;
  }
}

/* Style for the Banner Image Area */
.rts-breadcrumb-area.four {
  /* Put your height, background-size, etc., here */
  height: 500px; 
  background-size: cover;
}

/* Style for the Breadcrumb White Space Section */
.rts-breadcrumb-area-white {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background-color: #ffffff;
}

/* Mobile responsive override for ONLY the breadcrumb section */
@media (max-width: 767px) {
  .rts-breadcrumb-area-white {
      padding-top: 5px !important;    /* Tightens space on mobile */
      padding-bottom: 5px !important; /* Tightens space on mobile */
  }
}
/* --- Targeted Breadcrumb Spacing Fix --- */

/* This targets your new white breadcrumb container specifically */
.rts-breadcrumb-area-white.pt--10.pb--10 {
  padding-top: 10px !important;    /* Default desktop padding */
  padding-bottom: 10px !important; /* Default desktop padding */
}

/* Mobile override: targets the same specific class */
@media (max-width: 767px) {
  .rts-breadcrumb-area-white.pt--10.pb--10 {
      padding-top: 5px !important;    /* Tighter padding for mobile */
      padding-bottom: 5px !important; /* Tighter padding for mobile */
  }

  /* This removes the bottom margin from the navigation links to tighten space */
  .rts-breadcrumb-area-white .nav-bread-crumb {
      margin-bottom: 0 !important;
  }
}
/* --- Targeted Breadcrumb Spacing Fix --- */

/* This targets your new white breadcrumb container specifically */
.rts-breadcrumb-area-white.pt--10.pb--10 {
    padding-top: 10px !important;    /* Default desktop padding */
    padding-bottom: 10px !important; /* Default desktop padding */
}

/* Mobile override: targets the same specific class */
@media (max-width: 767px) {
    .rts-breadcrumb-area-white.pt--10.pb--10 {
        padding-top: 7px !important;    /* Tighter padding for mobile */
        padding-bottom: 7px !important; /* Tighter padding for mobile */
    }

    /* This removes the bottom margin from the navigation links to tighten space */
    .rts-breadcrumb-area-white .nav-bread-crumb {
        margin-bottom: 0 !important;
    }
}
/* Mobile Responsive: Feature List in 2 Columns */
@media (max-width: 767px) {
  .rts-tour-details-area .bottom-content-area .feature-list-area {
      display: flex !important;
      flex-wrap: wrap !important;
      justify-content: space-between !important;
      gap: 20px 0 !important; /* Spacing between rows */
      padding: 0 !important;
  }

  .rts-tour-details-area .bottom-content-area .feature-list-area li {
    width: 47% !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 0px !important;
  }

  /* Icon styling */
  .rts-tour-details-area .bottom-content-area .feature-list-area li .icon {
      width: 30px !important;
      min-width: 30px !important;
      font-size: 20px !important;
  }

  /* Text styling */
  .rts-tour-details-area .bottom-content-area .feature-list-area li .text {
      overflow: hidden;
  }

  .rts-tour-details-area .bottom-content-area .feature-list-area li .text p {
      font-size: 11px !important; /* Smaller label to fit */
      margin-bottom: 2px !important;
      line-height: 1.2 !important;
  }

  .rts-tour-details-area .bottom-content-area .feature-list-area li .text h6 {
      font-size: 12px !important; /* Smaller value to fit */
      line-height: 1.2 !important;
  }
}

.overview-area p.desc{
  margin-bottom: 10px;
}

/* Slider & Equal Height Alignment */
.blog-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.blog-slider .swiper-slide {
  height: auto;
}

/* Ensure the wrapper is full height */
.package-wrapper4.h-100 {
  height: 100% !important;
  display: flex;
  flex-direction: column;
}

/* Force content to fill the card */
.package-wrapper4 .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Force the price row to the bottom of the card */
.package-wrapper4 .content .bottom-meta {
  margin-top: auto; 
  padding-top: 15px;
  border-top: 1px solid #c0beb8;
}

/* Flexible description to allow equal card heights */
.package-wrapper4 .content .desc {
  flex-grow: 1;
}

/* Slider Button Positioning */
.swiper-btn-prev2, .swiper-btn-next2 {
  cursor: pointer;
  transition: var(--transition);
}

/* Container for the buttons */
.button-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Base button style for the round buttons */
.custom-nav-btn {
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
  text-align: center;
  border-radius: 50% !important; /* Makes them circular */
  border: 1px solid #1800008a !important; /* Your Brand Red Border */
  color: #180000 !important;
  background: transparent !important;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Hover/Active states */
.custom-nav-btn:hover, 
.custom-nav-btn.active {
  background: #180000 !important; /* Solid Red Background */
  color: #ffffff !important;      /* White Arrow */
}

/* Specific adjustment if needed for the arrows inside */
.custom-nav-btn i {
  font-size: 16px;
}
/* Container for the buttons */
.button-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Base style for both buttons */
.custom-nav-btn {
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
  text-align: center;
  border-radius: 50% !important; /* Makes them perfectly round */
  border: 1px solid #1800008a !important; /* Your brand red */
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* Left Button: Red border, Transparent background */
.btn-prev {
  background: transparent !important;
  color: #180000 !important;
}

.btn-prev:hover {
  background: #180000 !important;
  color: #ffffff !important;
}

/* Right Button: Solid Red background, White arrow */
.btn-next {
  background: #180000 !important;
  color: #ffffff !important;
}

.btn-next:hover {
  background: #ffffff !important;
  color: #180000 !important;
  border: 1px solid #1800008a !important;
}
/* Style for the container */
.itinerary-meta {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  /* padding-left: 20px; Aligns with the itinerary content */
}

/* Style for the pills */
.meta-badge {
  background-color: #f6f7f2; /* Light beige/gray background */
  border: 1px solid #e2e4dc;
  padding: 6px 15px;
  border-radius: 50px; /* Makes it a pill shape */
  font-size: 13px;
  font-weight: 500;
  color: #2c2929;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Icon color inside badges */
.meta-badge i {
  color: #180000; /* Your primary brand color */
  font-size: 14px;
}
/* Hide the meta by default */
.itinerary-item .itinerary-meta {
  display: none;
  gap: 10px;
  margin-bottom: 15px;
  margin-top: 20px;
  /* padding-left: 20px; Aligns with content */
}

/* Show the meta only when the parent has the 'active' class */
.itinerary-item.active .itinerary-meta {
  display: flex;
}

/* Styling for the badge */
.meta-badge {
  background-color: #f6f7f2;
  border: 1px solid #e2e4dc;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  color: #2c2929;
  display: flex;
  align-items: center;
  gap: 8px;
}

.meta-badge i {
  color: #180000;
  font-size: 14px;
}
/* Layout fixes for the tour details header */
.tour-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.action-links a {
  font-size: 14px;
  transition: 0.3s;
}


.action-links a:hover {
  background: #180000 !important;
  color: #fff !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-danger:hover {
  color: #fff !important;
}

/* Route Section Styling */
.tour-route-wrapper {
  padding-top: 20px;
  margin-bottom: 20px;
}

.tour-route-wrapper h6 {
  color: #180000; /* Matching your primary brand color */
  font-size: 16px;
  font-weight: 700;
}

.tour-route-wrapper p {
  font-weight: 500;
  color: #333;
}

/* Ensure the features list looks good below the route */
.feature-list-area {
  padding-top: 10px;
}
/* Container adjustment */
.right-content {
  min-width: 140px;
}

/* Action Button Wrapper */
.cta-actions {
  margin-top: 10px;
}

/* Base button styling */
.btn-action {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  transition: 0.3s;
}

/* Wishlist Icon Button */
.btn-wishlist {
  width: 40px;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  color: #180000;
}

.btn-wishlist:hover {
  background: #180000;
  color: #ffffff;
}

/* Brochure Text Button */
.btn-brochure {
  padding: 0 15px;
  background: #eef6ff;
  border: 1px solid #d1e7ff;
  color: #0073CF;
  gap: 8px;
}

.btn-brochure:hover {
  background: #0073CF;
  color: #ffffff;
}

/* Style for the inline action buttons */
.btn-action-inline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.3s;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    color: #555;
}

.btn-action-inline:hover {
    background: #180000; /* Your primary brand red */
    color: #ffffff;
    border-color: #180000;
}

/* Ensure the layout holds the buttons and meta nicely */
.left-content {
    flex-grow: 1;
}

.right-content {
    margin-left: 20px;
    flex-shrink: 0;
}

/* Photo & Video Section Overrides */
.video-overlay-btn .popup-video {
  transition: var(--transition);
}

.video-overlay-btn .popup-video:hover {
  background: #180000 !important; /* Your brand primary color */
  color: #ffffff !important;
  transform: scale(1.1);
}

/* Ensure images maintain aspect ratio in the grid */
.tab-content-inner .image-transform img {
  width: 100%;
  height: 200px; /* Adjust height based on your layout preference */
  object-fit: cover;
}

/* Responsive adjustment for the play button */
@media (max-width: 767px) {
  .tab-content-inner .image-transform img {
      height: 180px;
  }
}

/* Gallery Section Styling */
.play-btn-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  transition: var(--transition);
}

.play-btn-overlay a {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #180000; /* Your Brand Color */
  font-size: 20px;
  transition: 0.3s;
}

.play-btn-overlay a:hover {
  background: #180000;
  color: #ffffff;
  transform: scale(1.1);
}

/* Ensure consistent card heights and rounded corners */
.image-transform {
  border-radius: 10px;
  background: #f8f9fa;
}

/* Hover effects for the images */
.image-transform:hover img {
  transform: scale(1.05);
}

/* Gallery Section Styling */
.play-btn-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  transition: var(--transition);
}

.play-btn-overlay a {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #180000; /* Your Brand Color */
  font-size: 20px;
  transition: 0.3s;
}

.play-btn-overlay a:hover {
  background: #180000;
  color: #ffffff;
  transform: scale(1.1);
}

/* Ensure consistent card heights and rounded corners */
.image-transform {
  border-radius: 10px;
  background: #f8f9fa;
}

.brl{
    border-bottom-left-radius: 0 !important;
}
.brr{
    border-bottom-right-radius: 0 !important;
}

/* Hover effects for the images */
.image-transform:hover img {
  transform: scale(1.05);
}
.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr; /* Left side big, right side small */
  grid-template-rows: repeat(3, 200px); /* 3 rows of fixed height */
  gap: 15px;
  margin-top: 20px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* Make the first image span 3 rows (the full height) */
.gallery-item.large {
  grid-row: span 3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This prevents stretching */
  transition: 0.4s;
}

/* Video Play Button Styling */
.gallery-item.video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
  background: rgba(178, 29, 35, 0.8);
  padding: 20px 25px;
  border-radius: 50%;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .gallery-grid {
      grid-template-columns: 1fr; /* Stack everything on mobile */
      grid-template-rows: auto;
  }
  .gallery-item.large {
      grid-row: span 1;
  }
}

/* Consistent height for all bottom gallery items */
.gallery-item-video {
  position: relative;
  height: 200px; /* Matches the height of the image next to it */
  border-radius: 10px;
  overflow: hidden;
}

.gallery-item-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

/* Centering the play button */
.play-btn-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: 0.3s;
}

.play-btn-overlay i {
  font-size: 30px;
  color: #ffffff;
  background: #180000; /* Your primary brand color */
  padding: 15px 20px;
  border-radius: 50%;
  transition: 0.3s;
}

/* Hover effects */
.gallery-item-video:hover img {
  transform: scale(1.05);
}

.gallery-item-video:hover i {
  transform: scale(1.2);
  background: #ffffff;
  color: #180000;
}

/* 1. Ensure the parent container doesn't clip the dropdown */
.advance__search__section .form-area {
  overflow: visible !important; 
  position: relative;
  z-index: 10; /* Keep parent z-index lower than dropdown */
}

/* 2. Style the dropdown to float above everything else */
.advance__search__section .form-area .custom-select {
  position: relative;
  /* z-index: 999; Higher than the form-area */
}

/* 3. Style the options container */
.advance__search__section .form-area .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999 !important; /* Force it to the very top */
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15); /* Adds a shadow to separate from content */
  border-radius: 0 0 10px 10px;
  margin-top: 5px;
}

/* Ensure the wrapper of each dropdown allows the absolute list to be positioned relative to it */
.custom-select {
  position: relative !important;
  /* z-index: 20 !important; Higher than .form-area */
}

/* The actual list of options */
.custom-select .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999 !important; /* Highest priority */
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
  border-radius: 0 0 6px 6px;
  margin: 0 !important;
}

/* Force all potential parents to show the dropdown */
.advance__search__section,
.advance__search__section .container,
.advance__search__section .row,
.advance__search__section .form-area,
.advance__search__section .custom-select {
    overflow: visible !important;
}

.advance__search__section .form-area {
  position: relative;
  z-index: 1000; /* Higher than surrounding content */
}

.advance__search__section .form-area .custom-options {
  position: absolute !important; /* Force absolute positioning */
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 99999 !important; /* Very high */
  /* Add this if it's still being cut off */
  margin-top: 5px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* 1. Parent form area needs to allow overflow */
.advance__search__section .form-area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  border-radius: 10px;
  gap: 10px;
  
  /* FIX: Ensure the form area doesn't hide the dropdown */
  overflow: visible !important; 
  position: relative;
  z-index: 100;
}

/* 2. The container for the select box */
.advance__search__section .form-area .custom-select {
  position: relative;
  width: 22%;
  cursor: pointer;
  /* z-index: 101; Higher than the form area */
}

/* 3. The dropdown list itself */
.advance__search__section .form-area .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0 0 10px 10px;
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  
  /* FIX: Force it to appear above everything else */
  z-index: 9999 !important; 
  
  /* Control height */
  max-height: 250px;
  height: 0; 
  overflow-y: auto; /* Changed from scroll to auto */
  transition: all 0.4s;
  
  /* Visual separation */
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); 
  visibility: hidden;
  opacity: 0;
}

/* 4. Show the dropdown when active */
.advance__search__section .form-area .custom-select.active .custom-options {
  height: auto !important;
  visibility: visible;
  opacity: 1;
}

/* 1. Force the container to allow its children to spill out */
.advance__search__section .form-area {
  overflow: visible !important;
  position: relative;
  z-index: 100;
}

/* 2. Position the dropdown options correctly */
.advance__search__section .form-area .custom-select {
  position: relative;
  /* z-index: 101; Must be higher than the .form-area */
}

/* 3. Ensure the dropdown list floats over the rest of the form */
.advance__search__section .form-area .custom-options {
  position: absolute !important;
  top: 100% !important; /* Positions it directly below the select box */
  left: 0 !important;
  width: 100% !important;
  z-index: 9999 !important; /* Force to the top of the stacking context */
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); /* Adds a shadow */
  
  /* These properties handle the visibility controlled by your JS */
  height: 0;
  overflow-y: auto;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

/* 4. This ensures that when the JS adds the 'active' class, it displays */
.advance__search__section .form-area .custom-select.active .custom-options {
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important; /* Match your JS height */
}
/* 1. Elevate the entire search section above the sticky sidebar */
.advance__search__section {
  z-index: 99 !important; 
}

/* 2. Ensure the form area allows the dropdowns to spill out */
.advance__search__section .form-area {
  overflow: visible !important;
}

/* 3. Ensure proper stacking for the individual dropdowns */
/* .advance__search__section .form-area .custom-select {
  z-index: 100 !important; 
} */

/* 4. Add a shadow so the dropdown visually pops over the content below */
.advance__search__section .form-area .custom-options {
  z-index: 9999 !important;
  overflow-y: auto !important; 
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15) !important; 
  border-bottom: 1px solid var(--color-border);
}

/* Fix for Isotope grid items sticking together vertically */
.main-isotop .filter .element-item {
  margin-bottom: 30px; /* Adjust this value to match your desired horizontal gap */
}

/* Optional: Slightly smaller gap for mobile devices */
@media (max-width: 767px) {
  .main-isotop .filter .element-item {
      margin-bottom: 20px; 
  }
}

@media screen and (max-width: 767px) {
  /* 1. Force 2x2 Grid Layout */
  .advance__search__section .form-area {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important; /* 2 columns */
      gap: 15px !important;
      padding: 20px !important;
      overflow: visible !important; /* Allows dropdowns to pop out */
      background: #fff !important;
      border-radius: 10px !important;
  }

  /* 2. Fix the Select Boxes */
  .advance__search__section .form-area .custom-select {
      width: 100% !important;
      position: relative !important;
      margin: 0 !important;
      /* z-index: 10; */
  }

  /* 3. Force the dropdown list to FLOAT (Independent of Row 2) */
  .advance__search__section .form-area .custom-select .custom-options {
      position: absolute !important;
      top: 100% !important;
      left: 0 !important;
      width: 100% !important;
      min-width: 167px !important; /* Prevents text squeezing */
      background: #ffffff !important;
      z-index: 9999 !important; /* Sits on top of everything */
      box-shadow: 0px 10px 25px rgba(0,0,0,0.2) !important;
      border: 1px solid #ddd !important;
      border-radius: 0 0 6px 6px !important;
      
      /* Overriding the JS height issue */
      height: auto !important; 
      max-height: 185px !important;
      overflow-y: auto !important;
      display: none !important; /* Controlled by the 'active' class below */
  }

  /* 4. Show dropdown only when active */
  .advance__search__section .form-area .custom-select.active .custom-options {
      display: block !important;
  }

  /* 5. Make Row 1 float OVER Row 2 */
  .advance__search__section .form-area .custom-select:nth-child(1),
  .advance__search__section .form-area .custom-select:nth-child(2) {
      z-index: 11; /* Row 1 higher than Row 2 */
  }

  /* 6. Stretch Search Button to Full Width */
  .advance__search__section .form-area .button-area {
      grid-column: span 2 !important;
      width: 100% !important;
  }

  .advance__search__section .form-area .button-area .rts-btn {
      width: 100% !important;
      justify-content: center !important;
      padding: 15px !important;
  }
}

/* Sidebar Mobile Responsive Logic */
@media (max-width: 991px) {
  /* Hide the original sidebar position */
  .left-sidebar-area.filter-sidebar-mobile {
      position: fixed;
      top: 0;
      left: -320px; /* Hidden off-screen */
      width: 300px;
      height: 100vh;
      background: #fff;
      z-index: 9999;
      overflow-y: auto;
      padding: 60px 25px 30px;
      transition: all 0.4s ease;
      box-shadow: 5px 0 15px rgba(0,0,0,0.1);
      border: none;
  }

  /* Active state to bring sidebar on screen */
  .left-sidebar-area.filter-sidebar-mobile.show {
      left: 0;
  }

  /* Background Overlay */
  .filter-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
      z-index: 9998;
      display: none;
      opacity: 0;
      transition: opacity 0.3s ease;
  }
  
  .filter-overlay.show {
      display: block;
      opacity: 1;
  }

  /* Close Button Styling */
  .close-filter-sidebar {
      position: absolute;
      top: 5px;
      left: 120px;
      background: none;
      border: none;
      font-size: 24px;
      color: #333;
      padding: 5px;
  }

  /* Adjusting internal layout for mobile view */
  .left-sidebar-area .title {
      font-size: 22px;
      margin-bottom: 20px;
  }
  
  .side-box {
      margin-top: 15px !important;
      padding-top: 15px !important;
  }
}

/* Specific Style Overrides to match your screenshot */
.checkbox-list input[type="checkbox"] {
  accent-color: #0073CF; /* Adjust to match the blue in your image */
}

.checkbox-label span {
  font-size: 15px;
  color: #444;
}

.filter-opener-area {
  grid-column: span 2 !important;
        width: 100% !important;
}

/* Mobile Responsive Fix for Tour Content Header */
@media (max-width: 767px) {
  /* 1. Reset the container to allow absolute positioning of the days box */
  .tour-content {
      display: block !important; /* Switch from flex to block for easier layout control */
      position: relative;
      padding-top: 10px;
  }

  /* 2. Position the "07 Days" box at the top right */
  .right-content {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0 !important;
      z-index: 2;
  }

  /* 3. Give the left content full width but add padding so text doesn't hit the days box */
  .left-content {
      width: 100% !important;
      padding-right: 90px; /* Space for the 07 days box */
  }

  /* 4. Adjust the title size so it doesn't break into too many lines */
  .left-content .title {
      font-size: 20px !important;
      line-height: 1.3 !important;
      margin-bottom: 15px !important;
  }

  /* 5. Fix the meta area (reviews/location) */
  .meta-area {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px !important;
  }

  /* 6. Fix the Action Buttons to be side-by-side or stack neatly */
  .action-links {
      display: flex !important;
      gap: 10px !important;
      width: calc(100% + 75px); /* Extend back under the days box area */
      margin-left: 5px; 
  }

  .btn-action-inline {
      flex: 1; /* Make buttons equal width */
      justify-content: center;
      padding: 8px 5px !important;
      font-size: 12px !important; /* Smaller text to fit on one line */
      white-space: nowrap;
  }
}

/* Extra small devices fix */
@media (max-width: 400px) {
  .left-content {
      padding-right: 0; /* Remove padding */
  }
  .tour-content {
      display: flex !important;
      flex-direction: column !important; /* Stack vertically on very small screens */
  }
  .right-content {
      position: relative; /* Put days box back in flow */
      margin-bottom: 20px !important;
      align-self: flex-start;
  }
  .action-links {
      width: 100%;
      flex-direction: column; /* Stack buttons on tiny screens */
  }
}
@media (max-width: 767px) {
  /* 1. Force Title and Days into one row with proper alignment */
  .tour-content {
      display: flex !important;
      flex-direction: row !important;
      justify-content: space-between;
      align-items: flex-start;
      gap: 15px;
      margin-bottom: 20px;
  }

  .left-content {
      flex: 1; /* Title takes remaining space */
  }

  /* 2. Style the Title for better readability */
  .left-content .title {
      font-size: 22px !important;
      line-height: 1.2 !important;
      margin-bottom: 8px !important;
      font-weight: 700;
      color: #2c2929;
  }

  /* 3. Make the Days Counter smaller and modern on mobile */
  .right-content {
      min-width: 70px;
      flex-shrink: 0;
  }

  .day-left.text-center {
      border-radius: 8px !important;
      overflow: hidden;
      border: 1px solid #1800008a !important;
  }

  .day-left h4 {
      padding: 10px !important; /* Smaller padding */
      font-size: 24px !important; /* Smaller text */
  }

  .day-left p {
      padding: 5px 0 !important;
      font-size: 12px !important;
      text-transform: uppercase;
      letter-spacing: 1px;
  }

  /* 4. Fix Meta Area (Stars/Location) */
  .meta-area {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-bottom: 20px !important;
      padding-left: 0;
  }

  /* 5. IMPORTANT: Action Buttons Bar (Horizontal) */
  /* We move them out of the title column to span the full width */
  .action-links {
      display: grid !important;
      grid-template-columns: 1fr 1fr; /* Two equal columns */
      gap: 10px !important;
      width: 100%;
      margin-top: 15px;
  }

  .btn-action-inline {
      width: 100% !important;
      justify-content: center;
      padding: 12px 5px !important;
      font-size: 13px !important;
      border-radius: 6px !important;
      background: #fff !important;
      border: 1px solid #e0e0e0 !important;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05); /* Subtle depth */
  }
  
  /* Center the icons in the buttons */
  .btn-action-inline i {
      margin-right: 8px;
  }
}
@media (max-width: 767px) {
  /* 1. Make the container relative so we can pin the badge to the corner */
  .tour-content {
      display: block !important; /* Change from flex to block */
      position: relative !important;
      padding-top: 5px;
  }

  /* 2. Title needs room to breathe - use full width minus badge space */
  .left-content {
      padding-right: 75px !important; /* Creates a dead-zone so text doesn't hit the badge */
      width: 100% !important;
  }

  .left-content .title {
      font-size: 20px !important;
      line-height: 1.3 !important;
      margin-bottom: 10px !important;
      font-weight: 700;
      color: #2c2929;
      display: block;
  }

  /* 3. Position the Badge at the Top-Right Corner */
  .right-content {
      position: absolute !important;
      top: 0;
      right: 0;
      margin: 0 !important;
      width: 65px !important; /* Modern small size */
      z-index: 5;
  }

  .day-left.text-center {
      border-radius: 8px !important;
      overflow: hidden;
      border: 1px solid #1800008a !important;
      box-shadow: 0 4px 10px rgba(178, 29, 35, 0.15); /* Adds depth */
      height: 75px;
  }

  .day-left h4 {
      padding: 8px !important;
      font-size: 22px !important;
      margin: 0 !important;
      background: #180000 !important;
      color: #fff !important;
  }

  .day-left p {
      padding: 13px 0 !important;
      font-size: 10px !important;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.5px;
      background: #fff !important;
      color: #180000 !important;
  }

  /* 4. Meta Info (Stars & Location) */
  .meta-area {
      display: flex !important;
      gap: 15px !important;
      margin-bottom: 20px !important;
      margin-top: 10px;
  }

  /* 5. Action Buttons (Modern 2-Column Bar) */
  .action-links {
      display: grid !important;
      grid-template-columns: 1fr 1fr; /* Side-by-side */
      gap: 20px !important;
      width: 100% !important;
      margin-top: 20px;
  }

  .btn-action-inline {
      width: 100% !important;
      justify-content: center;
      padding: 10px 5px !important;
      font-size: 12px !important;
      border-radius: 6px !important;
      background: #ffffff !important;
      border: 1px solid #d1d5db !important;
      color: #4b5563 !important;
      font-weight: 600 !important;
      transition: 0.2s ease;
  }

  .btn-action-inline:active {
      background: #f3f4f6 !important;
      transform: scale(0.98);
  }

  .btn-action-inline i {
      font-size: 14px;
      margin-right: 5px;
  }
}

.border-0 {
    border: 0 !important;
}

/* Update your mobile media query around line 3698 */
@media (max-width: 991px) {
  .header-style-one {
      background-color: #180000 !important;
      position: relative !important; 
      z-index: 1000 !important; /* Add this to ensure it stays in front */
      /* border-bottom: 1px solid #e0e0e0; */
  }
}

/* Apply padding only on mobile for this specific section */
@media (max-width: 768px) {
    .rts__section.advance__search__section.is__home__one.home-hiking.inner {
        padding: 20px 0;
    }
}
@media (max-width: 768px) {
    .pt-20 {
        padding: 20px 0 !important;
    }
}

/* Fixed Departure Table Customization */
.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th, 
.table-bordered td {
  border: 1px solid #5aa565;
  padding: 15px;
  vertical-align: middle;
  font-size: 14px;
}

.table-light {
  background-color: #f8f9fa;
}

.table-light th {
  font-weight: 900;
  color: #2c2929;
  text-transform: uppercase;
  background: #ecf5fa;
}

.text-success {
  color: #0f8228 !important /* Matches your defined color-success */
}
.text-limited {
  color: #c9bd00 !important /* Matches your defined color-success */
}
.text-full {
  color: #180000 !important /* Matches your defined color-success */
}

/* Small button fix for the table */
.rts-btn.btn-primary.p-2 {
  padding: 13px 17px !important;
  font-size: 13px !important;
  line-height: 1;
  margin: 0 auto;
}

/* Ensure table is responsive on mobile */
@media (max-width: 767px) {
  .table-responsive {
      overflow-x: auto;
  }
}

.wt-20{
  width: 20%;
}
.wt-17{
  width: 17%;
}
.wt-15{
  width: 15%;
}
.wt-90{
  width: 90%;
}
.form-select{
  font-size: 14px;
  padding: 10.75px 22.75px 10.75px 12.5px;
}
/* Mobile Responsive Management for Itinerary Badges */
@media (max-width: 767px) {
  /* 1. Force the badges into two equal columns */
  .itinerary-item.active .itinerary-meta {
      display: grid !important;
      grid-template-columns: 1fr 1fr; 
      gap: 8px;
      margin-top: 15px;
      padding-left: 0; /* Align with the text content */
  }

  /* 2. Reshape the badges to look like the pill/oval icons in your image */
  .meta-badge {
      display: flex !important;
      align-items: center;
      justify-content: flex-start;
      
      /* Padding and Height to maintain the oval shape */
      padding: 10px 12px !important;
      min-height: 65px; 
      
      /* Keep it rounded but allow text to wrap */
      border-radius: 30px !important; 
      background-color: #f8f9f5 !important;
      border: 1px solid #e2e4dc !important;
      
      /* Text styling */
      font-size: 11px !important;
      line-height: 1.3 !important;
      text-align: left;
  }

  /* 3. Manage the Icon inside the badge */
  .meta-badge i {
      font-size: 16px !important;
      margin-right: 8px !important;
      flex-shrink: 0; /* Prevents icon from getting squashed */
      color: #180000 !important;
  }
}

/* Extra small devices (iPhone SE / small screens) */
@media (max-width: 380px) {
  .itinerary-item.active .itinerary-meta {
      grid-template-columns: 1fr; /* Stack them if the screen is too narrow */
  }
  .meta-badge {
      min-height: auto;
      padding: 8px 15px !important;
  }
}

/* --- Fixed Departure Mobile Tweaks --- */
@media (max-width: 767px) {
  /* Aligns "Check Available Dates" to the left and selects to the right */
  .departure-filter-row {
      display: flex !important;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
  }

  .filter-label {
      font-size: 14px;
      font-weight: 600;
      color: #444;
      max-width: 50%; /* Prevents text wrapping too early */
  }

  .select-group {
      display: flex;
      gap: 5px;
  }

  /* Small selects to fit the row as per screenshot */
  .mobile-select-sm {
      width: 70px !important;
      padding: 8px 5px !important;
      font-size: 12px !important;
      height: auto !important;
      border: 1px solid #ddd !important;
  }

  /* CRITICAL: Fix for truncated text in your screenshot */
  /* This forces the table to maintain enough width so text like "Guaranteed" fits */
  .departure-table {
      min-width: 650px !important; 
  }

  .departure-table th, 
  .departure-table td {
      padding: 10px 5px !important;
      font-size: 13px !important;
      text-align: center;
      vertical-align: middle;
  }

  /* Bold headers matching the image */
  .departure-table thead th {
      font-weight: 800 !important;
      color: #222;
      background-color: #ecf5fa !important;
      font-size: 12px !important;
  }

  /* Status Colors */
  .text-success { color: #0f8228 !important; }
  .text-limited { color: #d4a017 !important; }
  .text-full { color: #180000 !important; }

  /* Compact button for mobile table */
  .departure-table .rts-btn.p-2 {
      padding: 8px 12px !important;
      font-size: 11px !important;
      min-width: 80px;
      margin: 0 auto;
  }
}
/* --- Fixed Departure Desktop Styles --- */

/* 1. Select Boxes - Stacked & Full Width */
.filter-label-text {
  font-size: 15px;
  color: #797979;
  font-weight: 500;
}

.custom-full-select {
  width: 100% !important;
  height: 45px !important;
  border: 1px solid #ced4da !important;
  border-radius: 4px !important;
  font-size: 14px;
  font-weight: 600;
  color: #2c2929;
  cursor: pointer;
}

/* 2. Table Layout & Borders */
.departure-table-desktop {
  border: 1px solid #5aa565 !important; /* The greenish border from image */
  margin-top: 20px;
}

.departure-table-desktop thead th {
  background-color: #ecf5fa !important; /* Light blue header */
  color: #2c2929;
  font-weight: 800;
  text-align: left;
  padding: 15px 20px;
  border: 1px solid #5aa565 !important;
  font-size: 13px;
}

.departure-table-desktop tbody td {
  padding: 15px 20px;
  vertical-align: middle;
  color: #2c2929;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #1800008a !important
}

/* 3. Availability Colors */
.text-success { color: #0f8228 !important; }
.text-limited { color: #d4a017 !important; } /* Golden/Yellow */
.text-full { color: #180000 !important; }

/* 4. Book Now Button (Red style from screenshot) */
.btn-table-book {
  background-color: #180000 !important; /* Brand Red */
  color: #ffffff !important;
  padding: 10px 24px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  transition: 0.3s;
  border: none;
}

.btn-table-book:hover {
  background-color: #2c2929 !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/* --- Responsive Adjustments for Mobile --- */
@media (max-width: 767px) {
  /* Set a minimum width for the table to allow horizontal scroll instead of squashing */
  .departure-table-desktop {
      min-width: 700px !important;
  }
  
  .tab-content-inner {
      padding: 15px !important;
  }
  
  /* Make buttons slightly smaller on mobile view of the table */
  .btn-table-book {
      padding: 8px 15px;
      font-size: 12px;
  }
}

/* --- Filter Row: All in Same Line (Desktop) --- */
.departure-filter-wrapper {
  display: flex;
  align-items: center;
  gap: 15px; /* Space between text and boxes */
  flex-wrap: nowrap;
}

.filter-label-text {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  white-space: nowrap; /* Prevents text from breaking into 2 lines */
}

.custom-inline-select {
  width: 150px !important; /* Set fixed width so they don't stretch */
  height: 45px !important;
  border: 1px solid #ced4da !important;
  border-radius: 4px !important;
  font-size: 14px;
  font-weight: 500;
}

/* --- Table Styling (From Screenshot) --- */
.departure-table-desktop {
  border: 1px solid #5aa565 !important; /* Greenish border */
  width: 100%;
}

.departure-table-desktop thead th {
  background-color: #f3f3f3 !important;
  color: #2c2929;
  font-weight: 800;
  padding: 15px;
  border: 1px solid #1800008a !important;
  font-size: 13px;
}

.departure-table-desktop tbody td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #1800008a !important;
  font-weight: 600;
  font-size: 14px;
}

/* Status Colors */
.text-success { color: #0f8228 !important; }
.text-limited { color: #d4a017 !important; }
.text-full { color: #180000 !important; }

/* Red Book Now Button */
.btn-table-book {
  background-color: #180000 !important;
  color: #ffffff !important;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 767px) {
  .departure-filter-wrapper {
      flex-wrap: wrap; /* Allow wrapping only on small screens */
      gap: 10px;
  }
  
  .filter-label-text {
      width: 100%; /* Label takes full width on mobile */
  }

  .custom-inline-select {
      flex: 1; /* Dropdowns share the remaining row on mobile */
      min-width: 100px;
  }

  .departure-table-desktop {
      min-width: 650px !important; /* Forces horizontal scroll on mobile to keep text clear */
  }
}

.fs-24{
    font-size: var(--h5);
    line-height: 1.24;
}
.fs-22{
  font-size: 22px;
  line-height: 1.24;
}
.fs-18{
  font-size: 18px;
  line-height: 1.24;
}

.fs-48{
        font-size: var(--h2);
    line-height: 1.1;
}
@media (max-width: 768px) {
  .fs-48 {
    font-size: 35px;
    line-height: 1.2;
  }
}


/* Optimized Overlay for Go Tibet Now Banner */
.rts-banner-area-three .rts-hero-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* This creates a smooth transition from transparent at the top 
     to a deep, elegant dark tint at the bottom where the text sits */
  /* background: linear-gradient(
    360deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 70%, rgb(0 0 0 / 74%) 100%); */
  z-index: 1; /* Sits above image */
}

/* Ensure the text content sits ABOVE the overlay */
.rts-banner-area-three .custom-container {
  position: relative;
  z-index: 2;
}

/* Add a subtle text shadow to make headings even crisper */
.rts-banner-area-three .content-inner .section-title {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

/* 1. Initial State: Transparent Header (Over the Banner) 
   We make the button White background with Red text so it stands out on the dark image */
   .header-style-one:not(.sticky) .button-area-start a.rts-btn.btn-primary {
    background-color: #ffffff ;
    color: #180000 ;
    border: 1px solid #fff ;
}

.header-style-one:not(.sticky) .button-area-start a.rts-btn.btn-primary i {
    color: #fff ;
}

/* Hover effect for Initial State (Flips to Red background) */
.header-style-one:not(.sticky) .button-area-start a.rts-btn.btn-primary:hover {
  background-color: #180000 ;
  color: #ffffff;
  border-color: #180000 ;
}

.header-style-one:not(.sticky) .button-area-start a.rts-btn.btn-primary:hover i {
    color: #180000 ;
}

/* 1. Initial State: Transparent Header (Over the Banner) 
   We make the button White background with Red text so it stands out on the dark image */
   .header-style-one:not(.sticky) .button-area-start a.rts-btn-1.btn-primary {
    background-color: #fff !important;
    color: #180000 !important;
    /* /* border: 1px solid #fff !important; */
}

.header-style-one:not(.sticky) .button-area-start a.rts-btn-1.btn-primary i {
    color: #180000 !important;
}

/* Hover effect for Initial State (Flips to Red background) */
.header-style-one:not(.sticky) .button-area-start a.rts-btn-1.btn-primary:hover {
  background-color: #ffc10d !important;
  color: #180000 !important;
  border-color: #ffc10d !important;
}

.header-style-one:not(.sticky) .button-area-start a.rts-btn-1.btn-primary:hover i {
    color: #180000 !important;
}


/* 2. Sticky State: Scrolled Header (Light Blue Background)
   We reverse it to Red background with White text so it stands out on the light header */
.header--sticky.sticky .button-area-start a.rts-btn.btn-primary {
  background-color: #ffffff !important;
  color: #180000 !important;
  border: 1px solid #ffffff8a !important;
}

.header--sticky.sticky .button-area-start a.rts-btn.btn-primary i {
    color: #180000 !important
}

/* Hover effect for Sticky State (Flips to White/Transparent background) */
.header--sticky.sticky .button-area-start a.rts-btn.btn-primary:hover {
  background-color: #ffc10d !important;
  color: #180000 !important;
  border-color: #ffc10d !important;
}

.header--sticky.sticky .button-area-start a.rts-btn.btn-primary:hover i {
    color: #180000   !important;
}

/* Disable the default :before animation background if it interferes with the flip */
.header-style-one .button-area-start a.rts-btn::before {
    display: none;
}

/* Clean Tour Route Styling */
.tour-route-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); /* Subtle separator */
}

.tour-route-container i {
  color: var(--color-primary); /* Uses your brand red #180000 */
  font-size: 14px;
  margin-top: 3px;
}

.route-label {
  font-family: var(--font-four); /* Roboto */
  font-weight: 700;
  font-size: 12px;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 2px;
}

.route-path {
  font-family: var(--font-four); /* Roboto */
  font-size: 14px;
  color: #444;
  line-height: 1.4;
  font-weight: 500;
}
.tour-route{
  color: #2c2929;
}
/* 1. Force the container and columns to stretch */
.portfolio-feed {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
}

.grid-item-p {
  display: flex !important;
  float: none !important; /* Overrides Isotope floats */
  height: auto !important;
}

/* 2. Make the card fill the full height of the column */
.package-wrapper4 {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  width: 100% !important;
}

/* 3. Make the content area expand to push the footer down */
.package-wrapper4 .content {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  justify-content: space-between; /* Ensures title/route stay top and price stays bottom */
}

/* 4. Force the price/meta bar to the very bottom of the card */
.package-wrapper4 .bottom-meta {
  margin-top: auto !important;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* Container Padding & Background */
.package-wrapper4 .content {
    padding: 25px 20px !important;
    background: #fff;
    display: flex;
    flex-direction: column;
}

/* Route Styling */
.tour-route-container {
    margin-bottom: 20px;
}
.route-label {
    font-weight: 700;
    color: #2c2929;
}
.route-path {
    color: #797979;
    font-weight: 500;
}

/* Separator Line */
.card-line {
    border: 0;
    border-top: 1px solid #eee;
    margin: 0 0 20px 0;
    opacity: 1;
}

/* Footer Flexbox Alignment */
.bottom-meta {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-top: auto; /* Pushes footer to bottom of card */
}

/* View Details link */
.view-details-btn {
    font-weight: 600;
    color: #2c2929;
    transition: 0.3s;
    text-decoration: none;
}
.view-details-btn:hover {
    color: #180000;
}

/* Price block (Aligned Right) */
.price-container {
    text-align: right;
}
.price-label {
    display: block;
    font-size: 13px;
    color: #797979;
    font-weight: 500;
}
.price-amount {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #2c2929;
    line-height: 1.1;
}

/*=========================================
   Premium Editorial Tibet Description
===========================================*/
.rts-tibet-editorial-desc {
  position: relative;
  z-index: 1;

  .editorial-card-wrapper {
      /* background-color: #ffffff; */
      /* border: 1px solid var(--color-border); */
      /* border-radius: 12px; */
      padding: 0;
      /* box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04); */
  }

  /* --- Image Styling --- */
  .tibet-image-wrapper {
      position: relative;
      z-index: 1;
      border-radius: 10px;
      
      .tibet-main-img {
          width: 100%;
          height: 100%;
          min-height: 400px;
          object-fit: cover;
          border-radius: 10px;
          box-shadow: 0px 5px 20px rgba(0,0,0,0.08);
      }

      .floating-badge {
          position: absolute;
          bottom: -20px;
          right: -20px;
          background: var(--color-primary);
          color: var(--color-white);
          padding: 15px 20px;
          border-radius: 8px;
          display: flex;
          align-items: center;
          gap: 12px;
          box-shadow: 0px 10px 25px rgba(178, 29, 35, 0.3);
          z-index: 3;

          i {
              font-size: 28px;
          }

          span {
              font-size: 14px;
              font-weight: 600;
              line-height: 1.2;
              font-family: var(--font-secondary);
          }
      }
  }

  /* --- Text Styling --- */
  .title-style-one-left {
      .sub-title {
          color: var(--color-primary);
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1.5px;
          font-size: 15px;
          font-family: var(--font-four);
      }
      .title {
          font-size: 28px;
          color: var(--color-heading-1);
      }
  }

  .tibet-desc-wrapper {
      position: relative;
      /* padding-left: 40px; */

      /* Hide the checkbox */
      .read-more-toggle {
          display: none;
      }

      .desc-content-box {
          position: relative;
          
          .lead-text {
              font-size: 18px;
              line-height: 1.5;
              color: #313131;
              font-weight: 500;
              font-family: var(--font-primary);
              margin-bottom: 20px;
          }

          p {
              font-size: 16px;
              line-height: 1.8;
              color: var(--color-body-1);
              margin-bottom: 15px;
          }

          .read-more-content {
              display: grid;
              grid-template-rows: 0fr;
              transition: grid-template-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1);
              
              .inner-content {
                  overflow: hidden;
              }
          }

          .content-mask {
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 80px;
              /* background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%); */
              pointer-events: none;
              transition: opacity 0.4s ease;
          }
      }

      /* --- ACTION AREA: Dual Buttons --- */
      .action-flex-area {
          display: flex;
          align-items: center;
          gap: 15px; /* Spacing between the two buttons */
          flex-wrap: wrap;
          position: relative;
          z-index: 2;

          /* Standardizes both buttons */
          .rts-btn {
              padding: 16px 0px;
              border-radius: 6px;
              font-weight: 600;
              margin: 0; /* Overrides default label margins */
              display: inline-flex;
              align-items: center;
              justify-content: center;
              cursor: pointer;
              
              i {
                  margin-left: 8px;
                  transition: transform 0.3s ease;
              }
          }

          /* Inquiry Button Hover Animation */
          .btn-primary:hover i {
              transform: translateX(4px);
          }
      }

      /* --- INTERACTIONS --- */
      /* Expand the text grid */
      .read-more-toggle:checked ~ .desc-content-box .read-more-content {
          grid-template-rows: 1fr;
      }
      
      /* Hide the fade mask */
      .read-more-toggle:checked ~ .desc-content-box .content-mask {
          opacity: 0;
      }
      
      /* Flip the arrow and change text on the button */
      .read-more-toggle:checked ~ .action-flex-area .read-more-text-toggle {
          .btn-text::before {
              content: "Read Less";
          }
          i {
              transform: rotate(180deg);
          }
      }

      /* Default un-checked text */
      .read-more-toggle:not(:checked) ~ .action-flex-area .read-more-text-toggle .btn-text::before {
          content: "Read More";
      }
  }
}

/* Mobile Responsive Adjustments */
@media (max-width: 991px) {
  .rts-tibet-editorial-desc {
      .editorial-card-wrapper {
          padding: 40px 30px;
      }
      
      .tibet-image-wrapper {
          margin-bottom: 50px;
          
          .floating-badge {
              right: 20px;
          }
      }

      .tibet-desc-wrapper {
          padding-left: 0;
      }
      
      .title-style-one-left .title {
          font-size: 36px;
      }
  }
}

@media (max-width: 575px) {
  .rts-tibet-editorial-desc {
      .editorial-card-wrapper {
          padding: 30px 20px;
      }
      
      .tibet-image-wrapper {
          .tibet-main-img {
              min-height: 250px;
          }
          .floating-badge {
              right: 10px;
              bottom: -15px;
              padding: 10px 15px;
              i { font-size: 20px; }
              span { font-size: 12px; }
          }
      }

      .title-style-one-left .title {
          font-size: 30px;
      }
      
      .tibet-desc-wrapper .desc-content-box .lead-text {
          font-size: 18px;
      }

      /* Stack buttons on small screens */
      .tibet-desc-wrapper .action-flex-area {
          flex-direction: column;
          align-items: stretch;
          gap: 15px;
          
          .rts-btn {
              width: 100%;
          }
      }
  }
}

/*=========================================
   Tour Details Custom Styling
===========================================*/

/* --- Top Header Area --- */
.tour-top-header {
  /* text-align: center; */
  margin-bottom: 3rem;
  padding-top: 1.5rem;
}

.tour-detail-title {
  font-size: 32px;
  color: var(--color-title-dark);
  letter-spacing: -0.5px;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .tour-detail-title {
      font-size: 24px;
  }
}

.tour-route-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 1rem;
  font-size: 16px;
  flex-wrap: wrap;
}

.tour-route-text {
  color: #444;
  font-style: italic;
  font-weight: 500;
}

.btn-view-map {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 14px;
  transition: var(--transition);
  text-decoration: none;
}
.btn-view-map:hover {
  background-color: var(--color-title-dark);
  color: var(--color-white);
}

.tour-stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: 15px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}

.text-brand-primary {
  color: var(--color-primary) !important;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  font-weight: 700;
}

.stat-subtitle {
  color: var(--color-title-dark);
  font-style: italic;
  font-size: 12px;
  font-weight: 600;
}

.rating-stars {
  color: #FFD700;
  font-size: 14px;
}

.action-links-row {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.action-link-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
  color: #0073CF; /* Custom blue from your variables */
  transition: var(--transition);
}
.action-link-item:hover {
  opacity: 0.8;
}

.action-link-item i {
  font-size: 24px;
  color: var(--color-primary);
}

/* --- Left Media Gallery --- */
.left-media-gallery {
  margin-bottom: 1.5rem;
}

.main-video-wrapper {
  position: relative;
  margin-bottom: 8px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.main-video-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .main-video-img { height: 250px; }
}

.play-btn-large {
  width: 85px;
  height: 60px;
  background: var(--color-primary);
  border-radius: 12px;
  cursor: pointer;
  opacity: 0.95;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-btn-large:hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
}
.play-btn-large i {
  color: var(--color-white);
  font-size: 32px;
}

.photo-count-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 4px 12px;
  border-radius: 4px;
  background: rgba(0,0,0,0.6);
  color: var(--color-white);
  font-weight: 700;
  font-size: 14px;
}

.video-controls-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

.video-controls-bar i { color: var(--color-white); cursor: pointer; }
.video-controls-time { color: var(--color-white); font-weight: 700; font-size: 13px; }
.video-progress-bg { height: 4px; background: rgba(255,255,255,0.4); cursor: pointer; flex-grow: 1; }
.video-progress-fill { width: 30%; background: var(--color-primary); height: 100%; }

.thumbnail-row {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.thumb-wrapper {
  flex: 1;
  position: relative;
  cursor: pointer;
}

.thumb-img {
  width: 100%;
  height: 75px;
  object-fit: cover;
  border-radius: 4px;
}

.thumb-img-active {
  border: 2px solid #FF9800;
}

.play-btn-small {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  padding: 4px 8px;
  background: rgba(178, 29, 35, 0.9);
}
.play-btn-small i { color: var(--color-white); font-size: 10px; }

/* --- Right Info Sidebar --- */
.tour-info-card {
  background: #FDFDFD;
  padding: 1.5rem;
}

.tour-info-list {
  font-size: 15px;
  color: #333;
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.tour-info-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.tour-info-label {
  width: 125px;
  flex-shrink: 0;
  font-weight: 700;
  color: var(--color-title-dark);
}
.tour-info-label i { margin-right: 8px; color: var(--color-title-dark); }

.tour-info-value { font-weight: 500; }
.tour-info-value i { color: var(--color-primary); margin-left: 4px; }

.testimonial-box {
  background-color: #FDF9F1;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 6px;
}

.testimonial-box-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 1rem;
  color: var(--color-title-dark);
}

.testimonial-content {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.testimonial-guide-img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 4px;
}

.testimonial-quote {
  font-size: 15px;
  color: var(--color-title-dark);
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.4;
}

.testimonial-author {
  color: #6c757d;
  font-style: italic;
  font-size: 12px;
}

.price-section-container {
  border-top: 1px dashed #E0E0E0;
  text-align: center;
  padding-top: 1rem;
  margin-top: 1.5rem;
}

.price-display {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 1rem;
}

.price-days {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-title-dark);
}
.price-from {
  color: var(--color-primary);
  font-weight: normal;
}

.price-amount-large {
  font-size: 38px;
  line-height: 1;
  color: var(--color-primary);
  font-weight: 700;
}

.price-subtitle {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  color: var(--color-title-dark);
  text-decoration: underline;
}

.btn-view-dates {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 18px;
  padding: 15px;
  width: 100%;
  border-radius: 6px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border: none;
  transition: var(--transition);
}
.btn-view-dates:hover {
  background-color: var(--color-title-dark);
  color: var(--color-white);
}


.sidebar-tour-info-list {
  font-size: 15px;
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style: none;
}
.sidebar-tour-info-list li {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important; /* Forces items to stay on one line */
  align-items: flex-start;
  margin-bottom: 16px; 
  padding-bottom: 16px; /* Space between text and border */
  line-height: 1.5;
  border-bottom: 1px solid #c6c3c3;
}
/* Removes the border from the last item so it doesn't look boxed in */
.sidebar-tour-info-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-tour-info-list .info-label {
  width: 120px; /* Fixed width prevents shrinking */
  flex-shrink: 0; /* Prevents the label from compressing */
  font-weight: 700;
  color: #363636;
  display: flex;
  align-items: flex-start; 
}
.sidebar-tour-info-list .info-label i {
  width: 20px;
  text-align: left;
  margin-right: 8px; 
  margin-top: 3px;
  color: #333;
  font-size: 15px;
}
.sidebar-tour-info-list .info-value {
  font-weight: 500;
  color: #363636;
  flex-grow: 1;
}
.sidebar-tour-info-list .info-icon-red {
  color: #180000;
  margin-left: 6px;
  font-size: 14px;
  cursor: help;
}


/* --- Secondary Sticky Nav Styling --- */
.secondary-sticky-nav {
  background-color: #1a4294; /* Deep Blue from screenshot */
  position: sticky;
  top: 88px; /* Adjust this to match your header height exactly */
  z-index: 900;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.nav-tabs-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-tab-item {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  flex: 1;
  text-align: center;
}

.nav-tab-item:last-child {
  border-right: none;
}

.nav-tab-item a {
  display: block;
  padding: 15px 10px;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  transition: 0.3s;
}

.nav-tab-item i {
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
}

.nav-tab-item:hover, 
.nav-tab-item.active {
  background-color: #14357a; /* Darker blue for active/hover */
}

/* Hide on mobile if it's too cramped, or keep it scrollable */
@media (max-width: 991px) {
  .secondary-sticky-nav {
      top: 65px; /* Adjust for mobile header height */
  }
  .nav-tabs-list {
      overflow-x: auto;
      justify-content: flex-start;
  }
  .nav-tab-item a {
      white-space: nowrap;
      padding: 12px 20px;
      font-size: 13px;
  }
}


/* --- FIXED SECONDARY NAV --- */
.secondary-sticky-nav {
  background-color: #1a4294 !important; /* Deep Blue */
  position: sticky;
  top: 88px; /* This sits it exactly under the Red Header */
  z-index: 1000; /* Higher than content to ensure visibility */
  
  /* REMOVE the opacity: 0 and visibility: hidden lines */
  opacity: 1 !important; 
  visibility: visible !important;
  pointer-events: auto !important;
  
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}



/* State when the user has scrolled to the video */
.secondary-sticky-nav.show-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Ensure the list stays centered */
.nav-tabs-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-tab-item {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  flex: 1;
  text-align: center;
}

.nav-tab-item:last-child { border-right: none; }

.nav-tab-item a {
  display: block;
  padding: 15px 10px;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
}

.nav-tab-item i { margin-right: 8px; vertical-align: middle; }

.nav-tab-item:hover, .nav-tab-item.active {
  background-color: #14357a;
}
/* Ensure the browser respects the landing zone */
#overview, 
#itinerary, 
#cost, 
#departure, 
#faq, 
#map {
    scroll-margin-top: 170px !important;
}

/* Also apply it to the class in case the ID is being bypassed */
.content-box.tour-details-tab-area {
    scroll-margin-top: 170px !important;
}

/* Ensure the sticky header and nav don't hide sections when clicking tabs */
#overview, #itinerary, #cost, #departure, #faq, #map {
  scroll-margin-top: 175px !important; /* Header + Nav height + Gap */
}

/* Force the bar to be visible and on top */
.secondary-sticky-nav {
  background-color: #1a4294 !important; /* Deep Blue */
  position: fixed; /* Changed from sticky to fixed for better reliability */
  top: 88px; /* Adjust this to match your red header height */
  left: 0;
  width: 100%;
  z-index: 999; /* Higher than other content */
  display: block !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.nav-tabs-list {
  display: flex;
  justify-content: center;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

.nav-tab-item {
  flex: 1;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
}

.nav-tab-item:last-child { border-right: none; }

.nav-tab-item a {
  display: block;
  padding: 15px 10px;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none !important;
  transition: 0.3s;
}

.nav-tab-item.active, .nav-tab-item:hover {
  background-color: #000; /* Darker blue */
}

/* On Mobile: stack them or make scrollable */
@media (max-width: 991px) {
  .secondary-sticky-nav {
      top: 65px; /* Adjust for mobile header height */
  }
  .nav-tabs-list {
      overflow-x: auto;
      justify-content: flex-start;
  }
  .nav-tab-item a {
      white-space: nowrap;
      padding: 12px 20px;
  }
}

/* IMPORTANT: Add padding to the top of the content so it doesn't hide under the fixed bar */
/* .rts-tour-details-area {
  padding-top: 100px !important; 
} */

/* Match the combined height of your red header (~90px) + blue nav (~55px) + gap */
#overview, 
#itinerary, 
#cost, 
#departure, 
#faq, 
#map {
    scroll-margin-top: 165px !important;
}

/* 1. Main Red Header Hiding Logic */
.header-style-one {
  transition: transform 0.3s ease; /* Smooth sliding animation */
}

/* This class will be added by JS when you scroll down */
.header-style-one.hide-me {
  transform: translateY(-100%); 
}

/* 2. Secondary Blue Nav Logic */
.secondary-sticky-nav {
  background-color: #180000 !important;
  width: 100%;
  z-index: 999;
  /* Initially, it stays in the flow of the page, NOT fixed */
  position: relative; 
  top: 0;
}

/* This class will be added by JS to make it stick to the very top */
.secondary-sticky-nav.stick-to-top {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  animation: slideDown 0.4s ease;
}

@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

/* 3. Ensure content doesn't hide behind the bar when clicking links */
#overview, #itinerary, #cost, #departure, #faq, #map {
  scroll-margin-top: 70px !important; 
}

.why-us-slider .swiper-pagination-bullet-active {
  background: #180000 !important;
  width: 25px;
  border-radius: 5px;
}
.service-card-item {
  transition: all 0.3s ease;
}
.service-card-item:hover {
  transform: translateY(-10px);
  /* border-color: #180000 !important; */
}
.object-fit-cover {
  object-fit: cover;
}

/* Ensure sticky header is visible on white/light pages */
.header--sticky.sticky {
  background: #180000 !important; /* Your brand red */
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Hide-me class specifically for the Tour Details transition */
.header-style-one.hide-me {
  transform: translateY(-100%);
  pointer-events: none;
  opacity: 0;
}

/* Modal Specific Styles */
#enquiryModal .custom-inp {
  border: 1px solid #ced4da !important;
  border-radius: 4px !important;
  background-color: #fff !important;
  font-size: 14px;
  height: auto;
  padding: 8px 12px;
}

#enquiryModal label {
  font-size: 14px;
  color: #2c2929;
  margin-bottom: 0;
}

#enquiryModal .modal-dialog {
  max-width: 750px;
}
.modal{
  z-index: 99999;
}

#enquiryModal .btn-close {
  background-color: #ddd;
  border-radius: 50%;
  padding: 8px;
  font-size: 10px;
}

@media (max-width: 575px) {
  #enquiryModal .text-sm-end {
      text-align: left !important;
      margin-bottom: 5px;
  }
}

/* --- MOBILE OPTIMIZATION FOR BANNERS (max-width: 767px) --- */
@media (max-width: 767px) {
  /* Apply to the main banner container */
  .rts-banner-area-three {
      /* Remove any large margins/padding set for desktop */
      margin: 0 !important;
      width: 100%;
  }

  .rts-banner-area-three .rts-hero-banner {
      /* Reduce height drastically for mobile view */
      height: 120px !important;
      padding: 93px 0px 50px !important;
      background-position: center !important;
  }

  /* Adjust content area alignment and size */
  .rts-banner-area-three .custom-container {
      padding-left: 15px !important;
      padding-right: 15px !important;
  }

  .rts-banner-area-three .section-inner {
      display: flex;
      justify-content: center; /* Center content horizontally */
      text-align: center; /* Center text content */
  }

  .rts-banner-area-three .content-inner {
      max-width: 100% !important;
  }

  /* Adjust text sizes for mobile readability */
  .rts-banner-area-three .content-inner .section-title {
      font-size: 40px !important; /* Smaller font size */
      line-height: 1.1 !important;
      margin-bottom: 15px !important;
  }

  .rts-banner-area-three .content-inner .desc {
      font-size: 15px !important;
      margin-bottom: 25px !important;
  }

  /* Center button area and allow stacking */
  .rts-banner-area-three .content-inner .button-area {
      flex-direction: column; /* Stack buttons vertically */
      align-items: center !important; /* Center the stacked buttons */
      gap: 15px;
  }

  .rts-banner-area-three .content-inner .button-area .rts-btn {
      width: 80%; /* Make buttons take up most of the screen width */
      max-width: 300px;
  }

  /* Vertical Pagination: Hide on mobile as it clashes with compact vertical space */
  .rts-banner-area-three .swiper-pagination-vertical {
      display: none !important;
  }

  /* Fraction Pagination: Re-style to be cleaner at the bottom center */
  .rts-banner-area-three .swiper-pagination-fraction {
      display: flex !important; /* Make it a flex row */
      flex-direction: row !important;
      bottom: 30px; /* Move up slightly */
      width: max-content;
      left: 50%;
      transform: translateX(-50%);
      gap: 8px;
  }

  .rts-banner-area-three .swiper-pagination-fraction span {
      font-size: 16px; /* Slightly larger for touch */
  }

  .rts-banner-area-three .swiper-pagination-fraction .divider {
      width: 15px !important; /* Make the divider a thin line */
      height: 2px !important;
      background: rgba(255, 255, 255, 0.5) !important;
      margin: 0 !important;
  }

  .rts-banner-area-three .swiper-pagination-fraction .current,
  .rts-banner-area-three .swiper-pagination-fraction .total {
      font-weight: 700;
      color: #ffffff;
  }
  
  /* --- Animation Clean-up for Mobile Performance --- */
  .rts-banner-area-three .content-inner,
  .rts-banner-area-three .content-inner .sub-title,
  .rts-banner-area-three .content-inner .section-title,
  .rts-banner-area-three .content-inner .desc,
  .rts-banner-area-three .content-inner .button-area {
      animation: none !important; /* Turn off complex banner animations */
      opacity: 1 !important; /* Ensure content is visible immediately */
  }
}

/* ========================================================= */
/* === MOBILE RESPONSIVE STYLES FOR TOUR TOP HEADER ======== */
/* ========================================================= */

@media (max-width: 767px) {
    
  /* --- General Container --- */
  .tour-top-header {
      padding: 20px 8px; /* Reduced padding */
      text-align: center;
  }

  /* --- Tour Title --- */
  .tour-detail-title {
      font-size: 26px; /* Smaller font size for mobile readability */
      line-height: 1.3;
      margin-bottom: 15px;
  }

  /* --- Route Info: Stacked Vertically --- */
  .d-flex.align-items-center.justify-content-center.gap-2.mb-3.fs-16 {
      flex-direction: column; /* Stack the route info vertically */
      gap: 8px;
      margin-bottom: 20px;
      font-size: 14px;
  }
  
  .cr-dark {
      text-align: center; /* Center the route path text */
  }
  
  .btn-sm {
      padding: 8px 15px !important; /* Make the map button smaller but still tappable */
      font-size: 12px !important;
  }

  /* --- Stats & Reviews: Stacked Vertically --- */
  .d-flex.align-items-center.justify-content-center.gap-3.mb-3.pb-2 {
      flex-direction: column; /* Stack all stat blocks vertically */
      gap: 15px;
      text-align: center;
      font-size: 14px;
  }
  
  .text-danger.fw-bold {
      font-size: 14px !important; /* Slightly smaller for stacked elements */
  }

  .rating-container {
      justify-content: center !important;
  }

  /* --- Action Links: Stacked Vertically --- */
  .action-links {
      flex-direction: column; /* Stack the two action buttons */
      gap: 12px;
      margin-top: 20px !important;
      width: 100%;
  }

  .action-links a {
      width: 100%; /* Make buttons full width */
      padding: 5px 8px !important; /* Taller buttons */
      font-size: 15px;
  }

  .action-links a i {
      font-size: 16px !important;
  }
}

.fs-32{
  font-size: 32px !important;
}

@media (max-width: 767px) {
  .fs-35{
    font-size: 22px !important;
  }
}  
.fs-35{
  font-size: 35px !important;
}

@media (max-width: 767px) {
  .fs-35{
    font-size: 26px !important;
  }
}  

@media (max-width: 767px) {
    .secondary-sticky-nav {
        z-index: 9999; /* change as needed */
    }
}

.nav-bread-crumb .breadcrumb-home-link {
  font-weight: 600; /* Or 'bold', or any numeric value */
}
.nav-bread-crumb .breadcrumb-tour-link {
  font-weight: 400; /* Or 'bold', or any numeric value */
}

.nav-link:focus, .nav-link:hover {
  color: #180000 !important;
}

@media only screen and (min-width: 1100px) and (max-width: 1899px) {
  
  /* 1. Reduce overall container padding */
  .header-style-one {
    padding: 0 20px !important;
  }

  /* 2. Tighten the space between elements */
  .header-style-one-wrapper .left-area {
    gap: 30px !important;
    flex-basis: auto !important;
    /* Allows nav to take needed space */
  }

  /* 3. Reduce padding of menu items to make them fit tighter */
  .main-nav-area ul.rts-desktop-menu .menu-item .rts-dropdown-main-element {
    padding: 35px 14px !important;
    /* Extremely tight padding */
    font-size: 15px !important;
    /* Slightly smaller font for laptops */
  }

  /* 4. Keep logo visible but don't force its width if it's too large */
  .header-style-one-wrapper .logo-area .logo {
    min-width: 120px !important;
  }

  /* 5. Shrink the button area */
  .header-style-one-wrapper .button-area-start {
    gap: 10px !important;
    flex-basis: auto !important;
  }

  /* 6. Smaller Inquiry Button */
  .header-style-one-wrapper .button-area-start .rts-btn {
    padding: 15px 30px !important;
    font-size: 14px !important;
    height: auto !important;
  }
}

.reverse-img {
  transform: scaleX(-1);
}


/* why-choose-us */
/* Premium Why Choose Us Styling */
.rts-why-choose-premium {
  background: #fbfcfe; /* Very subtle light blue-gray tint */
  overflow: hidden;
}

.text-brand-primary {
  color: var(--color-primary);
}

/* Feature List */
.feature-icon-wrap {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #edc9ca;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
  color: var(--color-primary);
  font-size: 20px;
  transition: 0.3s;
}

.single-feature-item:hover .feature-icon-wrap {
  background: var(--color-primary);
  color: #fff;
  transform: translateY(-3px);
}

.feature-text h6 {
  margin-bottom: 5px;
  font-size: 18px;
}

.feature-text p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}

/* Overlapping Images */
.overlapping-image-wrapper {
  position: relative;
  padding-bottom: 50px;
  padding-right: 50px;
}

.floating-img-small {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 150px;
  overflow: hidden;
  z-index: 2;
  border: 5px solid #fff;
}

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

.experience-floating-card {
  position: absolute;
  top: 30px;
  left: -20px;
  background: var(--color-primary);
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  z-index: 3;
  box-shadow: 0 10px 30px rgba(178, 29, 35, 0.3);
}

.experience-floating-card .title {
  color: #fff !important;
  font-size: 32px;
  margin-bottom: 0;
}

.experience-floating-card p {
  color: #fff !important;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 600;
}

/* Value Cards (Bottom Row) */
.value-card-premium {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.4s ease;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

.value-card-premium.active,
.value-card-premium:hover {
  border-color: #edc9ca;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  transform: translateY(-10px);
}

.card-icon {
  margin-bottom: 25px;
}

.card-icon img {
  height: 50px;
  transition: 0.4s;
}

.value-card-premium:hover .card-icon img {
  transform: scale(1.1);
}

.value-card-premium h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

.value-card-premium p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Mobile Fixes */
@media (max-width: 767px) {
  .overlapping-image-wrapper {
      padding-right: 0;
  }
  .floating-img-small {
      width: 140px;
      height: 100px;
  }
  .experience-floating-card {
      top: 10px;
      left: 10px;
  }
}

/* Refined Why Choose Us Layout */
.rts-why-choose-refined {
  background-color: #f8fafd; /* Clean professional tint */
}

/* Feature Grid */
.feature-minimal-grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.feature-minimal-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.feature-minimal-item .icon-box {
  width: 60px;
  height: 60px;
  background: #fff;
  border: 1px solid #edc9ca;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--color-primary);
  box-shadow: 0 4px 10px rgba(178, 29, 35, 0.05);
}

.feature-minimal-item .text h6 {
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--color-title-dark);
}

.feature-minimal-item .text p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.4;
}

/* Trust Badge Row */
.trust-badge-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.rating-stars {
  color: #ffb400;
  font-size: 14px;
}

.rating-text {
  margin-bottom: 0;
  font-weight: 700;
  color: var(--color-title-dark);
}

.v-line {
  width: 1px;
  height: 20px;
  background-color: #ddd;
}

.trust-logo {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 800;
}

/* Single Image & Badge */
.single-image-refinement {
  position: relative;
  border-radius: 12px;
}

.main-tour-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.experience-badge-minimal {
  position: absolute;
  top: -20px;
  left: -20px;
  background: var(--color-primary);
  color: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 15px 30px rgba(178, 29, 35, 0.3);
}

.experience-badge-minimal .number {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.experience-badge-minimal .label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

/* Value Cards Bottom */
.value-card-refined {
  background: #fff;
  padding: 35px 25px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  height: 100%;
}

.value-card-refined .icon {
  height: 50px;
  margin-bottom: 25px;
}

.value-card-refined h5 {
  font-size: 19px;
  margin-bottom: 12px;
}

.value-card-refined p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.value-card-refined.active,
.value-card-refined:hover {
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  border-color: #edc9ca;
  transform: translateY(-8px);
}

/* Mobile Tweak */
@media (max-width: 991px) {
  .experience-badge-minimal {
      left: 20px;
      top: 20px;
  }
}



/* Editorial Why Choose Us Styles */
.rts-why-choose-editorial {
  background: #ffffff;
}

.editorial-content .sub-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-primary);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.editorial-content .section-title span {
  color: var(--color-primary);
  font-style: italic;
  font-weight: 400;
}

/* Trust Bar */
.trust-bar {
  display: flex;
  gap: 40px;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin: 35px 0;
}

.trust-item {
  display: flex;
  flex-direction: column;
}

.trust-item .count {
  font-size: 28px;
  font-weight: 800;
  color: var(--color-title-dark);
  line-height: 1;
}

.trust-item .text {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

.trust-item .stars {
  color: #FFD700;
  font-size: 12px;
}

/* Features */
.feature-item {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.feature-item i {
  font-size: 32px;
  color: var(--color-primary);
  margin-top: 5px;
}

.feature-item h6 {
  margin-bottom: 4px;
  font-size: 18px;
}

/* Image Wrap */
.editorial-image-wrap {
  position: relative;
  padding-left: 20px;
}

.main-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.editorial-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.editorial-image-wrap:hover .editorial-img {
  transform: scale(1.05);
}

.achievement-badge {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.badge-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.badge-content i {
  font-size: 30px;
  color: var(--color-primary);
}

.badge-content span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-title-dark);
  text-transform: uppercase;
}

/* Pillar Cards */
.pillar-card {
  background: #f9f9f9;
  padding: 40px 30px;
  border-radius: 15px;
  transition: 0.4s;
  height: 100%;
  border: 1px solid transparent;
}

.pillar-icon {
  font-size: 40px;
  color: var(--color-primary);
  margin-bottom: 20px;
}

.pillar-card h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

.pillar-card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

.pillar-card.active,
.pillar-card:hover {
  background: #fff;
  border-color: #eee;
  box-shadow: 0 20px 40px rgba(0,0,0,0.05);
  transform: translateY(-10px);
}






/* Unique Styling for Why Choose Us */
.bg-light-blue {
  background-color: #f4f8fb !important; /* Subtle contrast to the white About section */
}

.why-pillar-card {
  background: #e6e6e6;
  padding: 50px 30px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0,0,0,0.03);
  overflow: hidden;
}

/* The small subtle number background */
.pillar-number {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 80px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.03);
  z-index: -1;
}

.pillar-icon-wrap {
  width: 70px;
  height: 70px;
  background: #ffffff !important; 
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 32px;
  margin-bottom: 25px;
  transition: 0.3s;
}

.why-pillar-card h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--color-title-dark);
  line-height: 32px;
}

.why-pillar-card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #666;
}

/* Interaction States */
.why-pillar-card:hover, 
.why-pillar-card.active {
  background: #ffffff;
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--color-primary);
}

.why-pillar-card:hover .pillar-icon-wrap,
.why-pillar-card.active .pillar-icon-wrap {
  background: var(--color-primary);
  color: #180000 !important;
}

/* Trust Bar minimal styling */
.trust-bar-minimal {
  padding: 20px;
  background: #ffffff;
  border-radius: 100px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.v-divider {
  width: 1px;
  height: 55px;
  background: #ddd;
}

@media (max-width: 991px) {
  .trust-bar-minimal {
      border-radius: 20px;
      padding: 30px 20px;
  }
  .v-divider { display: none; }
}


/* team-slider */
.rts-team-slider {
  /* padding: 10px 10px 50px 10px; Space for shadow and pagination */
}

.prev-team, .next-team {
  color: #180000; /* Your brand color */
}

/* Ensure slides have equal height */
.swiper-slide {
  height: auto;
}
.team-wrapper {
  height: 100%;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -55px;
  right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -55px;
  left: auto;
}

.rts-team-area .custom-nav-btn {
  width: 32px !important;
  height: 32px !important;
  font-size: 12px !important;
}
/* Container must be relative so buttons can be absolute */
.section-inner.position-relative {
  position: relative;
}

.custom-nav-btn {
  position: absolute !important;
  top: 50% !important; /* Centers them vertically */
  transform: translateY(-50%) !important;
  z-index: 100 !important; /* Brings them to the front */
  width: 35px !important;
  height: 35px !important;
  background: #ffffff !important;
  border: 1px solid #1800008a !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
}

/* Hide the default big blue Swiper arrows */
.custom-nav-btn::after {
  display: none !important;
}

/* Arrow Icon size and color */
.custom-nav-btn i {
  font-size: 14px !important;
  color: #180000 !important;
}

/* Horizontal Position */
.prev-team {
  left: -40px !important; /* Move this to 10px if they disappear off the edge of the screen */
}
.next-team {
  right: -40px !important;
}

/* Hover Effect */
.custom-nav-btn:hover {
  background: #180000 !important;
}
.custom-nav-btn:hover i {
  color: #fff !important;
}
/* 1. Force the wrapper to take the full height of the Bootstrap column */
.blog-wrapper3 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* 2. Make the content area grow to fill the remaining space */
.blog-wrapper3 .content-area {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
  background: #fff;
}

/* 3. Ensure the 'Read More' button stays at the very bottom */
.blog-wrapper3 .content-area .rts-btn {
  margin-top: auto;
  padding-top: 18px; /* Adds space above the button */
}

/* 4. Optional: Keep images consistent */
.blog-image {
  height: 250px; /* Adjust this height as needed */
  width: 100%;
  object-fit: cover;
}

/* Blog Detail Meta Styling */
.blog-meta-main ul li {
  font-size: 16px;
  font-weight: 500;
  color: #444; /* Matches the cr-dark style in your CSS */
  margin: 0 !important; /* Resets default list margins */
}

.blog-meta-main ul li i {
  font-size: 18px;
  color: #333; /* Dark icon color like the screenshot */
}

/* Specific Gap for Mobile */
@media (max-width: 767px) {
  .blog-meta-main ul {
      gap: 15px !important;
  }
  .blog-meta-main ul li {
      font-size: 14px;
  }
}


/* why with us */


/* Why Us Content Styling */
.why-us-content-wrapper .content-block p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 15px;
}

.why-us-content-wrapper h5 {
  color: #111;
  font-size: 20px;
  letter-spacing: -0.5px;
}

/* Quick Enquiry Form Customization */
.enquiry-form-card .input-group-text {
  color: #888;
  padding-left: 20px;
}

.enquiry-form-card .form-control {
  border: 1px solid #eee;
  font-size: 14px;
  padding: 12px 15px;
  height: auto !important;
}

.enquiry-form-card .form-control:focus {
  box-shadow: none;
  border-color: #3498db;
}

/* Instagram Widget Look */
.instagram-widget .insta-img {
  height: 300px;
  background: #f8f9fa;
}

.instagram-widget .insta-img img {
  height: 100%;
  object-fit: cover;
}

/* Sidebar Stickiness Fix */
.sticky-top.top-100px {
  top: 100px;
  z-index: 10;
}


/* Sidebar Premium Cards */
.sidebar-widget-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease;
}

.card-header-area .title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #111;
}

.card-header-area p {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

/* Form Styling */
.sidebar-enquiry-form .input-box {
  position: relative;
}

.sidebar-enquiry-form .input-box i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 14px;
}

.sidebar-enquiry-form .input-box input,
.sidebar-enquiry-form .input-box textarea {
  width: 100%;
  padding: 12px 15px 12px 40px;
  background: #f3f3f3;
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.sidebar-enquiry-form .input-box textarea {
  padding-top: 15px;
}

.sidebar-enquiry-form .input-box input:focus {
  background: #fff;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(178, 29, 35, 0.1);
}

/* Support Card Styling */
.support-btn-round {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d6d6d6;
  color: var(--color-primary);
  border-radius: 50%;
  font-size: 14px;
  transition: 0.3s;
}

.support-btn-round.whatsapp {
  background: #e1f7ec;
  color: #25d366;
}

.support-links li a:hover .support-btn-round {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.bg-light-blue {
  background-color: #f0f7ff !important;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.opacity-70 {
  opacity: 0.7;
}

.single-contact-card .icon i {
  font-size: 28px;
  color: #180000;
}
@media (max-width: 768px) {
  .single-contact-card .icon i {
    font-size: 20px;
    color: #180000;
  }
}

.bg-lt-gray{
  background: #F9FAFB !important;
}
.border-top-1{
  border-top: 1px solid #d5cece !important;
}
/* Custom Overrides for Utility Classes */
.bg-lt-blue {
  background: #f3f3f3 !important;  /* Maps the old pink background to the new Dust Grey */
}

.header--sticky.sticky {
  background: #180000 !important; /* The sticky header now uses Baltic Blue for contrast */
}

.btn-gold-action {
  background: #F3B80C !important; /* CTAs use the Amber Gold */
  color: #000000 !important;
}

.btn-gold-action:hover {
  background: #F5C741 !important; /* Hovers to Tuscan Sun */
}

.why-us-content-wrapper h2 {
  color: #111;
  font-size: 22px;
  letter-spacing: -0.5px;
}

.sidebar-widget-card .support-header h2{
  font-size: 30px;
}

/* Legal css */

/* Legal Section Specifics */
.certificate-card .image-wrapper {
  background: #f9f9f9;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px; /* Fixed height for consistency */
  overflow: hidden;
  transition: 0.3s;
}

.certificate-card .image-wrapper img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  transition: 0.4s ease-in-out;
}

.certificate-card:hover .image-wrapper {
  border-color: var(--color-primary) !important;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.certificate-card:hover .image-wrapper img {
  transform: scale(1.05);
}

.certificate-card h6 {
  margin-top: 15px;
  font-weight: 600;
  color: #2c2929;
}

.bg-lt-gray {
  background-color: #f8fafd !important;
}

.border-top-1 {
  border-top: 1px solid #eee;
}

@media (max-width: 767px) {
  .certificate-card .image-wrapper {
      height: 180px;
  }
}

/* Professional Legal Section Styles */
.serif-font {
  /* font-family: "Playfair Display", serif !important;
  font-weight: 700 !important;
  color: #111110 !important; */
}

.bg-lt-gray {
  background-color: #f9f9f9 !important;
}

.legal-card {
  text-align: center;
  transition: all 0.4s ease;
}

.legal-card .image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff; /* Clean white background */
  border: 1px solid #e5e5e5; /* Subtle border like the screenshot */
  border-radius: 8px;
  height: 240px; /* Consistent height */
  padding: 20px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  overflow: hidden;
}

/* Awards section boxes have slightly different padding if needed */
.rts-awards-section .image-box {
  background: #ffffff;
}

.legal-card .image-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

/* Hover effects for a professional feel */
.legal-card:hover .image-box {
  border-color: var(--color-primary);
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transform: translateY(-5px);
}

.legal-card:hover img {
  transform: scale(1.03);
}

.legal-card .card-label {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-top: 10px;
  font-family: var(--font-primary);
}

/* Breadcrumb refinement */
.nav-bread-crumb a, .nav-bread-crumb span {
  font-size: 14px;
  color: #666;
}

.border-top-1 {
  border-top: 1px solid #eeeeee;
}

@media (max-width: 767px) {
  .legal-card .image-box {
      height: 200px;
  }
  .title-style-one-left .title {
      font-size: 28px;
  }
}




/* customize trips css */

/* Custom Trip Form Styles */
.customize-form-container {
  max-width: 1100px;
  margin: 0 auto;
}

.customize-left-panel {
  background: linear-gradient(135deg, #180000 0%, #0a4a63 100%);
  color: #fff;
  min-height: 550px;
}

/* Step Indicator */
.step-indicator-wrapper {
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 50px;
  position: relative;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.5;
  transition: 0.3s;
}

.step-item.active {
  opacity: 1;
}

.step-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #180000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.step-item.active .step-icon {
  background: #ff7f00;
  color: #fff;
}

.step-item span {
  font-size: 14px;
  font-weight: 600;
}

/* Inputs */
.single-input-wrapper {
  margin-bottom: 0;
}

.single-input-wrapper label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #444;
}

.single-input-wrapper input, 
.single-input-wrapper select, 
.single-input-wrapper textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  font-size: 15px;
  transition: 0.3s;
}

.single-input-wrapper input:focus {
  border-color: #180000 !important;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

/* Addon Cards */
.addon-card {
  display: block;
  cursor: pointer;
  position: relative;
}

.addon-card input {
  position: absolute;
  opacity: 0;
}

.addon-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  font-weight: 500;
  transition: 0.3s;
}

.addon-card input:checked + .addon-info {
  border-color: #180000;
  background: #f0f7ff;
  color: #180000;
}

/* Responsive */
@media (max-width: 991px) {
  .customize-left-panel {
      min-height: auto;
      padding: 30px !important;
  }
  .illustration-area { display: none; }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* customize-trip */
/* Custom Trip Form Styles */
.customize-form-container {
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid #eee;
}

.customize-left-panel {
  background: linear-gradient(135deg, #180000 0%, #0a4a63 100%);
  color: #fff;
}

/* Step Indicator */
.step-indicator-wrapper {
  display: flex;
  justify-content: space-between;
  background: #f8f9fa;
  padding: 15px 25px;
  border-radius: 50px;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.4;
  transition: 0.3s;
}

.step-item.active {
  opacity: 1;
}

.step-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #180000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
}

.step-item.active .step-icon {
  background: #F3B80C;
  color: #000;
}

.step-item span {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* Form Steps Logic */
.form-step {
  display: none;
}

.form-step.active {
  display: block;
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Input Enhancements */
.single-input-wrapper label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #180000;
  margin-bottom: 8px;
}

.single-input-wrapper input, 
.single-input-wrapper select, 
.single-input-wrapper textarea {
  border: 1px solid #e0e0e0 !important;
  border-radius: 6px !important;
  padding: 12px 15px !important;
  background: #fafafa !important;
}

.single-input-wrapper input:focus {
  border-color: #180000 !important;
  background: #fff !important;
}

.btn-border {
  background: transparent !important;
  border: 1px solid #ccc !important;
  color: #666 !important;
}

/* Multi-Step Form Styling */
.customize-form-card {
  border: 1px solid #eef0f2;
}

.step-indicator-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 2;
}

.step-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f0f0f0;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  border: 2px solid transparent;
}

.step-text {
  font-size: 13px;
  font-weight: 600;
  color: #999;
}

/* Active State */
.step-item.active .step-icon {
  background: #180000;
  color: #fff;
  box-shadow: 0 0 0 4px rgba(16, 99, 131, 0.1);
}

.step-item.active .step-text {
  color: #180000;
}

/* Connecting Line */
.step-line {
  flex-grow: 1;
  height: 2px;
  background: #f0f0f0;
  margin-bottom: 25px; /* Aligns line with icons */
}

/* Form Steps */
.form-step {
  display: none;
}
.form-step.active {
  display: block;
  animation: slideUp 0.5s ease forwards;
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Inputs */
.single-input-wrapper label {
  font-size: 14px;
  font-weight: 600;
  color: #444;
  margin-bottom: 10px;
}

.custom-inp {
  border: 1px solid #ddd !important;
  padding: 10px 15px !important;
  height: auto !important;
}

.rts-btn.btn-border {
  border: 1px solid #ddd !important;
  color: #666;
  background: transparent;
}


/* Multi-Step Customization Overrides */
.customize-form-card {
  box-shadow: 0 15px 50px rgba(0,0,0,0.05) !important;
}

/* Back Button Styling (Neutral) */
.rts-btn.btn-border {
  background: transparent !important;
  border: 1px solid #ddd !important;
  color: #444 !important;
  transition: 0.3s;
}

.rts-btn.btn-border:hover {
  background: #444 !important;
  color: #fff !important;
  border-color: #444 !important;
}

/* Submit Button - Golden Amber from Template */
.rts-btn.btn-gold-action {
  background: #F3B80C !important; /* Template Gold */
  color: #000000 !important;
  border: 1px solid #F3B80C !important;
  font-weight: 700;
}

.rts-btn.btn-gold-action::before {
  background: #000000 !important; /* Color it fills on hover */
}

.rts-btn.btn-gold-action:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}

/* Arrow adjustment to match template style */
.rts-btn.with-arrow i {
  transform: rotate(0deg) !important; /* Standard right arrow for steps */
  font-size: 14px;
}

/* Input Fields styling to match the screenshot " Kathmandu Valley Tour" */
.single-input-wrapper input, 
.single-input-wrapper select, 
.single-input-wrapper textarea {
  background: #f3f3f3 !important;
  border: 1px solid #e2e2e2 !important;
  border-radius: 4px !important;
  font-weight: 500;
}

.single-input-wrapper label {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  margin-bottom: 8px;
}

/* --- GoTibetNow Button Management --- */

/* 1. Primary Blue Button (Next/Continue) */
.rts-btn.btn-primary {
  background: #180000 !important;
  border: none !important;
  color: #ffffff !important;
  padding: 16px 30px !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
}

.rts-btn.btn-primary:hover {
  background: #ffc10d !important;
  color: #180000 !important;
}

/* 2. Border/Back Button */
.rts-btn.btn-border {
  background: transparent !important;
  border: 1px solid #1800005e !important; /* Subtle blue border */
  color: #180000 !important;
  padding: 16px 30px !important;
}

.rts-btn.btn-border:hover {
  background: #180000 !important;
  color: #ffffff !important;
  border-color: #180000 !important;
}

/* 3. Final Submit Button (Amber Gold) */
.rts-btn.btn-amber {
  background: #180000 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

.rts-btn.btn-amber:hover {
  background: #180000 !important;
    color: #180000 !important;
    border-color: #180000 !important;
}

/* 4. Icon alignment for buttons with-arrow */
.rts-btn.with-arrow i {
  transition: transform 0.3s ease;
  margin-left: 8px;
}

.rts-btn.with-arrow:hover i {
  transform: translateX(5px);
}

/* Ensure full width behavior on mobile */
@media (max-width: 767px) {
  .button-area {
      flex-direction: column-reverse; /* Put 'Back' below 'Next' on mobile */
  }
  .rts-btn {
      width: 100% !important;
  }
}



/* Premium Mobile Responsive - 2x2 Info Grid + Message Below */
@media (max-width: 767px) {
  /* 1. Overall Container Polish */
  .rts-contact-area.inner .section-inner {
      padding: 30px 15px !important;
      background: #ffffff !important;
      border-radius: 12px !important;
      box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
  }

  /* 2. Form Layout Structure */
  .rts-contact-area.inner .section-inner .contact-form .form-inner {
      display: flex !important;
      flex-direction: column !important; /* Stack info block and message block */
      gap: 20px !important;
  }

  /* 3. The 2x2 Info Grid (Top Part) */
  .rts-contact-area.inner .section-inner .contact-form .left {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important; /* Forces 2 columns */
      gap: 12px !important;
      max-width: 100% !important;
  }

  /* 4. The Message Block (Bottom Part) */
  .rts-contact-area.inner .section-inner .contact-form .right {
      max-width: 100% !important;
      width: 100% !important;
      display: flex !important;
      flex-direction: column !important;
  }

  /* 5. Modern Typography & Inputs */
  .rts-contact-area.inner .section-inner .contact-form label {
      font-size: 11px !important;
      font-weight: 700 !important;
      color: #888 !important;
      text-transform: uppercase !important;
      letter-spacing: 0.8px !important;
      margin-bottom: 5px !important;
  }

  .rts-contact-area.inner .section-inner .contact-form input,
  .rts-contact-area.inner .section-inner .contact-form textarea {
      background: #f8fafd !important;
      border: 1px solid #e2e8f0 !important;
      border-radius: 6px !important;
      padding: 12px !important;
      font-size: 13px !important; /* Prevents placeholder cut-off */
      height: auto !important;
      width: 100% !important;
  }

  /* Fixed height for textarea since it's now full width */
  .rts-contact-area.inner .section-inner .contact-form textarea {
      min-height: 150px !important;
      margin-bottom: 5px !important;
  }

  /* 6. Professional Button Alignment */
  .rts-contact-area.inner .section-inner .contact-form .rts-btn {
      width: 100% !important;
      max-width: 100% !important;
      padding: 18px !important;
      margin-top: 10px !important;
      justify-content: center !important;
      border-radius: 8px !important;
      font-size: 16px !important;
      font-weight: 600 !important;
      background: #180000 !important;
      box-shadow: 0 5px 15px rgba(16, 99, 131, 0.2) !important;
  }

  /* 7. Small Policy Text */
  .rts-contact-area.inner .section-inner .contact-form .desc {
      font-size: 11px !important;
      color: #777 !important;
      margin-top: 15px !important;
      text-align: center;
      line-height: 1.5;
  }

  /* Fix to prevent inputs from stretching unevenly */
  .single-input-wrapper {
      margin-bottom: 0 !important;
  }
}


/* ========================================================= */
/* === MOBILE RESPONSIVE: CUSTOMIZE TRIP FORM (SCREENSHOT MATCH) === */
/* ========================================================= */

@media (max-width: 767px) {
  /* 1. Reduce overall card padding for mobile */
  .customize-form-card {
      padding: 30px 15px !important; /* Removes the heavy p--60 */
      box-shadow: none !important; /* Clean look like screenshot */
  }

  /* 2. Form Header text adjustment */
  .form-header-area {
      padding: 0 !important;
      margin-bottom: 25px;
  }
  .form-header-area .title {
      font-size: 28px !important;
      margin-bottom: 15px !important;
  }
  .form-header-area .desc {
      padding: 0 !important;
      font-size: 15px;
      line-height: 1.5;
      color: #333;
  }

  /* 3. The Step Indicator (The "Pill" look from screenshot) */
  .step-indicator-container {
      padding: 0 !important;
      display: flex;
      justify-content: center;
      margin-bottom: 30px !important;
  }

  .step-indicator-wrapper {
      background: #f8f9fa; /* Light grey oval background */
      padding: 20px 10px !important;
      border-radius: 100px !important; /* Perfect pill shape */
      width: 100%;
      max-width: 280px; /* Constrain width to look like image */
      justify-content: space-around !important;
      border: none !important;
  }

  /* Hide the connecting line on mobile as it's not in the screenshot */
  .step-line {
      display: none !important;
  }

  .step-item {
      gap: 5px !important;
  }

  .step-icon {
      width: 32px !important;
      height: 32px !important;
      font-size: 14px !important;
      background: #eee !important; /* Default grey for inactive */
      color: #999 !important;
  }

  /* Active Step Styling */
  .step-item.active .step-icon {
      background: #180000 !important; /* Brand Blue from screenshot */
      color: #fff !important;
  }

  .step-text {
      font-size: 11px !important;
      text-transform: capitalize;
      font-weight: 700;
      color: #aaa;
  }

  .step-item.active .step-text {
      color: #180000 !important;
  }

  /* 4. Labels & Icons (Uppercase & Bold) */
  .single-input-wrapper {
      margin-bottom: 20px !important;
  }

  .single-input-wrapper label {
      display: flex !important;
      align-items: center;
      text-transform: uppercase !important; /* Match image */
      font-weight: 700 !important;
      font-size: 14px !important;
      color: #222 !important;
      margin-bottom: 10px !important;
  }

  .single-input-wrapper label i {
      font-size: 18px;
      margin-right: 12px !important;
      color: #111; /* Dark icons */
  }

  /* 5. Inputs (Light borders) */
  .custom-inp, 
  .single-input-wrapper input,
  .single-input-wrapper select,
  .single-input-wrapper textarea {
      background: #fff !important;
      border: 1px solid #e0e0e0 !important;
      border-radius: 4px !important;
      padding: 12px 15px !important;
      font-size: 15px !important;
      height: auto !important;
  }

  /* 6. Buttons */
  #customizeTripForm .button-area {
      flex-direction: column !important; /* Stack vertically on mobile */
      gap: 15px !important;
      margin-top: 20px !important;
  }

  #customizeTripForm .rts-btn {
      width: 100% !important;
      padding: 18px !important;
      font-size: 16px !important;
  }
  
  #customizeTripForm .prev-step {
      order: 2; /* Move "Back" below "Next" */
      background: transparent !important;
      border: 1px solid #ddd !important;
      color: #666 !important;
  }
}
/* Custom styling for Select and Date inputs to match your theme */
.custom-select-box, 
input[type="date"] {
    width: 100%;
    /* padding: 12px 15px !important; */
    /* border: 1px solid var(--color-border) !important; */
    /* border-radius: 12px !important; */
    /* background-color: #fff !important; */
    height: 54px !important;
    font-size: 16px;
    color: var(--color-body-1);
    appearance: auto; /* Ensures the arrow/icon shows up */
}

/* Fix spacing for the title */
.section-title-area .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Ensure the form doesn't feel squashed on large screens */
.section-inner.bg-lt-gray {
    /* max-width: 1000px; */
    margin: 0 auto;
    padding: 60px 50px !important;
}

@media (max-width: 768px) {
    .section-inner.bg-lt-gray {
        padding: 30px 20px !important;
    }
}

/* Styling for the Balanced Tibet Form */
.single-input-wrapper label {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #111 !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
  display: block;
}

/* Match heights and borders for all input types */
.custom-select-box, 
.custom-date-picker {
  height: 60px !important;
  border-radius: 12px !important;
  border: 1px solid var(--color-border) !important;
  background-color: #fff !important;
  padding-left: 15px !important;
  font-size: 16px !important;
  color: var(--color-body-1) !important;
}

.custom-select-box:focus, 
.custom-date-picker:focus {
  border-color: var(--color-primary) !important;
  box-shadow: none !important;
}

.contact-form .row.g-4 {
  --bs-gutter-y: 1.5rem;
}

/* Specific button centering */
.button-area-center .rts-btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

/* Padding for the grey form container on mobile vs desktop */
.p--60 {
  padding: 60px !important;
}

@media (max-width: 768px) {
  .p--60 {
      padding: 30px 15px !important;
  }

}
.gap-30{
  gap: 30px;
}

/* Custom Select Container */
.contact-form .custom-select {
  position: relative;
  user-select: none;
  width: 100%;
}

/* The Box the user clicks */
.contact-form .custom-select-trigger {
  height: 55px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background: #f3f3f3;
  border: 1px solid #e2e2e2;
  /* border-radius: 12px; */
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-body-1);
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 768px) {
  .contact-form .custom-select-trigger {
      font-size: 13px;
  }
}

/* Custom Arrow */
.contact-form .custom-select-trigger::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 20px;
  font-weight: 900;
  transition: transform 0.3s ease;
}

.contact-form .custom-select.active .custom-select-trigger::after {
  transform: rotate(180deg);
}

/* The actual list of options */
.contact-form .custom-options {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  padding: 10px 0;
  list-style: none;
  margin: 0;
}

.contact-form .custom-select.active .custom-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Individual Option Style */
.contact-form .option {
  padding: 12px 20px;
  cursor: pointer;
  font-size: 15px;
  transition: background 0.2s;
  color: #444;
}

.contact-form .option:hover {
  background-color: #f8f9fa;
  color: var(--color-primary);
}

.contact-form .option.selected {
  background-color: #f0f7ff;
  color: var(--color-primary);
  font-weight: 600;
}

/* Critical Fix: Ensure the dropdown isn't cut off by the grey container */
.section-inner.bg-lt-gray {
  overflow: visible !important;
}


/* Custom Select for Customize Trip Form */
#customizeTripForm .custom-select {
  position: relative;
  user-select: none;
  width: 100%;
}

#customizeTripForm .custom-select-trigger {
  height: 50px; /* Match height of your standard inputs */
  display: flex;
  align-items: center;
  padding: 0 15px;
  background: #f3f3f3;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  position: relative;
}
.custom-select-box, input[type="date"]{
  padding: 0 15px;
  background: #f3f3f3;
  border: 1px solid #e2e2e2;
  height: 50px;
}

#customizeTripForm .custom-select-trigger::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 15px;
  font-weight: 900;
  transition: transform 0.3s ease;
}

#customizeTripForm .custom-select.active .custom-select-trigger::after {
  transform: rotate(180deg);
}

#customizeTripForm .custom-options {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  padding: 8px 0;
  list-style: none;
  margin: 0;
}

#customizeTripForm .custom-select.active .custom-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#customizeTripForm .option {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s;
  color: #555;
}

#customizeTripForm .option:hover {
  background-color: #f8f9fa;
  color: #180000;
}

#customizeTripForm .option.selected {
  background-color: #f0f7ff;
  color: #180000;
  font-weight: 600;
}

/* CRITICAL: Allow dropdowns to overflow the multi-step container */
.customize-form-card, 
.form-step, 
#customizeTripForm {
  overflow: visible !important;
}


.top-area h4{
  font-size: 25px;
}

.member-social-bar {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 12px 25px;
  border-radius: 12px;
  display: flex;
  gap: 20px;
  z-index: 10;
}
.member-social-bar a i {
  color: #e67e22; /* Screenshot orange/brown color */
  font-size: 18px;
  transition: 0.3s;
}
/* Force Font Awesome for the specific social bar icons */
.member-social-bar a i {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
}
.member-social-bar a:hover i {
  color: #180000; /* Your Baltic Blue */
}
.bio-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
@media (max-width: 991px) {
  .team-image-sticky {
      margin-bottom: 50px;
  }
}



/* Custom Social Bar for the Popup */
.member-social-bar {
  position: absolute;
  bottom: 20px; /* Sits at the bottom of the image */
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 10px 20px;
  border-radius: 50px; /* Rounded pill shape */
  display: flex;
  gap: 15px;
  z-index: 10;
}

.member-social-bar a {
  width: 35px;
  height: 35px;
  background: #e67e22; /* Screenshot Orange */
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  transition: 0.3s;
}

.member-social-bar a:hover {
  background: #180000; /* Brand Blue */
  transform: translateY(-3px);
}

/* Modal Content Adjustments */
#teamMemberModal .modal-content {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

#teamMemberModal .btn-close:focus {
  box-shadow: none;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .member-social-bar {
      bottom: 10px;
      padding: 8px 15px;
  }
  #teamMemberModal .p--60 {
      padding: 30px 20px !important;
  }
  #teamMemberModal .fs-48 {
      font-size: 32px;
  }
}

.member-social-bar {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  display: flex;
  gap: 15px;
  z-index: 10;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.member-social-bar a {
  width: 35px;
  height: 35px;
  background: #e67e22; /* The orange from your screenshot */
  color: #ffffff !important; /* Force icon color to white */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  text-decoration: none;
}

.member-social-bar a i {
  font-size: 16px; /* Ensure a size is set */
}

/* --- CLEAN MEMBER SOCIAL BAR FIX --- */
.member-social-bar {
  position: absolute;
  bottom: 30px; /* Position it slightly higher from the bottom of the image */
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff !important;
  padding: 12px 20px !important;
  border-radius: 50px !important;
  display: flex !important;
  gap: 15px !important;
  z-index: 99 !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2) !important;
}

.member-social-bar a {
  width: 40px !important;
  height: 40px !important;
  background: #180000 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: 0.3s ease !important;
  text-decoration: none !important;
}

.member-social-bar a i {
  color: #ffffff !important; /* Force the icon to be white */
  font-size: 18px !important; /* Set a clear size */
  line-height: 1 !important;
  display: inline-block !important;
}

.member-social-bar a:hover {
  background: #180000 !important;
  transform: translateY(-3px) !important;
}

.h-50{
  height: 50px !important;
}
.w-50{
  width: 50px !important;
}
.st-w{
  stroke-width: 1;
}


/* For laptop */
/* ============================================================
   LAPTOP & TABLET PROFESSIONAL REFINEMENT 
   Targets: 768px (iPad) up to 1440px (Standard Laptop)
   ============================================================ */

/* --- 1. Header & Navigation (Fixes Wrapping/Overlapping) --- */
@media only screen and (min-width: 1100px) and (max-width: 1440px) {
  .header-style-one {
      padding: 0 20px !important;
  }
  .header-style-one-wrapper .left-area {
      gap: 15px !important;
  }
  .main-nav-area ul.rts-desktop-menu .menu-item .rts-dropdown-main-element {
      padding: 35px 12px !important;
      font-size: 14px !important;
  }
  .header-style-one-wrapper .button-area-start {
      gap: 10px !important;
  }
  .logo-area img {
      max-width: 140px;
  }
}

/* --- 2. About Section Image Polish (Fixes messy overlapping) --- */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .about-image-area {
      padding-bottom: 30px;
      margin-bottom: 40px;
  }
  .about-image-area .rotate-image {
      width: 80%;
      margin: 0 auto;
  }
  .about-image-area .floating-image {
      width: 200px !important;
      right: 0 !important;
      bottom: -20px !important;
  }
  .about-content-area {
      max-width: 100%;
      text-align: center;
  }
  .about-content-area .section-title-area {
      text-align: center;
  }
}

/* --- 3. Counter/Stats Section (Professional 2x2 Grid for Tablet) --- */
@media (max-width: 1199px) {
  .rts-counter-area .section-inner {
      display: grid !important;
      grid-template-columns: 1fr 1fr;
      gap: 20px !important;
  }
  .counter-wrapper {
      max-width: 100% !important;
      justify-content: center;
  }
}

/* --- 4. Card Height Alignment (Small Group & Featured Tours) --- */
/* This ensures all cards have the same height regardless of text length */
/*.package-wrapper4, .tour-wrapper {*/
/*  display: flex !important;*/
/*  flex-direction: column !important;*/
/*  height: 100% !important;*/
/*}*/

/*.package-wrapper4 .content, .tour-wrapper .content {*/
/*  flex-grow: 1 !important;*/
/*  display: flex !important;*/
/*  flex-direction: column !important;*/
/*}*/

/*.bottom-meta, .tour-wrapper .content .button-area {*/
  margin-top: auto !important; /* Pushes price/button to the bottom */
/*}*/

/* --- 5. Tablet Grid Adjustments (768px - 991px) --- */
@media (max-width: 991px) {
  /* Set Small Group Tours to 2 columns instead of 1 for more professional density */
  /*.portfolio_wrap .personal {*/
  /*    display: grid !important;*/
  /*    grid-template-columns: 1fr 1fr !important;*/
  /*    gap: 20px !important;*/
  /*}*/
  
  .grid-item-p {
      width: 100% !important;
      max-width: 100% !important;
  }

  /* Fix Tibet 2026 Special Tours Section */
  .row.g-4.mt--60 {
      display: grid !important;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
  }
  .col-lg-4.col-md-6 {
      width: 100% !important;
  }
  
  /* Ensure CTA Section text is readable */
  .cta-wrapper-tibet {
      padding: 60px 30px !important;
      background-position: left center !important;
  }
  .cta-title {
      font-size: 28px !important;
  }
}

/* --- 6. Blog & Limited Deals Slider Tablet fix --- */
/*@media (max-width: 1199px) {*/
/*  .blog-slider .swiper-slide {*/
      /*width: 50% !important; */
/*  }*/
/*}*/



/* Laptop (e.g., 1024px–1440px) */
@media (min-width: 1024px) and (max-width: 1440px) {
  .rts-footer-area-one.yacht .single-footer-widget-one-1 {
      width: 18% !important;
  }
}


/* Home-2 */
/* --- Tibet Premium Section Styling --- */
.tbt-featured-section {
  background-color: #F9FBFC !important;
  overflow: hidden;
}

.tbt-subtitle {
  display: block;
  color: #180000; /* Baltic Blue */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  margin-bottom: 10px;
}

.tbt-main-title {
  font-size: 42px;
  color: #111110;
  margin-bottom: 0;
}

/* Custom Navigation */
.tbt-nav-buttons {
  display: flex;
  gap: 12px;
}

.tbt-swiper-btn {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1e293b;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.tbt-swiper-btn:hover {
  background: #180000;
  color: #fff;
  border-color: #180000;
  transform: translateY(-2px);
}

/* Card Styling */
.tbt-tour-card {
  background: #f3f3f3;
  border-radius: 12px;
  border: 1px solid #e6e5e5;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tbt-tour-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
}

/* Image Handling */
.tbt-thumb-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.tbt-main-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.tbt-tour-card:hover .tbt-main-img {
  transform: scale(1.1);
}

.tbt-card-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #180000;
  color: #fff;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
}

.tbt-heart-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.tbt-heart-btn:hover {
  background: #fff;
  color: #180000;
}

/* Content Layout */
.tbt-content-inner {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tbt-meta-info {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 15px; */
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 15px;
}

.tbt-meta-info span {
  font-size: 15px;
  font-weight: 600;
  color: #555555;
}

.tbt-meta-info i {
  color: #f5c96a;
  margin-right: 5px;
  font-size: 18px;
}

.tbt-card-title {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.tbt-card-title a {
  color: #1e293b;
  transition: 0.3s;
}

.tbt-card-title a:hover {
  color: #180000;
}

.tbt-card-desc {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Price & Action Row */
.tbt-footer-action {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tbt-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #94a3b8;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}

.tbt-current {
  font-size: 22px;
  font-weight: 800;
  color: #180000;
}

.tbt-old {
  font-size: 14px;
  text-decoration: line-through;
  color: #7d7e7f;
  margin-left: 5px;
}

.tbt-view-link {
  font-weight: 700;
  font-size: 14px;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.tbt-view-link:hover {
  color: #180000;
  gap: 12px;
}

/* Mobile Pagination */
.tbt-pagination-mobile .slider-dots2 {
  display: flex;
  justify-content: center;
}


/* --- Tibet Promo Section Styling --- */
.tbt-promo-section {
  background-color: #ffffff;
}

.tbt-promo-card {
  position: relative;
  z-index: 1;
  height: 480px;
  padding: 50px 40px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  background-size: cover;
  background-position: center;
}

/* Dark Overlay for image backgrounds to make text pop */
.tbt-promo-card:not(.tbt-promo-featured)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: -1;
}

.tbt-promo-content {
  position: relative;
  z-index: 2;
}

.tbt-promo-tag {
  display: inline-block;
  color: #F3B80C; /* Amber Gold */
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.tbt-promo-title {
  color: #ffffff;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 700;
}

.tbt-promo-title span {
  color: #F3B80C;
  font-weight: 400;
  font-style: italic;
}

.tbt-promo-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 35px;
  max-width: 280px;
}

/* Button Styling */
.tbt-promo-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #180000; /* Baltic Blue */
  color: #fff !important;
  padding: 14px 25px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}

.tbt-promo-btn:hover {
  background: #ffffff;
  color: #180000 !important;
  transform: translateY(-3px);
}

.tbt-promo-btn i {
  transition: 0.3s;
}

.tbt-promo-btn:hover i {
  transform: translateX(5px);
}

/* Featured (Middle) Card Styling */
.tbt-promo-featured {
  background: #F3B80C !important; /* Brand Amber Gold */
  border: none;
}

.tbt-promo-featured .tbt-btn-dark {
  background: #111110;
  color: #fff !important;
}

.tbt-promo-featured .tbt-btn-dark:hover {
  background: #ffffff;
  color: #111110 !important;
}

.tbt-promo-person {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 200px;
}

.tbt-promo-person img {
  width: 100%;
  display: block;
}

/* Responsive Fixes */
@media (max-width: 1199px) {
  .tbt-promo-card {
      padding: 40px 30px;
      height: 420px;
  }
  .tbt-promo-title {
      font-size: 26px;
  }
}

@media (max-width: 991px) {
  .tbt-promo-person {
      width: 150px;
  }
}

@media (max-width: 767px) {
  .tbt-promo-card {
      height: auto;
      min-height: 350px;
  }
}

/* --- Tibet Quick Deals Styling --- */
.tbt-offer-section {
  background-color: #ffffff;
}

.tbt-offer-card {
  position: relative;
  height: 480px;
  border-radius: 15px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.4s ease;
  border: 1px solid #eee;
  z-index: 1;
}

/* Gradient Overlay for Readability */
.tbt-offer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}

.tbt-offer-content {
  position: relative;
  z-index: 3;
}

.tbt-offer-tag {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #F3B80C; /* Amber Gold */
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  display: block;
}

.tbt-offer-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.tbt-highlight {
  color: #F3B80C;
  font-style: italic;
  font-weight: 400;
}

.tbt-offer-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  max-width: 280px;
  margin-bottom: 35px;
  line-height: 1.5;
}

/* Button Styling */
.tbt-btn-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #180000; /* Baltic Blue */
  color: #ffffff !important;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tbt-btn-action:hover {
  background: #ffffff;
  color: #180000 !important;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Featured Gold Card (Middle) */
.tbt-featured-gold {
  background: #F3B80C !important;
  border: none;
}

.tbt-btn-dark {
  background: #111110;
}

.tbt-btn-dark:hover {
  background: #ffffff;
  color: #111110 !important;
}

/* Guide Cutout Image Positioning */
.tbt-guide-cutout {
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 220px;
  z-index: 2;
  pointer-events: none;
}

.tbt-guide-cutout img {
  width: 100%;
  display: block;
  filter: drop-shadow(0 10px 15px rgba(0,0,0,0.1));
}

/* Animations & Hover */
.tbt-offer-card:hover {
  transform: scale(1.02);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

@media (max-width: 991px) {
  .tbt-offer-card {
      height: 420px;
      padding: 40px 30px;
  }
  .tbt-offer-title {
      font-size: 26px;
  }
  .tbt-guide-cutout {
      width: 160px;
  }
}

/* --- Tibet Premium Promo Styling --- */
.tbt-promo-section {
  background-color: #fcfcfc;
}

.tbt-promo-card {
  position: relative;
  height: 520px; /* Slightly taller for more professional spacing */
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s ease;
  z-index: 1;
}

/* Subtle dark overlay to make text crisp */
.tbt-promo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}

.tbt-promo-content {
  position: relative;
  z-index: 5;
}

.tbt-promo-tag {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: #F3B80C; /* Amber Gold */
  letter-spacing: 2px;
  margin-bottom: 12px;
  display: block;
}

.tbt-promo-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.tbt-gold-text {
  color: #F3B80C;
  font-style: italic;
  font-weight: 500;
}

.tbt-promo-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  max-width: 300px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Action Button */
.tbt-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #180000; /* Baltic Blue */
  color: #ffffff !important;
  padding: 15px 30px;
  border-radius: 4px; /* Sharper corners for a more formal look */
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: 0.3s ease;
}

.tbt-action-btn:hover {
  background: #ffffff;
  color: #180000 !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* Featured Group Card (Middle) */
.tbt-featured-departure {
  background: #F3B80C !important;
  border: none;
}

.tbt-check-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.tbt-check-list li {
  color: #111110;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tbt-check-list li i {
  font-size: 12px;
  color: #180000;
}

.tbt-btn-dark {
  background: #111110;
}

.tbt-promo-visual {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  z-index: 2;
}

.tbt-promo-visual img {
  width: 100%;
  display: block;
}

/* Modern Badge */
.tbt-promo-badge {
  position: absolute;
  top: 25px;
  right: 25px;
  background: #ffffff;
  color: #111;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 50px;
  z-index: 6;
  text-transform: uppercase;
}

.tbt-promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(16, 99, 131, 0.15);
}

@media (max-width: 991px) {
  .tbt-promo-card { height: 480px; }
  .tbt-promo-title { font-size: 26px; }
}

/* --- Tibet Premium Promo Styling --- */
.tbt-promo-section {
  background-color: #f8fafd;
}

.tbt-promo-card {
  position: relative;
  height: 520px;
  border-radius: 15px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
  border: 1px solid #eef2f6;
}

/* Gradient Overlay ensures text is always readable regardless of image brightness */
.tbt-promo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0,0,0,0) 100%);
  z-index: 1;
}

.tbt-promo-content {
  position: relative;
  z-index: 5;
}

.tbt-promo-tag {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: #F3B80C; /* Tibet Gold */
  letter-spacing: 2px;
  margin-bottom: 12px;
  display: block;
}

.tbt-promo-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.tbt-gold-text {
  color: #F3B80C;
  font-style: italic;
  font-weight: 500;
}

.tbt-white-text {
  color: #ffffff;
  font-style: italic;
  font-weight: 400;
}

.tbt-promo-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  max-width: 280px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Action Button: Baltic Blue */
.tbt-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #180000; /* Baltic Blue */
  color: #ffffff !important;
  padding: 15px 25px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s ease;
  border: 1px solid #180000 !important;
}

.tbt-action-btn:hover {
  background: #ffffff;
  color: #180000 !important;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(16, 99, 131, 0.2);
}

/* Featured Group Card (The Amber Card) */
.tbt-featured-departure {
  background: #F3B80C !important; /* Branded Amber Gold */
  border: none;
}

.tbt-check-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.tbt-check-list li {
  color: #111110;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tbt-check-list li i {
  color: #180000;
}

.tbt-btn-dark {
  background: #111110 !important;
  border-color: #111110 !important;
}

.tbt-btn-dark:hover {
  background: #ffffff !important;
  color: #111110 !important;
}

/* Badge styling (The pill in the corner) */
.tbt-promo-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 50px;
  z-index: 6;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
}

.glass-effect {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
}

/* Visual Inset Image (Bottom Right) */
.tbt-promo-visual {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  z-index: 2;
}

.tbt-promo-visual img {
  width: 100%;
  display: block;
  border-top-left-radius: 20px; /* Gives it an inset look */
}

/* Hover Effect for all cards */
.tbt-promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 80px rgba(16, 99, 131, 0.15);
}

/* Premium Tibet Tour Section */
.tbt-premium-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #f1f1f1;
}

.tbt-premium-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(16, 99, 131, 0.1);
}

.tbt-card-image {
  position: relative;
  height: 280px;
  background-size: cover;
  background-position: center;
  transition: 0.6s;
}

.tbt-premium-card:hover .tbt-card-image {
  transform: scale(1.02);
}

.tbt-card-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #180000; /* Baltic Blue */
  color: #fff;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  z-index: 2;
}

.tbt-card-badge.adventure { background: #be6d2e; }
.tbt-card-badge.heritage { background: #556b2f; }

.tbt-price-tag {
  position: absolute;
  bottom: 0;
  right: 20px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  box-shadow: 0 -5px 15px rgba(0,0,0,0.05);
}

.tbt-price-tag span {
  display: block;
  color: #180000;
  font-size: 20px;
  font-weight: 800;
}

.tbt-card-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tbt-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
  color: #888;
}

.tbt-meta i {
  color: #F3B80C; /* Amber Gold */
  margin-right: 4px;
}

.tbt-card-title {
  font-family: "Playfair Display", serif; /* Editorial Font */
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.tbt-card-title .accent {
  color: #180000;
  display: block;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-top: 5px;
}

.tbt-card-desc {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.tbt-card-footer {
  /* margin-top: auto; */
  padding-top: 20px;
  border-top: 1px solid #ece8e8;
}

.tbt-link-btn {
  font-weight: 700;
  color: #111;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.tbt-link-btn:hover {
  color: #180000;
  padding-left: 5px;
}

.tbt-link-btn i {
  font-size: 14px;
  transition: 0.3s;
}

.tbt-link-btn:hover i {
  transform: translateX(5px);
}

/* Premium Professional Tour Cards */
.tbt-p-card {
  background: #ffffff;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: hidden;
}

.tbt-p-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(16, 99, 131, 0.08);
  border-color: #18000020;
}

/* Image Polish */
.tbt-p-img-wrap {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.tbt-p-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}

.tbt-p-card:hover .tbt-p-img-wrap img {
  transform: scale(1.1);
}

/* Floating Elements */
.tbt-p-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #180000; /* Baltic Blue */
  color: #fff;
  padding: 5px 15px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  z-index: 2;
}

.tbt-p-badge.adventure { background: #be6d2e; }
.tbt-p-badge.heritage { background: #556b2f; }

.tbt-p-price {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffff;
  padding: 12px 25px;
  border-top-left-radius: 12px;
  text-align: right;
  box-shadow: -5px -5px 15px rgba(0,0,0,0.05);
  z-index: 2;
}

.tbt-p-price .label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #888;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}

.tbt-p-price .value {
  font-size: 24px;
  font-weight: 800;
  color: #180000;
  line-height: 1;
}

/* Content Area */
.tbt-p-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tbt-p-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
  color: #666;
}

.tbt-p-meta i {
  color: #F3B80C; /* Amber Gold */
  font-size: 14px;
}

.tbt-p-meta .sep {
  width: 1px;
  height: 12px;
  background: #ddd;
}

.tbt-p-title {
  font-family: 'Playfair Display', serif; /* Change to your Serif Font */
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.tbt-p-title a {
  color: #111;
  text-decoration: none;
}

.tbt-p-title span {
  display: block;
  font-size: 17px;
  font-family: 'Inter', sans-serif;
  color: #180000;
  font-weight: 500;
  margin-top: 4px;
}

.tbt-p-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 25px;
}

/* Footer & Button */
.tbt-p-footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.tbt-p-btn {
  font-weight: 700;
  color: #111;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.tbt-p-btn i {
  transition: 0.3s;
  color: #180000;
}

.tbt-p-btn:hover {
  color: #180000;
}

.tbt-p-btn:hover i {
  transform: translateX(8px);
}

/* --- Tibet Premium Package Section --- */
.tbt-package-card {
  background: #ffffff;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: visible; /* Important for the price bridge to pop out */
}

.tbt-package-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(16, 99, 131, 0.08);
}

/* Image Wrapper */
.tbt-image-area {
  position: relative;
  height: 270px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.tbt-image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.tbt-package-card:hover .tbt-image-area img {
  transform: scale(1.1);
}

/* Category Badge */
.tbt-category-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #180000; /* Baltic Blue */
  color: #ffffff;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  z-index: 5;
}
.tbt-category-badge.adventure { background: #be6d2e; }
.tbt-category-badge.heritage { background: #556b2f; }

/* --- THE PRICE BRIDGE --- */
.tbt-price-bridge {
  position: absolute;
  bottom: 195px;
  right: 0px;
  background: #ffffff;
  padding: 10px 22px;
  border-radius: 0 0 0 20px;
  text-align: center;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
  z-index: 10;
  transition: 0.3s;
}

.tbt-package-card:hover .tbt-price-bridge {
  background: #F3f3f3; /* Changes to dark on hover for "Authorized" look */
}

.tbt-price-label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.tbt-price-value {
  font-size: 24px;
  font-weight: 800;
  color: #180000; /* Baltic Blue */
  line-height: 1;
}

.tbt-package-card:hover .tbt-price-value {
  color: #000; /* Amber Gold on Hover */
}

/* Content Area */
.tbt-content-area {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tbt-meta-top {
  display: flex;
  align-items: center;
  gap: 12px;
  /* margin-bottom: 15px; */
  border-bottom: 1px solid rgb(245, 245, 245);
    padding-bottom: 15px;
    justify-content: space-between;
}

.tbt-meta-top .item {
  font-size: 15px;
  font-weight: 600;
  color: #666;
}

.tbt-meta-top i {
  color: #F3B80C; /* Amber Gold Icons */
  margin-right: 5px;
}

.tbt-meta-top .separator {
  width: 1px;
  height: 12px;
  background: #ddd;
}

/* Typography */
.tbt-card-title {
  font-family: 'Playfair Display', serif; /* Use your Serif Font */
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.tbt-card-title a {
  color: #111;
  text-decoration: none;
  transition: 0.3s;
}

.tbt-card-title span {
  display: block;
  font-size: 17px;
  font-family: 'Inter', sans-serif;
  color: #180000;
  font-weight: 500;
  margin-top: 5px;
}

.tbt-card-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 25px;
}

/* Footer */
.tbt-card-footer {
  /* margin-top: auto; */
  padding-top: 20px;
  border-top: 1px solid #f5f5f5;
}

.tbt-explore-btn {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.tbt-explore-btn i {
  transition: 0.3s;
  color: #180000;
}

.tbt-explore-btn:hover {
  color: #180000;
  padding-left: 5px;
}

.tbt-explore-btn:hover i {
  transform: translateX(8px);
}



/* new css */

/* --- Root Color Refinement --- */
:root {
  --tibet-red: #180000; /* Deep Monastic Red */
  --tibet-gold: #F3B80C; /* Golden/Amber */
  --tibet-dark: #111110;
  --tibet-grey: #64748b;
}

/* --- Hero Section Styling --- */
.premium-hero {
  height: 100vh;
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 5;
  max-width: 800px;
}

.hero-tag {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--tibet-gold);
  font-size: 14px;
}

.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(60px, 8vw, 110px);
  line-height: 0.9;
  margin-bottom: 20px;
}

.hero-title span {
  color: var(--tibet-gold);
}

.hero-desc {
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  opacity: 0.9;
  max-width: 500px;
}

/* --- Quick Search Box --- */
.quick-search-box {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  max-width: 900px;
}

.quick-search-box .input-wrap {
  display: flex;
  align-items: center;
  padding: 15px 25px;
}

.quick-search-box .input-wrap i {
  color: var(--tibet-red);
  font-size: 20px;
  margin-right: 15px;
}

.quick-search-box .form-select {
  border: none;
  font-weight: 600;
  color: var(--tibet-dark);
}

.search-btn {
  background: var(--tibet-red);
  color: #fff;
  border: none;
  height: 100%;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
  padding: 20px;
}

.search-btn:hover {
  background: var(--tibet-dark);
}

/* --- Premium Package Cards --- */
.tbt-premium-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  transition: 0.4s;
  border: 1px solid #eee;
}

.tbt-premium-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.tbt-card-image {
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.tbt-card-badge {
  position: absolute;
  top: 15px; left: 15px;
  background: var(--tibet-red);
  color: #fff;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
}

.tbt-price-tag {
  position: absolute;
  bottom: 0; right: 20px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
  color: #666;
}

.tbt-price-tag span {
  color: var(--tibet-red);
  font-size: 24px;
  display: block;
  line-height: 1;
}

.tbt-card-content {
  padding: 25px;
}

.tbt-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  margin: 15px 0;
}

.tbt-card-title .accent {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--tibet-red);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tbt-link-btn {
  font-weight: 700;
  color: var(--tibet-dark);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.tbt-link-btn:hover {
  color: var(--tibet-red);
}

/* --- Editorial Features --- */
.lead-text {
  font-size: 20px;
  color: #444;
  line-height: 1.6;
}

.feature-checklist li {
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-checklist i {
  color: var(--tibet-gold);
}

.experience-badge-modern {
  position: absolute;
  bottom: -25px; right: -25px;
  background: var(--tibet-red);
  color: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 15px 30px rgba(16, 99, 131, 0.3);
}

.experience-badge-modern .num {
  display: block;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.experience-badge-modern .txt {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

:root {
  --primary: #180000;       /* Baltic Blue */
  --accent: #D4AF37;        /* Tibetan Gold */
  --text-main: #1A1A1B;     /* Charcoal */
  --text-muted: #64748b;    /* Slate */
  --bg-light: #F9FBFC;      /* Off-White */
  --serif: 'Playfair Display', serif;
  --sans: 'Inter', sans-serif;
}
/* --- Hero Section Styling --- */
.premium-hero {
  height: 100vh;
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 5;
  max-width: 800px;
}

.hero-tag {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--tibet-gold);
  font-size: 14px;
}

.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(60px, 8vw, 110px);
  line-height: 0.9;
  margin-bottom: 20px;
}

.hero-title span {
  color: var(--tibet-gold);
}

.hero-desc {
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  opacity: 0.9;
  max-width: 500px;
}

/* --- Quick Search Box --- */
.quick-search-box {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  max-width: 900px;
}

.quick-search-box .input-wrap {
  display: flex;
  align-items: center;
  padding: 15px 25px;
}

.quick-search-box .input-wrap i {
  color: var(--tibet-red);
  font-size: 20px;
  margin-right: 15px;
}

.quick-search-box .form-select {
  border: none;
  font-weight: 600;
  color: var(--tibet-dark);
}

.search-btn {
  background: var(--tibet-red);
  color: #fff;
  border: none;
  height: 100%;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
  padding: 20px;
}

.search-btn:hover {
  background: var(--tibet-dark);
}

/* --- Premium Package Cards --- */
.tbt-premium-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  transition: 0.4s;
  border: 1px solid #eee;
}

.tbt-premium-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.tbt-card-image {
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.tbt-card-badge {
  position: absolute;
  top: 15px; left: 15px;
  background: var(--tibet-red);
  color: #fff;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
}

.tbt-price-tag {
  position: absolute;
  bottom: 0; right: 20px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
  color: #666;
}

.tbt-price-tag span {
  color: var(--tibet-red);
  font-size: 24px;
  display: block;
  line-height: 1;
}

.tbt-card-content {
  padding: 25px;
}

.tbt-card-title {
  /*font-family: 'Playfair Display', serif;*/
  font-size: 22px;
  margin: 15px 0;
}
@media (max-width: 768px) {
    .tbt-card-title {
        font-size: 20px; /* adjust as needed */
        margin: 10px 0;
    }
}


.tbt-card-title .accent {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--tibet-red);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tbt-link-btn {
  font-weight: 700;
  color: var(--tibet-dark);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.tbt-link-btn:hover {
  color: var(--tibet-red);
}

/* --- Editorial Features --- */
.lead-text {
  font-size: 20px;
  color: #444;
  line-height: 1.6;
}

.feature-checklist li {
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-checklist i {
  color: var(--tibet-gold);
}

.experience-badge-modern {
  position: absolute;
  bottom: -25px; right: -25px;
  background: var(--tibet-red);
  color: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 15px 30px rgba(16, 99, 131, 0.3);
}

.experience-badge-modern .num {
  display: block;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.experience-badge-modern .txt {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.luxury-item {
  width: 60% !important; /* Makes slides peek from the side */
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.luxury-item .image-inner {
  position: relative;
  height: 550px;
  margin: 0 20px;
  border-radius: 4px;
  overflow: hidden;
}

.luxury-item img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(30%); transition: 1s;
}

.luxury-item.swiper-slide-active img { filter: grayscale(0%); transform: scale(1.05); }

.luxury-item .content-box {
  position: absolute;
  bottom: 40px; left: 40px;
  color: #fff; z-index: 2;
}

.luxury-link {
  font-size: 13px; text-transform: uppercase; letter-spacing: 2px;
  border-bottom: 1px solid #F3B80C; padding-bottom: 5px; color: #fff;
}

.tbt-label { font-weight: 700; color: #180000; }



/* gallery */
/* Premium 3D Gallery Styling */
.premium-coverflow-slider {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
}

.premium-coverflow-slider .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 450px; /* Width of each image card */
  height: 550px; /* Height of each image card */
  filter: blur(1px); /* Slight blur for background images */
  transition: filter 0.3s ease;
}

/* Make the active (center) slide crisp and clear */
.premium-coverflow-slider .swiper-slide-active {
  filter: blur(0);
}

.gallery-card {
  width: 100%;
  height: 100%;
  border-radius: 25px; /* Pronounced rounded corners from screenshot */
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); /* Deep shadow for 3D effect */
  background: #fff;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .premium-coverflow-slider .swiper-slide {
      width: 280px;
      height: 380px;
  }
}
/* Premium 3D Gallery Styling */
.premium-coverflow-slider {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 80px;
}

.premium-coverflow-slider .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 420px; /* Precise width for desktop */
  height: 525px; /* Precise height for 4:5 ratio */
  transition: all 0.3s ease;
}

/* Rounded corners and professional shadow */
.gallery-card {
  width: 100%;
  height: 100%;
  border-radius: 25px; 
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
  background: #fff;
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Custom bullet colors to match your brand */
.premium-coverflow-slider .swiper-pagination-bullet-active {
  background: #180000 !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .premium-coverflow-slider .swiper-slide {
      width: 280px;
      height: 350px;
  }
}


/* Premium Perspective Grid Styling */
.tibet-perspective-grid {
  display: flex;
  width: 100%;
  height: 600px;
  gap: 15px;
}

.perspective-block {
  position: relative;
  flex: 1; /* All start equal */
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* The Expanding Logic */
.perspective-block.active,
.perspective-block:hover {
  flex: 3; /* Active block becomes significantly wider */
}

.perspective-block .image-area {
  width: 100%;
  height: 100%;
}

.perspective-block .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85);
  transition: transform 1s ease;
}

.perspective-block:hover .image-area img {
  transform: scale(1.1);
  filter: brightness(0.7);
}

/* Glassmorphism Content Overlay */
.content-overlay {
  position: absolute;
  inset: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 5;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%);
}

/* Metadata Labels */
.top-meta {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s ease 0.2s;
}

.perspective-block.active .top-meta,
.perspective-block:hover .top-meta {
  opacity: 1;
  transform: translateY(0);
}

.day-badge {
  background: #F3B80C; /* Tibet Gold */
  color: #000;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
}

.price-tag {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.3);
}

/* Bottom Info Area */
.bottom-info {
  transform: translateY(60px);
  transition: all 0.5s ease;
}

.perspective-block.active .bottom-info,
.perspective-block:hover .bottom-info {
  transform: translateY(0);
}

.perspective-block .title {
  margin-bottom: 10px;
  font-size: 24px;
}

.perspective-block .title a {
  color: #fff;
  text-decoration: none;
}

.short-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  margin-bottom: 25px;
  opacity: 0;
  transition: opacity 0.4s ease 0.3s;
  max-width: 350px;
}

.perspective-block.active .short-desc,
.perspective-block:hover .short-desc {
  opacity: 1;
}

.view-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #F3B80C;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  opacity: 0;
  transition: opacity 0.4s ease 0.4s;
}

.perspective-block.active .view-btn,
.perspective-block:hover .view-btn {
  opacity: 1;
}

/* Responsive Handling */
@media (max-width: 991px) {
  .tibet-perspective-grid {
      flex-direction: column;
      height: auto;
  }
  .perspective-block {
      height: 300px;
      flex: none !important;
  }
  .top-meta, .short-desc, .view-btn {
      opacity: 1;
      transform: none;
  }
  .bottom-info {
      transform: none;
  }
}


/* Premium Editorial Accordion */
.tibet-editorial-accordion {
  display: flex;
  gap: 15px;
  width: 100%;
  height: 600px;
}

.accordion-item {
  position: relative;
  flex: 0.7; /* Collapsed state */
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  background: #000;
}

.accordion-item.active {
  flex: 4; /* Expanded state */
  cursor: default;
}

.accordion-item .image-area {
  width: 100%;
  height: 100%;
}

.accordion-item .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  transition: 0.7s;
}

.accordion-item.active .image-area img {
  opacity: 1;
  transform: scale(1.05);
}

/* --- Content Styling --- */
.card-content {
  position: absolute;
  inset: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 5;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}

.accordion-item.active .card-content {
  opacity: 1;
  pointer-events: all;
  transition-delay: 0.3s;
}

/* Badges */
.top-badges {
  display: flex;
  justify-content: space-between;
}

.badge-days {
  background: #F3B80C;
  color: #000;
  padding: 6px 16px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 13px;
}

.badge-price {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #000000;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.3);
}

/* Typography */
.tour-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.tour-desc {
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  max-width: 450px;
  margin-bottom: 25px;
}

.tour-link {
  color: #F3B80C;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.tour-link:hover {
  color: #F3B80C;
}

/* --- The Collapsed State Vertical Title --- */
.collapsed-title {
  position: absolute;
  bottom: 165px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  transform-origin: center;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 1;
  transition: 0.3s;
  pointer-events: none;
  text-transform: uppercase;
}

.accordion-item.active .collapsed-title {
  opacity: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .tibet-editorial-accordion {
      flex-direction: column;
      height: auto;
  }
  .accordion-item {
      height: 350px;
      flex: none !important;
  }
  .collapsed-title { display: none; }
  .card-content { opacity: 1; padding: 25px; }
  .tour-title { font-size: 20px; }
}


.accordion-item:first-of-type {
  border-radius: 20px;
}
.accordion-item:first-of-type {
  /* border-top-left-radius: 0rem;  */
  /* border-top-right-radius: 0rem;  */
}

.accordion-item {
  /* background-color: #fff; */
  border: none;
}


/* why choose us */

/* Premium Why Choose Us Enhancements */
.why-pillar-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(16, 99, 131, 0.1);
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

/* Background watermark number */
.pillar-number {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 80px;
  font-weight: 900;
  color: rgba(16, 99, 131, 0.04);
  z-index: -1;
  font-family: var(--font-primary);
}

.pillar-icon-wrap {
  width: 65px;
  height: 65px;
  background: #f4f8fb;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 30px;
  margin-bottom: 25px;
  transition: 0.3s;
}

.why-pillar-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 700;
  color: var(--color-title-dark);
  line-height: 32px;
}

.why-pillar-card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #666;
}

/* Hover & Active State */
.why-pillar-card:hover, 
.why-pillar-card.active {
  background: #ffffff;
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(16, 99, 131, 0.08);
  border-color: var(--color-primary);
}

.why-pillar-card:hover .pillar-icon-wrap,
.why-pillar-card.active .pillar-icon-wrap {
  background: var(--color-primary);
  color: #ffffff;
}

/* Trust Bar Styling */
.trust-bar-minimal {
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 100px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  max-width: max-content;
}

.trust-item .count {
  font-size: 28px;
  font-weight: 800;
  color: var(--color-title-dark);
  display: block;
  line-height: 1;
}

.trust-item .stars {
  color: #FFD700;
  font-size: 15px;
  margin-top: 5px;
}

.v-divider {
  width: 1px;
  height: 35px;
  background: #e0e0e0;
}

.trust-text span {
  font-size: 17px;
  color: #888;
}

@media (max-width: 767px) {
  .trust-bar-minimal {
      border-radius: 15px;
      flex-direction: column;
      text-align: center;
      max-width: 100%;
  }
  .v-divider { display: none; }
}



/* new blog */
/* --- Modern Blog Grid Styling --- */
.tbt-blog-card-main {
  background: #f3f3f3;
  border-radius: 15px;
  overflow: hidden;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.05); */
  height: 100%;
  transition: 0.4s;
  border: 1px solid #f0f0f0;
}

.tbt-blog-card-main .image-box {
  position: relative;
  height: 350px;
  overflow: hidden;
}

.tbt-blog-card-main .image-box .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.tbt-blog-card-main:hover .main-img {
  transform: scale(1.1);
}

.tbt-blog-card-main .promo-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #F3B80C;
  color: #000;
  padding: 5px 15px;
  font-weight: 700;
  border-radius: 4px;
  font-size: 13px;
  z-index: 2;
}

.tbt-blog-card-main .date-pill {
  position: absolute;
  bottom: -1px;
  right: 30px;
  background: #180000;
  color: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  z-index: 2;
}

.tbt-blog-card-main .date-pill .day { display: block; font-size: 24px; font-weight: 800; line-height: 1; }
.tbt-blog-card-main .date-pill .month { font-size: 12px; font-weight: 600; letter-spacing: 1px; }

.tbt-blog-card-main .content-box { padding: 40px 30px; }
.tbt-blog-card-main .meta-wrap { display: flex; gap: 20px; margin-bottom: 15px; color: #666; font-size: 14px; font-weight: 600; }
.tbt-blog-card-main .meta-wrap i { color: #180000; }

.tbt-blog-card-main .title { font-size: 24px; line-height: 1.3; margin-bottom: 15px; }
.tbt-blog-card-main .read-more-link { font-weight: 700; color: #180000; text-transform: uppercase; letter-spacing: 1px; font-size: 13px; display: flex; align-items: center; gap: 10px; }
.tbt-blog-card-main .read-more-link:hover { color: #000; }

/* --- Side Card Styling --- */
.tbt-side-deals-wrap { display: flex; flex-direction: column; gap: 25px; }

.tbt-blog-card-side {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.tbt-blog-card-side .image-box-sm {
  width: 120px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}

.tbt-blog-card-side .image-box-sm img { width: 100%; height: 100%; object-fit: cover; }

.tbt-blog-card-side .category { color: #180000; font-weight: 700; font-size: 12px; text-transform: uppercase; }
.tbt-blog-card-side .title-sm { font-size: 17px; margin: 5px 0; line-height: 1.4; }
.tbt-blog-card-side .date { font-size: 13px; color: #888; margin: 0; }

/* --- Mini Newsletter --- */
.tbt-newsletter-mini {
  background: #f8fafd;
  padding: 30px;
  border-radius: 12px;
  border: 1px dashed #180000;
}

.tbt-newsletter-mini h6 { font-size: 18px; margin-bottom: 8px; }
.tbt-newsletter-mini p { font-size: 14px; margin-bottom: 20px; }

.tbt-newsletter-mini form {
  display: flex;
  background: #fff;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #eee;
}

.tbt-newsletter-mini input { border: none !important; padding-left: 10px; font-size: 14px; }
.tbt-newsletter-mini button {
  background: #180000;
  color: #fff;
  border: none;
  width: 45px;
  height: 40px;
  border-radius: 4px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .tbt-blog-card-main .title { font-size: 22px; }
  .tbt-blog-card-side { flex-direction: column; align-items: flex-start; }
  .tbt-blog-card-side .image-box-sm { width: 100%; height: 200px; }
}


/* Testimonial equal height */
/* 1. Ensure the Swiper wrapper is using flex alignment */
.testimonials-slider2 .swiper-wrapper {
  display: flex;
  align-items: stretch; /* This forces all slides to the same height */
}

/* 2. Make the Swiper slide a flex container itself */
.testimonials-slider2 .swiper-slide {
  display: flex;
  height: auto; /* Allows the slide to grow to the height of the tallest one */
}

/* 3. Force the inner wrapper to fill 100% of the slide's height */
.testimonials-wrapper-three {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  /* Optional: Ensure consistent padding if not already set */
  padding: 30px 24px 35px; 
}

/* 4. (Optional) Push content if needed */
/* This makes the description box expand to fill space so cards look uniform */
.testimonials-wrapper-three .desc {
  flex-grow: 1;
  margin-bottom: 0; /* Optional: cleans up bottom spacing */
}


/* Banner-six */

/* This ensures the background color fills the 125px gap at the top */
.body-bg-one {
  background: #F3F3F3 !important;
  overflow: hidden;
}

/* We convert the banner margin into padding on the parent so the background color is visible */
.rts-banner-area-six {
  margin-top: 140px !important; /* Remove the top margin */
  padding-top: 150px;       /* Use padding instead to show the grey background */
  padding-bottom: 50px;    /* Optional: adds space at the bottom of the banner */
}


/* Slider specific fixes */
.banner-six-slider {
  width: 100%;
  height: auto;
}

.banner-six-slider .swiper-slide {
  height: auto;
}

/* Positioning Pagination dots */
.banner-six-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.banner-six-slider .swiper-pagination-bullet-active {
  background: #F3B80C !important; /* Tibet Gold */
  opacity: 1;
  width: 25px;
  border-radius: 5px;
}

/* Styling Navigation Arrows */
.banner-six-slider .swiper-button-next, 
.banner-six-slider .swiper-button-prev {
  color: #fff;
  background: rgba(16, 99, 131, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
}

.banner-six-slider .swiper-button-next:after, 
.banner-six-slider .swiper-button-prev:after {
  font-size: 20px;
}

.banner-six-slider .swiper-button-next:hover, 
.banner-six-slider .swiper-button-prev:hover {
  background: #180000;
}

/* Ensure background covers the slide area */
.rts-banner-area-six {
  background-size: cover;
  background-position: center;
}


/* Ensure the swiper container takes full width */
.banner-six-slider {
  width: 100%;
  position: relative;
}

/* Style the auto-sliding pagination dots */
.banner-six-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
  width: 12px;
  height: 12px;
}

.banner-six-slider .swiper-pagination-bullet-active {
  background: #F3B80C !important; /* Tibet Gold */
  width: 30px;
  border-radius: 5px;
  opacity: 1;
}

/* Ensure background image covers the slide properly */
.rts-banner-area-six {
  background-size: cover;
  background-position: center;
  min-height: 500px;
  display: flex;
  align-items: center;
}
/* Center flex buttons and prevent 100% width */
.price-section .rts-btn {
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important; /* already in base css, but ensures centering works */
}

/* Reversed Button Styles */
.btn-enquiry-reverse {
  background-color: #ffffff !important;
  color: #180000 !important;
  border: 1px solid #180000 !important;
  transition: all 0.3s ease !important;
}

/* Overriding the template's ::before animation for this specific button */
.btn-enquiry-reverse::before {
  display: none !important;
}

/* Hover: Switches to Baltic Blue background and White text */
.btn-enquiry-reverse:hover {
  background-color: #180000 !important;
  color: #ffffff !important;
  border-color: #180000 !important;
}

/* Center the flex buttons */
.price-section .rts-btn {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Specific styling for the 'Free Enquiry' button to match screenshot */
.btn-enquiry-outline {
    background: #ffffff !important;
    color: #180000 !important;
    border: 1px solid #180000 !important;
    transition: all 0.3s ease !important;
}

/* This is IMPORTANT: It stops the template's red sliding hover effect 
   from covering the white button */
.btn-enquiry-outline::before {
    display: none !important;
}

/* Reverse hover: turns blue when mouse over */
.btn-enquiry-outline:hover {
    background: #180000 !important;
    color: #ffffff !important;
}


/* Contact Page Custom Design */
.contact-page-wrapper {
  background-color: #E3F2FD; /* Light Blue background from screenshot */
  border-radius: 15px;
  overflow: hidden;
}

/* Left Column Styles */
.company-name {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.registration-info {
  font-size: 14px;
  color: #666;
  margin-bottom: 40px !important;
}

.contact-timeline {
  position: relative;
}

/* Vertical Connecting Line */
.contact-timeline::before {
  content: '';
  position: absolute;
  left: 17px;
  top: 10px;
  bottom: 40px;
  width: 2px;
  background-color: #ffffff; /* White line connecting icons */
  z-index: 1;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.timeline-item .icon {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #254f9a; /* Deep Blue icon color */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  flex-shrink: 0;
}

.timeline-item .content label {
  display: block;
  font-weight: 700;
  color: #333;
  margin-bottom: 2px;
  font-size: 16px;
}

.timeline-item .content p {
  margin: 0;
  font-size: 15px;
  color: #555;
}

/* Form Styles */
.form-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333;
}

.form-group-custom {
  margin-bottom: 0;
}

.form-group-custom label {
  font-size: 14px;
  font-weight: 600;
  color: #444;
  margin-bottom: 8px;
  display: block;
}

.form-group-custom label span {
  color: #f44336;
}

.form-group-custom input,
.form-group-custom textarea,
.form-select-custom {
  width: 100% !important;
  background: #ffffff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 12px 15px !important;
  font-size: 15px;
  color: #333;
}

.form-select-custom {
  height: 48px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 15px !important;
}

/* Submit Button */
.submit-blue {
  background-color: #254f9a !important; /* Deep Blue button from screenshot */
  border: none !important;
  color: #fff !important;
  padding: 15px 40px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  border-radius: 6px !important;
}

.submit-blue:hover {
  background-color: #1a3a75 !important;
}

@media (max-width: 991px) {
  .border-end-custom {
      border-bottom: 1px solid rgba(255,255,255,0.5);
  }
}

/* Contact Page Custom Design */
.contact-page-wrapper {
  background-color: #E3F2FD; /* Light Blue background from screenshot */
  border-radius: 15px;
  overflow: hidden;
}

/* Left Column Styles */
.company-name {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.registration-info {
  font-size: 14px;
  color: #666;
  margin-bottom: 40px !important;
}

.contact-timeline {
  position: relative;
}

/* Vertical Connecting Line */
.contact-timeline::before {
  content: '';
  position: absolute;
  left: 17px;
  top: 10px;
  bottom: 40px;
  width: 2px;
  background-color: #ffffff; /* White line connecting icons */
  z-index: 1;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.timeline-item .icon {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #254f9a; /* Deep Blue icon color */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  flex-shrink: 0;
}

.timeline-item .content label {
  display: block;
  font-weight: 700;
  color: #333;
  margin-bottom: 2px;
  font-size: 16px;
}

.timeline-item .content p {
  margin: 0;
  font-size: 15px;
  color: #555;
}

/* Form Styles */
.form-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333;
}

.form-group-custom {
  margin-bottom: 0;
}

.form-group-custom label {
  font-size: 14px;
  font-weight: 600;
  color: #444;
  margin-bottom: 8px;
  display: block;
}

.form-group-custom label span {
  color: #f44336;
}

.form-group-custom input,
.form-group-custom textarea,
.form-select-custom {
  width: 100% !important;
  background: #ffffff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 12px 15px !important;
  font-size: 15px;
  color: #333;
}

.form-select-custom {
  height: 48px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 15px !important;
}

/* Submit Button */
.submit-blue {
  background-color: #254f9a !important; /* Deep Blue button from screenshot */
  border: none !important;
  color: #fff !important;
  padding: 15px 40px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  border-radius: 6px !important;
}

.submit-blue:hover {
  background-color: #1a3a75 !important;
}

@media (max-width: 991px) {
  .border-end-custom {
      border-bottom: 1px solid rgba(255,255,255,0.5);
  }
}


/* --- Brand Specific UI Adjustments --- */
.contact-card-main-wrapper {
  background-color: #f3f3f3; /* Precise light blue from screenshot */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

.contact-icon-box {
  width: 44px;
  height: 44px;
  background: #180000; /* Baltic Blue */
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.contact-label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1a2b3c;
  margin-bottom: 2px;
}

/* Form Styling */
.field-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  margin-bottom: 8px;
}
.field-label span { color: #f33; }

.contact-form-refined input, 
.contact-form-refined textarea,
.form-select-custom {
  width: 100% !important;
  background: #ffffff !important;
  border: 1px solid #e1e8ed !important;
  border-radius: 6px !important;
  padding: 12px 15px !important;
  font-size: 15px;
  color: #333;
  transition: 0.3s;
}

.contact-form-refined input:focus, 
.contact-form-refined textarea:focus {
  border-color: #180000 !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(16, 99, 131, 0.1);
}

.form-select-custom {
  height: 48px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 15px !important;
}

/* Button */
.submit-teal {
  background-color: #180000 !important;
  border: none !important;
  padding: 15px 35px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  transition: 0.3s;
}
.submit-teal:hover {
  background-color: #0d4e68 !important;
  transform: translateY(-2px);
}

/* Footer & Maps */
.full-map-area {
  /* margin-top: 50px; */
  line-height: 0;
}

.footer-links, .footer-contact-info {
  list-style: none;
  padding: 0;
}

.footer-links li, .footer-contact-info li {
  margin-bottom: 12px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.footer-links li a, .footer-contact-info li a {
  color: #555;
  transition: 0.3s;
}

.footer-links li a:hover, .footer-contact-info li a:hover {
  color: #180000;
  padding-left: 5px;
}

.payment-icons img {
  filter: grayscale(1);
  opacity: 0.7;
  transition: 0.3s;
}
.payment-icons img:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .contact-card-main-wrapper .row > div {
      /* padding: 30px 20px !important; */
  }
}


/* Custom Dropdown Styling */
.custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}

.custom-select-trigger {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  background: #ffffff;
  border: 1px solid #e1e8ed;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
}

.custom-select-trigger:hover {
  border-color: #180000;
}

.custom-select-trigger i {
  font-size: 12px;
  color: #666;
  transition: transform 0.3s ease;
}

/* Open State */
.custom-select-wrapper.open .custom-select-trigger {
  border-color: #180000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-select-wrapper.open .custom-select-trigger i {
  transform: rotate(180deg);
}

/* Options List */
.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #e1e8ed;
  border-top: none;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 250px;
  overflow-y: auto;
}

.custom-select-wrapper.open .custom-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Individual Option */
.custom-option {
  padding: 12px 15px;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  transition: all 0.2s ease;
}

.custom-option:hover {
  background-color: #2b6cb0; /* The blue from your screenshot */
  color: #ffffff;
}

.custom-option.selected {
  background-color: #f7fafc;
  color: #180000;
  font-weight: 600;
}

.custom-option.selected:hover {
  color: #fff;
}

/* Ensure sticky header is always visible with background */
.header--sticky.sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  background-color: #180000 !important; /* Your Monastic Red */
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 1000 !important;
  animation: stickyanimations 0.5s ease forwards;
}

/* Fix for mobile header background */
@media (max-width: 991px) {
  .header-style-one {
      background-color: #180000 !important; /* Force background on mobile */
      position: relative !important;
  }
}

/* Ensure the hide-me transition is smooth */
.header-style-one.hide-me {
  transform: translateY(-100%) !important;
  transition: transform 0.3s ease-in-out;
}


.ft-color{
  color: #111110;
}
.ft-color-1{
  color: #180000;
}
.ft-28{
  font-size: 28px;
}

/* Testimonials */
/* Ensure the quote icon stays in the top right corner */
.testimonials-wrapper-three .quote {
  position: absolute;
  top: 20px;
  right: 20px;
}

.quote{
  color: #180000; 
  font-size: 30px;
}
.stars{
  color: #FFB400; 
}
.rating{
  list-style: none; 
  padding: 0; 
  display: flex; 
  gap: 4px;
}

/* Ensure stars are spaced correctly */
.star-rating-area {
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
}

.star-rating-area li {
  margin: 0 !important;
  padding: 0 !important;
}

.star-rating-area i {
  font-size: 14px; /* Adjust size to match your design */
}



/* Blog-details-blockquote*/
/* =========================================================
   Direct Blockquote Tag Styling (Using Span for Attribution)
   ========================================================= */
blockquote {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 45px;
    margin: 0 0 30px 0; /* Reset margins and ensure spacing */
    position: relative;
    border: 1px solid var(--color-border);
    font-style: normal;
}

/* Generates the Quote Icon automatically */
blockquote::before {
    content: "\f10d"; 
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
    font-weight: 900;
    display: block;
    font-size: 40px;
    color: var(--color-primary);
    margin-bottom: 20px;
}

/* Styles the quote paragraph */
blockquote p {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--color-heading-1);
    margin-bottom: 15px !important;
    font-family: var(--font-primary);
}

/* Styles the span as the attribution source */
blockquote span {
    display: block; /* Forces it to a new line */
    font-size: 16px;
    font-weight: 600;
    color: var(--color-body-1);
    font-family: var(--font-secondary);
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    blockquote {
        padding: 30px 20px;
    }
    
    blockquote::before {
        font-size: 30px;
    }

    blockquote p {
        font-size: 18px;
        line-height: 1.5;
    }

    blockquote span {
        font-size: 14px;
    }
}

