#hidemapbar {width: 100%; position: relative; /* clip-path: polygon(0% 11%, 100% 11%, 100% 100%, 0% 100%); */ top:0; border: inherit; border-radius: 25px; height: 100%; overflow: hidden;  line-height: 0px; }
.map-row{ align-items: center; }
.iframe-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 67px; background-color:rgb(33, 37, 41); z-index: 1; }
#hidemapbar iframe { height: 450px; margin-top: -67px; }
.height67{height:67px;}
@media screen and (max-width:767px){
    #hidemapbar iframe { height: 400px; }
    .row-oofice-loc{ margin-top: 30px; }
}
.row-oofice-loc .pb-4:last-child{
    padding-bottom: 0px !important;
}

/* --- Footer Core Styling --- */
.lf-footer {
    background: #212529 !important; /* Dark background from image */
    color: #b0b1b3; /* Main light text color */
    padding-top: 50px;
}

.lf-footer__container {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Top Section --- */
.lf-footer__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
}

.lf-footer__about {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 20px;
}

.lf-footer__logo {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff; /* White logo from image */
    margin-bottom: 20px;
    text-transform: capitalize;
}

.lf-footer__logo img{width: 254px;}

.lf-footer__desc {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    max-width: 370px;
    color: #bdbdbd;
}

.lf-footer__links-col {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
}

.lf-footer__links-col--services {
    flex: 0 0 25%;
    max-width: 25%;
}

.lf-footer__links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lf-footer__links-list li {
    margin-bottom: 8px;
}

.lf-footer__links-list a {
    text-decoration: none;
    color:#bdbdbd;
    font-size: 14px;
    transition: color 0.3s ease;
}

.lf-footer__links-list a:hover {
    color: #ffffff; /* Subtle hover effect */
}

/* --- Middle Section (Map & Address) --- */
.lf-footer__middle {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05); /* Very subtle separator */
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.lf-footer__map-col {
    flex: 0 0 50%;
    max-width: 50%;
}

.lf-footer__map-container {
    width: 100%;
    height: 100%; /* Reduced height from original design for optimization */
    border-radius: 12px;
    overflow: hidden;
    background-color: #212226; /* Dark map placeholder */
    display: flex;
    justify-content: center;
    align-items: center;
}

.lf-footer__map-container iframe{width: 100%;}

.lf-footer__map-image {
    max-width: 100%;
    height: auto;
    object-fit: contain; /* Maintain map's visual aspect */
}

.lf-footer__address-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}

.lf-footer__address-item {
    margin-bottom: 18px;
}

.lf-footer__address-item:last-child {
    margin-bottom: 0;
}

.lf-footer__city-name {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
    font-family: Epilogue;
}

.lf-footer__address-text {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    color: #bdbdbd;
}

/* --- Bottom Bar --- */
.lf-footer__bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}

.lf-footer__copyright {
    font-size: 14px;
    color: #bdbdbd;
}

.lf-footer__social-links {
    display: flex;
    gap: 10px;
}

.lf-footer__social-icon {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.lf-footer__social-icon:hover {
    transform: scale(1.1);
}

.lf-footer__social-icon svg{width:20px; height: 20px; fill: #fff;}


/* --- Responsive Breakpoints (Mobile First - scaling down for desktop-first code) --- */

/* For smaller desktops and laptops (below 1200px) */
@media (max-width: 1199px) {
    .lf-footer__about {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
    }

    .lf-footer__links-col, 
    .lf-footer__links-col--services {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
}

/* For tablets and small screens (below 768px) */
@media (max-width: 767px) {
    .lf-footer {
        padding-top: 40px;
    }

    .lf-footer__map-col, 
    .lf-footer__address-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .lf-footer__map-container {
        height: 250px;
    }

    .lf-footer__bottom-bar {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .lf-footer__top{padding-bottom: 0;}
}

/* For small mobile devices (below 576px) */
@media (max-width: 575px) {
    .lf-footer__links-col, 
    .lf-footer__links-col--services {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .lf-footer__map-container {
        height: 333px;
    }
}


/*
.site-footer {
    background: #212529;
}

.site-footer .overview-text {
    color: #bdbdbd;
    line-height: 1.6;
}


.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    color: #bdbdbd;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links li a:hover {
    color: #ffffff;
}


.social-icons li {
    margin-left: 15px;
}

.social-icons li a svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
    transition: 0.3s;
}

.social-icons li a:hover svg {
    opacity: 0.7;
}

.address-heading {
    font-weight: 600;
    margin-bottom: 5px;
}

.address-details {
    color: #bdbdbd;
    font-size: 15px;
    line-height: 1.6;
}


#hidemapbar {
    position: relative;
    border-radius: 25px;
    height: 100%;
    overflow: hidden;
    line-height: 0;
}

#hidemapbar iframe {
    height: 450px;
    margin-top: -67px;
}

.map-row {
    align-items: center;
}

.iframe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 67px;
    background-color: rgb(33, 37, 41);
    z-index: 1;
}


.copyright {
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #bdbdbd;
}

.section-padding{padding: 70px 0;}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15) !important;
}
.get-in-touch
 {
    position: fixed;
    top: 50%;
    left: 0;
    display: inline-block;
    padding: .5rem 1rem;
    word-spacing: .1rem;
    transform: rotate(-90deg) translatey(-110%);
    background-color: var(--bs-primary);
    color: #fff;
    font-weight: 500;
    z-index: 99999 !important;
    border-bottom-left-radius: .4rem;
    border-bottom-right-radius: .4rem;
    font-size: .9rem;
}
.call-icon {
    position: fixed;
    left: 0;
    bottom: 30%;
    background-color: white;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 999999;
    padding-left: 0;
    background-color: #452379;
}
.call-icon svg
 {
    width: 25px;
    height: 25px;
}
.upper-footer .content-wrapper .text-md-start img{ width: 254px;}


@media screen and (max-width:767px) {

    #hidemapbar iframe {
        height: 400px;
    }

    .row-oofice-loc {
        margin-top: 30px;
    }
}

*/