/* =================================================
   ADONIS MODERN WHITE FOOTER
================================================= */

.adonis-footer {
    width: 100%;
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #fafafa 48%,
            #f3f7f9 100%
        );

    color: #20242d;
}


/* =================================================
   BACKGROUND SHAPES
================================================= */

.footer-bg-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.footer-bg-shape-1 {
    width: 500px;
    height: 500px;

    right: -220px;
    top: -260px;

    background: rgba(30, 173, 219, 0.045);
}

.footer-bg-shape-2 {
    width: 350px;
    height: 350px;

    left: -180px;
    bottom: 80px;

    background: rgba(222, 16, 123, 0.025);
}


/* =================================================
   MAIN FOOTER
================================================= */

.adonis-footer-main {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.7fr
        1fr
        1fr
        1fr
        1fr
        1.7fr;
    gap: 20px;
    padding-top: 70px;
    padding-bottom: 55px;
}


/* =================================================
   PARENT COMPANY
================================================= */

.footer-company {
    padding-right: 25px;
}

.footer-parent-logo {
    display: inline-block;

    width: 175px;

    margin-bottom: 22px;
}

.footer-parent-logo img {
    display: block;

    width: 100%;
    height: auto;

    object-fit: contain;
}

.footer-company h5 {
    max-width: 270px;

    margin: 0 0 22px;

    color: #20242d;

    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
}


/* =================================================
   COMPANY INFORMATION
================================================= */

.footer-company-info {
    width: 100%;
}

.footer-company-info p {
    display: flex;
    align-items: flex-start;

    margin: 0 0 16px;

    color: #626b76;

    font-size: 13px;
    line-height: 1.55;
}

.footer-company-info p i {
    flex: 0 0 24px;

    margin-top: 2px;
    margin-right: 10px;

    color: #1eaddb;

    font-size: 15px;
}

.footer-company-info p span {
    display: block;
}

.footer-company-info a {
    color: #626b76;

    text-decoration: none;

    transition: all .25s ease;
}

.footer-company-info a:hover {
    color: #1eaddb;
}


/* =================================================
   FOOTER COLUMNS
================================================= */

.footer-column {
    position: relative;
}

.footer-column h4 {
    position: relative;

    display: inline-block;

    margin: 3px 0 23px;

    padding-bottom: 9px;

    color: #20242d;

    font-size: 16px;
    font-weight: 700;
}

.footer-column h4::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 27px;
    height: 2px;

    border-radius: 10px;

    background: #1eaddb;
}

.footer-column ul {
    list-style: none;

    margin: 0;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 11px;
}

.footer-column ul li a {
    position: relative;

    color: #68717c;

    text-decoration: none;

    font-size: 13px;
    line-height: 1.4;

    transition:
        color .25s ease,
        padding-left .25s ease;
}

.footer-column ul li a:hover {
    color: #1eaddb;
    padding-left: 5px;
}


/* =================================================
   NEWSLETTER
================================================= */

.footer-newsletter {
    position: relative;
}

.newsletter-label {
    margin-bottom: 7px;

    color: #1eaddb;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 4px;
}

.footer-newsletter h3 {
    margin: 0 0 8px;

    color: #20242d;

    font-size: 31px;
    line-height: 1.1;

    font-weight: 800;

    letter-spacing: -1px;
}

.footer-newsletter h3 span {
    color: #1eaddb;
}

.newsletter-text {
    margin: 0 0 20px;

    color: #68717c;

    font-size: 13px;
    line-height: 1.5;
}


/* =================================================
   SUBSCRIBE
================================================= */

.footer-subscribe {
    width: 100%;
    max-width: 420px;

    height: 50px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e4e8ec;

    border-radius: 28px;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.06);
}

.footer-subscribe > i {
    flex: 0 0 auto;

    margin-left: 17px;
    margin-right: 9px;

    color: #707984;

    font-size: 15px;
}

.footer-subscribe input {
    flex: 1;

    width: 100%;
    min-width: 0;

    height: 100%;

    padding: 0 7px;

    border: 0;
    outline: none;

    background: transparent;

    color: #20242d;

    font-size: 12px;
}

.footer-subscribe input::placeholder {
    color: #9aa1a9;
}

.footer-subscribe button {
    height: 100%;

    flex: 0 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 0 18px;

    border: 0;
    outline: none;

    background: #1eaddb;

    color: #ffffff;

    cursor: pointer;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .6px;

    transition: all .3s ease;
}

.footer-subscribe button:hover {
    background: #de107b;
}

.footer-subscribe button i {
    font-size: 13px;
}


/* =================================================
   NEWSLETTER NOTE
================================================= */

.newsletter-note {
    margin-top: 9px;

    color: #9ba2aa;

    font-size: 10px;
}


/* =================================================
   SOCIAL
================================================= */

.footer-social {
    display: flex;
    align-items: center;

    gap: 9px;

    margin-top: 22px;
}

.footer-social a {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #e3e8ec;

    border-radius: 50%;

    background: #ffffff;

    color: #626b76;

    text-decoration: none;

    box-shadow: 0 4px 15px rgba(0, 0, 0, .045);

    transition: all .3s ease;
}

.footer-social a i {
    font-size: 14px;
    line-height: 1;
}

.footer-social a:hover {
    border-color: #1eaddb;

    background: #1eaddb;

    color: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 7px 18px rgba(30, 173, 219, .22);
}


.footer-company-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.parent-company-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
}

.footer-company-brand h5 {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    color: #20242d;
}

/* =================================================
   BOTTOM LINKS
================================================= */

.footer-bottom {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 18px 0;

    border-top: 1px solid #e4e8ec;
}

.footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #858d96;

    font-size: 11px;
}

.footer-dot {
    color: #1eaddb;
}

.footer-bottom-right {
    display: flex;
    align-items: center;

    gap: 22px;
}

.footer-bottom-right a {
    color: #858d96;

    text-decoration: none;

    font-size: 11px;

    transition: color .25s ease;
}

.footer-bottom-right a:hover {
    color: #1eaddb;
}


/* =================================================
   COPYRIGHT
================================================= */

.footer-copyright {
    position: relative;
    z-index: 5;

    width: 100%;

    background: #1eaddb;

    color: #ffffff;
}

.footer-copyright .container {
    min-height: 44px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copyright span {
    font-size: 11px;
    line-height: 1.4;
}

.footer-made {
    opacity: .8;
}


/* =================================================
   LARGE TABLET
================================================= */

@media (max-width: 1199px) {

    .adonis-footer-main {
        grid-template-columns:
            1.5fr
            1fr
            1fr
            1fr
            1.5fr;

        gap: 30px;
    }

    .footer-company {
        grid-column: span 2;
    }

    .footer-newsletter {
        grid-column: span 2;
    }

}


/* =================================================
   TABLET
================================================= */

@media (max-width: 991px) {

    .adonis-footer-main {
        grid-template-columns:
            1.4fr
            1fr
            1fr
            1.4fr;

        gap: 35px 25px;

        padding-top: 55px;
        padding-bottom: 40px;
    }

    .footer-company {
        grid-column: span 2;

        padding-right: 30px;
    }

    .footer-newsletter {
        grid-column: span 2;
    }

    .footer-subscribe {
        max-width: 450px;
    }

}


/* =================================================
   MOBILE
================================================= */

@media (max-width: 767px) {

    .adonis-footer-main {
        grid-template-columns: 1fr 1fr;

        gap: 38px 25px;

        padding-top: 45px;
        padding-bottom: 30px;
    }

    .footer-company {
        grid-column: 1 / -1;

        padding-right: 0;
    }

    .footer-parent-logo {
        width: 160px;
    }

    .footer-company h5 {
        font-size: 14px;
    }

    .footer-company-info p {
        font-size: 12px;
    }

    .footer-column h4 {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .footer-column ul li {
        margin-bottom: 9px;
    }

    .footer-column ul li a {
        font-size: 12px;
    }

    .footer-newsletter {
        grid-column: 1 / -1;

        padding-top: 8px;
    }

    .footer-newsletter h3 {
        font-size: 28px;
    }

    .newsletter-text {
        font-size: 12px;
    }

    .footer-subscribe {
        max-width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;

        gap: 13px;
    }

    .footer-bottom-right {
        gap: 18px;
    }

    .footer-copyright .container {
        min-height: 48px;

        flex-direction: column;
        justify-content: center;

        gap: 3px;

        text-align: center;
    }

}


/* =================================================
   SMALL MOBILE
================================================= */

@media (max-width: 480px) {

    .adonis-footer-main {
        grid-template-columns: 1fr 1fr;

        gap: 32px 18px;
    }

    .footer-parent-logo {
        width: 145px;
    }

    .footer-company h5 {
        max-width: 250px;

        font-size: 13px;
    }

    .footer-company-info p {
        font-size: 11px;
    }

    .footer-company-info p i {
        flex-basis: 20px;

        margin-right: 7px;

        font-size: 13px;
    }

    .footer-column h4 {
        font-size: 14px;
    }

    .footer-column ul li a {
        font-size: 11px;
    }

    .footer-newsletter {
        text-align: left;
    }

    .footer-newsletter h3 {
        font-size: 25px;
    }

    .footer-subscribe {
        height: 46px;
    }

    .footer-subscribe > i {
        margin-left: 13px;
        margin-right: 6px;

        font-size: 13px;
    }

    .footer-subscribe input {
        font-size: 11px;
    }

    .footer-subscribe button {
        padding: 0 12px;

        font-size: 9px;
    }

    .footer-bottom-left {
        font-size: 10px;

        flex-wrap: wrap;
    }

    .footer-bottom-right a {
        font-size: 10px;
    }

    .footer-copyright span {
        font-size: 9px;
    }

}


/* =================================================
   EXTRA SMALL
================================================= */

@media (max-width: 360px) {

    .adonis-footer-main {
        grid-template-columns: 1fr;
    }

    .footer-column,
    .footer-company,
    .footer-newsletter {
        grid-column: 1 / -1;
    }

    .footer-newsletter {
        padding-top: 10px;
    }

    .footer-subscribe button span {
        display: none;
    }

    .footer-subscribe button {
        width: 43px;

        padding: 0;
    }

}