/* bindNcrypt V2 Footer - Isolated Legacy Styles */

.footer-area {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #04091e;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.footer-area h6 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
}

.footer-area p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.625em;
    margin-bottom: 1rem;
}

.footer-area a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.footer-links {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.footer-links::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, transparent, transparent);
    transition: background 0.3s ease;
}

.footer-links:hover::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4));
}

.footer-text {
    padding-top: 20px;
}

.footer-text a {
    color: #235ee7;
}

/* Newsletter Widget */
.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget .form-inline {
    display: flex;
    align-items: flex-start;
}

.single-footer-widget input {
    border: none;
    width: 80% !important;
    font-weight: 300;
    color: #777;
    padding-left: 20px;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 14px;
    padding: 10px 18px;
    height: 40px;
    background-color: #fff;
}

.single-footer-widget .click-btn {
    background-image: -webkit-linear-gradient(0deg, #2b2b2b 0%, #505259 100%);
    background-image: -moz-linear-gradient(0deg, #0497d9 0%, #1e335f 100%);
    background-image: -ms-linear-gradient(0deg, #0497d9 0%, #1e335f 100%);
    color: #fff;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 8px 12px;
    border: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.single-footer-widget .click-btn:hover {
    background: #fff;
    color: #222;
    background-image: none;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.7);
}

.single-footer-widget .info {
    position: absolute;
    margin-top: 45px;
    color: #fff;
    font-size: 12px;
}

/* Social Widget */
.footer-social a {
    padding-right: 25px;
    transition: all 0.3s ease 0s;
    display: inline-block;
}

.footer-social i {
    color: #cccccc;
    transition: all 0.3s ease 0s;
    font-size: 14px;
}

.footer-social a:hover i {
    background: -webkit-linear-gradient(0deg, #235ee7 0%, #4ae7fa 100%);
    background: linear-gradient(0deg, #235ee7 0%, #4ae7fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991.98px) {
    .footer-social {
        text-align: left;
    }
    .social-widget {
        margin-top: 30px;
    }
}
