.contact-result.success {
    background: #e8f5e9;
    color: #2e7d32;
    display: block;
}
.contact-result.error {
    background: #ffebee;
    color: #c62828;
    display: block;
}
.contact-result {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    display: none;
}
.contact-panel__form .form-control {
    height: 46px;
    border-radius: 6px;
    border: 1px solid #dde2ec;
    font-size: 14px;
    padding: 0 14px;
    width: 100%;
    transition: border-color 0.2s;
}
.contact-panel__form textarea.form-control {
    height: auto;
    padding: 12px 14px;
}
.contact-panel .nice-select,
.contact-panel .form-group {
    margin-bottom: 14px;
}

.form-control:focus {
    outline: none;
    border-color: #4895f3;
    box-shadow: 0 0 0 3px #4895f326;
}
.contact-panel__title {
    font-size: 22px;
    font-weight: 700;
    color: #1a3f85;
    margin-bottom: 6px;
}
.contact-privacy {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #666;
    margin-bottom: 18px;
    cursor: pointer;
}
.contact-privacy input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
}
.contact-panel__form .contact-required {
    font-size: 11px;
    color: #999;
    margin-bottom: 18px;
    display: block;
}

.slider .slide-item {
    height: calc(100vh - 90px);
    transition: all 0.3s ease;
}

.clients-layout2 .client {
    justify-content: center;
}

.post-item .post__author:hover {
    color: #1b1a1a;
}

.post-item .post__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;

    a {
        &:hover {
            color: #282828;
        }
    }
}
.post-item .post__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 102px;
}

.solution-item .solution__body,
.biz-item .biz__body {
    top: 0;
}

@media (min-width: 1200px) {
    .about-layout .heading-layout .heading__title {
        margin-left: -80px;
    }
    .about-layout .inner-wrapper {
        padding-right: 70px;
    }
    .about-layout .img-banner-layout {
        position: relative;
        margin-left: 30px;
        border-radius: 12px;
    }

    .about-layout .about__text {
        margin-left: 50px;
    }
}
.about-layout .img-banner-layout img {
    border-radius: 12px;
}
.about-layout .img-banner-layout .img-band {
    left: auto;
}

.sub-menu {
    flex-wrap: wrap;
    row-gap: 0;
    column-gap: 24px;
}

.clients .client img {
    display: inline-block;
    width: auto !important;
    max-width: 90%;
}
.portfolio-item .portfolio__img img {
    height: 100%;
    object-fit: cover;
}