.it-banner-section {
    height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

#matrix-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.it-banner-section .container {
    position: relative;
    z-index: 2;
}

.it-banner-section h2 {
    font-size: 48px;
    font-weight: 700;
}

.breadcrumb {
    background: transparent;
    margin: 0;
}

.breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .it-banner-section {
        height: 50vh;
    }

    .it-banner-section h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .it-banner-section {
        height: 55vh;
        text-align: center;
    }

    .it-banner-section h2 {
        font-size: 28px;
    }

    .breadcrumb-item a {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .it-banner-section h2 {
        font-size: 22px;
    }

    .breadcrumb-item a {
        font-size: 13px;
    }
}

/* ✅ Responsive Fixes */
@media (max-width: 991px) {
    .it-banner-section {
        height: 50vh;
    }

    .it-banner-section h2 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .it-banner-section {
        height: 55vh;
        text-align: center;
        padding-top: 30px;
    }

    .it-banner-section h2 {
        font-size: 28px;
    }

    .breadcrumb-item a,
    .breadcrumb-item.active {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .it-banner-section {
        height: 60vh;
        padding-top: 40px;
    }

    .it-banner-section h2 {
        font-size: 22px;
    }

    .breadcrumb-item a,
    .breadcrumb-item.active {
        font-size: 13px;
    }
}