/* Extracted from resources/views/front/pages/home.blade.php
 * Block #1. Content is verbatim - no rules were added,
 * removed or reordered, so rendering is unchanged.
 */

.btn-loading {
        pointer-events: none;
        opacity: 0.8;
    }
    
    .btn-loading .spinner {
        width: 18px;
        height: 18px;
        border: 2px solid #fff;
        border-top-color: transparent;
        border-radius: 50%;
        display: inline-block;
        margin-right: 8px;
        animation: spin 0.8s linear infinite;
        vertical-align: middle;
    }
    
    @keyframes spin {
        to { transform: rotate(360deg); }
    }
        .error {
            color: red;
        }

        @media (max-width: 575px) {
            .error {
                position: absolute;
                left: 42px;
                bottom: -11px;
                z-index: 1;
            }

            div#Hotels1 .error {
                position: absolute;
                left: 42px;
                bottom: -19px;
                z-index: 1;
            }

            div#Cars1 .error {
                position: absolute;
                left: 42px;
                bottom: -19px;
                z-index: 1;
            }

            #store-mobile-form .error {
                bottom: -17px;
            }

            .show-error-mobile .error {
                position: absolute;
                left: 42px;
                bottom: -18px;
                z-index: 1;
            }
        }

        .intl-tel-input.allow-dropdown label {
            position: absolute;
        }

        /* .city-margin {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .select2-container--default .select2-selection--single .select2-selection__rendered {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                color: rgba(156, 156, 156, 1) !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                line-height: 25px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                padding-left: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 20px !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-weight: 600 !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                padding-right: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            } */

        @media (max-width: 768px) and (min-width: 426px) {
            .select2.select2-container.select2-container--default {
                width: 213px !important;
            }
        }

        a:hover {
            color: #000000;
        }

        .accordion-header.head {
            display: flex;
            align-items: center;
            border-radius: 35px 0px;
        }

        .accordion-header.head a {
            display: block;
            width: 100%;
            text-wrap-mode: nowrap;
        }

        .inner-t {
            border-radius: 30px;
        }

        .dropdown-menu {
            top: 87px;
            left: 0px;
        }

        h5.blue {
            ;
        }

        .banner-form .form-info .form-item .form-control {
            font-size: 14px !important;
            font-weight: 500 !important;
            padding: 0;
            background: transparent;
            border-color: transparent;
            box-shadow: none;
            min-height: 17px !important;
            color: #fff !important;
            height: 25px !important;
        }

        .text-default {
            color: #fff !important;
        }

        .colol-i {
            width: 46px;
            background-image: linear-gradient(to bottom, #0570f2, #185dce, #1c4bab, #1a3a89, #152a69);
            height: 46px;
            text-align: center;
            line-height: 58px;
            border-radius: 5px;
        }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #fff !important;
            line-height: 22px;
            border-radius: 5px;
            padding-left: 10px;
            font-size: 14px;
            font-weight: 400;
            padding-right: 30px;
        }

        .width {
            width: 100%
        }

        .destination-item:hover:before {
            height: 100%;
            width: 100%;
            content: "";
            background: #0000008a;
            display: block;
            border-radius: 18px;
        }

        .place-item .place-content {
            padding: 21px;
            background: #FFF;
        }

        @media (max-width: 575px) {
            .dropdown-menu {
                top: 55px;
                left: 32px;
            }

            .select2-container--default .select2-selection--single .select2-selection__rendered {
                color: #000 !important;
                font-size: 14px !important;
                line-height: 22px;
                padding-left: 46px;
            }

            .banner-form .form-info .form-item .form-control {
                font-size: 14px !important;
                font-weight: 500 !important;
                padding: 0;
                background: transparent;
                border-color: transparent;
                box-shadow: none;
                min-height: 43px !important;
                color: #000 !important;
                height: 43px !important;
            }
        }

        @media (max-width: 767.98px) {
            .pop-mob-head button {
                border: none;
                background: unset;
                position: absolute;
                top: -9px !important;
                font-size: 29px;
                right: -2px !important;
                background: linear-gradient(to bottom, #0570f2, #185dce, #1c4bab, #1a3a89, #152a69) !important;
                border-radius: 50%;
                height: 30px;
                width: 30px;
                line-height: 30px;
                z-index: 3;
                color:#FFFFFF;
            }

            .popup-form {
                text-align: center;
                padding: 44px 9px 25px !important;
            }
        }

        @media (max-width: 767px) {
            .banner-form input.form-control.search {
                font-size: 20px;
                font-weight: 400;
                background: transparent;
                box-shadow: none;
                color: rgba(156, 156, 156, 1);
                height: 43px !important;
                padding-left: 37px !important;
                border: 1px solid #a6a6a6 !important;
                border-radius: 17px;
                padding-right: 10px;
            }
        }

        .about-content {
            padding: 20px;
        }

        .feature-list {
            list-style-type: disc;
            padding-left: 20px;
        }

        .feature-item {
            margin-bottom: 8px;
            line-height: 1.6;
        }

        .bx-w {
            padding: 23px;
            margin-bottom: 1.5rem;
            background-color: #FFF;
            transition: all 0.5s ease-in-out;
            position: relative;
            border-radius: 10px;
            border: 1px solid #E4EBF1;
            box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
            color: inherit;
            border-bottom: 4px solid linear-gradient(to bottom, #0570f2, #185dce, #1c4bab, #1a3a89, #152a69) !important;
            min-height: 235px;
        }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #fff;
            font-size: 20px;
            font-weight: 600;
        }

        .intl-tel-input.separate-dial-code .selected-flag {
            border-radius: 18px;
        }

        img {
            vertical-align: inherit;
        }

        @media (min-width: 576px) {
            .dropdown-menu {
                inset: unset !important;
                margin: 0px;
                transform: unset !important;
            }
        }

        .gap-4 {
            gap: 2rem !important;
        }

        #copyBtn {
            cursor: pointer;
        }

        .custom_width {
            padding-right: 1.25rem !important;
        }

        .custom_height {
            height: 165px !important;
        }

        .custom_service_height {
            height: 410px !important;
        }

        .custom_work_height {
            height: 235px !important;
            display: flex !important;
            flex-direction: column !important;
            justify-content: center !important;
        }

        .banner-text h1 {
            font-size: 40px !important;
        }

        @media (max-height: 825px) {
            .modal-content {
                margin-top: 0% !important;
            }
        }

        .hero-section {
            padding-top: 0px !important;
        }

        /* For screens 1024px and below */
        @media (max-width: 1024px) {
            .banner-text h1 {
                font-size: 30px !important;
                margin-top: 3px !important;
                margin-bottom: 3px !important;
            }
        }

        /* For screens 768px and below */
        @media (max-width: 768px) {
            .banner-text h1 {
                font-size: 25px !important;
                margin-top: 20px !important;
                margin-bottom: 3px !important;
            }

            .custom_img_width {
                max-width: 80% !important;
                height: auto;
            }

            .custom_content {
                justify-content: center !important;
                align-items: center !important;
            }

            .promo-code-text {
                margin: 10px 0px 0px 0px;
            }

            /* .travelers-slider .owl-nav {
                                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                                    margin-top: 16px;
                                                                                                                                                                                                                                    position: absolute;
                                                                                                                                                                                                                                    top: -66px !important;
                                                                                                                                                                                                                                    right: 0;
                                                                                                                                                                                                                                } */
        }

        .review_box_wrapper {
            display: none;
        }

        /* For screens 425px and below */
        @media (max-width: 575px) {
            .banner-text h1 {
                font-size: 20px !important;
                margin-top: 20px !important;
                margin-bottom: 15px !important;
            }

            .review_box_wrapper {
                display: block !important;
            }

            .form-control:focus {
                background-color: transparent !important;
                color: #000000 !important;
            }

            .form-control {
                color: #030303 !important;
            }

            .custom_content {
                justify-content: center !important;
                align-items: center !important;
            }

            .custom_img_width {
                max-width: 80% !important;
                height: auto;
            }

            .custom_radio_border {
                border-color: #000000 !important;
            }

            .custom_rotate {
                transform: rotate(90deg);
            }

            .popup-onload .intl-tel-input.separate-dial-code .selected-dial-code {
                padding-left: 26px !important;
                color: #000000 !important;
            }

            .custom_form_control {
                color: #000000 !important;
            }

            .schedule_call {
                margin: 10px 0px 0px 0px;
            }

            .custom_justify_content_discount_popup {
                justify-content: center !important;
            }

            .custom-gap-discount-popup {
                gap: 0px !important;
            }

            .get-up-text {
                display: none;
            }

            .discount-div {
                justify-content: center !important;
                width: 100%;
            }

            .custom-font-size-span {
                font-size: 13px;
            }
        }

        .review-box {
            background: #fff;
            border-radius: 50px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
            max-width: 600px;
            margin: auto;
            gap: 20px;
        }

        .review-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            min-width: 100px;
        }

        .platform-icon {
            width: 28px;
            height: 28px;
            object-fit: contain;
        }

        .stars {
            font-size: 14px;
            line-height: 1;
            color: #f8c51c;
            /* yellow stars */
        }

        .review-text {
            font-size: 12px;
        }

        .shadow-sm {
            box-shadow: 0px 4.4px 12px -1px rgb(77 76 76 / 36%) !important;
        }

        .custom_image {
            height: 20px !important;
            width: 20px !important;
        }

        .custom_btn_size {
            font-size: 12px !important;
            font-weight: 400 !important;
            width: 100% !important;
        }

        .form-control:focus {
            background-color: transparent !important;
            /* color: #ffffff !important; */
        }

        /* .form-control {
                                                                                                                                                                                                                                        color: #ffffff !important;
                                                                                                                                                                                                                                    } */

        b {
            font-weight: 600;
        }

        .rotate-on-hover {
            display: inline-block;
            transition: transform 0.3s ease-in-out;
            cursor: pointer;
        }

        .rotate-on-hover:hover {
            transform: rotate(180deg);
        }

        .rotate-on-hover-mobile {
            display: inline-block;
            transition: transform 0.3s ease-in-out;
            cursor: pointer;
        }

        .rotate-on-hover-mobile:hover {
            transform: rotate(270deg);
        }

        .dropdown-item:not(.active):hover,
        .dropdown-item:not(.active):focus,
        .dropdown-item:not(.active):active {
            color: #FFF !important;
            background-image: linear-gradient(to bottom, #0570f2, #185dce, #1c4bab, #1a3a89, #152a69) !important;
            border-radius: 5px;
        }

        .dropdown-item:hover h6 {
            color: rgb(255, 255, 255) !important;
        }

        .custom_height_width_image {
            height: 50px !important;
            width: 50px !important;
        }

        .custom_top_close button {
            top: 0px !important;
        }

        .modal-call-btn .intl-tel-input .flag-container .selected-dial-code {
            color: #000000 !important;
        }

        .custom_form_height {
            height: 40px !important;
            border-radius: 22px !important;
        }

        .custom-btn-border-radius {
            border-radius: 22px !important;
        }

        .custom_h5_font {
            font-size: 18px !important;
        }

        @media (max-width: 320px) {
            .custom_h5_font {
                font-size: 15px !important;
            }
        }

        .custom-box {
            background-color: #E4EBF1 !important;
            padding: 2px 10px;
            border-radius: 5px;
        }

        .custom_font_size_span {
            font-size: 14px;
        }

        .custom-h1-font-weight {
            font-weight: 500;
        }

        @media (min-width:425px) {
            .form-control:focus {
                color: #ffffff !important;
            }
        }

        .custom-text-color {
            background: linear-gradient(to bottom, #0570f2, #185dce, #1c4bab, #1a3a89, #152a69);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .btn-custom-color {
            background-image: linear-gradient(to bottom, #0570f2, #185dce, #1c4bab, #1a3a89, #152a69);
            border: none;
            color: #ffffff;
            /* or #fff */
        }

        /* .traveling-sec {
                    position: relative;
                    z-index: -1;
                } */

        .custom-input-color {
            color: #FFFFFF !important;
            background-color: #00000078;
        }

        .btn-size-set {
            padding: 4px 12px !important;
        }

        .traveling-sec {
            position: unset;
            z-index: 1;
        }

        .form-control {
            padding: 0.5rem 0.625rem;
        }

        .set-input-width {
            width: 215px;
        }

        .banner-form .form-info .form-item .way-icon {
            position: absolute;
            top: 50%;
            left: -12px;
        }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #fff;
            font-size: 15px;
            font-weight: 600;
        }

        @media (min-width: 1200px) {
            .place-img {
                display: flex;
                align-items: center;
            }
        }

        @media (max-width: 575px) {
            .dropdown-menu {
                position: absolute;
                /* <-- Add this */
                top: 55px;
                left: 32px;
            }
        }

        .travelers-card .card-img img {
            padding: 0px;
            min-height: 133px;
        }

        .travelers-card {
            padding: 15px;
        }

        .testimonial-slider1 .card {
            position: relative;
            padding-bottom: 30px;
            margin-bottom: 15px;
        }

        .testimonial-slider1 .card-body:before,
        .testimonial-slider1 .card-body:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            border-bottom-right-radius: 30px;
            background: #ffffff;

            z-index: -1;
        }

        .testimonial-slider1 .card-body::after {
            background: linear-gradient(to bottom, #0570f2, #185dce, #1c4bab, #1a3a89, #152a69) !important;
            ;
            top: 15px;
            left: 15px;
            z-index: -2;
        }

        .testimonial-slider1 .card-body::before {
            top: 0;
            left: 0;
            z-index: -1;
        }

        .custom_form_control:focus {
            color: #000000 !important;
        }

        .width-transfer .select2-container {
            width: 100% !important;
        }

.btn.btn-primary:hover {
    background: linear-gradient(to bottom, #1a3a89, #1c4bab, #185dce, #0570f2) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
    .banner-form-tab .nav li .nav-link {
        color: #111827 !important;
        background: #f7f7f7 !important;
        border: 1px solid #CCCCCC;
    }
}
