/* RESET */
body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* NAVBAR */
.navbar {
    background-color: rgba(11,14,17,0.9);
    border-bottom: 1px solid #1f2933;
}

.navbar-brand {
    color: #c9a24d !important;
    font-weight: 700;
    letter-spacing: 1px;
}

.navbar-brand img {
    height: 36px;
    border-radius: 18px;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.6));
}

.nav-link {
    color: #e5e7eb !important;
    margin-left: 15px;
}

.nav-link:hover,
.nav-link.active {
    color: #c9a24d !important;
}

/* HERO VIDEO */
.hero-video {
    position: relative;
    height: 100vh;
    overflow: hidden;
    height: 800px;
    margin-top: 62px;
}

.hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/* HERO TEXT */
.hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 6px 25px rgba(0,0,0,0.85);
}

.hero-content span {
    color: #c9a24d;
}

.hero-content p {
    margin-top: 15px;
    font-size: 1.1rem;
    color: #e5e7eb;
    text-shadow: 0 6px 25px rgba(0,0,0,0.85);
}

/* INFO SECTION */
.info-section {
    background-color: #ffffff;
    padding: 10px; /* alt boşluk azaltıldı */
}

.info-title {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.3;
}

/* BUTTON */
.btn-section {
    background-color: #c9a24d;
    color: #000;
    border: none;
    font-weight: 600;
    padding: 14px 34px;
}

.btn-section:hover {
    background-color: #b38f3e;
    color: #000;
}

/* STATS */
.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: #111;
}

.stat-number span {
    color: #c9a24d;
}

.stat-text {
    margin-top: 10px;
    font-size: 1rem;
    color: #555;
}

/* FOOTER */
footer {
    background-color: #0b0e11;
    border-top: 1px solid #1f2933;
    padding: 0;
    text-align: center;
}

footer p {
    margin: 0;
    font-size: 14px;
    color: #9ca3af;
}
/* INFO SECTION */
.info-section {
    background-color: #ffffff;
    padding: 100px 0;
}

.info-title {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
}

/* STATS */
.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: #111;
}

.stat-text {
    margin-top: 10px;
    font-size: 1rem;
    color: #444;
}

/* ORTAK SARI BUTON "HERO" */
.hero-btn {
    background-color: #c9a24d;
    color: #ffffff;
    padding: 14px 36px;
    font-weight: 700;
    border-radius: 10px;
    border: 2px solid #c9a24d;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.hero-btn:hover {
    background-color: #ffffff;
    color: #c9a24d;
    border-color: #c9a24d;
}

/* HERO BUTTON */
.hero-btn {
    background-color: #c9a24d; /* sarı */
    color: #ffffff;
    padding: 14px 36px;
    font-weight: 600;
    border-radius: 6px;
    border: 2px solid #c9a24d;
    transition: all 0.3s ease;
    text-decoration: none;
}

.hero-btn:hover {
    background-color: #ffffff;
    color: #c9a24d;
    border-color: #c9a24d;
}
/* ============================= */
/* WHAT WE DO SECTION - FULL DARK */
/* ============================= */

.what-we-do-section {
    background-color: #000;
    padding: 120px 0;
    color: #ffffff; /* default text white */
}

/* HEADER */
.what-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 25px;
}

.what-line {
    width: 40px;
    height: 1px;
    background-color: #c9a24d;
}

/* TITLE */
.what-title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.35;
    color: #ffffff;
    margin-bottom: 25px;
}

/* DESCRIPTION */
.what-desc {
    font-size: 1rem;
    color: #ffffff;
    opacity: 0.85;
    margin-bottom: 35px;
}

/* BUTTON */
.what-btn {
    display: inline-block;
    background-color: #c9a24d;
    color: #ffffff;
    border: 2px solid #c9a24d;
    padding: 14px 34px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.what-btn:hover {
    background-color: #ffffff;
    color: #c9a24d;
}

/* SWIPER ARROWS WHITE */
.swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #c9a24d;
}

/* IMAGE CARD */
/* WHAT CARD */
.what-card {
    position: relative;
    overflow: hidden;
}

/* IMAGE */
.what-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY */
.what-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.4), transparent);
    color: #ffffff;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    /* Yazıları biraz yukarı almak için */
    padding-bottom: 80px;
}

/* HEADER */
.what-card-overlay h5 {
    font-weight: 700;
    margin-bottom: 8px;   /* h5 ile p arası 8px */
}

/* PARAGRAPH */
.what-card-overlay p {
    font-size: 0.95rem;
    margin-bottom: 20px;  /* alttan 20px yukarı */
    max-width: 80%;
}



/* ARROWS (VISUAL ONLY) */
.what-arrows {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    gap: 12px;
    font-size: 22px;
    opacity: 0.9;
}

/* WHAT WE DO */
.what-we-do-section {
    background-color: #ffffff;
    padding: 120px 0;
}

/* HEADER */
.what-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 25px;
}

.what-line {
    width: 40px;
    height: 1px;
    background-color: #111;
}

/* TEXT */
.what-title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.35;
    color: #111;
    margin-bottom: 25px;
}

.what-desc {
    color: #444;
    margin-bottom: 35px;
}

/* BUTTON */
.what-btn {
    display: inline-block;
    background-color: #c9a24d;
    color: #fff;
    padding: 14px 34px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.what-btn:hover {
    background-color: #111;
}

/* CARD */
.what-card {
    position: relative;
    overflow: hidden;
}

.what-card img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

/* HOVER IMAGE ZOOM */
.what-card:hover img {
    transform: scale(1.08);
}

/* OVERLAY */
.what-card-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    color: #fff;

    transform: translateY(40px);
    transition: 0.4s ease;
}

/* HOVER ANIMATION */
.what-card:hover .what-card-overlay {
    transform: translateY(0);
}

/* SWIPER ARROWS */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #c9a24d;
}
.whatSwiper {
    aspect-ratio: 3 / 2;
}

.whatSwiper .swiper-slide,
.what-card {
    height: 100%;
}

.what-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.defense-section {
    padding: 120px 60px;
    background: #000;
}

/* GRID LAYOUT */
.defense-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
    grid-template-rows: 300px 300px;
    gap: 25px;
}

/* GRID POSITIONING */
.big-left {
    grid-row: 1 / span 2;
    grid-column: 1;
}

.big-right {
    grid-row: 1 / span 2;
    grid-column: 4;
}

.small:nth-child(2) { grid-column: 2; grid-row: 1; }
.small:nth-child(3) { grid-column: 3; grid-row: 1; }
.small:nth-child(4) { grid-column: 2; grid-row: 2; }
.small:nth-child(5) { grid-column: 3; grid-row: 2; }

/* CARD */
.defense-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    cursor: pointer;
}

/* IMAGE */
.defense-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

/* IMAGE ZOOM */
.defense-card:hover img {
    transform: scale(1.08);
}

/* CONTENT */
.card-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px;
    color: #ffd54a;
    z-index: 2;
}

/* TITLE */
.card-content h2,
.card-content h3 {
    font-weight: 800;
    transition: 0.4s ease;
}

/* SUBTITLE + BUTTON DEFAULT HIDDEN */
.card-content p,
.card-btn {
    opacity: 0;
    transform: translateY(25px);
    transition: 0.4s ease;
}

/* GLASS EFFECT */
.defense-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.3));
    backdrop-filter: blur(10px);
    transition: 0.5s ease;
}

/* HOVER EFFECT */
.defense-card:hover::before {
    bottom: 0;
}

.defense-card:hover .card-content p,
.defense-card:hover .card-btn {
    opacity: 1;
    transform: translateY(0);
}

/* BUTTON */
.card-btn {
    display: inline-block;
    margin-top: 15px;
    background: #ffd54a;
    color: #000;
    padding: 10px 26px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s ease;
}

.card-btn:hover {
    background: #000;
    color: #ffd54a;
}
/* ============================= */
/* HEADLINE SECTION */
/* ============================= */

.headline-section {
    background: #ffffff;
    padding: 120px 0;
}

/* ANIMATED TITLE */
.headline-animated {
    position: relative;
    display: block;     /* inline-block yerine block */
    margin-bottom: 10px;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 900;
    color: #000;
    cursor: pointer;
}


/* ALT ÇİZGİ */
.headline-animated::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    height: 4px;
    width: 0;
    background: #000;
    transform: translateX(-50%);
    transition: width 0.5s ease;
}

/* HOVER */
.headline-animated:hover::after {
    width: 100%;
}

/* RENK VURGULARI */
.ground {
    color: #7a6a55;
}

.air {
    color: #5fa4c2;
}

.sea {
    color: #5fa4c2;
}

/* VIEW PRODUCTS BUTONU */
.view-products-btn {
    display: inline-block;
    margin-top: 40px;
    padding: 14px 36px;
    border: 2px solid #000;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.view-products-btn:hover {
    background: #000;
    color: #fff;
}
.products-banner {
    background: #f5f5f5;
    padding-bottom: 10px;
    text-align: center;

    display: flex;
    flex-direction: column;   /* dikey hizalama */
    align-items: center;
}


/* ============================ */
/* ACTIVITY SECTION */
/* ============================ */
/* ============================ */
/* ACTIVITY SECTION */
/* ============================ */

.activity-section {
    background: #ffffff;
    padding: 100px 80px; /* üst-alt biraz küçültüldü */
}

.activity-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

/* LEFT SIDE */
.activity-left {
    flex: 1;
}

/* TITLE (küçültüldü) */
.activity-title {
    font-size: 42px;   /* 60px idi */
    font-weight: 800;
    margin-bottom: 15px;
    color: #000;
}

/* SUBTEXT (küçültüldü ve boşluk azaltıldı) */
.activity-sub {
    font-size: 16px;   /* 20px idi */
    color: #666;
    line-height: 1.6;
    max-width: 520px;
    margin-bottom: 40px;  /* 80px idi */
}

/* GRID */
.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 50px 100px;
}

/* CENTER LINES */
.stats-grid::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #e5e5e5;
}

.stats-grid::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #e5e5e5;
}

/* STAT NUMBER (küçültüldü) */
.stat h3 {
    font-size: 40px;   /* 56px idi */
    font-weight: 800;
    margin-bottom: 10px;
    color: #000;
}

/* LABEL */
.stat-label {
    font-size: 16px;
    color: #000;   /* text siyah */
    display: flex;
    align-items: center;
    gap: 10px;
}

/* EMOJILER TEXT RENGINDE */
.icon {
    font-size: 18px;
    color: inherit;   /* text rengini alır */
}

/* RIGHT SIDE */
.activity-right {
    flex: 1;
    text-align: center;
}

.activity-right img {
    max-width: 100%;
    opacity: 0.95;
}


/* ============================ */
/* SUPERIOR SECTION */
/* ============================ */

.superior-section {
    background: #ffffff;
    padding: 20px 0 20px 0;
    text-align: center;
}

/* TITLE */
.superior-title {
    font-size: 42px;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
}

/* SUBTEXT */
.superior-sub {
    font-size: 16px;
    color: #8a8a8a;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}
/* ============================= */
/* PRODUCTS SECTION */
/* ============================= */

.products-slider-section {
    background: #fff;
    padding: 100px 0;
    position: relative;
}

.products-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 100px;
}

.slider-arrow {
    top: 45%;
    transform: translateY(-50%);
}


/* SLIDER */
.products-container {
    display: flex;
    gap: 40px;
    scroll-behavior: smooth;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

/* Scrollbar hide */
.products-container::-webkit-scrollbar {
    display: none;
}
.products-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* PRODUCT CARD */
.product-card {
    width: 320px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    padding-bottom: 20px;
}

/* Resim */
.product-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    margin-bottom: 5px;   /* Daha küçük boşluk */
}


/* IMAGE WRAPPER */
.card-img {
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 20px;
}

/* IMAGE */
.card-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: 0.6s ease;
}

/* IMAGE ZOOM */
.product-card:hover img {
    transform: scale(1.08);
}

/* HOVER SHADOW */
.product-card:hover {
    transform: translateY(-8px);
}

/* Title */
.product-card h3 {
    font-size: 18px;
    margin: 12px 16px 6px 16px;   /* Üst boşluk azaltıldı */
    font-weight: 800;
}

/* Desc */
.product-card p {
    margin: 0 16px 12px 16px;
    font-size: 14px;
    color: #555;
}

/* TAGS */
.tags {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.tags span {
    background: #e5e7eb;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* META */
.meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #6b7280;
}

/* ARROWS */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;

    /* Glass Effect */
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255, 255, 255, 0.25);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 28px;
    color: #000;

    cursor: pointer;
    transition: all 0.35s ease;
    z-index: 10;
}

/* Kenardan 20px içeride */
.slider-arrow.left {
    left: 20px;
}

.slider-arrow.right {
    right: 20px;
}

/* Hover Premium Effect */
.slider-arrow:hover {
    background: rgba(255, 213, 74, 0.85);
    color: #000;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 8px 25px rgba(255, 213, 74, 0.4);
}


/* RESPONSIVE */
@media(max-width: 1200px){
    .product-card { flex: 0 0 33.33%; }
}

@media(max-width: 992px){
    .product-card { flex: 0 0 50%; }
}

@media(max-width: 600px){
    .product-card { flex: 0 0 100%; }
}
/* =============================== */
/* CIVIL FULL IMAGE SECTION */
/* =============================== */

.civil-section {
    position: relative;
    width: 100%;
    height: 850px;   /* yüksekliği ayarlayabilirsin */
    background: url("../images/2.png") center center / cover no-repeat;
    display: flex;
    align-items: center;
}

/* Dark left gradient overlay */
.civil-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.85) 0%,
        rgba(0,0,0,0.6) 35%,
        rgba(0,0,0,0.2) 65%,
        rgba(0,0,0,0.05) 85%,
        transparent 100%
    );
    display: flex;
    align-items: center;
}

/* Content */
.civil-content {
    max-width: 700px;
    padding-left: 100px;
    color: #ffffff;
}

/* Title */
.civil-content h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 25px;
}

/* Subtitle */
.civil-content p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: rgba(255,255,255,0.85);
}

/* Hero button zaten var ama garanti */
.civil-content .hero-btn {
    font-size: 18px;
}
@media (max-width: 992px) {
    .civil-section {
        height: 500px;
    }

    .civil-content {
        padding: 0 30px;
    }

    .civil-content h2 {
        font-size: 32px;
    }

    .civil-content p {
        font-size: 16px;
    }
}
/* 60px boşluk */
.military-highlight-section {
    margin-top: 100px;
    position: relative;
    height: 850px;
    background: url("../images/3.png") center center / cover no-repeat;
    border-radius: 0px;
    overflow: hidden;
}

/* DARK OVERLAY */
.military-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
        rgba(0,0,0,0.8),
        rgba(0,0,0,0.4),
        rgba(0,0,0,0.2));
}

/* SOL YAZI */
.military-content {
    position: absolute;
    bottom: 80px;
    left: 60px;
    color: #ffffff;
}

.military-content h2 {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 800px;
}

/* SAĞ CAM KUTU */
.military-specs {
    position: absolute;
    top: 280px;
    right: 60px;
    width: 420px;
    padding: 30px;

    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(15px);
    border-radius: 18px;
    color: #ffffff;
}

.military-specs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.military-specs li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    font-size: 16px;
}

.military-specs span {
    opacity: 0.8;
}

/* BUTON */
.military-btn {
    position: absolute;
    bottom: 60px;
    right: 60px;

    background: rgba(255,255,255,0.2);
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    backdrop-filter: blur(10px);
    transition: 0.3s ease;
}

.military-btn:hover {
    background: #ffffff;
    color: #000;
}
/* ========================= */
/* FOOTER MAIN */
/* ========================= */

.custom-footer {
    background: #000;
    color: #fff;
    padding-top: 80px;
    font-family: 'Segoe UI', sans-serif;
}

.footer-container {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding-bottom: 60px;
}

/* LEFT SIDE */

.footer-left {
    max-width: 420px;
}

.footer-logo {
    font-size: 32px;
    font-weight: 700;
}

.yellow-text {
    color: #c9a24d;
}

.footer-sub {
    margin-top: 10px;
    color: #ccc;
}

.footer-social-title {
    margin-top: 30px;
    font-size: 18px;
}

.footer-socials {
    display: flex;
    gap: 15px;
    margin: 15px 0 30px 0;
}

.footer-socials a {
    width: 48px;
    height: 48px;
    border: 2px solid #c9a24d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #c9a24d;
    font-size: 20px;
    text-decoration: none;
    transition: 0.3s;
}

.footer-socials a:hover {
    background: #c9a24d;
    color: #000;
}

.footer-ticket {
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-btn {
    margin-top: 10px;
}

/* RIGHT LINKS */

.footer-links {
    display: flex;
    gap: 60px;
    margin-top: 16px;   /* 32px yukarı */
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-col h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #c9a24d;
}

.footer-col a {
    color: #ddd;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.footer-col a:hover {
    color: #c9a24d;
}

/* ========================= */
/* HERO BUTTON */
/* ========================= */

.hero-btn {
    background-color: #c9a24d;
    color: #000;
    padding: 14px 36px;
    font-weight: 600;
    border-radius: 6px;
    border: 2px solid #c9a24d;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.hero-btn:hover {
    background-color: #000;
    color: #c9a24d;
}

/* ========================= */
/* BOTTOM BAR */
/* ========================= */

.footer-bottom {
    background: #111;
    border-top: 1px solid #222;
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #aaa;
}
/* BLOG HERO */

.blog-hero {
    padding: 120px 0 20px; /* 100px'den 50px'e düşürüldü */
    background: linear-gradient(to bottom, #000, #0b0e11);
    text-align: center;
    color: #fff;
}


.blog-hero h1 {
    font-size: 42px;
    font-weight: 700;
}

.blog-hero p {
    opacity: 0.7;
    margin-top: 15px;
}

/* BLOG SECTION */
.blog-section {
    padding: 100px 0;
    background: #111;
}

/* BLOG CARD */
.blog-card {
    background: #1a1a1a;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.4s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-8px);
}

.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-content {
    padding: 25px;
    color: #fff;
}

.blog-tags span {
    background: #c9a24d;
    color: #000;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 6px;
}

.blog-content h4 {
    margin: 15px 0;
    font-weight: 700;
}

.blog-meta {
    font-size: 13px;
    opacity: 0.6;
}

/* FOOTER */
.footer-dark {
    background: #000;
    padding: 40px 0;
    color: #777;
}
.blog-controls {
    display: flex;
    gap: 20px;
    margin-top: -50px;
    margin-bottom: 40px;
}

.blog-controls input,
.blog-controls select {
    padding: 12px;
    border-radius: 8px;
    border: none;
}

.page-btn {
    background: #111;
    color: #fff;
    border: 1px solid #c9a24d;
    padding: 8px 14px;
    margin: 5px;
}

.page-btn.active {
    background: #c9a24d;
    color: #000;
}

.featured-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    margin-bottom: 60px;
}

.featured-item {
    min-width: 300px;
    position: relative;
}

.featured-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.featured-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #fff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero {
    width: 100%;
    height: 400px; /* yüksekliği buradan ayarlayabilirsin */
    overflow: hidden;
    margin-top: 62px;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.faq-section {
    background: #f4f4f4;
}

.accordion-button {
    background: #f9f9f9;
    color: #0e2a66;
    font-size: 16px;
    border-radius: 8px !important;
}

.accordion-button:not(.collapsed) {
    background: #ffffff;
    color: #0e2a66;
    box-shadow: none;
}

.accordion-body {
    background: #ffffff;
    color: #5c6672;
    font-size: 15px;
    line-height: 1.7;
}
.products-section {
    margin-top: 0px;
    padding-bottom: 80px;
}

.breadcrumb-custom {
    color: #777;
    margin-bottom: 10px;
}

.breadcrumb-custom span {
    color: #0d2b5c;
    font-weight: 600;
}

.page-title {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 40px;
    color: #0d2b5c;
}

.filter-box {
    background: #f8f9fb;
    padding: 25px;
    border-radius: 12px;
}

.filter-btn {
    background: #0d2b5c;
    color: white;
    border-radius: 8px;
    border: 1px solid #0d2b5c;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background: white;
    color: #0d2b5c;
}


.search-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: -60px;
}

.search-box {
    width: 300px;
    border-radius: 8px;
}

.product-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    transition: 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card img {
    max-width: 100%;
    height: 160px;
    object-fit: contain;
    margin-bottom: 15px;
}

.product-title {
    font-weight: 600;
    font-size: 18px;
}

.product-code {
    color: #777;
    font-size: 14px;
    margin-bottom: 10px;
}
/* Sayfa arka plan */
.products-section {
    background: #ffffff;
    color: #000;
    padding: 120px 0 80px;
}

/* Filtre kutusu */
.filter-box {
    background: #f1f1f1;
    border: 1px solid #ddd;
    color: #000;
}

/* Arama kutusu */
.search-box {
    background: #f1f1f1;
    border: 1px solid #ccc;
    color: #000;
}

/* Ürün liste container */
#productsContainer .list-group {
    background: #e5e5e5; /* gri container */
    padding: 10px;
    border-radius: 8px;
}

/* Her ürün satırı */
.product-list-item {
    background: #f5f5f5;
    color: #000;
    border: 1px solid #dcdcdc;
    transition: 0.3s;
}

/* Hover efekti */
.product-list-item:hover {
    background: #dddddd;
    transform: translateX(4px);
}

/* Ürün adı */
.product-title {
    font-weight: 600;
    color: #000;
}

/* Ürün kodu */
.product-code {
    font-weight: 600;
    color: #000;
}
.contact-hero {
    height: 450px;
    background: url("../images/callCenterImg.jpg") center center / cover no-repeat;
    position: relative;
    margin-top: 62px; /* fixed navbar boşluğu */
}
.hero-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
}

.hero-text {
    margin-left: 120px;   /* soldan boşluk */
    color: white;
}

.hero-text h1 {
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.hero-text span {
    display: block;
    font-size: 28px;
    font-weight: 500;
    margin-top: 20px;
    text-shadow: 0 3px 15px rgba(0,0,0,0.5);
}


.contact-support-section {
    background: #f3f3f3;
    padding: 120px 0;
}

.contact-support-content {
    max-width: 900px;
}

.contact-support-content h2 {
    font-size: 64px;
    font-weight: 800;
    color: #0d2b5c;
    margin-bottom: 15px;
}

.support-line {
    width: 120px;
    height: 6px;
    background: #58b12f;
    border-radius: 4px;
    margin-bottom: 40px;
}

.contact-support-content p {
    font-size: 24px;
    line-height: 1.8;
    color: #555c66;
    font-weight: 500;
}

.contact-email-section {
    background: #ffffff;
    padding: 100px 0;
}

.contact-email-content {
    max-width: 800px;
}

.contact-email-content h3 {
    font-size: 48px;
    font-weight: 800;
    color: #0d2b5c;
    margin-bottom: 20px;
}

.contact-email-content p {
    font-size: 20px;
    color: #555c66;
    margin-bottom: 20px;
}

.contact-email {
    font-size: 26px;
    font-weight: 700;
    color: #0d2b5c;
    text-decoration: none;
    transition: 0.3s;
}

.contact-email:hover {
    color: #58b12f;
}
/* ===== HERO ===== */
.about-hero {
    background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)),
                url('images/about-bg.jpg') center/cover no-repeat;
    padding: 140px 0;
    text-align: center;
    color: #ffffff;
}

.about-hero h1 {
    font-size: 56px;
    font-weight: 900;
    color: #c9a24d;
}

.about-hero p {
    font-size: 20px;
    margin-top: 15px;
    color: #ffffff;
}

/* ===== COMPANY ===== */
.about-company {
    background: #ffffff;
    padding: 100px 0;
}

.about-grid {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.about-text h2 {
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 20px;
}

.about-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.about-box {
    background: #000000;
    color: #ffffff;
    padding: 40px;
    border-left: 6px solid #c9a24d;
}

.about-box h3 {
    font-size: 40px;
    color: #c9a24d;
    margin-bottom: 5px;
}

.about-box span {
    display: block;
    margin-bottom: 25px;
}

/* ===== MISSION ===== */
.about-mission {
    background: #c9a24d;
    padding: 100px 0;
    color: #000000;
}

.about-mission h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 15px;
}

.about-mission p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* ===== VALUES ===== */
.about-values {
    background: #ffffff;
    padding: 100px 0;
}

.about-values h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 60px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.value-card {
    background: #000000;
    color: #ffffff;
    padding: 40px;
    border-top: 4px solid #c9a24d;
    transition: 0.3s;
}

.value-card h4 {
    color: #c9a24d;
    font-size: 22px;
    margin-bottom: 15px;
}

.value-card:hover {
    transform: translateY(-5px);
}

/* ===== CTA ===== */
.about-contact-cta {
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 120px 0;
}

.about-contact-cta h2 {
    font-size: 40px;
    font-weight: 900;
    color: #c9a24d;
}

.about-contact-cta p {
    font-size: 18px;
    margin: 20px 0 40px;
}

.about-btn {
    background: #c9a24d;
    color: #000000;
    padding: 15px 40px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.about-btn:hover {
    background: #ffffff;
}

/* ===========================
   SEGMENT CONTROL
=========================== */

.segment-wrapper {
    display: flex;
    justify-content: center;
    margin: 82px 0 -100px 0;
}

.segment-control {
    position: relative;
    display: flex;
    background: #1a1a1a;
    border-radius: 50px;
    padding: 6px;
    width: 340px;
}

.segment-item {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    border-radius: 50px;
    text-decoration: none;
    color: #aaa;
    font-weight: 500;
    z-index: 2;
    transition: 0.3s ease;
}

.segment-item:hover {
    color: #fff;
}

.segment-item.active {
    color: #fff;
}

.segment-indicator {
    position: absolute;
    top: 6px;
    left: 6px;
    height: calc(100% - 12px);
    width: calc(50% - 6px);
    background: #2c2c2c;
    border-radius: 50px;
    transition: 0.35s cubic-bezier(.4,0,.2,1);
    z-index: 1;
}
.service-card {
    background: #f4f4f4;
    border-radius: 14px;
    padding: 30px;
    transition: 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.service-image {
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
}

.service-card {
    background: #f4f4f4;
    border-radius: 14px;
    padding: 25px;
    transition: 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.service-image {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
}

.service-title {
    font-weight: 700;
    margin-bottom: 8px;
}

.service-code {
    color: #8a8f98;
    font-size: 14px;
}