﻿.how-to-com {
    list-style: none;
    padding: 0;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

    .how-to-com li {
        align-items: center;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

        .how-to-com li:last-child {
            border-bottom: none;
        }

    .how-to-com .custom-checkbox {
        position: relative;
        width: 20px;
        height: 20px;
        border: 2px solid #007bff;
        border-radius: 5px;
        cursor: pointer;
        display: inline-block;
        margin-right: 10px;
    }

        .how-to-com .custom-checkbox::before {
            content: "✔";
            font-size: 16px;
            color: white;
            text-align: center;
            line-height: 18px;
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #007bff;
            border-radius: 0px;
            transform: scale(0);
            transition: transform 0.2s ease-in-out;
        }

    .how-to-com input[type="checkbox"] {
        display: none;
    }

        .how-to-com input[type="checkbox"]:checked + .custom-checkbox::before {
            transform: scale(1);
        }

    .how-to-com label {
        cursor: pointer;
        font-size: 16px;
    }

@media(min-width: 768px) {
    .modal-sm {
        width: 370px;
    }
}

body {
    overflow-x: hidden !important;
}

.custom {
    box-shadow: 0px 0px 2px 2px #ededed;
    margin-bottom: 4%;
    margin-left: 4%;
    border-radius: 2px;
    background: aliceblue;
}

#CDSWIDCOE {
    position: relative;
    font: normal 11px Trip Sans VF,Trip Sans,Arial,sans-serif;
    color: #000;
    background-color: #fff;
    overflow: hidden;
    width: 75px !important;
    margin: 0 10px 10px 10px;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    #customheder {
        margin-left: 3%;
        position: absolute;
    }
}

.sidebar1-contact {
    position: fixed;
    top: 60%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 11111111;
}

@media only screen and (max-width: 600px) {
    .countrydailog {
        width: 200% !important;
    }
}

.sidebar1-contact.active {
    right: 0;
}

.sidebar1-contact input,
.sidebar1-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.5);
    outline: none;
}

.sidebar1-contact h2 {
    margin: 0 0 20px;
    padding: 0;
}

.sidebar1-contact textarea {
    height: 60px;
    resize: none;
}

.sidebar1-contact input[type="submit"] {
    background: #00bcd4;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
}

.toggle:before {
    font-family: fontAwesome;
    font-size: 18px;
    color: #fff;
}

.toggle.active:before {
    content: "\f00d";
}

@media (max-width: 768px) {
    .sidebar-contact {
        width: 100%;
        height: 100%;
        left: -100%;
    }

        .sidebar-contact .toggle {
            top: 50%;
            transform: translateY(-50%);
            transition: 0.5s;
        }

        .sidebar-contact.active .toggle {
            top: 0;
            right: 0;
            transform: translateY(0);
        }

    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
}

#CDSWIDCOE img {
    border: none;
    display: inline;
    width: 60%;
}

#button {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 0px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button:hover {
        cursor: pointer;
    }

    #button:active {
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }

.form-control {
    margin-bottom: 15px;
}

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

    .menu li {
        text-align: center;
        flex-grow: 1;
        position: relative;
        border-right: 1px #fff solid;
    }

        .menu li a {
            color: #fff;
        }

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 185px;
    right: 32px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 9;
    display: none;
}

    .float img {
        width: 60px;
    }

.desk-hidden {
    display: none;
}

@media only screen and (max-width: 600px) {
    .desk-hidden {
        display: block;
    }

    .float {
        display: block !important;
    }

    .mobile-hide {
        display: none;
    }
}

.modal-dialogcustom {
    width: 1200px;
    margin: 30px auto;
}

.introjs-bullets {
    display: none !important;
}

.in-list-part p {
    font-size: 14px;
    color: #fff;
}

.in-list-part p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.contact-item {
    margin-bottom: 10px;
}

.contact-content {
    display: flex;
    align-items: center;
}

    .contact-content img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .contact-content span {
        color: #fff;
        font-family: 'Inter', sans-serif;
        font-size: 12px;
        line-height: 1.5;
    }

.new-footer-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.footer-about {
    flex: 1;
}

.new-download {
    flex: 1;
}

.f_widget {
    margin-left: auto;
}

.f_social_icon {
    display: flex;
    gap: 20px;
}

    .f_social_icon .column {
        display: flex;
        flex-direction: column;
    }

.new_footer_top .f_social_icon a + a {
    margin-left: 0px;
}

.col-md-8 > .col-lg-3.col-md-6:not(:last-child) {
    border-right: 1px solid #ccc;
    height: 180px;
}

marquee {
    animation: gradient 15s ease infinite;
    background: linear-gradient(to right, rgb(142, 45, 226), rgb(74, 0, 224));
    border-radius: 30px;
    display: flex;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

marquee span {
    font-size: 19px;
}

#offer-marquee {
    height: auto;
}

#ur-edit {
    display: flex;
    align-items: center;
}

.contact-us-vertical {
    position: fixed;
    right: -2px;
    top: 63%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
}

.contact-button {
    background-color: #0451BB;
    color: #fff;
    writing-mode: vertical-rl;
    text-align: center;
    padding: 30px 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, box-shadow 0.3s;
}

    .contact-button:hover {
        background-color: #033a8c;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

.help-icon {
    width: 37px;
    height: 41px;
    background-color: #22c55e;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

.help-icon {
    width: 37px;
    height: 41px;
    background-color: #22c55e;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.new-fa-tooltip {
    visibility: hidden;
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 13px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}

.help-icon:hover .new-fa-tooltip {
    visibility: visible;
    opacity: 1;
}

.help-link img {
    width: 60%;
    margin-left: 7px;
    object-fit: contain;
}

.cul-gurant-vertical {
    position: relative;
    width: 200px;
    height: 50px;
    perspective: 1000px;
}

.cul-gua {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    border-radius: 25px;
    transition: all 0.5s ease;
    transform-style: preserve-3d;
}

.cul-gua-link {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.cul-gua:hover {
    transform: rotateX(15deg) scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.cul-gua-link:hover {
    color: #007bff;
    transform: translateY(-3px);
}

.cul-gua-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    border-radius: 25px;
}

.cul-gua-link:hover::before {
    opacity: 1;
}

.cul-gua-link::after {
    content: '🛡️';
    margin-left: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cul-gua-link:hover::after {
    opacity: 1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.cul-gua-link:active {
    animation: pulse 0.3s linear;
    transform: scale(0.95);
}

@media only screen and (max-width: 600px) {
    /*.contact-us-vertical {
        display: none;
    }*/
}

.hidden-div2 {
    display: none;
    transition: all 0.3s ease;
}

    .hidden-div2.show {
        display: block;
    }

.contact-container {
    padding: 10px;
}

.menu-item, .drop-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .menu-item .drop-menu {
        display: none;
        position: absolute;
        background-color: #fff;
        min-width: 100px;
        width: 270px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    }

.drop-menu-item {
    width: 100%;
}

    .drop-menu-item:hover {
        background-color: #eee;
    }

    .drop-menu-item a {
        color: #555;
    }

.menu-item:hover .drop-menu {
    display: block;
}

.dropdown a:hover > .drop {
    display: block !important;
    animation: fadeInRight 0.3s ease;
    -webkit-animation: fadeInRight 0.3s ease;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.country-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.country-list li {
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 0.5rem;
}

.country-list img {
    width: 20px; /* Adjust the size as needed */
    height: auto;
    margin-right: 10px;
}

.country-list span {
    font-size: 12px;
}

.country-list li span {
    position: relative;
    cursor: pointer;
    padding-bottom: 0.2rem;
}

    .country-list li span::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background-color: #fff;
        transition: width 0.3s ease;
    }

    .country-list li span:hover::after {
        width: 100%;
    }

.menu-item a i {
    transition: transform .7s ease-in-out;
}

.menu-item a .icofont-simple-down:hover {
    transform: rotate(90deg);
}

.new_footer_area {
    background: linear-gradient(to right, #1e3c72, #2a5298);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.17);
}

.new_footer_top {
    padding: 30px 0px 0px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    width: 100%;
}

.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 0px;
}

.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}

.new_footer_top .company_widget p {
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    margin-bottom: 15px;
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}

.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}

.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}

.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #5e2ced;
}

.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 0px;
}

.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}

.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}

.ti-facebook:before {
    content: "\e741";
}

.ti-twitter-alt:before {
    content: "\e74b";
}

.ti-vimeo-alt:before {
    content: "\e74a";
}

.ti-pinterest:before {
    content: "\e731";
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: royalblue;
    border-color: royalblue;
    color: #fff;
}

    .btn_get_two:hover {
        background: transparent;
        color: #5e2ced;
    }

.new_footer_top .f_social_icon a:hover {
    background: #5e2ced;
    border-color: #5e2ced;
    color: white;
}

.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}

.new_footer_top .f-title {
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Inter', sans-serif;
}

.f_600 {
    font-weight: 600;
}

.f_size_18 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'Inter', sans-serif;
    /*letter-spacing: -1px;*/
}

.new_footer_top .f_widget.about-widget .f_list li a {
    color: #fff;
    font-family: 'Inter', sans-serif;
}

.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

    .new_footer_top .footer_bg .footer_bg_one {
        width: 188px;
        height: 105px;
        background-size: 100%;
        position: absolute;
        bottom: -26px;
        left: 30%;
        -webkit-animation: myfirst 22s linear infinite;
        animation: myfirst 22s linear infinite;
    }

    .new_footer_top .footer_bg .footer_bg_two {
        background: url('images/giphy.gif') no-repeat center center;
        width: 100px;
        height: 100px;
        background-size: 100%;
        bottom: 6px;
        left: 38%;
        position: absolute;
        -webkit-animation: myfirst 30s linear infinite;
        animation: myfirst 30s linear infinite;
    }

@-moz-keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}


html {
    font-size: 16px;
    line-height: 1;
}

body {
    background: var(--theme-bg-color);
    color: var(--theme-text-color);
    transition: background 0.3s, color 0.3s;
}

    body[data-theme=dark] {
        --theme-bg-color: #000;
        --theme-text-color: #fff;
    }

section[data-theme=dark] {
    --theme-bg-color: #000;
    --theme-text-color: #fff;
}

.tourb2-ab-p-3 {
    background: #f4f4f4;
    padding: 10px 0px 20px;
}

    .tourb2-ab-p-3[data-theme=dark] {
        --theme-bg-color: #000 !important;
        --theme-text-color: #fff !important;
    }

.switch {
    background: transparent;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    width: 70px;
    right: -150px;
    top: 14px;
}

.switch__toggle {
    background: #333;
    border-radius: 20px;
    display: block;
    height: 100%;
    transition: background 0.3s;
}

    .switch__toggle::after {
        background: #fff;
        border-radius: 100%;
        content: "";
        display: block;
        height: 24px;
        left: 0;
        margin: 3px;
        position: absolute;
        top: 0px;
        transition: transform 0.3s, background 0.3s;
        width: 24px;
    }

.switch__state {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

    .switch__state:focus ~ .switch__toggle {
        box-shadow: 0 0 2px 3px rgba(0, 160, 204, 0.8);
    }

    .switch__state:checked ~ .switch__toggle {
        background: #fff;
    }

        .switch__state:checked ~ .switch__toggle::after {
            background: #333;
            transform: translate(calc(80px - 40px));
        }

.card0 {
    background-color: #F5F5F5;
    border-radius: 8px;
    z-index: 0
}

.card00 {
    z-index: 0
}

.card1 {
    margin-left: 140px;
    z-index: 0;
    border-right: 1px solid #F5F5F5
}

.social {
    border-radius: 50%;
    background-color: #FFCDD2;
    color: #E53935;
    height: 47px;
    width: 47px;
    padding-top: 16px;
    cursor: pointer
}

input,
select {
    padding: 2px;
    border-radius: 0px;
    box-sizing: border-box;
    color: #9E9E9E;
    border: 1px solid #BDBDBD;
    font-size: 16px;
    letter-spacing: 1px;
    height: 50px !important
}

select {
    width: 100%;
    margin-bottom: 85px
}

    input:focus,
    select:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #E53935 !important;
        outline-width: 0 !important
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #E53935
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
    width: 77%
}

.form-control-placeholder {
    position: absolute;
    top: 0px;
    padding: 12px 2px 0 2px;
    transition: all 300ms;
    opacity: 0.5
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 95%;
    top: 10px;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    background-color: #fff
}

.next-button {
    background-color: royalblue;
    color: #fff;
    border-radius: 0px;
    padding: 10px;
    cursor: pointer;
    float: right;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .next-button:hover {
        background-color: #E53935;
        color: #fff
    }

.get-bonus {
    margin-left: 154px
}

.pic {
    width: 230px;
    height: 110px
}

#progressbar {
    position: relative;
    overflow: hidden;
    color: #E53935;
    text-align: left;
}

    #progressbar li {
        margin-bottom: 36px;
        color: #91acff;
    }

        #progressbar li.active {
            color: #20bb59;
        }

.tick {
    width: 100px;
    height: 100px
}

.prev {
    display: block;
    left: 40px;
    top: 20px;
    cursor: pointer;
    color: #fff;
}

    .prev:hover {
        color: #D50000 !important
    }

@media screen and (max-width: 912px) {
    .card00 {
        padding-top: 30px
    }

    .card1 {
        border: none;
        margin-left: 50px
    }

    .card2 {
        border-bottom: 1px solid #F5F5F5;
        margin-bottom: 25px
    }

    .social {
        height: 30px;
        width: 30px;
        font-size: 15px;
        padding-top: 8px;
        margin-top: 7px
    }

    .get-bonus {
        margin-top: 40px !important;
        margin-left: 75px
    }

    #progressbar {
        left: -25px
    }
}

.pad {
    padding: 0px 25px;
}

.head-title .thumb-img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    margin-right: 10px;
    background: #1b1b1b;
    padding: 10px;
}

.head-title a h5 {
    color: rgb(51, 51, 51);
    font-size: 18px;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: initial;
    overflow: hidden;
    text-transform: capitalize;
    margin-bottom: 10px;
    text-align: left;
}

.head-title a p {
    padding-left: 40px;
    margin-bottom: 0px;
    color: rgb(150, 149, 149);
    font-size: 15px;
    line-height: 18px;
}

.custom-pkg-body {
    border-radius: 10px;
    margin-top: 20px;
    padding-bottom: 95px;
}

@media only screen and (max-width: 600px) {
    .custom-pkg-body {
        padding: 10px;
        height: auto;
    }

    .customheder {
        display: none;
    }
}

.card-pkg {
    border: 1px solid #000;
    height: 220px;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #EBF3FE;
    box-shadow: 8px 8px #acbcf9;
    margin-bottom: 20px;
}

    .card-pkg img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
    }

    .card-pkg input[type=checkbox] {
        width: 17px;
        margin: -16px -25px;
    }

.card-dest {
    border: 1px solid #000;
    height: 70px;
    padding: 2px 10px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background: #EBF3FE;
    box-shadow: 3px 3px #acbcf9;
    margin-bottom: 35px;
}

    .card-dest img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 45%;
    }

    .card-dest input[type=checkbox] {
        width: 17px;
        margin: -16px -25px;
    }

:root {
    --color-blue-100: #f5faff;
    --color-blue-200: #b8dcff;
    --color-blue-300: #7ab8ff;
    --color-blue-400: #3d90ff;
    --color-blue-500: #0064fe;
    --color-blue-600: #0046d1;
    --color-blue-700: #002ba3;
    --color-blue-800: #001575;
    --color-blue-900: #000647;
    --color-green-100: #f0fcf5;
    --color-green-200: #b4eece;
    --color-green-300: #78e0a7;
    --color-green-400: #3cd180;
    --color-green-500: #00c159;
    --color-green-600: #009645;
    --color-green-700: #006a31;
    --color-green-800: #003f1d;
    --color-green-900: #001309;
    --color-gray-100: #f3f5f6;
    --color-gray-200: #d0d8dd;
    --color-gray-300: #aebac2;
    --color-gray-400: #8d9ca7;
    --color-gray-500: #6c7d8b;
    --color-gray-600: #576674;
    --color-gray-700: #424e5c;
    --color-gray-800: #2e3843;
    --color-gray-900: #1c212a;
    --color-white: white;
    --color-black: black;
    --color-border: var(--color-gray-200);
    --space-0: 0;
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;
    --space-24: 6rem;
    --text-sm: 0.875rem;
    --text-md: 1rem;
    --text-lg: 1.25rem;
    --text-xl: 1.5rem;
    --radius: 6px;
    --round: 1000px;
    --border: 1px solid var(--color-border);
   
}

.input-row {
    display: flex;
    padding: var(--space-8) 0;
    border-bottom: var(--border);
}

    .input-row:last-child {
        border-bottom: 0;
    }

.title {
    margin-right: var(--space-8);
}

.label {
    margin-bottom: var(--space-1);
    font-weight: bold;
}

.description {
    color: var(--color-gray-600);
}

.input {
    display: flex;
    align-items: center;
    margin-left: auto;
}

button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-blue-500);
    border-radius: var(--round);
    background-color: var(--color-white);
}

    button:hover {
        background-color: var(--color-blue-200);
        cursor: pointer;
    }

    button:focus {
        outline: none;
        box-shadow: var(--shadow-focus);
    }

    button[disabled] {
        opacity: var(--opacity-50);
        pointer-events: none;
    }

    button:active {
        background-color: var(--color-blue-300);
    }

.number {
    font-size: var(--text-lg);
    min-width: var(--space-12);
    text-align: center;
}

.icon {
    user-select: none;
}

.dim {
    color: var(--color-gray-400);
}

.mbsc-ios.mbsc-datepicker-inline {
    background: #fff;
    border-color: rgba(204,204,204,0);
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px 0px;
    border-radius: 10px;
}

.mbsc-ios.mbsc-page {
    background: #f2f2f700;
    color: #000;
}

.modal-dialog .modalbox {
    margin: 15% auto !important;
    width: 25% !important;
}

@media only screen and (max-width: 600px) {
    .modal-dialog .modalbox {
        margin: 15% auto !important;
        width: 95% !important;
    }
}

.help-button-wrapper {
    position: fixed;
    bottom: 110px;
    right: 5px;
    text-align: right;
    z-index: 999;
}

.help-button {
    height: 45px;
    width: 45px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 50%;
    border: 0 none;
    background: #ee1551;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transform: scale(1);
    transition: all 200ms ease;
    display: inline-grid;
    line-height: 32px;
}

    .help-button:hover,
    .help-button:focus,
    .help-button:active {
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        outline: 0;
    }

    .help-button span {
        display: block;
        font-size: 3em;
        transform: scale(1);
        transition: transform 100ms ease;
    }

    .help-button:hover span,
    .expanded .help-button span,
    .expanded .help-button span {
        transform: scale(1.25);
    }

.expanded .help-button {
    transform: scale(.5);
    color: rgba(255,255,255,.5);
    background: #4781df;
}

.help-list {
    list-style: none;
    padding: 0;
    margin: 20px;
    transition: all 200ms ease;
    transform: translate(0, 90px) scale(.5);
    transform-origin: bottom center;
    opacity: 0;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px 0px;
}

.expanded .help-list {
    transform: translate(-54px,22px) scale(1);
    opacity: 1;
}

.help-list li {
    margin-bottom: 1em;
}

.help-list a {
    color: #192230;
    text-decoration: none;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.modal-custom-width {
    width: 80%;
}

@media only screen and (max-width: 600px) {
    .modal-custom-width {
        width: 100%;
    }
}

.trip-point {
    list-style: disc;
}

    .trip-point li {
        margin-bottom: 10px;
    }

        .trip-point li::marker {
            color: royalblue;
        }

.slider-nav-container {
    position: absolute;
    top: -95px;
    right: 0;
    display: flex;
}

    .slider-nav-container img {
        width: 30%;
    }

@media only screen and (max-width: 600px) {
    .slider-nav-container {
        position: absolute;
        top: -140px;
        right: 0;
        display: flex;
    }

    .new_footer_area {
        display: none;
    }
}

ul.social-links li {
    border: none;
    padding: 0;
    margin: 0 10px 0 0;
    display: inline-block;
}

.main-menu ul::-webkit-scrollbar {
    display: none;
}

.main-menu ul li a {
    white-space: nowrap;
}
/* Overlay Background */
.custompopup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
/* Modal Box */
.custompopup-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 0px;
    width: 70%;
    max-width: 90%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    border-radius: 10px;
}
/* Close Button */
.custompopup-close-btn {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 40px;
    color: #7a7a7a;
    z-index: 2;
    padding: 0px;
}
/* Open Button */
.custompopup-open-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    margin: 20px;
}

.stepper-line {
    display: block;
    width: 1px;
    background-color: #8f8f8f;
    height: 70px;
    justify-self: center;
    position: relative;
    top: -21px;
    right: -1px;
    z-index: 0;
}

.form-container {
    width: 100%;
    display: flex;
    padding: 0px;
    height: auto;
}
/* Sidebar */
.stepper {
    width: 30%;
    padding: 20px;
    border-right: 2px solid #e0e0e0;
    background: #0029a6;
}

    .stepper .step {
        display: grid;
        grid-template-rows: [text-row] auto [line-row] 20px;
        grid-template-columns: [counter-column] 28px [text-column] auto;
        -moz-column-gap: 16px;
        column-gap: 16px;
        row-gap: 8px;
        position: relative;
        text-align: left;
    }

    .stepper .step-number {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        border-radius: 50%;
        background-color: #fff;
        color: rgb(37, 61, 82);
        margin-right: 15px;
        border: 2px solid rgb(37, 61, 82);
        z-index: 1;
    }

    .stepper .step.active .step-number {
        background: #007bff;
        border: 2px solid rgba(0, 123, 255, 1);
        color: #fff;
    }

    .stepper .step.completed .step-number {
        background: #b5e6c0;
        color: white;
        border: 2px solid;
    }

        .stepper .step.completed .step-number::after {
            content: "\eed6";
            font-family: Icofont;
            font-size: 16px;
            position: absolute;
            left: 15px;
            top: 15px;
            transform: translate(-50%, -50%);
            color: #3c763d;
            background: #b5e6c0;
        }

    .stepper .step-content {
        color: #fff;
    }

.customheder {
    color: rgba(249, 220, 138);
    font-size: 15px;
    font-weight: 600 !important;
    border-radius: 5px;
    position: relative;
    top: 5px;
}

.stepper .step .completed-text {
    font-size: 12px;
    color: #28a745;
    display: none;
    margin-top: 3px;
}

    .stepper .step.completed .completed-text {
        display: block;
    }

.form-content {
    width: 70%;
    padding-right: 40px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-section {
    display: none;
    flex-grow: 1;
    padding-left: 20px;
    text-align: left;
}

    .form-section.active {
        display: block;
        height: auto;
        overflow: auto;
    }

        .form-section.active::-webkit-scrollbar {
            width: 8px;
            height: auto;
        }

    .form-section h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

.buttons {
    margin-top: 20px;
}

button {
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    margin: 5px;
}

.next-btn {
    background: #0029a6;
    color: white;
    font-size: 18px;
    padding: 9px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.prev-btns {
    background: #6c757d;
    color: white;
}

.submit-btn {
    background: #28a745;
    color: white;
}

.radio-group-cou {
    display: inline-block;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
}

.radio-option {
    display: inline-block !important;
    position: relative;
    cursor: pointer;
    text-align: center;
    margin: 10px;
}

.radio-group-cou .radio-option {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    margin: 5px;
}

.radio-option input {
    display: none;
}

.radio-group-cou .radio-option input {
    display: block;
    width: 20px;
    margin: 0px;
}

.image-box {
    width: 150px;
    height: 150px;
    border: 5px solid #ddd;
    border-radius: 14px;
    padding: 0px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.radio-group-cou .image-box {
    width: 260px;
    height: 250px;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 0px;
    transition: 0.3s;
}

.radio-group-cou .image-box-country {
    width: 200px;
    height: 250px;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 0px;
    transition: 0.3s;
}

.radio-group-cou .image-box-price {
    width: 200px;
    height: 250px;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 0px;
    transition: 0.3s;
}

.image-box img {
    object-fit: cover;
    border-radius: 8px;
}

.radio-group-cou .image-box img {
    object-fit: contain;
    border-radius: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    height:100px;
}

.radio-group-cou .image-box-price img {
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.radio-group-cou .image-box-country img {
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.tick-mark {
    position: absolute;
    background: #3ac13a8f;
    border: 2px solid;
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    display: none;
}

.private-trip-desc,
.group-trip-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-top: 10px;
    flex: 1;
    display: block;
    position: absolute;
    text-align: start;
    top: 43px;
    margin: 2px 7px 9px 17px;
    line-height: 1.2;
}
.trip-checkbox-content {
    text-align: start;
    display: flex;
    align-items: center;
    gap: 9px;
    position: absolute;
    left: 19px;
}
    .trip-checkbox-content span{
        font-weight:600;
    }



    .radio-option input:checked + .image-box {
        border-color: #7fe07f;
    }

    .radio-option input:checked + .image-box .tick-mark {
        display: flex;
    }

.checkbox-text {
    margin-top: 5px;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
}

.action-btn-group {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

    .action-btn-group .next-btn {
        position: relative !important;
    }

    .action-btn-group .prev-btns {
        margin-left: auto;
    }

.custom-pkg {
    border-bottom: none;
    position: sticky;
    top: -1px;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.messagebox {
    font-weight: 600;
    font-size: 17px;
    color: red;
}

.quote-req-child {
    width: 45%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .form-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 20px;
        height: auto;
    }

    .stepper {
        width: 100%;
        padding: 20px;
        border-right: none;
        display: flex;
        overflow: scroll;
        gap: 20px;
    }

        .stepper .step-content {
            color: #333;
            white-space: nowrap;
        }

    .custompopup-modal {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        padding: 0px;
        width: 100%;
        max-width: 95%;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        border-radius: 10px;
    }

    .stepper {
        display: none;
    }

    .form-content {
        width: 100%;
        padding-right: 20px;
    }
}

.hide-important {
    display: none;
}

.hidecoun {
    display: none !important;
}

.all-new-part-check-part{
    position:static;
}

@media only screen and (max-width: 600px) {
    .custompopup-modal {
        width: 95%;
        max-width: 95%;
    }

    .custompopup-modal {
        position: absolute;
    }

    .form-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 20px;
        height: auto;
    }

    .form-content {
        width: 100%;
        padding-right: 20px;
        height: auto;
        overflow: auto;
    }

    .stepper {
        display: none !important;
    }

    .step-content {
        color: #333;
        white-space: nowrap;
    }

    .radio-group-cou .image-box {
       
        height: 195px !important;
        border: 2px solid #ddd;
        border-radius: 50%;
        padding: 0px;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        border-radius: 10px;
    }

    .radio-group-cou .image-box-price {
        width: 325px !important;
        height: 55px !important;
        border: 2px solid #ddd;
        border-radius: 50%;
        padding: 0px;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        border-radius: 10px;
    }

    .radio-group-cou .image-box-price {
        width: 315px !important;
        height: 69px !important;
        border: 2px solid #ddd;
        border-radius: 50%;
        padding: 0px;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        border-radius: 10px;
    }

    .radio-group-cou .image-box-country {
        width: 130px !important;
        height: 86px !important;
        border: 2px solid #ddd;
        border-radius: 50%;
        padding: 0px;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        border-radius: 10px;
    }
    .radio-group-cou .radio-option {
        white-space: normal !important;
        word-wrap: break-word;
        word-break: break-word;
    }
}

#videoCallTime {
    display: none;
    margin-top: 20px;
}

#messagebox2 {
    display: none;
    color: red;
}

.quote-req {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    margin: auto;
}

.child {
    width: 45%;
    padding: 20px;
    text-align: center;
    background: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.separator {
    width: 2px;
    background: rgba(0, 0, 0, 0.2);
    height: 68vh;
}

.hidden-scroll {
    height: 350px;
    overflow: auto;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .hidden-scroll::-webkit-scrollbar {
        display: none;
    }

@media only screen and (max-width: 600px) {
    .form-section {
        padding-left: 0px;
    }

    .form-content {
        padding-right: 0px;
    }

    .quote-req {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 5px;
        margin: auto;
        padding: 15px;
    }

    .quote-req-child {
        width: 100%;
    }

    .form-section.active {
        display: block;
        height: auto;
        overflow: hidden;
    }

    .hidden-scroll {
        height: auto;
        overflow: auto;
        width: 100%;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}

#freequote .modal-dialog {
    width: 70%;
}

.freequote {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: #00000087;
}

.radio-group {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}

    .radio-group label {
        display: flex !important;
        align-items: center;
        gap: 10px;
    }

@media only screen and (max-width: 600px) {
    #freequote .modal-dialog {
        width: 100%;
        margin: auto;
    }

    .radio-group {
        border: none;
        padding: 0px;
        border-radius: 0px;
    }

    label {
        white-space: nowrap !important;
    }
}

.how-to-com {
    list-style: none;
    padding: 0;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

    .how-to-com li {
        align-items: center;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

        .how-to-com li:last-child {
            border-bottom: none;
        }

    .how-to-com .custom-checkbox {
        position: relative;
        width: 20px;
        height: 20px;
        border: 2px solid #007bff;
        border-radius: 5px;
        cursor: pointer;
        display: inline-block;
        margin-right: 10px;
    }

        .how-to-com .custom-checkbox::before {
            content: "✔";
            font-size: 16px;
            color: white;
            text-align: center;
            line-height: 18px;
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #007bff;
            border-radius: 0px;
            transform: scale(0);
            transition: transform 0.2s ease-in-out;
        }

    .how-to-com input[type="checkbox"] {
        display: none;
    }

        .how-to-com input[type="checkbox"]:checked + .custom-checkbox::before {
            transform: scale(1);
        }

    .how-to-com label {
        cursor: pointer;
        font-size: 16px;
    }

input[type="date"] {
    width: 100% !important;
    min-width: 100%;
    -webkit-appearance: none;
    appearance: none;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}

.radio-option {
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-family: Arial, sans-serif;
}


.skeleton {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.hidden-content {
    display: none;
}

.skeleton-box {
    width: 100px !important;
    height: 100px;
    border-radius: 8px;
    margin: 10px;
}

.skeleton-text {
    width: 80px;
    height: 20px;
    margin: 10px auto;
    border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #freequote .modal-dialog {
        width: 100%;
    }

}

@media only screen and (min-width: 820px) and (max-width: 1180px) {
    #freequote .modal-dialog {
        width: 100%;
    }
}

@media only screen and (max-width: 1180px) and (min-width:820px) {
    .ul-li-menu {
        display: flex;
        overflow: auto;
        margin-bottom: 0px;
    }


}

#finammsg {
    border-bottom: 1px dashed #fff;
    margin-bottom: 30px;
}

#all-new-step-part {
    display: flex;
    flex-direction: column;
}
.new-head-get{
    margin-bottom:2rem;
}

    .new-head-get h4 {
        color: white;
        font-size: 20px; /* adjust as needed */
        font-weight: 600;
        margin-bottom: 5px;
    }

    .new-head-get p {
        color: white;
        font-size: 14px; /* adjust as needed */
        font-weight: normal;
    }

@media only screen and (max-width: 600px) {
    .mob-top-part {
        display: none;
    }
}