/* general padding */
/* 50px right and left */

/* general css */

body {
    padding: 0px;
    margin: 0px;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #5133CB;
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
.txt {
    font-size: 7.1vw;
    font-weight: bolder;
    text-shadow: 1px 1px 1px black;
    padding-top: 50px;
    color:white;
}
.txt2 {
    font-size: 5.4vw;
    font-weight: bolder;
    text-shadow: 1px 1px 1px black;
    padding-top: 20px;
    white-space: nowrap;
}
.anchor {
    text-decoration: none;
    color: white;
}
.anchor:hover {
    text-decoration: none;
    color: white;
}
.text-center {
    text-align: center;
    padding: 0px;
    margin: 0px;
}
/* header section */

.header-section {
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom right, #5133CB, #7D56E5, #D0C2F6);
    background-size: contain; 
}
.navbar-header button i {
    color: white;
    font-size: 1.2em;
    padding-top: 10px;
}
.new-nav {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #5133CB;
    background: #7D56E5;
    box-shadow: 0px 0px 1px grey;
}
.nav-items li a {
    margin-top: 10px;
    color: white;
    font-size: 1.2em;
}
.nav-items li a:hover {
    color: #5133CB;
}
.nav-items li a:focus {
    color: #5133CB;
}
.nav-items li ul li a {
    color: white;
    background-color: #5133CB;
}
.content-section {
    margin-top: 70px;
    color: white;
    overflow: hidden;
}
.right-section {
    padding-top: 50px;
    float: right;
    /* right: 10%; */
}
/* circle section */

.first-section {
    width:100%;
    background: url("../img/circles.png") no-repeat top;
    height:100px;
    margin-top:-80px;
    z-index: 2;
    position: relative;
}
/*------- text section -----*/

.main-title {
    font-size: 2.5em;
    font-weight: bolder;
    text-align: center;
}
.main-title-padding {
    text-align: left;
}
.sub-title {
    font-size: 2.5em;
    color: #333333;
    font-weight: bolder;
    text-align: left; 
}
.sub-title2 {
    font-size: 2.5em;
    color: #ffffff;
    font-weight: bolder;
    text-align: left; 
    text-shadow: 1px 1px 0px #333333;
}
.p-content {
    text-align: justify;
    font-size: 16px;
}
.p-content strong {
    font-size: 16px;
    font-weight: bolder;
}
.p-content a {
    color: #333333;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 900;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.p-content a:hover {
    color: #5133CB;
    text-decoration: none;
}
.p-content a:focus {
    color: #5133CB;
    text-decoration: none;
} 
/*------- imp section -----*/

.imp {
    background: rgb(160, 126, 253);
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-bottom: 40px;
    padding-top: 30px;
}

.clippedDiv {
    width:180px;
    height:180px;
    background-color: rgba(255,255,255,1);
    box-shadow: 1px 1px 1px #333333;
    -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.clippedDiv2 {
    width:160px;
    height:160px;
    background-color: rgb(188, 163, 255);
    -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.clippedDiv2 i {
    color: #ffffff;
    font-size: 25px;
    position: relative;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
}

.fucked-up {
    padding-top: 20px;
}

.imp-txt {
    color: #ffffff;
    font-weight: bolder;
    font-size: 14px;
    text-align: center;
    position: relative;
    left: 50%;
    top: 30%;
    transform: translate(-50%,-50%);
}
/*----- img section ----*/
.img-section{
    margin-top: 20px;
}
.row .thumbnail {
    border:0;
    background-color: transparent;
    overflow: hidden;
}
.HOV:before {
    content: "Stain Removal";
    /* text-shadow: .25px .25px 0px #333333; */
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 900;
    line-height: 300px;
    text-align: center;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 0px 0px 20px 0px;
    background: #D0C2F6;
    left: -10px;
    top: -200px;
    z-index: 11;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
}
.HOV:hover::before {
    top: -100px;
    cursor: pointer;
}
.HOV2:before {
    content: "Steam Cleaning";
    /* text-shadow: .25px .25px 0px #333333; */
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 900;
    line-height: 300px;
    text-align: center;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 0px 0px 20px 0px;
    background: #D0C2F6;
    left: -10px;
    top: -200px;
    z-index: 11;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
}
.HOV2:hover::before {
    top: -100px;
    cursor: pointer;
}
.HOV3:before {
    content: "Before & After";
    /* text-shadow: .25px .25px 0px #333333; */
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 900;
    line-height: 300px;
    text-align: center;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 0px 0px 20px 0px;
    background: #D0C2F6;
    left: -10px;
    top: -200px;
    z-index: 11;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;

}
.HOV3:hover::before {
    top: -100px;
    cursor: pointer;
}
.row .thumbnail img {
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
}
.row .thumbnail img:hover {
    transform: scale(1.03);
    cursor: pointer;
}
/*----second-section------*/
.fucked-up-section {
    background: rgb(130, 85, 255);
    padding-top: 20px;
    padding-bottom: 30px;
}
.fucked-up-section .container .row .thumbnail h1 {
    color: #ffffff;
    font-size: 2.2em;
    font-weight: bolder;
}
.fucked-up-section .container .row .thumbnail p {
    color: #ffffff;
    font-size: 16px;
}
.fucked-up-section .container .row .thumbnail p strong {
    color: #ffffff;
    font-size: 16px;
    /* text-shadow: .5px .5px 0px #333333; */
}

.fucked-up-section .container .row .thumbnail {
    border:0;
    background-color: transparent;
    overflow: hidden;
}
.small-form > input,textarea {
    height: 40px;
    width: 100%;
    font-size: 14px;
    padding: 5px 0px;
    padding-left: 15px;
    border-radius: 5px;
    border: none;
    outline: none;
}
.small-form > textarea {
    height: 80px;
    font-size: 14px;
}
input[type="submit"] {
    font-size: 14px;
    height: 45px;
}
/*-------Air Duct page -------*/
.HOV5:after {
    content: "Air duct";
    /* text-shadow: .25px .25px 0px #333333; */
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 900;
    line-height: 300px;
    text-align: center;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 0px 0px 20px 0px;
    margin: auto;
    background: #D0C2F6;
    top: -200px;
    z-index: 11;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
}
.HOV5:hover::after {
    top: -100px;
    cursor: pointer;
}
.HOV6:after {
    content: "Cleaning";
    /* text-shadow: .25px .25px 0px #333333; */
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 900;
    line-height: 300px;
    text-align: center;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 0px 0px 20px 0px;
    margin: auto;
    background: #D0C2F6;
    top: -200px;
    z-index: 11;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
}
.HOV6:hover::after {
    top: -100px;
    cursor: pointer;
}
.HOV7:after {
    content: "Protect yours";
    /* text-shadow: .25px .25px 0px #333333; */
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 900;
    line-height: 300px;
    text-align: center;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 0px 0px 20px 0px;
    margin: auto;
    background: #D0C2F6;
    top: -200px;
    z-index: 11;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
}
.HOV7:hover::after {
    top: -100px;
    cursor: pointer;
}
.HOV8:after {
    content: "Upholstery";
    /* text-shadow: .25px .25px 0px #333333; */
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 900;
    line-height: 300px;
    text-align: center;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 0px 0px 20px 0px;
    margin: auto;
    background: #D0C2F6;
    top: -200px;
    z-index: 11;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
}

.HOV8:hover::after {
    top: -100px;
    cursor: pointer;
}
.HOV9:after {
    content: "tile & grout";
    /* text-shadow: .25px .25px 0px #333333; */
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 900;
    line-height: 300px;
    text-align: center;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 0px 0px 20px 0px;
    margin: auto;
    background: #D0C2F6;
    top: -200px;
    z-index: 11;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;

}
.HOV9:hover::after {
    top: -100px;
    cursor: pointer;
}
.HOV10:after {
    content: "water damage";
    /* text-shadow: .25px .25px 0px #333333; */
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 900;
    line-height: 300px;
    text-align: center;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 0px 0px 20px 0px;
    margin: auto;
    background: #D0C2F6;
    top: -200px;
    z-index: 11;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
}

.HOV10:hover::after {
    top: -100px;
    cursor: pointer;
}
/*--------footer---------*/
.footer {
    height: auto;
    width: 100%;
    background: #5133CB;
    padding-top: 40px;
    padding-bottom: 10px;
}
.footer .container .row {
    padding-top: 50px;
    padding-bottom: 50px;
}
.site-map h4 {
    font-weight: bolder;
    color: #ffffff;
    margin-left: 36px; 
    padding-left: 10px;
    border-left: 4px solid #ffffff;
}
.site-map ul {
    color: #ffffff;
    list-style: none;
}
.site-map ul li {
    margin-top: 10px;
}
.site-map ul li a {
    font-weight: 600;
    height: 40px;
    width: 120px;
    color: #ffffff;
    list-style: none;
    text-decoration: none;
    padding: 10px 10px;
}
.site-map ul li a:hover {
    color: #5133CB;
    background: #ffffff;
}
.btn-up {
    width: 50px;
    height: 50px;
    border: 4px solid white;
}
.btn-up a {
    color: white;
    font-size: 2em;
}
.btn-up a i {
    position: relative;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
}
.btn-up a:hover {
    color: #5133CB;
}
.btn-up:hover {
    background: #ffffff;
}
.call-us {
    color: #ffffff;
    font-weight: bolder;
}
.call-us h4 {
    border-left: 4px solid white;
    padding-left: 10px;
    margin-bottom: 30px;
}
.copyright {
    font-weight: bolder;
    color: #ffffff;
    margin-top: 70px;
    text-align: center;
}
.coup-float {
    display: flex;
    position: fixed;
    z-index: 20;
    width: 300px;
    height: 500px;
    background-color: transparent;
    top: 115px;
    right: -300px;
    float: right;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
}
.coup-float::before {
    content: "Coupons";
    position: absolute;
    left: -160px;
    width: 160px;
    height: 60px;
    background-color: rgba(255,255,255,.9);
    color: #7D56E5;
    text-align: center;
    font-size: 2em;
    font-weight: bolder;
    padding-top: 10px;
    border-radius: 40px 0px 0px 40px; 
    box-shadow: 0px 0px 2px #333333;
}
.coup-float:hover {
    cursor: pointer;
    right: 0;
}
.coup-float .container .row .col-lg-12 img {
    height: 145px;
    width: 250px;
}

.well {
    width: 100%;
}

/* responsive smallest size*/

@media only screen and (max-width: 990px) {
    .header-section {
        width: 100%;
    }
    .navbar-header button i {
        font-size: 1em;
        margin-top: 0px;
        padding-top: 0px;
    }
    #navbar {
        margin-top: 15px;
        width: 100%;
        background:#7D56E5;
    }
    #navbar > ul > li{
        margin: 0px;
        padding: 0px;
    }
    
    #navbar > ul > li > a{
        margin: 0px;
        font-size: 12px;
        padding: 1px 10px;
    }
    .new-nav {
        height: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .img-logo{
        /* padding-top: 8px; */
        width: 70px;
        height: 25px;
    }
    .right-section {
        padding-top: 0px;
        width: 50%;
        position: relative;
        right:25%;
    }

    .content-section{
        padding-top: 0px;
        margin-top: 0px;
    }
    .media-none{
        display: none;
    }
    .txt2 {
        text-align: center;
        text-shadow: none;
        padding-top: 50px; 
    }

    .coup-float {
        width: 200px;
        height: 300px;
        top: 90px;
        right: -200px;
        background: rgba(255,255,255,.9);
    }
    .coup-float::before {
        content: "<";
        left: -20px;
        width: 20px;
        height: 20px;
        font-size: 1em;
        padding-top: 0px;
    }
    .coup-float:hover {
        cursor: pointer;
        right: 0;
    }
    .coup-float .container .row .col-lg-12 img {
        height: 70px;
        width: 150px;
    }
    .first-section {
        height:35px;
        margin-top:-35px;
    }

    .main-title {
        font-size: 1.6em;
        text-align: left;
    }
    .sub-title {
        font-size: 1.6em;
    }
    .p-content {
        text-align: left;
        font-size: 14px;
    }
    .p-content strong {
        font-size: 14px;
    }
    .imp {
        margin-top: 0px;
        padding-bottom: 10px;
        padding-top: 5px;
    }
    .clippedDiv {
        width:150px;
        height: 150px;

    }
    .clippedDiv2 {
        width:140px;
        height:140px;

    }
    .clippedDiv2 i {
        font-size: 20px;
        top: 45px;
    }
    .fucked-up {
        padding-top: 10px;
    }
    .imp-txt {
        font-size: 14px;
        left: 50%;
        top: 30%;
        transform: translateX(-50%);
    }
    .HOV:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .HOV2:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .HOV3:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .HOV4:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .HOV5:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .HOV6:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .HOV7:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .HOV8:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .HOV9:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .HOV10:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .fucked-up-section {
        padding-top: 0px;
        padding-bottom: 5px;
    }
    .fucked-up-section .container .row .thumbnail h1 {
        font-size: 1.6em;
    }
    .fucked-up-section .container .row .thumbnail p {
        font-size: 14px;
    }
    .small-form > input,textarea {
        height: 40px;
        font-size: 12px;
    }
    .small-form > textarea {
        height: 60px;
        font-size: 12px;
    }
    input[type="submit"] {
        font-size: 12px;
        padding-left: 0px;
        height: 40px;
    }

    .footer {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .footer .container .row {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .site-map h4 {
        font-size: 16px;
        font-weight: bolder;
        margin-left: 0px; 
        padding-left: 3px;
        border-left: 1px solid #ffffff;
    }
     .site-map ul {
        color: #ffffff;
        list-style: none;
        margin-left: -40px;
    }
    .site-map ul li {
        margin-top: 5px;
    } 
    .site-map ul li a {
        font-size: 14px;
        font-weight: 400;
        height: 30px;
        width: 100px;
        padding: 5px 5px;
        
    }
    .footer-logo {
        width: 80px;
    }
    .btn-up {
        width: 20px;
        height: 20px;
        border: 2px solid white;
    }
    .btn-up a {
        color: white;
        font-size: 1em;
    }

    .call-us h4 {
        border-left: 1px solid white;
        padding-left: 3px;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .copyright {
        margin-top: 5px;
    }
    .copyright > h4 {
        font-size: 14px;
        text-align: left;
    }

}

@media only screen and (max-width: 420px) {

    .navbar-header button i {
        font-size: .8em;
        margin-top: 0px;
        padding-top: 0px;
    }
    /* #navbar {
        margin-top: 15px;
        width: 100%;
        background:#7D56E5;
    } */
    /* #navbar > ul > li{
        margin: 0px;
        padding: 0px;
    } */
    
    #navbar > ul > li > a{
        margin: 0px;
        font-size: 11px;
        padding: 1px 10px;
    }
    /* .new-nav {
        height: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
    } */
    /* .img-logo{
        width: 70px;
        height: 25px;
    } */
    /* .right-section {
        padding-top: 0px;
        width: 50%;
        position: relative;
        right:25%;
    } */

    /* .content-section{
        padding-top: 0px;
        margin-top: 0px;
    } */
    /* .media-none{
        display: none;
    } */
    /* .txt2 {
        text-align: center;
        text-shadow: none;
        padding-top: 50px; 
    } */

    .coup-float {
        width: 150px;
        height: 230px;
        top: 90px;
        right: -150px;
        background: rgba(255,255,255,.9);
    }
    /* .coup-float::before {
        content: "<";
        left: -20px;
        width: 20px;
        height: 20px;
        font-size: 1em;
        padding-top: 0px;
    } */
    /* .coup-float:hover {
        cursor: pointer;
        right: 0;
    } */
    .coup-float .container .row .col-lg-12 img {
        height: 55px;
        width: 120px;
    }
    /* .first-section {
        height:35px;
        margin-top:-35px;
    } */

    .main-title {
        font-size: 1.3em;
        text-align: left;
    }
    .sub-title {
        font-size: 1.3em;
    }
    .p-content {
        text-align: left;
        font-size: 12px;
    }
    .p-content strong {
        font-size: 12px;
    }
    .imp {
        margin-top: 0px;
        padding-bottom: 10px;
        padding-top: 5px;
    }
    .clippedDiv {
        width:120px;
        height: 120px;

    }
    .clippedDiv2 {
        width:110px;
        height:110px;

    }
    .clippedDiv2 i {
        font-size: 16px;
        top: 35px;
    }
    .fucked-up {
        padding-top: 10px;
    }
    .imp-txt {
        font-size: 12px;
        left: 50%;
        top: 20%;
        transform: translateX(-50%);
    }
    .HOV:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .HOV2:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .HOV3:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .HOV4:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .HOV5:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .HOV6:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .HOV7:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .HOV8:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .HOV9:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .HOV10:before {
        font-size: .6em;
        line-height: 250px;
        width: 150px;
        height: 150px;
        top: -150px;
    }
    .fucked-up-section {
        padding-top: 0px;
        padding-bottom: 5px;
    }
    .fucked-up-section .container .row .thumbnail h1 {
        font-size: 1.3em;
    }
    .fucked-up-section .container .row .thumbnail p {
        font-size: 12px;
    }
    .small-form > input,textarea {
        height: 40px;
        font-size: 10px;
    }
    .small-form > textarea {
        height: 60px;
        font-size: 10px;
    }
    input[type="submit"] {
        font-size: 10px;
        padding-left: 0px;
        height: 40px;
    }

    .footer {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .footer .container .row {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .site-map h4 {
        font-size: 14px;
        font-weight: bolder;
        margin-left: 0px; 
        padding-left: 3px;
        border-left: 1px solid #ffffff;
    }
     .site-map ul {
        color: #ffffff;
        list-style: none;
        margin-left: -40px;
    }
    .site-map ul li {
        margin-top: 5px;
    } 
    .site-map ul li a {
        font-size: 12px;
        font-weight: 400;
        height: 30px;
        width: 100px;
        padding: 5px 5px;
        
    }
    .footer-logo {
        width: 80px;
    }
    .btn-up {
        width: 20px;
        height: 20px;
        border: 2px solid white;
    }
    .btn-up a {
        color: white;
        font-size: .8em;
    }

    .call-us h4 {
        border-left: 1px solid white;
        padding-left: 3px;
        margin-bottom: 5px;
        font-size: 12px;
    }
    .copyright {
        margin-top: 5px;
    }
    .copyright > h4 {
        font-size: 12px;
        text-align: left;
    }



}
/* 
.coup-float {
    width: 100px;
    height: 300px;
    top: 90px;
    right: -100px;
    background: rgba(255,255,255,.9);
}
.coup-float::before {
    content: "<";
    left: -20px;
    width: 20px;
    height: 20px;
    font-size: 1em;
    padding-top: 0px;
}
.coup-float:hover {
    cursor: pointer;
    right: 0;
}
.coup-float .container .row .col-lg-12 img {
    height: 30px;
    width: 70px;
} */

/* .active {
    display: none;
} */

<style type="text/css">
   /* RESET */
*, *::before, *::after {
    box-sizing: border-box;
}

/* FORM WRAPPER */
form.CUS {
    max-width: 900px;
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    background: #f9fafb;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-family: system-ui, sans-serif;
}

/* FLEX FIELDSET */
form.CUS fieldset {
    display: flex;
    flex-wrap: wrap;
    border: none;
    padding: 0;
    margin: 0;
}

/* BASE BLOCK STYLE */
form.CUS fieldset > p {
    width: 100%;
    padding: 10px;
    margin: 0;
    font-size: 0.95rem;
    color: #444;
}

/* Universal input/select styling */
form.CUS input,
form.CUS select,
form.CUS textarea {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}

/* ===============================
   ROW 1: Name, Phone, Address
=============================== */
form.CUS fieldset > p:nth-of-type(1),
form.CUS fieldset > p:nth-of-type(2),
form.CUS fieldset > p:nth-of-type(3) {
    width: 33.333%;
}

/* ===============================
   ROW 2: City, State, Zip Code
=============================== */
form.CUS fieldset > p:nth-of-type(4),
form.CUS fieldset > p:nth-of-type(5),
form.CUS fieldset > p:nth-of-type(6) {
    width: 33.333%;
}

/* ===============================
   SERVICE NEEDED TEXTAREA
=============================== */
form.CUS fieldset > p:nth-of-type(7) {
    width: 100%;
}

/* ===============================
   SERVICE DATE (Month, Day, Year)
   → ALL 3 IN ONE ROW
=============================== */

/* Make the 8th <p> (Service Date block) a flex row */
form.CUS fieldset > p:nth-of-type(8) {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: flex-start;
}

/* Month, Day, Year = 3 equal flex columns */
form.CUS fieldset > p:nth-of-type(8) select#service_date,
form.CUS fieldset > p:nth-of-type(8) select#service_day,
form.CUS fieldset > p:nth-of-type(8) input#service_year {
    flex: 1 1 0;
    width: auto;          /* flex handles width */
    margin-top: 6px;
}

/* ===============================
   SERVICE TIME (Full width)
=============================== */
form.CUS fieldset > p:nth-of-type(9) {
    width: 100%;
}

/* ===============================
   SUBMIT BUTTON (Full width)
=============================== */
form.CUS fieldset > p:nth-of-type(10) {
    width: 100%;
}

form.CUS input[type="submit"] {
    width: 100%;
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

form.CUS input[type="submit"]:hover {
    background: #1d4ed8;
}

/* Hide honeypot */
form.CUS input.subject {
    display: none;
}

/* ===============================
   MOBILE RESPONSIVE (stack fields)
=============================== */
@media (max-width: 600px) {

    form.CUS fieldset > p {
        width: 100%;
        padding: 6px 0;
    }

    /* Month, Day, Year full width stacked on mobile */
    form.CUS fieldset > p:nth-of-type(8) {
        flex-direction: column;
        gap: 6px;
    }

    form.CUS fieldset > p:nth-of-type(8) select#service_date,
    form.CUS fieldset > p:nth-of-type(8) select#service_day,
    form.CUS fieldset > p:nth-of-type(8) input#service_year {
        flex: none;
        width: 100% !important;
    }
/* ===============================
   ROW 1: Name, Phone, Address
=============================== */
form.CUS fieldset > p:nth-of-type(1),
form.CUS fieldset > p:nth-of-type(2),
form.CUS fieldset > p:nth-of-type(3) {
    width: 100%;
}

/* ===============================
   ROW 2: City, State, Zip Code
=============================== */
form.CUS fieldset > p:nth-of-type(4),
form.CUS fieldset > p:nth-of-type(5),
form.CUS fieldset > p:nth-of-type(6) {
    width: 100%;
}
}
</style>
