/* Main H1 for SEO - Homepage */
.pbmit-title-main {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .pbmit-title-main {
        font-size: 1.75rem;
    }
}

/* Contact Us Page - Link Styles */
.contact-phone-link {
    color: inherit;
    text-decoration: none;
}

.contact-phone-link:hover {
    text-decoration: underline;
}

.contact-address-link {
    color: black;
    text-decoration: none;
}

.contact-address-link:hover {
    text-decoration: underline;
}

/* Screen Reader Only - Accessibility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Header - Link Styles */
.header-address-link,
.header-phone-link,
.header-email-link {
    color: black;
    text-decoration: none;
}

.header-address-link:hover,
.header-phone-link:hover,
.header-email-link:hover {
    color: black;
    text-decoration: underline;
}

/* Header - Hamburger Menu Icon (White Lines) */
.pbmit-nav-menu-toggle svg path {
    fill: white;
    stroke: white;
}

.pbmit-nav-menu-toggle:hover svg path {
    fill: white;
    stroke: white;
}

