*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background:#090909;
    color:#fff;
    font-family:Arial,Helvetica,sans-serif;
}

.container{
    width:90%;
    max-width:1400px;
    margin:auto;
}


header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 60px;
    background:#111;
    border-bottom:1px solid #d4af37;
}

header h1{
    color:#d4af37;
    font-size:34px;
}

nav{
    display:flex;
    gap:50px;
    margin-left: 50px;
}
.menu-toggle{
    display:none;
    font-size:30px;
    color:#d4af37;
    cursor:pointer;
}
nav a{
    color:#fff;
    text-decoration:none;
    font-size:30px;
    font-weight:600;
    transition:.3s;
}

nav a:hover{
    color:#d4af37;
}

.hero{
    height: 80vh;
    display: flex;
    align-items: center;
}

.hero h2{
    font-size:56px;
    line-height:1.25;
    letter-spacing:-1px;
}

.hero p{
    font-size: 22px;
    color: #ccc;
    max-width: 550px;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-top:20px;
}


.btn:hover{
    background:#f0c54a;
    transform:translateY(-2px);
}

.hero-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
}
.hero-text{
    flex: 1.2;
    max-width: 6500px;
}

.hero-image{
    flex:1;
    text-align:right;
    
 }
.hero-image img{
    width:100%;
    max-width:700px;
    border-radius:16px;
    border:1px solid rgba(212,175,55,.18);
    box-shadow:0 20px 50px rgba(0,0,0,.45);
    transition:.4s ease;
}

.hero-image img:hover{
    transform:translateY(-8px) scale(1.03);
    filter:brightness(1.08);
    box-shadow:0 35px 80px rgba(212,175,55,.20);
}
.btn{
    display:inline-block;
    background:#d4af37;
    color:#111;
    padding:16px 34px;
    font-size:18px;
    font-weight:600;
    border-radius:8px;
    text-decoration:none;
    transition:all .3s ease;
}

.btn:hover{
    background:#f0c54a;
    transform:translateY(-3px);
    box-shadow: 0 20px 40px rgba(212,175,55,.55);
}
.logo{
    display: flex;
    align-items: center;
    gap: 16px;
}

.logo img{
    width: 125px;
    height: auto;
    object-fit: contain;
}

.logo h1{
    font-size: 32px;
    color: #d4af37;
    margin: 0;
}
.header-btn{
    background:#d4af37;
    color:#111;
    padding:14px 34px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    font-size:18px;
    transition:.3s;

    margin-right:10px;
}

.header-btn:hover{
    background:#d4af37;
    color:#111;
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(212,175,55,.35);
}
.logo{
    padding:8px;
    border:1px solid rgba(212,175,55,.35);
    border-radius:14px;
    background:#111;
    box-shadow:0 0 12px rgba(212,175,55,.15);
}
.logo img{
    width:120px;
    display:block;

    padding:8px;
    border:1px solid rgba(212,175,55,.35);
    border-radius:14px;
    box-shadow:0 0 12px rgba(212,175,55,.15);
    background:#111;
    transition:.3s;
}

.logo img:hover{
    box-shadow:0 0 20px rgba(212,175,55,.30);
}
.whatsapp{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 65px;
    height: 65px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 25px rgba(37,211,102,.35);
    transition: .3s;
    z-index: 999;
}

.whatsapp img{
    width: 38px;
}

.whatsapp:hover{
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(37,211,102,.5);
}
.whatsapp{
    position:fixed;
    right:30px;
    bottom:30px;
    width:65px;
    height:65px;
    background:#25D366;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:36px;
    text-decoration:none;
    box-shadow:0 10px 30px rgba(37,211,102,.4);
    transition:.3s;
    z-index:999;
}

.whatsapp:hover{
    transform:scale(1.1);
}
.logo img{
    width:120px;
    display:block;
}

.whatsapp-btn:hover{
    transform:translateY(-3px);
}
.whatsapp-btn{
    position:fixed;
    right:30px;
    bottom:30px;
    display:flex;
    align-items:center;
    gap:10px;

    background:#111;
    color:#25D366;

    padding:12px 18px;
    border:1px solid #d4af37;
    border-radius:12px;

    text-decoration:none;
    font-weight:700;

    box-shadow:0 10px 25px rgba(0,0,0,.35);
    transition:.3s;
    z-index:999;
}

.whatsapp-btn:hover{
    background:#25D366;
    color:#fff;
    transform:translateY(-3px);
}

.whatsapp-btn svg{
    flex-shrink:0;
}
.about{
    padding:120px 0;
}

.about-title{
    text-align:center;
    margin-bottom:70px;
}

.about-title h2{
    font-size:46px;
    color:#d4af37;
    margin-bottom:10px;
}

.about-title p{
    color:#d5d5d5;
    font-size:18px;
    letter-spacing:6px;
    font-weight:500;
}


.about-content{
    width:90%;
    max-width:1200px;
    margin:auto;

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:50px;
}

.about-image img{
    width:580px;
    border-radius:20px;
}

.about-text{
    max-width:520px;
}

.about-text h3{
    font-size:42px;
    margin-bottom:25px;
    line-height:1.3;
}

.about-text p{
    color:#bdbdbd;
    line-height:1.9;
    margin-bottom:20px;
}
.about-title::after{
    content:"";
    display:block;
    width:80px;
    height:3px;
    background:#d4af37;
    margin:18px auto 0;
    border-radius:10px;
}
/* =======================
   HİZMETLER
======================= */

.services{
    padding:120px 0;
    background:#090909;
}

.services-title{
    text-align:center;
    margin-bottom:70px;
}

.services-title h2{
    color:#d4af37;
    font-size:48px;
    margin-bottom:10px;
}

.services-title p{
    color:#d5d5d5;
    font-size:17px;
    letter-spacing:6px;
}

.services-title::after{
    content:"";
    display:block;
    width:90px;
    height:2px;
    background:#d4af37;
    margin:20px auto 0;
    border-radius:10px;
}

.services-container{
    width:95%;
    max-width:1400px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:25px;
}



.service-card{
    background:#111;
    border:1px solid rgba(212,175,55,.20);
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    transition:.35s;
}

.service-card:hover{
    transform:translateY(-10px);
    border-color:#d4af37;
    box-shadow:0 0 30px rgba(212,175,55,.18);
}

.service-icon{
    font-size:55px;
    color:#d4af37;
    margin-bottom:25px;
    transition:.3s;
}

.service-card:hover .service-icon{
    transform:scale(1.15);
}

.service-card h3{
    color:#fff;
    font-size:28px;
    margin-bottom:18px;
}

.service-card p{
    color:#bdbdbd;
    line-height:1.8;
    font-size:17px;
}
/* ===== GALERİ ===== */

.gallery{
    padding:120px 0;
    background:#0b0b0b;
}

.gallery-title{
    text-align:center;
    margin-bottom:70px;
}

.gallery-title h2{
    color:#d4af37;
    font-size:58px;
    font-weight:700;
}

.gallery-title p{
    color:#bdbdbd;
    letter-spacing:8px;
    margin-top:10px;
    font-size:20px;
}

.gallery-title::after{
    content:"";
    display:block;
    width:90px;
    height:3px;
    background:#d4af37;
    margin:20px auto 0;
    border-radius:10px;
}
/* =======================
   GALERİ
======================= */

.gallery{
    padding:120px 0;
    background:#0b0b0b;
}

.gallery-container{
    width:90%;
    max-width:1400px;
    margin:60px auto 0;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.gallery-item{
    overflow:hidden;
    border-radius:18px;
    border:1px solid rgba(212,175,55,.20);
    transition:.35s;
    cursor:pointer;
}

.gallery-item img{
    width:100%;
    height:280px;
    object-fit:cover;
    display:block;
    transition:.35s;
}

.gallery-item:hover{
    border-color:#d4af37;
    box-shadow:0 15px 35px rgba(212,175,55,.20);
}

.gallery-item:hover img{
    transform:scale(1.08);
}
/* ========================= */
/*        İLETİŞİM           */
/* ========================= */

.contact{
    padding:120px 0;
    background:#0b0b0b;
}

.contact-title{
    text-align:center;
    margin-bottom:70px;
}

.contact-title h2{
    font-size:58px;
    color:#d4af37;
    font-weight:700;
}

.contact-title p{
    color:#cfcfcf;
    letter-spacing:8px;
    margin-top:12px;
    font-size:22px;
}

.contact-title::after{
    content:"";
    display:block;
    width:90px;
    height:2px;
    background:#d4af37;
    margin:20px auto 0;
    border-radius:10px;
}

.contact-container{
    width:90%;
    max-width:1300px;
    margin:auto;

    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:60px;
    align-items:center;
}

.contact-info{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.contact-item{
    display:flex;
    align-items:center;
    gap:20px;

    background:#111;
    border:1px solid rgba(212,175,55,.18);
    border-radius:18px;
    padding:25px 30px;

    transition:.35s;
}

.contact-item:hover{
    transform:translateY(-5px);
    border-color:#d4af37;
    box-shadow:0 20px 40px rgba(212,175,55,.12);
}

.contact-item i{
    font-size:32px;
    color:#d4af37;
    min-width:40px;
    text-align:center;
}

.contact-item h3{
    color:#fff;
    margin-bottom:6px;
    font-size:22px;
}

.contact-item p{
    color:#cfcfcf;
    font-size:17px;
}

.contact-map iframe{
    width:100%;
    height:500px;
    border:none;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.4);
}
/* =======================
   TEKLİF AL
======================= */

.quote{
    padding:120px 0;
    background:#090909;
}

#quoteForm{
    width:90%;
    max-width:1000px;
    margin:60px auto 0;
}

.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    margin-bottom:25px;
}

#quoteForm input,
#quoteForm select,
#quoteForm textarea{

    width:100%;
    padding:18px 22px;

    background:#111;
    color:#fff;

    border:1px solid rgba(212,175,55,.20);
    border-radius:15px;

    font-size:17px;
    outline:none;

    transition:.3s;
}

#quoteForm input:focus,
#quoteForm select:focus,
#quoteForm textarea:focus{

    border-color:#d4af37;
    box-shadow:0 0 15px rgba(212,175,55,.18);

}

#quoteForm textarea{

    resize:none;
    margin-bottom:25px;

}

.upload-box{

    display:flex;
    justify-content:center;
    align-items:center;

    height:120px;

    border:2px dashed rgba(212,175,55,.35);
    border-radius:18px;

    color:#d4af37;
    cursor:pointer;

    margin-bottom:30px;

    transition:.3s;
}

.upload-box:hover{

    border-color:#d4af37;
    background:#111;

}

.upload-box input{

    display:none;

}

#quoteForm button{

    width:100%;

    padding:18px;

    background:#d4af37;
    color:#111;

    border:none;
    border-radius:15px;

    font-size:20px;
    font-weight:700;

    cursor:pointer;

    transition:.3s;

}

#quoteForm button:hover{

    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(212,175,55,.30);

}
.upload-info{
    margin-top:-10px;
    margin-bottom:35px;
    text-align:center;
    color:#bdbdbd;
    font-size:15px;
    line-height:1.8;
}

.upload-info span{
    color:#d4af37;
    font-weight:600;
}

.upload-info small{
    color:#888;
    font-size:13px;
}
.success-message{

    display:none;

    margin-top:25px;

    padding:18px;

    border-radius:15px;

    background:#16351d;

    color:#7dff8d;

    text-align:center;

    font-size:17px;

    border:1px solid #2faa47;

}
/* ===========================
           FOOTER
=========================== */

.footer{

    background:#070707;

    border-top:1px solid rgba(212,175,55,.18);

    padding:70px 0 25px;

}

.footer-container{

    width:90%;
    max-width:1300px;

    margin:auto;

    display:grid;

    grid-template-columns:2fr 1fr 1fr;

    gap:70px;

}

.footer h2{

    color:#d4af37;

    font-size:34px;

    margin-bottom:18px;

}

.footer h3{

    color:#fff;

    margin-bottom:20px;

}

.footer p{

    color:#bdbdbd;

    line-height:1.9;

}

.footer-links{

    display:flex;

    flex-direction:column;

    gap:14px;

}

.footer-links a{

    color:#bdbdbd;

    text-decoration:none;

    transition:.3s;

}

.footer-links a:hover{

    color:#d4af37;

    padding-left:8px;

}

.footer-contact p{

    margin-bottom:12px;

}

.footer-bottom{

    text-align:center;

    margin-top:60px;

    padding-top:25px;

    border-top:1px solid rgba(255,255,255,.06);

    color:#777;

    font-size:14px;

}
@media (max-width: 900px) {

    .footer-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .footer-links {
        align-items: center;
    }

}
@media (max-width:768px){

    .hero-content{
        flex-direction:column;
    }

}

/* =========================
   MOBİL GÖRÜNÜM
========================= */

@media (max-width:768px){

    body{
        overflow-x:hidden;
    }

    .container{
        width:95%;
    }

    header{
        padding:15px 20px;
        justify-content:space-between;
        align-items:center;
        position:relative;
    }

    .logo img{
        width:70px;
    }

    /* Hamburger */
    .menu-toggle{
        display:block;
        font-size:30px;
        color:#d4af37;
        cursor:pointer;
    }

    /* Menü */
    nav{
    display:none;
    flex-direction:column;
    align-items:center;
    gap:20px;

    position:absolute;
    top:100%;
    left:0;

    width:100%;
    background:#111;

    padding:25px 20px;

    box-sizing:border-box;
    z-index:9999;
}

    nav.active{
        display:flex;
    }

    nav a{
        width:100%;
        text-align:center;
        font-size:18px;
    }

    .header-btn{
        width:85%;
        text-align:center;
    }

    /* Hero */

    .hero{
        height:auto;
        padding:70px 0;
    }

    .hero-content{
        flex-direction:column;
        text-align:center;
        gap:40px;
    }

    .hero-text{
        max-width:100%;
    }

    .hero h2{
        font-size:42px;
        line-height:1.2;
    }

    .hero p{
        font-size:18px;
    }

    .hero-image img{
        width:100%;
        max-width:380px;
    }

    /* Hakkımızda */

    .about{
        padding:70px 0;
    }

    .about-content{
        flex-direction:column;
        text-align:center;
    }

    .about-image img{
        width:100%;
    }

    .about-text{
        max-width:100%;
    }

    /* Hizmetler */

    .services-container{
        grid-template-columns:1fr;
    }

    /* Galeri */

    .gallery-container{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .gallery-item img{
        height:180px;
    }

    /* İletişim */

    .contact-container{
        grid-template-columns:1fr;
        gap:35px;
    }

    .contact-map iframe{
        height:300px;
    }

    /* Form */

    .form-row{
        grid-template-columns:1fr;
    }

    /* Footer */

    .footer-container{
        grid-template-columns:1fr;
        text-align:center;
        gap:35px;
    }

    .footer-links{
        align-items:center;
    }

    /* WhatsApp */

    .whatsapp-btn{
        right:15px;
        bottom:15px;
        padding:10px 14px;
        font-size:14px;
    }

}