/*!
Theme Name: Twelve27 Excursions child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alpha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


body {
    overflow-x: hidden;
    line-height: 1.5;
    color: #000;
}

ul {
    padding: 0;
    margin: 0;
}

.section {
    padding: 50px 0;
}

a {
    text-decoration: none !important;
    transition: 0.5s ease !important;
}

a,
input,
button {
    outline: 0 !important;
}

.post,
.page {
    margin: 0;
}

body,
p {
    font-weight: 400;
    color: #000;
    font-family: 'Proxima Nova Rg';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: 'Proxima Nova Lt';
}

.home .entry-title {
    display: none;
}

ul li,
li {
    list-style: none;
}

.skip-link.screen-reader-text {
    display: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
    opacity: 1;
}

#sidebar {
    display: none;
}

.entry-footer {
    clear: both;
}

#colophon {
    clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
    text-align: center;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    left: auto;
    margin-left: auto;
    position: relative;
    /*background-image: url(/wp-content/uploads/2020/10/404.jpg);*/
    background-size: cover;
    padding: 50px 0;
}

.not_found_inner {
    max-width: 100%;
}

.error404 #masthead,
.error404 #colophon {
    display: none;
}

.logo a {
    outline: 0 !important;
}

.error-404.not-found .logo {
    padding: 0;
    background-color: transparent;
}

.error-404.not-found h1 {
    font-size: 200px;
    line-height: 1;
    color: #404040;
    margin: 30px 0;
    ;
    font-weight: 800;

}

.error-404.not-found h1 span {
    color: #e01e26;
}

.page-header h3 {
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
}

.page-header p {
    font-size: 22px !important;
    color: #000;
    margin-bottom: 20px;
}

.page-content .return_home {
    background-color: #e01e26;
    color: #fff;
    padding: 20px 50px;
    display: inline-block;
    font-size: 20px;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    border: 2px solid #e01e26;
}

.page-content .return_home:hover {
    transform: translateY(-3px);
    background-color: transparent;
    color: #000;
    transform: scale(1.1);
}


/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */


.search-results article.product,
.search-results article.page {
    display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
    content: '"';
}

.search-results .page-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.search-results .page-header {
    width: 100%;
}

.search-results #primary {
    display: flex;
    flex-wrap: wrap;
}

.search-results #primary article {
    width: 30%;
    margin: 0 1.5%;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    padding-top: 0;
    margin-bottom: 35px;
    border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
    display: block;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.no-results.not-found {
    text-align: center;
    margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
    height: 45px;
    padding-left: 10px;
    border: 1px solid #eee;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    width: 250px;
}

.no-results.not-found .search-form .search-submit {
    height: 45px;
    padding: 0 30px;
    border: 0;
    background-color: #0b204d;
    color: #fff;
    cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
    background-color: #252525;
}

.no-results.not-found .search-form label span {
    display: none;
    width: 0;
}

.search-results .nav-links {
    display: none;
}



/*SEARCH RESULTS - NO RESULTS CSS ENDS*/


/* Modal box CSS*/

.modal {
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background-color: transparent !important;
    border: 0px solid rgba(0, 0, 0, .2) !important;
}

.modal-footer {
    display: none !important;
}

.modal-header {
    border-bottom: 0px !important;
}

.close {
    color: #000 !important;
    opacity: 1 !important;
    border: 1px solid #fff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff !important;
    padding: 0 !important;
    float: left !important;
    margin: 0 !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-dialog {
    max-width: 650px !important;
    margin: 50px auto !important;
}

.close span {
    display: block;
    color: #fff;
    position: absolute;
    left: 120%;
    top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    height: 50px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
    max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
    background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
    color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
    color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
    margin-left: 20px;
}

.asl_nores {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.results .asl_nores .asl_keyword {
    padding: 5px 0px !important;
    cursor: pointer;
    font-weight: bold;
    font-family: inherit;
    border-top: 1px solid #eee;
}

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

/*  Modal CSS ENDS */


/*  Drop down menu CSS*/
#primary-menu {
    text-align: center;
}

#primary-menu li {
    display: inline-block;
    padding: 0 10px;
}

#primary-menu li a {
    padding: 10px 0;
    color: #000;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: -5px;
    top: 2px;
    display: block;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
    top: calc(100% + 10px);
    left: 10px;
    width: 220px;
    border-radius: 5px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    overflow: hidden;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#primary-menu .sub-menu li {
    display: block;
    padding: 0;
}

#primary-menu .sub-menu li a:hover {
    color: #fff;
    border-color: transparent;
}

#primary-menu .sub-menu li a {
    display: block;
    text-align: left;
    padding: 17px 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}

#primary-menu .sub-menu li:last-child a {
    border-bottom: 0;
}

#primary-menu .sub-menu li a:hover::before {
    width: 100%;
    background-color: #0b204d;
    border-color: #0b204d;
}

#primary-menu .sub-menu li a::before {
    content: '';
    background-color: transparent;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    border-bottom: 1px solid transparent;
}

.menu-toggle {
    display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li a {
    padding-left: 35px;
}

#mm #primary-menu .sub-menu li a::before {
    content: unset;
}

#mm ul.sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translate(0);
    display: none !important;
    height: auto !important;
}

#mm ul.sub-menu.active-sub-menu {
    display: block !important;
}

#mml {
    padding: 0 25px;
    color: #ffffff;
}

#mml h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 12px;
}

.mm {
    position: relative;
    background-color: #fff;
    min-height: 49px;
}

#mmb {
    position: absolute;
    width: 40px;
    height: 50px;
    margin-right: 15px;
    top: 15px;
    right: 25px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#mmb span {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#mmb span:nth-child(1) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb span:nth-child(2) {
    top: 26px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb.on span {
    height: 2px;
}

#mmb.on span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    left: 8px;
}

#mmb.on span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#mmb.on span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

#mm ul {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
}

#mm li {
    display: block;
    position: relative;
    padding: 0;
}

#mm #primary-menu a {
    display: block;
    padding: 16px 26px 15px 17px;
    border-bottom: #dedede 1px solid;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    background-color: #fff;
    word-wrap: break-word;
    text-align: left;
}

#mm #primary-menu a:hover {
    background-color: #0b204d;
}

.mm,
#mm {
    display: none;
}

/* 
 * NAVBAR CSS ENDS
 */

/* WOOCOMMERCE CSS START */

.woocommerce td.product-name a {
    color: #000;
    font-weight: 600;
}

.woocommerce td.product-name a:hover {
    color: #0b204d;
}

input#coupon_code {
    width: 200px !important;
    padding-left: 10px;
    margin-right: 10px;
    height: 45px;
    background-color: #eee;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
}

.coupon .button {
    height: 45px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    color: #fff;
    height: 45px;
}

.actions button {
    height: 45px;
}

.woocommerce a.added_to_cart {
    padding: 10px 20px;
    border-radius: 3px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    color: #fff;
    background-color: #0b204d;
    padding: 10px 20px;
    line-height: 1.5;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    color: #fff;
    background-color: #333;
}

.post-type-archive li .added_to_cart {
    background-color: #0b204d !important;
    color: #fff !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
}

.wc-proceed-to-checkout a,
#place_order {
    background-color: #0b204d !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    font-weight: 600 !important;
}

.wc-proceed-to-checkout a:hover,
#place_order:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: unset;
    display: block;
    width: 100%;
    height: 45px;
}

a.shipping-calculator-button {
    color: #0b204d;
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce a.remove,
td.product-remove button {
    background: #0b204d !important;
    color: #fff !important;
    line-height: 22px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100px;
}

.woocommerce-cart-form {
    width: 62%;
    float: left;
}

.woocommerce .cart-collaterals {
    width: 35%;
    float: right;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: 100%;
    background: rgba(84, 84, 84, 0.05);
    padding: 40px 40px 30px;
}

.woocommerce table.shop_table {
    border: 0;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    text-align: center;
}

.woocommerce table.shop_table th {
    color: #000 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 13px !important;
}

.woocommerce table.shop_table .actions {
    padding-top: 40px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebe9eb;
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce .cart-collaterals table.shop_table td {
    padding-left: 0;
    padding-right: 0;
}

.cart_totals tr:not(:last-child) td {
    padding-bottom: 30px !important;
}

.qib-container button {
    cursor: pointer;
}

.woocommerce-shipping-destination {
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #000;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    font-size: 14px;
}

input[type="checkbox"],
input[type="radio"],
.input-radio,
.input-checkbox {
    width: 17px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    outline-width: medium;
    position: relative;
    border: none;
    cursor: pointer;
    outline-width: 0;
    border-radius: 50%;
    top: 3px;
}

input[type="radio"]::before {
    background: #0b204d;
}

.input-radio::before,
input[type="radio"]::before,
.input-radio::before,
input[type="checkbox"]::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 50%;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.input-radio::before,
input[type="checkbox"]::before {
    border-radius: 0%;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after,
input[type="radio"]::before,
input[type="radio"]::after,
.input-radio::before,
.input-radio::after,
.input-checkbox::before,
.input-checkbox::after {
    content: "";
}

input[type="radio"]::after,
.input-radio::after,
input[type="checkbox"]::after,
.input-checkbox::after,
.widget_product_categories ul li a::before,
.widget_layered_nav ul li a::before,
.post_tags a,
.wpb_widgetised_column .tagcloud a,
.select2-container--default .select2-selection--multiple .select2-selection__choice {

    border-color: rgba(84, 84, 84, 0.8);

}

.input-radio::after,
input[type="radio"]::after {

    border-radius: 50%;

}

input[type="checkbox"]::after,
input[type="radio"]::after,
.input-radio::after,
.input-checkbox::after {
    display: block;
    width: 17px;
    height: 17px;
    border: 2px solid #a5a5a5;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}

.input-radio:checked::before,
input[type="radio"]:checked::before,
.input-radio:checked::before,
input[type="checkbox"]:checked::before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    background: #0b204d;
}

input[type="radio"]:checked::after,
.input-radio:checked::after,
input[type="checkbox"]:checked::after,
.input-checkbox:checked::after,
.return-to-shop .button.wc-backward {
    border-color: #0b204d;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #000;
    font-weight: 400;
    height: 45px;
}

.woocommerce form .form-row {
    padding: 3px 0;
    margin: 0 0 06px;
    display: block;
}

#calc_shipping_city_field {
    margin-bottom: 2px;
}

.order-total .woocommerce-Price-amount {
    font-weight: 600 !important;
    font-size: 25px;
}

.woocommerce-checkout .checkout_coupon input#coupon_code {
    width: 100% !important;
    padding-left: 15px !important;
    display: inline-block;
    padding: 6px 10px;
}

.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 60%;
}

#order_review {
    width: 38%;
    background: rgba(84, 84, 84, 0.05);
    padding: 20px 40px 40px;
    position: relative;
}

#order_review_heading {
    display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: unset;
    width: 100%;
    max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: unset;
    width: 100%;
    max-width: 100%;
}

.checkout_coupon.woocommerce-form-coupon .button {
    height: 45px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
    width: 50%;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th {
    border: none;
    vertical-align: top;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
    padding: 16px 0px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
    padding-top: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 20px;
    margin-left: 10px;
    color: #000;
    font-weight: 300;
    font-size: 12px;
    border-bottom: 1px dashed;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    width: 80px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
#post-79 .entry-title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title.title h3,
div#customer_login h2 {
    text-transform: uppercase;
    color: #252525;
    font-size: 24px !important;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
}

span.select2-selection.select2-selection--single {
    height: 45px !important;
    padding: 9px 0;
}

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

form.checkout.woocommerce-checkout label {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
}

#order_comments {
    height: 100px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods li {
    border-bottom: 1px solid rgba(84, 84, 84, 0.15);
    line-height: 16px;
    padding: 17px 0 14px;
}

#add_payment_method #payment ul.payment_methods li div.payment_box,
.woocommerce #payment ul.payment_methods li div.payment_box {
    background-color: transparent;
    line-height: 1.538em;
    padding: 0 35px;
    margin: 0;
    width: 100%;
    font-size: 1rem;
    margin-top: 20px !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce #payment div.payment_box p {
    font-size: 13px;
    line-height: 1.4285em;
    margin: -2px 0 0;
    margin-bottom: 0px;
    text-shadow: none;
    font-weight: 400;
    color: #333;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: unset;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px;
    color: #333;
}

.shop_table.woocommerce-checkout-review-order-table thead th,
.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
    padding: 10px 0;
}

.woocommerce ul#shipping_method li label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

form.checkout.woocommerce-checkout ul.payment_methods li label {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 14px;
    text-transform: capitalize;
    line-height: 1.3em;
    font-weight: 700;
    color: #000;
    margin-top: 12px;
}

.woocommerce-error {
    border-color: #0b204d !important;
}

.woocommerce-message::before,
.woocommerce-error::before {
    color: #c12a30 !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.woocommerce-message a,
a.woocommerce-Button.button,
p.return-to-shop a,
.added_to_cart {
    background-color: #0b204d !important;
    color: #fff !important;
    padding: 10px 22px !important;
    font-size: 16px !important;
    margin-top: 8px !important;
    font-weight: bold;
}

.woocommerce-message a:hover,
a.woocommerce-Button.button:hover,
p.return-to-shop a:hover,
.added_to_cart:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.woocommerce-message a {
    margin-top: 0 !important;
}

.woocommerce-message,
.woocommerce-notices-wrapper a,
.woocommerce-message::before {
    border-top-color: #0b204d !important;
}

.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}

.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #0b204d;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
    border: 0;
    padding-top: 15px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody td,
.woocommerce-order-received .woocommerce table.shop_table tbody th {
    border-bottom: 3px solid rgba(0, 0, 0, .9);
    margin-bottom: 40px;
    padding: 15px 0;
}

.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table th {
    padding: 15px 0;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-collapse: collapse;
}

.woocommerce-order-received .woocommerce td.product-name a {
    color: #0b204d;
    font-weight: 600;
    font-size: 20px;
}

.woocommerce-order-received .woocommerce td.product-name a:hover {
    color: #252525;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 7px;
}

.woocommerce form .form-row.create-account .input-checkbox {
    display: inline-block;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: unset;
}

#ship-to-different-address label span {
    margin-left: 8px;
    font-weight: bold;
    color: #000;
}

.tinv-wishlist .product-action {
    width: 165px;
}

#tinvwl_product_actions {
    height: 45px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.tinvwl-table-manage-list tr td {
    border-top: 1px solid #ccc;
}

.tinvwl-to-left.look_in {
    display: flex;
    flex-wrap: wrap;
}

.select-wrapper {
    flex: 1;
    margin-right: 5px;
    position: relative;
}

.select-wrapper::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%);
    line-height: 0;
    color: #666;
}

.tinvwl-to-left.look_in .tinvwl-input-group {
    width: 100%;
    border-collapse: collapse;
}

.wishlist_item .product-thumbnail img {
    width: 100px;
    height: auto;
    max-width: unset;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
    margin-top: 0 !important;
}

.woocommerce-account .woocommerce-columns--addresses.col2-set.addresses,
.u-columns.woocommerce-Addresses.col2-set.addresses {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account .woocommerce-column--shipping-address.col-2,
.woocommerce-account .woocommerce-column--billing-address.col-1,
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}

.woocommerce-account .col2-set::after,
.woocommerce-account .col2-set::before {
    content: unset;
}

.woocommerce-account .woocommerce .woocommerce-customer-details address {
    border: 0;
    padding: 0 0 10px;
    line-height: 1.8;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tfoot th {
    text-align: right;
    border-top: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce table.shop_table th {
    padding: 20px 10px;
}

.woocommerce-account .woocommerce .account-orders-table {
    text-align: center;
}

.woocommerce-account.woocommerce .col2-set,
.woocommerce-account.woocommerce-page .col2-set {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account #customer_login .col-1,
#customer_login .col-2 {
    flex: 49%;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
    height: 550px;
}

/*Dashboad*/
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    margin: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
    padding: 9px 10px;
    display: block;
    border: 1px solid #0b204d;
    margin-bottom: 9px;
    color: white;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in;
    background-color: #0b204d;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #252525;
    color: white;
    border: 1px solid #252525;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    color: white !important;
    border: 1px solid #252525;
    background-color: #252525;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #0b204d;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #252525;
}

form.woocommerce-EditAccountForm fieldset {
    padding-left: 0;
    padding-right: 0;
}

/**DASHBOARD END**/
.woocommerce table.my_account_orders .button {
    background-color: #0b204d;
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
    display: inline-block;
    font-weight: 300;
}

.woocommerce table.my_account_orders .button:hover {
    background-color: #252525;
    color: #fff;
}

.woocommerce-account .addresses .title h3 {
    position: relative;
}








.woocommerce-privacy-policy-text a {
    color: #252525;
}

.woocommerce-privacy-policy-text a:hover {
    color: #0b204d;
}

.woocommerce-info {
    border-top-color: #0b204d;
    margin-bottom: 10px !important;
}

.lost_password a {
    color: #252525 !important;
}

.lost_password a:hover {
    color: #0b204d !important;
}

.woocommerce-info::before {
    color: #0b204d;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
p.woocommerce-LostPassword.lost_password a {
    color: #252525 !important;
}

.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover,
.woocommerce-privacy-policy-text a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
    color: #0b204d !important;
}

.woocommerce-privacy-policy-text {
    padding-bottom: 20px;
}

.woocommerce form .form-row .required {
    color: #0b204d;
}

a.showcoupon {
    font-size: 16px;
    font-weight: 500;
}







h3#order_review_heading {
    margin-top: 40px;
}

form.woocommerce-cart-form .product-thumbnail {
    height: auto;
    border: none;
}

.woocommerce-cart-form .woocommerce-Price-amount.amount {
    font-size: 16px;
}

.woocommerce-form-coupon-toggle {
    margin-bottom: 40px;
}


ul.woocommerce-error {
    margin-bottom: 50px !important;
}

.tinv-header {
    display: none;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear {
    margin-top: 30px;
}





.post-type-archive .products li {
    text-align: center;
}

.tax-product_cat .products li {
    text-align: center;
}

.tax-product_cat li .added_to_cart {
    background-color: #c12a30 !important;
    color: #fff !important;
    padding: 12px 22px !important;
    font-size: 14px !important;
    border-radius: 25px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    /*    display: inline-block !important; */
    font-weight: 300 !important;
}

.tax-product_cat li .added_to_cart:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.quantity {
    position: relative;
    width: fit-content;
}

.woocommerce-cart .quantity .minus {
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px 5px 14px 7px !important;
    border-color: #252525;
    font-size: 24px;
    line-height: 0;
}

.woocommerce-cart .quantity .plus {
    background: transparent;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 12px 4px 11px 4px !important;
    border-color: #252525;
    font-size: 24px;
    line-height: 0;
}


a.restore-item {
    margin-left: 10px;
    margin-top: -10px !important;
}

.page-id-317 .woocommerce-form-login {
    height: 492px;
}

.woocommerce-order-received .woocommerce-order-details__title {
    position: relative;
}

.woocommerce-order-received .woocommerce-column__title {
    position: relative;
}


.page-id-316 .wc-backward {
    margin-left: 20px !important;
    color: #252525 !important;
}

.page-id-316 .wc-backward:hover {
    color: #c12a30 !important;
}


.page-id-317 .woocommerce-MyAccount-content .woocommerce-Button {
    position: relative;
    top: 10px !important;
    text-align: center;
}

.page-id-317 .woocommerce-MyAccount-content a.woocommerce-Button {
    position: relative;
    top: -10px !important;
    text-align: center;
}

/* Woo Commerce End Here */





/* Header CSS  */


header#masthead {
    padding: 15px 0px;
}

header#masthead ul#primary-menu {
    text-align: end;
    margin: 0;
}

header#masthead .row {
    align-items: center;
}

#primary-menu li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: 'NexaRegular' !important;
    color: #545454;
}

#primary-menu li.current_page_item a,
#primary-menu li.current-menu-item a {
    color: #000;
    font-weight: 700;
}

#primary-menu li a:hover {
    color: #000;
    font-weight: 700;
}

#primary-menu li:last-child a {
    color: #000;
    background: #F9D71E;
    border-radius: 100px;
    padding: 16px 34px;
}

#primary-menu li:last-child a:hover {
    box-shadow: inset -3px 2px 4px rgba(0, 0, 0, 0.25);
}




/* ===========================================
   HOME PAGE - SECTION 1: HERO BANNER
   =========================================== */

.hero-banner {
    padding: 0px 25px 25px 25px;
}

.hero-banner__wrap {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-banner__wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    z-index: 1;
    pointer-events: none;
    border-radius: 40px;
}

.hero-banner__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-banner__content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 912px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.hero-content-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    width: 100%;
}

.hero-banner__heading {
    font-family: 'Alta';
    font-size: 66px;
    line-height: 76px;
    color: #fff;
    margin: 0;
    font-weight: normal;
}

.hero-banner__subtext p {
    font-family: 'NexaRegular';
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin: 0;
}

.hero-banner__search {
    background: #fff;
    border-radius: 100px;
    padding: 8px;
    display: flex;
    align-items: center;
    width: 100%;
    box-shadow: 4px 4px 12px 0 rgba(18, 49, 164, 0.3);
}

.hero-search__field {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 4px;
    height: 48px;
}

.hero-search__icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

.hero-search__label {
    font-family: 'Poppins', 'NexaRegular', sans-serif;
    font-size: 16px;
    color: #545454;
    white-space: nowrap;
}

.hero-search__divider {
    width: 1px;
    height: 30px;
    background: #e0e0e0;
    flex-shrink: 0;
}

.hero-search__btn {
    background: #F9D71E;
    color: #000;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 16px;
    border-radius: 100px;
    padding: 12px 24px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    flex-shrink: 0;
    text-decoration: none !important;
    transition: background 0.3s ease !important;
}

.hero-search__btn:hover {
    background: #e8c800;
    color: #000;
}


/* ===========================================
   HOME PAGE - SECTION 2: CURATED ADVENTURES
   =========================================== */

.curated-adventures {
    padding: 100px 0 80px;
}

.curated-adventures__heading-wrap {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 50px;
}

.curated-adventures__heading {
    font-family: 'Alta';
    font-size: 66px;
    line-height: 76px;
    color: #000;
    font-weight: normal;
    margin-bottom: 0;
    max-width: 75%;
    flex-shrink: 0;
}

.curated-adventures__heading-line {
    flex: 1 1 auto;
    height: 1px;
    background-color: #000;
    margin-right: calc(((100vw - 100%) / -2));
    margin-bottom: 38px;
    align-self: flex-end;
}

.curated-adventures__item {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.curated-adventures__item-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.curated-adventures__icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background-color: #F9D71E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.curated-adventures__icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
}

.curated-adventures__item:hover .curated-adventures__icon {
    background-color: #000;
}

.curated-adventures__item:hover .curated-adventures__icon img {
    filter: brightness(0) saturate(100%) invert(82%) sepia(81%) saturate(1115%) hue-rotate(354deg) brightness(101%) contrast(95%);
}

.curated-adventures__item-heading {
    font-family: 'Nexa';
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #000;
    margin: 0;
    width: 60%;
}

.curated-adventures__item-content p {
    font-family: 'NexaRegular';
    font-size: 16px;
    line-height: 24px;
    color: #545454;
    margin: 0;
}


/* ===========================================
   HOME PAGE - SECTION 3: HANDPICKED ADVENTURES AWAITS
   =========================================== */

.handpicked-adventures {
    background-color: #E6E6E6;
    padding: 70px 0;
}

.handpicked-adventures__header {
    text-align: center;
    margin-bottom: 50px;
}

.handpicked-adventures__heading {
    font-family: 'Alta';
    font-size: 66px;
    line-height: 72px;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.handpicked-adventures__subtext {
    max-width: 640px;
    margin: 0 auto;
}

.handpicked-adventures__subtext p {
    font-family: 'NexaRegular';
    font-size: 16px;
    line-height: 24px;
    color: #545454;
    margin: 0;
}

.handpicked-adventures__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 10px;
}

.handpicked-adventures__col {
    min-width: 0;
}

.handpicked-cat-box {
    display: block;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 300px;
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.06);
    text-decoration: none !important;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.handpicked-cat-box__img {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.handpicked-cat-box__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.handpicked-cat-box:hover .handpicked-cat-box__img img {
    transform: scale(1.07);
}

.handpicked-cat-box__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 104.66%);
    z-index: 1;
    transition: background 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

/* .handpicked-cat-box:hover .handpicked-cat-box__overlay {
    background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.9) 100%);
} */

.handpicked-cat-box__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.handpicked-cat-box:hover .handpicked-cat-box__content {
    transform: translate3d(0, -20px, 0);
}

.handpicked-cat-box__title {
    font-family: 'Nexa';
    font-weight: bold;
    font-size: 32px;
    line-height: normal;
    color: #fff;
    margin: 0;
}

.handpicked-cat-box__desc {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    margin-top: 0;
    transition:
        grid-template-rows 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        margin-top 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: grid-template-rows, opacity;
}

.handpicked-cat-box__desc>* {
    min-height: 0;
    overflow: hidden;
}

.handpicked-cat-box:hover .handpicked-cat-box__desc {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 8px;
}

.handpicked-cat-box__desc p {
    font-family: 'NexaRegular';
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    margin: 0;
}

.handpicked-adventures__cta {
    text-align: center;
    margin-top: 24px;
}

.handpicked-adventures__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 100px;
    padding: 0 42px;
    height: 55px;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}


.handpicked-adventures__btn svg {
    transition: all 0.3s ease !important;
}

.handpicked-adventures__btn:hover svg {
    transform: rotate(-20deg);
}

.handpicked-adventures__btn:hover {
    background: #F9D71E;
    border-color: #F9D71E;
    color: #000;
}

.handpicked-adventures__btn svg path {
    stroke: currentColor;
}


/* ===========================
   HOME PAGE - SECTION 4: POPULAR DESTINATIONS
=========================== */

.popular-destinations {
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
}

.popular-destinations__eyebrow {
    font-family: 'NexaRegular', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    margin-bottom: 12px;
}

.popular-destinations__heading-wrap {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 40px;
}

.popular-destinations__heading {
    font-family: 'Alta';
    font-size: 66px;
    line-height: 76px;
    font-weight: normal;
    color: #000;
    margin-bottom: 0;
    flex-shrink: 0;
}

.popular-destinations__heading-line {
    flex: 1 1 auto;
    height: 1px;
    background-color: #000;
    margin-right: calc(((100vw - 100%) / -2));
    margin-bottom: 38px;
    align-self: flex-end;
}

.popular-destinations__slider .slick-list {
    margin: 0 -12px;
}

.popular-destinations__slider .slick-list {
    overflow: visible;
}

.popular-destinations__slider .slick-slide {
    padding: 0 12px;
}

.dest-slide__inner {
    position: relative;
    height: 400px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.06);
}

.dest-slide__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.dest-slide__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

.dest-slide__content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    padding: 24px 32px;
    height: fit-content;
    text-align: center;
}

.dest-slide__title {
    font-family: 'Nexa';
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    letter-spacing: -0.03em;
    width: 62%;
    margin: 0 auto;
}

.popular-destinations__slider .slick-prev,
.popular-destinations__slider .slick-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #000;
    z-index: 10;
}

.popular-destinations__slider .slick-prev {
    left: -22px;
}

.popular-destinations__slider .slick-next {
    right: -22px;
}

.popular-destinations__slider .slick-prev:before,
.popular-destinations__slider .slick-next:before {
    color: #fff;
    font-size: 18px;
    opacity: 1;
}

.popular-destinations__slider .slick-prev:hover,
.popular-destinations__slider .slick-next:hover {
    background: #333;
}


.popular-destinations__slider .slick-dots {
    bottom: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.popular-destinations__slider li {
    transition: ease 0.3s all;
    width: 15px !important;
    height: 15px !important;
    background: #545454;
    border-radius: 40px;
    margin: 0 15px;
    transition: all ease 0.3s;
}

.popular-destinations__slider .slick-dots li.slick-active {
    background: #F9D71E;
    width: 15px !important;
    height: 15px !important;
    transform: scale(1.3);
}

.popular-destinations__slider .slick-dots li button:before {
    display: none !important;
}


/* ===========================
   HOME PAGE - SECTION 5: WHY TRAVEL WITH TWELVE27
=========================== */

.why-twelve27 {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.why-twelve27__gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.9) 80%,
            rgba(255, 255, 255, 1) 100%);
    z-index: 0;
}

.why-twelve27 .container {
    position: relative;
    z-index: 1;
}

.why-twelve27__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.why-twelve27__heading-wrap {
    text-align: center;
}

.why-twelve27__heading-line1 {
    font-family: 'Alta';
    font-size: 66px;
    line-height: 100px;
    font-weight: normal;
    color: #000;
    margin: 0;
}

.why-twelve27__heading-line2 {
    font-family: 'Alta';
    font-size: 100px;
    line-height: 100px;
    font-weight: normal;
    color: #000;
    margin: 0;
}

.why-twelve27__cards {
    width: 100%;
}

.why-twelve27__card-col {
    margin-bottom: 0;
}

.why-twelve27__card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 8px 8px 12px 0 rgba(0, 0, 0, 0.25);
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 17px;
    height: 100%;
    transition: background-color 0.3s ease;
}

.why-twelve27__card-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.why-twelve27__card-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background-color: #F9D71E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-twelve27__card-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.why-twelve27__card-heading {
    font-family: 'Nexa';
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #000;
    margin: 0;
}

.why-twelve27__card-content p {
    font-family: 'NexaRegular';
    font-size: 16px;
    line-height: 24px;
    color: #545454;
    margin: 0;
}

.why-twelve27__card:hover {
    background: #F9D71E;
}

.why-twelve27__card:hover .why-twelve27__card-content p {
    color: #000;
}

.why-twelve27__card:hover .why-twelve27__card-icon {
    background-color: #000;
}

.why-twelve27__card:hover .why-twelve27__card-icon img {
    filter: brightness(0) saturate(100%) invert(82%) sepia(81%) saturate(1115%) hue-rotate(354deg) brightness(101%) contrast(95%);
}

.why-twelve27__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #F9D71E;
    color: #000;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 0 42px;
    height: 55px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}


.why-twelve27__btn svg {
    transition: all 0.3s ease;

}

.why-twelve27__btn:hover {
    background: #000;
    color: #F9D71E;
    text-decoration: none;
}

.why-twelve27__btn:hover svg {
    transform: rotate(-20deg);
}

.why-twelve27__btn svg path {
    stroke: currentColor;
}


/* ===========================
   HOME PAGE - SECTION 6: TESTIMONIALS
=========================== */

.testimonials-section {
    background: #fff;
    padding: 80px 0;
}

.testimonials-section__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    
    margin: 0 auto 40px auto;
     max-width: 60%;
}

.testimonials-section__subheading {
    font-family: 'NexaRegular', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    margin: 0;
}

.testimonials-section__heading {
    font-family: 'Alta';
    font-size: 66px;
    line-height: normal;
    font-weight: normal;
    color: #000;
    margin: 0;
}


/* ===========================
   HOME PAGE - SECTION 7: SPEND YOUR PERFECT ESCAPE
=========================== */

.perfect-escape {
    padding: 0px 0 0px;
    background: #fff;
    position: relative;
    height: 670px;
}

.perfect-escape__left {
    padding-right: 40px;
}

.perfect-escape__eyebrow {
    font-family: 'NexaRegular', sans-serif;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.perfect-escape__heading {
    font-family: 'Alta';
    font-size: 98px;
    line-height: 1.1;
    font-weight: normal;
    color: #000;
    margin-bottom: 24px;
}

.perfect-escape__content p {
    font-family: 'NexaRegular', sans-serif;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    margin-bottom: 32px;
    width: 42%;
    position: relative;
    padding-left: 20px;
}

.perfect-escape__content p::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 135%;
    left: 0px;
    top: 0;
    background-color: #000;
}

.perfect-escape__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 0 42px;
    height: 55px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    margin-left: 20px;
}


.perfect-escape__btn svg {
    transition: all 0.3s ease;
}

.perfect-escape__btn:hover {
    background: #F9D71E;
    border-color: #F9D71E;
    color: #000;
    text-decoration: none;
}

.perfect-escape__btn:hover svg {
    transform: rotate(-20deg);
}

.perfect-escape__btn svg path {
    stroke: currentColor;
}


.perfect-escape__right {
    position: static !important;
}

.perfect-escape__images {
    /* position: relative; */
    /* height: 500px; */
}

.perfect-escape__img-main {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58%;
    height: 470px;
    border-radius: 0px;
    overflow: hidden;
}

.perfect-escape__img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.perfect-escape__img-sec {
    position: absolute;
    top: 0;
    right: 12%;
    width: 345px;
    height: 405px;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.15);
}

.perfect-escape__img-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



/* Footer Style CSS Started  */

.site-footer {
    background-color: #F0F0F0;
    padding: 100px 0 0 0;
}

.footer1 .footer_logo img {
    width: 80%;
}

.footer .top_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 0.789306px solid #000000;
}

.footer .top_row h2.footer_text {
    font-family: 'Nexa';
    font-style: normal;
    font-weight: 700;
    font-size: 35.5188px;
    line-height: 47px;
    color: #000000;
    margin: 0;
}

.footer .top_row a.footer_btn {
    background: #000000;
    border-radius: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    gap: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Nexa';
    color: #F9D71E !important;
    text-transform: uppercase;
    transition: all 0.3s;
}


.footer .top_row a.footer_btn svg {
    transition: all 0.3s;
}

.footer .top_row a.footer_btn:hover {
    background: #F9D71E;
    color: #000 !important;
}

.footer .top_row a.footer_btn:hover svg {
    transform: rotate(-20deg);
}

.footer .top_row a.footer_btn:hover svg path {
    stroke: currentColor;
}

.footer .bottom_row {
    padding: 25px 25px 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}



.footer .bottom_row .footer2 .info_box_wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.footer .bottom_row .footer2 .info_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.footer .bottom_row .footer2 .info_box a {
    font-family: 'Nexa';
    font-style: normal;
    font-weight: 700;
    font-size: 23.6792px;
    line-height: 47px;
    color: #000000 !important;
}

.footer .bottom_row .footer2 .info_box a:hover {
    color: #F9D71E !important;
}



.footer .bottom_row .footer3 ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 150px;
}

.footer .bottom_row .footer3 ul li a {
    font-family: 'NexaRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 11px;
    color: #000000;
    text-shadow: 0px 0.666619px 1.33324px rgba(0, 0, 0, 0.07);
}

.footer .bottom_row .footer3 ul li a:hover {
    font-size: 20px;
    color: #F9D71E;
}

.footer .row {
    align-items: center;
}


.copyrights .right_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyrights .right_col p.copyright {
    font-family: 'NexaRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.06em;
    color: #000000;
    margin: 0;
}

.copyrights .right_col p.copyright a {
    color: #000;
    font-weight: 600;
}

.copyrights .right_col p.copyright a:hover {
    color: #F9D71E;
}

.copyrights .right_col ul#menu-privacy-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    margin: 0;
}

.copyrights .right_col ul#menu-privacy-menu li {
    position: relative;
}

.copyrights .right_col ul#menu-privacy-menu li:not(:last-child)::before {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 1px;
    height: 80%;
    background-color: #000;
}

.copyrights .right_col ul#menu-privacy-menu li a {
    font-family: 'NexaRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    color: #000000;
}

.copyrights .right_col ul#menu-privacy-menu li a:hover {
    color: #F9D71E;
}


.footer_water_mark {
    text-align: center;
    padding: 30px 0 30px 0;
}




/* ===========================================
   CONTACT US PAGE - SECTION 1: BANNER
   =========================================== */

.cu-banner {
    padding: 0 25px 0;
}

.cu-banner__wrap {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    height: 403px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cu-banner__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.cu-banner__wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.cu-banner__content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 912px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.cu-banner__heading {
    font-family: 'Alta', sans-serif;
    font-size: 66px;
    line-height: 76px;
    color: #fff;
    margin: 0;
    font-weight: normal;
}

.cu-banner__subtext p {
    font-family: 'NexaRegular', sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin: 0;
    max-width: 678px;
}


/* ===========================================
   CONTACT US PAGE - SECTION 2: CONTACT INFO & FORM
   =========================================== */

.cu-contact {
    padding: 80px 0 100px;
    overflow: hidden;
}

/* --- Section Header --- */

.cu-contact__header {
    margin-bottom: 40px;
}

.cu-contact__eyebrow {
    font-family: 'NexaRegular', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    margin-bottom: 12px;
}

.cu-contact__heading-row {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.cu-contact__heading {
    font-family: 'Alta', sans-serif;
    font-size: 66px;
    line-height: 76px;
    color: #000;
    font-weight: normal;
    margin: 0;
    flex: 0 0 auto;
    width: 66%;
}

.cu-contact__heading-rule {
    display: block;
    flex: 1 1 auto;
    height: 1px;
    background: #000;
    margin-top: 38px;
    margin-right: calc((100vw - 100%) / -2);
    align-self: flex-start;
}

/* --- Two-Column Row --- */

.cu-contact__row {
    align-items: flex-start;
}

/* --- Left Column --- */

.cu-contact__col-left {
    display: flex;
    flex-direction: column;
    /* gap: 40px; */
    padding-top: 60px;
    padding-bottom: 60px;
}

.cu-contact__subheading {
    font-family: 'Nexa';
    font-weight: bold;
    font-size: 60px;
    line-height: 56px;
    color: #000;
    margin: 0;
    width: 85%;
    margin-bottom: 20px;
}

.cu-contact__subtext p {
    font-family: 'NexaRegular';
    font-size: 17px;
    line-height: normal;
    color: #000;
    margin: 0;
}

.cu-contact__details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 40px 0;
}

.cu-contact__detail-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cu-contact__detail-label {
    display: block;
    font-family: 'NexaRegular', sans-serif;
    font-size: 17px;
    line-height: normal;
    color: #000;
}

.cu-contact__detail-value {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: normal;
    color: #000;
    margin: 0;
}

.cu-contact__detail-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cu-contact__detail-link:hover {
    color: #F9D71E;
}

.cu-contact__social {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cu-contact__social-label {
    font-family: 'NexaRegular', sans-serif;
    font-size: 17px;
    line-height: normal;
    color: #000;
    margin: 0;
}

.cu-contact__social-icons {
    display: flex;
    gap: 24px;
    align-items: center;
}

.cu-contact__social-link {
    display: inline-flex;
    text-decoration: none;
}

.cu-contact__social-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #B7B7B7;
    background: transparent;
    overflow: hidden;
    flex-shrink: 0;
    transition: background 0.2s ease;
}

.cu-contact__social-link:hover .cu-contact__social-circle {
    background: #F9D71E;
    border-color: #F9D71E;
}

.cu-contact__social-icon {
    width: 14px;
    height: 18px;
    object-fit: contain;
}

/* --- Right Column: Form Card --- */

.cu-contact__col-right {
    padding-top: 0;
}

.cu-form-card {
    background: #F0F0F0;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cu-form-card__heading {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.3px;
    color: #000;
    margin: 0;
}

/* ===========================================
   CONTACT US PAGE - GRAVITY FORMS STYLING
   =========================================== */

.cu-form-card .gform_wrapper,
.cu-form-card .gform_wrapper.gravity-theme {
    margin: 0 !important;
    padding: 0 !important;
}

.cu-form-card .gform_body {
    margin: 0 !important;
}

.cu-form-card .gform_fields {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    grid-template-columns: unset !important;
    padding: 0 !important;
    margin: 0 !important;
}

.cu-form-card .gfield {
    background: #fff;
    border-radius: 10px;
    padding: 12px 8px !important;
    margin-bottom: 0 !important;
    grid-column: unset !important;
}

.cu-form-card .gfield_label {
    font-family: 'NexaRegular', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: #575757 !important;
    font-weight: normal !important;
    margin-bottom: 4px !important;
    padding: 0 !important;
}

.cu-form-card .ginput_container input[type="text"],
.cu-form-card .ginput_container input[type="email"],
.cu-form-card .ginput_container input[type="tel"],
.cu-form-card .ginput_container input[type="number"],
.cu-form-card .ginput_container input[type="url"],
.cu-form-card .ginput_container select {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    font-family: 'NexaRegular', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #000 !important;
    width: 100% !important;
    height: auto !important;
}

.cu-form-card .ginput_container select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background-image: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.cu-form-card .ginput_container select option {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.cu-form-card .gfield,
.cu-form-card .ginput_container,
.cu-form-card .gfield--input-type-select .ginput_container {
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
}

.cu-form-card .gfield--input-type-select .ginput_container {
    overflow: hidden;
}

.cu-form-card .ginput_container textarea {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    font-family: 'NexaRegular', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: #000 !important;
    width: 100% !important;
    min-height: 150px;
    resize: vertical;
}

.cu-form-card .gfield--type-textarea {
    min-height: 199px;
}

.cu-form-card .gfield--type-textarea .ginput_container {
    height: 100%;
}

.cu-form-card .gform_footer,
.cu-form-card .gform_page_footer {
    margin: 0 !important;
    padding: 0 !important;
}

.cu-form-card .gform_button,
.cu-form-card input[type="submit"].gform_button,
.cu-form-card button[type="submit"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 48px !important;
    background: #F9D71E !important;
    color: #000 !important;
    font-family: 'Nexa', sans-serif !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: normal !important;
    border: none !important;
    border-radius: 100px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: background 0.3s ease !important;
    padding: 0 24px !important;
    letter-spacing: 0 !important;
}

.cu-form-card .gform_button:hover,
.cu-form-card input[type="submit"].gform_button:hover,
.cu-form-card button[type="submit"]:hover {
    background: #000 !important;
    color: #e8c800 !important;
}

.cu-form-card .gform_button:focus,
.cu-form-card input[type="submit"].gform_button:focus,
.cu-form-card button[type="submit"]:focus {
    box-shadow: none !important;
}

.cu-form-card .gfield_validation_message,
.cu-form-card .validation_message {
    font-family: 'NexaRegular', sans-serif;
    font-size: 12px;
    color: #cc0000;
    margin-top: 4px;
}

.cu-form-card .gform_validation_errors,
.cu-form-card .validation_error {
    background: #fff3f3;
    border: 1px solid #cc0000;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #cc0000;
}

.cu-form-card .gfield_error {
    background: #fff !important;
    border: 1px solid #cc0000 !important;
}

/* === Form Field Prefix Icons === */

.cu-form-card .gfield--input-type-text .ginput_container,
.cu-form-card .gfield--input-type-email .ginput_container,
.cu-form-card .gfield--input-type-phone .ginput_container,
.cu-form-card .gfield--input-type-select .ginput_container {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.cu-form-card .gfield--input-type-text .ginput_container input,
.cu-form-card .gfield--input-type-email .ginput_container input,
.cu-form-card .gfield--input-type-phone .ginput_container input,
.cu-form-card .gfield--input-type-select .ginput_container select {
    flex: 1 !important;
    min-width: 0 !important;
}

.cu-form-card .gfield--input-type-text .ginput_container::before,
.cu-form-card .gfield--input-type-email .ginput_container::before,
.cu-form-card .gfield--input-type-phone .ginput_container::before,
.cu-form-card .gfield--input-type-select .ginput_container::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* User icon — Full Name */
.cu-form-card .gfield--input-type-text .ginput_container::before {
    background-image: url("/wp-content/uploads/2026/04/user-icon.svg");
}

/* Envelope icon — Email Address */
.cu-form-card .gfield--input-type-email .ginput_container::before {
    background-image: url("/wp-content/uploads/2026/04/email-icon.svg");
}

/* Phone icon — Phone Number */
.cu-form-card .gfield--input-type-phone .ginput_container::before {
    background-image: url("/wp-content/uploads/2026/04/phone-icon.svg");
}

/* Hashtag icon — Select Topic */
.cu-form-card .gfield--input-type-select .ginput_container::before {
    background-image: url("/wp-content/uploads/2026/04/id-icon.svg");
}

/* Chevron-down icon — Select dropdown arrow */
.cu-form-card .gfield--input-type-select .ginput_container::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23939393' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    pointer-events: none;
    position: absolute;
    right: 0;
}

.cu-form-card .gform_footer {
    margin-top: 20px !important;
}


/* .cu-form-card  .gform_wrapper .gfield_error input {
  border-color: red !important;
} */

.cu-form-card .gform_wrapper .gfield_validation_message {
    display: none !important;
}

.cu-form-card .gform_wrapper .validation_message {
    display: none !important;
}

.cu-form-card .gform_wrapper .gform_validation_errors {
    display: none !important;
}

.cu-form-card .gform_wrapper .gform-loader {
    display: none !important;
}


.cu-form-card span.gfield_required {
    display: none !important;
}




/* ===========================================
   WHY TWELVE27 PAGE - SECTION 1: BANNER
   =========================================== */

.wt27-banner {
    padding: 0px 25px 0;
}

.wt27-banner__wrap {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    height: 403px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wt27-banner__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.wt27-banner__wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.4%, rgba(0, 0, 0, 0.3) 101.99%);
    z-index: 1;
    background-blend-mode: hard-light, normal, normal, normal;

}

.wt27-banner__content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 912px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.wt27-banner__heading {
    font-family: 'Alta', sans-serif;
    font-size: 66px;
    line-height: 76px;
    color: #fff;
    margin: 0;
    font-weight: normal;
}

.wt27-banner__subtext p {
    font-family: 'NexaRegular', sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin: 0;
    max-width: 632px;
}


/* ===========================================
   WHY TWELVE27 PAGE - SECTION 2: WHY CHOOSE TWELVE27
   =========================================== */

.wt27-why {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 59px;
    padding-bottom: 60px;
    min-height: 640px;
    margin-top: 50px;
}

.wt27-why__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

.wt27-why__inner {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.wt27-why__heading-wrap {
    text-align: center;
}

.wt27-why__heading-sm {
    font-family: 'Alta', sans-serif;
    font-size: 66px;
    line-height: 100px;
    color: #000;
    margin: 0;
    font-weight: normal;
}

.wt27-why__heading-lg {
    font-family: 'Alta', sans-serif;
    font-size: 100px;
    line-height: 100px;
    color: #000;
    margin: 0;
    font-weight: normal;
}

.wt27-why__cards {
    width: 100%;
    justify-content: center;
}

.wt27-why__col {
    margin-bottom: 0;
}

.wt27-why-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 8px 8px 12px 0 rgba(0, 0, 0, 0.25);
    padding: 24px 12px 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 17px;
    height: 100%;
}

.wt27-why-card__header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.wt27-why-card__icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F9D71E;
    flex-shrink: 0;
    overflow: hidden;
}

.wt27-why-card__icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.wt27-why-card__heading {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 25px;
    color: #000;
    margin: 0;
    flex: 1;
}

.wt27-why-card__text p {
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
    margin: 0;
}


/* ===========================================
   WHY TWELVE27 PAGE - SECTION 3: LICENSED OPERATORS
   =========================================== */

.wt27-operators {
    padding: 100px 0;
}

.wt27-operators__row {
    gap: 0;
}

.wt27-operators__left {
    padding-right: 40px;
}

.wt27-operators__heading {
    font-family: 'Alta', sans-serif;
    font-size: 66px;
    line-height: 76px;
    color: #000;
    font-weight: normal;
    margin: 0 0 10px;
}

.wt27-operators__subtext p {
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
    margin: 0;
}

.wt27-operators__grid {
    row-gap: 22px;
    column-gap: 0;
}

.wt27-operators__grid-col {
    padding: 0 11px;
}

.wt27-op-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.11);
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
}

.wt27-op-card__logo {
    width: 120px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.wt27-op-card__logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.wt27-op-card__name {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    letter-spacing: -0.3px;
    margin: 0;
    white-space: nowrap;
}

.wt27-op-card__rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.wt27-op-card__rating-num {
    font-family: 'NexaRegular', sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #000;
}

.wt27-op-card__reviews {
    font-family: 'NexaRegular', sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #000;
    margin: 0;
}

/* Stars widget */

.wt27-stars {
    display: inline-block;
    position: relative;
    line-height: 1;
    font-size: 14px;
    letter-spacing: 1px;
}

.wt27-stars__bg {
    color: #D2D2D2;
}

.wt27-stars__fg {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #FFB900;
}


/* ===========================================
   WHY TWELVE27 PAGE - SECTION 4: EXPLORE WITH CONFIDENCE
   =========================================== */

.wt27-explore {
    padding: 0px 0 100px;
}

.wt27-explore__header {
    text-align: center;
    max-width: 893px;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.wt27-explore__heading {
    font-family: 'Alta', sans-serif;
    font-size: 66px;
    line-height: 76px;
    color: #000;
    font-weight: normal;
    margin: 0;
}

.wt27-explore__subtext p {
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
    margin: 0;
    text-align: center;
}

.wt27-explore__stats {
    justify-content: space-between;
}

.wt27-stat {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.wt27-stat__number {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 46px;
    line-height: 1.2;
    color: #000;
    letter-spacing: -0.4px;
    margin: 0;
}

.wt27-stat__label {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    letter-spacing: -0.4px;
    margin: 0;
}



/* ===========================================
   EXPERIENCES PAGE - SECTION 1: HERO BANNER
   =========================================== */

.exp-banner {
    padding: 0 25px 0;
}

.exp-banner__wrap {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    height: 403px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-banner__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.exp-banner__wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.4%, rgba(0, 0, 0, 0.3) 101.99%);
    z-index: 1;
}

.exp-banner__content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 60%;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.exp-banner__heading {
    font-family: 'Alta', sans-serif;
    font-size: 66px;
    line-height: 76px;
    color: #fff;
    margin: 0;
    font-weight: normal;
}

.exp-banner__subtext p {
    font-family: 'NexaRegular', sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin: 0;
    max-width: 678px;
}


/* ===========================================
   EXPERIENCES PAGE - SECTION 2: EXPERIENCES INTRO
   =========================================== */

.exp-intro {
    padding: 100px 0 80px;
}

.exp-intro__heading {
    font-family: 'Alta', sans-serif;
    font-size: 66px;
    line-height: 76px;
    color: #000;
    font-weight: normal;
    margin: 0 0 32px;
}

.exp-intro__content p {
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
    margin: 0;
    width: 90%;
}

.exp-intro__images {
    position: relative;
    height: 521px;
}

.exp-intro__img-main {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
}

.exp-intro__img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.exp-intro__img-sec {
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 319px;
    height: 301px;
    border-radius: 12px;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.exp-intro__img-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ===========================================
   EXPERIENCES PAGE - SHARED: SECTION EYEBROW & HEADING
   =========================================== */

.exp-section__eyebrow {
    font-family: 'NexaRegular', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    margin: 0 0 12px;
}

.exp-section__heading {
    font-family: 'Alta', sans-serif;
    font-size: 66px;
    line-height: 76px;
    color: #000;
    font-weight: normal;
    margin: 0 0 20px;
}

.exp-section__text p {
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
    margin: 0;
}


/* ===========================================
   EXPERIENCES PAGE - SHARED: FEATURE LIST
   =========================================== */

.exp-feature-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.exp-feature-list__item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.exp-feature-list__icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #F9D71E;
    flex-shrink: 0;
}

.exp-feature-list__icon-circle img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
}

.exp-feature-list__text {
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #575757;
    letter-spacing: -0.3px;
}


/* ===========================================
   EXPERIENCES PAGE - SECTION 3: CONCIERGE-LED BOOKINGS
   =========================================== */

.exp-concierge {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.exp-concierge__image-col {
    position: static !important;
}

.exp-concierge__image-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 38%;
    height: 100%;

}

.exp-concierge__img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    object-position: right;
}

.exp-concierge__content-wrapper {
    padding: 40px 0px 40px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}


/* ===========================================
   EXPERIENCES PAGE - SECTION 4: GROUP EVENTS
   =========================================== */

.exp-group {
    padding: 80px 0 100px;
    background: #E6E6E6;
    overflow: hidden;
}

.exp-group__header {
    margin-bottom: 40px;
    position: relative;
}

.exp-group__heading-row {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 0 0 20px;
}

.exp-group__heading {
    font-family: 'Alta', sans-serif;
    font-size: 66px;
    line-height: 76px;
    color: #000;
    font-weight: normal;
    margin: 0;
    flex: 0 0 auto;
    max-width: 85%;
}

.exp-group__heading-line {
    flex: 1 1 auto;
    height: 1px;
    background: #000;
    margin-top: 38px;
    margin-right: calc((100vw - 100%) / -2);
    align-self: flex-start;
}

.exp-group__content p {
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
    margin: 0;
    max-width: 718px;
}

.exp-group__main-img {
    width: 100%;
    height: 411px;
    border-radius: 10px;
    overflow: hidden;
}

.exp-group__main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.exp-group__grid {
    height: 100%;
    row-gap: 12px;
    display: grid;
    grid-template-columns: 50% 50%;
}

.exp-group__grid-item {
    padding: 0 6px;
    margin-bottom: 0;
}

.exp-group__grid-img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.exp-group__grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}




.exp-group__grid-col {
    padding-left: 0 !important;
}

.exp-group__main-col {
    padding-right: 6px !important;
}


/* ===========================================
   EXPERIENCES PAGE - SECTION 5: VIP SERVICES
   =========================================== */

.exp-vip {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.exp-vip__image-col {
    position: static !important;
}

.exp-vip__image-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 38%;
    height: 100%;
}

.exp-vip__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: top right;
}

.exp-vip__content-wrapper {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}


.exp_why-twelve27 {
    margin-bottom: 100px;
}





/* ===========================================
   WHY TWELVE27 PAGE - CARD HOVER EFFECTS
   =========================================== */

.wt27-why-card {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.wt27-why-card__heading,
.wt27-why-card__text p,
.wt27-why-card__icon-circle {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.wt27-why-card__icon {
    transition: none;
}

.wt27-why-card:hover {
    background: #F9D71E;
}

.wt27-why-card:hover .wt27-why-card__heading,
.wt27-why-card:hover .wt27-why-card__text p {
    color: #000;
}

.wt27-why-card:hover .wt27-why-card__icon-circle {
    background: #000;
}

.wt27-why-card:hover .wt27-why-card__icon {
    filter: brightness(0) saturate(100%) invert(85%) sepia(63%) saturate(1726%) hue-rotate(2deg) brightness(101%) contrast(97%);
}


.wt27-op-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wt27-op-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px 0 rgba(249, 215, 30, 0.45);
}


/* ===========================================
   EXCURSIONS ARCHIVE - SECTION 1: BANNER
   (Same design style as other inner page banners)
   =========================================== */

.arch-exc-banner {
    padding: 0 25px 0;
}

.arch-exc-banner__wrap {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    height: 403px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arch-exc-banner__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.arch-exc-banner__wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.4%, rgba(0, 0, 0, 0.3) 101.99%), rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.arch-exc-banner__content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 912px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.arch-exc-banner__heading {
    font-family: 'Alta', sans-serif;
    font-size: 66px;
    line-height: 76px;
    color: #fff;
    margin: 0;
    font-weight: normal;
}

.arch-exc-banner__subtext p {
    font-family: 'NexaRegular', sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin: 0;
    max-width: 678px;
}


/* ===========================================
   EXCURSIONS ARCHIVE - SECTION 2: LISTING
   =========================================== */

.exc-listing {
    padding: 80px 0 100px;
}

.exc-listing__title {
    font-family: 'Alta', sans-serif;
    font-size: 66px;
    line-height: 72px;
    color: #000;
    text-align: center;
    font-weight: normal;
    margin: 0 0 30px;
}

/* Tabs */

.exc-listing__tabs-wrap {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.exc-listing__tabs {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.exc-listing__tabs::-webkit-scrollbar {
    display: none;
}

.exc-listing__tab {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 40px;
    padding: 0 14px;
    border-radius: 94px;
    border: 1px solid #D2D2D2;
    background: #fff;
    color: #545454;
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.48px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.exc-listing__tab:hover {
    background: #E8E8E8;
    color: #545454;
    text-decoration: none;
}

.exc-listing__tab.is-active {
    background: #333;
    border-color: #333;
    color: #fff;
}

.exc-listing__tab.is-active:hover {
    background: #333;
    color: #fff;
}

.exc-listing__tab {
    cursor: pointer;
}

.exc-listing__tabs-fade {
    display: none;
}

/* Meta row */

.exc-listing__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.exc-listing__meta-left {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
}

.exc-listing__cat-name {
    font-family: 'Nexa', sans-serif;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -2px;
    color: #000;
    margin: 0;
    font-weight: normal;
}

.exc-listing__count {
    font-family: 'Nexa', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.48px;
    color: #545454;
}

.exc-listing__sort {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #545454;
}

.exc-listing__sort-label {
    font-family: 'Nexa', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.48px;
    color: #545454;
}

.exc-listing__sort-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.48px;
    color: #545454;
}

.exc-listing__sort-btn svg {
    display: block;
}

.exc-listing__sort-dd {
    position: relative;
}

.exc-listing__sort-panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 220px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 7.75px 0 rgba(0, 0, 0, 0.25);
    padding: 8px;
    display: none;
    flex-direction: column;
    gap: 4px;
    z-index: 10;
}

.exc-listing__sort-dd.is-open .exc-listing__sort-panel {
    display: flex;
}

.exc-listing__sort-option {
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 10px 8px;
    border-radius: 8px;
    font-family: 'Nexa', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #4E4E4E;
    transition: background 0.2s ease, color 0.2s ease;
}

.exc-listing__sort-option:hover {
    background: #f0f0f0;
}

.exc-listing__sort-option.is-active {
    background: #D6D6D6;
    color: #000;
    font-weight: bold;
}

/* AJAX loading */

.exc-listing__grid-wrap {
    position: relative;
    transition: opacity 0.2s ease;
}

.exc-listing__grid-wrap.is-loading {
    opacity: 0.5;
    pointer-events: none;
}

.exc-listing__empty {
    text-align: center;
    padding: 60px 20px;
    font-family: 'Nexa', sans-serif;
    font-size: 16px;
    color: #6A6A6A;
}

/* Cards grid */

.exc-listing__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 20px;
}

.exc-card {
    display: flex;
    flex-direction: column;
    background: #F6F6F6;
    border-radius: 10px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.exc-card:hover {
    /* transform: translateY(-4px); */
    box-shadow: 0 10px 28px 0 rgba(0, 0, 0, 0.18);
    text-decoration: none;
    color: inherit;
}

.exc-card:hover .exc-card__img img { 
    transform: scale(1.1);
}

.exc-card__img {
    width: 100%;
    height: 316px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.exc-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.5s ease;
}

.exc-card__body {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 12px 12px 10px;
}

.exc-card__title {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #000;
    margin: 0;
    text-transform: capitalize;
}

.exc-card__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.exc-card__meta-item {
    font-family: 'NexaRegular', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #6A6A6A;
}

.exc-card__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6A6A6A;
    flex-shrink: 0;
}


/* ===========================================
   EXCURSION SINGLE PAGE
   =========================================== */

.exc-single {
    padding: 60px 0 80px;
}

/* Header */

.exc-single__header {
    margin-bottom: 30px;
}

.exc-single__back {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Nexa', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #545454;
    text-decoration: none;
    margin-bottom: 14px;
}

.exc-single__back svg {
    flex-shrink: 0;
}

.exc-single__back:hover {
    color: #000;
    text-decoration: none;
}

.exc-single__title {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    color: #000;
    margin: 0 0 12px;
    max-width: 900px;
}

.exc-single__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    background: transparent;
    color: #575757;
    font-family: 'NexaRegular', sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

.exc-single__badge svg {
    flex-shrink: 0;
}

/* Gallery */

.exc-gallery {
    --exc-gallery-h: 460px;
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 12px;
    margin-bottom: 20px;
    align-items: stretch;
}

/* MAIN SLIDER */

.exc-gallery__main {
    position: relative;
    height: var(--exc-gallery-h);
    border-radius: 12px;
    overflow: hidden;
    background: #f0f0f0;
}

.exc-gallery__slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.exc-gallery__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease;
}

.exc-gallery__slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.exc-gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* MAIN ARROWS */

.exc-gallery__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: 0;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: background 0.2s ease;
    padding: 0;
}

.exc-gallery__nav:hover {
    background: #fff;
}

.exc-gallery__nav--prev {
    left: 16px;
}

.exc-gallery__nav--next {
    right: 16px;
}

/* NAV (vertical thumb strip) */

.exc-gallery__nav-wrap {
    position: relative;
    height: var(--exc-gallery-h);
    border-radius: 12px;
}

.exc-gallery__thumbs-viewport {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.exc-gallery__thumbs {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: transform 0.35s ease;
    will-change: transform;
}

.exc-gallery__thumb {
    position: relative;
    flex: 0 0 calc(var(--exc-gallery-h) / 3);
    width: 100%;
    padding: 4px 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    display: block;
}

.exc-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transition: outline-color 0.2s ease;
}

.exc-gallery__thumb.is-active img {
    outline: 2px solid #000;
    outline-offset: -2px;
}

/* Photo count badge — overlay on bottom (3rd visible thumb area) */
.exc-gallery__count {
    position: absolute;
    left: 50%;
    bottom: 58px;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 36px;
    padding: 0 16px;
    border-radius: 100px;
    background: #000;
    color: #fff;
    border: 0;
    font-family: 'Nexa', sans-serif;
    font-size: 14px;
    z-index: 3;
    pointer-events: none;
}

/* Content + Sidebar layout */

.exc-single__row {
    align-items: stretch;
}

.exc-single__sidebar {
    align-self: stretch;
}

.exc-single__main {
    padding-right: 40px;
}

.exc-section {
    margin-bottom: 40px;
}

.exc-section__heading {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
    color: #000;
    margin: 0 0 14px;
}

.exc-overview__content p {
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #545454;
    margin: 0 0 14px;
}

.exc-overview__content p:last-child {
    margin-bottom: 0;
}

/* Accordion */

.exc-acc {
    border-top: 1px solid #E0E0E0;
}

/* .exc-acc:last-of-type {
    border-bottom: 1px solid #E0E0E0;
} */

.exc-acc__head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    text-align: left;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
    color: #000;
}

.exc-acc__icon {
    flex-shrink: 0;
    display: inline-flex;
    transition: transform 0.25s ease;
    color: #000;
}

.exc-acc__head.is-open .exc-acc__icon {
    transform: rotate(180deg);
}

.exc-acc__body {
    display: none;
    padding: 0 0 28px;
}

.exc-acc__body.is-open {
    display: block;
}

/* Accordion item (pickup / itinerary) */

.exc-acc-item {
    margin-bottom: 28px;
}

.exc-acc-item:last-child {
    margin-bottom: 0;
}

.exc-acc-item__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.exc-acc-item__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.exc-acc-item__icon img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.exc-acc-item__title {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    margin: 0;
}

.exc-acc-item__body p {
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #545454;
    margin: 0 0 12px;
}

.exc-acc-item__body p strong {
    color: #333333;
}


.exc-acc-item__body p:last-child {
    margin-bottom: 0;
}

/* Itinerary stops */

.exc-iti__stop {
    margin-bottom: 24px;
    padding-left: 48px;
}

.exc-iti__stop:last-child {
    margin-bottom: 0;
}

.exc-iti__loc {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    color: #333333;
    margin: 0 0 8px;
}

.exc-iti__intro p {
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #545454;
    margin: 0 0 10px;
}

.exc-iti__bullets {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 12px;
}

.exc-iti__bullets li {
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #545454;
    margin: 0 0 6px;
    list-style: disc;
}

.exc-iti__bullets li strong {
    color: #333333;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
}


.exc-iti__time {
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #545454;
    margin: 0 0 6px;
}

.exc-iti__note{
    font-family: 'Nexa', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin: 0 0 6px;
}

.exc-iti__note strong,
.exc-iti__time strong {
    color: #333333;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
}

/* Included / not included */

.exc-inc {
    margin-bottom: 28px;
}

.exc-inc:last-child {
    margin-bottom: 0;
}

.exc-inc__sub {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    margin: 0 0 12px;
}

.exc-inc__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.exc-inc__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 10px;
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}

.exc-inc__list li:last-child {
    margin-bottom: 0;
}

.exc-inc__icon {
    flex-shrink: 0;
    display: inline-flex;
    margin-top: 4px;
}

.exc-inc__text strong {
    color: #333333;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
}

/* Know Before You Go */

.exc-kbyg__item {
    margin-bottom: 20px;
}

.exc-kbyg__item:last-child {
    margin-bottom: 0;
}

.exc-kbyg__label {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    margin: 0 0 6px;
}

.exc-kbyg__desc p {
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #545454;
    margin: 0 0 10px;
}

.exc-kbyg__desc p:last-child {
    margin-bottom: 0;
}

/* Sidebar (form) */

body.single-excursions {
    overflow-x: clip;
}

.exc-single__sticky {
    position: sticky;
    top: 20px;
    height: fit-content;
}

.exc-form-card {
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.exc-form-card__head {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    color: #000;
}

.exc-form-card__head-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.exc-form-card__head-label {
    font-family: 'NexaRegular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    letter-spacing: -0.3px;
}

.exc-form-card .gform_wrapper,
.exc-form-card .gform_wrapper.gravity-theme {
    margin: 0 !important;
}

.exc-form-card .gform_heading,
.exc-form-card .gform_title,
.exc-form-card .gform_description {
    display: none !important;
}

.exc-form-card .gform_fields {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.exc-form-card .gfield {
    background: #F6F6F6;
    border-radius: 10px;
    padding: 10px 12px;
    position: relative;
}

.exc-form-card .gfield_label {
    font-family: 'Nexa', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: #575757 !important;
    font-weight: normal !important;
    margin: 0 0 4px !important;
    display: block !important;
}

.exc-form-card .ginput_container input[type="text"],
.exc-form-card .ginput_container input[type="email"],
.exc-form-card .ginput_container input[type="tel"],
.exc-form-card .ginput_container input[type="number"],
.exc-form-card .ginput_container input[type="url"],
.exc-form-card .ginput_container select,
.exc-form-card .ginput_container textarea {
    background: transparent !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    font-family: 'NexaRegular', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #000 !important;
    width: 100% !important;
    height: auto !important;
}

.exc-form-card .ginput_container textarea {
    min-height: 90px;
    height: 90px !important;
    resize: none;
}

.exc-form-card .gform_footer,
.exc-form-card .gform_page_footer {
    margin: 16px 0 0 !important;
    padding: 0 !important;
}

.exc-form-card .gform_button,
.exc-form-card input[type="submit"].gform_button,
.exc-form-card button[type="submit"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 48px !important;
    background: #F9D71E !important;
    color: #000 !important;
    font-family: 'Nexa', sans-serif !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: normal !important;
    border: 0 !important;
    border-radius: 100px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: background 0.3s ease !important;
    padding: 0 24px !important;
}


.exc-form-card .gform_button:hover,
.exc-form-card input[type="submit"].gform_button:hover,
.exc-form-card button[type="submit"]:hover {
        background: #000 !important;
    color: #e8c800 !important;
} 


.exc-form-card .gform_button:focus,
.exc-form-card input[type="submit"].gform_button:focus,
.exc-form-card button[type="submit"]:focus {
        box-shadow: none !important;
} 

.exc-form-card .gform_button:hover {
    background: #000 !important;
    color: #e8c800 !important;
}

/* Gravity Form field prefix icons — same pattern as contact-us */

.exc-form-card .gfield--input-type-text .ginput_container,
.exc-form-card .gfield--input-type-email .ginput_container,
.exc-form-card .gfield--input-type-phone .ginput_container,
.exc-form-card .gfield--input-type-number .ginput_container,
.exc-form-card .gfield--input-type-date .ginput_container,
.exc-form-card .gfield--input-type-select .ginput_container {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.exc-form-card .gfield--input-type-text .ginput_container input,
.exc-form-card .gfield--input-type-email .ginput_container input,
.exc-form-card .gfield--input-type-phone .ginput_container input,
.exc-form-card .gfield--input-type-number .ginput_container input,
.exc-form-card .gfield--input-type-date .ginput_container input,
.exc-form-card .gfield--input-type-select .ginput_container select {
    flex: 1 !important;
    min-width: 0 !important;
}

.exc-form-card .gfield--input-type-text .ginput_container::before,
.exc-form-card .gfield--input-type-email .ginput_container::before,
.exc-form-card .gfield--input-type-phone .ginput_container::before,
.exc-form-card .gfield--input-type-number .ginput_container::before,
.exc-form-card .gfield--input-type-date .ginput_container::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.exc-form-card .gfield--input-type-text .ginput_container::before {
    background-image: url("/wp-content/uploads/2026/04/user-icon.svg");
}

.exc-form-card .gfield--input-type-email .ginput_container::before {
    background-image: url("/wp-content/uploads/2026/04/email-icon.svg");
}

.exc-form-card .gfield--input-type-phone .ginput_container::before {
    background-image: url("/wp-content/uploads/2026/04/user-icon.svg");
}

.exc-form-card .gfield--input-type-number .ginput_container::before,
.exc-form-card .gfield--input-type-date .ginput_container::before {
    background-image: url("/wp-content/uploads/2026/05/cel-icon.svg");
}

/* .exc-form-card .gfield--input-type-select .ginput_container::before {
    background-image: url("/wp-content/uploads/2026/04/id-icon.svg");
} */

/* Select dropdown arrow */

.exc-form-card .ginput_container select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background-image: none !important;
}

.exc-form-card .gfield--input-type-select .ginput_container::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23939393' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    pointer-events: none;
    position: absolute;
    right: 5px;
}


.exc-form-card .gfield_error {
    background: #fff !important;
    border: 1px solid #cc0000 !important;
}


.exc-form-card .gform_wrapper .gfield_validation_message {
    display: none !important;
}

.exc-form-card .gform_wrapper .validation_message {
    display: none !important;
}

.exc-form-card .gform_wrapper .gform_validation_errors {
    display: none !important;
}

.exc-form-card .gform_wrapper .gform-loader {
    display: none !important;
}


.exc-form-card .gform_wrapper .instruction {
    display: none !important;
}


.exc-form-card span.gfield_required {
    display: none !important;
}

/* Book ahead reassurance card */

.exc-book-ahead {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #F6F6F6;
    border: 1px solid #E8E8E8;
    color: #000;
}

.exc-book-ahead__icon {
    flex-shrink: 0;
    color: #B58900;
    margin-top: 2px;
}

.exc-book-ahead__title {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 4px;
}

.exc-book-ahead__desc {
    font-family: 'NexaRegular', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    margin: 0;
}

/* Other Excursions */

.exc-other {
    padding: 0px 0 150px;
}

.exc-other__heading {
    font-family: 'NexaRegular', sans-serif;
    font-size: 34px;
    line-height: 1.2;
    color: #000;
    font-weight: 400;
    margin: 0 0 24px;
}

.exc-other__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


html.overflow {
    overflow: hidden;
}



@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}


@media (min-width: 1250px) {
    .container {
        max-width: 1240px !important;
    }
}


@media (max-width: 1199px) {
    .footer .top_row h2.footer_text {
        font-size: 26px;
        line-height: 40px;
    }

    .footer .bottom_row .footer2 .info_box a {
        font-size: 18px;
        line-height: 32px;
    }
}



@media (max-width: 991px) {

    .mm,
    #mm {
        display: block;
    }

    header#masthead {
        display: none;
    }

    #primary-menu {
        display: none;
    }

    /* Open state */
    .mm.open div#mm {
        height: 100vh;
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .mm.open #mm ul {
        position: relative;
        top: 0;
    }

    .mm {
        position: fixed;
        z-index: 99;
        width: 100%;
        top: 0;
        padding: 10px 0px;
    }


    #mm #primary-menu li:last-child a {
        color: #000;
        background: #F9D71E;
        border-radius: 100px;
        padding: 16px 34px;
        width: fit-content;
    }

    #mm #primary-menu li:last-child {
        margin-top: 15px;
    }

    #mm #primary-menu li:last-child a:hover {
        box-shadow: inset -3px 2px 4px rgba(0, 0, 0, 0.25);
    }

    #mm #primary-menu a:hover {
        background-color: #fff;
    }



    .footer1 .footer_logo img {
        width: 250px;
    }

    .footer_logo {
        text-align: center;
    }

    .footer .row {
        row-gap: 50px;
    }

    .site-footer {
        padding: 50px 0 0 0;
    }

    .footer .bottom_row {
        padding: 25px 25px;
    }


    .copyrights .right_col {
        flex-direction: column-reverse;
        row-gap: 15px;
    }


}



@media (max-width: 767px) {

    .footer .top_row {
        flex-direction: column;
        row-gap: 20px;
        text-align: center;
    }

    .footer .top_row h2.footer_text {
        font-size: 20px;
        line-height: 30px;
    }

    .copyrights .right_col ul#menu-privacy-menu {
        justify-content: center;
        flex-wrap: wrap;
    }

    .copyrights .right_col p.copyright {
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

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

    .footer1 .footer_logo img {
        width: 200px;
    }

    .footer .bottom_row {
        flex-direction: column-reverse;
        row-gap: 30px;
        padding: 30px 0 30px 0;
    }

    .footer3 {
        width: 100%;
    }

    .footer .bottom_row .footer3 ul {
        width: 100%;
        text-align: center;
        row-gap: 15px;
    }

    .footer2 {
        width: 100%;
    }

    .footer .bottom_row .footer2 .info_box_wrapper {
        text-align: center;
        row-gap: 15px;
    }

    .footer .bottom_row .footer2 .info_box {
        flex-direction: column;
    }

}




/* Responsive Style Started  */



@media (max-width: 1799px) {
    .exp-concierge__image-wrapper {
        width: 36%;
    }

    .exp-vip__image-wrapper {
        width: 36%;
    }

}


@media (max-width: 1599px) {
    .perfect-escape__img-sec {
        right: 8%;
    }

}


@media (max-width: 1500px) {
    .exp-concierge__image-wrapper {
        width: 35%;
    }

    .exp-vip__image-wrapper {
        width: 35%;
    }

    .exp-concierge__content-wrapper {
        padding: 0px 0px 0px 20px;
    }

    .exp-vip__content-wrapper {
        padding: 0 20px 0 0;
    }


    .exc-form-card .gform_wrapper {
    max-height: 470px !important;
    overflow-y: auto;
    padding-right: 10px;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #2c2c2c #ccc;
}

/* Chrome, Edge, Safari */
.exc-form-card .gform_wrapper::-webkit-scrollbar {
    width: 5px;
}

.exc-form-card .gform_wrapper::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 10px !important;
}

.exc-form-card .gform_wrapper::-webkit-scrollbar-thumb {
    background: #2c2c2c;
    border-radius: 10px !important;
}

.exc-form-card .gform_wrapper::-webkit-scrollbar-thumb:hover {
    background: #2c2c2c;
}

}


@media (max-width: 1440px) {
    .perfect-escape__img-sec {
        right: 5%;
    }
    

}

@media (max-width: 1366px) {
    .perfect-escape__img-sec {
        right: 3%;
    }

}

@media (max-width: 1280px) {
    .perfect-escape__img-sec {
        right: 1%;
    }


    .footer_water_mark img {
        width: 95%;
    }

}


@media (max-width: 1199px) {

    /* Hero */
    .hero-banner__wrap {
        height: 560px;
        border-radius: 32px;
    }

    .hero-banner__wrap::after {
        border-radius: 32px;
    }

    .hero-banner__heading {
        font-size: 56px;
        line-height: 64px;
    }

    .hero-banner__subtext p {
        font-size: 18px;
        line-height: 26px;
    }

    .hero-banner__content {
        gap: 40px;
        max-width: 80%;
    }

    /* Curated */
    .curated-adventures {
        padding: 70px 0 70px;
    }

    .curated-adventures__heading-wrap {
        margin-bottom: 40px;
        gap: 20px;
    }

    .curated-adventures__heading {
        font-size: 52px;
        line-height: 60px;
        max-width: 80%;
    }

    .curated-adventures__heading-line {
        margin-bottom: 28px;
    }

    .curated-adventures__icon {
        width: 52px;
        height: 52px;
    }

    .curated-adventures__icon img {
        width: 26px;
        height: 26px;
    }

    .curated-adventures__item-heading {
        font-size: 24px;
        line-height: 28px;
        width: 80%;
    }

    .curated-adventures__item-content p {
        font-size: 14px;
        line-height: 22px;
    }

    /* Handpicked */
    .handpicked-adventures {
        padding: 70px 0;
    }

    .handpicked-adventures__heading {
        font-size: 52px;
        line-height: 60px;
        width: 80%;
    }

    .handpicked-adventures__header {
        margin-bottom: 40px;
    }

    .handpicked-cat-box {
        height: 260px;
        border-radius: 20px;
    }

    .handpicked-cat-box__content {
        padding: 20px 24px;
    }

    .handpicked-cat-box__title {
        font-size: 26px;
    }

    /* Popular destinations */
    .popular-destinations {
        padding: 70px 0 70px;
    }

    .popular-destinations__heading-wrap {
        margin-bottom: 32px;
        gap: 20px;
    }

    .popular-destinations__heading {
        font-size: 52px;
        line-height: 60px;
    }

    .popular-destinations__heading-line {
        margin-bottom: 26px;
    }

    .popular-destinations__eyebrow {
        font-size: 20px;
        line-height: 22px;
    }

    .dest-slide__inner {
        height: 340px;
        border-radius: 20px;
    }

    .dest-slide__content {
        padding: 20px 24px;
    }

    .dest-slide__title {
        font-size: 30px;
        line-height: 40px;
        width: 80%;
    }

    /* Why twelve27 */
    .why-twelve27 {
        padding: 80px 0;
    }

    .why-twelve27__content {
        gap: 48px;
    }

    .why-twelve27__heading-line1 {
        font-size: 52px;
        line-height: 76px;
    }

    .why-twelve27__heading-line2 {
        font-size: 80px;
        line-height: 84px;
    }

    .why-twelve27__card {
        padding: 20px 24px;
        border-radius: 20px;
    }

    .why-twelve27__card-icon {
        width: 52px;
        height: 52px;
    }

    .why-twelve27__card-icon img {
        width: 26px;
        height: 26px;
    }

    .why-twelve27__card-heading {
        font-size: 24px;
        line-height: 28px;
    }

    .why-twelve27__card-content p {
        font-size: 14px;
        line-height: 22px;
    }

    /* Testimonials */
    .testimonials-section {
        padding: 70px 0;
    }

    .testimonials-section__heading {
        font-size: 52px;
    }

    .testimonials-section__subheading {
        font-size: 20px;
    }

    /* Perfect escape */
    .perfect-escape {
        height: 580px;
    }

    .perfect-escape__heading {
        font-size: 68px;
        margin-bottom: 20px;
    }

    .perfect-escape__eyebrow {
        font-size: 16px;
    }

    .perfect-escape__content p {
        font-size: 16px;
        line-height: 26 px;
        width: 50%;
    }

    .perfect-escape__img-main {
        height: 400px;
    }

    .perfect-escape__img-sec {
        width: 300px;
        height: 350px;
        right: 1%;
    }

    /* Experiences banner */
    .exp-banner__wrap {
        height: 360px;
        border-radius: 32px;
    }

    .exp-banner__heading {
        font-size: 56px;
        line-height: 64px;
    }

    .exp-banner__subtext p {
        font-size: 18px;
        line-height: 26px;
    }

    .exp-banner__content {
        max-width: 75%;
        gap: 14px;
    }

    /* Experiences intro */
    .exp-intro {
        padding: 70px 0 70px;
    }

    .exp-intro__heading {
        font-size: 52px;
        line-height: 60px;
        margin-bottom: 24px;
    }

    .exp-intro__images {
        height: 460px;
    }

    .exp-intro__img-sec {
        width: 280px;
        height: 260px;
    }

    /* Shared eyebrow + heading */
    .exp-section__eyebrow {
        font-size: 20px;
        line-height: 22px;
    }

    .exp-section__heading {
        font-size: 52px;
        line-height: 60px;
    }

    /* Concierge */
    .exp-concierge {
        padding: 60px 0;
    }

    .exp-concierge__image-wrapper {
        width: 40%;
    }

    .exp-concierge__content-wrapper {
        padding: 0px 0 0 0;
    }

    /* Group */
    .exp-group {
        padding: 70px 0 70px;
    }

    .exp-group__heading {
        font-size: 52px;
        line-height: 60px;
        max-width: 90%;
    }

    .exp-group__heading-line {
        margin-top: 28px;
    }

    .exp-group__main-img {
        height: 360px;
    }

    .exp-group__grid-img {
        height: 175px;
    }

    /* VIP */
    .exp-vip {
        padding: 60px 0;
    }

    .exp-vip__image-wrapper {
        width: 40%;
    }

    .exp-vip__content-wrapper {
        padding: 0px 0 0 0;
    }

    .exp_why-twelve27 {
        margin-bottom: 80px;
    }

    /* Why Twelve27 banner */
    .wt27-banner__wrap {
        height: 360px;
        border-radius: 32px;
    }

    .wt27-banner__heading {
        font-size: 56px;
        line-height: 64px;
    }

    .wt27-banner__subtext p {
        font-size: 18px;
        line-height: 26px;
    }

    /* Why section */
    .wt27-why {
        min-height: 540px;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 40px;
    }

    .wt27-why__inner {
        gap: 48px;
    }

    .wt27-why__heading-sm {
        font-size: 52px;
        line-height: 76px;
    }

    .wt27-why__heading-lg {
        font-size: 80px;
        line-height: 84px;
    }

    .wt27-why-card {
        padding: 20px 14px 20px 24px;
        border-radius: 20px;
    }

    .wt27-why-card__icon-circle {
        width: 52px;
        height: 52px;
    }

    .wt27-why-card__icon {
        width: 30px;
        height: 30px;
    }

    .wt27-why-card__heading {
        font-size: 22px;
        line-height: 24px;
    }

    .wt27-why-card__text p {
        font-size: 15px;
        line-height: 22px;
    }

    /* Operators */
    .wt27-operators {
        padding: 70px 0;
    }

    .wt27-operators__left {
        padding-right: 30px;
    }

    .wt27-operators__heading {
        font-size: 52px;
        line-height: 60px;
    }

    .wt27-op-card__logo {
        width: 100px;
        height: 52px;
    }

    .wt27-op-card__name {
        font-size: 14px;
    }

    /* Explore stats */
    .wt27-explore {
        padding: 0px 0 80px;
    }

    .wt27-explore__heading {
        font-size: 52px;
        line-height: 60px;
    }

    .wt27-stat__number {
        font-size: 40px;
    }

    .wt27-stat__label {
        font-size: 18px;
    }

    /* Contact Us banner */
    .cu-banner__wrap {
        height: 360px;
        border-radius: 32px;
    }

    .cu-banner__heading {
        font-size: 56px;
        line-height: 64px;
    }

    .cu-banner__subtext p {
        font-size: 18px;
        line-height: 26px;
    }

    /* Contact section header */
    .cu-contact {
        padding: 60px 0 80px;
    }

    .cu-contact__header {
        margin-bottom: 32px;
    }

    .cu-contact__eyebrow {
        font-size: 20px;
        line-height: 22px;
    }

    .cu-contact__heading {
        font-size: 52px;
        line-height: 60px;
        width: 70%;
    }

    .cu-contact__heading-rule {
        margin-top: 30px;
    }

    /* Left column */
    .cu-contact__col-left {
        /* gap: 32px; */
        padding: 40px 0;
    }

    .cu-contact__subheading {
        font-size: 50px;
        line-height: 52px;
        width: 90%;
    }

    .cu-contact__detail-value {
        font-size: 28px;
    }

    .cu-contact__social-circle {
        width: 44px;
        height: 44px;
    }

    .cu-contact__social-icon {
        width: 20px;
        height: 20px;
    }

    /* Form card */
    .cu-form-card {
        padding: 22px;
        gap: 24px;
    }

    .cu-form-card__heading {
        font-size: 24px;
    }

    /* Archive Excursions banner */
    .arch-exc-banner__wrap {
        height: 360px;
        border-radius: 32px;
    }

    .arch-exc-banner__heading {
        font-size: 56px;
        line-height: 64px;
    }

    .arch-exc-banner__subtext p {
        font-size: 18px;
        line-height: 26px;
    }

    .arch-exc-banner__content {
        max-width: 80%;
        gap: 14px;
    }

    /* Excursions listing */
    .exc-listing {
        padding: 70px 0 80px;
    }

    .exc-listing__title {
        font-size: 52px;
        line-height: 60px;
    }

    .exc-listing__cat-name {
        font-size: 30px;
        letter-spacing: -1.5px;
    }

    .exc-listing__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 22px 18px;
    }

    .exc-card__img {
        height: 280px;
    }

    /* Single Excursion */
    .exc-single {
        padding: 50px 0 70px;
    }

    .exc-single__header {
        margin-bottom: 26px;
    }

    .exc-single__title {
        font-size: 32px;
        margin: 0 0 10px;
    }

    .exc-single__main {
        padding-right: 24px;
    }

    .exc-gallery {
        --exc-gallery-h: 420px;
        grid-template-columns: 1fr 190px;
        margin-bottom: 20px;
    }

    .exc-gallery__nav {
        width: 40px;
        height: 40px;
    }

    .exc-gallery__count {
        bottom: 50px;
        height: 30px;
        padding: 0 14px;
        font-size: 12px;
        width: 100px;
    }

    .exc-section {
        margin-bottom: 34px;
    }

    .exc-section__heading {
        font-size: 20px;
    }

    .exc-overview__content p,
    .exc-acc-item__body p,
    .exc-iti__intro p,
    .exc-iti__bullets li,
    .exc-iti__note,
    .exc-iti__time,
    .exc-inc__list li,
    .exc-kbyg__desc p {
        font-size: 15px;
        line-height: 24px;
    }

    .exc-acc__head {
        font-size: 20px;
        padding: 22px 0;
    }

    .exc-acc-item__title {
        font-size: 17px;
    }

    .exc-iti__stop {
        padding-left: 32px;
    }

    .exc-inc__sub {
        font-size: 17px;
    }

    .exc-form-card {
        padding: 20px;
    }

    .exc-form-card__head-label {
        font-size: 11px;
    }

    /* Other Excursions */
    .exc-other {
        padding: 0px 0 100px;
    }

    .exc-other__heading {
        font-size: 30px;
        margin-bottom: 22px;
    }

    .exc-other__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 18px;
    }

}

@media (max-width: 991px) {

    /* Hero */

    .hero-banner {
        margin-top: 90px;
    }


    .hero-banner__wrap {
        height: 480px;
        border-radius: 24px;
    }

    .hero-banner__wrap::after {
        border-radius: 24px;
    }

    .hero-banner__heading {
        font-size: 44px;
        line-height: 52px;
    }

    .hero-banner__subtext p {
        font-size: 16px;
        line-height: 24px;
    }

    .hero-banner__content {
        gap: 28px;
        padding: 0 24px;
        max-width: 90%;
    }

    /* Curated — 2 cols */
    .curated-adventures {
        padding: 40px 0 50px;
    }

    .curated-adventures__heading-wrap {
        flex-wrap: wrap;
        margin-bottom: 32px;
    }

    .curated-adventures__heading {
        font-size: 42px;
        line-height: 50px;
        max-width: 100%;
    }

    .curated-adventures__heading-line {
        width: 100%;
        margin: 0;
        margin-bottom: 0;
        flex: none;
    }

    .curated-adventures__col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 28px;
    }

    .curated-adventures__item-heading {
        font-size: 18px;
        line-height: 26px;
    }

    .handpicked-adventures {
        padding: 50px 0;
    }


    /* Handpicked — 2 cols */
    .handpicked-adventures__heading {
        font-size: 42px;
        line-height: 50px;
        width: 90%;
    }

    .handpicked-adventures__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .handpicked-cat-box {
        height: 240px;
    }

    .handpicked-cat-box__title {
        font-size: 22px;
    }

    /* Popular destinations */
    .popular-destinations {
        padding: 50px 0 50px;
    }

    .popular-destinations__heading-wrap {
        flex-wrap: wrap;
    }

    .popular-destinations__heading {
        font-size: 42px;
        line-height: 50px;
    }

    .popular-destinations__heading-line {
        width: 100%;
        margin: 0;
        flex: none;
    }

    .dest-slide__inner {
        height: 300px;
    }

    .dest-slide__title {
        font-size: 26px;
        line-height: 34px;
        width: 85%;
    }

    .popular-destinations__slider .slick-prev {
        left: -10px;
    }

    .popular-destinations__slider .slick-next {
        right: -10px;
    }


    .popular-destinations__slider li {
        width: 10px !important;
        height: 10px !important;
        margin: 0 15px;
    }

    .popular-destinations__slider .slick-dots li.slick-active {
        width: 10px !important;
        height: 10px !important;
        transform: scale(1.5);
    }

    /* Why twelve27 — 2 cols */
    .why-twelve27 {
        padding: 60px 0;
    }

    .why-twelve27__heading-line1 {
        font-size: 40px;
        line-height: 56px;
    }

    .why-twelve27__heading-line2 {
        font-size: 64px;
        line-height: 68px;
    }

    .why-twelve27__card-col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 24px;
    }

    .why-twelve27__card-heading {
        font-size: 22px;
        line-height: 26px;
    }

    .why-twelve27__cards {
        justify-content: center;
    }

    /* Testimonials */
    .testimonials-section {
        padding: 50px 0 0px;
    }

    .testimonials-section__heading {
        font-size: 42px;
    }

    .testimonials-section__subheading {
        font-size: 18px;
    }

    .testimonials-section__header {
        margin-bottom: 28px;
    }

    /* Perfect escape — stack */
    .perfect-escape {
        height: auto;
        padding: 60px 0;
    }

    .perfect-escape__left {
        padding-right: 0;
        margin-bottom: 32px;
    }

    .perfect-escape__right {
        position: relative !important;
    }

    .perfect-escape__heading {
        font-size: 60px;
        line-height: 1.05;
    }

    .perfect-escape__eyebrow {
        font-size: 15px;
    }

    .perfect-escape__content p {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
    }

    .perfect-escape__img-main {
        position: static;
        width: 100%;
        height: 360px;
        margin-top: 24px;
    }

    .perfect-escape__img-sec {
        position: absolute;
        width: 200px;
        height: 250px;
        box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.15);
        top: -15%;
        right: 5%;
    }

    .perfect-escape__images {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    .perfect-escape__btn {
        margin-left: 20px;
    }

    /* Experiences banner */

    .exp-banner {
        margin-top: 90px;
    }

    .exp-banner__wrap {
        height: 320px;
        border-radius: 24px;
    }

    .exp-banner__heading {
        font-size: 42px;
        line-height: 50px;
    }

    .exp-banner__subtext p {
        font-size: 16px;
        line-height: 24px;
    }

    .exp-banner__content {
        max-width: 85%;
    }

    /* Experiences intro — stack */
    .exp-intro {
        padding: 60px 0 40px;
    }

    .exp-intro__left,
    .exp-intro__right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .exp-intro__left {
        margin-bottom: 32px;
    }

    .exp-intro__heading {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .exp-intro__content p {
        width: 100%;
    }

    .exp-intro__images {
        height: 420px;
    }

    .exp-intro__img-main {
        width: 75%;
    }

    .exp-intro__img-sec {
        width: 240px;
        height: 220px;
    }

    /* Shared */
    .exp-section__heading {
        font-size: 40px;
        line-height: 48px;
    }

    .exp-section__eyebrow {
        font-size: 18px;
    }

    /* Concierge — image static block above */
    .exp-concierge {
        padding: 50px 0;
        overflow: visible;
    }

    .exp-concierge__image-col,
    .exp-concierge__content-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .exp-concierge__image-wrapper {
        position: static;
        width: 100%;
        height: 320px;
        margin-bottom: 28px;
    }

    .exp-concierge__img {
        border-radius: 12px;
    }

    .exp-concierge__content-wrapper {
        padding: 0;
    }

    /* Group — stack gallery */
    .exp-group {
        padding: 50px 0 70px;
    }

    .exp-group__heading-row {
        flex-wrap: wrap;
        gap: 16px;
    }

    .exp-group__heading {
        font-size: 40px;
        line-height: 48px;
        max-width: 100%;
    }

    .exp-group__heading-line {
        width: 100%;
        margin: 0;
        flex: none;
        align-self: stretch;
    }

    .exp-group__main-col,
    .exp-group__grid-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .exp-group__main-col {
        padding-right: 15px !important;
        margin-bottom: 12px;
    }

    .exp-group__grid-col {
        padding-left: 15px !important;
    }

    .exp-group__main-img {
        height: 340px;
    }

    .exp-group__grid-img {
        height: 240px;
    }

    .exp-group__grid-img img {
        object-position: top;
    }

    /* VIP — image static block below */
    .exp-vip {
        padding: 50px 0 30px;
        overflow: visible;
        margin-bottom: 0px;
    }

    .exp-vip__content-col,
    .exp-vip__image-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .exp-vip__image-wrapper {
        position: static;
        width: 100%;
        height: 320px;
        margin-top: 28px;
    }

    .exp-vip__img {
        border-radius: 12px;
    }

    .exp-vip__content-wrapper {
        padding: 0;
    }

    .exp_why-twelve27 {
        margin-bottom: 0;
    }

    /* Why Twelve27 banner */

    .wt27-banner {
        margin-top: 90px;
    }


    .wt27-banner__wrap {
        height: 320px;
        border-radius: 24px;
    }

    .wt27-banner__heading {
        font-size: 42px;
        line-height: 50px;
    }

    .wt27-banner__subtext p {
        font-size: 16px;
        line-height: 24px;
    }

    /* Why section */
    .wt27-why {
        min-height: auto;
        padding: 50px 0;
        margin-top: 30px;
    }

    .wt27-why__inner {
        gap: 36px;
    }

    .wt27-why__heading-sm {
        font-size: 40px;
        line-height: 56px;
    }

    .wt27-why__heading-lg {
        font-size: 64px;
        line-height: 68px;
    }

    .wt27-why__col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .wt27-why-card__heading {
        font-size: 20px;
        line-height: 24px;
    }

    /* Operators — stack */
    .wt27-operators {
        padding: 50px 0;
    }

    .wt27-operators__left,
    .wt27-operators__right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wt27-operators__left {
        padding-right: 15px;
        margin-bottom: 32px;
    }

    .wt27-operators__heading {
        font-size: 40px;
        line-height: 48px;
    }

    .wt27-op-card__logo {
        width: 90px;
        height: 48px;
    }

    /* Explore */
    .wt27-explore {
        padding: 0px 0 0px;
    }

    .wt27-explore__heading {
        font-size: 40px;
        line-height: 48px;
    }

    .wt27-stat__col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 24px;
    }

    .wt27-stat__number {
        font-size: 36px;
    }

    .wt27-stat__label {
        font-size: 16px;
    }

    /* Contact Us banner */

    .cu-banner {
    margin-top: 90px;
}


    .cu-banner__wrap {
        height: 320px;
        border-radius: 24px;
    }

    .cu-banner__heading {
        font-size: 42px;
        line-height: 50px;
    }

    .cu-banner__subtext p {
        font-size: 16px;
        line-height: 24px;
    }

    /* Contact section — stack cols */
    .cu-contact {
        padding: 50px 0 70px;
        overflow: visible;
    }

    .cu-contact__header {
        margin-bottom: 24px;
    }

    .cu-contact__heading-row {
        flex-wrap: wrap;
        gap: 16px;
    }

    .cu-contact__heading {
        font-size: 40px;
        line-height: 48px;
        width: 100%;
    }

    .cu-contact__heading-rule {
        width: 100%;
        flex: none;
        margin: 0;
        align-self: stretch;
    }

    /* Left/Right cols stack */
    .cu-contact__col-left,
    .cu-contact__col-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cu-contact__col-left {
        /* gap: 28px; */
        padding: 0;
        margin-bottom: 32px;
    }

    .cu-contact__col-right {
        padding-top: 0;
    }

    .cu-contact__subheading {
        font-size: 40px;
        line-height: 44px;
        width: 100%;
    }

    .cu-contact__detail-value {
        font-size: 26px;
    }

    /* Form card */
    .cu-form-card {
        padding: 20px;
        gap: 20px;
    }

    .cu-form-card__heading {
        font-size: 22px;
    }

    /* Archive Excursions banner */
    .arch-exc-banner {
        margin-top: 90px;
    }

    .arch-exc-banner__wrap {
        height: 320px;
        border-radius: 24px;
    }

    .arch-exc-banner__heading {
        font-size: 42px;
        line-height: 50px;
    }

    .arch-exc-banner__subtext p {
        font-size: 16px;
        line-height: 24px;
    }

    .arch-exc-banner__content {
        max-width: 85%;
    }

    /* Excursions listing */
    .exc-listing {
        padding: 50px 0 70px;
    }

    .exc-listing__title {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 26px;
    }

    .exc-listing__tabs-wrap {
        justify-content: flex-start;
        margin-bottom: 26px;
    }

    .exc-listing__tabs {
        display: flex;
        width: 100%;
        padding-right: 20px;
    }

    .exc-listing__cat-name {
        font-size: 26px;
        letter-spacing: -1px;
    }

    .exc-listing__meta {
        margin-bottom: 20px;
    }

    .exc-listing__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 16px;
    }

    .exc-card__img {
        height: 260px;
    }

    /* Single Excursion */
    .exc-single {
        padding: 110px 0 60px;
    }

    .exc-single__header {
        margin-bottom: 22px;
    }

    .exc-single__title {
        font-size: 28px;
    }

    .exc-single__row {
        flex-wrap: wrap;
    }

    .exc-single__main,
    .exc-single__sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .exc-single__main {
        padding-right: 15px;
    }

    .exc-single__sidebar {
        margin-top: 30px;
    }

    .exc-single__sticky {
        position: static;
        top: auto;
    }

    .exc-gallery {
        --exc-gallery-h: 380px;
        grid-template-columns: 1fr 170px;
        margin-bottom: 20px;
    }

    .exc-gallery__nav {
        width: 38px;
        height: 38px;
    }

    .exc-gallery__count {
        bottom: 40px;
        height: 30px;
        padding: 0 12px;
        font-size: 12px;
    }

    .exc-section {
        margin-bottom: 30px;
    }

    .exc-section__heading {
        font-size: 20px;
    }

    .exc-acc__head {
        font-size: 20px;
        padding: 20px 0;
    }

    .exc-acc-item__title {
        font-size: 17px;
    }

    .exc-iti__stop {
        padding-left: 24px;
    }

    .exc-inc__sub {
        font-size: 17px;
    }

    .exc-form-card {
        padding: 20px;
    }

    .exc-form-card__head-label {
        font-size: 15px;
    }

    /* Other Excursions */
    .exc-other {
        padding: 0px 0 2%;
    }

    .exc-other__heading {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .exc-other__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 16px;
    }

    .exc-form-card__head {
    align-items: center;
}

    .exc-form-card .gform_wrapper {
    max-height: fit-content !important;
    overflow-y: unset;
    padding-right: 0;

}

}

@media (max-width: 767px) {

    /* Hero */
    .hero-banner__wrap {
        height: 420px;
        border-radius: 20px;
    }

    .hero-banner__wrap::after {
        border-radius: 20px;
    }

    .hero-banner__heading {
        font-size: 36px;
        line-height: 44px;
    }

    .hero-banner__subtext p {
        font-size: 15px;
        line-height: 22px;
    }

    .hero-banner__content {
        gap: 20px;
        padding: 0 20px;
        max-width: 100%;
    }

    /* Curated — 1 col */
    .curated-adventures {
        padding: 30px 0 30px;
    }

    .curated-adventures__heading {
        font-size: 34px;
        line-height: 40px;
        text-align: center;
    }

    .curated-adventures__col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }

    .curated-adventures__icon {
        width: 48px;
        height: 48px;
    }

    .curated-adventures__icon img {
        width: 24px;
        height: 24px;
    }

    .curated-adventures__item-heading {
        font-size: 20px;
        line-height: 24px;
        width: 100%;
    }

    /* Handpicked — 1 col */
    .handpicked-adventures {
        padding: 50px 0;
    }

    .handpicked-adventures__heading {
        font-size: 34px;
        line-height: 40px;
        width: 100%;
    }

    .handpicked-adventures__header {
        margin-bottom: 28px;
    }

    .handpicked-adventures__grid {
        grid-template-columns: 1fr;
    }

    .handpicked-cat-box {
        height: 240px;
    }

    .handpicked-cat-box__title {
        font-size: 22px;
    }

    .handpicked-adventures__btn {
        padding: 0 28px;
        height: 48px;
        font-size: 13px;
    }

    /* Popular destinations */
    .popular-destinations {
        padding: 50px 0 40px;
    }

    .popular-destinations__heading {
        font-size: 34px;
        line-height: 40px;
        flex-shrink: unset;
    }

    .popular-destinations__eyebrow {
        font-size: 18px;
        line-height: 20px;
    }

    .dest-slide__inner {
        height: 280px;
        border-radius: 16px;
    }

    .dest-slide__title {
        font-size: 22px;
        line-height: 28px;
        width: 90%;
    }

    .popular-destinations__slider .slick-prev,
    .popular-destinations__slider .slick-next {
        width: 36px;
        height: 36px;
    }

    .popular-destinations__slider .slick-prev {
        left: -6px;
    }

    .popular-destinations__slider .slick-next {
        right: -6px;
    }

    .popular-destinations__slider .slick-dots {
        bottom: -40px;
    }

    /* Why twelve27 — 1 col */
    .why-twelve27 {
        padding: 50px 0;
    }

    .why-twelve27__content {
        gap: 32px;
    }

    .why-twelve27__heading-line1 {
        font-size: 30px;
        line-height: 40px;
    }

    .why-twelve27__heading-line2 {
        font-size: 48px;
        line-height: 52px;
    }

    .why-twelve27__card-col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 16px;
    }

    .why-twelve27__card {
        padding: 18px 22px;
        text-align: center;
    }

    .why-twelve27__card-header {
        flex-direction: column;
    }


    .why-twelve27__card-heading {
        font-size: 20px;
        line-height: 24px;
    }

    .why-twelve27__btn {
        padding: 0 28px;
        height: 48px;
        font-size: 13px;
    }

    /* Testimonials */
    .testimonials-section {
        padding: 40px 0 0;
    }

    .testimonials-section__heading {
        font-size: 34px;
    }

    .testimonials-section__subheading {
        font-size: 16px;
    }

    /* Perfect escape */
    .perfect-escape {
        padding: 50px 0 50px;
    }

    .perfect-escape__heading {
        font-size: 44px;
        line-height: 1.1;
        margin-bottom: 16px;
        text-align: center;
    }

    .perfect-escape__eyebrow {
        font-size: 14px;
        margin-bottom: 8px;
        text-align: center;
    }

    .perfect-escape__content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 24px;
        padding-left: 0px;
        text-align: center;

    }

    .perfect-escape__row {
        text-align: center;
    }

    .perfect-escape__content p::before {
        display: none;
    }

    .perfect-escape__btn {
        padding: 0 28px;
        height: 48px;
        font-size: 13px;
        margin: 0 auto;
    }

    .perfect-escape__img-main {
        height: 280px;
    }

    .perfect-escape__img-sec {
        width: 170px;
        height: 200px;
        top: -12px;
    }


    .curated-adventures__item {
        text-align: center;
    }

    .curated-adventures__item-header {
        flex-direction: column;
    }

    .popular-destinations__header {
        text-align: center;
    }

    /* Experiences banner */
    .exp-banner__wrap {
        height: 300px;
        border-radius: 20px;
    }

    .exp-banner__heading {
        font-size: 32px;
        line-height: 40px;
    }

    .exp-banner__subtext p {
        font-size: 15px;
        line-height: 22px;
    }

    .exp-banner__content {
        max-width: 100%;
        padding: 0 20px;
    }

    /* Intro */
    .exp-intro {
        padding: 50px 0 0px;
    }

    .exp-intro__heading {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }

    .exp-intro__content p {
        text-align: center;
    }

    .exp-intro__images {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }

    .exp-intro__img-main {
        position: static;
        width: 100%;
        height: 280px;
    }

    .exp-intro__img-sec {
        position: static;
        width: 100%;
        height: 280px;
        margin: 0 auto;
        bottom: auto;
        left: auto;
    }

    /* Shared */
    .exp-section__heading {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }

    .exp-section__text p {
        text-align: center;
    }

    .exp-feature-list__item {
        flex-direction: column;
    }

    .exp-feature-list {
        gap: 20px;
    }

    .exp-section__eyebrow {
        font-size: 16px;
        text-align: center;
    }

    .exp-feature-list__text {
        font-size: 14px;
    }

    /* Concierge */
    .exp-concierge__image-wrapper {
        height: 330px;
        margin-bottom: 0;
    }

    .exp-concierge__row {
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    /* Group */
    .exp-group {
        padding: 40px 0 60px;
    }

    .exp-group__heading {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }

    .exp-group__content p {
        text-align: center;
    }

    .exp-group__main-img {
        height: 280px;
    }

    .exp-group__grid-img {
        height: 180px;
    }

    /* VIP */
    .exp-vip__image-wrapper {
        height: 400px;
    }

    .exp_why-twelve27 {
        margin-bottom: 0;
    }

    /* Banner */
    .wt27-banner__wrap {
        height: 300px;
        border-radius: 20px;
    }

    .wt27-banner__heading {
        font-size: 32px;
        line-height: 40px;
    }

    .wt27-banner__subtext p {
        font-size: 15px;
        line-height: 22px;
    }

    .wt27-banner__content {
        max-width: 100%;
        padding: 0 20px;
    }

    /* Why */
    .wt27-why {
        padding: 40px 0;
        margin-top: 20px;
    }

    .wt27-why__inner {
        gap: 28px;
        padding: 0;
    }

    .wt27-why__heading-sm {
        font-size: 28px;
        line-height: 36px;
    }

    .wt27-why__heading-lg {
        font-size: 44px;
        line-height: 48px;
    }

    .wt27-why__col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 16px;
    }

    .wt27-why-card {
        padding: 18px 16px 18px 22px;
        text-align: center;
    }

    .wt27-why-card__header {
        flex-direction: column;
    }

    /* Operators */
    .wt27-operators {
        padding: 50px 0;
    }

    .wt27-operators__heading {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }

    .wt27-operators__subtext p {
        text-align: center;
    }

    .wt27-operators__grid-col {
        padding: 0 6px;
    }

    .wt27-op-card {
        padding: 10px;
    }

    .wt27-op-card__logo {
        width: 80px;
        height: 40px;
    }

    .wt27-op-card__name {
        font-size: 13px;
        white-space: normal;
    }

    /* Explore */
    .wt27-explore {
        padding: 0px 0 0px;
    }

    .wt27-explore__heading {
        font-size: 32px;
        line-height: 40px;
    }

    .wt27-stat__number {
        font-size: 32px;
    }

    .wt27-stat__label {
        font-size: 15px;
    }

    /* Contact Us banner */
    .cu-banner__wrap {
        height: 300px;
        border-radius: 20px;
    }

    .cu-banner__heading {
        font-size: 32px;
        line-height: 40px;
    }

    .cu-banner__subtext p {
        font-size: 15px;
        line-height: 22px;
    }

    .cu-banner__content {
        max-width: 100%;
        padding: 0 20px;
    }

    /* Contact section */
    .cu-contact {
        padding: 40px 0 60px;
    }

    .cu-contact__eyebrow {
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }

    .cu-contact__heading {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }

    .cu-contact__col-left {
        /* gap: 24px; */
        margin-bottom: 24px;
        text-align: center;
    }

    .cu-contact__social {
    justify-content: center;
    align-items: center;
    gap: 20px;
}

    .cu-contact__subheading {
        font-size: 32px;
        line-height: 36px;
    }

    .cu-contact__subtext p {
        font-size: 15px;
    }

    .cu-contact__detail-label {
        font-size: 15px;
    }

    .cu-contact__detail-value {
        font-size: 22px;
    }

    .cu-contact__social-icons {
        gap: 16px;
    }

    .cu-contact__social-circle {
        width: 40px;
        height: 40px;
    }

    .cu-contact__social-icon {
        width: 18px;
        height: 18px;
    }

    /* Form card */
    .cu-form-card {
        padding: 18px;
        gap: 18px;
    }

    .cu-form-card__heading {
        font-size: 20px;
        text-align: center;
    }

    .cu-form-card .gform_confirmation_message {
    text-align: center !important;
}

    .cu-form-card .gfield {
        padding: 10px 8px !important;
    }

    .cu-form-card .ginput_container textarea {
        min-height: 130px;
    }

    .cu-form-card .gfield--type-textarea {
        min-height: 170px;
    }

    /* Select dropdown overflow safeguard (mobile) */
    .cu-form-card,
    .cu-form-card .gfield,
    .cu-form-card .ginput_container,
    .cu-form-card .ginput_container select {
        max-width: 100%;
        box-sizing: border-box;
    }

    .cu-form-card .ginput_container {
        overflow: hidden;
    }

    .cu-form-card .ginput_container select {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .cu-form-card .ginput_container select option {
        max-width: 100%;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    /* Archive Excursions banner */
    .arch-exc-banner {
        padding: 0 15px;
    }

    .arch-exc-banner__wrap {
        height: 300px;
        border-radius: 20px;
    }

    .arch-exc-banner__heading {
        font-size: 32px;
        line-height: 40px;
    }

    .arch-exc-banner__subtext p {
        font-size: 15px;
        line-height: 22px;
    }

    .arch-exc-banner__content {
        max-width: 100%;
        padding: 0 20px;
        gap: 12px;
    }

    /* Excursions listing */
    .exc-listing {
        padding: 40px 0 60px;
    }

    .exc-listing__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 22px;
    }

    .exc-listing__tabs-wrap {
        margin-bottom: 22px;
    }

    .exc-listing__tab {
        height: 36px;
        padding: 0 12px;
        font-size: 14px;
    }

    .exc-listing__meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 18px;
    }

    .exc-listing__cat-name {
        font-size: 24px;
        letter-spacing: -0.8px;
    }

    .exc-listing__sort {
        width: 100%;
        justify-content: flex-start;
    }

    .exc-listing__sort-panel {
        right: auto;
        left: 0;
        min-width: 200px;
    }

    .exc-listing__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 12px;
    }

    .exc-card__img {
        height: 200px;
    }

    .exc-card__body {
        padding: 10px 10px 8px;
        gap: 10px;
    }

    .exc-card__title {
        font-size: 14px;
    }

    .exc-card__meta {
        gap: 8px;
    }

    .exc-card__meta-item {
        font-size: 13px;
    }

    /* Single Excursion */
    .exc-single {
        padding: 110px 0 50px;
    }

    .exc-single__header {
        margin-bottom: 18px;
    }

    .exc-single__title {
        font-size: 24px;
    }

    .exc-single__back {
        font-size: 12px;
    }

    .exc-single__badge {
        font-size: 13px;
    }

    .exc-gallery {
        --exc-gallery-h: 350px;
        --exc-thumb-h: 110px;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 20px;
    }

    .exc-gallery__nav-wrap {
        height: var(--exc-thumb-h);
        width: 100%;
    }

    .exc-gallery__thumbs-viewport {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    .exc-gallery__thumbs {
        flex-direction: row;
        height: 100%;
    }

    .exc-gallery__thumb {
        flex: 0 0 calc(100% / 3);
        width: calc(100% / 3);
        height: 100%;
        padding: 0 4px;
    }

    .exc-gallery__thumb img {
        height: 100%;
    }

    .exc-gallery__count {
        left: auto;
        right: 35px;
        bottom: 50%;
        transform: translateY(50%);
        height: 30px;
        padding: 0 12px;
        font-size: 12px;
    }

    .exc-gallery__nav {
        width: 36px;
        height: 36px;
    }

    .exc-gallery__nav--prev {
        left: 10px;
    }

    .exc-gallery__nav--next {
        right: 10px;
    }

    .exc-section {
        margin-bottom: 26px;
    }

    .exc-section__heading {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .exc-overview__content p,
    .exc-acc-item__body p,
    .exc-iti__intro p,
    .exc-iti__bullets li,
    .exc-iti__note,
    .exc-iti__time,
    .exc-inc__list li,
    .exc-kbyg__desc p {
        font-size: 14px;
        line-height: 22px;
    }

    .exc-acc__head {
        font-size: 18px;
        padding: 18px 0;
        gap: 10px;
    }

    .exc-acc__body {
        padding: 0 0 22px;
    }

    .exc-acc-item {
        margin-bottom: 22px;
    }

    .exc-acc-item__title {
        font-size: 16px;
    }

    .exc-iti__stop {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .exc-iti__loc {
        font-size: 15px;
    }

    .exc-inc__sub {
        font-size: 16px;
    }

    .exc-inc {
        margin-bottom: 22px;
    }

    .exc-kbyg__item {
        margin-bottom: 16px;
    }

    .exc-kbyg__label {
        font-size: 15px;
    }

    .exc-form-card {
        padding: 18px;
    }

    .exc-form-card__head {
        gap: 8px;
        margin-bottom: 16px;
    }

    .exc-form-card__head-label {
        font-size: 14px;
    }

    .exc-form-card .gfield_label {
        font-size: 13px !important;
    }

    .exc-form-card .ginput_container input,
    .exc-form-card .ginput_container select,
    .exc-form-card .ginput_container textarea {
        font-size: 13px !important;
    }

    .exc-form-card .gform_button,
    .exc-form-card input[type="submit"].gform_button,
    .exc-form-card button[type="submit"] {
        height: 44px !important;
        font-size: 14px !important;
    }

    .exc-book-ahead {
        padding: 12px 14px;
        gap: 10px;
    }

    .exc-book-ahead__icon svg {
        width: 36px;
        height: 36px;
    }

    .exc-book-ahead__title {
        font-size: 15px;
    }

    .exc-book-ahead__desc {
        font-size: 13px;
    }

    /* Other Excursions */
    .exc-other {
        padding: 0px 0 10px;
    }

    .exc-other__heading {
        font-size: 24px;
        margin-bottom: 18px;
        text-align: center;
    }

    .exc-other__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 12px;
    }

}

@media (max-width: 575px) {

    /* Hero */
    .hero-banner__wrap {
        height: 360px;
        border-radius: 16px;
    }

    .hero-banner__wrap::after {
        border-radius: 16px;
    }

    .hero-banner__heading {
        font-size: 30px;
        line-height: 36px;
    }

    .hero-banner__subtext p {
        font-size: 14px;
        line-height: 20px;
    }

    /* Curated */
    .curated-adventures__heading {
        font-size: 28px;
        line-height: 34px;
    }

    /* Handpicked */
    .handpicked-adventures__heading {
        font-size: 28px;
        line-height: 34px;
    }

    .handpicked-cat-box {
        height: 220px;
    }

    .handpicked-cat-box__title {
        font-size: 20px;
    }

    .handpicked-cat-box__content {
        padding: 16px 20px;
        text-align: center;
    }

    /* Popular destinations */
    .popular-destinations__heading {
        font-size: 28px;
        line-height: 34px;
    }

    .dest-slide__inner {
        height: 240px;
    }

    .dest-slide__title {
        font-size: 18px;
        line-height: 24px;
    }

    .popular-destinations__heading-wrap {
        justify-content: center;
    }

    /* Why twelve27 */
    .why-twelve27__heading-line1 {
        font-size: 24px;
        line-height: 32px;
    }

    .why-twelve27__heading-line2 {
        font-size: 38px;
        line-height: 42px;
    }

    /* Testimonials */
    .testimonials-section__heading {
        font-size: 28px;
    }

    /* Perfect escape */
    .perfect-escape__heading {
        font-size: 34px;
    }

    .perfect-escape__img-main {
        height: 220px;
    }

    .perfect-escape__img-sec {
        width: 150px;
        height: auto;
        top: -8px;
    }

    /* Experiences banner */
    .exp-banner__wrap {
        height: 300px;
        border-radius: 16px;
    }

    .exp-banner__heading {
        font-size: 26px;
        line-height: 32px;
    }

    .exp-banner__subtext p {
        font-size: 14px;
        line-height: 20px;
    }

    /* Intro */
    .exp-intro__heading {
        font-size: 28px;
        line-height: 34px;
    }

    .exp-intro__img-main {
        height: 220px;
    }

    .exp-intro__img-sec {
        width: 100%;
        height: 280px;
    }



    /* Shared */
    .exp-section__heading {
        font-size: 28px;
        line-height: 34px;
    }

    /* Group */
    .exp-group__heading {
        font-size: 28px;
        line-height: 34px;
    }

    .exp-group__main-img {
        height: 220px;
    }

    .exp-group__grid-img {
        height: 180px;
    }

    /* Concierge / VIP */
    .exp-concierge__image-wrapper {
        height: 350px;
    }

    .exp-vip__image-wrapper {
        height: 380px;
    }

    /* Banner */
    .wt27-banner__wrap {
        height: 300px;
        border-radius: 16px;
    }

    .wt27-banner__heading {
        font-size: 26px;
        line-height: 32px;
    }

    .wt27-banner__subtext p {
        font-size: 14px;
        line-height: 20px;
    }

    /* Why */
    .wt27-why__heading-sm {
        font-size: 22px;
        line-height: 30px;
    }

    .wt27-why__heading-lg {
        font-size: 36px;
        line-height: 40px;
    }

    /* Operators */
    .wt27-operators__heading {
        font-size: 28px;
        line-height: 34px;
    }

    .wt27-op-card__logo {
        width: 70px;
        height: 36px;
    }

    .wt27-op-card__name {
        font-size: 12px;
    }

    /* Explore */
    .wt27-explore__heading {
        font-size: 28px;
        line-height: 34px;
    }

    .wt27-stat__number {
        font-size: 28px;
    }

    .wt27-stat__label {
        font-size: 14px;
    }

    /* Contact Us banner */
    .cu-banner__wrap {
        height: 300px;
        border-radius: 16px;
    }

    .cu-banner__heading {
        font-size: 26px;
        line-height: 32px;
    }

    .cu-banner__subtext p {
        font-size: 14px;
        line-height: 20px;
    }

    /* Contact section */
    .cu-contact__heading {
        font-size: 28px;
        line-height: 34px;
    }

    .cu-contact__subheading {
        font-size: 26px;
        line-height: 30px;
    }

    .cu-contact__detail-value {
        font-size: 20px;
    }

    .cu-contact__social-circle {
        width: 36px;
        height: 36px;
    }

    .cu-contact__social-icon {
        width: 16px;
        height: 16px;
    }

    /* Form card */
    .cu-form-card {
        padding: 14px;
    }

    .cu-form-card__heading {
        font-size: 18px;
    }

    /* Select dropdown overflow safeguard (small mobile) */
    .cu-form-card,
    .cu-form-card .gfield,
    .cu-form-card .ginput_container,
    .cu-form-card .ginput_container select {
        max-width: 100%;
        box-sizing: border-box;
    }

    .cu-form-card .ginput_container {
        overflow: hidden;
    }

    .cu-form-card .ginput_container select {
        width: 100% !important;
        font-size: 13px !important;
    }

    .cu-form-card .ginput_container select option {
        max-width: 100%;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
        font-size: 13px;
    }

    /* Archive Excursions banner */
    .arch-exc-banner__wrap {
        height: 300px;
        border-radius: 16px;
    }

    .arch-exc-banner__heading {
        font-size: 26px;
        line-height: 32px;
    }

    .arch-exc-banner__subtext p {
        font-size: 14px;
        line-height: 20px;
    }

    /* Excursions listing */
    .exc-listing__title {
        font-size: 28px;
        line-height: 34px;
    }

    .exc-listing__cat-name {
        font-size: 22px;
    }

    .exc-listing__count {
        font-size: 14px;
    }

    .exc-listing__sort-label,
    .exc-listing__sort-btn {
        font-size: 14px;
    }

    .exc-listing__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .exc-card__img {
        height: 240px;
    }

    /* Single Excursion */
    .exc-single__title {
        font-size: 22px;
    }

    .exc-gallery {
        --exc-gallery-h: 260px;
        --exc-thumb-h: 100px;
    }

    .exc-gallery__thumb {
        flex: 0 0 calc(100% / 3);
        width: calc(100% / 3);
        padding: 0 3px;
    }

    .exc-gallery__count {
        right: 35px;
        height: 26px;
        padding: 0 8px;
        font-size: 10px;
        gap: 5px;
        width: 90px;
    }

    .exc-gallery__count svg {
        width: 9px;
        height: 9px;
    }

    .exc-section__heading {
        font-size: 17px;
    }

    .exc-acc__head {
        font-size: 17px;
        padding: 16px 0;
    }

    .exc-acc-item__title {
        font-size: 15px;
    }

    /* Other Excursions */
    .exc-other__heading {
        font-size: 22px;
    }

    .exc-other__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

}

@media (max-width: 490px) {

    .exp-vip__image-wrapper {
        height: auto;
    }

    .exp-concierge__image-wrapper {
        height: auto;
    }

    .exp-group__grid {
        grid-template-columns: 100%;
    }

    .exp-group__grid-img {
        height: 240px;
    }

    .exc-gallery__count {
    right: 22px;
}

}



@media (max-width: 390px) {

    .why-twelve27__btn {
        font-size: 11px;
        padding: 0 15px;
    }

    .perfect-escape__img-sec {
        width: 120px;
    }

    .exc-gallery__count {
    right: 16px;
    padding: 0 3px;
}

}


@media (max-width: 360px) { 

        .exc-gallery__count {
    right: 10px;
    padding: 0 0px;
}

}

@media (max-width: 345px) { 

        .exc-gallery__count {
    right: 15px;
    width: 75px;
    padding: 0 0px;
}

}


@media (max-width: 330px) { 

        .exc-gallery__count {
    right: 10px;
}

}