/* =========================================================
   CARANDCAB — UNIVERSAL MASTER FOOTER
   PREMIUM DESIGN
   Apple × Sixt × Booking.com
========================================================= */

.ccFooter {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #101716;
    color: #ffffff;
    font-family: inherit;
    overflow: hidden;
}


/* =========================================================
   MAIN
========================================================= */

.ccFooterMain {
    padding: 64px 0 34px;
}

.ccFooterMain > .container,
.ccFooterMain .container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
    box-sizing: border-box;
}


/* =========================================================
   TOP FOOTER GRID
========================================================= */

.ccFooterTop {
    display: grid;
    grid-template-columns: 1.65fr 1fr 1fr 1fr;
    gap: 48px;

    padding-bottom: 46px;

    border-bottom: 1px solid rgba(255,255,255,.08);
}


/* =========================================================
   BRAND
========================================================= */

.ccFooterBrand {
    max-width: 330px;
}

.ccFooterLogo {
    display: inline-flex;
    align-items: center;

    margin: 0 0 18px;

    text-decoration: none;
}

.ccFooterLogo img {
    display: block;

    width: auto;
    max-width: 180px;
    height: 42px;

    object-fit: contain;
}


/* fallback if logo image is unavailable */

.ccFooterLogo:not(:has(img)) {
    color: #ffffff;

    font-size: 25px;
    font-weight: 800;
    letter-spacing: -.8px;
}


/* =========================================================
   BRAND DESCRIPTION
========================================================= */

.ccFooterDescription {
    max-width: 310px;

    margin: 0;

    color: #8f9a98;

    font-size: 12px;
    line-height: 1.75;

    font-weight: 400;
}


/* =========================================================
   CONTACT
========================================================= */

.ccFooterContact {
    display: flex;
    flex-direction: column;

    align-items: flex-start;

    gap: 10px;

    margin-top: 22px;
}

.ccFooterContact a {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    color: #d4dcda;

    font-size: 11.5px;
    line-height: 1.4;

    font-weight: 600;

    text-decoration: none;

    transition:
        color .2s ease,
        transform .2s ease;
}

.ccFooterContact i {
    width: 17px;

    color: #42a79e;

    font-size: 11px;

    text-align: center;
}

.ccFooterContact a:hover {
    color: #ffffff;
    transform: translateX(2px);
}


/* =========================================================
   FOOTER COLUMNS
========================================================= */

.ccFooterColumn h2 {
    margin: 3px 0 18px;

    color: #ffffff;

    font-size: 13px;
    line-height: 1.35;

    font-weight: 750;

    letter-spacing: -.1px;
}

.ccFooterColumn ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.ccFooterColumn li {
    margin: 0 0 12px;
    padding: 0;
}

.ccFooterColumn a {
    color: #8d9896;

    font-size: 11.5px;
    line-height: 1.45;

    font-weight: 450;

    text-decoration: none;

    transition:
        color .2s ease,
        transform .2s ease;
}

.ccFooterColumn a:hover {
    color: #5fc0b7;
}


/* =========================================================
   SEO SERVICE AREA
========================================================= */

.ccFooterSEO {
    padding: 38px 0 32px;
}

.ccFooterSEOHeader {
    max-width: 760px;
}

.ccFooterSEOEyebrow {
    display: inline-block;

    margin-bottom: 8px;

    color: #43a79e;

    font-size: 9px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: 1.6px;
}

.ccFooterSEO h2 {
    margin: 0 0 10px;

    color: #edf2f1;

    font-size: 16px;
    line-height: 1.4;

    font-weight: 750;

    letter-spacing: -.2px;
}

.ccFooterSEO p {
    max-width: 760px;

    margin: 0;

    color: #788482;

    font-size: 11.5px;
    line-height: 1.8;

    font-weight: 400;
}


/* =========================================================
   CITY GRID
========================================================= */

.ccFooterCityGrid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 28px;

    margin-top: 28px;

    padding-top: 28px;

    border-top: 1px solid rgba(255,255,255,.055);
}

.ccFooterCity {
    display: flex;
    flex-direction: column;

    align-items: flex-start;
}

.ccFooterCity h3 {
    margin: 0 0 12px;

    color: #dfe6e4;

    font-size: 12px;
    line-height: 1.4;

    font-weight: 700;
}

.ccFooterCity a {
    display: inline-block;

    margin: 0 0 7px;

    color: #788482;

    font-size: 10.5px;
    line-height: 1.45;

    text-decoration: none;

    transition:
        color .2s ease;
}

.ccFooterCity a:hover {
    color: #5fc0b7;
}


/* =========================================================
   DYNAMIC SEO LINKS
========================================================= */

.ccFooterDynamicLinks {
    display: flex;

    flex-wrap: wrap;

    gap: 8px 10px;

    margin-top: 28px;
}

.ccFooterDynamicLinks a {
    display: inline-flex;
    align-items: center;

    min-height: 28px;

    padding: 6px 10px;

    border: 1px solid rgba(255,255,255,.07);
    border-radius: 5px;

    background: rgba(255,255,255,.025);

    color: #7f8a88;

    font-size: 9.5px;
    line-height: 1.2;

    text-decoration: none;

    transition:
        color .2s ease,
        border-color .2s ease,
        background .2s ease;
}

.ccFooterDynamicLinks a:hover {
    color: #ffffff;

    border-color: rgba(67,167,158,.35);

    background: rgba(15,118,110,.12);
}


/* hidden SEO links */

.ccFooterExtraLink {
    display: none !important;
}

.ccFooterExtraLink.is-visible {
    display: inline-flex !important;
}


/* =========================================================
   READ MORE
========================================================= */

.ccFooterReadMore {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 15px;

    padding: 0;

    border: 0;

    background: transparent;

    color: #49aaa1;

    font-family: inherit;

    font-size: 10px;
    line-height: 1.4;

    font-weight: 650;

    cursor: pointer;

    transition:
        color .2s ease;
}

.ccFooterReadMore:hover {
    color: #ffffff;
}

.ccFooterReadMore i {
    font-size: 9px;

    transition:
        transform .25s ease;
}


/* =========================================================
   LEGAL ROW
========================================================= */

.ccFooterLegal {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    padding-top: 24px;

    border-top: 1px solid rgba(255,255,255,.065);
}

.ccFooterLegalLinks {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 9px 19px;
}

.ccFooterLegalLinks a {
    color: #687472;

    font-size: 10px;
    line-height: 1.4;

    font-weight: 500;

    text-decoration: none;

    transition:
        color .2s ease;
}

.ccFooterLegalLinks a:hover {
    color: #c5cfcc;
}


/* =========================================================
   SOCIAL
========================================================= */

.ccFooterSocial {
    display: flex;

    align-items: center;

    gap: 8px;

    flex-shrink: 0;
}

.ccFooterSocial a {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 31px;
    height: 31px;

    border: 1px solid rgba(255,255,255,.09);
    border-radius: 50%;

    background: rgba(255,255,255,.015);

    color: #899391;

    font-size: 11px;

    text-decoration: none;

    transition:
        color .2s ease,
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.ccFooterSocial a:hover {
    color: #ffffff;

    background: #0F766E;

    border-color: #0F766E;

    transform: translateY(-2px);
}


/* =========================================================
   COPYRIGHT BAR
========================================================= */

.ccFooterBottom {
    width: 100%;

    background: #0a100f;

    border-top: 1px solid rgba(255,255,255,.045);
}

.ccFooterBottom .container {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;

    padding-left: 22px;
    padding-right: 22px;

    box-sizing: border-box;
}

.ccFooterBottomInner {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    min-height: 52px;

    color: #5f6b69;

    font-size: 9.5px;
    line-height: 1.5;

    font-weight: 500;
}

.ccFooterBottomInner span:last-child {
    color: #687673;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .ccFooterTop {
        grid-template-columns:
            1.4fr 1fr 1fr;

        gap: 38px;
    }

    .ccFooterBrand {
        grid-column: 1 / -1;

        max-width: 560px;
    }

    .ccFooterCityGrid {
        grid-template-columns:
            repeat(2, 1fr);

        row-gap: 30px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .ccFooterMain {
        padding: 46px 0 26px;
    }

    .ccFooterMain > .container,
    .ccFooterMain .container,
    .ccFooterBottom .container {
        padding-left: 17px;
        padding-right: 17px;
    }


    .ccFooterTop {
        grid-template-columns:
            1fr 1fr;

        gap: 30px 22px;

        padding-bottom: 34px;
    }


    .ccFooterBrand {
        grid-column: 1 / -1;

        max-width: 100%;
    }


    .ccFooterLogo img {
        max-width: 165px;
        height: 38px;
    }


    .ccFooterDescription {
        max-width: 360px;

        font-size: 11.5px;
        line-height: 1.7;
    }


    .ccFooterContact {
        margin-top: 18px;
    }


    .ccFooterColumn h2 {
        margin-bottom: 14px;

        font-size: 11.5px;
    }


    .ccFooterColumn li {
        margin-bottom: 9px;
    }


    .ccFooterColumn a {
        font-size: 10.5px;
    }


    .ccFooterSEO {
        padding: 29px 0 27px;
    }


    .ccFooterSEO h2 {
        font-size: 14px;
    }


    .ccFooterSEO p {
        font-size: 10.5px;

        line-height: 1.7;
    }


    .ccFooterCityGrid {
        grid-template-columns:
            1fr 1fr;

        gap: 27px 20px;

        margin-top: 23px;
        padding-top: 23px;
    }


    .ccFooterCity h3 {
        font-size: 11px;
    }


    .ccFooterCity a {
        font-size: 10px;
    }


    .ccFooterDynamicLinks {
        gap: 7px 7px;

        margin-top: 23px;
    }


    .ccFooterDynamicLinks a {
        min-height: 26px;

        padding: 5px 8px;

        font-size: 9px;
    }


    .ccFooterLegal {
        display: block;

        padding-top: 20px;
    }


    .ccFooterLegalLinks {
        gap: 9px 14px;
    }


    .ccFooterLegalLinks a {
        font-size: 9.5px;
    }


    .ccFooterSocial {
        margin-top: 17px;
    }


    .ccFooterSocial a {
        width: 30px;
        height: 30px;
    }


    .ccFooterBottomInner {
        display: block;

        padding: 13px 0;

        text-align: center;

        line-height: 1.7;
    }


    .ccFooterBottomInner span {
        display: block;
    }


    .ccFooterBottomInner span + span {
        margin-top: 2px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 390px) {

    .ccFooterMain {
        padding-top: 40px;
    }


    .ccFooterTop {
        gap: 27px 16px;
    }


    .ccFooterColumn a {
        font-size: 10px;
    }


    .ccFooterCityGrid {
        gap: 25px 14px;
    }


    .ccFooterCity a {
        font-size: 9.5px;
    }


    .ccFooterLegalLinks {
        gap: 8px 11px;
    }

}