﻿/* ===== FOOTER ===== */

#footer-modern {
    width: 100%;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

    /* FIX CONTAINER */

    #footer-modern .container {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #footer-modern .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    #footer-modern .footer-box {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

/* TOP */

.footer-top {
    background: linear-gradient(135deg, #003b8e, #001f4d);
    padding: 35px 0;
    color: #fff;
}

/* TITLE */

#footer-modern h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    color: #fff;
}

    #footer-modern h3:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 3px;
        background: #ffcc00;
    }

/* TEXT */

#footer-modern p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #f1f1f1;
}

    /* ICON */

    #footer-modern p i {
        width: 22px;
        color: #ffcc00;
        margin-right: 6px;
    }

/* SOCIAL */

.footer-social {
    margin-top: 18px;
    margin-bottom: 20px;
}

    .footer-social a {
        display: inline-block;
        width: 42px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        border-radius: 50%;
        background: rgba(255,255,255,0.12);
        color: #fff;
        font-size: 18px;
        margin-right: 8px;
        transition: all 0.3s ease;
    }

        .footer-social a:hover {
            background: #ffcc00;
            color: #003b8e;
            transform: translateY(-3px);
        }

/* LICENSE */

.footer-license p {
    margin-bottom: 8px;
}

/* BOTTOM */

.footer-bottom {
    background: #001633;
    padding: 15px 0;
    text-align: center;
}

    .footer-bottom p {
        margin: 0;
        font-size: 14px;
        color: #fff;
    }

    .footer-bottom a {
        color: #ffcc00;
        font-weight: bold;
        text-decoration: none;
    }

        .footer-bottom a:hover {
            text-decoration: underline;
        }

/* MOBILE */

@media (max-width: 768px) {

    .footer-top {
        text-align: center;
    }

    #footer-modern h3 {
        font-size: 20px;
    }

    #footer-modern p {
        font-size: 14px;
    }

    #footer-modern h3:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-social a {
        margin-bottom: 10px;
    }
}
