@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

.header-container {
    display: flex;
    flex-direction: column;
}

.header-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 17px 0;
}

.header-logo img {
    width: 75px;
    height: 75px;
}

.header-nav-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    background: #F4C211;
    position: relative;
}

.header-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.header-nav a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1em;
}

.header-nav a:hover {
    color: #282832;
}

.req-quote-btn {
    position: absolute;
    text-decoration: none;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #F4C211;
    background: #282832;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1em;
    height: 100%;
    padding: 0 30px;
}

.req-quote-btn:hover {
    background: #1f1f2a;
}

.home-banner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 168px;
    gap: 10px;
    position: relative;
}

.home-banner-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.home-banner-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.home-banner-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner-container h1 {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 40px;
    letter-spacing: -0.04em;
    line-height: 1em;
    text-align: center;
}

.home-banner-container h2 {
    font-weight: 700;
    color: #F4C211;
    font-size: 40px;
    letter-spacing: -0.04em;
    line-height: 1em;
    text-align: center;
}

.home-banner-container h3 {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 1em;
    text-align: center;
}

.req-quote-gen-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #F4C211;
    color: #000000;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 1.2em;
}

.req-quote-gen-btn:hover {
    background: #d4a60f;
}

.company-qualities-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 80px 0;
}

.company-qlty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    gap: 20px;
    width: 18%;
}

.company-qlty h1 {
    font-weight: 600;
    color: #000000;
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 1em;
    text-align: center;
}

.about-us-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    gap: 10px;
    background: #F2C11173;
}

.about-us-container h1 {
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 1em;
    text-align: center;
}

.about-us {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 28px;
    height: 415px;
}

.about-us img {
    width: 514px;
    height: 324px;
    border-radius: 20px;
}

.about-us-context {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 40%;
    gap: 20px;
}

.about-us-context p {
    font-weight: 500;
    color: #000000;
    font-size: 15px;
    letter-spacing: -0.01em;
    line-height: 1.3em;
    text-align: left;
}

.county-city-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 40px 20px;
    gap: 15px;
    background: #F2C11173;
}

.county-city-context {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 30px;
}

.county-city-context h1 {
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 1em;
    text-align: left;
}

.county-city-context h2 {
    font-weight: 700;
    color: #000000;
    font-size: 25px;
    letter-spacing: -0.03em;
    line-height: 1em;
    text-align: left;
}

.county-city-context-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
}

.county-city-context-2 p {
    font-weight: 500;
    color: #000000;
    font-size: 15px;
    letter-spacing: -0.01em;
    line-height: 1.3em;
    text-align: left;
    width: 50%;
    margin: 0 auto;
}

.our-form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 80px 0;
    background: #000000;
}

.our-form-container.county-city {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0 80px;
    background: #000000;
}

.our-form-container h1 {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 1em;
    text-align: center;
}

.our-form-container form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    /* width: 40%; */
}

.form-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.form-group label {
    font-weight: medium;
    color: #999999;
    font-size: 12px;
    line-height: 1.2em;
}

.form-group input {
    height: 40px;
    background: #EEEEEE;
    border-radius: 10px;
    padding: 12px;
    font-size: 14px;
    color: #000000;
    outline: none;
    border: none;
}

.form-group textarea {
    background: #EEEEEE;
    border-radius: 10px;
    padding: 12px;
    font-size: 14px;
    color: #000000;
    outline: none;
    border: none;
    width: 100%;
}

.form-group input::placeholder {
    color: #999999;
}

.our-form button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #F4C211;
    border-radius: 10px;
    border: none;
    color: #000000;
    width: 100%;
    height: 40px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 1.2em;
    cursor: pointer;
}

.our-form button:hover {
    background: #d4a60f;
}

.our-services-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 50px 120px;
}

.our-services-container h1 {
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 1em;
    text-align: center;
}

.our-services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    padding: 23px 0;
}

.service {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    width: 300px;
}

.service-img {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.service-img:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.service-context {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.service-context h2 {
    font-weight: 600;
    color: #000000;
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 1em;
    text-align: left;
}

.service-context p {
    font-weight: 500;
    color: #999999;
    font-size: 18px;
    letter-spacing: -0.01em;
    line-height: 1.2em;
    text-align: left;
    padding: 0 57px 0 0;
}

.service-context p a {
    text-decoration: underline;
    font-weight: 600;
    color: #999999;
    font-size: 18px;
    letter-spacing: -0.01em;
    line-height: 1.2em;
}

.recent-projects-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 50px 120px;
    background: #282832;
}

.recent-projects-container h1 {
    font-weight: 500;
    color: #FFFFFF;
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 1em;
    text-align: center;
}

.recent-projects {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 40px 0;
}

.recent-projects img {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}

.customer-reviews-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding: 64px;
    background: #F2C113;
}

.customer-reviews-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.customer-reviews-title h1 {
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 1em;
    text-align: center;
}

.customer-reviews-title h2 {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 1em;
    text-align: center;
}

.customer-reviews {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.reviews-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    height: 300px;
    width: 26%;
    background: #F5F5F5;
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.reviews-card h3 {
    font-weight: 500;
    color: #777777;
    font-size: 15px;
    letter-spacing: -0.01em;
    line-height: 1.4em;
    text-align: left;
}

.reviews-card-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.reviews-card-name h1 {
    font-weight: 500;
    color: #000000;
    font-size: 13px;
    letter-spacing: -0.01em;
    line-height: 1.2em;
    text-align: left;
}

.reviews-card-name h2 {
    font-weight: 500;
    color: #999999;
    font-size: 13px;
    letter-spacing: -0.01em;
    line-height: 1.2em;
    text-align: left;
}

.footer-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 100px 40px;
}

.footer-container img {
    width: 75px;
    height: 75px;
}

.footer-nav-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.footer-nav h1 {
    font-weight: 500;
    color: #000000;
    font-size: 15px;
    letter-spacing: -0.01em;
    line-height: 1em;
    text-align: left;
}

.footer-nav a {
    text-decoration: none;
    font-weight: 500;
    color: #999999;
    font-size: 15px;
    letter-spacing: -0.01em;
    line-height: 1em;
    text-align: left;
}

.footer-nav a:hover {
    color: #000000;
}

.thank-you-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 0 50px;
    height: 100vh;
}

.thank-you-page img {
    width: 150px;
    height: 150px;
}

.thank-you-page p {
    font-weight: 500;
    color: #000000;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    text-align: center;
}

.home-button {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #F4C211;
    color: #000000;
    padding: 12px 20px 12px 15px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 1.2em;
    border-radius: 10px;
    cursor: pointer;
}

.home-button:hover {
    background: #d4a60f;
}



@media (max-width: 1199px) and (min-width: 890px) {
    .company-qlty{
        width: 20%;
    }

    .about-us img {
        width: 300px;
    }

    .about-us-context {
        width: 50%;
    }

    .service,
    .service-img {
        width: 226px;
    }

    .our-services-container {
        padding: 50px 30px;
    }

    .service-context h2 {
        font-size: 20px;
    }

    .service-context p {
        font-size: 16px;
    }

    .recent-projects img {
        width: 226px;
        height: 226px;
    }

    .recent-projects-container {
        padding: 50px;
    }

    .reviews-card {
        width: 30%;
    }

    .reviews-card h3 {
        font-size: 13px;
    }

    .reviews-card-name h1,
    .reviews-card-name h2 {
        font-size: 12px;
    }

    .customer-reviews-container {
        padding: 64px 30px;
    }
}

@media (max-width: 889px) and (min-width: 370px) {
    .header-nav {
        display: none;
    }

    .header-nav-container {
        background: #FFFFFF;
    }

    .req-quote-btn {
        width: 100%;
        background: #FFFFFF;
    }

    .home-banner-container {
        padding: 71px 0;
    }

    .home-banner-container h1,
    .home-banner-container h2 {
        font-size: 32px;
    }

    .home-banner-container h3 {
        font-size: 24px;
    }

    .company-qualities-container {
        padding: 40px 0;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .company-qlty {
        width: 100%;
    }

    .about-us-container {
        padding: 40px;
    }

    .about-us {
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 100%;
        padding: 68px 0;
    }

    .about-us img {
        width: 100%;
        object-fit: cover;
    }

    .about-us-context {
        width: 100%;
    }

    .our-form-container {
        padding: 40px 20px;
    }

    .our-form-container form {
        width: 100%;
    }

    .our-form {
        width: 100%;
    }

    .half-group {
        width: 50%;
    }

    .half-group input {
        width: 100%;
    }

    .our-services-container {
        padding: 36px;
        background: linear-gradient(180deg, #FFFFFF 80%, #F2C113 180%);
    }

    .our-services {
        width: 100%;
        padding: 40px 0;
        gap: 40px;
    }

    .service {
        width: 100%;
    }

    .service-img {
        width: 100%;
    }

    .recent-projects-container {
        padding: 50px;
    }

    .recent-projects img {
        width: 140px;
        height: 140px;
    }

    .customer-reviews-title h1,
    .customer-reviews-title h2 {
        font-size: 24px;
    }

    .customer-reviews-container {
        gap: 40px;
    }

    .customer-reviews {
        flex-direction: column;
    }

    .reviews-card {
        width: 100%;
    }

    .footer-container {
        flex-direction: column;
        padding: 50px 40px;
        gap: 40px;
    }

    .footer-nav-container {
        flex-direction: column;
    }
    
    .county-city-context-2 p {
        width: 100%;
    }
    
    .our-form-container.county-city {
        padding-left: 20px;
        padding-right: 20px;
    }
}