@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi+Fun:wght@400;500;600;700&display=swap');

html {
    overflow-x: hidden;
}

.logo-footer {
    text-align: center;
}

.logo-footer img {
    max-height: 50px;
    max-width: 100%;
}

.team-thumb .brd {
    position: relative;
}

.team-thumb .brd .inner-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000038;
}

.team-thumb .brd .inner-icon i {
    font-size: 28px;
    color: var(--color-highlight);
}

footer {
    color: #777;
    background-position: -180px center!important;
    background-size: cover;
    padding-top: 90px;
    background-color: #0c2957;
    background-image: url(../coxprint/img/bg/footer-bg.png);
}

.blog-area {
    background: #f7f7f7;
}

.category-content img {
    max-width: 100%;
    height: auto;
}

.menu-section > ul > li > .entry-menu.full-width li .row-menu .column-4 {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .team-info h4 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .f-cta-icon i {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 20px;
    }
}

/*Highlight*/
.box-highlight .inner-box {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 60px 0px rgb(0 0 0 / 10%);
    height: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
}

.box-highlight .inner-icon {
    background: var(--color-highlight);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-highlight .inner-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
    filter: brightness(0) invert(1);
}

.box-highlight .inner-content {
    flex: 1;
    margin-left: 10px;
}

.box-highlight .inner-content .inner-title {
    font-size: 14px;
}

.box-highlight .inner-content .inner-desc {
    font-size: 13px;
    margin-bottom: 0;
}
/*End Highlight*/

/*Box Cate*/
.box-cate .row {
    margin-right: 0;
    margin-left: 0;
}

.box-cate .col-cate {
    flex: 0 0 auto;
    width: 10%;
    padding: 0;
}

.box-cate .inner-box {
    padding: 10px;
    border: 1px solid #ebebeb;
    height: 100%;
    text-align: center;
}

.box-cate .inner-box img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.box-cate .inner-box .inner-title {
    font-size: 14px;
}

@media (max-width: 1199.98px) {
    .box-cate .col-cate {
        width: calc(100% / 8);
    }
}

@media (max-width: 991.98px) {
    .box-cate .col-cate {
        width: calc(100% / 6);
    }
}

@media (max-width: 767.98px) {
    .box-cate .col-cate {
        width: calc(100% / 4);
    }
}

@media (max-width: 575.98px) {
    .box-cate .col-cate {
        width: calc(100% / 3);
    }
    
    .box-cate .inner-box .inner-title {
        font-size: 12px;
    }
}
/*End Box Cate*/

/*Box Filter*/
.box-filter {
    border: 1px solid #e4e4e4;
    padding: 16px;
    margin-bottom: 16px
}

.title-filter {
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px
}

.category-filter> ul {
    max-height: 300px;
    overflow-y: auto
}

.category-filter> ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 6px;
    background-color: #F5F5F5
}

.category-filter> ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5
}

.category-filter> ul::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--color-main)
}

.category-filter ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0
}

.category-filter > ul {
    padding-left: 0
}

.category-filter ul li a {
    display: block;
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 500
}

.category-filter ul li a:before {
    font-family: 'iconsax' !important;
    content: "\ebaa";
    margin-right: 6px;
    font-size: 14px
}

.category-filter ul li a.active:before {
    content: "\616";
    color: var(--color-main)
}
/*End Box Filter*/

.form-contact-2 form {
    padding: 30px 15px;
    border-radius: 4px;
    background: #f5f5f5;
}

.btn2 {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: .5rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn2 img {
    height: 28px;
    width: auto;
    margin-right: 10px;
    filter: brightness(0) invert(1);
}

.support-now {
    background: #f8f9fa;
    padding: 16px;
    border-radius: 5px;
}

.support-now .inner-title {
    text-align: center;
    color: #dc3545;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 20px;
}

.support-now .inner-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.support-now .inner-item a {
    color: #000;
}

.support-now .inner-item a:hover {
    color: var(--color-main);
}

@media (min-width: 1480px) {
    .s-about-img img {
        margin: 0;
    }
}