.show-in-mobile {
    display: none;
}
.bd-footer-widget-logo {
    width: unset !important;
    padding: 0 10px;
}

.bd-header-transparent-two .header-style-one {
    border-bottom: unset;
}

/* Responsive logo */
.bd-header-logo img {
    width: 100%;
    max-width: 271px;
    height: auto;
}

/* Mobile */
@media (max-width: 576px) {
    .bd-header-logo img {
        max-width: 200px;
    }
    .bd-banner-one {
        padding-top: 141px;
    }
}

/* Tablet */
@media (min-width: 577px) and (max-width: 991px) {
    .bd-header-logo img {
        max-width: 200px;
    }
}

/* Large devices */
@media (min-width: 992px) {
    .bd-header-logo img {
        max-width: 271px;
    }
    .show-in-mobile {
        display: block;
    }
}

.bd-banner-one .bd-banner-tag-two .inner {
    background: var(--bd-white);
    border-right: 5px solid var(--bd-secondary);
    border-bottom: 5px solid var(--bd-secondary);
    padding: 24px 50px 24px 20px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    position: relative;
    z-index: 5;
}

/* Footer responsive spacing */
.bd-footer-area.has-footer-space {
    padding: 100px 0;
}

@media (max-width: 768px) {
    .bd-footer-area.has-footer-space {
        padding: 60px 0;
    }
}
/* Responsive Fixes */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-hero-section {
        /* Reduced margin for tablet/mobile headers */
        margin-top: 80px !important;
        padding: 50px 0;
        min-height: 250px;
    }
}
@media (max-width: 991px) {
    .modern-hero-section {
        margin-top: 80px;
        padding: 50px 0;
        min-height: 250px;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .experience-badge {
        right: 20px;
        bottom: -20px;
    }

    .director-box {
        padding: 40px 20px;
    }
}

@media (max-width: 768px) {
    .modern-hero-section {
        margin-top: 83px;
        padding: 40px 0;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .premium-breadcrumb-wrapper {
        padding: 8px 14px;
        margin-bottom: 15px;
    }
}
