/* ===================================
   KOMPAKT BOŞLUKLAR - Gereksiz boşlukları kaldır
   =================================== */

/* About sayfası bölümleri */
.about-detail-text {
    padding: 0 !important;
}

.about-detail-text .about-section {
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
}

.about-detail-text .about-section h3 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.about-detail-text .about-section p {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}

.about-detail-text .about-section p:last-child {
    margin-bottom: 0 !important;
}

/* Video section kompakt */
.video-section {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/* Social connect kompakt */
.social-connect {
    margin-top: 20px !important;
    padding: 25px !important;
}

.social-connect h3 {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

/* About detail genel */
.about-detail {
    padding: 60px 0 !important;
}

.about-detail-content {
    gap: 40px !important;
}

