﻿.laguna-footer.laguna-footer-redesign {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: #fbfaf8 url('../img/footer (1).png') right / contain no-repeat;
    color: #244557;
    border-top: 1px solid #f0eeea
}

.laguna-footer-redesign .footer-main {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.15fr 1.35fr .9fr .9fr 1fr;
    align-items: stretch;
    direction: ltr;
    gap: 0;
    width: min(1300px, calc(100% - 72px));
    padding: 32px 0 28px
}

.laguna-footer-redesign .footer-main>div,
.laguna-footer-redesign .footer-main>nav {
    min-width: 0;
    min-height: 160px;
    padding: 8px 26px;
    text-align: center;
    direction: rtl;
    border-right: 0;
    box-sizing: border-box
}

.laguna-footer-redesign .footer-main>div:first-child {
    border: 0;
    text-align: center;
    padding-left: 18px
}

.laguna-footer-redesign .footer-main>div:last-child {
    border: 0
}

.laguna-footer-redesign .footer-brand .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 64px;
    margin: 0 auto 9px
}

.laguna-footer-redesign .footer-brand .logo img {
    display: block;
    width: 180px;
    height: 28px;
    max-width: none;
    max-height: none;
    object-fit: cover
}

.laguna-footer-redesign .footer-brand p {
    font-size: 14px;
    color: #687b83;
    line-height: 1.9;
    margin: 8px 0 0;
    white-space: nowrap
}

.laguna-footer-redesign h2 {
    font-size: 15px;
    line-height: 1.5;
    color: #244557;
    margin: 3px 0 14px;
    font-weight: 700
}

.laguna-footer-redesign .footer-contact p {
    font-size: 13px;
    line-height: 2;
    color: #788992;
    max-width: 260px;
    margin: 0 auto 13px
}

.laguna-footer-redesign .footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px
}

.laguna-footer-redesign .footer-socials a {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    color: #244b61;
    transition: transform .2s, color .2s
}

.laguna-footer-redesign .footer-socials a:hover {
    color: #a47864;
    transform: translateY(-2px)
}

.laguna-footer-redesign .footer-socials svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round
}

.laguna-footer-redesign .footer-links a {
    display: block;
    font-size: 13px;
    line-height: 1.9;
    color: #788992;
    margin: 0 0 4px
}

.laguna-footer-redesign .footer-links a:hover {
    color: #244b61;
    text-decoration: underline;
    text-underline-offset: 4px
}

.laguna-footer-redesign .footer-signature {
    display: flex;
    align-items: center;
    justify-content: center;
    font: italic 23px/1.35 Georgia, serif;
    color: #9a8e80;
    text-align: center !important;
    direction: ltr !important;
    padding: 8px 10px !important
}

.laguna-footer-redesign .footer-bottom {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: min(1300px, calc(100% - 72px));
    padding: 16px 0 21px;
    border-top: 1px solid #e4e5e3;
    color: #929e9f;
    font-size: 11px;
    direction: ltr
}

.laguna-footer-redesign .footer-bottom>div {
    display: flex;
    gap: 18px;
    direction: rtl
}

.laguna-footer-redesign .footer-bottom>div span+span::before {
    content: "|";
    padding-left: 18px;
    color: #c7cece
}

@media(max-width:1050px) {
    .laguna-footer-redesign .footer-main {
        grid-template-columns: 1.1fr 1.2fr .8fr .8fr;
        gap: 0
    }

    .laguna-footer-redesign .footer-signature {
        display: none
    }

    .laguna-footer-redesign .footer-main>div,
    .laguna-footer-redesign .footer-main>nav {
        padding-inline: 15px
    }
}

@media(max-width:720px) {
    .laguna-footer-redesign .footer-main {
        width: calc(100% - 36px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 22px;
        padding: 28px 0
    }

    .laguna-footer-redesign .footer-main>div,
    .laguna-footer-redesign .footer-main>nav {
        border: 0;
        min-height: 0;
        text-align: right;
        padding: 0 12px
    }

    .laguna-footer-redesign .footer-main>div:first-child {
        text-align: right
    }

    .laguna-footer-redesign .footer-brand .logo {
        margin: 0 0 8px auto
    }

    .laguna-footer-redesign .footer-contact {
        text-align: right !important
    }

    .laguna-footer-redesign .footer-contact p{margin-right:0}

    .laguna-footer-redesign .footer-socials {
        justify-content: flex-start
    }

    .laguna-footer-redesign .footer-bottom {
        width: calc(100% - 36px);
        display: block;
        line-height: 2;
        padding: 15px 0 20px
    }

    .laguna-footer-redesign .footer-bottom>div {
        gap: 8px;
        flex-wrap: wrap
    }

    .laguna-footer-redesign .footer-bottom>div span+span::before {
        padding-left: 8px
    }
}

@media(max-width:440px) {
    .laguna-footer-redesign .footer-main {
        grid-template-columns: 1fr 1fr
    }

    .laguna-footer-redesign .footer-brand .logo img {
        width: 150px;
        height: 54px
    }

    .laguna-footer-redesign .footer-brand p {
        font-size: 12px
    }

    .laguna-footer-redesign h2 {
        font-size: 13px
    }

    .laguna-footer-redesign .footer-links a,
    .laguna-footer-redesign .footer-contact p {
        font-size: 11px
    }
}

