.three-woning-concepten {
    width: 100%;
    margin: 0;
    padding: 80px 40px;
    position: relative;
    overflow: visible !important;
    background: rgb(22, 46, 68);
    transition: background 0.6s ease-out;
}
.slider-woning.is-solid {
    background: rgb(22, 46, 68);
}
.three-woning-concepten__header {
    max-width: 1440px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 0;
    align-items: start;
}
.three-woning-concepten__title {
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.6px;
    color: #ffffff;
    margin: 0;
    padding-left: 100px;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
}
.three-woning-concepten__text {
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
    max-width: 650px;
    justify-self: end;
    margin-top: 20px;
    margin-right: 140px;
}
.three-woning-concepten__container {
    max-width: 1440px;
    margin: 0 auto;
}
.three-woning-concepten__slider {
    overflow: visible !important;
    padding: 0;
    margin-bottom: 0;
}
.slider-woning .swiper,
.slider-woning .swiper-container {
    overflow: visible !important;
}
@media (max-width: 768px) {
    .three-woning-concepten__slider {
        overflow-x: hidden;
    }
}
.swiper-wrapper {
    display: flex;
}
.three-woning-concepten__slide {
    height: auto;
    width: 420px !important;
    flex-shrink: 0;
    box-shadow: none !important;
}
.three-woning-concepten__card {
    position: relative;
    height: 640px;
    max-width: 420px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
    background-color: #1E3247;
    box-shadow: none !important;
}

.three-woning-concepten__card--link {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
}

.three-woning-concepten__card--link:hover {
    box-shadow: none !important;
}
.three-woning-concepten__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.three-woning-concepten__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.three-woning-concepten__card:hover .three-woning-concepten__image {
    transform: scale(1.08);
}
.three-woning-concepten__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px;
    background: linear-gradient(
        to top,
        rgba(14, 35, 54, 0.98) 0%,
        rgba(14, 35, 54, 0.92) 40%,
        rgba(14, 35, 54, 0.7) 70%,
        rgba(14, 35, 54, 0) 100%
    );
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.three-woning-concepten__overlay-header {
    display: flex;
    align-items: center;
    gap: 12px;
}
.three-woning-concepten__overlay-icon {
    width: 20px;
    height: 14px;
    display: block;
    flex-shrink: 0;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}
.three-woning-concepten__card:hover .three-woning-concepten__overlay-icon {
    opacity: 1;
}
.three-woning-concepten__overlay-title {
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
}
.three-woning-concepten__overlay-description {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}
.three-woning-concepten__nav {
    display: flex;
    gap: 24px;
    margin-top: 80px; 
    justify-content: flex-end; 
}
.three-woning-concepten__nav-btn {
    position: relative;
    display: inline-block;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.three-woning-concepten__nav-btn.three-woning-concepten__nav-prev:hover {
    opacity: 0.9;
    transform: translateX(-4px);
}
.three-woning-concepten__nav-btn.three-woning-concepten__nav-next:hover {
    opacity: 0.9;
    transform: translateX(4px);
}
.three-woning-concepten__nav-icon {
    display: block;
    width: 150px;
    height: 50px;
    transition: transform 0.3s ease;
}
.three-woning-concepten__nav-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    white-space: nowrap;
    pointer-events: none;
}
.three-woning-concepten__nav-btn.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.three-woning-concepten__nav-btn.swiper-button-disabled:hover {
    opacity: 0.4;
    transform: none;
}

@media (max-width: 1440px) {
    .three-woning-concepten__header {
        grid-template-columns: 400px 1fr;
    }
    .three-woning-concepten__title {
        padding-left: 80px;
    }
    .three-woning-concepten__text {
        max-width: 400px;
        font-size: 17px;
        margin-top: 18px;
        margin-right: 140px;
    }
}

@media (max-width: 1200px) {
    .three-woning-concepten__header {
        grid-template-columns: 350px 1fr;
    }
    .three-woning-concepten__title {
        padding-left: 60px;
    }
    .three-woning-concepten__text {
        max-width: 350px;
        font-size: 16px;
        margin-top: 15px;
        margin-right: 100px;
    }
}

@media (max-width: 1024px) {
    .three-woning-concepten {
        padding: 60px 32px;
    }
    .three-woning-concepten__header {
        margin-bottom: 40px;
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .three-woning-concepten__title {
        font-size: 52px;
        letter-spacing: -1.3px;
        padding-left: 0;
    }
    .three-woning-concepten__text {
        font-size: 17px;
        max-width: 100%;
        justify-self: start;
        margin-top: 0;
        margin-right: 0;
    }
    .three-woning-concepten__card {
        height: 600px;
    }
    .three-woning-concepten__overlay {
        padding: 28px;
    }
    .three-woning-concepten__overlay-title {
        font-size: 22px;
    }
    .three-woning-concepten__overlay-description {
        font-size: 15px;
    }
    .three-woning-concepten__nav {
        margin-top: 60px; 
    }
}
@media (max-width: 768px) {
    .three-woning-concepten {
        padding: 50px 20px;
        overflow-x: hidden;
    }
    .three-woning-concepten__header {
        margin-bottom: 32px;
        gap: 24px;
    }
    .three-woning-concepten__title {
        font-size: 42px;
        line-height: 1.1;
        letter-spacing: -1.05px;
        padding-left: 0;
    }
    .three-woning-concepten__text {
        font-size: 15px;
        max-width: 100%;
        margin-top: 0;
        margin-right: 0;
    }
    .three-woning-concepten__card {
        height: 480px;
        border-radius: 16px;
    }
    .three-woning-concepten__overlay {
        padding: 24px;
        gap: 12px;
    }
    .three-woning-concepten__overlay-header {
        gap: 10px;
    }
    .three-woning-concepten__overlay-icon {
        width: 16px;
        height: 11px;
        opacity: 0.3;
    }
    .three-woning-concepten__card:hover .three-woning-concepten__overlay-icon {
        opacity: 1;
    }
    .three-woning-concepten__overlay-title {
        font-size: 20px;
    }
    .three-woning-concepten__overlay-description {
        font-size: 14px;
    }
    .three-woning-concepten__nav {
        margin-top: 50px; 
        gap: 16px;
        justify-content: center; 
    }
    .three-woning-concepten__nav-icon {
        width: 120px;
        height: 40px;
    }
    .three-woning-concepten__nav-text {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .three-woning-concepten {
        padding: 40px 16px;
        overflow-x: hidden;
    }
    .three-woning-concepten__header {
        gap: 20px;
    }
    .three-woning-concepten__title {
        font-size: 32px;
        letter-spacing: -0.8px;
        padding-left: 0;
        word-break: keep-all;
        hyphens: none;
    }
    .three-woning-concepten__text {
        font-size: 14px;
        max-width: 100%;
        margin-top: 0;
        margin-right: 0;
    }
    .three-woning-concepten__text br {
        display: none;
    }
    .three-woning-concepten__card {
        height: 420px;
    }
    .three-woning-concepten__overlay {
        padding: 20px;
    }
    .three-woning-concepten__overlay-title {
        font-size: 18px;
    }
}
.alignfull.three-woning-concepten {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.alignfull.three-woning-concepten {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.alignwide.slider-woning .three-woning-concepten__container {
    max-width: 1280px;
}
