footer {
    position: relative;
}

footer .footer-top-cta-section {
    position: relative;
    padding: 140px 0;
    background: url(../img/footer-bg.webp) no-repeat center center;
    background-size: cover;
}

footer .footer-top-cta-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

footer .footer-top-cta-section .inner-content {
    text-align: center;

}

footer .footer-top-cta-section .inner-content h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;

}

footer .footer-top-cta-section .inner-content p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
}





footer .main-footer-section {
    background-color: #000;
    position: relative;
}

footer .main-footer-section .footer-link-wrapper {
    padding: 80px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .main-footer-section .footer-link-wrapper .footer-abt {
    padding-right: 20px;
}

footer .main-footer-section .footer-link-wrapper .footer-abt img {
    width: 120px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 14px;
    border-radius: 6px;

}

footer .main-footer-section .footer-link-wrapper .footer-abt p {
    color: #fff;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 20px;
}

footer .main-footer-section .footer-link-wrapper .footer-abt .social-icon a svg {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    background-color: #FFFFFF2B;
    transition: all 0.3s ease-in-out;
}

footer .main-footer-section .footer-link-wrapper .footer-abt .social-icon a svg:hover {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}

/* Instagram - Uses its gradient color */
footer .main-footer-section .footer-link-wrapper .footer-abt .social-icon a svg.instagram:hover {
    background: #cc2366;
}

/* YouTube - Uses Red */
footer .main-footer-section .footer-link-wrapper .footer-abt .social-icon a svg.youtube:hover {
    background: #FF0000;
}

/* LinkedIn - Uses Blue */
footer .main-footer-section .footer-link-wrapper .footer-abt .social-icon a svg.linkedin:hover {
    background: #0077B5;
}

/* Facebook - Uses Blue */
footer .main-footer-section .footer-link-wrapper .footer-abt .social-icon a svg.facebook:hover {
    background: #1877F2;
}

/* Twitter (Now X) - Uses Black */
footer .main-footer-section .footer-link-wrapper .footer-abt .social-icon a svg.twitter:hover {
    background: #000000;
    box-shadow: 0 0 2px 0 #fff;
}


footer .main-footer-section .footer-link-wrapper .footer-link h6 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 16px;
}

footer .main-footer-section .footer-link-wrapper .footer-link ul li a {
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 0.3s;
}

footer .main-footer-section .footer-link-wrapper .footer-link ul li a svg {
    margin-right: 10px;
    color: #fff;
}

footer .main-footer-section .footer-link-wrapper .footer-link ul li a:hover {
    color: #fff;
}

footer .main-footer-section .footer-link-wrapper .footer-link ul li span {
    text-decoration: underline;
}

footer .main-footer-section .copyright {
    padding: 30px 0;
}

footer .main-footer-section .copyright .left-content p {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #e4e4e4;
}


footer .main-footer-section .copyright .left-content p a {
    font-weight: 700;
    color: #e4e4e4;
    transition: all 0.3s;
}

footer .main-footer-section .copyright .left-content p a:hover {
    color: #fff;
}

footer .main-footer-section .copyright .right-content {
    text-align: end;
}

footer .main-footer-section .copyright .right-content a {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #fff;
    margin-right: 10px;
}

footer .main-footer-section .copyright .right-content a:last-child {
    margin-right: 0;
}



@media (max-width:992px) {
    footer .main-footer-section .footer-link-wrapper {
        padding: 80px 0 40px;
    }

    footer .main-footer-section .footer-link-wrapper .footer-abt {
        padding-right: 0;
        padding-bottom: 30px;
    }

    footer .main-footer-section .footer-link-wrapper .footer-link {
        padding-bottom: 30px;
    }

    footer .main-footer-section .copyright .left-content,
    footer .main-footer-section .copyright .right-content {
        text-align: center;
    }
}

@media (max-width:768px) {
    footer .footer-top-cta-section {
        position: relative;
        padding: 80px 0;
    }

    footer .footer-top-cta-section .inner-content h2 {
        color: #fff;
        font-size: 32px;

    }
}