/* ================= FOOTER ================= */
.main-footer { 
    background: #0055a8 !important; /* Solid primary blue */
    color: #ffffff !important; 
    padding-top: 80px; 
    padding-bottom: 60px; 
    font-family: "Poppins", "Roboto", sans-serif !important;
}

.footer-col h4 { 
    font-family: "Montserrat", sans-serif !important;
    color: #ffffff !important; 
    font-size: 1.25rem !important; 
    margin-bottom: 30px !important; 
    font-weight: 700 !important;
    position: relative;
    padding-bottom: 0px !important;
}

.footer-desc,
.footer-col ul li span,
.footer-col ul li a,
.footer-bottom p {
    font-family: "Poppins", "Roboto", sans-serif !important;
}

.grid-4 { 
    display: grid; 
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr; 
    gap: 40px; 
    position: relative;
}

.footer-logo { 
    max-width: 220px !important; 
    height: auto !important;
    padding: 0 !important; 
    border-radius: 0 !important;
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    margin-bottom: 25px;
    display: block;
}

.footer-desc {
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1.8;
}

.footer-col {
    padding: 0 15px;
}

/* Vertical column dividers */
.has-divider {
    border-right: 2px solid #ffffff !important;
}

/* Remove bottom underline bar on headers */
.footer-col h4::after {
    display: none !important;
}

.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 18px; display: flex; gap: 15px; align-items: flex-start; }
.footer-col ul li i { margin-top: 5px; color: #ffffff !important; font-size: 16px; }
.footer-col ul li span, .footer-col ul li a {
    color: #ffffff !important;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 1.6;
}

.links-list li a {
    text-decoration: underline !important; /* underlined links in footer */
    display: inline-block;
}
.links-list li a:hover {
    color: #ffffff !important;
    font-weight: bold;
    transform: none !important;
}
.contact-list li a {
    color: #ffffff !important;
    text-decoration: none !important;
}
.contact-list li a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.social-links-new {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
    font-size: 18px;
    text-decoration: none;
    border: none !important;
}

.social-icon.fb { background-color: #3b5998 !important; }
.social-icon.x { background-color: #000000 !important; }
.social-icon.ig { background-color: #c13584 !important; }
.social-icon.yt { background-color: #ff0000 !important; }

.social-icon:hover {
    transform: translateY(-5px) !important;
    opacity: 0.9;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.chatbot-wrapper {
    position: absolute;
    bottom: -40px;
    right: 20px;
}

.chatbot-img {
    width: 70px;
    height: auto;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.2));
}

.chatbot-img:hover {
    transform: scale(1.15) rotate(-5deg);
}

/* Copyright bottom bar styling */
.footer-bottom {
    background-color: #467FF7 !important; /* Lighter bright blue */
    padding: 18px 0 !important;
    text-align: center !important;
    width: 100% !important;
    display: block;
}

.footer-bottom p {
    margin: 0 !important;
    color: #ffffff !important;
    font-family: "Poppins", "Roboto", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
}

@media (max-width: 1024px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); gap: 50px;}
}

@media (max-width: 768px) {
    .grid-4 { grid-template-columns: 1fr; gap: 40px;}
    .chatbot-wrapper { position: relative; bottom: 0; right: 0; text-align: left; margin-top: 30px;}
    .has-divider {
        border-right: none !important;
    }
}
