/* Global Spacing Adjustments */
.section-padding-100 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.section-padding-100-70 {
    padding-top: 70px !important;
    padding-bottom: 40px !important;
}

.section-padding-100-0 {
    padding-top: 70px !important;
}

.section-padding-0-100 {
    padding-bottom: 70px !important;
}

.hero-section {
    min-height: 650px !important;
    /* Reduced from 750px */
}

.welcome-content {
    margin-top: 50px !important;
    /* Reduced from 90px */
}

/* Tighter Card Margins */
.mb-100 {
    margin-bottom: 50px !important;
}

.service_single_content .service_icon img {
    height: 70px;
}

/* Polished Fonts & Layouts */
h2 {
    font-weight: 600;
}

.footer-area {
    padding-top: 60px !important;
}

@media (max-width: 767px) {

    .section-padding-100,
    .section-padding-100-70 {
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }
}