/* Home theme overrides — category images */
.categories .categories-main-box .categories-item .categories-icon .icon {
    overflow: hidden;
    padding: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories .categories-main-box .categories-item .categories-icon .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.categories .categories-main-box .categories-item {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.banner .banner-img > img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 16px;
}

.featured-item-img a img,
.project-card .featured-item-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.featured-item-text .text-item .left h3 {
    font-size: 1rem;
}

.home-contact-section {
    padding: 60px 0;
}

.home-contact-section .form-control {
    max-width: 320px;
    display: inline-block;
    margin-left: 8px;
}

.news-slick .pd-15px {
    padding: 0 15px;
}

.home-description {
    padding: 40px 0 20px;
    text-align: center;
}

.home-description p {
    max-width: 900px;
    margin: 16px auto 0;
    line-height: 1.9;
}

.visually-hidden {
    display: none !important;
}

.logo img {
    max-height: 48px;
    width: auto;
}

.mobile-header .logo img {
    max-height: 40px;
}

@media (max-width: 767px) {
    .home-contact-section .form-control {
        max-width: 100%;
        width: 100%;
        display: block;
        margin-left: 0;
        margin-bottom: 8px;
    }

    .home-contact-section {
        padding: 40px 0;
    }

    .banner .banner-img > img {
        max-height: 280px;
    }
}
