/* --------------------------------------------------------------------------
   Spotless Clean Group - Custom Homepage WPBakery Elements Stylesheet
   Author: InfoPixal
   -------------------------------------------------------------------------- */

:root {
    --sp-navy: #0f2b48;
    --sp-navy-dark: #0a1e33;
    --sp-navy-light: #163c63;
    --sp-orange: #f97316;
    --sp-orange-hover: #ea580c;
    --sp-blue: #0284c7;
    --sp-blue-light: #e0f2fe;
    --sp-gray-50: #f8fafc;
    --sp-gray-100: #f1f5f9;
    --sp-gray-200: #e2e8f0;
    --sp-gray-300: #cbd5e1;
    --sp-gray-600: #475569;
    --sp-gray-800: #1e293b;
    --sp-radius: 10px;
}

/* Global Container & Typography */
.sp-section {
    width: 100%;
    padding: 50px 0;
    position: relative;
    box-sizing: border-box;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--sp-gray-800);
}

.sp-section-light {
    background-color: #ffffff;
}

.sp-section-gray {
    background-color: var(--sp-gray-50);
}

.sp-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

/* Common Section Header */
.sp-section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 36px auto;
}

.sp-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: var(--sp-blue);
    background: var(--sp-blue-light);
    padding: 4px 12px;
    border-radius: 4px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sp-section-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--sp-navy);
    line-height: 1.25;
    margin: 0 0 10px 0;
    letter-spacing: -0.3px;
}

.sp-section-subtitle {
    font-size: 14px;
    color: var(--sp-gray-600);
    line-height: 1.5;
    margin: 0;
}

/* Buttons */
.sp-btn-orange {
    background: linear-gradient(135deg, var(--sp-orange) 0%, var(--sp-orange-hover) 100%) !important;
    background-color: var(--sp-orange) !important;
    color: #ffffff !important;
    padding: 10px 24px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35) !important;
    transition: all 0.25s ease !important;
    border: none !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
}

.sp-btn-orange:hover {
    background: linear-gradient(135deg, var(--sp-orange-hover) 0%, #c2410c 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(249, 115, 22, 0.45) !important;
    color: #ffffff !important;
}

.sp-btn-outline-navy {
    background: transparent !important;
    color: var(--sp-navy) !important;
    border: 1.5px solid var(--sp-navy) !important;
    padding: 9px 22px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.25s ease !important;
    text-transform: uppercase !important;
}

.sp-btn-outline-navy:hover {
    background: var(--sp-navy) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

.sp-btn-outline-white {
    background: transparent !important;
    color: #ffffff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.6) !important;
    padding: 9px 20px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.25s ease !important;
    text-transform: uppercase !important;
}

.sp-btn-outline-white:hover {
    border-color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

/* ==========================================================================
   ELEMENT 1: OUR CLEANING SERVICES CAROUSEL (4 Columns)
   ========================================================================== */
.sp-services-carousel-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 0 45px;
    box-sizing: border-box;
}

.sp-services-carousel-track {
    margin: 0 -10px;
}

.sp-service-carousel-item {
    padding: 0 10px;
    box-sizing: border-box;
    height: 100%;
}

.sp-services-carousel-track .slick-list {
    overflow: hidden;
    padding: 10px 0 16px 0;
}

.sp-services-carousel-track .slick-track {
    display: flex !important;
    align-items: stretch;
}

.sp-services-carousel-track .slick-slide {
    height: auto;
    display: flex !important;
    flex-direction: column;
}

.sp-services-carousel-track .slick-slide > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.sp-service-card {
    background: #ffffff;
    border: 1px solid var(--sp-gray-200);
    border-radius: var(--sp-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    text-decoration: none !important;
    color: inherit;
    cursor: pointer;
    height: 100%;
    box-sizing: border-box;
}

.sp-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(15, 43, 72, 0.12);
    border-color: var(--sp-blue);
}

.sp-service-img-wrap {
    width: 100%;
    height: 155px;
    overflow: hidden;
    position: relative;
    background-color: var(--sp-gray-100);
}

.sp-service-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.sp-service-card:hover .sp-service-img-wrap img {
    transform: scale(1.06);
}

.sp-service-body {
    padding: 16px 14px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.sp-service-title {
    font-size: 14.5px;
    font-weight: 700;
    color: var(--sp-navy);
    margin: 0 0 12px 0;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.sp-service-card:hover .sp-service-title {
    color: var(--sp-blue);
}

.sp-service-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid var(--sp-gray-100);
}

.sp-service-price-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sp-service-price {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--sp-blue);
    background: var(--sp-blue-light);
    padding: 3px 9px;
    border-radius: 4px;
    letter-spacing: 0.2px;
    display: inline-block;
}

.sp-service-btn-wrap {
    width: 100%;
}

.sp-service-explore-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid var(--sp-gray-200);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 700;
    color: var(--sp-navy);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.sp-service-card:hover .sp-service-explore-btn {
    background: var(--sp-orange);
    border-color: var(--sp-orange);
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(249, 115, 22, 0.3);
}

/* Carousel Navigation Arrows */
.sp-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1.5px solid var(--sp-gray-300);
    border-radius: 50%;
    color: var(--sp-navy);
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.sp-carousel-arrow:hover {
    background: var(--sp-orange);
    border-color: var(--sp-orange);
    color: #ffffff;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 6px 16px rgba(249, 115, 22, 0.35);
}

.sp-carousel-arrow-prev {
    left: -2px;
}

.sp-carousel-arrow-next {
    right: -2px;
}

/* Dots */
.sp-services-carousel-track .slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
    gap: 8px;
}

.sp-services-carousel-track .slick-dots li {
    margin: 0;
}

.sp-services-carousel-track .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e1;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.25s ease;
}

.sp-services-carousel-track .slick-dots li.slick-active button {
    background: var(--sp-orange);
    width: 26px;
    border-radius: 6px;
}

.sp-center-btn-wrap {
    text-align: center;
    margin-top: 10px;
}

/* ==========================================================================
   ELEMENT 2: WHY CHOOSE US & VIDEO SHOWCASE (3-Part Layout)
   ========================================================================== */
.sp-why-showcase-grid {
    display: grid;
    grid-template-columns: 1.1fr 1.3fr 1.2fr;
    gap: 20px;
    align-items: stretch;
}

.sp-why-left-box {
    background: #ffffff;
    border: 1px solid var(--sp-gray-200);
    border-radius: var(--sp-radius);
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

.sp-why-heading {
    font-size: 24px;
    font-weight: 800;
    color: var(--sp-navy);
    line-height: 1.2;
    margin: 8px 0 16px 0;
}

.sp-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sp-checklist li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    color: var(--sp-gray-800);
    font-weight: 500;
}

.sp-check-icon-blue {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--sp-blue-light);
    color: var(--sp-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    flex-shrink: 0;
}

.sp-check-icon-orange {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(249, 115, 22, 0.15);
    color: var(--sp-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    flex-shrink: 0;
}

/* Center Video Box */
.sp-why-video-box {
    border-radius: var(--sp-radius);
    overflow: hidden;
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    min-height: 320px;
    background-color: #000000;
}

.sp-why-video-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sp-play-btn-circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.sp-play-btn-circle svg {
    color: var(--sp-orange);
    fill: var(--sp-orange);
    margin-left: 3px;
}

.sp-video-play-overlay:hover .sp-play-btn-circle {
    transform: scale(1.1);
    box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.4);
}

.sp-video-timeline-bar {
    position: absolute;
    bottom: 12px;
    left: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    font-size: 10.5px;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 10px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}

/* Right Navy Action Card */
.sp-why-right-navy-card {
    background: var(--sp-navy);
    border-radius: var(--sp-radius);
    padding: 28px 24px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 8px 24px rgba(15, 43, 72, 0.18);
}

.sp-why-right-navy-card .sp-badge {
    background: rgba(56, 189, 248, 0.15);
    color: #38bdf8;
}

.sp-navy-heading {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin: 8px 0 10px 0;
}

.sp-navy-desc {
    font-size: 11.5px;
    color: #cbd5e1;
    line-height: 1.45;
    margin: 0 0 16px 0;
}

.sp-why-right-navy-card .sp-checklist li {
    color: #f1f5f9;
}

.sp-navy-btn-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

/* ==========================================================================
   ELEMENT 3: BEFORE & AFTER CAROUSEL (4 Columns)
   ========================================================================== */
.sp-ba-carousel-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 0 45px;
    box-sizing: border-box;
}

.sp-ba-carousel-track {
    margin: 0 -10px;
}

.sp-ba-carousel-item {
    padding: 0 10px;
    box-sizing: border-box;
    height: 100%;
}

.sp-ba-carousel-track .slick-list {
    overflow: hidden;
    padding: 10px 0 16px 0;
}

.sp-ba-carousel-track .slick-track {
    display: flex !important;
    align-items: stretch;
}

.sp-ba-carousel-track .slick-slide {
    height: auto;
    display: flex !important;
    flex-direction: column;
}

.sp-ba-carousel-track .slick-slide > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.sp-ba-card {
    background: #ffffff;
    border: 1px solid var(--sp-gray-200);
    border-radius: var(--sp-radius);
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.sp-ba-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(15, 43, 72, 0.12);
    border-color: var(--sp-blue);
}

.sp-ba-card .ip-ba-container {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    background: #1e293b;
    --ba-pos: 50%;
    touch-action: none;
}

.sp-ba-card .ip-ba-after-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sp-ba-card .ip-ba-before-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    clip-path: polygon(0 0, var(--ba-pos, 50%) 0, var(--ba-pos, 50%) 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, var(--ba-pos, 50%) 0, var(--ba-pos, 50%) 100%, 0 100%);
    pointer-events: none;
}

.sp-ba-card .ip-ba-before-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.sp-ba-card .ip-ba-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--ba-pos, 50%);
    width: 3px;
    background: #ffffff;
    z-index: 5;
    cursor: ew-resize;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

.sp-ba-label-title {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--sp-navy);
    padding: 12px 10px;
    margin: 0;
    background: #ffffff;
    border-top: 1px solid var(--sp-gray-100);
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-ba-carousel-track .slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
    gap: 8px;
}

.sp-ba-carousel-track .slick-dots li {
    margin: 0;
}

.sp-ba-carousel-track .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e1;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.25s ease;
}

.sp-ba-carousel-track .slick-dots li.slick-active button {
    background: var(--sp-orange);
    width: 26px;
    border-radius: 6px;
}

/* ==========================================================================
   ELEMENT 4: DUAL PROMOTIONAL BANNERS (Moving Out & Commercial)
   ========================================================================== */
.sp-dual-promo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.sp-promo-card {
    border-radius: 12px;
    padding: 30px 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.sp-promo-mint {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border: 1px solid #bbf7d0;
}

.sp-promo-blue {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid #bae6fd;
}

.sp-promo-content {
    flex: 1 1 65%;
    max-width: 320px;
    z-index: 2;
}

.sp-promo-title {
    font-size: 21px;
    font-weight: 800;
    color: var(--sp-navy);
    line-height: 1.25;
    margin: 0 0 14px 0;
}

.sp-promo-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sp-promo-checklist li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11.5px;
    color: var(--sp-gray-800);
    font-weight: 500;
}

.sp-check-green {
    color: #16a34a;
    font-weight: 700;
    font-size: 13px;
}

.sp-check-blue {
    color: #0284c7;
    font-weight: 700;
    font-size: 13px;
}

.sp-btn-green {
    background: #15803d !important;
    color: #ffffff !important;
    padding: 9px 20px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.25s ease !important;
    text-transform: uppercase !important;
}

.sp-btn-green:hover {
    background: #166534 !important;
    transform: translateY(-2px) !important;
}

.sp-btn-navy {
    background: var(--sp-navy) !important;
    color: #ffffff !important;
    padding: 9px 20px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.25s ease !important;
    text-transform: uppercase !important;
}

.sp-btn-navy:hover {
    background: #0a1e33 !important;
    transform: translateY(-2px) !important;
}

.sp-promo-img-wrap {
    flex: 0 0 150px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.sp-promo-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

/* ==========================================================================
   ELEMENT 5: REVIEWS & TESTIMONIALS + QUOTE CTA BOX
   ========================================================================== */
.sp-reviews-section-grid {
    display: grid;
    grid-template-columns: 1.65fr 1fr;
    gap: 28px;
    align-items: stretch;
}

.sp-reviews-left-col {
    display: flex;
    flex-direction: column;
}

.sp-reviews-header-block {
    margin-bottom: 22px;
}

.sp-reviews-header-block .sp-badge {
    display: inline-flex !important;
    width: auto !important;
    max-width: max-content !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.6px !important;
    margin-bottom: 8px !important;
    background: rgba(0, 128, 200, 0.12) !important;
    color: #0080c8 !important;
}

.sp-reviews-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.sp-reviews-title {
    margin: 0 !important;
    text-align: left !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #031B33 !important;
    line-height: 1.25 !important;
}

.sp-areas-title {
    margin: 0 0 16px 0 !important;
    text-align: left !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #031B33 !important;
    line-height: 1.25 !important;
}

.sp-btn-view-service {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    padding: 14px 32px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    text-decoration: none !important;
}

.sp-rating-score-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 6px 14px;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.sp-rating-num {
    font-size: 14px;
    font-weight: 800;
    color: #031B33;
}

.sp-stars-gold {
    color: #f59e0b;
    font-size: 13px;
    letter-spacing: 1px;
}

.sp-rating-text {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}

.sp-reviews-grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    height: 100%;
}

.sp-review-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.sp-review-card:hover {
    transform: translateY(-4px);
    border-color: #0080c8;
    box-shadow: 0 12px 28px rgba(0, 128, 200, 0.1);
}

.sp-rc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sp-rc-source {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sp-rc-verified {
    font-size: 11px;
    font-weight: 700;
    color: #16a34a;
    background: #f0fdf4;
    padding: 2px 7px;
    border-radius: 10px;
    border: 1px solid #bbf7d0;
}

.sp-rc-text {
    font-size: 13px;
    color: #334155;
    line-height: 1.6;
    margin: 0 0 16px 0;
    font-style: normal;
}

.sp-rc-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
    margin-top: auto;
}

.sp-rc-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sp-rc-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.sp-rc-meta {
    display: flex;
    flex-direction: column;
}

.sp-rc-name {
    font-size: 13px;
    font-weight: 700;
    color: #031B33;
    line-height: 1.2;
}

.sp-rc-loc {
    font-size: 11px;
    color: #64748b;
    font-weight: 500;
}

.sp-rc-time {
    font-size: 10.5px;
    color: #94a3b8;
    font-weight: 500;
}

/* Right Navy Quote Card */
.sp-reviews-right-navy-card {
    background: linear-gradient(145deg, #031B33 0%, #0c2545 100%);
    border-radius: 14px;
    padding: 32px 26px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 12px 32px rgba(3, 27, 51, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sp-rnc-badge {
    display: inline-block;
    background: rgba(249, 115, 22, 0.2);
    border: 1px solid rgba(249, 115, 22, 0.4);
    color: #fdba74;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.sp-rnc-title {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 6px 0;
    line-height: 1.25;
}

.sp-rnc-subtitle {
    font-size: 13px;
    color: #cbd5e1;
    margin: 0 0 22px 0;
    line-height: 1.5;
}

.sp-rnc-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.sp-rnc-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 12px 14px;
    transition: all 0.2s ease;
}

.sp-rnc-item:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.15);
}

.sp-rnc-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(0, 128, 200, 0.2);
    color: #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.sp-rnc-text strong {
    display: block;
    font-size: 13px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2px;
}

.sp-rnc-text small {
    display: block;
    font-size: 11px;
    color: #94a3b8;
    line-height: 1.3;
}

.sp-rnc-btn-quote {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 14px 20px !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 16px rgba(249, 115, 22, 0.4) !important;
    transition: all 0.25s ease !important;
    box-sizing: border-box !important;
}

.sp-rnc-btn-quote:hover {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 22px rgba(249, 115, 22, 0.5) !important;
}

.sp-rnc-btn-arr {
    font-size: 16px;
    transition: transform 0.2s ease;
}

.sp-rnc-btn-quote:hover .sp-rnc-btn-arr {
    transform: translateX(4px);
}

.sp-rnc-footer-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12.5px;
    color: #cbd5e1;
    margin-top: 12px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sp-rnc-footer-call:hover {
    color: #38bdf8;
}

.sp-rnc-footer-call strong {
    color: #ffffff;
}

@media (max-width: 1024px) {
    .sp-reviews-section-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .sp-reviews-grid-4 {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   ELEMENT 6: PROUDLY SERVING ALL AREAS OF CANBERRA + FLEET VAN
   ========================================================================== */
.sp-areas-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 30px;
    align-items: center;
}

.sp-suburbs-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.sp-suburb-pill {
    background: #ffffff;
    border: 1px solid var(--sp-gray-200);
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--sp-navy);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease;
}

.sp-suburb-pill:hover {
    border-color: var(--sp-blue);
    background: var(--sp-blue-light);
    transform: translateY(-1px);
}

.sp-suburb-pill.sp-pill-highlight {
    background: var(--sp-navy);
    color: #ffffff;
    border-color: var(--sp-navy);
}

.sp-fleet-van-wrap {
    text-align: center;
}

.sp-fleet-van-wrap img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

/* ==========================================================================
   ELEMENT 7: BOTTOM IMMEDIATE ASSISTANCE CTA BAR & BANNER
   ========================================================================== */
.sp-bottom-cta-banner {
    position: relative;
    background-color: #031B33;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sp-bottom-cta-banner .sp-container {
    position: relative !important;
    z-index: 2 !important;
    max-width: 1280px !important;
    width: 100% !important;
    padding: 0 20px !important;
    margin: 0 auto !important;
    min-height: 250px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
}

.sp-bottom-cta-content {
    position: relative !important;
    z-index: 10 !important;
    max-width: 580px !important;
    padding: 65px 0 !important;
    text-align: left !important;
}

.sp-bcta-title {
    font-size: 32px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    margin: 0 0 10px 0 !important;
    letter-spacing: -0.5px !important;
}

.sp-bcta-subtitle {
    font-size: 15px !important;
    color: #cbd5e1 !important;
    line-height: 1.5 !important;
    margin: 0 0 26px 0 !important;
}

.sp-bcta-btn-group {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
}

.sp-bcta-btn-group .sp-btn-orange {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 13px 26px !important;
    border-radius: 6px !important;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    background-color: #f97316 !important;
    color: #ffffff !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 16px rgba(249, 115, 22, 0.4) !important;
    border: none !important;
    transition: all 0.2s ease !important;
}

.sp-bcta-btn-group .sp-btn-orange:hover {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.5) !important;
}

.sp-bcta-btn-group .sp-btn-outline-white {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    border: 2px solid #ffffff !important;
    color: #031B33 !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.2s ease !important;
}

.sp-bcta-btn-group .sp-btn-outline-white:hover {
    background: #0284c7 !important;
    color: #ffffff !important;
    border-color: #0284c7 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.4) !important;
}

.sp-bcta-phone-icon {
    font-size: 14px !important;
}

/* Full-Height Seamless Visual Layer on Right side of Container */
.sp-bottom-cta-visual-layer {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 20px !important;
    width: 58% !important;
    height: 100% !important;
    pointer-events: none !important;
    z-index: 1 !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

.sp-bcta-banner-img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: right center !important;
    display: block !important;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.5) 15%, black 40%) !important;
    mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.5) 15%, black 40%) !important;
}

@media screen and (max-width: 900px) {
    .sp-bottom-cta-banner .sp-container {
        flex-direction: column !important;
        min-height: auto !important;
    }
    .sp-bottom-cta-content {
        max-width: 100% !important;
        padding: 45px 0 25px 0 !important;
        text-align: center !important;
    }
    .sp-bcta-title {
        font-size: 26px !important;
    }
    .sp-bcta-btn-group {
        justify-content: center !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }
    .sp-bcta-btn-group .sp-btn-orange,
    .sp-bcta-btn-group .sp-btn-outline-white {
        width: 100% !important;
        text-align: center !important;
    }
    .sp-bottom-cta-visual-layer {
        position: relative !important;
        right: 0 !important;
        width: 100% !important;
        height: 200px !important;
        min-height: 200px !important;
    }
    .sp-bcta-banner-img {
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 25%) !important;
        mask-image: linear-gradient(to bottom, transparent 0%, black 25%) !important;
        object-position: center !important;
    }
}

.sp-bcta-btn-group .sp-btn-orange {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 13px 26px !important;
    border-radius: 6px !important;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    background-color: #f97316 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.4) !important;
    border: none !important;
    transition: all 0.2s ease !important;
}

.sp-bcta-btn-group .sp-btn-orange:hover {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(249, 115, 22, 0.5) !important;
}

.sp-bcta-btn-group .sp-btn-outline-white {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    border: 2px solid #ffffff !important;
    color: #031B33 !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.2s ease !important;
}

.sp-bcta-btn-group .sp-btn-outline-white:hover {
    background: #0284c7 !important;
    color: #ffffff !important;
    border-color: #0284c7 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.4) !important;
}

.sp-bcta-phone-icon {
    font-size: 14px !important;
}

@media screen and (max-width: 768px) {
    .sp-bcta-title {
        font-size: 26px !important;
    }
    .sp-bcta-btn-group {
        flex-direction: column;
        align-items: stretch;
    }
    .sp-bcta-btn-group .sp-btn-orange,
    .sp-bcta-btn-group .sp-btn-outline-white {
        width: 100%;
        text-align: center;
    }
}

.sp-bottom-cta-strip {
    background: var(--sp-navy);
    padding: 16px 0;
    width: 100%;
    color: #ffffff;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
}

.sp-bottom-cta-inner {
    max-width: 1280px !important;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-sizing: border-box;
}

.sp-bottom-cta-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sp-bottom-cta-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(56, 189, 248, 0.15);
    color: #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.sp-bottom-cta-text strong {
    display: block;
    font-size: 14px;
    color: #ffffff;
}

.sp-bottom-cta-text span {
    font-size: 11.5px;
    color: #94a3b8;
}

.sp-bottom-cta-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ==========================================================================
   RESPONSIVE DESIGN (TABLET & MOBILE BREAKPOINTS)
   ========================================================================== */
@media screen and (max-width: 1024px) {
    .sp-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .sp-why-showcase-grid {
        grid-template-columns: 1fr;
    }
    .sp-ba-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .sp-reviews-section-grid {
        grid-template-columns: 1fr;
    }
    .sp-areas-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .sp-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sp-ba-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sp-dual-promo-grid {
        grid-template-columns: 1fr;
    }
    .sp-reviews-grid-4 {
        grid-template-columns: 1fr;
    }
    .sp-bottom-cta-inner {
        flex-direction: column;
        text-align: center;
    }
    .sp-bottom-cta-left {
        flex-direction: column;
    }
    .sp-bottom-cta-right {
        flex-direction: column;
        width: 100%;
    }
    .sp-bottom-cta-right a {
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .sp-services-grid {
        grid-template-columns: 1fr;
    }
    .sp-ba-grid {
        grid-template-columns: 1fr;
    }
    .sp-section-title {
        font-size: 24px;
    }
}

/* ==========================================================================
   SPOTLESS CLEAN - SERVICE PAGE DEDICATED STYLES
   ========================================================================== */

.sp-serv-highlight {
    color: #0284c7 !important;
    font-weight: 900 !important;
}

/* Service Hero Section */
.sp-serv-hero {
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 30px 0 0 0;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sp-serv-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.84) 38%, rgba(255, 255, 255, 0.25) 65%, rgba(255, 255, 255, 0.02) 100%);
    pointer-events: none;
}

.sp-serv-hero .sp-container {
    position: relative;
    z-index: 2;
    max-width: 1300px !important;
    width: 100% !important;
    padding: 0 30px !important;
}

/* Breadcrumbs */
.sp-serv-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 16px !important;
}

.sp-serv-breadcrumbs a {
    color: #475569;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sp-serv-breadcrumbs a:hover {
    color: #0284c7;
}

.sp-bc-sep {
    color: #94a3b8;
    font-weight: 700;
}

.sp-bc-current {
    color: #0284c7;
    font-weight: 700;
}

/* Hero Grid Layout */
.sp-serv-hero-grid {
    display: grid !important;
    grid-template-columns: minmax(420px, 580px) 430px !important;
    gap: 40px !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* Left Hero Content */
.sp-serv-hero-left {
    max-width: 580px !important;
    width: 100% !important;
}

.sp-serv-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #e0f2fe !important;
    color: #0284c7 !important;
    border: 1px solid #bae6fd !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.8px !important;
    padding: 5px 14px !important;
    border-radius: 20px !important;
    text-transform: uppercase !important;
    margin-bottom: 14px !important;
    box-shadow: 0 2px 6px rgba(2, 132, 199, 0.08) !important;
}

.sp-serv-h1-title {
    font-size: clamp(28px, 3.4vw, 42px) !important;
    font-weight: 900 !important;
    color: #0f2b48 !important;
    line-height: 1.22 !important;
    margin: 0 0 16px 0 !important;
    letter-spacing: -0.4px !important;
}

.sp-serv-lead-desc {
    font-size: 15px !important;
    line-height: 1.65 !important;
    color: #475569 !important;
    margin-bottom: 22px !important;
    max-width: 540px !important;
}

/* Trust Pills */
.sp-serv-trust-pills {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-bottom: 24px !important;
    max-width: 520px !important;
}

.sp-serv-pill {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04) !important;
}

.sp-pill-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px !important;
    height: 26px !important;
    border-radius: 4px;
    background: #f0f9ff;
    color: #0284c7;
    flex-shrink: 0;
}

.sp-pill-icon svg {
    width: 14px !important;
    height: 14px !important;
}

.sp-pill-text {
    font-size: 12.5px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
}

/* Hero Actions */
.sp-serv-hero-actions {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-bottom: 22px !important;
    flex-wrap: wrap !important;
}

.sp-serv-hero-actions .sp-btn-orange {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35) !important;
    transition: all 0.2s ease !important;
}

.sp-serv-hero-actions .sp-btn-orange:hover {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(249, 115, 22, 0.45) !important;
}

.sp-serv-btn-phone {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #0f2b48 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    border: none !important;
    transition: all 0.2s ease !important;
}

.sp-serv-btn-phone:hover {
    background: #1e3a8a !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

.sp-serv-btn-phone {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 9px 18px !important;
    background: #ffffff !important;
    border: 1.5px solid #031B33 !important;
    border-radius: 6px !important;
    color: #031B33 !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    transition: all 0.2s ease !important;
}

.sp-serv-btn-phone:hover {
    background: #031B33 !important;
    color: #ffffff !important;
}

.sp-btn-phone-icon {
    display: flex;
    align-items: center;
}

.sp-btn-phone-icon svg {
    width: 13px !important;
    height: 13px !important;
}

/* Google & Facebook Reviews Badge */
.sp-serv-reviews-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.sp-serv-google-badge,
.sp-serv-facebook-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 6px 14px !important;
    border-radius: 24px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.sp-gb-icon, .sp-fb-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-gb-score {
    font-size: 13.5px !important;
    font-weight: 800;
    color: #0f172a;
    margin-right: 4px;
}

.sp-gb-stars {
    color: #f59e0b;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    margin-right: 4px;
}

.sp-gb-text {
    font-size: 11.5px !important;
    color: #64748b;
    font-weight: 600;
}

/* Bottom Trust Strip under Hero (Exact Homepage Match) */
.sp-serv-bottom-trust-strip {
    background: #031B33 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 16px 0 !important;
    margin-top: 40px !important;
    position: relative !important;
    z-index: 3 !important;
}

.sp-sbts-grid {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 14px 20px !important;
}

.sp-sbts-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.sp-sbts-icon {
    color: #38bdf8 !important;
    display: flex !important;
    align-items: center !important;
}

/* Right Quote Form Card */
.sp-serv-quote-card {
    background: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(3, 27, 51, 0.12) !important;
    border: 1px solid #e2e8f0 !important;
    overflow: hidden !important;
    max-width: 430px !important;
    margin-left: auto !important;
}

.sp-quote-card-header {
    background: #031B33 !important;
    padding: 12px 18px !important;
    text-align: center !important;
    color: #ffffff !important;
}

.sp-quote-card-title {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 0 2px 0 !important;
}

.sp-quote-card-subtitle {
    font-size: 11.5px !important;
    color: #94a3b8 !important;
    margin: 0 !important;
}

/* Step Bar */
.sp-quote-steps-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px !important;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.sp-step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.sp-step-num {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50%;
    background: #cbd5e1;
    color: #ffffff;
    font-size: 9.5px !important;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-step-item.active .sp-step-num {
    background: #0284c7;
}

.sp-step-lbl {
    font-size: 9.5px !important;
    font-weight: 700;
    color: #64748b;
}

.sp-step-item.active .sp-step-lbl {
    color: #0284c7;
}

.sp-step-line {
    flex: 1;
    height: 2px;
    background: #e2e8f0;
    margin: 0 8px 10px 8px !important;
}

/* Quote Form Inputs */
.sp-serv-lead-form {
    padding: 12px 16px 14px 16px !important;
}

.sp-form-group {
    margin-bottom: 7px !important;
}

.sp-form-group label {
    display: block;
    font-size: 11px !important;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 2px !important;
}

.sp-form-group input,
.sp-form-group select,
.sp-form-group textarea {
    width: 100%;
    height: 33px !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 5px !important;
    color: #0f172a;
    background: #ffffff;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.sp-form-group input:focus,
.sp-form-group select:focus,
.sp-form-group textarea:focus {
    outline: none;
    border-color: #0284c7 !important;
    box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.15) !important;
}

.sp-form-row-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px !important;
}

.sp-form-submit-btn,
.sp-serv-lead-form button.sp-form-submit-btn,
.sp-serv-quote-card button[type="submit"] {
    width: 100% !important;
    margin-top: 6px !important;
    padding: 12px 16px !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    background-color: #f97316 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.4) !important;
    transition: all 0.2s ease !important;
}

.sp-form-submit-btn:hover,
.sp-serv-lead-form button.sp-form-submit-btn:hover,
.sp-serv-quote-card button[type="submit"]:hover {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
    background-color: #ea580c !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 18px rgba(249, 115, 22, 0.5) !important;
}

.sp-quote-guarantee {
    text-align: center;
    font-size: 11px !important;
    color: #64748b;
    margin-top: 6px !important;
    font-weight: 600;
}

.sp-g-check {
    color: #16a34a;
    font-weight: 900;
}

/* ==========================================================================
   2. FEATURES HIGHLIGHTS STRIP (Sleek, Compact Modern 6-Card Strip)
   ========================================================================== */
.sp-serv-features-bar {
    background: #ffffff !important;
    border-top: 1px solid #e2e8f0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 18px 0 !important;
}

.sp-features-6col-grid,
.sp-features-grid-3col {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 12px !important;
}

.sp-feature-item,
.sp-trust-card-h {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 12px 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    box-shadow: 0 2px 5px rgba(15, 23, 42, 0.02) !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
    min-height: 64px !important;
}

.sp-feature-item:hover,
.sp-trust-card-h:hover {
    background: #ffffff !important;
    border-color: #0284c7 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(2, 132, 199, 0.08) !important;
}

.sp-feature-item .sp-feat-icon-circle,
.sp-trust-card-icon {
    width: 36px !important;
    height: 36px !important;
    border-radius: 8px !important;
    background: #e0f2fe !important;
    color: #0284c7 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    transition: all 0.2s ease !important;
}

.sp-feature-item:hover .sp-feat-icon-circle,
.sp-trust-card-h:hover .sp-trust-card-icon {
    background: #0284c7 !important;
    color: #ffffff !important;
}

.sp-feature-item .sp-feat-icon-circle svg,
.sp-trust-card-icon svg {
    width: 18px !important;
    height: 18px !important;
}

.sp-feature-item .sp-feat-text,
.sp-trust-card-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    flex-grow: 1 !important;
    min-width: 0 !important;
}

.sp-feature-item .sp-feat-title,
.sp-trust-card-title {
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #031B33 !important;
    margin: 0 0 2px 0 !important;
    line-height: 1.25 !important;
    white-space: normal !important;
}

.sp-feature-item .sp-feat-desc,
.sp-trust-card-desc {
    font-size: 10.5px !important;
    color: #64748b !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    white-space: normal !important;
}

@media screen and (max-width: 1200px) {
    .sp-features-6col-grid,
    .sp-features-grid-3col {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media screen and (max-width: 768px) {
    .sp-features-6col-grid,
    .sp-features-grid-3col {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    .sp-feature-item,
    .sp-trust-card-h {
        padding: 12px 10px !important;
        gap: 10px !important;
    }
    .sp-feat-icon-circle,
    .sp-trust-card-icon {
        width: 34px !important;
        height: 34px !important;
    }
    .sp-feat-icon-circle svg,
    .sp-trust-card-icon svg {
        width: 16px !important;
        height: 16px !important;
    }
    .sp-feat-title,
    .sp-trust-card-title {
        font-size: 12px !important;
    }
    .sp-feat-desc,
    .sp-trust-card-desc {
        font-size: 10.5px !important;
    }
}

@media screen and (max-width: 480px) {
    .sp-features-6col-grid,
    .sp-features-grid-3col {
        grid-template-columns: 1fr !important;
    }
}

/* Service SEO Article Wrap */
.sp-service-seo-article-wrap {
    max-width: 1240px !important;
    margin: 40px auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

/* ==========================================================================
   2-COLUMN OVERVIEW CARD: Image on LEFT, Content on RIGHT
   ========================================================================== */
.sp-serv-overview-2col-card {
    display: grid !important;
    grid-template-columns: 1fr 1.15fr !important;
    gap: 40px !important;
    align-items: center !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 36px !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04) !important;
    margin-bottom: 50px !important;
    box-sizing: border-box !important;
}

.sp-serv-ov-img-col {
    position: relative !important;
    width: 100% !important;
}

.sp-serv-ov-img-wrap {
    position: relative !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

.sp-serv-ov-img {
    width: 100% !important;
    height: 380px !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.3s ease !important;
}

.sp-serv-ov-img-wrap:hover .sp-serv-ov-img {
    transform: scale(1.02) !important;
}

.sp-serv-ov-badge {
    position: absolute !important;
    bottom: 16px !important;
    left: 16px !important;
    background: rgba(3, 27, 51, 0.92) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    color: #ffffff !important;
    padding: 8px 14px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

.sp-badge-stars {
    color: #fbbf24 !important;
    letter-spacing: 1px !important;
    font-size: 13px !important;
}

.sp-serv-ov-badge strong {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.sp-serv-ov-text-col {
    display: flex !important;
    flex-direction: column !important;
}

.sp-serv-badge-sub {
    display: inline-block !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    color: #0284c7 !important;
    background: #e0f2fe !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
    margin-bottom: 12px !important;
    width: fit-content !important;
}

.sp-serv-ov-heading {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #031B33 !important;
    line-height: 1.3 !important;
    margin: 0 0 14px 0 !important;
}

.sp-serv-ov-lead {
    font-size: 14.5px !important;
    line-height: 1.7 !important;
    color: #475569 !important;
    margin: 0 0 18px 0 !important;
}

.sp-serv-ov-points {
    list-style: none !important;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px 16px !important;
}

.sp-serv-ov-points li {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    line-height: 1.4 !important;
}

.sp-check-tick {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    background: #ecfdf5 !important;
    color: #059669 !important;
    font-weight: 800 !important;
    font-size: 11px !important;
    flex-shrink: 0 !important;
    margin-top: 1px !important;
}

.sp-serv-ov-cta {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
}

.sp-serv-ov-cta br,
.sp-serv-overview-cta br {
    display: none !important;
}

.sp-serv-call-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 11px 20px !important;
    background: #031B33 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.sp-serv-call-btn:hover {
    background: #0284c7 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

.sp-serv-quote-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 11px 22px !important;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.3) !important;
    transition: all 0.2s ease !important;
}

.sp-serv-quote-btn:hover {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(249, 115, 22, 0.4) !important;
}

@media screen and (max-width: 767px) {
    .sp-serv-ov-cta {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }
    .sp-serv-call-btn,
    .sp-serv-quote-btn {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
}

/* ==========================================================================
   WHY CHOOSE US SECTION (Modern 4-Card Grid)
   ========================================================================== */
.sp-why-choose-section {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 40px 30px !important;
    margin-bottom: 50px !important;
    box-sizing: border-box !important;
}

.sp-why-choose-header {
    text-align: center !important;
    max-width: 750px !important;
    margin: 0 auto 32px auto !important;
}

.sp-why-choose-title {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #031B33 !important;
    margin: 0 0 10px 0 !important;
}

.sp-why-choose-subtitle {
    font-size: 14px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.sp-why-choose-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}

.sp-why-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 24px 20px !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03) !important;
    transition: all 0.25s ease !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
}

.sp-why-card:hover {
    transform: translateY(-4px) !important;
    border-color: #0284c7 !important;
    box-shadow: 0 10px 24px rgba(2, 132, 199, 0.1) !important;
}

.sp-why-icon {
    font-size: 28px !important;
    margin-bottom: 14px !important;
    line-height: 1 !important;
}

.sp-why-card h4 {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #031B33 !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.3 !important;
}

.sp-why-card p {
    font-size: 13px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* ==========================================================================
   5-STAGE WORKFLOW & CANBERRA SUBURBS
   ========================================================================== */
.sp-workflow-section {
    margin-bottom: 50px !important;
}

.sp-workflow-header {
    text-align: center !important;
    max-width: 750px !important;
    margin: 0 auto 30px auto !important;
}

.sp-workflow-title {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #031B33 !important;
    margin: 0 0 10px 0 !important;
}

.sp-workflow-subtitle {
    font-size: 14px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.sp-workflow-grid {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 16px !important;
}

.sp-wf-step-item {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 20px 16px !important;
    position: relative !important;
    box-sizing: border-box !important;
    transition: all 0.2s ease !important;
}

.sp-wf-step-item:hover {
    border-color: #f97316 !important;
    transform: translateY(-3px) !important;
}

.sp-wf-num {
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #f97316 !important;
    background: #fff7ed !important;
    padding: 3px 8px !important;
    border-radius: 6px !important;
    display: inline-block !important;
    margin-bottom: 10px !important;
}

.sp-wf-content h4 {
    font-size: 13.5px !important;
    font-weight: 800 !important;
    color: #031B33 !important;
    margin: 0 0 6px 0 !important;
}

.sp-wf-content p {
    font-size: 12px !important;
    color: #64748b !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* Suburbs Section */
.sp-suburbs-section {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 36px 30px !important;
    margin-bottom: 40px !important;
    box-sizing: border-box !important;
}

.sp-suburbs-header {
    text-align: center !important;
    margin-bottom: 24px !important;
}

.sp-suburbs-title {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #031B33 !important;
    margin: 0 0 8px 0 !important;
}

.sp-suburbs-subtitle {
    font-size: 13.5px !important;
    color: #64748b !important;
    margin: 0 !important;
}

.sp-suburbs-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}

.sp-suburb-col {
    background: #f8fafc !important;
    border-radius: 8px !important;
    padding: 16px !important;
}

.sp-suburb-col h4 {
    font-size: 13.5px !important;
    font-weight: 800 !important;
    color: #0284c7 !important;
    margin: 0 0 6px 0 !important;
}

.sp-suburb-col p {
    font-size: 12px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* Responsive Rules */
@media screen and (max-width: 991px) {
    .sp-serv-overview-2col-card {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        padding: 24px !important;
    }
    .sp-serv-ov-img {
        height: 280px !important;
    }
    .sp-why-choose-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .sp-workflow-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .sp-suburbs-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media screen and (max-width: 640px) {
    .sp-serv-overview-2col-card {
        padding: 18px !important;
    }
    .sp-serv-ov-img {
        height: 220px !important;
    }
    .sp-serv-ov-points {
        grid-template-columns: 1fr !important;
    }
    .sp-why-choose-grid {
        grid-template-columns: 1fr !important;
    }
    .sp-workflow-grid {
        grid-template-columns: 1fr !important;
    }
    .sp-suburbs-grid {
        grid-template-columns: 1fr !important;
    }
}


/* ==========================================================================
   3. OVERVIEW & DEDICATED 5-STEP PROCESS SECTION
   ========================================================================== */
.sp-serv-overview-section {
    padding: 70px 0;
    background: #ffffff;
}

.sp-serv-overview-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.sp-serv-sub-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    color: #0284c7;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.sp-serv-section-h2 {
    font-size: 32px;
    font-weight: 800;
    color: #031B33;
    line-height: 1.25;
    margin: 0 0 18px 0;
}

.sp-serv-body-text {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 24px;
}

.sp-serv-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sp-serv-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
}

.sp-check-icon {
    display: flex;
    align-items: center;
    color: #0284c7;
    flex-shrink: 0;
    margin-top: 1px;
}

.sp-serv-overview-cta {
    margin-top: 10px;
}

/* Right Overview Service Image Card */
.sp-serv-overview-right {
    position: relative;
}

.sp-overview-img-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 420px;
    border: 2px solid #e2e8f0;
    box-shadow: 0 16px 36px rgba(3, 27, 51, 0.12);
}

.sp-overview-img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.sp-overview-img-card:hover img {
    transform: scale(1.04);
}

.sp-overview-floating-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(3, 27, 51, 0.92);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.sp-ofb-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0284c7;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sp-ofb-text strong {
    display: block;
    font-size: 13.5px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
}

.sp-ofb-text span {
    display: block;
    font-size: 11.5px;
    color: #38bdf8;
    font-weight: 600;
}

/* ==========================================================================
   3. DEDICATED FULL-WIDTH 5-STEP PROCESS SECTION
   ========================================================================== */
.sp-serv-process-fullwidth-section {
    background: #f8fafc;
    padding: 75px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.sp-process-fw-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 45px auto;
}

.sp-process-fw-subtitle {
    margin-bottom: 0 !important;
}

.sp-process-fw-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.sp-p-fw-step-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px 18px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.sp-p-fw-step-card:hover {
    transform: translateY(-5px);
    border-color: #0284c7;
    box-shadow: 0 12px 28px rgba(2, 132, 199, 0.12);
}

.sp-p-fw-step-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.sp-p-fw-step-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f0f9ff;
    border: 1.5px solid #bae6fd;
    color: #0284c7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-p-fw-step-num {
    font-size: 11px;
    font-weight: 900;
    color: #0284c7;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #e0f2fe;
    padding: 4px 10px;
    border-radius: 20px;
}

.sp-p-fw-step-title {
    font-size: 16px;
    font-weight: 800;
    color: #031B33;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.sp-p-fw-step-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.sp-process-alert-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #e0f2fe;
    border-left: 4px solid #0284c7;
    border-radius: 6px;
    padding: 14px 20px;
}

.sp-process-fw-alert {
    margin-top: 40px;
}

.sp-alert-icon {
    font-size: 18px;
    color: #0284c7;
    font-weight: bold;
}

.sp-alert-content {
    font-size: 13.5px;
    color: #0369a1;
    font-weight: 600;
    line-height: 1.5;
}

/* ==========================================================================
   RELATED SERVICES SIDEBAR (Used in FAQ Split Layout)
   ========================================================================== */
.sp-related-services-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px 18px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.sp-rsc-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1.5px solid #f1f5f9;
}

.sp-rsc-icon {
    color: #0284c7;
    display: flex;
    align-items: center;
}

.sp-rsc-title {
    font-size: 17px;
    font-weight: 800;
    color: #031B33;
    margin: 0;
}

.sp-rsc-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sp-rsc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 700;
    color: #334155;
    text-decoration: none;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    transition: all 0.2s ease;
}

.sp-rsc-item:hover {
    background: #e0f2fe;
    color: #0284c7;
    border-color: #bae6fd;
    transform: translateX(3px);
}

.sp-rsc-item-icon {
    width: 16px;
    height: 16px;
    color: #0284c7;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.sp-rsc-item-name {
    flex: 1;
    text-align: left;
}

.sp-rsc-item-arrow {
    font-size: 14px;
    color: #94a3b8;
    transition: transform 0.2s ease;
}

.sp-rsc-item:hover .sp-rsc-item-arrow {
    transform: translateX(2px);
    color: #0284c7;
}

/* ==========================================================================
   6. FAQ SECTION (30% Related Services Sidebar + 70% FAQ Accordion)
   ========================================================================== */
.sp-serv-faq-section {
    padding: 75px 0;
    background: #ffffff;
}

.sp-faq-split-layout {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 36px;
    align-items: flex-start;
}

.sp-faq-sidebar-col {
    position: sticky;
    top: 90px;
}

.sp-faq-main-col {
    display: flex;
    flex-direction: column;
}

.sp-faq-main-header {
    margin-bottom: 24px;
    text-align: left;
}

.sp-faq-accordion-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ==========================================================================
   4. BEFORE & AFTER INTERACTIVE SLIDER + BENEFITS SECTION
   ========================================================================== */
.sp-serv-ba-benefits-section {
    padding: 80px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.sp-serv-ba-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

/* Left: Interactive Slider */
.sp-serv-ba-col {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sp-ba-slider-container {
    position: relative;
    width: 100%;
    height: 420px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
    border: 2px solid #e2e8f0;
    background: #031B33;
    user-select: none;
}

.sp-ba-img-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sp-ba-img-layer img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    pointer-events: none;
}

.sp-ba-before-layer {
    z-index: 2;
    transition: clip-path 0.05s ease-out;
}

.sp-ba-tag {
    position: absolute;
    top: 16px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 20px;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 5;
    pointer-events: none;
}

.sp-ba-tag-before {
    left: 16px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.sp-ba-tag-after {
    right: 16px;
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Slider Handle & Divider */
.sp-ba-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    z-index: 10;
    pointer-events: none;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sp-ba-handle-line {
    width: 3px;
    flex: 1;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.sp-ba-handle-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid #0284c7;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0284c7;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -2px;
}

/* Range input over slider */
.sp-ba-slider-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    z-index: 20;
    margin: 0;
    padding: 0;
}

.sp-ba-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    font-size: 12.5px;
    color: #64748b;
    font-weight: 600;
}

.sp-ba-hint-icon {
    font-size: 16px;
    color: #0284c7;
}

/* Right: Benefits Content Card */
.sp-benefits-content-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 36px 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.sp-benefits-desc {
    font-size: 14.5px !important;
    line-height: 1.6 !important;
    color: #64748b !important;
    margin-bottom: 24px !important;
}

.sp-benefits-checks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 16px;
    margin-bottom: 28px;
}

.sp-benefit-check-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.sp-bci-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e0f2fe;
    color: #0284c7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.sp-bci-icon svg {
    width: 13px;
    height: 13px;
}

.sp-bci-text {
    font-size: 13.5px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.4;
}

.sp-benefits-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.sp-benefits-phone-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 800;
    color: #031B33;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sp-benefits-phone-link:hover {
    color: #0284c7;
}

/* ==========================================================================
   5. REVIEWS & RATING SUMMARY SECTION
   ========================================================================== */
.sp-serv-reviews-section {
    padding: 70px 0;
    background: #ffffff;
}

.sp-text-center {
    text-align: center;
}

.sp-serv-reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr) 1.1fr;
    gap: 16px;
    margin-top: 36px;
    align-items: stretch;
}

.sp-review-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sp-review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.sp-rc-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.sp-rc-stars {
    color: #f59e0b;
    font-size: 13px;
    letter-spacing: 2px;
}

.sp-rc-quote {
    font-size: 13px;
    line-height: 1.55;
    color: #475569;
    margin: 0 0 16px 0;
    flex-grow: 1;
}

.sp-rc-author {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
}

.sp-rc-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #031B33;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
}

.sp-rc-author-info strong {
    display: block;
    font-size: 13px;
    color: #0f172a;
}

.sp-rc-author-info span {
    font-size: 11.5px;
    color: #64748b;
}

/* 5th Summary Card */
.sp-review-summary-card {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
}

.sp-summary-score {
    font-size: 44px;
    font-weight: 900;
    color: #031B33;
    line-height: 1;
    margin-bottom: 4px;
}

.sp-summary-stars {
    color: #f59e0b;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 8px;
}

.sp-summary-text {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
    margin: 0 0 16px 0;
}

.sp-summary-btn {
    font-size: 12px !important;
    padding: 9px 16px !important;
}

/* ==========================================================================
   6. FAQ ACCORDION SECTION
   ========================================================================== */
.sp-serv-faq-section {
    padding: 60px 0;
    background: #f8fafc;
}

.sp-faq-2col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 32px;
}

.sp-faq-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sp-faq-item {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
    margin-bottom: 12px !important;
    transition: all 0.2s ease !important;
}

.sp-faq-item:hover {
    border-color: #cbd5e1 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
}

.sp-faq-item.active {
    border-color: #0284c7 !important;
    box-shadow: 0 6px 16px rgba(2, 132, 199, 0.1) !important;
}

.sp-faq-question {
    width: 100% !important;
    padding: 16px 20px !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    cursor: pointer !important;
    user-select: none !important;
    transition: background 0.2s ease, color 0.2s ease !important;
}

.sp-faq-question:hover {
    background-color: #f8fafc !important;
}

.sp-faq-item.active .sp-faq-question {
    background-color: #f0f9ff !important;
    border-bottom: 1px solid #e0f2fe !important;
}

.sp-faq-q-text {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #031B33 !important;
    line-height: 1.35 !important;
    text-align: left !important;
}

.sp-faq-item.active .sp-faq-q-text {
    color: #0284c7 !important;
}

.sp-faq-toggle-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: #f1f5f9 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0284c7 !important;
    transition: all 0.25s ease !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
}

.sp-faq-item.active .sp-faq-toggle-icon {
    transform: rotate(45deg) !important;
    background: #0284c7 !important;
    color: #ffffff !important;
}

.sp-faq-answer {
    display: none;
    padding: 18px 20px !important;
    background: #ffffff !important;
    border-top: 1px solid #f1f5f9 !important;
}

.sp-faq-answer p {
    font-size: 14px !important;
    line-height: 1.65 !important;
    color: #475569 !important;
    margin: 0 !important;
}

.sp-faq-item.active .sp-faq-answer {
    display: block !important;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS FOR SERVICE PAGE
   ========================================================================== */
@media screen and (max-width: 1024px) {
    .sp-features-6col-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .sp-serv-reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sp-review-summary-card {
        grid-column: span 2;
    }
    .sp-process-fw-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .sp-faq-split-layout {
        grid-template-columns: 280px 1fr;
        gap: 24px;
    }
}

@media screen and (max-width: 860px) {
    .sp-serv-hero-overlay {
        background: linear-gradient(180deg, 
            rgba(255, 255, 255, 0.96) 0%, 
            rgba(255, 255, 255, 0.90) 50%, 
            rgba(255, 255, 255, 0.80) 100%
        ) !important;
    }
    .sp-serv-hero-grid {
        grid-template-columns: 1fr;
    }
    .sp-serv-overview-grid {
        grid-template-columns: 1fr;
    }
    .sp-overview-img-card {
        height: 340px;
    }
    .sp-serv-ba-benefits-grid {
        grid-template-columns: 1fr;
    }
    .sp-process-fw-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sp-faq-split-layout {
        grid-template-columns: 1fr;
    }
    .sp-faq-sidebar-col {
        position: static;
    }
}

@media screen and (max-width: 600px) {
    .sp-serv-h1-title {
        font-size: 32px;
    }
    .sp-features-6col-grid {
        grid-template-columns: 1fr;
    }
    .sp-process-fw-grid {
        grid-template-columns: 1fr;
    }
    .sp-serv-reviews-grid {
        grid-template-columns: 1fr;
    }
    .sp-review-summary-card {
        grid-column: span 1;
    }
    .sp-serv-trust-pills {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   7. ALL SERVICES SHOWCASE HUB [sp_all_services_grid] & CAROUSEL CARDS
   ========================================================================== */
.sp-all-services-section {
    width: 100%;
    background: #f8fafc;
}

.sp-all-services-hero {
    background: #ffffff !important;
    padding: 45px 0 55px 0 !important;
    color: #031B33 !important;
    text-align: center !important;
    position: relative !important;
    border-bottom: 1.5px solid #e2e8f0 !important;
}

.sp-all-services-hero .sp-serv-breadcrumbs {
    justify-content: center !important;
    margin-bottom: 20px !important;
}

.sp-all-services-hero .sp-serv-breadcrumbs a {
    color: #64748b !important;
}

.sp-all-services-hero .sp-serv-breadcrumbs a:hover {
    color: #0284c7 !important;
}

.sp-all-services-hero .sp-bc-current {
    color: #031B33 !important;
    font-weight: 700 !important;
}

.sp-all-services-hero .sp-serv-badge {
    background: #e0f2fe !important;
    color: #0284c7 !important;
    border: 1px solid #bae6fd !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    padding: 5px 14px !important;
    border-radius: 20px !important;
    display: inline-block !important;
    margin-bottom: 12px !important;
}

.sp-all-hero-content {
    max-width: 860px;
    margin: 0 auto;
}

.sp-all-hero-title {
    font-size: 38px !important;
    font-weight: 900 !important;
    color: #031B33 !important;
    line-height: 1.2 !important;
    margin: 12px 0 12px 0 !important;
    letter-spacing: -0.5px !important;
}

.sp-all-hero-title .sp-serv-highlight {
    color: #0284c7 !important;
}

.sp-all-hero-desc {
    font-size: 16px !important;
    color: #475569 !important;
    line-height: 1.65 !important;
    margin: 0 auto 28px auto !important;
    max-width: 760px !important;
}

.sp-all-trust-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 12px 16px !important;
}

.sp-all-tb-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 16px !important;
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #031B33 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.sp-all-tb-icon {
    color: #0284c7 !important;
    display: flex !important;
    align-items: center !important;
}

/* Filter Bar */
.sp-all-grid-container {
    padding: 50px 20px 80px 20px;
    max-width: 1240px;
    margin: 0 auto;
}

.sp-all-filter-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-bottom: 40px !important;
}

.sp-all-filter-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 22px !important;
    border-radius: 30px !important;
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    color: #031B33 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03) !important;
    user-select: none !important;
}

.sp-all-filter-btn:hover {
    border-color: #0284c7 !important;
    color: #0284c7 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.12) !important;
}

.sp-all-filter-btn.active {
    background: #031B33 !important;
    border-color: #031B33 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(3, 27, 51, 0.25) !important;
    transform: translateY(-2px) !important;
}

.sp-all-filter-count {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 22px !important;
    height: 22px !important;
    padding: 0 6px !important;
    border-radius: 11px !important;
    background: #f1f5f9 !important;
    color: #031B33 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    transition: all 0.2s ease !important;
}

.sp-all-filter-btn.active .sp-all-filter-count {
    background: #f97316 !important;
    color: #ffffff !important;
}

/* Services 3-Col Grid */
.sp-all-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.sp-all-service-card {
    background: #ffffff !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    border: 1.5px solid #e2e8f0 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    box-sizing: border-box !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.sp-all-service-card:hover {
    transform: translateY(-6px) !important;
    border-color: #0284c7 !important;
    box-shadow: 0 16px 36px rgba(3, 27, 51, 0.12) !important;
}

.sp-all-service-card.is-hidden {
    display: none !important;
}

.sp-card-img-wrap {
    position: relative !important;
    height: 210px !important;
    overflow: hidden !important;
    background: #0f172a !important;
}

.sp-card-img-wrap a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.sp-card-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.4s ease !important;
}

.sp-all-service-card:hover .sp-card-img-wrap img {
    transform: scale(1.08) !important;
}

.sp-card-meta-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
    flex-wrap: wrap !important;
}

.sp-card-badge-pill {
    display: inline-flex !important;
    align-items: center !important;
    background: #f0f9ff !important;
    color: #0284c7 !important;
    border: 1px solid #bae6fd !important;
    font-size: 10.5px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 4px 10px !important;
    border-radius: 6px !important;
}

.sp-card-price-pill {
    display: inline-flex !important;
    align-items: center !important;
    background: #ecfdf5 !important;
    color: #059669 !important;
    border: 1px solid #a7f3d0 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    padding: 3px 10px !important;
    border-radius: 20px !important;
    white-space: nowrap !important;
}

.sp-card-body {
    padding: 20px 22px 24px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

.sp-card-title {
    font-size: 18.5px !important;
    font-weight: 800 !important;
    margin: 0 0 10px 0 !important;
    line-height: 1.3 !important;
}

.sp-card-title a {
    color: #031B33 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.sp-card-title a:hover {
    color: #0284c7 !important;
}

.sp-card-desc {
    font-size: 13.5px !important;
    color: #64748b !important;
    line-height: 1.55 !important;
    margin: 0 0 16px 0 !important;
}

.sp-card-bullets {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 22px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.sp-card-bullets li {
    font-size: 12.5px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    line-height: 1.35 !important;
}

.sp-bullet-check {
    color: #16a34a !important;
    font-weight: 900 !important;
    font-size: 13px !important;
    flex-shrink: 0 !important;
}

.sp-card-footer {
    margin-top: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.sp-btn-view-service {
    flex: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 11px 16px !important;
    background: #031B33 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.2s ease !important;
}

.sp-btn-view-service:hover {
    background: #0284c7 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

.sp-btn-quote-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 11px 16px !important;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 3px 10px rgba(249, 115, 22, 0.35) !important;
    transition: all 0.2s ease !important;
}

.sp-btn-quote-link:hover {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.5) !important;
}

/* Carousel Arrows */
.sp-services-carousel-wrapper .sp-carousel-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 44px !important;
    height: 44px !important;
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 50% !important;
    color: #031B33 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1) !important;
    z-index: 10 !important;
    transition: all 0.2s ease !important;
    user-select: none !important;
}

.sp-services-carousel-wrapper .sp-carousel-arrow:hover {
    background: #031B33 !important;
    color: #ffffff !important;
    border-color: #031B33 !important;
    transform: translateY(-50%) scale(1.08) !important;
}

.sp-services-carousel-wrapper .sp-carousel-arrow-prev {
    left: 0 !important;
}

.sp-services-carousel-wrapper .sp-carousel-arrow-next {
    right: 0 !important;
}

.sp-services-carousel-wrapper .slick-track {
    display: flex !important;
    align-items: stretch !important;
}

.sp-services-carousel-wrapper .slick-slide {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
}

.sp-services-carousel-wrapper .slick-slide > div {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100% !important;
}

.sp-btn-quote-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 11px 16px !important;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 3px 10px rgba(249, 115, 22, 0.35) !important;
    transition: all 0.2s ease !important;
}

.sp-btn-quote-link:hover {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.5) !important;
}

/* Values Section */
.sp-all-values-section {
    background: #ffffff;
    padding: 70px 0;
    border-top: 1px solid #e2e8f0;
}

.sp-all-values-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 45px auto;
}

.sp-all-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.sp-value-box {
    background: #f8fafc;
    padding: 32px 24px;
    border-radius: 12px;
    border: 1.5px solid #e2e8f0;
    text-align: center;
    transition: all 0.2s ease;
}

.sp-value-box:hover {
    transform: translateY(-4px);
    border-color: #0284c7;
    box-shadow: 0 8px 20px rgba(2, 132, 199, 0.1);
}

.sp-vb-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(2, 132, 199, 0.1);
    color: #0284c7;
    margin: 0 auto 16px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-vb-title {
    font-size: 16px;
    font-weight: 800;
    color: #031B33;
    margin: 0 0 8px 0;
}

.sp-vb-desc {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.55;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .sp-all-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sp-all-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .sp-all-services-grid {
        grid-template-columns: 1fr;
    }
    .sp-all-values-grid {
        grid-template-columns: 1fr;
    }
    .sp-all-hero-title {
        font-size: 28px;
    }
    .sp-card-footer {
        flex-direction: column;
    }
    .sp-btn-view-service, .sp-btn-quote-link {
        width: 100%;
        box-sizing: border-box;
    }
}

/* =============================================================
   GLOBAL FOOTER LINKS HOVER STATE (Vibrant Orange & Smooth Shift)
   ============================================================= */
#footer a,
.footer a,
.footer-custom-builder-wrap a,
.custom-footer-links a,
.custom-contact-info a,
#bottom-bar a {
    color: #cbd5e1 !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

#footer a:hover,
#footer a:focus,
.footer a:hover,
.footer a:focus,
.footer-custom-builder-wrap a:hover,
.footer-custom-builder-wrap a:focus,
.custom-footer-links a:hover,
.custom-footer-links a:focus,
.custom-contact-info a:hover,
.custom-contact-info a:focus,
.sp-footer-c-text a:hover,
#bottom-bar a:hover {
    color: #f97316 !important;
    text-decoration: none !important;
}

.custom-footer-links a:hover,
.custom-footer-links li a:hover,
.custom-footer-links li.current-menu-item > a {
    color: #f97316 !important;
    transform: translateX(5px) !important;
}

.custom-footer-links a:hover::before,
.custom-footer-links li a:hover::before {
    color: #ffffff !important;
    transform: translateX(2px) !important;
}

.sp-footer-c-text a:hover {
    color: #f97316 !important;
}

/* Social Buttons Hover */
.sp-social-btn,
#footer .sp-social-btn,
.footer .sp-social-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #cbd5e1 !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

.sp-social-btn svg,
#footer .sp-social-btn svg,
.footer .sp-social-btn svg {
    width: 17px !important;
    height: 17px !important;
    stroke: #cbd5e1 !important;
    fill: none !important;
    transition: all 0.25s ease !important;
}

.sp-social-btn:hover,
#footer .sp-social-btn:hover,
.footer .sp-social-btn:hover {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    border-color: #f97316 !important;
    color: #ffffff !important;
    transform: translateY(-3px) scale(1.06) !important;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.45) !important;
}

.sp-social-btn:hover svg,
#footer .sp-social-btn:hover svg,
.footer .sp-social-btn:hover svg {
    stroke: #ffffff !important;
    color: #ffffff !important;
}

/* ==========================================================================
   ABOUT US PAGE ELEMENTS - SPOTLESS CLEAN GROUP
   ========================================================================== */

/* 1. About Hero Section */
.sp-about-hero-section {
    position: relative;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 85px 0;
    min-height: 380px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.sp-about-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.90) 45%, rgba(255, 255, 255, 0.35) 75%, rgba(255, 255, 255, 0.05) 100%);
    z-index: 1;
}

.sp-about-hero-section .sp-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.sp-about-hero-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.sp-about-hero-content {
    max-width: 620px;
}

.sp-about-badge {
    display: inline-block;
    background: #e0f2fe;
    color: #0284c7;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    border: 1px solid #bae6fd;
}

.sp-about-hero-title {
    font-size: 44px !important;
    font-weight: 900 !important;
    color: #031B33 !important;
    line-height: 1.15 !important;
    margin: 0 0 16px 0 !important;
    letter-spacing: -0.5px !important;
}

.sp-about-hero-subtitle {
    font-size: 16px !important;
    color: #475569 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.sp-about-hero-badges {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.sp-hero-badge-pill {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 125px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sp-hero-badge-pill:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.sp-badge-pill-text {
    font-size: 12px;
    font-weight: 700;
    color: #031B33;
    line-height: 1.3;
}

/* 2. Breadcrumbs */
.sp-about-breadcrumbs-wrap {
    background: #ffffff;
    padding: 18px 0 0 0;
}

.sp-breadcrumbs-nav {
    font-size: 13px;
    color: #64748b;
}

.sp-breadcrumbs-nav a {
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.sp-breadcrumbs-nav a:hover {
    color: #f97316;
}

.sp-crumb-sep {
    margin: 0 8px;
    color: #94a3b8;
}

.sp-crumb-current {
    color: #031B33;
    font-weight: 600;
}

/* 3. Company Overview + Mission / Vision / Values */
.sp-about-overview-section {
    background: #ffffff;
    padding: 40px 0 60px 0;
}

.sp-about-overview-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: center;
}

.sp-about-sec-title {
    font-size: 34px !important;
    font-weight: 900 !important;
    color: #031B33 !important;
    line-height: 1.2 !important;
    margin: 0 0 6px 0 !important;
}

.sp-about-sec-subtitle {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin: 0 0 16px 0 !important;
}

.sp-about-sec-desc {
    font-size: 15px !important;
    color: #475569 !important;
    line-height: 1.65 !important;
    margin: 0 0 24px 0 !important;
}

.sp-about-checklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
    margin-bottom: 28px;
}

.sp-check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

.sp-check-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff7ed;
    border: 1px solid #ffedd5;
    flex-shrink: 0;
}

.sp-about-btn-group {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.sp-btn-outline-navy {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    border: 1.5px solid #031B33 !important;
    color: #031B33 !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.2s ease !important;
}

.sp-btn-outline-navy:hover {
    background: #031B33 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

/* Mission, Vision, Values Box */
.sp-about-mvv-box {
    background: #f0f7ff;
    border: 1.5px solid #dbeafe;
    border-radius: 16px;
    padding: 36px 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
}

.sp-mvv-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sp-mvv-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #bfdbfe;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.08);
}

.sp-mvv-title {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #031B33 !important;
    margin: 0 0 8px 0 !important;
}

.sp-mvv-text {
    font-size: 13px !important;
    color: #475569 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* 4. Cleaning Process Section */
.sp-about-process-section {
    background: #ffffff;
    padding: 60px 0;
    border-top: 1px solid #f1f5f9;
}

.sp-about-sec-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 45px auto;
}

.sp-about-main-heading {
    font-size: 32px !important;
    font-weight: 900 !important;
    color: #031B33 !important;
    line-height: 1.2 !important;
    margin: 0 0 8px 0 !important;
}

.sp-about-main-sub {
    font-size: 15px !important;
    color: #64748b !important;
    margin: 0 !important;
}

.sp-process-steps-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.sp-process-step-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 190px;
}

.sp-process-circle {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #031B33;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    box-shadow: 0 8px 20px rgba(3, 27, 51, 0.2);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.sp-process-step-item:hover .sp-process-circle {
    transform: translateY(-4px) scale(1.05);
    background: #0284c7;
}

.sp-step-title {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #031B33 !important;
    margin: 0 0 6px 0 !important;
}

.sp-step-desc {
    font-size: 13px !important;
    color: #64748b !important;
    line-height: 1.45 !important;
    margin: 0 !important;
}

.sp-process-arrow {
    font-size: 28px;
    font-weight: 700;
    color: #94a3b8;
    margin-top: 18px;
    user-select: none;
}

/* 5. Why Choose Section */
.sp-about-why-section {
    background: #ffffff;
    padding: 60px 0;
    border-top: 1px solid #f1f5f9;
}

.sp-why-choose-cards-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.sp-why-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.sp-why-card:hover {
    transform: translateY(-4px);
    border-color: #0284c7;
    box-shadow: 0 10px 24px rgba(2, 132, 199, 0.1);
}

.sp-why-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: #fff7ed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: transform 0.2s ease;
}

.sp-why-card:nth-child(2) .sp-why-icon-wrap {
    background: #ecfdf5;
}

.sp-why-card:hover .sp-why-icon-wrap {
    transform: scale(1.1);
}

.sp-why-title {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #031B33 !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.3 !important;
}

.sp-why-desc {
    font-size: 13px !important;
    color: #64748b !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* 6. Suburbs Coverage + Stats + Orange CTA Box */
.sp-about-stats-section {
    background: #ffffff;
    padding: 20px 0 60px 0;
}

.sp-about-stats-bar {
    background: #f0f7ff;
    border: 1.5px solid #dbeafe;
    border-radius: 16px;
    padding: 28px 32px;
    display: grid;
    grid-template-columns: 1.1fr 1.6fr;
    gap: 30px;
    align-items: center;
}

.sp-stats-suburbs-col {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sp-suburbs-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #fdba74;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sp-suburbs-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #031B33 !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.25 !important;
}

.sp-suburbs-desc {
    font-size: 13px !important;
    color: #64748b !important;
    line-height: 1.45 !important;
    margin: 0 !important;
}

.sp-stats-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    text-align: center;
    border-left: 1px solid #dbeafe;
    padding-left: 24px;
}

.sp-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sp-stat-icon {
    margin-bottom: 4px;
}

.sp-stat-num {
    font-size: 24px;
    font-weight: 900;
    color: #031B33;
    line-height: 1.1;
    margin-bottom: 2px;
}

.sp-stat-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
    line-height: 1.25;
}

/* Footer Container & Grid Fix across All Pages */
#footer,
.footer {
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

#footer .wf-wrap,
#bottom-bar .wf-wrap,
.wf-container-footer {
    max-width: 1280px !important;
    width: 100% !important;
    padding: 0 20px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    float: none !important;
}

.footer-custom-builder-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.footer-custom-builder-wrap .wf-cell {
    box-sizing: border-box !important;
}

/* Active Menu Item in Footer - Keep Orange */
#footer .current-menu-item > a,
#footer .current_page_item > a,
#footer li.current-menu-item a,
#footer li.current_page_item a,
.footer .current-menu-item > a,
.footer .current_page_item > a,
.custom-footer-links .current-menu-item > a,
.custom-footer-links .current_page_item > a,
.custom-footer-links li.current-menu-item > a,
.custom-footer-links li.current_page_item > a {
    color: #f97316 !important;
    font-weight: 700 !important;
}

.custom-footer-links li.current-menu-item > a::before,
.custom-footer-links li.current_page_item > a::before {
    color: #f97316 !important;
}

/* Responsive Rules */
@media screen and (max-width: 1024px) {
    .sp-about-hero-grid {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .sp-about-overview-grid {
        grid-template-columns: 1fr;
    }
    .sp-why-choose-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .sp-about-stats-bar {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .sp-stats-metrics-grid {
        border-left: none;
        border-right: none;
        padding: 16px 0;
        border-top: 1px solid #dbeafe;
        border-bottom: 1px solid #dbeafe;
    }
}

@media screen and (max-width: 768px) {
    .sp-about-hero-title {
        font-size: 32px !important;
    }
    .sp-about-hero-badges {
        width: 100%;
        justify-content: space-between;
    }
    .sp-hero-badge-pill {
        min-width: auto;
        padding: 12px 10px;
        flex: 1;
    }
    .sp-about-mvv-box {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .sp-process-steps-wrap {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .sp-process-arrow {
        transform: rotate(90deg);
        margin: 0;
    }
    .sp-why-choose-cards-grid {
        grid-template-columns: 1fr;
    }
    .sp-stats-metrics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

/* ==========================================================================
   CONTACT US PAGE ELEMENTS - SPOTLESS CLEAN GROUP
   ========================================================================== */

/* 1. Contact Hero Section */
.sp-contact-hero-section {
    background: #ffffff;
    padding: 30px 0 50px 0;
}

.sp-contact-breadcrumbs {
    margin-bottom: 25px;
}

.sp-contact-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
    align-items: center;
}

.sp-contact-hero-title {
    font-size: 42px !important;
    font-weight: 900 !important;
    color: #031B33 !important;
    line-height: 1.18 !important;
    margin: 0 0 8px 0 !important;
    letter-spacing: -0.5px !important;
}

.sp-contact-script-tag {
    font-size: 26px;
    font-weight: 700;
    color: #f97316;
    font-style: italic;
    margin-bottom: 18px;
    font-family: 'Segoe UI', cursive, sans-serif;
}

.sp-contact-hero-desc {
    font-size: 16px !important;
    color: #475569 !important;
    line-height: 1.6 !important;
    margin: 0 0 32px 0 !important;
    max-width: 540px !important;
}

.sp-contact-hero-btns {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.sp-contact-btn-call {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: #ffffff !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.35) !important;
    transition: all 0.25s ease !important;
}

.sp-contact-btn-call:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.45) !important;
    color: #ffffff !important;
}

.sp-cbtn-icon {
    font-size: 20px;
}

.sp-cbtn-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.sp-cbtn-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    opacity: 0.95;
    text-transform: uppercase;
}

.sp-cbtn-val {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.3px;
}

.sp-contact-btn-quote {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    background: #ffffff !important;
    color: #031B33 !important;
    border: 1.5px solid #cbd5e1 !important;
    padding: 12px 22px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.25s ease !important;
}

.sp-contact-btn-quote:hover {
    border-color: #0284c7 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(2, 132, 199, 0.12) !important;
}

.sp-cbtn-sub {
    font-size: 11px;
    color: #64748b;
    font-weight: 600;
}

.sp-contact-img-frame {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(3, 27, 51, 0.12);
    border: 3px solid #ffffff;
}

.sp-contact-hero-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.sp-contact-img-frame:hover .sp-contact-hero-img {
    transform: scale(1.02);
}

/* 2. 4 Info Cards Grid */
.sp-contact-cards-section {
    background: #f8fafc;
    padding: 40px 0;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}

.sp-contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.sp-info-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 26px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.sp-info-card:hover {
    transform: translateY(-4px);
    border-color: #0284c7;
    box-shadow: 0 12px 28px rgba(2, 132, 199, 0.1);
}

.sp-info-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.sp-icon-blue {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
}

.sp-icon-orange {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}

.sp-info-title {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #031B33 !important;
    margin: 0 0 6px 0 !important;
}

.sp-info-main-link {
    font-size: 15px;
    font-weight: 700;
    color: #0284c7;
    text-decoration: none;
    margin-bottom: 6px;
    display: inline-block;
    transition: color 0.2s ease;
}

.sp-info-main-link:hover {
    color: #f97316;
}

.sp-info-hours {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 12.5px;
    color: #64748b;
    font-weight: 500;
}

.sp-info-address {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.4 !important;
}

.sp-info-subtext {
    font-size: 12.5px !important;
    color: #64748b !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

/* 3. Main Form & Google Map Section */
.sp-contact-form-section {
    background: #ffffff;
    padding: 60px 0;
}

.sp-contact-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: flex-start;
}

.sp-sec-heading-box {
    margin-bottom: 12px;
}

.sp-form-sec-title {
    font-size: 30px !important;
    font-weight: 900 !important;
    color: #031B33 !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.2 !important;
}

.sp-title-underline-bar {
    width: 50px;
    height: 3.5px;
    background: #f97316;
    border-radius: 2px;
}

.sp-form-sec-desc {
    font-size: 14.5px !important;
    color: #64748b !important;
    margin: 0 0 28px 0 !important;
    line-height: 1.55 !important;
}

.sp-req-star {
    color: #ef4444;
    font-weight: 700;
}

/* Embedded Lead Form Styling */
.sp-embedded-lead-form .ip-form-header,
.ip-form-wrapper::before,
.sp-embedded-lead-form .ip-form-wrapper::before {
    display: none !important;
    content: none !important;
}

.sp-embedded-lead-form .ip-form-wrapper,
.ip-form-wrapper {
    border-top: none !important;
}

.sp-embedded-lead-form .ip-form-wrapper {
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

.sp-embedded-lead-form .ip-form-field-group {
    margin-bottom: 16px !important;
}

.sp-embedded-lead-form label {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 6px !important;
    display: block !important;
}

.sp-embedded-lead-form input[type="text"],
.sp-embedded-lead-form input[type="email"],
.sp-embedded-lead-form select,
.sp-embedded-lead-form textarea {
    width: 100% !important;
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    color: #0f172a !important;
    font-family: inherit !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}

.sp-embedded-lead-form input:focus,
.sp-embedded-lead-form select:focus,
.sp-embedded-lead-form textarea:focus {
    border-color: #0284c7 !important;
    background: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15) !important;
}

.sp-embedded-lead-form textarea {
    min-height: 120px !important;
    resize: vertical !important;
}

.sp-embedded-lead-form .ip-form-submit-btn,
.sp-embedded-lead-form .ip-submit-btn,
html body .ip-form-submit-btn {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    padding: 14px 34px !important;
    border-radius: 8px !important;
    border: none !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.35) !important;
    transition: all 0.25s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: auto !important;
    min-width: 220px !important;
}

.sp-embedded-lead-form .ip-form-submit-btn:hover,
.sp-embedded-lead-form .ip-submit-btn:hover,
html body .ip-form-submit-btn:hover {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.45) !important;
}

/* Map Column & Suburbs Box */
.sp-map-embed-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 2px solid #e2e8f0;
    margin-bottom: 20px;
}

.sp-map-embed-wrapper iframe {
    display: block;
    width: 100%;
}

.sp-suburbs-banner-box {
    background: #f0f7ff;
    border: 1.5px solid #dbeafe;
    border-radius: 14px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.sp-suburbs-bicon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #bfdbfe;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.1);
}

.sp-suburbs-btitle {
    font-size: 15.5px !important;
    font-weight: 800 !important;
    color: #031B33 !important;
    margin: 0 0 3px 0 !important;
}

.sp-suburbs-bdesc {
    font-size: 12.5px !important;
    color: #64748b !important;
    margin: 0 !important;
    line-height: 1.45 !important;
}

/* 4. Why Choose Spotless Clean Group (6 Badges) */
.sp-contact-why-section {
    background: #ffffff;
    padding: 60px 0;
    border-top: 1px solid #f1f5f9;
}

.sp-contact-why-header {
    text-align: center;
    margin-bottom: 40px;
}

.sp-contact-why-title {
    font-size: 32px !important;
    font-weight: 900 !important;
    color: #031B33 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.sp-contact-why-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.sp-cwhy-badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.sp-cwhy-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
}

.sp-cwhy-badge-item:hover .sp-cwhy-icon-circle {
    transform: translateY(-4px);
    border-color: #0284c7;
    box-shadow: 0 10px 22px rgba(2, 132, 199, 0.15);
}

.sp-cwhy-badge-text {
    font-size: 13px;
    font-weight: 700;
    color: #031B33;
    line-height: 1.35;
    max-width: 130px;
}

/* Responsive Rules */
@media screen and (max-width: 1024px) {
    .sp-contact-hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .sp-contact-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sp-contact-main-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .sp-contact-why-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

@media screen and (max-width: 640px) {
    .sp-contact-hero-title {
        font-size: 30px !important;
    }
    .sp-contact-cards-grid {
        grid-template-columns: 1fr;
    }
    .sp-contact-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ==========================================================================
   BLOG & INSIGHTS PAGE ELEMENTS - SPOTLESS CLEAN GROUP
   ========================================================================== */

/* 1. Blog Hero Section */
.sp-blog-hero-section {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    padding: 35px 0 50px 0;
    text-align: center;
    border-bottom: 1px solid #f1f5f9;
}

.sp-blog-breadcrumbs {
    text-align: left;
    margin-bottom: 25px;
}

.sp-blog-script-tag {
    font-size: 24px;
    font-weight: 700;
    color: #f97316;
    font-style: italic;
    margin-bottom: 10px;
    font-family: 'Segoe UI', cursive, sans-serif;
}

.sp-blog-hero-title {
    font-size: 44px !important;
    font-weight: 900 !important;
    color: #031B33 !important;
    line-height: 1.18 !important;
    margin: 0 auto 16px auto !important;
    max-width: 800px !important;
    letter-spacing: -0.5px !important;
}

.sp-blog-hero-desc {
    font-size: 16.5px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
    margin: 0 auto 36px auto !important;
    max-width: 680px !important;
}

.sp-blog-search-bar-wrap {
    max-width: 600px;
    margin: 0 auto;
}

.sp-blog-search-box {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 50px;
    padding: 4px 4px 4px 18px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.sp-blog-search-box:focus-within {
    border-color: #0080c8;
    box-shadow: 0 10px 25px rgba(0, 128, 200, 0.1);
}

.sp-search-icon {
    display: flex;
    align-items: center;
    margin-right: 12px;
    color: #94a3b8;
}

.sp-blog-search-input {
    flex: 1;
    border: none !important;
    outline: none !important;
    font-size: 15px !important;
    color: #0f172a !important;
    font-weight: 500 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 10px 0 !important;
}

.sp-blog-search-btn {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    padding: 12px 28px !important;
    border-radius: 50px !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 10px rgba(234, 88, 12, 0.25) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.sp-blog-search-btn:hover {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(234, 88, 12, 0.35) !important;
}

/* 2. Featured / Spotlight Article */
.sp-blog-featured-section {
    padding: 50px 0 30px 0;
    background: #ffffff;
}

.sp-featured-badge-bar {
    margin-bottom: 20px;
}

.sp-feat-pill {
    display: inline-block;
    background: #fff7ed;
    color: #ea580c;
    border: 1px solid #ffedd5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 6px 14px;
    border-radius: 30px;
}

.sp-featured-article-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    box-shadow: 0 16px 40px rgba(3, 27, 51, 0.06);
    transition: all 0.3s ease;
}

.sp-featured-article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px rgba(3, 27, 51, 0.12);
    border-color: #cbd5e1;
}

.sp-feat-img-col {
    position: relative;
    overflow: hidden;
    min-height: 360px;
}

.sp-feat-img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.sp-feat-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.sp-featured-article-card:hover .sp-feat-img {
    transform: scale(1.04);
}

.sp-feat-content-col {
    padding: 40px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.sp-feat-meta-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.sp-meta-cat {
    color: #0284c7;
    font-weight: 700;
}

.sp-blog-featured-card .sp-feat-title,
.sp-featured-article .sp-feat-title {
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    margin: 0 0 14px 0 !important;
}

.sp-blog-featured-card .sp-feat-title a,
.sp-featured-article .sp-feat-title a {
    color: #031B33 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.sp-blog-featured-card .sp-feat-title a:hover,
.sp-featured-article .sp-feat-title a:hover {
    color: #f97316 !important;
}

.sp-feat-excerpt {
    font-size: 15px !important;
    color: #475569 !important;
    line-height: 1.6 !important;
    margin: 0 0 24px 0 !important;
}

.sp-feat-read-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    padding: 12px 26px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    box-shadow: 0 6px 18px rgba(249, 115, 22, 0.3) !important;
    transition: all 0.25s ease !important;
}

.sp-feat-read-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.45) !important;
    color: #ffffff !important;
}

/* 3. Dynamic 3-Column Article Grid */
.sp-blog-grid-section {
    padding: 40px 0 70px 0;
    background: #ffffff;
}

.sp-blog-grid-header {
    margin-bottom: 35px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 16px;
}

.sp-grid-sec-title {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #031B33 !important;
    margin: 0 0 6px 0 !important;
}

.sp-grid-sec-desc {
    font-size: 15px !important;
    color: #64748b !important;
    margin: 0 !important;
}

.sp-blog-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 45px;
}

.sp-blog-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
}

.sp-blog-card:hover {
    transform: translateY(-6px);
    border-color: #0284c7;
    box-shadow: 0 16px 36px rgba(2, 132, 199, 0.12);
}

.sp-bcard-thumb-wrap {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #f1f5f9;
}

.sp-bcard-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

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

.sp-bcard-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(3, 27, 51, 0.85);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.3px;
}

.sp-bcard-body {
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sp-bcard-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 10px;
}

.sp-bcard-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    margin: 0 0 10px 0 !important;
    min-height: 48px;
}

.sp-bcard-title a {
    color: #031B33 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.sp-bcard-title a:hover {
    color: #f97316 !important;
}

.sp-bcard-excerpt {
    font-size: 14px !important;
    color: #475569 !important;
    line-height: 1.55 !important;
    margin: 0 0 18px 0 !important;
    flex: 1;
}

.sp-bcard-foot {
    border-top: 1px solid #f1f5f9;
    padding-top: 14px;
}

.sp-bcard-link {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #f97316 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.2s ease !important;
}

.sp-bcard-link:hover {
    color: #ea580c !important;
    transform: translateX(3px) !important;
}

/* Pagination */
.sp-blog-pagination {
    text-align: center;
    margin-top: 20px;
}

.sp-blog-pagination .page-numbers {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
    justify-content: center;
}

.sp-blog-pagination .page-numbers li {
    margin: 0;
}

.sp-blog-pagination .page-numbers a,
.sp-blog-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 8px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    color: #031B33;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sp-blog-pagination .page-numbers a:hover {
    background: #0284c7;
    border-color: #0284c7;
    color: #ffffff;
    transform: translateY(-2px);
}

.sp-blog-pagination .page-numbers span.current {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-color: #f97316;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.35);
}

/* Responsive Blog Rules */
@media screen and (max-width: 1024px) {
    .sp-featured-article-card {
        grid-template-columns: 1fr;
    }
    .sp-feat-img-col {
        min-height: 260px;
    }
    .sp-blog-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
}

@media screen and (max-width: 640px) {
    .sp-blog-hero-title {
        font-size: 30px !important;
    }
    .sp-blog-cards-grid {
        grid-template-columns: 1fr;
    }
    .sp-feat-content-col {
        padding: 24px 20px;
    }
}

/* ==========================================================================
   DUAL PROMO CARDS (RESPONSIVE & MOBILE-FRIENDLY)
   ========================================================================== */
@media screen and (max-width: 900px) {
    .sp-dual-promo-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .sp-promo-card {
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 24px 20px !important;
    }
    .sp-promo-content {
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 16px !important;
    }
    .sp-promo-title {
        font-size: 19px !important;
        margin-bottom: 10px !important;
    }
    .sp-promo-checklist {
        margin-bottom: 16px !important;
        gap: 7px !important;
    }
    .sp-promo-checklist li {
        font-size: 13.5px !important;
    }
    .sp-btn-green,
    .sp-btn-navy {
        display: flex !important;
        width: 100% !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        padding: 12px 18px !important;
        font-size: 13px !important;
    }
    .sp-promo-img-wrap {
        width: 100% !important;
        height: 170px !important;
        flex: none !important;
        margin-top: 14px !important;
    }
    .sp-promo-img-wrap img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 8px !important;
    }
}

/* ==========================================================================
   BOTTOM CTA BANNER (CLEAN & CENTERED WITHOUT CARPET PHOTO)
   ========================================================================== */
.sp-bottom-cta-banner {
    background: linear-gradient(135deg, #031B33 0%, #0c2545 100%) !important;
    padding: 50px 24px !important;
    border-radius: 16px !important;
    margin: 40px auto !important;
    max-width: 1240px !important;
    text-align: center !important;
    box-shadow: 0 15px 35px rgba(3, 27, 51, 0.2) !important;
    box-sizing: border-box !important;
}

.sp-bcta-centered {
    max-width: 750px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.sp-bcta-title {
    font-size: 30px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.25 !important;
}

.sp-bcta-subtitle {
    font-size: 15px !important;
    color: #cbd5e1 !important;
    margin: 0 0 24px 0 !important;
    font-weight: 500 !important;
}

.sp-bcta-btn-group {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
}

@media screen and (max-width: 600px) {
    .sp-bottom-cta-banner {
        padding: 35px 16px !important;
        border-radius: 12px !important;
        margin: 25px auto !important;
    }
    .sp-bcta-title {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }
    .sp-bcta-subtitle {
        font-size: 13px !important;
        margin-bottom: 18px !important;
    }
    .sp-bcta-btn-group {
        flex-direction: column !important;
        width: 100% !important;
        gap: 10px !important;
    }
    .sp-bcta-btn-group a {
        width: 100% !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }
}

/* =============================================================
   NAVIGATION MENU TYPOGRAPHY FIX (Font size 14px)
   ============================================================= */
.main-nav > li > a .menu-text,
#main-nav > li > a .menu-text,
.main-nav > li > a,
#main-nav > li > a,
.navigation > li > a .menu-text,
.dt-nav-menu > li > a .menu-text,
.header-bar .main-nav > li > a .menu-text,
.phantom-sticky .main-nav > li > a .menu-text {
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: -0.15px !important;
}

/* =============================================================
   FULL-WIDTH BASE & CENTERED CONTAINER ENGINE
   ============================================================= */
html, body {
    overflow-x: hidden !important;
}

#main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-radius: 0 !important;
}

#main,
#main > .wf-wrap,
#main > .wf-wrap > .wf-container-main,
#content.content,
#content,
.content,
.entry-content,
.wpb_wrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
    box-sizing: border-box !important;
}

/* Outer Section Wrappers: 100% Width */
.sp-section,
.sp-serv-hero,
.sp-serv-features-bar,
.sp-serv-bottom-trust-strip,
.sp-serv-overview-section,
.sp-serv-faq-section,
.sp-suburbs-matrix-section {
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

/* Disable The7 theme sidebar CSS grid on .wf-container-main */
#main .wf-container-main,
#main:not(.sidebar-none) .wf-container-main,
.responsive-off #main:not(.sidebar-none) .wf-container-main,
.wf-container-main {
    display: block !important;
    grid-template-columns: none !important;
    grid-column-gap: 0 !important;
    column-gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#main .wf-container-main > #content,
#main .wf-container-main > #content.content,
#content.content,
#content {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

#main .sidebar,
#main .wf-container-main > .sidebar,
.sidebar {
    display: none !important;
}

/* Inner Container: Perfectly Centered on all screen sizes */
.sp-container,
.sp-serv-hero .sp-container,
.sp-serv-features-bar .sp-container,
.sp-serv-bottom-trust-strip .sp-container,
.sp-serv-overview-section .sp-container,
.sp-serv-faq-section .sp-container,
.sp-suburbs-matrix-section .sp-container,
.sp-section .sp-container {
    max-width: 1300px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    box-sizing: border-box !important;
    position: relative !important;
}

/* Section Header Typography Centering */
.sp-section-header,
.sp-process-fw-header {
    text-align: center !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 30px !important;
}

/* ==========================================================================
   SERVICES CARDS: COMPACT & REDUCED SPACING
   ========================================================================== */
.sp-service-card {
    border-radius: 8px !important;
}
.sp-service-img-wrap {
    height: 140px !important;
}
.sp-service-body {
    padding: 12px 10px !important;
}
.sp-service-title {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.25 !important;
}
.sp-service-footer {
    padding-top: 8px !important;
    gap: 6px !important;
}
.sp-service-explore-btn {
    padding: 7px 10px !important;
    font-size: 11px !important;
}

/* ==========================================================================
   BOTTOM CTA BAR BUTTONS (100% FULL WIDTH & WHITE PHONE ICON)
   ========================================================================== */
.sp-bcta-btn-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 480px !important;
    margin: 0 auto !important;
}
.sp-bcta-btn-group .sp-btn-orange,
.sp-bcta-btn-group .sp-btn-outline-white {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    padding: 13px 20px !important;
}
.sp-bcta-btn-group .sp-btn-outline-white {
    background: #0f2b48 !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
}
.sp-bcta-btn-group .sp-btn-outline-white:hover {
    background: #0284c7 !important;
    color: #ffffff !important;
    border-color: #0284c7 !important;
}
.sp-bcta-phone-icon,
.sp-btn-outline-white span {
    color: #ffffff !important;
}

/* ==========================================================================
   MOBILE RESPONSIVE ENHANCEMENTS (< 768px)
   ========================================================================== */
@media screen and (max-width: 768px) {
    /* Before & After Carousel: Maximum Full Width & Minimized Side Space */
    .sp-ba-carousel-wrapper {
        padding: 0 4px !important;
        margin-bottom: 12px !important;
    }
    .sp-ba-carousel-track {
        margin: 0 -4px !important;
    }
    .sp-ba-carousel-item {
        padding: 0 4px !important;
    }
    .sp-carousel-arrow {
        display: none !important;
    }

    /* Services Card Mobile Compactness & Hide Decorations */
    .sp-service-img-wrap {
        height: 125px !important;
    }
    .sp-service-body {
        padding: 8px 8px !important;
    }
    .sp-service-title {
        font-size: 12.5px !important;
        margin-bottom: 4px !important;
    }
    .sp-service-price-wrap,
    .sp-service-tag-badge {
        display: none !important;
    }

    /* Mobile Menu Drawer: Compact Typography & Reduced Padding */
    .dt-mobile-header .mobile-main-nav > li > a,
    #mobile-menu > li > a,
    #mobile-menu a,
    .mobile-nav a {
        font-size: 13px !important;
        padding: 9px 16px !important;
        line-height: 1.35 !important;
        font-weight: 600 !important;
    }
    .dt-mobile-header .mobile-main-nav li,
    #mobile-menu li {
        margin-bottom: 1px !important;
    }
    .dt-mobile-header .sub-nav a,
    #mobile-menu .sub-nav a {
        font-size: 12px !important;
        padding: 7px 14px 7px 26px !important;
    }

    /* Mobile Social Icons in Drawer Menu */
    .mobile-mini-widgets-in-menu .soc-ico {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        padding: 14px 0 !important;
    }
    .mobile-mini-widgets-in-menu .soc-ico a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 36px !important;
        height: 36px !important;
        border-radius: 8px !important;
        background: #0f2b48 !important;
        color: #ffffff !important;
        text-decoration: none !important;
        transition: all 0.2s ease !important;
    }
    .mobile-mini-widgets-in-menu .soc-ico a:hover {
        background: #f97316 !important;
    }
}

/* ==========================================================================
   TOP BAR TRUST STRIP & GOOGLE REVIEW BADGE
   ========================================================================== */
.top-bar {
    display: block !important;
    background: #031B33 !important;
    color: #ffffff !important;
    padding: 7px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    font-size: 13px !important;
    position: relative !important;
    z-index: 100 !important;
}
.top-bar-bg {
    display: none !important;
}
.top-bar-inner {
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.top-bar-left-content {
    display: flex !important;
    align-items: center !important;
}
.topbar-trust-badge-link {
    text-decoration: none !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    transition: opacity 0.2s ease !important;
}
.topbar-trust-badge-link:hover {
    opacity: 0.9 !important;
}
.topbar-trust-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}
.topbar-google-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    background: #ffffff !important;
    border-radius: 50% !important;
    padding: 3px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2) !important;
}
.topbar-google-icon svg {
    width: 14px !important;
    height: 14px !important;
}
.topbar-trust-text {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    color: #ffffff !important;
}
.topbar-company-text {
    font-weight: 600 !important;
    color: #ffffff !important;
}
.topbar-review-text {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    color: #f8fafc !important;
}
.topbar-stars {
    color: #fbbf24 !important;
    letter-spacing: 1px !important;
    font-size: 13px !important;
}
.topbar-rating-highlight {
    font-weight: 700 !important;
    color: #ffffff !important;
}
.top-bar-right-content {
    display: flex !important;
    align-items: center !important;
}
.topbar-social-wrap {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}
.topbar-follow-label {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.75) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}
.topbar-social-icons {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}
.topbar-soc-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    font-size: 11px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}
.topbar-soc-btn:hover {
    background: #f97316 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

@media screen and (max-width: 768px) {
    .top-bar {
        padding: 7px 0 !important;
    }
    .top-bar-inner {
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        padding: 0 10px !important;
    }
    .top-bar-right-content,
    .topbar-review-text {
        display: none !important;
    }
    .topbar-trust-text {
        font-size: 12px !important;
        justify-content: center !important;
        text-align: center !important;
        font-weight: 600 !important;
        letter-spacing: 0.2px !important;
    }
    .topbar-company-text {
        font-size: 12px !important;
        font-weight: 600 !important;
        color: #ffffff !important;
    }
    .mobile-branding img,
    .mobile-header-bar .mobile-branding img,
    .dt-mobile-header .mobile-logo {
        max-height: 44px !important;
        width: auto !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* Fix for phone/white button text and icon color on hover */
.sp-btn-outline-white:hover span,
.sp-btn-outline-white:hover i,
.sp-btn-outline-white:hover .sp-bcta-phone-icon {
    color: inherit !important;
}





