form.variations_form.cart,
.entry-summary .price,
.entry-summary .product_meta,
.woocommerce-tabs.wc-tabs-wrapper {
    display: none !important;
}

:root {
    --visa-primary: #c5962a;
    --visa-secondary: #543f0d;
    --visa-light: #fef7e5;
    --visa-dark: #1b1b1b;
    --visa-border: #dee2e6;
}

.checkout-container {
    position: relative;
    background: #fff;
    width: 100%;
    height: auto;
    z-index: 2;
    left: 0;
    top: 0;
    overflow: hidden;
    display: none;
    padding: 50px 0;
}

/* Prevent background scrolling */
body.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.custom-file-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    border: 2px dashed #ccc;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    /*width: 100%;*/
    /*max-width: 300px;*/
}

.checkout-step-1 {
    /*text-align:center;*/
}

.custom-file-upload:hover {
    border-color: #C6992C;
}

.file-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    width: 100%;
    justify-content: center;
    height: 80px;
    background: #fef7e8;
    border-radius: 6px;
}

.file-icon {
    font-size: 24px;
}

.file-name {
    font-size: 14px;
    margin-top: 10px;
    color: #777;
}

.file-name.error {
    color: red;
}

.upload-instructions {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    text-align: center;
}

.form-btn-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 30px 0;
}

.form-btn {
    padding: 8px 20px;
    color: var(--visa-primary);
    border-radius: 8px;
    min-width: 100px;
    cursor: pointer;
    border: 1px solid var(--visa-primary);
    text-align: center;
    align-content: center;
}

.form-btn.next {
    background: var(--visa-primary);
    color: #fff;
    align-content: center;
}

.form-btn.previous:hover {
    background: var(--visa-primary);
    color: #fff;
}

.form-btn.next:hover {
    background: #1b1b1b;
    border-color: #1b1b1b;
    color: #fff;
}

.stepper {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 2px;
    margin-bottom: 15px;
}

.stepper span {
    background: var(--visa-border);
    border-radius: 50px;
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    text-align: center;
}

.step-2::before {
    content: "";
    width: calc(50% - 250px);
    border-top: 2px dashed var(--visa-border);
    left: 180px;
    display: block;
    position: absolute;
    transform: translateY(13px);
}

.step-3::before {
    content: "";
    width: calc(50% - 250px);
    border-top: 2px dashed var(--visa-border);
    right: 125px;
    display: block;
    position: absolute;
    transform: translateY(13px);
}

.stepper .completed span {
    background: var(--visa-primary);
    color: #fff;
}

.stepper .completed::before {
    border-color: var(--visa-primary);
}

ul#travelerTabs {
    display: flex;
    gap: 0;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid var(--visa-border);
    margin: 20px 0;
}

ul#travelerTabs li.tab {
    padding: 10px 25px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}

ul#travelerTabs li.tab.active {
    background: #fef7e8;
    color: var(--visa-primary);
    border-bottom: 2px solid var(--visa-primary);
}

.traveler-form .form-row {
    display: flex;
    width: 100%;
    gap: 12px;
    margin-bottom: 17px;
}

.traveler-form select {
    border-radius: 8px;
    font-size: 14px;
    color: var(--visa-dark);
}

.traveler-form label {
    color: rgb(102 112 133);
    font-size: 10px;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 5px;
}

.traveler-form .form-col-25 {
    width: 25%;
}

.traveler-form input {
    border: 1px solid var(--visa-border) !important;
    padding: 10px !important;
    border-radius: 10px !important;
    height: 40px;
    font-size: 14px;
    color: var(--visa-dark);
}

.traveler-form input[type=radio] {
    height: auto !important;
    margin-right: 5px !important;
    accent-color: var(--visa-dark);
}

.traveler-form .radio-group {
    display: flex;
    gap: 20px;
}

.order-summary {
    border: 1px solid var(--visa-border);
    padding: 10px 20px;
    border-radius: 8px;
}

.order-summary p {
    padding: 5px 0;
    margin: 5px 0;
    /*border-bottom: 1px dashed var(--visa-border);*/
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}

.order-summary p strong {
    font-weight: 500;
}

.order-summary p:last-child {
    border-bottom: 0;
}

.order-summary .passenger-name {
    text-transform: capitalize;
}
.order-summary .price-total {
    font-size: 17px;
    font-weight: 600;
    color: #c5962a;
}


#visaProductForm {
    width: 100%;
    /*max-width: fit-content;*/
    max-width: 450px;
    border: 1px solid var(--visa-border);
    padding: 1.5rem;
    border-radius: 20px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#visaProductForm .form-row {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.input-collection {
    border: 1px solid var(--visa-border);
    border-radius: 10px;
    overflow: hidden;
}

#visaProductForm .form-row .form-col-50 {
    display: flex;
    width: 50%;
    padding: 10px;
    border: 1px solid var(--visa-border);
    /*border-top: 0;*/
    border-left: 0;
}

#visaProductForm .form-row .form-col-50:last-child {
    border-right: 0;
}

#visaProductForm .form-row:nth-child(2) .form-col-50 {
    border-top: 0;
    border-bottom: 0;
}

.input-collection .form-row:first-child .form-col-50{
    border-top:0 !important
}

.input-collection .form-row:last-child .form-col-50{
    border-bottom:0 !important
}

#visaProductForm .form-row .form-col-100 {
    width: 100%;
    padding: 8px 0 0;
    font-size: 13px;
}

#visaProductForm .form-row .input-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    gap: 0px;
}

#visaProductForm .form-row .checkbox-section {
    display: flex;
    font-size: 14px;
    align-items: start;
    gap: 5px;
    /*margin-top: 10px;*/
}

#visaProductForm .form-row .input-section label {
    color: rgb(102 112 133);
    font-size: 10px;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 1;
}

.woocommerce form .form-row label {
    opacity: 1;
}

#visaProductForm .form-row .input-section select,
#visaProductForm .form-row .input-section input {
    padding: 5px 0;
    border: 0;
    color: rgb(152 162 179);
    margin-bottom: 0px;
    font-size: 14px;
}


#visaProductForm .form-row input[type="checkbox"] {
    appearance: none;
    width: 10px !important;
    height: 10px !important;
    border: 2px solid var(--visa-primary) !important;
    background-color: white;
    position: relative;
    cursor: pointer;
    border-radius: 5px !important;
    display: inline-block;
    flex-shrink: 0;
}

#visaProductForm .form-row .checkbox-section label {
    margin: 0;
    text-wrap: auto;
    line-height:1.6;
}

#visaProductForm .form-row input[type="checkbox"]:checked {
    background-color: var(--visa-primary);
    border-color: var(--visa-primary);
}

#visaProductForm .form-row input[type="checkbox"]:checked::after {
    content: "\F633";
    font-family: "bootstrap-icons";
    font-size: 14px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}


#visaProductForm .form-row .input-section select:focus,
#visaProductForm .form-row .input-section input {
    border: 0;
    box-shadow: none;
    outline: 0;
    border-radius: 0;
    color: var(--visa-dark);
    margin-bottom: 5px;
}

#visaProductForm .form-row .input-section input::placeholder {
    color: rgb(152 162 179);
}

#travelDate,
.flatpickr-input {
    background: #ffffff !important;
    text-align: left;
}

#confirmCitizenship {
    transform: translateY(5px);
}

.my-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* Change weekday names (Sun, Mon, etc.) */
.flatpickr-weekdays {
    background: #f9f9f9;
    color: #333;
    margin-top: 10px;
}

/* Change today's date color */
.flatpickr-day.today {
    border: 1px solid var(--visa-primary);
    color: var(--visa-primary);
    font-weight: bold;
}

/* Change selected date color */
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background: var(--visa-primary) !important;
    border-color: var(--visa-primary);
    color: white;
}

/* Change hover effect on dates */
.flatpickr-day:hover {
    background: var(--visa-primary);
    color: white;
}

/* Make the switch bigger */
.form-switch .form-check-input {
    transform: scale(1.3);
    margin-right: 15px;
}

.premium-section {
    background: var(--visa-light);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--visa-primary);
}

.premium-section .prm-header {
    display: flex;
    justify-content: space-between;
}

.premium-section .prm-header .prm-title {
    color: var(--visa-secondary);
    font-weight: 600;
    font-size: 15px;
}

.premium-section .prm-body {
    color: var(--visa-primary);
    font-size: 13px;
    margin-top: 0px;
}

#visaProductCheckout {
    background: var(--visa-primary);
    border: 1px solid var(--visa-primary);
    /* font-size: 1rem; */
    font-weight: 600;
    color: #ffffff;
    width: 100%;
    /*line-height: 1.8;*/
    border-radius: 8px;
    cursor: pointer;
}

#visaProductCheckout:hover {
    background: var(--visa-dark);
    border: 1px solid var(--visa-dark);
}

#visaProductCheckout:disabled {
    background-color: #ccc;
    color: #888;
    cursor: not-allowed;
    opacity: 0.7;
    border: 1px solid #ccc;
}

#getByDate {
    text-align: center;
    /* font-weight: 600; */
    color: var(--visa-primary);
}

#getByDate span {
    font-weight: 600;
    color: var(--visa-primary);
}

.form-col-100 input {
    border: 1px solid var(--visa-border) !important;
    padding: 10px !important;
    border-radius: 10px !important;
    height: 45px;
    font-size: 14px;
    margin-bottom:0 !important;
}

.iti__dropdown-content {
    border: 0;
    padding: 5px;
    border-radius: 10px !important;
    margin-top: 10px !important;
    outline: 1px solid #f2f2f2;
}

.iti__search-input {
    font-size: 14px !important;
    height: 40px !important;
    padding: 0 10px !important;
}

.iti__country-list {
    border: 0 !important;
}

.input-msg {
    font-size: 11px;
    position: absolute;
    transform: translateY(7px);
    bottom: 0;
    font-weight: 400;
}

.phone-msg, .email-msg {
    font-size: 11px;
    bottom: 0;
    font-weight: 400;
    color: red !important;
}

span.error-message {
    color: red;
    font-size: 12px;
}

.input-error label,
.input-error .input-msg {
    color: red !important;
}

.input-success label,
.input-success .input-msg {
    color: green !important;
}

.price-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.price-container span.label {
    font-size: 14px;
}
.price-container #visaProductPrice {
    font-size: 19px;
    font-weight: 600;
    display: flex;
    gap: 4px;
}

.prd-badge {
    font-size: 13px;
    border: 1px solid var(--visa-border);
    padding: 0 6px;
    border-radius: 5px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.prd-badge.premium {
    border: 1px solid var(--visa-primary);
    color: var(--visa-secondary);
}

.getby-container {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.css-alert {
    padding: 10px;
    background-color: #f44336;
    color: white;
    display: none;
    position: fixed;
    top: 50px;
    right: 50px;
    border-radius: 6px;
    z-index: 9999;
    max-width: 300px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.css-alert .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    right: 10px;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    z-index: 999;
}

.closebtn:hover {
    color: black;
}

.product-main-details h2 {
    font-size: 48px;
    color: #543f0d;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 20px;
}

.custom-product-sections .product-section>h4 {
    font-size: 30px;
    color: #543f0d;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 15px;
}

.product-section>p {
    margin-bottom: 10px;
}

.simple-accordion .accordion-item {
    border-bottom: 2px solid #EAECF0;
    padding: 25px 0 0;
}

.simple-accordion .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #ffffff;
    border: none;
    cursor: pointer;
    font-family: 'Inter';
    font-size: 17px;
    font-weight: 700;
    color: #475467;
    text-align: left;
}

.simple-accordion .accordion-header:hover {
    background: #fff;
    color: #c6992c;
}

.simple-accordion .accordion-header .accordion-icon {
    margin-left: 10px;
    transition: transform 0.3s;
    color: #475467;
}

.simple-accordion .accordion-content {
    height: 0px;
    overflow: hidden;
    transition: height 0.3s ease;
    color: #475467;
    margin: 10px 0 15px;
}

.custom-product-sections .product-section {
    padding: 20px 0;
}

.advanced-accordion .accordion-item {
    margin: 20px 0;
    position: relative;
}

.advanced-accordion .accordion-header {
    margin: 0;
}

.advanced-accordion .accordion-button,
.advanced-accordion .accordion-title {
    background: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 15px 0;
    width: 100%;
    text-align: left;
    font-family: 'Inter';
    font-size: 17px;
    font-weight: 700;
    color: #475467;
    padding-left: 50px;
}

.advanced-accordion .accordion-button:hover {
    color: #c6992c;
}

.advanced-accordion .accordion-button.collapsed {
    background: #fff;
}

.advanced-accordion .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.advanced-accordion .accordion-collapse {
    overflow: hidden;
    transition: height 0.3s ease;
}

.advanced-accordion .accordion-body {
    padding: 0;
    border: none;
    background: #fff;
    color: #01131dc4;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 50px;
}

.advanced-accordion .accordion-button:focus-visible {
    outline: none;
    box-shadow: none;
}

.advanced-accordion .accordion-button::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: auto;
    transition: transform 0.3s;
    font-size: 14px;
}

.advanced-accordion .accordion-button[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.advanced-accordion .accordion-button[aria-expanded="true"],
.accordion-button:hover {
    background: #fff;
}

.advanced-accordion .accordion-icon {
    width: 40px;
    height: 40px;
    aspect-ratio: 1;
    border: 1px solid #d0d5dd;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.pointer-section ul {
    list-style-type: disc;
    padding-left: 20px;
    color: #475467;
    margin-top: 20px;
}

.pointer-section>li {
    list-style: none;
    border-left: 2px solid #d0d5dd;
    margin-bottom: 20px;
    padding-left: 20px;
    font-family: 'Inter';
    font-size: 15px;
    color: #01131dc4;
}

.section-notes {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    color: #98A2B3;
    display: flex;
    align-items: center;
    gap: 15px;
    white-space: nowrap;
    text-wrap: auto;
    margin-top: 30px;
}

.product_custom {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 50px;
    margin: 20px 0;
}

.product_custom h1 {
    font-weight: 500;
    color: #543f0d;
    font-size: 36px;
}

.banner-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-height: 300px;
}

.banner-item img {
    width: 100%;
    height: auto;
}

.banner-item .banner-title {
    position: absolute;
    width: -webkit-fill-available;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    background: linear-gradient(90deg, #1e1602, transparent);
    padding: 0 20px;
}

.product-additional-info .section {
    margin: 25px 0;
}

#customFieldsModal .repeater-field-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    background: #f5f5f5;
    padding: 5px 10px 10px;
    border-radius: 9px;
    margin-bottom: 15px;
}

.product-mobile .product-banner {
    display: none;
}

section.related.products {
    margin-top: 40px;
}


@media screen and (max-width: 1280px) and (min-width: 780px){
   .product_custom{
       margin: 10px 0;
   }
    #visaProductForm {
        padding: 10px 20px;
    }
    #visaProductForm .form-row .form-col-50 {
        padding: 5px 10px;
    }
    #visaProductForm .form-row .form-col-100 {
        padding: 6px 0 0;
    }
    .premium-section {
        padding: 7px 10px;
    }
    .form-col-100 input {
        height: 37px;
    }
    #visaProductForm .form-row input[type="checkbox"]{
        border: 1px solid var(--visa-primary) !important;
    }
    input[type=checkbox], input[type=radio]:not(.gfield-choice-input) {
        padding: 7px !important;
    }
    #visaProductForm .form-row .checkbox-section label {
        margin: 0;
        line-height: 1.6;
        font-size: 11px;
    }
    #visaProductCheckout {
        padding: 12px 20px !important;
        line-height: 1em;
    }
    .premium-section .prm-header .prm-title{
        font-size:14px;
    }
    .premium-section .prm-body {
        font-size: 12px;
    }
}
@media screen and (max-width: 780px) {
    .documents-container {
        grid-template-columns: 1fr;
        gap: 15px
    }
}

@media only screen and (max-width: 600px) {
    .product_custom {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .product-web .product-banner {
        /*display:none;    */
    }

    .product-mobile .product-banner {
        display: block;
        order: 1;
    }

    .product_custom .product-main-details {
        order: 2;
        /*margin-top: 40px;*/
    }

    .product_custom .related.products {
        order: 3;
    }

    .product-main-details h2 {
        font-size: 42px;
        line-height: 50px;
    }

    .pointer-section>li,
    .advanced-accordion .accordion-body {
        font-size: 14px;
    }

    .advanced-accordion .accordion-button,
    .simple-accordion .accordion-header {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.5;
    }

    .section-notes {
        font-size: 13px;
    }

    #visaProductForm .form-row {
        flex-direction: column;
        align-items: flex-start;
    }

    #visaProductForm .form-row .form-col-50 {
        width: 100%;
    }


    #visaProductForm .form-row .form-col-50:last-child {
        border-left: 0;
    }

    #visaProductForm .form-row:nth-child(2) .form-col-50:first-child {
        border-bottom: 1px solid var(--visa-border);
    }

    #visaProductForm .form-row .input-section {
        width: 95%;
    }
    
    #visaProductForm .form-col-100 .input-section  {
        width: 100%;
    }
    
    .stepper {
        gap: 5px;
        font-size: 12px;
    }
    .stepper > div {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        text-align: center;
    }
    .stepper span {
        margin-right: 0px;
        /*width: 10px;*/
    }
    
    .traveler-form .form-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .traveler-form .form-col-25{
        width: 100%;
    }
    
}