*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
    background:#fff;
    color:#111;
}

/* HEADER */

.header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    padding:35px 80px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    z-index:10;
    background:rgba(0,0,0,0.75);
backdrop-filter: blur(4px);
}

.logo{
    color:#fff;
    font-size:1.2rem;
    font-weight:500;
    letter-spacing:4px;
}

.menu{
    display:flex;
    gap:40px;
}

.menu a{
    color:#fff;
    text-decoration:none;
    font-size:0.9rem;
    letter-spacing:1px;
    transition:0.3s;
}

.menu a:hover{
    opacity:0.7;
}

/* HERO */

.hero{
    width:100%;
    height:100vh;
    background:url('images/cnc.jpg') center center/cover no-repeat;
    position:relative;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
}

.hero-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    color:#fff;
    z-index:5;
    width:90%;
}

.mini-title{
    font-size:0.9rem;
    letter-spacing:4px;
}

.hero-content h1{
    font-size:6rem;
    font-weight:300;
    margin:20px 0;
    letter-spacing:8px;
}

.hero-content p{
    font-size:1rem;
    line-height:1.8;
    margin-bottom:35px;
}
.cnc-info{
    width:100%;
    padding:120px 80px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:90px;
    align-items:center;
    background:#111;
}

/* SOL FOTO */

.cnc-left img{
    width:100%;
    height:550px;
    object-fit:cover;
    display:block;
}

/* SAĞ YAZI */

.cnc-right{
    max-width:650px;
}

.cnc-right h2{
    font-size:4rem;
    font-weight:300;
    margin:22px 0 35px;
    line-height:1.2;
    color:#fff;
}

.cnc-right p{
    font-size:1rem;
    line-height:2;
    color:#fff;
    margin-bottom:28px;
}
/* ALANLAR */

.alanlar{
    margin-top:40px;
}

.alanlar h3{
    font-size:1.3rem;
    font-weight:500;
    margin-bottom:20px;
    color:#fff;
}

.alanlar ul{
    list-style:none;
    padding:0;
}

.alanlar li{
    margin-bottom:14px;
    color:#f8f8f8;
    font-size:1rem;
    position:relative;
    padding-left:22px;
}

.alanlar li::before{
    content:"•";
    position:absolute;
    left:0;
    top:0;
    color:#111;
}

/* REHBERLER */

.rehberler{
    width:100%;
    padding:120px 80px;
    background:#111;
}

/* BAŞLIK */

.rehber-title{
    text-align:center;
    max-width:550px;
    margin:0 auto 80px;

}

.rehber-title span{
    font-size:0.85rem;
    letter-spacing:4px;
    color:#fff;
}

.rehber-title h2{
    font-size:4rem;
    font-weight:300;
    margin:17px 0;
    color:#fff;
}

.rehber-title p{
    font-size:1rem;
    line-height:2;
    color:#888;
}

/* GRID */

.rehber-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

/* CARD */

.rehber-card{
    background:#111;
       border:1px solid #888;
    overflow:hidden;
    transition:0.3s ease;
}

.rehber-card:hover{
    transform:translateY(-6px);
}


/* CONTENT */

.rehber-content{
    padding: 28px;
}

/* TAG */

.rehber-tag{
    font-size:0.75rem;
    letter-spacing:3px;
    color:#888;
}

/* TITLE */

.rehber-content h3{
    font-size:1.2rem;
    line-height:1.5;
    font-weight:400;
    margin:18px 0;
    color:#fff;
}

/* TEXT */

.rehber-content p{
    font-size:0.97rem;
    line-height:1.9;
    color:#999;
    margin-bottom:30px;
}

/* BUTTON */

.rehber-content a{
    text-decoration:none;
    color:#f1f1f1;
    font-size:0.92rem;
    letter-spacing:1px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    transition:0.3s ease;
}

/* OK */

.rehber-content a::after{
    content:"→";
    position:static;
    width:auto;
    height:auto;
    background:none;
    transition:0.3s ease;
}

/* HOVER */

.rehber-content a:hover{
    color:#fff;
    gap:16px;
}
.cta-section{
    position:relative;
    width:100%;
    padding:110px 80px;
    background:url('images/cnc.jpg') center center/cover no-repeat;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    overflow:hidden;
}

/* KOYU KATMAN */

.cta-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.55);
}

/* CONTENT */

.cta-content{
    position:relative;
    z-index:2;
    max-width:900px;
}

.cta-content h2{
    font-size:4rem;
    font-weight:700;
    color:#fff;
    margin-bottom:22px;
}

.cta-content p{
    font-size:1rem;
    line-height:1.8;
    color:#e0e0e0;
    margin-bottom:40px;
}

/* BUTTONS */

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

/* TELEFON */

.call-btn{
    background:#d8b13f;
    color:#000;
    text-decoration:none;
    padding:22px 42px;
    font-size:1.1rem;
    font-weight:600;
    border-radius:8px;
    transition:0.3s ease;
}

.call-btn:hover{
    transform:translateY(-3px);
}

/* WHATSAPP */

.wp-btn{
    background:#1fa855;
    color:#fff;
    text-decoration:none;
    padding:22px 42px;
    font-size:1.1rem;
    border-radius:8px;
    transition:0.3s ease;
}

.wp-btn:hover{
    transform:translateY(-3px);
}


/* CONTACT */

.contact{
    width:100%;
    height:70vh;
    background:url('images/contact.jpg') center center/cover no-repeat;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.contact-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.5);
}

.contact-content{
    position:relative;
    z-index:5;
    text-align:center;
    color:#fff;
}

.contact-content span{
    letter-spacing:4px;
}

.contact-content h2{
    font-size:3.5rem;
    font-weight:300;
    margin:20px 0;
}

.contact-content p{
    margin-bottom:35px;
    line-height:1.8;
}

.contact-content a{
    display:inline-block;
    padding:14px 38px;
    border:1px solid #fff;
    color:#fff;
    text-decoration:none;
    letter-spacing:2px;
    transition:0.3s;
}

.contact-content a:hover{
    background:#fff;
    color:#000;
}

.footer{
    width:100%;
    background:#111;
    padding:110px 80px 40px;
}

/* CONTAINER */

.footer-container{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:70px;
    border-bottom:1px solid #1e1e1e;
    padding-bottom:60px;
}

/* BOX */

.footer-box h3{
    font-size:2rem;
    color:#d4af37;
    margin-bottom:28px;
    font-weight:600;
}

.footer-box h4{
    font-size:1.4rem;
    color:#d4af37;
    margin-bottom:30px;
    font-weight:500;
}

.footer-box p{
    color:#b5b5b5;
    font-size:1rem;
    line-height:2;
    margin-bottom:14px;
}

/* LINKS */

.footer-box a{
    display:block;
    color:#b5b5b5;
    text-decoration:none;
    margin-bottom:18px;
    font-size:1rem;
    transition:0.3s ease;
}

.footer-box a:hover{
    color:#d4af37;
}

/* INSTAGRAM */

.footer-social{
    margin-top:30px;
}

.footer-social a{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#151515;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:0.9rem;
}

/* ALT */

.footer-bottom{
    padding-top:35px;
    text-align:center;
}

.footer-bottom p{
    color:#8c8c8c;
    font-size:0.95rem;
}
.floating-wp{
    position:fixed;
    right:28px;
    bottom:28px;
    width:76px;
    height:76px;
    border-radius:50%;
    background:#25D366;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 10px 30px rgba(0,0,0,0.25);
    transition:0.3s ease;
}

.floating-wp i{
    color:#fff;
    font-size:2.5rem;
}

.floating-wp:hover{
    transform:scale(1.08);
}