.menu_footer {
    flex-direction: row !important;
    gap: 20px;
}

.menu_footer .ux-menu-link {
    width: max-content !important;
}

.menu_footer_left {
    justify-content: end !important;
}

.footer_form input[type="email"] {
    border: 1px solid #FFF;
    background: transparent;
    color: #fff;
    border-radius: 50px;
}

.footer_form input[type="email"]::placeholder {
    color: #fff;
}

.footer_form input[type="submit"] {
    background: #fff;
    color: #000 !important;
    border-radius: 50px;
}

.footer_form {
    display: flex;
    gap: 10px;
}

#request-popup, #search-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.search-summary .summary-right {
    text-align: right;
}

.popup-box {
    position: relative;
    width: 40vw;
    margin: 100px auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
}

.popup-box label {
    text-align: left;
    white-space: nowrap;
    width: 150px; /* fix cứng để các label thẳng hàng */
}

.popup-box input {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    flex: 1; /* giúp input tự giãn đều */

}

.popup-box .field {
    display: flex;
    align-items: center;
    gap: 10px;

}

.popup-box input {
    border-radius: 8px !important;
}

.btn_main {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    min-width: 200px;
}


.trip-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.trip-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.trip-modal {
    position: relative;
    max-width: 600px;
    margin: 80px auto;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    z-index: 2;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.trip-modal h2 {
    margin-bottom: 5px;
}

.trip-modal .sub {
    color: #777;
    margin-bottom: 20px;
}

.trip-close {
    position: absolute;
    right: 15px;
    top: 10px;
    border: none;
    background: none;
    font-size: 22px;
    cursor: pointer;
}

.trip-form .row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.trip-input {
    flex: 1;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.trip-submit {
    background: var(--primary-color);
    color: #fff;
    padding: 12px 20px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 1rem;
    box-shadow: 0 -1.5px 0 0 rgba(0, 0, 0, 0.25) inset, 1px 0 0 0 rgba(255, 255, 255, 0.20) inset, -1px 0 0 0 rgba(255, 255, 255, 0.20) inset, 0 1px 0 0 rgba(255, 255, 255, 0.48) inset, 0 8px 8px 0 rgba(0, 0, 0, 0.15);

}

.date-box {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 10px;
    position: relative;
    cursor: pointer;
    text-align: left;
    margin: 10px 0;
    background: #fff;
}

.date-display {
    font-size: 16px;
}

.date-main {
    font-weight: bold;
    color: #5D6B82;
}
.has-date .date-main {
    color: #06142D;
}
.date-box-icon {
    position: absolute;
    right: 13px;
    bottom: 31px;
}
.date-sub {
    font-size: 13px;
    color: #777;
}

.hidden-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.date-box input.flatpickr-input[type=text] {
    position: absolute;
    inset: 0;
    height: 100% !important;
}

.date-box input.flatpickr-input[type=text], .date-box input.flatpickr-input[type=text]:focus {

    opacity: 0 !important;
}

.trip-form .row {
    margin: unset;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 2.5rem 0;
}

.pagination a {
    color: #4F4F4F;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.pagination a.active, .pagination a:hover{
    background: #E3EBF7;
    color: var(--primary-color);
    box-shadow: 0 4px 9px -4px #E3EBF7;
}
#upload-box {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
}

#upload-box.dragover {
    border-color: #0073aa;
    background: #f0f8ff;
}

.preview-image img {
    max-width: 100%;
    margin-top: 10px;
    border-radius: 8px;
    height: 150px;
    width: 100%;
    object-fit: cover;
}

button.remove-image {
    position: absolute;
    right: 10px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    width: 24px;
    height: 24px;
    min-height: unset;
    display: flex;
    align-items: center;
    top: 13px;
    justify-content: center;
    cursor: pointer;
}

.preview-image {
    position: relative;
}

.request-card:not(:last-of-type) {
    margin-bottom: 1rem;
}

#upload-box input#upload-input {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.user-box {
    text-align: center;
    padding: 20px 15px;
    border-bottom: 1px solid #eee;
}

.avatar-wrap {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
}

.avatar-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #1e73be;
}

.edit-avatar {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #1e73be;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.user-box .name {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0;
}

.user-box .meta {
    font-size: 13px;
    color: #777;
    justify-content: center;
    flex-direction: column;
    gap: 0;
}
.tabs_status {
    margin-bottom: 1rem;
}
.tabs_status ul {
    margin: 0;
}
.tabs_status_trip {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tabs_status_trip .post_a_trip {
    min-width: 150px;
}
.user-box .meta span {
    display: block;
    margin: 3px 0;
}

.user-menu {
    list-style: none;
    margin: 0;
}

.user-menu li a {
    display: block;
    padding: 10px 15px;
    color: #333;
}

.user-menu li.active a {
    background: #2c5aa0;
    color: #fff;
}

.dob-wrap {
    position: relative;
}

.dob-wrap input {
    width: 100%;
    padding-right: 40px;
}

.calendar-icon {
    position: absolute;
    right: 10px;
    top: 40%;
    transform: translateY(-50%);
    color: #666;
    cursor: pointer;
}

form#profile_form .field input {
    margin-bottom: 0;
}

form#profile_form .field {
    margin-bottom: 1rem;
}

.profile_info_user {
    margin-top: 60px;
}


.account_page--inner {
    background: rgba(57, 102, 175, 0.14);
}

.btn_status, .btn_rating {
    padding: 0 14px;
    margin: 0;
    border-radius: 10px;
    line-height: 1;
    font-size: 1rem;
    font-weight: 400;
    text-transform: unset;
}

.request_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn_status.btn_accept {
    background: #148837;
    color: #fff;
}

.btn_status.btn_decline, .btn_rating {
    border: 1px solid #D1D5DC;
}

.tabs_status ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.tabs_status ul li.active:before, .tabs_status ul li:hover:before {
    width: 100%;
}

.tabs_status ul li:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background: var(--primary-color);
    bottom: 0;
    transition: all 0.5s;
}

.tabs_status ul li {
    position: relative;
    cursor: pointer;
}

.rating-popup {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.rating-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.rating-popup .popup-box {
    position: relative;
    width: 400px;
    background: #fff;
    margin: 100px auto;
    padding: 20px;
    border-radius: 10px;
    z-index: 2;
    text-align: center;
}

.rating-close {
    position: absolute;
    right: 10px;
    top: 5px;
    border: none;
    background: none;
    font-size: 22px;
    cursor: pointer;
}

.stars {
    margin: 10px 0;
}

.stars span {
    /*font-size: 28px;*/
    color: #ccc;
    cursor: pointer;
}

.stars span.active {
    color: orange;
}

.rating-feedback {
    width: 100%;
    height: 100px;
    margin: 10px 0;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 10px;
}

.rating-submit {
    background: #3b6db3;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.review-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 4px;
    background: rgba(57, 102, 175, 0.14);
    padding: 0 10px;
}

.review-card {
    padding: 16px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-user {
    display: flex;
    gap: 12px;
    align-items: center;
}

.review-user img {
    border-radius: 50%;
}

.user-info .name {
    font-weight: 600;
}

.meta {
    font-size: 13px;
    color: #777;
    display: flex;
    gap: 8px;
    align-items: center;
}

.stars .star {
    color: #ccc;
}

.stars .filled {
    color: #f5a623;
}

.review-content {
    margin-top: 10px;
    font-size: 14px;
    color: #444;
}

.review-menu {
    cursor: pointer;
    font-size: 18px;
}

.rating-summary {
    padding: 20px 0;
}

.rating-summary h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

/* layout */
.summary-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 60%;
}

/* LEFT */
.summary-left {
    min-width: 140px;
}

.summary-left .avg {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    color: #222;
}

.total_rating_stars {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 6px;
}

.total_rating_stars .star svg {
    width: 14px;
    height: 14px;
}

.summary-left .total {
    font-size: 14px;
    color: #777;
}

/* RIGHT */
.summary-right {
    flex: 1;
}

/* mỗi dòng */
.bar-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

/* số 5 4 3 2 1 */
.bar-row .label {
    width: 12px;
    font-size: 14px;
    color: #444;
}

/* thanh nền */
.review_bar {
    flex: 1;
    height: 8px;
    background: #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

/* thanh fill */
.rating_fill {
    height: 100%;
    background: #3b5ba9; /* màu xanh giống hình */
    border-radius: 10px;
    transition: width 0.3s ease;
}

.col_user_info {
    border-right: 1px solid #F4F4F5;
}

.dashboard-content {
    padding-right: 40px;
    padding-top: 2rem;
    padding-left: 40px;
}

.review-card:not(:last-of-type) {
    border-bottom: 1px solid #fff;
}

section.account_page {
    padding-top: 3rem;
}

.trip-search-form {
    max-width: 900px;
    margin: auto;
}

.search-box {
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    background:
            linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.4) 100%),
            url('../img/Card.png') center / cover no-repeat;

    background-color: lightgray;
}

.search-box .field {
    flex: 1;
}

.search-box input {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: none;
}

.btn_search {
    margin-top: 15px;
    padding: 12px 30px;
    background: #3b5ba9;
    color: #fff;
    border-radius: 30px;
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 190px;
    line-height: 1.3;
}

.post_a_trip {
    width: 40%;
}
.search-box > * {
    color: #000 !important;
}

.search-box label {
    color: #000 !important;
}

.input_location {
    background: transparent !important;
    border: none !important;
    outline: navajowhite;
    box-shadow: none !important;
}

.search-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #3f66a8;
    padding: 20px 25px;
    border-radius: 12px;
    color: #fff;
    margin-bottom: 20px;
}

.summary-left .route {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.summary-left .date {
    font-size: 14px;
    opacity: 0.9;
}

.summary-right .btn_change_search {
    background: #fff;
    color: #3f66a8;
    padding: 10px 18px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
}

.summary-right .btn_change_search:hover {
    opacity: 0.9;
}

search-summary .summary-right {
    text-align: right;
}

.search-summary .summary-right {
    text-align: right;
}

.box_filter_date .btn_search {
    border-radius: 10px;
    margin: 0;
    width: 100%;
    line-height: 1;
    text-transform: unset;
    padding: 17px;
}

.box_filter_date {
    background: #fff;
    border-radius: 0.5rem;
}

.box_filter_date .box_header {
    padding: 1rem 2rem;
    border-bottom: 1px solid #F4F4F5;
}

.box_filter_date .box_header h2 {
    font-size: 1.1rem;
    margin-bottom: 0;
}

.box_filter_date .box_body {
    padding: 1rem 2rem;
}

.box_filter_date .box_body form {
    margin-bottom: 0;
}

.custom-breadcrumb {
    padding: 60px 20px;
}

.profile_info_user input {
    background: #F4F4F5;
    border-radius: 3px !important,;
    height: 60px !important;
}

.breadcrumb-title {
    font-size: 48px;
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 10px;
}

.breadcrumb-path {
    font-size: 18px;
    color: #6c757d;
}

.breadcrumb-path a {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumb-path span {
    margin: 0 5px;
}

.user_box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.user_box .user_box--avatar img {
    border-radius: 50%;
    aspect-ratio: 1;
    width: 100px;
}

.review_user .profile_info_user {
    margin-top: 30px;
}

.col_review_user {
    border-radius: 4px;
    background: rgba(57, 102, 175, 0.14);
    padding: 2rem !important;
}

.review_user {
    padding: 4rem 0;
}


.review_user {
    padding: 4rem 0;
}

.col:has(.review-list) {
    padding-bottom: 0;
}

.section-title-center b {
    opacity: 0;
}

.section-title-normal {
    border-bottom: none;
}

.section-title-normal span {
    border-bottom: none;
}

.text-cap {
    span {
        text-transform: capitalize;
    }
}

.border-radius {
    border-radius: 8px;
    overflow: hidden;

    img {
        border-radius: 8px;
    }
}

.sec-footer {
    .custom-menu-white .ux-menu-link__text {
        color: #ffff !important;
        text-align: left !important;
    }
}

.text-overflow {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;

    a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
}
a.btn_center {
    margin: 20px auto;
    display: block;
    width: max-content;
}
.d-none {
    display: none !important;
}

.absolute-footer {
    display: none !important;
}

.custom-title {
    margin-bottom: 0;

    h1 {
        margin-bottom: 0;

        span {
            color: #100F14;
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            padding-bottom: 0;
            margin-bottom: 44px;
        }
    }
}

.sec-footer {
    .wpcf7-form {
        .wpcf7-form-control-wrap {
            input {
                border-radius: 50px;
                border: 1px solid #FFF;
                padding: 10px 20px;
                background-color: transparent;
                overflow: hidden;
                color: #FFF;
                text-overflow: ellipsis;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
                margin-bottom: 0;
                height: 44px;
            }
        }

        .wpcf7-submit {
            border-radius: 40px;
            padding: 0px 20px;
            background: #FFF;
            text-transform: capitalize;
            margin-bottom: 0;
        }

        .wpcf7-spinner {
            display: none !important;
        }
    }
}

.custom-row-blur {
    padding: 12px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);

    .col {
        padding-bottom: 0;
    }
}

.custom-row-blur-2 {
    border-radius: 8px;
    border: 1px solid #A4E1FF;
    background: rgba(255, 255, 255, 0.35);
    padding: 30px 10px;

    .col {
        padding-bottom: 0px;
    }
}
.user_icon_header {
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
a.user_icon_header  .user_icon_header--icon{
    border-radius: 50%;
    color: var(--primary-color);
    background: #fff;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* END */
#header {
    .header-wrapper {
        .header-main {

            border: 1px solid rgba(255, 255, 255, 0.10);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.50) 100%);
            backdrop-filter: blur(10px);

            .header-nav-main.nav-left {
                justify-content: center;
            }

            .header-button-2 {
                .header-button {
                    a {
                        border-radius: 12px !important;
                        background: #3966AF;
                        border: none;
                        color: #fff;
                        padding: 6px 20px;
                        font-size: 18px;
                        box-shadow: 0 -1.5px 0 0 rgba(0, 0, 0, 0.25) inset, 1px 0 0 0 rgba(255, 255, 255, 0.20) inset, -1px 0 0 0 rgba(255, 255, 255, 0.20) inset, 0 1px 0 0 rgba(255, 255, 255, 0.48) inset;
                    }

                    .icon-cross {
                        &::before {
                            content: '\f2f5';
                            font-family: 'Font Awesome 6 Free';
                            font-weight: 900;
                        }
                    }
                }
            }

            .header-button-1 {
                .header-button {
                    a {
                        border-radius: 12px !important;
                        background: transparent;
                        border: none;
                        padding: 12px 20px;
                        color: #5B5B5B;
                        font-size: 18px;
                        font-weight: 400;
                        line-height: 22px;
                        box-shadow: none;
                    }
                }
            }
        }
    }
}

body #wrapper {
    background: url('uploads/2026/02/6707-1-1.png') no-repeat center / cover !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;

    #main {
    background: transparent !important;
    }
}
body {
    background: url(https://ktech1.k-tech-services.com/info590/wp-content/uploads/2026/03/6707-1.png) no-repeat center / cover !important;
    background-color: lightgray;
}
.border-40 {
    img {
        border-radius: 40px;
        overflow: hidden;
    }
}

.sec-contact {
    .wpcf7-form {
        label {
            color: #9794AA;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 25px;

            .wpcf7-form-control-wrap {
                margin-top: 8px;

                input,
                textarea {
                    border-radius: 6px;
                    overflow: hidden;
                    border: 1px solid #CBCAD7;
                    box-shadow: none;
                    padding: 19.5px 20px;
                    height: unset;
                    color: #686677;
                    background-color: transparent;
                    margin-bottom: 24px;
                }

                textarea {
                    height: 214px;
                    margin-bottom: 32px;
                }

            }
        }

        .wpcf7-submit {
            border-radius: 100px;
            background: #3966AF;
            justify-content: center;
            align-items: center;
            padding: 22px 0;
            width: 100%;
            text-transform: capitalize;
            display: flex;
            box-shadow: 0 -1.5px 0 0 rgba(0, 0, 0, 0.25) inset, 1px 0 0 0 rgba(255, 255, 255, 0.20) inset, -1px 0 0 0 rgba(255, 255, 255, 0.20) inset, 0 1px 0 0 rgba(255, 255, 255, 0.48) inset, 0 8px 8px 0 rgba(0, 0, 0, 0.15);
        }

        .wpcf7-spinner {
            display: none !important;
        }
    }
}

.request-card {
    display: flex;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;

    .card-image {
        width: 260px;
        flex-shrink: 0;
        aspect-ratio: 16 / 9;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 4px;
            overflow: hidden;
        }
    }

    .card-content {
        display: flex;
        justify-content: space-between;
        flex: 1;
        padding: 20px;
        gap: 20px;

        .content-left {
            flex: 1;

            .user-row {
                display: flex;
                align-items: center;
                gap: 10px;
                margin-bottom: 10px;

                .avatar {
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    object-fit: cover;
                }

                .user-info {
                    align-items: center;
                    gap: 31px;
                    display: flex;


                    .name {
                        color: #778088;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 30px;
                        /* 187.5% */
                    }

                    .rating {
                        display: flex;
                        align-items: center;
                        gap: 6px;
                        position: relative;

                        &::before {
                            content: '';
                            position: absolute;
                            left: -15px;
                            top: 50%;
                            transform: translateY(-50%);
                            width: 1px;
                            height: 20px;
                            background-color: #CBCAD7;
                        }

                        .stars {
                            --rating: 0;
                            position: relative;
                            display: inline-block;
                            font-size: 16px;
                            letter-spacing: 2px;

                            &::before {
                                content: "★★★★★";
                                color: #ddd;
                            }

                            &::after {
                                content: "★★★★★";
                                color: #f5a623;
                                position: absolute;
                                left: 0;
                                top: 0;
                                overflow: hidden;
                                width: calc(var(--rating) / 5 * 100%);
                            }
                        }

                        .reviews {
                            color: #778088;
                            font-size: 12px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: normal;
                        }
                    }
                }
            }

            .route {
                font-size: 20px;
                font-weight: 600;
                margin: 10px 0;
            }

            .meta {
                display: flex;
                gap: 20px;
                font-size: 14px;
                color: #666;
            }
        }

        .content-right {
            display: flex;
            flex-direction: column;
            gap: 10px;
            justify-content: center;

            .btn {
                padding: 10px 18px;
                border-radius: 8px;
                text-align: center;
                text-decoration: none;
                font-weight: 500;
                width: 140px;

                &.primary {
                    background: var(--primary-color) ;
                    color: #fff;
                }

                &.outline {
                    border: 1px solid var(--primary-color) ;
                    color: var(--primary-color) ;
                }
            }
        }
    }
}

.menu-toggle,.menu-close {
    display: none;
}
.custom-swiper-wrap {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

.custom-swiper {
    overflow: visible;
}

.custom-swiper .swiper-slide {
    width: 300px;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s;
}

.custom-swiper .swiper-slide-active {
    transform: scale(1);
}

.custom-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* clip top */
.custom-swiper-wrap::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 2;
    clip-path: ellipse(80% 100% at 50% 0%);
}

/* clip bottom */
.custom-swiper-wrap::after {
    content: "";
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 2;
    clip-path: ellipse(80% 100% at 50% 100%);
}
.group_date_box {}

.group_date_box {
    gap: 0;
    display: flex;
    margin: 10px 0;
    border-radius: 10px !important;
    overflow: hidden;
}

.group_date_box .date-box {
    border: navajowhite;
    border-radius: 0;
    margin: 0;
}
@media screen and (max-width: 1200px) {
    .profile_info_user {
        margin-top: 30px;
    }

    .review_user {
        padding: 2rem 0;
    }

    .search-box .date-box {
        width: calc(50% - 10px);
        flex: unset;
        margin: 0;
    }

    .search-box {
        flex-wrap: wrap;
    }

    .search-box .date-box input {
        margin-bottom: 0;
    }

    .search-box .date-box {
        width: calc(50% - 10px);
        flex: unset;
        margin: 0;
    }

    .search-box {
        flex-wrap: wrap;
    }

    .search-box .date-box input {
        margin-bottom: 0;
    }

    .request-card .card-image {
        width: 100%;
    }

    .request-card {
        flex-direction: column;
    }

    .request-card .card-content {
        flex-direction: column;
    }

    .request-card
    .card-content
    .content-right {
        flex-direction: row;
    }

    .request-card
    .card-content
    .content-left
    .route {
        font-size: 1rem;
    }
    .request-card .card-image {
        height: 150px;
    }
    .dashboard-content {
        padding: 1rem;
    }
    /* ẨN MENU HOÀN TOÀN */
    .col_user_info {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 260px;
        height: 100%;
        background: #fff;
        z-index: 9999;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        overflow-y: auto;
    }

    /* KHI ACTIVE → HIỆN */
    .col_user_info.active {
        transform: translateX(0);
    }

    /* OVERLAY */
    .menu-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    /* CONTENT FULL */
    .col_user_content {
        width: 100% !important;
    }

    /* BUTTON */
    .menu-toggle {
        display: inline-block;
        margin-bottom: 10px;
        padding: 10px 15px;
        background: var(--primary-color) ;
        color: #fff;
        border-radius: 6px;
        cursor: pointer;
    }
    .menu-close {
        position: absolute;
        top: 10px;
        right: 10px;
        background: var(--primary-color);
        color: #fff;
        border: none;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        font-size: 18px;
        cursor: pointer;
        z-index: 10000;
        text-align: center;
    }

    .col_user_info {
        position: relative;
    }
}