@media(min-width:1700px) {
    .login-content {
        max-width: 1140px;
    }

    .login-content h1 {
        font-size: 43px;
    }

    .login-rightside {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }

    .custom-container {
        max-width: 1280%;
    }
}

@media(max-width:1280px) {}

@media(max-width:1050px) {
    .login-content {
        width: 100%;
    }

    .login-rightside {
        padding: 30px 40px 30px 24px;
    }

    .card-text {
        height: 200px;
    }

    .card-text p {
        font-size: 20px;
    }

    .banner-content h1 {
        font-size: 42px;
    }

    .banner-content p {
        font-size: 22px;
        max-width: 800px;
    }

    .brand-banner-wrapper {
        height: calc(100vh - 538px);
    }

    .custom-container {
        max-width: 900px;
    }

    .brand-banner-content h1 {
        font-family: 'Uxum';
        font-size: 36px;
        max-width: 348px;
    }

    .brand-banner-content h5 {
        font-size: 32px;
    }

    .card-inner-title {
        font-size: 18px;
        font-weight: 600;
    }

    .photo-gallery .col-md-4 {
        height: 188px;
    }

    .main-gallery-image {
        width: 77%;
    }

    .thumbnail-gallery-sidebar {
        width: 20%;
    }

}

@media(min-width:768px) {
    .border-md {
        border: 1px solid var(--border) !important;
    }
}

@media(max-width:900px) {}

@media(max-width:767px) {

    .login-rightside,
    .login-leftside {
        width: 100%;
    }

    .login-wrapper {
        overflow-y: auto;
    }

    .login-content {
        padding: 30px 30px;
    }

    .login-rightside {
        height: calc(100vh - 19.5px);
        padding: 0;
    }

    .login-content h1 {
        font-size: 24px;
    }

    .login-content p {
        font-size: 16px;
    }

    .login-rightside-content {
        padding: 30px 30px;
        overflow-x: hidden;
    }

    /* Header Responsive */
    .main-header .row {
        row-gap: 15px;
    }

    .main-header .col {
        flex: 0 0 100%;
        order: 3;
    }

    .main-header .col-auto:first-child {
        order: 1;
    }

    .main-header .col-auto:last-child {
        order: 2;
        margin-left: auto;
    }

    .header-search-wrapper {
        margin: 0;
    }

    .action-btn {
        width: 30px;
        height: 30px;
        flex: 0 0 auto;
    }

    .comman-btn.dropdown-toggle {
        height: 40px;
        font-size: 12px;
        min-width: auto;
        padding: 10px 10px;
    }

    /* Banner Responsive */
    .banner {
        height: auto;
        min-height: 500px;
        padding-bottom: 30px;
        border-radius: 15px;
    }

    .banner-video {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 15px;
    }

    .banner-content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding: 25px 20px 20px;
        margin: 0 auto;
    }

    .banner-content h1 {
        font-size: 32px;
    }

    .banner-content p {
        font-size: 16px;
    }

    .filter-bar-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: none;
        width: 100%;
        padding: 0 15px;
        margin-top: 20px;
    }

    .banner-wrapper {
        height: calc(100vh - 199px);
    }

    .filter-input {
        height: 35px;
        border-radius: 6px;
    }

    .banner-wrapper .comman-white-btn {
        height: 35px;
        padding: 0 7px;
    }

    .banner-wrapper .filter-btn {
        height: 35px;
        padding: 0 7px;
    }

    .banner-wrapper .g-3 {
        --bs-gutter-y: .5rem;
    }

    .filter-bar {
        padding: 20px;
        background: #00000000;
    }

    .card-text {
        height: 174px;
    }

    .comman-heading h2 {
        font-size: 32px;
    }

    .comman-heading p {
        font-size: 14px;
    }

    .brand-banner-wrapper {
        height: calc(100vh - 546px);
    }

    .custom-container {
        max-width: 100%;
    }

    .brand-banner-content h1 {
        font-family: 'Uxum';
        font-size: 26px;
        max-width: 348px;
        line-height: 100%;
        margin-bottom: 5px;
        max-width: 50%;
    }

    .brand-banner-content h5 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    /* Footer Responsive */
    .footer {
        padding: 40px 0 20px;
    }

    .footer-heading {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .social-icons {
        justify-content: flex-start;
    }

    .footer-bottom {
        padding-top: 20px;
        margin-top: 30px !important;
    }

    .payment-icons {
        justify-content: center;
    }

    /* Category Page Responsive */
    .filter-sidebar {
        margin-bottom: 30px;
    }

    .category-title {
        font-size: 28px;
    }

    .category-pills {
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 10px;
        justify-content: flex-start !important;
        flex-wrap: nowrap;
    }

    .category-pill {
        white-space: nowrap;
    }

    .car-img-wrapper {
        height: 180px;
    }

    .tab-btn {
        padding: 12px 10px;
        font-size: 10px;
    }

    .main-gallery-image {
        width: 100%;
    }

    .thumbnail-gallery-sidebar {
        width: 100%;
    }

    .gallery-outer-wrapper {
        flex-wrap: wrap;
        height: auto;
    }

    .main-gallery-image {
        width: 85%;
        flex: 0 0 auto;
        height: 343px;
    }

    .thumbnail-gallery-sidebar {
        overflow-x: auto;
        flex-direction: row !important;
        align-items: center;
    }

    .thumbnail-gallery-sidebar .thumb-item {
        width: fit-content;
        flex: 0 0 auto;
    }

    .header-action-wrapper {
        flex-wrap: wrap;
    }

    .accordion-button {
        font-size: 16px;
        padding: 12px 15px;
    }

    .custom-width {
        width: auto;
    }

    .dashboard-content {
        padding: 12px 15px;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-title,
    .product-price {
        font-size: 32px;
    }
}

@media(max-width:350px) {
    .custom-width {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Employee Login Responsive */
@media (max-width: 576px) {
    .employee-login-card {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .employee-login-heading {
        font-size: 24px;
    }

    .employee-login-subtext {
        margin-bottom: 25px;
    }

    .employee-login-btn {
        height: 45px;
        font-size: 14px;
    }

    .employee-form-control {
        height: 45px;
    }
}

/* Employee Dashboard Responsive */
@media (max-width: 1200px) {
    .header-search-pill {
        width: 200px;
    }
}

@media (max-width: 991px) {
    .dashboard-sidebar-wrapper {
        display: none;
    }

    .dashboard-main {
        margin-left: 0;
    }

    .dashboard-top-header {
        padding: 0 15px;
        height: 70px;
    }

    .dashboard-content-area {
        padding: 20px 15px;
    }

    .header-search-wrapper {
        display: none;
    }

    .user-info {
        display: none;
    }

    .dashboard-sidebar-offcanvas {
        width: 280px !important;
    }

    .dashboard-sidebar-offcanvas .sidebar-nav ul li a.active {
        background: #F88177;
        color: #ffffff;
    }

    .dashboard-sidebar-offcanvas .sidebar-nav ul li a.active span {
        background-color: #ffffff;
    }
}

@media (max-width: 768px) {
    .content-header {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px;
    }

    .add-vehicle-btn {
        width: 100%;
    }

    .inventory-summary h3 {
        font-size: 16px;
    }
}