img.img_logo {
    margin: -179px;
    margin-left: 30px;
    max-width: 74%;
    margin-top: -183px;
}




.marque_tag {
    font-size: 20px;
    line-height: 2;
    margin-bottom: -7px;
    margin-top: -5px;
}

.nav-bg {
    background-color: #1a1944;
    /* Dark background for cards */
    margin-top: -61px;
}

.supprot-card-shadow {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: none;
}

.social-media-links img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.social-media-links img:hover {
    transform: scale(1.1);
}

.f3b459 {
    color: #f3b459;
}

.f3b459:hover {
    text-decoration: underline;
}

.title-underline {
    border-bottom: 3px solid #f3b459;
    display: inline-block;
    margin-bottom: 78px;
}

@media (max-width: 767px) {
    .social-media-links li {
        margin: 10px 8px;
    }
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    position: relative;
    height: 0;
    border-radius: 8px;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: 0;
}

.widget-map p {
    font-size: 14px;
    color: #ddd;
}

.widget-map i {
    color: #f3b459;
}

.banner-section img {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 100vh;
}

.banner-section {
    position: relative;
}

.banner-section img {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 386px;
}

.banner-content {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    color: white;
    text-align: right;
    background: rgba(0, 0, 0, 0.5);
    /* optional for readability */
    padding: 20px;
    border-radius: 8px;
}

.breadcumb-title {
    font-size: 2.5rem;
    font-weight: bold;
}

.breadcumb-menu li {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
}

.breadcumb-menu li a {
    color: #fff;
    text-decoration: underline;
}



.header-logo11 {
    max-width: 56%;
    margin-top: 49px;
    margin-left: 42px;
}

@media (max-width: 576px) {
    .header-logo img {
        max-height: 50px;
    }
}


@media (max-width: 576px) {
    .main-menu ul {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }

    .user-section {
        justify-content: flex-start;
        width: 100%;
    }

    .th-menu-toggle {
        margin-top: 5px;
    }
}

span.d-none.d-md-inline {
    color: white;
    font-weight: 600;
}

header-heading1 {
    font-weight: 600;

}


/* Footer logo responsive styles */
footer .img_footer_logo {
    max-width: 250px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Phones <576px */
@media (max-width: 575.98px) {
    footer .img_footer_logo {
        max-width: 200px;
    }
}

/* Small devices (576px–767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    footer .img_footer_logo {
        margin-top: -72px;
    }
}

/* Medium devices (768px–991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    footer .img_footer_logo {
        margin-top: -89px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    footer .img_footer_logo {
        margin-top: 76px;
        margin-right: 159px;
        max-width: 200px;
    }
}


@media (min-width: 1200px) and (max-width: 1320px) {
    footer .img_footer_logo {
        margin-top: 76px;
        margin-right: 159px;
        max-width: 200px;
    }
}
