.sovilar-hero {
    background-position: center;
}

.sovilar-cover-image {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.sovilar-project-meta {
    min-width: 0;
}

.sovilar-detail-panel {
    overflow-wrap: normal;
}

.sovilar-detail-row {
    align-items: baseline;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.sovilar-detail-row span {
    flex: 0 0 auto;
    min-width: max-content;
    white-space: nowrap;
}

.sovilar-detail-row strong {
    min-width: 0;
    overflow-wrap: anywhere;
    text-align: right;
}

.sovilar-hero-tag {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-left: 8px;
    padding: 10px 14px;
    text-transform: uppercase;
}

.sovilar-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sovilar-chip-list span {
    background: #f6f4ef;
    border: 1px solid #e5ded2;
    border-radius: 999px;
    color: #1f2522;
    display: inline-flex;
    font-weight: 600;
    line-height: 1.2;
    padding: 10px 14px;
}

.sovilar-project-float-btn {
    align-items: center;
    background: #45a844;
    border: 0;
    border-radius: 50%;
    bottom: 28px;
    box-shadow: 0 18px 36px rgba(31, 37, 34, .22);
    color: #fff;
    display: inline-flex;
    font-size: 42px;
    font-weight: 300;
    height: 64px;
    justify-content: center;
    line-height: 1;
    position: fixed;
    right: 28px;
    transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
    width: 64px;
    z-index: 1030;
}

.sovilar-project-float-btn span {
    display: block;
    margin-top: -3px;
}

.sovilar-project-float-btn:hover,
.sovilar-project-float-btn:focus-visible {
    background: #319132;
    box-shadow: 0 20px 42px rgba(31, 37, 34, .28);
    color: #fff;
    transform: translateY(-2px);
}

.sovilar-project-float-btn:focus-visible {
    outline: 3px solid rgba(69, 168, 68, .28);
    outline-offset: 4px;
}

.sovilar-contact-hero {
    min-height: 430px;
    padding: 150px 0 115px;
}

.sovilar-contact-hero .row {
    min-height: 165px;
}

.sovilar-contact-section {
    background: #f8f6f1;
    padding: 80px 0;
}

.sovilar-contact-card,
.sovilar-contact-info {
    background: #fff;
    border: 1px solid #e5ded2;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(31, 37, 34, .07);
    padding: 38px;
}

.sovilar-contact-card .form-control {
    background: #fff;
    border: 1px solid #d9d4ca;
    border-radius: 6px;
    color: #1f2522;
    min-height: 52px;
    padding: 13px 15px;
}

.sovilar-contact-card textarea.form-control {
    min-height: 155px;
    resize: vertical;
}

.sovilar-contact-card .form-control:focus {
    border-color: #45a844;
    box-shadow: 0 0 0 3px rgba(69, 168, 68, .12);
}

.sovilar-contact-line {
    align-items: center;
    border-top: 1px solid #e5ded2;
    display: flex;
    gap: 16px;
    padding: 20px 0;
}

.sovilar-contact-line i {
    align-items: center;
    background: #eef7ec;
    border-radius: 50%;
    color: #45a844;
    display: inline-flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.sovilar-contact-line span {
    color: #6b7280;
    display: block;
    font-size: 13px;
    line-height: 1.2;
}

.sovilar-contact-line a,
.sovilar-contact-line strong {
    color: #1f2522;
    font-weight: 700;
}

@media (max-width: 767px) {
    .sovilar-hero {
        min-height: 560px;
        background-position: center;
    }

    .sovilar-hero h1,
    .page-title-big-typography h1 {
        font-size: 42px;
        line-height: 1.08;
    }

    .sovilar-detail-panel {
        padding: 26px !important;
    }

    .sovilar-detail-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .sovilar-detail-row strong {
        text-align: left;
    }

    .sovilar-project-card-body {
        padding: 26px !important;
    }

    .sovilar-hero-tag {
        margin: 8px 6px 0 0;
    }

    .sovilar-project-float-btn {
        bottom: 18px;
        font-size: 36px;
        height: 56px;
        right: 18px;
        width: 56px;
    }

    .sovilar-contact-hero {
        min-height: 360px;
        padding: 120px 0 80px;
    }

    .sovilar-contact-section {
        padding: 42px 0;
    }

    .sovilar-contact-card,
    .sovilar-contact-info {
        padding: 24px;
    }

}
