

/* old css */

.hero .overlay-title,
body,
header nav ul li a {
  color: var(--secondry-color)
}

.h-100,
.trip-card {
  height: 100%
}

.blog-author .left-part .trip-title,
table th {
  font-weight: 600;
  font-size: 18px
}

.box-img,
.toc-cross,
.trip-btn {
  cursor: pointer
}

*,
footer .trip-social-links ul {
  margin: 0
}

* {
  padding: 0;
  box-sizing: border-box;
  font-family: 'Aeonik TRIAL'
}

body {
  font-size: 17px;
  line-height: 1.7
}

:root {
  --primary-color: #ff0909;
  --secondry-color: #000;
  --white: #fff;
  --text-muted: #323232cc;
  scroll-behavior: smooth
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: .5s
}

.h6,
button,
h6,
input,
textarea {
  font-size: 1rem
}

header ul .dropdown :is(ul:not(.megaMenu-container ul), .megaMenu-container){
  background: var(--white);
  box-shadow: 0 0 30px rgba(127, 137, 161, .25)
}

.inactive {
  pointer-events: none;
  opacity: .5
}

header nav ul li a::after {
  transition: .3s ease-in-out;
  background: var(--primary-color)
}

header nav ul li a:hover {
  color: var(--secondary)
}

form input {
  background: var(--white);
  box-shadow: 2px 1px 12px 2px rgba(0, 0, 0, .1)
}

form input:focus {
  outline: var(--primary-color)
}

.trip-btn {
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  outline: 0
}

.trip-card,
.trip-overlay-card {
  background-color: var(--white)
}

.row-gap {
  row-gap: 30px
}

.trip-card {
  --color: var(--secondry-color);
  --meta: #6b7280;
  --border: 1px solid #e2dfdf;
  border: 1px solid #e5e7eb;
  border-radius: 4px
}

.trip-overlay-card {
  --color: #fff;
  --meta: #fff;
  --border: 1px solid #e2dfdf38;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  position: relative;
  overflow: hidden
}

.trip-overlay-card .img-placeholder::after {
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0, rgb(0 0 0 / 50%) 27%, rgb(0 0 0 / 91%) 90%)
}

.trip-overlay-card .trip-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px
}

.overlay-bg {
  --color: var(--secondry-color);
  --meta: #6b7280;
  background: #c7c7c7;
  border-radius: 8px;
  border: 2px solid #f9f9f9;
  position: relative;
  z-index: 1
}

.blog-author,
.table>tbody>tr:nth-of-type(odd)>*,
.trip-social-links ul li a {
  background-color: var(--white)
}

.all-page,
.tableofcontent,
.trip-pc-header {
  background: var(--white)
}

.trip-overlay-card :is(.img-placeholder, .img-placeholder img) {
  height: 365px;
  width: 100%;
  object-fit: cover;
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out
}

.trip-overlay-card:hover .img-placeholder {
  transform: scale(1.07);
  transition: .5s
}

.overlay-bg .trip-content {
  margin: 20px;
  background: #fff;
  border-radius: 4px
}

.trip-content p {
  color: var(--meta);
  margin-bottom: 0
}

.fs-small {
  font-size: 1.1rem !important
}

.trip-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color)
}

.aut-name:hover,
.trip-title:hover {
  color: var(--primary-color)
}

.trip-overlay-card .trip-title:hover {
  color: var(--color);
  text-decoration: underline
}

:is(.trip-card) :is(.trip-title, p) {
  display: -webkit-box !important;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

/*.trip-aut {
    border-top: var(--border)
}*/

.aut-name,
.trip-dt {
  color: var(--meta);
  font-size: .9rem
}

.category-title,
.sep {
  color: var(--secondry-color);
  display: flex
}

.big-head {
  font-size: 1.5rem;
  line-height: 30px
}

.border-none {
  border: unset
}

.category-part .sep {
  color: var(--white);
  align-items: flex-start
}

.sep {
  font-size: 2.5rem;
  font-weight: 700;
  flex-direction: column;
  align-items: center;
  gap: 10px
}

.category-part .catg-item {
  border-radius: 4px;
  color: var(--white);
  display: block
}

.blog-author .trip-btn,
footer ul li a:hover {
  color: var(--primary-color)
}

.box-img {
  border: 4px solid rgba(255, 255, 255, .5)
}

.category-item:hover .catg-item {
  background-color: #8d8d8d
}

.category-item svg {
  outline: rgba(255, 255, 255, .5) solid 4px
}

.trip-social-links ul li a {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent
}

/*#trip-logo img {
    height: 35px
}*/

#breadcrumbs a {
  font-weight: 400
}

.all-page :is(p > a, li > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a) {
  border-bottom: 1px solid var(--primary-color);
  font-weight: 600;
  transition: .3s
}

.all-page :is(p > a, li > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a):hover {
  border-bottom: 1px solid transparent;
  transition: .3s
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
  line-height: 1.5;
  text-transform: capitalize
}

.h1,
h1 {
  font-size: clamp(1.2rem, calc(1.2rem + 1.5vw), 2.5rem) !important
}

.h2,
h2 {
  font-size: clamp(1.325rem, calc(1.325rem + .9vw), 2rem) !important
}

.h3,
h3 {
  font-size: clamp(1.3rem, calc(1.3rem + .6vw), 1.75rem) !important
}

.h4,
h4 {
  font-size: clamp(1.275rem, calc(1.275rem + .3vw), 1.5rem) !important
}

.h5,
h5 {
  font-size: 1.25rem
}

.all-page ul {
  list-style-type: none
}

.all-page ul li::marker {
  color: var(--primary-color)
}

.all-page ul li,
.main-author ul {
  list-style-type: disc
}

p {
  margin-bottom: 20px
}

:is(a) .blog-detail li {
  font-size: .8rem
}

.trip-widget ul {
  list-style: disc
}

blockquote {
  border-radius: 4px;
  border: 1px solid #ff0909
}

.table {
  border: 1px solid #f0e9e9
}

table:not(.custom-table table) tr:first-child th {
  background: linear-gradient(186deg, rgba(255, 9, 9, .37) 2.93%, rgba(255, 255, 255, 0) 99.47%);
  border-radius: 4px 4px 0 0
}

.table>:not(caption)>*>* {
  padding: 13px;
  text-align: left;
  border-bottom: 1px solid #cfd2d9
}

.table tr:last-child td {
  border-bottom: unset !important
}

table tbody tr td:not(:last-child) {
  border-right: 1px solid #f0e9e9
}

.trip-cons-container,
.trip-pros-container {
  background: var(--white);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .25);
  border: 1px solid #e7e7e7
}

.trip-pc-header {
  border-bottom: 1px solid #e9e4e4;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .25);
  font-size: 22px;
  font-weight: 700
}

.blog-author p,
.share-button {
  font-size: 15px
}

.blog-author {
  border: 1px solid #e2e2e2
}

.blog-author .trip-btn {
  width: fit-content;
  background: 0 0;
  border: 1px solid var(--primary-color)
}

#myBtn,
.accordions summary.actives::after,
.blog-author .trip-btn:hover,
.blog-author .trip-social-links li a:hover,
.page-numbers:before {
  background-color: var(--primary-color)
}

.blog-author .trip-btn:hover {
  color: var(--white)
}

.blog-author .trip-btn:hover svg path,
.blog-author .trip-social-links li a:hover svg path,
footer .trip-social-links ul li a:hover svg path {
  fill: var(--white)
}

.blog-author p {
  margin-bottom: 0;
  color: rgba(0, 0, 0, .6);
  font-weight: 500
}

.all-aut .trip-social-links li a,
.blog-author .trip-social-links li a {
  background-color: #f6f6f6;
  border: none
}

.accordions summary::before {
  counter-increment: term;
  content: counter(term) ".";
  color: rgba(0, 0, 0, .8);
  font-size: 18px
}

.accordions details:not(:last-child) summary:not(:last-child) {
  border-bottom: 1px solid #c7c7c7
}

.accordions summary .number-remove {
  counter-reset: term definition
}

.accordions summary.actives::after,
.accordions summary::after {
  background-color: var(--white) 6f6
}

.accordions:not(.lighty-accordions) details {
  border-radius: 8px 8px 0 0;
  border: 1px solid var(--white);
  background-color: #f8fafb
}

.lighty-accordions details {
  background: #fff;
  border-radius: 0;
  border: 1px solid #eeeeee26;
}

aside .sep {
  font-size: 1.8rem;
  text-align: left
}

.tableofcontent .toc-header {
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer
}

.tableofcontent {
  border-radius: 4px;
  border: 1px solid #adadad
}

.tableofcontent ul li a:hover,
.tableofcontent ul li.active a {
  color: var(--primary-color);
  border-bottom: 1px solid
}

.tableofcontent ul li::marker {
  color: var(--primary-color)
}

.toc-cross {
  transition: .3s
}

.toc-body ul li a {
  color: rgba(0, 0, 0, .8)
}

.page-numbers {
  font-weight: 700;
  border: 1px solid #c7c7c7
}

.page-numbers.current,
.page-numbers:hover {
  color: var(--white) !important
}

.oth-pg-content span {
  font-size: 200px;
  line-height: 1 !important
}

.oth-pg-content .h2 {
  margin-bottom: 10px !important
}

@keyframes translateAnimation {
  from {
    transform: translateY(0)
  }

  to {
    transform: translateY(-40px)
  }
}

.oth-pg-content svg {
  animation: .8s ease-in-out infinite alternate translateAnimation
}

.detail-aut {
  background-color: #f6f6f6
}

.trip-social-links .h6 {
  font-weight: 600;
  padding-left: 5px
}

.main-author .trip-social-links ul li a {
  background-color: var(--primary-color) !important;
  fill: var(--white);
  border: unset
}

#myBtn {
  font-size: 18px
}

footer {
  background-color: #111
}

footer a{
  color: #eee;
}

footer p {
  color: #9d9d9d
}

.category-title {
  font-size: 1.1rem;
  font-weight: 700;
  flex-direction: column;
  color: var(--white);
}

footer :is(.footer-texture, .footer-texture img) {
    height: 300px;
    width: 850px;
}

footer .trip-social-links ul li a:hover {
  background-color: transparent;
  border: 1px solid #c7c7c7
}

.footer-img::after,
.footer-img::before {
  background-color: #6767672e
}

/*footer .top-part {
  background-color: #f0f0f0
}*/

@media screen and (max-width: 1023px) {
  footer::before {
    background-image: unset !important
  }

  .overlay .overlay-title {
    text-align: center;
    text-transform: capitalize;
    padding: 0 15px 20px
  }

  header ul {
    background: var(--white)
  }

  .category-part .catg-item {
    white-space: nowrap;
    padding: 2px 15px
  }
}

@media screen and (max-width: 600px) {
  .category-part {
    background-color: #000;
    background-image: unset
  }

  .tableofcontent .toc-header {
    font-size: 1rem
  }

  .overlay .overlay-title {
    line-height: 30px;
    font-size: 1.2rem;
    color: #fff
  }

  .big-head {
    font-size: 1.1rem;
    line-height: 30px
  }

/*  #trip-logo img {
    height: 30px !important
  }*/

  .sep {
    font-size: 1.5rem;
    gap: 0
  }

  nav ul li ul li {
    line-height: .5
  }

  .overlay {
    font-size: 1.3rem
  }

  .oth-pg-content span {
    font-size: 120px
  }

  .trip-card {
    height: auto
  }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
  .category-part {
    background-color: var(--secondary)
  }

  .sep {
    font-size: 2rem
  }
}

.trip-widget-title {
  background: linear-gradient(91deg, rgba(255, 9, 9, .37) 2.93%, rgba(255, 255, 255, 0) 99.47%);
  font-size: 20px;
  font-weight: 700;
  width: fit-content;
  position: relative;
  padding: 2px 20px;
  margin-left: 2px
}

.trip-widget-title::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 51px;
  top: 0;
  left: -2px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="51" viewBox="0 0 5 51" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M-4.61347e-06 51L2 47L2 -1.31134e-07L3 -8.7423e-08L3 47L5 51L-4.61347e-06 51Z" fill="%23FF0909"/></svg>')
}

.trip-widget-content {
  border-radius: 0 4px 4px;
  border: 1px solid var(--primary-color);
  background: var(--white);
  padding: 20px;
  margin-top: 12px
}

.hero {
  height: auto;
  padding-bottom: 30px;
  padding-top: clamp(5rem, 4.1071rem + 2.381vw, 6.25rem)
}

.mx-3 {
  margin-inline: 30px
}

.hero .overlay-title {
  line-height: 54px;
  margin-bottom: 30px
}




/*new add-on css*/


.single-tour-page-hero .hero-content :is(#breadcrumbs, #breadcrumbs a, h1) {
  color: var(--white);
  margin-bottom: 0;
}

.single-tour-page-hero .hero-content #breadcrumbs span {
  color: rgba(255, 255, 255, 0.65);
}

.single-tour-page-hero .hero-content h1 {
  font-size: clamp(2rem, 4.5vw, 3rem) !important;
  line-height: 1.2;
}

.single-tour-page-hero .tour-hero-meta {
  color: rgba(255, 255, 255, 0.92);
}

.single-tour-page-hero :is(.tour-hero-meta :is(p,a), .hero-tags span) {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.4;
  font-size: 16px;
}

.single-tour-page-hero .hero-tags span {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 200px;
  padding: 6px 12px;
  font-size: 14px;
  margin-top: 10px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.single-tour-page-hero .gallery-collection .glry-card img {
  border-radius: 6px;
  border: 2px solid var(--white);
}

.single-tour-page-hero .gallery-collection .save-img {
  color: var(--white);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.single-tour-page-hero .gallery-collection .glry-card:has(.save-img)::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

main.page-bg {
  background: #f7f7f7;
  padding-block: 50px;
}

.tour-section-nav-inner {
  background: var(--white);
  border-radius: 200px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.tour-section-nav-inner a {
  border-radius: 200px;
  padding: 8px 17px;
  font-size: 14px;
  font-weight: 600;
  color: #555555;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tour-section-nav-inner a:hover:not(.active) {
  background: #f7f7f7;
  color: #111111;
}

.tour-section-nav-inner a.active {
  background: var(--primary-color);
  color: var(--white);
}

.single-tour-details .content-wrapper-box {
  padding: 30px;
  border-radius: 20px;
  background: var(--white);
}

.single-tour-details .content-wrapper-box .section-title {
  font-size: 1.25rem !important;
  border-bottom: 1px solid #F0F0F0;
}

.icon-card {
  background: var(--white);
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.content-wrapper-box .icon-card {
  background: #f7f7f7;
}

.icon-card .card-ttl {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.icon-card p {
  margin: 0;
  color: var(--text-muted);
}

.content-wrapper-box .icon-card {
  font-size: 14px;
}

.icon-card a {
  font-size: 14px;
  font-weight: 600;
}

.icon-card .package-link {
  margin-top: auto;
}

.content-wrapper-box .icon-card-con:hover {
  background: rgba(255, 9, 9, 0.06);
  transform: translateY(-2px);
}

.include-container .pros-card {
  background: rgba(16, 185, 129, 0.06);
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.include-container .cons-card {
  background: rgba(239, 68, 68, 0.04);
  border: 1px solid rgba(239, 68, 68, 0.15);
}

.grid-hotel-card .hotel-details .rating-wrap {
  gap: 5px;
  font-size: 14px;
  color: var(--text-muted);
}

.activites-wrap span {
  background: var(--white);
  border-radius: 200px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  transition: all .3s ease-in-out 0s;
}

.grid-hotel-card .activites-wrap span {
  font-size: 14px;
}

.grid-hotel-card h3 {
  font-size: 1.25rem !important;
}

.content-wrapper-box .activites-wrap span {
  background: #f7f7f7;
}

.activites-wrap:not(:is(.review-rating-strip .activites-wrap, .trust-cta)) span:hover {
  background: rgba(255, 9, 9, 0.06);
  border-color: var(--primary-color);
}

.review-rating-strip {
  background: #F7F7F7;
  padding: 20px;
  border-radius: 15px;
  flex-wrap: wrap;
}

.review-rating-strip .review-rating-wrap .rating-no {
  font-size: 60px;
  line-height: 0.8;
  font-weight: 700;
}

:is(.review-rating-strip .review-rating-wrap, .tour-rev-card) p,
.content-wrapper-box .accordions {
  margin: 0;
}

.review-rating-strip .review-rating-wrap p {
  font-size: 16px;
  color: var(--text-muted);
}

.review-rating-strip .activites-wrap span {
  background: #fff;
  font-size: 14px;
}

.tour-rev-card {
  background: var(--white);
  border-radius: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.tour-rev-card .user-box:not(.user-detl .h6) {
  font-size: 14px;
  color: var(--text-muted);
}

.booking__sidebar .book_topbar {
  border-bottom: 1px solid #eee;
}

.booking__sidebar span:not(.price-wrap span) {
  color: var(--text-muted);
  font-size: 14px;
}

.booking__sidebar .price-wrap .price {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.booking__sidebar .price-wrap span {
  font-weight: 600;
  font-size: 18px;
}

.booking__sidebar .main-details .sidebard_card-ftrs span.icon-box,
.icon-card.icon-bg>span {
  background: rgba(255, 9, 9, 0.08);
  border-radius: 10px;
}

.booking__sidebar .main-details .activites-wrap {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 5px
}

.booking__sidebar .main-details .activites-wrap span {
  border: 0;
  background: transparent;
}


.glry-lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.glry-lightbox-modal.active {
  display: flex;
}

.glry-lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 85vh;
}

.glry-lightbox-content img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
}

.glry-close,
.glry-prev,
.glry-next {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  z-index: 99;
  border: none;
  font-size: 24px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.glry-close:hover,
.glry-prev:hover,
.glry-next:hover {
  background: rgba(255, 255, 255, 0.4);
}

.glry-close {
  top: 20px;
  right: 25px;
}

.glry-prev {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.glry-next {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}


.categroy-pg-hero:before,
.categroy-pg-hero:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
  z-index: -1;
  width: 220px;
  height: 220px;
}

.categroy-pg-hero:before {
  top: -60px;
  left: -40px;
  background: rgba(255, 9, 9, 0.12);
}

.categroy-pg-hero:after {
  bottom: -40px;
  right: 0px;
  background: rgba(255, 9, 9, 0.1);
}

.iconsWrap-container span {
  border-radius: 50%;
  background: var(--white);
  animation: topPulse 1.5s infinite;
  --box-shadow-color: rgba(255, 9, 9, 0.1);
}

@keyframes topPulse {
  0% {
    box-shadow: 0 0 0 0 var(--box-shadow-color);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(218, 103, 68, 0);
  }

  to {
    box-shadow: 0 0 0 0 rgba(218, 103, 68, 0);
  }
}

.img-rounded {
  border-radius: 10px;
}

.tour-cat-card :is(.img-placeholder, .img-placeholder img) {
  border-radius: 15px 15px 0 0;
}

.icon-card span.tag {
  padding: 3px 15px;
  border-radius: 9999px;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.icon-card span.tag-a {
  background: rgba(255, 9, 9, 0.1);
  color: var(--primary-color);
}

.icon-card span.tag-b {
  background: rgba(16, 185, 129, 0.12);
  color: #10B981;
}

.icon-card span.tag-c {
  background: rgba(255, 9, 9, 0.08);
  color: #D10000;
}

.icon-card span.tag-d {
  background: rgba(245, 158, 11, 0.14);
  color: #d97706;
}


.dark-cta {
  padding: 30px;
  border-radius: 15px;
  background: linear-gradient(135deg, #111111 0%, #2a2a2a 70%, #FF0909 150%);
}

.dark-cta :is(h2, p) {
  color: var(--white);
  margin-bottom: 0;
}

.dark-cta .trip-btn:not(.search-form form button):hover {
  --secondry-color: var(--white);
}


.custom-table table thead {
  background: #cccccc33;
  border-bottom: 0;
}

.custom-table.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: unset !important;
}

.custom-table table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #eee !important;
}

.package-table table tbody tr td:last-child strong {
  color: var(--primary-color);
}


/* tour booking css */

form .tourBookForm {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
}

form .tourBookForm .flex-form-hd {
  background: var(--primary-color);
  color: var(--white);
  border-radius: 0 0 20px 20px;
}

form .tourBookForm .flex-form-hd h2{
  margin: 0 !important;
}

form .tourBookForm .flex-form-hd:after,
form .tourBookForm .flex-form-hd:before {
  content: '';
  position: absolute;
  top: 0;
  background: url("data:image/svg+xml,%3Csvg width='32' height='29' viewBox='0 0 32 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16C0 7.163 7.163 0 16 0s16 7.163 16 16v13H0z' fill='%239e0002'/%3E%3Cpath d='M32 16c0-8.837-7.163-16-16-16h16z' fill='%23ff0909'/%3E%3C/svg%3E") no-repeat;
  height: 42px;
  width: 42px;
}

form .tourBookForm .flex-form-hd:after {
  left: -30px;
}

form .tourBookForm .flex-form-hd:before {
  right: -30px;
  transform: scale(-1, 1);
}

form .tourBookForm:after {
  height: 120px;
  width: 120px;
  top: -70px;
  right: 10px;
  z-index: -1;
  content: "";
  position: absolute;
  transform: rotate(338deg);
  background: url(https://wander-mint.com/wp-content/uploads/2025/10/parachute.png) no-repeat;
  background-size: cover;
}

form .tourBookForm label {
  margin-bottom: 5px;
  display: flex;
  color: #000;
  font-weight: 600;
  font-size: 15px;
}

form .tourBookForm :is(input, select, textarea) {
  box-shadow: unset;
  border: 1px solid #eee;
  padding: 12px 15px;
}

form .tourBookForm :is(input, select, select option, textarea)::placeholder {
  color: #b5b5b5;
}

.main-trip-card{
  position: relative
}

.main-trip-card .card-items .category {
    background: var(--white);
    padding: 5px 20px;
    line-height: 1.5;
    border-radius: 90px;
    color: var(--secondary-color);
    font-size: 15px;
}

.main-trip-card .pricing{
  margin-top: auto;
  border-top: 1px solid #e5e7eb;
  padding-top: 12px;
}

.trip-card .holiday span :is(svg, svg path){
  fill: #000 !important;
}

.filter-wrap {
    background: #e5e7eb26;
    border: 1px solid #e5e7eb;
    padding: 20px;
    border-radius: 10px;
}

.filter-wrap input {
    box-shadow: unset !important;
    border: 1px solid #e5e7eb;
  padding: 10px
}

.filter-wrap .filter-cols .fltr_title {
    font-size: 16px;
    font-weight: 600;
}

.filter-wrap .filter-cols .fltr_item {
    gap: 10px;
    color: #676767;
    font-size: 15px;
}

.filter-wrap .filter-cols .fltr_item :is(label, input) {
    cursor: pointer;
}

.filter-wrap span {
    font-size: 14px;
    color: #8f8f8f;
}

.filter-wrap .reset_selection,
.filter-wrap .priceRange span {
    font-size: 16px;
}

.filter-wrap .reset_selection {
    cursor: pointer !important;
    color: #e20808 !important;
  background: transparent;
    border: transparent;
}

input#setRange {
    accent-color: #2d8451;
    border: 0 !important;
}



@media screen and (max-width: 768px) {
  /*.hero img {
        display:none
    }*/

  .hero .overlay-title {
    color: var(--white)
  }

  .homepage-hero-content-wrap {
    padding: 0 !important;
  }


  /* new css */

  header .trip-btn{
    display: none;
  }

  .tour-section-nav-inner {
    overflow-x: auto;
    white-space: nowrap;
  }

  .single-tour-page-hero .gallery-collection .glry-card img {
    height: 40px;
	width: 55px;
  }

  .single-tour-page-hero {
    padding-block: 40px;
  }

  .single-tour-page-hero .hero-tags span {
    margin-top: 0 !important;
  }

  .single-tour-details .content-wrapper-box {
    padding: 20px;
  }

  .grid-hotel-card {
    grid-template-columns: auto !important;
  }

  .activites-wrap {
    gap: 10px 7px;
  }

  .activites-wrap span {
    font-size: 13px;
    padding: 7px 12px;
  }

  .grid-hotel-card .activites-wrap span {
    font-size: 12px;
    padding: 7px 9px;
    gap: 5px;
  }

  .booking__sidebar {
    margin-top: unset !important;
  }

  :is(.page-bg, .categroy-pg-hero) .trip-btn {
    font-size: 14px;
    padding: 9px 16px;
    width: 100% !important;
  }

  .booking__sidebar .trip-btn svg,
  .iconsWrap-container {
    display: none;
  }

  .categroy-pg-hero {
    padding-block: 30px;
  }

  .dark-cta {
    padding: 15px;
  }

  .fetched-filterize-data .d-md-none {
        display: none;
    }

    .fetched-filterize-data :is(.filter_toggle, button.trip-btn) {
        display: block !important;
    }

    form.filter-wrap {
        position: fixed;
        top: 0;
        z-index: 9999;
        background: var(--white);
        width: 85%;
        left: 0;
        height: 100%;
        overflow: auto;
        border-radius: 0;
        transform: translateX(-100%);
        transition: all .5s ease-in-out;
    }

    form#showFilterContainer {
        transform: translateX(0%);
    }

    footer :is(.footer-texture, .footer-texture img) {
        height: auto;
        width: 100%;
    }

    footer .footer-texture {
        top: -50px;
    }

}

.contact-form input,
.contact-form textarea {
  border-bottom: 1px solid #cfcfcf
}

.contact-form {
  background: var(--white);
  box-shadow: 2px 1px 12px 2px rgba(0, 0, 0, .1);
  border-radius: 8px
}

.contact-form label {
  font-weight: 600
}

.contact-form input {
  box-shadow: unset;
  border-radius: unset;
  font-size: 15px;
  color: #00000080
}

.contact-form .trip-btn:hover {
  transform: scaleX(1.02);
  transition: transform .5s cubic-bezier(.34, 5.56, .64, 1);
  background-color: var(--secondry-color)
}

.contact-detail-box .bg-box {
  padding: 20px;
  background: #ff090908;
  height: 100%;
  margin-bottom: 20px
}

.contact-detail-box .bg-box>strong {
  display: block;
  margin-bottom: 10px !important
}

.contact-detail-box .bg-box a {
  font-weight: 600
}

.contact-detail-box ul {
  padding-left: 0 !important
}

.contact-detail-box ul li {
  margin-bottom: 0 !important
}

.contact-detail-box .trip-social-links ul {
  justify-content: start
}

.container-90 {
  width: 90%;
  margin: auto;
  margin-bottom: 60px
}

.holiday,
.location,
.pricing span {
  display: flex;
  flex-direction: column
}

.holiday .items,
.holiday .items span,
.location span,
.pricing {
  display: flex;
  gap: 9px;
  align-items: center
}

.holiday {
  align-items: unset;
  gap: 10px
}

.holiday .trip-aut {
  border: unset
}

.holiday .items,
.pricing {
  flex-wrap: wrap
}

.holiday .items span {
  font-size: 12px;
  border: 1px solid #67768e8a;
  border-radius: 30px;
  padding: 2px 8px
}

.pricing {
  margin-top: 12px;
  justify-content: space-between
}

.pricing span {
  font-size: 14px
}

.pricing a.viewall {
  margin: 0
}

.c-txt {
  font-size: 16px;
  font-weight: 700
}


/* New CSS Add by Karan */

.hero .sub-ttl {
  font-size: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 90px;
  color: #5d5d5d;
}

.hero .sub-ttl-dots:after {
  content: '';
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary-color);
  height: 7px;
  width: 7px;
  border-radius: 50%;
}

.hero-image:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 6%) 27%, rgb(0 0 0 / 91%) 90%);
}

.hero-image .hero-image-content .h4 {
  color: var(--white);
}

.hero-stats .stats-col .stats-no {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.hero-stats .stats-col .stats-title {
  font-size: 13px;
  color: #7a7368;
  letter-spacing: 1px;
}

.hero-img-listing span {
  color: #eee;
  font-size: 14px;
}

.hero-img-listing span:after {
  content: " ";
  position: absolute;
  top: 9px;
  left: -12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  z-index: 999;
  background: #eee;
}

.bottom-card strong {
  font-size: 20px;
}

.bottom-card .user-img img {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  object-fit: cover;
}

.bottom-card .user-img>*:not(:first-child) {
  margin-inline-start: -12px;
}

.hero-form {
  background: var(--white);
  box-shadow: 0 8px 30px -10px rgba(20, 17, 13, .08);
  border-radius: 90px;
  border: 1px solid #e5e7eb;
}

.hero-form input[type="number"]::-webkit-inner-spin-button,
.hero-form input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
  display: block;
}

form.hero-form .row .col-lg-3:not(:last-of-type) .form-control {
  border-right: 1px solid #c9c9c9;
}

form.hero-form .form-control input:focus::placeholder {
  opacity: 0;
}

input::placeholder {
  color: #000;
}

form.hero-form .form-control label {
  font-size: 11px;
  color: #7a7368;
  text-transform: uppercase;
  letter-spacing: .08em;
}

form.hero-form button {
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background-color: var(--primary-color);
}

.moving-wrapper:hover .moving-track {
  animation-play-state: paused
}

.moving-item {
  position: relative;
  color: var(--white);
}

.moving-wrapper .moving-item:after {
  content: "✦";
  position: relative;
  color: var(--primary-color);
  font-size: 14px;
  left: 20px;
  top: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

.heading-seprator .head-title {
  text-transform: uppercase;
  font-size: 15px;
  color: #7a7368;
  width: fit-content;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.heading-seprator h2 {
  line-height: 1.2;
  font-size: 40px !important;
}

.heading-seprator h2 span {
  color: var(--primary-color);
}

.heading-seprator p {
  margin-bottom: 0;
}

.btn-tabs .flex-tabs button {
  cursor: pointer;
  background: var(--white);
  border: 1px solid #e5e7eb;
  padding: 12px 25px;
  border-radius: 90px
}

.btn-tabs .flex-tabs button.active {
  background: #000;
  color: var(--white);
}

.light-bg {
  padding-block: 50px;
  background: #f5f5f5b3;
}

.text-tabs .flex-tabs button {
  background: var(--white);
  border: 0;
  cursor: pointer;
  border-top: 1px solid #e4ddd0;
}

.text-tabs .flex-tabs span:first-of-type {
  font-size: 20px;
}

.text-tabs .flex-tabs span:last-of-type {
  font-size: 14px;
}

.text-tabs .flex-tabs span {
  color: #5c5c5c7a;
}

.text-tabs .flex-tabs button.active {
  background-color: var(--primary-color);
}

.text-tabs .flex-tabs button.active span {
  color: var(--white);
}

.desti-overlay-card {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}

.desti-overlay-card img {
  border-radius: 15px;
  object-fit: cover;
  object-position: top;
  transition: all .5s ease-in-out;
}

.desti-overlay-card:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 15%) 27%, rgb(0 0 0 / 91%) 90%);
}

.desti-overlay-card .card-content :is(.h5, .h2, p) {
  color: var(--white);
}

.desti-overlay-card .trip-btn:hover{
  color: var(--white) !important;
  border-color: var(--white) !important;
}

.desti-overlay-card:hover img {
  transform: rotate(-2deg) scale(1.1);
}

.cat-overlay-card .span-items {
  color: #f1f1f1;
  font-size: 15px;
  letter-spacing: 1px;
  gap: 7px;
}

.arrow-btn {
  cursor: pointer;
  border-radius: 50%;
  line-height: 2;
  background-color: #eee;
}

.desti-overlay-card .total-of:not(.main-card .total-of) {
  background: var(--white);
  font-size: 14px;
  padding: 10px 18px 8px;
  color: #555555;
  line-height: 1.2;
  border-radius: 90px;
}

.main-card .total-of {
  color: var(--white);
}

.bg-dark {
  background: #14110d;
  padding-block: 60px;
  border-radius: 0 0 20px 20px;
}

.light-seprator :is(h2, p) {
  color: var(--white);
}

.light-seprator h2 span {
  color: #FFC8B0;
}

.market-card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgb(117 114 114 / 21%);
  border-radius: 14px;
  padding: 18px;
  transition: all .25s;
}

.market-card :is(span, p, div):not(:is(.card-cat, .card-ttl)) {
  color: #8B8378;
}

.market-card .card-cat {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--primary-color);
}

.market-card .card-ttl {
  font-size: 20px;
  font-weight: 600;
  color: var(--secondry-color);
}

.dark-card .card-ttl {
  color: var(--white);
}

.market-card p {
  font-size: 15px;
}

.dark-card p {
  margin: 0;
  font-size: 14px;
}

.market-cta {
  background: #000;
}

.market-cta p {
  font-size: 15px !important;
}

.border-wrap {
  border-top: 1px solid #eeeeee33;
  padding-top: 30px;
  margin-top: 35px;
}

.border-wrap p {
  margin-bottom: 0;
  color: #eeeeeecf;
  font-size: 15px;
  letter-spacing: 1px;
}

.market-card:not(.market-cta):hover {
  background: rgba(255, 255, 255, .08);
  border-color: #eeeeee;
  transform: translateY(-3px);
}

.blog-overlay-card .trip-content :is(p, div, a) {
  color: #fff;
}

.blog-overlay-card .trip-content .trip-title {
  font-size: 34px;
}

.blog-overlay-card:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 6%) 27%, rgb(0 0 0 / 91%) 90%);
}

.visa-card {
  background: linear-gradient(135deg, #1a3a5c, #0a1f33);
}

.cnct-card {
  background: linear-gradient(135deg, #3a1a5c, #1a0a33);
}

.big-card .card-content :is(.h2, p) {
  color: var(--white);
}

.big-card .card-content p {
  font-size: 18px !important;
}

.big-card .card-content .h2 span {
  opacity: 0.6;
  font-style: italic;
  margin-right: 5px;
}

form :is(input, select, textarea) {
  background: var(--white);
  border: 0;
  box-shadow: 2px 1px 12px 2px rgba(0, 0, 0, .1)
}

form :is(input, select):focus {
  outline: var(--primary-color)
}

.trip-btn {
  border: 1px solid transparent;
  transition: all .3s ease-in-out;
}

.big-card .card-content .sec-btn-bg {
  border-color: var(--white) !important;
  color: var(--white) !important;
}

.big-card .card-content .trip-btn:hover,
.bg-dark .trip-btn:hover {
  border-color: transparent !important;
  background: var(--white) !important;
  color: var(--secondry-color) !important;
}

.trip-btn:not(.search-form form button):hover {
  border-color: var(--primary-color);
  background: transparent;
  color: var(--secondry-color);
}

.sec-btn-bg {
  background-color: transparent;
  border: 1px solid #ff0909;
  transition: all .3s ease-in-out;
  color: var(--secondary);
}

.sec-btn-bg:hover {
  background-color: var(--primary-color) !important;
  color: var(--white) !important;
  border-color: transparent !important;
  outline: 0;
}

.border-btn {
  border: 1px solid var(--primary-color);
  background: var(--white);
  color: var(--primary-color);
}

.border-btn:hover {
  background: var(--primary-color) !important;
  color: var(--white) !important;
}

.pri-btn-bg:hover svg {
  fill: var(--primary-color);
}

.sec-btn-bg:hover svg {
  fill: var(--white);
}

.row-gap-2 {
  row-gap: 20px;
}

.trip-card {
  border-radius: 15px;
  overflow: hidden;
}

:is(.trip-card) :is(.trip-title, p),
.desti-overlay-card .card-content .card-title {
  display: -webkit-box !important;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.trip-card .trip-aut:not(.trip-grid-card .trip-aut) {
  border-top: var(--border) padding-top: 10px
}

.aut-name,
.trip-dt {
  position: relative;
}

.trip-dt:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 3px;
  background: #c7c7c7;
  border-radius: 50%;
  left: -16px;
  top: 12px;
}

.hero .overlay-title {
  line-height: 1;
}

.hero :is(.overlay-title, .sub-ttl) span {
  color: var(--primary-color);
}


.holiday .items,
.holiday .items span,
.location span,
.pricing {
  gap: 5px;
}

.c-txt {
  font-size: 14px;
}

form.newsletter-form input {
  border: 1px solid #eee;
  box-shadow: unset;
  border-radius: 90px;
  padding-block: 25px;
}

form.newsletter-form input::placeholder {
  color: #b5b5b5;
}

form.tour-sort-form select{
  font-size: 16px;
}

.review-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

.swiper .swiper-slide:has(.review-card) {
  height: -webkit-fill-available !important;
}

.tour-rev-card .name-cover,
.review-card .name-cover {
  background: var(--primary-color);
  color: var(--white);
  border-radius: 50%;
  font-size: 15px;
}

.review-card .rev-name {
  line-height: 1;
  font-weight: 600;
}

.review-card span {
  color: #858585;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: auto;
}

.review-card p {
  margin-bottom: 5px;
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .hero-content-wrap {
    padding: 0 !important;
  }
}


@media screen and (max-width: 768px) {
  .hero .bottom-card {
    display: none !important;
  }

  .hero img {
    height: auto;
  }

  .hero-image .hero-image-content {
    padding: 20px !important;
  }

  .hero-image .hero-image-content .h2 {
    font-size: 20px !important;
  }

  .hero-form {
    border-radius: 10px !important;
    align-items: self-end !important;
  }

  form.hero-form .form-control {
    padding: 8px !important;
    border: 0 !important;
  }

  .heading-seprator h2 {
    font-size: 30px !important;
  }

  .scroll-box {
    overflow: auto;
    width: 100%;
    padding-bottom: 10px;
    gap: 7px;
    flex-wrap: unset !important;
  }

  .flex-tabs button,
  .scroll-box a {
    white-space: nowrap;
    font-size: 15px;
    padding: 8px 10px;
  }

  .text-tabs .flex-tabs {
    flex-direction: unset;
  }

  .desti-overlay-card.card-sm,
  .desti-overlay-card.card-md {
    height: 100%;
  }

  .desti-overlay-card.card-lg {
    height: 350px;
  }

  .text-tabs .flex-tabs button {
    flex-direction: column;
    align-items: start;
  }

  .text-tabs .flex-tabs span:last-of-type {
    font-size: 12px;
  }

  .bg-dark,
  .light-bg {
    padding-block: 30px;
  }

  .blog-overlay-card .img-placeholder img {
    height: 350px;
  }

  .blog-overlay-card .trip-content {
    padding: 20px;
  }

  .blog-overlay-card .trip-content .trip-title {
    font-size: 24px;
  }

  .big-card {
    padding: 50px 25px 40px;
  }
}


