@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Aeonik TRIAL";
  src: url(../fonts/Aeonik/Aeonik-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: "Aeonik TRIAL";
  src: url(../fonts/Aeonik/Aeonik-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: "Aeonik TRIAL";
  src: url(../fonts/Aeonik/Aeonik-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "Aeonik TRIAL";
  src: url(../fonts/Aeonik/Aeonik-Regular.ttf);
  font-weight: 400;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

*:focus,
*:focus-visible {
  outline: none;
}

:root {
  --transition-05s: all ease-in-out 0.5s;
  --transition-03s: all ease-in-out 0.3s;

  --font-aeonik-trial: "Aeonik TRIAL", sans-serif;

  --main-color: #b20403;
  --second-color: #304b8c;
  --black-color: #000000;
  --white-color: #ffffff;

  --head-title-color: #091733;
  --para-color: #4b4b4b;
}

body {
  font-family: "Inter Tight", sans-serif;
  overflow-x: hidden;
}

ul,
ol {
  margin: 0%;
  padding: 0%;
}
ul li{
  list-style: disc;
  list-style-position: inside;
}
a {
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

.row {
  gap: 24px 0px;
}
.entry-content ul li{
  list-style: disc;
}
.entry-content ul {
padding-left:2rem
}
/*<======================= Common Css ===============>*/
.common-section {
  padding: 60px 0px;
}

.common-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 50%;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}

.common-head > h3 {
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--head-title-color);
  position: relative;
  text-transform: capitalize;
}

.common-btn {
  display: flex;
  align-items: center;
}

.common-btn > span {
  padding: 10px 20px;
  background: var(--main-color);
  border-radius: 80px;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  transition: var(--transition-05s);
  transform: translateX(0px);
  white-space: nowrap;
}

.common-btn > i {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  color: var(--white-color);
  font-size: 18px;
  transform: translateX(0px) rotate(-45deg);
  transition: var(--transition-05s);
}

.common-btn:hover > span {
  transform: translateX(35px);
}

.common-btn:hover > i {
  transform: translateX(-118px) rotate(0deg);
}

.common-btn2 {
  display: flex;
  align-items: center;
}

.blog-box .blog-content .common-btn:hover > span {
    transform: translateX(42px);
}

.common-btn2 > span {
  padding: 10px 20px;
  background: var(--second-color);
  border-radius: 80px;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  transition: var(--transition-05s);
  transform: translateX(0px);
}

.common-btn2 > i {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--second-color);
  color: var(--white-color);
  font-size: 18px;
  transform: translateX(0px) rotate(-45deg);
  transition: var(--transition-05s);
}

.common-btn2:hover > span {
  transform: translateX(35px);
}

.common-btn2:hover > i {
  transform: translateX(-130px) rotate(0deg);
}
.load-more-row {
  display: flex;
  justify-content: center;
}
.banner-section .common-btn:hover > span {
  transform: translateX(67px);
}
#load-more {
  background: transparent;
    border: 0px;
}

.details-footer .common-btn:hover > span {
  transform: translateX(78px);
}

/************************************ Header Section **************************************/
.header-section {
  width: 100%;
  height: max-content;
  position: absolute;
  top: 0px;
  z-index: 10;
  background: transparent;
}
.gt_container-g95zhk a.glink span {
  font-size:18px;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  z-index: 15;
  width: 100%;
  padding: 15px 0px;
}
.navbar-brand img{
  max-width: 250px;
}
.navbar.header-fixed {
  position: fixed;
  background: #b20403;
  box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.95);
  transition: all ease-in-out 0.2s;
  backdrop-filter: blur(5px);
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.navbar-nav, ul.expNearBy-list {
  list-style: none !important;
}
ul.navbar-nav li,  ul.expNearBy-list li{
  list-style: none !important;
}
.navbar-nav {
    display: flex;
    align-items: flex-end;
    justify-content:center;
    gap: 10px;
    background: rgba(0, 22, 47, 0.75);
    /* border-radius: 40px; */
    /* padding: 6px; */
    /* border: 1px solid #777777; */
    backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(20px);
    width: 100%;
    padding-right: 40px;
    min-height: 100vh;
}

.navbar-nav .nav-item a {
  font-weight: 400;
  font-size: 16px;
  color: #f2f2f2;
  text-transform: capitalize;
  transition: var(--transition-03s);
    padding: 6px 12px;
     border-radius: 40px;
}

.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item .active {

  font-weight: 600;
  color: #0f0f0f;
  background: var(--white-color);
  border-radius: 40px;
}

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

.head-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.head-call-btn img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--second-color);
  color: var(--white-color);
  padding: 5px;
  object-fit: contain;
}

.head-call-btn .head-call-text h6 {
  font-family: var(--font-aeonik-trial);
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
}

.head-call-btn .head-call-text h3 {
  font-family: var(--font-aeonik-trial);
  color: var(--white-color);
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 0;
}

.head-cart {
  position: relative;
}

.head-user img,
.head-cart img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.head-cart > span {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 13px;
  color: var(--white-color);
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-select-wrapper {
  width: 80px;
}

/* Main select */
.lang-select {
  background-color: transparent;
  color: #ffffff;

  border: 2px solid #b20403;
  border-radius: 40px;

  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;

  cursor: pointer;

  /* Remove default arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Custom arrow */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23E60000' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 24px;
}

/* Focus state */
.lang-select:focus {
  border-color: #b20403;
  box-shadow: none;
  background-color: transparent;
  color: var(--white-color);
}

/* Dropdown options */
.lang-select option {
  background-color: var(--second-color);
  color: var(--white-color);
}

/******************************************* Banner Section ***********************************/
.banner-section {
  position: relative;
}
.banner-section:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
background: #ff0000;
    background: linear-gradient(180deg, rgb(255 8 8 / 43%) 0%, rgba(233, 173, 9, 0) 42%);
}
.banner-section .video-box::after {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.banner-main-inrbox {
  position: relative;
}


.banner-main-inrbox:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
background: #fff;
    background: linear-gradient(180deg, rgb(255 8 8 / 43%) 0%, rgba(233, 173, 9, 0) 42%);
}
.inr-banner-section {
  background: no-repeat center center / cover;
  position: relative;
  z-index: 1;
  height: 400px;
}
.inr-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
}
.inr-banner-section::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  inset: 0%;
}
.tax-tour_category .inr-banner-section::after {
    background: rgba(0, 0, 0, 0.25);
}


.banner-section .video-box {
  position: absolute;
  inset: 0%;
  height: 85vh;
  width: 100%;
}

.banner-section .video-box video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  min-height: 85vh;
  position: relative;
  z-index: 1;
  padding-top: 40px;
}

.inr-banner-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  width: 100%;
  min-height: 50vh;
  position: relative;
  z-index: 1;
}

.banner-box h1 {
  color: var(--white-color);
  font-weight: 700;
  font-size: 66px;
  line-height: 70px;
  text-transform: capitalize;
  margin-bottom: 20px;
  position: relative;
}

.banner-box h1::after {
  content: "";
  background-image: url(../media/images/bnr-txt-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 260px;
  height: 20px;
  display: block;
  position: absolute;
  right: 200px;
  bottom: 60px;
}

.inr-banner-box h1 {
  color: var(--white-color);
  font-weight: 700;
  font-size: 58px;
  text-transform: capitalize;
}

.banner-box .common-btn > span {
  background: var(--white-color);
  color: #121212;
}

.serch-form {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.27);
  background: rgba(255, 255, 255, 0.071);
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(6px);
  padding: 6px 10px;
  width: 60%;
  border-radius: 100px;
}

.serch-form input {
  background: transparent;
  border: none !important;
  width: 90%;
  padding-left: 12px;
  color: var(--white-color) !important;
}

.serch-form input::placeholder {
  color: #d3d3d3;
}

.serch-form button {
  background: transparent;
  border: none !important;
  width: 10%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--main-color);
  color: var(--white-color);
}

.bnr-list {
  margin: 20px 0px 10px;
}

.bnr-list li {
  font-family: var(--font-aeonik-trial);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bnr-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: var(--main-color);
  display: block;
}

.inr-banner-section > * {
  position: relative;
  z-index: 1;
}

/*   */

.banner-left-inrbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 400px;
}

.banner-left-inrbox h1 {
  color: var(--white-color);
  font-weight: 500;
  font-size: 48px;
  text-transform: capitalize;
  text-align: center;
}

/*======================== Explore Experience Section =============================*/
.exploreExp-section {
  position: relative;
}

.exploreExp-section .common-head h3::after {
  content: "";
  background-image: url(../media/images/txt-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 190px;
  height: 20px;
  display: block;
  position: absolute;
  right: 140px;
  bottom: -10px;
}

.exploreExp-lwr {
  margin-top: 30px;
}

.exploreExp-box {
  position: relative;
  
}

.exploreExp-video-box {
  width: 100%;
  height: 540px;
  border-radius: 20px;
  overflow: hidden;
}

.exploreExp-video-box video,
.exploreExp-video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: var(--transition-05s);
}

.exploreExp-video-box:hover video,
.exploreExp-video-box:hover img {
  transform: scale(1.2);
}

.exploreExp-text-box {
  position: absolute;
  z-index: 1;
  background: var(--white-color);
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  margin: 0px auto ;
  padding: 15px;
  border-radius: 20px;  
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: var(--transition-03s);
}

.exploreExp-text-left h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--head-title-color);
  margin-bottom: 0;
  transition: var(--transition-03s);
}

.exploreExp-box:hover .exploreExp-text-left h5 {
  color: var(--white-color);
}

.exploreExp-info {
  display: flex;
  align-items: start;
  gap: 14px;
  margin-bottom: 10px;
}

.exploreExp-info span {
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 500;
}
.exploreExp-info span:first-child{
  display: flex;
  align-items: center;
  gap: 5px;
}
.exploreExp-info span i.fa-star {
  color: #ffe243;
}

.exploreExp-box:hover .exploreExp-text-left .exploreExp-info span {
  color: var(--white-color);
}

.exploreExp-text-left {
  width: 90%;
}

.exploreExp-text-left p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.exploreExp-text-left a p {
    color: #4f5a71;
}
.exploreExp-text-left p > span {
  color: #4f5a71;
  font-size: 15px;
}

.exploreExp-box:hover .exploreExp-text-left p > span {
  color: var(--white-color);
}

.exploreExp-text-box .exploreExp-btn {
  color: var(--main-color);
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(30px) rotate(-45deg);
  background: var(--white-color);
  visibility: hidden;
  opacity: 0;
  transition: var(--transition-05s);
}

.exploreExp-box:hover .exploreExp-text-box .exploreExp-btn {
  transform: translateX(0px) rotate(-45deg);
  visibility: visible;
  opacity: 1;
}

.exploreExp-box:hover .exploreExp-text-box {
  background: #ff6b6b;
  color: var(--white-color);
}

/* ===============================
   Activity Details Section
================================ */

.activityDetails-section {
  padding: 80px 0;
  background: #f9fafc;
}

/* Image */
.activityDetails-img {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.activityDetails-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.activityDetails-img:hover img {
  transform: scale(1.05);
}

/* Content */
.activityDetails-content {
  padding-left: 40px;
}

.activityDetails-content h3 {
  font-size:24px;
  font-weight: 600;
  color: var(--head-title-color);
  margin-bottom: 15px;
}

.activityDetails-content p {
  font-size: 15px;
  font-weight: 400;
  color: #4b4b4b;
  margin-bottom: 15px;
}
.accordion-item h3{
   font-size: 20px;
  font-weight: 500;
  color: var(--head-title-color);
  margin-top: 25px;
  margin-bottom: 10px;
}
.entry-content .wp-block-heading {
    font-size: 24px;
  font-weight: 600;
  color: var(--head-title-color);
  margin-top: 25px;
  margin-bottom: 10px;
}
/* Price */
/* .activityDetails-content p:nth-of-type(2) {
  font-size: 22px;
  font-weight: 600;
  color: var(--head-title-color);
  margin-top: 20px;
} */

.activityDetails-content p span {
  font-size: 15px;
  font-weight: 500;
  color: #64748b;
}
.activityDetails-content h2{
  font-size: 20px !important;
}
/* Features */
.activityDetails-list {
  margin-top: 30px;
}

.activityDetails-list h5 {
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 15px;
}

.activityDetails-list ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

.activityDetails-list ul li {
  font-size: 15px;
  color: #334155;
  position: relative;
  padding-left: 22px;
}

.activityDetails-list ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--main-color);
  font-weight: 700;
}

/* Price Table */
.activityDetails-table {
  margin-top: 40px;
}

.activityDetails-table h5 {
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 5px;
}

.activityDetails-table p {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 15px;
}

.activityDetails-table table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.activityDetails-table thead {
  background: var(--second-color);
}

.activityDetails-table th {
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}

.activityDetails-table td {
  padding: 14px;
  font-size: 14px;
  color: #334155;
  border-bottom: 1px solid #e2e8f0;
}

.activityDetails-table tbody tr:last-child td {
  border-bottom: none;
}

.activityDetails-table tbody tr:hover {
  background: #f1f5f9;
}

.activityDetails-content .common-btn {
  width: fit-content;
}

/* Button */
/* .activityDetails-content .common-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 35px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #0f766e, #0d9488);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 12px 25px rgba(15, 118, 110, 0.35);
    transition: all 0.35s ease;
} */

/* .activityDetails-content .common-btn i {
    transition: transform 0.3s ease;
} */

/* .activityDetails-content .common-btn:hover {
    background: linear-gradient(135deg, #0d9488, #0f766e);
    transform: translateY(-2px);
    box-shadow: 0 18px 35px rgba(15, 118, 110, 0.45);
} */

/* .activityDetails-content .common-btn:hover i {
    transform: translateX(5px);
} */

/*============================= Popular Activities Section ===========================*/

.accordion-body img{
  width: 100%;
  border-radius: 15px;
}
.popular-head {
  width: 60%;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}

.popular-head h3 {
  color: var(--head-title-color);
  font-size: 52px;
  font-weight: 500;
}

.popular-head h3 > span {
  color: #747a86;
}

.popular-head h3 img {
  height: 35px;
}

.popular-head h3 img {
  height: 100%;
  object-fit: cover;
}

.popular-section .common-head h3::after {
  content: "";
  background-image: url(../media/images/txt-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 240px;
  height: 20px;
  display: block;
  position: absolute;
  right: 5px;
  bottom: -10px;
}

.popular-box {
  background: #fff5f5;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  position: relative;
}

.popular-box .popular-tag,
.popular-box span {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #0f345d;
  background: var(--white-color);
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  z-index: 3;
}

.popular-box .popular-tag i,
.popular-box span i {
  font-size: 12px;
}

.popular-slider .item {
  padding: 10px 0;
}

/* .popular-slider.owl-carousel {
    margin-left: -50px;
    width: calc(100% + 100px);
} */

.popular-box-img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

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

.popular-box-btn {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  background-color: var(--second-color);
  font-size: 18px;

  position: absolute;
  left: 50%;
  bottom: 0px;

  transform: translateX(-50%) rotate(-45deg);
  transition: var(--transition-05s);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

/* Hover → move to center */
.popular-box:hover .popular-box-btn {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
  opacity: 1;
  visibility: visible;
  color: var(--white-color);
}

.popular-box-img::after {
  content: "";
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: block;
  transform: translateY(-200px);
  transition: var(--transition-05s);
}

.popular-box:hover .popular-box-img::after {
  transform: translateY(0px);
}

.popular-content {
  padding: 10px 0px;
}

.popular-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 0;
}

.popular-content p {
  font-size: 14px;
  font-weight: 400;
  color: #838383;
  margin-bottom: 0;
}

.popular-lwr {
  margin-top: 40px;
}

/*============================= Most Loved Experiences Section =======================*/
.mlExp-section {
  position: relative;
  background: #eff4ff;
  border-radius: 40px;
  width: 98%;
  margin: auto;
}

.mlExp-side-img {
  position: absolute;
  right: 0px;
  top: 50px;
  height: 400px;
}

.mlExp-side-img img {
  height: 100%;
  object-fit: contain;
}

.mlExp-main-box .common-head h3::after {
  content: "";
  background-image: url(../media/images/txt-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 240px;
  height: 20px;
  display: block;
  position: absolute;
  right: 5px;
  bottom: -10px;
}

.mlExp-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: var(--white-color);
  padding: 14px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.mlExp-img {
  width: 40%;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}

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

.mlExp-content {
  width: 60%;
  padding: 0 10px;
}

.mlExp-content .mlExp-content-head {
  border-bottom: 2px dotted #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.mlExp-content .mlExp-content-head > h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--head-title-color);
}

.mlExp-content-mid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}

.mlExp-content-mid p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--head-title-color);
  line-height: 1;
}

.mlExp-content-mid p > span {
  font-size: 16px;
  font-weight: 300;
  color: #4f5a71;
}

.mlExp-content-mid > .common-btn:hover i {
  transform: translateX(-115px) rotate(0deg);
}

.mlExp-content-lwr {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.mlExp-content-lwr p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: #212e48;
  padding: 10px;
  border-radius: 50px;
  background: #f9f9f9;
}

/*========================== Explore Nearby Section =============================*/
.expNearBy-right-box {
  width: 100%;
  position: relative;
  height: 580px;
}

.expNearBy-right-box video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.expNearBy-lwrSide-img {
  position: absolute;
  bottom: -50px;
  left: -120px;
  height: 320px;
}

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

.expNearBy-left-box .common-head {
  align-items: flex-start;
  width: 100%;
}

.expNearBy-left-box .common-head h3::after {
  content: "";
  background-image: url(../media/images/txt-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 240px;
  height: 20px;
  display: block;
  position: absolute;
  right: 5px;
  bottom: -10px;
}

.expNearBy-left-img {
  margin-top: 40px;
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 20px;
}

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

.expNearBy-mid-box p {
  font-family: var(--font-aeonik-trial);
  color: #4b4b4b;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}

.expNearBy-mid-box .common-btn:hover i {
  transform: translateX(-120px) rotate(0deg);
}

.expNearBy-list {
  margin-top: 40px;
}

.expNearBy-list .expNearBy-icon {
  height: 50px;
  margin-bottom: 10px;
}

.expNearBy-list .expNearBy-icon img {
  height: 100%;
  object-fit: contain;
}

.expNearBy-list li h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--black-color);
}

.expNearBy-list li p {
  font-family: var(--font-aeonik-trial);
  font-size: 15px;
  font-weight: 400;
  color: #4b4b4b;
  width: 80%;
}

/*============================= Travel Package Section =============================*/
.travelPack-section {
  position: relative;
  width: 98%;
  margin: auto;
  border-radius: 50px;
  overflow: hidden;
  min-height: 790px;
  height: 100%;
}

.travelPack-section::after {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  background: rgb(153 3 3 / 85%);
  display: block;
}

.travelPack-section .common-head {
  position: relative;
  z-index: 1;
}

.travelPack-section .common-head h3 {
  color: var(--white-color);
}

.travelPack-bg-video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.travelPack-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.travelPack-lwr {
  position: relative;
  z-index: 2;
}

.travelPack-box {
  position: relative;
  padding: 10px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--white-color);
}

.travelPack-box .common-btn2:hover i {
  transform: translateX(-115px) rotate(-45deg);
}

.travelPack-box .travelPack-tag,
.travelPack-box > span {
  position: absolute;
  right: 20px;
  top: 20px;
  background: var(--main-color);
  padding: 6px 14px;
  color: var(--white-color);
  border-radius: 50px;
  font-size: 14px;
}

.travelPack-img {
  width: 100%;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
}

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

.travelPack-content {
  padding: 20px 10px 10px;
}

.travelPack-content h5 {
  font-size: 24px;
  font-weight: 600;
  color: #212e48;
  margin-bottom: 20px;
}

.travelPack-info-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 10px;
}

.travelPack-info-tags > span {
  background: #f9f9f9;
  font-size: 12px;
  font-weight: 500;
  color: #212e48;
  padding: 5px 10px;
  border-radius: 60px;
}

.travelPack-content-lwr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 0px;
}

.travelPack-lwr-des > p {
  color: #737373;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.travelPack-lwr-des > span {
  color: #737373;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}

.travelPack-content-lwr > p {
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 500;
}

.travelPack-content-lwr > p i {
  color: #ffe243;
  font-weight: 18px;
}

/*=========================== Exclusive Offer Section ================================*/
.exOffer-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.exOffer-section .common-head {
  width: 100%;
  align-items: flex-start;
}

.exOffer-section .common-head h3::after {
  content: "";
  background-image: url(../media/images/txt-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 180px;
  height: 20px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: -10px;
}

.exOffer-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #eff4ff;
  padding: 14px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.exOffer-img {
  width: 40%;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}

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

.exOffer-content {
  width: 60%;
  padding: 0 10px;
}

.exOffer-content .exOffer-content-head {
  border-bottom: 2px dotted #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.exOffer-content .exOffer-content-head h5 {
  font-size: 24px;
  font-weight: 500;
  color: var(--head-title-color);
  width: 80%;
}

.exOffer-content-lwr {
  display: flex;
  margin: 20px 0px 0px;
  align-items: center;
  gap: 20px;
}

.exOffer-content-lwr > span {
  font-size: 13px;
  color: #898989;
  font-weight: 500;
}

.exOffer-content-lwr > .common-btn:hover i {
  transform: translateX(-115px) rotate(0deg);
}

/*=========================== Popular Packages Section =========================*/
.popularPack-lwr {
  margin-top: 30px;
}

.popularPack-main-box .common-head h3::after {
  content: "";
  background-image: url(../media/images/txt-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 180px;
  height: 20px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: -10px;
}

.popularPack-box {
  gap: 10px;
  background: #eff4ff;
  padding: 14px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.popularPack-img {
  height: 320px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

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

.popilarPack-content {
  padding: 15px 20px;
}

.popilarPack-content h5 {
  font-size: 24px;
  font-weight: 600;
  color: var(--head-title-color);
  margin-bottom: 10px;
}

.popilarPack-content-tags {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.popilarPack-content-tags > span {
  border: 1px solid #ffe4e4;
  padding: 5px 10px;
  background: #f9f9f9;
  border-radius: 50px;
  color: #212e48;
  font-size: 12px;
  font-weight: 500;
}

.popilarPack-content-lwr {
  display: flex;
  justify-content: space-between;
}

.popilarPack-content-lwr .popilarPack-content-info p {
  margin-bottom: 0;
  color: #737373;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.popilarPack-content-lwr .popilarPack-content-info span {
  font-size: 12px;
  font-weight: 400;
  color: #737373;
}

.popilarPack-content-lwr > p {
  color: #8f8f8f;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.popilarPack-content-lwr > p i {
  color: #ffe243;
}

.popilarPack-content-lwr .common-btn:hover > span {
  transform: translateX(60px);
}

.popilarPack-content-lwr .common-btn:hover > i {
  transform: translateX(-90px) rotate(0deg);
}

/*============================= Review Section ============================*/
.review-section {
  background: var(--main-color);
  width: 98%;
  margin: auto;
  border-radius: 40px;
  overflow: hidden;
}

.review-main-box .common-head h3 {
  color: var(--white-color);
}

.review-fix-box {
  background: var(--second-color);
  border-radius: 20px;
  padding: 40px;
  /* min-height: 500px; */
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.review-lwr {
  margin-top: 40px;
}

.review-box {
  background: var(--second-color);
  border-radius: 20px;
  padding: 40px;
  /* height: 470px; */
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.review-star-box i {
  color: #ff9595;
  font-size: 18px;
}

.review-msg p {
  font-family: var(--font-aeonik-trial);
  font-size: 20px;
  color: var(--white-color);
  font-weight: 400;
}

.review-box > h5 {
  font-family: var(--font-aeonik-trial);
  font-size: 24px;
  font-weight: 700;
  color: var(--white-color);
  font-weight: 400;
  margin-top: 110px;
}

.review-fix-head h5 {
  font-family: var(--font-aeonik-trial);
  font-size: 42px;
  font-weight: 700;
  color: var(--white-color);
}

.review-fix-head p {
  font-family: var(--font-aeonik-trial);
  font-size: 18px;
  font-weight: 400;
  color: #ffe2e2;
}

.review-fix-lwr img {
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}

.review-fix-lwr h6 {
  font-family: var(--font-aeonik-trial);
  font-weight: 700;
  font-size: 30px;
  color: var(--white-color);
  margin-bottom: 40px;
}

.review-fix-lwr p {
  font-family: var(--font-aeonik-trial);
  font-weight: 400;
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: 0;
}

/* Target only odd items inside owl-carousel */
.review-slider .owl-item:nth-child(odd) .review-box {
  background-color: #e42524;
  /* optional: better contrast */
}

/*=============================== Blogs Section ============================*/
.blog-section {
  position: relative;
}

.blg-main-box .common-head h3::after {
  content: "";
  background-image: url(../media/images/txt-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 120px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: -10px;
}

.blog-lwr {
  margin-top: 30px;
}

.blog-box {
  position: relative;
}

.blog-box .blog-tag,
.blog-box > span {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--main-color);
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white-color);
  z-index: 1;
}

.blog-img {
  width: 100%;
  height: 300px;
  border-radius: 30px;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: var(--transition-05s);
}

.blog-box:hover .blog-img img {
  transform: scale(1.1);
}

.blog-content {
  margin-top: 20px;
}

.blog-content h5 {
  font-size: 24px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 14px;
}

.blog-content p {
  font-family: var(--font-aeonik-trial);
  font-size: 15px;
  font-weight: 400;
  color: #4b4b4b;
  margin-bottom: 14px;
}

/*############################## FAQ Section #####################################*/
.faq-section {
  position: relative;
  background: #eff4ff;
  
}

.faq-img-dwn {
  position: absolute;
  bottom: 160px;
  left: 50px;
  height: 400px;
}

.faq-img-dwn img {
  height: 100%;
  object-fit: cover;
}

.faq-main-box .common-head h3::after {
  content: "";
  background-image: url(../media/images/txt-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 180px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: -10px;
}

.faq-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0px 20px;
}

.faq-btn .common-btn:hover i {
  transform: translateX(-190px) rotate(0deg);
}

.faq-section .common-head {
  text-align: center;
}

.faq-section .common-head h3 {
  width: 100%;
}
.comment-form .form-submit .submit {
  padding: 10px 20px;
    background: var(--main-color);
    border-radius: 80px;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    transition: var(--transition-05s);
    transform: translateX(0px);
    white-space: nowrap;
}
/* FAQ Wrapper */
.faq-wrapper {
  position: relative;
  /* max-width: 800px; */
  margin-top: 30px;
}

/* FAQ Item */
.faq-item {
  background: var(--white-color);
  border-radius: 10px;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* Hide checkbox */
.faq-item input {
  display: none;
}

/* Question */
.faq-question {
 display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    background: var(--white-color);
    color: #091733;
    transition: all ease-in-out 0.5s;
    border-radius: 20px;
}

/* Icon */
.faq-question i {
  font-size: 24px;
  transition: all ease-in-out 0.5s;
  color: #091733;
  /* background: var(--main-color); */
  padding: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Answer (closed state) */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  transition: all ease-in-out 0.5s;
  /* transition: max-height 0.4s ease, padding 0.3s ease; */
}

.faq-answer p {
  font-size: 16px;
  font-weight: 300;
  color: #434343;
  margin: 0;
}

/* Open State */
.faq-item input:checked + .faq-question .icon {
  transform: rotate(45deg);
}

.faq-item input:checked ~ .faq-answer {
  max-height: 300px;
  padding: 0 22px 18px;
}

/***************************************** Contact Us Page *******************************/
.contact-section {
  padding-bottom: 220px;
}

.contact-head {
  text-align: center;
  margin-bottom: 40px;
}

.contact-head h3 {
  font-family: var(--font-montagu-slab);
  color: #133252;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0px;
}

.contact-head p {
  color: #5d5d5d;
  font-size: 18px;
  font-weight: 400;
}

.contact-card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  gap: 20px;
  min-height: 150px;
  padding: 20px;
  transition: var(--transition-05s);
  /* padding: 60px 20px; */
}

.contact-card:hover {
  background: var(--main-color);
  color: var(--white-color);
}

.contact-card:hover i {
  color: var(--white-color);
}

.contact-card i {
  --ehw-bg: 50px;
  width: var(--ehw-bg);
  height: var(--ehw-bg);
  font-size: 25px;
  background: var(--main-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.contact-name {
  width: 70%;
}

.contact-card .contact-name h4 {
  font-family: var(--font-sanchez);
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.contact-card .contact-name p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}

.iframe-box {
  width: 100%;
  height: 480px;
  border: 1px solid rgba(var(--second-color), 1);
  padding: 5px;
  border-radius: 20px;
}

.iframe-box iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.contact-form-head {
  text-align: center;
  padding: 20px 0px;
}

.contact-form-head h3 {
  font-size: 54px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form-head p {
  font-size: 24px;
  font-weight: 400;
}
.enquiry-modal .contact-form {
  border: 0px !important;
}
.contact-form {
  /* box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.75); */
  border: 1px solid #d1d1d1;
  padding: 20px;
  border-radius: 20px;
}

.form-contact-box input::placeholder,
.form-contact-box textarea::placeholder {
  font-weight: 400;
}

.form-contact-box button {
  width: 100%;
}

.form-contact-box select {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  color: #4f4f4f;
}

.form-contact-box option:hover {
  background: var(--main-color) !important;
}

.form-submit-btn {
 background: var(--main-color);
    padding: 10px 20px;
    color: var(--white-color);
    font-size: 16px;
    border: none;
    border-radius: 23px;
}

.form-submit-btn:hover {
  color: var(--white-color);
}
.form-control {
  width: 100%;
    padding: 15px !important;
    border-radius: 8px !important;
    border: 1px solid #dbd8d8 !important;
}
/*============================== Footer Section ================================*/

.footer-section ul{
  list-style: none !important;
}
.footer-section ul li{
  list-style: none !important;
}
.footer-section {
  background: var(--main-color);
  width: 98%;
  margin: auto;
  border-radius: 40px;
  position: relative;
  margin-bottom: 10px;
  padding: 60px 0px 0px;
  /*margin-top: -160px;*/
}

.footer-lwr-img {
  position: absolute;
  bottom: 0px;
  right: 80px;
  height: 200px;
}

.footer-lwr-img img {
  height: 100%;
  object-fit: cover;
}

.footer-top {
  padding-bottom: 100px;
}

.footer-box p {
  color: #ffbebe;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: .5rem;
}

.footer-social-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-social-list li a i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ff7d7d;
  color: var(--white-color);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-03s);
}

.footer-social-list li a i:hover {
  background: var(--white-color);
  color: var(--main-color);
}

.footer-contact-list li {
  margin-bottom: 10px;
  color: #ffbebe;
}

.footer-contact-list li a {
  font-family: var(--font-aeonik-trial);
  font-size: 15px;
  font-weight: 500;
  color: #ffbebe;
}

.footer-contact-list li a.call {
  font-size: 20px;
  font-weight: 700;
  color: var(--white-color);
}

.footer-box h5 {
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 20px;
  text-transform: capitalize;
}

.footer-box h3 {
  font-size: 35px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 20px;
  text-transform: capitalize;
  width: 80%;
}

.footer-link-list1 li {
  margin-bottom: 10px;
}

.footer-link-list1 li a {
  color: #ffbebe;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  transition: var(--transition-03s);
}

.footer-link-list1 li a:hover {
  font-weight: 700;
  color: var(--white-color);
  padding-left: 8px;
}

.footer-link-list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.footer-link-list2 li {
  margin-bottom: 10px;
}

.footer-link-list2 li a {
  color: #ffbebe;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  transition: var(--transition-03s);
}

.footer-link-list2 li a:hover {
  font-weight: 700;
  color: var(--white-color);
  padding-left: 8px;
}

.footer-form {
  display: flex;
  width: 100%;
  background: transparent;
  align-items: center;
}

.footer-form input {
  width: 80%;
  color: var(--white-color);
  font-size: 20px;
  background: #d52c2b;
  border: none;
  border-radius: 40px;
  padding: 15px 30px;
}

.footer-form input::placeholder {
  font-family: var(--font-aeonik-trial);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.footer-form button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 18px;
  background: #d52c2b;
  border: none;
}

.footer-copyright {
  padding: 20px 0px;
  border-top: 1px solid #db6161;
  text-align: center;
}

.footer-copyright p {
  font-family: var(--font-aeonik-trial);
  margin-bottom: 0;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 400;
}

.custom-accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.footer-logo img{
  max-width: 250px;
}
  



/* Header Button */

.custom-accordion .accordion-button {
  background: #fff;
  color: #091733;
  font-size: 24px;
  font-weight: 600;
  padding: 20px 20px;
  border-radius: 12px;
  box-shadow: none;
  transition: all 0.3s ease;
}

/* Hover effect */

.custom-accordion .accordion-button:hover {
  background: #f9f9f9;
}

/* Active accordion */

.custom-accordion .accordion-button:not(.collapsed) {
  background: #b20403;
  color: #fff;
  box-shadow: none;
}

/* Remove default arrow */

.custom-accordion .accordion-button::after {
 background-image: none;
    content: "+";
    font-size: 30px;
    color: #091733;
    font-weight: 500;
    transform: rotate(0deg);
    transition: transform 0.3s ease;   
    position: absolute;
     top: 0;
    right: 17px;
    top: 12px;
}

/* Rotate icon when open */

.custom-accordion .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: rotate(180deg);
  position: absolute;
     top: 0;
    right: 17px;
    top:30px;
    color: #fff;
}

/* Body */

.custom-accordion .accordion-body {
  background: #fff;
  color: #444;
  padding: 20px;
  line-height: 1.7;
  font-size: 15px;
}

/* Smooth animation */

.custom-accordion .accordion-collapse {
  transition: all 0.35s ease;
}

.form-step .form-control {
  margin-bottom: 20px;
}
.availability-result {
  margin-bottom: 20px;
}
.available-date-book {
  color: #fff !important;
}

.fare-box label{
  margin-bottom: .5rem;
}
.dest-text > p {
  background: #fff;
  color: #444;
  line-height: 1.7;
  font-size: 15px;
}

.map-iframe-box {
  width: 100%;
  height: 300px;
}
.map-iframe-box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dest-text ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-left: 20px;
  list-style: none;
}
.dest-text ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b20403;
  margin-top: 10px;
}

.nav-menu {
    position: relative;
}
.menu-close-btn {
    position: absolute;
    top: 15px;
    right: 350px;
    /* background: #fff; */
    border: none;
    font-size: 20px;
    cursor: pointer;
    z-index: 999;
    color: #333;
    transition: 0.3s ease;
    padding: 0px;
    background: transparent;
    color: #fff;
}
.menu-close-btn:hover {
  color: var(--main-color);
  transform: rotate(90deg);
}

/********************************************** Media query ***********************************/

/********************* Min width Section *****************************/

/* @media (min-width: 992px) {*/
/*    .dropdown-menu {*/
/*      display: grid;*/
/*      opacity: 0;*/
/*      visibility: hidden;*/
/*    }*/
/*    .nav-item.dropdown:hover .dropdown-menu,*/
/*    .nav-item.dropdown .dropdown-menu.show {*/
/*      opacity: 1;*/
/*      visibility: visible;*/
/*    }*/
/*} */
 @media (min-width: 1200px){
	.navbar-collapse {
    position: absolute;
     /*background: rgba(255, 255, 255, 0.23); */
    /*background: var(--main-color);*/
    width: 20%;
    right: 0;
    top: 0;
    /*padding: 5px;*/
    z-index: 9999;
  }

  .navbar-toggler {
    border: none !important;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }
} 

@media (min-width: 1400px) and (max-width: 1539px) {
    
  .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .menu-close-btn {
    top: 10px;
    right: 250px;
  }

  .popular-head h3 {
    font-size: 42px;
  }

  .popular-content h5 {
    font-size: 15px;
  }

  .popular-box-img {
    height: 160px;
  }
  
  .main-package .popular-box-img {
    height: 250px;
  }

  .head-call-btn .head-call-text h3 {
    font-size: 14px;
  }

  .head-call-btn .head-call-text h6 {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .exOffer-content .exOffer-content-head h5 {
    width: 100%;
  }

  .common-head {
    width: 70%;
  }

  .faq-main-box .common-head h3::after {
    right: 40px;
  }

  .faq-img-dwn {
    left: 20px;
  }

  .activityDetails-content {
    padding-left: 0px;
  }
}

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

@media (min-width: 1540px) {
  .container {
    max-width: 1500px;
  }
}

@media (min-width: 1640px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 1740px) {
  .container {
    max-width: 1690px;
  }
}

/************************************* Max Width Section ******************************/

@media (max-width: 1399px) {
  .lang-select {
    padding: 6px 10px;
    font-size: 13px;
    background-position: right 4px center;
  }

  .head-user img,
  .head-cart img {
    width: 25px;
    height: 25px;
  }

  .navbar-brand {
    width: 140px;
  }

  .lang-select-wrapper {
    width: 60px;
  }

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

  .navbar-nav {
    gap: 5px;
  }

  .head-call-btn .head-call-text h3 {
    font-size: 14px;
  }

  .banner-box h1 {
    font-size: 56px;
  }

  .banner-box h1::after {
    right: 20px;
  }

  .serch-form {
    width: 80%;
  }

  .exploreExp-video-box {
    height: 400px;
  }

  .exploreExp-section .common-head h3::after {
    right: 0px;
  }

  .exploreExp-text-left p {
    font-size: 18px;
  }

  .popular-head {
    width: 80%;
  }

  .popular-head h3 {
    font-size: 46px;
  }

  .common-head {
    width: 60%;
  }

  .mlExp-content .mlExp-content-head > h5 {
    font-size: 20px;
  }

  .mlExp-content {
    padding: 0 0px;
  }

  .common-head > h3 {
    font-size: 40px;
  }

  .expNearBy-left-box .common-head h3::after {
    width: 180px;
    bottom: -15px;
  }

  .travelPack-content {
    padding: 20px 0px 0px;
  }

  .travelPack-content h5 {
    font-size: 20px;
  }

  .travelPack-info-tags > span {
    padding: 5px 5px;
  }

  .travelPack-lwr-des > p {
    font-size: 14px;
  }

  .exOffer-content .exOffer-content-head h5 {
    font-size: 20px;
    width: 90%;
  }

  .exOffer-content {
    padding: 0 5px;
  }

  .review-box > h5 {
    margin-top: 40px;
  }

  .review-fix-lwr p {
    font-size: 20px;
  }

  .review-box > h5 {
    font-size: 20px;
  }

  .common-head > h3 {
    font-size: 32px;
  }

  .faq-img-dwn {
    left: 20px;
    height: 340px;
  }

  .faq-question {
    padding: 15px;
  }

  .footer-box h3 {
    font-size: 28px;
    width: 100%;
  }

  .footer-box p {
    font-size: 16px;
  }

  .footer-lwr-img {
    bottom: 0px;
    right: 0px;
    height: 180px;
  }

  .footer-link-list2 li a {
    font-size: 14px;
  }

  .footer-box h5 {
    font-size: 20px;
  }

  .activityDetails-content {
    padding-left: 0px;
  }
}

@media (max-width: 1199px) {
  

  .banner-box h1::after {
    right: 100px;
  }

  .exploreExp-text-left h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .exploreExp-text-left p {
    font-size: 15px;
  }

  .exploreExp-text-left p > span {
    color: #4f5a71;
    font-size: 13px;
  }

  .exploreExp-text-box {
    margin-top: -120px;
  }

  /* .exploreExp-box {
    margin-bottom: 12px;
  } */

  .exploreExp-info span {
    font-size: 13px;
  }

  .popular-head {
    width: 90%;
  }

  .popular-head h3 {
    font-size: 42px;
  }

  .popular-section .common-head h3::after {
    width: 140px;
  }

  .popular-content h5 {
    font-size: 16px;
  }

  .popular-box-img {
    height: 160px;
  }
  
  .main-package .popular-box-img {
    height: 250px;
  }

  .expNearBy-lwrSide-img {
    left: -100px;
    height: 280px;
  }

  .exOffer-content .exOffer-content-head h5 {
    width: 100%;
  }

  .popilarPack-content {
    padding: 15px 5px;
  }

  .review-fix-box {
    padding: 30px;
  }

  .review-box {
    padding: 30px;
  }

  .blog-content h5 {
    font-size: 18px;
  }

  .blog-content p {
    font-size: 14px;
  }

  .blog-box .blog-tag,
  .blog-box > span {
    font-size: 12px;
  }

  .travelPack-box .travelPack-tag,
  .travelPack-box > span {
    font-size: 12px;
  }

  .common-section {
    padding: 30px 0px;
  }

  .review-msg p {
    font-size: 18px;
  }

  .review-fix-lwr h6 {
    font-size: 24px;
  }

  .review-fix-lwr p {
    font-size: 18px;
  }

  .review-fix-head h5 {
    font-size: 30px;
  }

  .review-fix-head p {
    font-size: 15px;
  }

  .footer-section {
    margin-top: -20px;
  }

  .faq-img-dwn {
    left: 25px;
    height: 280px;
    bottom: 20px;
  }

  .faq-question {
    font-size: 18px;
  }

  .faq-main-box .common-head h3::after {
    width: 120px;
    right: 110px;
    bottom: -10px;
  }

  .footer-section {
    border-radius: 30px;
  }

  .navbar-nav {
    background: transparent;
    border: none;
  }

  .common-btn > span {
    padding: 6px 15px;
    font-size: 13px;
    white-space: nowrap;
  }

  .common-btn > i {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .mlExp-content-mid p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
    .navbar-collapse {
    position: absolute;
     /*background: rgba(255, 255, 255, 0.23); */
    background: var(--main-color);
    width: 100%;
    right: 0;
    top: 0;
    /*padding: 5px;*/
    z-index: 9999;
  }

  .navbar-toggler {
    border: none !important;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .banner-box h1::after {
    right: 170px;
  }

  .head-contact {
    gap: 10px;
  }

  .common-head {
    width: 80%;
  }

  .mlExp-side-img {
    height: 200px;
  }

  .mlExp-main-box .common-head h3::after {
    width: 180px;
  }

  .mlExp-content-mid {
    align-items: center;
  }

  .expNearBy-lwrSide-img {
    left: 40px;
    bottom: -20px;
  }

  .expNearBy-right-box {
    padding-bottom: 60px;
  }

  .review-fix-box {
    gap: 20px;
    align-items: center;
    text-align: center;
  }

  .review-box {
    padding: 20px;
  }

  .review-fix-box {
    padding: 20px;
  }

  .review-lwr {
    margin-top: 20px;
  }

  .faq-question {
    padding: 10px;
    font-size: 15px;
  }

  .faq-img-dwn {
    left: 6px;
    height: 220px;
  }

  .faq-main-box .common-head h3::after {
    right: 20px;
  }

  .footer-box h3 {
    font-size: 24px;
  }

  .footer-box p {
    font-size: 14px;
  }

  .footer-contact-list li a {
    font-size: 13px;
  }

  .footer-contact-list li a.call {
    font-size: 18px;
  }

  .footer-link-list2 li {
    margin-bottom: 6px;
  }

  .footer-link-list1 li {
    margin-bottom: 6px;
  }

  .footer-contact-list li {
    margin-bottom: 6px;
  }

  .footer-top {
    padding-bottom: 50px;
  }

  .footer-copyright p {
    font-size: 13px;
  }

  .popularPack-main-box .common-head h3::after {
    width: 140px;
    right: 0px;
    bottom: -15px;
  }

  .activityDetails-content {
    padding-left: 0;
    margin-top: 10px;
  }

  .activityDetails-list ul {
    grid-template-columns: 1fr;
  }

  .activityDetails-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
    .navbar-nav {
        top: 10px;
        padding-right: 8px;
        min-height: 100dvh;
    }
    .menu-close-btn {
        top: 15px;
        right: auto;
        left: 15px;
    }
    .owl-prev {
        left: -6px !important;
    }
    .owl-next {
        right: -6px !important;
    }
  .head-user,
  .lang-select-wrapper {
    display: none;
  }

  .banner-box {
    min-height: 70vh;
    padding-top: 80px;
  }

  .banner-section .video-box {
    height: 70vh;
  }

  .banner-box h1 {
    font-size: 44px;
  }

  .banner-box h1::after {
    right: 100px;
    bottom: 65px;
  }

  .exploreExp-section .common-head h3::after {
    right: 120px;
    width: 140px;
  }

  .exploreExp-video-box {
    height: 300px;
  }

  .exploreExp-text-box {
    padding: 10px;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -130px;
  }

  .exploreExp-text-left {
    width: 100%;
  }

  .exploreExp-text-box .exploreExp-btn {
    font-size: 14px;
    width: 20px;
    height: 20px;
  }

  .popular-head {
    width: 100%;
  }

  .popular-head h3 {
    font-size: 28px;
    line-height: 38px;
  }

  .mlExp-side-img {
    height: 150px;
  }

  .mlExp-box {
    padding: 8px;
  }

  .common-btn > span {
    padding: 5px 10px;
  }

  .mlExp-content-mid p {
    font-size: 18px;
    width: 30%;
  }

  .mlExp-content-mid p > span {
    font-size: 13px;
  }

  .common-btn > i {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .expNearBy-lwrSide-img {
    left: 100px;
    bottom: -30px;
  }

  .exOffer-img {
    width: 50%;
    height: auto;
  }

  .exOffer-content {
    width: 50%;
  }

  .exOffer-content-lwr {
    justify-content: space-between;
  }

  .faq-img-dwn {
    display: none;
  }

  .faq-main-box .common-head h3::after {
    right: 140px;
  }

  .footer-link-list2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-lwr-img {
    display: none;
  }

  .exOffer-section .common-head {
    align-items: center;
  }

  .travelPack-section {
    border-radius: 30px;
  }

  .mlExp-img {
    height: 210px;
  }

  .expNearBy-left-box .common-head {
    align-items: center;
  }

  .expNearBy-left-box .common-head h3::after {
    width: 100px;
    bottom: -15px;
  }

  .banner-left-inrbox h1 {
    font-size: 28px;
  }

  .banner-left-inrbox {
    min-height: 220px;
  }

  .contact-card {
    min-height: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-card i {
    --ehw-bg: 40px;
    font-size: 16px;
  }

  .contact-card .contact-name h4 {
    font-size: 16px;
  }

  .contact-card .contact-name p {
    font-size: 13px;
  }

  .contact-form {
    padding: 10px;
    border-radius: 10px;
  }
  .head-call-text {
     display: none;
  }
  .header-section {
    position: relative;
    background: #b20403;
  }
  .inr-banner-section {
    height: auto !important;
  }
}

@media (max-width: 575px) {
  .navbar-brand {
    width: 100px;
  }

  .head-call-btn img {
    width: 30px;
    height: 30px;
  }

  .head-call-btn .head-call-text h3 {
    font-size: 13px;
  }

  .head-call-btn .head-call-text h6 {
    font-size: 11px;
  }

  .navbar-toggler {
    padding: 4px !important;
  }

  .navbar-toggler img {
    width: 20px;
    height: 20px;
  }

  .banner-box h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .banner-box h1::after {
    display: none;
  }

  .common-head > h3 {
    font-size: 24px;
  }

  .exploreExp-section .common-head h3::after {
    right: 70px;
    width: 120px;
    bottom: -15px;
  }

  .serch-form {
    width: 100%;
  }

  .serch-form button {
    width: 40px;
    height: 40px;
  }

  .bnr-list li {
    font-size: 14px;
  }

  .popular-head h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .popular-lwr {
    margin-top: 0px;
  }

  .popular-section .common-head h3::after {
    width: 100px;
    height: 15px;
  }

  .mlExp-main-box .common-head h3::after {
    width: 120px;
    height: 15px;
  }

  .mlExp-content-mid p {
    font-size: 14px;
    width: 40%;
  }



  .common-btn > span {
    padding: 10px 16px;
    font-size: 11px;
    border-radius: 20px;
  }

  .common-btn > i {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  .common-btn:hover > i {
    transform: translateX(-80px) rotate(0deg) !important;
}
.popilarPack-content-lwr .common-btn:hover > span {
  transform: translateX(37px) !important;
}
 .faq-btn .common-btn:hover > i {
        transform: translateX(-136px) rotate(0deg) !important;
    }


  .details-footer .common-btn:hover > span {
    transform: translateX(35px) !important;
}  

/* .common-btn:hover > i {
        transform: translateX(-113px) rotate(0deg) !important;
    } */
  .mlExp-content-lwr p {
    font-size: 12px;
    padding: 4px;
  }

  .mlExp-content .mlExp-content-head > h5 {
    font-size: 16px;
  }

  .mlExp-img {
    height: 200px;
  }

  .expNearBy-left-img {
    height: 350px;
  }

  .expNearBy-list {
    margin-top: 20px;
  }

  .expNearBy-list .expNearBy-icon {
    height: 40px;
  }

  .exOffer-img {
    width: 40%;
    height: 150px;
  }

  .exOffer-box {
    align-items: center;
    gap: 5px;
    padding: 8px;
  }

  .exOffer-content .exOffer-content-head h5 {
    font-size: 16px;
    width: 100%;
  }

  .exOffer-content {
    width: 60%;
  }

  .popilarPack-content {
    padding: 15px 0px;
  }

  .popilarPack-content-lwr {
    align-items: flex-start;
  }

  .popilarPack-content-lwr .popilarPack-content-info p {
    font-size: 12px;
  }

  .popilarPack-content h5 {
    font-size: 16px;
  }

  .exOffer-section .common-head h3::after {
    width: 100px;
    height: 15px;
    right: 0px;
  }

  .review-fix-box {
    text-align: left;
  }

  .review-fix-lwr h6 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .review-fix-head h5 {
    font-size: 26px;
  }

  .faq-main-box .common-head h3::after {
    right: 80px;
    height: 15px;
  }

  .faq-question i {
    font-size: 14px;
    padding: 16px;
  }

  .faq-answer p {
    font-size: 13px;
  }

  .banner-box {
    min-height: 50vh;
  }

  .banner-section .video-box {
    height: 50vh;
  }

  .banner-box {
    gap: 0px;
  }

  .bnr-list {
    margin: 5px 0px 5px;
  }

  .banner-box h1 {
    margin-bottom: 10px;
  }

  .banner-box h1 > span {
    color: var(--main-color);
    position: relative;
  }

  .banner-box h1 > span::after {
    content: "";
    background-image: url(../media/images/txt-icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 140px;
    height: 20px;
    display: block;
    position: absolute;
    right: 5px;
    bottom: -12px;
  }

  .banner-box {
    padding-top: 60px;
  }

  .exploreExp-video-box {
    height: 190px;
    border-radius: 10px;
  }

  .exploreExp-text-box {
    padding: 10px;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0px;
    width: 95%;
    position: absolute;
    bottom: 5px;
   
  }

  .exploreExp-text-box .exploreExp-btn {
    display: none;
  }

  .exploreExp-info span {
    font-size: 10px;
  }

  .exploreExp-text-left p {
    font-size: 13px;
  }

  .exploreExp-text-left h5 {
    font-size: 14px;
  }

  .exploreExp-section .common-head h3::after {
    right: 30px;
  }

  .exploreExp-text-left p > span {
    font-size: 11px;
  }

  /* Target even footer-box elements */
  .footer-top .row > div:nth-child(even) .footer-box {
    background-color: var(--second-color);
    border-radius: 12px;
    padding: 20px;
  }

  .footer-top .row > div:nth-child(even) .footer-box ul li a,
  .footer-top .row > div:nth-child(even) .footer-box p {
    color: #dbe6ff;
  }

  .footer-box .footer-form input {
    background: #6079b7;
  }

  .footer-box .footer-form button {
    background: #6079b7;
  }

  .footer-top {
    padding-bottom: 20px;
  }

  .popilarPack-content-lwr {
    flex-wrap: wrap;
  }

  /* Keep info + rating in one row */
  /* .popilarPack-content-info,
  .popilarPack-content-lwr > p {
    flex: 0 0 auto;
  } */

  /* Button goes to next line */
  .popilarPack-content-lwr .common-btn {
    width: 100%;
    margin-top: 12px;
    justify-content: flex-start;
  }

  .mlExp-side-img {
    display: none;
  }
}

/* @media (max-width: 410px) {
    .contact-form {
        padding: 10px;
        border-radius: 10px;
    }

    .cart-icon img {
        width: 40px;
    }

    .btn-cart {
        gap: 5px;
    }

    .nav-btns {
        gap: 5px;
    }

    .head-brand-menu .common-btn {
        font-size: 10px;
    }
} */

/* 404 Page css start */

.common-section404 {
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}
.section-404 {
  text-align: center;
}
.section-404 .error {
  font-size: 150px;
  color: #304b8c;
  text-shadow:
    1px 1px 1px #304b8c,
    2px 2px 1px #304b8c,
    3px 3px 1px #304b8c,
    4px 4px 1px #304b8c,
    5px 5px 1px #304b8c,
    6px 6px 1px #304b8c,
    7px 7px 1px #304b8c,
    8px 8px 1px #304b8c,
    25px 25px 8px rgba(0, 0, 0, 0.1);
}
.section-404 .page {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}

/* 404 Page css end */

.banner-main-inrbox img{
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.banner-main-inrbox video {
  max-height: 520px;
  object-fit: cover;
  width: 100%;
}

.gallery-slider img {
  height: 350px;
  object-fit: cover;
}
.gallery-slider video{
	width:100%;
	height:350px;
	object-fit:cover;
}
.owl-prev {
  position: absolute;
  left: -30px;
}
.owl-next {
  position: absolute;
  right: -30px;
}
.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.owl-nav i {
  display: inline-block;
  background-color: #fff;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.details-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.details-text span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.details-text h5 {
  font-size: 24px;
  font-weight: 600;
  color: var(--head-title-color);
  margin-bottom: 0;
}
.bookNow-btn {
  background: var(--second-color);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 80px;
  transition: all ease-in-out 0.5s;
}
.bookNow-btn:hover {
  background: var(--main-color);
  color: #fff;
}

.enquiry-modal .modal-header {
  background: var(--main-color);
}
.enquiry-modal .modal-title {
  color: #fff;
}
.enquiry-modal .btn-close {
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  padding: 8px;
}
.enquiry-modal .modal-content {
  border-radius: 20px !important;
}
#gt-wrapper-26241893 {
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    background: var(--main-color);
    border-radius: 6px;
}

.gt_container--tdvigy a.glink span {
    margin-right: 3px;
    font-size: 16px !important;
    vertical-align: middle;
    color: #fff !important;
}

.activityDetails-content {
    font-size: 16px;
}

.about-text {
  display: -webkit-box;
  -webkit-line-clamp: 5; /* show 5 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.about-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.read-more-btn {
  background: none;
  border: none;
  font-size: 14px;
  color: var(--main-color);
  cursor: pointer;
  font-weight: 600;
}

.woocommerce-input-wrapper .input-text  {
  width: 100%;
    border: 1px solid #333 !important;
    height: 45px !important;
}

.woocommerce-input-wrapper #order_comments {
  height: 120px !important;
}

#customer_details {
  width: 100%;
  padding-bottom: 30px;
}
ul.wc_payment_methods, ul.wc_payment_methods li {
  list-style: none !important;
}

.woocommerce-checkout-review-order {
  display: flex;
  gap: 20px;
}

.booking-card-wrap {
  padding: 50px !important;
}
.booking-card-wrap h5{
  margin-bottom: 25px;
}

.booking-card-wrap .stepper {
  padding:35px 0px 20px;
}
.booking-card-wrap .step.active .circle {
  background: #01b419 !important;
}
.booking-card-wrap .line.active {
   background: #01b419 !important;
}
.booking-card-wrap select {
    position: relative;
  background: url(../media/images/select-arrowDown.png) no-repeat;
    width: 100%;
    background-size: 15px;
    background-position: 99% 50%;
}
.booking-card-wrap .btn{
  height: 45px;
}


@media (max-width:767px){
  .woocommerce-checkout-review-order {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.booking-card-wrap {
  padding: 30px !important;
}
}