﻿:root {
    --bg: #f7f2ea;
    --surface: #fffaf4;
    --dark: #1d1a17;
    --muted: #756d63;
    --line: #e2d7c8;
    --accent: #a98354;
    --accent-dark: #6b4d2e;
    --radius: 28px;
    --container: 1180px;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--dark); background: var(--bg); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 10px; background: var(--dark); color: #fff; padding: 10px 14px; z-index: 50; }
.skip-link:focus { left: 10px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247,242,234,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(29,26,23,.08); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; }
.brand-mark { width: 44px; height: 44px; border-radius: 50%; display: inline-grid; place-items: center; background: var(--dark); color: #fff; letter-spacing: .05em; }
.brand-text { font-size: 1.15rem; }
.main-nav { display: flex; align-items: center; gap: 26px; color: var(--muted); }
.main-nav a:hover { color: var(--dark); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 12px 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 700; cursor: pointer; transition: .2s ease; }
.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { background: var(--accent-dark); }
.btn-light { background: #fff; color: var(--dark); }
.btn-outline { border-color: var(--dark); color: var(--dark); background: transparent; }
.btn-outline:hover { background: var(--dark); color: #fff; }
.eyebrow { color: var(--accent-dark); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 800; margin: 0 0 12px; }
.hero-section { padding: 76px 0 54px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: 48px; align-items: center; }
.hero-copy h1, .page-hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 8vw, 7rem); line-height: .95; letter-spacing: -.04em; margin: 0 0 24px; }
.hero-copy p { max-width: 620px; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-media, .about-media, .product-detail-media { border-radius: var(--radius); overflow: hidden; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 24px 80px rgba(29,26,23,.08); }
.hero-media img { width: 100%; min-height: 520px; object-fit: cover; }
.brand-strip { border-block: 1px solid var(--line); background: var(--surface); }
.brand-strip-inner { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; padding: 24px 0; text-align: center; color: var(--muted); font-weight: 700; }
.section { padding: 90px 0; }
.section-heading { text-align: center; max-width: 720px; }
.section-heading h2, .split-grid h2, .services-grid h2, .contact-cta h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 5vw, 4.5rem); line-height: 1; margin: 0 0 18px; }
.section-heading p, .split-grid p, .services-grid p { color: var(--muted); }
.split-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 58px; align-items: center; }
.about-media img, .rounded-media { width: 100%; border-radius: var(--radius); }
.text-link { font-weight: 800; color: var(--accent-dark); border-bottom: 1px solid currentColor; }
.services-section { background: var(--surface); border-block: 1px solid var(--line); }
.services-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 56px; align-items: start; }
.service-list { display: grid; gap: 12px; }
.service-item { display: flex; justify-content: space-between; align-items: center; padding: 22px 26px; background: #fff; border: 1px solid var(--line); border-radius: 18px; font-weight: 800; }
.service-item small { color: var(--muted); font-weight: 600; }
.service-item:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(29,26,23,.08); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 42px; }
.portfolio-card { background: var(--surface); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.portfolio-media { aspect-ratio: 4 / 3; background: #efe5d6; overflow: hidden; }
.portfolio-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.portfolio-card:hover .portfolio-media img { transform: scale(1.04); }
.portfolio-body { padding: 24px; }
.portfolio-body h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; line-height: 1.15; margin: 0 0 10px; }
.portfolio-body p { color: var(--muted); margin-bottom: 0; }
.center-action { display: flex; justify-content: center; margin-top: 38px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 38px; }
blockquote { margin: 0; padding: 28px; background: var(--surface); border: 1px solid var(--line); border-radius: 22px; }
blockquote p { font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
blockquote cite { color: var(--muted); font-style: normal; font-weight: 700; }
.section-dark { background: var(--dark); color: #fff; }
.contact-cta { padding: 60px 0; }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-grid p { color: rgba(255,255,255,.75); }
.site-footer { background: #15120f; color: rgba(255,255,255,.74); padding: 70px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 36px; }
.footer-grid h3 { color: #fff; font-size: 1rem; }
.footer-grid a { display: block; margin: 8px 0; }
.footer-grid a:hover { color: #fff; }
.footer-brand .brand-mark { background: #fff; color: var(--dark); }
.footer-brand .brand-text { color: #fff; }
.copyright { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.12); margin-top: 42px; padding-top: 24px; font-size: .9rem; }
.page-hero { padding: 84px 0; background: var(--surface); border-bottom: 1px solid var(--line); }
.page-hero.compact { padding: 58px 0; }
.page-hero p { color: var(--muted); max-width: 720px; }
.narrow { max-width: 760px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.filter-chip { padding: 10px 18px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); color: var(--muted); font-weight: 700; }
.filter-chip.active, .filter-chip:hover { background: var(--dark); color: #fff; border-color: var(--dark); }
.search-form { display: flex; gap: 10px; margin-bottom: 28px; }
.search-form input, .contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; background: #fff; font: inherit; }
.empty-state { grid-column: 1 / -1; padding: 40px; text-align: center; background: var(--surface); border-radius: 20px; border: 1px solid var(--line); }
.product-detail-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: start; }
.product-detail-media img { width: 100%; min-height: 460px; object-fit: cover; }
.feature-list { padding: 0; list-style: none; display: grid; gap: 10px; margin: 24px 0; }
.feature-list li { padding: 14px 18px; border-radius: 14px; background: var(--surface); border: 1px solid var(--line); }
.contact-card, .contact-form { background: var(--surface); border: 1px solid var(--line); border-radius: 24px; padding: 30px; }
.contact-form { display: grid; gap: 10px; }
.contact-form label { font-weight: 800; }
.contact-form span { color: #a33; font-size: .9rem; }
.validation-summary { color: #a33; }
.hp-field { position: absolute; left: -9999px; opacity: 0; }
@media (max-width: 980px) {
    .hero-grid, .split-grid, .services-grid, .product-detail-grid, .contact-grid { grid-template-columns: 1fr; }
    .brand-strip-inner, .portfolio-grid, .testimonial-grid, .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .main-nav { display: none; }
    .hero-media img { min-height: 360px; }
}
@media (max-width: 640px) {
    .container { width: min(100% - 24px, var(--container)); }
    .nav-shell { min-height: 72px; }
    .nav-shell > .btn { display: none; }
    .brand-strip-inner, .portfolio-grid, .testimonial-grid, .footer-grid { grid-template-columns: 1fr; }
    .cta-grid { align-items: flex-start; flex-direction: column; }
    .search-form { flex-direction: column; }
}
.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    background: #25D366;
    color: #fff;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0,0,0,.18);
}

    .whatsapp-float:hover {
        color: #fff;
        transform: translateY(-2px);
    }






.content-page-section {
    background: var(--light-background-color);
}

.content-page-body {
    font-size: 18px;
    line-height: 1.9;
}

    .content-page-body h2,
    .content-page-body h3,
    .content-page-body h4 {
        margin-top: 35px;
        margin-bottom: 18px;
    }

    .content-page-body p {
        margin-bottom: 22px;
    }

    .content-page-body img {
        margin: 25px 0;
        border-radius: 2px;
    }

    .content-page-body ul,
    .content-page-body ol {
        margin: 25px 0;
        padding-left: 25px;
    }

    .content-page-body li {
        margin-bottom: 12px;
    }

    .content-page-body blockquote {
        margin: 35px 0;
        padding: 30px 35px;
        background: #fff;
        border-left: 4px solid var(--secondary-color);
        font-family: var(--heading-font);
        font-size: 24px;
        line-height: 1.5;
    }

.about-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin: 45px 0;
}

.about-feature-card {
    background: #fff;
    padding: 32px 28px;
    min-height: 220px;
}

    .about-feature-card span {
        display: block;
        font-size: 42px;
        font-family: var(--heading-font);
        color: var(--secondary-color);
        margin-bottom: 15px;
    }

    .about-feature-card h3 {
        margin-top: 0;
    }

.about-premium-hero {
    min-height: 620px;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.about-premium-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(34, 33, 31, 0.82) 0%, rgba(34, 33, 31, 0.58) 45%, rgba(34, 33, 31, 0.20) 100% );
}

.about-premium-hero .container {
    position: relative;
    z-index: 2;
}

.about-premium-hero-content {
    max-width: 760px;
    color: #fff;

}

.about-premium-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 40px;
    border-left: 3px solid var(--secondary-color);
    padding-left: 14px;

}

.about-premium-hero-content h1 {
    color: #fff;
    font-size: 70px;
    line-height: 1.05;
    margin-bottom: 24px;
}

.about-premium-hero-content p {
    color: #fff;
    max-width: 620px;
    font-size: 21px;
    line-height: 1.8;
}

.about-premium-section {
    background: #f8f6f1;
    padding: 80px 0;
    margin: 0;
}
.about-premium-intro {
    align-items: center;
    margin-bottom: 70px;
}

.about-premium-lead {
    background: #fff;
    padding: 46px 52px;
    border-left: 5px solid var(--secondary-color);
    box-shadow: 0 22px 55px rgba(34, 33, 31, 0.08);
}

    .about-premium-lead p {
        font-size: 28px;
        line-height: 1.6;
        font-family: var(--heading-font);
    }

.about-premium-story {
    align-items: stretch;
    margin-bottom: 80px;
}

.about-premium-image-wrap {
    position: relative;
    height: 100%;
    min-height: 650px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 25px 70px rgba(34, 33, 31, 0.10);
}

    .about-premium-image-wrap::before {
        content: "";
        position: absolute;
        left: -24px;
        top: 42px;
        width: 160px;
        height: 260px;
        background: var(--background-color);
        z-index: 0;
    }

    .about-premium-image-wrap img {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        min-height: 600px;
        object-fit: cover;
    }

.about-premium-badge {
    position: absolute;
    right: 0;
    bottom: 55px;
    z-index: 2;
    background: var(--accent-color);
    color: #fff;
    padding: 28px 34px;
    min-width: 210px;
}

    .about-premium-badge strong {
        display: block;
        font-family: var(--heading-font);
        font-size: 32px;
        line-height: 1;
        margin-bottom: 8px;
    }

    .about-premium-badge span {
        display: block;
        font-size: 14px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

.about-premium-content-card {
    height: 100%;
    background: #fff;
    padding: 62px 58px;
    box-shadow: 0 25px 70px rgba(34, 33, 31, 0.08);
    border-top: 5px solid var(--secondary-color);
}

.about-premium-small-title {
    display: inline-block;
    margin-bottom: 22px;
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 700;
}

.about-premium-body p {
    font-size: 18px;
    line-height: 1.95;
    margin-bottom: 24px;
}

    .about-premium-body p:first-child::first-letter {
        font-family: var(--heading-font);
        font-size: 58px;
        line-height: 0.9;
        float: left;
        padding-right: 10px;
        color: var(--secondary-color);
    }

.about-premium-body h2,
.about-premium-body h3,
.about-premium-body h4 {
    margin-top: 34px;
    margin-bottom: 18px;
}

.about-premium-body ul,
.about-premium-body ol {
    margin: 28px 0;
    padding-left: 24px;
}

.about-premium-body li {
    margin-bottom: 12px;
    line-height: 1.8;
}

.about-premium-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 70px;
}

.about-premium-feature-card {
    position: relative;
    background: #fff;
    padding: 46px 36px 42px;
    min-height: 300px;
    box-shadow: 0 18px 45px rgba(34, 33, 31, 0.07);
    overflow: hidden;
    transition: 0.35s ease;
}

    .about-premium-feature-card::after {
        content: "";
        position: absolute;
        right: -50px;
        bottom: -50px;
        width: 150px;
        height: 150px;
        background: var(--light-accent-color);
        border-radius: 50%;
        opacity: 0.45;
    }

    .about-premium-feature-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 28px 65px rgba(34, 33, 31, 0.12);
    }

    .about-premium-feature-card span {
        display: block;
        font-family: var(--heading-font);
        font-size: 56px;
        color: var(--secondary-color);
        margin-bottom: 24px;
    }

    .about-premium-feature-card h3 {
        margin-top: 0;
        margin-bottom: 18px;
        font-size: 25px;
    }

    .about-premium-feature-card p {
        line-height: 1.85;
        margin-bottom: 0;
        position: relative;
        z-index: 2;
    }

.about-premium-quote {
    background: var(--accent-color);
    padding: 58px 70px;
    text-align: center;
    position: relative;
}

    .about-premium-quote::before {
        content: "“";
        position: absolute;
        left: 35px;
        top: 10px;
        font-family: var(--heading-font);
        font-size: 120px;
        color: rgba(255, 255, 255, 0.12);
        line-height: 1;
    }

    .about-premium-quote p {
        color: #fff;
        font-family: var(--heading-font);
        font-size: 30px;
        line-height: 1.6;
        margin-bottom: 0;
        position: relative;
        z-index: 2;
    }

@media screen and (max-width: 991px) {
    .about-premium-hero-content h1 {
        font-size: 48px;
    }

    .about-premium-image-wrap,
    .about-premium-image-wrap img {
        min-height: auto;
        height: auto;
    }

    .about-premium-content-card {
        margin-top: 40px;
    }

    .about-premium-features {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 600px) {
    .about-premium-hero {
        min-height: 500px;
    }

    .about-premium-hero-content h1 {
        font-size: 38px;
    }

    .about-premium-hero-content p {
        font-size: 17px;
    }

    .about-premium-lead,
    .about-premium-content-card,
    .about-premium-quote {
        padding: 32px 24px;
    }

        .about-premium-lead p,
        .about-premium-quote p {
            font-size: 22px;
        }

    .about-premium-badge {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: -20px;
    }
}


.about-premium-timeline {
    background: #fff;
    padding: 50px;
    margin-bottom: 70px;
    box-shadow: 0 20px 55px rgba(34, 33, 31, 0.07);
}

.about-timeline-item {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 28px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(34, 33, 31, 0.10);
}

    .about-timeline-item:first-child {
        padding-top: 0;
    }

    .about-timeline-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .about-timeline-item span {
        width: 64px;
        height: 64px;
        background: var(--accent-color);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--heading-font);
        font-size: 24px;
    }

    .about-timeline-item h3 {
        margin-top: 0;
        margin-bottom: 8px;
    }

    .about-timeline-item p {
        margin-bottom: 0;
        line-height: 1.8;
    }

.about-premium-quality {
    background: var(--background-color);
    padding: 55px 60px;
    margin-bottom: 70px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 45px;
    align-items: center;
}

    .about-premium-quality h2 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .about-premium-quality p {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 1.9;
    }

@media screen and (max-width: 768px) {
    .about-premium-timeline {
        padding: 32px 24px;
    }

    .about-timeline-item {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .about-premium-quality {
        grid-template-columns: 1fr;
        padding: 35px 24px;
    }
}


.contact-highlight a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

    .contact-highlight a:hover {
        color: var(--secondary-color); /* TEMPLATE RENGİ */
        border-bottom: 2px solid var(--secondary-color);
    }


@media (max-width: 768px) {

    

    .anim-text-banner span {
        display: block;
    }

    /* GENEL SECTION */
    #contact {
        padding: 60px 0;
        text-align: center;
    }

        /* BAŞLIK */
        #contact .section-title {
            font-size: 30px;
            line-height: 1.3;
            margin-bottom: 20px;
        }

        /* TEXT */
        #contact .section-header p {
            font-size: 15px;
            line-height: 1.7;
            max-width: 100%;
            margin: 0 auto 25px;
            padding: 0 10px;
        }

    /* BUTON */
    .btn-contact {
        text-align: center;
        margin-top: 10px;
    }

        .btn-contact .btn {
            width: 100%;
            max-width: 260px;
            padding: 14px;
            font-size: 14px;
        }
}


.logo-text {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--secondary-color); /* 🔥 artık normalde turuncu */
}

    .logo-text:hover {
        color: #cc5200; /* turuncunun koyusu */

    }

/* ikon */
.logo-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: var(--secondary-color);
}

    .logo-svg svg {
        display: block;
    }

/* yazı */
.logo-name {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px; /* 🔥 marka hissi */
    text-transform: uppercase; /* 🔥 çok fark yaratır */
    text-shadow: 0 1px 1px rgba(0,0,0,0.05);
    white-space: nowrap; /* 🔥 alt alta düşmesini engeller */
}
    .logo-name strong {
        font-weight: 700;
        letter-spacing: 1.5px;
    }

/* hover animasyon */
.logo-text:hover .logo-svg {
    transform: translateY(-2px) scale(1.05);
    color: var(--secondary-color);
}

.logo-text:hover .logo-name {
    color: var(--secondary-color);
}

.logo-svg svg path {
    opacity: 0.9;
}

.logo-text:hover .logo-name strong {
    color: var(--secondary-color);
}


iframe {
    border: 5px solid red;
}


.contact-map {
    width: 100%;
    height: 650px;
    overflow: hidden;
    margin-top: 0;
    line-height: 0;
    margin-top: 0px;
    margin-bottom: -178px;
}


/* iletişim bölümü */

.contact-card {
    background: #f8f5ef;
    border: 1px solid #ddd3c3;
    border-radius: 28px;
    padding: 55px 38px;
    height: 100%;
    transition: 0.3s ease;
}

    .contact-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    }

    .contact-card h3 {
        font-size: 42px;
        margin-bottom: 35px;
        color: #1d1d1d;
    }

    .contact-card p {
        font-size: 22px;
        line-height: 1.9;
        color: #2c2c2c;
    }

    .contact-card strong {
        color: #111;
    }

    .contact-card .btn {
        margin-top: 35px;
        border-radius: 14px;
        padding: 16px 30px;
        font-size: 15px;
        letter-spacing: 1px;
    }

/* FORM */

#contact-page form {
    padding-left: 30px;
}

#contact-page label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 18px;
    color: #1f1f1f;
}

#contact-page .form-control {
    width: 100%;
    height: 62px;
    border: 1px solid #d8d8d8;
    background: #fff;
    border-radius: 0;
    padding: 0 22px;
    font-size: 16px;
    transition: 0.25s ease;
    box-shadow: none;
}

#contact-page textarea.form-control {
    min-height: 180px;
    padding-top: 18px;
    resize: none;
}

#contact-page .form-control:focus {
    border-color: #c47a2c;
    box-shadow: 0 0 0 4px rgba(196,122,44,0.10);
    outline: none;
}

#contact-page .btn-accent {
    margin-top: 28px;
    background: #1f2a44;
    border: none;
    border-radius: 0;
    padding: 18px 38px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

    #contact-page .btn-accent:hover {
        background: #c47a2c;
        transform: translateY(-2px);
    }

.validation-summary,
.field-validation-error {
    color: #c0392b;
    font-size: 14px;
}

/* MOBILE */

@media(max-width: 991px) {

    #contact-page form {
        padding-left: 0;
        margin-top: 40px;
    }

    .contact-card {
        padding: 35px 25px;
    }

        .contact-card h3 {
            font-size: 32px;
        }

        .contact-card p {
            font-size: 18px;
        }



    .about-premium-hero-content {
        text-align: center;
        margin: 0 auto;
    }

    .about-premium-hero-content span {
        display: block;
    }

    .about-premium-hero-content h1 {
        font-size: 52px;
    }

    .about-premium-hero-content p {
        font-size: 18px;
    }





}



/* CONTACT BANNER */

/* CONTACT BANNER */

.contact-banner {
    position: relative;
    height: 785px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-attachment: fixed;
    padding-top: 0 !important;


}

.contact-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.contact-banner .container {
    position: relative;
    z-index: 3;
}

.contact-banner-content {
    max-width: 700px;
    color: white;
}

    .contact-banner-content span {
        display: inline-block;
        font-size: 15px;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 20px;
        color: #d8b08c;
    }

    .contact-banner-content h1 {
        font-size: 82px;
        line-height: 1.1;
        margin-bottom: 25px;
        color: white;
    }

    .contact-banner-content p {
        font-size: 22px;
        line-height: 1.8;
        color: rgba(255,255,255,0.88);
    }

/* Portfolio spacing */
.portfolio-content .portfolio-item {
    margin-bottom: 65px;
}

    .portfolio-content .portfolio-item.align-style {
        margin-top: -65px;
    }

/* Portfolio image */
#portfolio .portfolio-image,
.portfolio-content .portfolio-image {
    width: 110%;
    height: 500px;
    object-fit: cover;
    display: block;
    object-position: center;
}

/* Image hover */
.image-hvr-effect img {
    transform: scale(1.1);
    will-change: transform;
    transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0;
}

/* Title */
.portfolio-content .item-title {
    margin-top: 24px;
    padding-left: 18px;
}

    .portfolio-content .item-title a {
        color: inherit;
        text-decoration: none;
    }

/* Mobile */
@media (max-width: 768px) {

    #portfolio .portfolio-image,
    .portfolio-content .portfolio-image {
        height: 320px;
    }

    .portfolio-content .portfolio-image {
        aspect-ratio: 1 / 1;
    }

    .portfolio-content .portfolio-item.align-style {
        margin-top: 0;
    }

    .portfolio-content .item-title {
        padding-left: 0;
        text-align: center;
    }
}


body.contact-page .contact-banner {
    margin-top: 55px;
    padding-top: 55px;
}

body.contact-page .contact-banner {
    margin-top: -160px;
    height: 620px;
    padding-top: 160px;
}

body.contact-page #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
}

body.contact-page .contact-banner {
    margin-top: 0;
    padding-top: 160px;
}

body.contact-page #header .nav-link,
body.contact-page #header .navbar-nav a,
body.contact-page #header .menu-item a {
    color: white !important;
}

body.contact-page #header .dropdown-menu a,
body.contact-page #header .sub-menu a {
    color: #222 !important;
}

    body.contact-page #header .dropdown-menu a:hover,
    body.contact-page #header .sub-menu a:hover {
        color: #000 !important;
    }

body.contact-page #navbar .menu-item.has-sub ul li a {
    color: #222 !important;
}

    body.contact-page #navbar .menu-item.has-sub ul li a:hover {
        color: #000 !important;
    }




/* PRODUCTS PAGE NAVBAR + BANNER MERGE */

body.products-page #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent !important;
}

body.products-page .hero-section {
    margin-top: -160px;
    padding-top: 160px;
    min-height: 770px;
}

body.products-page #header .nav-link,
body.products-page #header .menu-item > a {
    color: #fff !important;
}

/* dropdown */

body.products-page #header .menu-item.has-sub ul {
    background: #fff;
}

    body.products-page #header .menu-item.has-sub ul li a {
        color: #222 !important;
    }




.hero-section .sub-title {
    color: rgba(255,255,255,0.92) !important;
}


.hero-section .about-premium-hero-content {
    margin-top: 90px;
}


.products-page .product-card {
    background: #fff;
    border-radius: 32px;
    overflow: hidden;
    transition: all .45s ease;
    margin-bottom: 40px;
    box-shadow: 0 4px 10px rgba(0,0,0,.03), 0 20px 55px rgba(0,0,0,.07);
}

    .products-page .product-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 12px 24px rgba(0,0,0,.06), 0 30px 70px rgba(0,0,0,.14);
    }

/* Görsel */
.products-page .product-image-wrapper {
    display: block;
    overflow: hidden;
}

.products-page .product-image {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 1s ease;
}

.products-page .product-card:hover .product-image {
    transform: scale(1.05);
}

/* İç alan */
.products-page .product-content {
    padding: 20px 22px 22px;
}

/* Kategori */
.products-page .product-category {
    display: inline-block;
    padding: 10px 18px;
    background: #f5eee7;
    border-radius: 999px;
    color: #b08a63;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Başlık */
.products-page .product-title {
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.2;
}

    .products-page .product-title a {
        text-decoration: none;
        color: #201c18;
    }

/* Açıklama */
.products-page .product-description {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.7;
    color: #7a7168;
}

/* Buton */
.products-page .product-link {
    margin-top: 0;
    height: 48px;
    padding: 0 20px;
    border-radius: 14px;
}

    .products-page .product-link:hover {
        background: #b08a63;
        color: #fff;
    }

    .products-page .product-link .arrow {
        transition: transform .3s ease;
    }

    .products-page .product-link:hover .arrow {
        transform: translateX(5px);
    }


.products-page .row {
    row-gap: 40px;
}

/* Kart */
.products-page .product-card {
    background: #fff;
    border-radius: 34px;
    overflow: hidden;
    transition: all .45s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,.04), 0 35px 80px rgba(0,0,0,.07);
    border-radius: 24px;
}

    .products-page .product-card:hover {
        transform: translateY(-14px);
        box-shadow: 0 20px 40px rgba(0,0,0,.08), 0 45px 100px rgba(0,0,0,.14);
    }

/* Görsel */
.products-page .product-image-wrapper {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: transform 1.2s ease;
}

.products-page .product-image {
    width: 100%;
    height: 620px;
    object-fit: cover;
    transition: transform 1.2s ease;
}

.products-page .product-card:hover .product-image {
    transform: scale(1.04);
}

/* İçerik */
.products-page .product-content {
    padding: 18px 20px;
}

/* Kategori */
.products-page .product-category {
    display: inline-flex;
    align-items: center;
    height: 42px;
    padding: 0 20px;
    border-radius: 999px;
    background: #f5eee7;
    color: #b08a63;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

/* Başlık */
.products-page .product-title {
    margin-top: 8px;
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 1.1;
}

    .products-page .product-title a {
        margin-top: 18px;
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 1.2;
        min-height: auto;
    }

/* Açıklama */
.products-page .product-description {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.5;
}

/* Buton */
.products-page .product-link {
    height: 50px;
    padding: 0 22px;
    border-radius: 14px;
    font-size: 15px;
}

    .products-page .product-link:hover {
        background: #b08a63;
        color: #fff;
    }

    .products-page .product-link .arrow {
        transition: transform .3s ease;
    }

    .products-page .product-link:hover .arrow {
        transform: translateX(6px);
    }



.products-page .product-card {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    transition: all .45s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,.04), 0 30px 80px rgba(0,0,0,.07);
}

    /* Hover */
    .products-page .product-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 18px 40px rgba(0,0,0,.08), 0 40px 100px rgba(0,0,0,.14);
    }

/* Görsel alanı */
.products-page .product-image-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
}

    /* Gradient overlay */
    .products-page .product-image-wrapper::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to top, rgba(0,0,0,.35), transparent 45% );
        opacity: 0;
        transition: opacity .4s ease;
    }

.products-page .product-card:hover .product-image-wrapper::after {
    opacity: 1;
}

/* Görsel */
.products-page .product-image {
    width: 100%;
    height: 540px;
    object-fit: cover;
    transition: transform 1.2s ease;
}

.products-page .product-card:hover .product-image {
    transform: scale(1.06);
}

/* İçerik */
.products-page .product-content {
    padding: 30px 32px 34px;
}

/* Kategori */
.products-page .product-category {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: #f4ede7;
    color: #b08968;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* Başlık */
.products-page .product-title {
    margin-top: 24px;
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 500;
}

    .products-page .product-title a {
        color: #1f1b17;
        text-decoration: none;
    }

/* Buton */
.products-page .product-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: 56px;
    padding: 0 26px;
    border-radius: 16px;
    background: #1f1b17;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s ease;
}

    .products-page .product-link:hover {
        background: #b08968;
        color: #fff;
    }

/* Ok */
.products-page .arrow {
    transition: transform .3s ease;
}

.products-page .product-link:hover .arrow {
    transform: translateX(5px);
}


.products-page .product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.products-page .product-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Başlık */
.products-page .product-title {
    font-size: 28px;
    line-height: 1.2;
    min-height: 70px;
}

/* Açıklama */
.products-page .product-description {
    font-size: 17px;
    line-height: 1.8;
    color: #7a7168;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 62px;
}

/* Butonu aşağı sabitle */
.products-page .product-link {
    margin-top: auto;
}

.products-page .col-lg-4 {
    margin-bottom: 30px;
}




.product-hero {
    position: relative;
    height: 85vh;
    min-height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.product-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to right, rgba(0,0,0,0.72), rgba(0,0,0,0.25) );
}

.product-hero .container {
    position: relative;
    z-index: 2;
}

.product-hero-content {
    max-width: 700px;
    color: #fff;
}

.product-hero-category {
    display: inline-block;
    margin-bottom: 24px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.product-hero-title {
    font-size: 78px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.product-hero-description {
    font-size: 21px;
    line-height: 1.9;
    color: rgba(255,255,255,0.85);
    max-width: 620px;
}

.product-detail-page header .nav-link,
.product-detail-page header .navbar-nav a,
.product-detail-page header .navigation a,
.product-detail-page header .menu-list a {
    color: #fff !important;
}

    .product-detail-page header .nav-link:hover,
    .product-detail-page header .navbar-nav a:hover,
    .product-detail-page header .navigation a:hover,
    .product-detail-page header .menu-list a:hover {
        color: #d6b08c !important;
    }

.product-detail-page header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent !important;
    box-shadow: none !important;
}

    .product-detail-page header .nav-link,
    .product-detail-page header .navbar-nav a,
    .product-detail-page header .navigation a,
    .product-detail-page header .menu-list a {
        color: #fff !important;
    }

    .product-detail-page header li:hover > a,
    .product-detail-page header .dropdown:hover > a,
    .product-detail-page header .menu-item-has-children:hover > a {
        color: #111 !important;
    }



.product-detail-page .menu-item.has-sub ul li a {
    color: #111 !important;
}

    .product-detail-page .menu-item.has-sub ul li a:hover {
        color: #b08968 !important;
    }


.product-description-box {
    margin-bottom: 50px;
}

.description-label {
    display: inline-block;
    margin-bottom: 22px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #efe7df;
    color: #9a6c43;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.product-description-text {
    font-size: 20px;
    line-height: 2;
    color: #4d4d4d;
    font-weight: 300;
}

    .product-description-text p {
        margin-bottom: 24px;
    }



.product-features {
    margin-top: 70px;
}

    .product-features h4 {
        font-size: 32px;
        margin-bottom: 30px;
        color: #1f1f1f;
    }

.modern-feature-grid {
    border-top: 1px solid #e5dfd7;
}

.modern-feature-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid #e5dfd7;
}

.feature-label {
    font-size: 16px;
    color: #777;
}

.feature-value {
    font-size: 16px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: right;
    max-width: 50%;
}

@media(max-width:768px) {

    .modern-feature-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .feature-value {
        max-width: 100%;
        text-align: left;
    }
}


#billboard {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.main-slider,
.slick-list,
.slick-track,
.slider-item {
    height: 100vh;
}
.full-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.35);
    z-index: 1;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 5;
    width: 650px;
}
.banner-title {
    color: white !important;
    font-size: 72px;
    line-height: 1.1;
}

.banner-content p {
    color: rgba(255,255,255,.85);
    font-size: 20px;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent !important;
}

.header-wrap {
    background: transparent !important;
}

.nav-link,
.btn-search {
    color: #fff !important;
}

.logo-name,
.logo-svg {
    color: #c58a52 !important;
}



.tabs {
    display: none !important;
}


.about-premium-story {
    align-items: stretch;
}

.about-premium-image-wrap {
    height: 100%;
}

    .about-premium-image-wrap img {
        width: 100%;
        height: 100%;
        min-height: 800px;
        object-fit: cover;
        display: block;
    }

/* =========================
   FOOTER
========================= */

#footer {
    background: #f5f1eb;
    padding: 90px 0 40px;
}

    #footer .company-brand {
        max-width: 320px;
    }

        #footer .company-brand p {
            margin-top: 24px;
            color: #8d8d8d;
            line-height: 2;
            font-size: 17px;
        }

    #footer h3,
    #footer h4 {
        font-size: 42px;
        margin-bottom: 30px;
        color: #1f1f1f;
    }

    #footer .footer-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

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

    #footer .footer-menu a,
    #footer .footer-menu p {
        color: #3d3d3d;
        font-size: 18px;
        line-height: 1.8;
        text-decoration: none;
        transition: 0.3s;
    }

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

    #footer .text-center.mt-4 {
        margin-top: 60px !important;
    }

        #footer .text-center.mt-4 p {
            color: #666;
            font-size: 16px;
            margin-bottom: 0;
        }

/* =========================
   MOBILE
========================= */

@media (max-width:768px) {

    #footer .company-brand {
        text-align: center;
        margin-bottom: 40px;
    }

        #footer .company-brand p {
            text-align: center;
        }

    #footer .footer-menu {
        text-align: center;
        margin-bottom: 40px;
    }

        #footer .footer-menu ul {
            padding-left: 0;
        }

    #footer .text-center.mt-4 {
        text-align: center;
    }
}

@media (max-width:768px) {

    #footer {
        text-align: center;
    }

        #footer .company-brand {
            margin-bottom: 40px;
        }

        #footer .main-logo {
            justify-content: center;
        }

        #footer ul {
            padding-left: 0;
            list-style: none;
        }

        #footer .col-md-2,
        #footer .col-md-3,
        #footer .col-lg-2 {
            margin-bottom: 35px;
        }
}


@media (max-width:768px) {

    .slider-item {
        height: 100vh !important;
        position: relative;
        overflow: hidden;
    }

    .banner-image {
        height: 100vh !important;
        object-fit: cover;
    }

    .banner-content {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left;
        padding: 120px 30px 80px;
        background: transparent !important;
    }

        .banner-content p {
            font-size: 16px;
            line-height: 1.7;
            margin-bottom: 30px;
        }

    .banner-element {
        width: 100%;
    }

    .banner-title {
        font-size: 34px !important;
        line-height: 1.15;
        margin-bottom: 20px;
    }

    .banner-content .btn {
        padding: 14px 24px;
        font-size: 14px;
    }
}


@media (max-width:768px) {

    /* Logo */
    .main-logo {
        transform: scale(.80);
        transform-origin: left top;
    }


    /* Banner yazıları */
    .banner-content {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }

    .banner-title {
        font-size: 42px !important;
        line-height: 1.15 !important;
    }

    .banner-content p {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }
}




@media (max-width:768px) {

    .menu-toggle.full {
        color: #d4a373 !important;
        font-size: 14px !important;
        font-weight: 400;
        letter-spacing: 1px;

    }

        .menu-toggle.full .bars span {
            background: #d4a373 !important;
            height: 2px !important;
            width: 20px !important;
        }
}

@media (max-width:768px) {

    #header {
        padding-top: 18px !important;

    }

    .main-logo {
        margin-top: 6px !important;
    }

    .menu-toggle.full {
        top: 6px !important;
        transform: translateX(50px) !important;
    }
}



@media (max-width:380px) {

    .banner-content {
        display: flex !important;
        align-items: center !important;
        min-height: 100vh !important;
        padding-top: 80px !important;
    }

    .banner-element {
        width: 100% !important;
    }

   
}

@media (max-width:380px) {

    .banner-title {
        font-size: 42px !important;
        line-height: 1.1 !important;
        transform: translateY(400px) !important;
    }

   
    .banner-element .btn {
        transform: translateY(380px) !important;
    }

    .banner-element p {
        transform: translateY(390px) !important;
    }


}


.slick-dots,
.slick-counter,
.slick-pagination {
    display: none !important;
}



@media (max-width:768px) {

    /* Açılan mobil menu kutusu */
    .stellarnav.mobile > ul {
        position: fixed !important;
        top: 70px !important;
        right: 14px !important;
        width: 190px !important;
        background: rgba(248,245,241,.98) !important;
        border-radius: 14px !important;
        box-shadow: 0 10px 35px rgba(0,0,0,.18) !important;
        padding: 8px 0 !important;
        overflow: hidden !important;
        z-index: 999999 !important;
    }

        /* Menü item */
        .stellarnav.mobile > ul > li {
            list-style: none !important;
            border-bottom: 1px solid rgba(0,0,0,.08) !important;
            margin: 0 !important;
        }

            .stellarnav.mobile > ul > li:last-child {
                border-bottom: none !important;
            }

            /* Linkler */
            .stellarnav.mobile > ul > li > a {
                display: block !important;
                padding: 14px 18px !important;
                color: #6d6257 !important;
                font-size: 14px !important;
                font-weight: 500 !important;
                text-decoration: none !important;
                transition: .2s ease !important;
            }

                .stellarnav.mobile > ul > li > a:hover {
                    background: rgba(212,160,100,.08) !important;
                    color: #c28a4d !important;
                }
}

@media (max-width:768px) {

    .stellarnav.mobile > ul {
        height: auto !important;
        min-height: auto !important;
        max-height: 320px !important;
        display: inline-block !important;
        overflow: hidden !important;
    }
}


@media (max-width:768px) {

    .stellarnav.mobile > ul {
        position: absolute !important;
        top: 70px !important;
        left: 20px !important;
        width: 220px !important;
        background: #f7f5f2 !important;
        border-radius: 18px !important;
        overflow: hidden !important;
        box-shadow: 0 10px 30px rgba(0,0,0,.18) !important;
        z-index: 99999 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

        .stellarnav.mobile > ul > li {
            list-style: none !important;
            border-bottom: 1px solid rgba(0,0,0,.08) !important;
            background: #f7f5f2 !important;
        }

            .stellarnav.mobile > ul > li:last-child {
                border-bottom: none !important;
            }

            .stellarnav.mobile > ul > li > a {
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                height: 72px !important;
                color: #7a6857 !important;
                font-size: 15px !important;
                font-weight: 500 !important;
                letter-spacing: .5px !important;
                text-decoration: none !important;
                background: #f7f5f2 !important;
            }

    /* ÜRÜNLER alt menüsünü tamamen kapat */
    .stellarnav.mobile ul ul {
        display: none !important;
    }

    .dd-toggle,
    .submenu-button,
    .fa-plus,
    .fa-minus {
        display: none !important;
    }
}

@media (max-width:768px) {

    .stellarnav.mobile > ul {
        position: absolute !important;
        top: 78px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 88% !important;
        max-width: 320px !important;
        background: #f7f5f2 !important;
        border-radius: 18px !important;
        overflow: hidden !important;
        box-shadow: 0 10px 30px rgba(0,0,0,.18) !important;
        padding: 0 !important;
        margin: 0 !important;
        z-index: 99999 !important;
    }

        .stellarnav.mobile > ul > li {
            list-style: none !important;
            border-bottom: 1px solid rgba(0,0,0,.08) !important;
            background: #f7f5f2 !important;
        }

            .stellarnav.mobile > ul > li:last-child {
                border-bottom: none !important;
            }

            .stellarnav.mobile > ul > li > a {
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                height: 68px !important;
                color: #7b6958 !important;
                font-size: 15px !important;
                font-weight: 500 !important;
                text-decoration: none !important;
                background: #f7f5f2 !important;
            }

    /* Alt menüleri tamamen kapat */
    .stellarnav.mobile ul ul {
        display: none !important;
    }

    .dd-toggle,
    .submenu-button,
    .fa-plus,
    .fa-minus {
        display: none !important;
    }
}

@media(max-width:768px) {

    .stellarnav.mobile .dd-toggle {
        display: none !important;
    }
}
@media(max-width:768px) {

    .stellarnav.mobile .menu-list li a {
        color: #6f5a46 !important;
    }
}

@media(max-width:768px) {

    .main-menu.stellarnav.mobile.active .nav-link {
        color: #4b4035 !important;
    }
}

@media(max-width:768px) {

    .main-menu.stellarnav.mobile.active .menu-list li a {
        color: #222 !important;
        opacity: 1 !important;
        -webkit-text-fill-color: #222 !important;
    }
}

@media(max-width:768px) {

    .about-premium-image-wrap {
        height: 520px !important;
        overflow: hidden !important;
    }

        .about-premium-image-wrap img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
            display: block !important;
        }
}



.custom-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 55px;
    text-align: left;
    position: relative;
    top: -33px;
}

.custom-line {
    width: 5px;
    height: 70px;
    background: #b87933;
    border-radius: 20px;
    flex-shrink: 0;
}

.custom-title-content h2 {
    margin: 0 0 10px;
    font-size: 64px;
    line-height: 1;
    color: #1d1d1d;
}

.custom-title-content h4 {
    margin: 0;
    color: #7d7d7d;
    font-size: 17px;
    font-weight: 400;
}

@media(max-width:768px) {

    .custom-section-title {
        gap: 14px;
        margin-bottom: 35px;
    
    }

    .custom-line {
        height: 48px;
    }

    .custom-title-content h2 {
        font-size: 42px;
    }

    .custom-title-content h4 {
        font-size: 15px;
    }
}




.custom-line {
    position: relative;
    top: -12px;
}

.custom-title-content {
    text-align: center;
}




@media(max-width:768px) {

    .tab-content {
        overflow: hidden !important;
    }

        .tab-content .vertical-image {
            max-width: 100% !important;
            width: 100% !important;
            display: block !important;
            
        }
}

html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}


@media(max-width:768px) {

    #services .detail-wrap,
    #services .section-header,
    #services .sub-title,
    #services p {
        text-align: center !important;
    }

    #services .btn {
        margin: 0 auto !important;
        display: inline-flex !important;
    }

    #services .tab-content {
        max-height: 400px !important;

        overflow: hidden !important;
    }
}
.product-hero-category {
    display: none !important;
}


#about .row {
    display: flex;
    align-items: center;
}

#about .person-thumb {
    margin: 0;
}

#about .single-image {
    width: 100%;
    max-width: 750px;
    height: 560px;
    display: block;
}

@media(max-width:768px) {

    #about .row {
        display: block;
    }

    #about .single-image {
        max-width: 100%;
    }

    #about .person-thumb {
        margin-bottom: 30px;
        text-align: center;
    }
}

#about .col-md-6:first-child {
    width: 58% !important;
}

#about .col-md-6:last-child {
    width: 42% !important;
}

@media(max-width:768px) {

    #about .row {
        display: block !important;
    }

    #about .col-md-6:first-child,
    #about .col-md-6:last-child {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    #about .detail-entry {
        padding: 0 !important;
    }
}

@media(max-width:768px) {

    #about .single-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        border-radius: 14px;
    }

    #about .person-thumb {
        margin-bottom: 25px !important;
        overflow: hidden;
    }
}

@media(max-width:768px) {

    #about .single-image {
        width: 115% !important;
        max-width: 115% !important;
        margin-left: -7.5% !important;
        height: auto !important;
        display: block !important;
    }
}

@media(max-width:768px) {

    #services .tab-content {
        overflow: visible !important;
        max-height: none !important;
    }

    #services .vertical-image {
        width: 112% !important;
        max-width: 112% !important;
        margin-left: -6% !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
    }
}

#about .detail-entry {
    margin-top: -66px;
}
@media(max-width:768px) {

    #about .detail-entry {
        margin-top: 0 !important;
    }
}




/*extra scroll bar çözümü ekran taşması*/
    .header-wrap .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

.col-md-2,
.col-md-10,
.col-xs-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

html,
body {
    overflow-x: clip !important;
}


#header,
.header-wrap,
.header-wrap .container,
.header-wrap .row,
.stellarnav,
.main-menu {
    overflow: visible !important;
}
/**/

#scrollToTopBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

    #scrollToTopBtn span {
        line-height: 1;
        margin: 0;
        padding: 0;
    }


/* Genel */
.whatsapp-btn,
#scrollToTopBtn {
    position: fixed !important;
    z-index: 999999 !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none !important;
}

/* iPhone SE */
@media only screen and (max-width: 380px) {

    .whatsapp-btn {
        right: 12px !important;
        bottom: 15px !important;
    }

    #scrollToTopBtn {
        right: 12px !important;
        bottom: 50px !important;
    }
}

/* iPhone 12 / 13 / */
@media only screen and (min-width: 390px) {

    .whatsapp-btn {
        right: 17px !important;
        bottom: 170px !important;
    }

    #scrollToTopBtn {
        right: 17px !important;
        bottom: 200px !important;
    }
}

/* iPhone 14 Pro Max */
@media only screen and (min-width: 430px) {

    .whatsapp-btn {
        right: 17px !important;
        bottom: 270px !important;
    }

    #scrollToTopBtn {
        right: 17px !important;
        bottom: 300px !important;
    }
}




.whatsapp-btn {
    width: auto !important;
    min-width: 10px !important;
    height: 40px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
}

/* PC görünümü */
@media only screen and (min-width: 992px) {

    .whatsapp-btn {
        right: 30px !important;
        bottom: 20px !important;
    }

    #scrollToTopBtn {
        right: 30px !important;
        bottom: 50px !important;
    }
}

.btn-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#contact .row {
    display: flex;
    align-items: center;
}


@media only screen and (max-width: 768px) {

    #contact .row {
        display: flex !important;
        flex-direction: column !important;
    }

    #contact .col-md-9,
    #contact .col-md-3 {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    .btn-contact {
        margin-top: 30px !important;
        text-align: center !important;
    }
}



.custom-section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 60px;
}

.custom-title-content {
    text-align: center;
}

    .custom-title-content h2 {
        font-size: 64px !important;
        font-weight: 600 !important;
        color: #1f1f1f !important;
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
        padding: 0 !important;
        margin-bottom: 10px !important;
        line-height: 1.1 !important;
    }

    .custom-title-content h4 {
        font-size: 20px !important;
        color: #8b8177 !important;
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        font-weight: 400 !important;
    }

.custom-line {
    display: none !important;
}

.custom-title-content h4 {
    color: #b88a5a !important;
}

#loadMoreBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 42px;
    background: transparent;
    border: 1px solid #d6b08b;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

    #loadMoreBtn:hover {
        background: #1f1f1f;
        color: #fff;
        border-color: #1f1f1f;
    }



/*publish sonrası tel responsive*/

/* === HEADER MOBILE OVERLAP FIX === */


/* 360px gibi küçük ekranı bozmasın diye ayrı */
@media (max-width: 380px) {
    .menu-toggle.full {
        transform: none !important;
        margin-left: auto !important;
    }
}


@media (min-width: 381px) and (max-width: 768px) {
    .banner-content {
        top: 48% !important;
        left: 10% !important;
        right: 10% !important;
        width: auto !important;
        transform: translateY(-50%) !important;
        padding: 0 !important;
    }

    .banner-title {
        font-size: clamp(38px, 10.5vw, 46px) !important;
        line-height: 1.12 !important;
        transform: none !important;
    }

    .banner-element p,
    .banner-element .btn {
        transform: none !important;
    }
}

/* HERO MOBILE FINAL FIX */
@media (max-width: 768px) {
    #billboard .banner-content,
    .full-banner .banner-content,
    .slider-item .banner-content {
        position: absolute !important;
        top: 52% !important;
        left: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        display: block !important;
        transform: translateY(-50%) !important;
        padding: 0 44px !important;
        text-align: left !important;
    }

    #billboard .banner-title,
    .full-banner .banner-title,
    .slider-item .banner-title {
        font-size: 42px !important;
        line-height: 1.15 !important;
        transform: none !important;
        margin-bottom: 20px !important;
    }

    #billboard .banner-element p,
    #billboard .banner-element .btn,
    .full-banner .banner-element p,
    .full-banner .banner-element .btn,
    .slider-item .banner-element p,
    .slider-item .banner-element .btn {
        transform: none !important;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 33px !important;
    }
}

@media (max-width: 768px) {
    #about .row {
        flex-direction: column !important;
    }

    #about .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    #about .section-header,
    #about .detail-wrap {
        margin: 0 auto !important;
        text-align: center !important;
    }

    #about .section-title,
    #about p {
        text-align: center !important;
    }

    #about .btn {
        margin: 0 auto !important;
        display: inline-flex !important;
    }

    #about .pattern {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 768px) {
    #services .col-md-7 {
        text-align: center !important;
    }

    #services .tab-item.active img {
        display: inline-block !important;
        max-width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 768px) {
    #services .row {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    #services .col-md-5,
    #services .col-md-7 {
        width: 100% !important;
        max-width: 100% !important;
    }

    #services .col-md-7 {
        margin-bottom: 30px !important;
        text-align: center !important;
    }

    #services .vertical-image {
        display: block !important;
        margin: 0 auto !important;
    }

    #services .col-md-5 {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .product-description-box {
        padding-top: 28px !important;
    }
}



/* 2) Ürün hakkında etiketi üst boşluk */
@media (max-width: 768px) {
    .description-label {
        margin-top: 30px !important;
        display: inline-block !important;
    }
}

/* 3) WhatsApp butonu sağ alt */
@media (max-width: 768px) {
    .whatsapp-btn {
        position: fixed !important;
        right: 16px !important;
        bottom: 16px !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        z-index: 999999 !important;
    }
}

@media only screen and (max-width: 380px) {
    .menu-toggle.full {
        transform: translateX(55px) !important;
    }
}


@media (max-width: 768px) {
    #scrollToTopBtn {
        bottom: 43px !important;
        right: 16px !important;
    }
}



@media (max-width: 768px) {
    #about,
    #services {
        overflow-x: hidden !important;
    }

        #about .section-title,
        #services .section-title,
        .custom-title-content h2 {
            font-size: clamp(30px, 8vw, 42px) !important;
            line-height: 1.15 !important;
            max-width: 100% !important;
            width: 100% !important;
            text-align: center !important;
            white-space: normal !important;
            overflow-wrap: break-word !important;
            word-break: normal !important;
        }

        #about .container,
        #services .container {
            padding-left: 20px !important;
            padding-right: 20px !important;
            overflow-x: hidden !important;
        }
}


/* iPhone 12 banner fix */
@media (min-width: 389px) and (max-width: 395px) {

    #billboard .banner-content {
        top: 58% !important;
        transform: translateY(-50%) !important;
        padding-top: 40px !important;
    }

    #billboard .banner-title {
        font-size: 44px !important;
        line-height: 1.12 !important;
    }
}

/* Dar Android başlık taşma fix */
@media (max-width: 430px) {
    #about .section-title,
    #services .section-title,
    .custom-title-content h2 {
        font-size: clamp(28px, 7.5vw, 38px) !important;
        line-height: 1.15 !important;
        width: 100% !important;
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        text-align: center !important;
    }
}