/* ROYAL COACH CHARTER FOOTER */

.rcc-footer {
    background: #f2f3f3;
    color: #333;
    font-weight: 600;
    line-height: 1.6;
}

.rcc-footer-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 55px 40px 36px;
    display: grid;
    grid-template-columns: 1.55fr 1fr 1fr 1.15fr;
    gap: 40px;
}


/* ABOUT */

.rcc-footer-about h2 {
    margin: 0 0 12px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
    color: #222;
}

.rcc-footer-about p {
    max-width: 600px;
    margin: 0 0 15px;
    font-size: 14px;
    color: #777;
    line-height: 2;
}

.rcc-footer-logo {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #222;
}

.rcc-footer-logo span { color: #79c843; }

.rcc-trust {
    color: #333 !important;
    font-weight: 600;
}


/* COLUMNS */

.rcc-footer-column h3 {
    margin: 0 0 14px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #222;
}

.rcc-footer-column .rcc-subhead {   margin-top: 25px; }

.rcc-footer-column p {
    margin: 0 0 12px;
    font-size: 14px;
    color: #777;
      line-height: 2;
}


/* LINKS */

.rcc-footer a {
    color: #777;
    text-decoration: none;
}

.rcc-footer-column:not(.rcc-footer-contact) > a {
    display: block;
    width: fit-content;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}

.rcc-footer-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    margin-top: 12px;
}

.rcc-footer-icons a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.rcc-footer a:hover {
    color: #559f28;
    text-decoration: underline;
}


/* QUOTE BUTTON */

.rcc-footer .rcc-quote-button {
    display: inline-block;
    margin-top: 25px;
    padding: 7px 14px;
    background: #79c843;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    text-decoration: none;
    border-radius: 3px;
}

.rcc-footer .rcc-quote-button:hover {
    background: #559f28;
    color: #fff;
    text-decoration: none;
}

.rcc-availability { margin-top: 14px !important; }


/* BOTTOM */

.rcc-footer-bottom {
    width: 100%;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    text-align: center;
    font-size: 12px;
    color: #777;
    box-sizing: border-box;
    background: #ececec;
}

.rcc-footer-bottom nav {
    display: flex;
    align-items: center;
    gap: 20px;
}


/* TABLET */

@media (max-width: 950px) {

    .rcc-footer-inner {    grid-template-columns: 1fr 1fr;    }

}


/* MOBILE */

@media (max-width: 600px) {

    .rcc-footer-inner {
        grid-template-columns: 1fr;
        padding: 40px 22px 30px;
        gap: 30px;
    }

    .rcc-footer-bottom {
        padding: 20px 22px 25px;
        flex-direction: column;
    }

    