.footer {
    background-color: #065c38; /* Green Background */
    margin-top: 2rem;
}

.footer-top {
    padding: 20px 0;
}

.text-white {
    color: white !important;
}

.logo {
    width: 80px;
    height: auto;
}

.social-icon {
    font-size: 24px;
    color: white;
    margin: 0 10px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.social-icon:hover {
    color: #fbc02d; /* Gold hover effect */
}

.footer-bottom {
    background: #CDA43B;
    padding: 10px;
}

.brand {
    font-weight: bold;
    color: black;
}
.follow_us{
    color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .footer-top .row {
        text-align: center;
    }
    .text-md-start {
        text-align: center !important;
    }
    .text-md-end {
        text-align: center !important;
    }
}
