/*
Version: 3.0.1.5ssssssssssssssssssssssss
Theme Name: Airlink
Description: This is a child theme for Flatsome Theme
Author: SOFTX
Template: flatsome
*/

/* Applicant Card */
.spcf-applicant-card {
    border-bottom: 1px solid #DEE2E6;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.spcf-applicant-card:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.spcf-applicant-card-header {

}

.spcf-applicant-card-title {
    color: var(--Body-Text-text-primary, #212529);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 16px;
}

.spcf-applicant-card-body {
    
}

.spcf-form-field-row {
    display: flex;
    gap: 16px;
}

.spcf-form-field-row.spcf-col-2 .spcf-form-field-col {
    flex: 1;
}

.spcf-photo-upload-field {
    
}

.spcf-photo-upload-field-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.spcf-photo-upload-field-header span {
    color: var(--Body-Text-text-primary, #212529);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.spcf-photo-upload-field-description p {
    color: var(--Gray-600, #6C757D);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}

.spcf-photo-upload-area {
    position: relative;
    padding: 24px 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    border: 1px dashed var(--Gray-400, #CED4DA);
    background: var(--Gray-100, #F8F9FA);
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.spcf-photo-upload-area .spcf-photo-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.spcf-photo-upload-area .spcf-photo-remove:hover {
}

.spcf-photo-upload-area .spcf-photo-remove.hidden {
    display: none !important;
}

.spcf-photo-upload-area:hover {
    border-color: var(--Theme-Primary, #DDAB40);
    background: var(--Gray-50, #F8F9FA);
}

.spcf-photo-upload-area .spcf-upload-placeholder.hidden,
.spcf-photo-upload-area .spcf-photo-preview.hidden {
    display: none !important;
}

.spcf-photo-upload-area .spcf-photo-preview {
    width: 100%;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.spcf-photo-upload-area .spcf-photo-preview img {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
    border-radius: 4px;
}

.spcf-photo-upload-area.spcf-photo-upload-loading {
    position: relative;
    pointer-events: none;
}

.spcf-photo-upload-area.spcf-photo-upload-loading::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.7);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spcf-upload-icon {
    margin-bottom: 16px;
}

.spcf-upload-text {
    display: flex;
    flex-direction: column;
}

.spcf-upload-text p {
    color: var(--Gray-600, #6C757D);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 6px;
}

.spcf-upload-text p strong {
    color: var(--Theme-Primary, #DDAB40);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.spcf-upload-text span {
    color: var(--Gray-600, #6C757D);
    text-align: center;
    font-size: var(--Static-Body-Small-Size, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Static-Body-Small-Line-Height, 16px);
    letter-spacing: var(--Static-Body-Small-Tracking, 0.4px);
}

.spcf-passport-validity {
    display: flex;
    gap: 12px;
    align-items: center;
    border-radius: 4.8px;
    border: 1px solid var(--Gray-400, #CED4DA);
    overflow: hidden;
}

.spcf-passport-validity-field {
    flex: 1;
}

.spcf-passport-validity-field input {
    border: 1px solid transparent !important;
    box-shadow: none !important;
}

.spcf-passport-validity-field label {
    display: block;
    margin-bottom: 8px;
}

/* Application Info Note Box */
.spcf-application-info-note {
    padding: 16px;
    margin-bottom: 24px;
    border-radius: 4px;
    border: 1px solid var(--Components-Alert-Warning-Border, #FFECB5);
    background: var(--Components-Alert-Warning-Background, #FFF3CD);
}

.spcf-application-info-note .note-content {
    color: var(--Components-Alert-Warning-Text, #664D03);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.spcf-application-info-note .note-content p {
    margin: 0;
}

.spcf-application-info-note .note-content ul {
    margin: 0;
    padding-left: 23px;
}

.spcf-application-info-note .note-content li {
    margin: 0;
}

.spcf-application-info-note .note-content li:last-child {
    margin-bottom: 0;
}

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

/* declare primary color */
:root {
    --cus-primary-color: #DDAB40;
    --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, #header .nav > li.current-menu-item > a {
    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.evisa-sec1 {
    max-height: 850px;
}

.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.evisa-sec2 {
    margin-top: -130px;
}

.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: 2px solid #DEE2E6;
}

.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-bottom: 4px solid #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: var(--Gray-White, #FFF);
    box-shadow: none;
    height: 45px;
    position: relative;
    opacity: 0;
}

.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;
}

.hp-sec4.evisa-sec4 {
    padding-bottom: 10px;
    padding-top: 60px;
}

.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.evisa-sec5 {
    background: #fff;
    padding-top: 0;
}

.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.evisa-sec5 .hp-sec5-image-experience {
    right: unset;
    left: -43px;
    bottom: -24px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.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;
}

.airlink-btn {
    transition: all 0.3s ease;
}

.airlink-btn:hover {
    background: #F6C153 !important;
    border-color: #F6C153 !important;
}

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.evisa-sec7 {
    padding-bottom: 58px;
}

.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;
    pointer-events: none;
}

.ft-filter-reset-row.show button.ft-filter-reset-btn {
    background: #DDAB40;
    pointer-events: auto;
    color: #fff;
    border-color: #DDAB40;
}

.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%;
    transition: all .3s;
}

.ft-product-card:hover {
    box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.17);
}

.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);
    background: #fff;
}

.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;
}

form.single-prod-checkout-form {
    margin: 40px 0 110px;
    display: flex;
    gap: 40px;
}

.spcf-left {
    width: 820px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.spcf-checkout-step {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.spcf-right {
    width: calc(100% - 820px - 40px);
}

.spcf-right-sticky {
    position: sticky;
    top: 120px;
}

.spcf-right-sticky-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

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

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

.spcf-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;
}

.spcf-card-subtitle {
    color: var(--Body-Text-text-primary, #212529);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: none;
}

.spcf-card-product-tag {
    display: flex;
    align-items: center;
    gap: 8px;
}

span.prod-tag {
    color: var(--color-text-brand, #6E361A);

/* 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);
    padding: 0 10px;
    border-radius: 4px;
    background: var(--color-layer-brand-primary-default, #FCEEE8);
    box-shadow: -6px -8px 6px 0 rgba(255, 255, 255, 0.06) inset, 2px 2px 4px 0 rgba(255, 255, 255, 0.36) inset;
}

span.prod-tag.best-choice {
    background: #34B529;
    color: #fff;
}

span.prod-tag.premium {
    background: #2e4ec1;
    color: #fff;
}

span.prod-tag.special {
    background: #F99D1C;
    color: #fff;
}

span.prod-tag.vip {
    background: #FF4D4D;
    color: #fff;
}

span.prod-tag.arrival {}

.spcf-card-prod-airport {
    margin: 4px 0 0;
    display: flex;
    align-items: center;
}

span.spcf-card-prod-airport-name {
    color: var(--Body-Text-text-primary, #212529);

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

.spcf-card-prod-airport-sep {
    width: 1px;
    height: 21px;
    background: #DEE2E6;
    margin: 0 4px;
}

span.spcf-card-prod-airport-code {
    color: var(--Body-Text-text-primary, #212529);

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

.spcf-card-prod-airport .icon {
    margin-right: 8px;
    height: 16px;
    display: flex;
}

.spcf-card-prod-info-outer {padding-top: 16px;margin-top: 16px;border-top: 1px solid #EDF2F7;}

.spcf-card-prod-info-inner {
    padding: 24px;
    border-radius: 4px;
    background: var(--Gray-100, #F8F9FA);
}

.spcf-card-prod-info-inner > h3 {
    color: var(--Body-Text-text-primary, #212529);

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

.spcf-card-prod-description {
    color: var(--Body-Text-text-primary, #212529);

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

.spcf-card-prod-description ul {
    margin-left: 20px;
    margin-bottom: 0;
}

.spcf-card-prod-includes {
    /* padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px; */
    padding: 20px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.spcf-card-prod-includes-item {
    width: 194px;
}

.spcf-card-prod-includes-item .icon {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: rgba(199, 164, 91, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.spcf-card-prod-includes-item .icon svg {}

.spcf-card-prod-includes-item span {
    color: var(--Body-Text-text-primary, #212529);

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

.spcf-card-quantity {
    margin: 16px 0 0;
    display: flex;
    gap: 17px;
}

.spcf-card-quantity .spcf-form-group {
    width: 100%;
    margin-top: 0;
}

.spcf-form-group {
    margin-top: 16px;
}

.spcf-form-group label {
    color: var(--Body-Text-text-primary, #212529);

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

.spcf-field-error {
    display: none;
    margin-top: 6px;
    color: #DC3545;
    font-size: 13px;
    line-height: 1.4;
}

.spcf_adult_contact_info_confirm .spcf-field-error {
    margin-top: 0;
}

.spcf-form-group input, .spcf-form-group select {
    border-radius: 4.8px;
    border: 1px solid var(--Gray-400, #CED4DA);
    background: var(--Gray-White, #FFF);
    box-shadow: none;
    margin: 0;
    padding: 0 17px;
    height: 45px;
    color: #212529;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.spcf-form-group select {
    opacity: 0;
}

.processing-time-select {
    padding-right: 40px !important;
}

.spcf-form-group input:disabled {
    background: #E9ECEF;
    border-color: #CED4DA;
}

.spcf-form-group-datepicker {
    position: relative;
}

.spcf-form-group-datepicker input {

}

.spcf-form-group-datepicker input.inp-passport-exp-date {
    padding-left: 0;
}

.spcf-form-group-datepicker .icon {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
}

.spcf-card-quantity .spcf-form-group.spcf-custom-quantity {}

.spcf-custom-quantity-inner {
    position: relative;
}

.spcf-custom-quantity-inner > svg {
    position: absolute;
    right: 12px;
    top: 18px;
}

.spcf-custom-quantity-inner > input {
    border-radius: 4.8px;
    border: 1px solid var(--Gray-400, #CED4DA);
    background: var(--Gray-White, #FFF);
    box-shadow: none;
    margin: 0;
    padding: 0 17px;
    height: 45px;
    color: var(--Gray-600, #6C757D);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.spcf-custom-quantity-dropdown {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    top: 50px;
    z-index: 2;
    transition: all .4s;
}

.spcf-custom-quantity-dropdown.show {
    opacity: 1;
    visibility: visible;
}

.spcf-custom-quantity-dropdown-line {
    display: flex;
    padding: 10px 12px;
    justify-content: space-between;
    align-items: center;
}

.spcf-custom-quantity-dropdown-line .qty-block a {
    border-radius: 100px;
    border: 1px solid var(--Theme-Primary, #DDAB40);
    background: var(--HitBox, rgba(255, 255, 255, 0.10));
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.spcf-custom-quantity-dropdown-line .qty-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.spcf-custom-quantity-dropdown-line .qty-block input {
    margin: 0;
    width: 38px;
    height: 38px;
    border: 0;
    box-shadow: none;
    color: #000;

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

.spcf-custom-quantity-dropdown-line .qty-block a.minus::before, .spcf-custom-quantity-dropdown-line .qty-block a.plus::before, .spcf-custom-quantity-dropdown-line .qty-block a.plus::after {
    content: '';
    width: 12px;
    height: 1px;
    background: #DDAB40;
    position: relative;
}

.spcf-custom-quantity-dropdown-line .qty-block a.plus::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
}

.spcf-custom-quantity-dropdown-line > span {
    color: var(--Body-Text-text-primary, #212529);

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

.spcf-checkout-btns {}

.spcf-checkout-btns a.btn-next-step {
    color: var(--Gray-White, #FFF);

/* Body/Lead */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px; /* 27px */
    height: 45px;
    

/* Body/Lead */
     /* 27px */
    border-radius: 4.8px;
    border: 1px solid var(--Theme-Primary, #DDAB40);
    opacity: 0.65;
    background: var(--Theme-Primary, #DDAB40);
    display: block;
    text-align: center;
    opacity: 1;
}

.spcf-checkout-btns a.btn-next-step.disabled {
    opacity: 0.65;
}

.spcf-card-addon-sec {
    margin-top: 12px;
    border-radius: 4px;
    background: var(--Gray-100, #F8F9FA);
    padding: 16px;
}

.spcf-card-addon-sec .sec-header {
    border-bottom: 1px solid #DEE2E6;
    padding-bottom: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.spcf-card-addon-sec .sec-header .sec-title {
    color: var(--Body-Text-text-primary, #212529);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.spcf-card-addon-sec .addon-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.spcf-card-addon-sec .addon-item:last-child {
    margin-bottom: 0;
}

.spcf-card-addon-sec .addon-item .addon-checkbox label {
    display: flex;
    align-items: center;
    margin: 0;
}

.spcf-checkbox {
    cursor: pointer;
    position: relative;
}

.spcf-checkbox input {
    position: absolute;
    margin: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    z-index: 2;
}

.spcf-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;
    min-width: 16px;
}

.spcf-card-addon-sec .addon-item .addon-checkbox .addon-checkbox-custom {
    margin-right: 8px;
}

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

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

.spcf-card-addon-sec .addon-item .addon-price {
    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;
    text-align: right;
}

.spcf-checkbox input:checked ~ .spcf-checkbox-custom {
    border-radius: 4px;
    background: var(--Theme-Primary, #DDAB40);
    border-color: #DDAB40;
    position: relative;
    z-index: 1;
}

.spcf-checkbox input:checked ~ .spcf-checkbox-custom::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    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;
    width: 11px;
    height: 8px;
    background-size: 100%;
}

.spcf-card-title.spcf-card-title-addon {
}

.spcf-card-header.spcf-card-header-addon {
    margin-bottom: 4px;
}

.spcf-radio {
    position: relative;
}

.spcf-radio > label {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
}

.spcf-card-addon-sec .addon-item .addon-radio {}

.spcf-card-addon-sec .addon-item .addon-radio .addon-radio-custom {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

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

.spcf-radio .spcf-radio-custom {
    

/* Body/Regular */
    
     /* 24px */
    
border-radius: 100px;
    
border: 1px solid var(--Components-Checkbox-Border, rgba(0, 0, 0, 0.15));
    
background: var(--Gray-White, #FFF);
    
position: relative;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    min-width: 16px;
}

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

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

.spcf-radio input:checked ~ .spcf-radio-custom {
    background: var(--Theme-Primary, #DDAB40);
    border-color: #DDAB40;
}

.spcf-radio .spcf-radio-custom {}

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

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

.spcf-right-card > 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-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DEE2E6;
}

.spcf-service-information-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.spcf-service-information-title.has-accordion {
    cursor: pointer;
}

.spcf-service-information-title.has-accordion .icon {
    transition: all .3s;
}

.spcf-service-information-title.has-accordion .icon.active {
    transform: rotate(-90deg);
}

.spcf-service-information-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;
}

.spcf-service-information {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #DEE2E6;
}

.spcf-service-information.main-spcf-service-information {
    border-bottom: 1px dashed #DEE2E6;
}

.spcf-service-information-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.spcf-service-information-item {
    display: flex;
    justify-content: space-between;
}

.spcf-service-information-item span {

}

.spcf-service-information-item .line-price {
    color: var(--Body-Text-text-primary, #212529);
    text-align: right;

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

.custom-checkout-payment-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-checkout-payment-total label {
    margin: 0;
    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;
}

.custom-checkout-payment-total .service-total-price {
    color: var(--Theme-Success, #198754);
    text-align: right;

/* Heading/H3 */
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 33.6px */
}

.spcf-right-card > h4 {
    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: 0;
}

.custom-checkout-payment-contact {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.custom-checkout-payment-contact p {
    color: var(--Body-Text-text-secondary, #495057);

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

.custom-checkout-payment-contact a {
    display: flex;
    color: var(--Body-Text-text-primary, #212529);

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

.single-prod-wrapper {
    background: #F8F9FA;
}

.ui-datepicker {
    border-radius: 4px;

/* Regular Shadow */
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    border: 0 !important;
    padding: 0;
}

.ui-datepicker-calendar {
    margin: 8px 12px !important;
    width: calc(100% - 24px) !important;
}

table.ui-datepicker-calendar {}

.ui-datepicker-calendar th {
    background: none;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 5px;
}

.ui-datepicker-calendar td a, .ui-datepicker-calendar td span {
    background: none !important;
    border: 0 !important;
    font-size: 14px;
    text-align: center;
    width: 24px;
    display: inline-block;
    color: #212529 !important;
}

.ui-datepicker-calendar td span {
    
}

.ui-datepicker-calendar td {
    padding: 3px 0;
    text-align: center;
}

.ui-datepicker-calendar td a.ui-state-active {
    background: #DDAB40 !important;
    color: #fff !important;
    border-radius: 2px;
}

.ui-datepicker-calendar td a.ui-state-highlight {
    border-radius: 2px;
    border: 1px solid #DDAB40 !important;
}

.ui-datepicker-close {
    background: #DDAB40 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: none;
    color: #fff !important;
    border: 0 !important;
    height: 31px;
    line-height: 28px;
    min-height: unset;
    margin: 0 !important;
}

.ui-datepicker-current {
    font-size: 14px !important;
    color: #212529 !important;
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
    text-transform: none;
    opacity: 1 !important;
    margin: 0 !important;
    min-height: unset;
}

.ui-datepicker .ui-datepicker-buttonpane {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    border-top: 1px solid #DEE2E6;
}

.ui-datepicker .ui-datepicker-header {
    padding: 5px 0;
    font-weight: 400;
    font-size: 14px;
    background: none;
    border: 0;
    border-bottom: 1px solid #DEE2E6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.ui-datepicker-next.ui-corner-all, a.ui-datepicker-prev.ui-corner-all {
    border: 0 !important;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="10" viewBox="0 0 7 10" fill="none"><mask id="path-1-inside-1_40000003_6327" fill="white"><path d="M1.06066 0L6.06066 5L1.06066 10L0 8.93934L3.93934 5L0 1.06066L1.06066 0Z"/></mask><path d="M1.06066 0L6.06066 5L1.06066 10L0 8.93934L3.93934 5L0 1.06066L1.06066 0Z" fill="white"/><path d="M6.06066 5L7.12132 6.06066L8.18198 5L7.12132 3.93934L6.06066 5ZM1.06066 0L2.12132 -1.06066L1.06066 -2.12132L3.09673e-07 -1.06066L1.06066 0ZM1.06066 10L1.90464e-07 11.0607L1.06066 12.1213L2.12132 11.0607L1.06066 10ZM0 1.06066L-1.06066 -1.67164e-07L-2.12132 1.06066L-1.06066 2.12132L0 1.06066ZM0 8.93934L-1.06066 7.87868L-2.12132 8.93934L-1.06066 10L0 8.93934ZM3.93934 5L5 6.06066L6.06066 5L5 3.93934L3.93934 5ZM6.06066 5L7.12132 3.93934L2.12132 -1.06066L1.06066 0L1.90464e-07 1.06066L5 6.06066L6.06066 5ZM1.06066 10L2.12132 11.0607L7.12132 6.06066L6.06066 5L5 3.93934L1.90464e-07 8.93934L1.06066 10ZM1.06066 0L3.09673e-07 -1.06066L-1.06066 -1.67164e-07L0 1.06066L1.06066 2.12132L2.12132 1.06066L1.06066 0ZM0 8.93934L-1.06066 10L1.90464e-07 11.0607L1.06066 10L2.12132 8.93934L1.06066 7.87868L0 8.93934ZM3.93934 5L2.87868 3.93934L-1.06066 7.87868L0 8.93934L1.06066 10L5 6.06066L3.93934 5ZM0 1.06066L-1.06066 2.12132L2.87868 6.06066L3.93934 5L5 3.93934L1.06066 -1.58579e-08L0 1.06066Z" fill="%23CED4DA" mask="url(%23path-1-inside-1_40000003_6327)"/></svg>') no-repeat;
    background-position: center;
    bottom: 0;
    top: 0;
    margin: auto;
}

a.ui-datepicker-next.ui-corner-all span {
    display: none;
}

a.ui-datepicker-prev.ui-corner-all {
    transform: rotate(180deg);
}

a.ui-datepicker-prev.ui-corner-all span {
    display: none;
}

.spcf-form-group input.has-focus:focus, .spcf-custom-quantity-inner input.has-focus:focus, .phone-input-group input.phone-number-input:focus {
    border: 1px solid var(--Components-Input-Focused-Border, #FFE28A);
    box-shadow: 0 0 10px #FFE28A;
}

.spcf-form-group-select.active {
    box-shadow: 0 0 10px #ffd145;
}

.spcf-card-customer-info-block {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #DEE2E6;
}

.spcf-card-customer-info-block:last-child {
    margin-bottom: 16px;
    padding-bottom: 0;
    border: 0;
}

.spcf-card-customer-info-header {
    display: flex;
    align-items: center;
    gap: 6px;
}

.spcf-card-customer-info-header .icon {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #F9F6EF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spcf-card-customer-info-header .icon svg {}

.spcf-card-customer-info-header span {
    color: var(--Body-Text-text-primary, #212529);

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

.spcf-form-group-select {
    position: relative;
    border-radius: 4.8px;
    border: 1px solid #CED4DA;
    height: 45px;
}

.spcf-form-group-select svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
}

.spcf-card-customer-info-outer {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #DEE2E6;
}

.ui-datepicker .ui-datepicker-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 90px;
    border-radius: 6px;
}

.phone-input-group {
    position: relative;
}

.phone-input-group .country-code-selector {
    position: absolute;
    left: 0;
    width: 122px;
    border-radius: 4.8px 0 0 4.8px;
    border: 1px solid var(--Gray-400, #CED4DA);
    background: var(--Gray-200, #E9ECEF);
}

.phone-input-group input.phone-number-input {
    padding-left: 132px;
}

.phone-input-group .select2-container {
    width: 122px !important;
}

.phone-input-group .country-code-selector span.select2-selection {
    border: 0;
    background: none;
    height: 42px;
    padding: 0 16px;
}

.phone-input-group .country-code-selector .select2-selection__rendered {
    height: 42px;
    display: flex;
}

span.current-phone-code {
    display: flex;
    align-items: center;
    gap: 8px;
}

span.current-phone-code strong {
    line-height: normal;
}

.phone-select2-dropdown {
    top: -8px;
    border-radius: 5px;
    overflow: hidden;
}

.phone-input-group span.select2-selection__arrow {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="7" viewBox="0 0 13 7" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.146894 0.146893C0.19334 0.10033 0.248515 0.0633872 0.30926 0.0381807C0.370005 0.0129743 0.435127 -1.19209e-07 0.500894 -1.19209e-07C0.566661 -1.19209e-07 0.631782 0.0129743 0.692528 0.0381807C0.753273 0.0633872 0.808448 0.10033 0.854894 0.146893L6.50089 5.79389L12.1469 0.146893C12.1934 0.100405 12.2486 0.0635291 12.3093 0.03837C12.37 0.0132109 12.4352 0.000261664 12.5009 0.000261664C12.5666 0.000261664 12.6317 0.0132109 12.6925 0.03837C12.7532 0.0635291 12.8084 0.100405 12.8549 0.146893C12.9014 0.193381 12.9383 0.24857 12.9634 0.30931C12.9886 0.370049 13.0015 0.43515 13.0015 0.500893C13.0015 0.566637 12.9886 0.631738 12.9634 0.692477C12.9383 0.753217 12.9014 0.808406 12.8549 0.854894L6.85489 6.85489C6.80845 6.90146 6.75327 6.9384 6.69253 6.96361C6.63178 6.98881 6.56666 7.00179 6.50089 7.00179C6.43513 7.00179 6.37001 6.98881 6.30926 6.96361C6.24852 6.9384 6.19334 6.90146 6.14689 6.85489L0.146894 0.854894C0.100331 0.808448 0.0633878 0.753272 0.0381813 0.692527C0.0129749 0.631782 0 0.566661 0 0.500893C0 0.435126 0.0129749 0.370005 0.0381813 0.30926C0.0633878 0.248515 0.100331 0.193339 0.146894 0.146893Z" fill="%23212529"/></svg>') no-repeat;
    background-position: center;
    right: 7px !important;
}

.spcf-radio-list {
    display: flex;
    align-items: center;
    gap: 16px;
}

.spcf_adult_contact_info_confirm {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}

.spcf_adult_contact_info_confirm.spcf_application_contact_info_confirm {
    margin-top: 32px;
}

.spcf_acic_checkbox {
    width: 56px;
    height: 24px;
    cursor: pointer;
    border-radius: var(--spacing-corner_radius-circular, 1000px);
    background: var(--Color-fill-Gray-gray-enabled, #F0F0F0);
    transition: background .3s;
}

.spcf_acic_checkbox input {
    position: absolute;
    opacity: 0;
    margin: 0;
    width: 54px;
    height: 24px;
    cursor: pointer;
    z-index: 2;
}

.spcf_acic_checkbox_container {
    border-radius: var(--spacing-corner_radius-circular, 1000px);

/* general-effect/inner-glow/md */
    box-shadow: -8px -8px 13px 0 rgba(255, 255, 255, 0.16) inset, 4px 4px 4px 0 rgba(255, 255, 255, 0.45) inset;
    padding: 4px;
    height: 24px;
    position: relative;
}

.spcf_acic_checkbox_switchdot {
    width: var(--size-fs-5, 28px);
    height: var(--spacing-base-spc-7, 16px);
    border-radius: var(--spacing-corner_radius-circular, 1000px);
    background: var(--Color-background-default, #FFF);

/* shadow/upper-layer/left-right */
    box-shadow: 6px 0 12px 0 rgba(0, 0, 0, 0.25);
    display: block;
    position: absolute;
    left: 4px;
    transition: all .3s;
}

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

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

.spcf_acic_checkbox input:checked ~ .spcf_acic_checkbox_container .spcf_acic_checkbox_switchdot {
    left: 24px;    
}

.spcf_acic_checkbox:has(input:checked) {
    background: #DDAB40;
}

.checkout-payment-resp {
    background: #F8F9FA;
    padding-bottom: 105px;
}

.checkout-payment-resp .single-prod-checkout-nav {
    margin-bottom: 60px;
}

.order-success-wrap {
    border-radius: 16px;
    border: 1px solid var(--Theme-Border, #DEE2E6);
    background: var(--Gray-White, #FFF);
    overflow: hidden;
}

.order-success-header {
    border-top: 11px solid #48BB78;
    padding: 0 124px;
    text-align: center;
}

h2.order-success-title {
    color: var(--Body-Text-text-primary, #212529);

/* Heading/H5 */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    text-align: center;
    margin-bottom: 8px;
}

p.order-success-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 */
}

.order-success-icon {
    margin-top: 40px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.order-success-icon-circle-1 {
    width: 80px;
    height: 80px;
    display: inline-block;
    background: #E6FEF3;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-success-icon-circle-2 {
    width: 60px;
    height: 60px;
    background: #B5F4D7;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.order-success-check {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-success-divider {
    height: 1px;
    width: 100%;
    background: #DEE2E6;
    max-width: 600px;
    display: block;
    margin: 25px auto;
}

.order-success-section {
    padding: 0 124px;
    margin-bottom: 20px;
}

h3.order-success-section-title {
    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;
    margin-bottom: 12px;
}

.order-success-table {}

.order-success-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--Gray-600, #6C757D);

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

.order-success-label {}

.order-success-value {
    color: #212529;
}

.order-success-value span.amount {
    color: #198754;
    font-weight: 600;
}

.order-success-notice {
    margin-top: 20px;
    padding: 0 124px;
}

.order-success-notice p {
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #B9F8CF;
    background: #F0FDF4;
    color: var(--Components-Alert-Success-Text, #0F5132);

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

.order-success-notice p strong {
    color: #DDAB40;
    text-decoration: underline;
    font-weight: 400;
}

.order-success-actions {
    padding: 0 124px;
    margin: 25px 0 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

a.order-success-btn {
    border-radius: 4px;
    border: 1px solid var(--Theme-Primary, #DDAB40);
    background: var(--HitBox, rgba(255, 255, 255, 0.10));
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--Theme-Primary, #DDAB40);

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

a.order-success-btn.order-success-btn-primary {
    background: #DDAB40;
    color: #fff;
}

.order-success-wrap.order-failed {}

.order-success-wrap.order-failed .order-success-header {
    border-color: #DC3545;
}

.order-success-wrap.order-failed .order-success-icon-circle-1 {
    background: #FFF8F9;
}

.order-success-wrap.order-failed .order-success-icon-circle-2 {
    background: #FFDBDF;
}

.button {
    white-space: nowrap;
    height: 45px;
    border-radius: 4.8px;
    border: 1px solid var(--Theme-Primary, #DDAB40);
    background: var(--Theme-Primary, #DDAB40);
    box-shadow: 0 2px 4px 0 rgba(35, 25, 5, 0.16);
    color: var(--Gray-White, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: none;
    padding: 0 38px;
    margin: 0;
}

.btn-evisa-sec7-apply-now {
    margin-top: 36px;
}

a.button {
    padding: 8px 38px;
}

.evisa-other-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px;
    align-items: stretch;
}

.evisa-other-services {
    margin-top: 26px;
}

.evisa-other-services__content {
    padding: 24px;
}

ul.evisa-other-services__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
}

ul.evisa-other-services__list li {
    color: var(--Body-Text-text-secondary, #495057);

/* Body/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: 0;
    list-style: none;
    display: flex;
    gap: 8px;
}

ul.evisa-other-services__list li svg {
    margin-top: 3px;
}

h3.evisa-other-services__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;
    margin-bottom: 16px;
}

.evisa-other-services__image-wrapper {}

.evisa-other-services__image-wrapper img {
    width: 100%;
    aspect-ratio: 4/2.87;
    object-fit: cover;
}

.evisa-other-services__item {
    border-radius: 20px;
    background: var(--Gray-White, #FFF);

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

a.btn-evisa-sec9-contact-us {
    margin-top: 30px;
}

.evisa-sec9 {
    background: #F8F9FA;
    padding-top: 80px;
    padding-bottom: 84px;
}

.airlink-popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}

.airlink-popup-wrapper.show {
    opacity: 1;
    visibility: visible;
}

.airlink-popup-inner {
    border-radius: 14px;
    border: 1px solid var(--Gray-300, #DEE2E6);
    background: var(--Gray-White, #FFF);

/* Small Shadow */
    box-shadow: 0 2px 4px 0 rgba(35, 25, 5, 0.16);
    max-width: 720px;
    padding: 32px;
    position: relative;
    z-index: 2;
}

.airlink-popup-close {
    position: absolute;
    right: 26px;
    top: 21px;
}

.airlink-popup-content {}

.airlink-popup-content h3 {
    color: var(--Body-Text-text-primary, #212529);

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

.airlink-popup-content > p {
    color: var(--Body-Text-text-primary, #212529);

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

.airlink-popup-content form {
    margin: 0;
}

.airlink-popup-content .popup-form-action {
    margin-top: 32px;
}

.airlink-popup-content .popup-form-action button {
    width: 100%;
    box-shadow: none !important;
}

.airlink-popup-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.20);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#post-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 56px;
}

.post-item {}

.post-item-image {
    margin-bottom: 16px;
}

.post-item-image img {
    width: 100%;
    aspect-ratio: 4 / 2.2;
    object-fit: cover;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}

.post-item-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

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

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

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

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

.post-item-excerpt {
   overflow: hidden;
   color: var(--Body-Text-text-secondary, #495057);
   

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

.post-item-read-more {}

.button.button-outline {
    background: #fff;
    box-shadow: none !important;
    color: #DDAB40 !important;
    font-weight: 500;
}

.post-item-content > * {
    margin: 0;
}

.blog-wrapper.page-wrapper {
    padding-top: 0;
}

.blogs-page-header {
    padding-top: 60px;
    padding-bottom: 68px;
    background: #fdffef;
    margin-bottom: 72px;
}

.blogs-page-header-content {}

.blogs-page-header-content h1 {
    color: var(--Theme-Success, #198754);

/* 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: 6px;
}

.blogs-page-header-content h3 {/* Display/H3 */
     /* 76.8px */
     font-family: "Playfair Display";
     font-size: 64px;
     font-style: normal;
     font-weight: 600;
     line-height: 120%;
     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;
     margin: 0;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.custom-pagination .total-title {
    color: var(--Body-Text-text-primary, #212529);

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

.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.custom-pagination .total-title {
    color: var(--Body-Text-text-primary, #212529);

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

ul.page-numbers {
    border-radius: 4px;
    border: 1px solid #DEE2E6;
}

ul.page-numbers > li {
    margin: 0;
    border-right: 1px solid #DEE2E6;
}

ul.page-numbers a {
    border: 0;
    background: none !important;
    color: #DDAB40 !important;

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

ul.page-numbers span.page-number.current {
    background: #DDAB40;
    border: 0;
    border-radius: 0;
    width: 36px;
    height: 38px;
    line-height: 38px;
}

ul.page-numbers > li:last-child {
    border: 0;
}

ul.page-numbers span.dots {
    border: 0;
    color: #DDAB40;
    background: none !important;
}

.sidebar-airports {
    padding: 32px;
    border-radius: 12px;
    background: var(--Gray-100, #F8F9FA);
    backdrop-filter: blur(12px);
    margin-top: 95px;
}

.sidebar-airports > h3 {
    color: var(--Body-Text-text-primary, #212529);

/* Heading/H3 */
    font-family: Inter;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 120%; /* 33.6px */
}

.sidebar-airports > p {
    color: var(--Body-Text-text-secondary, #495057);

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

.sidebar-airports-contact {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.sidebar-airports-contact .sac-item {}

.sidebar-airports-contact .sac-item a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-airports-contact .sac-item span {
    color: var(--Body-Text-text-primary, #212529);

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

.sidebar-airports-contact .sac-item svg {}

.sidebar-airports .airports-list {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sidebar-airports .airports-list .aiport-item {
}

.sidebar-airports .airports-list .aiport-item a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sidebar-airports .airports-list .aiport-item .airport-item-name {
    color: var(--Body-Text-text-primary, #212529);

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

.sidebar-airports .airports-list .aiport-item .airport-item-loc {
    color: var(--Gray-700, #495057);

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

.single-post {}

.single-post .is-divider, .single-service-post .is-divider {
    display: none;
}

.single-post h1.entry-title, .single-service-post h1.entry-title {
    text-align: left;
    color: var(--Body-Text-text-primary, #212529);

/* Heading/H3 */
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 33.6px */
    margin-bottom: 30px;
}

.single-post .entry-header-text, .single-service-post .entry-header-text {
    padding: 0;
}

.single-post .entry-image, .single-service-post .entry-image {}

.single-post .entry-image img, .single-service-post .entry-image img {
    width: 100%;
    aspect-ratio: 4 / 2.67;
    object-fit: cover;
}

.entry-content.single-page, .entry-content.single-service-page {
    color: var(--Body-Text-text-secondary, #495057);

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

.entry-content.single-page h3, .entry-content.single-service-page h3 {
    color: var(--Body-Text-text-secondary, #495057);

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

.entry-content.single-page p, .entry-content.single-service-page p {
    margin-bottom: 20px;
}

.single-post div#masthead, body.blog div#masthead, .single-service-post div#masthead {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

nav.rank-math-breadcrumb {
    color: #6C757D;

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

nav.rank-math-breadcrumb a {
    color: var(--Theme-Dark, #212529);

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

nav.rank-math-breadcrumb a:first-child {
    color: var(--Theme-Dark, #212529);

/* 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;
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}

nav.rank-math-breadcrumb a:first-child::before {
    content: '';
    width: 11px;
    height: 12px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" fill="none"><path d="M5.6875 0C5.745 0 5.80235 0.0111813 5.85547 0.0332031C5.90862 0.0552588 5.95741 0.0871868 5.99805 0.12793L8.3125 2.44434V1.3125C8.31263 1.19664 8.35947 1.08584 8.44141 1.00391C8.52334 0.921971 8.63414 0.875126 8.75 0.875H9.625C9.74103 0.875 9.85252 0.921859 9.93457 1.00391C10.0165 1.08584 10.0624 1.19665 10.0625 1.3125V4.19434L11.248 5.37793C11.2886 5.41863 11.3209 5.46736 11.3428 5.52051C11.3646 5.57345 11.375 5.63025 11.375 5.6875V11.8125C11.375 11.9285 11.3291 12.04 11.2471 12.1221C11.165 12.2041 11.0535 12.25 10.9375 12.25H7C6.88415 12.2499 6.77334 12.204 6.69141 12.1221C6.60936 12.04 6.5625 11.9285 6.5625 11.8125V8.3125H4.8125V11.8125C4.8125 11.9285 4.76662 12.04 4.68457 12.1221C4.60252 12.2041 4.49103 12.25 4.375 12.25H0.4375C0.321645 12.2499 0.21084 12.204 0.128906 12.1221C0.0468592 12.04 1.03827e-07 11.9285 1.03827e-07 11.8125V5.6875C-3.97636e-05 5.63025 0.0114022 5.57345 0.0332032 5.52051C0.0551235 5.46736 0.0873282 5.41863 0.12793 5.37793L5.37793 0.12793C5.41857 0.0871869 5.46736 0.0552587 5.52051 0.0332031C5.57347 0.0112477 5.63017 6.25403e-05 5.6875 0ZM0.875 5.86914V11.375H3.9375V7.875C3.93763 7.75914 3.98447 7.64834 4.06641 7.56641C4.14834 7.48447 4.25914 7.43763 4.375 7.4375H7C7.11603 7.4375 7.22752 7.48436 7.30957 7.56641C7.3915 7.64834 7.43737 7.75915 7.4375 7.875V11.375H10.5V5.86914L5.6875 1.05664L0.875 5.86914Z" fill="%23212529"/></svg>') no-repeat;
    display: block;
}

nav.rank-math-breadcrumb > p {
    display: flex;
    align-items: center;
    gap: 8px;
}

.single-post .blog-wrapper.page-wrapper, .single-service-post .blog-wrapper.page-wrapper {
    padding-top: 35px;
}

.single-post .left-col, .single-service-post .left-col {
    padding-right: 23px;
}

.related-posts-section {
    padding-top: 40px;
    border-top: 1px solid #DEE2E6;
}

.related-posts-section.related-services-section {
    padding-top: 20px;
}

h3.related-posts-title {/* Display/H4 */
    font-family: "Playfair Display";
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 67.2px */
    background: linear-gradient(89deg, #483308 -1.67%, #E5BB64 99.36%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
}

.single-post-relateds {
    margin-bottom: 50px;
}

.related-posts-grid .post-item-image img {
    aspect-ratio: 4 / 3;
}

.evisa-checkout-form .spcf-left {
    gap: 20px;
}

.spcf-card-edit-quantity {}

.spcf-card-edit-quantity a.btn-edit-quantity {
    display: flex;
    align-items: center;
    gap: 8px;
}

.spcf-card-edit-quantity a.btn-edit-quantity span {
    color: var(--Body-Text-text-primary, #212529);
    text-align: center;

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

.spcf-card-edit-quantity a.btn-edit-quantity .icon {
    border-radius: 3.2px;
    border: 1px solid var(--Theme-Primary, #DDAB40);
    background: var(--HitBox, rgba(255, 255, 255, 0.10));
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spcf-card-edit-quantity a.btn-edit-quantity .icon svg {}

.sidebar-contact-us-wrap {
    margin-top: 24px;
}

.ft-filter-form {
    margin-bottom: 0;
}

.blogs-page-header.contact-page-header {
    padding: 99px 0;
}

.sidebar-airports.ctp-sidebar-airports {
    margin-top: 0;
}

.contact-form-card {
    border-radius: 14px;
    border: 1px solid var(--Gray-300, #DEE2E6);
    background: var(--Gray-White, #FFF);

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

h2.contact-form-title {
    color: var(--Body-Text-text-primary, #212529);

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

p.contact-form-desc {
    color: var(--Body-Text-text-primary, #212529);

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

label.contact-form-label {
    color: var(--Body-Text-text-primary, #212529);

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

input.contact-form-input, textarea.contact-form-textarea {
    border-radius: 4px;
    border: 1px solid var(--Gray-400, #CED4DA);
    background: var(--Gray-White, #FFF);
    box-shadow: none;
    color: var(--Gray-600, #6C757D);

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

.contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
}

.contact-form-field {
    margin-bottom: 16px;
}

.contact-form-submit {
    margin: 0;
    color: var(--Gray-White, #FFF);

/* Body/Lead */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    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);
    text-transform: none;
    padding: 0 16px;
}

form.contact-message-form {
    margin: 0;
}

.contact-page-section {
    margin-bottom: 55px;
}

.airlink-select-dropdown-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 45px;
}

.airlink-select-dropdown {
    background: #fff;
    width: 100%;
    margin-top: 4px;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
    max-height: 344px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.airlink-select-dropdown::-webkit-scrollbar {
    width: 10px;   /* độ dày scrollbar */
}

.airlink-select-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
}

.airlink-select-dropdown::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.airlink-select-dropdown::-webkit-scrollbar-thumb:hover {
    background: #777;
}

.airlink-select-dropdown-current {
    color: var(--Gray-600, #6C757D);

/* Body/Lead */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px; /* 27px */
    height: 43px;
    padding: 0 0 0 16px;
    margin-top: 1px;
    cursor: default;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.airlink-select-dropdown-item {
    color: #212529;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    padding: 9px 16px;
    cursor: pointer;
}

.airlink-select-dropdown-item:hover {
    background: #FFF7D0;
}

.spcf-form-group-select.active .airlink-select-dropdown-current {
    color: #212529;
}

.spcf-form-group-select.active .airlink-select-dropdown {
    opacity: 1;
    visibility: visible;
}

.spcf-form-group-select.chosen .airlink-select-dropdown-current {
    color: #212529;
}

.spcf-service-information-addon:not(:has(.spcf-service-information-item-addon.show)) {
    display: none;
}

.spcf-service-information-item-addon {
    display: none;
}

.spcf-service-information-item-addon.show {
    display: flex;
}

.spcf-form-group label.with-tooltip {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.label-tooltip-note-icon {
    width: 16px;
    height: 16px;
    display: flex;
    position: relative;
}

.label-tooltip-content {
    position: absolute;
    white-space: nowrap;
    color: var(--Body-Text-text-primary, #212529);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 4px;
    background: var(--Yellow-100, #FFF3CD);
    padding: 4px 8px;
    top: -32px;
    left: 0;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 3;
}

.label-tooltip-note-icon .label-tooltip-arrow {
    position: absolute;
    width: 12px;
    height: 6px;
    top: -7px;
    display: flex;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 3;
}

.footer-logo-text img {
    width: 40%;
    margin-left: -23px;
}

.back-to-top.button {
    border: 0;
    background: var(--Theme-Primary, #DDAB40);
    box-shadow: 0 2px 4px 0 rgba(35, 25, 5, 0.16);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* abc anchor */

@media only screen and (max-width: 1024px) {
    h1.hp-sec1-title {
        font-size: 65px;
    }

    .hp-sec4-list {
        gap: 40px;
    }

    .hp-sec4-item {
        min-width: 300px;
    }

    .cus-section-title {
        font-size: 40px;
    }

    .hp-sec1.evisa-sec1 h1.hp-sec1-title {
        font-size: 50px;
    }

    .hp-sec2.evisa-sec2 {
        margin-top: -50px;
    }

    h3.evisa-other-services__title {
        font-size: 20px;
    }

    .ft-product-card-title {
        font-size: 20px;
    }

    .ft-product-card-price-amount {
        font-size: 25px;
    }

    form.single-prod-checkout-form {
        gap: 20px;
        padding: 0 15px;
    }

    .spcf-left {
        width: 65%;
        gap: 20px;
    }

    .spcf-right {
        width: calc(100% - 65% - 20px);
    }

    .custom-checkout-payment-total .service-total-price {
        font-size: 22px;
    }

    .spcf-card-title {
        font-size: 20px;
    }

    .spcf-card-addon-sec .sec-header .sec-title {
        font-size: 18px;
    }

    .spcf-card-prod-info-inner > h3 {
        font-size: 18px;
    }

    .spcf-right-card > h3 {
        font-size: 20px;
    }

    .spcf-right-card > h4 {
        font-size: 20px;
    }

    .spcf-card-customer-info-header span {
        font-size: 18px;
    }

    .single-prod-checkout-nav .spc-nav-outer {
        padding-right: 15px;
        padding-left: 15px;
    }

    .single-prod-checkout-nav .spc-nav__number {
        width: 20px;
        height: 20px;
    }

    .single-prod-checkout-nav .spc-nav__step::before {
        width: 16px;
    }

    .single-prod-checkout-nav .spc-nav__step {
        padding-left: 38px;
    }

    .blogs-page-header-content {
        padding-left: 30px;
    }

    .blogs-page-header-content h3 {
        font-size: 50px;
    }

    .single-post h1.entry-title, .single-service-post h1.entry-title {
        font-size: 24px;
    }

    .sidebar-airports > h3 {
        font-size: 20px;
    }

    .single-post .left-col, .single-service-post .left-col {
        padding-right: 15px;
    }

    .sidebar-airports {
        padding: 20px;
    }

    .sidebar-airports .airports-list .aiport-item a .airport-item-image {
        width: 80px;
    }

    .sidebar-airports .airports-list .aiport-item .airport-item-name {
        font-size: 18px;
    }

    h3.related-posts-title {
        font-size: 40px;
    }

    .related-posts-grid {
        column-gap: 24px;
    }

    .evisa-other-services__grid {
        gap: 30px;
    }


}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .nav-vertical > li > a {
        color: #495057;
        text-transform: none;
        font-size: 20px;
    }

    .nav-vertical > li {
        border: 0 !important;
    }

    h1.hp-sec1-title {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .hp-sec2 {
        margin-top: -37px;
    }

    .hp-sec2-content form {
        flex-direction: column;
    }

    .hp-sec3-list {
        gap: 24px;
    }

    .hp-sec3-item {
        flex-direction: column;
    }

    h3.hp-sec3-item-title {
        text-align: center;
        font-size: 17px;
    }

    .cus-section-title {
        font-size: 35px;
    }

    .hp-sec4-list {
        flex-direction: column;
        gap: 0;
    }

    .hp-sec5-image-experience {
        right: 0;
    }

    .airport-item .airport-content {
        padding: 18px 15px 0;
    }

    a.airport-checkprice-btn {
        margin: 16px 15px 20px;
        width: calc(100% - 30px);
    }

    .airport-item .airport-content .airport-code {
        font-size: 25px;
    }

    .hp-sec4-item::before {
        width: calc(100% - 80px);
        height: 1px;
        top: unset;
        right: 40px;
    }

    .hp-sec7-main-row > .col::before, .row>div.hp-sec7-line:not(.col):not([class^=col-]):not([class*=" col-"]) {
        display: none;
    }

    .hp-sec7-main-row {
        margin-top: 30px;
    }

    .hp-sec7 {
        padding-bottom: 70px;
    }

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

    .hp-sec1.evisa-sec1 h1.hp-sec1-title {
        font-size: 34px;
    }

    .hp-sec5.evisa-sec5 .hp-sec5-image-experience {
        left: 0;
    }

    .evisa-other-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }

    .blogs-page-header-content h3 {
        font-size: 32px;
    }

    .blogs-page-header {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #post-list {
        grid-template-columns: repeat(2, 1fr);
    }

    h3.post-item-title a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .entry-content.single-page, .entry-content.single-service-page {
        padding-bottom: 0;
    }

    .sidebar-airports {
        margin-top: 0;
    }

    .sidebar-airports .airports-list .aiport-item a .airport-item-image {
        width: 128px;
    }

    .sidebar-airports .airports-list .aiport-item .airport-item-name {
        font-size: 20px;
    }

    .sidebar-airports .airports-list .aiport-item a {
        gap: 30px;
    }

    .sidebar-airports > h3 {
        font-size: 29px;
    }

    .related-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .related-posts-grid .post-item:last-child {
        display: none;
    }

    .ft-sec3 {
        padding: 0 15px;
    }

    .ft-sec3-filters {
        width: 100%;
    }

    .ft-sec3-products-list {
        width: 100%;
    }

    .ft-product-item {
        width: 100%;
    }

    form.single-prod-checkout-form {
        flex-direction: column;
        gap: 40px;
    }

    .spcf-left {
        width: 100%;
    }

    .spcf-right {
        width: 100%;
    }

    .spcf-card-prod-includes {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .spcf-card-prod-includes-item {
        width: 100%;
    }

    .spcf-card-header {
        flex-direction: column;
        align-items: baseline;
    }

    .single-prod-checkout-nav .spc-nav {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .single-prod-checkout-nav .spc-nav__step {
        font-size: 13px;
        margin-left: 10px;
        padding-left: 22px;
    }

    .single-prod-checkout-nav .spc-nav__step::before {
        width: 10px;
    }

    .single-prod-checkout-nav .spc-nav__number {
        min-width: 18px;
        height: 18px;
    }

    .spcf-card-quantity {
        flex-direction: column;
    }

    .spcf-form-field-row {
        flex-direction: column;
    }

    .blogs-page-header.contact-page-header {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contact-form-card {
        padding: 20px;
    }

    .hp-sec1 {
        min-height: 430px;
    }

    .hp-sec1.evisa-sec1 {
        min-height: 300px;
    }

    .hp-sec1-image {
        min-height: 430px;
        position: relative;
    }

    .hp-sec1.evisa-sec1 .hp-sec1-image {
        min-height: 300px;
        position: relative;
    }

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

    .footer-col-2, .footer-col-3 {
        padding-left: 15px;
    }

    .mb-hidden-footer-col {
        display: none;
    }

    .footer-col-title {
        font-size: 28px;
    }

    .airlink-select-dropdown-current {
        width: calc(100% - 36px);
    }

    .spcf-card, .spcf-right-card {
        padding: 15px;
    }

    .spcf-service-information-item {
        flex-direction: column;
    }

    .spcf-service-information-item .line-price {
        text-align: left;
    }

    .spcf-service-total .spcf-service-information-item {
        flex-direction: row;
    }

    .spcf-card-customer-info-outer {
        margin-top: 16px;
        padding-top: 0;
    }

    .spcf-card-quantity.revert-on-mb .spcf-form-group:first-child {
        order: 1;
    }

    .spcf-radio-list {
        flex-wrap: wrap;
    }

    .spcf-radio-list .spcf-radio {
        width: 44%;
    }

    .single-prod-checkout-nav .spc-nav__steps {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .single-prod-checkout-nav .spc-nav__step:nth-child(3)::before {
        display: none;
    }
    
    .single-prod-checkout-nav .spc-nav__step:nth-child(3) {
        margin-left: 0;
        padding-left: 0;
    }

    .airlink-popup-inner {
        padding: 13px;
        max-width: 94%;
    }
    
    .airlink-popup-content > p {
        font-size: 13px;
    }
    
    .airlink-popup-content h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 5px;
    }
    
    .airlink-popup-content .spcf-form-group label {
        font-size: 13px;
    }
    
    .airlink-popup-content .spcf-form-group input, .airlink-popup-content .spcf-form-group select {
        font-size: 14px;
        height: 30px;
    }
    
    .airlink-popup-content .airlink-select-dropdown-current {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
    
    .airlink-popup-content .spcf-radio .spcf-radio-label {
        font-size: 14px;
    }
    
    .airlink-popup-content .popup-form-action button {
        font-size: 15px;
        height: 30px;
        line-height: normal;
        min-height: unset;
    }
    
    .airlink-popup-content .airlink-select-dropdown-item {
        font-size: 14px;
        padding: 2px 16px;
    }
    
    .airlink-popup-content .airlink-select-dropdown-wrapper {
        height: 30px;
    }
    
    .airlink-popup-content .spcf-form-group-select {
        height: 30px;
    }
    
    .airlink-popup-content .airlink-select-dropdown {
        margin-top: 0;
    }
    
    .airlink-popup-content .spcf-radio-list {
        gap: 6px;
    }

    .airlink-popup-close {
        top: 8px;
        right: 15px;
    }

    .evisa-other-services__content {
        padding: 10px 15px;
    }

    h3.evisa-other-services__title {
        font-size: 15px;
        margin-bottom: 5px;
    }
    
    ul.evisa-other-services__list li {
        font-size: 14px;
    }

    .footer-col-title {
        font-size: 20px;
    }

    .footer-links a {
        font-size: 14px;
        margin-top: 0px;
    }

    .footer-about-text {
        font-size: 14px;
    }

    .footer-contact-item span, .footer-contact-item span a {
        font-size: 14px;
    }

    .button {
        font-size: 15px;
        height: 40px;
    }

    .hp-sec2-content form button[type="submit"] {
        font-size: 15px;
        height: 40px;
    }

    .hp-sec2-tabs-nav button {
        font-size: 14px;
    }

    .spcf-card-addon-sec .addon-item {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start;
    }

    .spcf-card-addon-sec .addon-item .addon-checkbox label {
        align-items: start;
    }

    .spcf-card-addon-sec .addon-item .addon-price {
        margin-left: 24px;
    }

    .spcf-checkbox input, .spcf-card-addon-sec .addon-item .addon-checkbox .addon-checkbox-custom {
        margin-top: 4px;
    }

    .spcf-card-prod-includes-item span {
        font-size: 14px;
        line-height: 20px;
        display: block;
    }


}

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