/* Kraaij Tuinonderhoud Custom Styles */

/* ========================================
   Header Background
   ======================================== */

.site-header {
    background-color: transparent !important;
    background-image: url('/wp-content/uploads/header-background-top.jpg') !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.site-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 0;
}

.site-header > * {
    position: relative;
    z-index: 1;
}

/* ========================================
   Header Inner Background
   ======================================== */

.inside-header {
    background-color: rgba(255, 255, 255, 0.5);
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.site-header .site-logo,
.site-header .header-widget {
    margin-left: 40px;
    margin-right: 40px;
}

/* ========================================
   CTA Button - Bel Kees
   ======================================== */

.cta-bel-kees {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    background-color: #ffffff;
    color: #3a3a3a !important;
    text-decoration: none !important;
    padding: 10px 20px 10px 10px;
    border-radius: 60px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0;
}

.cta-bel-kees:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    border-color: #1e73be;
    color: #1e73be !important;
}

.cta-bel-kees img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 30%;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.cta-bel-kees .cta-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.cta-bel-kees .cta-label {
    font-size: 14px;
    color: #888888;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-bel-kees .cta-number {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    letter-spacing: 0.5px;
}

.cta-bel-kees:hover .cta-number {
    color: #1e73be;
}

@media (max-width: 768px) {
    .cta-bel-kees {
        gap: 15px;
        padding: 8px 15px 8px 8px;
    }

    .cta-bel-kees img {
        width: 70px;
        height: 70px;
    }

    .cta-bel-kees .cta-number {
        font-size: 22px;
    }
}
