body{
    background: rgb(250, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
}

/*==========================
        HEADER 
============================*/
.logo img{
    height: 35px;
    width: auto;
    display: block;
}
nav ul{
    margin: 0;
    padding: 0;
    list-style-type: none;

    display: flex;
    gap: 15px;
}

nav li{
    display: inline-block;
}
/*LETTER COLORS*/
a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 16px;
}

a:hover{
    color: rgb(255, 0, 0);
}

/* LOGO PLACE HOLDER AT MOMENT */
h3{
 font-size: 25px;   
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;

    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px);

    padding: 18px 45px;
}

nav {
    display: flex;
    align-items: center;
    gap: 35px;
}

nav h3 {
    margin: 0;
    font-size: 28px;
    letter-spacing: 2px;
}

nav ul {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

nav a {
    color: white;
    font-size: 14px;
    font-weight: 700;
}

/*==========================
        HEADER END
============================*/

/* =========================
   GLOBAL FIXES
========================= */

*{
    box-sizing: border-box;
}

html, body {
    margin:0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

/* =========================
   HERO SECTION
========================= */

.FRAME_IMG{
    width:100%;
    
    height:auto;

    background-image:
    linear-gradient(to right
    ,rgba(0,0,0,0.85)0%
    ,rgba(0,0,0,0.55)25%
    ,rgba(0,0,0,0.15)50%
    ,rgba(0,0,0,0)70%),
    url(IMG/FRAME_IMG.png);
    

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    
    display: flex;
    align-items: center;
    
    padding: 80px 0;
}

/*.hero-box{
    background-color:black;
    width: 30%;
    padding: 40px;
    border-radius: 10px;
    color: white;
    backdrop-filter: blur(4px);
quote_box
} BLACK BOX-------------- PRECISION FRAMING BUILT TO LAST */

.hero-box h1{
    font-size: 52px;
    margin-bottom: 20px;
    line-height: 1.1;
    

}

.hero-box{
   
    margin-bottom: 20px;
    line-height: 1.1;
    margin-left: 100px;

}

/* =========================
   HERO SECTION END
========================= */


/* =========================
   TRUST BAR
========================= */

.trust-bar{
    width: 100%;
    background-color: #111;
    height: 60px;

    display: flex;
    justify-content: space-around;
    align-items: center;
    
    padding:15px 30px;
   
}
.trust-item{
    display: flex;
    align-items: center;
    
    color:white;

}


.trust-item img{
    width:50px;
    height:35px;
    object-fit: contain;

    filter: brightness(0) saturate(100%)invert(68%) sepia(45%) saturate(600%) ;
}


/* =========================
   TRUST BAR END
========================= */



/* =========================
   ABOUT US
========================= */

.about-us {
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    padding: 40px 8%;
}

.about-us > img {
    width: 42%;
    max-width: 670px;
    height: auto;
    object-fit: cover;
}

/* =========================
   ABOUT US PARAGRAPH
========================= */

.about-title {
    font-size: 15px;
    font-weight: bolder;
    letter-spacing: 0;
    margin-top: 27px;
    filter: brightness(0) saturate(100%) invert(68%) sepia(45%) saturate(600%);
}

.aboutus_text {
    width: 58%;
    max-width: 620px;
}

.aboutus_text h3 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    margin: 15px 0;
}

.aboutus_text p {
    font-size: 16px;
    line-height: 1.25;
}

/* =========================
   ABOUT US ICONS
========================= */

.about-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

.feature {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.feature img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-bottom: 8px;
}

.feature h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.15;
    margin: 0;
}

/* =========================
   ABOUT US  END
========================= */



/* =========================
   SERVICES
========================= */



/* SERVICES TITLE & CARD */

.services-heading{
    grid-column: 1/ -1;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.services-heading p{
    color:  #c58a35;
    font-weight: bolder;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}



.services{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 350px));
    justify-content: center;

    gap: 30px;
    padding: 45px 30px;

    background: rgb(233, 230, 230);
    color: black;
}

.service-card{
    background: white;
    color: black;
    overflow: hidden;
    min-width: 0;
    border: 2px solid goldenrod;
}

.service-card > img{
    width: 100%;
    height: clamp(90px, 13vw, 180px);
    object-fit: cover;
    display: block;
}

.service-icon{
    width: clamp(32px, 5vw, 55px);
    height: clamp(32px, 5vw, 55px);
    background: black;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    margin-left: clamp(10px, 2vw, 20px);
    margin-top: clamp(-28px, -3vw, -16px);
}

.service-icon img{
    width: clamp(45px, 7vw, 90px);
    height: clamp(45px, 7vw, 90px);
    object-fit: contain;
}

.service-card h3{
    font-size: clamp(12px, 2.1vw, 25px);
    font-weight: 800;
    margin: clamp(15px, 2vw, 28px) clamp(8px, 2vw, 30px) clamp(10px, 1vw, 15px);
}

.service-card p{
    font-size: clamp(9px, 1.4vw, 16px);
    line-height: 1.25;
    margin: 0 clamp(8px, 2vw, 30px) clamp(10px, 1vw, 18px);
}

.service-card a{
    display: inline-block;
    color: black;
    font-size: clamp(9px, 1.4vw, 16px);
    margin: 0 clamp(8px, 2vw, 30px) clamp(12px, 2vw, 25px);
}


.drywall-icon{
    width: 80px !important;
    height: 80px !important;
}

.deck-icon{
    width: 65px !important;
    height: 65px !important;
}

.concrete-icon{
    filter:  brightness(0) saturate(100%) invert(68%) sepia(45%) saturate(600%);
}


.services a{
    color: black;
}


/* =========================
   SERVICES END
========================= */


.choose-us{
    display: grid;
    grid-template-columns: auto auto; 
    justify-content: center;   
    gap: 0px;
    padding: 30px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    align-items: flex-start;
}


.WHYCHOOSEUS h4,
.OUR_PROCESS > h4{
    margin-top: 0;
}


.WHYCHOOSEUS h4,
.OUR_PROCESS h4{
    color: #c58a35;
    font-size: 18px;
    margin-bottom:  20px;
    
}

.WHYCHOOSEUS{
    border-right: 1px solid #ddd;
    padding-right: 50px;
}

.OUR_PROCESS{
    border-right: 1px solid #ddd;
    padding-left: 50px;
    padding-right: 60px;
}

.WHYCHOOSEUS ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.WHYCHOOSEUS li{
    margin-bottom: 15px;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
}

.WHYCHOOSEUS li::before{
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;

    background: black;
    color: gold;

    width: 16px;
    height: 16px;
    border-radius: 50%;

    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.OUR_PROCESS ol{
    list-style: none;
    counter-reset: process;
    padding: 0;
    margin: 0;
}

.OUR_PROCESS li{
    counter-increment: process;
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
}

.OUR_PROCESS li::before{
    content: counter(process);
    position: absolute;
    left: 0;
    top: 0;

    width: 28px;
    height: 28px;
    background: #111;
    color: #c58a35;
    border-radius: 5px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: bold;
}

.OUR_PROCESS h4{
    font-size: 15px;
    margin: 0;
}

.OUR_PROCESS > h4{
    font-size: 18px;
    margin-bottom: 15px;

}

.OUR_PROCESS p{
    font-size: 14px;
    margin: 3px 0 0;
}




.START_PROJECT{
    width:100%;
    
    height:auto;

    background-image:
    linear-gradient(to right
    ,rgba(0,0,0,0.85)0%
    ,rgba(0,0,0,0.55)25%
    ,rgba(0,0,0,0.15)50%
    ,rgba(0,0,0,0)75%),
    url(IMG/GET_QUOTE_PIC.png);
    

    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    
    
    
    padding:15px 0;
}

.START_BOX h1{
    font-size: 38px;
    margin-bottom: 10px;
}

.quote_box{
    background-color: rgb(212, 156, 13);
    width: 10px;
    padding: 12px 35px;
    border-radius: 4px;
    color: rgb(0, 0, 0);
    backdrop-filter: blur(4px);
    
   
    margin: 0 20px;
}

.START_BOX p{
    margin-bottom: 22px;
}

.START_BOX{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 22px;
}
/* =========================
   CONTACT 
========================= */

.contact-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 130px;
    padding: 35px 80px;
    background: white;
    border-top: 4px solid black;
    border-bottom: 4px solid black;
}

.contact-info {
    width: 430px;
    color: black;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 25px;
}

.contact-item p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.contact-icon {
    font-size: 26px;
    width: 35px;
    text-align: center;
    color: black;
}

.contact-form-box {
    width: 540px;
}

.contact-form-box h2 {
    display: block;
    color: black;
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    margin: 0 0 14px 0;
}

.contact-form-box form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-form-box input,
.contact-form-box textarea {
    width: 100%;
    padding: 10px 14px;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.contact-form-box textarea {
    height: 85px;
    resize: none;
}

.contact-form-box button {
    width: 100%;
    padding: 11px;
    background-color: #c99545;
    border: none;
    font-weight: 900;
    cursor: pointer;
}







/* =========================
   CONTACT END
========================= */



/* FOOTER */

footer{
    background: rgb(136, 89, 35);
    padding: 10px;
    color: white;


}

@media (max-width: 768px) {
    .about-us {
        grid-template-columns: 50% 50%;
        gap: 16px;
        padding: 30px 5%;
    }

    .about-us > img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .aboutus_text {
        width: 100%;
        max-width: none;
    }

    .about-title {
        margin-top: 0;
        font-size: 13px;
    }

    .aboutus_text h3 {
        font-size: 24px;
        line-height: 1.1;
        margin: 10px 0;
    }

    .aboutus_text p {
        font-size: 14px;
        line-height: 1.2;
    }

    .about-features {
        grid-column: 1 / -1;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
        margin-top: 25px;
        width: 100%;
    }

    .feature img {
        width: 34px;
        height: 34px;
        margin-bottom: 6px;
    }

    .feature h4 {
        font-size: 10px;
        line-height: 1.1;
        margin: 0;
        white-space: normal;
    }
}