﻿#heroImage {
    background-image: url('/assets/images/Driverslogo.png'); /* عدل حسب اسم صورتك */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

/* 📱 تخصيص وضع الهاتف */
@media (max-width: 768px) {
    #heroImage {
        background-position: center top 200px;
    }
}
