/* About Page Section Spacing Adjustments */

/* Founders Section Styles */
.founders-section {
    position: relative;
    padding: 100px 0 60px;
    overflow: hidden;
    background-color: #F6F9FD;
}

/* Story Section Styles */
.story-section {
    position: relative;
    padding: 60px 0 100px;
    overflow: hidden;
    background-color: #FFFFFF;
}

/* Desktop-specific spacing reduction - COMPACT MODE */
@media (min-width: 992px) {
    /* About Section - Compact */
    .about-section {
        padding: 40px 0 30px !important;
    }
    
    .about-section .mb-5 {
        margin-bottom: 2rem !important;
    }
    
    .about-main-content {
        margin-top: 0 !important;
    }
    
    /* Founders Section - Compact */
    .founders-section {
        padding: 40px 0 30px !important;
    }
    
    .founders-section .mt-5 {
        margin-top: 2rem !important;
    }
    
    .founders-section .mt-4 {
        margin-top: 1.5rem !important;
    }
    
    .founders-section .mb-5 {
        margin-bottom: 2rem !important;
    }
    
    /* Story Section - Compact */
    .story-section {
        padding: 40px 0 30px !important;
    }
    
    .story-section .mb-5 {
        margin-bottom: 2rem !important;
    }
    
    /* Edge Section - Compact */
    .edge-section {
        padding: 40px 0 30px !important;
    }
    
    .edge-section .mb-5 {
        margin-bottom: 2rem !important;
    }
    
    .edge-section .mt-5 {
        margin-top: 2rem !important;
    }
    
    /* Vision Mission Section - Compact */
    .vision-mission-section {
        padding: 40px 0 30px !important;
    }
    
    .vision-mission-section .mb-5 {
        margin-bottom: 2rem !important;
    }
    
    /* CTA Section - Compact */
    .about-cta-section {
        padding: 40px 0 30px !important;
    }
    
    /* Reduce gaps in value items */
    .about-values .value-item {
        padding: 15px !important;
        margin-bottom: 1rem !important;
    }
    
    /* Reduce gaps in founder cards */
    .founder-card {
        margin-bottom: 1.5rem !important;
    }
    
    /* Reduce gaps in story boxes */
    .story-box {
        margin-bottom: 1.5rem !important;
    }
    
    /* Reduce gaps in edge cards */
    .edge-card {
        margin-bottom: 1.5rem !important;
    }
    
    /* Compact section headings */
    .section-heading {
        margin-bottom: 1rem !important;
    }
    
    .section-subheading {
        margin-bottom: 1.5rem !important;
    }
    
    /* Reduce row gaps */
    .row {
        row-gap: 1rem !important;
    }
}

/* Tablet adjustments */
@media (max-width: 991.98px) {
    .founders-section {
        padding: 80px 0 50px;
    }
    
    .story-section {
        padding: 50px 0 80px;
    }
}

/* Mobile adjustments */
@media (max-width: 767.98px) {
    .founders-section {
        padding: 60px 0 40px;
    }
    
    .story-section {
        padding: 40px 0 60px;
    }
}
