body {
    font-family: 'krete', sans-serif !important;
}

.first-letter {
    margin: 0 .3rem 0 0;
    padding: .3rem;
    font-size: 4rem;
    float: left;
    font-family: eldwin-script, sans-serif;
    font-weight: 200;
}

.footer-banner.col-lg-3 {
    width: 100%;
}
/* Wrapper pro kontrolu overflow */
.svestky-banner-wrapper {
    overflow: hidden;
    position: relative;
    margin-top: -1px;
}

.svestky-banner {
    display: flex;
    position: relative;
    align-items: stretch;
    min-height: 500px; 
    overflow: hidden; 
    font-family: 'krete', sans-serif !important;
}

.svestky-left-side {
    flex: 0 0 50%;
    width: 50%;  
    min-width: 0; 
    background-color: #567C48;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.svestky-content {
    padding: 3.75rem 5rem;
    z-index: 2;
}

.svestky-content h2 {
    font-size: 2rem;
    line-height: 3rem;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'kretebold', sans-serif !important;
}

.svestky-content p {
    font-size: 1rem;
    line-height: 1.6rem;
    color: #FFFFFF;
    margin-bottom: 1rem;
    font-family: 'krete', sans-serif !important;
}

.svestky-content p strong {
    font-weight: 700;
}

.svestky-content a {
    color: #FFFFFF !important;
    text-decoration: none;
}

.svestky-content a:hover {
    color: #E54F18;
}

/* Tlačítko */
.cta-button {
    display: inline-block;
    background-color: #E54F18;
    color: #FFFFFF !important;
    padding: 0.875rem 2rem;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: 'krete', sans-serif !important;
}

.cta-button:hover {
    background-color: #d04513;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(229, 79, 24, 0.3);
}

.svestky-right-side {
    flex: 0 0 50%;             
    width: 50%;                
    min-width: 0;              
    position: relative;
    overflow: hidden;   
}

.svestky-right-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Oranžový půlkruh nahoře uprostřed */
.orange-semicircle.top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 60px;
    background-color: #E54F18;
    border-radius: 0 0 120px 120px;
    z-index: 3;
}

/* Oranžový půlkruh vlevo dole - přetéká ven vlevo a dolů */
.orange-semicircle.bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 140px;
    background-color: #E54F18;
    border-radius: 50%;
    transform: translate(-50%, 50%);
    z-index: 1;
}

/* Responzivita - tablety a menší */
@media screen and (max-width: 992px) {
    .svestky-banner {
        flex-direction: column;
    }

    .svestky-left-side {
        order: 2;
        width: 100%;
    }

    .svestky-content {
        padding: 3rem 2rem;
        text-align: left;
    }

    .svestky-content h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .svestky-right-side {
        order: 1;
        min-height: 300px;
        width: 100%;
    }

    .cta-button {
        display: inline-block;
    }

    /* Přizpůsobení oranžových prvků pro mobil */
    .orange-semicircle.top {
        width: 80px;
        height: 40px;
        border-radius: 0 0 80px 80px;
    }

    .orange-semicircle.bottom-left {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
}

/* Mobily - menší než 576px */
@media screen and (max-width: 576px) {
    .svestky-content {
        padding: 2rem 1.5rem;
    }

    .svestky-content h2 {
        font-size: 1.75rem;
        line-height: 2.2rem;
        margin-bottom: 1rem;
    }

    .svestky-content p {
        font-size: 0.95rem;
        line-height: 1.5rem;
    }

    .cta-button {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }

    .svestky-right-side {
        min-height: 250px;
    }

    .orange-semicircle.top {
        width: 70px;
        height: 35px;
        border-radius: 0 0 70px 70px;
    }

    .orange-semicircle.bottom-left {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }
    .first-letter {
font-size: 2rem;
}
}