/********** Template CSS **********/
:root {
    --primary: #FF800F;
    --secondary: #001064;
    --light: #F6F7F8;
    --dark: #010A35;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 10px 0;
    color: #696E77;
    font-weight: 400;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-nav .nav-link .nav-icon {
    display: inline-block;
    width: 1.15rem;
    margin-right: 6px;
    text-align: center;
    opacity: 0.85;
}

.navbar-nav .nav-link.active .nav-icon,
.navbar-nav .nav-link:hover .nav-icon {
    opacity: 1;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

/* Mega menu */
.navbar .mega-menu {
    position: static;
}

.navbar .mega-menu-panel {
    border-top: 3px solid var(--primary) !important;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
}

.mega-menu-heading {
    color: var(--secondary);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.85rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(0, 16, 100, 0.08);
}

.mega-menu-link {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 12px;
    margin-bottom: 4px;
    border-radius: 6px;
    text-decoration: none;
    color: #696E77;
    transition: background 0.2s, color 0.2s;
}

.mega-menu-link:hover,
.mega-menu-link.active {
    background: rgba(0, 16, 100, 0.06);
    color: var(--primary);
}

.mega-menu-link-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 16, 100, 0.08);
    color: var(--primary);
    border-radius: 6px;
    font-size: 0.9rem;
}

.mega-menu-link:hover .mega-menu-link-icon,
.mega-menu-link.active .mega-menu-link-icon {
    background: var(--primary);
    color: #FFFFFF;
}

.mega-menu-link-text {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
}

.mega-menu-link-text strong {
    color: var(--secondary);
    font-size: 0.925rem;
    font-weight: 600;
}

.mega-menu-link:hover strong,
.mega-menu-link.active strong {
    color: var(--primary);
}

.mega-menu-link-text small {
    color: #8a9099;
    font-size: 0.8rem;
    margin-top: 2px;
}

.mega-menu-promo {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--dark) 100%);
    border-radius: 8px;
    padding: 24px;
    height: 100%;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 45px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar-nav .nav-link {
        display: flex;
        align-items: center;
    }

    .navbar .mega-menu {
        position: relative;
    }

    .navbar .mega-menu .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        box-shadow: none !important;
        border: none !important;
        border-top: none !important;
        padding: 0 0 0 12px !important;
        margin: 0;
        transform: none !important;
    }

    .navbar .mega-menu-panel .container-xxl {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .mega-menu-panel .row {
        --bs-gutter-y: 0.5rem;
    }

    .mega-menu-col {
        margin-bottom: 1rem;
    }

    .mega-menu-heading {
        margin-top: 0.5rem;
    }

    .mega-menu-link {
        padding: 8px 10px;
    }

    .mega-menu-link-icon {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item:not(.mega-menu) .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:not(.mega-menu):hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar .mega-menu .dropdown-menu {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: 100%;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: none;
        transition: opacity 0.2s ease, visibility 0s linear 0.25s;
    }

    .navbar .mega-menu .dropdown-menu::before {
        content: "";
        position: absolute;
        top: -14px;
        left: 0;
        right: 0;
        height: 14px;
    }

    .navbar .mega-menu.mega-open > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: opacity 0.2s ease, visibility 0s linear 0s;
    }

    .navbar .mega-menu > .dropdown-toggle::after {
        transition: transform 0.2s;
    }

    .navbar .mega-menu.mega-open > .dropdown-toggle::after {
        transform: rotate(180deg);
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(1, 10, 53, .8);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 12px solid var(--dark);
    border-radius: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


/*** Service ***/
.service-item .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .service-icon img {
    max-width: 60px;
    max-height: 60px;
}


/*** Footer ***/
.footer {
    color: #7F8499;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #7F8499;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #7F8499;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #7F8499;
    border: 1px solid #7F8499;
}

.footer .btn.btn-square:hover {
    color: var(--light);
    border-color: var(--primary);
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}


/*** Chill Care Custom ***/
.brand-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--secondary);
}

.brand-title img {
    max-height: 45px;
}

.footer .brand-title {
    color: #FFFFFF;
}

.check-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.check-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #696E77;
}

.check-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    position: absolute;
    left: 0;
    top: 2px;
}

.check-list.small-list li {
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.process-card {
    background: var(--light);
    border-left: 4px solid var(--primary);
    padding: 30px;
    transition: .3s;
}

.process-card:hover {
    box-shadow: 0 10px 30px rgba(0, 16, 100, 0.08);
    transform: translateY(-3px);
}

.process-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 50%;
    margin-bottom: 16px;
}

.process-card h5 {
    margin-bottom: 12px;
    color: var(--secondary);
}

.process-card p {
    margin-bottom: 0;
    color: #696E77;
}

/* Easy booking steps */
.booking-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
}

.booking-steps::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 12%;
    right: 12%;
    height: 3px;
    background: rgba(0, 16, 100, 0.12);
    z-index: 0;
}

.booking-step {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 8px;
}

.booking-step-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 3px solid rgba(0, 16, 100, 0.12);
    border-radius: 50%;
    color: var(--primary);
    font-size: 1.5rem;
    transition: .3s;
    position: relative;
}

.booking-step-num {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.booking-step h5 {
    font-size: 1.05rem;
    margin-bottom: 8px;
    color: var(--secondary);
}

.booking-step p {
    margin-bottom: 0;
    font-size: 0.92rem;
    color: #696E77;
    line-height: 1.5;
}

.booking-step.active .booking-step-icon {
    background: var(--primary);
    border-color: var(--primary);
    color: #FFFFFF;
    box-shadow: 0 8px 24px rgba(0, 16, 100, 0.2);
}

.booking-step.done .booking-step-icon {
    background: var(--primary);
    border-color: var(--primary);
    color: #FFFFFF;
}

.booking-steps-compact {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 32px;
}

.booking-steps-compact .booking-step {
    background: var(--light);
    border: 1px solid rgba(0, 16, 100, 0.08);
    border-radius: 4px;
    padding: 16px 12px;
}

.booking-steps-compact .booking-step-icon {
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
    margin-bottom: 10px;
    border-width: 2px;
}

.booking-steps-compact .booking-step h5 {
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.booking-steps-compact .booking-step p {
    font-size: 0.82rem;
}

.booking-steps-compact .booking-step.active {
    border-color: var(--primary);
    box-shadow: 0 4px 16px rgba(0, 16, 100, 0.08);
}

.booking-cta-bar {
    background: var(--primary);
    color: rgba(255, 255, 255, 0.85);
}

.booking-cta-bar .booking-step-icon {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.booking-cta-bar .booking-step h5 {
    color: #FFFFFF;
}

.booking-cta-bar .booking-step p {
    color: rgba(255, 255, 255, 0.75);
}

.booking-cta-bar .booking-steps::before {
    background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 991.98px) {
    .booking-steps,
    .booking-steps-compact {
        grid-template-columns: repeat(2, 1fr);
    }

    .booking-steps::before {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .booking-steps,
    .booking-steps-compact {
        grid-template-columns: 1fr;
    }
}

/* HVAC brands strip */
.brands-section {
    background: #FFFFFF;
    border-top: 1px solid rgba(0, 16, 100, 0.06);
    border-bottom: 1px solid rgba(0, 16, 100, 0.06);
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: center;
}

.brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 16px 20px;
    background: var(--light);
    border: 1px solid rgba(0, 16, 100, 0.06);
    border-radius: 4px;
    transition: .3s;
}

.brand-logo img {
    max-width: 100%;
    max-height: 36px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.75;
    transition: .3s;
}

.brand-logo:hover {
    border-color: rgba(0, 16, 100, 0.15);
    box-shadow: 0 6px 20px rgba(0, 16, 100, 0.06);
    transform: translateY(-2px);
}

.brand-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

@media (max-width: 991.98px) {
    .brands-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575.98px) {
    .brands-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .brand-logo {
        min-height: 64px;
        padding: 12px 16px;
    }
}

.service-detail-card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 16, 100, 0.08);
    border-radius: 4px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 16, 100, 0.05);
}

.service-detail-card h5,
.service-detail-card h6 {
    color: var(--secondary);
}

.cta-section {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--dark) 100%);
}

.benefit-card {
    text-align: center;
    padding: 35px 25px;
    background: var(--light);
    border-radius: 4px;
    transition: .3s;
}

.benefit-card:hover {
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 16, 100, 0.1);
    transform: translateY(-5px);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #FFFFFF;
    font-size: 1.5rem;
    border-radius: 50%;
}

.benefit-card h5 {
    color: var(--secondary);
    margin-bottom: 12px;
}

.benefit-card p {
    margin-bottom: 0;
    color: #696E77;
}

.protect-card {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--dark) 100%);
    padding: 50px 40px;
    border-radius: 4px;
}

.contact-info-card {
    background: var(--light);
    border-radius: 4px;
}

/* WhatsApp & Instagram contact cards */
.social-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.social-cards-grid-compact {
    grid-template-columns: 1fr;
    gap: 12px;
}

.social-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 16px;
    border-radius: 4px;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(0, 16, 100, 0.08);
    background: #FFFFFF;
    transition: transform .25s, box-shadow .25s;
}

.social-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 16, 100, 0.1);
    color: inherit;
}

.social-card-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.45rem;
    color: #FFFFFF;
}

.social-card-whatsapp .social-card-icon {
    background: #25D366;
}

.social-card-instagram .social-card-icon {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-card-body {
    flex: 1;
    min-width: 0;
}

.social-card-title {
    display: block;
    font-size: 0.95rem;
    color: var(--secondary);
    margin-bottom: 2px;
}

.social-card-text {
    display: block;
    font-size: 0.82rem;
    color: #696E77;
    line-height: 1.4;
}

.social-card-arrow {
    color: #696E77;
    opacity: 0.5;
    font-size: 0.85rem;
}

.social-card-compact {
    padding: 14px;
}

.social-card-compact .social-card-icon {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
}

.footer .social-card {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.footer .social-card-title {
    color: #FFFFFF;
}

.footer .social-card-text {
    color: rgba(255, 255, 255, 0.65);
}

.footer .social-card-arrow {
    color: rgba(255, 255, 255, 0.45);
}

.social-float {
    position: fixed;
    right: 24px;
    bottom: 100px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-float-btn {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 1.5rem;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition: transform .2s, box-shadow .2s;
}

.social-float-btn:hover {
    color: #FFFFFF;
    transform: scale(1.08);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.25);
}

.social-float-whatsapp {
    background: #25D366;
}

.social-float-instagram {
    background: linear-gradient(45deg, #f09433, #dc2743, #bc1888);
}

@media (max-width: 575.98px) {
    .social-cards-grid:not(.social-cards-grid-compact) {
        grid-template-columns: 1fr;
    }

    .social-float {
        right: 16px;
        bottom: 90px;
    }

    .social-float-btn {
        width: 48px;
        height: 48px;
        font-size: 1.35rem;
    }
}

html {
    scroll-behavior: smooth;
}

.navbar .nav-link.active {
    color: var(--primary) !important;
    font-weight: 500;
}

.navbar .mega-menu > .nav-link.active {
    font-weight: 500;
}

.page-header {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--dark) 100%);
    padding: 60px 0;
}

.page-header .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.page-header .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.page-header .breadcrumb-item a:hover {
    color: var(--primary);
}

.page-header .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.5);
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.4);
}

.quote-form-card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 16, 100, 0.08);
    border-radius: 4px;
    box-shadow: 0 5px 25px rgba(0, 16, 100, 0.06);
}

.quote-form-card .form-label {
    font-weight: 500;
    color: var(--secondary);
}

.form-alert {
    margin-bottom: 1.25rem;
}

.blog-card {
    background: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 16, 100, 0.06);
    transition: .3s;
}

.blog-card:hover {
    box-shadow: 0 12px 35px rgba(0, 16, 100, 0.12);
    transform: translateY(-4px);
}

.blog-card-image {
    display: block;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: .4s;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-body {
    padding: 28px;
}

.blog-meta {
    font-size: 0.875rem;
    color: #696E77;
    margin-bottom: 12px;
}

.blog-meta span {
    margin-right: 16px;
}

.page-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.page-tags-filter {
    gap: 10px;
}

.tag-pill {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: .2s;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

a.tag-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 16, 100, 0.12);
}

.tag-pill-filter {
    cursor: pointer;
    background: var(--light);
    color: var(--secondary);
    border-color: rgba(0, 16, 100, 0.1);
}

.tag-pill-filter:hover,
.tag-pill-filter.active {
    background: var(--primary);
    color: #FFFFFF;
    border-color: var(--primary);
}

.tag-ppm { background: rgba(0, 16, 100, 0.08); color: var(--secondary); }
.tag-installations { background: rgba(255, 128, 15, 0.12); color: #8a4a00; }
.tag-london { background: rgba(220, 53, 69, 0.1); color: #842029; }
.tag-commercial { background: rgba(0, 16, 100, 0.06); color: #495057; }
.tag-guide { background: rgba(13, 110, 253, 0.1); color: #084298; }
.tag-checklist { background: rgba(25, 135, 84, 0.12); color: #0f5132; }
.tag-contract { background: rgba(111, 66, 193, 0.12); color: #432874; }
.tag-pricing { background: rgba(255, 128, 15, 0.15); color: #8a4a00; }
.tag-quote { background: var(--primary); color: #FFFFFF; }
.tag-office { background: rgba(0, 16, 100, 0.07); color: var(--secondary); }
.tag-vrf { background: rgba(32, 201, 151, 0.15); color: #0d6e52; }
.tag-fgas { background: rgba(108, 117, 125, 0.15); color: #343a40; }
.tag-nationwide { background: rgba(0, 16, 100, 0.08); color: var(--secondary); }
.tag-cost { background: rgba(25, 135, 84, 0.12); color: #0f5132; }
.tag-frequency { background: rgba(13, 202, 240, 0.15); color: #055160; }
.tag-warranty { background: rgba(255, 193, 7, 0.2); color: #664d03; }
.tag-boroughs { background: rgba(220, 53, 69, 0.1); color: #842029; }
.tag-hvac { background: rgba(0, 16, 100, 0.1); color: var(--primary); }

a.tag-ppm:hover { color: var(--secondary); }
a.tag-quote:hover { color: #FFFFFF; }

.page-tags-light .tag-pill {
    background: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.page-tags-light a.tag-pill:hover {
    background: rgba(255, 255, 255, 0.28);
    color: #FFFFFF;
}

.page-header .page-tags {
    margin-top: 12px;
}

.article-tags {
    margin-bottom: 20px;
}

.blog-card-body .page-tags {
    margin-bottom: 12px;
}

.blog-card.blog-card-hidden {
    display: none !important;
}

.blog-card h2 a,
.blog-card .h4 a {
    color: var(--secondary);
    text-decoration: none;
    transition: .3s;
}

.blog-card h2 a:hover,
.blog-card .h4 a:hover {
    color: var(--primary);
}

.blog-read-more {
    color: var(--primary);
    font-weight: 500;
    text-decoration: none;
}

.blog-read-more:hover {
    color: var(--secondary);
}

.blog-cta {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--dark) 100%);
    border-radius: 4px;
    padding: 40px;
}

.article-content h2 {
    color: var(--secondary);
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.article-content h3 {
    color: var(--secondary);
    font-size: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.article-content p {
    color: #696E77;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.article-content a {
    color: var(--primary);
    text-decoration: none;
}

.article-content a:hover {
    color: var(--secondary);
    text-decoration: underline;
}

.article-cta {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--dark) 100%);
    border-radius: 4px;
    padding: 35px;
    margin-top: 2.5rem;
}

.calc-tabs .nav-link {
    color: var(--secondary);
    font-weight: 500;
    padding: 12px 24px;
    margin: 0 6px 10px;
    border-radius: 4px;
    background: var(--light);
}

.calc-tabs .nav-link.active {
    background: var(--primary);
    color: #FFFFFF;
}

.calc-result-card {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--dark) 100%);
    border-radius: 4px;
    padding: 35px;
    height: 100%;
}

.calc-result-price {
    font-family: "Roboto Slab", serif;
    font-size: 2.75rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1.1;
    margin-bottom: 8px;
}

.calc-result-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.calc-result-row span:last-child {
    text-align: right;
}

.pricelist-card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 16, 100, 0.08);
    border-radius: 4px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 16, 100, 0.05);
    height: 100%;
}

.pricelist-table thead th {
    background: var(--light);
    color: var(--secondary);
    font-weight: 600;
    border-bottom: 2px solid var(--primary);
    white-space: nowrap;
}

.pricelist-table td {
    color: #696E77;
    vertical-align: middle;
}

.pricelist-table tbody tr:hover {
    background: rgba(255, 128, 15, 0.04);
}

.calc-disclaimer {
    background: var(--light);
    border-left: 4px solid var(--primary);
    padding: 20px 24px;
    border-radius: 4px;
    color: #696E77;
}

.calc-disclaimer a {
    color: var(--primary);
    text-decoration: none;
}

.calc-disclaimer a:hover {
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .calc-result-price {
        font-size: 2.25rem;
    }

    .calc-tabs .nav-link {
        width: 100%;
        margin: 0 0 8px;
    }
}

.vat-badge {
    display: inline-block;
    background: rgba(255, 128, 15, 0.2);
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 3px;
}

.thank-you-card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 16, 100, 0.08);
    border-radius: 4px;
    padding: 50px 40px;
    box-shadow: 0 10px 40px rgba(0, 16, 100, 0.08);
}

.thank-you-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #FFFFFF;
    font-size: 2.5rem;
    border-radius: 50%;
}

.thank-you-summary,
.thank-you-steps {
    background: var(--light);
    border-radius: 4px;
    padding: 24px 28px;
}

.thank-you-row {
    color: var(--secondary);
    border-bottom: 1px solid rgba(0, 16, 100, 0.06);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.thank-you-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.thank-you-row span:last-child {
    font-weight: 500;
    color: var(--secondary);
}

.borough-region {
    margin-bottom: 3rem;
}

.borough-region-title {
    color: var(--secondary);
    font-size: 1.35rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--primary);
}

.borough-card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 16, 100, 0.08);
    border-left: 4px solid var(--primary);
    border-radius: 4px;
    padding: 24px;
    transition: .3s;
}

.borough-card:hover {
    box-shadow: 0 8px 25px rgba(0, 16, 100, 0.08);
    transform: translateY(-2px);
}

.borough-card h4 {
    color: var(--secondary);
    margin-bottom: 10px;
}

.borough-areas {
    color: #696E77;
    font-size: 0.9rem;
    margin-bottom: 0;
    line-height: 1.6;
}

.borough-list-panel {
    background: var(--light);
    border-radius: 4px;
    padding: 32px;
}

.borough-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.borough-tag {
    display: inline-block;
    background: #FFFFFF;
    color: var(--secondary);
    border: 1px solid rgba(0, 16, 100, 0.1);
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
}

.borough-tag:hover {
    border-color: var(--primary);
    color: var(--primary);
}

@media (max-width: 575.98px) {
    .thank-you-card {
        padding: 36px 24px;
    }
}

.faq-section {
    margin-bottom: 3rem;
}

.faq-category-title {
    color: var(--secondary);
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--primary);
}

.faq-accordion .accordion-item {
    border: 1px solid rgba(0, 16, 100, 0.08);
    border-left: 4px solid var(--primary);
    border-radius: 4px;
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    font-weight: 600;
    color: var(--secondary);
    background: #FFFFFF;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--primary);
    background: var(--light);
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq-accordion .accordion-body {
    color: #696E77;
    line-height: 1.7;
}

.faq-jump-links a.active {
    background: var(--primary);
    color: #FFFFFF;
    border-color: var(--primary);
}