.navbar-brand .brand-text {
    display: block;
    margin: 0;
    max-width: 360px;
    overflow: visible;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.15;
    white-space: nowrap;
}

.hero-eyebrow,
.section-eyebrow {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
}

.service-item a {
    color: inherit;
}

.hero-appliance-bg {
    width: 100%;
    height: 700px;
    background:
        linear-gradient(rgba(0, 12, 33, 0.62), rgba(0, 12, 33, 0.72)),
        radial-gradient(circle at 20% 30%, rgba(255, 200, 87, 0.28), transparent 28%),
        linear-gradient(135deg, #f8fafc 0%, #dde5ef 42%, #1f2e4e 100%);
    position: relative;
    overflow: hidden;
}

.hero-appliance-bg::before,
.hero-appliance-bg::after {
    content: "";
    position: absolute;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 22px 48px rgba(0, 12, 33, 0.22);
}

.hero-appliance-bg::before {
    width: 180px;
    height: 300px;
    right: 18%;
    bottom: 100px;
}

.hero-appliance-bg::after {
    width: 230px;
    height: 150px;
    right: 31%;
    bottom: 108px;
}

.site-icon {
    width: 1.4em;
    height: 1.4em;
    display: inline-block;
    vertical-align: middle;
    fill: none;
    stroke: currentColor;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-icon .site-icon,
.service-icon .site-icon {
    width: 48px;
    height: 48px;
    color: #1f2e4e;
    stroke-width: 3.2;
}

.info-circle .site-icon {
    width: 20px;
    height: 20px;
    color: #ffc857;
}

.menu-mark {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 16px;
    border-top: 2px solid #1f2e4e;
    border-bottom: 2px solid #1f2e4e;
}

.menu-mark::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 24px;
    height: 2px;
    background: #1f2e4e;
}

.topbar .text-primary,
.steps .text-primary {
    color: #ffc857 !important;
}

.page-breadcrumb {
    background: #f7f9fc;
    border-bottom: 1px solid rgba(31, 46, 78, 0.08);
    padding: 14px 0;
}

.page-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 700;
}

.page-breadcrumb li {
    color: #5b6472;
}

.page-breadcrumb li + li::before {
    content: "/";
    margin-right: 8px;
    color: #f7941d;
}

.page-breadcrumb a {
    color: #1f2e4e;
    text-decoration: none;
}

.brand-feature-section {
    background: #ffffff;
}

.process-note-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.district-list-box {
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(31, 46, 78, 0.12);
    border-radius: 18px;
    background: linear-gradient(145deg, #ffffff 0%, #f5f7fb 100%);
    box-shadow: 0 18px 44px rgba(31, 46, 78, 0.12);
}

.district-list-box::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, #1f2e4e, #f7941d);
}

.district-list-box h3 {
    color: #1f2e4e;
    font-weight: 800;
}

.district-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.district-link-grid a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 12px 14px 12px 38px;
    border: 1px solid rgba(31, 46, 78, 0.12);
    border-radius: 14px;
    background: #fff;
    color: #1f2e4e;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(31, 46, 78, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.district-link-grid a::before {
    content: "";
    position: absolute;
    left: 14px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f7941d;
    box-shadow: 0 0 0 5px rgba(247, 148, 29, 0.15);
}

.district-link-grid a:hover {
    transform: translateY(-2px);
    background: #1f2e4e;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(31, 46, 78, 0.18);
}

.featured-districts {
    max-width: 980px;
    margin-inline: auto;
}

.district-link-grid-featured {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.all-regions-link {
    background: #1f2e4e !important;
    color: #ffffff !important;
}

.all-regions-link::before {
    background: #ffc857 !important;
    box-shadow: 0 0 0 5px rgba(255, 200, 87, 0.18) !important;
}

.related-regions {
    padding: 26px;
    border: 1px solid rgba(31, 46, 78, 0.12);
    border-radius: 18px;
    background: #f7f9fc;
}

.related-regions h2 {
    color: #1f2e4e;
}

.related-regions p {
    color: #5b6472;
}

.district-link-grid-related {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.area-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 34px;
}

.area-tags span {
    display: inline-flex;
    padding: 9px 13px;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    background: #fff;
    font-weight: 700;
}

.seo-article {
    margin-bottom: 30px;
}

.seo-article p {
    margin-bottom: 16px;
}

.cta-band {
    background: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08));
    object-fit: cover;
}

.contact-map-section {
    background: #f8fafb !important;
}

.contact-info-panel {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #1f2e4e;
    color: #ffffff;
}

.contact-info-panel h2,
.contact-info-panel .text-warning {
    color: #ffc857 !important;
}

.contact-info-panel p,
.contact-info-panel small {
    color: rgba(255, 255, 255, 0.78) !important;
}

.contact-info-panel a,
.contact-info-panel span {
    color: #ffffff !important;
}

.contact-info-panel .btn-warning {
    background: #ffc857 !important;
    border-color: #ffc857 !important;
    color: #1f2e4e !important;
    font-weight: 800;
}

.contact-info-panel .btn-warning:hover,
.contact-info-panel .btn-warning:focus {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #1f2e4e !important;
}

.info-circle {
    width: 45px;
    height: 45px;
    background: rgba(255, 193, 7, 0.2);
    color: #ffc107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex: 0 0 45px;
}

.map-container iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.dropdown-more {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    color: #1f2e4e !important;
    font-weight: 800;
}

.brand-trust-section {
    background: #f7f9fc;
}

.brand-faq-panel,
.brand-review-panel {
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(31, 46, 78, 0.1);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(31, 46, 78, 0.08);
}

.brand-trust-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    border-radius: 8px;
    background: #1f2e4e;
    box-shadow: 0 16px 34px rgba(31, 46, 78, 0.16);
}

.brand-trust-head span {
    color: #ffc857;
    font-weight: 800;
}

.brand-trust-head strong {
    color: #ffffff;
    font-size: 22px;
}

.panel-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    color: #f7941d;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.brand-faq-panel h2,
.brand-review-panel h2 {
    color: #1f2e4e;
    font-size: 28px;
}

.brand-faq-item {
    border-bottom: 1px solid rgba(31, 46, 78, 0.1);
    padding: 14px 0;
}

.brand-faq-item:last-child {
    border-bottom: 0;
}

.brand-faq-item summary {
    position: relative;
    padding-right: 34px;
    color: #1f2e4e;
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

.brand-faq-item summary::-webkit-details-marker {
    display: none;
}

.brand-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    color: #f7941d;
    font-size: 22px;
    line-height: 1;
}

.brand-faq-item[open] summary::after {
    content: "-";
}

.brand-faq-item p {
    margin: 12px 0 0;
}

.brand-review-item {
    border-bottom: 1px solid rgba(31, 46, 78, 0.1);
    padding: 0 0 18px;
    margin-bottom: 18px;
}

.brand-review-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.brand-review-item p {
    margin: 8px 0 10px;
}

.brand-review-item strong {
    color: #1f2e4e;
    display: block;
}

.brand-review-item span {
    color: #667085;
    font-size: 14px;
}

.review-stars {
    color: #f7941d;
    letter-spacing: 0;
}

#ara,
#mara {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    line-height: 1.1;
    position: fixed;
    bottom: 14px;
    width: 210px;
    z-index: 9999;
    text-align: center;
    color: #113043;
    text-transform: capitalize;
    font-size: 16px;
    padding: 10px 18px;
    margin: 0;
    text-decoration: none;
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

#ara {
    left: 18px;
    background: #f7941d;
}

#mara {
    right: 18px;
    background: #90d573;
}

@media (max-width: 991px) {
    .navbar-brand .brand-text {
        max-width: 260px;
        overflow: visible;
        font-size: 18px;
        font-weight: 600;
        white-space: normal;
    }

    .brand-trust-head,
    .district-link-grid {
        grid-template-columns: 1fr;
    }

    .district-link-grid-featured,
    .district-link-grid-related {
        grid-template-columns: 1fr;
    }

    .page-breadcrumb ol {
        font-size: 13px;
    }

    .process-note-grid {
        grid-template-columns: 1fr;
    }

    #ara,
    #mara {
        bottom: 8px;
        width: calc(50% - 16px);
        height: 54px;
        font-size: 14px;
        padding: 8px 10px;
        border-radius: 14px;
    }

    #ara {
        left: 8px;
    }

    #mara {
        right: 8px;
    }
}
