/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 10 2025 | 12:47:12 */

.fibeersx-hero-wrap {
    position: relative;
    background-image: url("https://www.lezerallomas.hu/wp-content/uploads/2025/12/ChatGPT-Image-2025.-dec.-10.-13_02_27.png");
    background-size: cover;
    background-position: center;
    padding: 80px var(--wp--preset--spacing--80);
    min-height: 420px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.fibeersx-hero-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 28px 22px;
    max-width: 520px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.20);
}

.fibeersx-hero-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 0 8px 0;
}

.fibeersx-hero-title-line {
    height: 3px;
    background: #000000;
    width: 70%;
    margin-left: auto;
    margin-bottom: 16px;
}

.fibeersx-hero-text {
    margin: 0;
    line-height: 1.5;
    font-size: 0.95rem;
}

.fibeersx-hero-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 10px 22px;
    border-radius: 999px;
    background: #e0e0e0;
    color: #000000;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.fibeersx-hero-btn:hover {
    background: #cfcfcf;
}

