/*
Theme Name:   Nexta Child
Theme URI:    https://1.kaleadesignsandservices.com/
Description:  Child theme for Nexta — custom header, safe from parent theme updates.
Author:       Tempo Associates & Consulting
Author URI:   https://1.kaleadesignsandservices.com/
Template:     nexta
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  nexta-child
*/


/* ── Breadcrumb / Page Banner ── */
.breadcrumb-section {
  min-height: 220px !important;
  padding-top: 60px !important;
  padding-bottom: 40px !important;
}

@media (max-width: 768px) {
  .breadcrumb-section {
    min-height: 140px !important;
    padding-top: 40px !important;
    padding-bottom: 28px !important;
  }
}

@media (max-width: 480px) {
  .breadcrumb-section {
    min-height: 110px !important;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }
}