.footer-bottom .footer-wrapper p a {
    color: #f5c518;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

/* =======================================
   Footer Map — Green Box Style
======================================= */
.footer-contact-content {
    background: #11A21B;
    border-radius: 16px;
    padding: 2px;
    width: 300px;
    height: 300px;
}
.footer-contact-content iframe {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: none !important;
    display: block;
}

@media (max-width: 1199px) {
    .footer-contact-content {
        width: 100%;
        height: 280px;
    }
}
@media (max-width: 575px) {
    .footer-contact-content {
        width: 100%;
        height: 220px;
    }
}

/* =======================================
   Footer Top — Email & Call same line
======================================= */
.footer-top-item-3 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 20px;
}
.footer-top-item-3 .left-content {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.footer-top-item-3 .footer-right-item {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.footer-top-item-3 .icon-item {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 12px;
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    .footer-top-item-3 {
        flex-wrap: wrap !important;
    }
}

/* =======================================
   Footer Widget Row — Top Aligned
======================================= */
.footer-widget-wrapper .row {
    align-items: flex-start !important;
}

.footer-widget-wrapper .single-footer-widget {
    padding-top: 0;
    margin-top: 0;
}
