@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Patua One", serif;
}

.header-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.upper-header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
    height: 35px;
    gap: 24px;
    background: #16591D;
}

.upper-header-contents {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-decoration: none;
}

.upper-header-contents h1 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
}

.upper-header-contents img {
    width: 25.5px;
    height: 25px;
    object-fit: cover;
}

.header-navigation-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    overflow: visible;
    overflow-wrap: normal;
    height: 80px;
    z-index: 99;
}

.header-logo {
    width: 129px;
    height: 129px;
    object-fit: cover;
}

.header-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 31px;
}

.header-navigation a {
    text-decoration: none;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    height: 3px;
    background-color: #FFF;
    border-radius: 2px;
}

.header-nav-lists {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.header-nav {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.01em;
    line-height: 2em;
    color: #000000;
    transition: 0.3s ease;
}

.header-nav:hover {
    color: #a3a3a3;
    text-decoration: underline;
    transition: 0.3s ease;
}

.request-quote-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 182px;
    text-decoration: none;
    color: #FFFFFF;
    background: #16591D;
    border-radius: 4px;
    border: 1.6px solid #16591D;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.01em;
    line-height: 2em;
    text-align: center;
    transition: 0.3s ease;
}

.home-page-paragraph-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px;
    background: #1A1A1A;
    gap: 20px;
}

.home-page-paragraph-container p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #FFFFFF99;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.5em;
}

.home-page-paragraph-container p strong {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.home-page-paragraph-container p strong a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-decoration: none;
}

.county-grid a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-decoration: none;
    color: #16591D;
}

.county-grid a:hover {
    text-decoration: underline;
}

.homeowners-contractors-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 60px 100px;
    background: #1A1A1A;
    gap: 50px;
}

.homeowners-contractors {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 50%;
}

.homeowners-contractors h1 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 1.2em;
}

.homeowners-contractors p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #888888;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    text-align: center;
}

.homeowners-contractors p a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
}

.homeowners-btn {
    text-decoration: none;
    padding: 15px;
    background: #16591D;
    border-radius: 4px;
    box-shadow: 0px 30px 25px #00000033;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
}

.contractors-btn {
    text-decoration: none;
    padding: 15px;
    background: #D9D9D973;
    border-radius: 4px;
    box-shadow: 0px 30px 25px #00000033;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
}

.quality-post-frame-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    gap: 20px;
    background: #15591D;
}

.quality-post-frame-container h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 1.2em;
    text-align: center;
}

.quality-post-frame-container p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    text-align: center;
}

.quality-post-frame-container p strong {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    text-align: center;
}

.quality-post-frame-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.get-started-btn {
    text-decoration: none;
    padding: 15px;
    background: #FFFFFF3B;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
}

.learn-more-btn {
    text-decoration: none;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #163618;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
}

.rolling-banner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 20px;
    background: #FFFFFF;

    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.rolling-banner-track {
    display: inline-flex;
    animation: scroll-left 30s linear infinite;
    gap: 50px;
}

.rolling-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.rolling-banner-logo {
    width: 51px;
    height: 51px;
    object-fit: cover;
}

.rolling-banner h1 {
    font-weight: 400;
    color: #114516;
    font-size: 28px;
    line-height: 1.2em;
    text-align: center;
}

@keyframes scroll-left {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-50%);
    }
}

.why-clients-choose-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 70px 100px;
    background: #15591D;
    gap: 40px;
}

.why-clients-choose-container h1 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 34px;
    line-height: 1em;
    text-align: center;
}

.clients-lists-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.clients-list-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    width: 25%;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 20px 50px 25px #0000001A;
}

.list-card-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.list-card-img {
    width: 50px;
    height: 50px;
    background: #3D3D3D1A;
    border-radius: 50%;
}

/* .list-card-header img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    background: #3D3D3D1A;
    border-radius: 50%;
} */

.list-card-header-name-username {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.list-card-header-name-username h1 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #001122;
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 1.4em;
    text-align: left;
}

.list-card-header-name-username h2 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #666666;
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
}

.clients-list-card p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #666666;
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
}

.contact-form-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 100px;
    padding: 60px 150px;
}

.contact-form-contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 50%;
}

.contact-form-contents h1 {
    font-weight: 400;
    color: #15591D;
    font-size: 34px;
    line-height: 1em;
    text-align: left;
}

.contact-form-contents p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #292929;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    text-align: left;
}

.contact-form-contents p strong{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #292929;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    text-align: left;
}

/*.contact-form-contents form {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    gap: 20px;*/
/*}*/

.form-name-email-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.form-name-email,
.form-message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.form-name-email label,
.form-message label {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #2E2E2E;
    font-size: 14px;
    line-height: 1.5em;
}

.form-name-email input,
.form-message textarea {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    color: #333333;
    background: #3D3D3D1A;
    border-radius: 4px;
    padding: 12px;
    border: none;
    outline: none;
}

.form-message textarea {
    width: 100%;
    box-sizing: border-box;
}

.form-name-email input::placeholder,
.form-message textarea::placeholder {
    color: #999999;
}

.contact-form-contents form input[type="submit"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 17px 0;
    background: #16591D;
    border-radius: 8px;
    border: none;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
    transition: 0.3s ease;
    cursor: pointer;
}

.contact-form-contents form input[type="submit"]:hover {
    background: #333333;
    transition: 0.3s ease;
}

.carousel-banner-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 500px;
}

.carousel-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
}

.carousel-image {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.carousel-image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.carousel-img-1-texts {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    height: 100%;
}

.carousel-img-1-texts h1 {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 42px;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-align: center;
}

.carousel-img-1-texts h2 {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 1.2em;
    text-align: center;
}

.carousel-img-1-texts h3 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
}

.carousel-img-1-texts hr {
    border: none;
    border-bottom: 3px solid #15591D;
    width: 70%;
}

.carousel-dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.carousel-backdrop {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background: #00000033;
    border-radius: 50px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: white;
}

.logo-banner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 50px 40px;
    background: #1A1A1A;
}

.logo-banner-container img {
    width: 136px;
    height: 46px;
    object-fit: cover;
    filter: invert(100%);
}

.pole-barn-designer-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    padding: 0 60px;
    background: #1A1A1A;
    height: auto;
}

.pole-barn-designer-img {
    width: 400px;
    height: inherit;
    object-fit: cover;
}

.pole-barn-designer-contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    border-left: 50px solid #15591D;
    background: #FFFFFF;
    padding: 0 82px 0 32px;
    height: auto;
}

.pole-barn-designer-contents h1 {
    font-weight: 400;
    color: #15591D;
    font-size: 34px;
    line-height: 1em;
    text-align: left;
}

.pole-barn-designer-contents p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #1F1F1F;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}

.pole-barn-designer-contents p strong {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #1F1F1F;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}

.pole-barn-designer-btn {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px;
    border-radius: 4px;
    background: #15591D;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.2em;
}

.expert-building-material-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    padding: 0 50px;
    background: #1A1A1A;
    height: auto;
}

.expert-building-material-container img {
    height: 600px;
    width: 50%;
    object-fit: cover;
}

.expert-building-material-contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    background: #16591D;
    padding: 30px 75px;
    width: 50%;
}

.expert-building-material-contents h1 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 1em;
    text-align: left;
}

.expert-building-material-paragraph {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.expert-building-material-paragraph p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #FFFFFF99;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    text-align: left;
}

.expert-building-material-paragraph p strong {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #FFFFFF99;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    text-align: left;
}

.expert-building-material-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.expert-building-get-started-btn {
    text-decoration: none;
    padding: 15px;
    background: #FFFFFF40;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
}

.expert-building-learn-more-btn {
    text-decoration: none;
    padding: 15px;
    background: #EBEBEB;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #333333;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
}

.quality-post-frame-image {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.home-category-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background: #FFFFFF;
}

.home-category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 36px;
    width: 70%;
}

.home-category-card {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    box-shadow: 0px 2px 0.5rem #0000001A;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease-out;
}

.home-category-card.show {
    opacity: 1;
    transform: translateY(0);
}

.home-category-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.home-category-card h5 {
    padding: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #001122;
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 1.4em;
    text-align: left;
}

.build-with-the-best-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: #FFFFFF;
}

.build-with-the-best {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 30px 50px;
    background: #15591D;
}

.build-with-the-best img {
    width: 475px;
    height: 204px;
    object-fit: cover;
}

.build-with-the-best-contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.build-with-the-best-contents h1 {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 34px;
    line-height: 1em;
    text-align: left;
}

.build-with-the-best-contents p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}

.build-with-the-best-request-quote-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 182px;
    text-decoration: none;
    color: #15591D;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1.6px solid #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.01em;
    line-height: 2em;
    text-align: center;
    transition: 0.3s ease;
}

.quality-of-build-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    gap: 20px;
    height: 600px;
    background: url("/img/Featured-Project-Image.png") no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.quality-of-build-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: -1;
}

.quality-of-build-container h1 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 50px;
    line-height: 1.2em;
    text-align: center;
}

.quality-of-build-container p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #FFFFFF99;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    text-align: center;
}

.quality-of-build-lists {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.quality-of-build-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 20%;
}

.quality-of-build-img {
    padding: 34px;
    border-radius: 53px;
    background: #FFFFFF;
}

.quality-of-build-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.quality-of-build-card h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 1.4em;
    text-align: center;
}

.faqs-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    padding: 70px;
    gap: 40px;
    background: #FFFFFF;
}

.faqs-contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
    width: 50%;
}

.faqs-contents h1 {
    font-weight: 400;
    color: #15591D;
    font-size: 50px;
    line-height: 1em;
    text-align: left;
}

.faqs-lists {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 0 20px;
}

.faqs {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 20px 0;
    cursor: pointer;
}

.faqs i {
    color: #000000;
    opacity: 0.3;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.faqs.open i {
    transform: rotate(45deg);
}

.faqs h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #333333;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
}

.faqs-hr {
    border: none;
    border-bottom: 1px solid #0000000D;
    width: 100%;
}

.faqs-answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    padding: 0 20px 0 40px;
}

.faqs.open + .faqs-answer {
    padding: 0 20px 20px 40px;
}

.faqs-answer h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #666666;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
}

.faqs-img {
    border-radius: 10px;
    object-fit: cover;
    width: 50%;
}







.home-footer-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 50px 65px;
    background: #1A1A1A;
}

.home-footer-logo-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 29px;
    width: 38%;
}

.home-footer-logo {
    width: 81px;
    height: 81px;
    object-fit: cover;
}

.home-footer-logo-description p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
}

.home-footer-logo-description p strong {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
}

.home-footer-office {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    width: 35%;
}

.home-footer-office h1 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 33.76px;
    text-align: left;
}

.home-footer-office-details {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.home-footer-office-details i {
    color: #FFFFFFB5;
    font-size: 19px;
}

.home-footer-office-details svg {
    fill: #FFFFFFB5;
    width: 19px;
    height: 19px;
}

.home-footer-office-details h3 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #FFFFFFB5;
    font-size: 18px;
    line-height: 21.09px;
}

.home-footer-office h3 strong {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #FFFFFFB5;
    font-size: 19px;
    line-height: 21.09px;
}

.footer-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px 60px 60px 60px;
    background: #1A1A1A;
}

.copyrights {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.2em;
    text-align: left;
}

.footer-nav-lists {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.footer-nav-lists a {
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #7B7E86;
    font-size: 14px;
    line-height: 1.2em;
}

.project-gallery-header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    background: linear-gradient(to top, #114516, #000000);
    position: relative;
    gap: 20px;
}

.project-gallery-header-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.project-gallery-header-container h1 {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 1.2em;
    text-align: center;
}

.project-gallery-header-container p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color:  #FFFFFF99;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    text-align: center;
    width: 80%;
}

.project-gallery-header-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.sort-by-proj-gall {
    padding: 12px 15px;
    border-radius: 8px;
    background: #FFFFFF;
    color: #333333;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
}

.filter-by-proj-gall {
    padding: 12px 15px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.25);
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
}

.project-gallery-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 50px;
    background: #1A1A1A;
}

.project-gallery-lists {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.project-gallery-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    margin-bottom: 20px;
}

.project-gallery-item img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.project-gallery-item h1 {
    position: absolute;
    padding: 10px 0;
    width: 80%;
    bottom: -20px;
    background: #FFFFFF;
    border-radius: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #1A1A1A;
    font-size: 16px;
    line-height: 1.4em;
    text-align: center;
}

.load-more-proj-gall {
    padding: 12px 15px;
    border-radius: 10px;
    background: #444444;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
}

.project-details-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #1A1A1A;
}

.project-details-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    gap: 30px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 48px;
    width: 70%;
}

.project-details-card h1 {
    padding: 12px 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 1.1em;
    text-align: center;
}

.project-details-lists {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    width: 100%;
}

.project-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.project-details h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 1.4em;
}

.project-details h3 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #666666;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.6em;
    max-width: 300px;
}

.project-details h3 strong {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #666666;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.6em;
}

.project-gallery-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.project-gallery-images img {
    /* width: 23%; */
    width: 240px;
    height: 217.5px;
    object-fit: cover;
    border-radius: 24px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-gallery-images img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s ease;
}

.modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
}

.modal-content-image {
    position: relative;
    display: inline-block;
    max-width: 90vw;
    max-height: 90vh;
    animation: zoomIn 0.3s ease;
}

.modal-content-image img {
    width: 100%;
    height: auto;
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    display: block;
}

.close {
    position: absolute;
    top: -20px;
    right: -20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
    background-color: rgba(211, 46, 46, 0.7);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    font-family: "Inter", sans-serif;
}

.close:hover,
.close:focus {
    color: #ccc;
    background-color: rgba(211, 46, 46, 0.856);
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s ease;
    background-color: rgba(0, 0, 0, 0.7);
    user-select: none;
    z-index: 1001;
}

.prev {
    left: 0;
    border-radius: 0 5px 5px 0;
    padding: 15px 15px 15px 10px;
}

.next {
    right: 0;
    border-radius: 5px 0 0 5px;
    padding: 15px 10px 15px 15px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.image-counter {
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 8px 16px;
    border-radius: 20px;
}

.image-counter span {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from { transform:  scale(0.8); }
    to { transform:  scale(1); }
}

.project-details-next-previous-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    padding: 20px 0;
}

.next-previous-project-btn {
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #666666;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.6em;
    transition: 0.3s ease;
}

.next-previous-project-btn:hover {
    color: #999999;
    transition: 0.3s ease;
}


@media (max-width: 1200px) {

    .project-details-container {
        width: auto;
        padding: 0 100px;
    }

    .project-details-card {
        width: auto;
    }

    .project-gallery-images img {
        width: 215px;
    }

}

@media (max-width: 1199px) {

    .header-navigation {
        gap: 15px;
    }

    .header-nav-lists {
        gap: 15px;
    }

    .header-logo {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .header-nav {
        font-size: 14px;
    }

    .request-quote-btn {
        width: 160px;
        height: 40px;
        font-size: 16px;
    }

    .carousel-img-1-texts h1 {
        font-size: 36px;
    }

    .carousel-img-1-texts hr {
        width: 90%;
    }

    .carousel-img-1-texts h2 {
        font-size: 24px;
    }

    .carousel-img-1-texts h3 {
        font-size: 20px;
    }

    .logo-banner-container {
        gap: 40px;
    }

    .logo-banner-container img {
        width: 130px;
        height: 40px;
    }

    .pole-barn-designer-container {
        flex-direction: column;
        align-items: center;
    }

    .pole-barn-designer-img {
        width: 100%;
    }

    .pole-barn-designer-contents {
        padding: 30px 82px 30px 32px;
    }

    .expert-building-material-container {
        flex-direction: column;
        align-items: center;
    }

    .expert-building-material-contents {
        padding: 30px 75px;
        width: auto;
    }

    .expert-building-material-container img {
        height: 450px;
        width: 100%;
    }

    .homeowners-contractors-container {
        padding: 60px;
    }

    .home-category {
        width: 100%;
    }

    .pole-barn-designer-contents h1 {
        font-size: 30px;
    }

    .pole-barn-designer-contents p strong,
    .pole-barn-designer-contents p {
        font-size: 14px;
    }

    .pole-barn-designer-btn {
        font-size: 16px;
    }

    .expert-building-material-contents h1 {
        font-size: 30px;
    }

    .homeowners-contractors h1 {
        font-size: 30px;
    }

    .home-category-card h5 {
        font-size: 18px;
    }

    .build-with-the-best-contents h1 {
        font-size: 30px;
    }

    .build-with-the-best-contents p {
        font-size: 14px;
    }

    .build-with-the-best-request-quote-btn {
        font-size: 16px;
        height: 35px;
    }

    .build-with-the-best img {
        height: 140px;
    }

    .rolling-banner h1 {
        font-size: 24px;
    }

    .rolling-banner-logo {
        width: 45px;
        height: 45px;
    }

    .quality-of-build-container h1 {
        font-size: 36px;
    }

    .quality-of-build-img img {
        width: 45px;
        height: 45px;
    }

    .quality-of-build-img {
        padding: 20px;
        border-radius: 33px;
    }

    .quality-of-build-card h2 {
        font-size: 16px;
    }

    .quality-of-build-card {
        width: 25%;
    }

    .quality-of-build-container {
        padding: 30px;
    }

    .faqs-container {
        flex-direction: column;
    }

    .faqs-contents {
        width: 100%;
        gap: 30px;
    }

    .faqs-img {
        height: 300px;
        object-fit: cover;
    }

    .why-clients-choose-container {
        padding: 60px 30px;
    }

    .clients-lists-container {
        flex-wrap: wrap;
    }

    .faqs-contents h1 {
        font-size: 36px;
    }

    .why-clients-choose-container h1 {
        font-size: 30px;
    }

    .list-card-header-name-username h1 {
        font-size: 16px;
    }

    .list-card-header-name-username h2 {
        font-size: 12px;
    }

    .clients-list-card p {
        font-size: 14px;
    }

    .clients-list-card {
        padding: 20px;
    }

    .contact-form-container {
        flex-direction: column;
        padding: 60px;
        gap: 30px;
    }

    .contact-form-contents,
    .contact-form-contents form,
    .form-name-email-container {
        width: 100%;
    }

    .form-name-email input {
        width: -webkit-fill-available;
    }

    .contact-form-contents h1 {
        font-size: 30px;
    }

    .home-footer-logo-description p {
        font-size: 14px;
    }

    .home-footer-office h1 {
        font-size: 20px;
    }

    .home-footer-office-details h3 {
        font-size: 14px;
    }

    .home-footer-office-details i {
        font-size: 16px;
    }

    .footer-nav-lists {
        gap: 20px;
    }
    
    .faqs-img {
        width: 100%;
    }

}

@media (max-width: 810px) {

    .project-details-container {
        width: 100%;
        padding: 0;
    }

    .project-gallery-images img {
        width: 230px;
    }
    
    .close {
        width: 30px;
        height: 30px;
        font-size: 14px;
        top: -15px;
        right: -15px;
    }
    
    .prev, .next {
        padding: 12px;
        font-size: 16px;
    }

}

@media (max-width: 809px) {

    .upper-header-container {
        flex-wrap: wrap;
        height: auto;
        padding: 20px;
    }

    .hamburger {
        display: flex;
    }

    .header-navigation-container {
        background-color: #1A1A1A;
        position: relative;
    }

    .header-nav-lists {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: absolute;
        background-color: #ffffffe5;
        top: 100%;
        left: 0;
        z-index: 1000;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transform-origin: top;
        transform: scaleY(0);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
        pointer-events: none; /* prevent clicks when hidden */
    }
    
    .header-nav-lists.show {
        transform: scaleY(1);
        opacity: 1;
        pointer-events: auto;
    }

    .header-nav {
        border-bottom: 1px solid #333;
        width: 90%;
        text-align: right;
    }

    .header-nav.first {
        margin-top: 10px;
    }

    .header-nav.last {
        margin-bottom: 20px;
    }

    .request-quote-btn {
        display: none;
    }

    .carousel-img-1-texts h1 {
        font-size: 28px;
    }

    .header-logo {
        width: 120px;
        height: 120px;
    }

    .carousel-img-1-texts h2 {
        font-size: 20px;
    }

    .carousel-img-1-texts h3 {
        font-size: 16px;
    }

    .logo-banner-container {
        flex-wrap: wrap;
        padding: 30px;
    }

    .pole-barn-designer-container {
        padding: 0 30px;
    }

    .pole-barn-designer-contents h1 {
        font-size: 24px;
    }

    .pole-barn-designer-contents p strong,
    .pole-barn-designer-contents p {
        font-size: 12px;
    }

    .pole-barn-designer-contents {
        padding: 20px 20px;
        border-left: 25px solid #15591D;
    }

    .pole-barn-designer-btn {
        font-size: 14px;
    }

    .home-page-paragraph-container {
        padding: 30px;
    }

    .home-page-paragraph-container p {
        font-size: 12px;
    }

    .expert-building-material-contents {
        padding: 30px;
    }

    .expert-building-material-contents h1 {
        font-size: 24px;
    }

    .expert-building-material-paragraph p strong,
    .expert-building-material-paragraph p {
        font-size: 12px;
    }

    .expert-building-material-container {
        padding: 0 30px;
    }

    .expert-building-get-started-btn,
    .expert-building-learn-more-btn,
    .homeowners-btn,
    .contractors-btn,
    .get-started-btn,
    .learn-more-btn {
        padding: 10px;
        font-size: 12px;
    }

    .expert-building-material-container img {
        height: 300px;
    }

    .homeowners-contractors-container {
        padding: 30px;
        flex-direction: column;
    }

    .homeowners-contractors {
        width: 100%;
    }

    .homeowners-contractors h1 {
        font-size: 24px;
    }

    .homeowners-contractors p {
        font-size: 12px;
    }

    .quality-post-frame-image {
        height: 300px;
    }

    .quality-post-frame-container {
        padding: 30px;
    }

    .quality-post-frame-container h1 {
        font-size: 24px;
    }

    .quality-post-frame-container p,
    .quality-post-frame-container p strong {
        font-size: 12px;
    }

    .home-category-container {
        padding: 30px;
    }
    
    .home-category {
        flex-direction: column;
        width: 100%;
    }

    .home-category-card {
        width: 80%;
    }

    .build-with-the-best-container {
        padding: 10px 0;
        width: 100%;
    }

    .build-with-the-best {
        flex-direction: column;
        padding: 30px 10px;
    }

    .build-with-the-best img {
        width: 300px;
        height: 100%;
    }

    .build-with-the-best-contents h1 {
        font-size: 24px;
    }

    .build-with-the-best-contents p {
        font-size: 12px;
    }

    .build-with-the-best-request-quote-btn {
        font-size: 14px;
        height: 30px;
    }

    .quality-of-build-container h1 {
        font-size: 30px;
    }

    .quality-of-build-lists {
        flex-wrap: wrap;
        gap: 30px;
    }

    .quality-of-build-card h2 {
        font-size: 14px;
    }

    .quality-of-build-container {
        height: auto;
    }

    .quality-of-build-card {
        width: 40%;
    }

    .quality-of-build-img img {
        width: 50px;
        height: 50px;
    }

    .faqs-container {
        padding: 30px;
    }
    
    .faqs-contents h1{
        font-size: 30px;
    }

    .faqs h2,
    .faqs-answer h3,
    .faqs i {
        font-size: 14px;
    }

    .faqs-img{
        height: 200px;
    }

    .why-clients-choose-container h1 {
        font-size: 24px;
    }

    .why-clients-choose-container {
        padding: 30px;
    }

    .clients-list-card {
        width: 70%;
        gap: 20px;
    }

    .list-card-header-name-username h1 {
        font-size: 16px;
    }

    .list-card-img {
        width: 45px;
        height: 45px;
    }

    .contact-form-container {
        padding: 30px;
    }

    .contact-form-contents h1 {
        font-size: 24px;
    }

    .contact-form-contents p,
    .contact-form-contents p strong {
        font-size: 12px;
    }

    .form-name-email-container {
        flex-direction: column;
        gap: 10px;
    }
    
    .form-name-email label,
    .form-message label,
    .form-name-email input,
    .form-message textarea {
        font-size: 12px;
    }

    .contact-form-contents form input[type="submit"] {
        font-size: 14px;
        padding: 15px 0;
    }

    .home-footer-container {
        flex-direction: column;
        padding: 30px;
        gap: 40px;
    }

    .home-footer-logo-description,
    .home-footer-office {
        width: 100%;
        gap: 20px;
    }

    .footer-nav-lists {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .footer-container {
        padding: 30px;
    }

    .project-details-card h1 {
        font-size: 26px;
    }

    .project-details-lists {
        flex-direction: column;
        gap: 20px;
        width: auto;
    }

    .project-gallery-images img {
        width: 300px;
    }

    .project-details-next-previous-btns {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
    }
}