.navbar-toggler {
    border: 1.5px solid var(--border);
    padding: 6px 11px;
    background: transparent;
    cursor: pointer;
}

.navbar-toggler i {
    color: var(--text);
    font-size: 18px;
    display: block;
}

/* Mobile nav link spacing */
@media (max-width: 991px) {
    .navbar-nav .nav-link {
        padding: 10px 16px !important;
        border-bottom: 1px solid var(--border);
    }

    .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none;
        margin: 10px 16px;
    }
}

:root {
    --primary: #0057a8;
    /* strong trust blue */
    --primary-dk: #003d7a;
    --accent: #00b050;
    /* fresh green — eco signal */
    --accent-lt: #e6f9ee;
    --gold: #f5a623;
    --text: #1a2332;
    --muted: #6b7a90;
    --light-bg: #f4f7fb;
    --white: #ffffff;
    --border: #dde3ee;
}

p {
    font-family: 'Open Sans', sans-serif;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: var(--text);
    background: var(--white);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    color: var(--text);
}

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

a:hover {
    color: var(--primary-dk);
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.10);
}

.navbar-fixed-top .navbar {
    padding: 10px 0;
}

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

.navbar-brand .brand-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.navbar-brand .brand-text strong {
    display: block;
    color: var(--primary);
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
}

.navbar-brand .brand-text span {
    color: var(--accent);
    font-size: 12px;
    font-weight: 600;
}

.navbar-nav li a {
    color: var(--text) !important;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 14px;
    transition: color 0.2s;
}

.navbar-nav li a:hover {
    color: var(--primary) !important;
}

.nav-cta-btn {
    background: var(--primary) !important;
    color: #fff !important;
    border-radius: 25px;
    padding: 8px 22px !important;
    font-weight: 800 !important;
    transition: background 0.2s, transform 0.15s;
}

.nav-cta-btn:hover {
    background: var(--primary-dk) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.navbar-toggler {
    border: 1.5px solid var(--border);
    padding: 5px 10px;
}

.navbar-toggler i {
    color: var(--text);
    font-size: 18px;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: #fff;
        padding: 10px 0 16px;
        border-top: 1px solid var(--border);
    }

    .register-form-wrapper {
        margin-top: 100px;
    }
}

/* =============================================
           HERO SECTION — original template style with banner image + overlay
        ============================================= */
.home-section {
    background: url('https://cleanz4u.com.au/wp-content/uploads/2026/04/professional-steam-carpet-cleaning-brisbane-e1775460569800.webp') center center / cover no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.home-section-overlay {
    width: 100%;
    background: #252525;
    opacity: 0.45;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-section .container {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
}

.home-section h1 {
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.home-section h1 .highlight {
    color: #fff;
}

.hero-text {
    color: #fff;
    font-size: 20px;
    margin-bottom: 24px;
    max-width: 520px;
}

.home-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.home-benefits li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-benefits li i {
    color: var(--accent);
    font-size: 16px;
    flex-shrink: 0;
}

/* =============================================
           LEAD FORM
        ============================================= */
.register-form-wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 34px 30px 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
    position: relative;
}

.form-top-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent);
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 5px 20px;
    border-radius: 20px;
    white-space: nowrap;
    text-transform: uppercase;
}

.register-form-wrapper h3 {
    font-size: 22px;
    color: var(--text);
    margin-bottom: 4px;
    text-align: center;
}

.register-form-wrapper>p {
    text-align: center;
    color: var(--muted);
    font-size: 13.5px;
    margin-bottom: 22px;
}

.register-input {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    font-size: 14.5px;
    color: var(--text);
    margin-bottom: 14px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: 'Open Sans', sans-serif;
    background: #fafbff;
    display: block;
}

.register-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(0, 87, 168, 0.12);
    background: #fff;
}

select.register-input {
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M6 7L0 0h12z' fill='%236b7a90'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    cursor: pointer;
}

.register-submit {
    width: 100%;
    background: linear-gradient(135deg, var(--accent) 0%, #008a3e 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.2s;
    letter-spacing: 0.3px;
}

.register-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 176, 80, 0.35);
}

.form-trust {
    text-align: center;
    font-size: 12px;
    color: var(--muted);
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.form-trust span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.form-trust i {
    color: var(--accent);
}

.register_success_box {
    background: var(--accent-lt);
    border: 1.5px solid var(--accent);
    border-radius: 8px;
    padding: 14px;
    color: #006830;
    font-weight: 600;
    text-align: center;
    margin-bottom: 14px;
}

/* =============================================
           TRUST BAR
        ============================================= */
.trust-bar {
    background: url('https://cleanz4u.com.au/wp-content/uploads/2026/04/why-choose-bg.webp') center center / cover no-repeat;
    padding: 70px 0 50px;
}

.trust-bar .trust-item {
    text-align: center;
    padding: 10px;
}

.trust-bar .trust-icon {
    font-size: 28px;
    color: var(--primary);
    margin-bottom: 6px;
    display: block;
}

.trust-bar .trust-num {
    font-family: 'Nunito', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: var(--primary);
    display: block;
    line-height: 1;
}

.trust-bar .trust-label {
    font-size: 13px;
    color: var(--muted);
    font-weight: 600;
}

/* =============================================
           WHY CHOOSE US
        ============================================= */
.why-choose-us-section {
    background: var(--white);
    padding: 70px 0 50px;
}

.section-title {
    font-size: clamp(24px, 3.5vw, 36px);
    color: var(--text);
    margin-bottom: 8px;
}

.section-subtitle {
    color: var(--muted);
    font-size: 16px;
    margin-bottom: 40px;
}

.why-grid-card {
    background: var(--light-bg);
    border-radius: 14px;
    padding: 30px 24px;
    text-align: center;
    height: 100%;
    border: 1.5px solid transparent;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    margin-bottom: 24px;
}

.why-grid-card:hover {
    border-color: var(--primary);
    box-shadow: 0 8px 30px rgba(0, 87, 168, 0.12);
    transform: translateY(-4px);
}

.why-grid-card .icon {
    width: 64px;
    height: 64px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.why-grid-card .icon i {
    font-size: 26px;
    color: #fff;
}

.why-grid-card h4 {
    font-size: 17px;
    margin-bottom: 10px;
}

.why-grid-card p {
    color: var(--muted);
    font-size: 14px;
    margin: 0;
}

/* =============================================
           HOW IT WORKS
        ============================================= */
.work-process-section {
    background: linear-gradient(135deg, #f4f7fb 0%, #eaf2ff 100%);
    padding: 70px 0;
}

.step-card {
    text-align: center;
    padding: 20px;
    position: relative;
}

.step-num {
    width: 62px;
    height: 62px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    font-family: 'Nunito', sans-serif;
    font-size: 26px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    box-shadow: 0 6px 20px rgba(0, 87, 168, 0.25);
}

.step-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.step-card p {
    color: var(--muted);
    font-size: 14px;
}

.step-connector {
    position: absolute;
    top: 51px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--primary) 0 8px, transparent 8px 16px);
    z-index: 0;
}

/* =============================================
           SERVICES
        ============================================= */
.services-section {
    background: #fff;
    padding: 70px 0 50px;
}

.service-card {
    border: 1.5px solid var(--border);
    border-radius: 14px;
    padding: 28px 22px;
    text-align: center;
    height: 100%;
    margin-bottom: 24px;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.service-card:hover {
    border-color: var(--accent);
    box-shadow: 0 8px 28px rgba(0, 176, 80, 0.13);
    transform: translateY(-4px);
}

.service-card i {
    font-size: 36px;
    color: var(--primary);
    margin-bottom: 14px;
    display: block;
}

.service-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.service-card p {
    color: var(--muted);
    font-size: 14px;
    margin: 0;
}

/* =============================================
           PRICING STRIP
        ============================================= */
.pricing-strip {
    background: linear-gradient(90deg, #002752 0%, #0057a8 60%, #006bb8 100%);
    padding: 40px 0;
}

.price-pill {
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 14px;
    padding: 22px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    transition: background 0.2s;
}

.price-pill:hover {
    background: rgba(255, 255, 255, 0.18);
}

.price-pill .rooms {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 6px;
}

.price-pill .amount {
    font-family: 'Nunito', sans-serif;
    font-size: 34px;
    font-weight: 900;
    color: var(--gold);
    line-height: 1;
}

.price-pill .note {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 4px;
}

/* =============================================
           TESTIMONIALS
        ============================================= */
.section-grey {
    background: var(--light-bg);
}

.testimonials-section {
    padding: 70px 0 50px;
    background: var(--light-bg);
}

.testim-inner {
    background: #fff;
    border-radius: 14px;
    padding: 28px 24px;
    margin-bottom: 24px;
    border: 1.5px solid var(--border);
    position: relative;
}

.testim-inner::before {
    content: '\201C';
    font-family: Georgia, serif;
    font-size: 70px;
    color: var(--primary);
    opacity: 0.12;
    position: absolute;
    top: 10px;
    left: 18px;
    line-height: 1;
}

.testim-inner p {
    color: var(--text);
    font-size: 14.5px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.testim-inner h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    margin-bottom: 6px;
    font-size: 15px;
}

.testim-inner .suburb {
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 8px;
}

.testim-rating i {
    color: var(--gold);
    font-size: 14px;
}

/* =============================================
           FAQ — AEO SECTION
        ============================================= */
.faq-section {
    background: #fff;
    padding: 70px 0;
}

.faq-section .card {
    border: 1.5px solid var(--border);
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-section .card-header {
    background: var(--light-bg);
    padding: 0;
    border: none;
}

.faq-section .btn-link {
    color: var(--text);
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 16px 20px;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: normal;
}

.faq-section .btn-link:hover {
    color: var(--primary);
    text-decoration: none;
}

.faq-section .btn-link::after {
    content: '+';
    font-size: 22px;
    font-weight: 400;
    color: var(--primary);
    flex-shrink: 0;
    margin-left: 12px;
}

.faq-section .btn-link[aria-expanded="true"]::after {
    content: '−';
}

.faq-section .card-body {
    color: var(--muted);
    font-size: 14.5px;
    padding: 14px 20px 18px;
}

/* =============================================
           SUBURB COVERAGE
        ============================================= */
.suburbs-section {
    background: var(--light-bg);
    padding: 50px 0;
}

.suburb-tag {
    display: inline-block;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary);
    margin: 5px;
    transition: background 0.2s, border-color 0.2s;
}

.suburb-tag:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

/* =============================================
           BUTTONS
        ============================================= */
.btn-blue {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    color: #fff;
    border-radius: 8px;
    padding: 13px 28px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 15px;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    border: none;
    cursor: pointer;
    margin: 6px;
}

.btn-blue:hover {
    background: var(--primary-dk);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 87, 168, 0.3);
}

.btn-green {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent);
    color: #fff;
    border-radius: 8px;
    padding: 13px 28px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 15px;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    border: none;
    cursor: pointer;
    margin: 6px;
}

.btn-green:hover {
    background: #008a3e;
    color: #fff;
    transform: translateY(-2px);
}

/* =============================================
           FOOTER
        ============================================= */
.footer {
    background: #001c3d;
}

.footer-cta {
    background: linear-gradient(90deg, #002752, #0057a8);
    padding: 50px 20px;
    text-align: center;
}

.footer-cta-title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 8px;
}

.footer-cta-sub {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px;
}

.footer-top {
    padding: 50px 0 30px;
}

.footer-top h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 16px;
}

.footer-top p,
.footer-links {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
}

.footer-links {
    display: block;
    margin-bottom: 6px;
    transition: color 0.2s;
}

.footer-links:hover {
    color: var(--gold);
}

.footer-contact {
    color: rgba(255, 255, 255, 0.7);
}

.footer-contact:hover {
    color: var(--gold);
}

.footer-bottom {
    background: #001128;
    padding: 20px;
    text-align: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
    margin: 0;
}

.copyright {
    margin-top: 4px !important;
}

/* =============================================
           STICKY MOBILE CTA
        ============================================= */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 1000;
}

.sticky-btn {
    flex: 1;
    text-align: center;
    padding: 14px 8px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    transition: filter 0.15s;
}

.sticky-btn.primary {
    background: var(--accent);
}

.sticky-btn.call {
    background: var(--primary);
}

.sticky-btn:hover {
    filter: brightness(1.1);
    color: #fff;
}

/* =============================================
           PADDING HELPERS & MISC
        ============================================= */
.padding-top-150 {
    padding-top: 150px;
}

.margin-top-80 {
    margin-top: 80px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .padding-top-150 {
        padding-top: 100px;
    }

    .hero-phone {
        font-size: 17px;
    }

    .register-form-wrapper {
        padding: 32px 20px 24px;
        margin-top: 100px;
    }

    .step-connector {
        display: none;
    }

    .sticky-cta {
        display: flex !important;
    }
}

@media (min-width: 768px) {
    .sticky-cta {
        display: none;
    }
}