/* Header Styles */

.logo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;

}

.logo img {
    height: 60px;
    width: 60px;
}

.nav {
    width: 100%;
    padding: 4px 0;
    background: #f5f5f5;
    border-bottom: 2px solid #1D1F241A;

}

.nav-container {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    align-content: center;
    align-self: center;
}

.brand-name2 {
    color: #1a1a1a;
    align-self: center;
    font-family: 'Inter', sans-serif;
    font-size: clamp(18px, 1.5vw, 32px);
    font-weight: 700;
    text-decoration: none;
}

.nav-links {
    display: flex;
    gap: clamp(8px, 1.5vw, 20px);
    align-items: center;


}

.nav-links-right {
    display: flex;
    gap: 14px;
    align-items: flex-end;
    margin-right: 40px;
    flex-direction: row;
    justify-content: center;
}

.nav-links a {
    display: flex;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 1.5vw, 20px);
}

.cta-home {
    color: #324dd4;
    box-shadow: 0 2px 0 #324dd4;

}

.about-page .cta-home {
    color: #334155;
    box-shadow: 0 2px 0 #F5F5F5;
}


.contact-page .cta-home {
    color: #334155;
    box-shadow: 0 2px 0 #F5F5F5;
}

.how-it-works-page .cta-home {
    color: #334155;
    box-shadow: 0 2px 0 #F5F5F5;
}

.request-page .cta-home {
    color: #334155;
    box-shadow: 0 2px 0 #f5f5f5;
}

.workers-page .cta-home {
    color: #334155;
    box-shadow: 0 2px 0 #f5f5f5;
}

.cta-how-it-works {
    color: #334155;
}


.how-it-works-page .cta-how-it-works {
    color: #324dd4;
    box-shadow: 0 2px 0 #324dd4;
}

.cta-request {
    color: #334155;

}

.request-page .cta-request {
    color: #324dd4;
    box-shadow: 0 2px 0 #324dd4;

}


.workers-page .cta-painters {
    color: #324dd4;
    box-shadow: 0 2px 0 #324dd4;
}

.cta-painters {
    color: #334155;
}

.cta-about-us {
    color: #334155;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: clamp(14px, 1.5vw, 20px);
    font-weight: 600;
    align-self: center;
}

.how-it-works-page .cta-about-us {
    color: #334155;

}

.request-page .cta-about-us {
    color: #334155;

}

.workers-page .cta-about-us {
    color: #334155;

}

.cta-contact-us {
    text-decoration: none;
    font-family: "Inter", sans-serif;
    background-color: #1a1a1a;
    border-radius: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    color: #FFFFFF;
    font-size: clamp(16px, 1.5vw, 18px);
    font-weight: 600;
    gap: 6px;
    display: flex;

}

.contact-page .cta-contact-us {
    text-decoration: none;
    font-family: "Inter", sans-serif;
    background-color: #1a1a1a;
    border-radius: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    color: #FFFFFF;
    font-size: clamp(16px, 1.5vw, 18px);
    font-weight: 600;
    gap: 6px;
    display: flex;

}

.how-it-works-page .cta-contact-us {
    text-decoration: none;
    font-family: "Inter", sans-serif;
    background-color: #324dd4;
    border-radius: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    color: #FFFFFF;
    font-size: clamp(16px, 1.5vw, 18px);
    font-weight: 600;
    gap: 6px;
    display: flex;

}

.request-page .cta-contact-us {
    text-decoration: none;
    font-family: "Inter", sans-serif;
    background-color: #324dd4;
    border-radius: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    color: #FFFFFF;
    font-size: clamp(16px, 1.5vw, 18px);
    font-weight: 600;
    gap: 6px;
    display: flex;

}

.workers-page .cta-contact-us {
    text-decoration: none;
    font-family: "Inter", sans-serif;
    background-color: #324dd4;
    border-radius: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    color: #FFFFFF;
    font-size: clamp(16px, 1.5vw, 18px);
    font-weight: 600;
    gap: 6px;
    display: flex;

}


.nav-links-right img {
    width: 18px;
    height: 18px;

}

.hamburger {
    display: none;
}

.nav {
    position: relative;
    z-index: 1000;
}

.mobile-only {
    display: none !important;
}



@media (max-width: 950px) {

    .hamburger {
        display: block;
        font-size: 32px;
        cursor: pointer;
    }


    .nav-links,
    .nav-links-right {
        display: none;
    }


    .nav-links.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #f5f5f5;
        padding: 20px 0;
        gap: 15px;

    }

    .nav-links.active a {
        font-size: clamp(16px, 1.5vw, 22px);

    }

    .mobile-only {
        display: flex !important;
        ;
    }

    .about-page .cta-about-us {
        color: #334155;
        text-decoration: none;
        font-family: "Inter", sans-serif;
        font-size: clamp(14px, 1.5vw, 20px);
        font-weight: 600;
        align-self: center;
        color: #324dd4;
        box-shadow: 0 2px 0 #324dd4;
    }

    .nav-links.active .cta-contact-us {
        all: unset;

        color: #334155;
        font-family: "Inter", sans-serif;
        font-size: clamp(16px, 1.5vw, 22px);
        font-weight: 600;

        cursor: pointer;
        text-decoration: none;


    }

    .contact-page .cta-contact-us {
        color: #334155;
        text-decoration: none;
        font-family: "Inter", sans-serif;
        font-size: clamp(16px, 1.5vw, 22px);
        font-weight: 600;
        align-self: center;
        color: #324dd4 !important;
        box-shadow: 0 2px 0 #324dd4 !important;
    }


}


body {
    margin: 0;
    padding: 0;
}

.hero {
    background: linear-gradient(90deg,
            #1E3A8A 0%,
            /* dark blue (left) */
            #324DD4 50%,
            /* your main blue */
            #5B7CFF 100%
            /* lighter blue (right glow) */
        );
    position: relative;
    overflow: hidden;
    padding-top: 40px;


}

.hero::after {
    content: "";
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: clamp(250px, 35vw, 600px);
    height: clamp(250px, 35vw, 400px);

    background: url('assets/brushstroke4.png') no-repeat;
    background-size: contain;

    opacity: 0.9;
    pointer-events: none;
}



body {
    margin: 0;
    padding: 0;
}

.bolt {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.bolt p {
    background-color: #ffffff;
}

.bolt-text {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #324dd4;
    padding: 6px 12px;
    border-radius: 20px;
    font-family: "Inter", sans-serif;
    font-size: clamp(12px, 2vw, 16px);
    border: 1px solid #324dd4;
    font-weight: 600;
}

.big-text {

    justify-content: center;
    font-family: "Inter", sans-serif;
    font-size: clamp(32px, 4vw, 68px);
    width: 40%;
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    color: white;

}

.small-text {
    margin-top: 0px;
    justify-content: center;
    width: 40%;
    margin: 10px auto 0;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 2vw, 24px);
    color: white;
}

.big-text p,
.small-text p {
    margin: 0;
}

@media (max-width: 900px) {

    .big-text,
    .small-text {
        width: 60%;

    }
}

@media (max-width: 600px) {

    .big-text,
    .small-text {
        width: 90%;
    }
}

.blue-text {
    color: #324DD4
}




.divider {
    background-color: #1D1F241A;
    display: flex;
    height: 1px;
    width: 100%;
    margin-top: 80px;

}

p {
    margin: 0;
}

.content-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 150px;
    background-color: #F4F7FE;
    padding-top: 25px;
    padding-bottom: 25px;



}

.header {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: black;
}

.small-text3 {
    margin-top: 10px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #4A5568;


}

.small {
    margin-top: 10px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #4A5568;


}

.items {

    display: flex;
    flex-direction: column;


}

.left {
    width: 21%;
    min-width: 0;
}

.box {
    background-color: #ffffff;
    border: 3px solid transparent;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(135deg, #324dd4, #1A1D2D) border-box;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    box-sizing: border-box;


}

.box img {
    width: 35px;
    height: 35px;

}

.blue-img {
    background-color: #E9ECFB;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

}

.col-flex {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 20px;

}

.title2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: black;
    overflow-wrap: break-word;
    word-break: break-word;
}


.small-text2 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #4A5568;
    overflow-wrap: break-word;
    word-break: break-word;
}

.right {
    background-color: #ffffff;
    width: 35%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 3px solid transparent;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(135deg, #324dd4, #1A1D2D) border-box;
}

.inside-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    align-self: center;

}

.header2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: black;
    margin-top: 30px;
}

.name-email {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 25px;
    margin-top: 5px;
}

.flex {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.input {
    width: 100%;
    border: 1px solid #1D1F241A;
    border-radius: 8px;
    width: 100%;
    padding: 8px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    box-sizing: border-box;

}

textarea.input {
    max-width: 100%;
    resize: vertical;
}


.header3 {
    font-family: "Inter", sans-serif;
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 25px;


}

.button {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    background-color: #1A1D2D;
    border-radius: 8px;
    margin-top: 30px;
    height: 46px;
    cursor: pointer;
}

.msg-text {
    font-family: "Inter", sans-serif;
    color: white;
    font-size: 18px;


}

.white-send {
    width: 20px;
    height: 20px;
}

::placeholder {
    color: #9CA3AF;
    font-family: "Inter", sans-serif;
    font-size: 14px;
}

.small-text4 {
    margin-top: 20px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #4A5568;
    text-align: center;
}

.banner {
    background-color: #F4F7FE;
    padding-bottom: 50px;
    padding-top: 20px;



}

.inside-banner {
    margin: 0 auto;
    flex-direction: row;
    background-color: #ffffff;
    width: calc(56% + 150px);
    border-radius: 12px;
    border: 3px solid transparent;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(135deg, #324dd4, #1A1D2D) border-box;
    display: flex;




}

.check {
    font-family: "Inter", sans-serif;
    color: #324dd4;
    font-size: 28px;
    font-weight: 700;
    height: 55px;
    width: 55px;
    background-color: #E9ECFB;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.row-flex {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    padding: 19px;
    flex: 1;

}

.divider2 {
    width: 2px;
    height: 75px;
    background: linear-gradient(#324dd4, #1A1D2D) border-box;
    justify-content: center;
    align-self: center;
    align-content: center;
}

.text {
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.blue-img2 {
    width: 35px;
    height: 35px
}

.success-message {
    background: #f0f9ff;
    border: 1px solid #c7e0f4;
    padding: 40px;
    border-radius: 12px;
    text-align: center;

    font-family: "Inter", sans-serif;
}

.success-message h3 {
    color: #1e3c72;
    font-size: 22px;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
}

.success-message p {
    color: #374151;
    font-size: 16px;
    font-family: "Inter", sans-serif;
}

.asterisk {
    color: #EF4444;
}

@media (max-width: 1325px) {
    .content-container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 25px 20px;
    }

    .right {
        width: 90%;
    }

    .small-text4 {
        margin-bottom: 20px;
    }

    .inside-banner {
        flex-direction: column;
        width: 50%;

    }

    .divider2 {
        width: 91%;
        height: 2px;
        align-self: center;
    }

    .left {
        width: 40%;
        min-width: 0;
    }

    .hero::after {
        opacity: .2;

    }

    .header {
        text-align: center;
    }

    .small {
        text-align: center;
    }

}


@media (max-width: 965px) {
   .left {
        width: 55%;
        
    }

   
}


@media (max-width: 600px) {
    .name-email {
        flex-direction: column;
        gap: 0;
    }

    .left {
        width: 91%;
        min-width: 0;
    }

    .inside-banner {
        flex-direction: column;
        width: calc(90% - 20px);

    }

}