@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    color: #011126;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}
.banner .row > * {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.banner {
    background-image: url(../img/dryer-vent-cleaning-sugar-land.webp);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}
.blogbox{text-align:justify;padding:20px;background-color:#FFF;box-sizing:border-box;clear:both;overflow:hidden;margin-bottom:15px;box-shadow:3px 3px 7px rgba(0,0,0,0.2)}
.blogbox .blogimg img {float: right; width: 35%; height: auto; margin: 15px;box-shadow: 0 0 3px rgba(0,0,0,0.8)}
.blogbox .read-more a{background-color:#ccc;color:#2D2D2D;padding:10px;border-radius:5px;border:1px solid #2D2D2D}
.blogbox .read-more a:hover {background-color:#2D2D2D;color:#FFF;letter-spacing: 2px;padding:10px 15px}
.blogpost {text-align: justify;padding:20px;background-color: #FFF;box-sizing: border-box}
.blogpost h1, .blogbox h1 {margin:0;font-size:28px;color:#222;}
.blogpost h2, .blogbox h2 {margin:0;font-size:24px;color:#222;}
.blogpost .blog_wrapper img {float: right; max-width: 35%; height: auto; margin: 15px;box-shadow: 0 0 3px rgba(0,0,0,0.8)}
.socialbox{overflow:hidden;position:relative;text-align:center;width:100%;}
.social-share-btns{display:inline-block;overflow:hidden}
.social-share-btns .share-btn{float:left;margin:0 5px;padding:8px 16px;border-radius:3px;color:#fff;font-size:14px;line-height:18px;vertical-align:middle;transition:background .2s ease-in-out;display:flex;align-items:center;}
.social-share-btns .share-btn svg {fill:currentColor;height:1rem;width:1rem;margin-right:10px;}
.share-btn{background-color:#95a5a6}
.share-btn:hover{background-color:#798d8f}
.share-btn-twitter{background-color:#00aced}
.share-btn-twitter:hover{background-color:#0087ba}
.share-btn-facebook{background-color:#3b5998}
.share-btn-facebook:hover{background-color:#2d4373}
.share-btn-linkedin{background-color:#007bb6}
.share-btn-linkedin:hover{background-color:#005983}
@media only screen and (max-width:700px){
.blogbox .blogimg img{max-width:90%;width:auto}
}

.spam { display:none;}

.bg-form {

    background-color: #f8f9fa; 
    padding-top: 50px;
    padding-bottom: 50px;
}




.contact form {
    background: #ffffff; 
    padding: 40px;
    border-radius: 8px; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
}


.form-control {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #ced4da; 
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s, box-shadow 0.3s;margin-top: 1%;
}


.form-control input[type="text"]:focus,
.form-control textarea:focus {
    border-color: #dcab10; 
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
    outline: none;
}


.form-control textarea {
    resize: vertical; 
    height: 150px; 
}




.contact form button[type="submit"] {
    width: 100%; 
    background-color: #dcab10; 
    border-color: #dcab10;
    color: #ffffff !important;
    font-weight: bold;
    letter-spacing: 1px;
    transition: background-color 0.3s, border-color 0.3s;
}


.contact form button[type="submit"]:hover {
    background-color: #dcab10; 
    border-color: #dcab10;
}

.bg-blue {
    background-color: #011126;
}
.instagram img {
    transition: 0.5s;
}

.instagram img:hover {
    opacity: 0.9;
}
/*button*/

h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #2b2825;
}
/*video section*/
.glow-btn {
    position: relative;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    left: 3%;
}
.glow-btn a {
    color: #dcab10;
}
.glow-btn::after,
.glow-btn::before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    color: #dcab10;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #dcab10;
    box-shadow: 0 0 0 0 #dcab10;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: 0.6;
    z-index: 999999999999;
    margin-top: -5px;
}
.glow-btn::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.glow-btn::after {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 var(--glow-size, 15px) #dcab10;
        box-shadow: 0 0 0 var(--glow-size, 15px) #dcab10;
        opacity: 0;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0;
    }
}
/*title before*/
.title-sec .h5 {
    color: #dcab10;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.title-sec .h5:before {
    position: absolute;
    z-index: 1;
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #ffffff;
    right: -46px;
    top: 15px;
}
.title-sec:after {
    position: absolute;
    content: "";
    left: -5px;
    top: -4px;
    background: url(../img/section1.png);
    width: 63px;
    height: 63px;
    display: inline-block;
    background-repeat: no-repeat;
}
/*line*/
/*line*/
.navbar-expand-lg .navbar-nav .nav-link,
.navbar-brand {
    color: #dcab10 !important;
}
.navbar {
    z-index: 999999;
}

/*service box*/
/*service box*/
@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

ul li {
    list-style: none;
}

.row,
.container,
ul,
.row > * {
    padding-left: 0;
    padding-right: 0 !important;
}

.counter {
    font-size: 60px;
    margin-top: 10px;
}

@media (max-width: 580px) {
    body {
        flex-direction: column;
    }
}

.margin-t {
    margin-top: -130px;
}

.title-sec .h5::before {
    color: #dcab10 !important;
}
.custom-btn {
    color: #fff;
    padding: 10px 25px 10px 25px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
    position: relative;
    z-index: 999999;
    margin-left: 2%;
}
a {
    color: inherit;
}
.btn-9 {
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #fff;
}
.btn-9:after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dcab10;
    background-image: linear-gradient(315deg, #dcab10 0%, #dcab10 74%);
    transition: all 0.3s ease;
}
.btn-9:hover {
    background: transparent;
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
    color: #fff;
}
.btn-9:hover:after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
}
/*taba*/
.btn {
    background-color: #dcab10;
}
.card-body {
    color: #dcab10 !important;
}
@media only screen and (max-width: 1200px) {
    .banner {
        background-size: cover;
        height: auto;
    }
    .nav-link {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 700px) {
    .banner img {
        width: 80%;
        height: auto;
    }
    .row > * {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }
}
.fa,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-play-circle:before {
    content: "\f144";
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"),
        url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-regular-400.eot);
    src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"),
        url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
    font-weight: 400;
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"),
        url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
    font-weight: 900;
}

.bg-section3 {
    background-color: #031b3b;
}
.section-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 10px;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 2px;
    left: 50%;
    bottom: 4px;
    margin-left: -90px;
    background: var(--primary);
}
.font-secondary {
    font-family: "Pacifico", cursive;
}

.h-100 {
    height: 100% !important;
}

.gallery-item-wrap {
    position: relative;
    overflow: hidden;
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;

    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.gallery-item-wrap:hover .service-overlay {
    opacity: 1;
    transform: translateY(0);
}

.service-overlay h5 {
    margin: 0;
    font-size: 1.2rem;
}
.animated-icon-bg {
    position: relative;
    overflow: hidden;
    background-color: #f8f8f8;
    min-height: 300px;
}

.animated-icon-bg::before {
    content: "\f863";

    font-family: "Font Awesome 5 Free";
    font-weight: 900;

    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 10vw;
    color: rgba(0, 0, 0, 0.05);

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

    animation: slowSpin 10s linear infinite;
    z-index: 0;
}

@keyframes slowSpin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.why-choose-us {
    text-align: center;
    padding: 60px 20px;

    margin: 30px auto;
    max-width: 1200px;
}

.why-choose-us h2 {
    color: #333;
    font-size: 2.5em;
    margin-bottom: 10px;

    display: inline-block;
    padding-bottom: 5px;
}

.btn {
    display: inline-block;
    background-color: #dcab10;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #fff;
    color: #011126;
}

.service-list-column li {
    padding: 10px 0;
    border-bottom: 1px solid #d4e3f5;
}

.service-list-column li:last-child {
    border-bottom: none;
}

.list-link {
    display: block;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 500;
    transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
    padding: 5px 10px;
    border-radius: 5px;
}

.service-list-column i.fa-check-circle {
    font-size: 1.2rem;
}

.bg-light-gray {
    background-color: #f7f7f7 !important;
}
.text-dark-blue {
    color: #011126 !important;
}

.location-list li {
    padding: 5px 0;
    font-size: 1.05rem;
    color: #333;
    border-bottom: 1px dashed #eee;
    transition: color 0.2s ease;
}

.location-list li:hover {
    color: #011126;
}

.location-list {
    padding-left: 15px;
}

.map-container {
    height: 450px;
    overflow: hidden;

    border: 3px solid #dcab10;
}

.location-link {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 8px 10px;
    font-size: 1.05rem;

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

.location-link:hover {
    color: #031b3b !important;
    background-color: #e9f5ff;
    padding-left: 20px;
}

.location-list li:last-child {
    border-bottom: none;
}

.emergency-air-duct-cleaning {
    background-color: #f8f9fa;
}

.text-dark-blue {
    color: #011126 !important;
}

.emergency-air-duct-cleaning .emergency-img {
    max-height: 900px;

    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.custom-call-btn {
    background-color: #dcab10;
    border-color: #030f25;
    font-weight: bold;
    padding: 12px 25px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.custom-call-btn:hover {
    background-color: #ffffff;
    border-color: #dcab10;
    transform: translateY(-2px);
}
.card-title{color: #011126 !important;}

/* Custom Colors */
.text-dark-blue {
    color: #030f25 !important; 
}
.text-dark-gray {
    color: #4a4a4a;
}
.bg-white {
    background-color: #ffffff;
}

/* 1. Card Styling */
.step-card {
    position: relative;
    border-radius: 10px;
    padding-top: 20px; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* 2. Step Number Styling */
.step-number {
    position: absolute;
    top: -20px; 
    left: 50%;
    transform: translateX(-50%);
    
    
    background-color: #dcab10; 
    color: white;
    width: 45px;
    height: 45px;
    line-height: 45px; 
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: bold;
    border: 3px solid #ffffff; 
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* 3. Icon Styling */
.step-icon {
    font-size: 3rem;
    color: #dcab10; 
    margin-top: 10px; 
}
footer a{color:#ffffff;text-decoration: none}
