    .device-list-item:hover {
        border-color: #3067AF !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .device-list-item:hover h4 {
        color: #3067AF !important;
    }

    .device-list-item:hover .chevron {
        color: #3067AF !important;
        transform: translateX(3px);
    }

    .start-over-btn:hover {
        background: #f3f4f6 !important;
        color: #111827 !important;
    }

    .book-diagnosis-btn:hover {
        background: #3067AF !important;
        color: #fff !important;
        box-shadow: 0 4px 15px rgba(42, 185, 126, 0.3);
    }

    .brand-badge {
        background: #ffffff;
        color: #6b7280;
        border: 1px solid #e5e7eb;
        padding: 6px 14px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .brand-badge:hover {
        background: #f3f4f6;
        color: #111827;
        border-color: #d1d5db;
        transform: translateY(-2px);
    }

    @media(max-width: 991px) {
        .widget-tab {
            flex: 100% !important;
            border-left: none !important;
            border-top: none !important;
            border-bottom: 1px solid #e5e7eb !important;
            justify-content: center;
        }

        .widget-tab.active {
            border-bottom: 3px solid #3067AF !important;
        }
    }

    @media(max-width: 768px) {
        .widget-body {
            padding: 30px !important;
        }

        .widget-footer {
            padding: 25px 30px !important;
            flex-direction: column;
            align-items: flex-start;
        }
    }

    /* Remove white space gap below slider */
    .main-slider-three {
        padding-bottom: 0 !important;
    }

    .main-slider-three .item {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: calc(100vh - 120px) !important;
        min-height: 600px;
    }

    /* Walk-in Info Grid Responsive */
    .walk-in-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
        margin-top: 2rem;
        width: 100%;
    }

    .walk-in-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .walk-in-icon-box {
        background: #f4f5f7;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        margin-bottom: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .walk-in-card h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
    }

    .walk-in-card p {
        margin: 4px 0;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.9);
        font-weight: 500;
    }

    .walk-in-card h5 {
        margin: 0;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        line-height: 1.3;
    }

    .services-section {
        background: #f8fafc;
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .section-badge {
        display: inline-block;
        padding: 8px 20px;
        background: #D9E3F0;
        color: #3067AF;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .section-title {
        font-size: 42px;
        font-weight: 700;
        color: #0f172a;
    }

    .service-card {
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        display: flex;
        align-items: center;
        min-height: 260px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
        transition: .4s;
        height: 100%;
        border: 1px solid #f1f5f9;
    }

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
    }

    .service-image {
        width: 50% !important;
        min-width: 50% !important;
        height: 100%;
        min-height: 260px;
        position: relative;
    }

    .service-image-inner {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        border-top-right-radius: 130px;
        border-bottom-right-radius: 130px;
    }

    .service-card.reverse .service-image-inner {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 130px;
        border-bottom-left-radius: 130px;
    }

    .service-image-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .5s;
    }

    .service-card:hover .service-image-inner img {
        transform: scale(1.08);
    }

    .service-content {
        padding: 30px;
        width: 62%;
    }

    .service-number {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-weight: 700;
        font-size: 16px;
    }

    .service-content h4 {
        font-size: 22px;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 12px;
        line-height: 1.3;
    }

    .service-content p {
        color: #64748b;
        line-height: 1.6;
        margin-bottom: 20px;
        font-size: 15px;
    }

    .service-link {
        text-decoration: none;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        transition: 0.3s;
    }

    .service-link:hover {
        opacity: 0.7;
    }

    .main-slider-three__sub-title-box {
        display: flex;
        flex-wrap: wrap;
        transform: none;
        justify-content: center;
        border: none;
        font-size: 25px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    @media(max-width: 991px) {

        .service-card,
        .service-card.reverse {
            flex-direction: column;
        }

        .service-image {
            width: 100%;
            min-width: 100%;
            height: 250px;
        }

        .service-image-inner {
            border-radius: 0 !important;
            border: none !important;
            border-bottom: 8px solid #3067AF !important;
            /* Simplified for mobile */
        }

        .service-content {
            width: 100%;
        }

        .section-title {
            font-size: 32px;
        }
    }

    @media(max-width: 576px) {
        .section-title {
            font-size: 28px;
        }

        .service-content {
            padding: 25px;
        }

        .service-content h4 {
            font-size: 20px;
        }
    }

    @media (max-width: 1200px) {
        .walk-in-grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }

        .main-slider-three__title {
            font-size: 36px !important;
        }
    }

    @media (max-width: 768px) {
        .walk-in-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .main-slider-three__title {
            font-size: 28px !important;
        }

        .main-slider-three .item {
            min-height: auto !important;
            height: auto !important;
            padding-top: 100px !important;
            padding-bottom: 100px !important;
        }

        .walk-in-card h4 {
            font-size: 14px;
        }

        .walk-in-card h5 {
            font-size: 13px;
        }
    }

    .main-slider-three__sub-title-box {
        /* margin-bottom: 2rem; */
        gap: 10rem;
    }

    .slider-btn {
        margin: 2rem 0;
        gap: 1.5rem !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between !important;
    }

    .slide-active {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        z-index: 100;
        pointer-events: none;
    }

    @media (max-width: 480px) {
        .walk-in-grid {
            gap: 15px;
            margin-bottom: -195px;
        }

        .walk-in-icon-box {
            width: 40px;
            height: 40px;
            margin-bottom: 8px;
        }

        .walk-in-icon-box svg {
            width: 24px;
            height: 24px;
        }

        .main-slider-three__title {
            font-size: 24px !important;
        }

        .main-slider-three__sub-title-box {
            margin-bottom: 0rem;
            gap: 2rem;
        }

        .slider-btn {
            margin-top: 14px !important;
            margin-bottom: 14px !important;
            gap: 10px !important;
            justify-content: center !important;
        }

        .main-slider__btn-box {
            margin-top: 9px !important;
        }

        .about-three__img-box {
            margin-top: 0 !important;
        }

        .service-image {
            height: 100% !important;
            width: 100% !important;
        }

        .service-content {
            margin-top: 10px;
        }

        .about-three,
        .services-four,
        .skill-one,
        .process-one,
        .blog-three {
            padding: 34px 0px 34px !important;
        }

        .slide-active {
            top: 41%;
        }
    }

    .main-slider-three__bg:before {
        background-color: rgba(var(--erepair-black-rgb), .60) !important;
    }


    .skill-one__right-img {
        background: #9FC8FF !important;
    }

    .repair-way-card:hover {
        transform: translateY(-10px);
        background: #ffffff !important;
        border: 1px solid rgba(42, 185, 126, 0.4) !important;
        box-shadow: 0 25px 50px rgba(42, 185, 126, 0.1) !important;
    }

    .repair-way-card:hover .repair-way-img-box {
        transform: translateY(-5px) scale(1.04);
    }

    .repair-way-card:hover .repair-way-title {
        color: #3067AF !important;
    }

    .repair-way-card:hover .repair-way-btn {
        background-color: #3067AF !important;
        color: #ffffff !important;
        box-shadow: 0 8px 25px rgba(42, 185, 126, 0.25) !important;
    }
