/*
Version: 3.0.1
Theme Name: Super Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* declare primary color */
:root {
    --cus-primary-color: #0056b3;
    --cus-secondary-color: #002956;
    --cus-black-color: #000;
    --cus-white-color: #fff;
}

body, a, h1, h2, h3, h4, h5, h6, p, li {
    font-family: 'Inter', sans-serif;
}

/* Mobile Menu */
.off-canvas-left .mfp-content {
    background: #fff;
}

/* Header nav */
#header .nav > li.menu-item {
    margin: 0 2.5px;
}

#header .nav > li > a {
    color: var(--Gray-700, #495057);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    text-transform: capitalize;
    padding: 8px 16px;
}

#header .nav > li > a:hover {
    color: var(--cus-primary-color);
}

/* SPT Button */
.spt-button {
    transition: all 0.3s ease;
    display: inline-block;
}

.spt-button-inner {
    display: flex;
    align-items: center;
}

.spt-button svg {
    margin-right: 10px;
}

.spt-button:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
}

/*  SPT Icon Box  */
.spt-icon-box-content p {
    margin-bottom: 0;
}

/* CF7 */
span.wpcf7-spinner {
    display: none;
}

/* Accordion */
.accordion {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px -1px 6px 1px #ddd;
}

div#accordion-2860439605 {}

.accordion-title {
    border: 0;
    padding-left: 20px;
    padding-right: 60px;
}

.accordion-title span {
    font-size: 16px;
    color: rgb(0, 51, 102);
}

.accordion-title button {}

.accordion-title button i {}

.accordion-title button i::before {}

.accordion-inner {
    padding-bottom: 0;
}

.accordion-inner p {}

.accordion-inner ul li {}

.accordion-inner p:last-child {
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion .toggle {
    left: unset;
    right: 0;
}


/* Custom */
.stuck .header-main {
    background: #fff;
}

.hp-sec1 {
    max-height: 865px;
    overflow: hidden;
    position: relative;
}

.hp-sec1-image {}

.hp-sec1-image img {}

.hp-sec1-overlay {
    background: linear-gradient(260deg, rgba(30, 33, 21, 0.00) 0.45%, rgba(7, 74, 29, 0.55) 98.03%);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hp-sec1-content-wrapper {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.hp-sec1-content .col {
    padding-bottom: 0;
}



p.hp-sec1-pretitle {
    color: var(--Theme-Light, #F8F9FA);

/* Heading/H5 */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    margin: 0;
}

h1.hp-sec1-title {
    font-family: "Playfair Display";
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 96px */
    text-transform: capitalize;
    background: var(--linear-light, linear-gradient(86deg, #F8F9FA -1.04%, #E6B859 102.66%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

p.hp-sec1-desc {
    color: var(--Theme-Light, #F8F9FA);

/* Body/Blockquote */
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 33px */
    margin: 0;
}

.hp-sec2-tabs {

border-radius: 20px;

background: var(--Gray-White, #FFF);

/* Regular Shadow */

box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);

padding: 20px 40px 40px;

backdrop-filter: blur(27px);

}

.hp-sec2 {
    margin-top: -92px;
    position: relative;
    z-index: 10;
}

.hp-sec2-tabs-nav {
    display: flex;
    margin-bottom: 24px;
}

.hp-sec2-tabs-nav button {
    margin: 0;
    width: 50%;
    padding: 0;
    border: 0;
    color: var(--Theme-Secondary, #6C757D);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-transform: none;
    display: inline-flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
    height: 56px;
    border-bottom: 4px solid #fff;
}

.hp-sec2-tabs-nav button span {
    

/* Body/Blockquote */
    
 /* 33px */
}

span.hp-sec2-tab-icon {
    width: 20px;
}

.hp-sec2-tabs-nav button.active {
    color: #DDAB40;
    border-color: #DDAB40;
}

.hp-sec2-content {}

.hp-sec2-content form {
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

form.hp-sec2-evisa-form {
    display: none;
}

.hp-sec2-content form select, .hp-sec2-content form button {
    margin: 0;
}

.hp-sec2-content form select {
    border-radius: 4.8px;
    border: 1px solid var(--Gray-400, #CED4DA);
    background-color: var(--Gray-White, #FFF);
    box-shadow: none;
    height: 45px;
}

.hp-sec2-form-group {
    width: 100%;
}

.hp-sec2-content form button[type="submit"] {
    white-space: nowrap;
    height: 45px;
    border-radius: 4.8px;
    border: 1px solid var(--Theme-Primary, #DDAB40);
    background: var(--Theme-Primary, #DDAB40);

/* Small Shadow */
    box-shadow: 0 2px 4px 0 rgba(35, 25, 5, 0.16);
    color: var(--Gray-White, #FFF);

/* Body/Lead */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    text-transform: none;
    padding: 0 32px;
}

.hp-sec3 {
    background: #EDF2ED;
    padding-top: 145px;
    margin-top: -92px;
    padding-bottom: 15px;
}

.hp-sec2 .col {
    padding-bottom: 0;
}

.hp-sec3-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.hp-sec3-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hp-sec3-item-icon {}

.hp-sec3-item-icon img {}

.hp-sec3-item-content {}

h3.hp-sec3-item-title {
    color: var(--Body-Text-text-primary, #212529);

/* Body/Blockquote */
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 33px */
    margin: 0;
}

.hp-sec4 {
    padding-top: 68px;
    padding-bottom: 54px;
    background: #fff;
}

.cus-section-sub-title {
    color: var(--Theme-Success, #198754);
    text-align: center;

/* Heading/H6 */
    font-family: "Playfair Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    text-transform: capitalize;
    margin-bottom: 7px;
}

.cus-section-title {
    text-align: center;

/* Display/H3 */
    font-family: "Playfair Display";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 76.8px */
    text-transform: capitalize;
    background: linear-gradient(89deg, #483308 -1.67%, #E5BB64 99.36%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cus-section-title-desc {
    color: var(--Body-Text-text-primary, #212529);
    text-align: center;

/* Body/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-top: 24px;
}

.hp-sec4-list {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 81px;
}

.hp-sec4-item {
    padding: 40px;
    min-width: 386px;
    position: relative;
}

.hp-sec4-item img {
    width: 48px;
    height: 48px;
}

.hp-sec4-item h3 {
    color: var(--Body-Text-text-primary, #212529);

/* Heading/H4 */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    text-transform: capitalize;
    margin: 12px 0 24px;
}

.hp-sec-4-item-include {
    color: var(--Gray-600, #6C757D);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    text-transform: uppercase;
    margin-bottom: 12px;
}

.hp-sec4-include-list {}

.hp-sec4-include-item {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.hp-sec4-include-item svg {}

.hp-sec4-include-item span {
    color: var(--Body-Text-text-primary, #212529);

/* Body/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.hp-sec4-include-item:last-child {
    margin: 0;
}

.hp-sec4-item::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 121px;
    background: #D9D9D9;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hp-sec4-item:last-child::before {
    display: none;
}

.hp-sec5 {
    background: #f9fff5;
    padding-top: 73px;
    padding-bottom: 48px;
}

.hp-sec5-main-row {
    justify-content: space-between;
}

.hp-sec5-image {
    position: relative;
}

.hp-sec5-image-experience {
    position: absolute;
    padding: 24px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    gap: 16px;
    bottom: -13px;
    right: -77px;
}

.hp-sec5-image-experience .exp-number {
    color: #5BAF36;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
    border-radius: 33554400px;
    background: #DCFCE7;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-sec5-image-experience .exp-content {}

.hp-sec5-image-experience .exp-content-txt1 {
    color: #101828;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.hp-sec5-image-experience .exp-content-txt2 {
    color: #6A7282;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.hp-sec5-image img {}

.hp-sec5 .cus-section-sub-title {
    text-align: left;
}

.hp-sec5 .cus-section-title {
    text-align: left;
}

.hp-sec5 .cus-section-title-desc {
    text-align: left;
}

.hp-sec5-list-row {
    margin-top: 25px;
}

.hp-sec5-list-item {
    margin-bottom: 6px;
}

.hp-sec5-list-item img {}

.hp-sec5-list-item h3 {
    color: #151515;

/* Heading/H5 */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    margin: 12px 0 8px;
}

.hp-sec5-list-item p {
    color: var(--Body-Text-text-primary, #212529);

/* Body/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: 0;
}

.hp-sec5-main-row::after {
    display: none;
}

.hp-sec5-item-img {
    border-radius: 14px;
    background: rgba(199, 164, 91, 0.10);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-sec6 {padding-top: 80px;padding-bottom: 64px;background: var(--Gray-100, #F8F9FA);}

.hp-sec6 .cus-section-sub-title {
    text-align: left;
}

.hp-sec6 .cus-section-title {
    text-align: left;
}

.hp-sec6 .cus-section-title-desc {
    text-align: left;
}

.hp-sec6-main-row {
    margin-top: 24px;
    max-width: 1310px;
}

.airport-item {
    border-radius: 14px;
    background: #FFF;

/* Small Shadow */
    box-shadow: 0 2px 4px 0 rgba(35, 25, 5, 0.16);
    overflow: hidden;
}

.airport-item .airport-image {
    position: relative;
    padding-top: 66.6667%;
    overflow: hidden;
}

.airport-item .airport-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.airport-item .airport-content {
    padding: 24px 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

a.airport-checkprice-btn {
    display: block;
    width: calc(100% - 48px);
    margin: 16px 24px 24px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Primary, #DDAB40);
    background: var(--Theme-Primary, #DDAB40);
    text-align: center;
    color: var(--Gray-White, #FFF);

/* Body/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px; /* 24px */
    height: 38px;
}

a.airport-name {
    color: var(--Body-Text-text-primary, #212529);

/* Heading/H5 */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
}

.airport-item .airport-info .airport-location {
    color: var(--Gray-700, #495057);

/* Body/Small */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.airport-item .airport-info {
}

.airport-item .airport-content .airport-code {
    color: #C7A45B;

/* Heading/H2 */
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
}

.hp-sec6-main-row > .col {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.hp-sec7 {
    background: #f9fff5;
    padding-top: 80px;
    padding-bottom: 145px;
}

.hp-sec7-main-row {
    margin-top: 85px;
    position: relative;
}

.hp-sec7-item {}

.hp-sec7-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DDAB40;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    margin: 0 auto;
}

.hp-sec7-item-image img {}

.hp-sec7-item h3 {
    color: var(--Body-Text-text-primary, #212529);
    text-align: center;

/* Heading/H5 */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    margin: 13px 0;
}

.hp-sec7-item p {
    color: var(--Gray-700, #495057);
    text-align: center;

/* Body/Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: 0;
}

.row>div.hp-sec7-line:not(.col):not([class^=col-]):not([class*=" col-"]) {
    height: 6px;
    width: 76% !important;
    background: #DDAB40;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 28px;
}

.hp-sec7-main-row > .col {
    position: relative;
}

.hp-sec7-main-row > .col::before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="27" viewBox="0 0 23 27" fill="none"><path d="M22.5 12.26C23.1667 12.6449 23.1667 13.6071 22.5 13.992L1.5 26.1164C0.833333 26.5013 6.44345e-07 26.0201 6.77994e-07 25.2503L1.73794e-06 1.00162C1.77159e-06 0.231818 0.833336 -0.249305 1.5 0.135595L22.5 12.26Z" fill="%23DDAB40"/></svg>') no-repeat;
    right: -20px;
    background-position: center;
    top: 15px;
}

.hp-sec7-main-row::after {
    display: none;
}

.hp-sec7-main-row > .col:last-child::before {
    display: none;
}

.hp-sec8 {
    padding-top: 80px;
    padding-bottom: 70px;
}

.hp-sec8 .cus-section-sub-title {
    text-align: left;
}

.hp-sec8 .cus-section-title {
    text-align: left;
    margin-bottom: 50px;
}

.hp-sec8-img-col {
    padding-right: 60px;
}

.accordion {
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
}

.accordion-title span {
    color: var(--Body-Text-text-primary, #212529);

/* Body/Semi Bold */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    text-transform: capitalize;
}

.accordion-title.active span {
    color: #765A1F;
}

.accordion-title.active {
    border-bottom: 1px solid var(--Theme-Border, #DEE2E6);
    background: var(--Components-Accordion-Active-Item-Header-Background, #EFDEBD);
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.accordion-title {
    padding: 14px 60px 14px 20px;
}

.accordion-item:has(.accordion-title.active) {
    

/* Small Shadow */
    
box-shadow: 0 2px 4px 0 rgba(35, 25, 5, 0.16);
}

.hp-sec8-content-col {
}

.accordion-item {
    border-bottom: 1px solid var(--Theme-Border, #DEE2E6);
}

.accordion-inner {
    padding: 36px 40px;
    position: relative;
}

.accordion-inner::before {
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 32px);
    content: '';
    left: 20px;
    top: 16px;
    border-radius: 10px;
    background: var(--Gray-100, #F8F9FA);
    z-index: 0;
}

.accordion-inner * {
    position: relative;
    z-index: 2;
    color: var(--Body-Text-text-primary, #212529);

/* Body/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.accordion-title button {
    opacity: 1;
    width: 20px !important;
    height: 20px !important;
    min-height: unset;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.05715 5.80666C2.11521 5.74846 2.18418 5.70228 2.26011 5.67077C2.33604 5.63926 2.41744 5.62305 2.49965 5.62305C2.58186 5.62305 2.66326 5.63926 2.73919 5.67077C2.81513 5.70228 2.8841 5.74846 2.94215 5.80666L9.99965 12.8654L17.0572 5.80666C17.1153 5.74855 17.1842 5.70246 17.2602 5.67101C17.3361 5.63956 17.4175 5.62337 17.4997 5.62337C17.5818 5.62337 17.6632 5.63956 17.7391 5.67101C17.8151 5.70246 17.884 5.74855 17.9422 5.80666C18.0003 5.86477 18.0464 5.93376 18.0778 6.00968C18.1093 6.08561 18.1254 6.16698 18.1254 6.24916C18.1254 6.33134 18.1093 6.41272 18.0778 6.48864C18.0464 6.56457 18.0003 6.63355 17.9422 6.69166L10.4422 14.1917C10.3841 14.2499 10.3151 14.296 10.2392 14.3276C10.1633 14.3591 10.0819 14.3753 9.99965 14.3753C9.91744 14.3753 9.83604 14.3591 9.76011 14.3276C9.68418 14.296 9.61521 14.2499 9.55715 14.1917L2.05715 6.69166C1.99895 6.63361 1.95277 6.56464 1.92126 6.48871C1.88975 6.41277 1.87354 6.33137 1.87354 6.24916C1.87354 6.16695 1.88975 6.08555 1.92126 6.00962C1.95277 5.93369 1.99895 5.86472 2.05715 5.80666Z" fill="%23212529"/></svg>') no-repeat;
    border-radius: 0 !important;
    padding: 0;
    line-height: unset;
    border: 0 !important;
    right: 20px !important;
    top: 0;
    bottom: 0;
    margin: auto;
}

.accordion-title button i {
    display: none;
}

.accordion .active .toggle {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.05715 5.80666C2.11521 5.74846 2.18418 5.70228 2.26011 5.67077C2.33604 5.63926 2.41744 5.62305 2.49965 5.62305C2.58186 5.62305 2.66326 5.63926 2.73919 5.67077C2.81513 5.70228 2.8841 5.74846 2.94215 5.80666L9.99965 12.8654L17.0572 5.80666C17.1153 5.74855 17.1842 5.70246 17.2602 5.67101C17.3361 5.63956 17.4175 5.62337 17.4997 5.62337C17.5818 5.62337 17.6632 5.63956 17.7391 5.67101C17.8151 5.70246 17.884 5.74855 17.9422 5.80666C18.0003 5.86477 18.0464 5.93376 18.0778 6.00968C18.1093 6.08561 18.1254 6.16698 18.1254 6.24916C18.1254 6.33134 18.1093 6.41272 18.0778 6.48864C18.0464 6.56457 18.0003 6.63355 17.9422 6.69166L10.4422 14.1917C10.3841 14.2499 10.3151 14.296 10.2392 14.3276C10.1633 14.3591 10.0819 14.3753 9.99965 14.3753C9.91744 14.3753 9.83604 14.3591 9.76011 14.3276C9.68418 14.296 9.61521 14.2499 9.55715 14.1917L2.05715 6.69166C1.99895 6.63361 1.95277 6.56464 1.92126 6.48871C1.88975 6.41277 1.87354 6.33137 1.87354 6.24916C1.87354 6.16695 1.88975 6.08555 1.92126 6.00962C1.95277 5.93369 1.99895 5.86472 2.05715 5.80666Z" fill="%23765A1F"/></svg>') no-repeat;
}

.hp-sec9 {
    position: relative;
}

.hp-sec9-image {
    height: 890px;
    overflow: hidden;
}

.hp-sec9-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-sec9-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.hp-sec9-content-box {
    border-radius: 12px;
    border: 1px solid var(--Theme-Border, #DEE2E6);
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(12px);
    padding: 32px;
    margin-top: 140px;
}

.hp-sec9-content-box h3 {
    color: var(--Body-Text-text-primary, #212529);

/* Heading/H1 */
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 48px */
    margin-bottom: 24px;
}

.hp-sec9-content-box p {
    margin-bottom: 13px;
    color: var(--Body-Text-text-secondary, #495057);

/* Body/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.hp-sec9-content-box-contact-item {
    margin-bottom: 13px;
}

.hp-sec9-content-box-contact-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Body-Text-text-primary, #212529);

/* Body/Small */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.hp-sec9-content-box-contact-item:last-child {
    margin-bottom: 0;
}

.hp-sec9-content-box-contact-item a svg {
    margin-top: 1px;
}

a.hp-sec9-content-btn {
    margin-top: 11px;
    display: inline-block;
    color: var(--Gray-White, #FFF);

/* Body/Lead */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    border-radius: 4.8px;
    border: 1px solid var(--Theme-Primary, #DDAB40);
    background: var(--Theme-Primary, #DDAB40);

/* Small Shadow */
    box-shadow: 0 2px 4px 0 rgba(35, 25, 5, 0.16);
    padding: 8px 45px;
}

footer#footer {
    background: linear-gradient(84deg, #152119 -0.29%, #2C1F03 134.41%);
    padding-top: 80px;
    padding-bottom: 50px;
}

.footer-logo-text {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer-about-text {
    margin: 12px 0 24px;
    color: var(--Gray-White, #FFF);

/* Body/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.footer-contact-item span, .footer-contact-item span a {
    color: var(--Gray-White, #FFF);

/* Body/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.footer-contact-item svg {
    height: 16px;
    width: 16px;
}

.footer-contact-item span {
    width: calc(100% - 24px);
}

.footer-col-title {
    color: var(--Gray-White, #FFF);

/* Heading/H6 */
    font-family: "Playfair Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    text-transform: capitalize;
    padding: 12px 0;
}

.footer-links {}

.footer-links a {
    display: block;
    margin-top: 16px;
    padding: 6px 0;
    color: var(--Gray-White, #FFF);

/* Body/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.footer-contact-item:last-child {
    margin-bottom: 0;
}

.footer-col-2 {
    padding-left: 35px;
}

.footer-col-3 {
    padding-left: 55px;
}

.ft-sec1 h1.hp-sec1-title {
    margin: 0;
}

.hp-sec1.ft-sec1 {
    max-height: 423px;
}

.ft-sec1 .hp-sec1-image {
    height: 423px;
}

.ft-sec1 .hp-sec1-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ft-sec2 .hp-sec2-tabs {
    padding: 40px;
}

.hp-sec2.ft-sec2 {
    margin-top: -52px;
}

.ft-sec3 {
    margin-top: 52px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.ft-sec3-filters {
    width: 280px;
}

.ft-filter-box {
    padding: 24px;
    border-radius: 14px;
    border: 1px solid var(--Gray-300, #DEE2E6);
    background: var(--Gray-White, #FFF);
}

.ft-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span.ft-filter-title {
    color: var(--Neutral-900, #1A202C);

/* Components/Toast/Header Title */
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 150% */
}

.ft-filter-settings-icon {
    height: 16px;
    display: flex;
}

.ft-filter-settings-icon svg {}

.ft-filter-divider {
    margin: 16px 0;
    background: #EDF2F7;
    height: 1px;
    border: 0;
    box-shadow: none;
    width: 100%;
}

.ft-filter-group {
    margin-bottom: 16px;
}

.ft-filter-group-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

span.ft-filter-group-title {
    color: var(--Neutral-900, #1A202C);

/* Components/Toast/Header Title */
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 150% */
}

.ft-filter-group-toggle-icon {
    height: 16px;
    display: flex;
    transition: all .3s;
}

.ft-filter-group-header:not(.active) .ft-filter-group-toggle-icon {
    transform: rotate(180deg);
}

.ft-filter-group-toggle-icon svg {}

.ft-filter-options {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
}

.ft-radio-label {
    margin: 0;
    display: flex;
    gap: 8px;
    align-items: center;
    position: relative;
}

input.ft-radio-input {
    margin: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    opacity: 0;
}

span.ft-radio-text {
    color: var(--Body-Text-text-primary, #212529);

/* Body/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

label.ft-checkbox-label {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

input.ft-checkbox-input {
    width: 16px;
    height: 16px;
    margin: 0;
    opacity: 0;
    position: absolute;
}

span.ft-checkbox-text {
    color: var(--Body-Text-text-primary, #212529);

/* Body/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.ft-filter-reset-row {}

button.ft-filter-reset-btn {
    color: var(--Gray-Black, #000);

/* Body/Small */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 21px */
    margin: 0;
    width: 100%;
    border-radius: 3.2px;
    border: 1px solid var(--Theme-Light, #F8F9FA);
    background: var(--Theme-Light, #F8F9FA);
    min-height: unset;
    text-transform: none;
}

.ft-sec3-products-list {
    width: calc(100% - 300px);
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.ft-product-item {
    width: calc(50% - 10px);
}

.ft-product-card {
    border-radius: 14px;
    border: 1px solid var(--Gray-300, #DEE2E6);
    background: var(--Gray-White, #FFF);
    padding: 24px;
    height: 100%;
}

.ft-product-card-header {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ft-product-card-header span.ft-badge {
    padding: 0 12px;
    

/* Body/xS/Strong */
    font-size: var(--text-body-xs-font-size, 12px);
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    letter-spacing: var(--text-body-xs-letter-spacing, 0);
    border-radius: 4px;
    box-shadow: -6px -8px 6px 0 rgba(255, 255, 255, 0.06) inset, 2px 2px 4px 0 rgba(255, 255, 255, 0.36) inset;
    background: #FCEEE8;
    color: #6E361A;
}

.ft-product-card-header span.ft-badge.ft-badge-best-choice {
    background: #34B529;
    color: #fff;
}

.ft-product-card-header .ft-badge-arrival {}

.ft-product-card-title {
    color: var(--Body-Text-text-primary, #212529);

/* Heading/H4 */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    text-transform: capitalize;
}

.ft-product-card-title:hover {
    text-decoration: underline;
}

.ft-product-card-location {
    display: flex;
    margin: 4px 0 16px;
    align-items: center;
}

.ft-product-card-location-icon {
    height: 16px;
    display: flex;
}

.ft-product-card-location-icon svg {}

span.ft-product-card-airport {
    color: var(--Body-Text-text-primary, #212529);

/* Body/Small */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin-left: 8px;
}

span.ft-product-card-code {
    color: var(--Body-Text-text-primary, #212529);

/* Body/Small */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    padding-left: 4px;
    margin-left: 4px;
    border-left: 1px solid #DEE2E6;
}

ul.ft-product-card-features {}

ul.ft-product-card-features li {
    list-style: none;
    display: flex;
    gap: 8px;
}

ul.ft-product-card-features .ft-product-card-check-icon {
    height: 16px;
    margin-top: 4px;
}

ul.ft-product-card-features .ft-product-card-check-icon svg {}

ul.ft-product-card-features li span {
    color: var(--Body-Text-text-primary, #212529);

/* Body/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.ft-product-card-price {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #DEE2E6;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 6px;
}

.ft-product-card-price-amount {
    color: var(--Theme-Success, #198754);
    text-align: right;

/* M3/headline/large-emphasized */
    font-size: var(--Static-Headline-Large-Size, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--Static-Headline-Large-Line-Height, 40px); /* 125% */
    letter-spacing: var(--Static-Headline-Large-Tracking, 0);
}

.ft-product-card-price span {
    color: var(--Gray-600, #6C757D);
    text-align: right;

/* Body/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

span.ft-radio-custom {
    border-radius: 100px;
    border: 1px solid var(--Components-Checkbox-Border, rgba(0, 0, 0, 0.15));
    background: var(--Gray-White, #FFF);
    width: 16px;
    height: 16px;
    position: relative;
}

input.ft-radio-input:checked + span.ft-radio-custom {
    border-radius: 100px;
    background: #DDAB40;
    border-color: #DDAB40;
}

input.ft-radio-input:checked + span.ft-radio-custom::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
}

span.ft-checkbox-custom {
    border-radius: 4px;
    border: 1px solid var(--Components-Checkbox-Border, rgba(0, 0, 0, 0.15));
    background: var(--Gray-White, #FFF);
    width: 16px;
    height: 16px;
    position: relative;
}

.ft-product-card-header span.ft-badge.ft-badge-special {
    background: #F99D1C;
    color: #fff;
}

.ft-product-card-header span.ft-badge.ft-badge-vip {
    background: #FF4D4D;
    color: #fff;
}

.ft-product-card-header span.ft-badge.ft-badge-premium {
    background: #2e4ec1;
    color: #fff;
}

input.ft-checkbox-input:checked ~ .ft-checkbox-custom {
    border-radius: 4px;
    background:  #DDAB40;
    border-color:  #DDAB40;
}

input.ft-checkbox-input:checked ~ .ft-checkbox-custom::before {
    content: '';
    width: 11px;
    height: 8px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="8" viewBox="0 0 11 8" fill="none"><path d="M4.41747 7.60407L4.39985 7.62169L0 3.22185L1.43268 1.78917L4.41752 4.77402L9.19154 0L10.6242 1.43268L4.43514 7.62175L4.41747 7.60407Z" fill="white"/></svg>') no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: 100%;
}

.custom-breadcrumb, .custom-breadcrumb a {
    color: var(--Theme-Light, #F8F9FA);

/* Body/Underline */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.custom-breadcrumb .home {
    display: flex;
    align-items: center;
    gap: 4px;
}

.custom-breadcrumb .sep {
    color: var(--Theme-Light, #F8F9FA);

/* Body/Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: 0 4px;
}

.custom-breadcrumb .last {}

.custom-breadcrumb {
    display: flex;
    align-items: center;
}

.single-prod-checkout-nav {
    box-shadow: 0 2px 4px 0 rgba(35, 25, 5, 0.16);
}

.single-prod-checkout-nav .spc-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-prod-checkout-nav .spc-nav__back {
    color: var(--Theme-Primary, #DDAB40);

/* Body/Lead */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    display: flex;
    align-items: center;
    gap: 8px;
}

.single-prod-checkout-nav .spc-nav__steps {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}

.single-prod-checkout-nav .spc-nav__step {
    margin: 0;
    color: var(--Theme-Secondary, #6C757D);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    padding-left: 47px;
    margin-left: 23px;
}

.single-prod-checkout-nav .spc-nav__step:not(:last-child)::after {}

.single-prod-checkout-nav .spc-nav__number {
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #6C757D;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-prod-checkout-nav .spc-nav__label {}

.single-prod-checkout-nav .spc-nav__step.is-active {
    color: #DDAB40;
}

.single-prod-checkout-nav .spc-nav__step.is-active .spc-nav__number {
    background: #DDAB40;
}


.single-prod-checkout-nav .spc-nav__step:first-child {
    margin: 0;
    padding: 0;
}

.single-prod-checkout-nav .spc-nav__step::before {
    content: '';
    width: 24px;
    height: 1px;
    background: #718096;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.single-prod-checkout-nav .spc-nav__step:first-child::before {
    display: none;
}

.single-prod-checkout-nav .spc-nav-outer {
    padding: 30px 0;
    border-top: 1px solid #DEE2E6;
}

/* abc anchor */

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

#footer .absolute-footer {
    display: none;
}