    .slider-text span {
        font-family: 'Arial', sans-serif;
        font-size: 75px;
        font-weight: 900;
        letter-spacing: -4px;
        text-transform: uppercase;
        line-height: 70px;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.6);
    }

    .flat-button-slider a,
    .tp-banner .border-bottom a {
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.6);
    }

    input::placeholder,
    textarea::placeholder {
        color: #000 !important;
    }

    input,
    textarea {
        color: #000 !important;
    }

    input,
    textarea {
        border: 1px solid #000 !important;
    }

    .pricing-table .price-column .column-container .price .prices {
        font-size: 32px;
    }

    .pricing-table .price-column .column-container .price .symbol {
        top: 0px;
    }

    /* 1024px: tighten gap between Call Us button and Carpet Cleaning link in slider */
    @media (min-width: 769px) and (max-width: 1024px) {

        /* scope to first slide only to avoid affecting other slides */
        .tp-banner li:first-child .tp-caption.sfr.border-bottom {
            left: 180px !important;
            /* was ~222 via data-x */
        }

        .tp-banner .tp-caption.sfl.flat-button-slider.style2 a {
            padding-right: 14px !important;
            padding-left: 14px !important;
        }
    }

    /* Mobile responsive styles for slider */
    @media (max-width: 768px) {

        /* Ensure slider doesn't interfere with fixed header */
        .tp-banner-container {
            position: relative !important;
            z-index: 1 !important;
            margin-top: 0 !important;
            padding-top: 0 !important;
        }

        /* Reset Revolution Slider container */
        .tp-banner-container,
        .tp-banner,
        .tp-banner ul,
        .tp-banner li {
            height: 400px !important;
            min-height: 400px !important;
            position: relative !important;
        }

        /* Force ALL slides to be visible */
        .tp-banner li {
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 400px !important;
        }

        /* Force ALL slider images to be visible and properly sized */
        .tp-banner li img {
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
            width: 100% !important;
            height: 400px !important;
            object-fit: cover !important;
            object-position: center !important;
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
        }

        /* HEADING - Top priority - Higher specificity to override Revolution Slider */
        #slider-txt,
        .tp-banner-container #slider-txt,
        .tp-banner-container .tp-banner ul li #slider-txt,
        .tp-banner-container .tp-banner ul li .tp-caption.slider-text,
        .tp-banner-container .tp-banner ul li .tp-caption.title-slide,
        .tp-banner #slider-txt,
        .tp-banner li #slider-txt,
        .tp-banner .slider-text.tp-caption,
        .tp-banner li .slider-text.tp-caption,
        .tp-banner .tp-caption.slider-text,
        .tp-banner .tp-caption.title-slide,
        .tp-banner li .tp-caption.title-slide,
        .tp-banner .slider-text.tp-caption.title-slide,
        .tp-banner li .slider-text.tp-caption.title-slide,
        .tp-banner .tp-caption.slider-text.title-slide {
            top: 30px !important;
            left: 50% !important;
            right: auto !important;
            transform: translateX(-50%) !important;
            -webkit-transform: translateX(-50%) !important;
            transform-origin: 50% 50% !important;
            -webkit-transform-origin: 50% 50% !important;
            text-align: center !important;
            width: 90% !important;
            max-width: 90% !important;
            z-index: 1000 !important;
            visibility: visible !important;
            opacity: 1 !important;
            display: block !important;
            position: absolute !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        #slider-txt-span,
        #slider-txt span,
        .tp-banner #slider-txt-span,
        .tp-banner #slider-txt span,
        .tp-banner .slider-text span,
        .tp-banner li .slider-text span,
        .tp-banner .slider-text.tp-caption span,
        .tp-banner li .slider-text.tp-caption span,
        .tp-banner .tp-caption.title-slide span {
            font-size: 32px !important;
            /* line-height: 36px !important; */
            margin-top: 140px !important;
            letter-spacing: -1px !important;
            color: #fff !important;
            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8) !important;
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
        }

        /* First button - Moved down more - Match actual HTML structure */
        .tp-banner .flat-button-slider.tp-caption,
        .tp-banner .tp-caption.flat-button-slider,
        .tp-banner li .tp-caption.flat-button-slider {
            top: 280px !important;
            left: 50% !important;
            right: auto !important;
            transform: translateX(-50%) !important;
            -webkit-transform: translateX(-50%) !important;
            width: auto !important;
            display: block !important;
            margin-top: 80px !important;
            /* margin: 0 auto !important; */
            text-align: center !important;
            z-index: 999 !important;
            visibility: visible !important;
            opacity: 1 !important;
            position: absolute !important;
        }

        /* Second button - Moved down more - Match actual HTML structure */
        .tp-banner .border-bottom.tp-caption,
        .tp-banner .tp-caption.border-bottom,
        .tp-banner li .tp-caption.border-bottom {
            top: 340px !important;
            left: 50% !important;
            right: auto !important;
            transform: translateX(-50%) !important;
            -webkit-transform: translateX(-50%) !important;
            width: auto !important;
            display: block !important;
            margin: 0 auto !important;
            text-align: center !important;
            z-index: 999 !important;
            visibility: visible !important;
            opacity: 1 !important;
            position: absolute !important;
        }

        /* Button styles */
        .tp-banner .flat-button-slider {
            background-color: #005E82 !important;
        }

        .tp-banner .flat-button-slider a {
            font-size: 13px !important;
            padding: 10px 24px !important;
            color: #fff !important;
            pointer-events: auto !important;
        }

        .tp-banner .border-bottom a {
            font-size: 14px !important;
            color: #fff !important;
            border-bottom: 2px solid #005E82 !important;
            pointer-events: auto !important;
        }
    }

    /* Small mobile devices */
    @media (max-width: 480px) {

        .tp-banner-container,
        .tp-banner,
        .tp-banner ul,
        .tp-banner li {
            height: 350px !important;
            min-height: 350px !important;
        }

        .tp-banner li,
        .tp-banner li img {
            height: 350px !important;
        }

        #slider-txt,
        .tp-banner-container #slider-txt,
        .tp-banner-container .tp-banner ul li #slider-txt,
        .tp-banner-container .tp-banner ul li .tp-caption.slider-text,
        .tp-banner-container .tp-banner ul li .tp-caption.title-slide,
        .tp-banner #slider-txt,
        .tp-banner li #slider-txt,
        .tp-banner .slider-text.tp-caption,
        .tp-banner li .slider-text.tp-caption,
        .tp-banner .tp-caption.slider-text,
        .tp-banner .tp-caption.title-slide,
        .tp-banner li .tp-caption.title-slide,
        .tp-banner .slider-text.tp-caption.title-slide,
        .tp-banner li .slider-text.tp-caption.title-slide {
            top: 20px !important;
            display: block !important;
            position: absolute !important;
            visibility: visible !important;
            opacity: 1 !important;
            z-index: 1000 !important;
            transform-origin: 50% 50% !important;
            -webkit-transform-origin: 50% 50% !important;
        }

        #slider-txt-span,
        #slider-txt span,
        .tp-banner #slider-txt-span,
        .tp-banner #slider-txt span,
        .tp-banner .slider-text span,
        .tp-banner li .slider-text span,
        .tp-banner .slider-text.tp-caption span,
        .tp-banner li .slider-text.tp-caption span,
        .tp-banner .tp-caption.title-slide span {
            font-size: 24px !important;
            line-height: 28px !important;
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
            color: #fff !important;
        }

        .tp-banner .flat-button-slider.tp-caption,
        .tp-banner .tp-caption.flat-button-slider,
        .tp-banner li .tp-caption.flat-button-slider {
            top: 220px !important;
            display: block !important;
            position: absolute !important;
            z-index: 999 !important;
        }

        .tp-banner .border-bottom.tp-caption,
        .tp-banner .tp-caption.border-bottom,
        .tp-banner li .tp-caption.border-bottom {
            top: 270px !important;
            display: block !important;
            position: absolute !important;
            z-index: 999 !important;
        }

        .tp-banner .flat-button-slider a {
            font-size: 12px !important;
            padding: 8px 20px !important;
        }

        .tp-banner .border-bottom a {
            font-size: 13px !important;
        }
    }

.hero-slider-simple {
    position: relative;
    height: 560px;
    overflow: hidden;
    /* margin-bottom: 30px; */
    min-height: 350px;
}

.hero-slider-simple .hero-slider-wrapper {
    position: relative;
    height: 100%;
}

.hero-slider-simple .hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity .8s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
}

.hero-slider-simple .hero-slide.active {
    opacity: 1;
}

.hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.4); Optional: dark overlay for better text readability */
}

.hero-slide-content {
    position: relative;
    color: #fff;
    text-align: left;
    width: 100%;
    padding: 0 80px;
    z-index: 2;
}

.hero-slide-actions {
    max-width: 600px;
    margin: 0;
}

.hero-slide-head {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 14px;
    opacity: 0.9;
}

.hero-slide-title {
    font-size: 56px;
    font-weight: 800;
    letter-spacing: -1px;
    display: block;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-slide-desc {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
    max-width: 550px;
}

.hero-slide-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 40px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid transparent;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hero-slide-actions a.btn-primary {
    background: #005e82;
    border-color: #005e82;
}

.hero-slide-actions a.btn-outline {
    border-color: #fff;
    background: transparent;
}

.hero-slide-actions a.btn-primary:hover {
    background: #007a9e;
    border-color: #007a9e;
    transform: translateY(-2px);
}

.hero-slide-actions a.btn-outline:hover {
    background: #fff;
    color: #005e82;
    transform: translateY(-2px);
}

.hero-slider-simple .slider-nav-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    pointer-events: none;
    z-index: 5;
}

.hero-slider-simple .slider-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s ease;
    /* backdrop-filter: blur(4px); */
}

.hero-slider-simple .slider-arrow:hover {
    background: #58858d;
    transform: scale(1.05);
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .hero-slide-title {
        font-size: 48px;
    }
    
    .hero-slide-content {
        padding: 0 50px;
    }
}

@media (max-width: 992px) {
    .hero-slide-title {
        font-size: 42px;
    }
    
    .hero-slide-head {
        font-size: 16px;
    }
    
    .hero-slide-desc {
        font-size: 16px;
    }
    
    .hero-slide-content {
        padding: 0 40px;
    }
}

.home-blog-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.home-blog-slider::-webkit-scrollbar {
    display: none;
}

.home-blog-slider > [class*="col-"] {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    scroll-snap-align: start;
}

@media (max-width: 991px) {
    .home-blog-slider > [class*="col-"] {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .home-blog-slider > [class*="col-"] {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-slider-simple {
        height: 500px;
    }
    
    .hero-slide {
        align-items: center;
    }
    
    .hero-slide-title {
        font-size: 36px;
    }
    
    .hero-slide-head {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .hero-slide-desc {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .hero-slide-content {
        padding: 0 30px;
    }
    
    .hero-slide-actions a {
        padding: 12px 30px;
        font-size: 14px;
    }
    
    .hero-slider-simple .slider-nav-arrows {
        padding: 0 15px;
    }
    
    .hero-slider-simple .slider-arrow {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .hero-slider-simple {
        height: 450px;
    }
    
    .hero-slide-title {
        font-size: 28px;
    }
    
    .hero-slide-head {
        font-size: 12px;
        letter-spacing: 1px;
    }
    
    .hero-slide-desc {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .hero-slide-content {
        padding: 0 20px;
    }
    
    .hero-slide-actions a {
        padding: 10px 24px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .hero-slider-simple {
        height: 400px;
    }
    
    .hero-slide-title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .hero-slide-head {
        font-size: 11px;
        margin-bottom: 8px;
    }
    
    .hero-slide-desc {
        font-size: 12px;
        margin-bottom: 18px;
        line-height: 1.4;
    }
    
    .hero-slide-actions a {
        padding: 8px 20px;
        font-size: 12px;
    }
}

    .home-services-grid {
        padding: 60px 0 30px;
        background: #EAFCFF;
    }

    .home-services-grid .section-header {
        text-align: center;
        max-width: 720px;
        margin: 0 auto 40px;
    }

    .home-services-grid .eyebrow,
    .home-blog-slider-section .eyebrow {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 13px;
        color: #58858d;
        display: block;
        margin-bottom: 8px;
    }

    .home-services-grid h2 {
        color: #005e82;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .services-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
        margin-bottom: 10px;
    }

    .service-card {
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        border: 1px solid rgba(0, 94, 130, 0.08);
        transition: transform .35s ease, box-shadow .35s ease;
    }

    .service-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 22px 45px rgba(0, 0, 0, 0.1);
    }

    .service-card .card-image {
        position: relative;
        display: block;
        overflow: hidden;
        /* margin: 14px 14px 0; */
        border-radius: 10px 10px 0px 0px; 
    }

    .service-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        display: block;
        transition: transform .5s ease;
    }

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

    /* .service-card .corner {
        position: absolute;
        width: 18px;
        height: 18px;
        border-color: #005E82;
        border-style: solid;
        border-width: 0;
        pointer-events: none;
    }
    .service-card .corner-tl { top: 8px; left: 8px; border-top-width: 3px; border-left-width: 3px; border-top-left-radius: 4px; }
    .service-card .corner-tr { top: 8px; right: 8px; border-top-width: 3px; border-right-width: 3px; border-top-right-radius: 4px; }
    .service-card .corner-bl { bottom: 8px; left: 8px; border-bottom-width: 3px; border-left-width: 3px; border-bottom-left-radius: 4px; }
    .service-card .corner-br { bottom: 8px; right: 8px; border-bottom-width: 3px; border-right-width: 3px; border-bottom-right-radius: 4px; } */

    .service-card .card-body {
        padding: 20px 22px 22px;
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .service-card h3 {
        font-size: 20px;
        margin: 0;
        font-weight: 700;
    }

    .service-card h3 a {
        color: #005E82;
        text-decoration: none;
    }

    .service-card h3 a:hover {
        color: #00415c;
    }

    .service-card p {
        margin: 0;
        color: #333;
        line-height: 1.55;
        flex: 1;
    }

    .service-card .card-link {
        color: #005E82;
        font-weight: 600;
        text-decoration: none;
        margin-top: 6px;
    }

    .service-card .card-link:hover {
        color: #00415c;
    }

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

        .hero-slider-simple {

            height: 363px !important;
        }
    }

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

        .hero-slider .slider-nav-arrows {
            padding: 0 10px;
        }

        .hero-slider .slider-arrow {
            width: 40px;
            height: 40px;
            font-size: 18px;
        }


    }



    .home-blog-slider-section {
        padding: 50px 0 30px;
        background: #fff;
    }

    .home-blog-slider-section .section-header {
        text-align: center;
        margin-bottom: 30px;
    }

    .home-blog-slider-section h2 {
        color: #005E82;
        font-weight: 800;
    }

    .home-blog-slider .blog-card {
        background: #f6fbfd;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    }

    .home-blog-slider .blog-card img {
        width: 100%;
        height: 220px;
        object-fit: fill;
    }

    .home-blog-slider .blog-card .card-body {
        padding: 18px;
    }

    .home-blog-slider .blog-card h3 {
        font-size: 20px !important;
        color: #005E82 !important;
        margin-bottom: 10px !important;
    }

    .home-blog-slider .blog-card a {
        color: #58858d;
        font-weight: 600;
    }

    .home-about-section {
        padding: 42px 0 56px;
        background: #fff;
    }

    .home-about-section .container {
        max-width: 980px;
    }

    .home-about-row {
        align-items: stretch;
        /* padding: 22px 28px;
        border: 1px solid #d7e3ea;
        background: #fff;
        box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06); */
    }

    .home-about-visual-col,
    .home-about-content-col {
        display: flex;
        flex-direction: column;
    }

    .home-about-visual {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 20px 0px 20px 0px;
    }

    .home-about-visual img {
        width: 100%;
        /* max-width: 360px; */
        height: auto;
        object-fit: contain;
    }

    .home-about-content-col {
        align-items: center;
    }

    .home-about-content-col .main-text {
        width: 100%;
        padding: 8px 8px 8px 20px;
    }

    .home-about-content-col .main-text h3 {
        margin: 0 0 18px;
        color: #000;
        font-size: 18px;
        font-weight: 800;
        line-height: 1.2;
    }

    .home-about-content-col .main-text > p {
        margin: 0;
        color: #000;
        font-size: 15px;
        line-height: 2;
    }

    .home-about-section .flat-divider.d40px {
        height: 22px;
    }

    .home-about-accordion {
        border-top: 1px solid #eef2f5;
    }

    .home-about-accordion .flat-toggle {
        border-bottom: 1px solid #eef2f5;
    }

    .home-about-accordion .toggle-title {
        position: relative;
        display: flex;
        align-items: center;
        gap: 14px;
        margin: 0;
        padding: 18px 0;
        color: #000;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.24em;
        cursor: pointer;
        text-transform: none;
    }

    .home-about-accordion .toggle-title::before {
        content: "";
        flex: 0 0 18px;
        width: 18px;
        height: 18px;
        border: 1px solid #7aa3b7;
        border-radius: 50%;
    }

    .home-about-accordion .toggle-title::after {
        content: "+";
        position: absolute;
        left: 4px;
        top: 50%;
        color: #4f7f95;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        transform: translateY(-50%);
    }

    .home-about-accordion .toggle-title.active::after {
        content: "−";
    }

    .home-about-accordion .toggle-content {
        padding: 0 0 18px 32px;
    }

    .home-about-accordion .toggle-content p {
        margin: 0;
        color: #334155;
        font-size: 14px;
        line-height: 1.85;
    }

    @media (max-width: 991px) {
        .home-about-row {
            padding: 24px 22px;
        }

        .home-about-visual {
            padding: 0 0 20px;
        }

        .home-about-content-col .main-text {
            padding: 0;
        }
    }

    @media (max-width: 767px) {
        .home-about-section {
            padding: 30px 0 42px;
        }

        .home-about-row {
            padding: 18px 16px;
        }

        .home-about-visual img {
            max-width: 320px;
        }

        .home-about-content-col .main-text h3 {
            font-size: 28px;
        }

        .home-about-content-col .main-text > p {
            font-size: 14px;
            line-height: 1.8;
        }

        .home-about-accordion .toggle-title {
            gap: 12px;
            padding: 16px 0;
            font-size: 13px;
            letter-spacing: 0.16em;
        }

        .home-about-accordion .toggle-content {
            padding-left: 28px;
        }
    }
