﻿.report-listing-body {
    padding: 30px 0;
}
.breadcrumbs-hero {
    margin-bottom:20px;
    line-height: 17px
}

    .breadcrumbs-hero a, .breadcrumbs-hero span {
        color: #000;
        font-weight: 300;
        padding: 10px 0;
        text-decoration: none;
        font-size: 14px;
        text-transform: capitalize
    }

        .breadcrumbs-hero a:after {
            content: '/';
            padding: 0 6px;
            display: inline-block;
            text-decoration: none
        }
.search-icon {
    padding: 10px 20px
}

#searchForm {
    display: flex;
    align-items: center;
    width: 100%;
    background: #f7f7f7;
    border-radius: 50px;
    height: 44px;
    border: 1px solid #d7d7d7;
}

.seBox {
    display: flex;
    align-items: center;
    width: 100%
}

    .seBox input {
        width: 100%;
        height: 42px;
        border: 0;
        font-weight: 300;
        border-radius: 50px 0 0 50px;
        font-size: 15px;
        padding-left: 36px;
    }

        .seBox input:focus {
            box-shadow: unset
        }
.share-report {
    margin: 26px 0;
}
.share-report label.title {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #404040;
    display: block;
    margin-bottom: 10px;
}
.left-filter, .right-stickyfilter {
    position: sticky;
    top: 20px
}

.shadow_1 {
    box-shadow: 4px 4px 4px 0 #e3e1e1
}

.rept-list, shadow_2 {
    box-shadow: 0 4px 20px rgba(11,85,86,.08)
}

.filter-body label.title {
    text-transform: uppercase;
    color: #325080cc;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px
}

.filter-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}
    .filter-body ul li {
        display: flex;
        border-bottom: 1px solid #f1f1f1;
        align-items: center;
        transition: .15s;
        width: 100%;
    }

        .filter-body ul li .checkbox-cont {
            font-size: 13px;
            font-weight: 400;
            position: relative;
            padding: 16px 10px;
            padding-left: 25px;
            cursor: pointer;
            display: block;
            width: 100%;
        }
        .filter-body ul li .checkbox-cont:hover {
            background: #CAF9E8;
        font-weight: 600;
        }
.checkbox-cont input[type="checkbox"] {
    display: none !important;
}
.category-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 8px;
    flex-shrink: 0;
}
.checkbox-cont:has(input[type="checkbox"]:checked) {
    background: #CAF9E8;
    font-weight: 600;
}

.mobile-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.category-modal-btn {
    display: none;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #044280;
    background-color: transparent;
    margin-top: 20px;
    border: 1px solid #044280;
    padding: 6px 20px;
    border-radius: 10px;
    font-weight: 600
}

    .category-modal-btn img {
        margin-right: 5px
    }

.category-header {
    padding: 10px 15px
}

    .category-header .modal-title {
        margin-bottom: 0;
        line-height: 1.5;
        font-size: 16px;
        text-transform: uppercase;
        color: #044280
    }

    .category-header .btn-close {
        font-size: 12px
    }

a {
    text-decoration: none
}
.ace-banner {
    position: relative;
    height: 170px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 28px;
    margin-top: 26px;
}

    .ace-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .ace-banner::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg,rgba(128,0,128,.65),rgba(255,0,120,.45))
    }

.ace-banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    z-index: 99;
}
.reptListing {
    margin-top: 26px;
}
.ace-subcategory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 18px;
    margin-bottom: 28px;
}

.ace-tile {
    font-size: 14px;
    height: 140px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
    box-shadow: 0 1px 6px rgba(0,0,0,.16);
    border: 2px solid transparent;
    transition: .18s;
    cursor: pointer
}

    .ace-tile:hover, .ace-tile.selected {
        border: 2px solid #60F2DE;
        background: #f4fffd
    }
.ace-report-list .rept-list {
    display: flex;
    align-items: center;
    gap: 22px;
    background: #f3f3f3;
    border-radius: 22px;
    overflow: hidden;
}

    .ace-report-list .rept-list .rept-thumb {
        width: 231px;
        height: 147px;
        border-radius: 22px;
        flex-shrink: 0;
        overflow: hidden;
    }
    .ace-report-list .rept-list .rept-thumb img {
        border-radius: 22px;
    }

.reportName {
    font-size: 18px !important;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    transition: all .3s linear;
}
.reportName:hover {
    color: #2f5080;
}

.card-flag-title {
    padding-left: 10px;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    width: 100%
}

    .card-flag-title span {
        color: #000;
        font-weight: 400
    }

.reptbtn .btn_metalink {
    display: block;
    background: #f7f7f7;
    margin: 10px 0;
    color: #000;
    font-size: 14px;
    border: 1px solid #ebe9e9;
    box-shadow: 2px 2px 2px 0 #00000012;
    transition: .3s ease-in-out
}

    .reptbtn .btn_metalink:hover {
        background: #044280;
        color: #fff;
        border: 1px solid #044280
    }

.reptbtn .buy_now {
    background: #ee661e;
    color: #fff;
    border: 1px solid #ee661e
}

.right-filter {
    padding: 20px 15px
}

.accordion-item {
    border: 0;
    background: 0 0
}

    .accordion-item .accordion-button {
        font-size: 14px;
        background: #044280;
        box-shadow: unset;
        color: #fff;
        padding: 5px 8px;
        margin-bottom: 7px
    }

.accordion-button::after {
    background-image: none;
    transform: rotate(-180deg);
    content: "+"
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-180deg);
    content: "-"
}

.companylisting {
    padding: 10px 0;
    background: #f7f7f7;
    margin-bottom: 30px;
    border-radius: 6px
}

.pagination-cont .info-text {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px
}

.pagination-cont .pagination {
    display: flex;
    float: right
}

    .pagination-cont .pagination a {
        padding: 6px;
        color: #000;
        font-size: 14px;
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        background: #d1d1d1;
        margin-left: 5px;
        align-items: center;
        margin-bottom: 15px;
        cursor: pointer
    }

        .pagination-cont .pagination a.next svg {
            width: 14px;
            height: 14px;
            fill: #000
        }

@media (max-width:767px) {
    .ace-report-list .rept-list .rept-thumb {
        width: 100%;
        border-radius: 22px 22px 0 0;
    }
    h1 {
        font-size: 24px
    }

    .category-modal-btn {
        display: block
    }

    .left-filter {
        display: none
    }

    .inner-container {
        padding: 20px 0
    }
}

@media (max-width:678px) {
    .breadcrumbs-hero {
        margin-bottom: 0;
    }
    .category-modal-btn {
        margin-top: 0;
    }
    h1 {
        font-size: 22px
    }

    .rept-list {
        display: block
    }

    #searchForm, #searchForm input.search-button {
        height: 40px
    }

    .seBox input {
        height: 38px
    }

    .rept-meta-left, .rept-title-right {
        width: 100%;
        padding: 0 20px 10px;
    }

    .rept-list .reportName {
        font-size: 16px
    }

    .rept-title-right .reptbtn {
        text-align: left
    }

        .rept-title-right .reptbtn .btn_metalink {
            display: inline-block;
            margin-right: 10px
        }

            .rept-title-right .reptbtn .btn_metalink:last-child {
                margin-right: 0
            }

    .reptbtn .btn_metalink {
        font-size: 12px
    }

    .testimonial {
        padding-top: 0;
        padding-bottom: 30px
    }
}

@media (max-width:600px) {
    .item.bounce {
        display: flex;
        justify-content: center
    }
}

@media (max-width:480px) {
    .rept-title-right .reptbtn {
        display: flex;
        justify-content: space-between
    }

    .reptbtn .btn_metalink {
        margin: 10px 5px 0 0;
        padding: 5px 8px
    }
}

/* RESPONSIVE */
@media(max-width:1024px) {
    .ace-topbar, .ace-layout {
        grid-template-columns: 1fr
    }

    .ace-category-list {
        display: flex;
        border: none;
        background: transparent;
        gap: 10px
    }

        .ace-category-list li {
            height: auto;
            border: none;
            border-radius: 30px;
            background: #f1f3f5;
            padding: 10px 14px
        }
}

@media(max-width:768px) {
    .ace-banner {
        height: 130px;
        margin-bottom: 20px;
    }

    .ace-subcategory-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .ace-report-list .rept-list {
        flex-direction: column
    }

        .ace-report-list .rept-list::before {
            width: 100%;
            height: 160px
        }
        .ace-report-list .rept-list::before
}

.single-flag-wrap {
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.flag-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.flag-icon img {
        width: 16px;
        height: 16px;
        object-fit: contain;
    }
 
.card-flag-title {
    margin: 0;
line-height: 1.4;
    align-items: center;
}
.pagination_bnd {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.pagination_bnd a {
    padding: 13px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}
