@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900&display=swap");


.landingPage .bannerArea {
    background-size: cover;
    width: 100%;
    height: 403px;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 45px;
}

.landingPage .bannerArea h1 {
    color: #57C1E8;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Bebas Neue", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.landingPageBodyWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.landingPageBody {
    max-width: 1312px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.landingPageBody .contentArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1153px;
}

.landingPageBody .contentArea p {
    color: #5C676E;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Nunito Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 42px;
    max-width: 755px;
}

/* Land For Sale */

main.land-for-sale h1>span {
    color: #77BC1F;
}

main.land-for-sale h2 {
    color: #FFF;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Nunito Sans";
    font-size: 27px;
    font-weight: 600;
    line-height: 122%;
    text-transform: none;
    max-width: 573px;
    margin-bottom: 20px;
    margin-top: 0;
}

main.land-for-sale h5 {
    color: #000;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Nunito Sans";
    font-size: 27px;
    font-weight: 900;
    line-height: 185%;
    text-transform: uppercase;
    margin-bottom: 5px;
}

main.land-for-sale .items-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 33px;
}

main.land-for-sale .items-wrapper .item {
    border-right: 1px solid #54C0E8;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 250px;
    height: 291px;
}

main.land-for-sale .items-wrapper .item:nth-child(1) {
    padding-left: 0;
}

main.land-for-sale .items-wrapper .item:nth-child(2) {
    padding: 0 5px;
    max-width: 315px;
}

main.land-for-sale .items-wrapper .item:nth-child(3) {
    max-width: 320px;
}

main.land-for-sale .items-wrapper .item:nth-last-child(1) {
    border-right: none;
    padding-right: 0;
}

main.land-for-sale .items-wrapper .item p {
    color: #231F20;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Nunito Sans";
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
}

main.land-for-sale .items-wrapper .item .icon {
    width: 120px;
    height: 144px;
    display: flex;
    align-items: end;
}

main.land-for-sale .process-works {
    background-color: #f5f5f5;
    padding: 47px 0 25px 0;
}

main.land-for-sale .process-works h5 {
    margin-bottom: 40px;
}

main.land-for-sale .process-works .items {
    display: flex;
    justify-content: center;
    gap: 40px;
    row-gap: 25px;
    width: 100%;
}

main.land-for-sale .process-works .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 12.5%;
    min-height: 270px;
}

main.land-for-sale .process-works .items .item .icon {
    width: 45px;
    height: 67px;
    display: flex;
    align-items: end;
    cursor: pointer;
    transition: 0.3s ease;
}

main.land-for-sale .process-works .items .item .icon span {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    width: 100%;
    height: 45px;
    border-radius: 50%;
    background-color: #57C1E8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

main.land-for-sale .process-works .items .item:hover .icon {
    background-image: url(../land-for-sale-buyer-demand/images/mark-blue.svg);
    align-items: start;
}

main.land-for-sale .process-works .items .item:nth-child(odd):hover .icon {
    background-image: url(../land-for-sale-buyer-demand/images/mark-green.svg);
}

main.land-for-sale .process-works .items .item:nth-child(odd) .icon span {
    background-color: #77BC1F;
}

main.land-for-sale .process-works .items .item span {
    gap: 10px;
    text-align: center;
    color: #231F20;
    font-family: "Nunito Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
}

main.land-for-sale .process-works .items .item p {
    color: #231F20;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    opacity: 0;
    display: none;
    transition: 0.3s ease;
}

main.land-for-sale .process-works .items .item:hover p {
    display: block;
    opacity: 1;
}

main.land-for-sale .land-near-you {
    padding: 45px 15px 40px 15px;
}

main.land-for-sale .land-near-you .subtext {
    color: #5C676E;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Nunito Sans";
    font-size: 27px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 20px;
    max-width: 1108px;
}

/* FAQ Section */
.land-for-sale .faq-section {
    padding: 64px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f4f4f4;
}

.land-for-sale .faq-section .faq-wrap {
    width: 100%;
}

.land-for-sale .faq-section .title {
    text-align: left;
}

.land-for-sale .faq-section .landingPageBody {
    align-items: start;
}

.land-for-sale .landingPageSliderArea .title,
.land-for-sale .faq-section .title {
    font-size: 42px;
    color: #54c0e8;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.land-for-sale .landingPageSliderArea .title span,
.land-for-sale .faq-section .title span {
    color: #76bc21;
}

.land-for-sale .faq-section #accordion_pro_5945 {
    border-top: 1px solid #f4f4f4 !important;
}

.land-for-sale .faq-section #accordion_pro_5945 .wpsm_panel {
    border-bottom: 1px solid #9A9A9A !important;
}

.land-for-sale .faq-section #accordion_pro_5945 .wpsm_panel:nth-last-child(1) {
    border-bottom: none !important;
}

.land-for-sale .faq-section #wps_accordion_pro_5945 {
    margin-bottom: 0 !important;
}

.land-for-sale .faq-section #accordion_pro_5945 .wpsm_panel-body p>a {
    text-decoration: underline;
    font-weight: 700;
}

/* Green Section */
.landingPageGreenSection {
    padding: 61px 0;
    background-color: #76bc21;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landingPageGreenSection .title {
    color: #fff;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Bebas Neue", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.primaryBtn {
    color: #fff !important;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Nunito Sans", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 26px;
    background-color: #036eb5;
    border-radius: 7px;
    width: 100%;
    max-width: 462px;
    padding: 18.5px 39px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.land-for-sale .landingPageGreenSection .title {
    font-weight: 500 !important;
    letter-spacing: 1px;
}

.land-for-sale .landingPageGreenSection .subtitle {
    color: #000;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Nunito Sans";
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 8px;
    margin-bottom: 20px;
}

.land-for-sale .landingPageGreenSection .subtitle>a {
    color: #036EB5;
    text-decoration: underline;
    font-weight: 800;
}

.land-for-sale .landingPageGreenSection .buttons-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    row-gap: 17.5px;
    flex-wrap: wrap;
    width: 100%;
}

.land-for-sale .landingPageGreenSection .primaryBtn {
    max-width: 341px;
}

.land-for-sale .search-section {
    padding: 51px 0 36px 0;
}

.land-for-sale .search-section .content-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    row-gap: 15px;
    flex-wrap: wrap;
}

.land-for-sale .search-section .title {
    color: #000;
    font-family: "Nunito Sans";
    font-size: 27px;
    font-weight: 900;
    line-height: 150%;
    text-transform: uppercase;
}

.land-for-sale .custom-select label {
    color: #5C676E;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0;
}

.land-for-sale .custom-select label::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1.2207 0.5H8.75C9.27734 0.5 9.54102 1.14453 9.16016 1.52539L5.41016 5.27539C5.17578 5.50977 4.79492 5.50977 4.56055 5.27539L0.810547 1.52539C0.429688 1.14453 0.693359 0.5 1.2207 0.5Z' fill='%235C676E'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.land-for-sale .custom-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 422px;
    height: 48px;
    padding: 14px 12px 13px 23px;
    border-radius: 6px;
    border: 1px solid #C0C8CC;
    position: relative;
}

.land-for-sale .custom-select.show {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.land-for-sale .custom-select.show label {
    color: #C0C8CC;
}

.land-for-sale .custom-select.show .select-dropdown {
    display: block;
}

.land-for-sale .custom-select .select-dropdown {
    position: absolute;
    top: 100%;
    left: -1px;
    width: 422px;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #C0C8CC;
    border-top: none;
    display: none;
    height: 180px;
    overflow-y: auto;
    z-index: 9;
}

.land-for-sale .custom-select .select-dropdown .option {
    color: #5C676E;
    font-size: 14px;
    font-weight: 400;
    line-height: 128%;
    padding: 9px 23px;
    cursor: pointer;
}

.land-for-sale .custom-select .select-dropdown .option:nth-child(odd) {
    background: #f0f2f499;
}

.land-for-sale .custom-select .select-dropdown .option:hover{
    transition: 0.3s ease;
    background-color: #b8b8b899!important;
}

.land-for-sale .slick-next {
    right: 0;
}

.land-for-sale .slick-prev {
    left: 0;
}

.land-for-sale .slick-next,
.land-for-sale .slick-prev {
    top: 45%;
    width: 28px;
    height: 28px;
    z-index: 99;
}

.land-for-sale .slick-prev:before,
.land-for-sale .slick-next:before {
    color: #231F20;
    font-size: 24px;
}

main.land-for-sale #accordion_pro_5945 {
    border-top: none !important;
}

main.land-for-sale #accordion_pro_5945>*:last-child {
    border-bottom: none !important;
}

main.land-for-sale #accordion_pro_5945 .wpsm_panel-title>a {
    font-weight: 700 !important;
}

@media (max-width: 1399px) {

    .land-for-sale .bannerArea h1>span,
    .land-for-sale .bannerArea h1 {
        font-size: 48px;
    }

    main.land-for-sale h2 {
        font-size: 24px;
    }

}

@media (max-width: 1199px) {
    .landingPage .bannerArea {
        margin-bottom: 30px;
    }

    main.land-for-sale .items-wrapper .item p,
    .landingPageBody .contentArea p {
        font-size: 20px;
    }

    .primaryBtn {
        font-size: 20px;
    }

    .land-for-sale .landingPageBody {
        max-width: 100%;
        padding: 0 15px;
    }

    main.land-for-sale .items-wrapper .item .icon {
        width: 100px;
        height: 125px;
    }

    main.land-for-sale .items-wrapper .item {
        height: 260px;
        padding: 0 25px;
    }

    .land-for-sale .search-section .title,
    main.land-for-sale .land-near-you .subtext,
    main.land-for-sale h5 {
        font-size: 24px;
    }

    main.land-for-sale .process-works .items {
        gap: 20px;
    }

}

@media (max-width: 991px) {
    .landingPage .bannerArea {
        height: 280px;
    }

    .landingPageBody .contentArea {
        max-width: 800px;
    }

    .landingPage .bannerArea h1>span,
    .landingPage .bannerArea h1 {
        font-size: 50px;
    }

    .landingPageBody .contentArea p {
        font-size: 18px;
    }

    .landingPageGreenSection {
        padding: 64px 0px 32px 0px;
    }

    .landingPageGreenSection .title {
        font-size: 32px;
    }

    .primaryBtn {
        padding: 14.5px 34.5px;
        font-size: 16px;
        width: 100%;
        max-width: 350px;
    }

    .land-for-sale .landingPageGreenSection .subtitle {
        font-size: 20px;
    }

    main.land-for-sale .items-wrapper {
        flex-direction: column;
        gap: 45px;
    }

    main.land-for-sale .items-wrapper .item {
        padding: 0 0 20px 0 !important;
        border-right: none;
        border-bottom: 1px solid #54C0E8;
        height: auto;
        max-width: 320px !important;
    }


    main.land-for-sale .items-wrapper .item:nth-last-child(1) {
        padding-bottom: 0;
        border-bottom: none;
    }

    main.land-for-sale .items-wrapper .item .icon {
        height: auto;
    }

    main.land-for-sale .process-works .items {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    main.land-for-sale .process-works .items .item {
        width: 100%;
    }

}

@media (max-width: 820px) {

    .land-for-sale .faq-section .title {
        font-size: 38px;
    }

}

@media (max-width: 767px) {

    main.land-for-sale #accordion_pro_5945 .wpsm_panel-title>a {
        font-size: 20px !important;
    }

    main.land-for-sale #accordion_pro_5945 .wpsm_panel-body,
    main.land-for-sale #accordion_pro_5945 .wpsm_panel-body p {
        font-size: 18px !important;
    }

    main.land-for-sale .process-works .items {
        display: flex;
    }

    main.land-for-sale .process-works .items .item p {
        display: block;
        opacity: 1;
        max-width: 275px;
    }

    main.land-for-sale .process-works .items .item .icon {
        background-image: url(../land-for-sale-buyer-demand/images/mark-blue.svg);
        align-items: start;
    }

    main.land-for-sale .process-works .items .item:nth-child(odd) .icon {
        background-image: url(../land-for-sale-buyer-demand/images/mark-green.svg);
    }
}

@media (max-width: 576px) {

    .landingPage .bannerArea h1>span,
    .landingPage .bannerArea h1 {
        font-size: 36px;
    }

    main.land-for-sale h2 {
        font-size: 20px;
    }

    .landingPage .bannerArea {
        height: 300px;
        padding: 0 1rem;
        background-position: center;
    }

    .land-for-sale .search-section .title,
    .land-for-sale .landingPageGreenSection .subtitle,
    .landingPageBody .contentArea p,
    main.land-for-sale .land-near-you .subtext,
    main.land-for-sale h5 {
        font-size: 20px;
    }

    main.land-for-sale .items-wrapper .item p,
    .landingPageBody .contentArea p {
        font-size: 16px;
    }

    .landingPageGreenSection .title {
        font-size: 28px;
        line-height: 32px;
    }

    .land-for-sale .bannerArea .titleArea {
        padding: 0 15px;
    }

    .land-for-sale .faq-section .title {
        font-size: 32px;
    }

    main.land-for-sale .process-works {
        padding: 40px 0 50px 0;
    }

    .land-for-sale .custom-select {
        width: 100%;
        max-width: 422px;
        min-width: 310px;
    }

    .land-for-sale .custom-select .select-dropdown {
        width: calc(100% + 1px);
    }
}