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

/* .select2.select2-container.select2-container--default {
                                                                                                                                                                                                                                                                                                    width: auto !important;                                                                                                                                                                                                                                                                     } */
        .error {
            color: red;
            display: block !important;
        }

        .hero-section.hero-sec-two {
            background-repeat: no-repeat;
            background-size: cover;
        }

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

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

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

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

            .set-position {
                position: absolute;
                left: 42px;
                bottom: -11px;
                z-index: 1;
            }

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

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

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

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

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

        .dropdown-menu {
            border-color: #E4EBF1;
            box-shadow: 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
            font-size: 0.875rem;
            color: #111827;
            background-color: #FFF;
            padding: 0;
            z-index: 10;
            border-radius: 10px;
        }

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

        .br_left {
            border-left: 2px dashed !important;
        }

        @media (max-width: 767px) {
            input.form-control.search {
                border: 1px solid #a6a6a6 !important;
                border-radius: 17px;
                padding-left: 30px !important;
                color: #111827 !important;
            }

            input.form-control.mobile,
            input.form-control.datetimepicker {
                color: #111827 !important;
            }

            .intl-tel-input.iti-container {
                position: absolute;
                top: -1000px;
                left: -1000px;
                z-index: 1060;
                padding: 1px;
                height: 350px;
            }
        }

        .drop_scroll {
            padding: 20px;
            max-height: 210px;
            overflow-y: auto;
            width: 71%;
        }

        @media (max-width: 767px) {
            .select2-container--default .select2-selection--single {
                /* border: unset !important; */
                /* border-radius: 5px; */
                font-size: 20px;
                background: transparent !important;
                box-shadow: none;
                color: rgba(156, 156, 156, 1);
                height: 43px !important;
                padding-left: 23px;
                border: 1px solid #a6a6a6 !important;
                border-radius: 17px !important;
                padding-right: 10px !important;
                font-weight: 900 !important;
            }
        }

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

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

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

        @media (max-width: 768px) and (min-width: 426px) {
            .form-control-set {
                width: auto;
            }
        }

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

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

            .dropdown-sm {
                min-width: 247px !important;
                width: 252px;
            }
        }

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

        #copyBtn {
            cursor: pointer;
        }

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

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

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

        .what-sets-different {
            padding: 60px 20px;
            background: #fff;
            font-family: 'Inter', sans-serif;
        }

        .section-header h2 {
            text-align: center;
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 50px;
        }

        .section-header .text-primary {
            color: #FF6A00;
        }

        .features-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .feature-card {
            width: 250px;
            padding: 30px 20px;
            border-radius: 120px 120px 20px 20px;
            text-align: center;
            background: #f8f8f8;
            transition: transform 0.3s ease;
        }

        .feature-card:hover {
            transform: translateY(-6px);
        }

        .feature-card.blue {
            background: linear-gradient(180deg, #D1F1FD 0%, #ffffff 100%);
        }

        .feature-card.pink {
            background: linear-gradient(180deg, #FFE4E4 0%, #ffffff 100%);
        }

        .feature-card.purple {
            background: linear-gradient(180deg, #E9E2FF 0%, #ffffff 100%);
        }

        .feature-card.mint {
            background: linear-gradient(180deg, #D7FCF0 0%, #ffffff 100%);
        }

        .feature-icon {
            background: #fff;
            width: 64px;
            height: 64px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        }

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

        .feature-title {
            font-size: 16px;
            font-weight: 600;
            color: #111;
            margin-bottom: 12px;
        }

        .feature-desc {
            font-size: 14px;
            color: #555;
            line-height: 1.6;
        }

        @media (max-width: 768px) {
            .features-row {
                flex-direction: column;
                align-items: center;
            }
        }

        .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: 3px !important;
                margin-bottom: 3px !important;
            }

            .borm {
                border: none !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;
            }

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

        .review_box_wrapper {
            display: none;
        }

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

        .owl-nav {
            display: none;
        }

        /* For screens 425px and below */
        @media (max-width: 425px) {
            .banner-text h1 {
                font-size: 20px !important;
                margin-top: 3px !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;
                border-color: #a6a6a6;
            }

            .form-control:focus {
                border-color: #a6a6a6;
            }

            a.logo-white.header-logo img {
                width: 80px !important;
            }

            .borm {
                border: none !important;
            }

            .contp {
                padding: 3px 5px;
            }

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

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

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

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

            .custom_heading_margin {
                margin-bottom: 0px !important;
                margin-top: 0px !important;
            }

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

            .baner-b {
                margin-top: 2rem !important;
            }

            .custom_form_control {
                color: #000000 !important;
            }

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

            .section-header h2 {
                margin-bottom: 0px;
            }

            .owl-nav {
                display: block;
            }
        }

        .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_review_image {
            height: 20px !important;
            width: 20px !important;
        }

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

        .custom_form_control {
            color: #000000 !important;
        }

        .form-control {
            color: #ffffff;
        }

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

        .mobile-control {
            padding: 0rem 0.625rem;
        }

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

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

        .custom_image_padding {
            padding: 0px !important;
        }

        @media (max-width: 767px) {
            .mabber-b-m {
                padding-bottom: 1rem;
                margin-bottom: 2.3rem;
                margin-top: 0.5rem;
            }
        }

        .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_top_close button {
            top: 0px !important;
        }

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

        .custom-text-color {
            background: linear-gradient(to right top, #ffde59, #ffcb50, #ffb74c, #ffa44b, #ff914d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .btn-custom-color {
            background-image: linear-gradient(to right top, #ffde59, #ffcb50, #ffb74c, #ffa44b, #ff914d);
            border: none;
            color: #000;
            /* or #fff */
        }

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

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

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

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

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

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

            .margin-b-set {
                margin-bottom: 10px !important;
            }
        }

        .nav-tabs .nav-link.active {
            background: #ffffff !important;
            color: #676767 !important;
        }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.activeaa {
            padding: 10px 27px;
            border-radius: 50px !important;
        }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.activeaa {
            color: #fff !important;
            border-color: var(--bs-nav-tabs-link-active-border-color);
        }

        .nav-tabs .nav-link.activeaa {
            background: linear-gradient(to bottom, #0570f2, #185dce, #1c4bab, #1a3a89, #152a69) !important;
        }

        #contactForm .form-control {
            color: #000000;
        }

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

        .banner-form .form-info .form-item .form-control {
            color: #fff;
        }
        
        @media (max-width: 767px) {
            .banner-form-tab .nav li .nav-link {
                color: #111827 !important;
                background: #f7f7f7 !important;
                border: 1px solid #CCCCCC;
            }
            .mt-5 {
                margin-bottom: 35px;
            }
            .banner-form-tab {
                top: -50px !important;
            }
        }
