@charset "utf-8";
/* CSS Document */
@font-face{font-display:block;font-family:bootstrap-icons;src:url("../fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),url("../fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff")}
.bi::before,[class*=" bi-"]::before,[class^=bi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.bi-arrow-left-right::before{content:"\f12b"}.bi-arrow-right::before{content:"\f138"}.bi-arrow-up::before{content:"\f148"}.bi-caret-down::before{content:"\f22c"}.bi-caret-up::before{content:"\f238"}.bi-check2::before{content:"\f272"}.bi-clock-fill::before{content:"\f291"}.bi-clock::before{content:"\f293"}.bi-emoji-smile::before{content:"\f327"}.bi-envelope-fill::before{content:"\f32c"}.bi-facebook::before{content:"\f344"}.bi-geo-alt-fill::before{content:"\f3e7"}.bi-geo-alt::before{content:"\f3e8"}.bi-globe2::before{content:"\f3ef"}.bi-grid-3x3-gap::before{content:"\f3f9"}.bi-grid::before{content:"\f3fc"}.bi-hand-thumbs-up::before{content:"\f407"}.bi-instagram::before{content:"\f437"}.bi-linkedin::before{content:"\f472"}.bi-list::before{content:"\f479"}.bi-people::before{content:"\f4d0"}.bi-stars::before{content:"\f589"}.bi-stopwatch::before{content:"\f597"}.bi-telephone-fill::before{content:"\f5b4"}.bi-telephone::before{content:"\f5c1"}.bi-youtube::before{content:"\f62b"}.bi-pinterest::before{content:"\f663"}.bi-person-workspace::before{content:"\f67a"}.bi-clipboard2-check::before{content:"\f725"}.bi-house-heart::before{content:"\f776"}.bi-house-check::before{content:"\f889"}.bi-twitter-x::before{content:"\f8db"}.bi-arrow-right::before{content:"\f138"}.bi-arrow-up-right::before{content:"\f144"}.bi-arrow-up::before{content:"\f148"}.bi-caret-down::before{content:"\f22c"}.bi-caret-up::before{content:"\f238"}.bi-chat-dots::before{content:"\f24a"}.bi-chevron-down::before{content:"\f282"}.bi-clock-fill::before{content:"\f291"}.bi-clock::before{content:"\f293"}.bi-droplet-half::before{content:"\f30c"}.bi-emoji-smile::before{content:"\f327"}.bi-envelope-fill::before{content:"\f32c"}.bi-facebook::before{content:"\f344"}.bi-geo-alt-fill::before{content:"\f3e7"}.bi-geo-alt::before{content:"\f3e8"}.bi-globe2::before{content:"\f3ef"}.bi-grid-3x3-gap::before{content:"\f3f9"}.bi-grid::before{content:"\f3fc"}.bi-house-door::before{content:"\f423"}.bi-instagram::before{content:"\f437"}.bi-linkedin::before{content:"\f472"}.bi-list::before{content:"\f479"}.bi-people::before{content:"\f4d0"}.bi-stars::before{content:"\f589"}.bi-telephone-fill::before{content:"\f5b4"}.bi-telephone::before{content:"\f5c1"}.bi-wind::before{content:"\f61d"}.bi-pinterest::before{content:"\f663"}.bi-fan::before{content:"\f670"}.bi-house-heart::before{content:"\f776"}.bi-fire::before{content:"\f7f6"}.bi-house-check::before{content:"\f889"}
/* =========================================================
   CARPET CLEANING IN DALLAS TEXAS HEADER
========================================================= */
a{text-decoration: none !important}
.dallas-main-header {
    width: 100%;
    height: 80px;
    background: #ffffff;
    display: grid;
    grid-template-columns: 308px 1fr 266px;
    align-items: stretch;
    position: relative;
    z-index: 999;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
}


/* =========================================================
   LOGO
========================================================= */

.dallas-logo-area {
    height: 80px;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
}

.dallas-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.dallas-header-logo {
    width: 240px;
    height: 80px;
    object-fit: contain;
    display: block;
}


/* =========================================================
   DESKTOP NAV
========================================================= */

.dallas-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    background: #ffffff;
}

.dallas-nav-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    gap: 42px;
}

.dallas-nav-item {
    display: flex;
    align-items: center;
    position: relative;
}

.dallas-nav-link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    text-decoration: none;

    color: #181818;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;

    text-transform: uppercase;

    padding: 0 2px;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.dallas-nav-link:hover {
    color: #c3964e;
}


/* ACTIVE HOME */

.dallas-nav-link.active {
    color: #e99032;
}

.dallas-nav-link.active::after {
    content: "";
    position: absolute;

    width: 16px;
    height: 2px;

    bottom: 24px;
    left: 50%;

    transform: translateX(-50%);

    background: #e99032;
}


/* =========================================================
   BOOTSTRAP DROPDOWN ARROW
========================================================= */

.dallas-nav-link.dropdown-toggle::after {
    margin-left: 9px;
    vertical-align: middle;

    border-top: 5px solid;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
}


/* =========================================================
   SERVICES DROPDOWN
========================================================= */

.dallas-services-menu {
    min-width: 245px;

    margin-top: 0 !important;

    border: 0;

    border-radius: 0;

    padding: 10px 0;

    background: #ffffff;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.12);

    border-top: 3px solid #c3964e;
}

.dallas-services-menu .dropdown-item {
    color: #1c1f26;

    font-size: 14px;

    font-weight: 600;

    padding: 12px 20px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        padding-left 0.3s ease;
}

.dallas-services-menu .dropdown-item:hover,
.dallas-services-menu .dropdown-item:focus {
    color: #ffffff;

    background: #c3964e;

    padding-left: 26px;
}


/* =========================================================
   FREE ESTIMATION
========================================================= */

.dallas-estimate-area {
    height: 80px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-left: 1px solid #eeeeee;

    background: #ffffff;
}

.dallas-estimate-link {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 11px;

    color: #222222;

    text-decoration: none;

    text-transform: uppercase;

    font-size: 12px;

    font-weight: 500;

    white-space: nowrap;

    padding: 0 28px;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.dallas-estimate-link i {
    font-size: 17px;

    color: #c3964e;

    transform: translateX(-5px);

    opacity: 0;

    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.dallas-estimate-link:hover {
    color: #c3964e;
}

.dallas-estimate-link:hover i {
    opacity: 1;

    transform: translateX(0);
}


/* =========================================================
   MOBILE BUTTON
========================================================= */

.dallas-mobile-button {
    display: none;

    width: 52px;
    height: 52px;

    align-items: center;
    justify-content: center;

    background: #c3964e;

    color: #ffffff;

    border: 0;

    border-radius: 0;

    font-size: 29px;

    margin-right: 15px;
}

.dallas-mobile-button:hover {
    background: #1c1f26;
}


/* =========================================================
   MOBILE OFFCANVAS
========================================================= */

.dallas-mobile-offcanvas {
    width: 330px !important;

    background: #ffffff;
}

.dallas-mobile-offcanvas .offcanvas-header {
    border-bottom: 1px solid #eeeeee;

    padding: 15px 20px;
}

.dallas-mobile-logo img {
    width: 190px;
    height: auto;

    object-fit: contain;
}

.dallas-mobile-offcanvas .btn-close {
    box-shadow: none;
}


/* =========================================================
   MOBILE NAVIGATION
========================================================= */

.dallas-mobile-nav {
    list-style: none;

    padding: 0;

    margin: 0;
}

.dallas-mobile-nav > li {
    border-bottom: 1px solid #eeeeee;
}

.dallas-mobile-nav > li > a {
    display: block;

    padding: 15px 3px;

    text-decoration: none;

    color: #1c1f26;

    text-transform: uppercase;

    font-size: 14px;

    font-weight: 700;

    transition:
        color 0.3s ease,
        padding-left 0.3s ease;
}

.dallas-mobile-nav > li > a:hover,
.dallas-mobile-nav > li > a.active {
    color: #c3964e;

    padding-left: 8px;
}


/* MOBILE SERVICES BUTTON */

.dallas-mobile-services-button {
    width: 100%;

    background: transparent;

    border: 0;

    padding: 15px 3px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #1c1f26;

    text-transform: uppercase;

    font-size: 14px;

    font-weight: 700;
}

.dallas-mobile-services-button i {
    font-size: 13px;

    transition: transform 0.3s ease;
}

.dallas-mobile-services-button[aria-expanded="true"] i {
    transform: rotate(180deg);
}


/* MOBILE SUBMENU */

.dallas-mobile-submenu {
    background: #f6f6f6;

    padding: 5px 0;
}

.dallas-mobile-submenu a {
    display: block;

    padding: 11px 20px;

    text-decoration: none;

    color: #555555;

    font-size: 13px;

    font-weight: 600;

    border-bottom: 1px solid #e9e9e9;

    transition:
        color 0.3s ease,
        padding-left 0.3s ease;
}

.dallas-mobile-submenu a:last-child {
    border-bottom: 0;
}

.dallas-mobile-submenu a:hover {
    color: #c3964e;

    padding-left: 26px;
}


/* MOBILE ESTIMATION BUTTON */

.dallas-mobile-estimate {
    width: 100%;

    margin-top: 25px;

    min-height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    background: #c3964e;

    color: #ffffff;

    text-decoration: none;

    text-transform: uppercase;

    font-size: 13px;

    font-weight: 700;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.dallas-mobile-estimate:hover {
    background: #1c1f26;

    color: #ffffff;
}


/* =========================================================
   LARGE SCREEN ADJUSTMENTS
========================================================= */

@media (min-width: 1400px) {

    .dallas-main-header {
        grid-template-columns: 308px 1fr 266px;
    }

    .dallas-nav-list {
        gap: 60px;
    }
}


/* =========================================================
   MEDIUM DESKTOP
========================================================= */

@media (max-width: 1300px) {

    .dallas-main-header {
        grid-template-columns: 260px 1fr 220px;
    }

    .dallas-logo-area {
        padding: 0 15px;
    }

    .dallas-header-logo {
        width: 215px;
    }

    .dallas-nav-list {
        gap: 25px;
    }

    .dallas-nav-link {
        font-size: 13px;
    }

    .dallas-estimate-link {
        padding: 0 15px;

        font-size: 11px;
    }
}


/* =========================================================
   TABLET + MOBILE
========================================================= */

@media (max-width: 1050px) {

    .dallas-main-header {
        height: 76px;

        display: flex;

        align-items: center;

        justify-content: space-between;

        background: #ffffff;
    }

    .dallas-logo-area {
        height: 76px;

        width: auto;

        justify-content: flex-start;

        padding: 0 20px;
    }

    .dallas-header-logo {
        width: 205px;

        height: 68px;
    }

    .dallas-desktop-nav,
    .dallas-estimate-area {
        display: none;
    }

    .dallas-mobile-button {
        display: flex;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 576px) {

    .dallas-main-header {
        height: 70px;
    }

    .dallas-logo-area {
        height: 70px;

        padding: 0 10px;
    }

    .dallas-header-logo {
        width: 180px;

        height: 62px;
    }

    .dallas-mobile-button {
        width: 46px;

        height: 46px;

        margin-right: 10px;

        font-size: 26px;
    }

    .dallas-mobile-offcanvas {
        width: 290px !important;
    }
}
/*section8*/
/* =========================================
   CARPET CLEANING DALLAS FOOTER
========================================= */
.obfuscatedEmail a{color:#fff!important}
.ccd-footer {
    position: relative;
    overflow: hidden;
    background: #1c1f26;
    color: #adadad;
    font-family: inherit;
}


/* Container */
.ccd-footer .container {
    width: min(1320px, calc(100% - 40px));
    margin: auto;
}


/* =========================================
   MAIN AREA
========================================= */

.ccd-footer-main {
    display: grid;
    grid-template-columns: 1.6fr 0.85fr 0.85fr 1.15fr;
    gap: 55px;
    padding: 75px 0 45px;
}


/* =========================================
   COMPANY
========================================= */

.ccd-footer-company {
    padding-right: 30px;
}


.ccd-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 25px;
}


.ccd-footer-logo-icon {
    width: 55px;
    height: 55px;
    border: 1px solid #c3964e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #c3964e;
    font-size: 25px;
    transition: 0.4s ease;
}


.ccd-footer-logo:hover .ccd-footer-logo-icon {
    background: #c3964e;
    color: #1c1f26;
    transform: rotate(12deg);
}


.ccd-footer-logo strong {
    display: block;
    font-size: 22px;
    line-height: 1.1;
}


.ccd-footer-logo small {
    display: block;
    color: #c3964e;
    font-size: 13px;
    margin-top: 4px;
}


.ccd-footer-description {
    max-width: 480px;
    color: #adadad;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 16px;
}


.ccd-footer-domain {
    display: inline-block;
    color: #c3964e;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 28px;
    transition: 0.3s ease;
}


.ccd-footer-domain:hover {
    color: #ffffff;
}


/* =========================================
   SOCIAL
========================================= */

.ccd-footer-social {
    max-width: 520px;
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
    border-left: 3px solid #c3964e;
    background:
        linear-gradient(
            90deg,
            rgba(195, 150, 78, 0.18),
            rgba(195, 150, 78, 0.02)
        );
    border-radius: 4px;
}


.ccd-footer-social strong {
    color: #ffffff;
    white-space: nowrap;
}


.ccd-footer-social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}


.ccd-footer-social-icons a {
    width: 38px;
    height: 38px;
    border: 1px solid #adadad;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    transition: 0.4s ease;
}


.ccd-footer-social-icons a:hover {
    color: #1c1f26;
    background: #c3964e;
    border-color: #c3964e;
    transform: translateY(-5px) rotate(360deg);
}


/* =========================================
   COLUMNS
========================================= */

.ccd-footer-column h3 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 30px;
    position: relative;
    padding-bottom: 10px;
}


.ccd-footer-column h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65px;
    height: 2px;
    background: #c3964e;
}


.ccd-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.ccd-footer-column li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 19px;
}


.ccd-footer-column li::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: -2px;
    color: #c3964e;
    font-size: 15px;
    transition: 0.3s ease;
}


.ccd-footer-column li:hover::before {
    transform: rotate(90deg) scale(1.3);
}


.ccd-footer-column a {
    color: #adadad;

    text-decoration: none;
    line-height: 1.5;
    transition: 0.3s ease;
}


.ccd-footer-column a:hover {
    color: #c3964e;
    padding-left: 5px;
}


/* =========================================
   COPYRIGHT
========================================= */

.ccd-footer-copyright {
    padding: 0 0 25px;
}


.ccd-footer-copyright p {
    margin: 0;
    color: #adadad;
    font-size: 15px;
}


.ccd-footer-copyright a {
    color: #c3964e;
    text-decoration: none;
    font-weight: 600;
}


.ccd-footer-copyright a:hover {
    color: #ffffff;
}


/* =========================================
   CONTACT BAR
========================================= */

.ccd-footer-contact-bar {
    border-top: 1px solid rgba(173, 173, 173, 0.18);
    background: #181b21;
}


.ccd-footer-contact-grid {
    min-height: 125px;
    display: grid;
    grid-template-columns: 1fr 1.15fr 1.25fr 1.6fr;
    align-items: center;
    gap: 35px;
}


.ccd-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-decoration: none;
    color: inherit;
}


.ccd-footer-contact-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1c1f26;
    background: #c3964e;
    font-size: 17px;
    transition: 0.4s ease;
}


.ccd-footer-contact-item:hover .ccd-footer-contact-icon {
    transform: rotate(360deg) scale(1.08);
}


.ccd-footer-contact-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.ccd-footer-contact-content small {
    color: #adadad;
    font-size: 13px;
    font-weight: 600;
}


.ccd-footer-contact-content strong {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    transition: 0.3s ease;
}


.ccd-footer-contact-content span {
    color: #adadad;
    font-size: 13px;
}


a.ccd-footer-contact-item:hover strong {
    color: #c3964e;
}


/* =========================================
   BACK TO TOP
========================================= */

.ccd-footer-back-top {
    position: absolute;
    right: 18px;
    bottom: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #c3964e;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}


.ccd-footer-back-top span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}


.ccd-footer-back-top i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c3964e;
    border-radius: 50%;
    transition: 0.3s ease;
}


.ccd-footer-back-top:hover i {
    background: #c3964e;
    color: #1c1f26;
    transform: translateY(-5px);
}


/* =========================================
   SIMPLE ENTRANCE ANIMATION
========================================= */

@keyframes ccdFooterFadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.ccd-footer-company,
.ccd-footer-column,
.ccd-footer-contact-item {
    animation: ccdFooterFadeUp 0.8s ease both;
}


.ccd-footer-column:nth-child(2) {
    animation-delay: 0.1s;
}


.ccd-footer-column:nth-child(3) {
    animation-delay: 0.2s;
}


.ccd-footer-column:nth-child(4) {
    animation-delay: 0.3s;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

    .ccd-footer-main {
        grid-template-columns: 1.5fr 1fr 1fr;
    }

    .ccd-footer-services {
        grid-column: 2 / 4;
    }

    .ccd-footer-contact-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 30px 0;
    }

}


@media (max-width: 767px) {

    .ccd-footer .container {
        width: min(100% - 30px, 1320px);
    }

    .ccd-footer-main {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-top: 55px;
    }

    .ccd-footer-company {
        padding-right: 0;
    }

    .ccd-footer-services {
        grid-column: auto;
    }

    .ccd-footer-social {
        flex-wrap: wrap;
    }

    .ccd-footer-contact-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .ccd-footer-contact-bar {
        padding: 10px 0;
    }

    .ccd-footer-back-top {
        display: none;
    }

}


@media (max-width: 480px) {

    .ccd-footer-social {
        align-items: flex-start;
        flex-direction: column;
    }

    .ccd-footer-social-icons {
        flex-wrap: wrap;
    }

    .ccd-footer-logo strong {
        font-size: 18px;
    }

    .ccd-footer-description {
        font-size: 15px;
    }

}
/*section8*/
/*faqs*/
.ccdt-faq-section {
    width: 100%;
    min-height: 850px;
    display: grid;
    grid-template-columns: 48% 52%;
    overflow: hidden;
    background: #1c1f26;
    font-family: Arial, Helvetica, sans-serif;
}


/* ==========================================================
   LEFT CONTACT AREA
========================================================== */

.ccdt-faq-contact-area {
    position: relative;
    min-height: 850px;
    overflow: hidden;
    background: #adadad;
}


/* IMAGE */

.ccdt-faq-contact-photo {
    position: absolute;
    inset: 0;
}

.ccdt-faq-contact-photo::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(28, 31, 38, 0.05),
        rgba(28, 31, 38, 0.01)
    );

    pointer-events: none;
}

.ccdt-faq-contact-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* ==========================================================
   CONTACT CARD
========================================================== */

.ccdt-faq-contact-card {
    position: absolute;
    z-index: 5;

    width: min(490px, 58%);

    right: 0;
    top: 50%;

    transform: translateY(-50%);

    padding: 45px 40px;

    background: linear-gradient(
        145deg,
        #c3964e 0%,
        #d1a65f 65%,
        #c3964e 100%
    );

    border-radius: 4px;

    box-shadow:
        0 25px 60px rgba(28, 31, 38, 0.20);

    animation:
        ccdtFaqContactEntrance 0.8s ease both;
}


/* CONTACT HEADING */

.ccdt-faq-contact-heading {
    display: block;

    margin-bottom: 22px;

    color: #ffffff;

    font-size: 22px;
    line-height: 1.3;

    font-weight: 800;
    font-style: italic;
}


/* ==========================================================
   CONTACT ITEMS
========================================================== */

.ccdt-faq-contact-item {
    width: 100%;
    min-height: 80px;

    display: flex;
    align-items: center;

    gap: 18px;

    padding: 15px 19px;

    margin-bottom: 12px;

    box-sizing: border-box;

    color: #ffffff;
    text-decoration: none;

    background: #1c1f26;

    border: 1px solid rgba(173, 173, 173, 0.16);
    border-right: 5px solid #adadad;

    border-radius: 0 13px 13px 13px;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


.ccdt-faq-contact-item:hover {
    transform: translateX(7px);

    background: #242830;

    border-right-color: #ffffff;

    box-shadow:
        0 10px 25px rgba(28, 31, 38, 0.20);
}


/* CONTACT ICON */

.ccdt-faq-contact-icon {
    min-width: 27px;

    color: #c3964e;

    font-size: 24px;
    line-height: 1;

    text-align: center;

    transition:
        transform 0.4s ease,
        color 0.3s ease;
}


.ccdt-faq-contact-item:hover
.ccdt-faq-contact-icon {
    color: #ffffff;

    transform:
        rotate(12deg)
        scale(1.12);
}


/* CONTACT TEXT */

.ccdt-faq-contact-content {
    min-width: 0;

    display: flex;
    flex-direction: column;

    gap: 6px;
}


.ccdt-faq-contact-content strong {
    display: block;

    color: #ffffff;

    font-size: 16px;
    line-height: 1.25;

    font-weight: 700;
}


.ccdt-faq-contact-content small {
    display: block;

    color: #adadad;

    font-size: 14px;
    line-height: 1.5;

    overflow-wrap: anywhere;
}


.ccdt-faq-contact-content a {
    color: #adadad;
    text-decoration: none;

    transition: color 0.3s ease;
}


.ccdt-faq-contact-content a:hover {
    color: #c3964e;
}


/* ==========================================================
   SOCIAL ICONS
========================================================== */

.ccdt-faq-social-links {
    display: flex;
    align-items: center;

    gap: 10px;

    padding-top: 21px;
    margin-top: 16px;

    border-top:
        1px solid rgba(255, 255, 255, 0.25);
}


.ccdt-faq-social-links a {
    width: 38px;
    height: 38px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 38px;

    border-radius: 50%;

    background: #1c1f26;

    color: #ffffff;

    text-decoration: none;

    font-size: 16px;
    font-weight: 700;

    transition:
        transform 0.35s ease,
        background 0.35s ease,
        color 0.35s ease;
}


.ccdt-faq-social-links a:hover {
    background: #ffffff;

    color: #1c1f26;

    transform:
        translateY(-5px)
        rotate(8deg);
}


/* ==========================================================
   RIGHT FAQ AREA
========================================================== */

.ccdt-faq-content-area {
    position: relative;

    min-height: 850px;

    display: flex;
    align-items: center;

    padding:
        75px
        7%
        75px
        6%;

    box-sizing: border-box;

    overflow: hidden;

    background: #1c1f26;
}


/* LARGE DECORATIVE SHAPE */

.ccdt-faq-content-area::before {
    content: "";

    position: absolute;

    width: 550px;
    height: 550px;

    right: -300px;
    top: 150px;

    border:
        1px solid rgba(195, 150, 78, 0.12);

    border-radius:
        48% 52% 63% 37%;

    transform: rotate(25deg);

    pointer-events: none;
}


.ccdt-faq-content-area::after {
    content: "";

    position: absolute;

    width: 360px;
    height: 360px;

    right: -160px;
    bottom: -120px;

    border:
        1px solid rgba(173, 173, 173, 0.10);

    border-radius: 50%;

    pointer-events: none;
}


/* FAQ CONTENT */

.ccdt-faq-content-inner {
    position: relative;
    z-index: 3;

    width: 100%;
    max-width: 850px;
}


/* ==========================================================
   FAQ HEADINGS
========================================================== */

.ccdt-faq-eyebrow {
    display: flex;
    align-items: center;

    gap: 8px;

    margin-bottom: 14px;

    color: #c3964e;

    font-size: 15px;
    line-height: 1.4;

    font-weight: 800;

    text-transform: uppercase;
}


.ccdt-faq-eyebrow span {
    display: inline-block;

    font-size: 19px;

    animation:
        ccdtFaqSparkle 2.5s linear infinite;
}


.ccdt-faq-main-title {
    max-width: 700px;

    margin: 0;

    color: #ffffff;

    font-size: clamp(
        38px,
        4vw,
        66px
    );

    line-height: 1.04;

    letter-spacing: -2px;

    font-weight: 900;
}


.ccdt-faq-description {
    max-width: 700px;

    margin:
        20px
        0
        30px;

    color: #adadad;

    font-size: 16px;
    line-height: 1.7;
}


/* ==========================================================
   FAQ ACCORDION
========================================================== */

.ccdt-faq-accordion-item {
    position: relative;

    margin-bottom: 14px;

    background: #fff;

    border:
        1px solid #c3964e;

    border-radius:
        5px 13px 5px 5px;

    box-shadow:
        6px 6px 0 #c3964e;

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.ccdt-faq-accordion-item:hover {
    transform: translateX(4px);

    box-shadow:
        9px 7px 0 #c3964e;
}


/* SUMMARY */

.ccdt-faq-accordion-title {
    min-height: 64px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding:
        14px
        18px
        14px
        28px;

    box-sizing: border-box;

    color: #1c1f26;

    font-size: 16px;
    line-height: 1.45;

    font-weight: 800;

    cursor: pointer;

    list-style: none;
}


.ccdt-faq-accordion-title::-webkit-details-marker {
    display: none;
}


/* ==========================================================
   PLUS / MINUS BUTTON
========================================================== */

.ccdt-faq-toggle-icon {
    position: relative;

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    border-radius: 50%;

    background: #ffffff;

    transition:
        transform 0.4s ease,
        background 0.3s ease;
}


.ccdt-faq-toggle-icon::before,
.ccdt-faq-toggle-icon::after {
    content: "";

    position: absolute;

    top: 50%;
    left: 50%;

    background: #1c1f26;

    transform:
        translate(-50%, -50%);
}


.ccdt-faq-toggle-icon::before {
    width: 12px;
    height: 2px;
}


.ccdt-faq-toggle-icon::after {
    width: 2px;
    height: 12px;
}


/* OPEN STATE */

.ccdt-faq-accordion-item[open]
.ccdt-faq-toggle-icon {
    background: #c3964e;

    transform: rotate(180deg);
}


.ccdt-faq-accordion-item[open]
.ccdt-faq-toggle-icon::before {
    background: #ffffff;
}


.ccdt-faq-accordion-item[open]
.ccdt-faq-toggle-icon::after {
    opacity: 0;
}


/* ==========================================================
   FAQ ANSWER
========================================================== */

.ccdt-faq-answer-content {
    padding:
        0
        28px
        23px;

    animation:
        ccdtFaqAnswerOpen 0.4s ease;
}


.ccdt-faq-answer-content p {
    margin:
        0
        0
        10px;

    color: #adadad;

    font-size: 15px;
    line-height: 1.75;
}


.ccdt-faq-answer-content p:last-child {
    margin-bottom: 0;
}



/* ==========================================================
   BOTTOM CTA
========================================================== */

.ccdt-faq-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-top: 35px;

    padding: 22px 25px;

    border-left:
        4px solid #c3964e;

    background:
        rgba(255, 255, 255, 0.04);
}


.ccdt-faq-cta-text {
    display: flex;
    flex-direction: column;

    gap: 5px;
}


.ccdt-faq-cta-text small {
    color: #c3964e;

    font-size: 13px;
    line-height: 1.4;

    font-weight: 700;

    text-transform: uppercase;
}


.ccdt-faq-cta-text strong {
    color: #ffffff;

    font-size: 20px;
    line-height: 1.4;
}


/* CTA BUTTON */

.ccdt-faq-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    white-space: nowrap;

    padding: 15px 20px;

    border-radius: 4px;

    background: #c3964e;

    color: #1c1f26;

    text-decoration: none;

    font-size: 15px;
    font-weight: 800;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}


.ccdt-faq-cta-button:hover {
    background: #ffffff;

    color: #1c1f26;

    transform: translateY(-3px);
}


.ccdt-faq-cta-button span {
    font-size: 20px;
}


/* ==========================================================
   BACK TO TOP
========================================================== */

.ccdt-faq-back-top {
    position: absolute;
    z-index: 4;

    right: 18px;
    bottom: 38px;

    display: flex;
    align-items: center;

    gap: 8px;

    writing-mode: vertical-rl;

    transform: rotate(180deg);

    color: #c3964e;

    text-decoration: none;

    font-size: 11px;
    line-height: 1;

    letter-spacing: 1.2px;

    font-weight: 800;
}


/* ==========================================================
   DECORATIONS
========================================================== */

.ccdt-faq-decoration-one {
    position: absolute;

    right: 70px;
    top: 70px;

    width: 45px;
    height: 45px;

    border:
        1px solid rgba(195, 150, 78, 0.25);

    border-radius: 50%;

    animation:
        ccdtFaqDecorationRotate 12s linear infinite;
}


.ccdt-faq-decoration-one::before,
.ccdt-faq-decoration-one::after {
    content: "";

    position: absolute;

    top: 50%;
    left: 50%;

    width: 70px;
    height: 1px;

    background:
        rgba(195, 150, 78, 0.18);

    transform:
        translate(-50%, -50%);
}


.ccdt-faq-decoration-one::after {
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}


.ccdt-faq-decoration-two {
    position: absolute;

    right: 10%;
    bottom: 8%;

    width: 130px;
    height: 130px;

    border:
        1px solid rgba(195, 150, 78, 0.08);

    border-radius: 50%;

    pointer-events: none;
}


/* ==========================================================
   UNIQUE ANIMATIONS
========================================================== */

@keyframes ccdtFaqContactEntrance {

    from {
        opacity: 0;

        transform:
            translate(40px, -50%);
    }

    to {
        opacity: 1;

        transform:
            translate(0, -50%);
    }

}


@keyframes ccdtFaqAnswerOpen {

    from {
        opacity: 0;

        transform:
            translateY(-8px);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }

}


@keyframes ccdtFaqSparkle {

    0% {
        transform:
            rotate(0deg)
            scale(1);
    }

    50% {
        transform:
            rotate(180deg)
            scale(1.25);
    }

    100% {
        transform:
            rotate(360deg)
            scale(1);
    }

}


@keyframes ccdtFaqDecorationRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1199px) {

    .ccdt-faq-section {
        grid-template-columns:
            45% 55%;
    }


    .ccdt-faq-contact-card {
        width: 85%;

        right: -15%;

        padding:
            38px
            30px;
    }


    .ccdt-faq-content-area {
        padding:
            65px
            5%
            65px
            8%;
    }


    .ccdt-faq-main-title {
        font-size: 45px;
    }

}


/* ==========================================================
   TABLET / MOBILE
========================================================== */

@media (max-width: 991px) {

    .ccdt-faq-section {
        display: block;
    }


    .ccdt-faq-contact-area {
        min-height: 800px;
    }


    .ccdt-faq-contact-card {
        width:
            calc(100% - 40px);

        max-width: 600px;

        right: auto;
        left: 50%;

        top: auto;
        bottom: 35px;

        transform:
            translateX(-50%);

        padding: 35px;

        animation: none;
    }


    .ccdt-faq-contact-photo img {
        object-position:
            center top;
    }


    .ccdt-faq-content-area {
        min-height: auto;

        padding:
            80px
            40px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 575px) {

    .ccdt-faq-contact-area {
        min-height: 900px;
    }


    .ccdt-faq-contact-photo {
        height: 430px;
    }


    .ccdt-faq-contact-photo img {
        height: 430px;
    }


    .ccdt-faq-contact-card {
        width:
            calc(100% - 24px);

        bottom: 20px;

        padding:
            27px
            18px;

    }


    .ccdt-faq-contact-heading {
        font-size: 20px;
    }


    .ccdt-faq-contact-item {
        padding: 14px;

        gap: 12px;
    }


    .ccdt-faq-contact-icon {
        font-size: 20px;
    }


    .ccdt-faq-contact-content small {
        font-size: 13px;
    }


    .ccdt-faq-content-area {
        padding:
            65px
            16px
            75px;
    }


    .ccdt-faq-main-title {
        font-size: 38px;

        letter-spacing: -1px;
    }


    .ccdt-faq-description {
        font-size: 14px;
    }


    .ccdt-faq-accordion-title {
        min-height: 70px;

        padding:
            13px
            12px
            13px
            16px;

        font-size: 14px;
    }


    .ccdt-faq-toggle-icon {
        width: 36px;
        height: 36px;

        flex-basis: 36px;
    }


    .ccdt-faq-answer-content {
        padding:
            0
            16px
            19px;
    }


    .ccdt-faq-answer-content p {
        font-size: 14px;
    }


    .ccdt-faq-cta-box {
        flex-direction: column;

        align-items: flex-start;
    }


    .ccdt-faq-cta-button {
        width: 100%;

        box-sizing: border-box;
    }


    .ccdt-faq-back-top {
        display: none;
    }

}
/*faqs*/


        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            font-family: Arial, Helvetica, sans-serif;
            background: #ffffff;
            color: #171717;
            overflow-x: hidden;
        }

        a {
            text-decoration: none;
        }

        /* =========================================================
           MAIN HEADER
        ========================================================= */

        .main-header {
            width: 100%;
            height: 80px;
            display: flex;
            align-items: stretch;
            background: #ffffff;
            position: relative;
            z-index: 999;
            border-bottom: 1px solid #eeeeee;
        }

        /* =========================================================
           HEADER RIGHT
        ========================================================= */

        .header-right-area {
            width: 235px;
            min-width: 235px;
            background: #f6f6f6;
            display: flex;
            align-items: stretch;
        }

       

        /* =========================================================
           MOBILE MENU BUTTON
        ========================================================= */

        .mobile-menu-button {
            display: none;
            border: 0;
            outline: 0;
            background: transparent;
            font-size: 30px;
            color: #222222;
            margin-right: 20px;
        }

        /* =========================================================
           HERO WRAPPER
        ========================================================= */

        .hero-wrapper {
            width: 100%;
            position: relative;
            background: #ffffff;
            padding-right: 80px;
            overflow: hidden;
        }

        .hero-carousel {
            width: 100%;
            position: relative;
        }

        .hero-carousel .carousel-inner,
        .hero-carousel .carousel-item {
            width: 100%;
        }

        .hero-carousel .carousel-item {
            height: calc(100vh - 80px);
            min-height: 720px;
        }

        /* =========================================================
           HERO BACKGROUNDS
        ========================================================= */

        .hero-slide {
            width: 100%;
            height: 100%;
            position: relative;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }

        .hero-slide-one {
            background-image:
                url("../img/professional-carpet-cleaning-service.webp");
        }

        .hero-slide-two {
            background-image:
                url("../img/carpet-stain-removal.webp");
        }

        .hero-slide::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.49);
            z-index: 1;
        }

        /* =========================================================
           HERO CONTENT
        ========================================================= */

        .hero-content {
            position: relative;
            z-index: 5;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            padding-left: 19%;
            padding-right: 8%;
        }

        .hero-content-inner {
            width: 100%;
            max-width: 670px;
            color: #ffffff;
        }

        .hero-small-title {
            font-size: 13px;
            font-weight: 800;
            text-transform: uppercase;
            margin-bottom: 14px;
            letter-spacing: 0.2px;
        }

        .hero-title-line {
            position: relative;
            width: 205px;
            height: 2px;
            background: rgba(255, 255, 255, 0.65);
            margin-bottom: 34px;
        }

        .hero-title-line::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 55px;
            height: 2px;
            background: #d09a43;
        }

        .hero-content-inner h1,
        .hero-content-inner h2 {
            margin: 0 0 24px;
            color: #ffffff;
            font-size: 61px;
            line-height: 1.05;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: -2px;
        }

        .hero-description {
            max-width: 630px;
            margin-bottom: 32px;
            color: #eeeeee;
            font-size: 17px;
            line-height: 1.7;
        }

        /* =========================================================
           HERO BUTTON
        ========================================================= */

        .hero-main-button {
            display: inline-flex;
            align-items: center;
            gap: 14px;
            padding: 17px 29px;
            background: #ffffff;
            color: #222222;
            font-size: 11px;
            font-weight: 800;
            text-transform: uppercase;
            transition: 0.35s ease;
        }

        .hero-main-button::before {
            content: "";
            width: 20px;
            height: 1px;
            background: #c8953f;
            transition: 0.35s ease;
        }

        .hero-main-button:hover {
            color: #ffffff;
            background: #c8953f;
            transform: translateY(-2px);
        }

        .hero-main-button:hover::before {
            width: 30px;
            background: #ffffff;
        }

        /* =========================================================
           LEFT CONTACT SIDEBAR
        ========================================================= */

        .left-contact-sidebar {
            position: absolute;
            z-index: 40;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 82px;
            background: #ffffff;
            padding: 35px 18px;
        }

        .contact-item {
            position: relative;
            width: 46px;
            height: 46px;
            margin-bottom: 55px;
        }

        .contact-item:last-child {
            margin-bottom: 0;
        }

        .contact-item:not(:last-child)::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -48px;
            width: 1px;
            height: 40px;
            background: #e8e8e8;
            transform: translateX(-50%);
        }

        .contact-button {
            width: 46px;
            height: 46px;
            border: 1px solid #e5e5e5;
            background: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #8e8e8e;
            transition:
                background 0.35s ease,
                color 0.35s ease,
                border-color 0.35s ease;
        }

        .contact-button i {
            display: inline-block;
            font-size: 15px;
            transition: transform 0.6s ease;
        }

        .contact-item:hover .contact-button {
            background: #c8953f;
            border-color: #c8953f;
            color: #ffffff;
        }

        .contact-item:hover .contact-button i {
            transform: rotate(360deg);
        }

        /* =========================================================
           CONTACT HOVER BOX
        ========================================================= */

        .contact-hover-box {
            position: absolute;
            left: 60px;
            top: 50%;
            transform: translate(-12px, -50%);
            min-width: 220px;
            max-width: 390px;
            padding: 12px 17px;
            background: #1d1d1d;
            color: #ffffff;
            font-size: 12px;
            line-height: 1.5;
            opacity: 0;
            visibility: hidden;
            white-space: nowrap;
            pointer-events: none;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
            transition:
                opacity 0.35s ease,
                visibility 0.35s ease,
                transform 0.35s ease;
        }

        .contact-hover-box::before {
            content: "";
            position: absolute;
            left: -7px;
            top: 50%;
            transform: translateY(-50%);
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-right: 7px solid #1d1d1d;
        }

        .contact-item:hover .contact-hover-box {
            opacity: 1;
            visibility: visible;
            transform: translate(0, -50%);
        }

        /* =========================================================
           RIGHT VERTICAL BAR
        ========================================================= */

        .right-vertical-bar {
            position: absolute;
            z-index: 35;
            top: 0;
            right: 0;
            width: 80px;
            height: 100%;
            background: #f6f6f6;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .right-vertical-text {
            color: #171717;
            font-size: 10px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 4px;
            writing-mode: vertical-rl;
            transform: rotate(180deg);
            white-space: nowrap;
        }

        .right-vertical-line {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 1px;
            height: 42px;
            background: #c8953f;
        }

        .right-vertical-line.top {
            top: 100px;
        }

        .right-vertical-line.bottom {
            bottom: 100px;
        }

        /* =========================================================
           SCROLL DOWN
        ========================================================= */

        .scroll-down-area {
            position: absolute;
            z-index: 15;
            left: 50%;
            bottom: 40px;
            transform: translateX(-50%);
            text-align: center;
            color: #ffffff;
            font-size: 11px;
        }

        .scroll-mouse {
            width: 21px;
            height: 35px;
            border: 1px solid #ffffff;
            border-radius: 14px;
            margin: 0 auto 7px;
            position: relative;
        }

        .scroll-mouse::before {
            content: "";
            position: absolute;
            top: 7px;
            left: 50%;
            width: 2px;
            height: 6px;
            background: #ffffff;
            transform: translateX(-50%);
            animation: mouseMove 1.5s infinite;
        }

        .scroll-down-arrow {
            width: 9px;
            height: 9px;
            border-right: 1px solid #ffffff;
            border-bottom: 1px solid #ffffff;
            transform: rotate(45deg);
            margin: -3px auto 8px;
        }

        @keyframes mouseMove {
            0% {
                opacity: 0;
                transform: translate(-50%, 0);
            }

            40% {
                opacity: 1;
            }

            100% {
                opacity: 0;
                transform: translate(-50%, 10px);
            }
        }

        /* =========================================================
           SLIDE NUMBER
        ========================================================= */

        .hero-slide-number {
            position: absolute;
            z-index: 20;
            right: 105px;
            bottom: 45px;
            display: flex;
            align-items: flex-end;
            color: #ffffff;
            font-weight: 900;
        }

        .hero-slide-number .current-slide {
            font-size: 31px;
            line-height: 1;
        }

        .hero-slide-number .total-slides {
            font-size: 12px;
            margin-left: 4px;
            margin-bottom: 3px;
        }

        /* =========================================================
           RIGHT SLIDER BUTTONS
        ========================================================= */

        .hero-slider-navigation {
            position: absolute;
            z-index: 50;
            right: 17px;
            bottom: 50px;
            width: 46px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .hero-slider-navigation button {
            width: 45px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 0;
            background: transparent;
            color: #cccccc;
            font-size: 36px;
            padding: 0;
            line-height: 1;
            transition: 0.3s ease;
        }

        .hero-slider-navigation button:hover {
            color: #c8953f;
            transform: scale(1.08);
        }

        .slider-navigation-dot {
            width: 10px;
            height: 10px;
            border: 2px solid #cccccc;
            border-radius: 50%;
            margin: -7px 0;
        }

        /* =========================================================
           OFFCANVAS MOBILE NAV
        ========================================================= */

        .mobile-nav-logo {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .mobile-nav-logo i {
            color: #c8953f;
            font-size: 30px;
        }

        .mobile-nav-logo strong {
            font-size: 16px;
            text-transform: uppercase;
        }

        .mobile-nav-links a {
            display: block;
            padding: 14px 0;
            border-bottom: 1px solid #eeeeee;
            color: #222222;
            font-size: 13px;
            font-weight: 800;
            text-transform: uppercase;
            transition: 0.3s ease;
        }

        .mobile-nav-links a:hover {
            color: #c8953f;
            padding-left: 6px;
        }

        .mobile-contact-button {
            display: block;
            margin-top: 25px;
            background: #c8953f;
            color: #ffffff;
            text-align: center;
            padding: 14px 20px;
            font-size: 13px;
            font-weight: 800;
            text-transform: uppercase;
        }

        /* =========================================================
           LARGE SCREEN ADJUSTMENTS
        ========================================================= */

        @media (max-width: 1500px) {
            .header-right-area {
                width: 195px;
                min-width: 195px;
            }

           
        }

        /* =========================================================
           TABLET
        ========================================================= */

        @media (max-width: 1199px) {

            .main-header {
                justify-content: space-between;
            }

            .hero-content {
                padding-left: 15%;
            }

            .hero-content-inner h1,
            .hero-content-inner h2 {
                font-size: 52px;
            }

        }

        /* =========================================================
           MOBILE NAVIGATION MODE
        ========================================================= */

        @media (max-width: 991px) {

            .main-header {
                height: 72px;
            }

            

            .hero-wrapper {
                padding-right: 0;
            }

            .right-vertical-bar {
                display: none;
            }

            .hero-carousel .carousel-item {
                height: calc(100vh - 72px);
            }

            .hero-content {
                padding-left: 120px;
                padding-right: 40px;
            }

            .hero-content-inner h1,
            .hero-content-inner h2 {
                font-size: 46px;
            }

            .hero-slide-number {
                right: 30px;
            }

            .hero-slider-navigation {
                display: none;
            }

        }

        /* =========================================================
           SMALL MOBILE
        ========================================================= */

        @media (max-width: 767px) {

            .main-header {
                height: 70px;
            }

            .header-logo-area {
                padding: 0 16px;
            }

            .logo-symbol {
                width: 40px;
                height: 40px;
                margin-right: 9px;
            }

            .logo-symbol i {
                font-size: 21px;
            }

            .logo-copy strong {
                font-size: 13px;
            }

            .logo-copy span {
                font-size: 7px;
            }

            .hero-carousel .carousel-item {
                height: 780px;
                min-height: 780px;
            }

            .hero-content {
                align-items: center;
                padding: 60px 25px 170px;
            }

            .hero-small-title {
                font-size: 11px;
            }

            .hero-title-line {
                width: 170px;
                margin-bottom: 27px;
            }

            .hero-content-inner h1,
            .hero-content-inner h2 {
                font-size: 37px;
                line-height: 1.08;
                letter-spacing: -1px;
            }

            .hero-description {
                font-size: 15px;
                line-height: 1.6;
            }

            .left-contact-sidebar {
                width: auto;
                left: 20px;
                top: auto;
                bottom: 28px;
                transform: none;
                padding: 0;
                background: transparent;
                display: flex;
                align-items: center;
                gap: 8px;
            }

            .contact-item {
                margin: 0;
                width: 44px;
                height: 44px;
            }

            .contact-item::after {
                display: none;
            }

            .contact-button {
                width: 44px;
                height: 44px;
            }

            .contact-hover-box {
                left: 0;
                top: auto;
                bottom: 58px;
                transform: translateY(10px);
                max-width: 280px;
                min-width: 210px;
                white-space: normal;
            }

            .contact-hover-box::before {
                left: 17px;
                top: auto;
                bottom: -7px;
                transform: none;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-top: 7px solid #1d1d1d;
                border-bottom: 0;
            }

            .contact-item:hover .contact-hover-box {
                transform: translateY(0);
            }

            .scroll-down-area {
                display: none;
            }

            .hero-slide-number {
                right: 20px;
                bottom: 40px;
            }

            .hero-slide-number .current-slide {
                font-size: 26px;
            }

        }

        /* =========================================================
           EXTRA SMALL MOBILE
        ========================================================= */

        @media (max-width: 480px) {

            .logo-copy strong {
                font-size: 11px;
            }

            .hero-content-inner h1,
            .hero-content-inner h2 {
                font-size: 32px;
            }

            .hero-description {
                font-size: 14px;
            }

            .hero-main-button {
                padding: 15px 20px;
            }

            .contact-item {
                width: 40px;
                height: 40px;
            }

            .contact-button {
                width: 40px;
                height: 40px;
            }

            .left-contact-sidebar {
                left: 12px;
                gap: 5px;
            }

        }

.social-icons {
    display: flex;
    align-items: center;
    gap: 14px;padding-left:30px
}

.social-icons a {
    color: #8e8e8e;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    color: #071d2b;
    transform: translateY(-3px);
}

/*section1*/
.cleaning-about-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 70px 30px;
    background: #f7f6f3;
    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   VERTICAL ABOUT US WATERMARK
========================================================= */

.cleaning-about-watermark {
    position: absolute;
    left: 25px;
    top: 50%;
    z-index: 1;

    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center;

    color: #adadad;
    opacity: 0.12;

    font-size: 100px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 5px;

    white-space: nowrap;

    animation: watermarkMove 5s ease-in-out infinite alternate;
}


/* =========================================================
   MAIN CONTAINER
========================================================= */

.cleaning-about-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1320px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: 390px minmax(0, 1fr) 190px;
    gap: 28px;

    align-items: stretch;
}


/* =========================================================
   LEFT IMAGE
========================================================= */

.cleaning-about-image {
    position: relative;

    min-height: 560px;

    overflow: hidden;

    border-radius: 12px;

    opacity: 0;

    animation: aboutImageIn 1s ease forwards;

    box-shadow: 0 12px 35px rgba(28, 31, 38, 0.08);
}


.cleaning-about-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.7s ease,
        filter 0.7s ease;
}


.cleaning-about-image:hover img {
    transform: scale(1.045);
}


/* =========================================================
   PLAY BUTTON
========================================================= */

.cleaning-play-btn {
    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    width: 90px;
    height: 90px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(195, 150, 78, 0.25);

    text-decoration: none;

    animation: playOuterPulse 2.2s ease-in-out infinite;
}


.cleaning-play-btn::before {
    content: "";

    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    width: 70px;
    height: 70px;

    border: 2px solid rgba(255, 255, 255, 0.55);

    border-radius: 50%;
}


.cleaning-play-btn span {
    position: relative;
    z-index: 2;

    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding-left: 4px;

    border-radius: 50%;

    background: #c3964e;
    color: #ffffff;

    font-size: 20px;

    box-shadow: 0 8px 25px rgba(28, 31, 38, 0.25);

    animation: playInnerPulse 1.8s ease-in-out infinite;
}


/* =========================================================
   MAIN DARK CONTENT
========================================================= */

.cleaning-about-content {
    position: relative;

    overflow: hidden;

    padding: 42px 38px;

    border-radius: 12px;

    background: #1c1f26;

    display: flex;
    flex-direction: column;
    justify-content: center;

    opacity: 0;

    animation: aboutContentIn 1s ease 0.2s forwards;

    box-shadow: 0 12px 35px rgba(28, 31, 38, 0.08);
}


/* Gold background glow */

.cleaning-about-content::after {
    content: "";

    position: absolute;

    right: -90px;
    bottom: -130px;

    width: 380px;
    height: 260px;

    border-radius: 50%;

    background: #c3964e;

    opacity: 0.16;

    filter: blur(60px);

    animation: goldGlowMove 5s ease-in-out infinite alternate;
}


.cleaning-about-content > * {
    position: relative;
    z-index: 2;
}


/* =========================================================
   ABOUT LABEL
========================================================= */

.cleaning-about-label {
    margin-bottom: 14px;

    color: #c3964e;

    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;

    text-transform: uppercase;

    animation: labelGlow 2s ease-in-out infinite alternate;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.cleaning-about-content h2 {
    margin: 0 0 26px;

    color: #ffffff;

    font-size: 43px;
    line-height: 1.17;
    font-weight: 800;

    letter-spacing: -1px;

    animation: headingIn 0.9s ease 0.45s both;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.cleaning-about-description {
    max-width: 650px;

    margin: 0 0 22px;

    color: #fff;

    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;

    animation: paragraphIn 0.9s ease 0.6s both;
}


/* =========================================================
   GOLD SUBTITLE
========================================================= */

.cleaning-about-content h4 {
    margin: 0 0 20px;

    color: #c3964e;

    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    font-style: italic;

    animation: paragraphIn 0.9s ease 0.7s both;
}


/* =========================================================
   BENEFITS
========================================================= */

.cleaning-about-benefits {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 20px 35px;

    margin-bottom: 30px;
}


.cleaning-about-benefits ul {
    padding: 0;
    margin: 0;

    list-style: none;
}


.cleaning-about-benefits li {
    display: flex;
    align-items: center;

    gap: 12px;

    margin-bottom: 16px;

    color: #ffffff;

    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;

    opacity: 0;

    animation: benefitIn 0.6s ease forwards;
}


.cleaning-about-benefits li:last-child {
    margin-bottom: 0;
}


.cleaning-about-benefits li span {
    display: inline-block;

    flex-shrink: 0;

    color: #c3964e;

    font-size: 20px;
    line-height: 1;

    animation: checkPulse 2s ease-in-out infinite;
}


/* Benefit animation delay */

.cleaning-about-benefits ul:first-child li:nth-child(1) {
    animation-delay: 0.8s;
}

.cleaning-about-benefits ul:first-child li:nth-child(2) {
    animation-delay: 0.95s;
}

.cleaning-about-benefits ul:first-child li:nth-child(3) {
    animation-delay: 1.1s;
}

.cleaning-about-benefits ul:last-child li:nth-child(1) {
    animation-delay: 0.9s;
}

.cleaning-about-benefits ul:last-child li:nth-child(2) {
    animation-delay: 1.05s;
}

.cleaning-about-benefits ul:last-child li:nth-child(3) {
    animation-delay: 1.2s;
}


/* =========================================================
   BOTTOM AREA
========================================================= */

.cleaning-about-bottom {
    display: flex;
    align-items: center;

    gap: 30px;

    flex-wrap: wrap;
}


/* =========================================================
   READ MORE BUTTON
========================================================= */

.cleaning-read-btn {
    position: relative;

    overflow: hidden;

    min-width: 165px;

    padding: 16px 27px;

    border-radius: 9px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 13px;

    background: #c3964e;
    color: #ffffff;

    text-decoration: none;

    font-size: 15px;
    line-height: 1;
    font-weight: 700;

    box-shadow: 0 8px 22px rgba(195, 150, 78, 0.15);

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Button shine */

.cleaning-read-btn::before {
    content: "";

    position: absolute;

    top: 0;
    left: -120%;

    width: 70%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
    );

    transform: skewX(-20deg);

    animation: buttonShine 3.5s ease-in-out infinite;
}


.cleaning-read-btn:hover {
    background: #adadad;
    color: #1c1f26;

    transform: translateY(-4px);

    box-shadow: 0 12px 28px rgba(195, 150, 78, 0.25);
}


.cleaning-read-btn span {
    position: relative;

    font-size: 20px;

    animation: arrowMove 1.2s ease-in-out infinite;
}


/* =========================================================
   HELP / PHONE
========================================================= */

.cleaning-help {
    display: flex;
    align-items: center;

    gap: 14px;
}


.cleaning-phone-icon {
    width: 52px;
    height: 52px;

    min-width: 52px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    color: #c3964e;

    font-size: 20px;

    animation: phonePulse 2s ease-in-out infinite;
}


.cleaning-help > div:last-child {
    display: flex;
    flex-direction: column;

    gap: 5px;
}


.cleaning-help span {
    color: #adadad;

    font-size: 14px;
    line-height: 1.3;
}


.cleaning-help a {
    color: #ffffff;

    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;

    text-decoration: none;

    transition: color 0.3s ease;
}


.cleaning-help a:hover {
    color: #c3964e;
}


/* =========================================================
   RIGHT STATISTICS
========================================================= */

.cleaning-about-stats {
    display: grid;

    grid-template-rows: repeat(3, 1fr);

    gap: 18px;
}


/* =========================================================
   STAT CARD
========================================================= */

.cleaning-stat-card {
    position: relative;

    overflow: hidden;

    padding: 22px 15px;

    border-radius: 11px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    opacity: 0;

    box-shadow: 0 8px 25px rgba(28, 31, 38, 0.08);

    animation: statCardIn 0.8s ease forwards;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.cleaning-stat-card:nth-child(1) {
    animation-delay: 0.3s;
}


.cleaning-stat-card:nth-child(2) {
    animation-delay: 0.5s;
}


.cleaning-stat-card:nth-child(3) {
    animation-delay: 0.7s;
}


.cleaning-stat-card:hover {
    transform: translateY(-7px);

    box-shadow: 0 16px 35px rgba(28, 31, 38, 0.18);
}


/* Bottom card glow */

.cleaning-stat-card::after {
    content: "";

    position: absolute;

    right: -35px;
    bottom: -40px;

    width: 120px;
    height: 100px;

    border-radius: 50%;

    background: #c3964e;

    opacity: 0.35;

    filter: blur(30px);
}


.cleaning-stat-card > * {
    position: relative;
    z-index: 2;
}


/* =========================================================
   EXPERIENCE CARD
========================================================= */

.cleaning-stat-gold {
    background: #c3964e;
    color: #ffffff;
}


.cleaning-stat-gold::after {
    background: #1c1f26;

    opacity: 0.28;
}


.cleaning-stat-gold strong {
    margin-bottom: 12px;

    color: #ffffff;

    font-size: 44px;
    line-height: 1;
    font-weight: 800;

    animation: numberFloat 2.3s ease-in-out infinite;
}


.cleaning-stat-gold span {
    color: #ffffff;

    font-size: 15px;
    line-height: 1.5;

    font-weight: 600;
}


/* =========================================================
   GUARANTEE CARD
========================================================= */

.cleaning-stat-dark {
    background: #1c1f26;
    color: #ffffff;
}


.cleaning-shield {
    width: 52px;
    height: 58px;

    margin-bottom: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    color: #1c1f26;

    font-size: 23px;
    font-weight: 900;

    clip-path: polygon(
        50% 0,
        90% 15%,
        90% 60%,
        75% 82%,
        50% 100%,
        25% 82%,
        10% 60%,
        10% 15%
    );

    animation: shieldFloat 2.5s ease-in-out infinite;
}


.cleaning-stat-dark strong {
    margin-bottom: 6px;

    color: #ffffff;

    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
}


.cleaning-stat-dark span {
    color: #adadad;

    font-size: 15px;
    line-height: 1.5;
}


/* =========================================================
   CUSTOMER REVIEW CARD
========================================================= */

.cleaning-review-card {
    background: #1c1f26;
    color: #ffffff;
}


.cleaning-review-images {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 14px;
}


.cleaning-review-images img {
    width: 45px;
    height: 45px;

    object-fit: cover;

    margin-left: -10px;

    border: 2px solid #ffffff;
    border-radius: 50%;

    transition:
        transform 0.35s ease,
        border-color 0.35s ease;
}


.cleaning-review-images img:first-child {
    margin-left: 0;
}


.cleaning-review-card:hover .cleaning-review-images img {
    border-color: #c3964e;
}


.cleaning-review-card:hover .cleaning-review-images img:nth-child(1) {
    transform: translateY(-5px);
}


.cleaning-review-card:hover .cleaning-review-images img:nth-child(2) {
    transform: translateY(-9px);
}


.cleaning-review-card:hover .cleaning-review-images img:nth-child(3) {
    transform: translateY(-5px);
}


.cleaning-review-card strong {
    margin-bottom: 7px;

    color: #ffffff;

    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}


.cleaning-review-card > span {
    color: #adadad;

    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}


/* =========================================================
   ANIMATIONS
========================================================= */

/* Left image */

@keyframes aboutImageIn {

    0% {
        opacity: 0;
        transform: translateX(-60px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/* Main content */

@keyframes aboutContentIn {

    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Right cards */

@keyframes statCardIn {

    0% {
        opacity: 0;
        transform: translateX(50px) scale(0.95);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}


/* Watermark */

@keyframes watermarkMove {

    0% {
        opacity: 0.07;
        margin-top: -10px;
    }

    100% {
        opacity: 0.15;
        margin-top: 10px;
    }
}


/* Label glow */

@keyframes labelGlow {

    0% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;

        text-shadow:
            0 0 12px rgba(195, 150, 78, 0.45);
    }
}


/* Heading */

@keyframes headingIn {

    0% {
        opacity: 0;
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Paragraph */

@keyframes paragraphIn {

    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Benefits */

@keyframes benefitIn {

    0% {
        opacity: 0;
        transform: translateX(-18px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/* Checkmarks */

@keyframes checkPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.18);
    }
}


/* Button shine */

@keyframes buttonShine {

    0% {
        left: -120%;
    }

    55% {
        left: 150%;
    }

    100% {
        left: 150%;
    }
}


/* Arrow */

@keyframes arrowMove {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }
}


/* Phone */

@keyframes phonePulse {

    0%,
    100% {
        transform: scale(1);

        box-shadow:
            0 0 0 0 rgba(195, 150, 78, 0.30);
    }

    50% {
        transform: scale(1.06);

        box-shadow:
            0 0 0 11px rgba(195, 150, 78, 0);
    }
}


/* Play outer pulse */

@keyframes playOuterPulse {

    0%,
    100% {
        box-shadow:
            0 0 0 0 rgba(195, 150, 78, 0.35);
    }

    50% {
        box-shadow:
            0 0 0 20px rgba(195, 150, 78, 0);
    }
}


/* Play button */

@keyframes playInnerPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}


/* 35+ */

@keyframes numberFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}


/* Shield */

@keyframes shieldFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-6px) rotate(2deg);
    }
}


/* Background gold glow */

@keyframes goldGlowMove {

    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.10;
    }

    100% {
        transform: translate(-35px, -20px) scale(1.2);
        opacity: 0.20;
    }
}


/* =========================================================
   RESPONSIVE - LARGE TABLETS
========================================================= */

@media (max-width: 1200px) {

    .cleaning-about-container {
        max-width: 960px;

        grid-template-columns:
            340px minmax(0, 1fr);
    }


    .cleaning-about-stats {
        grid-column: 1 / -1;

        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: none;
    }


    .cleaning-stat-card {
        min-height: 190px;
    }


    .cleaning-about-watermark {
        display: none;
    }


    .cleaning-about-content h2 {
        font-size: 38px;
    }


    .cleaning-about-benefits {
        gap: 15px;
    }
}


/* =========================================================
   RESPONSIVE - TABLETS
========================================================= */

@media (max-width: 991px) {

    .cleaning-about-section {
        padding: 55px 20px;
    }


    .cleaning-about-container {
        max-width: 720px;

        grid-template-columns: 1fr;

        gap: 25px;
    }


    .cleaning-about-image {
        min-height: 520px;
    }


    .cleaning-about-content {
        padding: 40px 35px;
    }


    .cleaning-about-content h2 {
        font-size: 38px;
    }


    .cleaning-about-stats {
        grid-column: auto;

        grid-template-columns: repeat(3, 1fr);
    }
}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 767px) {

    .cleaning-about-section {
        padding: 40px 15px;
    }


    .cleaning-about-container {
        gap: 20px;
    }


    .cleaning-about-image {
        min-height: 450px;
    }


    .cleaning-play-btn {
        width: 80px;
        height: 80px;
    }


    .cleaning-play-btn::before {
        width: 64px;
        height: 64px;
    }


    .cleaning-play-btn span {
        width: 50px;
        height: 50px;
    }


    .cleaning-about-content {
        padding: 34px 25px;
    }


    .cleaning-about-content h2 {
        margin-bottom: 20px;

        font-size: 31px;
        line-height: 1.2;
    }


    .cleaning-about-description {
        font-size: 15px;
        line-height: 1.7;
    }


    .cleaning-about-content h4 {
        font-size: 16px;
    }


    .cleaning-about-benefits {
        grid-template-columns: 1fr;

        gap: 0;
    }


    .cleaning-about-benefits ul:first-child li:last-child {
        margin-bottom: 16px;
    }


    .cleaning-about-bottom {
        flex-direction: column;
        align-items: flex-start;

        gap: 22px;
    }


    .cleaning-about-stats {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .cleaning-stat-card {
        min-height: 180px;
    }
}


/* =========================================================
   RESPONSIVE - SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .cleaning-about-section {
        padding: 30px 12px;
    }


    .cleaning-about-image {
        min-height: 380px;

        border-radius: 10px;
    }


    .cleaning-about-content {
        padding: 30px 20px;

        border-radius: 10px;
    }


    .cleaning-about-label {
        font-size: 13px;
    }


    .cleaning-about-content h2 {
        font-size: 27px;
        letter-spacing: -0.5px;
    }


    .cleaning-about-description {
        font-size: 14px;
    }


    .cleaning-about-content h4 {
        font-size: 15px;
    }


    .cleaning-about-benefits li {
        font-size: 14px;
    }


    .cleaning-read-btn {
        width: 100%;

        padding: 17px 20px;
    }


    .cleaning-help {
        width: 100%;
    }


    .cleaning-stat-gold strong {
        font-size: 40px;
    }
}


/* =========================================================
   REDUCED MOTION ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .cleaning-about-section *,
    .cleaning-about-section *::before,
    .cleaning-about-section *::after {
        animation: none !important;

        transition: none !important;

        scroll-behavior: auto !important;
    }


    .cleaning-about-image,
    .cleaning-about-content,
    .cleaning-stat-card,
    .cleaning-about-benefits li {
        opacity: 1;
    }
}
/*section1*/
/*section2*/
/* ========================================
   CARPET CLEANING SERVICES SECTION
======================================== */
.carpet-services-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #ffffff;
}


/* Heading
======================================== */

.services-heading {
    max-width: 800px;
    margin: 0 auto 55px;
    animation: serviceHeadingFade 0.8s ease both;
}


.services-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    color: #c3964e;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px;
}


.services-subtitle i {
    font-size: 17px;
}


.services-heading h2 {
    margin: 0 0 15px;
    color: #1c1f26;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 800;
}


.services-intro {
    max-width: 700px;
    margin: 0 auto;
    color: #6f6f6f;
    font-size: 17px;
    line-height: 1.8;
}


/* Service Card
======================================== */

.service-card {
    position: relative;
    height: 100%;
    padding: 11px;
    overflow: hidden;

    background: #ffffff;

    border: 2px solid #eee8df;
    border-radius: 11px;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;

    animation: serviceCardFade .7s ease both;
}


.col-xl-3:nth-child(1) .service-card {
    animation-delay: .05s;
}

.col-xl-3:nth-child(2) .service-card {
    animation-delay: .15s;
}

.col-xl-3:nth-child(3) .service-card {
    animation-delay: .25s;
}

.col-xl-3:nth-child(4) .service-card {
    animation-delay: .35s;
}


.service-card:hover {
    transform: translateY(-10px);

    border-color: #c3964e;

    box-shadow:
        0 20px 45px rgba(28, 31, 38, .10);
}


/* Image
======================================== */

.service-image {
    position: relative;

    width: 100%;
    height: 230px;

    overflow: hidden;

    border-radius: 9px;
}


.service-image::after {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgba(28, 31, 38, 0) 55%,
            rgba(28, 31, 38, .12) 100%
        );

    opacity: 0;

    transition: opacity .35s ease;
}


.service-card:hover .service-image::after {
    opacity: 1;
}


.service-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .7s ease;
}


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


/* Content
======================================== */

.service-card-content {
    position: relative;

    min-height: 255px;

    padding:
        23px 10px
        0 10px;
}


.service-card-content::before {
    content: "";

    position: absolute;

    left: 0;
    top: 20px;

    width: 2px;
    height: 0;

    background: #c3964e;

    transition: height .4s ease;
}


.service-card:hover .service-card-content::before {
    height: 44px;
}


/* Title
======================================== */

.service-card-content h3 {
    margin:
        0 0 10px
        0;

    font-size: 22px;
    line-height: 1.35;
    font-weight: 800;
}


.service-card-content h3 a {
    color: #1c1f26;
    text-decoration: none;

    transition: color .3s ease;
}


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


/* Text
======================================== */

.service-card-content p {
    margin: 0 0 30px;

    color: #6d6d6d;

    font-size: 16px;
    line-height: 1.65;
}


/* Bottom
======================================== */

.service-card-bottom {
    position: absolute;

    left: 10px;
    right: 0;
    bottom: 0;

    min-height: 63px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Read More
======================================== */

.service-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    color: #c3964e;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition:
        gap .3s ease,
        color .3s ease;
}


.service-read-more i {
    font-size: 15px;

    transition: transform .3s ease;
}


.service-read-more:hover {
    gap: 10px;

    color: #1c1f26;
}


.service-read-more:hover i {
    transform: translateX(4px);
}


/* Bottom Decorative Icon
======================================== */

.service-icon {
    position: relative;

    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #c3964e;

    border-radius:
        50% 50%
        50% 12px;

    color: #c3964e;

    background: #ffffff;

    font-size: 25px;

    transition:
        transform .4s ease,
        background .4s ease,
        color .4s ease;
}


.service-icon::before {
    content: "✦";

    position: absolute;

    left: -11px;
    top: 16px;

    color: #c3964e;

    font-size: 21px;

    background: #ffffff;

    transition: transform .5s ease;
}
.service-card:hover .service-icon {
    transform: rotate(8deg);
    background: #c3964e;
    color: #ffffff;
}
.service-card:hover .service-icon::before {
    transform: rotate(180deg) scale(1.15);
}

/* ========================================
   ANIMATIONS
======================================== */

@keyframes serviceHeadingFade {

    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


@keyframes serviceCardFade {

    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 1199px) {

    .services-heading h2 {
        font-size: 42px;
    }

}


@media (max-width: 991px) {

    .carpet-services-section {
        padding: 80px 0;
    }


    .services-heading {
        margin-bottom: 45px;
    }


    .services-heading h2 {
        font-size: 38px;
    }


    .service-image {
        height: 260px;
    }

}


@media (max-width: 767px) {

    .carpet-services-section {
        padding: 65px 0;
    }


    .services-heading {
        margin-bottom: 35px;
    }


    .services-heading h2 {
        font-size: 33px;
    }


    .services-intro {
        font-size: 15px;
    }


    .service-image {
        height: 240px;
    }


    .service-card-content {
        min-height: 235px;
    }

}


@media (max-width: 575px) {

    .services-heading h2 {
        font-size: 29px;
    }


    .service-image {
        height: 220px;
    }


    .service-card {
        max-width: 420px;
        margin: 0 auto;
    }

}


/* Accessibility */
@media (prefers-reduced-motion: reduce) {

    .service-card,
    .services-heading,
    .service-image img,
    .service-icon,
    .service-icon::before,
    .service-read-more i {
        animation: none !important;
        transition: none !important;
    }

}
/*section2*/
/*section3*/
.dallas-cleaning-contact-section {
    position: relative;
    overflow: hidden;
    padding: 70px 0 55px;
    background:
        radial-gradient(
            circle at 88% 88%,
            rgba(195, 150, 78, 0.08),
            transparent 22%
        ),
        #f7f5f2;
    font-family: Arial, Helvetica, sans-serif;
}
/* =========================================================
   WORKER IMAGE
========================================================= */

.cleaning-worker-box {
    position: relative;
    width: 100%;
    overflow: hidden;height: 100%
}

.cleaning-worker-map {
    display: block;
    width: 100%;
    border: 0;
}

.worker-message {
    position: absolute;
    z-index: 5;
}

/* Responsive */
@media (max-width: 991.98px) {
    .cleaning-worker-map {
        height: 600px;
    }
}

@media (max-width: 767.98px) {
    .cleaning-worker-map {
        height: 450px;
    }
}
.worker-message {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 63%;
    min-height: 165px;
    padding: 28px 18px;
    border-radius: 90px 0 0 0;
    background: #c3964e;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.45;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.worker-message span {
    display: block;
}


/* =========================================================
   FORM
========================================================= */

.cleaning-form-wrapper {
    position: relative;
    height: 100%;
    min-height: 500px;
    padding: 28px 30px 30px;
    overflow: hidden;
    border-radius: 14px;
    background:
        linear-gradient(
            145deg,
            #1c1f26 0%,
            #22262d 62%,
            #4c432d 100%
        );
    box-shadow: 0 18px 45px rgba(28, 31, 38, 0.1);
    animation: cleaningFadeUp 0.9s 0.08s ease both;
}

.cleaning-form-wrapper::after {
    content: "";
    position: absolute;
    right: -85px;
    bottom: -100px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(195, 150, 78, 0.18);
    filter: blur(30px);
    pointer-events: none;
}

.form-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    margin-top: 120px;
}

.form-heading .small-title {
    display: inline-block;
    margin-bottom: 6px;
    color: #c3964e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.form-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.3;
}

.cleaning-form-wrapper form {
    position: relative;
    z-index: 2;
}

.cleaning-form-wrapper .form-control,
.cleaning-form-wrapper .form-select {
    min-height: 48px;
    padding: 10px 17px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    box-shadow: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.cleaning-form-wrapper textarea.form-control {
    min-height: 105px;
    resize: vertical;
}

.cleaning-form-wrapper .form-control::placeholder {
    color: #adadad;
}

.cleaning-form-wrapper .form-control:focus,
.cleaning-form-wrapper .form-select:focus {
    border-color: #c3964e;
    background-color: rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 0 3px rgba(195, 150, 78, 0.12);
}

.cleaning-form-wrapper .form-select {
    color: #adadad;
}

.cleaning-form-wrapper .form-select option {
    color: #1c1f26;
    background: #ffffff;
}

.cleaning-submit-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 190px;
    min-height: 50px;
    padding: 12px 22px;
    overflow: hidden;
    border: 2px solid #c3964e;
    border-radius: 10px;
    background: #c3964e;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.cleaning-submit-btn i {
    transition: transform 0.3s ease;
}

.cleaning-submit-btn:hover {
    background: transparent;
    color: #c3964e;
}

.cleaning-submit-btn:hover i {
    transform: translateX(5px);
}


/* =========================================================
   CITIES
========================================================= */

.cities-wrapper {
    height: 100%;
    min-height: 500px;
    padding: 25px;
    border-radius: 14px;
    background:
        linear-gradient(
            145deg,
            #101c1b 0%,
            #1c1f26 100%
        );
    animation: cleaningFadeUp 1s 0.16s ease both;
}

.cities-heading {
    margin-bottom: 20px;
    text-align: center;
}

.cities-heading > span {
    display: inline-block;
    margin-bottom: 5px;
    color: #c3964e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.cities-heading h2 {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
}

.cities-heading p {
    max-width: 500px;
    margin: 0 auto;
    color: #adadad;
    font-size: 13px;
    line-height: 1.6;
}

.city-card {
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center;
}

.city-image {
    position: relative;
    width: 103px;
    height: 103px;
    margin: 0 auto -8px;
    z-index: 2;
    padding: 4px;
    border: 2px solid #c3964e;
    border-radius: 50%;
    background: #1c1f26;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.city-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.city-icon {
    position: absolute;
    right: -2px;
    bottom: -5px;
    width: 42px;
    height: 42px;
    border: 3px solid #1c1f26;
    border-radius: 50%;
    background: #c3964e;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: transform 0.4s ease;
}

.city-name {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 42px;
    margin-top: 0;
    padding: 12px 5px 7px;
    border-radius: 6px;
    background: #c3964e;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.city-card:hover .city-image {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(195, 150, 78, 0.22);
}

.city-card:hover .city-icon {
    transform: rotate(12deg) scale(1.08);
}

.city-card:hover .city-name {
    background: #ffffff;
    color: #1c1f26;
    transform: translateY(2px);
}


/* =========================================================
   ZIP CODE MARQUEE
========================================================= */

.dallas-zip-wrapper {
    display: flex;
    align-items: stretch;
    margin-top: 18px;
    overflow: hidden;
    border: 1px solid rgba(195, 150, 78, 0.25);
    border-radius: 12px;
    background: #1c1f26;
    box-shadow: 0 10px 30px rgba(28, 31, 38, 0.06);
}

.zip-title {
    position: relative;
    z-index: 4;
    flex: 0 0 auto;
    padding: 14px 22px;
    background: #c3964e;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.zip-title i {
    font-size: 17px;
}

.zip-marquee {
    position: relative;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.zip-marquee::before,
.zip-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 3;
    width: 45px;
    height: 100%;
    pointer-events: none;
}

.zip-marquee::before {
    left: 0;
    background:
        linear-gradient(
            90deg,
            #1c1f26,
            transparent
        );
}

.zip-marquee::after {
    right: 0;
    background:
        linear-gradient(
            -90deg,
            #1c1f26,
            transparent
        );
}

.zip-marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    min-height: 52px;
    animation: zipMarquee 38s linear infinite;
}

.zip-marquee:hover .zip-marquee-track {
    animation-play-state: paused;
}

.zip-marquee-track span {
    position: relative;
    padding: 0 17px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.zip-marquee-track span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c3964e;
    transform: translateY(-50%);
}


/* =========================================================
   COUNTERS
========================================================= */

.cleaning-counter-area {
    position: relative;
    margin-top: 48px;
    padding: 35px 20px;
}

.cleaning-counter-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 80px;
    height: 3px;
    border-radius: 10px;
    background: #c3964e;
    transform: translateX(-50%);
}

.counter-item {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 15px;
    border-radius: 12px;
    transition:
        transform 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.counter-item:hover {
    transform: translateY(-5px);
    background: #ffffff;
    box-shadow: 0 14px 35px rgba(28, 31, 38, 0.08);
}

.counter-icon {
    flex: 0 0 98px;
    width: 98px;
    height: 98px;
    border: 6px solid #c3964e;
    border-radius: 50%;
    background: #1c1f26;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    transition:
        transform 0.45s ease,
        background 0.3s ease;
}

.counter-item:hover .counter-icon {
    transform: rotate(8deg) scale(1.04);
    background: #c3964e;
}

.counter-number-row {
    display: flex;
    align-items: baseline;
    color: #c3964e;
    line-height: 1;
}

.counter-number,
.counter-suffix {
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 900;
}

.counter-content p {
    margin: 7px 0 0;
    color: #666666;
    font-size: 15px;
}


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes cleaningFadeUp {

    0% {
        opacity: 0;
        transform: translateY(24px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}

@keyframes zipMarquee {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199.98px) {

    .cleaning-worker-box,
    .cleaning-worker-img,
    .cleaning-form-wrapper,
    .cities-wrapper {
        min-height: 480px;
    }

}


@media (max-width: 991.98px) {

    .dallas-cleaning-contact-section {
        padding: 55px 0 40px;
    }

    .cities-wrapper {
        min-height: auto;
    }

    .counter-item {
        justify-content: center;
    }

}


@media (max-width: 767.98px) {

    .cleaning-worker-box,
    .cleaning-worker-img {
        min-height: 430px;
    }

    .cleaning-form-wrapper {
        min-height: auto;
        padding: 25px 20px;
    }

    .cities-wrapper {
        padding: 25px 18px;
    }

    .city-image {
        width: 110px;
        height: 110px;
    }

    .dallas-zip-wrapper {
        display: block;
    }

    .zip-title {
        justify-content: center;
    }

    .cleaning-counter-area {
        margin-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }

}


@media (max-width: 575.98px) {

    .dallas-cleaning-contact-section {
        padding: 40px 0 30px;
    }

    .cleaning-worker-box,
    .cleaning-worker-img {
        min-height: 390px;
    }

    .worker-message {
        width: 68%;
        min-height: 140px;
        font-size: 19px;
    }

    .form-heading h2,
    .cities-heading h2 {
        font-size: 21px;
    }

    .city-image {
        width: 95px;
        height: 95px;
    }

    .city-name {
        font-size: 12px;
    }

    .counter-item {
        justify-content: flex-start;
        max-width: 330px;
        margin: auto;
    }

    .counter-icon {
        flex: 0 0 82px;
        width: 82px;
        height: 82px;
        font-size: 28px;
        border-width: 5px;
    }

    .counter-number,
    .counter-suffix {
        font-size: 37px;
    }

}


/* =========================================================
   REDUCED MOTION ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .cleaning-worker-box,
    .cleaning-form-wrapper,
    .cities-wrapper,
    .zip-marquee-track {
        animation: none;
    }

    .city-image,
    .city-icon,
    .city-name,
    .counter-item,
    .counter-icon,
    .cleaning-worker-img {
        transition: none;
    }

}
.CUS.contact-form {
    width: 100%;
}

.CUS.contact-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

/* Every 2 inputs in one line */
.CUS .form-grid,
.CUS .date-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

.CUS label {
    display: block;
    width: 100%;
    margin: 0;
}

/* Inputs + Selects */
.CUS .form-control,
.CUS .form-select,
.CUS textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #adadad;
    border-radius: 6px;
    background: #ffffff;
    color: #1c1f26;
    font-size: 15px;
    font-family: inherit;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

/* Select */
.CUS .form-select {
    cursor: pointer;
}

/* Focus */
.CUS .form-control:focus,
.CUS .form-select:focus,
.CUS textarea:focus {
    border-color: #c3964e;
    box-shadow: 0 0 0 3px rgba(195, 150, 78, 0.15);
}

/* Placeholder */
.CUS .form-control::placeholder,
.CUS textarea::placeholder {
    color: #777777;
    opacity: 1;
}

/* =========================
   TEXTAREA - SEPARATE LINE
========================= */

.CUS textarea {
    display: block;
    resize: vertical;
    margin-bottom: 18px;
}

/* =========================
   SUBMIT BUTTON
========================= */

.CUS .cleaning-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 55px;
    padding: 14px 32px;
    border: 2px solid #c3964e;
    border-radius: 6px;
    background: #c3964e;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s ease,
                color 0.3s ease,
                transform 0.3s ease,
                box-shadow 0.3s ease;
}

.CUS .cleaning-submit-btn:hover {
    background: #1c1f26;
    border-color: #1c1f26;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(28, 31, 38, 0.18);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 767.98px) {

    .CUS .form-grid,
    .CUS .date-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 14px;
    }

    .CUS .cleaning-submit-btn {
        width: 100%;
    }
}
/*section3*/
/*section4*/
/* =========================================
   CARPET STAIN NEUTRALIZATION SECTION
========================================= */

.stain-neutralization-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}
.stain-neutralization-section .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   BEFORE / AFTER IMAGE
========================================= */

.stain-before-after {
    position: relative;
    max-width: 650px;
    margin: auto;
    animation: stainImageEntrance 1s ease both;
}

.before-after-image-box {
    position: relative;
    height: 610px;
    overflow: hidden;
    border-radius: 28px;
    background: #1c1f26;
    box-shadow: 0 25px 65px rgba(28, 31, 38, 0.18);
}

.before-after-img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
}

.before-img {
    z-index: 1;
}

.after-image-wrap {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    animation: carpetComparison 7s ease-in-out infinite;
}

.after-img {
    width: 650px;
    max-width: none;
}


/* =========================================
   DIVIDER
========================================= */

.comparison-divider {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    animation: comparisonDivider 7s ease-in-out infinite;
}

.comparison-divider span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58px;
    height: 58px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #c3964e;
    color: #ffffff;
    border: 5px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.comparison-divider span i {
    animation: dividerIcon 1.8s ease-in-out infinite;
}


/* =========================================
   BEFORE / AFTER LABELS
========================================= */

.image-label {
    position: absolute;
    z-index: 7;
    top: 25px;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
}

.before-label {
    right: 25px;
    background: #1c1f26;
    color: #ffffff;
}

.after-label {
    left: 25px;
    background: #c3964e;
    color: #ffffff;
}


/* =========================================
   IMAGE BOTTOM CARD
========================================= */

.image-bottom-card {
    position: absolute;
    z-index: 10;
    left: 35px;
    right: 35px;
    bottom: -35px;
    min-height: 90px;
    padding: 17px 22px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(28, 31, 38, 0.15);
    display: flex;
    align-items: center;
    gap: 15px;
}

.bottom-icon {
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c3964e;
    color: #ffffff;
    font-size: 24px;
}

.image-bottom-card strong {
    display: block;
    color: #1c1f26;
    font-size: 17px;
    margin-bottom: 4px;
}

.image-bottom-card span {
    display: block;
    color: #777777;
    font-size: 13px;
}


/* =========================================
   CONTENT
========================================= */

.stain-content {
    padding-left: 20px;
    animation: stainContentEntrance 1s ease both;
}

.section-small-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #c3964e;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.section-small-title span {
    display: block;
    width: 38px;
    height: 3px;
    border-radius: 10px;
    background: #c3964e;
}

.stain-content h2 {
    color: #1c1f26;
    font-size: 44px;
    line-height: 1.14;
    font-weight: 800;
    margin: 0 0 24px;
}

.stain-content h2 span {
    display: block;
    color: #c3964e;
}

.stain-content p {
    color: #656565;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 16px;
}

.stain-content p strong {
    color: #1c1f26;
    font-weight: 700;
}


/* =========================================
   FEATURES
========================================= */

.stain-features {
    margin-top: 25px;
    margin-bottom: 30px;
}

.stain-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1c1f26;
    font-size: 14px;
    font-weight: 700;
}

.stain-feature span {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(195, 150, 78, 0.15);
    color: #c3964e;
    transition: all 0.3s ease;
}

.stain-feature:hover span {
    background: #c3964e;
    color: #ffffff;
    transform: rotate(360deg);
}


/* =========================================
   BUTTONS
========================================= */

.stain-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.stain-main-btn {
    min-height: 58px;
    padding: 0 25px;
    border-radius: 8px;
    background: #c3964e;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: all 0.35s ease;
    box-shadow: 0 10px 25px rgba(195, 150, 78, 0.25);
}

.stain-main-btn:hover {
    background: #1c1f26;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(28, 31, 38, 0.22);
}

.stain-main-btn i {
    transition: transform 0.3s ease;
}

.stain-main-btn:hover i {
    transform: translateX(5px);
}

.stain-phone-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1c1f26;
    text-decoration: none;
}

.stain-phone-btn > i {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 50%;
    background: #1c1f26;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s ease;
}

.stain-phone-btn:hover > i {
    background: #c3964e;
    transform: rotate(15deg) scale(1.08);
}

.stain-phone-btn span {
    color: #1c1f26;
    font-size: 16px;
    font-weight: 800;
}

.stain-phone-btn small {
    display: block;
    color: #999999;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 2px;
    text-transform: uppercase;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes carpetComparison {

    0%,
    100% {
        width: 35%;
    }

    50% {
        width: 72%;
    }
}

@keyframes comparisonDivider {

    0%,
    100% {
        left: 35%;
    }

    50% {
        left: 72%;
    }
}

@keyframes dividerIcon {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

@keyframes stainImageEntrance {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes stainContentEntrance {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* =========================================
   HOVER IMAGE EFFECT
========================================= */

.before-after-image-box {
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.before-after-image-box:hover {
    transform: translateY(-7px);
    box-shadow: 0 32px 75px rgba(28, 31, 38, 0.25);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .stain-neutralization-section {
        padding-bottom: 70px !important;
    }

    .stain-before-after {
        margin-bottom: 65px;
    }

    .stain-content {
        padding-left: 0;
    }

    .stain-content h2 {
        font-size: 38px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .before-after-image-box {
        height: 480px;
        border-radius: 20px;
    }

    .after-img {
        width: calc(100vw - 24px);
    }

    .image-bottom-card {
        left: 15px;
        right: 15px;
        bottom: -42px;
    }

    .stain-content h2 {
        font-size: 31px;
    }

    .stain-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .stain-buttons {
        align-items: flex-start;
        flex-direction: column;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .before-after-image-box {
        height: 400px;
    }

    .image-label {
        top: 15px;
        padding: 8px 14px;
        font-size: 10px;
    }

    .before-label {
        right: 15px;
    }

    .after-label {
        left: 15px;
    }

    .comparison-divider span {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }

    .image-bottom-card {
        min-height: 82px;
        padding: 14px;
    }

    .bottom-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .image-bottom-card strong {
        font-size: 15px;
    }

    .image-bottom-card span {
        font-size: 11px;
    }

    .stain-content h2 {
        font-size: 27px;
    }

}
/*section4*/
/*section5*/
/* ================================
   CLEANING PROCESS SECTION
================================ */

.cleaning-process-section {
    position: relative;
    overflow: hidden;
    padding: 60px 0px;
    background: #f7f5f2;
}

/* Background rays */
.cleaning-process-section::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 63%;
    width: 100%;
    height: 900px;
    transform: translate(-50%, -50%);
    opacity: 0.38;
    pointer-events: none;

    background:
        repeating-conic-gradient(
            from 0deg,
            rgba(255, 255, 255, 0.8) 0deg 5deg,
            rgba(235, 231, 225, 0.42) 5deg 10deg
        );
}

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

/* ================================
   HEADING
================================ */

.process-heading {
    margin-bottom: 55px;
}

.process-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #c3964e;
    text-transform: uppercase;
}

.process-subtitle i {
    font-size: 17px;
}

.process-heading h2 {
    margin: 0;
    color: #1c1f26;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 800;
}

/* ================================
   PROCESS WRAPPER
================================ */

.process-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
    gap: 25px;
}

/* Connecting line */
.process-wrapper::before {
    content: "";
    position: absolute;
    top: 90px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: #adb9b5;
    z-index: 0;
}

.process-item {
    position: relative;
    z-index: 2;
    text-align: center;
    animation: processFadeUp 0.8s ease both;
}

.process-item:nth-child(2) {
    animation-delay: 0.15s;
}

.process-item:nth-child(3) {
    animation-delay: 0.3s;
}

.process-item:nth-child(4) {
    animation-delay: 0.45s;
}

/* ================================
   ICON CIRCLES
================================ */

.process-icon-outer {
    width: 182px;
    height: 182px;
    margin: 0 auto 25px;
    padding: 23px;
    border: 1px solid #aab8b4;
    border-radius: 50%;
    background: #f7f5f2;
    transition: transform 0.4s ease,
                border-color 0.4s ease;
}

.process-icon-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 2px solid #1c1f26;
    border-radius: 50%;
    background: #c3964e;
    color: #ffffff;
}

/* subtle background pattern */
.process-icon-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.09;
    background:
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 10px,
            #ffffff 10px,
            #ffffff 11px
        );
}

.process-icon-inner i {
    position: relative;
    z-index: 2;
    font-size: 48px;
    line-height: 1;
    transition: transform 0.4s ease;
}

.process-item:hover .process-icon-outer {
    transform: translateY(-8px);
    border-color: #1c1f26;
}

.process-item:hover .process-icon-inner i {
    transform: scale(1.12) rotate(6deg);
}

/* ================================
   NUMBER
================================ */

.process-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #c3964e;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    transition: transform 0.3s ease,
                background 0.3s ease;
}

.process-item:hover .process-number {
    transform: scale(1.1);
    background: #c3964e;
}

/* ================================
   TITLE
================================ */

.process-item h3 {
    margin: 0;
    color: #1c1f26;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 800;
}

/* ================================
   LOAD ANIMATION
================================ */

@keyframes processFadeUp {
    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================================
   TABLET
================================ */

@media (max-width: 991px) {

    .cleaning-process-section {
        padding: 60px 0;
    }

    .process-heading h2 {
        font-size: 38px;
    }

    .process-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 30px;
    }

    .process-wrapper::before {
        display: none;
    }

    .process-icon-outer {
        width: 170px;
        height: 170px;
    }

    .cleaning-process-section::after {
        display: none;
    }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 575px) {

    .cleaning-process-section {
        padding: 50px 0 35px;
    }

    .process-heading {
        margin-bottom: 40px;
    }

    .process-subtitle {
        font-size: 13px;
    }

    .process-heading h2 {
        font-size: 30px;
    }

    .process-wrapper {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .process-icon-outer {
        width: 160px;
        height: 160px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .process-icon-inner i {
        font-size: 43px;
    }

    .process-item h3 {
        font-size: 21px;
    }
}
.soap-bubbles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.bubble {
    position: absolute;
    bottom: -100px;
    display: block;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.75);

    background:
        radial-gradient(
            circle at 30% 25%,
            rgba(255,255,255,0.9) 0%,
            rgba(255,255,255,0.25) 15%,
            rgba(195,150,78,0.18) 45%,
            rgba(255,255,255,0.08) 65%,
            transparent 75%
        );

    box-shadow:
        inset 0 0 8px rgba(255,255,255,0.6),
        inset -4px -4px 12px rgba(195,150,78,0.15),
        0 0 8px rgba(255,255,255,0.25);

    animation:
        bubbleRise 10s linear infinite,
        bubbleSwing 3s ease-in-out infinite alternate;
}

/* Bubble Sizes + Positions */

.bubble-1 {
    width: 22px;
    height: 22px;
    left: 5%;
    animation-duration: 9s, 2.8s;
    animation-delay: 0s;
}

.bubble-2 {
    width: 45px;
    height: 45px;
    left: 15%;
    animation-duration: 12s, 3.5s;
    animation-delay: 2s;
}

.bubble-3 {
    width: 28px;
    height: 28px;
    left: 27%;
    animation-duration: 8s, 2.5s;
    animation-delay: 4s;
}

.bubble-4 {
    width: 65px;
    height: 65px;
    left: 38%;
    animation-duration: 14s, 4s;
    animation-delay: 1s;
}

.bubble-5 {
    width: 35px;
    height: 35px;
    left: 49%;
    animation-duration: 10s, 3s;
    animation-delay: 5s;
}

.bubble-6 {
    width: 18px;
    height: 18px;
    left: 60%;
    animation-duration: 7s, 2s;
    animation-delay: 3s;
}

.bubble-7 {
    width: 55px;
    height: 55px;
    left: 70%;
    animation-duration: 13s, 4.5s;
    animation-delay: 6s;
}

.bubble-8 {
    width: 30px;
    height: 30px;
    left: 79%;
    animation-duration: 9s, 3.2s;
    animation-delay: 2.5s;
}

.bubble-9 {
    width: 75px;
    height: 75px;
    left: 87%;
    animation-duration: 15s, 5s;
    animation-delay: 1.5s;
}

.bubble-10 {
    width: 25px;
    height: 25px;
    left: 94%;
    animation-duration: 8s, 2.5s;
    animation-delay: 4.5s;
}


/* Rising Animation */

@keyframes bubbleRise {

    0% {
        bottom: -100px;
        opacity: 0;
        transform: scale(0.7);
    }

    10% {
        opacity: 0.8;
    }

    50% {
        opacity: 1;
    }

    85% {
        opacity: 0.7;
    }

    100% {
        bottom: 110%;
        opacity: 0;
        transform: scale(1.15);
    }
}


/* Side-to-Side Floating */

@keyframes bubbleSwing {

    0% {
        margin-left: -15px;
    }

    100% {
        margin-left: 20px;
    }
}


/* Accessibility */

@media (prefers-reduced-motion: reduce) {

    .bubble {
        animation: none;
        display: none;
    }

}
/*section5*/
/*section6*/
/* ======================================================
   FLOOR RESTORATION SECTION
   Carpet Cleaning In Dallas Texas
   Colors:
   Gold: #c3964e
   Dark: #1c1f26
   Gray: #adadad
====================================================== */

.floor-restoration-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(28, 31, 38, 0.98) 0%,
            rgba(28, 31, 38, 0.95) 42%,
            rgba(28, 31, 38, 0.82) 72%,
            rgba(28, 31, 38, 0.30) 100%
        ),
        url("img/carpet-cleaning-floor-restoration-bg.webp")
        center center / cover no-repeat;
}


/* ======================================================
   LEFT SIDE
====================================================== */

.floor-restoration-left {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    padding: 70px 45px 70px 6%;
    overflow: hidden;
}

.floor-content {
    position: relative;
    z-index: 3;
    max-width: 520px;
}


/* Small title */

.floor-small-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 17px;

    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    color: #c3964e;
}

.floor-small-title span {
    color: #c3964e;
    font-size: 20px;
    animation: floorSpark 2.4s ease-in-out infinite;
}


/* Main Heading */

.floor-content h2 {
    margin: 0 0 28px;

    font-size: clamp(38px, 3vw, 61px);
    line-height: 1.13;
    font-weight: 800;
    letter-spacing: -1.8px;

    color: #ffffff;
}

.floor-content h2 span {
    display: block;
}


/* Intro text */

.floor-intro {
    max-width: 470px;
    margin: 0 0 31px;

    font-size: 17px;
    line-height: 1.8;

    color: #adadad;
}


/* ======================================================
   BUTTON
====================================================== */

.floor-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    min-height: 55px;
    padding: 0 29px;

    border: 2px solid #c3964e;
    border-radius: 8px;

    background: #c3964e;
    color: #ffffff;

    font-size: 16px;
    font-weight: 700;
    text-decoration: none;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.20);

    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.floor-btn span {
    display: inline-block;
    font-size: 22px;
    transition: transform 0.35s ease;
}

.floor-btn:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #1c1f26;

    transform: translateY(-4px);

    box-shadow:
        0 17px 35px rgba(0, 0, 0, 0.28);
}

.floor-btn:hover span {
    transform: translateX(7px);
}

/* ======================================================
   CENTER AREA
====================================================== */

.floor-restoration-center {
    position: relative;
    z-index: 5;

    display: flex;
    align-items: center;

    padding: 70px 20px;
}


/* Main white/cream process box */

.floor-process-card {
    width: 100%;
    max-width: 900px;

    margin: auto;
    padding: 26px 30px;

    background: #f7f5f1;

    border: 1px solid rgba(195, 150, 78, 0.18);
    border-radius: 18px;

    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.28);
}


/* ======================================================
   EACH PROCESS ROW
====================================================== */

.floor-process-item {
    position: relative;

    display: grid;
     grid-template-columns: 88px minmax(260px, 1fr) 40px;

    gap: 28px;
    align-items: center;

    padding: 22px 0;

    transition: transform 0.35s ease;
}

.floor-process-item + .floor-process-item {
    border-top: 1px solid rgba(173, 173, 173, 0.45);
}

.floor-process-item:hover {
    transform: translateX(4px);
}


/* ======================================================
   NUMBER AND ICON
====================================================== */

.floor-number-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}


/* Number */

.floor-number {
    width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #1c1f26;
    border-radius: 50%;

    background: #1c1f26;
    color: #ffffff;

    font-size: 24px;
    font-weight: 800;

    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease;
}


/* Icon */

.floor-icon {
    position: relative;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #1c1f26;

    font-size: 37px;

    transition:
        color 0.35s ease,
        transform 0.35s ease;
}


/* Gold sparkle */

.floor-icon::after {
    content: "✦";

    position: absolute;
    right: -4px;
    top: -8px;

    font-size: 16px;
    color: #c3964e;
}


/* Hover */

.floor-process-item:hover .floor-number {
    background: #c3964e;
    border-color: #c3964e;

    transform: scale(1.07) rotate(5deg);
}

.floor-process-item:hover .floor-icon {
    color: #c3964e;
    animation: floorIconMove 0.65s ease;
}


/* ======================================================
   PROCESS TEXT
====================================================== */

.floor-process-content h3 {
    margin: 0 0 10px;

    color: #1c1f26;

    font-size: 21px;
    line-height: 1.35;
    font-weight: 800;

    transition: color 0.3s ease;
}

.floor-process-item:hover
.floor-process-content h3 {
    color: #c3964e;
}

.floor-process-content p {
    margin: 0;

    color: #656565;

    font-size: 14px;
    line-height: 1.75;
}

.floor-process-content strong {
    color: #1c1f26;
    font-weight: 800;
}


/* ======================================================
   PROCESS IMAGES
====================================================== */



.floor-process-item:hover
.floor-process-image img {
    transform: scale(1.07);
    filter: brightness(1.04);
}

.floor-process-item:hover
.floor-process-image::after {
    border-color: #c3964e;
}


/* ======================================================
   RIGHT TECHNICIAN
====================================================== */

.floor-restoration-right {
    position: relative;

    min-height: 720px;

    overflow: hidden;

    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.floor-technician {
    width: 100%;
    height: 100%;
    min-height: 720px;

    object-fit: cover;
    object-position: center top;

    transition: transform 1s ease;animation: floorCircleFloat 4s ease-in-out infinite
}

.floor-restoration-section:hover
.floor-technician {
    transform: scale(1.025);
}


/* ======================================================
   BACK TO TOP
====================================================== */


/* ======================================================
   BACKGROUND DECORATION
====================================================== */

.floor-restoration-left::after {
    content: "";

    position: absolute;

    bottom: -160px;
    left: 40px;

    width: 330px;
    height: 330px;

    border: 1px solid rgba(195, 150, 78, 0.12);
    border-radius: 50%;

    background: rgba(195, 150, 78, 0.025);

    filter: blur(3px);
}


/* ======================================================
   ANIMATIONS
====================================================== */

@keyframes floorSpark {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: scale(1.3) rotate(20deg);
        opacity: 0.65;
    }
}


@keyframes floorCircleFloat {

    0%,
    100% {
        transform: translatex(0);
    }

    50% {
        transform: translatex(-15px);
    }
}


@keyframes floorIconMove {

    0% {
        transform: rotate(0deg) scale(1);
    }

    35% {
        transform: rotate(-8deg) scale(1.1);
    }

    70% {
        transform: rotate(8deg) scale(1.08);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}


/* ======================================================
   RESPONSIVE - LAPTOP
====================================================== */

@media (max-width: 1399px) {

    .floor-restoration-left {
        padding-left: 4%;
    }

    .floor-process-card {
        padding: 24px;
    }

    .floor-process-item {
        grid-template-columns:
            80px
            minmax(240px, 1fr)
            220px;

        gap: 20px;
    }

    .floor-process-image img {
        height: 160px;
    }
}


/* ======================================================
   RESPONSIVE - TABLET
====================================================== */

@media (max-width: 1199px) {

    .floor-content h2 {
        font-size: 42px;
    }

    .floor-process-item {
        grid-template-columns: 70px 1fr;
    }

    .floor-process-image {
        grid-column: 2 / 3;
    }

    .floor-process-image img {
        height: 200px;
    }

    .floor-restoration-right {
        display: none;
    }

    .floor-restoration-left {
        min-height: 100%;
    }
}


@media (max-width: 991px) {

    .floor-restoration-section {
        background:
            linear-gradient(
                rgba(28, 31, 38, 0.98),
                rgba(28, 31, 38, 0.95)
            ),
            url("img/carpet-cleaning-floor-restoration-bg.webp")
            center / cover no-repeat;
    }

    .floor-restoration-left {
        min-height: auto;

        padding: 80px 25px 45px;

        text-align: center;

        justify-content: center;
    }

    .floor-content {
        max-width: 720px;
    }

    .floor-content h2 {
        font-size: 45px;
    }

    .floor-intro {
        margin-left: auto;
        margin-right: auto;
    }

    .floor-restoration-center {
        padding: 15px 20px 70px;
    }

    .floor-decor-circle {
        display: none;
    }
}


/* ======================================================
   RESPONSIVE - MOBILE
====================================================== */

@media (max-width: 767px) {

    .floor-restoration-left {
        padding: 65px 18px 35px;
    }

    .floor-content h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .floor-intro {
        font-size: 15px;
    }

    .floor-process-card {
        padding: 15px 20px;
        border-radius: 14px;
    }

    .floor-process-item {
        display: flex;

        flex-direction: column;
        align-items: flex-start;

        gap: 15px;

        padding: 28px 0;
    }

    .floor-number-wrap {
        width: 100%;

        flex-direction: row;

        justify-content: space-between;
    }

    .floor-number {
        width: 54px;
        height: 54px;

        font-size: 21px;
    }

    .floor-icon {
        width: 50px;
        height: 50px;

        font-size: 32px;
    }

    .floor-process-content h3 {
        font-size: 20px;
    }

    .floor-process-content p {
        font-size: 14px;
    }

    .floor-process-image {
        width: 100%;
        min-height: auto;
    }

    .floor-process-image img {
        width: 100%;
        height: 220px;
    }
}


/* ======================================================
   SMALL MOBILE
====================================================== */

@media (max-width: 480px) {

    .floor-content h2 {
        font-size: 31px;
    }

    .floor-btn {
        width: 100%;
    }

    .floor-process-card {
        padding: 10px 18px;
    }

    .floor-process-image img {
        height: 190px;
    }

/*section6*/

