/**
 * Site-wide section spacing overrides.
 * Theme default pt-120/pb-120 is 120px each (~240px between sections).
 */
.pt-120 {
    padding-top: 40px !important;
}
.pb-120 {
    padding-bottom: 40px !important;
}
.pb-90 {
    padding-bottom: 32px !important;
}
.pt-100 {
    padding-top: 36px !important;
}
.pb-100 {
    padding-bottom: 36px !important;
}

/* Catch theme section wrappers that rely on spacing utilities */
section.tp-offer-area,
section.tp-feature-area,
section.tp-about-area,
section.tp-counter-area,
section.tp-industries-area,
section.tp-portfolio-area,
section.tp-blog-area,
section.tp-team-area,
section.tp-pricing-area,
section.tp-faq-area,
section.tp-video-area {
    padding-top: 40px;
    padding-bottom: 40px;
}

section.tp-video-area {
    padding-bottom: 0;
}

section.tp-faq-area {
    padding-top: 0;
}

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 32px !important;
    }
    .pb-120 {
        padding-bottom: 32px !important;
    }
    .pb-90 {
        padding-bottom: 28px !important;
    }
    .pt-100,
    .pb-100 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    section.tp-offer-area,
    section.tp-feature-area,
    section.tp-about-area,
    section.tp-counter-area,
    section.tp-industries-area,
    section.tp-portfolio-area,
    section.tp-blog-area,
    section.tp-team-area,
    section.tp-pricing-area,
    section.tp-faq-area,
    section.tp-video-area {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    section.tp-video-area {
        padding-bottom: 0;
    }

    section.tp-faq-area {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .pt-120 {
        padding-top: 28px !important;
    }
    .pb-120 {
        padding-bottom: 28px !important;
    }
    .pb-90 {
        padding-bottom: 24px !important;
    }
    .pt-100,
    .pb-100 {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }

    section.tp-offer-area,
    section.tp-feature-area,
    section.tp-about-area,
    section.tp-counter-area,
    section.tp-industries-area,
    section.tp-portfolio-area,
    section.tp-blog-area,
    section.tp-team-area,
    section.tp-pricing-area,
    section.tp-faq-area,
    section.tp-video-area {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    section.tp-video-area {
        padding-bottom: 0;
    }

    section.tp-faq-area {
        padding-top: 0;
    }
}

@media (max-width: 575px) {
    .pt-120,
    .pb-120 {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .pb-90 {
        padding-bottom: 20px !important;
    }

    section.tp-offer-area,
    section.tp-feature-area,
    section.tp-about-area,
    section.tp-counter-area,
    section.tp-industries-area,
    section.tp-portfolio-area,
    section.tp-blog-area,
    section.tp-team-area,
    section.tp-pricing-area,
    section.tp-faq-area,
    section.tp-video-area {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    section.tp-video-area {
        padding-bottom: 0;
    }

    section.tp-faq-area {
        padding-top: 0;
    }
}
