/*
Theme Name: ForteDizayn
Author: Mustafa
Description: İç mimarlık ve dekorasyon teması
Version: 1.0
Theme URI: https://fortedizayn.com
Author URI: https://fortedizayn.com
*/

body {
    margin:0;
    font-family: 'Poppins', sans-serif;
    background:#f8f8f8;
}

/* HEADER */
header {
    background:#111;
}

header .container {
    display:flex;
    justify-content:space-between;
    align-items:left;
}

/* MENU */
.menu {
    list-style:none;
    display:flex;
    gap:25px;
    margin:0;
    padding:0;
}

.menu li {
    list-style:none;
}

.menu a {
    color:#fff;
    text-decoration:none;
    font-weight:500;
    transition:0.3s;
}

.menu a:hover {
    color:#c9a86a;
}
.menu-toggle {
    display:none;
    font-size:28px;
    background:none;
    border:none;
    color:#fff;
    cursor:pointer;
}

.btn {
    background:#c9a86a;
    color:#fff;
    padding:12px 25px;
    text-decoration:none;
    border-radius:30px;
    display:inline-block;
    font-weight:600;
    transition:0.3s;
}

.btn:hover {
    background:#b89555;
    transform:translateY(-2px);
}

h1,h2,h3 {
    font-family: 'Poppins', sans-serif;
    color: #c9a86a;
}

section {
    padding:60px 0;
}

img {
    max-width:100%;
    height:auto;
}

.container {
    width:90%;
    max-width:1200px;
    margin:auto;
}


.header-container {
    display: flex !important;
    justify-content: space-between !important; /* Logoyu sola, menüyü sağa iter */
    align-items: center !important;
    max-width: 100% !important; /* Kenarlara tam yaslanması için */
    padding: 0 5% !important; /* Videodaki sağ-sol boşluk */
}

/* Logo Alanı Boyutlandırma */
.site-logo {
    flex: 0 0 auto !important;
    line-height: 0 !important;
}

.site-logo img {
    max-height: 90px !important; /* Videodaki dikey doluluk oranı */
    width: auto !important;
    display: block !important;
}
.site-header {
    position: relative;
    z-index: 9999;
}

/* Menü Alanını Sağa Yaslama */
.main-nav {
    flex: 0 0 auto !important;
}
/* GRID */
.projects-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

/* HERO IMAGE FIX */
.hero-slide {
    position: relative !important;
    height: 90vh !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    background: #111 !important;
}

.hero-bg-img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 1 !important;
}

.hero-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
}

.hero-content {
    position: relative !important;
    z-index: 3 !important;
}



/*Kampanya ve ilhamlar alanları için */
.scroll-container {
    display:flex;
    gap:20px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
}

.scroll-card {
    min-width:300px;
    background:#fff;
    padding:15px;
    border-radius:10px;
    scroll-snap-align:start;
}
.read-more {
    display:inline-block;
    margin-top:10px;
    background:#c9a86a;
    color:#fff;
    padding:8px 15px;
    border-radius:20px;
    text-decoration:none;
    font-size:13px;
}

.read-more:hover {
    background:#b89555;
}

/* CARD */
.project-card {
    position:relative;
    overflow:hidden;
    border-radius:12px;
}

/* IMAGE */
.project-image img {
    width:100%;
    height:250px;
    object-fit:cover;
    transition:0.5s;
}

/* OVERLAY */
.project-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    color:#fff;
    
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    opacity:0;
    transition:0.4s;
}

/* TEXT */
.project-overlay h3 {
    margin-bottom:10px;
}

/* BUTTON */
.project-btn {
    background:#c9a86a;
    padding:10px 20px;
    border-radius:25px;
    font-size:14px;
}

/* HOVER EFFECT */
.project-card:hover img {
    transform:scale(1.1);
}

.project-card:hover .project-overlay {
    opacity:1;
}

/* FOOTER */
.footer {
    background:#111;
    color:#fff;
    padding:60px 0 20px;
}

.footer-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.footer h3, .footer h4 {
    margin-bottom:15px;
}

.footer p {
    color:#ccc;
    line-height:1.6;
}

/* FOOTER MENU */
.footer-menu {
    list-style:none;
    padding:0;
}

.footer-menu li {
    margin-bottom:8px;
}

.footer-menu a {
    color:#ccc;
    text-decoration:none;
    transition:0.3s;
}

.footer-menu a:hover {
    color:#c9a86a;
}

/* ALT KISIM */
.footer-bottom {
    border-top:1px solid #333;
    margin-top:40px;
    padding-top:20px;
    text-align:center;
    color:#aaa;
}

/* SOCIAL ICONS */
.social-icons {
    margin-top:15px;
    display:flex;
    gap:15px;
}

.social-icons a {
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#222;
    color:#fff;
    border-radius:50%;
    text-decoration:none;
    transition:0.3s;
    font-size:16px;
}

.social-icons a:hover {
    background:#c9a86a;
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
    position:fixed;
    bottom:20px;
    right:20px;
    background:#25D366;
    color:#fff;
    font-size:28px;
    padding:15px 18px;
    border-radius:50%;
    text-decoration:none;
    box-shadow:0 5px 15px rgba(0,0,0,0.3);
    z-index:999;
    transition:0.3s;
}

.whatsapp-btn:hover {
    transform:scale(1.1);
}

/* SINGLE PAGE */
/* ========================= */
/* 🔥 PREMIUM DERGİ STİLİ */
/* ========================= */

.single-wrapper {
    padding:60px 0;
    max-width:900px;
}

/* FLOAT GÖRSEL */
.float-image {
    float:left;
    width:40%;
    max-width:420px;
    margin:0 25px 20px 0;
    border-radius:12px;
}

/* İÇERİK */
.content {
    font-size:18px;
    line-height:1.9;
}

/* İLK PARAGRAF */
.content p:first-of-type {
    font-size:20px;
    font-weight:500;
}

/* DROP CAP */
.content p:first-of-type::first-letter {
    float:left;
    font-size:64px;
    margin-right:12px;
    font-weight:700;
    color:#c9a86a;
}

/* CTA */
.cta-box {
    margin-top:40px;
    padding:25px;
    background:#f5f5f5;
    border-radius:12px;
}

/* RELATED */
.related-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.related-card h4 {
    font-size:16px;
}

/* MOBILE MENU */
.menu-toggle {
    display:none;
    background:none;
    border:none;
    color:#fff;
    font-size:32px;
    cursor:pointer;
}



/* MOBİL */
@media(max-width:768px){
    .footer-grid {
        grid-template-columns:1fr;
        text-align:center;
    }
    .single-grid {
        grid-template-columns:1fr;
    }
    .related-grid {
        grid-template-columns:1fr;
    }

    .projects-grid {
        grid-template-columns:1fr;
    }
    .float-image {
        float:none;
        width:100%;
        margin-bottom:20px;
    }

    /* hamburger menü */
    .menu-toggle {
        display:block;
    }    

    .header-container {
        position: relative !important;
    }

    .main-nav {
        display: none !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        width: 100% !important;
        background: #111 !important;
        z-index: 99999 !important;
        padding: 0 !important;
    }

    .main-nav.active {
        display: block !important;
    }

    .main-nav .menu {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .main-nav .menu li {
        width: 100% !important;
        border-bottom: 1px solid #222;
    }

    .main-nav .menu a {
        display: block !important;
        width: 100% !important;
        padding: 15px 5% !important;
        color: #fff !important;
        background: #111;
    }

    /* hamburger menü end */

   
}
.forte-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.feature-box {
    background: #c9a76a; /* senin altın ton */
    color: #fff;
    padding: 14px 18px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-radius: 0; /* 🔥 keskin köşe */
    border: 1px solid #b8955c;

    transition: all 0.3s ease;
}

/* Hover efekti (isteğe bağlı) */
.feature-box:hover {
    background: #b8955c;
    transform: translateY(-2px);
}


/* ===== KESİN MOBİL HERO DÜZELTME ===== */
@media only screen and (max-width: 768px) {

    body .hero-slider.swiper {
        padding: 0 !important;
        height: 430px !important;
        min-height: 430px !important;
        max-height: 430px !important;
        overflow: hidden !important;
        background: #111 !important;
    }

    body .hero-slider .swiper-wrapper {
        height: 430px !important;
    }

    body .hero-slider .swiper-slide,
    body .hero-slider .hero-slide {
        height: 430px !important;
        min-height: 430px !important;
        max-height: 430px !important;
        padding: 0 !important;
        background: #111 !important;
        display: flex !important;
        align-items: flex-end !important;
        position: relative !important;
        overflow: hidden !important;
    }

    body .hero-slider .hero-bg-img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        z-index: 1 !important;
        display: block !important;
    }

    body .hero-slider .hero-overlay {
        position: absolute !important;
        inset: 0 !important;
        z-index: 2 !important;
        display: block !important;
        background: linear-gradient(
            to top,
            rgba(0,0,0,0.90) 0%,
            rgba(0,0,0,0.55) 45%,
            rgba(0,0,0,0.15) 100%
        ) !important;
    }

    body .hero-slider .hero-content {
        position: relative !important;
        z-index: 5 !important;
        width: 90% !important;
        max-width: 90% !important;
        margin: 0 auto !important;
        padding: 0 0 45px 0 !important;
        color: #fff !important;
    }

    body .hero-slider .hero-content h1 {
    display:block !important;
    font-size:25px !important;
    line-height:1.2 !important;
    margin:0 0 10px 0 !important;
    max-width:100% !important;
}

body .hero-slider .hero-content p {
    display:block !important;
    font-size:14px !important;
    line-height:1.5 !important;
    margin:0 0 14px 0 !important;
    max-width:100% !important;
}

    body .hero-slider .hero-content .btn {
        display: inline-block !important;
        padding: 9px 18px !important;
        font-size: 13px !important;
    }

    body .hero-slider .swiper-button-next,
    body .hero-slider .swiper-button-prev {
        display: none !important;
    }

    .feature-box {
        font-size: 14px;
        padding: 12px;
    }
}