/* =========================================
   AAYUSH CAR RENTAL
   FOOTER
   BLACK + RED + WHITE
========================================= */

.acr-footer {

    background: #151515;

    color: #ffffff;

    font-family: 'Montserrat', Arial, sans-serif;

}


/* =========================================
   CONTAINER
========================================= */

.acr-footer-container {

    max-width: 1200px;

    margin: 0 auto;

    padding-left: 15px;

    padding-right: 15px;

}


/* =========================================
   MAIN FOOTER
========================================= */

.acr-footer-main {

    padding: 65px 0 50px;

    border-bottom: 1px solid #2d2d2d;

}


/* =========================================
   LOGO
========================================= */

.acr-footer-logo {

    display: inline-block;

    margin-bottom: 18px;

}


.acr-footer-logo img {

    max-width: 190px;

    height: auto;

    display: block;

}


/* =========================================
   COMPANY DESCRIPTION
========================================= */

.acr-footer-company p {

    max-width: 340px;

    margin: 0 0 22px;

    color: #aaaaaa;

    font-size: 13px;

    line-height: 1.8;

}


/* =========================================
   COLUMN HEADING
========================================= */

.acr-footer-column h3 {

    position: relative;

    margin: 5px 0 22px;

    padding-bottom: 12px;

    color: #ffffff;

    font-size: 16px;

    font-weight: 600;

}


.acr-footer-column h3::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 35px;

    height: 2px;

    background: #e00000;

}


/* =========================================
   FOOTER LINKS
========================================= */

.acr-footer-column ul {

    margin: 0;

    padding: 0;

    list-style: none;

}


.acr-footer-column ul li {

    margin-bottom: 10px;

}


.acr-footer-column ul li a {

    color: #aaaaaa;

    font-size: 12px;

    text-decoration: none;

    transition: all 0.3s ease;

}


.acr-footer-column ul li a:hover {

    color: #e00000;

    padding-left: 5px;

}


/* =========================================
   SOCIAL ICONS
========================================= */

.acr-footer-social {

    display: flex;

    gap: 8px;

}


.acr-footer-social a {

    width: 36px;

    height: 36px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #242424;

    border: 1px solid #333333;

    border-radius: 4px;

    color: #ffffff;

    font-size: 14px;

    text-decoration: none;

    transition: all 0.3s ease;

}


.acr-footer-social a:hover {

    background: #e00000;

    border-color: #e00000;

    color: #ffffff;

}


/* =========================================
   CONTACT
========================================= */

.acr-contact-item {

    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-bottom: 17px;

}


.acr-contact-icon {

    flex: 0 0 35px;

    width: 35px;

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #e00000;

    border-radius: 4px;

    color: #ffffff;

    font-size: 14px;

}


.acr-contact-item span {

    display: block;

    margin-bottom: 3px;

    color: #777777;

    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: 0.8px;

}


.acr-contact-item a {

    color: #ffffff;

    font-size: 12px;

    text-decoration: none;

}


.acr-contact-item a:hover {

    color: #e00000;

}


.acr-contact-item p {

    margin: 0;

    color: #aaaaaa;

    font-size: 12px;

    line-height: 1.5;

}


/* =========================================
   DESTINATIONS
========================================= */

.acr-footer-destinations {

    padding: 20px 0;

    background: #111111;

}


.acr-destination-row {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 8px 16px;

}


.acr-destination-row strong {

    color: #ffffff;

    font-size: 12px;

}


.acr-destination-row a {

    color: #999999;

    font-size: 11px;

    text-decoration: none;

    transition: color 0.3s ease;

}


.acr-destination-row a:hover {

    color: #e00000;

}


/* =========================================
   BOTTOM
========================================= */

.acr-footer-bottom {

    background: #0c0c0c;

}


.acr-footer-bottom-inner {

    min-height: 65px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

}


.acr-footer-bottom p {

    margin: 0;

    color: #777777;

    font-size: 11px;

}


.acr-footer-bottom p strong {

    color: #ffffff;

}


.acr-footer-legal {

    display: flex;

    align-items: center;

    gap: 10px;

}


.acr-footer-legal a {

    color: #777777;

    font-size: 11px;

    text-decoration: none;

}


.acr-footer-legal a:hover {

    color: #e00000;

}


.acr-footer-legal span {

    color: #444444;

}

/* =========================================
   POWERED BY ASMlTA INFOSYS
========================================= */

.acr-powered-by {

    padding: 10px 15px 14px;

    text-align: center;

    background: #0c0c0c;

    border-top: 1px solid #1f1f1f;

    color: #666666;

    font-size: 10px;

    letter-spacing: 0.3px;
}


.acr-powered-by a {

    color: #e00000;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;
}


.acr-powered-by a:hover {

    color: #ffffff;

    text-decoration: none;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .acr-footer-main {

        padding: 50px 0 35px;

    }

    .acr-footer-column {

        margin-bottom: 30px;

    }

}



/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .acr-footer-main {

        padding: 45px 0 25px;

    }

    .acr-footer-company {

        margin-bottom: 25px;

    }

    .acr-footer-logo img {

        max-width: 170px;

    }

    .acr-footer-column {

        margin-bottom: 28px;

    }

    .acr-footer-column h3 {

        margin-bottom: 16px;

    }

    .acr-footer-destinations {

        padding: 18px 0;

    }

    .acr-destination-row {

        display: block;

    }

    .acr-destination-row strong {

        display: block;

        margin-bottom: 8px;

    }

    .acr-destination-row a {

        display: inline-block;

        margin: 0 12px 7px 0;

    }

    .acr-footer-bottom-inner {

        min-height: auto;

        padding: 18px 0;

        flex-direction: column;

        align-items: center;

        text-align: center;

    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

    .acr-footer-bottom-inner {

        gap: 10px;

    }

    .acr-footer-legal {

        flex-wrap: wrap;

        justify-content: center;

    }

}