* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p {
    font-family: 'Abel', sans-serif;
}

h2 {
    font-family: 'ABeeZee', sans-serif;
    font-size: 35px;
}

a {
    cursor: pointer;
}

button {
    cursor: pointer;
}

.pageTop {
    min-height: 81vh;
    width: 100%;
    background-image: url('/assets/images/header5img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

/* ================== HEADER ================== */
header {
    position: fixed;
    top: 80px;
    left: 70px;
    right: 70px;
    height: 84px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.logo img.LunterenLogo {
    width: 117px;
    height: 33px;
}

.headerNav {
    margin-left: auto;
}

.headerUl {
    display: flex;
    list-style: none;
    gap: 32px;
    margin-right: 32px;
}

.headerUl li a {
    color: inherit;
    text-decoration: none;
}

.headerActions {
    display: flex;
    gap: 16px;
}

.headerButton {
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 40px;
    background-color: white;
    cursor: pointer;
}

.headerTalen {
    background-color: #3e3939;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 120px;
    min-width: 100px;
    border-radius: 5px;
    cursor: pointer;
}

.buttonIcon {
    width: 15px;
    height: 15px;
}

.headercontentContainer {
    color: white;
    margin: 280px 0  0 60px;
    width: 530px;
    height: 319px;
}

.headerTitle {
    font-size: 68px;
    margin-bottom: 20px;
    font-family: 'Abhaya Libre', serif;
    font-weight: 700;
    width: 500px;
}

.headerText {
    font-family: 'Abhaya Libre', serif;
    font-weight: 900;
}

.headerCTA {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 11px;
    margin-top: 32px;
}

.headerCTA1 {
    color: black;
    background-color: white;
    border-radius: 8px;
    width: 130px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerCTA2 {
    color: white;
    background-color: transparent;
    border-radius: 8px;
    border: solid 2px white;
    width: 100px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hamburger {
    display: none; 
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    cursor: pointer;
    z-index: 10000;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
}



@media (max-width: 1060px) {
    .headerNav,
    .headerActions {
        display: none;
    }

    .hamburger {
        display: flex;
    }
}


@media (max-width: 992px) {
    header {
        top: 40px;
        left: 40px;
        right: 40px;
        padding: 0 20px;
        height: 70px;
    }

    .headerTitle {
        font-size: 56px;
        width: 100%;
    }

    .headercontentContainer {
        margin: 280px 20px auto 40px;
        width: auto;
    }

    .headerCTA {
        flex-wrap: wrap;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    header {
        top: 20px;
        left: 20px;
        right: 20px;
        height: 64px;
        padding: 0 16px;
    }

    .logo img.LunterenLogo {
        width: 90px;
        height: auto;
    }

    .headercontentContainer {
        margin: 200px 20px auto 20px;
        width: auto;
    }

    .headerTitle {
        font-size: 42px;
        line-height: 1.2;
        width: 100%;
    }

    .headerText {
        font-size: 16px;
    }

    .headerCTA {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .headerCTA1,
    .headerCTA2 {
        width: 100%;
        max-width: 100%;
        height: 50px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    header {
        top: 10px;
        left: 10px;
        right: 10px;
        height: 60px;
        padding: 0 12px;
    }

    .headercontentContainer {
        margin: 150px 10px auto 10px;
        text-align: center;
    }

    .headerTitle {
        font-size: 32px;
    }

    .headerCTA {
        gap: 12px;
        align-items: center;
    }

    .headerCTA1,
    .headerCTA2 {
        width: 100%;
    }
}

.dropdownMenu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: white;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 20px;
    display: none; 
    flex-direction: column;
    gap: 16px;
    z-index: 9998;
}

.dropdownMenu.active {
    display: flex;
}

.dropdownMenu a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-family: 'Abel', sans-serif;
    padding: 10px 0;
    transition: color 0.3s;
}


.locaties {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 32px;
    background-color: #fff;
    padding: 60px;
    margin-top: 50px;
}

@media (max-width: 1060px) {
    .locaties {
        display: flex;
        flex-direction: column;
        padding: 40px 20px;
        gap: 24px;
    }
}

.locatie {
    background-color: rgba(226, 223, 217, 0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: auto;
    transition: transform 0.3s ease;
}


.locatieContent {
    padding: 40px 70px 20px 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .locatieContent {
        padding: 20px;
        gap: 16px;
    }
}

.locatiePlaats {
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 900;
}

.locatieContent h2 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Abhaya Libre', serif;
    color: #222;
}

@media (max-width: 600px) {
    .locatieContent h2 {
        font-size: 24px;
    }
}

.locatieContent p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

@media (max-width: 600px) {
    .locatieContent p {
        font-size: 14px;
    }
}

.locatieCTA {
    display: flex;
    margin-top: 16px;
    flex-wrap: wrap;
}

.locatieBtn, .locatieboekBtn {
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    width: 108px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}

.locatieBtn {
    border: 2px solid rgba(0, 0, 0, 0.5);
    background: none;
    color: #000;
}

.locatieBtn:hover {
    background-color: rgba(0,0,0,0.05);
}

.locatieboekBtn {
    border: none;
    background: none;
    color: #000;
}

.locatieboekBtn:hover {
    text-decoration: underline;
}

.locatieImgContainer {
    width: 100%;
    overflow: hidden;
    margin-top: auto;
}

.locatieImg {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.Ontdek {
    display: flex;
    flex-direction: column;
    background-color: rgba(226, 223, 217, 0.3);
    padding: 65px 65px 83px 65px;
}

.OntdekBtn {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
}


.VeluweArticle,
.ConnectArticle {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 80px;
    gap: 40px;
}

.OmgevingContent,
.ConnectContent {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 40%;
}

.OmgevingContent {
    margin-top: 70px;
}

.VeluweImageContainer,
.ConnectImageContainer {
    display: flex;
}

.VeluweImageContainer {
    margin-left: auto;
}

.ConnectContent {
    margin-left: auto;
    margin-left: 56px;
}

.VeluweImage,
.ConnectImage {
    transform: scale(1.15);
    width: auto;
    height: auto;
}

.Connect-Button {
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    width: 139px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
    border: 2px solid rgba(0, 0, 0, 0.5);
    background: none;
    color: #000;
}


@media (max-width: 1450px) {
    .VeluweArticle,
    .ConnectArticle {
        gap: 30px;
        padding: 20px 0;
        align-items: flex-start;
    }
    
    .ConnectArticle {
        margin-top: 180px;
    }
    
    .ConnectContent {
        margin: 70px 0 0 56px;
    }

    .OmgevingContent,
    .ConnectContent {
        width: 100%; 
    }

    .VeluweImageContainer,
    .ConnectImageContainer {
        width: 100%;
        margin: 30px 0 0 0;
    }
    
    .VeluweImageContainer {
        padding-left: 80px;
    }

    .VeluweImage,
    .ConnectImage {
        transform: scale(1.05);
        max-width: 100%;
        height: auto;
        margin-left: 0;
    }
}


@media (max-width: 900px) {
    .OmgevingContent,
    .ConnectContent {
        width: 90%;
        display: flex;
    }
    
    .VeluweArticle, .ConnectArticle {
        display: flex;
        flex-direction: column;
    }
    
    .VeluweImage,
    .ConnectImage {
        transform: scale(1);
    }
  
}


@media (max-width: 600px) {
    .Ontdek {
        padding: 30px 20px;
        gap: 20px;
    }

    .OntdekBtn {
        flex-direction: column;
    }

    h2 {
        font-size: 1.5rem;
    }

    p {
        font-size: 1rem;
    }

    .VeluweArticle,
    .ConnectArticle {
        padding: 20px 0;
        align-items: flex-start; 
    }

    .OmgevingContent,
    .ConnectContent {
        width: 100%; 
    }

    .VeluweImageContainer,
    .ConnectImageContainer {
        margin: 20px 0 0 0;
        justify-content: flex-start;
    }

    .VeluweImage,
    .ConnectImage {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 400px) {
    .VeluweImageContainer,
    .ConnectImageContainer {
        justify-content: center;
        margin: 0;
        padding: 0;
    }
}


/* ================== KAMERS ================== */
.Kamers {
    display: flex;
    flex-direction: column;
    padding: 70px;
    gap: 32px;
}

.kamer-p {
    /*max-width: 500px; */
}

.KamerTekstBtn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.KamerInfo {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 32px;
}

.KamerInfo h2 {
    font-size: 2rem; 
}

.KamerInfo p {
    font-size: 1rem;
}

.locatiePlaats {
    font-size: 0.9rem; 
}

.KamerBtn {
    margin-left: auto;
    border: rgba(0, 0, 0, 0.5) solid 2px;
    border-radius: 5px;
    background: none;
    font-size: 13px;
    cursor: pointer;
    color: #000;
    width: 160px;
    height: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.KamerBtnContainer {
    margin-top: 100px;
}

@media (max-width: 1200px) {
    .KamerInfo {
        width: 45%;
        gap: 24px;
    }

    .KamerInfo h2 {
        font-size: 1.8rem;
    }

    .KamerInfo p {
        font-size: 0.95rem; 
    }

    .locatiePlaats {
        font-size: 0.85rem; 
    }
}


@media (max-width: 910px) {
    .KamerTekstBtn {
        flex-direction: column;
    }

    .KamerBtn {
        margin: 0;
    }

    .KamerBtnContainer {
        margin-top: 20px;
    }

    .KamerInfo {
        width: 100%;
        gap: 16px;
    }

    .KamerInfo h2 {
        font-size: 1.5rem;
    }

    .KamerInfo p {
        font-size: 0.9rem; 
    }

    .locatiePlaats {
        font-size: 0.8rem; 
    }
}

@media (max-width: 600px) {
    .KamerInfo {
        gap: 12px;
    }

    .KamerInfo h2 {
        font-size: 1.3rem;
    }

    .KamerInfo p {
        font-size: 0.85rem;
    }

    .locatiePlaats {
        font-size: 0.75rem; 
    }
}


.swiper {
    margin-bottom: 65px;
    position: relative;
    right: auto;
    
}

.swiper-wrapper {
    max-height: 700px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    max-height: none; 
}

.swiper-slide-active {
    position: relative;
    z-index: 300;
}

.sliderSection {
    max-height: 800px;
}

.mySwiper .swiper-slide {
    display: flex;
    justify-content: center;
    overflow: visible;
}

.kamer-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: visible;
    text-align: left;
    width: 90%;
    max-width: none;
    margin: 0 auto;
}

.kamer-card img {
    width: 100%;
    height: 400px; 
    object-fit: cover;
}

.kamer-info {
    padding: 16px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    background: #fff;
    justify-content: space-between;
}


.kamer-titel-prijs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.kamer-info h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.kamer-personen {
    font-size: 14px;
    color: #555;
    margin: 0;
}

.kamer-prijs {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.kamer-btn {
    margin-top: 12px;
    border: 1px solid #000;
    border-radius: 6px;
    background: none;
    cursor: pointer;
    padding: 8px;
    width: 100%;
}

.kamer-info-child {
    display: flex;
    flex-direction: column;
}

.mySwiper .swiper-pagination {
    position: absolute;
    text-align: center;
    margin-bottom: 65px;
    right: auto;
}

.mySwiper .swiper-pagination-bullet {
    background-color: #000 !important;
}

.mySwiper .swiper-pagination-bullet-active {
    background-color: #000 !important;
}

.reviewSwiper {
    position: relative;
    padding-bottom: 40px;
}


.ReviewSection {
    padding: 80px 80px 120px 80px;
    max-height: 800px;
}

.reviewSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    position: relative;
}

.swiper-slide {
    max-height: 500px;
}
.review-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 850px;
    margin: auto;
}

.review-stars {
    font-size: 20px;
    color: #333;
}

.review-card blockquote {
    font-size: 16px;
    font-style: italic;
    color: #222;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ccc url('/assets/images/user-placeholder.png') center/cover no-repeat;
}

.review-name {
    font-weight: bold;
}

.review-functie {
    font-size: 14px;
    color: #666;
}

.review-logo img {
    height: 32px;
}



.reviewSwiper .swiper-pagination {
    position: absolute;
    bottom: 16px;
    left: 0;
    text-align: center;
    z-index: 10;
}

.reviewSwiper-pagination {
  position: absolute;
  bottom: 10px; 
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  margin-bottom: 60px;
}

.reviewSwiper .swiper-pagination-bullet {
    background-color: black !important;
}

.reviewSwiper .swiper-pagination-bullet-active {
    background-color: black !important;
}

/* ================== BANNER ================== */
.Banner {
    background-image: url('/assets/images/banner2.png');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
}

.BannerContent {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    padding: 80px;
    color: white;
    align-items: flex-start; 
    justify-content: center;
    text-align: left;
}

.BannerBtnContainer {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 32px;
}

.BannerKamers, .BannerBoeken {
    border-radius: 5px;
    background: none;
    font-size: 13px;
    cursor: pointer;
    width: 130px;
    height: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
}

@media (max-width: 1120px) {
    .BannerContent {
        padding: 60 0 60 0;
    }
}

@media (max-width: 510px) {
    .BannerBtnContainer {
        gap: 30px;
        display: flex;
        flex-direction: column;
    }
}

.BannerKamers {
    border: rgba(255, 255, 255, 0.5) solid 2px;
    color: white;
}

.BannerBoeken {
    border: none;
    color: white;
}


/* =================FOOTER=====================*/
footer {
    background-image: url('/assets/images/footerimg.png');
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.FooterA {
    list-style: none;
    text-decoration: none;
    color: inherit;
}

.FooterContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; 
    gap: 50px;
}

.FooterTekst {
    display: flex;
    flex-direction: column;
    max-width: 30%;
    gap: 50px;
}

.FooterNav {
    display: flex;
    gap: 50px;
    margin-top: 45px;
}

.FooterTitle {
    font-family: 'Abhaya Libre', serif;
    font-size: 72px;
    width: 400px;
    height: auto;
}

.FooterColumn {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 200px;
}

.FooterLogo {
    width: 117px;
    height: 33px;
    margin-top: 30px;
}

.FooterLinks {
    border-top: 2px solid black;
    margin-top: 20px;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.SocialMedia {
    display: flex;
    gap: 32px;
}

.FooterIcon {
    margin: 20px 8px 0 8px;
    cursor: pointer;
}

.copyright {
    opacity: 0.65;
    margin-top: 20px;
}


@media (max-width: 1024px) {
    .FooterContent {
        gap: 20px;
    }

    .FooterTekst {
        max-width: 40%;
    }

    .FooterColumn {
        width: 150px;
        gap: 20px;
    }

    .FooterTitle {
        font-size: 48px;
        width: auto;
    }
}

@media (max-width: 775px) {
    footer {
        padding: 40px 20px;
    }

    .FooterContent {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .FooterTekst {
        max-width: 100%;
        gap: 30px;
    }

    .FooterTitle {
        font-size: 28px;
        width: 100%;
    }

    .FooterNav {
        flex-direction: column;
        margin-top: 20px;
        gap: 20px;
    }

    .FooterColumn {
        width: 100%;
        gap: 15px;
    }

    .FooterLinks {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .SocialMedia {
        gap: 16px;
        margin-top: 10px;
    }
}

.2-column_container {
    display: flex;
    flex-directionL: row;
}









