.footer {
    background-color: #003394 !important;
    color: #ffffff;
    padding: 60px 0 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.footer .logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 30px;
}

.footer .logo img {
    height: 40px;
    margin-right: 10px;
}

.footer-contact {
    margin-top: 20px;
}

.footer-contact p {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.5;
}

.footer-contact strong {
    color: #ffffff;
    font-weight: 500;
    display: block;
    margin-top: 15px;
}

.footer-contact .bi {
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.9);
}

.footer h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-right: 535px;
}

.footer-links {
    text-align: right;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color:white;
}

.footer-links ul li {
    margin-bottom: 12px;
}

#footer .footer-links ul li a,
#footer.footer .footer-links ul li a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    opacity: 1 !important;
}

#footer .footer-links ul li a:hover,
#footer.footer .footer-links ul li a:hover,
#footer .footer-links ul li a:focus,
#footer .footer-links ul li a:active {
    color: #ffffff !important;
    text-decoration: underline;
    opacity: 1 !important;
}

.footer-bottom {
    position: relative;
    overflow: hidden;
}

.copyright {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 10;
}

.footer-background-logo {
    position: absolute;
    bottom: -100px;
    right: -50px;
    z-index: 1;
    opacity: 0.15;
}

.footer-background-logo img {
    width: 300px;
    height: auto;
}

.sitename {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}

/* Footer Image Styles */
.footer-bottom div img {
    width: 490px;
    height: 275.5px;
    opacity: 1;
    position: absolute;
    bottom: 10px;
    right: 30px;
    z-index: 10;
}

.footer-bottom img[src*="Group-289409"] {
    width: 490px;
    height: 275.5px;
    left: 845px;
    opacity: 0.9;
    position: absolute;
    bottom: 10px;
    right: 30px;
    z-index: 1;
}

/* Footer 14-inch screen fixes */
@media (max-width: 1440px) and (min-width: 1200px) {
    .footer h4 {
        margin-right: 0 !important;
        white-space: nowrap !important;
    }
    
    .footer-links {
        text-align: left !important;
    }
    .footer-bottom div img[src*="Group-289409"] {
        width: 200px !important;
        height: auto !important;
        left: 645px !important;
        right: 20px !important;
        bottom: 15px !important;
        opacity: 0.5 !important;
    }

}

/* Footer Image Responsive */
@media (max-width: 1024px) and (min-width: 769px) {
    .footer-links {
        text-align: right !important;
    }
    
    .footer-links h4 {
        text-align: left !important;
        white-space: nowrap !important;
    }
    
    .footer-links ul li {
        white-space: nowrap !important;
    }
    
    .footer-bottom img[src*="Group-289409"],
    .footer-bottom div img[src*="Group-289409"] {
        width: 200px !important;
        height: auto !important;
        left: auto !important;
        right: 20px !important;
        bottom: 15px !important;
        opacity: 0.5 !important;
    }
}

@media (max-width: 768px) {
    .footer-links {
        text-align: right !important;
    }
    
    .footer-links h4 {
        text-align: right !important;
        white-space: nowrap !important;
    }
    
    .footer-links ul li {
        white-space: nowrap !important;
    }
    
    .footer-bottom img[src*="Group-289409"],
    .footer-bottom div img[src*="Group-289409"] {
        width: 120px !important;
        height: auto !important;
        left: auto !important;
        right: 10px !important;
        bottom: 10px !important;
        opacity: 0.4 !important;
        display: block !important;
    }
}

@media (max-width: 480px) {
    .footer-bottom img[src*="Group-289409"],
    .footer-bottom div img[src*="Group-289409"] {
        width: 80px !important;
        height: auto !important;
        right: 5px !important;
        bottom: 5px !important;
        opacity: 0.3 !important;
        display: block !important;
    }
}