.shortcode-projects-style-3 a.hover-up > img {
    width: 70px !important;
    height: 70px !important;
    object-fit: contain !important;
    flex: 0 0 70px !important;
}
.shortcode-projects-style-3 a.hover-up > img {
    width: 100px !important;
    height: 100px !important;
    padding: 14px !important;
    box-sizing: border-box !important;
    object-fit: contain !important;
    object-position: center !important;
    flex: 0 0 100px !important;
}
.shortcode-projects-style-3 a.hover-up {
    gap: 28px !important;
}
.section-services-details .d-flex.align-items-center.justify-content-end.mt-5.py-3 {
    display: none !important;
}
/* Hide "Share this post" block on blog post pages */
main > .container.py-6 section .col-md-8.mx-auto.mb-5.py-3 > .d-flex.align-items-center.mt-5 {
    display: none !important;
}
/* Hide "Share this service" on project/service detail pages */
section.container.section-padding > .row > .col-12 > .d-flex.align-items-center.justify-content-end.mt-5.py-3 {
    display: none !important;
}
/* CLS fix: reserve stable space for home hero on mobile */
@media (max-width: 767px) {
    body#page-home section.shortcode-hero-banner,
    body#page-home .shortcode-hero-banner,
    body#page-home .shortcode-hero-banner-style-3,
    body#page-home .webfly-infinia-hero-video {
        min-height: 860px !important;
        overflow: hidden;
    }

    body#page-home .shortcode-hero-banner .container,
    body#page-home .shortcode-hero-banner-style-3 .container,
    body#page-home .webfly-infinia-hero-video .container {
        min-height: 860px !important;
    }

    body#page-home .shortcode-hero-banner img,
    body#page-home .shortcode-hero-banner video,
    body#page-home .shortcode-hero-banner-style-3 img,
    body#page-home .shortcode-hero-banner-style-3 video,
    body#page-home .webfly-infinia-hero-video img,
    body#page-home .webfly-infinia-hero-video video {
        max-width: 100%;
        height: auto;
    }

    body#page-home .position-absolute.top-50.start-50,
    body#page-home .position-xl-absolute {
        will-change: transform;
    }

    header .navbar {
        min-height: 72px !important;
    }

    .top-bar {
        min-height: 38px !important;
    }

    .navbar-brand img.logo-dark,
    .navbar-brand img.logo-white,
    .mobile-header-logo img.logo-dark,
    .mobile-header-logo img.logo-white {
        width: 184px !important;
        height: auto !important;
        max-height: 37px !important;
        aspect-ratio: 1617 / 325;
    }
}

.zamok24-feature-phone,
.zamok24-feature-viber {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    padding: 10px 18px;
    border-radius: 12px;
    background: #b2171b;
    color: #ffffff !important;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
}

.zamok24-feature-phone:hover,
.zamok24-feature-viber:hover {
    background: #8f1215;
    color: #ffffff !important;
    text-decoration: none !important;
}

.shortcode-features-style-1 .card,
.shortcode-features-style-1 .feature-card,
.shortcode-features-style-1 .item {
    height: 100%;
}
@media (max-width: 767px) {
    .shortcode-features-style-1 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .shortcode-features-style-1 .row {
        row-gap: 34px !important;
    }

    .shortcode-features-style-1 img {
        width: 56px !important;
        height: 56px !important;
        object-fit: contain !important;
        margin-bottom: 18px !important;
    }

    .shortcode-features-style-1 h5,
    .shortcode-features-style-1 h4,
    .shortcode-features-style-1 .title {
        font-size: 22px !important;
        line-height: 1.25 !important;
        margin-bottom: 10px !important;
    }

    .shortcode-features-style-1 p,
    .shortcode-features-style-1 .description {
        font-size: 18px !important;
        line-height: 1.55 !important;
        margin-bottom: 0 !important;
    }

    .zamok24-feature-phone,
    .zamok24-feature-viber {
        display: flex !important;
        width: fit-content !important;
        min-width: 210px !important;
        max-width: 100% !important;
        margin-top: 18px !important;
        padding: 13px 22px !important;
        border-radius: 14px !important;
        font-size: 18px !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
    }
}
@media (max-width: 767px) {
    .shortcode-features-style-1 .feature-item strong.d-block.fs-6,
    .shortcode-features-style-1 .feature-item strong,
    .shortcode-features-style-1 strong.fs-6 {
        font-size: 22px !important;
        line-height: 1.25 !important;
        font-weight: 800 !important;
        color: #111827 !important;
        margin-bottom: 10px !important;
        display: block !important;
    }

    .shortcode-features-style-1 .feature-item p,
    .shortcode-features-style-1 .feature-item .text-300,
    .shortcode-features-style-1 .feature-item div {
        font-size: 17px !important;
        line-height: 1.55 !important;
    }

    .shortcode-features-style-1 .feature-item {
        margin-bottom: 34px !important;
    }
}