.bh-hero-17e77ac2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #062b24;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}
.bh-left-17e77ac2 {
    flex: 1.2;
    min-width: 320px;
    padding: 60px;
    z-index: 2;
}
.bh-right-17e77ac2 {
    flex: 1;
    min-width: 320px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-self: stretch;
    min-height: 400px;
}
.bh-right-img-17e77ac2 {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.bh-badge-17e77ac2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 24px;
}
.bh-stars-17e77ac2 {
    color: #8be636;
}
.bh-title-17e77ac2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
.bh-title-17e77ac2 span {
    color: #8be636;
}
.bh-desc-17e77ac2 {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 35px;
    max-width: 480px;
}
.bh-actions-17e77ac2 {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.bh-btn-17e77ac2 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: 2px solid #8be636;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.bh-btn-17e77ac2:hover {
    background: #8be636;
    color: #062b24;
}
.bh-btn-icon-17e77ac2 {
    background: #8be636;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #062b24;
    font-size: 12px;
}
.bh-phone-17e77ac2 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.bh-phone-circle-17e77ac2 {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #8be636;
    color: #062b24;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.bh-phone-details-17e77ac2 {
    display: flex;
    flex-direction: column;
}
.bh-phone-label-17e77ac2 {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-weight: 600;
}
.bh-phone-number-17e77ac2 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

@media (max-width: 991px) {
    .bh-hero-17e77ac2 {
        flex-direction: column;
        align-items: stretch;
    }
    .bh-left-17e77ac2 {
        padding: 40px;
    }
    .bh-right-17e77ac2 {
        min-height: 300px;
    }
    .bh-title-17e77ac2 {
        font-size: 32px;
    }
}
