/* ------------------------------------------- */
/*  DEFAULT DESKTOP
/* ------------------------------------------- */

.akt-landing-main {

}

.page-id-5320 .landing-header-private,
.page-id-5322 .landing-header-company{
    display: block;
}
.page-id-5322 .landing-header-private,
.page-id-5320 .landing-header-company {
    display: none;
}

.akt-problems .wp-block-column {
    border-left: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    border-right: none;
}
.akt-problems .wp-block-column:last-child {
    border-right: 1px solid #E2E2E2;
}

.akt-problems .wp-block-column:hover {
    background-color: #f5f3ee;
}

.landing-title-h2 {
    position: relative;
    font-weight: 600;
    /*margin-bottom: 60px;*/
}
.landing-title-h2::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -40px;
    width: 60px;
    height: 3px;
    background: #d5cb48;
    margin: 0 auto 40px;
}
.landing-title-h2.left::after {
    left: 0;
    right: auto;
    margin: 0 0 40px 0;
}

.service-cards .wp-block-column {
    transition: box-shadow 0.22s;
    position: relative;
}

.service-cards .wp-block-column::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: #8e8542;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.28s;
}
.service-cards .wp-block-column:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.service-cards .wp-block-column:hover::after { transform: scaleX(1); }


/* ------------------------------------------- */
/*  MOBILE (<= 768px)                         */
/* ------------------------------------------- */

@media (max-width: 768px) {
    .akt-mobile-order {
        flex-direction: column;
    }
    .akt-problems .wp-block-column {
        border-right: 1px solid #E2E2E2;
    }
    .akt-footer-columns .wp-block-group [class*="wp-container-content-"] {
        flex-basis: 100% !important;
    }
    .landing-title-h2.left {
        text-align: center;
    }
    .landing-title-h2.left::after {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    #blog, #services, #process, #why, #contact, #testimonials, .akt-footer-columns {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }
    #blog .wp-block-buttons {
        justify-content: center;
        padding-top: 1rem;
    }
}