/* === Services Block === */
.services-block {
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    color: #fff;
}

.services-bg .maxwidthtt {
    max-width:1200px !important;

}

@media (min-width:768px) {
    .desktopspacer {
        min-height:250px;
    }
}

.services-bg {
    min-height:650px;
}

.services-block .services-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.services-block .services-bg img,
.services-block .services-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-block .services-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.services-block .container {
    position: relative;
    z-index: 2;
    gap:5px;
}

.services-headline {
    font-size: 2rem;
    font-weight: 700;
}

.services-block .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.services-block .service-item {
    border-radius: 0.75rem;
    padding: 2rem;
    background: #323232;
    transition: transform 0.3s ease, background 0.3s ease;
}


.service-item h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #DEFF9B;
    text-align:left;
    min-height:58px;
}

.service-item p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
    text-align:left;
}
