/* SERVICES START*/

.hero-section-home {
    padding: 40px 20px;
    margin-top: 80px;
}

.hero-section-home P {
    margin: 0 !important;
}

.hero-text-home {
    text-align: center;
    font-size: 52px;
    margin-bottom: 40px;
}

.hero-text-home .highlight {
    color: #ffc107;
    font-weight: 600;
}

.hero-text-home .wheel-icon {
    width: 140px;
    height: 85px;
    vertical-align: middle;
    margin: 0 6px;
}

.service-card-home .media {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    grid-auto-rows: 275px;
}

.services-sec {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-auto-rows: 280px;
    margin: 0 auto;
    gap: 26px;
}


.service-card-home {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    transition: transform .5s ease;
}

.service-card-home .media {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


.service-card-home h3 {
    margin: 0;
    font-size: 41.73px;
}

.service-card-home p {
    margin: 4px 0 0;
    font-size: 20.87px;
}

.service-card-home.small {
    grid-row: span 1;
}

.service-card-home.wide {
    grid-column: span 2;
}

.service-card-home.small-ser {
    grid-row: span 1;
}

.service-card-home.wide-ser {
    grid-column: span 2;
}

.service-card-home {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    transition: transform .5s ease;
}

.service-card-home .media {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.service-card-home .card-content {
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 1;
    color: #fff;
    padding: 10px 12px;
    border-radius: 8px;
    max-width: 85%;
}

.service-card-home h3 {
    margin: 0;
    font-size: 41.73px;
}

.service-card-home p {
    margin: 4px 0 0;
    font-size: 20.87px;
}

.service-card-home.small {
    grid-row: span 1;
}

.service-card-home.wide {
    grid-column: span 2;
}

.service-card-home.small-ser {
    grid-row: span 1;
}

.service-card-home.wide-ser {
    grid-column: span 2;
}

.full-wide-ser {
    grid-column: 1 / -1 !important;
    grid-row-start: auto;
    grid-row-end: auto;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}


.service-card-home:hover {
    transform: scale(1.03);
}

.hover-arrow {
    position: absolute;
    top: 0;
    right: 15px;
    width: 130px !important;
    height: auto;
    color: white;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
    z-index: 2;
}

.service-card-home:hover .hover-arrow {
    opacity: 1;
    transform: translateX(0);
}

.hero-sec-services {
    margin: 0;
    padding: 0;
}

.ser-h3 {
    font-size: 40px !important;
}

.ser-p {
    font-size: 20px;
}

.customer_account_screen-service {
    width: 100%;
    border-radius: 24px;
    padding: 10px;
}

@media (max-width: 1024px) {
    .services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        grid-auto-rows: 280px;
        margin: 0 auto;
    }

    .service-card-home h3 {
        font-size: 40px;
    }

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

    .full-wide {
        grid-column: 1 / -1 !important;
        grid-row-start: auto;
        grid-row-end: auto;
        height: auto;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

}


@media(max-width:768px) {
    .hero-text-home {
        font-size: 40px;
    }

    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-auto-rows: 280px;
    }
}


@media(max-width:440px) {
    .services-grid {
        grid-template-columns: 1fr !important;
    }

    .service-card-home,
    .service-card-home.small-ser,
    .service-card-home.respo-four,
    .service-card-home.respo-five {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }

    .hero-text-home {
        font-size: 38px;
    }

    .hero-text-home .wheel-icon {
        width: 120px;
        height: 65px;
        vertical-align: middle;
        margin: 0 6px;
        transform: translateY(-2px);
    }

}

/* SERVICES END */


/* Transport start */
.transport-nav-wrapper {
    background: #F9F9F9;
    border-radius: 50px;
    padding: 8px;
    box-shadow:
        inset 2px 2px 4px rgba(0, 0, 0, 0.06),
        inset -2px -2px 4px rgba(255, 255, 255, 0.6);
    display: flex;
    gap: 4px;
    width: 100%;
}

.transport-nav-button {
    padding: 12px 0;
    border: none;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    color: #313131;
    white-space: nowrap;
    flex: 1;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.transport-nav-button:hover {
    color: #313131;
    background: rgba(0, 0, 0, 0.05);
}

.transport-nav-button--active {
    background: #FFCC00;
    color: #313131;
}

.transport-nav-button--active:hover {
    background: #ffca2c;
}

/* Responsive design */
@media (max-width: 768px) {
    .transport-nav-wrapper {
        flex-wrap: wrap;
        border-radius: 16px;
        padding: 6px;
    }

    .transport-nav-button {
        font-size: 13px;
        padding: 10px 16px;
        border-radius: 12px;
        min-width: 120px;
    }
}

@media (max-width: 480px) {
    .transport-nav-wrapper {
        flex-direction: column;
        gap: 2px;
    }

    .transport-nav-button {
        width: 100%;
        margin: 0;
    }
}

.transport-nav-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.transport-nav-button--active::before {
    left: 100%;
}

.account_header_bar_transport {
    width: 100%;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Transport end */


/* Default: show desktop, hide mobile */
.media--desktop { display: block !important; }
.media--mobile { display: none !important; }

/* On mobile (adjust breakpoint as needed) */
@media (max-width: 768px) {
    .media--desktop { display: none !important; }
    .media--mobile { display: block !important; }
}