.arasMainImage {
    width: 100%;
    min-height: 90vh;
    background-image: url("/images/AlokhodroFeature.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.arasRentReqForm {
    width: 80%;
}

@media screen and (max-width: 576px) {
    .arasRentReqForm {
        width: 95%;
        transform: scale(0.85);
    }
}

.arasRentReqForm label {
    color: var(--color-blue-dark);
    font-weight: bold;
}

.arasRentReqForm > div > select option:nth-of-type(1) {
    color: var(--color-text-gray);
}

.arasRentReqForm > div > select option {
    color: var(--color-text-gray-dark);
}

.arasTag {
    background-color: var(--color-blue-normal);
    color: var(--color-blue-dark);
    padding: 7px 15px;
}

.arasTitle {
    color: var(--color-text-gray-dark);
    font-size: 2.5rem;
}

.arasServiceImg {
    font-size: 5rem;
    width: 50%;
}

.arasServiceTitle {
    color: var(--color-blue-dark);
    font-weight: bold;
}

.arasGuidContainer {
    background-color: var(--color-blue-black);
    color: white;
}

/* -------------------- اسلایدر خودروهای پر ترفدار -------------------- */
swiper-container {
    width: 100%;
    padding-top: 25px;
}

swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    margin-bottom: 40px;
}

swiper-slide img {
    display: block;
    width: 100%;
}
