.footer-container {
    background-color: #b8b8b8;
    padding: 40px 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    color: #333;
    font-family: Arial, sans-serif;
    position: relative; /* For positioning WhatsApp button */
}

.footer-block {
    flex: 1;
    min-width: 200px;
    margin: 20px;
}

.footer-block h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.footer-block p {
    font-size: 13px;
    line-height: 1.6;
}

.footer-block p i {
    font-size: 20px;
}

.footer-block ul {
    list-style: none;
}

.footer-block ul li {
    margin: 10px 0;
}

.footer-block ul li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.footer-block ul li a:hover {
    color: #1e3c72;
}

.social-media-links li a {
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-media-links li a i {
    font-size: 1.2rem;
    color: black;
    transition: color 0.3s ease;
}

.social-media-links li a:hover i {
    color: #333;
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366; /* WhatsApp green */
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.whatsapp-btn i {
    font-size: 2rem;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 80px; /* Space for WhatsApp button */
    }

    .footer-block {
        margin: 15px 0;
        min-width: 100%;
    }

    .whatsapp-btn {
        bottom: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
    }

    .whatsapp-btn i {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .footer-block h3 {
        font-size: 1.2rem;
    }

    .footer-block p {
        font-size: 0.9rem;
    }

    .footer-block ul li a {
        font-size: 0.9rem;
    }

    .social-media-links li a i {
        font-size: 1rem;
    }

    .whatsapp-btn {
        width: 40px;
        height: 40px;
    }

    .whatsapp-btn i {
        font-size: 1.5rem;
    }
}






  





.footer-bottom {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #bbb;
    font-size: 0.9rem;
    color: #333;
    background: #d3d3d3; /* Light grey background */
}

.footer-bottom p {
    margin: 0;
    display: inline;
}

.footer-bottom a {
    color: #1e3c72;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #333;
}

.footer-bottom span {
    margin: 0 10px;
}

@media (max-width: 768px) {
    .footer-bottom {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .footer-bottom {
        font-size: 0.7rem;
    }

    .footer-bottom a,
    .footer-bottom span {
        margin: 0 5px;
    }
}


.social-media-links {
    list-style: none;
    padding: 0;
}

.social-media-links li {
    margin: 10px 0;
}

.social-media-links a {
    text-decoration: none;
    color: #000; /* text color */
    font-size: 16px;
}

/* Icon base style */
.social-media-links i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff; /* icon color */
    font-size: 20px;
}

/* Brand background colors */
/* .fa-facebook {
    background-color: #1877F2;
}

.fa-instagram {
    background-color: #E4405F;
}

.fa-twitter {
    background-color: #1DA1F2;
} */


.contact-info p {
    margin: 10px 0;
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
}

/* Icon base style */
.contact-info i {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    margin-right: 12px;
    color: black;
    font-size: 20px;
    flex-shrink: 0;
}

/* Individual colors */


