﻿/* 🔹 Başlık Stili */
.about-area .about-content h3 {
    margin-bottom: 25px !important;
    margin-top: 0 !important;
    font-size: 33px !important;
    font-weight: 700 !important;
    color: #1e3c72 !important;
    font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

/* 🔹 Paragraf Stili */
.about-area .about-content p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.8 !important;
    font-size: 16px !important;
    color: #333 !important;
    text-align: justify !important;
    font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
}

    /* 🔹 Bold metinler için */
    .about-area .about-content p b {
        font-weight: 600;
        color: #1e3c72;
    }

/* Mevcut stiller */
/* Savunma Sanayii Section - Mevcut HTML Yapısına Uygun CSS */

/* Ana section container - Üst ve alt boşlukları azaltır (section elementi) */
.section.section-md.bg-default {
    padding: 30px 0 !important;
}

    /* Gri arka plan container - İç boşlukları azaltır (bg-gray-4 div'i) */
    .section.section-md.bg-default .bg-gray-2 {
        padding: 20px 0;
    }

    /* Bootstrap row - Sağ ve sol negatif margin'leri azaltarak kolonlar arası boşluğu daraltır */
    .section.section-md.bg-default .row.row-30 {
        margin-left: -10px !important;
        margin-right: 85px !important;
    }

        /* Tüm kolonlar (col-md-12, col-lg-6) - Sağ ve sol padding'leri azaltarak metin ile görsel arasındaki boşluğu daraltır */
        .section.section-md.bg-default .row.row-30 > [class*='col-'] {
            padding-left: 20px !important;
            padding-right: 20px !important;
        }

    /* Metin içeriğinin bulunduğu container - Tüm padding'i kaldırır (section-md div'i) */
    .section.section-md.bg-default .section-md.container-fluid-cell {
        padding: 0 !important;
    }

    /* Metin kutusunun merkezi container - Genişliği %100 yapar ve minimal padding ekler */
    .section.section-md.bg-default .box-centered.box-width-1 {
        max-width: 100%;
        padding: 0 15px;
    }

    /* "Hakkımızda-Savunma Sanayii" başlığı - Boyut ve alt boşluğunu ayarlar */
    .section.section-md.bg-default h4 {
        font-size: 1.25rem;
        margin-bottom: 15px !important;
        margin-top: 35px !important;
        font-weight: 600;
    }

        /* Başlık içindeki ilk span (başlık metni) - Inline-block yapar */
        .section.section-md.bg-default h4 span:first-child {
            display: inline-block;
        }



    /* Paragraf metni - Boyut, satır arası, alt boşluk ve hizalama ayarları */
    .section.section-md.bg-default p {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        margin-bottom: 0 !important;
        text-align: justify;
        color: #555;
    }

    /* Görsel container - Görseli metin yüksekliğine göre dikey hizalar */
    .section.section-md.bg-default .thumb-video {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

    /* Asıl görsel elementi - Tam genişlikte görüntülenir ve oranını korur */
    .section.section-md.bg-default .thumb-video__image {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    /* Görselin bulunduğu kolon - Flexbox ile içeriği dikey ortalar */
    .section.section-md.bg-default .col-lg-6.d-flex {
        display: flex !important;
        align-items: center !important;
    }
