:root {
    --black: #2E2E2E;
    --white: #fff;
    --grey: #808080;
    --brand-primary-1: #00666E;
    --brand-primary-2: #36A0B5;
    --brand-secondary-1: #FCF5AF;
}

html {
    font-size: 10px;
    scroll-behavior: smooth;
}

/*Fonts*/
.fs-thin {
    font-weight: 100;
}

.fs-extralight {
    font-weight: 200;
}

.fs-light {
    font-weight: 300;
}

.fs-regular {
    font-weight: 400;
}

.fs-medium {
    font-weight: 500;
}

.fs-semibold {
    font-weight: 600;
}

.fs-bold {
    font-weight: 700;
}

.fs-extrabold {
    font-weight: 800;
}

.fs-black {
    font-weight: 900;
}

.fs-italic {
    font-style: italic;
}

/*Fonts*/

/*Universal*/
body {
    font-family: "Overpass", sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: var(--black);
    background: var(--white);
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.Quicksand {
    font-family: "Quicksand", sans-serif;
}

.Dancing-Script {
    font-family: "Dancing Script", cursive;
}

.opacity-7 {
    opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Quicksand", sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

button,
button:hover,
button:focus,
button:active {
    border: 0px none;
}

p {
    margin-bottom: 1.6rem;
}

*>p:last-child,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active,
svg:hover,
h4:hover,
select:hover,
select:focus,
input:hover,
input:focus,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    transition: all 0.1s ease-in-out;
    outline: none !important;
    box-shadow: none !important;
}
input[type="submit"]{
    border:0px none;
}
.sticky-section {
    position: sticky;
    top: 0;
}

.block-1280 {
    margin: 0 auto;
    max-width: 1280px;
}

.block-1064 {
    margin: 0 auto;
    max-width: 1064px;
}

.block-860 {
    margin: 0 auto;
    max-width: 860px;
}

.block-980 {
    margin: 0 auto;
    max-width: 980px;
}

.block-padding {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

.block-ptb {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.ptb-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.ptb-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.pt-40 {
    padding-top: 4rem;
}

.pb-40 {
    padding-bottom: 4rem;
}

.mt-80 {
    margin-top: 8rem;
}

.mt-56 {
    margin-top: 5.6rem;
}

.mt-32 {
    margin-top: 3.2rem;
}

.mb-120 {
    margin-bottom: 12rem;
}

.mb-98 {
    margin-bottom: 9.8rem;
}

.mb-40 {
    margin-bottom: 4rem;
}

.mb-32 {
    margin-bottom: 3.2rem;
}

.mb-30 {
    margin-bottom: 3rem;
}

.mb-24 {
    margin-bottom: 2.4rem;
}

.mb-20 {
    margin-bottom: 2rem;
}

.mb-18 {
    margin-bottom: 1.8rem;
}

.mb-16 {
    margin-bottom: 1.6rem;
}

.mb-12 {
    margin-bottom: 1.2rem;
}

.mb-8 {
    margin-bottom: 0.8rem;
}

.mb-4 {
    margin-bottom: 0.4rem !important;
}

.text-theme {
    color: var(--brand-primary-1);
}

/*Universal*/

/*Fonts*/
.fs-96 {
    font-size: 9.6rem;
}

.fs-64 {
    font-size: 6.4rem;
    letter-spacing: -0.96px;
}

.fs-56 {
    font-size: 5.6rem;
    line-height: 6.4rem;
    letter-spacing: -0.84px;
}

.fs-52 {
    font-size: 5.2rem;
}

.fs-50 {
    font-size: 5rem;
    line-height: normal;
    letter-spacing: -0.75px;
}

.fs-48 {
    font-size: 4.8rem;
    line-height: 5.4rem;
}

.fs-42 {
    font-size: 4.2rem;
}

.fs-40 {
    font-size: 4rem;
    line-height: 4.8rem;
    letter-spacing: -0.6px;
}

.fs-36 {
    font-size: 3.6rem;
    line-height: 4.4rem;
}

.fs-32 {
    font-size: 3.2rem;
    line-height: 4rem;
}

.fs-30 {
    font-size: 3rem;
    line-height: 3rem;
}

.fs-28 {
    font-size: 2.8rem;
    line-height: 3.6rem;
}

.fs-24 {
    font-size: 2.4rem;
    line-height: 3.2rem;
}

.fs-22 {
    font-size: 2.2rem;
    line-height: 3.2rem;
}

.fs-20 {
    font-size: 2rem;
    line-height: 2.4rem;
}

.fs-18 {
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.fs-16 {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.fs-14 {
    font-size: 1.4rem;
    line-height: 2rem;
}

.fs-12 {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

/*Fonts*/

/*Buttons and Links*/
.btn-primary {
    font-family: "Quicksand", sans-serif;
    background: var(--brand-primary-2);
    color: var(--white);
    padding: 9px 25px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.2s ease-in;
    outline: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: var(--brand-primary-1);
    color: var(--white);
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    display: inline-block;
    padding: 0 4rem 0 0;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: -0.18px;
    color: var(--black);
    background: url('data:image/svg+xml,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1484_50742)"><path d="M0.5625 9.68018H17.4375" stroke="%23061824" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.5625 17.5552L17.4375 9.68018L9.5625 1.80518" stroke="%23061824" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_1484_50742"><rect width="18" height="18" fill="white" transform="translate(0 0.680176)"/></clipPath></defs></svg>') no-repeat center right;
    text-decoration: none;
    bordeR:1px solid #297888;
}
.btn-secondary{
    display: inline-block;
    padding: 1.1rem 2.4rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.8rem;
    letter-spacing: -0.18px;
    color: #297888;
    background: #fff;
    text-decoration: none;
    border:1px solid #297888;
    border-radius:4px;
}
.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:active{
    display: inline-block;    
    color: #297888;
    background: #fff;
    text-decoration: none;
    border:1px solid #297888;
}
/*Buttons and Links*/

/*Text Colors*/
.text-red {
    color: var(--brand-primary-1);
}

.text-white {
    color: var(--white);
}

/*Text Colors*/

/* Common Css */
.comman_bg {
    padding-top: 9.8rem;
    padding-bottom: 9.8rem;
    background: linear-gradient(209deg, #FFF 54.24%, #228466 200.64%);
}

.comman_bg_light {
    padding-top: 9.8rem;
    padding-bottom: 9.8rem;
    background: linear-gradient(247deg, #FFF 62.67%, #228466 176.31%);
}

/* .Common Css */

/*Form Fields*/
.form-group {
    margin-bottom: 1.6rem;
}

.form-control {
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    font-size: 16px;
    line-height: 24px;
    padding: 9px 10px;
    color: #808080;
}

.form-control::placeholder {
    color: #808080;
}

/*Form Fields*/

/*Navigation*/
body.active {
    overflow: hidden;
}
body.active::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 50%);
    z-index: 11;
    backdrop-filter: blur(3px);
    transition: 0.2s;
}

.navbar,
.navbar-brand {
    padding: 0;
}

.top-nav {
    padding: 32px 0;
}

header .navbar-logo {
    max-width: 160px;
}

#navbarNavDropdown {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    display: block;
    width: 305px;
    transform: translateX(-300px);
    opacity: 0;
    height: 100%;
    transition: 0.2s;
    z-index: 99;
}

#navbarNavDropdown.show {
    opacity: 1;
    transform: translateX(0px);
}

#navbarNavDropdown ul {
    display: block;
}

#navbarNavDropdown .nav-link {
    margin: 0;
    padding: 12px 20px;
    font-weight: 500;
    color: var(--black);
    border-bottom: 1px solid #eeeeee;
}

.nav-call .nav-contact svg {
    margin-left: 10px;
}

.nav-call .nav-contact {
    font-size: 16px;
    background: var(--brand-primary-2);
    color: var(--white);
    padding: 9px 24px;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.2s ease-in;
    display: flex;
    align-items: center;
}

.nav-call .nav-contact:hover,
.nav-call .nav-contact:focus,
.nav-call .nav-contact:active {
    background: var(--brand-primary-1);
}

#navbarNavDropdown .nav-link:hover,
#navbarNavDropdown .nav-link:focus,
#navbarNavDropdown .nav-link:active {
    color: var(--brand-primary-1);
}

.header_right {
    display: flex;
    align-items: center;
    gap: 12px;
}

#header_center_menu ul.nav-list {
    flex-direction: row;
    gap: 2.2rem;
}

#header_center_menu ul li {
    position: relative;
}

#header_center_menu ul.nav-list>li:hover .nav-dropdown,
.nav-list .nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
    width: 280px;
    padding: 8px 0;
}

.nav-list .nav-dropdown li a {
    font-size: 16px;
    opacity: 0.7;
    color: var(--black);
    padding: 8px 12px;
    display: block;
}

.nav-list .nav-dropdown li:hover a {
    background: #EBF6F8;
    opacity: 1;
}

.nav-list .nav-dropdown li {
    list-style: none;
}

#header_center_menu ul .nav-link {
    color: var(--black);
    font-size: 16px;
    padding: 5px 5px;
    font-weight: 400;
}

.header-logo img {
    max-width: 72px;
    position: absolute;
    left: -4px;
    top: 34px;
    border-radius: 6px;
    background: #fff;
    padding: 4px 8px;
    z-index: 1;
}

#header_center_menu li.inner-dropdown-menu .nav-link::after {
    content: "";
    background: url(../images/dropdown.png) no-repeat;
    width: 12px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*Navigation*/

/*Footer*/
.footer_bg {
    background: url(../images/footer_bg.png) no-repeat center;
    width: 100%;
    height: 32px;
    background-size: cover;
}

.footer-top {
    padding: 3.2rem;
    border-radius: 10px;
    background: #F5F3EF;
    margin-bottom: 1.6rem;
    display: flex;
    justify-content: space-between;
}
.footer-top.desktop-newsletter{
    display:none;
}
.footer-left .footer-col p {
    font-size: 18px;
    line-height: 27px;
}
.footer-top-inner .footer-col p a {
    color: var(--black);
}
.footer-bottom {
    background: var(--brand-primary-1);
    color: var(--white);
    padding: 14px 10px;
}

footer .submit-btn {
    background: var(--brand-primary-1);
    color: var(--white);
    padding: 12px 11px;
    border-radius: 50px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease-in
}

footer .submit-btn:hover,
footer .submit-btn:focus,
footer .submit-btn:active {
    background: #084331
}

footer .submit-btn svg {
    margin-left: 8px;
}

.social-icons {
    display: flex;
    gap: 8px;
}

.footer-top-inner {
    display: grid;
    justify-content: space-between;
    gap: 1.6rem;
    grid-template-columns: 33% repeat(1, 1fr);
    margin-bottom: 3.2rem;
}

.footer-top-inner>div {
    border-radius: 10px;
    background: #F5F3EF;
    padding: 3.2rem;
}

.footer_center ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 6rem;
    row-gap: 1rem;
    margin: 0;
}

.footer_center ul .footer_link {
    font-size: 14px;
    color: var(--black);
}

.copyright {
    color: var(--grey);
}

.footer-right {
    display: flex;
    gap: 1.6rem;
    justify-content: space-between;
}

.footer-links .footer_link {
    font-size: 18px;
    color: var(--black);
    padding-bottom: 16px;
    display: inline-block;
}

.footer-right>div:nth-child(1) {
    max-width: 147px;
    width: 100%;
}

.footer-right>div:nth-child(2) {
    max-width: 143px;
    width: 100%;
}

.footer-right>div:nth-child(3) {
    max-width: 227px;
    width: 100%;
}

.footer-right>div:nth-child(4) {
    max-width: 159px;
    width: 100%;
}

.footer-left .footer_address {
    max-width: 255px;
}

.description,
.footer-subscribe .newsletter-description {
    font-size: 22px;
    opacity: 0.7;
    line-height: 30px;
}

.footer-subscribe {
    max-width: 430px;
}

.subscribe-form input {
    width: 100%;
    border-radius: 4px;
    padding: 9px 12px;
    border: 1px solid #D5D7DA;
    margin-bottom: 12px;
}

/*Footer*/

/* Hero Banner */
.hero_banner {
    position: relative;
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    align-items: stretch;
}

.hero_content {
    padding: 16px;
    position: absolute;
    bottom: 0;
    color: var(--white);
}

.hero-left-content h2 {
    color: #1e1e1e;
}

.hero-section .text-content {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    max-width: 610px;
    z-index: 1;
}

.hero-section-grid {
    width: 100%;
}

.hero-banner .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 16px;
    right: 16px;
    padding: 0;
    margin: 0;
    text-align: right;
    line-height: 1;
}

.hero-banner .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: #fff;
    cursor: pointer;
    border-radius: 2px;
    opacity: 1;
}

.hero-banner .flickity-page-dots .dot.is-selected {
    background: var(--brand-primary-2);
}

.hero-left {
    clip-path: path("M15 42C6.71573 42 0 48.7157 0 57V729C0 737.284 6.71574 744 15 744H617.5C625.784 744 632.5 737.284 632.5 729V15C632.5 6.71573 625.784 0 617.5 0H84C75.7157 0 69 6.71573 69 15V27C69 35.2843 62.2843 42 54 42H15Z");
    background: #F5F3EF;
    border-radius: 15px;
    padding: 14.5rem 3.2rem;
    display: flex;
    align-items: center;
}

.hero-banner-section .hero-image img {
    border-radius: 15px;
}

.hero-banner-box .badge-icon {
    position: absolute;
    top: 16px;
    left: 16px;
}

.hero-left form {
    display: flex;
    gap: 8px;
}

.hero-left form button {
    padding: 10px 18px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 8px;
}

.hero_content .country {
    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 8px;
}

.hero_content button {
    display: flex;
    border: 1px solid var(--brand-primary-2);
    background: #fff;
    color: var(--brand-primary-1);
    max-width: 316px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.hero_content button:hover, .hero_content button:active, .hero_content button:focus {
    background: var(--brand-primary-2);
    color: var(--white);
}

.hero_content button:hover svg path ,
.hero_content button:active svg path ,
.hero_content button:focus svg path {
    fill: #fff;
}

/* .Hero Banner */

/* FAQs */
.faq_details {
    display: grid;
    grid-template-columns: 415px repeat(1, 1fr);
    gap: 2rem;
}

.faqs_content .accordion-button {
    font-size: 24px;
    font-weight: 600;
    padding: 19px 0;
    background: transparent;
    box-shadow: none;
}

.faqs_content .accordion-button:not(.collapsed) {
    color: var(--brand-primary-1);
}

.faqs_content .accordion-item {
    border: none;
    border-bottom: 1px solid #D9D9D9;
    padding: 0;
    margin-top: 24px;
    border-radius: 0;
}

.faqs_content .accordion-body {
    padding: 0 0 19px;
    opacity: 0.7;
    font-size: 18px;
}

/* .FAQs */

/* Testimonial */
.testimonial_outer {
    background: #F5F3EF;
    border-radius: 10px;
    padding: 8rem 11.6rem;
}

.testimonial-content {
    border-radius: 10px;
    background: var(--White, #FFF);
    padding: 1.6rem;
}

.testimonial-video {
    border-radius: 10px;
}

.testimonial-img img {
    border-radius: 50%;
    margin-bottom: 16px;
}

.testimonial-content .quote {
    opacity: 0.7;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 50%;
    padding: 0 8px;
}

.testimonial-card:nth-child(even) {
    flex-direction: column-reverse;
}

.testimonial_grid .flickity-page-dots {
    position: relative;
    margin-top: 32px;
    bottom: 0;
    border-radius: 13px;
    background: rgba(144, 203, 215, 0.30);
    width: auto;
    line-height: 7px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.flickity-page-dots .dot {
    width: 30px;
    height: 7px;
    border-radius: 13px;
    background: transparent;
    opacity: 1;
    margin: 0;
}

.flickity-page-dots .dot.is-selected {
    background: var(--brand-primary-1);
}

/* .Testimonial */

/* Title */
.title-section-margin {
    margin-left: auto;
    margin-right: auto;
}

/* .Title */

/* Page Loader */
.pageloader-block {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
}

#loader-animation {
    width: 20px;
    height: 20px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* .Page Loader */

/*Back to top*/
.backtop#button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--brand-primary-2);
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #fff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transform: rotate(-90deg);
}

.backtop#button:hover {
    cursor: pointer;
    background-color: var(--brand-primary-1);
}

.backtop#button:active {
    background-color: var(--brand-primary-1);
}

.backtop#button.show {
    opacity: 1;
    visibility: visible;
}

/*Back to top*/

/* Home Page */
.counter-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
}

.counter-wrapper .counter-card {
    border-radius: 10px;
    border: 1px solid #EBF6F8;
    padding: 16px;
    box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.08);
}

.counter-card h4 {
    color: var(--brand-primary-1);
    font-size: 24px;
    font-weight: 600;
}

.counter-card .counter-number, .counter-icon {
    font-size: 32px;
    font-weight: 500;
    margin-top: 29px;
}

.our_customer_img {
    display: flex;
    align-items: center;
    gap: 8.2rem;
    justify-content: center;
}

.Popular-tags>* {
    display: inline-block;
    margin: 0 16px 10px 0;
}

.Popular-tags a {
    border-radius: 4px;
    border: 1px solid var(--brand-primary-2);
    background: #EFF7FC;
    padding: 8px 12px;
    min-width: 100px;
    text-align: center;
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
    font-family: Quicksand;
}
.Popular-tags a:hover {
    background: var(--brand-primary-2);
    color: var(--white);
}
.Popular-tags a.tag_btn {
    background: var(--brand-primary-2);
    color: var(--white);
}
.Popular-tags a.tag_btn:hover {
    background: var(--brand-primary-1);
}
.Popular_Excursions_card {
    width:24%;
    /* width: 29%; */
    /* max-width: 400px; */
    margin: 20px 8px;
    border-radius: 12px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.08);
    padding-bottom: 16px;
}

.Popular_Excursions_card h2.title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Popular_Excursions_section {
   /* // padding-bottom: 55px; */
}

.Popular_Excursions_card .country {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.Popular_Excursions_card .tags a {
    border-radius: 4px;
    border: 1px solid var(--brand-primary-2);
    background: #EFF7FC;
    padding: 1px 8px;
    min-width: 100px;
    text-align: center;
    color: var(--black);
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    margin: 0 4px 4px 0;
}

.Popular_Excursions_card .card-content {
    padding: 12px 14px;
}

.Popular_Excursions_card .tags {
    margin-bottom: 20px;
}

.Popular_Excursions_card button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
}

.Popular_Excursions_card .badge-icon {
    position: absolute;
    right: 20px;
    top: -20px;
}

.Popular_Excursions_bottom {
    width: 100%;
   /*  height: 16px; */
   height:0;
    border-radius: 0 0 8px 8px;
    transition: 0.2s;
    background: url(../images/excursions_bg.png) no-repeat center;
    background-size: cover;
    opacity: 0;
    position: absolute;
    bottom: 0;
}

.Popular_Excursions_card:hover .Popular_Excursions_bottom {
    /* opacity: 1; */
}

.Popular_Excursions_card:hover {
    border-color: var(--brand-primary-1);
}

.flickity-prev-next-button {
    top: unset;
    bottom: -75px;
    border-radius: 32px;
    border: 1px solid #36A0B5;
    background: #FFF;
    font-size: 14px;
    width: 42px;
    height: 42px;
}

.flickity-prev-next-button svg {
    display: none;
}

.flickity-prev-next-button.next {
    right: calc(50% - 46px);
    background: url(../images/right.svg) no-repeat center;
}

.flickity-prev-next-button.previous {
    left: calc(50% - 46px);
    background: url(../images/left.svg) no-repeat center;
}

.wander_module .wander_module_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    text-align: center;
    gap: 1.6rem;
}

.wander_module .wander_module_outer {
    border-radius: 10px;
    background: #F5F3EF;
    padding: 8rem 5.5rem;
}

.wander_module .module-card {
    border-radius: 10px;
    background: #FFF;
    filter: drop-shadow(0px 0px 19.4px rgba(0, 0, 0, 0.08));
    padding: 35px 10px;
    height:100%;
}

.wander_module .module-card img {
    margin-bottom: 1.6rem;
}

.travel_smart_grid {
    display: grid;
    gap: 1.6rem;
    grid-template-columns: repeat(3, 1fr);
}

.travel_smart_grid h4 {
    font-size: 28px;
    font-weight: 600;
    margin: 8px 0;
}

.travel_smart_grid p {
    font-size: 18px;
    opacity: 0.7;
}

.travel-video-box img {
    width: 100%;
    max-width: 416px;
    height: 100%;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 19.4px rgba(0, 0, 0, 0.08));
}

.travel_smart_grid .feature-box {
    filter: drop-shadow(0px 0px 19.4px rgba(0, 0, 0, 0.08));
    border-radius: 10px;
    background: #FFF;
    padding: 2.4rem;
    height: calc(50% - 8px);
    display: flex;
    align-items: flex-end;
}

.travel-video-box {
    position: relative;
}

.play-button {
    position: absolute;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.86);
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
}

/* .Home Page */

/* About Page Start */
.about-video-box {
    position: relative;
}

.about-video-box img {
    border-radius: 10px;
}

.about_explore .explore_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
}

.about_explore .point {
    background: #F5F3EF;
    padding: 17px 1.6rem;
    font-size: 18px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.about_explore .point+.point {
    margin-top: 1.6rem;
}

.about_aim_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
}

.about_aim_grid .aim-card {
    border-radius: 10px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    filter: drop-shadow(0px 0px 19.4px rgba(0, 0, 0, 0.08));
}

.about_aim_grid .aim-card h4 {
    font-size: 2.8rem;
    font-weight: 600;
    margin: 8px 0;
}

.about_aim_grid .aim-card p {
    font-size: 18px;
    opacity: 0.7;
}

.aim-card img {
    max-width: 32px;
}

.about_tabs_grid {
    display: grid;
    grid-template-columns: 70% repeat(1, 1fr);
    column-gap:32px;
}
.destination_tab_outer{
    position:relative;
}
.tabs-destinations{
    position:sticky;
    top:0;
    padding:24px 0;    
    background:#fff;
    z-index:3;
}
.destination_tab .tab-button,
.about_tabs .tab-button {
    font-family: "Quicksand", sans-serif;
    border-radius: 8px;
    border: 1px solid #3190A3;
    background: #fff;
    color: var(--brand-primary-1);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    display: inline-block;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
    cursor: pointer;
}

.destination_tab .tab-button.active,
.about_tabs .tab-button.active,.destination_tab .tab-button:hover,
.about_tabs .tab-button:hover  {
    background: var(--brand-primary-1);
    color: var(--white);
}

.about_tabs .tab-content {
    display: none;
    font-size: 18px;
    opacity: 0.7;
    line-height: 28px;
}

.about_tabs .tab-content.active {
    display: block;
}

.about_tabs_left .accordion-item .accordion-button::after {
    background: url(../images/down-arrow.svg);
    width: 16px;
    height: 17px;
}

.about_tabs_left .accordion-item .accordion-button.active::after {
    background: url(../images/down-arrow2.svg);
}

/* Our Team Page */
.team_banner {
    border-radius: 10px;
    padding: 4.8rem 0 8rem;
    background: #F5F3EF;
}

.about_team_grid {
    display: flex;
    gap: 1.6rem;
}

.about_team_grid .image {
    flex: 0 0 37%;
}

.about_team_grid:nth-child(even) {
    flex-direction: row-reverse;
}

.about_team_desc {
    padding: 3.2rem;
    border-radius: 10px;
    border: 0.4px solid #3575A8;
    background: #F4FEFF;
}

.team_banner_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
}

/* Risk Management Page */
.risk_safety_grid {
    display: flex;
    align-items: center;
    gap: 2.4rem;
}

.risk_safety_grid>div {
    width: 50%;
}

.risk_safety {
    background: #F5F3EF;
}

.risk_safety_grid:nth-child(odd) {
    flex-direction: row-reverse;
}

.risk_management_aspect_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem;
}

.risk_aspect_right p {
    opacity: 0.7;
}

.summer_explore_faq .accordion-item,
.risk_aspect_left .accordion-item {
    border: none;
}

.summer_explore_faq .accordion-button,
.risk_aspect_left .accordion-button {
    padding: 16px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 10px !important;
    border: 1px solid #F4FEFF;
    background: #F4FEFF;
    color: var(--black);
    box-shadow: none;
}

.summer_explore_faq .accordion-button.collapsed,
.risk_aspect_left .accordion-button.collapsed {
    background: var(--white);
    border-color: var(--brand-primary-2);
}

.summer_explore_faq .accordion-item+.accordion-item,
.risk_aspect_left .accordion-item+.accordion-item {
    margin-top: 16px;
}

.summer_explore_faq .accordion-body,
.risk_aspect_left .accordion-body {
    border-radius: 10px;
    border: 1px solid rgb(54 160 181 / 40%);
    background: #F4FEFF;
    margin-top: 16px;
    opacity: 0.7;
    padding: 16px;
}

.commitment_safety_card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    max-width: 415px;
    padding: 24px;
    margin: 8px 8px 24px 8px;
    display: flex;
    align-items: flex-end;
    min-height: 320px;
}

.commitment-safety-content h2 {
    background: #F5F3EF;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 24px;
    color: var(--brand-primary-1);
    font-weight: 600;
    margin-bottom: 24px;
}

.commitment_safety_section {
   /* // padding-bottom: 55px; */
}

.risk_management_aspect .step-flow {
    background: var(--brand-primary-1);
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    color: var(--white);
    justify-content: space-between;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 32px;
    gap: 16px;
    
}

.step-flow .step {
    padding: 12px;
    position: relative;
    text-transform: uppercase;
}

.step-flow .step::before {
    content: "";
    background: url(../images/down-arrow2.svg);
    position: absolute;
    width: 16px;
    height: 16px;
    display: block;
    right: -16px;
    transform: rotate(90deg);
    top: 22px;
}
.step-flow .step:last-child::before {
display:none;
}
.step-flow .circle {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #F5F3EF;
    color: var(--brand-primary-1);
    margin: auto auto 16px;
    border-radius: 50%;
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 600;
}

/* Destination Page */
.destination_explore .Popular-Excursions-grid {
    display: grid;
    column-gap: 16px;
    grid-template-columns: repeat(3, 1fr);
}

.destination_explore .Popular_Excursions_section {
    padding-bottom: 0;
}

.destination_explore .Popular_Excursions_card {
    width: 100%;
    position: relative;
    margin: 20px 0 24px 0;
}

.explore_adventures .badge-icon img,
.about_destination .badge-icon img {
    max-width: 56px;
}

.explore_adventures .badge-icon,
.about_destination .badge-icon {
    display: flex;
    justify-content: center;
    gap: 1.6rem;
}

.about_destination .description {
    max-width: 980px;
    margin: auto auto 24px;
}

.destination_btn button {
    border: 1px solid var(--brand-primary-2);
    background: transparent;
    color: var(--brand-primary-1);
}

.destination_btn button:hover {
    background: var(--brand-primary-2);
    color: var(--white);
}

.destination_tab .about-video-box {
    width: 60%;
    padding: 0 8px;
}

.destination_tab .tab-button {
    max-width: 240px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 19px 20px;
    position: relative;
    overflow: hidden;
    transition: 0.2s;
}

.destination_tab .tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.destination_tab .tab-content {
    display: none;
}

.destination_tab .tab-content.active {
    display: block;
}

.destination_tab_point span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #F5F3EF;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: var(--brand-primary-1);
}

.destination_tab_point {
    display: grid;
    grid-template-columns: 40px repeat(1, 1fr);
    gap: 8px;
}

.destination_tab .destination_tab_grid {
    margin-bottom: 10rem;
}

.destination_tab .flickity-prev-next-button.previous {
    left: calc(20% - 46px);
}

.destination_tab .flickity-prev-next-button.next {
    right: calc(80% - 46px);
}

.destination_tab .flickity-page-dots {
    bottom: -40px;
    right: 20%;
    width: auto;
    line-height: 7px;
    background: rgba(144, 203, 215, 0.30);
    border-radius: 13px;
}

/* .destination_tab .tab-button::after {
    content: "";
    background: url(../images/excursions_bg.png) no-repeat center;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    background-size: cover;
    opacity: 0;
    transition: 0.2s;
}

.destination_tab .tab-button:hover::after {
    opacity: 1;
} */

/* Modules Page */
.modules_banner {
    background: #F5F3EF;
    padding: 32px 0 1px;
}

.modules_banner .title-section h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modules_banner .title-section h2 img {
    max-width: 56px;
    margin-right: 8px;
}

.modules_banner .title-section h2 span:last-child {
    margin-left: 12px;
}

.destination_tab.modules_banner .flickity-page-dots {
    right: 50%;
    transform: translateX(50%);
}

.terrestrial_ecosystem_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.terrestrial_ecosystem_grid .tabs {
    display: flex;
}

.terrestrial_ecosystem_grid .destination_tab .tab-button {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terrestrial_ecosystem_right .help-card {
    border-radius: 10px;
    background: #F5F3EF;
    padding: 24px;
    margin-top: 24px;
    display: grid;
    gap: 16px;
    grid-template-columns: 32px repeat(1, 1fr);
}

.terrestrial_ecosystem_right .help-card p {
    font-size: 16px;
    opacity: .7;
}

.terrestrial_ecosystem_right .help-card>svg {
    margin-top: 5px;
}

.send-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.terrestrial_ecosystem_right .card {
    border-radius: 10px;
    border: none;
    padding: 24px;
    font-size: 18px;
    color: #2E2E2E;
}

.text-green {
    color: #008B00;
}

.bg_green {
    background: rgba(0, 139, 0, 0.06);
}

.terrestrial_ecosystem_right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terrestrial_ecosystem_right ul li {
    display: flex;
    gap: 8px;
}

.terrestrial_ecosystem_right ul li+li {
    margin-top: 12px;
}

.terrestrial_ecosystem_right .card p {
    opacity: 0.7;
}

.images_content_grid {
    overflow: hidden;
    display: grid;
    grid-template-columns: 33% repeat(1, 1fr);
    border-radius: 10px;
    border: 0.4px solid #3575A8;
    background: #F4FEFF;
    align-items: center;
    gap: 14px;
}

.images_content_grid .content {
    padding: 10px;
}

.text-purple {
    color: #7F56D9;
}

.bg_purple {
    background: rgba(127, 86, 217, 0.06);
}

.module_testimonial {
    border-radius: 10px;
    border: 1px solid rgb(53 117 168 / 40%);
    background: #F4FEFF;
    padding: 2.4rem;
}

/* Services Page */
.service_banner {
    border-radius: 10px;
    background: #F5F3EF;
    padding: 4.8rem 0px 8rem;
}

.our_services.about_explore .point {
    background: #F4FEFF;
}

.service_box a {
    color: var(--brand-primary-2);
    font-size: 18px;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
}

.service_box .about_aim_grid .aim-card {
    min-height: 320px;
}

.our_services .send-btn {
    display: inline;
}

/* Program Template Page */
.program_expedition_grid {
    display: grid;
    grid-template-columns: 66.3% repeat(1, 1fr);
    gap: 1.6rem;
}

.program_expedition .right-box {
    background: #F5F3EF;
    padding: 1.6rem;
    border-radius: 10px;
}

.program_expedition .map-box img {
    border-radius: 10px;
}

.program_expedition .left-box {
    padding: 5.5rem 3rem;
    background: #F5F3EF;
    border-radius: 10px;
}

.program_expedition .left-box .info-row {
    display: flex;
    gap: 8rem;
}

.program_expedition .left-box .info-col {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}

.program_explore_box {
    margin: 0 8px;
    padding-bottom: 3.2rem;
    max-width: 480px;
    width:24%;
}

.program_explore .program_explore_grid {
    padding-bottom: 20px;
}

.explore_adventures .badge-icon {
    justify-content: start;
}

.explore_adventures_right {
    border-radius: 10px;
    background: #F5F3EF;
    padding: 24px;
}

.explore_adventures_grid {
    display: grid;
    align-items: start;
    grid-template-columns: 58% repeat(1, 1fr);
    gap: 3.2rem;
}

.program_explore .program_explore_grid {
    padding-bottom: 20px;
    /* margin-bottom: 13rem; */
    margin-left: -8px;
}

.program_explore {
    overflow: hidden;
}

.form-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    background: transparent;
    max-width: 1280px;
    padding: 30px;
    width: 100%;
}
.form-popup .popup_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #fff;
    padding: 4.8rem;
    border-radius: 10px;
    gap: 2.4rem;
    max-height:90vh;
    overflow-y: auto;
    scrollbar-width: thin;
}
.form-popup .popup_grid .cancel {
    position: absolute;
    right: 3.6rem;
    top: 3.6rem;
    border: none;
}
.form-popup form .form-group {
    margin-bottom: 1.2rem;
}
.form-popup .buttons.text-end{
    position:relative;
}
.form-popup .buttons.text-end button.btn-primary{
    margin-right:1.6rem;
}
.form-popup .buttons.text-end .wpcf7-spinner{
    position:absolute;
    bottom:0;
    left:0;
}
@media screen and (max-width:767px){
    .form-popup .popup_grid{
        padding:4.8rem 1.6rem;
    }
    .form-popup .popup_grid .contact_form{
        padding:0;
    }
    .form-popup .buttons.text-end p{
        display:flex;
        flex-wrap:wrap;
        width:100%;
    }
    .form-popup .buttons.text-end button.btn-primary{
        order:2;
    }
    .form-popup .buttons.text-end input[type="submit"]{
        order:1;
    }
    .form-popup .buttons.text-end button.btn-primary,.form-popup .buttons.text-end input[type="submit"]{
        flex:0 0 100%;
        max-width:100%;
        margin:0 0 1.6rem 0;
    }
}
.summer_explore_grid {
    display: grid;
    grid-template-columns: 29% repeat(1, 1fr);
    gap: 3.2rem;
}
.popup_grid .contact_form{
    padding:0 3.2rem;
    border-radius:0;
    border:0px none;
    background:none;
}
.popup_grid .contact_form label{
    display:block;
}

/* Contact Page */
.contact_information_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem;
}

.contact_information {
    background: #F5F3EF;
    padding: 8rem 0;
}

.contact_form {
    border-radius: 10px;
    border: 1px solid rgb(53 117 168 / 40%);
    background: #F4FEFF;
    padding: 3.2rem;
}

.contact_form .form-control-phone {
    display: flex;
    position: relative;
}
.contact_title p {
    max-width: 470px;
    margin: auto;
}
.form-control.form-control-phone .form-control {
    padding: 0 5px 0 0;
    border: none;
}

.form-control.form-control-phone .form-control.code-dropdown {
    width: auto;
}

.contact_box a {
    color: var(--brand-primary-2);
}

.contact_img iframe {
    border-radius: 10px;
}

.contact_img::before {
    content: "";
    height: 60%;
    width: 100%;
    background: #F5F3EF;
    position: absolute;
    z-index: -1;
}

.contact_img {
    position: relative;
}

.section-left-offset-block .flickity-container {
    max-width: 1280px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.section-left-offset-block .flickity-container .flickity-prev-next-button{
    position: unset;
    transform: unset;
}
.hero-left-content select.form-control{
    appearance: auto;
}

.select2-container .select2-selection--single {
      height: 44px;
      border-radius: 8px !important;
      border: 1px solid #ccc;
      padding: 8px 12px;
      font-size: 15px;
      display: flex;
      align-items: center;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 100%;
      right: 10px;
    }

    .select2-container .select2-dropdown {
    border: none;
      border-radius: 10px;
      padding: 0;
margin-top: 8px;
      box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
    }

    .select2-results__option {
    padding: 10px 16px;
    font-size: 16px;
    color: rgb(46 46 46 / 70%);
    }

    .select2-results__option--highlighted {
    background-color: #eaf6f9 !important;
    color: #2E2E2E !important;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #808080;
    font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url(../images/chevron-down.svg) no-repeat center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container{
    width: calc(50% - 50px) !important;
}
.about-video-box img,.about_tabs_grid .image img,.about_explore .explore_grid .image img,.team_banner_grid .team_banner_image img,.about_team_grid .image img,
.banner_img img,.risk_safety_grid .image img,.risk_aspect_right .image img,.program_explore_box img{
    border-radius:10px;
}
.Popular_Excursions_img img{
    border-radius:10px 10px 0 0;
}
.single-program-map{
    width:100%;
    height:250px;
    border:0px none !important;
}

/*Tooltip on hover of module badges*/
.explore_adventures_grid .badge-icon a {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}
/* Tooltip bubble */
.explore_adventures_grid .badge-icon a::after {
	content: attr(data-tooltip);
	position: absolute;
	bottom: 110%; /* position above icon */
	left: 50%;
	transform: translateX(-50%);
	background: #333;
	color: #fff;
	padding: 6px 10px;
	border-radius: 12px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease-in-out;
	font-size: 13px;
}

/* Tooltip arrow */
.explore_adventures_grid .badge-icon a::before {
	content: "";
	position: absolute;
	bottom: 100%; /* slightly below the tooltip */
	left: 50%;
	transform: translateX(-50%);
	border-width: 4px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

/* Show on hover */
.explore_adventures_grid .badge-icon a:hover::after,
.explore_adventures_grid .badge-icon a:hover::before {
	opacity: 1;
}
/*Tooltip on hover of module badges*/
.hero-image.hero-image-slider-home{
    position:relative;
}
.hero-image.hero-image-slider-home:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(56, 60, 60, 0.6) 50%, #1C1E1E 100%);
    border-radius: 15px;
}
.hero-banner-box.home-hero-banner-box{
    margin-right:10px;
}
.hero-banner-box.home-hero-banner-box,.hero-banner-home,.hero-image.hero-image-slider-home,.hero-image.hero-image-slider-home img{
    height:100%;
}
/*Banner video block*/
.video-background {
   /*  position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    border-radius:10px;
    aspect-ratio: 16 / 9;
}
.video-background iframe {
    /* position: absolute; 
    top: 50%;
    left: 50%;*/
    min-width: 100%;
    min-height: 100%;
    width:100%;
    height:100%;

    /*width: 177.78vh;
    height: 100vh;
    transform: translate(-50%, -50%);*/
    pointer-events: none;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}
#toggleMute {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 4rem;
    top: 2rem;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: rgba(221, 221, 221, 0.48);
    backdrop-filter: blur(2px);
    text-align: center;
    border-radius: 60px;
}
/*Banner video block*/
.contact_page_form_block .wpcf7-spinner{
    position:absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.contact_page_form_block  .buttons.text-end button{
    margin-right:16px;
}