/* Website Fonts */
@font-face {
    font-family: "Poppins Regular";
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    src: local("Poppins Regular"),
      url("../webfonts/Poppins-Regular.woff") format("woff");
}
@font-face {
font-family: "Poppins Bold";
font-display: swap;
font-style: normal;
font-weight: normal;
src: local("Poppins Bold"),
    url("../webfonts/Poppins-Bold.woff") format("woff");
}
.spam { display:none;}
body{
    padding: 0;
    margin: 0;
    font-family: "Poppins Regular" !important;
}
.top-header{
    background-color: rgba(0, 0, 0, 0.85);
}
.top-header span{
    font-size: 20px;
    color: #FFFFFF;
    font-family: "Poppins Regular";
}
.top-header span a{
    text-decoration: none;
    font-size: 20px;
    color: #FFFFFF;
    font-family: "Poppins Regular";
}
.hero{
    height: 100vh;
    background-image: url(../images/911-air-duct-cleaning-service-tx.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.box span:nth-child(1){
    font-size: 100px;
    color: #1C63B8;
    font-family: "Poppins Bold";
    line-height: 120px;
}
.hero-1 .box span:nth-child(1){
    font-size: 80px;
    color: #1C63B8;
    font-family: "Poppins Bold";
    line-height: 120px;
}
.hero-2 .box span:nth-child(1){
    font-size: 70px;
    color: #1C63B8;
    font-family: "Poppins Bold";
    line-height: 100px;
}
.box span:nth-child(2){
    font-size: 30px;
    font-family: "Poppins Bold";
}
.box span .num{
    font-size: 25px;
    font-family: "Poppins Bold";
}
.box span .num:hover{
    font-size: 25px;
    background-color: #FFC513 !important;
    color: #1C63B8;
    font-family: "Poppins Bold";
}
.hero-1{
    height: 100vh;
    background-image: url(../images/911-dryer-vent-cleaning-service-tx.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-2{
    height: 100vh;
    background-image: url(../images/911-ac-repair-installation-service.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-nav-bar{
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFFFFF !important;
}
.contxt{
    line-height: 33px;
}
h1{
    font-size: 28px !important;
    color: #1C63B8;
}
hr{
    width: 25%;
    height: 4px !important;
    background-color: #FFC513;
    display: inline-block;
}
h2{
    color: #1C63B8;
    
}
.sec2{
    background-color: #EBE7E7; 
    padding: 50px 0 150px 0 !important;
}
.sec3{
    padding: 50px 0px;
}
.sec3 .img{
    margin-top: -150px;
}
.sec3 span:first-child{
    color: #FFFFFF;
    font-size: 70px;
    font-weight: bold;
    
}
.sec3 span:nth-child(2){
    color: #000000;
    font-size: 80px;
    font-weight: bold;
}
.sec3 span:nth-child(3){
    color: #000000;
    font-size: 40px;
    
    text-transform: uppercase;
}
.sec5{
    background-color: #EBE7E7; 
}
.sec4{
    background-image: url(../images/bg-stay-safe.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  
}
.bg-color{
    background-color: #1C63B8;
}
.footer{
    background-color: #1E1E1E;
}
.contact-info{
    line-height: 30px;
}
.contact-info span:last-child{
    font-size: 16px;
}
.cities .btn{
    margin: 5px 0;
}
@media (max-width:900px){
    .hero{
        height: 120vh;
        background-size: cover;
        background-position-x: 80%;
    }
    .hero-1{
        height: 120vh;
        background-position-x: 20%;
    }
    .hero-2{
        height: 120vh;
        background-position-x: 30%;
    }
    .box span:nth-child(1){
        font-size: 10vw;
        color: #1C63B8;
        font-family: "Poppins Bold";
        line-height: 37px;
    }
    .hero-1 .box span:nth-child(1){
        font-size: 10vw;
        color: #1C63B8;
        font-family: "Poppins Bold";
        line-height: 37px;
    }
    .hero-2 .box span:nth-child(1){
        font-size: 10vw;
        color: #1C63B8;
        font-family: "Poppins Bold";
        line-height: 37px;
    }
    .box span .num{
        margin-top: 15px;
    }
}
.e-mail:before{
    content:attr(data-website) "\0040" attr(data-user);unicode-bidi:bidi-override;direction:rtl
}
  
.pnf{
    height: 93vh;
}
.pnf .box{
    display: flex;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pnf .box span:nth-child(1){
    font-size: 20vw;
    font-weight: bold;
    line-height: 20vw;
}

.pnf .box span:nth-child(2){
    font-size: 3vw;
    font-weight: bold;
    line-height: 7vw;
}
/* 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%;
}
}
