/* ===== Google Font ===== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#09090b;
    color:white;
    overflow-x:hidden;
}

/* ===== Navigatie ===== */

nav{
    .navbar{
    width:100%;
}
    top:0;
    left:0;
    width:100%;
    padding-top: 0;
margin-top: 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
background: rgba(0,0,0,.55);
    backdrop-filter:blur(10px);
    z-index:999;
}

.logo{
    font-size:32px;
    font-weight:700;
    color:#fff;
}

.whatsapp{
    text-decoration:none;
    color:white;
    background:linear-gradient(45deg,#ff2d95,#00d8ff);
    padding:14px 28px;
    border-radius:40px;
    transition:.3s;
}

.whatsapp:hover{
    transform:translateY(-3px);
    box-shadow:0 0 30px #ff2d95;
}

/* ===== Hero ===== */

.hero{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    padding:220px 8% 120px;
    flex-wrap:wrap;

    background-image:
        linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.75)),
        url("./images/hero-bg.png");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}


.hero-content{

    max-width:850px;

}


.hero h1{
    font-size:clamp(55px,8vw,95px);
    line-height:1.1;
    margin-bottom:25px;
    text-shadow:0 0 30px rgba(255,255,255,.25);
}




.hero p{
    font-size:clamp(20px,3vw,30px);
    color:#ddd;
    margin-bottom:40px;
}


.hero span{

    color:#D4AF37;

    font-weight:bold;

}

.btn{

display:inline-block;

padding:18px 45px;

border-radius:50px;

text-decoration:none;

font-weight:700;

font-size:18px;

background:linear-gradient(135deg,#ff2d95,#00d8ff);

color:white;

transition:.35s;

box-shadow:0 15px 35px rgba(255,45,149,.35);

}

.btn:hover{

transform:translateY(-6px) scale(1.04);

box-shadow:0 20px 45px rgba(255,45,149,.6);

}


/* ===== Info ===== */

.info{

margin-top:60px;

display:flex;

justify-content:center;

gap:35px;

flex-wrap:wrap;

}

.info div{

background:rgba(255,255,255,.08);

padding:20px;

border-radius:15px;

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(8px);

}

/* ===== Secties ===== */

section{

padding:120px 8%;

}

.about{

text-align:center;

}

.about h2{

font-size:50px;

margin-bottom:30px;

color:#D4AF37;

}

.about p{

max-width:900px;

margin:auto;

font-size:20px;

line-height:1.8;

color:#ddd;

}

/* ===== Prijs ===== */

.price{

display:flex;

justify-content:center;

}

.price-card{

background:#131313;

padding:60px;

border-radius:25px;

text-align:center;

border:2px solid #D4AF37;

max-width:500px;

width:100%;

box-shadow:0 0 40px rgba(212,175,55,.25);

}

.price-card h1{

font-size:90px;

color:#D4AF37;

margin:25px 0;

}

.price-card ul{

list-style:none;

margin:30px 0;

}

.price-card li{

margin:15px 0;

font-size:20px;

}

/* ===== Contact ===== */

.contact{

text-align:center;

background:#0d0d0d;

}

.contact h2{

font-size:50px;

margin-bottom:30px;

color:#D4AF37;

}

.contact p{

font-size:22px;

margin:15px 0;

}

/* ===== Footer ===== */

footer{

padding:35px;

text-align:center;

background:black;

color:#888;

}/* ===== Zwevende WhatsApp knop ===== */

.floating-whatsapp{
    position:fixed;
    bottom:25px;
    right:25px;
    width:70px;
    height:70px;
    border-radius:50%;
    background:linear-gradient(135deg,#25D366,#128C7E);
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    font-size:32px;
    color:white;
    box-shadow:0 10px 30px rgba(0,0,0,.4);
    transition:.3s;
    z-index:9999;
}

.floating-whatsapp:hover{
    transform:scale(1.12);
}
/* ===== Waarom kiezen ===== */

.features{

padding:100px 8%;

background:#101010;

text-align:center;

}

.features h2{

font-size:48px;

margin-bottom:60px;

color:#D4AF37;

}

.feature-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:30px;

}

.feature-card{

background:rgba(255,255,255,.05);

padding:35px;

border-radius:20px;

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(12px);

transition:.35s;

}

.feature-card:hover{

transform:translateY(-10px);

border-color:#D4AF37;

box-shadow:0 0 25px rgba(212,175,55,.25);

}

.feature-card h3{

margin-bottom:18px;

font-size:24px;

}

    .feature-card
    /* ===== Waarom kiezen voor ons ===== */

.features {
    padding: 100px 8%;
    background: #101010;
    text-align: center;
}

.features h2 {
    font-size: 48px;
    margin-bottom: 60px;
    color: #D4AF37;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 35px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    transition: all 0.35s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    border-color: #D4AF37;
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.25);
}

.feature-card h3 {
    margin-bottom: 18px;
    font-size: 24px;
    color: white;
}

.feature-card p {
    color: #cfcfcf;
    line-height: 1.7;
    font-size: 17px;
}/* ===== Hoe werkt het ===== */

.steps{
    padding:100px 8%;
    background:#0b0b0b;
    text-align:center;
}

.steps h2{
    font-size:48px;
    color:#D4AF37;
    margin-bottom:60px;
}

.steps-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:30px;
}

.step{
    background:rgba(255,255,255,.05);
    padding:35px;
    border-radius:20px;
    transition:.3s;
    border:1px solid rgba(255,255,255,.08);
}

.step:hover{
    transform:translateY(-10px);
    border-color:#D4AF37;
}

.step-number{
    width:60px;
    height:60px;
    margin:0 auto 20px;
    border-radius:50%;
    background:linear-gradient(135deg,#D4AF37,#ff2d95);
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:26px;
    font-weight:bold;
    color:white;
}

.step h3{
    margin-bottom:15px;
    font-size:24px;
}

.step p{
    color:#cfcfcf;
    line-height:1.7;
}/* ===== Reviews ===== */

.reviews{
    padding:100px 8%;
    background:#111;
    text-align:center;
}

.reviews h2{
    font-size:48px;
    color:#D4AF37;
    margin-bottom:60px;
}

.reviews-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.review-card{
    background:rgba(255,255,255,.05);
    padding:35px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.08);
    transition:.3s;
}

.review-card:hover{
    transform:translateY(-8px);
    border-color:#D4AF37;
    box-shadow:0 0 25px rgba(212,175,55,.25);
}

.stars{
    color:#FFD700;
    font-size:28px;
    margin-bottom:20px;
}

.review-card p{
    color:#ddd;
    line-height:1.7;
    margin-bottom:20px;
}

.review-card h4{
    color:#fff;
    text-align:center;
}


/* ===== FAQ ===== */

.faq{
   padding:160px 8% 100px;
    background:#0b0b0b;
}

.faq h2{
    text-align:center;
    color:#D4AF37;
    font-size:48px;
    margin-bottom:50px;
}

.faq-item{
    max-width:900px;
    margin:20px auto;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:25px;
    transition:.3s;
}

.faq-item:hover{
    border-color:#D4AF37;
    transform:translateY(-5px);
}

.faq-item h3{
    margin-bottom:10px;
    color:white;
}

.faq-item p{
    color:#d5d5d5;
    line-height:1.7;
}/* ===== Footer ===== */

.footer{
    padding:80px 8%;
    background:#050505;
    text-align:center;
    border-top:1px solid rgba(212,175,55,.15);
}

.footer h2{
    font-size:40px;
    color:#D4AF37;
    margin-bottom:20px;
}

.footer p{
    color:#cfcfcf;
}

.footer-info{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:20px;
    margin:40px 0;
}

.footer-info div{
    background:rgba(255,255,255,.05);
    padding:15px 25px;
    border-radius:15px;
}

.footer-btn{
    display:inline-block;
    margin-top:20px;
    padding:18px 45px;
    border-radius:40px;
    text-decoration:none;
    color:white;
    background:linear-gradient(135deg,#ff2d95,#00d8ff);
    transition:.3s;
}

.footer-btn:hover{
    transform:translateY(-5px);
}

.copyright{
    margin-top:50px;
    font-size:14px;
    color:#777;
}/* ===== Contact ===== */

.contact{
    padding:120px 8%;
    background:#080808;
    text-align:center;
}

.contact h2{
    font-size:48px;
    color:#D4AF37;
    margin-bottom:50px;
}

.contact-box{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:25px;
    margin-bottom:50px;
}

.contact-item{
    background:rgba(255,255,255,.05);
    padding:30px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.08);
    transition:.3s;
}

.contact-item:hover{
    transform:translateY(-8px);
    border-color:#D4AF37;
}

.contact-button{
    display:inline-block;
    padding:20px 45px;
    border-radius:50px;
    text-decoration:none;
    font-size:20px;
    font-weight:bold;
    color:white;
    background:linear-gradient(135deg,#ff2d95,#00d8ff);
    transition:.3s;
}

.contact-button:hover{
    transform:scale(1.05);
}.feature-card,
.step,
.review-card,
.gallery-card,
.faq-item,
.contact-item{

opacity:0;

transform:translateY(40px);

transition:all .7s ease;

}/* ===== Nieuwe Navbar ===== */

.navbar{

position:relative;

justify-content:space-between;

align-items:center;

padding:20px 7%;

background:rgba(0,0,0,.55);

backdrop-filter:blur(20px);

z-index:99999;

}

.logo{

font-size:32px;

font-weight:700;

color:white;

}

.nav-links{

display:flex;

gap:35px;

}

.nav-links a{

color:white;

text-decoration:none;

transition:.3s;

}

.nav-links a:hover{

color:#D4AF37;

}

.nav-btn{

padding:15px 35px;

border-radius:40px;

background:linear-gradient(135deg,#ff2d95,#00d8ff);

color:white;

text-decoration:none;

font-weight:bold;

}

@media(max-width:900px){

.nav-links{

display:none;

}

}.before-after{
    padding:100px 8%;
    text-align:center;
}

.before-after h2{
    font-size:48px;
    color:#D4AF37;
    margin-bottom:50px;
}

.gallery{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
}

.card{
    background:#161616;
    border-radius:20px;
    overflow:hidden;
    transition:.3s;
}

.card:hover{
    transform:translateY(-10px);
}

.card img{
    width:100%;
    display:block;
}

.card h3{
    padding:20px;
    font-size:24px;
} .gta6{
    margin-top:20px;
    font-size:20px;
    color:#D4AF37;
    font-weight:600;
    max-width:700px;
}.our-work{
    padding:80px 8%;
    text-align:center;
}

.our-work h2{
    font-size:45px;
    color:#D4AF37;
    margin-bottom:10px;
}

.our-work p{
    color:#ccc;
    margin-bottom:35px;
}

.work-gallery{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    max-width:1200px;
    margin:40px auto;
}



.work-gallery img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:15px;
    cursor:pointer;
    transition:.3s;
}

.work-gallery img:hover{
    transform:scale(1.03);
}


.work-gallery img:hover{
    transform:scale(1.03);
}

.work-gallery img:hover{
    transform:scale(1.05);
}#lightbox{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.9);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

#lightbox img{
    width:auto;
    height:auto;
    max-width:95vw;
    max-height:95vh;
    object-fit:contain;
    border-radius:15px;
}

.work-gallery img{
    cursor:pointer;
}#lightbox{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.95);
    justify-content:center;
    align-items:center;
    z-index:9999;
}

#lightbox img{
    max-width:90%;
    max-height:90%;
    object-fit:contain;
    border-radius:15px;
}

.close{
    position:absolute;
    top:25px;
    right:40px;
    color:white;
    font-size:50px;
    cursor:pointer;
}

.prev,
.next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    color:white;
    font-size:55px;
    cursor:pointer;
    user-select:none;
    padding:20px;
}

.prev{
    left:20px;
}

.next{
    right:20px;
}

.work-gallery img{
    cursor:pointer;
    transition:.3s;
}

.work-gallery img:hover{
    transform:scale(1.03);
}@media (max-width:768px){

    .work-gallery{
        grid-template-columns:repeat(2,1fr);
    }

}.gta6-banner{
    padding:80px 8%;
    text-align:center;
    background:linear-gradient(180deg,#101010,#090909);
}

.gta6-banner h2{
    color:#D4AF37;
    font-size:48px;
    margin-bottom:20px;
}

.gta6-banner p{
    color:#ddd;
    font-size:22px;
    max-width:850px;
    margin:0 auto 35px;
    line-height:1.7;
}.location{
    padding:80px 8%;
    text-align:center;
}

.location h2{
    font-size:48px;
    color:#D4AF37;
    margin-bottom:15px;
}

.location p{
    color:#ccc;
    font-size:20px;
    margin-bottom:35px;
}

.location iframe{
    width:100%;
    max-width:1200px;
    height:450px;
    border:none;
    border-radius:20px;
    box-shadow:0 0 25px rgba(212,175,55,.15);
}