@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins-v20-latin-300.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppins-v20-latin-500.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v20-latin-600.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v20-latin-700.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/poppins-v20-latin-800.woff2') format('woff2')
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #206181
}

::-webkit-scrollbar-thumb {
    background: #0ed6b2
}

body {
    font-family: 'Poppins', sans-serif
}

.text-justify {
    text-align: justify;
    padding: 5px;
    word-spacing: 0px
}

.section-title:hover .line {
    width: 150px;
    background-color: #ffe164
}

a {
    text-decoration: none
}

li {
    list-style: none
}

hr {
    color: #fff
}

h1,
h2,
h3,
h4 {
    text-transform: capitalize
}

.tb-effect,
.lt-effect,
.lt-effect-1,
.tb-effect-1 {
    position: relative;
    z-index: 5;
    border-radius: 2px
}

.tb-effect::after,
.lt-effect::after,
.lt-effect-1::after,
.tb-effect-1::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.tb-effect-1::after {
    height: 0;
    background-color: #17283d;
    color: #fff;
    transition: height .5s;
    border-radius: 2px
}

.tb-effect::after {
    height: 0;
    background-color: #fe7c34;
    color: #fff;
    transition: height .5s;
    border-radius: 2px
}

.tb-effect-1:hover::after {
    height: 100%;
    border-radius: 2px
}

.tb-effect-1:hover {
    color: #fff;
    border-radius: 2px
}

.tb-effect:hover::after {
    height: 100%;
    border-radius: 2px
}

.tb-effect:hover {
    color: #03a22b;
    border-radius: 2px
}

.lt-effect {
    width: 110px
}

.lt-effect::after {
    width: 1%;
    background-color: #50b233;
    color: #0e2c72;
    transition: width .5s
}

.lt-effect:hover::after {
    width: 110%;
    color: #fff
}

.lt-effect-1::after {
    width: 1%;
    background-color: #0ed6b2;
    color: #0ed6b2;
    transition: width .5s
}

.lt-effect-1:hover::after {
    width: 100%;
    color: #fff
}

.button-hover {
    border: 3px solid #fff
}

.btn {
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 22px;
    background: transparent;
    cursor: pointer;
    color: #fff;
    font-weight: 500
}

.top-header {
    background: #0ed6b2;
    font-size: 14px;
    padding: 5px 0
}

.navbar-container {
    background: #062739;
    transition: transform 0.3s ease
}

.sticky-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    transform: scale(0.95)
}

.navbar-brand span {
    color: #ffc107
}

.navbar-nav .nav-link {
    color: #0ed6b2;
    transition: all 0.3s ease
}

.navbar-nav .nav-link:hover {
    color: #fff;
    letter-spacing: 1px
}

.hero-section {
    background: url('../carpet/carpet-cleaning.webp') center center / cover no-repeat;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    color: white
}

.hero-section1 {
    background: url('../carpet/professional-air-duct-cleaning.webp') center center / cover no-repeat;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    color: white
}

.hero-section2 {
    background: url('../carpet/air-vent-cleaning.webp') center center / cover no-repeat;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    color: white
}

.hero-section3 {
    background: url('../carpet/cleaning-dryer-vent.webp') center center / cover no-repeat;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    color: white
}

.hero-section4 {
    background: url('../carpet/upholstery-cleaner.webp') center center / cover no-repeat;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    color: white
}

.hero-section5 {
    background: url('../carpet/rug-cleaning.webp') center center / cover no-repeat;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    color: white
}

.hero-section6 {
    background: url('../carpet/stain-removal.webp') center center / cover no-repeat;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    color: white
}

.hero-section7 {
    background: url('../carpet/tile-and-grout-cleaning.webp') center center / cover no-repeat;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    color: white
}

.hero-overlay {
    background-color: rgba(0, 0, 0, 0.51);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.hero-content {
    position: relative;
    z-index: 2
}

.stats-section {
    background: #f1faff
}

.stat-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 20px;
    transition: all 0.3s ease
}

.stat-box:hover {
    transform: scale(1.05)
}

.bg-blue {
    background-color: #062739;
    color: white
}

.bg-light-blue {
    background-color: #0dd5b1
}

.stat-icon {
    font-size: 30px;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 15px
}

.stat-title {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 18px
}

.stat-number {
    font-size: 32px;
    font-weight: 700
}

.about-section {
    padding: 60px 0;
    background-color: #fff
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #002244;
    line-height: 1.3
}

.underline-animated {
    display: inline-block;
    position: relative
}

.underline-animated::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 4px;
    background-color: #ffe164;
    animation: slide-in 2s ease infinite alternate
}

@keyframes slide-in {
    0% {
        width: 0
    }

    100% {
        width: 50px
    }
}

.about-list i {
    color: #ffe164;
    margin-right: 8px
}

.call-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px
}

.call-icon {
    background-color: #ffe164;
    color: white;
    padding: 15px;
    font-size: 20px;
    border-radius: 6px
}

.quote-btn {
    background-color: #00aee0;
    color: #fff;
    border: none;
    padding: 12px 25px;
    margin-top: 25px;
    transition: background-color 0.3s ease
}

.quote-btn:hover {
    background-color: #008bbd
}

.about-img img {
    width: 100%;
    border-radius: 8px
}

@media (max-width:768px) {
    .section-title {
        font-size: 28px
    }
}

.button-hover {
    background-color: #0ed6b2;
    color: #fff !important;
    border: none;
    transition: background-color 0.3s ease
}

.button-hover:hover {
    background-color: #062739;
    color: #fff !important
}

.icon-parent:hover i {
    animation: fa-beat 1s ease-in-out infinite
}

.phone-number-styled {
    background-color: #062739;
    color: #0ed6b2 !important;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s ease
}

.phone-number-styled:hover {
    background-color: #0ed6b2;
    color: #062739 !important
}

.why-choose-us {
    background-color: #062739;
    padding: 80px 0
}

.why-choose-us h6 {
    color: #00a2d3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px
}

.why-choose-us h2 {
    font-weight: 700;
    color: #0dd5b0
}

.feature-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition: all 0.3s ease
}

.feature-icon {
    background: #00a2d3;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 24px;
    margin-right: 20px;
    transition: 0.3s
}

.feature-box:hover .feature-icon {
    transform: scale(1.1)
}

.feature-text h5 {
    margin-bottom: 5px;
    font-weight: 600
}

.feature-text p {
    margin-bottom: 0;
    color: #3c3a3a
}

.middle-image img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08)
}

.history-section {
    color: #062739;
    font-weight: bold;
    padding: 0 5px
}

.history-title h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #0cb999
}

.history-icons i {
    color: #062739;
    margin-right: 10px
}

.history-features li {
    margin-bottom: 12px;
    font-weight: 500
}

.history-btn {
    background-color: #062739;
    color: #fff;
    border: none;
    padding: 10px 25px;
    transition: all 0.3s ease
}

.history-btn:hover {
    background-color: #093b31
}

.social-icons a {
    display: inline-block;
    border: 2px solid #062739;
    color: #062739;
    margin-left: 8px;
    padding: 5px 10px;
    font-size: 16px;
    transition: all 0.3s ease
}

.social-icons a:hover {
    background-color: #062739;
    color: #fff
}

.feature-card {
    background-color: #062739;
    color: #fff;
    padding: 15px;
    text-align: center
}

.feature-card h5 {
    margin: 0
}

@media (max-width:991px) {
    .history-images {
        margin-bottom: 30px
    }
}

.test-bg {
    background: url('../carpet/map.png') center center / cover no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.review-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    transition: all 0.3s ease
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08)
}

.review-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px dashed #0dd5b1;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 3px
}

.quote-icon {
    color: #0dd5b1;
    font-size: 32px;
    text-align: right
}

.section1-title {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px
}

.section1-title h5 {
    color: #0dd5b1;
    font-weight: bold;
    text-transform: uppercase
}

.section1-title h2 {
    font-weight: 700;
    font-size: 36px
}

.section1-title span {
    color: #0dd5b1
}

.custom-btn-color {
    background-color: #0dd5b1 !important;
    color: #062739 !important
}

.custom-btn-color .fa-phone {
    color: #062739 !important
}

.custom-btn-color:hover {
    background-color: #062739 !important;
    color: #0dd5b1 !important
}

.custom-btn-color:hover .fa-phone {
    color: #0dd5b1 !important
}

.category-list {
    border-right: 2px solid #eee;
    padding-right: 1rem
}

.category-item {
    font-weight: 600;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.category-item:hover {
    color: #0ca684;
    transform: translateX(5px)
}

.category-item.active {
    color: #0ca684
}

.category-content h3 {
    font-weight: 700
}

.category-content p {
    color: #3c3a3a
}

.category-content em {
    color: #777
}

.category-img img {
    max-width: 100%;
    border-radius: 8px;
    transition: transform 0.3s
}

.category-img img:hover {
    transform: scale(1.03)
}

@media (max-width:768px) {
    .category-list {
        border-right: none;
        border-bottom: 1px solid #ddd;
        margin-bottom: 1rem
    }
}

.quote-section {
    background: linear-gradient(179deg, #0dd6b0, #062739);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.quote-section::before {
    content: '“';
    font-size: 100px;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 10px;
    left: 20px
}

.quote-text {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
    animation: fadeZoom 2.5s ease forwards;
    opacity: 0;
    transform: scale(0.95)
}

@keyframes fadeZoom {
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.highlight {
    color: #ffe164;
    font-weight: bold
}

@media (max-width:768px) {
    .quote-text {
        font-size: 1.2rem
    }
}

.service-img {
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease
}

.service-img:hover {
    transform: scale(1.05)
}

.service-label {
    text-align: center;
    padding: 10px 0;
    background-color: #f3faff;
    font-weight: bold
}

.offer-box {
    background-color: #00a9b8;
    color: white;
    padding: 40px 20px;
    border-radius: 10px;
    height: 100%
}

.offer-box h4 {
    font-weight: bold
}

.gallery-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #062739
}

.gallery-section {
    padding: 40px 0
}

.bg {
    background-image: url('../carpet/carpet-cleaning-pet-friendly.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.bg1 {
    background-image: url('../carpet/residential-air-duct-cleaning.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.bg2 {
    background-image: url('../carpet/dryrer-cleaning-bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.bg3 {
    background-image: url('../carpet/upholstery-cleaning-bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.bg4 {
    background-image: url('../carpet/cleaning-rug.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.bg5 {
    background-image: url('../carpet/tile-and-grout-cleaning-bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.bg-color {
    background-color: #062739ad;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.faq-wrapper {
    padding: 80px 20px
}

.faq-heading h6 {
    color: #0dd6b0;
    font-weight: 600;
    text-transform: uppercase
}

.faq-heading h1 {
    font-size: 42px;
    font-weight: 700;
    color: #0b2d3c
}

.faq-rating {
    font-size: 48px;
    font-weight: 700;
    color: #0b2d3c
}

.faq-rating span {
    font-size: 18px;
    color: #0dd6b0;
    display: block;
    margin-top: -10px
}

.accordion .accordion-item {
    background-color: #062739;
    border: none;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden
}

.accordion-button {
    background-color: #062739;
    color: #fff;
    font-weight: 600;
    padding: 18px 20px;
    font-size: 16px
}

.accordion-button:not(.collapsed) {
    background-color: #0ca684;
    color: #fff
}

.accordion-body {
    background-color: #f8f9fa;
    color: #333;
    font-size: 15px
}

@media (max-width:767px) {
    .faq-heading h1 {
        font-size: 32px
    }

    .faq-rating {
        font-size: 36px
    }
}

.contact-section {
    padding: 80px 20px
}

.contact-title h2 {
    font-size: 42px;
    font-weight: bold;
    color: #062739
}

.h5 {
    font-family: 'Brush Script MT', cursive;
    font-size: 32px;
    color: #0dd6b0
}

.contact-info-box {
    background-color: #062739;
    padding: 30px;
    border-radius: 10px
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.info-item i {
    font-size: 20px;
    color: #062739;
    background-color: #0dd6b1;
    padding: 10px;
    border-radius: 5px;
    margin-right: 15px
}

.form {
    margin-top: 140px
}

form label {
    opacity: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0
}

.getintouch {
    font-size: 35px;
    color: #fe7c34;
    font-weight: bold;
    padding-top: 16px
}

.spam {
    display: none
}

input {
    width: 48%;
    float: left;
    margin-right: 2%;
    height: 50px;
    margin-top: 5%;
    padding: 1%;
    border: #062739 1px solid;
    color: #062739;
    font-size: 14px;
    box-shadow: 3px 1px 8px #0000005e;
    background-color: #fff0;
    font-weight: bold
}

textarea.form-control {
    width: 98%;
    float: left;
    margin-right: 2%;
    height: 50px;
    margin-top: 5%;
    padding: 1%;
    border: #062739 1px solid;
    color: #062739;
    font-size: 14px;
    box-shadow: 3px 1px 8px #0000005e;
    background-color: #fff0;
    font-weight: bold
}

.submit {
    width: 91%;
    float: left;
    height: 50px;
    margin-top: 5%;
    padding: 1%;
    background-color: #0ca684;
    color: #062739;
    font-weight: bold;
    font-size: 17px;
    margin-right: 3%
}

a {
    font-size: 15px
}

@media (max-width:767px) {
    .contact-title h2 {
        font-size: 32px
    }
}

.footer {
    background-color: #062739;
    color: #fff;
    padding: 60px 0 20px;
    font-size: 15px
}

.footer h5 {
    color: #0ca684;
    margin-bottom: 20px
}

.footer a {
    color: #fff;
    text-decoration: none
}

.footer a:hover {
    color: #0ca684
}

.footer .social-icons i {
    font-size: 18px;
    margin-right: 10px;
    color: #fff;
    transition: color 0.3s
}

.footer .social-icons i:hover {
    color: #0ca684
}

.footer input[type="email"] {
    border-radius: 0;
    border: none;
    padding: 12px
}

.footer .btn-gold {
    background-color: #0ca684;
    color: #fff;
    border: none
}

.footer .btn-gold:hover {
    background-color: #0ca684
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 15px;
    margin-top: 30px;
    font-size: 14px;
    text-align: center
}

.service-btn {
    width: 152px;
    margin: 7px;
    font-size: 15px;
    padding: 10px;
    cursor: text;
    margin-top: 0
}

.btn1 {
    color: #fff;
    font-size: 12px;
    border-radius: 0;
    float: left;
    border: 3px solid #0b1c28;
    border-radius: 7px;
    text-align: center;
    background-color: #0ca684
}

.btn1 a {
    color: #fff
}

.btn1:hover {
    background-color: #122d40;
    color: #fff
}

.navbar-toggler {
    background-color: #0ed6b2
}

.title-text {
    color: #0ed6b2;
    font-size: 85px
}

@media (max-width:992px) {
    .footer h5 {
        margin-top: 30px
    }

    .display-4 {
        font-size: 25px
    }

    .title-text {
        font-size: 25px
    }

    .lead {
        font-size: 17px
    }

    .stats-section {
        display: none
    }
}

@media (max-width:768px) {
    .footer h5 {
        margin-top: 30px
    }
}

#service_year {
    float: left;
    width: 90%;
}

form.CUS input.subject {
    display: none;
}

input {
    width: 30%;
    padding: 1%;
    margin: 1%;
    height: 40px;
    float: left;
    border: #062739 1px solid;
    color: #062739;
    font-size: 14px;
    box-shadow: 3px 1px 8px #0000005e;
    background-color: #fff0;
    font-weight: bold
}