/* =========================
   FOOTER
========================= */

.site-footer {
    background: #063d2a;
    color: #ffffff;
}


/* =========================
   FOOTER CTA
========================= */

.footer-cta {
    position: relative;

    background:
        linear-gradient(
            90deg,
            rgba(3, 49, 34, 0.98) 0%,
            rgba(3, 49, 34, 0.94) 45%,
            rgba(3, 49, 34, 0.45) 75%,
            rgba(3, 49, 34, 0.25) 100%
        ),
        url("footer-cta.jpg") center center / cover no-repeat;

    padding: 32px 0;
}


.footer-cta-content {
    min-height: 100px;

    display: grid;

    grid-template-columns: 1fr 1px 1.7fr;

    align-items: center;

    column-gap: 38px;
}


/* =========================
   CTA TITLE
========================= */

.footer-cta-title h2 {
    margin: 0;

    max-width: 300px;

    font-family: Georgia, serif;

    font-size: 27px;
    font-weight: 400;

    line-height: 1.15;

    color: #ffffff;
}


.footer-cta-title h2 em {
    color: #b8d99b;

    font-style: italic;
}


/* =========================
   CTA DIVIDER
========================= */

.footer-cta-divider {
    width: 1px;
    height: 70px;

    background: rgba(255, 255, 255, 0.55);
}


/* =========================
   CTA ACTION
========================= */

.footer-cta-action {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;
}


.footer-cta-action p {
    max-width: 300px;

    margin: 0;

    color: #ffffff;

    font-size: 12px;

    line-height: 1.5;
}


/* =========================
   CTA BUTTONS
========================= */

.footer-cta-buttons {
    display: flex;

    align-items: center;

    gap: 10px;

    flex-shrink: 0;
}


.footer-quote-btn,
.footer-whatsapp-btn {
    min-height: 38px;

    padding: 0 16px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    border-radius: 3px;

    font-size: 11px;
    font-weight: 600;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}


/* Quote */

.footer-quote-btn {
    background: #ffffff;

    border: 1px solid #ffffff;

    color: #063d2a;
}


.footer-quote-btn:hover {
    background: #b8d99b;

    border-color: #b8d99b;

    color: #063d2a;

    transform: translateY(-2px);
}


/* WhatsApp */

.footer-whatsapp-btn {
    background: transparent;

    border: 1px solid rgba(255, 255, 255, 0.8);

    color: #ffffff;
}


.footer-whatsapp-btn:hover {
    background: #ffffff;

    border-color: #ffffff;

    color: #063d2a;

    transform: translateY(-2px);
}


.footer-whatsapp-btn i {
    font-size: 15px;
}


/* =========================
   MAIN FOOTER
========================= */

.footer-main {
    background: #0b4b35;

    padding: 28px 0 22px;
}


.footer-grid {
    display: grid;

    grid-template-columns:
        1.4fr
        1fr
        1.15fr
        1.3fr
        1.25fr;

    gap: 35px;
}


/* =========================
   FOOTER BRAND
========================= */

.footer-brand {
    padding-right: 15px;
}


.footer-logo {
    display: inline-flex;

    align-items: center;

    margin-bottom: 10px;
}


.footer-logo img {
    width: 125px;
    height: auto;

    display: block;
}


.footer-brand p {
    max-width: 190px;

    margin: 0;

    color: rgba(255, 255, 255, 0.82);

    font-size: 10px;

    line-height: 1.5;
}


/* =========================
   FOOTER COLUMNS
========================= */

.footer-column h3 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 0.7px;
}


.footer-column ul {
    margin: 0;
    padding: 0;

    list-style: none;
}


.footer-column ul li {
    margin-bottom: 5px;
}


.footer-column ul li a {
    color: rgba(255, 255, 255, 0.78);

    font-size: 9px;

    line-height: 1.3;

    transition:
        color 0.25s ease,
        padding-left 0.25s ease;
}


.footer-column ul li a:hover {
    color: #b8d99b;

    padding-left: 3px;
}


/* =========================
   CONTACT INFO
========================= */

.footer-contact p {
    margin: 0 0 7px;

    display: flex;

    align-items: flex-start;

    gap: 8px;

    color: rgba(255, 255, 255, 0.8);

    font-size: 9px;

    line-height: 1.4;
}


.footer-contact p i {
    width: 12px;

    margin-top: 1px;

    color: #ffffff;

    font-size: 9px;

    text-align: center;

    flex-shrink: 0;
}


/* =========================
   SOCIAL ICONS
========================= */

.footer-social {
    display: flex;

    align-items: center;

    gap: 9px;

    margin-top: 10px;
}


.footer-social a {
    width: 22px;
    height: 22px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.35);

    border-radius: 50%;

    color: #ffffff;

    font-size: 9px;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


.footer-social a:hover {
    background: #ffffff;

    border-color: #ffffff;

    color: #063d2a;

    transform: translateY(-2px);
}


/* =========================
   NEWSLETTER
========================= */

.footer-newsletter p {
    max-width: 180px;

    margin: 0 0 10px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 9px;

    line-height: 1.45;
}


.newsletter-form {
    width: 100%;
    max-width: 210px;

    height: 30px;

    display: flex;

    background: #ffffff;

    border-radius: 2px;

    overflow: hidden;
}


.newsletter-form input {
    width: 100%;

    min-width: 0;

    padding: 0 9px;

    border: none;
    outline: none;

    background: #ffffff;

    color: #222222;

    font-family: inherit;

    font-size: 9px;
}


.newsletter-form input::placeholder {
    color: #777777;
}


.newsletter-form button {
    width: 32px;

    flex-shrink: 0;

    border: none;

    background: #ffffff;

    color: #063d2a;

    cursor: pointer;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}


.newsletter-form button:hover {
    background: #b8d99b;

    color: #063d2a;
}


/* =========================
   FOOTER BOTTOM
========================= */

.footer-bottom {
    background: #063d2a;

    border-top: 1px solid rgba(255, 255, 255, 0.25);

    padding: 11px 0;
}


.footer-bottom-content {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;
}


.footer-bottom p {
    margin: 0;

    color: rgba(255, 255, 255, 0.85);

    font-size: 9px;
}


.footer-legal {
    display: flex;

    align-items: center;

    gap: 12px;
}


.footer-legal a {
    color: rgba(255, 255, 255, 0.85);

    font-size: 9px;

    transition: color 0.25s ease;
}


.footer-legal a:hover {
    color: #b8d99b;
}


.footer-legal span {
    color: rgba(255, 255, 255, 0.45);

    font-size: 9px;
}


/* =========================
   FLOATING WHATSAPP
========================= */

.floating-whatsapp {
    position: fixed;

    right: 22px;
    bottom: 22px;

    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #25d366;

    color: #ffffff;

    font-size: 26px;

    box-shadow:
        0 6px 20px rgba(0, 0, 0, 0.2);

    z-index: 999;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.floating-whatsapp:hover {
    color: #ffffff;

    transform: scale(1.08);

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.25);
}


/* =========================
   TABLET / IPAD
========================= */

@media (max-width: 991.98px) {

    /* CTA */

    .footer-cta {
        padding: 28px 0;
    }


    .footer-cta-content {
        grid-template-columns: 1fr 1px 1.5fr;

        column-gap: 25px;
    }


    .footer-cta-title h2 {
        font-size: 24px;
    }


    .footer-cta-action {
        display: block;
    }


    .footer-cta-action p {
        max-width: 100%;

        margin-bottom: 12px;
    }


    /* Main footer */

    .footer-grid {
        grid-template-columns:
            1.4fr
            1fr
            1fr;

        row-gap: 28px;
    }


    .footer-brand {
        padding-right: 20px;
    }


    .footer-newsletter {
        grid-column: span 2;
    }

}


/* =========================
   SMALL TABLETS
========================= */

@media (max-width: 767.98px) {

    .footer-cta-content {
        grid-template-columns: 1fr;

        row-gap: 20px;
    }


    .footer-cta-divider {
        width: 100%;
        height: 1px;
    }


    .footer-cta-action {
        display: block;
    }


    .footer-cta-buttons {
        margin-top: 15px;
    }


    .footer-grid {
        grid-template-columns: 1fr 1fr;

        gap: 28px 25px;
    }


    .footer-brand {
        grid-column: span 2;
    }


    .footer-newsletter {
        grid-column: span 2;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 575.98px) {

    .footer-cta {
        padding: 35px 0;
    }


    .footer-cta-title h2 {
        max-width: 280px;

        font-size: 25px;
    }


    .footer-cta-action p {
        font-size: 12px;
    }


    .footer-cta-buttons {
        flex-direction: column;

        align-items: stretch;

        width: 100%;
    }


    .footer-quote-btn,
    .footer-whatsapp-btn {
        width: 100%;

        min-height: 40px;
    }


    /* Main footer */

    .footer-main {
        padding: 30px 0 25px;
    }


    .footer-grid {
        grid-template-columns: 1fr 1fr;

        gap: 30px 20px;
    }


    .footer-brand {
        grid-column: span 2;
    }


    .footer-brand p {
        max-width: 230px;

        font-size: 10px;
    }


    .footer-column h3 {
        font-size: 10px;
    }


    .footer-column ul li {
        margin-bottom: 6px;
    }


    .footer-column ul li a {
        font-size: 10px;
    }


    .footer-contact p {
        font-size: 9px;
    }


    .footer-newsletter {
        grid-column: span 2;
    }


    .footer-newsletter p {
        max-width: 230px;

        font-size: 10px;
    }


    .newsletter-form {
        max-width: 100%;

        height: 34px;
    }


    .newsletter-form input {
        font-size: 10px;
    }


    /* Bottom */

    .footer-bottom {
        padding: 14px 0;
    }


    .footer-bottom-content {
        display: block;

        text-align: center;
    }


    .footer-bottom p {
        font-size: 9px;

        margin-bottom: 8px;
    }


    .footer-legal {
        justify-content: center;

        gap: 10px;
    }


    .footer-legal a,
    .footer-legal span {
        font-size: 9px;
    }


    /* Floating WhatsApp */

    .floating-whatsapp {
        width: 48px;
        height: 48px;

        right: 15px;
        bottom: 15px;

        font-size: 23px;
    }

}


/* =========================
   VERY SMALL MOBILE
========================= */

@media (max-width: 375px) {

    .footer-grid {
        grid-template-columns: 1fr;
    }


    .footer-brand,
    .footer-newsletter {
        grid-column: span 1;
    }


    .footer-cta-title h2 {
        font-size: 23px;
    }


    .footer-cta-buttons {
        gap: 8px;
    }

}