/*--Start Globle css--*/
body { background-color: #000 !important; }
.background-black { background: #000; margin: 0; font-family: 'Segoe UI', sans-serif; }

*,
body { margin: 0; box-sizing: border-box; }

p,
body,
li { font-weight: 400; font-size: 16px; line-height: 1.5; letter-spacing: normal; vertical-align: middle; font-family: 'PPMoriRegular'; }

/* li {
  list-style: none;
} */

img { max-width: 100%; }
.gap-15 { gap: 15px; }

.text-red { color: #ED1B24; }

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.main-header ul li {
    list-style: none;
}
/*--End Globle css--*/

/*Start Custom Font*/
@font-face {
  font-family: 'PPMoriRegular';
  src: url('../fonts/PPMoriRegular.eot');
  src: url('../fonts/PPMoriRegular.eot') format('embedded-opentype'),
    url('../fonts/PPMoriRegular.woff2') format('woff2'),
    url('../fonts/PPMoriRegular.woff') format('woff'),
    url('../fonts/PPMoriRegular.ttf') format('truetype'),
    url('../fonts/PPMoriRegular.svg#PPMoriRegular') format('svg');
}

@font-face {
  font-family: 'pphattonmedium500';
  src: url('../fonts/pphattonmedium500.eot');
  src: url('../fonts/pphattonmedium500.eot') format('embedded-opentype'),
    url('../fonts/pphattonmedium500.woff2') format('woff2'),
    url('../fonts/pphattonmedium500.woff') format('woff'),
    url('../fonts/pphattonmedium500.ttf') format('truetype'),
    url('../fonts/pphattonmedium500.svg#pphattonmedium500') format('svg');
}

/*--End Custom Font--*/


/*--Start container--*/
.container {
  max-width: 1440px !important;
  width: 100%;
  padding-inline: 40px !important;
  margin: auto;
  box-sizing: border-box;
}

/*--End container--*/


/*--Start default space--*/
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.inner-page-banner {
  position: relative;
  z-index: 1;
}

.inner-page-banner:after {
  content: "";
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 4.42%, rgb(0 0 0 / 0%) 18.86%, #0d0c0c1f 27.67%, #0d0c0c73 80%, #0d0c0c 100%);
  position: absolute;
  inset: 0;
  width: 100%;
}

/*--End default space--*/

/*--Start default btn--*/
.btn {
  border-radius: 32px !important;
  font-size: 17px !important;
  padding: 14px 30px !important;
  line-height: 1 !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
}

.outline-btn {
  border: 1px solid#fff !important;
  color: #fff !important;
  transition: all 0.5s ease !important;
}

.outline-btn:hover {
  background: #6fa744 !important;
  box-shadow: 0 4px 10px rgba(111, 167, 68, 0.6);
  border: 1px solid#6FA744 !important;
  color: #fff !important;
}

.yellow-btn {
  background: #f9911c !important;
  color: #fff !important;
  border: none;
  transition: all 0.5s ease !important;
}

.yellow-btn:hover {
  background: #6fa744 !important;
  box-shadow: 0 4px 10px rgba(111, 167, 68, 0.6);
}

.white-btn {
  background: #fff !important;
  color: #000 !important;
}

.white-btn:hover {
  background: #6FA744 !important;
  color: #fff !important;
}

/*--End default btn--*/


/*--Start default Title--*/
.title {
  font-family: 'pphattonmedium500';
  font-size: 55px;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: normal;
}

.title1 {
  font-family: 'pphattonmedium500';
  font-size: 45px;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: normal;
}

.title2 {
  font-family: 'pphattonmedium500';
  font-size: 40px;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: normal;
}

.title3 {
  font-family: 'pphattonmedium500';
  font-size: 35px;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: normal;
}

.title4 {
  font-family: 'pphattonmedium500';
  font-size: 30px;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: normal;
}

.title5 {
  font-family: 'pphattonmedium500';
  font-size: 24px;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: normal;
}

/*--End default Title--*/


/*--Start main Header--*/
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: all 0.3s ease;
}

body.no-banner .main-header {
  position: relative;
}

@media (min-width: 1024px) {

  .main-header .topbar {
    background: #f1f1f1;
    transition: all 0.3s ease;
  }

  .main-header.sticky .menubar {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .main-header.sticky .topbar {
    overflow: hidden;
    opacity: 0;
  }

}

/*top bar*/
.main-header .topbar {
  background: #000;
  padding: 14px 0 25px;
}

.main-header .topbar .logo img {
  margin: auto;
}

.topbar .left-info-list {
  padding-left: 0;
}

.topbar .left-info-list li {
  list-style: none;
  margin-right: 15px;
}

.topbar .left-info-list li:last-child {
  margin-right: 0;
}

.topbar .left-info-list li span.icon {
  background: #FFF8F826;
  width: 30px;
  height: 30px;
  display: inline-flex;
  border-radius: 50%;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  transition: 0.5s all ease;
}

.topbar .left-info-list li a {
  color: #fff;
  text-decoration: none;
  font-family: 'PPMoriRegular';
  transition: 0.5s all ease;
}

.topbar .left-info-list li a:hover {
  color: #6FA744;
}

.topbar .left-info-list li:hover span.icon {
  background: #6FA744;
}

/* .topbar .right-info-list .btn {margin-right: 15px; } */
.topbar .lang-dropdown .btn {
  padding: 5px 15px !important;
  display: flex;
  align-items: center;
}

.topbar .lang-dropdown .btn:hover {
  background: #242424 !important;
  border-color: #fff !important;
  color: #ffffff !important;
}

.topbar .lang-dropdown .btn svg {
  width: 25px;
  height: 20px;
}

.topbar .lang-dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 0;
  border: 1px solid #3F3F3F;
  background: #3f3f3f;
  overflow: hidden;
}

.topbar .lang-dropdown .dropdown-menu li a {
  color: #fff;
  font-family: 'PPMoriRegular';
  font-weight: 400;
  font-size: 16px;
  border-bottom: 1px solid #5c5c5c80;
  padding: 6px 10px;
}

.topbar .lang-dropdown .dropdown-menu li a:hover,
.topbar .lang-dropdown .dropdown-menu li a:focus {
  background: #6fa744 !important;
  color: #fff !important;
}

.topbar .lang-dropdown .dropdown-menu li a svg {
  width: 25px;
  height: 25px;
  margin-right: 10px !important;
}


/*Menu bar*/
.main-header .menubar {
  background: #161414;
}

.menubar .navbar {
  padding: 0;
}

.menubar .navbar-nav li.nav-item a.nav-link {
  font-family: 'PPMoriRegular';
  font-weight: 400;
  padding: 22px 16px;
  color: #fff;
  font-size: 17px;
  line-height: 1;
}

.menubar .navbar-nav li.nav-item a.nav-link:hover,
.menubar .navbar-nav li.nav-item a.nav-link.active {
  background: #6FA744;
  color: #fff;
}

.menubar .navbar-nav li.nav-item .dropdown-menu {
  border-radius: 0px;
  padding: 0;
  border: 1px solid #3F3F3F;
  background: #161414;
}

.menubar .navbar-nav li.nav-item .dropdown-menu li a {
  text-transform: capitalize;
  color: #fff;
  padding: 12px 12px;
  font-family: 'PPMoriRegular';
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  border-bottom: 1px solid #3F3F3F80;
}

.menubar .navbar-nav li.nav-item .dropdown-menu li a.active,
.menubar .navbar-nav li.nav-item .dropdown-menu li a:hover,
.menubar .navbar-nav li.nav-item .dropdown-menu li a:focus {
  background: #6fa744;
  color: #fff;
}

.menubar .dropdown-toggle::after {
  background: url(../../images/Down-arrow.svg);
  border: none !important;
  background-size: 12px;
  background-repeat: no-repeat;
  width: 12px;
  height: 6px;
  background-position: center center;
  margin: -2px 5px !important;
}

.menubar .navbar-nav li.nav-item .dropdown-menu .dropdown-submenu .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(-90deg);
}

/*--End main Header--*/


.login-account {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}

.login-account:after {
  content: "";
  border: 0;
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 8px;
  display: inline-block;
  height: 8px;
  border-color: #fff;
  transform: rotate(45deg);
  margin-left: 2px;
  margin-top: -3px;
}

/* Cart Icon with Badge */
.topbar .cart-icon-wrapper {
  position: relative;
}

.topbar .cart-link {
  position: relative;
  display: inline-block;
}

.topbar .cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #f9911c;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  min-width: 20px;
  padding: 0 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.login-account .dropdown {
  position: absolute;
  right: -12px;
  overflow: hidden;
  min-width: 160px;
  top: 135%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  border-radius: 6px;
  padding: 0;
  border: 1px solid #3F3F3F;
  background: #161414;
}

.login-account:hover .dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}

.login-account .dropdown button {
  padding: 10px 12px;
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-align: left;
}

.login-account .dropdown a {
  padding: 10px 12px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  width: 100%;
  display: block;
  border-bottom: 1px solid #3F3F3F;
}

.login-account .dropdown a:hover,
.login-account .dropdown button:hover {
  background: #6ba142 !important;
}

/*--Start Hero section--*/
.hero {
  position: relative;
}

.hero:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #000000 6.49%, rgba(0, 0, 0, 0.7) 42.11%, rgba(0, 0, 0, 0) 100%);
}

.hero .hero-overlay {
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  width: 100%;
  max-width: 830px;
  margin: auto;
  left: 0;
  right: 0;
}

.hero .hero-overlay p {
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: normal;
  vertical-align: middle;
  font-family: 'PPMoriRegular';
}

.hero-buttons .btn {
  margin-right: 10px;
}

.hero-buttons .btn:last-child {
  margin-right: 0;
}

/*--Start Hero section--*/


/*--Start Featured tours section--*/
.Featured-tours {
  position: relative;
  z-index: 1;
  margin-top: -65px;
}

.Featured-tours:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.42%, rgba(0, 0, 0, 0.5) 18.86%, #000000 27.67%, #000000 61.63%, #000000 100%);
  position: absolute;
  top: -185px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.Featured-tours-wrap {
  background: #1A171766;
  border: 1px solid #403F3F99;
  padding: 80px 100px;
  border-radius: 30px;
}

.Featured-tours-wrap .Featured-item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.Featured-tours-wrap .Featured-item:hover::before {
  background: linear-gradient(180deg, rgb(0 0 0 / 38%) 36.79%, #000000 100%);
}

.Featured-tours-wrap .Featured-item:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #000000 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.Featured-tours-wrap .Featured-item .image-overlay .Featured-icon {
  max-width: 47px;
  margin-bottom: 15px;
  opacity: 0;
}

.Featured-tours-wrap .Featured-item:hover .image-overlay .Featured-icon {
  transform: none;
}

.Featured-tours-wrap .Featured-item:hover .image-overlay .Featured-icon {
  opacity: 1;
}

.Featured-tours-wrap .Featured-item img {
  width: 100%;
  transition: ease 0.5s;
}

.Featured-tours-wrap .Featured-item:hover img {
  transform: scale(1.2);
}

.Featured-tours-wrap .Featured-item .image-overlay {
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 0 25px 40px;
  transition: ease 0.5s;
}

.Featured-tours-wrap .Featured-item:hover .image-overlay {
  padding-bottom: 60px;
}

.Featured-tours-wrap .Featured-item .image-overlay .Featured-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0px;
  font-family: 'pphattonmedium500';
  margin-bottom: 7px;
}

.Featured-tours-wrap .Featured-item .image-overlay p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: normal;
  font-family: 'PPMoriRegular';
}

.Featured-buttons {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: ease 0.5s;
}

.Featured-tours-wrap .Featured-item:hover .Featured-buttons {
  opacity: 1;
  visibility: visible;
  height: auto;
}

/*--End Featured tours section--*/

/*--Start About section--*/
.about .about-image {
  padding-right: 30px !important;
}

.about .about-image img {
  border-radius: 30px;
  width: 100%;
}

.about .about-content ul {
  padding-left: 15px;
}

.about .about-content ul li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 0px;
}

.about .about-content ul li {
  list-style: disc;
}


.about-wrap .about-content.right-content h3 {
    font-family: 'pphattonmedium500';
    font-size: 40px;
    text-transform: capitalize;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: normal;
    margin-bottom: 16px;
    margin-top: 30px;
}

/* .about .about-content ul li:before {
  content: "";
  background: url(../../images/check-icon.svg);
  width: 20px;
  height: 20px;
  background-size: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
} */

/*--End About section--*/

/*--Start Highlights section--*/
.Highlights {
  background: #1A171780;
  padding: 80px 0;
}

.Highlight-item {
  background: #000000;
  border: 1px solid #403F3F99;
  border-radius: 30px;
  padding: 10px;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.Highlight-item:hover {
  border: 1px solid #f9911c;
}

.Highlight-item .Highlight-image {
  border-radius: 20px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.Highlight-item .Highlight-content {
  padding: 25px 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.Highlight-item .Highlight-content .main-content {
  flex-grow: 1;
}

.Highlight-item .Highlight-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-bottom: 12px;
  text-transform: capitalize;
  font-family: 'pphattonmedium500';
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

.Highlight-item .Highlight-price {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: 'pphattonmedium500';
}

.Highlight-item .Highlight-location {
  color: #6FA744;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.1;
  font-family: 'PPMoriRegular';
  margin: 8px 0 10px;
  display: inline-flex;
}

.Highlight-item .Highlight-location img {
  margin-right: 5px;
  height: 18px;
}

.Highlight-item .Highlight-content p {
  line-height: 1.4;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

.tour-highlights .Highlight-item {
  margin-inline: 5px;
}

.tour-highlights {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tour-highlights .Highlight-item {
  margin-inline: 5px;
  width: 24%;
}

.tour-highlights .slick-arrow {
  width: 26px;
  height: 26px;
}

.tour-highlights .slick-arrow::before {
  font-size: 26px;
  opacity: 1;
  color: #6fa744;
}

@media(min-width: 768px) {

  .tour-highlights .Highlight-item .Highlight-title {
    min-height: 51px;
  }

}

/*--End Highlights section--*/

/*--Start Why Hoofin section--*/
.Why-Hoofin .Hoofin-col {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.Why-Hoofin .Hoofin-item {
  background: #1A171766;
  border: 1px solid #403F3F99;
  border-radius: 20px;
  text-align: center;
  padding: 50px 15px 30px;
  transition: all 0.3s ease-out;
  height: 100%;
}

.Why-Hoofin .Hoofin-item:hover {
  border: 1px solid #f9911c;
}

.Why-Hoofin .Hoofin-item .Hoofin-icon {
  width: 75px;
  height: 75px;
  background: #F9911C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.Why-Hoofin .Hoofin-item .Hoofin-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  font-family: 'pphattonmedium500';
  margin-top: 30px;
  margin-bottom: 0;
}

/*--End Why Hoofin section--*/

/*--Start Ready section--*/
.ready-sec {
  position: relative;
  z-index: 1;
  padding: 175px 0 350px;
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
}

.ready-sec:before {
  content: "";
  background: linear-gradient(180deg, #000000 0%, rgb(0 0 0 / 32%) 30%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.ready-sec:after {
  content: "";
  background: linear-gradient(270deg, #000000 15.69%, rgba(0, 0, 0, 0) 48.1%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.ready-sec .ready-content {
  width: 100%;
  max-width: 630px;
  margin: 0 0 0 auto;
}

.ready-buttons .btn {
  margin-right: 10px;
}

.ready-buttons .btn:last-child {
  margin-right: 0;
}

/*--End Ready section--*/

/*--Start Faq section--*/
.faq-sec {
  position: relative;
  z-index: 1;
  margin-top: -60px;
}

.faq-sec:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 4.09%, #000000 65.21%, rgba(0, 0, 0, 0) 85.3%);
  position: absolute;
  top: -90px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: -1;
}

.faq-sec .faq-wrap {
  background: #1A171766;
  border: 1px solid #403F3F99;
  padding: 60px;
  border-radius: 30px;
}

.accordion .accordion-item {
  margin-bottom: 15px;
  background: #00000099;
  border: 1px solid #403F3F99 !important;
  border-radius: 20px !important;
  transition: all 0.3s ease-out;
}

.accordion .accordion-item:last-child {
  margin: 0;
}

.accordion .accordion-item:hover,
.accordion .accordion-item:focus {
  border: 1px solid #f9911c !important;
}

.accordion .accordion-item .accordion-header button.accordion-button {
  background: #00000000;
  padding: 30px 50px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: 'pphattonmedium500';
  box-shadow: none !important;
}

.accordion .accordion-item .accordion-header button.accordion-button:focus,
.accordion .accordion-item .accordion-header button.accordion-button:hover {
  box-shadow: none;
}

.accordion .accordion-item .accordion-header button.accordion-button.collapsed::after {
  background-image: url(../../images/Plus.svg);
}

.accordion .accordion-item .accordion-header button.accordion-button::after {
  background-image: url(../../images/Minus.svg);
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
}

.accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0px 60px 30px 50px !important;
}

/*--End Faq section--*/

/*--Start Testimonial section--*/
.testimonial-reel {
  margin-bottom: 4rem !important;
  margin-top: 2rem;
}

.testimonial-reel .testimonial-item {
  padding: 0 10px;
}

.testimonial-reel .testimonial-item .box {
  background: #1A171766;
  border: 1px solid #403F3F99;
  padding: 40px 30px;
  border-radius: 30px;
  transition: all 0.3s ease-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-reel .testimonial-item:hover .box {
  border: 1px solid #f9911c;
}

.testimonial-reel .testimonial-item .box-component {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.testimonial-reel .testimonial-item .box-component .image img {
  width: 100%;
}

.testimonial-reel .testimonial-item .box-component .image i {
  color: #f9911c !important;
  font-size: 60px;
}

.testimonial-reel .testimonial-item .box .test-content>p {
  font-style: normal;
  line-height: 1.6;
  font-size: 18px !important;
}

.testimonial-reel .testimonial-item .box-component h4 {
  font-weight: 500;
  font-size: 23px;
  line-height: 1.1;
  vertical-align: middle;
  text-transform: capitalize;
  font-family: 'pphattonmedium500';
  margin-bottom: 5px;
}

.testimonial-reel .testimonial-item .box-component p {
  margin-bottom: 0;
}

.testimonial-reel .testimonial-item .box .title5 {
    color: #6fa744;
    font-weight: 600;
    font-size: 20px;
}

@media (min-width: 1024px) {

  .testimonial-reel .testimonial-item .box .title5 {
    min-height: 53px;
}
  
}

.testimonial-reel .testimonial-item .box .detail-title {
  margin-top: auto;
}

.testimonial-reel .testimonial-item .box .detail-title .text-custom {
  color: #6fa744 !important;
  font-weight: 600;
  margin-bottom: 8px !important;
}

.testimonial-reel .testimonial-item .box .detail-title p {
  margin: 0;
  color: #aeb6b8 !important;
  font-size: 0.86rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.8px;
  position: relative;
  padding-bottom: 6px;
  opacity: 0.95;
}

.testimonial-reel .testimonial-item .box .detail-title p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 28px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #f9911c 0%, #6fa744 100%);
  opacity: 0.95;
  transform-origin: left center;
  transition: transform 220ms ease, opacity 220ms ease;
}

.testimonial-reel .testimonial-item .box .detail-title p picture {
  margin-right: 5px;
  display: inline-block;
}

.testimonial-reel .slick-list {
  overflow: hidden;
}

.testimonial-reel .slick-list .slick-track {
  display: flex;
}

.testimonial-reel ul.slick-dots {
  display: flex !important;
  justify-content: center;
  padding: 0;
  margin: 40px 0 0;
  bottom: -50px;
}
.testimonial-reel ul.slick-dots button::before {
    opacity: 0 !important;
}

.testimonial-reel ul.slick-dots li {
  margin: 0 5px;
}

.testimonial-reel ul.slick-dots li button {
  border: 1px solid#DFDFDF;
  background: #DFDFDF;
  width: 14px;
  height: 14px;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
}

.testimonial-reel ul.slick-dots li.slick-active button {
  border: 1px solid#F8931D;
  background: #F8931D;
}

/*--End Testimonial section--*/


/*--Start Contact section--*/
.contact-sec {
  padding: 80px 0 64px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-form {
  border-radius: 30px;
  background: #1A171766;
  border: 1px solid #403F3F99;
  padding: 50px;
}

.custom-form .form-title {
  color: white;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: 'pphattonmedium500';
}

.custom-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.custom-form input,
.custom-form select,
.custom-form textarea {
  width: 48%;
  padding: 30px 25px 16px !important;
  border-radius: 32px;
  background: #000;
  color: #fff !important;
  font-size: 14px;
  border: 1px solid #6FA74463;
  height: 60px;
  font-family: Inter;
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
}

.custom-form input::placeholder {
  color: #fff;
}

.custom-form input:focus,
.custom-form select:focus,
.custom-form textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #447220;
}

.custom-form select {
  appearance: none;
  background-image: url(../../images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 18px;
}

.custom-form button {
  width: fit-content;
  padding: 15px 30px !important;
  border-radius: 25px;
  background-color: #F8931D;
  color: white;
  border: none;
  font-size: 17px;
  cursor: pointer;
  margin: 40px auto 0;
  transition: 0.3s ease;
  font-family: Inter;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  line-height: 1;
}

.custom-form button:hover {
  background-color: #6fa744;
  color: white;
}

.custom-form form .form-floating {
  width: 48%;
}

.custom-form form .form-floating.form-floating-full {
  width: 100%;
}

@media(max-width: 600px) {

  .custom-form input,
  .custom-form select {
    width: 100%;
  }
}

/*--Start Contact section--*/

/*--Start Footer section--*/
.footer-sec {
  background: #100F0F;
}

.footer-sec .footer-top {
  padding: 76px 0 70px;
}

.footer-sec .footer-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: 0px;
  color: #fff;
  font-family: 'pphattonmedium500';
  margin-bottom: 25px;
}

/*menu item*/
.footer-sec .menu {
  padding-left: 0;
}

.footer-sec .menu .menu-items {
  margin-bottom: 12px;
  list-style: none;
}

.footer-sec .menu .menu-items a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0px;
  font-family: 'PPMoriRegular';
  text-decoration: none;
  color: #fff;
  position: relative;
  padding-left: 16px;
  transition: 0.3s all ease;
}

.footer-sec .menu .menu-items a:hover {
  color: #6fa744;
}

.footer-sec .menu .menu-items a:before {
  content: "";
  background-image: url(../../images/right-arrow.svg);
  width: 6px;
  height: 12px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}

/*social icon*/
.footer-sec .social-icon {
  padding-left: 0;
  gap: 9px;
}

.footer-sec .social-icon li {
  transition: 0.3s all ease;
}

.footer-sec .social-icon li:hover {
  transform: scale(1.1);
}

/*address info*/
.address-info {
  padding-left: 0;
}

.address-info .info-items {
  margin-bottom: 14px;
  position: relative;
  padding-left: 35px;
}

.address-info .info-items a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0px;
  font-family: 'PPMoriRegular';
  text-decoration: none;
  color: #fff;
  transition: 0.3s all ease;
}

.address-info .info-items a:hover {
  color: #6fa744;
}

.address-info .info-items img.icon {
  width: 22px;
  height: 22px;
  color: #000;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 1px;
}

/*footer bottom*/
.footer-bottom {
  border-top: 1px solid #B7B7B747;
  padding: 15px 0;
}

.footer-bottom .copyright-text {
  color: #ffffff60 !important;
}

@media(min-width: 767px) {
  .row-reverse {
    flex-direction: row-reverse;
  }

  .footer-sec .footer-top .col-lg-5 {
    width: 38%;
  }

  .footer-sec .footer-top .col-lg-2 {
    width: 20%;
  }

  .footer-sec .footer-top .col-lg-3 {
    width: 22%;
  }
}

/*--End Footer section--*/


/*--Start About Page--*/
body .about-banner {
  padding: 230px 0 100px !important;
}

.inner-banner {
  padding: 230px 0 60px !important;
  position: relative;
  background-size: cover;
}

.inner-banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 6%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%);
}

.inner-banner .inner-overlay {
  width: 100%;
  max-width: 830px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.inner-banner .inner-overlay p {
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: normal;
  vertical-align: middle;
  font-family: 'PPMoriRegular';
}

.inner-banner .inner-buttons .btn {
  margin-right: 10px;
}

.inner-banner .inner-buttons .btn:last-child {
  margin-right: 0;
}

/*About section-1*/
.main-about {
  position: relative;
}

.main-about:before {
  content: "";
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 4.42%, rgb(0 0 0) 15.86%, #000000 27.67%, #000000 61.63%, #000000 100%);
  position: absolute;
  top: -215px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.main-about .about-wrap {
  background: #1A171780;
  border: 1px solid #403F3F99;
  border-radius: 30px;
  padding: 60px 45px;
  margin-top: -40px;
  z-index: 1;
  position: relative;
}

.main-about .about-image {
  padding-right: 5px !important;
}

/*About section-2*/
.our-values .Hoofin-col {
  width: 100%;
  padding: 0;
  height: 100%;
}

.our-values .Hoofin-col .Hoofin-item {
  padding: 70px 30px;
}

.our-values .Hoofin-col .Hoofin-item .Hoofin-title {
  font-size: 22px;
}

/*--End About Page--*/


/*--Start contact Page--*/
.contact-banner {
  padding: 230px 0 60px !important;
}

.contact-banner:before {
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 4.42%, rgb(0 0 0 / 0%) 18.86%, #0d0c0c1f 27.67%, #0d0c0c73 80%, #0d0c0c 100%);
}

.main-contact-us {
  background: #1A171780;
}

.main-contact-us .custom-form .form-floating input,
.main-contact-us .custom-form .form-floating select,
.main-contact-us .custom-form .form-floating textarea {
  width: 100%;
  resize: none;
}

.main-contact-us .custom-form .form-floating input:focus,
.main-contact-us .custom-form .form-floating select:focus,
.main-contact-us .custom-form .form-floating textarea:focus {
  background: #000;
  color: #6FA744;
}

.main-contact-us .custom-form .form-floating label {
  color: #6FA744 !important;
  left: 10px;
}

.main-contact-us .custom-form .form-floating label:after {
  background: transparent !important;
}

.main-contact-us .custom-form .form-floating>.form-control:not(:placeholder-shown)~label {
  top: -2px;
}

@media(min-width: 767px) {
  .main-contact-us .custom-form .border-right {
    border-right: 1px solid #333333;
  }

  .main-contact-us .custom-form .pr-5 {
    padding-right: 40px;
  }

  .main-contact-us .custom-form .pl-5 {
    padding-left: 40px;
  }
}

/*--Start contact Page--*/


/*--start thank you page--*/
.thankyou-wrapper {
  background: #000;
  padding-top: 240px;
  padding-bottom: 80px;
}

.thank-you-card {
  background: #1A171766;
  border: 1px solid #403F3F99;
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 600px;
  margin: auto;
  width: 100%;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.9), 0 -3px 15px rgba(255, 255, 255, 0.08) inset, 0 3px 15px rgba(255, 255, 255, 0.05) inset;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.thank-you-card svg {
  color: #28a745;
  margin: 0 auto 30px;
  animation: pop 0.7s ease-in-out;
}

.thank-you-card h1 {
  font-size: 28px;
  font-family: 'pphattonmedium500';
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

.thank-you-card p {
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.6;
}

@keyframes pop {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/*--End thank you page--*/


/*--Start My Account Page--*/
.myaccount-wrapper {
  margin: 50px auto;
  display: flex;
  position: relative;
}

.myaccount-wrapper .account-nav {
  overflow: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.8);
  background: #1A171766;
  border: 1px solid #403F3F99;
  width: 300px;
  color: #fff;
  border-radius: 12px;
  height: 100%;
}

.myaccount-wrapper .profile-info {
  text-align: center;
  padding: 30px 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.myaccount-wrapper .profile-info img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  margin-bottom: 10px;
}

.myaccount-wrapper .profile-info h3 {
  margin: 5px 0 8px;
  font-size: 22px;
  color: #f8931d;
  font-weight: 700;
}

.myaccount-wrapper .profile-info p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.myaccount-wrapper .profile-info .reward-point {
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 20px;
  background: #198754;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
}

.myaccount-wrapper .account-nav .tablink {
  width: 100%;
  padding: 15px 20px;
  border: none;
  background: none;
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background 0.3s;
  text-decoration: none;
  display: block;
}

.myaccount-wrapper .account-nav .tablink:hover,
.myaccount-wrapper .account-nav .tablink.active {
  border-radius: 4px;
  background: #000;
  color: #f8931d;
  text-decoration: none;
}

.myaccount-wrapper .account-nav .tablink.active {
  border-top: 1px solid #403F3F99;
  border-bottom: 1px solid #403F3F99;
}

.myaccount-wrapper .account-nav button {
  width: 100%;
  padding: 15px 20px;
  border: none;
  background: none;
  text-align: left;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background 0.3s;
}

.myaccount-wrapper .account-nav button:hover,
.myaccount-wrapper .account-nav button.active {
  background: #000;
  color: #fff;
}

.myaccount-wrapper .account-nav button.active {
  border-bottom: 1px solid #403F3F99;
}

.myaccount-wrapper .account-content {
  flex: 1;
  margin-inline: 30px 0px;
}

.myaccount-wrapper .tab-content {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.8);
  display: none;
  animation: fadeIn 0.3s ease-in-out;
  background: #1A171766;
  border: 1px solid #403F3F99;
  border-radius: 12px;
  padding: 30px;
}

.myaccount-wrapper .tab-content.active {
  display: block;
}

.myaccount-wrapper .tab-content h2 {
  margin-top: 0;
  color: #f8931d;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.myaccount-wrapper .tab-content p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.2px;
}

/* .myaccount-wrapper .tab-content p strong { color: #6fa744; } */
.myaccount-wrapper .tab-content a {
  color: #f8931d;
  text-decoration: none;
}

.myaccount-wrapper .tab-content a:hover {
  text-decoration: underline;
}

.myaccount-wrapper .order-list-wrapper .order-filters>div {
  width: 32%;
}

.myaccount-wrapper .back-btn:hover {
  background: #6fa744 !important;
  border-color: #6fa744 !important;
}

.myaccount-wrapper .referral-sec .card-body .input-group input {
  width: auto;
}


@media(min-width: 1023px) {

  .myaccount-wrapper .tab-content,
  .myaccount-wrapper .account-nav {
    position: sticky;
    top: 90px;
  }

}


/*Form Styling */
.myaccount-wrapper .tab-content form {
  margin-top: 30px;
}

.myaccount-wrapper .tab-content form .form-group {
  margin-bottom: 20px;
}

.myaccount-wrapper .tab-content .update-form {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.myaccount-wrapper .tab-content form label {
  display: block;
  margin-bottom: 5px;
  color: #6fa744;
  font-size: 14px;
  font-weight: 600;
}

.myaccount-wrapper .tab-content form .iti__selected-dial-code {
  color: #fff;
}

.myaccount-wrapper .tab-content input[type="file"] {
  padding: 9px !important;
}

.myaccount-wrapper .tab-content input,
.myaccount-wrapper .tab-content select {
  margin-top: 0 !important;
  transition: 0.5s all ease;
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  color: #fff;
  background: #1b1b1b;
  border: 1px solid #403F3F99;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
}

.myaccount-wrapper .tab-content input:focus,
.myaccount-wrapper .tab-content input:hover,
.myaccount-wrapper .tab-content select:focus,
.myaccount-wrapper .tab-content select:hover {
  outline: none;
  border-color: #f8931d;
}

.myaccount-wrapper .tab-content .booking-filters>div {
  width: 23%;
}

.myaccount-wrapper .tab-content button[type="submit"] {
  width: fit-content;
  padding: 12px 28px !important;
  background: #f8931d !important;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 15px;
  border: none !important;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease !important;
}

.myaccount-wrapper .tab-content button[type="submit"]:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 0 10px #f8931d;
}

.myaccount-wrapper .iti--separate-dial-code {
  width: 100%;
}

.myaccount-wrapper .tab-content input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {

  .myaccount-wrapper .account-nav {
    width: 250px;
    position: sticky;
    top: 30px;
  }

  .myaccount-wrapper .tab-content {
    padding: 20px;
  }

  .myaccount-wrapper .tab-content.active {
    display: block;
    position: sticky;
    top: 50px;
  }

  .myaccount-wrapper .booking-list-wrapper .mobile-view,
  .myaccount-wrapper .booking-list-wrapper .mobile-view>div {
    text-align: left !important;
  }

  .myaccount-wrapper .booking-list-wrapper .mobile-view>div {
    align-items: flex-start !important;
    flex-direction: row !important;
  }

  .myaccount-wrapper .mobile-booking-details {
    grid-template-columns: 1fr !important;
  }

  .myaccount-wrapper .mobile-text-left {
    text-align: left !important;
    margin-block: 20px 0px;
  }

  .myaccount-wrapper .tab-content .booking-filters>div {
    width: 48%;
  }

  .myaccount-wrapper .order-mobile-view {
    text-align: left !important;
  }

  .myaccount-wrapper .order-mobile-view p {
    text-align: left;
  }


}


@media (max-width: 767px) {

  .myaccount-wrapper {
    flex-direction: column;
    padding: 0;
    gap: 30px;
  }

  .myaccount-wrapper .account-content {
    margin-inline: 0;
  }

  .myaccount-wrapper .tab-content {
    padding: 15px;
  }

  .myaccount-wrapper .account-nav {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
    border-radius: 10px;
  }

  .myaccount-wrapper .profile-info {
    display: none;
  }

  .myaccount-wrapper .account-nav .tablink {
    flex: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
    white-space: nowrap;
  }

  .myaccount-wrapper .account-nav button {
    flex: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    white-space: nowrap;
  }

  .myaccount-wrapper .booking-filters {
    flex-direction: column;
  }

  .myaccount-wrapper .tab-content .booking-filters>div {
    width: 100%;
  }

  .myaccount-wrapper .booking-list-wrapper .mobile-view,
  .myaccount-wrapper .booking-list-wrapper .mobile-view>div {
    text-align: left !important;
  }

  .myaccount-wrapper .booking-list-wrapper .mobile-view>div {
    align-items: flex-start !important;
  }

  .myaccount-wrapper .order-filters {
    flex-direction: column;
  }

  .myaccount-wrapper .order-list-wrapper .order-filters>div {
    width: 100%;
  }

  .myaccount-wrapper .mobile-booking-details {
    grid-template-columns: 1fr !important;
  }

  .myaccount-wrapper .mobile-text-left {
    text-align: left !important;
    margin-block: 20px 0px;
  }

  .myaccount-wrapper .order-mobile-view {
    text-align: left !important;
  }

  .myaccount-wrapper .order-mobile-view p {
    text-align: left;
  }

  .myaccount-wrapper .membership-timeline>div {
    display: block !important;
  }

  .membership-timeline>div div {
    margin-bottom: 15px;
  }

}


/*--End My Account Page--*/

/*--Start Product Page--*/
.product-banner {
  padding: 230px 0 60px !important;
}

.product-banner:before {
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 4.42%, rgb(0 0 0 / 0%) 18.86%, #0d0c0c1f 27.67%, #0d0c0c73 80%, #0d0c0c 100%);
}

.main-product .Highlights {
  padding-bottom: 50px;
}

/*--End Product Page--*/


/*--Start Single Product Page--*/
.main-single-product {
  background: #000000;
  padding: 80px 0;
}

.product-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  position: relative;
  background: #1A171766;
  border: 1px solid #403F3F99;
  border-radius: 20px;
  padding: 60px 50px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  margin: 0px auto;
}

.product-wrapper .product-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.product-wrapper .product-details h1 {
  text-align: left;
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: 'pphattonmedium500';
  font-weight: 500;
}

.product-wrapper .product-price {
  font-size: 22px;
  color: #f8931d;
  margin-bottom: 10px;
  font-family: 'PPMoriRegular';
  text-transform: capitalize;
}

.product-wrapper .product-description {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}

.product-wrapper .booking-card {
  padding: 30px 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  background: #1A171766;
  border: 1px solid #403F3F99;
}

.product-wrapper .price-title {
  text-align: left;
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: 'pphattonmedium500';
  font-weight: 500;
}

.product-wrapper .price-title span {
  font-weight: bold;
  font-size: 22px;
}

.product-wrapper .field-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.product-wrapper .field {
  flex: 1;
  position: relative;
}

.product-wrapper .field input,
.product-wrapper .dropdown-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
}

.product-wrapper .dropdown-panel {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 10;
  display: none;
}

.product-wrapper .dropdown-panel.active {
  display: block;
}

.product-wrapper .traveler-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.product-wrapper .traveler-row label {
  font-size: 14px;
}

.product-wrapper .counter {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-wrapper .counter button {
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  background: none;
  border-radius: 50%;
  cursor: pointer;
}

.product-wrapper .check-btn,
.product-wrapper .apply-btn {
  background: #f8931d;
  border: 1px solid #f8931d;
  width: 100%;
  color: #fff;
  margin: 10px 0;
  border-radius: 32px !important;
  font-size: 17px !important;
  padding: 14px 20px !important;
  line-height: 1 !important;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.product-wrapper .check-btn:hover,
.product-wrapper .apply-btn:hover {
  background: #6FA744;
  border: 1px solid #6FA744;
  color: #fff;
}

.product-wrapper .free-cancel {
  font-size: 14px;
  background: #ffffff;
  padding: 10px;
  border-radius: 6px;
  color: #f8931d;
  display: flex;
  gap: 6px;
  align-items: start;
  margin: 15px 0 0;
}

.product-wrapper .free-cancel strong {
  display: block;
}

.product-wrapper .icon {
  font-size: 18px;
  line-height: 1.5;
}

@media(max-width: 768px) {
  .product-wrapper {
    grid-template-columns: 1fr;
  }
}

/*--End Product Page--*/

/*--Start Cart Page--*/
.cart-banner {
  padding: 280px 0 100px !important;
}

.cart-banner:before {
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 4.42%, rgb(0 0 0 / 0%) 18.86%, #0d0c0c1f 27.67%, #0d0c0c73 80%, #0d0c0c 100%);
}

.main-cart {
  background: #1A171780;
  padding: 80px 0;
}

.cart-wrapper {
  position: relative;
  background: #1A171766;
  border: 1px solid #403F3F99;
  border-radius: 20px;
  padding: 60px 50px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
}

.cart-wrapper h2 {
  text-align: left;
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: 'pphattonmedium500';
  font-weight: 500;
}

.cart-wrapper table {
  width: 100%;
  border-collapse: collapse;
}

.cart-wrapper table thead {
  background: transparent;
  border-bottom: 1px solid #424141;
}

.cart-wrapper table th,
.cart-wrapper table td {
  padding: 16px 0px;
  text-align: left;
}

.cart-wrapper table th {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  font-family: 'pphattonmedium500';
}

.cart-wrapper table th:last-child,
.cart-wrapper table td:last-child {
  text-align: right;
}

.cart-wrapper table td {
  border-bottom: 1px solid #424141;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  vertical-align: middle;
  font-family: 'PPMoriRegular';
}

.cart-wrapper table .product-img {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  object-fit: cover;
}

.cart-wrapper table .qty-input {
  width: 60px;
  padding: 6px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: transparent;
  color: #fff;
}

.cart-wrapper table .remove-btn {
  background: #ff4d4d;
  border: none;
  color: white;
  padding: 6px 12px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
}

.cart-wrapper table .remove-btn:hover {
  background: #e60000;
}

.cart-wrapper .cart-summary {
  margin-top: 30px;
  text-align: right;
}

.cart-wrapper .cart-summary h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}

@media (max-width: 768px) {

  .cart-wrapper table,
  .cart-wrapper table thead,
  .cart-wrapper table tbody,
  .cart-wrapper table th,
  .cart-wrapper table td,
  .cart-wrapper table tr {
    display: block;
    width: 100%;
  }

  .cart-wrapper table thead {
    display: none;
  }

  .cart-wrapper table tr {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 6px;
    background: #fafafa;
  }

  .cart-wrapper table td {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
  }

  .cart-wrapper table td::before {
    content: attr(data-label);
    font-weight: bold;
    flex: 1;
    color: #444;
  }
}

/*--End Cart Page--*/


/*--Start checkout Page--*/
.checkout-banner {
  padding: 230px 0 60px !important;
}

.checkout-banner:before {
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 4.42%, rgb(0 0 0 / 0%) 18.86%, #0d0c0c1f 27.67%, #0d0c0c73 80%, #0d0c0c 100%);
}

.main-checkout {
  background: #1A171780;
  padding: 60px 0;
}

.checkout-wrapper {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 30px;
  position: relative;
  background: #1A171766;
  border: 1px solid #403F3F99;
  border-radius: 20px;
  padding: 60px 50px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
}

.checkout-wrapper .billing-form {
  padding: 0px 20px 20px 0;
}

.checkout-wrapper .billing-form h2 {
  text-align: left;
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: 'pphattonmedium500';
  font-weight: 500;
}

.checkout-wrapper .billing-form #checkoutForm {
  position: sticky;
  top: 80px;
}

.checkout-wrapper .form-group {
  margin-bottom: 15px;
}

.checkout-wrapper .form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #fff;
}

.checkout-wrapper .form-group input,
.checkout-wrapper .form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.checkout-wrapper .order-summary {
  padding: 20px;
  border-radius: 12px;
  background: #1A171766;
  border: 1px solid #403F3F99;
}

.checkout-wrapper .order-summary h3 {
  text-align: left;
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: 'pphattonmedium500';
  font-weight: 500;
}

.checkout-wrapper .cart-item-details {
  flex-grow: 1;
}

.checkout-wrapper .cart-item-details p {
  margin: 2px 0;
  color: #fff;
  letter-spacing: 0.5px;
}

.checkout-wrapper .cart-item-details .text-custom {
  color: #f9911c;
}

.checkout-wrapper .total-section {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.checkout-wrapper .total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #fff;
}

.checkout-wrapper .billing-form .iti__flag-container .iti__country-list .iti__dial-code {
  color: #000;
}


@media (max-width: 768px) {
  .checkout-wrapper {
    grid-template-columns: 1fr;
  }
}

/*--End checkout Page--*/


/*--Satrt payment popup--*/
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgb(0 0 0 / 80%) !important;
}

.swal2-container .swal2-popup {
  background: #1a1717 !important;
  border: 1px solid #403f3f99;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px 20px 40px;
}

.swal2-container .swal2-popup .swal2-header .swal2-title {
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin-bottom: 15px;
  font-family: "pphattonmedium500";
  font-weight: 500;
  line-height: 1.1;
}

.swal2-container .swal2-popup .swal2-header .swal2-icon.swal2-question {
  color: #fff;
}

.swal2-container .swal2-popup .swal2-content>div {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  vertical-align: middle;
  font-family: 'PPMoriRegular';
  color: #fff;
}

.swal2-container .swal2-popup .swal2-actions button {
  padding: 14px 50px;
  border: none;
  border-radius: 32px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.3;
}

.swal2-container .swal2-popup .swal2-actions button:focus {
  box-shadow: none;
}

.swal2-container .swal2-popup .swal2-actions button.swal2-confirm {
  background-color: #6fa744 !important;
}

.swal2-container .swal2-popup .swal2-actions button.swal2-cancel {
  background-color: #f8931d !important;
}

/*--End payment popup--*/


/*Start Step Tour Request Form*/
.tour-request-banner {
  padding: 230px 0 60px !important;
}

.tour-request-banner:before {
  content: "";
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 4.42%, rgb(0 0 0 / 0%) 18.86%, #0d0c0c1f 27.67%, #0d0c0c73 80%, #0d0c0c 100%);
}

.tour-request-main {
  background: #0d0c0c;
  padding: 80px 0;
}

.tour-request-wrapper {
  background: #1A171780;
  border: 1px solid #403F3F99;
  border-radius: 20px;
  padding: 50px;
  max-width: 870px;
  margin: 0px auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.9), 0 -3px 15px rgba(255, 255, 255, 0.08) inset, 0 3px 15px rgba(255, 255, 255, 0.05) inset;
}

.tour-request-wrapper .stepper-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.tour-request-wrapper .stepper-item {
  position: relative;
  flex: 1;
  text-align: center;
  width: 100%;
}

.tour-request-wrapper .step-counter {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #403F3F99;
  background: #262424;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.tour-request-wrapper .step-label {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #bfbfbf;
  transition: all 0.3s ease;
}

.tour-request-wrapper .stepper-item::before {
  content: "";
  position: absolute;
  top: 18px;
  width: 100%;
  height: 4px;
  background: #403F3F99;
  z-index: 1;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.tour-request-wrapper .stepper-item:last-child::before {
  display: none;
}

.tour-request-wrapper .stepper-item.active .step-counter {
  background: #f8931d;
  border-color: #f8931d;
  color: #fff;
  box-shadow: 0 0 10px rgba(248, 147, 29, 0.4);
  transform: scale(1.05);
}

.tour-request-wrapper .stepper-item.active .step-label {
  color: #f8931d;
  font-weight: 600;
}

.tour-request-wrapper .stepper-item.completed .step-counter {
  background: #6FA744;
  border-color: #6FA744;
  color: #fff;
  box-shadow: 0 0 10px rgba(111, 167, 68, 0.4);
}

.tour-request-wrapper .stepper-item.completed .step-label {
  color: #6FA744;
  font-weight: 600;
}

.tour-request-wrapper .stepper-item.completed::before {
  background: linear-gradient(90deg, #6FA744, #f8931d);
}

.tour-request-wrapper .stepper-item:hover .step-counter {
  box-shadow: 0 0 8px rgb(248 147 29 / 29%);
}

.tour-request-wrapper form {
  padding-top: 20px;
}

.tour-request-wrapper .step {
  display: none;
}

.tour-request-wrapper .step.active {
  display: block;
}

.tour-request-wrapper .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.tour-request-wrapper .form-group {
  display: flex;
  flex-direction: column;
}

.tour-request-wrapper label {
  margin-bottom: 6px;
  font-size: 15px;
  color: #fff;
}

.tour-request-wrapper input,
.tour-request-wrapper select,
.tour-request-wrapper textarea {
  padding: 12px 14px;
  border: 1px solid #403F3F99;
  border-radius: 8px;
  font-size: 15px;
  background: #1b1b1b;
  color: #fff;
  transition: all 0.3s ease;
}

.tour-request-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 6px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path d='M1 1 L5 5 L9 1' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.tour-request-wrapper textarea {
  resize: vertical;
}

.tour-request-wrapper input:focus,
.tour-request-wrapper select:focus,
.tour-request-wrapper textarea:focus,
.tour-request-wrapper input:hover,
.tour-request-wrapper select:hover,
.tour-request-wrapper textarea:hover {
  outline: none;
  border-color: #f8931d;
}

.tour-request-wrapper .checkbox-group label {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  margin-top: 5px;
  font-weight: normal;
  color: #fff;
  gap: 10px;
  width: 22%;
}

.tour-request-wrapper .btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.tour-request-wrapper button {
  padding: 14px 50px !important;
  background-color: #f8931d;
  border: none;
  border-radius: 32px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.tour-request-wrapper button:hover {
  background-color: #6fa744;
}

.tour-request-wrapper button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.tour-request-wrapper .hidden {
  display: none;
}

.tour-request-wrapper .form-group .form-text {
  color: #fff !important;
}

.tour-request-wrapper .form-group input[type="checkbox"],
.tour-request-wrapper .form-group .checkbox-group input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #5e5e5e99;
  border-radius: 6px;
  background: #1b1b1b;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  padding: 10px;
}

.tour-request-wrapper .form-group input[type="checkbox"]:checked::after,
.tour-request-wrapper .form-group .checkbox-group input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 7px;
  height: 14px;
  border: solid #6fa744;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.tour-request-wrapper .collab-type .checkbox-group,
.tour-request-wrapper .service-types .checkbox-group {
  margin-top: 5px;
}

.tour-request-wrapper .service-types .checkbox-group label {
  width: 30%;
}

.tour-request-wrapper .collab-type .checkbox-group label {
  align-items: flex-start;
  width: 45%;
}

.tour-request-main .transport-wrapper .stepper-item .step-label {
  min-height: 43px;
}

@media (max-width: 767px) {
  .tour-request-wrapper .stepper-wrapper {
    padding: 10px 0px;
    gap: 20px;
    overflow-x: auto;
  }

  .tour-request-wrapper .stepper-item::after,
  .tour-request-wrapper .stepper-wrapper::before {
    display: none;
  }

  .tour-request-wrapper .btns {
    gap: 10px;
  }

  .tour-request-wrapper .btns button {
    white-space: nowrap;
    width: 100%;
    margin-bottom: 0;
    font-size: 14px !important;
    padding: 12px 25px !important;
  }

  .tour-request-wrapper .stepper-item {
    text-align: center;
    min-width: 100px;
    min-height: 94px;
  }

  .tour-request-wrapper .form-grid {
    display: flex;
    flex-direction: column;
  }

  .tour-request-wrapper .service-types .checkbox-group label {
    width: 100%;
  }

  .tour-request-wrapper .checkbox-group label {
    width: 45%;
  }

  .tour-request-wrapper .step-label {
    font-size: 12px;
  }



}

/*End Step Tour Request Form*/
s

/*Start recommendations page*/
.recommendations-banner {
  padding: 230px 0 40px !important;
}

.recommendations-banner:before {
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 4.42%, rgb(0 0 0 / 0%) 18.86% 18.86%, #0d0c0c1f 27.67%, #0d0c0c73 80%, #0d0c0c 100%);
}

.recommendations-main {
  background: #0d0c0c;
  padding: 80px 0 50px;
}

.recommendations-main .container.my-5 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.recommendations-main .card {
  background: #100f0f;
  border: 1px solid #403F3F99;
  border-radius: 30px;
  padding: 10px;
  transition: all 0.3s ease-out;
}

.recommendations-main .card .carousel {
  border-radius: 20px;
  overflow: hidden;
}

.recommendations-main .card .carousel .carousel-item>img {
  border-radius: 20px;
}

.recommendations-main .card .card-body .card-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: 'pphattonmedium500';
  color: #fff;
}

.recommendations-main .card .card-body .card-text,
.recommendations-main .card .card-body p {
  color: #fff;
}

.recommendations-main .card .card-body .btn {
  border-radius: 32px !important;
  font-size: 17px !important;
  padding: 14px 20px !important;
  line-height: 1 !important;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  background: transparent;
  border: 1px solid#fff;
  width: fit-content;
}

.recommendations-main .card .card-body .btn:hover {
  background: #6FA744 !important;
  border: 1px solid#6FA744 !important;
  color: #fff !important;
}

.recommendation-content .toggle {
  color: #6fa744;
  text-decoration: none;
  font-weight: 700;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
}

/*End recommendations page*/

/*start bespoke-corporate*/
.bespoke-corporate-section .bespoke-corporate-inner {
  background: #100F0F;
  border: 1px solid #403F3F99;
  border-radius: 30px;
  padding: 40px 30px;
  transition: all 0.3s ease-out;
  margin-bottom: 20px !important;
}

.bespoke-corporate-section .bespoke-content .toggle {
  color: #6fa744;
  text-decoration: none;
  font-weight: 700;
}

.bespoke-corporate-section .content-wrapper .description ul {
  padding-left: 15px;
}

.bespoke-corporate-section .content-wrapper .description ul li {
  position: relative;
  margin-bottom: 10px;
  list-style: disc;
}

.bespoke-corporate-section .content-wrapper .description ul li:last-child {
  margin-bottom: 0px;
}

/* End Testimonials*/

/* Start Blog Styles */
.inner-banner {
  position: relative;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.inner-banner .container {
  position: relative;
  z-index: 2;
}

.inner-banner .title {
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.inner-banner p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.inner-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.search-form {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
}

.search-input {
  flex: 1;
  padding: 12px 20px;
  border: 2px solid #fff;
  border-right: none;
  border-radius: 25px 0 0 25px;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 16px;
}

.search-input:focus {
  outline: none;
  background: #fff;
  border-color: #f9911c;
}

.search-btn {
  padding: 12px 20px;
  border: 2px solid #fff;
  border-left: none;
  border-radius: 0 25px 25px 0;
  background: #f9911c;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-btn:hover {
  background: #6fa744;
  border-color: #6fa744;
}

/* Blog Posts */
.main-blog-list {
  padding: 80px 0;
  background: #0d0c0c;
}

.blog-posts-grid {
  display: grid;
  gap: 30px;
}

.blog-post-card {
  background: #100F0F;
  border: 1px solid #403F3F99;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.post-image {
  position: relative;
  overflow: hidden;
}

.post-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(249, 145, 28, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blog-post-card:hover .post-overlay {
  opacity: 1;
}

.read-more-btn {
  background: #fff;
  color: #f9911c;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background: #f9911c;
  color: #fff;
}

.blog-post-card .post-content {
  padding: 25px;
}

.meta-item i {
  color: #6fa744;
}

.post-title {
  margin-bottom: 15px;
}

.post-title a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.post-title a:hover {
  color: #f9911c;
}

.post-excerpt {
  color: #ddd;
  line-height: 1.6;
  margin-bottom: 20px;
}

.read-more-link {
  color: #f9911c;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.read-more-link:hover {
  color: #6fa744;
}

.read-more-link i {
  margin-left: 5px;
}

.post-meta,
.post-meta .meta-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
}

.blog-post-card .post-content .post-meta {
  margin-bottom: 15px;
}

.meta-item {
  font-size: 12px;
  padding: 2px 8px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgb(44 44 44);
  border-radius: 20px;
  color: #aeb6b8;
  transition: .3s;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.meta-item:hover {
  background: rgb(111 167 68 / 11%);
  border-color: #6fa744;
  color: #fff;
}

.meta-item:hover i {
  color: #6fa744;
}

/* Blog Sidebar */
.blog-sidebar {
  background: #100F0F;
  border: 1px solid #403F3F99;
  border-radius: 16px;
  padding: 30px;
  position: sticky;
  top: 80px;
}

.sidebar-widget {
  margin-bottom: 30px;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

.widget-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

.widget-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #f9911c 0%, #6fa744 100%);
  border-radius: 2px;
}

/* Categories */
.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  margin-bottom: 10px;
}

.category-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ddd;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid #403F3F99;
  transition: all 0.3s ease;
}

.category-link:hover {
  color: #f9911c;
  border-bottom-color: #f9911c;
}

.category-link .count {
  background: #f9911c;
  color: #fff;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

/* Tags */
.tag-cloud {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.tag-link {
  display: inline-block;
  background: #403F3F99;
  color: #ddd;
  padding: 8px 15px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.tag-link:hover {
  background: #f9911c;
  color: #fff;
}

.tag-count {
  opacity: 0.7;
  margin-left: 5px;
}

/* Recent Posts */
.recent-posts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.recent-post-item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #403F3F99;
}

.recent-post-item:last-child {
  border-bottom: none;
}

.post-thumb {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
}

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

.post-info h4 {
  margin: 0 0 5px 0;
  font-size: 16px;
}

.post-info h4 a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.post-info h4 a:hover {
  color: #f9911c;
}

.post-date {
  color: #aeb6b8;
  font-size: 12px;
  margin: 0;
}

/* Authors */
.author-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.author-item {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #403F3F99;
}

.author-item:last-child {
  border-bottom: none;
}

.author-avatar {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: #403F3F99;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.avatar-placeholder {
  color: #aeb6b8;
  font-size: 20px;
}

.author-info h4 {
  margin: 0 0 5px 0;
  font-size: 16px;
}

.author-info h4 a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.author-info h4 a:hover {
  color: #f9911c;
}

.post-count {
  color: #aeb6b8;
  font-size: 12px;
  margin: 0;
}

/* Blog Post Content */
.main-blog-post {
  padding: 80px 0;
  background: #0d0c0c;
}

.blog-post-content {
  color: #ddd;
  line-height: 1.8;
}

.blog-post-content h1,
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4,
.blog-post-content h5,
.blog-post-content h6 {
  color: #fff;
  margin: 0px 0 20px 0;
  font-weight: 600;
}

.blog-post-content h1 {
  font-size: 32px;
}

.blog-post-content h2 {
  font-size: 28px;
}

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

.blog-post-content h4 {
  font-size: 20px;
}

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

.blog-post-content h6 {
  font-size: 16px;
}

.blog-post-content p {
  margin-bottom: 20px;
}

.blog-post-content ul,
.blog-post-content ol {
  margin-bottom: 20px;
  padding-left: 30px;
}

.blog-post-content li {
  margin-bottom: 10px;
}

.blog-post-content blockquote {
  border-left: 4px solid #f9911c;
  padding-left: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #aeb6b8;
}

.blog-post-content img {
  max-width: 100%;
  /* height: auto;*/
  border-radius: 8px;
  margin: 0px 0 20px;
}

/* Post Tags */
.post-tags {
  margin: 40px 0;
  padding: 20px;
  background: #100F0F;
  border: 1px solid #403F3F99;
  border-radius: 12px;
}

.post-tags h5 {
  color: #fff;
  margin-bottom: 15px;
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-link {
  display: inline-block;
  background: #403F3F99;
  color: #ddd;
  padding: 8px 15px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.tag-link:hover {
  background: #f9911c;
  color: #fff;
}

/* Social Share */
.social-share h5 {
  color: #fd7e14;
  margin-bottom: 15px;
}

.social-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-link.facebook {
  background: #1877f2;
  color: #fff;
}

.social-link.twitter {
  background: #1da1f2;
  color: #fff;
}

.social-link.linkedin {
  background: #0077b5;
  color: #fff;
}

.social-link.whatsapp {
  background: #25d366;
  color: #fff;
}

.social-link:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

/* Author Profile */
.author-profile {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  background: #100F0F;
  border: 1px solid #403F3F99;
  border-radius: 12px;
}

.author-details h3 {
  color: #fff;
  margin-bottom: 10px;
}

.author-details p {
  color: #ddd;
  margin-bottom: 5px;
}

/* Pagination */
.pagination-wrapper {
  margin-top: 40px;
  text-align: center;
}

/* No Posts */
.no-posts {
  text-align: center;
  padding: 60px 20px;
}

.no-posts i {
  color: #403F3F99;
  margin-bottom: 20px;
}

.no-posts h3 {
  color: #fff;
  margin-bottom: 10px;
}

.no-posts p {
  color: #aeb6b8;
}

/* Responsive */
@media (max-width: 767px) {

  .inner-banner {
    min-height: 300px;
  }

  .inner-banner .title {
    font-size: 34px;
  }

  .inner-banner p {
    font-size: 16px;
  }

  .inner-buttons {
    flex-direction: column;
    align-items: center;
  }

  .search-form {
    max-width: 100%;
  }

  .blog-post-card {
    margin-bottom: 20px;
  }

  .post-title a {
    font-size: 18px;
  }

  .author-profile {
    flex-direction: column;
    text-align: center;
  }

}

/* End Blog Styles */

/*testimonials-page*/
.testimonials {
  background: #0d0c0c;
}

.testimonials .card {
  background: #100F0F !important;
  border: 1px solid #403F3F99 !important;
  border-radius: 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.testimonials .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
  border-color: #f9911c;
}

.testimonials .card .fa-quote-left {
  color: #f9911c !important;
  font-size: 60px;
}

.testimonials .card .card-body p.fs-5 {
  font-style: normal;
  line-height: 1.6;
  font-size: 18px !important;
}

.testimonials .card .title5 {
  color: #6fa744 !important;
  font-weight: 600;
}

.testimonials .card .text-custom {
  color: #6fa744 !important;
  font-weight: 600;
  margin-bottom: 8px !important;
}

.testimonials .card-body .ms-2 p.mb-0.text-white-50 {
  margin: 0;
  color: #aeb6b8 !important;
  font-size: 0.86rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.8px;
  position: relative;
  padding-bottom: 6px;
  opacity: 0.95;
}

.testimonials .card-body .ms-2 p.mb-0.text-white-50::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 28px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #f9911c 0%, #6fa744 100%);
  opacity: 0.95;
  transform-origin: left center;
  transition: transform 220ms ease, opacity 220ms ease;
}

.testimonials .card-body .ms-2 p.mb-0.text-white-50 picture {
  margin-right: 5px;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.pagination .flex-sm-fill {
  flex-direction: column;
}

.pagination .small.text-muted {
  color: #fff !important;
  margin-bottom: 0;
}

.pagination .page-item .page-link {
  color: #fff;
  background: transparent;
  border: 2px solid #6fa744;
  border-radius: 12px;
  padding: 8px 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.pagination .page-item.active .page-link {
  background: #6fa744;
  color: #fff;
}

.pagination .page-item .page-link:hover {
  background: #6fa744;
  color: #fff;
  border-color: #6fa744;
  transform: translateY(-2px);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 18px;
  border-color: #6fa744;
  line-height: 1.1;
}

.pagination-text {
  text-align: center;
  color: #ddd;
  font-size: 14px;
  margin-top: 10px;
}

.pagination-text span {
  color: #f9911c;
  font-weight: 700;
}

.pagination .page-item.disabled .page-link {
  opacity: 0.5;
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
}

/* End testimonials-page */

/* Product Wrapper */
.main-single-product .product-image-gallery {
  background: #100f0f;
  border: 1px solid #403F3F99;
  border-radius: 20px;
  padding: 1rem;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.main-single-product .product-image-gallery .main-image-container {
  border: none;
}

.main-single-product .product-image-gallery .main-image-container button {
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  font-size: 12px;
  transform: none;
}

.main-single-product .product-image-gallery .main-image-container .gallery-prev {
  left: 15px;
}

.main-single-product .product-image-gallery .main-image-container .gallery-next {
  right: 15px;
}

.main-single-product .product-image-gallery .main-image-container button:hover {
  box-shadow: none;
  transform: none !important;
  background: #f9911c;
  border-color: #f9911c;
}

.main-single-product .product-image-gallery .main-image-container .main-image {
  height: 100%;
}

.main-single-product .main-image img.product-img:hover {
  transform: none !important;
}

.main-single-product .main-image img.product-img {
  width: 100%;
  border-radius: 20px;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  cursor: pointer;
}

.main-single-product .main-image img.product-img:hover {
  transform: scale(1.08);
  box-shadow: 0 15px 30px rgba(249, 145, 28, 0.5);
}

.main-single-product .tour-description-content {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  background: rgba(0, 0, 0, 0.3);
  padding: 1rem 1.2rem;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid #403F3F99;
}

.main-single-product .tour-description-content h1 {
  font-size: 26px;
  font-family: 'pphattonmedium500', sans-serif;
  font-weight: 700;
  color: #f9911c !important;
  margin-bottom: 0.8rem;
}

.main-single-product .tour-description-content h2 {
  font-size: 24px;
  font-family: 'pphattonmedium500', sans-serif;
  font-weight: 700;
  color: #f9911c !important;
  margin-bottom: 0.8rem;
}

.main-single-product .tour-description-content h3 {
  font-size: 22px;
  font-family: 'pphattonmedium500', sans-serif;
  font-weight: 700;
  color: #f9911c !important;
  margin-bottom: 0.8rem;
}

.main-single-product .tour-description-content h4 {
  font-size: 20px;
  font-family: 'pphattonmedium500', sans-serif;
  font-weight: 700;
  color: #f9911c !important;
  margin-bottom: 0.8rem;
}

.main-single-product .tour-description-content h5 {
  font-size: 18px;
  font-family: 'pphattonmedium500', sans-serif;
  font-weight: 700;
  color: #f9911c !important;
  margin-bottom: 0.8rem;
}

.main-single-product .tour-description-content h6 {
  font-size: 18px;
  font-family: 'pphattonmedium500', sans-serif;
  font-weight: 700;
  color: #f9911c !important;
  margin-bottom: 0.8rem;
}

.main-single-product .tour-description-content p strong {
  color: #6fa744;
  font-size: 18px;
  text-transform: capitalize;
}

.main-single-product .tour-description-content ul {
  padding-left: 15px;
}

.main-single-product .tour-description-content ul li {
  position: relative;
  margin-bottom: 10px;
  list-style: disc;
}

.main-single-product .tour-description-content ul li:last-child {
  margin-bottom: 0px;
}

.main-single-product .product-details .pricing-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #100f0f;
  border: 1px solid #403F3F99;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #fff;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
}

.main-single-product .time-slot-radios label {
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #fff;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(111, 167, 68, 0.4);
}

.main-single-product .time-slot-radios .radio-option input[type="radio"]:checked+label {
  border: 2px solid #6fa744;
  box-shadow: 0 4px 12px rgb(111 167 68 / 32%);
  background: transparent;
}

.main-single-product .time-slot-radios label span {
  color: #fff;
}

.main-single-product .product-details {
  background: #100f0f;
  border: 1px solid #403F3F99;
  border-radius: 20px;
  padding: 2.5rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.main-single-product .product-details .tour-features-section {
  margin-bottom: 15px !important;
}

.main-single-product .product-title {
  font-size: 2rem;
  font-weight: 700;
  color: #f9911c !important;
  margin-bottom: 0.5rem;
  text-align: center;
}

.main-single-product .product-price {
  font-size: 2rem;
  font-weight: 700;
  color: #6fa744 !important;
  margin-bottom: 0.5rem;
  background: transparent !important;
  line-height: 1;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  box-shadow: none;
  border: 1px solid rgba(111, 167, 68, 0.4);
}

.main-single-product .product-description {
  font-size: 1.1rem;
  border: 1px solid rgba(111, 167, 68, 0.4);
  line-height: 1;
  border-radius: 10px;
  text-align: center;
  box-shadow: none;
  padding: 15px;
  margin-bottom: 10px;
}

.main-single-product .tour-features-section h5 {
  color: #f9911c;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
}

.main-single-product .features-grid {
  display: flex;
  gap: 10px;
  margin-bottom: 0px;
  justify-content: center;
  flex-wrap: wrap;
}

.main-single-product .feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #fff;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
}

.main-single-product .feature-item span {
  line-height: 1;
}

.main-single-product .feature-item i {
  color: #fff;
  font-size: 1rem;
  width: 20px;
}

.main-single-product .feature-item:hover {
  background: rgb(249 145 28);
  transform: translateY(-1px);
}

.main-single-product .booking-card {
  border-radius: 20px;
  padding: 0px;
  margin-top: 0;
  border: none;
  background: transparent !important;
  box-shadow: none !important;
}

.main-single-product .booking-card .price-title {
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 500;
  border-bottom: 1px solid #403F3F99;
  padding-bottom: 15px;
}

.main-single-product .booking-card .price-title span {
  font-size: 1.6rem;
  color: #6fa744 !important;
}

.main-single-product .calendar-section-title {
  color: #f9911c;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.main-single-product small.text-muted {
  color: #6fa744 !important;
  font-weight: 500;
  background: rgb(93 141 56 / 10%);
  padding: 10px 15px;
  border-radius: 12px;
  display: inline-block;
  border-left: 4px solid #6fa744;
  font-size: 0.9rem;
}

.main-single-product .flatpickr-input-field {
  width: 100%;
  padding: 0.9rem 0.9rem;
  border-radius: 10px;
  border: 1px solid #6fa744;
  transition: all 0.3s ease;
  letter-spacing: normal;
  color: #fff;
  background: transparent;
}

.main-single-product .flatpickr-input-field:hover {
  border-color: #f9911c;
  transform: none;
  box-shadow: none;
}

.main-single-product .selected-date-pill {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  background: #6fa744;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-weight: 600;
  margin-top: 0.5rem;
}

.main-single-product .selected-date-pill button {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
}

.main-single-product .dropdown-input {
  background: rgba(255, 255, 255, 0.1);
  padding: 0.6rem 1rem;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
}

.main-single-product .dropdown-panel {
  display: none;
  background: rgba(26, 23, 23, 0.95);
  padding: 1rem;
  border-radius: 15px;
  color: #fff;
  margin-top: 0.5rem;
}

.main-single-product .counter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.main-single-product .counter button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  background: #f9911c;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.main-single-product .counter button:hover {
  background: #6fa744;
}

.main-single-product .apply-btn {
  background: #6fa744;
  color: #fff;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 0.5rem;
}

.main-single-product .apply-btn:hover {
  background: #f9911c;
}

.main-single-product .check-btn {
  width: 100%;
  padding: 0.8rem;
  background: #f9911c !important;
  border: none !important;
  color: #fff;
  cursor: pointer !important;
  transition: all 0.3s ease;
  margin-top: 1rem;
  border-radius: 75px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: normal;
  box-shadow: none !important;
}

.main-single-product .check-btn:disabled {
  background: rgba(249, 145, 28, 0.5);
  cursor: not-allowed;
}

.main-single-product .check-btn:hover:not(:disabled) {
  background: #6fa744;
}

.main-single-product .free-cancel {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  color: #dcdcdc;
  font-size: 0.95rem;
  margin-top: 1rem;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(111, 167, 68, 0.4);
}

.main-single-product .free-cancel .icon {
  font-size: 1rem;
  color: #6fa744;
  background: rgba(111, 167, 68, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.main-single-product .calendar-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.main-single-product .calendar-modal-content {
  background: rgba(26, 23, 23, 0.95);
  padding: 2rem;
  border-radius: 20px;
  width: 90%;
  max-width: 400px;
}

.main-single-product .calendar-modal-header h4 {
  color: #f9911c;
  margin: 0;
}

.main-single-product .calendar-close {
  cursor: pointer;
  color: #fff;
  font-size: 1.5rem;
}

.main-single-product .product-details .alert {
  margin-top: 15px;
}

.main-single-product .calendar-section {
  padding: 20px;
}

.main-single-product .calendar-section .datepiker_product {
  margin-bottom: 0;
}

.flatpickr-calendar {
  border: 1px solid #5d8d38 !important;
  border-radius: 10px !important;
}

.flatpickr-calendar .flatpickr-months {
  border-radius: 8px;
}

.flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months:hover {
  background-color: #fff;
}

#booking-form #bookNowBtn:hover,
#booking-form .field #dropdownPanel #applyBtn:hover {
  box-shadow: 0 2px 15px rgba(111, 167, 68, 0.6) !important;
}

#booking-form .field label {
  color: #fff;
  margin-bottom: 5px;
}

#booking-form .field #travelerInput {
  padding: 0.9rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(111, 167, 68, 0.4) !important;
}

#booking-form .field #dropdownPanel {
  border: 1px solid rgba(111, 167, 68, 0.4) !important;
  padding: 20px;
}

#booking-form .field #dropdownPanel #applyBtn {
  border-radius: 75px;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: capitalize;
}

#booking-form .field #dropdownPanel .traveler-row {
  border-radius: 10px;
  padding: 10px;
}

#booking-form .field #dropdownPanel .traveler-row .counter span {
  padding: 4px;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 6px;
  font-size: 14px;
  min-width: 24px;
}

#booking-form .field #dropdownPanel .traveler-row .counter button {
  width: 24px;
  height: 24px;
  line-height: 1;
  font-size: 14px;
}

#booking-form .field #dropdownPanel .traveler-row .counter {
  margin: 0;
}

#booking-form .field #dropdownPanel .traveler-row label {
  margin-bottom: 0;
}

.checkout-wrapper {
  background: #1A171780;
  border: 1px solid #403F3F99;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.9), 0 -3px 15px rgba(255, 255, 255, 0.08) inset, 0 3px 15px rgba(255, 255, 255, 0.05) inset;
}

.checkout-wrapper .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.checkout-wrapper .form-group label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #f5f5f5;
}

.checkout-wrapper .form-group input,
.checkout-wrapper .form-group select,
.checkout-wrapper .form-group textarea {
  padding: 0.75rem 1rem;
  border: 1px solid #403F3F99;
  border-radius: 8px;
  font-size: 1rem;
  width: 100%;
  background: #1b1b1b;
  color: #fff;
  transition: border 0.3s ease;
}

.checkout-wrapper .form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 6px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path d='M1 1 L5 5 L9 1' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.checkout-wrapper .form-group input:focus,
.checkout-wrapper .form-group select:focus,
.checkout-wrapper .form-group textarea:focus {
  border: 1px solid #f9911c;
  outline: none;
  box-shadow: none;
}

.checkout-wrapper .form-group input:hover,
.checkout-wrapper .form-group select:hover,
.checkout-wrapper .form-group textarea:hover {
  border: 1px solid #f9911c;
  outline: none;
}

.checkout-wrapper .form-group input::placeholder,
.checkout-wrapper .form-group select::placeholder,
.checkout-wrapper .form-group textarea::placeholder {
  color: #7c7c7c;
}

.checkout-wrapper .form-row {
  display: flex;
  gap: 1rem;
}

.checkout-wrapper .form-row .form-group {
  flex: 1;
}

.checkout-wrapper .coupon-input-group {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.checkout-wrapper .coupon-input-group input {
  flex: 100%;
}

.checkout-wrapper .coupon-input-group input:focus,
.checkout-wrapper .coupon-input-group input:hover,
.checkout-wrapper .coupon-input-group input:focus-visible {
  outline: none;
  border: 1px solid #f9911c !important;
}

.checkout-wrapper .coupon-input-group button {
  background: #6fa744;
  color: #fff;
  border: none;
  padding: 0.75rem 1.2rem;
  border-radius: 8px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.checkout-wrapper .coupon-input-group button:hover {
  background: #5a8e36;
}

.checkout-wrapper .order-summary h3 {
  margin-bottom: 1.5rem;
  color: #f9911c;
  font-size: 1.5rem;
  font-weight: 700;
}

.checkout-wrapper .order-summary .card-footer button {
  font-size: 15px !important;
}

.checkout-wrapper .cart-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}

.checkout-wrapper .cart-item img.product-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.checkout-wrapper .cart-item-details p {
  margin: 0.3rem 0;
  font-size: 0.95rem;
  color: #ddd;
}

.checkout-wrapper .booking-details {
  margin: 20px 0;
  padding: 15px;
  background: #161414;
  border: 1px solid #333;
  border-radius: 8px;
  color: #f5f5f5;
}

.checkout-wrapper .booking-details h4 {
  color: #f9911c;
  margin-bottom: 15px;
  font-weight: 600;
}

.checkout-wrapper .booking-details .tour-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.checkout-wrapper .booking-details .feature {
  flex: 1;
  min-width: 120px;
  font-size: 0.9rem;
  color: #ccc;
}

.checkout-wrapper .booking-details .feature i {
  margin-right: 5px;
  color: #6fa744;
}

.checkout-wrapper .total-section {
  background: #1f1f1f;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 15px;
  color: #f5f5f5;
}

.checkout-wrapper .total-section .total-row {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
  font-size: 0.95rem;
}

.checkout-wrapper .total-section .total-row:last-child {
  font-weight: bold;
  border-top: 2px solid #333;
  padding-top: 10px;
  margin-top: 10px;
  color: #f9911c;
}

.checkout-wrapper .checkout-btn {
  margin-top: 1.5rem;
  width: 100%;
  background: #f9911c;
  color: #fff;
  border: none;
  padding: 1rem;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.checkout-wrapper .checkout-btn:hover {
  background: #e08014;
}

.checkout-wrapper .form-group .iti__selected-flag .iti__selected-dial-code {
  color: #fff;
}

.checkout-wrapper .form-group .iti__selected-flag {
  height: 50px;
}

@media (min-width: 992px) {

  .main-single-product .product-details {
    position: sticky;
    top: 80px;
  }

  .checkout-wrapper .cart-item img.product-img {
    position: sticky;
    top: 90px;
  }

}

/* shop-page */
.shop-page {
  background-color: #0d0d0d;
}

.shop-page .card {
  background-color: #1A171766;
  border: 1px solid #403F3F99;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.2s, border-color 0.2s;
}

.shop-page .card:hover {
  border-color: #f9911c;
}

.shop-page .card-img-top {
  height: 250px;
  object-fit: cover;
  transition: transform 0.2s;
}

.shop-page .product-title {
  font-family: 'pphattonmedium500';
  color: #f9911c;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.shop-page .product-price {
  color: #6fa744;
  margin-bottom: 1rem;
  font-family: 'PPMoriRegular';
  font-weight: bold;
}

.shop-page .btn-custom {
  border: 1px solid #6fa744 !important;
  color: #6ba739;
  width: fit-content;
  transition: 0.5s all ease;
  padding: 10px 30px !important;
}

.shop-page .btn-custom:hover {
  background-color: #6fa744;
  color: #fff;
}

/*End shop-page */

/* cart-page */
.cart-page {
  padding: 4rem 2rem;
  background-color: #0d0d0d;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.cart-page .cart-title {
  color: #f9911c;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}

.cart-page .table-responsive {
  border: 1px solid #403F3F99;
  border-radius: 16px;
  overflow: auto;
}

.cart-page .cart-table {
  width: 100%;
  border-collapse: collapse;
}

.cart-page .cart-table th,
.cart-page .cart-table td {
  background: #1a1a1a;
  padding: 15px;
  vertical-align: middle;
}

.cart-page .cart-table th {
  color: #f9911c;
  font-weight: 700;
  border-bottom: 1px solid #403F3F99;
}

.cart-page .cart-table tbody tr {
  border-bottom: 1px solid #403F3F99;
}

.cart-page .cart-table tbody tr:last-child {
  border-bottom: 0;
}

.cart-page .cart-table tbody td.product-price {
  color: #6fa744;
  font-weight: 700;
  border: 0;
}

.cart-page .product-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.cart-page .quantity-input {
  width: 60px;
  text-align: center;
  background: #0d0d0d;
  color: #fff;
  border: 1px solid #403F3F99;
  border-radius: 6px;
  padding: 5px;
}

.cart-page .btn-remove {
  background: transparent;
  color: #f9911c;
  border: none;
  font-size: 1.8rem;
  transition: 0.3s;
}

.cart-page .btn-remove:hover {
  color: #6fa744;
}

.cart-page .product-info h6 {
  color: #f9911c;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.cart-page .product-info small {
  color: #fff;
}

.cart-page .cart-summary {
  border: 1px solid #403F3F99;
  background: #1a1a1a;
  padding: 20px;
  border-radius: 15px;
  margin-top: 2rem;
}

.cart-page .summary-title {
  color: #f9911c;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cart-page .summary-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.cart-page .summary-item .amount {
  color: #6fa744;
  font-weight: 700;
}

.cart-page .btn-checkout {
  border: 0px;
  background: #f9911c;
  color: #121212;
  font-weight: 700;
  width: 100%;
  padding: 12px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 1rem;
}

.cart-page .btn-checkout:hover {
  background: #6fa744;
  color: #fff;
}

.Enpty-cart {
  background: #1A171766;
  border: 1px solid #403F3F99;
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 600px;
  margin: auto;
  width: 100%;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.9), 0 -3px 15px rgba(255, 255, 255, 0.08) inset, 0 3px 15px rgba(255, 255, 255, 0.05) inset;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.Enpty-cart .btn-custom {
  background-color: #f9911c;
  color: #121212;
  border: none;
  transition: 0.5s all ease;
}

.Enpty-cart .btn-custom:hover {
  background-color: #6fa744;
  color: #fff;
}

/*End cart-page */


@media (min-width: 768px) and (max-width: 1023px) {

  br {
    display: none;
  }

  .main-header .topbar {
    background: #100f0f;
  }

  .container {
    max-width: 100%;
    padding-inline: 20px !important;
  }

  .tablet-gap {
    gap: 20px;
  }

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

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

  .title {
    font-size: 42px;
  }

  .title2 {
    font-size: 36px;
  }

  /*===  navber === */
  .main-header {
    position: relative !important;
    ;
  }

  .main-header .topbar .logo img {
    width: 250px;
  }

  .main-header .topbar {
    padding: 15px 0px;
  }

  .topbar .right-info-list .btn {
    margin-right: 0px;
  }

  .topbar .lang-dropdown .btn {
    padding: 5px 10px !important;
  }

  .topbar .right-info-list .icon-listing {
    padding-left: 0px;
  }

  .login-account span {
    font-size: 0px;
  }

  .login-account:after {
    margin-left: -2px;
  }

  /* === Mobile Navbar Fix === */
  .menubar .navbar {
    position: static;
  }

  .menubar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #000;
    padding: 1rem;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }

  .menubar .navbar-collapse.collapse {
    display: none !important;
  }

  .menubar .navbar-collapse.collapse.show {
    display: block !important;
  }

  .menubar .navbar-nav .nav-link {
    color: #fff;
    padding: 0.75rem 1rem;
  }

  .menubar .navbar-nav {
    flex-direction: column;
    gap: 0.25rem;
  }

  .menubar .navbar .navbar-toggler {
    line-height: 1;
    padding: 5px;
    background: transparent;
    font-size: 1.2rem;
  }

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

  /* === hero === */
  .hero .hero-overlay p {
    font-size: 24px;
  }

  /*=== Why-Hoofin ===*/
  .Highlights {
    background: #1A171780;
    padding: 60px 0 40px;
  }

  .Why-Hoofin .Hoofin-col {
    width: 33%;
    margin-bottom: 1.8rem;
  }

  .Why-Hoofin .Hoofin-item {
    padding: 20px;
  }

  .Highlight-item {
    margin-bottom: 1.8rem;
  }

  .Highlight-item:nth-child(3),
  .Highlight-item:nth-child(4) {
    margin-bottom: 0px;
  }

  /* === ready-sec === */
  .ready-sec {
    padding: 100px 0 200px;
  }

  .ready-sec .ready-content {
    max-width: 550px;
  }

  .faq-sec .faq-wrap {
    padding: 30px;
  }

  /*=== contact-sec === */
  .contact-sec {
    padding: 60px 0;
  }

  .custom-form {
    padding: 30px;
  }

  .custom-form .form-title {
    font-size: 36px;
  }

  .main-contact-us .custom-form .form-floating {
    width: 100%;
  }

  /*=== footer-sec ===*/
  .footer-sec .footer-top {
    padding: 60px 0 60px;
  }

  /*=== about-us -page ===*/
  body .about-banner {
    padding: 100px 20px 100px !important;
  }

  .inner-banner .inner-overlay p br {
    display: block;
  }

  .main-about .about-wrap {
    padding: 30px;
  }

  .inner-banner .inner-overlay p {
    font-size: 24px;
  }

  .main-about .about-image,
  .about .about-image {
    position: sticky;
    top: 30px;
  }

  .our-values .Hoofin-col {
    width: 100%;
  }

  .our-values .Hoofin-col .Hoofin-item {
    padding: 30px;
  }

  /*==== faq-page ===*/
  .inner-banner {
    padding: 100px 20px 100px !important;
  }

  .main-faq.faq-sec {
    margin-top: -40px;
  }

  .main-faq .faq-wrap h2 {
    font-size: 32px !important;
  }

  /*=== recommendations-page ===*/
  .recommendations-main {
    padding: 60px 0 60px;
  }

  body .mobile-width {
    width: 100% !important;
  }

  .recommendations-main .card .carousel {
    margin-bottom: 24px;
  }

  .main-single-product .product-image-gallery {
    margin-bottom: 30px;
  }

  .checkout-wrapper {
    padding: 35px;
  }

  .checkout-wrapper .cart-item img.product-img {
    width: 250px;
    height: auto;
  }

  /*=== bespoke-page ===*/
  .bespoke-corporate-section {
    padding-inline: 15px;
  }

  .bespoke-corporate-section .bespoke-corporate-inner {
    padding: 20px 5px;
    flex-direction: column-reverse;
    gap: 24px;
    margin-bottom: 0 !important;
  }

  .bespoke-corporate-section .bespoke-corporate-inner .content-wrapper .description {
    max-height: none !important;
    margin-bottom: 0px !important;
  }

  .bespoke-corporate-section .bespoke-corporate-inner>.mb-4 {
    margin-bottom: 0px !important;
  }

  /*=== collab-page ===*/
  .tour-request-main {
    background: #0d0c0c;
    padding: 60px 20px;
  }

  .tour-request-wrapper {
    padding: 30px;
  }

  .tour-request-wrapper .service-types .checkbox-group label {
    width: 47%;
  }

  /* thankyou-wrapper */
  .thankyou-wrapper {
    padding-block: 70px;
    padding-inline: 20px;
  }

  .thank-you-card h1 {
    font-size: 24px;
  }

  .payment-history-header .title2,
  .payment-history-header p {
    text-align: center;
  }

  .tour-highlights .slick-arrow {
    display: none !important;
  }

  .tour-highlights .Highlight-item {
    width: 32%;
  }


}



@media (max-width: 767px) {

  /*===  default === */
  br {
    display: none;
  }

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

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

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

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

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

  .container {
    max-width: 100%;
    padding-inline: 15px !important;
  }

  .hero:before {
    display: none;
  }

  .title {
    font-size: 34px;
  }

  .title2 {
    font-size: 30px;
  }

  .title5 {
    font-size: 20px;
    line-height: 1.4;
  }

  .main-header .topbar {
    background: #100f0f;
  }

  /*===  navber === */
  .main-header {
    position: relative;
  }

  .main-header .topbar .logo img {
    width: 200px;
  }

  .main-header .topbar {
    padding: 15px 0px;
  }

  .topbar .lang-dropdown .btn {
    padding: 5px 10px !important;
  }

  .topbar .right-info-list .icon-listing {
    padding-left: 0px;
  }

  .login-account span {
    font-size: 0px;
  }

  .login-account:after {
    margin-left: -2px;
  }

  .topbar .right-info-list .btn {
    margin-right: 0;
  }

  /* === Mobile Navbar Fix === */
  .menubar .navbar {
    position: static;
  }

  .menubar .navbar-nav li.nav-item a.nav-link {
    padding: 14px 16px;
  }

  .menubar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #000;
    padding: 1rem;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }

  .menubar .navbar-collapse.collapse {
    display: none !important;
  }

  .menubar .navbar-collapse.collapse.show {
    display: block !important;
  }

  .menubar .navbar-nav .nav-link {
    color: #fff;
    padding: 0.75rem 1rem;
  }

  .menubar .navbar-nav {
    flex-direction: column;
    gap: 0.25rem;
  }

  .menubar .navbar .navbar-toggler {
    line-height: 1;
    padding: 5px;
    background: transparent;
    font-size: 1rem;
  }

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

  .menubar .dropdown-toggle::after {
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .menubar .navbar-nav li.nav-item .dropdown-menu .dropdown-submenu .dropdown-toggle::after {
    top: 20px;
  }

  /* === banner-section ====*/
  .hero .hero-overlay {
    margin-top: -6px !important;
    position: static;
    transform: none;
    max-width: 100%;
    padding: 50px 15px;
    background: #1A171780;
  }

  .hero .hero-overlay p {
    font-size: 20px;
  }

  /* ==== about ==== */
  .about .about-image {
    padding-right: 0px !important;
  }

  /* === Highlights === */
  .Highlights {
    background: #1A171780;
    padding: 50px 0;
  }

  .Highlights .row>.col-sm-6.col-md-6.col-lg-3:last-child {
    margin-bottom: 0 !important;
  }

  .Why-Hoofin .Hoofin-col {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .Why-Hoofin .Hoofin-col:last-child {
    margin-bottom: 0px;
  }

  .Why-Hoofin .Hoofin-item {
    padding: 30px;
  }

  /* === ready-sec === */
  .ready-sec {
    padding: 50px 0 150px;
  }

  /*=== faq-sec === */
  .faq-sec .faq-wrap {
    padding: 24px;
  }

  /* === testimonial-reel ==== */
  .testimonial-reel .testimonial-item .box {
    padding: 24px;
  }

  /*=== contact-sec === */
  .contact-sec {
    padding: 50px 0;
  }

  .custom-form {
    padding: 20px;
  }

  .custom-form .form-title {
    font-size: 32px;
  }

  .main-contact-us .custom-form .form-floating {
    width: 100%;
  }

  /* === footer === */
  .footer-sec .footer-top {
    padding: 50px 0;
  }

  /*==== about-us-page ====*/
  body .about-banner {
    padding: 50px 15px !important;
  }

  .main-about .about-wrap {
    padding: 24px;
    margin-top: -24px;
  }

  .inner-banner .inner-overlay p {
    font-size: 20px;
  }

  .our-values .Hoofin-col .Hoofin-item {
    padding: 20px;
  }

  /*==== faq-page ===*/
  .inner-banner {
    padding: 50px 15px !important;
  }

  .main-faq.faq-sec {
    margin-top: -24px;
  }

  .main-faq .faq-wrap h2 {
    font-size: 24px !important;
  }

  .testimonial-reel .testimonial-item .box .test-content>p {
    word-break: break-word;
  }

  .accordion .accordion-item .accordion-header button.accordion-button::after {
    width: 26px;
    height: 26px;
    background-size: 26px;
  }

  .accordion .accordion-item .accordion-header button.accordion-button {
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1.5;
  }

  .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0px 20px 10px 20px !important;
  }

  .faq-content .mb-4:last-child {
    margin-bottom: 0 !important;
  }

  .accordion .accordion-item {
    border-radius: 14px !important;
  }

  /*=== recommendation-page ===*/
  .recommendations-main {
    padding: 50px 0 50px;
  }

  body .mobile-width {
    width: 100% !important;
  }

  .recommendations-main .card .carousel {
    margin-bottom: 24px;
  }

  /*=== open-journey-page ===*/
  .main-product .col-sm-6.col-md-6.col-lg-3:last-child .Highlight-item {
    margin-bottom: 0;
  }

  .main-single-product {
    padding: 50px 0;
  }

  .main-single-product .product-image-gallery {
    margin-bottom: 40px;
  }

  .main-single-product .product-title {
    font-size: 1.3rem;
  }

  .main-single-product .product-details {
    padding: 20px;
  }

  .feature-item span {
    font-size: 0.8rem !important;
  }

  .main-single-product .booking-card .price-title {
    font-size: 1.2rem;
  }

  .main-single-product .calendar-section {
    padding: 0px;
    border: none;
  }

  .main-single-product small.text-muted {
    font-size: 0.8rem;
  }

  .time-slot-section {
    padding: 0;
    border: none;
    background: transparent;
    margin-top: 24px !important;
  }

  .flatpickr-calendar {
    left: 0 !important;
  }

  .time-slot-section .radio-option {
    padding: 0;
    border: none;
  }

  .main-single-product .time-slot-radios label span {
    color: #fff;
    font-size: 12px;
  }

  .main-single-product .product-details .alert #validationMessage {
    font-size: 14px;
  }

  /*=== checkout-page ===*/
  .checkout-wrapper {
    padding: 20px;
    display: block;
    box-shadow: none;
  }

  .checkout-wrapper .order-summary {
    padding: 0;
    background: transparent;
    border: none;
  }

  .checkout-wrapper .cart-item {
    flex-direction: column;
  }

  .checkout-wrapper .cart-item img.product-img {
    width: 100%;
    height: auto;
  }

  .checkout-wrapper .cart-item-details {
    width: 100%;
  }

  .checkout-wrapper .billing-form {
    padding: 0px;
  }

  .checkout-wrapper .coupon-input-group {
    gap: 0.8rem;
    flex-wrap: wrap;
  }

  .checkout-wrapper .form-row {
    gap: 0;
    flex-direction: column;
  }

  .free-cancel div:last-child {
    text-align: left;
  }

  .terms-section .checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  /*=== bespoke-page ===*/
  .bespoke-corporate-section {
    padding-inline: 15px;
  }

  .bespoke-corporate-section .bespoke-corporate-inner {
    padding: 20px 5px;
    flex-direction: column-reverse;
    gap: 24px;
    margin-bottom: 0 !important;
  }

  .bespoke-corporate-section .bespoke-corporate-inner .content-wrapper .description {
    max-height: none !important;
    margin-bottom: 0px !important;
  }

  .bespoke-corporate-section .bespoke-corporate-inner>.mb-4 {
    margin-bottom: 0px !important;
  }

  /*=== blog-page ===*/
  .main-blog-list,
  .main-blog-post {
    padding: 50px 0;
  }

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

  .blog-posts-grid {
    gap: 15px;
  }

  .blog-sidebar {
    padding: 20px;
  }

  .tag-link {
    padding: 8px 10px;
  }

  .tag-cloud {
    gap: 8px;
  }

  .blog-post-content h2 {
    font-size: 24px;
    line-height: 1.5;
  }

  /*=== collaborate-page ===*/
  .tour-request-main {
    background: #0d0c0c;
    padding: 50px 15px;
  }

  .tour-request-wrapper {
    padding: 20px;
    max-width: 100%;
    margin: 0px auto;
    box-shadow: none;
  }

  .tour-request-wrapper .collab-type .checkbox-group label {
    align-items: flex-start;
    width: 100%;
  }

  .corporate-tour .tour-request-wrapper .stepper-item {
    min-height: 80px;
  }

  .corporate-tour .tour-request-wrapper .btns {
    flex-direction: column;
  }

  /* Marchandise-page */
  .shop .product-image {
    height: 300px;
  }

  .detail-page .product-price span {
    font-size: 1.2rem;
  }

  .detail-page .product-price del {
    font-size: 1rem;
  }

  .cart-page .cart-table th,
  .cart-page .cart-table td {
    padding: 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  /* membership-page */
  .membership-section {
    padding-block: 50px 30px !important;
  }

  .thankyou-wrapper {
    background: #000;
    padding-block: 60px;
    padding-inline: 15px;
  }

  .thank-you-card h1 {
    font-size: 24px;
  }

  .membership-details-header {
    flex-direction: column;
    gap: 15px;
  }

  .payment-history-header .title2,
  .payment-history-header p {
    text-align: center;
  }

  .tour-highlights .slick-arrow {
    display: none !important;
  }

  .tour-highlights .Highlight-item {
    width: 100%;
  }


}

/* page-policy */
.page-policy .page-content-wrapper {
  color: #fff;
}

.page-policy .page-content-wrapper h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  margin-top: 30px;
  font-family: 'pphattonmedium500';
}

.page-policy .page-content-wrapper p a {
  color: #f8931d !important;
  font-weight: 500;
  text-decoration: none;
  transition: 0.5s all ease;
}

.page-policy .page-content-wrapper p a:hover {
  color: #6fa744 !important;
}

.page-policy .page-content-wrapper h2:first-child {
  margin-top: 0;
}



