/* =========================================
   ABOUT AAYUSH CAR RENTAL
========================================= */

.acr-about-section {

    padding: 65px 0;

    background: #ffffff;
}


/* =========================================
   LEFT CONTENT
========================================= */

.acr-about-content {

    padding-right: 35px;
}


.acr-section-label {

    display: inline-block;

    margin-bottom: 10px;

    padding-left: 12px;

    border-left: 4px solid #e00000;

    color: #e00000;

    font-family: 'Montserrat', Arial, sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


.acr-about-content h2 {

    margin: 5px 0 18px;

    color: #151515;

    font-family: 'Montserrat', Arial, sans-serif;

    font-size: 32px;

    line-height: 1.3;

    font-weight: 700;
}


.acr-about-content h2 span {

    color: #e00000;
}


.acr-about-content p {

    margin-bottom: 13px;

    color: #555555;

    font-family: 'Montserrat', Arial, sans-serif;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================
   KNOW MORE BUTTON
========================================= */

.acr-about-btn {

    display: inline-block;

    margin-top: 8px;

    padding: 12px 24px;

    color: #ffffff;

    background: #e00000;

    border: 2px solid #e00000;

    border-radius: 4px;

    font-family: 'Montserrat', Arial, sans-serif;

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: .5px;

    text-decoration: none;

    transition: all .3s ease;
}


.acr-about-btn:hover {

    color: #ffffff;

    background: #151515;

    border-color: #151515;

    text-decoration: none;
}


/* =========================================
   HIGHLIGHTS
========================================= */

.acr-about-highlights {

    padding-left: 10px;
}


.acr-highlight-box {

    display: flex;

    align-items: flex-start;

    gap: 15px;

    margin-bottom: 15px;

    padding: 18px;

    background: #fafafa;

    border-left: 3px solid #e00000;

    transition: all .3s ease;
}


.acr-highlight-box:hover {

    background: #151515;

    transform: translateX(5px);
}


.acr-highlight-icon {

    min-width: 42px;

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #ffffff;

    background: #e00000;

    border-radius: 50%;

    font-size: 18px;

    font-weight: 700;
}


.acr-highlight-box h4 {

    margin: 0 0 5px;

    color: #222222;

    font-family: 'Montserrat', Arial, sans-serif;

    font-size: 14px;

    font-weight: 700;
}


.acr-highlight-box p {

    margin: 0;

    color: #666666;

    font-family: 'Montserrat', Arial, sans-serif;

    font-size: 12px;

    line-height: 1.6;
}


.acr-highlight-box:hover h4,
.acr-highlight-box:hover p {

    color: #ffffff;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .acr-about-section {

        padding: 45px 0;
    }


    .acr-about-content {

        padding-right: 0;

        margin-bottom: 30px;
    }


    .acr-about-content h2 {

        font-size: 25px;
    }


    .acr-about-content p {

        font-size: 13px;

        line-height: 1.7;
    }


    .acr-about-highlights {

        padding-left: 0;
    }

}