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

:root {
  /* --colorPrimary: #60a111; */
  --colorPrimary: #2a7e19;
  --colorPrimary2: #f4fce8;
  --colorPrimary3: #ddf7ba;
  /* --colorPrimary3: var(--colorPrimary3); */
  /* --colorSecondary: #25b1f3; */
  --colorSecondary: #000;

  --colorBody: #0e0f0f;
  --colorDanger: #e42626;
  --colorText: rgba(0, 0, 0, 0.6);
  --colorButton: #f89a2b;
  --transition: all 0.35s ease-in;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* body {
  margin: 0;
  font-family: "Poppins", sans-serif;
} */

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: inherit;
  color: var(--colorBody);
  margin: 0;
}

a {
  background: transparent;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

h1,
h2 {
  font-family: 'Mogra', system-ui;
  font-size: 125%;
}

h3,
h4 {
  /* font-family: "Dancing Script", cursive; */
  font-family: 'Poppins', sans-serif;
  font-size: 125%;
}

p {
  font-size: 15px;
}
h1 {
  font-size: 2em;
  /* margin: 0.67em 0; */
}

h2 {
  font-size: 1.5em;
  /* margin: 0.83em 0; */
}

h3 {
  font-size: 1.17em;
  /* margin: 1em 0; */
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: '\201C''\201D''\2018''\2019';
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?odkk1s');
  src: url('fonts/icomoon.eot?#iefixodkk1s') format('embedded-opentype'),
    url('fonts/icomoon.woff?odkk1s') format('woff'),
    url('fonts/icomoon.ttf?odkk1s') format('truetype'),
    url('fonts/icomoon.svg?odkk1s#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^='icon-'],
[class*=' icon-'] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sunshine:before {
  content: '\e600';
}

.icon-van:before {
  content: '\e601';
}

.icon-ice-cream:before {
  content: '\e602';
}

.icon-kite:before {
  content: '\e603';
}

.icon-chair:before {
  content: '\e604';
}

.icon-watermelon:before {
  content: '\e605';
}

.icon-fish:before {
  content: '\e606';
}

.icon-bag:before {
  content: '\e607';
}

.icon-hotel:before {
  content: '\e608';
}

.icon-towel:before {
  content: '\e609';
}

.icon-pool:before {
  content: '\e60a';
}

.icon-departure:before {
  content: '\e60b';
}

.icon-fan:before {
  content: '\e60c';
}

.icon-glasses:before {
  content: '\e60d';
}

.icon-ride:before {
  content: '\e60e';
}

.icon-cup:before {
  content: '\e60f';
}

.icon-sun:before {
  content: '\e610';
}

.icon-mini-fan:before {
  content: '\e611';
}

.icon-postcard:before {
  content: '\e612';
}

.icon-ball:before {
  content: '\e613';
}

.icon-duck-balloon:before {
  content: '\e614';
}

.icon-van-alt:before {
  content: '\e615';
}

.icon-tend:before {
  content: '\e616';
}

.icon-plane:before {
  content: '\e617';
}

.icon-hat:before {
  content: '\e618';
}

.icon-bucket:before {
  content: '\e619';
}

.icon-sandals:before {
  content: '\e61a';
}

.icon-starfish:before {
  content: '\e61b';
}

.icon-island:before {
  content: '\e61c';
}

.icon-flower:before {
  content: '\e61d';
}

.icon-boat:before {
  content: '\e61e';
}

.icon-clam:before {
  content: '\e61f';
}

.icon-coconut:before {
  content: '\e620';
}

.icon-anchor:before {
  content: '\e621';
}

.icon-motorboat:before {
  content: '\e622';
}

.icon-jetski:before {
  content: '\e623';
}

.icon-camera:before {
  content: '\e624';
}

.icon-shuttelcock:before {
  content: '\e625';
}

.icon-fly-calendar:before {
  content: '\e626';
}

.icon-ticket:before {
  content: '\e627';
}

.icon-crab:before {
  content: '\e628';
}

.icon-balloon-boat:before {
  content: '\e629';
}

.icon-shot-pant:before {
  content: '\e62a';
}

.icon-bikini:before {
  content: '\e62b';
}

.icon-drink:before {
  content: '\e62c';
}

.fullwidth-block {
  padding: 20px 0;
  @media (min-width: 768px) {
    padding: 70px 0;
  }
}

.section-title {
  font-family: 'Mogra', system-ui;
  font-size: 16px;
  text-align: left;
  line-height: 20px;
  font-weight: 400;
  @media (min-width: 768px) {
    font-size: 22px;
    line-height: 40px;
  }
  color: var(--colorPrimary);
  text-transform: capitalize;
  margin: 0;
}
.section-sub-title {
  font-size: 24px;
  text-align: left;
  line-height: 36px;
  font-weight: 700;
  @media (min-width: 768px) {
    font-size: 36px;
    line-height: 54px;
  }
  text-transform: capitalize;
  margin: 0;
}

.feature.left-icon {
  padding-left: 70px;
  position: relative;
}
.feature.left-icon [class^='icon-'] {
  position: absolute;
  left: 0;
  top: 5px;
  color: var(--colorPrimary);
  font-size: 36px;
}
.feature.left-icon [class='icon-jetski'] {
  font-size: 24px;
}
.feature.left-icon .feature-title {
  font-size: 1.5em;
  font-weight: 600;
  color: var(--colorPrimary);
}

.button {
  padding: 5px 30px;
  background-color: var(--colorPrimary);
  border: none;
  border-radius: 5px;
  color: white;
  display: inline-block;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125em;
}
.button:hover,
.button:active {
  background-color: #34d6e6;
}

.offer {
  margin-bottom: 30px;
}
.offer .featured-image {
  border: 5px solid white;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: white;
  margin-bottom: 20px;
}
.offer .featured-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 159px;
  max-height: 159px;
  @media (min-width: 1201px) {
  }
}
.offer .entry-title {
  font-size: 16px;
  font-size: 1em;
  font-weight: 500;
  color: var(--colorSecondary);
  text-align: center;
}
.offer .entry-title a {
  text-decoration: none;
  color: inherit;
}

.testimonial {
  padding: 30px 20px;
  margin-bottom: 30px;
  text-align: center;
}
.testimonial .avatar {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}
.testimonial .avatar img {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}
.testimonial blockquote {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.testimonial cite {
  font-weight: 700;
  display: block;
  font-style: normal;
  margin-bottom: 0;
  font-size: 15px;
  font-size: 0.8125em;
}
.testimonial span {
  font-size: 13px;
  font-size: 0.8125em;
  font-style: italic;
}

/* Testimonial  */
.testimonial-wrapper {
  margin-top: 20px;
}

.testimonial-body {
  margin-bottom: 0;
}
.testimonial {
  /* @media (min-width: 768px) {
    width: 50%;
  } */

  margin: 0 auto; /* Center the slide */
  padding: 20px;
}

.testimonial img {
  max-width: 100%;
  height: auto;

  object-fit: contain;
}

.testimonial-content {
  display: grid;
  row-gap: 3rem;
  align-items: center;

  @media (min-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
  }
}

.testimonial-content .testimonial-text {
  color: #020101b3;
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0.4px;
  text-align: left;
}

.testimonial .testimonial-quote-image {
  width: 68px;
  height: auto;
  object-fit: contain;
}

.testimonial .testimonial-traveller {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.testimonial-traveller .testimonial-line {
  width: 70px;
  height: 1px;
  background-color: #2a7e19;
  margin-top: 1rem;
}

.testimonial-traveller .traveller-name {
  color: #000;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.4px;
  margin-bottom: 0 !important;
  font-weight: 500;
}

.testimonial-traveller .traveller-rating {
  height: 36px;
  width: auto;
}

.testimonial-traveller .traveller-origin {
  color: #00000099;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-bottom: 0 !important;
}
/* Custom arrows */
/* Custom arrows */

/* Hide arrows on mobile */
@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    display: none;
  }
}

.list-arrow {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 30px;
  padding-left: 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 23px;
  @media (min-width: 768px) {
    line-height: 28px;
  }
}
.list-arrow li {
  position: relative;
  /* padding-left: 20px; */
}
.list-arrow li:before {
  content: ' ';
  width: 6px;
  height: 5px;
  background: url(images/small-arrow.png) no-repeat;
  position: absolute;
  left: 0;
  top: 10px;
}
.list-arrow li a {
  color: inherit;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
.list-arrow li a:hover {
  color: var(--colorPrimary);
}
.list-arrow.alt {
  font-size: 15px;
}
.list-arrow.alt li {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-arrow.alt li:before {
  top: 20px;
}

.list-fa {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 30px;
}
.list-fa li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.list-fa .fa {
  position: absolute;
  left: 0;
  top: 5px;
}

.boxed-link {
  display: block;
  padding: 12px 30px 12px 20px;
  color: var(--colorBody);
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.boxed-link:after {
  content: ' ';
  width: 23px;
  height: 11px;
  background: url(images/long-arrow.png) no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.boxed-link:hover {
  border-color: var(--colorPrimary);
  color: var(--colorPrimary);
}

.team {
  position: relative;
  padding-left: 150px;
  min-height: 170px;
  margin-bottom: 50px;

  @media (min-width: 992px) {
    padding-left: 200px;
  }
}
.team .team-image {
  border-radius: 5px;
  overflow: hidden;
  width: 140px;
  height: 140px;
  position: absolute;
  left: 0;
  top: 0;

  @media (min-width: 992px) {
    width: 170px;
    height: 170px;
  }
}
.team .team-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 50%;
}
.team .team-name {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
.team .team-title {
  font-size: 11px;
  font-size: 0.6875em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.circle-list {
  counter-reset: section;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.circle-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
.circle-list li:before {
  counter-increment: section;
  content: counter(section);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  border: 1px solid #f1f1f1;
  font-weight: 700;
  color: var(--colorPrimary);
  line-height: 30px;
  font-size: 13px;
  font-size: 0.8125em;
}

.filter-links {
  margin: 0 0 50px;
}
.filter-links a {
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  display: inline-block;
  padding: 10px 40px;
  margin: 0 5px 10px;
  text-decoration: none;
  color: var(--colorBody);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.filter-links a:hover {
  border-color: var(--colorPrimary);
  color: var(--colorPrimary);
}
.filter-links .mobile-filter {
  display: none;
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  -webkit-appearance: none;
  appearance: none;
  color: var(--colorBody);
  background: url(images/long-arrow.png) no-repeat 95% center;
}
@media screen and (max-width: 480px) {
  .filter-links a {
    display: none;
  }
  .filter-links .mobile-filter {
    display: block;
  }
}

.pagination {
  text-align: center;
  margin-top: 50px;
}
.pagination .page-numbers {
  text-align: center;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  color: inherit;
  text-decoration: none;
  margin: 0 3px;
  line-height: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  border-color: var(--colorPrimary);
  color: var(--colorPrimary);
}

.offer-item {
  margin-bottom: 50px;
  transition: var(--transition);
  /* background-color: var(--colorPrimary2); */
  border: 1px solid;
}

.offer-item:hover {
  /* background-color: var(--colorPrimary3); */
  cursor: pointer;
}

.offer-item .featured-image {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.offer-item .featured-image img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: 200px;
}
.offer-item .entry-title {
  /* font-size: 16px; */

  font-size: 1.25rem;
  margin: 0;
  font-weight: 600;
}
.offer-item .entry-title a {
  color: inherit;
  text-decoration: none;
}
.offer-item .price strong {
  color: var(--colorPrimary);
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 400;
}
.offer-item-text {
  padding: 0 6px;
}

.contact-form {
  margin-top: 20px;
  margin-bottom: 50px;
  /* *zoom: 1; */
}
.contact-form:after {
  content: ' ';
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.contact-form input,
.contact-form textarea {
  margin-bottom: 1.25rem;
  display: block;
}

.contact-form input:not([type='submit']),
.contact-form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid var(--colorPrimary);
  font-weight: 400;
  outline: none;
}
.contact-form input:not([type='submit']):hover,
.contact-form textarea:hover {
  border-color: var(--colorPrimary);
}
.contact-form textarea {
  min-height: 120px;
  resize: vertical;
  outline: none;

  @media (min-width: 768px) {
    min-height: 200px;
  }
}

.contact-form input[type='submit'] {
  float: right;
  display: inline-block;
  outline: none;
  border: none;
  padding: 15px 30px;
}

.map {
  position: relative;
}
/* .map:before {
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
} */
.map iframe {
  width: 100%;
  max-width: 100%;
  max-height: 300px;
}

.social-links a,
.packages-social-links a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--colorPrimary);
  color: var(--colorPrimary);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding-top: 3px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.social-links a.facebook:hover {
  color: #435aa3;
  border-color: #435aa3;
}
.social-links a.twitter:hover {
  color: #51baff;
  border-color: #51baff;
}
.social-links a.google-plus:hover {
  color: #ff7b51;
  border-color: #ff7b51;
}
.social-links a.pinterest:hover {
  color: #e42626;
  border-color: #e42626;
}
.packages-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.packages-contact-text {
  color: var(--colorPrimary);
  font-size: 20px;
  font-weight: 400;
}
.packages-contact a,
.packages-social-links a {
  display: inline-block;
}
.packages-social-links {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 16px;
}

.filterable-items .filterable-item {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.filterable-items {
  margin: 0 -15px;
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  grid-template-columns: repeat(auto-fill, minmax(200px, 300px));
  column-gap: 2rem;
}

.filterable-item {
  padding: 0 15px;
  @media (min-width: 768px) {
    width: 33%;
  }

  @media (min-width: 992px) {
    width: 24%;
  }

  /* float: left; */
}

#filtered-packages.filtered-items .filterable-item {
  padding: 0 15px;
  @media (min-width: 768px) {
    width: 33%;
  }

  @media (min-width: 992px) {
    width: 32%;
  }

  /* float: left; */
}

.filterable-item .packages-contact {
  padding: 10px 0;
}

.filterable-item .entry-title {
  color: var(--colorBody);
  margin: 1rem;
}

@media screen and (max-width: 768px) {
  .filterable-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .filterable-item {
    width: 100%;
  }
}

/**** disabling Isotope CSS3 transitions ****/
/* line 435, ../../sass/template/_components.scss */
.filterable-items.no-transition,
.filterable-items.no-transition .filterable-item,
.filterable-items .filterable-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/* cabs services */
.cabs .filterable-items img {
  height: 400px;
  object-fit: cover;
}

.main-cab-image img {
  width: 100%;
  object-fit: cover;
}
.container,
.slider .flexslider-controls .flex-control-nav {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* *zoom: 1; */
}
.container:after,
.slider .flexslider-controls .flex-control-nav:after {
  content: ' ';
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
@media (min-width: 768px) {
  .container,
  .slider .flexslider-controls .flex-control-nav {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container,
  .slider .flexslider-controls .flex-control-nav {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  .slider .flexslider-controls .flex-control-nav {
    width: 1170px;
  }
}
@media (max-width: 768px) {
  .container,
  .slider .flexslider-controls .flex-control-nav {
    padding: 0 20px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* *zoom: 1; */
}
.container-fluid:after {
  content: ' ';
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.row {
  /* margin-left: -15px;
  margin-right: -15px; */
  /* *zoom: 1; */
}
.row:after {
  content: ' ';
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.site-header {
  z-index: 9999;
  position: relative;
}
.site-header .header-content {
  background: white;
  margin-top: 26px;
  display: flex;
  align-items: center;
  padding-right: 10px;
  /* *zoom: 1; */
}
.site-header .header-content:after {
  content: ' ';
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.site-header .branding {
  display: block;
}

.site-header .branding span {
  font-size: 1.5rem;
}
.site-header .branding span:first-of-type {
  color: var(--colorPrimary);
}

.site-header .branding span:last-of-type {
  color: var(--colorSecondary);
}
@media screen and (max-width: 990px) {
  .site-header .branding {
    /* padding: 20px 0; */
    padding: 0;
    margin: 0 auto;
    float: none;
    position: relative;
    /* width: 250px; */
  }
}
@media screen and (max-width: 640px) {
  .site-header .branding {
    /* float: left; */
    /* padding: 14px 0 10px 16px; */
    padding: 0;
    margin: 0;
    /* width: auto; */
  }
}
.site-header .main-navigation {
  display: flex;
  align-items: center;
  flex: 1;
}

.menu-item.reg {
  display: none;
  @media (min-width: 768px) {
    flex: 1;
    margin-left: auto;
    text-align: right;
    padding: 0 1rem 0 0;
  }
}
.site-header .contact-us-btn {
  /* float: right; */
  padding: 10px 20px;
  /* margin: 21px 25px; */
  /* background-color: #f89a2b; */
  background-color: var(--colorPrimary);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  width: 133px;
  @media (max-width: 767px) {
    display: none;
  }
}

.jk-toursim-reg {
  display: none;
  @media (min-width: 768px) {
    flex: 1;
    margin-left: auto;
    text-align: right;
    padding: 0 1rem 0 0;
  }
}
.site-header .social-links {
  float: right;
  text-align: right;
  display: flex;
  gap: 0.5rem;
  padding: 30px 20px 20px 0;
}
@media screen and (max-width: 990px) {
  .site-header .social-links {
    padding: 15px 20px 20px;
    display: flex;
    gap: 0.5rem;
  }
}

@media screen and (max-width: 640px) {
  .site-header .social-links {
    display: none;
  }
}

.slider-collapse {
  margin: 0;
}
.slider-collapse .site-header {
  position: absolute;
  width: 100%;
  top: 0;
}

.branding .logo {
  /* float: left; */
  /* margin-right: 10 */
  width: 100%;
  max-width: 150px;
  height: auto;
  /* height: 68px; */
  @media screen and (max-width: 640px) {
    height: 4rem;
    max-width: 150px;
    display: block;
    margin-top: 0.25rem;
    margin-left: 0.5rem;
  }
}

.branding .site-title,
.branding .site-description {
  display: table;
}

.branding .site-title {
  font-size: 1rem;
  margin: 5px 0 0;
}

.branding .site-title a {
  color: inherit;
  text-decoration: none;
}

.branding .site-description {
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625em;
}

@media screen and (max-width: 990px) {
  .main-navigation {
    margin-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .main-navigation {
    margin-top: 10px;
  }
}

.main-navigation .menu-toggle {
  border: none;
  background: none;
  font-size: 18px;
  display: none;
  outline: none;
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .main-navigation .menu-toggle {
    display: block;
    margin-right: 13px;
    padding: 0;
  }
}

.main-navigation .menu-toggle img {
  width: auto;
}

.main-navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

/* @media screen and (min-width: 641px) {
  .main-navigation .menu {
    display: block !important;
  }
} */

@media screen and (max-width: 640px) {
  .main-navigation .menu {
    display: none;
    position: absolute;
    top: 90px;
    left: 20px;
    right: 20px;
    background: white;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}

.main-navigation .menu li {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .main-navigation .menu li {
    display: block;
  }
}

.main-navigation .menu li a {
  padding: 34px 10px;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 16px;
  color: var(--colorSecondary);
}

@media screen and (max-width: 990px) {
  .main-navigation .menu li a {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 640px) {
  .main-navigation .menu li a {
    padding: 20px 30px;
  }
}

.main-navigation .menu li.current-menu-item a,
.main-navigation .menu li:hover a {
  color: var(--colorPrimary);
  font-weight: 500;
}

.main-navigation .menu {
  @media (min-width: 768px) {
    display: flex;
    flex: 1;
  }
}

.breadcrumbs {
  background: #f1f1f1;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.breadcrumbs a {
  text-decoration: none;
  color: inherit;
  padding: 0 10px;
  display: inline-block;
}

.breadcrumbs span {
  display: inline-block;
  padding: 0 10px;
  color: var(--colorPrimary);
}

.menu-item.registered {
  margin-left: auto;
}

.main-navigation .menu-item.reg {
  padding: 20px 30px;
  color: var(--colorPrimary);
  font-weight: 900;

  @media (min-width: 768px) {
    flex: 1;
    padding: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.slider {
  position: relative;
}

.slider .slides {
  list-style: none;
  padding-left: 0;
  margin: 0;
  /* *zoom: 1; */
}
.slider .slides:after {
  content: ' ';
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.slider .slides li {
  position: relative;
  background-size: cover;
  object-fit: cover;
  width: 100%;
  height: 700px;
  background-position: center;
}

.slider .slides li.slide1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
    url('./velocity-Images/Main-slider/Slider1.jpg');
}

.slider .slides li.slide2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url('./velocity-Images/Main-slider/Slider2.jpg');
}

.slider .slides li.slide3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
    url('./velocity-Images/Main-slider/Slider3.jpg');
}

.slider .slides li.slide4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url('./velocity-Images/Main-slider/Slider4.jpg');
}

.slider .slides li img {
  width: 100%;
  max-width: 100%;
}
.slider .slides li .container,
.slider .slides li .flexslider-controls .flex-control-nav,
.slider .flexslider-controls .slides li .flex-control-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.slider .slides li .slide-caption {
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);

  width: 100%;

  background: transparent;
  padding: 20px;
  border-radius: 5px;
  height: 275px;

  margin: auto;
  text-align: center;

  @media (min-width: 992px) {
    padding: 25px;
    height: 355px;
    top: 160px;
  }
  @media (min-width: 1200px) {
    padding: 30px;
  }
}
@media screen and (max-width: 990px) {
  .slider .slides li .slide-caption {
    /* left: 20px;
    right: 20px; */
  }
}

/* @media (min-width: 641px) and (max-width: 991px) {
  .slider .slides li .slide-caption {
    height: 250px;
    top: 200px;
  }
} */
.slider .slides li .slide-title {
  color: #ffffff;
  /* font-family: 'Mogra', system-ui; */
  font-size: 26px;
  /* padding: 5px 10px 5px 10px; */
  margin: 0px 0px 0px 0px;
  text-shadow: 8px 7px 4px rgba(0, 0, 0, 0.5);

  letter-spacing: 4px;
  @media (min-width: 768px) {
    font-size: 30px;
  }
  @media (min-width: 1200px) {
    font-size: 40px;
  }
}

/* .slider .slides li .slide-title-sub {
  color: #ffffff;
  font-family: 'Mogra', system-ui;
  font-size: 30px;
  padding: 5px 10px 5px 10px;
  margin-bottom: 0;
  text-shadow: 8px 7px 4px rgba(0, 0, 0, 0.5);

  letter-spacing: 4px;

  @media (min-width: 768px) {
    font-size: 36px;
  }
} */

.slider .slides li .slide-subtitle {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: inherit;
  padding: 5px 10px 5px 10px;
  margin: 20px 0px 30px 0px;
  letter-spacing: 5px;

  /* @media (min-width: 768px) {
    font-size: 30px;
  } */
}

.slider .slides li .slide-description {
  color: #ffffff;
  font-size: 17px;
  line-height: 27px;
  padding: 10px 10px 5px 10px;
  /* margin: 16px 0px 30px 0px; */
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;

  background-color: #3a3939;
  opacity: 0.7;
  margin: 16px auto 30px auto;
  @media (min-width: 768px) {
    font-size: 18px;
    max-width: 700px;
    padding: 10px 20px 5px 20px;
  }
}
.slider .flexslider-controls .container {
  position: relative;
}
.slider .flexslider-controls .flex-control-nav {
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;

  z-index: 99;
  width: 390px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .slider .flexslider-controls .flex-control-nav {
    width: 100%;
  }
}
.slider .flexslider-controls .flex-control-nav li {
  width: 20px;
  height: 20px;
  border: 1px solid #9aa8a9;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 3px;
}
.slider .flexslider-controls .flex-control-nav li a {
  text-indent: -99999px;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.slider .flexslider-controls .flex-control-nav li.flex-active a {
  background-color: var(--colorPrimary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: normal;
}

figure {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
figure img {
  display: block;
  max-width: 100%;
}

.site-footer {
  /* background-color: #f1f1f1; */
  background-color: #303030;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 22px;
  @media (min-width: 768px) {
    font-size: 14px;
    line-height: 24px;
  }
}
.site-footer .footer-top {
  padding: 50px 0;
}
.site-footer .footer-bottom {
  background: #e7e7e7;
  padding: 50px 0;
}
.site-footer .footer-branding {
  display: block;
  text-align: center;
  @media (min-width: 768px) {
    text-align: left;
  }
}
.site-footer .footer-logo {
  max-width: 130px;
  @media (min-width: 768px) {
    max-width: 172px;
  }
}
.site-footer .branding .site-title {
  font-size: 14px;
  line-height: normal;
}
.site-footer .branding .site-description {
  font-size: 12px;
  color: var(--colorSecondary);
}
@media screen and (max-width: 480px) {
  .site-footer .branding {
    margin-bottom: 20px;
  }
}
.site-footer .contact-links {
  margin-top: 20px;
}
@media screen and (max-width: 990px) {
  .site-footer .contact-links {
    text-align: left;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .contact-links {
    clear: both;
  }
}
.site-footer .contact-links a {
  color: var(--colorBody);
  text-decoration: none;
  margin-left: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.site-footer .contact-links a .fa {
  margin-right: 5px;
}
.site-footer .contact-links a:hover {
  color: var(--colorPrimary);
}

.contact-links a {
  color: var(--colorBody);
}
.contact-links a:hover {
  color: var(--colorPrimary);
}
.contact-links a .fa {
  margin-right: 5px;
}
.site-footer .colophon {
  /* border-top: 1px solid #d1d1d1; */
  background: #1b1b1b;
  padding: 20px 0;
  text-align: center;
}
/* @media screen and (max-width: 480px) {
  .site-footer .colophon {
    text-align: center;
  }
} */

.site-footer .colophon .copy {
  /* color: var(--colorSecondary); */
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  @media (min-width: 768px) {
    font-size: 14px;
    line-height: 24px;
  }
}

.site-footer .colophon .registeration {
  color: #16d252;
  font-weight: 700;
}
.site-footer .colophon p {
  margin: 0;
}
.site-footer .widget {
  margin-bottom: 30px;
}
.site-footer .widget-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #fff;
  @media (min-width: 768px) {
    font-size: 20px;
    line-height: 32px;
  }
}
.site-footer .widget .footer-about {
  text-align: center;
  @media (min-width: 768px) {
    text-align: left;
  }
}
.site-footer .widget-customer-info img {
  margin-right: 10px;
  max-width: 120px;
  border-radius: 50%;
}
.site-footer .widget-customer-info .cs-info {
  display: table;
}
.site-footer .widget-customer-info .cs-info p {
  margin-top: 0;
}
.site-footer .widget-customer-info .cs-info a {
  text-decoration: none;
  color: var(--colorBody);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.site-footer .widget-customer-info .cs-info a:hover {
  color: var(--colorPrimary);
}
@media screen and (max-width: 480px) {
  .site-footer .container,
  .site-footer .slider .flexslider-controls .flex-control-nav,
  .slider .flexslider-controls .site-footer .flex-control-nav {
    padding: 0 20px;
  }
}

.contact-details a {
  color: var(--colorBody);
  transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.contact-details a:hover {
  color: var(--colorPrimary);
}

.contact-details .confidential-message {
  color: var(--colorDanger);
}

/* --- Faqs  --- */

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid var(--colorSecondary);
}

.accordion {
  margin-bottom: 2rem;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 12px 0;
  color: var(--colorBody);
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: var(--colorSecondary);
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: var(--colorSecondary);
  border: 1px solid var(--colorSecondary);
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: var(--colorSecondary);
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
/* .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
} */

.accordion-content {
  height: 0;
  /*   opacity:0; */
  overflow: hidden;
  transition: height 0.35s ease-in-out;
}

.show-content {
  height: inherit;
  overflow: visible;
  opacity: 1;
  transition: all 0.35s ease;
}
.accordion .accordion-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  width: 95%;
  padding: 0 0 20px 0;
  margin: 0;
}

/* --- Individual Package pages   --- */
.package-overview,
.package-title,
.inlusions-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-decoration: underline;
  text-decoration-color: #2a7e19;
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
  @media (min-width: 768px) {
    font-size: 30px;
    line-height: 45px;
    text-decoration-thickness: 5px;
  }
}
.package-overview-list {
  padding: 0;
  list-style-position: inside;
}
.package-overview-list li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.7);
  @media (min-width: 768px) {
    font-size: 18px;
    line-height: 26px;
  }
}
.package-image {
  img {
    object-fit: cover;
    width: 100%;
  }
}

.package-details-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 1.5rem;
  margin-top: 72px;
  margin-bottom: 106px;
}

.enquiry-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;

  @media (min-width: 992px) {
    display: block;
  }
}

.enquiry-buttons .col-md-6 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2rem;

  @media (min-width: 992px) {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
.enquiry-buttons a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  color: var(--colorBody);
  transition: var(--transition);
  color: white;
  min-height: 56px;
}

.enquiry-buttons .quick-enquiry {
  background-color: var(--colorSecondary);
}

.enquiry-buttons .whatsapp-chat {
  background-color: var(--colorPrimary);
}

.packages-tabs {
  display: flex;
  gap: 2rem;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid var(--colorSecondary);
  padding-bottom: 0.5rem;
  flex-wrap: wrap;
}

.packages-tabs a {
  color: var(--colorSecondary);
  font-weight: 500;
  transform: var(--transition);
}

.packages-tabs a:hover {
  color: var(--colorPrimary);
}

.pkg-inclusions-container {
  position: relative;
  background-image: url(./images/);
}

.pkg-inclusions-container .pkg-inclusions-bg-img {
  width: 100%;
  min-height: 600px;
  max-height: 680px;
  object-fit: cover;
  @media (min-width: 768px) {
    min-height: auto;
  }
}

.pkg-inclusions-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.93);
  border-radius: 50px 0 50px 0;
  border: 11px solid #fff;
  max-width: 320px;
  width: 100%;
  padding: 24px;
  @media (min-width: 768px) {
    max-width: 580px;
    width: 100%;
    padding: 28px;
  }
}
.package-inclusions {
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  padding: 0;
  @media (min-width: 768px) {
    gap: 1rem;
    font-size: 18px;
  }
}
.package-inclusions li img {
  width: 15px;
  height: 15px;
}

.package-exclusions li img {
  width: 14px;
  height: 14px;
}

.pkg-exclusion-wrapper {
  padding: 86px 28px 50px 28px;
  background-image: url('./images/exclusions-bg.png');
  background-color: rgba(199, 255, 187, 0.42);
}

.package-exclusions {
  display: grid;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.7);
  padding: 0;
  row-gap: 1rem;
  @media (min-width: 768px) {
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
    row-gap: 3rem;
    margin-bottom: 52px;
    font-size: 18px;
    line-height: 20px;
  }
}

.package-exclusions li {
  display: flex;
  gap: 16px;
  align-items: start;
}

/* .package-title {
  color: var(--colorPrimary);
} */

.tour-itinerary .accordion-item {
  padding: 0 18px;
  background-color: rgba(199, 255, 187, 0.42);
  position: relative;
  margin-bottom: 26px;
  @media (min-width: 768px) {
    padding: 0 36px;
  }
}

.tour-itinerary .accordion-item .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}

.tour-itinerary .accordion-item .accordion-title button {
  font-weight: 500;
  font-size: 16px;
  @media (min-width: 768px) {
    font-size: 18px;
  }
}

.tour-itinerary .accordion-item .accordion-title img {
  width: 18px;
  rotate: 180deg;
  position: absolute;
  right: 0;
  z-index: -1;
  @media (min-width: 768px) {
    width: 24px;
  }
}

/* .tour-itinerary .accordion-item::after {
  content: "⌄";
  position: absolute;
  right: 2.5rem;
  top: 1.5rem;
  font-size: 44px;
  color: #11860b;
} */
.package-how-to-book span {
  font-weight: 500;
}

/* Features Section Homepage updates */

.features-section {
  padding: 0 25px;
  @media (min-width: 641px) {
    margin-top: 0;
    padding: 0 15px;
  }
}

.features-section .row {
  display: grid;
  @media (min-width: 641px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

/* Header Content */

/* --- more-service-image --- */
.more-service-image {
  height: 400px;
  object-fit: cover;
  width: 100%;
}

.more-services-wrapper .row {
  display: grid;

  @media (min-width: 992px) {
    display: block;
  }
}
.more-services-wrapper .row .fadeInRight {
  order: -1;
}
.gallery-happy {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 3rem;
}

.gallery-happy img {
  object-fit: cover;
  object-position: center;
  height: 270px;
  @media (min-width: 768px) {
    width: 100%;
    height: 270px;
    margin-right: 1rem;
  }
}

.gallery-happy img.happy-customer-elderly {
  object-position: top;
}

@media screen and (min-width: 768px) {
  .gallery-happy {
    /* display: flex; */
  }
}

/* --
.gallery-happy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.gallery-happy img {
  width: 100%;
  height: 300px;
  @media (min-width: 768px) {
    width: 50%;
    height: 400px;
  }

  object-fit: cover;
}
--*/
/* Hotel Gallery */
.hotel-gallery {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  /* align-items: center;
  justify-items: center; */
  gap: 1rem;
  margin-bottom: 60px;

  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  @media (min-width: 1024px) {
    column-gap: 1.5rem;
    row-gap: 1rem;
    margin-bottom: 80px;
  }

  /* border: 1px solid green; */
}

.hotel-gallery img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 260px;

  /* @media (min-width: 1024px) {
    max-width: 308px;
  }
  @media (min-width: 1280px) {
    max-width: 364px;
  } */
}
/* --- Special Offers --- */

#special-winter-offer {
  position: relative;
  background-color: var(--colorBody);
  height: 450px;
  width: 100%;
}

#special-winter-offer img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/*
#special-winter-offer img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: auto;
  border-radius: 50%;
  opacity: 0.75;
  @media (min-width: 768px) {
    height: 150px;
    width: auto;
  }
}
*/

/* Home special offer */

#home-special-feature {
  position: relative;
}

#home-special-feature .img-special {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: auto;
  opacity: 0.75;
  border-radius: 50%;
}
/* --- Announcement --- */
.announcement-wrapper {
  background-color: var(--colorPrimary3);
  color: #000;
  overflow: hidden;
  font-size: 15px;
  text-align: center;
  @media (min-width: 768px) {
    font-size: 16px;
  }

  padding: 1rem 0;
}

.announcement {
  /* white-space: nowrap; */
  display: inline-block;
  animation: marquee 25s linear infinite;
  animation-timing-function: linear; /* Add this line */
}

.announcement:hover {
  animation-play-state: paused;
  cursor: pointer;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.announcement a {
  color: var(--colorSecondary);
  text-decoration: none;
}

.announcement a:hover {
  color: var(--colorPrimary);
}

.winter-season-update {
  display: block;
  text-align: center;
  @media (min-width: 768px) {
    display: inline;
    text-align: auto;
  }
}

/* --- New April-2024 Features --- */

.learn-more-btn {
  /* background-color: var(--colorButton); */
  background-color: var(--colorPrimary);
  color: white;
  max-width: 206px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  /* margin: 0 auto; */
}

.call-now-btn {
  background-color: var(--colorPrimary);
  color: white;
  max-width: 206px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}

.call-now-btn.home_page {
  max-width: fit-content;
}

.call-now-btn:hover {
  background-color: #60a111;
}

.pkg-inclusions-contact .call-now-btn {
  margin: 20px 0 0 0;
  padding: 0;
  max-width: 130px;
  @media (min-width: 768px) {
    margin: 40px 0 0 0;
    padding: 10px 0;
    max-width: 177px;
  }
}

.pkg-inclusions-contact .call-now-btn a,
.pkg-exclusions-contact .call-now-btn a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  @media (min-width: 768px) {
    font-size: 22px;
    line-height: 26px;
  }
}

.pkg-exclusions-contact .call-now-btn {
  padding: 10px 0;
  max-width: 177px;
}

.call-now-btn a,
.learn-more-btn a {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 20px;
  text-shadow: 1px 1px 0px RGBA(0, 0, 0, 0.17);
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
  word-spacing: normal;
  text-transform: none;
  padding: 0.5rem 1rem;
}

.package-how-to-book {
  display: grid;
  padding-left: 2.5rem;
  @media (min-width: 768px) {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  }
}

.how-to-book-content-container {
  padding-top: 80px;
  @media (min-width: 768px) {
    padding-top: 128px;
  }
}

.how-to-book-notes {
  margin-bottom: 30px;
  @media (min-width: 768px) {
    margin-bottom: 44px;
  }
}
.how-to-book-notes p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 22px;
  color: rgba(0, 0, 0, 0.7);
  @media (min-width: 768px) {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}

.how-to-book-details-container p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin: 4px 0;
  color: rgba(0, 0, 0, 0.7);
  @media (min-width: 768px) {
    font-size: 22px;
    line-height: 38px;
    margin: 8px 0;
  }
}

.remarks-container {
  background-color: rgba(255, 251, 245, 1);
  padding: 64px 24px 26px 24px;
  @media (min-width: 768px) {
    padding: 70px 30px 32px 30px;
  }
}

.remarks-container p span {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 32px;
  font-size: 18px;
  font-weight: 600;
  @media (min-width: 768px) {
    margin-top: 50px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 22px;
  }
}

.remarks-container ol {
  padding-inline-start: 20px;
  @media (min-width: 768px) {
    padding-inline-start: 40px;
  }
}

.remarks-container ol li {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 12px;
  @media (min-width: 768px) {
    font-size: 18px;
    line-height: 27px;
  }
}
.learn-more-btn a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
  padding: 16px 32px;
  @media (max-width: 767px) {
    font-size: 16px;
    padding: 12px 24px;
  }
}

/* Brief About Info  on Home Page */

.custom-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  @media (min-width: 768px) {
    flex-direction: row;
    gap: 2rem;
  }
}

.custom-column {
  flex: 1;
  @media (min-width: 768px) {
    padding: 20px;
  }
}
/* .custom-img-column {
  flex: 1;
  @media (min-width: 768px) {
    flex: 1 0 430px;
  }
} */
.custom-column img {
  max-width: 100%;
  @media (min-width: 768px) {
    max-width: 430px;
    margin-top: 3rem;
  }

  /* object-fit: contain; */
  display: inline-block;
}

.custom-column p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 18px;
  font-weight: 400;
  color: #000;
  @media (min-width: 678px) {
    font-size: 18px;
    margin-bottom: 23px;
  }
}

.contact-page-main {
  background-color: #fffbf5;
}
.contact-page-main li a {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 18px;
  font-weight: 400;
  color: #000;
  @media (min-width: 678px) {
    font-size: 18px;
    margin-bottom: 23px;
  }
}

.contact-page-main .contact-page-contacts i {
  color: #2a7e19;
}

.custom-column .section-title {
  /* margin-bottom: 23px; */
}

.custom-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

/* service-wrapper  */

.service-wrapper {
  text-align: center;
  @media (min-width: 768px) {
    /* max-width: 70%; */
    max-width: 953px;
  }
  margin: 0 auto;
  /* font-size: 1rem; */
}
.service-wrapper .section-title,
.service-wrapper .section-sub-title {
  text-align: center;
}

.service-wrapper p {
  color: var(--colorText);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  @media (min-width: 768px) {
    font-size: 18px;
  }
}

/* .service-wrapper .section-title {
  margin-bottom: 30px;
} */

.packages-contact .call-now-btn.package {
  font-size: 19px;
}

.find-google {
  display: grid;
  margin-top: 3rem;
  margin-bottom: 2rem;
  @media (min-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
  }

  gap: 2rem;
  align-items: center;
}

.find-google img {
  max-width: 100%;
  object-fit: contain;
}

/*--- Happy Customers Section --- */

.gallery-happy {
  display: flex;
  overflow: hidden;
  position: relative; /* Add this to make the buttons positioned relative to the gallery */
}

.gallery-happy .slide {
  flex: 0 0 100%;
  gap: 2rem;
  flex-direction: column;

  @media (min-width: 768px) {
    flex-direction: row;
  }
}

img {
  width: 100%;
  height: auto;
}

#prevBtn,
#nextBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

#prevBtn {
  left: 10px;
}

#nextBtn {
  right: 10px;
}

.google-business .service-wrapper {
  @media (max-width: 767px) {
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  width: 100%;
  max-width: 100%;
}

.google-review-feedback {
}

.google-review-feedback img {
  max-width: 200px;
  height: auto;
}

/* Service section on main page */

.feature-title .service-briefing {
  color: var(--colorPrimary) !important;
}
/*=================================================
||				13. Chat Widget
==================================================*/

#whatsapp-chat a:link,
#whatsapp-chat a:visited {
  color: #444;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
#whatsapp-chat h1 {
  font-size: 20px;
  text-align: center;
  display: block;
  background: linear-gradient(to right top, #6f96f3, #164ed2);
  padding: 20px;
  color: #fff;
  border-radius: 50px;
}
.credit {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
}

/* CSS Multiple Whatsapp Chat */
#whatsapp-chat {
  position: fixed;
  background: #fff;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

.whatsapp-chatting {
  padding: 8px 12px;
  border-radius: 24px;
  border: none;
  background: rgb(20, 198, 86);
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 20px;
  overflow: hidden;
  appearance: none;
}

a.blantershow-chat {
  background: linear-gradient(to right top, #11860b, #16d252);
  color: #fff;
  position: fixed;
  z-index: 98;
  bottom: 10px;
  right: -40px;
  font-size: 24px;
  width: 80px;
  height: 36px;
  padding: 0 10px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  text-decoration: none;
}
a.blantershow-chat i {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}
.header-chat {
  background: linear-gradient(to right top, #11860b, #16d252);
  color: #fff;
  padding: 20px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 2.5s;
}
#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 15px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
.blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
}
textarea#chat-input {
  border: none;
  font-family: 'Arial', sans-serif;
  width: 100%;
  height: 20px;
  outline: none;
  resize: none;
}
#whatsapp-chat a#send-it {
  color: #555;
  width: 40px;
  margin: -5px 0 0 5px;
  font-weight: 700;
  padding: 8px;
  background: #eee;
  border-radius: 10px;
}
.first-msg {
  background: #f5f5f5;
  padding: 30px;
  text-align: center;
}
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}
.start-chat .blanter-msg {
  display: flex;
}
#get-number {
  display: none;
}
#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 1.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 1.5s;
  transform: scale(1);
  opacity: 1;
}

.back-to--top {
  height: 30px;
  width: 40px;
  position: fixed;
  border-radius: 100%;
  bottom: 4rem;
  right: 2rem;
  cursor: pointer;
}

/* Cabs Filtered Items */

#filtered-packages .filterable-item {
  padding: 0 15px;

  /* @media (min-width: 768px) {
    width: 33% !important;
  } */
  @media (max-width: 767px) {
    width: 100%;
  }
  @media (min-width: 992px) {
    width: 33% !important;
  }
}

/* Cabs Packages update */

.cabs-services-wrapper {
  background-color: #fffbf5;
}
.cabs-information-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.our-more-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  margin-top: 2rem;

  padding: 0 36px;

  @media (min-width: 768px) {
    padding: 0;
  }
}

.travel-card {
  box-shadow: 0px 0px 24.7px 1px #00000021;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}

.our-service-card {
  box-shadow: 0px 0px 24.7px 1px #00000021;
  border-radius: 10px;
  text-align: center;
}

.our-service-card .card {
  padding: 30px 22px 20px 22px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
}

.our-service-card img {
  width: 127px;
  height: 111px;
  object-fit: contain;
}

/* .our-service-card img.img-flight {
   width: 127px;
  height: 111px;
}

.our-service-card img.img-taxi {
   width: 101px;
  height: 93px;
} */

.our-service-card .our-service-price {
  margin: 16px 0;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 3px;
  @media (min-width: 768px) {
    font-size: 1.25rem;
  }
}

.our-service-card .our-service-description {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 3px;
  color: #00000099;
  margin: 0;

  @media (min-width: 768px) {
  }
}

.travel-card .card {
  padding: 34px 24px 0 24px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.travel-card .card {
  padding: 34px 24px 0 24px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.travel-card .card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background-position: center;
  background-size: cover;
}

.travel-card .card-body {
  /* padding: 15px; */
  text-align: center;
}

.travel-card .card-title {
  margin-bottom: 15px;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 33px;
  color: #2a7e19;
  @media (min-width: 768px) {
    font-size: 30px;
    line-height: 45px;
  }
}

.travel-card .card-price-car {
  margin: 5px 0;
  font-size: 20px;
  @media (min-width: 768px) {
    font-size: 1.25rem;
  }

  /* color: var(--colorPrimary); */
}

.travel-card .card-price-car span {
  font-size: 20px;
  line-height: 30px;
  color: var(--colorPrimary);
  @media (min-width: 768px) {
    font-size: 28px;
    line-height: 42px;
  }
}

.travel-card .card-list {
  list-style: none;

  margin-top: 13px;
  text-align: left;
  padding-left: 2rem;

  @media (min-width: 768px) {
    padding: 0;
  }

  @media (min-width: 1200px) {
    padding: 0 40px;
  }
}

.travel-card .card-list li {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 25px;
  color: #00000099;

  @media (min-width: 768px) {
    font-size: 20px;
    line-height: 30px;
  }
}

.card-list li i {
  margin-right: 5px; /* Adjust margin as needed */
  font-size: 5px;
}

.cabs-contact {
  margin-top: 27px;
}

.cabs-contact .call-now-btn {
  max-width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cabs-contact .call-now-btn a {
  display: block;
  width: 100%;
}
#home-special-feature .entry-title {
}

.package-detail-tours {
  padding: 1rem;
}

/*  */
.package-entry-title {
  text-transform: capitalize;
}

.package-detail-tours {
  color: var(--colorBody);
}

.fullwidth-block.happy-customers-wrapper,
.fullwidth-block.our-few-packages {
  @media (min-width: 768px) {
    padding-top: 0;
  }
}

.list-fa .fab.fa-whatsapp-square {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 1.125rem;
}

.fullwidth-block.happy-customers-wrapper {
  margin-top: -40px;
}

/* Section Description: May 01-2024 */
.section-description {
  font-family: 'Poppins', sans-serif;
}

/* --- Package Detail Page --- */

#packages-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.package-card-wrapper {
  border-radius: 10px !important;
}

.package-card-content {
  /* max-width: 370px; */
  box-shadow: -2px 0px 24px 2px #00000021;
  border-radius: 30px;
  font-family: 'Poppins';
  margin: 5px;
  position: static !important;
}
.card-detail {
  padding: 10px 10px 20px;
  background-color: #fff;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-image {
  border-radius: 10px;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  margin-bottom: 19px;
}

.card-place-info {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: #2a7e19;
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 0.625rem;
  @media (min-width: 768px) {
    font-size: 16px;
  }
}

.car-tour-info {
  font-size: 18px;
  margin-top: 3px;
  line-height: 27px;
}

.card-price {
  display: grid;
  grid-template-columns: 1fr minmax(70px, 125px);
}
.card-price-amount {
  border-bottom-left-radius: 10px;
  height: 53px;
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #e9e9e9;
  padding-left: 11px;
}

.card-price-amount span {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #2a7e19;
}

.card-price-amount h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
}
.card-action-btn {
  background-color: #2a7e19;
  border-bottom-right-radius: 10px;
  height: 53px;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.explore-btn-with-arrow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.section-spacing {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  @media (min-width: 768px) {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.google-ratings {
  padding: 34px 15px;
  @media (min-width: 768px) {
    padding: 39px 15px;
  }

  background-color: #fffbf5;
}

.google-reviews-wrapper {
  display: grid;
  justify-items: center;
  row-gap: 1rem;
  @media (min-width: 768px) {
    column-gap: 140px;
    grid-template-columns: 200px 1fr;
    align-items: center;
  }
}

.rating-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  font-family: 'Mogra', cursive;
  text-align: center;

  margin: 0;
  @media (min-width: 768px) {
    font-size: 36px;

    line-height: 43px;
  }
}

#filtered-packages-home .slick-dots,
.cabs-information-wrapper .slick-dots {
  bottom: -40px;
}

.slick-dots li {
  margin: 0 4px; /* Adjust the space between dots */
}

.slick-dots li button::before {
  font-size: 12px !important;
}

.slick-dots li.slick-active button::before {
  color: #2a7e19 !important;
  font-size: 20px !important;
  opacity: 1;
}

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

.popular-destination-wrapper .service-wrapper {
  margin-bottom: 2.625rem;
}
/* Popular destinations Section */
#popular-destination-gallery .slick-slide.center-slide img {
  transform: scale(1.01);
  transition: transform 0.5s ease-in-out; /* Smooth transition */
  transform-origin: center center; /* Adjust to prevent cropping */
  border-radius: 20px !important;
}

#popular-destination-gallery .slick-slide:not(.center-slide) img {
  transform: scale(0.85); /* Scale down non-center images */
}

#popular-destination-gallery .destination-info {
  position: relative;
}

#popular-destination-gallery .destination-info span {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 40000;
  color: #fff;
}

#popular-destination-gallery .slick-dots {
  bottom: -3.25rem;
}

/* --- Small Gallery Pills --- */

#popular-destination-brief {
  padding: 20px 8px;
  border-radius: 10px;
  border: 1px solid #dae3d8;
  background-color: #f7f7f7;
}
#popular-destination-brief .popular-destination {
  width: 196px;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 100px;
  padding: 4px;
  border: 1px solid #2a7e196b;
  margin: 0 0.5rem;
}

#popular-destination-brief .popular-destination img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 100%;
}

#popular-destination-brief .popular-destination span {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  font-family: 'Mogra', cursive;
  color: #2a7e19;
}

.about-us-main-wrapper {
  background-color: #fffbf5;
}
.about-VK-wrapper {
  padding-top: 3rem;
  @media (min-width: 768px) {
    padding-top: 4rem;
    margin-bottom: 0;
  }
}

.about-VK-wrapper .about-VK-image {
  @media (min-width: 768px) {
    text-align: right;
  }
}
.about-VK-wrapper .custom-container {
  gap: 4rem;

  @media (min-width: 768px) {
    gap: 1rem;
  }
}

.about-VK-details {
  margin-top: 3rem;
  margin-bottom: 3rem;
  @media (min-width: 768px) {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.about-VK-details p {
  color: #504848;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  @media (min-width: 768px) {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
}

.about-us-services {
  padding: 3rem 0;
}

.about-us-services .section-title {
  color: #2a7e19;
  font-size: 1.5rem;
  line-height: 2rem;
  @media (min-width: 768px) {
    font-size: 2rem;
  }
}
.about-us-services-main-para {
  color: #504848;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2rem;
}
/* --- BEST OFFER SECTION --- */
.best-offer-wrapper {
  padding: 58px 34px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./images/best-offer-bg.png);
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.best-offer-content {
  display: grid;
  row-gap: 3rem;
  grid-template-columns: 100%;

  @media (min-width: 992px) {
    padding-right: 34px;
    column-gap: 5rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

.best-offer-text-image {
  position: relative;
  padding: 8px 8px 40px 8px;
  border-radius: 10px;
  background-color: #fff;
  display: block;
  /* max-height: 281px !important;
  max-width: auto !important; */
}

.best-offer-text-image.image-overlay {
  position: relative;
  display: inline-block; /* or block if you want it to take up full width */
}

.best-offer-text-image.image-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.2)
  ); /* Semi-transparent black overlay */
  pointer-events: none; /* This ensures that the overlay doesn't interfere with clicks or other events */
}

.best-offer-text-image .best-offer-package {
  color: #ffffff;
  font-family: 'Mogra', system-ui;
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 5px 0px;
  font-size: 24px;
  line-height: 33px;
  text-shadow: 8px 7px 4px rgba(0, 0, 0, 0.9);
}

.best-offer-place {
  position: absolute;
  bottom: 2.5rem;
  right: 1rem;
  text-align: right;
}

.best-offer-place .best-offer-text-small {
  color: #fff;
  display: flex;
  justify-content: flex-end;
  gap: 0.325rem;
  text-shadow: 8px 7px 4px rgba(0, 0, 0, 0.9);
}

.best-offer-main-image {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  @media (min-width: 992px) {
    max-height: 281px;
    max-width: fit-content;
  }
}

.best-offer-place img {
  width: 10px;
  height: auto;
}

.best-offer-details h4 {
  color: #ffffff;
  font-family: 'Mogra', system-ui;
  font-size: 22px;
  font-weight: 400;
}

.best-offer-details h2 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  margin: 4px 0px 15px 0px;
}

.best-offer-details p {
  text-align: left;
  color: #ffffff;
  font-family: 'Poppins', Sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.call-now-btn a {
  width: 100%;
  display: block;
}
.best-offer-details .call-now-btn {
  max-width: 170px;
  margin: 0;
  margin-top: 30px;
  text-align: left;
}

.best-offer-details .call-now-btn a {
  color: #2a7e19;
  background-color: white;
  border-radius: 10px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

#best-offer-slider .slick-dots {
  bottom: 8px;
}

.card-tour-day-night {
  position: relative;
}
.card-tour-day-night .card-small-pill {
  position: absolute;
  top: 0.5rem;
  left: 6px;
  max-width: 137px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #fff;
  margin: 0 0.5rem;
  background-color: #2a7e19;
}

.card-tour-day-night .card-small-pill img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.card-tour-day-night .card-small-pill span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
}

/* --- Why Choose Us Section --- */

.why-choose-us-wrapper {
  background-color: #fffbf5;
}

.why-choose-us {
  display: grid;
  row-gap: 2rem;
  margin-top: 3rem;
  @media (min-width: 768px) {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    align-items: center;
    margin-top: 27px;
  }
}

.why-choose-us-card {
  display: grid;
  grid-template-columns: minmax(40px, 48px) 1fr;
  column-gap: 42px;
}
.why-choose-us-image {
  width: 100%;
  background-size: cover;
  object-fit: cover;
}

.why-choose-us-card-icon {
  width: 47px;
  height: 47px;
}

.why-choose-us-text h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 8px;
}

.why-choose-us-text p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  color: #00000099;
}

.why-choose-us-left-content,
.why-choose-us-right-content {
  display: grid;
  row-gap: 40px;
}

/* --- HEADER WRAPPER (To be added in all the pages)--- */
.header-wrapper {
  padding-top: 26px;
  position: relative;
}

.header-wrapper {
  background-size: cover;
  object-fit: cover;
  width: 100%;
  height: 462px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.45)),
    url('./images/tour-packages-hero1.jpg');
}

.header-wrapper .header-content {
  margin-top: 0;
}

.header-wrapper .header-wrapper-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-family: 'Mogra', system-ui;
  font-size: 40px;
  /* padding: 5px 10px 5px 10px; */
  margin: 0px 0px 0px 0px;
  text-shadow: 8px 7px 4px rgba(0, 0, 0, 0.6);
  opacity: 0.6;
  width: 100%;
  text-align: center;
  letter-spacing: 4px;
  @media (min-width: 1200px) {
    font-size: 60px;
  }
}

.package-details-briefly {
  background: #c7ffbb6b;
  padding: 30px 0;
}

.package-breif-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  column-gap: 2rem;
  row-gap: 3rem;

  @media (min-width: 768px) {
    justify-items: center;
  }
}
.package-breif-card {
  display: grid;
  grid-template-columns: minmax(40px, 48px) 1fr;
}

.package-breif-card-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.package-breif-text h3 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1.4px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 8px;
  color: #2a7e19;
  font-weight: 600;
  margin-bottom: 4px;
}

.package-breif-text p {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  color: #00000099;
}

.about-us-main-tours {
  padding: 0 2.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;

  @media (min-width: 768px) {
    padding: 0;
  }
}

.about-us-main-tours .travel-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  text-align: left;
}

.about-us-main-tours .travel-card .card {
  padding: 0;
}
.about-us-main-tours .travel-card h3 {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}
.about-us-main-tours .travel-card p {
  color: black;
  font-size: 1rem;
}

.about-us-main-tours .travel-card .cabs-contact {
  margin: 0;
}

.about-us-main-tours .travel-card .call-now-btn {
  border-radius: 10px;
}

/* --- Updates for Ads: Enquiry Now & Call Now Btn --- */
.pkg-inclusions-contact.enquiry-call-now {
  display: flex;
  gap: 2rem;
}

.pkg-inclusions-contact.enquiry-call-now .call-now-btn {
  @media (min-width: 768px) {
    padding: 0;
  }
}

.enquiry-call-now .call-now-btn {
  max-width: 200px;
}
.enquiry-call-now .call-now-btn a {
  padding: 0.5rem 1rem;
  font-weight: 400;

  @media (min-width: 768px) {
    font-size: 1.125rem;
  }
}

.direct-call {
  color: var(--colorButton);
  font-size: 1.25rem;
}
