* {
    margin: 0;
    padding: 0;
    font-family: 'Inter';
}
/*start of navigation*/
nav {
    background-color: #FFF8E7;
    padding: 14px 24px;
    border-bottom: 2px solid #C9A84C;
    display: flex;
    justify-content: space-between;
    align-items: center;

    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.below {
    font-size: 80%;
}

.nav-left img {
    width: 50px;
    height: auto;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

a {
    text-decoration: none;
    color: #FFF8E7;
    padding: 8px 16px;
    border-radius: 20px;
}

.whatsapp-btn {
    background-color: #25D366;
    gap: 5px;
    align-items: center;
    display: inline-flex;
}

.email-btn {
    background-color: #C9A84C;
    gap: 5px;
    align-items: center;
    display: inline-flex;
}

.whatsapp-btn img {
    width: 16px;
    height: auto;
}

.email-btn img {
    width: 18px;
    height: auto;
}

/*end of navigation*/

/*start of hero section*/
.hero-section{
    padding: 60px 24px;
    text-align: center;
    background-color: #FFF8E7;
}

.hero-badge{
    display: inline-block;
    background-color: #FDDE6C;
    color: #967313;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
}

.hero-headline{
    font-size: 32px;
    margin: 16px 0;
    color: #1a1a1a;
    line-height: 1.3;
}

.hero-supporting{
    color: #5A5A5A;
    font-size: 15px;
    margin-bottom: 24px;
    margin-top: 20px;
}

.hero-buttons{
    display: flex;
    justify-content: center;
    gap: 27px;

}

.hero-buttons img{
    width: 37px;
    height: auto;
}
/*end of hero section*/

/*start of services section*/
.services-section{
    padding: 60px 24px;
    background-color: #ffffff;
}

.section-label{
    color: #C9A84C;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.services-section h2{
    font-size: 24px;
    margin: 8px 0 24px 0;
    color: #1a1a1a;
}

.one-service-row{
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 10px;
}

.title-descrip{
    flex: 1;
}

.one-service-row img{
    width: 32px;
    height: 32px;
}

.one-service-row span{
    color: #999;
}
/*end of service-section*/

/* start of why-us-section*/
.why-us-section{
    padding: 60px 24px;
    background-color: #FFF8E7;
    text-align: center;
}

.why-us-section h2{
    font-size: 24px;
    margin: 8px 0 24px 0;
    color: #1a1a1a;
}

.stats-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.stat-card{
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px 12px;
}

.stat-card h3{
    font-size: 26px;
    color: #C9A84C;
}

.stat-card p{
    font-size: 12px;
    color: #5A5A5A;
    margin-top: 4px;
}

/*end of why-us-section*/

/*start of reviews-section*/
.reviews-section{
    padding: 60px 24px;
    background-color: #ffffff;
}

.reviews-section h2{
    font-size: 24px;
    margin: 8px 0 24px 0;
    color: #1a1a1a;
}

.reviews-list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.review-card{
    border-left: 2px solid #C9A84C;
    padding-left: 14px;
}

.review-card p:first-child{
    font-size: 16px;
    color: #1a1a1a;
    font-style: italic;
    margin-bottom: 6px;
}

.review-card p:last-child{
    font-size: 14px;
    color: #5A5A5A;
}

.star-rating i{
    color: #C9A84C;
    font-size: 14px;
}

.star-rating{
    margin-bottom: 6px;
}
/*end of reviews-section*/

/*start of before-and-after-section*/

.our-work-section{
    padding: 60px 24px;
    background-color: #ffffff;
}

.our-work-section h2{
    font-size: 24px;
    margin: 8px 0 24px 0;
    color: #1a1a1a;
}

.work-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
}

.work-item img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.work-item p{
    font-size: 13px;
    color: #5A5A5A;
    margin-top: 8px;
}

/*end of before-and-after-section*/

/*start of quote-form-section*/

.quote-section{
    padding: 60px 24px;
    background-color: #FFF8E7;
    text-align: center;
}

.quote-section p:not(.section-label){
    color: #5A5A5A;
    font-size: 15px;
    margin-bottom: 28px;
    margin-top: 8px;
}

.quote-section h2{
    font-size: 24px;
    margin: 8px 0 0 0;
    color: #1a1a1a;
}

.quote-form{
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 500px;
    margin: 0 auto;
}

.quote-form input, .quote-form select, .quote-form textarea{
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 14px;
    font-size: 14px;
    box-sizing: border-box;
    font-family: inherit;
}

.quote-form textarea{
    height: 120px;
    resize: vertical;
}

.quote-form button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #25D366;
    color: #ffffff;
    padding: 14px;
    border: none;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.quote-form img{
    width: 18px;
    height: auto;
}

#email-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #C9A84C;
    color: #ffffff;
    padding: 14px;
    border: none;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

/*end of quote-form-section*/

/*start of footer*/
.site-footer{
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 24px 20px 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-brand img{
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.footer-brand p{
    font-size: 13px;
    color: #aaaaaa;
    margin-top: 6px;
    line-height: 1.6;
}

.site-footer h4{
    color: #C9A84C;
    font-size: 13px;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.footer-contact p, .footer-hours p{
    font-size: 13px;
    color: #aaaaaa;
    margin-bottom: 6px;
    line-height: 1.6;
}

.footer-bottom{
    grid-column: 1 / -1;
    border-top: 1px solid #333;
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.social-links{
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.social-links a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaaaaa;
    font-size: 16px;
    padding: 0;
    background-color: transparent;
}

.social-links a:hover{
    border-color: #C9A84C;
    color: #C9A84C;
}

/*end of footer-section*/

/*start of whatsapp floating*/
.floating-whatsapp{
    position: fixed;
    bottom: 24px;
    right: 24px;
    background-color: #25D366;
    color: #ffffff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 999;
    padding: 0;
}
/*end of whatsapp floating*/






/*css for phones*/

@media (max-width: 768px){
    .nav-right a span{
        display: none;
    }

    .hero-headline{
        font-size: 24px;
    }

    .hero-buttons{
        gap: 18px;
    }

    .stats-grid{
        grid-template-columns: 1fr;
    }

    .work-grid{
        grid-template-columns: 1fr;
    }

    .site-footer{
        grid-template-columns: 1fr;
    }
}