/* Global Spacing Reductions */
.section-padding-100 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.section-padding-100-0 {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
}

.section-padding-0-100 {
    padding-top: 0 !important;
    padding-bottom: 60px !important;
}

.section-padding-50 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

/* Header/Section Title Spacing */
.section-header {
    margin-bottom: 40px !important;
}

.section-title {
    margin-bottom: 15px !important;
}

/* Footer Logo Size Update */
.footer-logo img {
    max-width: 220px !important;
    /* Increased from default */
    height: auto;
}

.footer-logo {
    margin-bottom: 20px;
    display: block;
}

/* General Layout Professionalism */
p {
    margin-bottom: 15px;
}

/* Tighter Cards */
.single-service-area,
.single-team-member,
.single-blog-post {
    margin-bottom: 30px;
}

/* Mobile Optimizations */
@media (max-width: 767px) {
    .section-padding-100 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .section-header .section-title {
        font-size: 28px !important;
    }

    .footer-logo img {
        max-width: 180px !important;
    }
}