@font-face {
    font-family: "Zirkel";
    src: url("/assets/fonts/Zirkel Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Zirkel";
    src: url("/assets/fonts/Zirkel Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Zirkel";
    src: url("/assets/fonts/Zirkel Medium Italic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Zirkel";
    src: url("/assets/fonts/Zirkel Extra Light.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

:root {
    --spp-red: #FD0101;
    --spp-dark: #1a1a1a;
    --spp-gray: #333333;
    --font-display: 'Oswald', sans-serif;
    --font-body: 'Roboto', sans-serif;
}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    background-color: white;
}

.font-display {
    font-family: var(--font-display);
}

.text-spp-red {
    color: var(--spp-red) !important;
}

.bg-spp-red {
    background-color: var(--spp-red) !important;
}

/* ================================================= */
/* TOP BAR */
/* ================================================= */
.top-bar {
    font-family: "Zirkel", "Inter", "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    /* Zirkel Medium */
    line-height: 1.35;
    letter-spacing: 0.2px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    background-color: #e5e5e5;
    border-bottom: 1px solid #ddd;
}

/* ========================= */
/* LANGUAGE SWITCHER (EN ES RU AR) */
/* ========================= */
.lang-switcher {
    display: flex;
    align-items: center;
    gap: 6px;

    font-family: "Zirkel", "Inter", Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.6px;

    margin-right: 10px;
    /* sosyal ikonlardan nefes */
    white-space: nowrap;
}

.lang-switcher a {
    text-decoration: none;
    color: #000;
    opacity: 0.5;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.lang-switcher a:hover {
    opacity: 0.85;
}

.lang-switcher a.active {
    opacity: 1;
    font-weight: 700;
}

.lang-switcher span {
    opacity: 0.3;
    user-select: none;
}

.lang-switcher a[data-lang="ar"] {
    letter-spacing: 0.2px;
}

/* ================================================= */
/* METİNLER */
/* ================================================= */
.topbar-info,
.topbar-info span {
    color: #000;
    white-space: nowrap;
    font-weight: 500;
}

.topbar-separator {
    color: #000;
    opacity: 0.55;
    font-weight: 600;
    margin: 0 8px;
}

/* ================================================= */
/* SOSYAL MEDYA ALANI */
/* ================================================= */
.topbar-social {
    display: flex;
    gap: 8px;
}

/* İkon kapsülü */
.topbar-social a {
    width: 24px;
    height: 24px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff !important;
    fill: none !important;

    transition: background-color 0.25s ease, transform 0.2s ease;
}

/* Lucide ikonlar – TAM BEYAZ */
.topbar-social a svg,
.topbar-social a i {
    stroke: #fff !important;
    fill: none !important;
    color: #fff !important;
    width: 14px;
    height: 14px;
}

/* Hover */
.topbar-social a:hover {
    background-color: #e60000;
    transform: translateY(-2px);
}

.topbar-social a:hover svg,
.topbar-social a:hover i {
    stroke: #fff !important;
    color: #fff !important;
}

/* ================================================= */
/* HEADER */
/* ================================================= */
.header-main {
    background-color: #fff;
    padding: 1.2rem 0;

    font-family: "Zirkel", "Inter", "Segoe UI", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-main .row {
    flex-wrap: wrap;
}

/* ================================================= */
/* LOGO */
/* ================================================= */
.logo-wrap {
    position: relative;
    top: -18px;
}

.site-logo {
    max-width: 260px;
    height: auto;
}

/* ================================================= */
/* SEARCH BOX */
/* ================================================= */
.search-box {
    display: flex;
    width: 100%;
    height: 42px;

    border: 1px solid #797676;
    border-radius: 0;
    box-sizing: border-box;

    background-color: #fff;
}


.search-box:focus-within {
    border-color: var(--spp-red);
}

.search-box input {
    border: none;
    box-shadow: none;
    font-family: "Zirkel", "Inter", "Segoe UI", Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.15px;
}

.search-btn {
    background-color: var(--spp-red);
    color: #fff;
    border: none;
    padding: 0 16px;

    font-family: "Zirkel", "Inter", "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.3px;

    transition: background-color 0.3s ease;
}

.search-btn:hover {
    background-color: #b30000;
}

/* ================================================= */
/* QR MENU + E-KATALOG */
/* ================================================= */
.qr-menu {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    width: 100%;
    justify-content: flex-end;
    height: 110px;
    padding-top: 10px;
}

.qr-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;

    font-family: "Zirkel", "Inter", "Segoe UI", Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;

    transition: transform 0.25s ease, opacity 0.25s ease;
    flex: 1;
}

.qr-menu-item img {
    width: auto;
}

/* E-KATALOG */
.katalog {
    flex: 2;
}

.katalog img {
    max-height: 160px;
    transform: translateY(20px);
}

/* QR */
.qr-big img {
    max-height: 75px;
    transform: translateY(-35px);

}

.qr-small img {
    max-height: 40px;
    margin-bottom: 4px;
    transform: translateY(-35px);
}

.qr-menu-item:hover {
    transform: translateY(-3px);
    opacity: 0.85;
}

/* ================================================= */
/* QR OKUT BADGE */
/* ================================================= */

.qr-okut-badge {
    background-color: #e60000;
    color: #fff;

    font-family: "Zirkel", "Inter", "Segoe UI", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;

    padding: 7px 14px;
    border-radius: 18px;
    margin-top: -14px;
    display: inline-block;
    line-height: 1;

    box-shadow:
        0 4px 10px rgba(230, 0, 0, 0.45);
    transform: translateY(-35px);
    text-transform: uppercase;
}


/* ================================================= */
/* NAVBAR */
/* ================================================= */
.navbar-custom {
    background-color: #000;
    padding: 0;
    margin-top: -35px;

}

.navbar-custom .nav-link {
    color: #ffffff;
    font-size: 0.8rem;
    padding: 1rem 1.3rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-family: "Zirkel";
    text-align: center;
    transition: background-color 0.3s ease;
    font-size: 15px;
}

.navbar-custom .nav-link:hover {
    background-color: var(--spp-red);
}

.nav-link.active-red {
    background-color: var(--spp-red);
    font-weight: 500;
}

/* ================================================= */
/* RESPONSIVE */
/* ================================================= */

/* ========================= */
/* TABLET + KÜÇÜK DESKTOP */
/* ========================= */
@media (max-width: 1200px) {

    .site-logo {
        max-width: 230px;
    }

    .qr-menu {
        justify-content: center;
        margin-top: 8px;
    }
}

/* ========================= */
/* MOBILE + TABLET TOP BAR FIX */
/* ========================= */
@media (max-width: 991px) {

    .top-bar .container {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }

    .topbar-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        text-align: center;
    }

    .topbar-separator {
        display: none;
    }

    .topbar-social {
        margin-top: 6px;
        justify-content: center;
    }
}

/* ========================= */
/* MOBILE (0 – 768px) */
/* ========================= */
@media (max-width: 768px) {

    .header-main {
        padding: 0.8rem 0;
        text-align: center;
    }

    .logo-wrap {
        justify-content: center;
        margin-bottom: 6px;
        position: relative;
        top: -8px;
    }

    .site-logo {
        max-width: 190px;
    }

    .search-box {
        height: 38px;
        margin-bottom: 10px;
    }

    .search-btn {
        padding: 0 12px;
    }

    /* MOBİLDE QR + E-KATALOG GİZLİ */
    .qr-menu,
    .katalog,
    .qr-menu-item {
        display: none !important;
    }

    .navbar-custom {
        margin-top: 0px;
    }

    .navbar-custom .nav-link {
        padding: 0.8rem;
        font-size: 0.75rem;
    }
}

/* ========================= */
/* TABLET (769px – 991px) */
/* ========================= */
@media (min-width: 769px) and (max-width: 991px) {

    .site-logo {
        max-width: 220px;
    }

    .search-box {
        height: 40px;
    }
}


/* --- Hero --- */
.hero-section {
    position: relative;
    overflow: hidden;
    background: #040404;
}

/* Slider */
.hero-slider {
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
}

/* Responsive yükseklik */
.hero-section {
    height: 260px;
}

@media (min-width: 576px) {
    .hero-section {
        height: 360px;
    }
}

@media (min-width: 992px) {
    .hero-section {
        height: 500px;
    }
}



/* =========================
   BRAND NAV
========================= */
.brand-nav {
    background-color: #999;
}

/* Desktop */
.brand-row {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}

.brand-item {
    flex: 1 1 0;
    height: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 20px;
    background-color: #999;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
    white-space: pre-line;
    font-weight: 800;
    font-family: "Zirkel";
    text-align: center;
    border-right: 1px solid #000;
    transition: background-color .25s ease, transform .2s ease;
}


.brand-item:last-child {
    border-right: none;
}

.brand-item:hover {
    background-color: #000000;
    transform: translateY(-2px);
}

/* =========================
   MOBİL – YATAY KAYDIRMA
========================= */
@media (max-width: 768px) {

    .brand-row {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }

    .brand-item {
        flex: 0 0 auto;
        min-width: 140px;
        height: 80px;
        scroll-snap-align: start;
        border-right: 1px solid #aaa;
    }

    /* Scrollbar gizle (opsiyonel) */
    .brand-row::-webkit-scrollbar {
        display: none;
    }
}

/* =========================
   GÖRSEL
========================= */
.caliper-showcase {
    margin-top: -15rem;
    margin-bottom: 4rem;
}

.caliper-img {
    max-width: 80%;
    width: 100%;
    filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .35));
    transition: transform .4s ease;
}

.caliper-img:hover {
    transform: scale(1.05);
}


/* =========================
   SOL BAŞLIK ALANI
========================= */
.production-left {
    font-family: "Zirkel", sans-serif;
}

.title-with-line {
    position: relative;
    padding-left: 18px;
    margin-bottom: 24px;
}

.title-with-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 2px;
    height: 92%;
    background-color: #d60000;
}

.production-title {
    margin: 0;
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1a1a1a;
}

.production-desc {
    margin-top: -10px;
    max-width: 320px;
    font-size: 14px;
    line-height: 1.65;
    color: #000;
    margin-left: 92px;
}

/* ============================= */
/* FEATURE CIRCLES – NATURAL / PREMIUM */
/* ============================= */

.feature-circles {
    background: #ffffff;
    padding: 3.5rem 0 3rem;
}

/* ============================= */

.feature-circle {
    width: 240px;
    height: 240px;
    margin: 0 auto;

    /* çok daha doğal arka plan */
    background:
        radial-gradient(circle at top left,
            #ffffff 0%,
            #f2f2f2 45%,
            #e6e6e6 100%);

    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.08),
        inset 0 2px 6px rgba(255, 255, 255, 0.9);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

/* ikon */
.feature-circle img {
    width: 44px;
    margin-bottom: 16px;
    opacity: 0.85;
    transition: transform 0.4s ease;
}

/* başlık */
.feature-circle h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
    font-family: "Zirkel";
    letter-spacing: 0.4px;
}


.feature-circle span {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    position: relative;
}


.feature-circle span::after {
    content: "";
    display: block;
    width: 26px;
    height: 1.5px;
    background: rgba(255, 0, 0, 0.8);
    margin: 10px auto 0;
    transition: width 0.35s ease;
}


.feature-circle:hover {
    transform: translateY(-5px);
    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.12),
        inset 0 4px 10px rgba(255, 255, 255, 1);
}


.feature-circle:hover img {
    transform: scale(1.05);
}


.feature-circle:hover span::after {
    width: 38px;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 768px) {

    .feature-circles {
        padding: 2.5rem 0 2rem;
    }

    .feature-circle {
        width: 210px;
        height: 210px;
        margin-bottom: 26px;
    }

    .feature-circle img {
        width: 38px;
    }

    .feature-circle h5 {
        font-size: 13px;
    }

    .feature-circle span {
        font-size: 17px;
    }

    .feature-circles .col-md-4:last-child .feature-circle {
        margin-bottom: 0;
    }
}

/* =========================
   RESPONSIVE
========================= */


@media (max-width: 991px) {
    .caliper-img {
        max-width: 75%;
        transform: none;
    }
}

/* Mobil */
@media (max-width: 768px) {
    .caliper-img {
        max-width: 85%;
        margin: 0 auto;
        display: block;
    }

    .caliper-showcase {
        margin-top: 0;
    }

    .production-title {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .production-desc {
        margin-top: 0;
        max-width: 100%;
    }
}

/* Küçük mobil */
@media (max-width: 480px) {
    .caliper-img {
        max-width: 95%;
    }

    .production-title {
        font-size: 24px;
        letter-spacing: 1.5px;
    }
}

/* ================================================= */
/* Categories */
/* ================================================= */
.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

/* ================================================= */
/* KOLONLAR – SAĞ BORDER */
/* ================================================= */

#categorySection .col-md-3 {
    border-right: 1px solid #000;
}


#categorySection .col-md-3:last-child {
    border-right: none;
}

/* ================================================= */
/* CATEGORY CARD */
/* ================================================= */
.category-card {
    height: 350px;
    position: relative;
    overflow: visible;
    border-radius: 0;
    transition: background-color 0.4s ease;
    margin: 0;
    padding: 0;
    border: none !important;
    box-shadow: none !important;
}

/* Hover */
.category-card:hover {
    background: #000 !important;
}

/* ================================================= */
/* BAŞLIK */
/* ================================================= */
.category-card .cat-title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    z-index: 5;
    pointer-events: none;
    letter-spacing: 3px;
    font-weight: 300;

    color: #ffffff;
    font-family: "Zirkel";
    text-align: center;
}

/* ================================================= */
/* GÖRSEL */
/* ================================================= */
.cat-img-wrapper {
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    height: 250px;
    overflow: hidden;
    transition: transform 0.4s ease;
    background: transparent;

    -webkit-mask-image: linear-gradient(to bottom,
            transparent 0%,
            black 18%,
            black 82%,
            transparent 100%);

    mask-image: linear-gradient(to bottom,
            transparent 0%,
            black 18%,
            black 82%,
            transparent 100%);
}

.category-card:hover .cat-img-wrapper {
    transform: translateY(-15px);
}

.cat-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.4s ease, transform 0.4s ease;
    transform: translateY(25px);
}

.category-card:hover .cat-img-wrapper img {
    filter: grayscale(0%);
    transform: translateY(10px);
}

/* ================================================= */
/* MOBILE */
/* ================================================= */
@media (max-width: 768px) {

    .category-card {
        height: 300px;
    }

    .cat-img-wrapper {
        bottom: -15px;
        height: 200px;
    }

    .cat-img-wrapper img {
        transform: translateY(10px);
    }

    /* Mobilde sağ border KALDIR (alt alta gelince gerek yok) */
    #categorySection .col-md-3 {
        border-right: none;
        border-bottom: 1px solid #000;
    }

    #categorySection .col-md-3:last-child {
        border-bottom: none;
    }
}



/* =========================
   NEW PRODUCTS SECTION
========================= */

#productCarousel .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}


.products-section {
    position: relative;
    background: #ffffff;

    /* sadece üst ve alt border */
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;

    /* borderlardan çıkan üst & alt gölge */
    box-shadow:
        0 -8px 16px rgba(0, 0, 0, 0.08),
        0 8px 16px rgba(0, 0, 0, 0.08);

    margin: 80px 0;
}

/* =====================================================
   İÇ KUTU
===================================================== */
.products-box {
    padding: 48px 0 40px;
}

/* Başlık boşluğu */
.products-box .text-center {
    margin-bottom: 40px;
}

/* =====================================================
   PRODUCT CARD
===================================================== */
.product-card {
    position: relative;
    height: 100%;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    padding: 0;
    transition: all 0.35s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

/* =====================================================
   ÜST BAR (ÜRÜN KODU + MARKA)
===================================================== */
.product-card .border-bottom {
    background: #ffffff !important;
    padding: 14px 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-card .border-bottom span:first-child {
    font-size: 20px;
    font-weight: 600;
    color: #777;
    letter-spacing: 0.5px;
}

/* Marka badge */
.product-card .badge {
    font-size: 13px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 0;
}

/* =====================================================
   YENİ ÜRÜN BADGE
===================================================== */
.badge-new {
    position: absolute;
    top: 72px;
    left: 18px;
    width: 60px;
    height: 60px;
    background: url("/assets/img/yeni.png") no-repeat center center;
    background-size: contain;
    z-index: 5;
    transform: rotate(-15deg);
    font-size: 0;
}

/* =====================================================
   ÜRÜN GÖRSEL
===================================================== */
.product-card .p-4 {
    padding: 28px 20px;
}

.product-card img {
    max-height: 140px;
    width: 100%;
    object-fit: contain;
}

/* =====================================================
   ALT BİLGİ
===================================================== */
.product-card .border-top {
    padding: 16px 12px 20px;
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
}

.product-card b {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
}

/* =====================================================
   PSD BUTON
===================================================== */
.product-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 6px 22px;
    border: 1px solid #000;
    color: #000;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease;
}

.product-btn:hover {
    background: #000;
    color: #fff;
}

/* =====================================================
   CAROUSEL DOTS
===================================================== */
.carousel-indicators {
    margin-top: 32px;
    position: relative;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #000;
    margin: 0 6px;
}

.carousel-indicators .active {
    background-color: #000;
}

/* =====================================================
   MOBİL
===================================================== */
@media (max-width: 768px) {

    .products-section {
        margin: 48px 0;
    }

    .products-box {
        padding: 32px 0 28px;
    }

    #productCarousel .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 24px;
    }

    .product-card img {
        max-height: 110px;
    }

    .product-card .border-bottom span:first-child {
        font-size: 18px;
    }

    .product-btn {
        font-size: 10px;
        padding: 6px 16px;
    }

    .badge-new {
        width: 48px;
        height: 48px;
        top: 64px;
        left: 14px;
    }
}


/* ============================= */
/* CTA */
/* ============================= */

.footer-cta {
    position: relative;
    background: transparent;
    /* padding-top: 2.5rem; */
    padding-bottom: 0;
}

/* KIRMIZI BLOK */
.footer-cta-inner {
    width: 85%;
    margin-left: auto;
    background: #da291c;
    padding: 2rem 3rem;
    transform: translateY(50%);
    z-index: 5;
}

/* CTA CONTENT */
.footer-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}

/* LOGO */
.footer-logo img {
    max-width: 220px;
}

/* CTA CONTACT */
.footer-cta-contact {
    display: flex;
    gap: 40px;
    white-space: nowrap;
}

/* ITEM */
.cta-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
}

.cta-item-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.cta-item span {
    font-size: 13px;
    opacity: 0.75;
}

.cta-item strong {
    font-size: 16px;
    font-weight: 700;
}

.cta-item a {
    color: #fff;
    text-decoration: none;
}

.cta-item a:hover {
    text-decoration: underline;
}

/* ICON */
.cta-icon {
    width: 46px;
    height: 46px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-icon img {
    width: 22px;
    filter: brightness(0) invert(1);
}

/* ============================= */
/* FOOTER MAIN */
/* ============================= */

.footer-main {
    background: #2a2a2a;
    color: #aaa;
    padding: 6rem 0 4rem;
}

/* Linkler */
.footer-link {
    color: #ffffff;
    display: block;
    text-decoration: none;
    margin-bottom: 8px;
    transition: 0.2s;
}

.footer-link:hover {
    color: #da291c;
    padding-left: 6px;
}

/* Harita */
.footer-map {
    height: 150px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 6px;
}

.footer-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* ============================= */
/* ALT BAR */
/* ============================= */

.footer-bottom {
    background: #999;
    padding: 12px 0;
    font-size: 13px;
    color: #222;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-cert img {
    max-height: 38px;
    opacity: 0.9;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 768px) {

    /* CTA */
    .footer-cta {
        padding-top: 2rem;
    }

    .footer-cta-inner {
        width: 100%;
        margin-left: 0;
        transform: translateY(0);
        padding: 1.75rem 1.5rem;
        border-radius: 0;
    }

    .footer-cta-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .footer-logo img {
        max-width: 160px;
        margin-bottom: 8px;
    }

    .footer-cta-contact {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .cta-item {
        width: 100%;
        justify-content: center;
        gap: 12px;
        text-align: left;
    }

    .cta-item span {
        font-size: 12px;
    }

    .cta-item strong {
        font-size: 15px;
    }

    .cta-icon {
        width: 38px;
        height: 38px;
    }

    .cta-icon img {
        width: 18px;
    }

    /* FOOTER MAIN */
    .footer-main {
        padding: 4rem 0 3rem;
        text-align: center;
    }

    .footer-link {
        margin-bottom: 10px;
        font-size: 14px;
    }

    /* MAP */
    .footer-map {
        height: 180px;
        margin: 20px auto;
        border-radius: 10px;
        overflow: hidden;
    }

    /* BOTTOM BAR */
    .footer-bottom {
        padding: 16px 0;
        font-size: 12px;
        text-align: center;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 12px;
    }

    .footer-cert img {
        max-height: 30px;
        margin: 0 6px;
    }
}


/* ============================= */
/* CTA */
/* ============================= */
.page-about .footer-cta {
    position: relative;
    background: transparent;
    /* padding-top: 2.5rem; */
    padding-bottom: 0;
}

/* KIRMIZI / SİYAH BLOK */
.page-about .footer-cta-inner {
    width: 85%;
    margin-left: auto;
    background: #000000;
    padding: 2rem 3rem;
    transform: translateY(50%);
    z-index: 5;
}

/* CTA CONTENT */
.page-about .footer-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}

/* LOGO */
.page-about .footer-logo img {
    max-width: 220px;
}

/* CTA CONTACT */
.page-about .footer-cta-contact {
    display: flex;
    gap: 40px;
    white-space: nowrap;
}

/* CTA ITEM */
.page-about .cta-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
}


.page-about .cta-item-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.page-about .cta-item span {
    font-size: 13px;
    opacity: 0.75;
}

.page-about .cta-item strong {
    font-size: 16px;
    font-weight: 700;
}

.page-about .cta-item a {
    color: #fff;
    text-decoration: none;
}

.page-about .cta-item a:hover {
    text-decoration: underline;
}

/* ICON */
.page-about .cta-icon {
    width: 46px;
    height: 46px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-about .cta-icon img {
    width: 22px;
    filter: brightness(0) invert(1);
}

/* ============================= */
/* FOOTER MAIN */
/* ============================= */
.page-about .footer-main {
    background: #2a2a2a;
    color: #aaa;
    padding: 6rem 0 4rem;
}

/* Linkler */
.page-about .footer-link {
    color: #ffffff;
    display: block;
    text-decoration: none;
    margin-bottom: 8px;
    transition: 0.2s;
}

.page-about .footer-link:hover {
    color: #da291c;
    padding-left: 6px;
}

/* Harita */
.page-about .footer-map {
    height: 150px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 6px;
}

.page-about .footer-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* ============================= */
/* ALT BAR */
/* ============================= */
.page-about .footer-bottom {
    background: #999;
    padding: 12px 0;
    font-size: 13px;
    color: #222;
}

.page-about .footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.page-about .footer-cert img {
    max-height: 38px;
    opacity: 0.9;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */
@media (max-width: 768px) {

    /* CTA */
    .page-about .footer-cta {
        padding-top: 2rem;
    }

    .page-about .footer-cta-inner {
        width: 100%;
        margin-left: 0;
        transform: translateY(0);
        padding: 1.75rem 1.5rem;
        border-radius: 0;
    }

    .page-about .footer-cta-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .page-about .footer-logo img {
        max-width: 160px;
        margin-bottom: 8px;
    }

    .page-about .footer-cta-contact {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .page-about .cta-item {
        width: 100%;
        justify-content: center;
        gap: 12px;
        text-align: left;
    }

    .page-about .cta-item-text {
        align-items: flex-start;
    }

    .page-about .cta-item span {
        font-size: 12px;
    }

    .page-about .cta-item strong {
        font-size: 15px;
    }

    .page-about .cta-icon {
        width: 38px;
        height: 38px;
    }

    .page-about .cta-icon img {
        width: 18px;
    }

    /* FOOTER MAIN */
    .page-about .footer-main {
        padding: 4rem 0 3rem;
        text-align: center;
    }

    .page-about .footer-link {
        margin-bottom: 10px;
        font-size: 14px;
    }

    /* MAP */
    .page-about .footer-map {
        height: 180px;
        margin: 20px auto;
        border-radius: 10px;
        overflow: hidden;
    }

    /* BOTTOM BAR */
    .page-about .footer-bottom {
        padding: 16px 0;
        font-size: 12px;
        text-align: center;
    }

    .page-about .footer-bottom-inner {
        flex-direction: column;
        gap: 12px;
    }

    .page-about .footer-cert img {
        max-height: 30px;
        margin: 0 6px;
    }
}



/* --- Promo Video --- */
.promo-video-section {
    background-color: #f2f2f2;
    padding: 0;
}

/* Wrapper */
.promo-video-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 500px;
}

/* Poster */
.promo-video-wrapper img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    display: block;
}

/* Overlay */
.promo-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* =========================
   PLAY BUTTON (PNG)
========================= */
.play-btn {
    width: 338px;
    height: 337px;

    background: url("/assets/img/play.png") no-repeat center center;
    background-size: contain;

    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform .3s ease;
}

.play-btn:hover {
    transform: scale(1.1);
}

/* Yazı */
.promo-text {
    margin-top: 60px;
    /* 20px → 60px */
    color: #ffffff;
    letter-spacing: 3px;
    font-size: 97px;
    font-weight: 800;
    font-family: "Zirkel";
    text-align: center;
}

/* Video iframe */
.promo-video-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: none;
    display: block;
}

/* =========================
   MOBİL
========================= */
@media (max-width: 768px) {

    .promo-video-wrapper,
    .promo-video-wrapper img,
    .promo-video-wrapper iframe {
        min-height: 360px;
    }

    .play-btn {
        width: 180px;
        height: 180px;
    }

    .promo-text {
        font-size: 12px;
        letter-spacing: 2px;
    }
}


/* =========================
   SECTION
========================= */
.production-section {
    padding: 5rem 0;
    background: #fff;
}

/* =========================
   SOL METİN ALANI
========================= */
.production-left {
    font-family: "Zirkel", sans-serif;
    position: relative;
    height: -webkit-fill-available;
}

/* Kırmızı çizgi */
.title-with-line {
    position: relative;
    margin-left: 92px;
    margin-bottom: 28px;
}

.title-with-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 2px;
    height: 92%;
    background-color: #e30613;
}

/* BAŞLIK */
.production-title {
    margin: 0;
    letter-spacing: 2.8px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1b1b1b;
    font-size: 56px;
    line-height: 56px;
    color: #000000;
    font-weight: 300;
    font-family: "Zirkel";

}

/* METİN */
.section-text {
    font-size: 13.5px;
    line-height: 1.7;
    color: #4f4f4f;
    max-width: 300px;
    margin-bottom: 32px;
    /* margin-left: 45px; */
    margin-left: 92px;

}


/* =========================
   BLOCK AREA – STABİL
========================= */
.block-area {
    width: calc(98% - var(--overlay-gap));
    /* height: 180px; */
    height: 250px;
    background: #7F7F7F;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    padding-left: 0;
}


/* =========================
   GÖRSEL ALAN
========================= */
.visual-wrapper {
    position: relative;
    width: 100%;
    min-height: 420px;
    overflow: hidden;
    background: transparent;
}

.visual-wrapper img {
    width: 100%;
    display: block;
    opacity: 0.9;
}

/* =========================
   OVERLAY KOLONLAR – EŞİT DAĞILIM
========================= */
:root {
    --overlay-w: 24% !important;
    --overlay-gap: calc((100% - (4 * var(--overlay-w))) / 3);
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

/* EN SOL – en koyu */
.overlay-1 {
    left: 0;
    width: var(--overlay-w);
    background: rgba(153, 153, 153, 0.85);
    border-top-left-radius: 24px;
}

/* ORTA SOL */
.overlay-2 {
    left: calc(var(--overlay-w) + var(--overlay-gap));
    width: var(--overlay-w);
    background: rgba(178, 178, 178, 0.75);
}

/* ORTA SAĞ */
.overlay-3 {
    left: calc((2 * var(--overlay-w)) + (2 * var(--overlay-gap)));
    width: var(--overlay-w);
    background: rgba(204, 204, 204, 0.65);
}

/* EN SAĞ – en açık */
.overlay-4 {
    right: 0;
    width: var(--overlay-w);
    background: rgba(229, 229, 229, 0.55);
}


/* =========================
   MOBİL – SADE & KAYMASIZ
========================= */
@media (max-width: 768px) {

    .production-section {
        padding: 3rem 0;
    }

    .production-title {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .section-text {
        max-width: 100%;
    }

    /* BLOCK sabit ve düzgün */
    .block-area {
        display: none;
    }


    .overlay {
        display: none;
    }


    .overlay-1 {
        display: block;
        left: 0;
        width: 70%;
        background: linear-gradient(to right,
                rgba(153, 153, 153, 0.65),
                rgba(153, 153, 153, 0.35),
                rgba(153, 153, 153, 0.15));
        border-top-left-radius: 20px;
    }
}

/* =========================
   OVERLAY KOLONLAR – EŞİT DAĞILIM
========================= */
:root {
    --overlay-w: 22%;
    --overlay-gap: calc((100% - (4 * var(--overlay-w))) / 3);
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

/* EN SOL – en koyu */
.overlay-1 {
    left: 0;
    width: var(--overlay-w);
    background: rgba(153, 153, 153, 0.85);
    border-top-left-radius: 24px;
}

/* ORTA SOL */
.overlay-2 {
    left: calc(var(--overlay-w) + var(--overlay-gap));
    width: var(--overlay-w);
    background: rgba(178, 178, 178, 0.75);
}

/* ORTA SAĞ */
.overlay-3 {
    left: calc((2 * var(--overlay-w)) + (2 * var(--overlay-gap)));
    width: var(--overlay-w);
    background: rgba(204, 204, 204, 0.65);
}

/* EN SAĞ – en açık */
.overlay-4 {
    right: 0;
    width: var(--overlay-w);
    background: rgba(229, 229, 229, 0.55);
}


/* =========================
   MOBİL – SADE & KAYMASIZ
========================= */
@media (max-width: 768px) {

    .production-section {
        padding: 3rem 0;
    }

    .production-title {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .section-text {
        max-width: 100%;
    }

    /* BLOCK sabit ve düzgün */
    .block-area {
        display: none;
    }


    .overlay {
        display: none;
    }


    .overlay-1 {
        display: block;
        left: 0;
        width: 70%;
        background: linear-gradient(to right,
                rgba(153, 153, 153, 0.65),
                rgba(153, 153, 153, 0.35),
                rgba(153, 153, 153, 0.15));
        border-top-left-radius: 20px;
    }
}



/* ============================= */
/* HISTORY TIMELINE – BASE */
/* ============================= */

.history-timeline {
    background: #000;
    color: #fff;
    padding: 6rem 0 5rem;
    overflow-x: hidden;
    font-family: "Zirkel";
}

/* ============================= */
/* WRAPPER */
/* ============================= */

.timeline-wrapper {
    position: relative;
    margin-bottom: 7rem;
}

/* ============================= */
/* YEARS – DESKTOP */
/* ============================= */

.timeline-years {
    display: grid;
    grid-template-columns: repeat(6, 110px);
    justify-content: space-between;
    align-items: end;
    position: relative;
    z-index: 2;
}

/* YEAR – BASE */
.timeline-years .year {
    position: relative;
    min-width: 110px;
    max-width: 110px;
    height: 160px;

    display: flex;
    align-items: center;
    justify-content: center;

    writing-mode: vertical-rl;
    transform: rotate(180deg) scale(1);

    font-size: 48px;
    font-weight: 700;
    letter-spacing: 3px;

    color: transparent;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.35);

    cursor: pointer;
    transition:
        transform 0.25s ease,
        color 0.25s ease,
        -webkit-text-stroke 0.25s ease;
}


.timeline-years .year:not(.active):hover {
    transform: rotate(180deg) scale(1.12);
}

/* ACTIVE – SABİT & GÜÇLÜ */
.timeline-years .year.active {
    transform: rotate(180deg) scale(1.08);
    font-weight: 800;
    -webkit-text-stroke: 0;
    color: #ffffff;
}

/* ============================= */
/* DOT */
/* ============================= */

.timeline-years .year::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);

    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50%;

    transition:
        width 0.25s ease,
        height 0.25s ease,
        background 0.25s ease,
        border 0.25s ease;
}

/* HOVER – DOT */
.timeline-years .year:not(.active):hover::before {
    width: 18px;
    height: 18px;
    background: transparent;
    border: 2px solid #ffffff;
}

/* ACTIVE – DOT */
.timeline-years .year.active::before {
    width: 18px;
    height: 18px;
    background: #000;
    border: 3px solid #ffffff;
    z-index: 3;
}

/* ============================= */
/* TIMELINE LINE */
/* ============================= */

.timeline-line {
    position: absolute;
    top: 171px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    pointer-events: none;
    z-index: 1;
}

/* ============================= */
/* DESCRIPTION */
/* ============================= */

.timeline-description {
    max-width: 1080px;
    min-height: 120px;
    margin: 0 auto;
    padding: 0 64px;

    font-size: 16px;
    line-height: 1.75;
    font-weight: 600;
    text-align: center;
}

/* ================================================= */
/* ===================== MOBILE ===================== */
/* ================================================= */

@media (max-width: 768px) {

    .history-timeline {
        padding: 4rem 0;
        display: flex;
        justify-content: center;
    }

    .timeline-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .timeline-years {
        width: 100%;
        max-width: 260px;
        margin: 0 auto;

        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .timeline-years .year {
        writing-mode: horizontal-tb;
        transform: scale(1) !important;
        height: auto;

        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1.5px;

        text-align: center;
        color: #aaa;
        -webkit-text-stroke: 0;
    }

    .timeline-years .year.active {
        font-size: 42px;
        font-weight: 800;
        color: #fff;
        transform: scale(1.1) !important;
    }

    .timeline-years .year::before {
        display: none;
    }

    .timeline-line {
        display: none;
    }

    .timeline-description {
        max-width: 260px;
        margin: 28px auto 0;
        padding: 0;

        font-size: 14px;
        line-height: 1.8;
        text-align: center;
    }
}



/* ============================= */
/* ABOUT PROMO */
/* ============================= */
.about-promo {
    background: url("/assets/img/tir_acik.png") no-repeat center right;
    background-size: cover;
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

/* KARARTMA */
.about-promo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0.7) 50%,
            rgba(0, 0, 0, 0.25) 100%);
    z-index: 1;
}

.about-promo .container {
    position: relative;
    z-index: 2;
}

/* ============================= */
/* HOVER BACKGROUND EFFECT */
/* ============================= */
.about-promo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/assets/img/tir.png") no-repeat center right;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: 0;
}


.about-promo:hover::after {
    opacity: 1;
}

/* ============================= */
/* İÇ YAPI */
/* ============================= */
.about-promo-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* ============================= */
/* VİDEO KUTUSU */
/* ============================= */
.about-promo-video {
    position: relative;
    width: 65%;
    max-width: 720px;
}

.about-promo-video img,
.about-promo-video iframe {
    width: 100%;
    height: 405px;
    border-radius: 4px;
    display: block;
    object-fit: cover;
}

/* ============================= */
/* PLAY BUTONU */
/* ============================= */
.about-promo-play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: none;
    background: radial-gradient(circle at 30% 30%, #ff3b30, #e10600);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.45),
        inset 0 3px 6px rgba(255, 255, 255, 0.25);

    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-promo-play-btn:hover {
    transform: scale(1.08);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.55),
        inset 0 3px 6px rgba(255, 255, 255, 0.3);
}

/* PLAY İKONU (SVG) */
.about-promo-play-btn svg {
    width: 81px;
    height: 84px;
    fill: #fff;
    margin-left: -5px;
}


/* ============================= */
/* RESPONSIVE */
/* ============================= */
@media (max-width: 992px) {

    .about-promo-inner {
        justify-content: center;
    }

    .about-promo-video {
        width: 100%;
        max-width: 100%;
    }

    .about-promo-video img,
    .about-promo-video iframe {
        height: 300px;
    }
}

@media (max-width: 576px) {

    .about-promo {
        padding: 4rem 0;
    }

    .about-promo-video img,
    .about-promo-video iframe {
        height: 220px;
    }

    .about-promo-play-btn {
        width: 60px;
        height: 60px;
    }

    .about-promo-play-btn svg {
        width: 44px;
        height: 44px;
        margin-left: 5px;
    }
}


/* ============================= */
/* MISSION / VISION */
/* ============================= */
.mission-vision {
    position: relative;
    width: 100%;
    min-height: 380px;
    overflow: hidden;
}

/* İKİYE BÖL */
.mission-vision-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 380px;
}

/* ORTA HEDEF */
.mission-vision-center {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
}

.mission-vision-center img {
    max-width: 260px;
}

/* ORTA ÇİZGİ */
.mission-vision::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: rgba(255, 255, 255, 0.25);
    z-index: 2;
}

/* KUTULAR */
.mission-box {
    padding: 4rem 2.5rem;
    padding-left: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}


/* SOL */
.mission-left {
    background: #d9d9d9;
    color: #555;
    font-family: "Zirkel";
}

.mission-left h3 {
    color: #a9a1a1;
}

/* SAĞ */
.mission-right {
    background: #000;
    color: #ddd;
    font-family: "Zirkel";
}

.mission-right h3 {
    color: #fff;
}

/* BAŞLIKLAR */
.mission-box h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 14px;
    width: 100%;
}

/* METİN */
.mission-box p {
    font-size: 15px;
    max-width: 360px;
    margin: 0;
    width: 100%;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */
@media (max-width: 992px) {

    .mission-vision-inner {
        grid-template-columns: 1fr;
    }

    .mission-vision::before {
        display: none;
    }

    .mission-vision-center {
        position: relative;
        margin: 2rem 0;
    }

    .mission-box {
        padding: 3rem 2rem;
        padding-left: 3rem;
    }

    .mission-box p {
        max-width: 100%;
    }
}

/* ============================= */
/* GLOBAL PRESENCE - FINAL STYLE */
/* ============================= */

.global-presence {
    background: #fff;
    padding: 6rem 0;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}

.global-presence .container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

/* ----------------------------- */
/* ÜST ETİKET (SAĞ ÜST) */
/* ----------------------------- */
.top-labels {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    z-index: 40;
}

.label-item {
    display: block;
    font-size: 13px;
    color: #888;
}

/* ----------------------------- */
/* ANA İÇERİK BLOĞU */
/* ----------------------------- */
.main-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 20;
    margin-bottom: -120px;
}

/* ----------------------------- */
/* SOL AÇIKLAMA METNİ */
/* ----------------------------- */
.side-info {
    width: 30%;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    width: 375px;
}

.side-info strong {
    font-weight: 700;
    color: #000000;
    font-family: "Zirkel";
}

.red-box {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #e30613;
    margin-right: 6px;
}


.global-headline {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 10%;
    position: relative;
    z-index: 30;
}


.global-number {
    width: 180px;
    height: auto;
    position: relative;
    z-index: 5;
    opacity: 1;
    transform: translateY(-37px);
    pointer-events: none;
    filter: blur(0.3px);
    left: -40px;
}

/* SAĞ YAZILAR */
.global-headline h2 {
    font-size: 60px;
    line-height: 0.85;
    font-weight: 700;
    margin: -80px;
    position: relative;
    z-index: 50;
    transform: translateY(-104px);
    color: #000000;
    font-family: "Zirkel";
}

.global-headline h2 strong {
    font-weight: 900;
    display: block;
}

/* ----------------------------- */
/* HARİTA */
/* ----------------------------- */
.global-map-area {
    position: relative;
    width: 100%;
    z-index: 30;
}

.world-map {
    width: 100%;
    display: block;
    position: relative;
    z-index: 30;
    filter: grayscale(1);
    opacity: 1;
}

/* ============================= */
/* WORLD MAP – CLEAN HOVER */
/* ============================= */

.global-map-area {
    position: relative;
    overflow: hidden;
}

/* Haritanın kendisi */
.world-map {
    display: block;
    width: 100%;
    transition:
        transform 0.8s ease,
        filter 0.8s ease;
}


.global-map-area:hover .world-map {
    transform: scale(1.03);
    filter: grayscale(0.4) contrast(1.05);
}


.global-map-area::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 35%,
            rgba(255, 255, 255, 0.12) 50%,
            rgba(255, 255, 255, 0) 65%);
    transform: translateX(-120%);
    opacity: 0;
    transition: transform 1.2s ease, opacity 0.6s ease;
    pointer-events: none;
    z-index: 40;
}


.global-map-area:hover::after {
    transform: translateX(120%);
    opacity: 1;
}

/* ===================== MOBILE ==================== */
/* ================================================= */

@media (max-width: 768px) {

    .global-presence {
        padding: 3.5rem 0 4rem;
    }

    .top-labels {
        display: none;
    }


    .main-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 0;
        gap: 22px;
    }


    .side-info {
        width: 92%;
        font-size: 15px;
        line-height: 1.75;
        margin: 0 auto;
        text-align: center;

    }

    .red-box {
        margin-right: 8px;
    }


    .global-headline {
        width: 92%;
        margin-left: 0;
        justify-content: center;
        gap: 16px;
    }

    .global-number {
        width: 140px;
        transform: none;
        opacity: 1;
        filter: blur(0.2px);
        left: 6px;
    }

    .global-headline h2 {
        font-size: 42px;
        line-height: 0.95;
        margin: 0;
        transform: none;
        text-align: left;
    }


    .global-map-area {
        width: 100%;
        margin-top: 26px;
        overflow: hidden;
    }

    .world-map {
        width: 118%;
        max-width: none;
        margin-left: -9%;
    }


}


/* =================================================
   ABOUT SECTION
================================================= */

.about-section {
    width: 100%;
    background: #ffffff;
    overflow-x: hidden;
}

/* =============================
   HEADER
============================= */
.about-header {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-header-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    font-family: "Zirkel", sans-serif;
    text-transform: uppercase;
}

.about-header-inner span {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #000;
}

.about-header-inner::after {
    content: "";
    margin-top: 14px;
    width: 48px;
    height: 2px;
    background: #ff0000;
}

/* =============================
   CONTENT
============================= */
.about-content {
    display: flex;
    min-height: 560px;
}

/* =================================================
   SOL ALAN
================================================= */
.about-left {
    width: 50%;
    background: #f3f3f3;
    padding: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.about-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #ff0000;
    z-index: 4;
}


.about-left-flag {
    position: absolute;
    inset: 0;
    background: url("/assets/img/tr_bayrak.png") no-repeat center center;
    background-size: cover;
    opacity: 0.45;
    filter: blur(1.4px) saturate(0.9);
    z-index: 1;
    pointer-events: none;
    transition: all 0.6s ease;
}


.about-left-inner {
    max-width: 540px;
    padding: 36px 40px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(6px);
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 2;
    transition: all 0.45s ease;
}


.about-left-inner:hover {
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(2px);
    transform: translateY(-4px);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.18);
}


.about-left:hover .about-left-flag {
    opacity: 0.85;
    filter: blur(0px) saturate(1.15) contrast(1.05);
}

/* =================================================
   YIL RAKAMI
================================================= */
.about-year {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.about-year-number {
    font-size: 180px;
    font-weight: 800;
    line-height: 1;
    color: rgba(255, 0, 0, 0.85);
    letter-spacing: -8px;
    font-family: "Zirkel", sans-serif;
    position: relative;
}

.about-year-number::after {
    content: "15";
    position: absolute;
    left: 6px;
    top: 6px;
    color: rgba(0, 0, 0, 0.06);
    z-index: -1;
}


.about-subtitle {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 26px;
    text-align: center;
    letter-spacing: 0.5px;
}


.about-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-list li {
    padding-left: 26px;
    position: relative;
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 1.55;
    color: #222;
}

.about-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ff0000;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

/* =================================================
   SAĞ ALAN – İSTATİSTİK
================================================= */
.about-right {
    width: 50%;
    padding: 90px 100px;
    position: relative;
    background: linear-gradient(135deg, #f7f7f7 0%, #ffffff 65%);
}

.about-right::before {
    content: "";
    position: absolute;
    top: -140px;
    right: -140px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.14), transparent 65%);
}


.about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    max-width: 600px;
    position: relative;
    z-index: 2;
    transform: translateX(-80px);
}


.stat {
    padding: 36px 32px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    position: relative;
    transition: .35s ease;
}

.stat::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #ff0000, #b60000);
}

.stat:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.14);
}

.stat-value {
    font-size: 52px;
    font-weight: 300;
}

.stat-value::after {
    content: "";
    width: 42px;
    height: 2px;
    background: #ff0000;
    display: block;
    margin-top: 10px;
}

.stat-label {
    font-size: 13px;
    color: #555;
    margin-top: 16px;
    text-transform: uppercase;
}

/* =================================================
   BAYRAK KOLAJ (SAĞ)
================================================= */
.about-flags {
    position: absolute;
    right: -310px;
    top: 50%;
    transform: translateY(-50%);
    height: 520px;
    z-index: 5;
    pointer-events: none;
    opacity: 0.45;
    filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.25));
}

/* =================================================
   RESPONSIVE – TABLET
================================================= */
@media (max-width: 992px) {

    .about-content {
        flex-direction: column;
    }

    .about-left,
    .about-right {
        width: 100%;
    }

    .about-stats {
        grid-template-columns: 1fr;
        transform: translateX(-40px);
    }
}

/* =================================================
   RESPONSIVE – MOBİL
================================================= */
@media (max-width: 768px) {

    .about-right {
        padding: 40px 20px;
    }

    .about-stats {
        margin-top: 40px;
        transform: translateX(0);
        gap: 28px;
    }

    .stat {
        text-align: center;
        padding: 28px 22px;
    }

    .stat::before {
        width: 100%;
        height: 4px;
    }

    .stat-value {
        font-size: 38px;
    }

    .about-year-number {
        font-size: 120px;
        letter-spacing: -4px;
    }

    .about-left-inner {
        padding: 28px 24px;
    }


    .about-left-flag {
        opacity: 0.35;
        filter: blur(1px);
    }
}


/* =====================================================
   E-CATALOG PRODUCT CARD
===================================================== */
.ecatalog-product {
    position: relative;
    height: 100%;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    padding: 0;
    margin-bottom: 32px;
    transition: none;
}

.ecatalog-product:hover {
    background: #E4E4E4;
    transition: background-color 0.2s ease;
    transform: none;
    box-shadow: none;
}

.ecatalog-product .border-bottom {
    background: #ffffff !important;
    padding: 14px 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ecatalog-product .border-bottom span:first-child {
    font-size: 20px;
    font-weight: 600;
    color: #777;
    letter-spacing: 0.5px;
}

.ecatalog-product .badge {
    font-size: 13px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 0;
}

.ecatalog-product .badge-new {
    position: absolute;
    top: 72px;
    left: 18px;
    width: 60px;
    height: 60px;
    background: url("/assets/img/yeni.png") no-repeat center center;
    background-size: contain;
    z-index: 5;
    transform: rotate(-15deg);
    font-size: 0;
}

.ecatalog-product .p-4 {
    padding: 28px 20px;
}

.ecatalog-product img {
    max-height: 140px;
    width: 100%;
    object-fit: contain;
}

.ecatalog-product .border-top {
    padding: 16px 12px 20px;
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
}

.ecatalog-product .product-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 6px 22px;
    border: 1px solid #000;
    color: #000;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease;
    font-family: "Zirkel";
}

.ecatalog-product .product-btn:hover {
    background: #000;
    color: #fff;
}

/* =====================================================
   GRID
===================================================== */
.ecatalog-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

/* =====================================================
   PAGINATION
===================================================== */
.ecatalog-pagination-wrap {
    margin-top: 40px;
    padding: 24px 0;
    background: #EEF0F1;
}

.ecatalog-pagination {
    gap: 12px;
}

.ecatalog-pagination .page-link {
    border: none;
    color: #000;
    background: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 2px;
}

.ecatalog-pagination .page-link:hover {
    background: #e0e0e0;
}

.ecatalog-pagination .page-item.active .page-link {
    background: #000;
    color: #fff;
}

/* =====================================================
   FILTER AREA
===================================================== */
.filter-row {
    margin-bottom: 24px;
}

/* Dropdown wrapper */
.filter-dropdowns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.filter-dropdowns .dropdown {
    flex: 1;
    min-width: 160px;
}

/* Dropdown button */
.filter-dropdowns .dropdown-toggle {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Zirkel";
}

.filter-dropdowns .dropdown-toggle:hover,
.filter-dropdowns .dropdown-toggle:focus {
    background: #000;
    color: #fff;
    box-shadow: none;
}

.filter-dropdowns .dropdown-toggle::after {
    border-top-color: #fff;
}

.filter-dropdowns .dropdown-menu {
    width: 100%;
    font-size: 13px;
}

/* =====================================================
   SEARCH (MERGED)
===================================================== */
.ecatalog-search-wrap {
    display: flex;
    width: 100%;
}


.ecatalog-search-wrap input {
    flex: 1;
    height: 42px;
    border: 1px solid #ccc;
    border-right: none;
    padding: 0 14px;
    font-size: 13px;
    border-radius: 4px 0 0 4px;
    font-family: "Zirkel";
}


.ecatalog-search-wrap .search-btn {
    width: 48px;
    height: 42px;
    background: url("/assets/img/ara.png") no-repeat center center;
    background-size: cover;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    padding: 0;
}


.ecatalog-search-wrap .search-btn:hover {
    opacity: 0.9;
}


.ecatalog-search-wrap input:focus {
    outline: none;
    border-color: #000;
}

.ecatalog-search-wrap input:focus+.search-btn {
    border-color: #000;
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 768px) {
    .filter-dropdowns .dropdown {
        flex: 0 0 calc(50% - 6px);
    }
}

@media (max-width: 480px) {
    .filter-dropdowns .dropdown {
        flex: 0 0 100%;
    }
}

/* =======================
   QUALITE PRODUCTION - FINAL PROFESSIONAL VERSION
======================= */

.qualite-production-section {
    width: 100%;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
}


/* =======================
   FULL SCREEN SECTION FIX
======================= */
.qp-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    position: relative;
    min-height: calc(100vh - 150px);
    padding: 60px 0;
}


/* =======================
   SOL ALAN 
======================= */
.qp-left {
    width: 40%;
    height: 100%;
    position: relative;
    padding: 50px 40px 40px;
    background: linear-gradient(180deg,
            rgba(245, 245, 245, 0.65),
            rgba(255, 255, 255, 1));
    border-left: 4px solid #000;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qp-location {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    text-align: center;
}

.qp-location img {
    width: 42px;
}

.qp-location h3 {
    margin: 0;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Zirkel';
}

.qp-left p {
    font-size: 15.5px;
    line-height: 1.85;
    color: #333;
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Zirkel';
}


/* =======================
   OK ALANI
======================= */
.qp-vertical {
    position: relative;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 18px 14px;
    cursor: pointer;
    user-select: none;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.qp-vertical span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    color: #222;
}

.qp-vertical img {
    width: 20px;
    transition: transform 0.35s ease;
}

.qp-vertical:hover {
    transform: translateY(6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.qp-vertical:hover img {
    transform: translateY(6px);
}


/* =======================
   SAĞ ALAN (PROFESYONEL GÖRSEL)
======================= */
.qp-right {
    width: 60%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.qp-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
    background: transparent;

    /* Premium gölge */
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.18),
        0 8px 25px rgba(0, 0, 0, 0.10);

    transform: translateZ(0);
    transition:
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.6s ease;
}



.qp-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
            rgba(0, 0, 0, 0.06),
            rgba(0, 0, 0, 0.02),
            rgba(0, 0, 0, 0.10));
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}



.qp-image-wrapper img {
    width: 100%;
    height: 100%;
    max-height: 560px;
    object-fit: cover;
    display: block;
    clip-path: none;

    transform: scale(1.01);
    transition:
        transform 1.2s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.8s ease;
    will-change: transform;
}


.qp-image-wrapper:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow:
        0 35px 80px rgba(0, 0, 0, 0.22),
        0 15px 35px rgba(0, 0, 0, 0.14);
}

.qp-image-wrapper:hover img {
    transform: scale(1.08);
    filter: brightness(1.04) contrast(1.06) saturate(1.02);
}

.qp-image-wrapper:hover::after {
    opacity: 1;
}


/* =======================
   SERTİFİKALAR
======================= */
.qp-left-cert {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 80px;
}

.cert-vertical-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 6px;
    color: #000;
    line-height: 1;
    font-family: 'Zirkel';
}

.cert-mobile-title {
    display: none;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 24px;
    color: #000;
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
}

.cert-grid img {
    width: 100%;
    background: #fff;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.cert-grid img:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.24);
}


/* =======================
   MOBİL OPTİMİZASYON
======================= */
@media (max-width: 991px) {

    .qualite-production-section {
        padding: 60px 0;
    }

    .qp-container {
        flex-direction: column;
        gap: 40px;
        min-height: auto;
        padding: 40px 0;
    }

    .qp-left,
    .qp-right {
        width: 100%;
        padding: 40px 24px;
        border-left: none;
        background: #fff;
        height: auto;
    }

    .qp-vertical {
        display: none;
    }

    .qp-left-cert {
        display: none;
    }

    .cert-mobile-title {
        display: block;
    }

    .cert-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .cert-grid img {
        max-width: 85%;
        margin: 0 auto;
        padding: 8px;
        border-radius: 6px;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    }
}

.contact-card {
    border-radius: 14px;
    transition: all 0.4s ease;
    animation: fadeUp 0.8s ease forwards;
    opacity: 0;
}

.contact-info-card {
    animation-delay: 0.2s;
}

.contact-form-card {
    animation-delay: 0.4s;
}

.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}


.contact-item {
    margin-bottom: 32px;
}

.contact-item:last-child {
    margin-bottom: 0;
}


.contact-icon {
    width: 52px;
    height: 52px;
    background: #FD0101;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.form-group-custom {
    margin-bottom: 4px;
}

.contact-form .form-label {
    font-weight: 600;
    margin-bottom: 10px;
    color: #212529;
}


.contact-form .form-control {
    border-radius: 10px;
    height: 54px;
    border: 1px solid #e5e7eb;
    padding: 14px 16px;
    transition: all 0.35s ease;
    background: #fff;
}

.contact-form textarea.form-control {
    height: auto;
    min-height: 150px;
}


.contact-form .form-control:hover {
    border-color: #FD0101;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}


.contact-form .form-control:focus {
    border-color: #FD0101;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
    transform: translateY(-2px);
    outline: none;
}


.contact-submit {
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.35s ease;
}

.contact-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(220, 53, 69, 0.35);
}


.contact-map {
    border-radius: 14px;
    transition: all 0.4s ease;
}

.contact-map:hover {
    transform: scale(1.01);
}


@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#press-news {
    background: #f8f9fa;
    padding: 70px 0;
    font-family: "Zirkel";
}

#press-news h2 {
    font-weight: 700;
    color: #222;
    position: relative;
    display: inline-block;
}

#press-news h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #FD0101;
    display: block;
    margin: 12px auto 0;
}

#press-news .row {
    margin-left: -15px;
    margin-right: -15px;
}

#press-news .col-lg-4,
#press-news .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

#press-news .news-card {
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: .35s;
    background: #fff;
    height: 100%;
}

#press-news .news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
}

#press-news .news-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: .4s;
}

#press-news .news-card:hover img {
    transform: scale(1.05);
}

#press-news .card-body {
    padding: 22px;
}


#press-news .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
    transition: .3s;
}

#press-news .news-card:hover .card-title {
    color: #FD0101;
}



#press-news .card-text {
    font-size: 14px;
    color: #6c757d;
}

#press-news .small {
    font-size: 13px;
    color: #888;
}

#press-news-detail {
    padding: 80px 0;
    background: #f8f9fa;
    text-align: center;
    font-family: "Zirkel";
}

.news-breadcrumb {
    font-size: 14px;
    color: #888;
    margin-bottom: 25px;
}

.news-breadcrumb a {
    color: #888;
    text-decoration: none;
}

.news-header {
    margin-bottom: 35px;
}

.news-title {
    font-size: 38px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.news-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #888;
}

.news-meta .dot {
    width: 4px;
    height: 4px;
    background: #bbb;
    border-radius: 50%;
}

.news-cover {
    margin: 35px auto;
    max-width: 900px;
}

.news-cover img {
    width: 100%;
    border-radius: 10px;
}

.news-content {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.news-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 26px;
}

.news-content blockquote {
    border-left: none;
    border-top: 3px solid #FD0101;
    border-bottom: 3px solid #FD0101;
    padding: 24px 16px;
    font-size: 20px;
    font-style: italic;
    margin: 35px auto;
    max-width: 700px;
    color: #333;
}

@media(max-width:768px) {

    .news-title {
        font-size: 26px;
    }

    .news-content {
        max-width: 100%;
        padding: 0 15px;
    }

    .news-content p {
        font-size: 16px;
    }

    .news-cover {
        max-width: 100%;
    }
}