/*====================================================*
    FOOTER
=====================================================*/

.site-footer {

    position: relative;

    width: 100%;

    background: #151617;

    color: #ffffff;

    overflow: hidden;

    box-sizing: border-box;

}


/*====================================================*
    FOOTER BACKGROUND GRID
=====================================================*/

.footer-grid {

    position: absolute;

    inset: 0;

    pointer-events: none;

    z-index: 0;

    background-image:

        linear-gradient(to right,
            transparent 0,
            transparent calc(100% - 1px),
            rgba(255, 255, 255, 0.075) calc(100% - 1px),
            rgba(255, 255, 255, 0.075) 100%);

    background-size: 310px 100%;

}


/*====================================================*
    ADDITIONAL VERTICAL LINES
=====================================================*/

.site-footer::before {

    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    z-index: 1;

    background-image:

        linear-gradient(to right,
            transparent 0,
            transparent 2.2%,
            rgba(255, 255, 255, 0.08) 2.25%,
            transparent 2.3%),

        linear-gradient(to right,
            transparent 0,
            transparent 21%,
            rgba(255, 255, 255, 0.08) 21.05%,
            transparent 21.1%),

        linear-gradient(to right,
            transparent 0,
            transparent 40.5%,
            rgba(255, 255, 255, 0.08) 40.55%,
            transparent 40.6%),

        linear-gradient(to right,
            transparent 0,
            transparent 59.5%,
            rgba(255, 255, 255, 0.08) 59.55%,
            transparent 59.6%),

        linear-gradient(to right,
            transparent 0,
            transparent 79%,
            rgba(255, 255, 255, 0.08) 79.05%,
            transparent 79.1%),

        linear-gradient(to right,
            transparent 0,
            transparent 97.5%,
            rgba(255, 255, 255, 0.08) 97.55%,
            transparent 97.6%);

}


/*====================================================*
    MAIN FOOTER
=====================================================*/

.footer-main {

    position: relative;

    z-index: 5;

    width: 100%;

    max-width: 1250px;

    min-height: 430px;

    margin: 0 auto;

    padding:
        55px 30px 45px;

    display: grid;

    grid-template-columns:
        1.15fr 1fr 1.05fr;

    column-gap: 65px;

    align-items: start;

    box-sizing: border-box;

}


/*====================================================*
    ABOUT COLUMN
=====================================================*/

.footer-about {

    padding-top: 5px;

}


.footer-about p {

    margin: 0;

    max-width: 430px;

    color: #f2f2f2;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.8;

}


.footer-about p em {

    color: #ffffff;

    font-style: italic;

}


/*====================================================*
    APPOINTMENT
=====================================================*/

.footer-appointment {

    display: flex;

    align-items: center;

    gap: 38px;

    margin-top: 52px;

}


.footer-appointment span {

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 20px;

    font-weight: 400;

}


/*====================================================*
    APPOINTMENT ARROW
=====================================================*/

.footer-arrow {

    width: 64px;

    height: 64px;

    border: 1px solid #b58a32;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    text-decoration: none;

    color: #ffffff;

    box-sizing: border-box;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;

}


/*====================================================*
    ARROW SYMBOL
=====================================================*/

.footer-arrow span {

    display: block;

    color: #ffffff;

    font-family: Arial, sans-serif;

    font-size: 31px;

    font-weight: 300;

    line-height: 1;

    transform: translateY(-2px);

}


/*====================================================*
    HOVER
=====================================================*/

.footer-arrow:hover {

    background: #d9a441;

    border-color: #d9a441;

    color: #151617;

    transform: translateY(-3px);

}


.footer-arrow:hover span {

    color: #151617;

}


/*====================================================*
    CONTACT COLUMN
=====================================================*/

.footer-contact {

    padding-top: 0;

}


.footer-contact h3 {

    margin: 0 0 28px;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 25px;

    font-weight: 500;

    line-height: 1.2;

}


/*====================================================*
    CONTACT ITEM
=====================================================*/

.footer-contact-item {

    display: flex;

    align-items: flex-start;

    gap: 18px;

    margin-bottom: 24px;

}


/*====================================================*
    CONTACT ICON
=====================================================*/

.footer-contact-icon {

    flex: 0 0 28px;

    width: 28px;

    color: #d9a441;

    font-size: 23px;

    text-align: center;

    padding-top: 3px;

}


/*====================================================*
    CONTACT TEXT
=====================================================*/

.footer-contact-text {

    display: flex;

    flex-direction: column;

    gap: 5px;

}


.footer-contact-text strong {

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    font-weight: 500;

}


.footer-contact-text span {

    color: #aeb1b7;

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    line-height: 1.35;

}


/*====================================================*
    MAP AREA
=====================================================*/

.footer-map-area {

    display: flex;

    flex-direction: column;

    align-items: center;

}


/*====================================================*
    MAP
=====================================================*/

.footer-map {

    width: 100%;

    max-width: 390px;

    height: 245px;

    overflow: hidden;

    background: #222;

}


.footer-map iframe {

    width: 100%;

    height: 100%;

    border: 0;

    display: block;

}


/*====================================================*
    PHONE BELOW MAP
=====================================================*/

.footer-phone {

    margin-top: 22px;

    width: 100%;

    text-align: center;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 19px;

    font-weight: 500;

    line-height: 1.7;

}


/*====================================================*
    COPYRIGHT
=====================================================*/

.footer-copyright {

    position: relative;

    z-index: 5;

    width: 100%;

    min-height: 78px;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    padding: 20px;

    background: #111213;

    border-top: 1px solid rgba(255, 255, 255, 0.025);

    color: #aeb1b7;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    box-sizing: border-box;

}


/*====================================================*
    THEME CREDIT
=====================================================*/

.footer-credit {

    position: relative;

    z-index: 5;

    width: 100%;

    min-height: 95px;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    padding: 20px;

    background: #151617;

    color: #aeb1b7;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    box-sizing: border-box;

}


.footer-credit a {

    margin-left: 5px;

    color: #d9a441;

    text-decoration: underline;

    text-underline-offset: 3px;

}


.footer-credit a:hover {

    color: #ffffff;

}


/*====================================================*
    LARGE TABLET
=====================================================*/

@media (max-width: 1100px) {

    .footer-main {

        column-gap: 35px;

        padding-left: 25px;

        padding-right: 25px;

    }


    .footer-about p {

        font-size: 15px;

    }


    .footer-contact h3 {

        font-size: 23px;

    }


    .footer-map {

        height: 220px;

    }

}


/*====================================================*
    TABLET
=====================================================*/

@media (max-width: 768px) {

    .footer-main {

        grid-template-columns: 1fr 1fr;

        gap: 50px 35px;

        min-height: auto;

        padding:
            60px 30px 55px;

    }


    .footer-about {

        grid-column: 1 / -1;

    }


    .footer-about p {

        max-width: 600px;

        font-size: 15px;

        line-height: 1.75;

    }


    .footer-appointment {

        margin-top: 35px;

    }


    .footer-contact h3 {

        font-size: 23px;

    }


    .footer-map-area {

        align-items: stretch;

    }


    .footer-map {

        max-width: none;

        height: 230px;

    }


    .footer-phone {

        font-size: 17px;

    }


    .footer-grid {

        background-size: 250px 100%;

    }

}


/*====================================================*
    MOBILE
=====================================================*/

@media (max-width: 600px) {

    .footer-main {

        display: flex;

        flex-direction: column;

        gap: 45px;

        padding:
            55px 22px 50px;

    }


    /* ABOUT */

    .footer-about {

        width: 100%;

        text-align: left;

    }


    .footer-about p {

        max-width: 100%;

        font-size: 14px;

        line-height: 1.8;

    }


    .footer-appointment {

        margin-top: 30px;

        gap: 25px;

    }


    .footer-appointment span {

        font-size: 18px;

    }


    .footer-arrow {

        width: 56px;

        height: 56px;

    }


    /* CONTACT */

    .footer-contact {

        width: 100%;

    }


    .footer-contact h3 {

        font-size: 22px;

        margin-bottom: 25px;

    }


    .footer-contact-item {

        gap: 15px;

        margin-bottom: 22px;

    }


    .footer-contact-icon {

        flex-basis: 26px;

        width: 26px;

        font-size: 20px;

    }


    .footer-contact-text strong {

        font-size: 15px;

    }


    .footer-contact-text span {

        font-size: 14px;

    }


    /* MAP */

    .footer-map-area {

        width: 100%;

    }


    .footer-map {

        width: 100%;

        max-width: none;

        height: 230px;

    }


    .footer-phone {

        margin-top: 18px;

        font-size: 17px;

        line-height: 1.6;

    }


    /* BOTTOM */

    .footer-copyright {

        min-height: 70px;

        padding:
            18px 20px;

        font-size: 12px;

    }


    .footer-credit {

        min-height: 80px;

        padding:
            18px 20px;

        font-size: 14px;

    }


    .footer-grid {

        background-size: 180px 100%;

    }

}


/*====================================================*
    SMALL MOBILE
=====================================================*/

@media (max-width: 380px) {

    .footer-main {

        padding:
            45px 18px 45px;

        gap: 40px;

    }


    .footer-about p {

        font-size: 13px;

    }


    .footer-appointment span {

        font-size: 17px;

    }


    .footer-arrow {

        width: 52px;

        height: 52px;

    }


    .footer-contact h3 {

        font-size: 21px;

    }


    .footer-map {

        height: 210px;

    }


    .footer-phone {

        font-size: 15px;

    }


    .footer-copyright {

        font-size: 11px;

    }


    .footer-credit {

        font-size: 13px;

    }

}