body .article_sec .main-nav {
    padding-top: 16px;
}

.article_sec .main-nav .nav-sub:before {
    content: "" !important;
    position: absolute;
    bottom: 100%;
    height: 25px;
    width: 70%;
    display: block !important;
}
.reports-img {
    aspect-ratio: 16 / 9;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #10243d;
}
#bcg-reports-heading {
    color: #2f3a53;
    margin: 0 0 18px;
    text-align: left;
}
.report-card {
    position: relative;
    background: #f9fafb;
    border: 1px solid rgba(47,58,83,0.20);
    border-radius: 12px;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    height: 100%;
}
.report-card:focus-within, .report-card:hover {
    transform: translateY(-2px);
    border-color: #ac2757;
    box-shadow: 0 10px 20px rgba(47,58,83,0.15);
}
.report-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    display: block;
    background: #13253d;
}
.report-card a {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}
.report-card .caption {
    padding: 12px 14px 14px;
    color: #2f3a53;
    font-size: 15px;
    text-align: center;
    background: #fff;
}

.testimonials-sec .owl-dots {
    text-align: center;
}

.job-description h2,
.status-card h2,
.content-expand h2 {
    font-size: 24px;
    margin-bottom: .5rem;
    font-weight: 500;
    text-align: inherit;
    font-family: inherit;
}

.submit-form .social-icons .social-btn .g-icon img {
    height: 35px;
}

.acc-setting .tab-content .form-label {
    background: #fbfbfb;
    width: 100%;
}

@media (min-width: 768px) {
    .article_sec .main-nav i.dropdown-toggle {
        top: 0;
    }
}

@media (max-width: 767px) {

    .banner-bg1,
    .banner-bg2,
    .banner-bg3,
    .banner-bg4,
    .banner-bg5,
    .banner-bg6,
    .banner-bg7,
    .banner-bg8,
    .banner-bg9,
    .banner-bg10,
    .banner-bg11,
    .banner-bg12,
    .banner-bg13,
    .banner-bg14,
    .banner-bg15 {
        background-size: contain;
        background-position: bottom right;
    }

    .testimonials-box .media-body {
        width: 100%;
    }

    .testimonials-box .owl-item img {
        margin-right: 0 !important;
    }

    /* Home Page End */

    .attorney-box .custom-checkbox ~ .job-title {
        padding-left: 16px;
    }

}

@media (max-width: 576px) {
    
    .rec-jobs .sub-title h2 {
        font-size: 28px;
    }
    
    /* Home Page End */

}

.li-list{
    list-style: disc;
    margin: 0 0 1rem 0;
}

.legal-industry-section {
    background: #f8fafc;
}

.legal-industry-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
}

.legal-industry-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.legal-industry-card img {
    border-radius: 1rem !important;
    width: 6rem;
    height: 6rem;
}

.legal-industry-card span {
    display: block;
    font-size: 1.25rem;
}


.search-block {
    background-color: #f0f2f8;
    box-shadow: 0 8px 6px -6px #999;
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}

.search-block h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: left;
}

.article-search-block {
    padding: 2.5rem 0rem 0rem 0rem;
}

.jobs-search-block {
    padding: 2.5rem 0rem 2.5rem 0rem;
}


@media (min-width: 768px) {
    .article-search-block {
        height: 100%;
        padding: 2.5rem 2.5rem 2.5rem 0rem;
        border-right: 1px solid rgb(0 0 0 / 30%);
    }

    .jobs-search-block {
        padding: 2.5rem 0rem 2.5rem 2.5rem;
    }
}

.mega-menu {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.btn-search-icon {
    height: 24px;
    width: 24px;
    background: url(../images/search.webp) center center no-repeat;
    background-size: contain;
    cursor: pointer;
    display: inline-flex;
}

.btn-close {
    height: 24px;
    width: 24px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="40" height="40"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><path d="M18 6L6 18M6 6l12 12"></path></g></svg>');
    background-size: cover;
    position: absolute;
    top: 2.5rem;
    right: 1.25rem;
    z-index: 10; 
}

.search-block.open {
    display: block;
}