.custom-banner {
    display: flex;
    gap: 60px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    justify-content: center;
    padding: 0 15px;
    background: url("https://neighborhoodfarmsusa.org/wp-content/uploads/2025/09/banner-background-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.custom-banner .image-wrapper {
    position: relative;
    display: flex;
}

.custom-banner .image-wrapper picture {
    display: flex;
}

.custom-banner .image-wrapper img {
    z-index: 123;
    position: relative;
    display: flex;
}

.custom-banner .green-bg {
    position: absolute;
    border-radius: 461px;
    width: 461px;
    height: 461px;
    background: linear-gradient(180deg, #618E18 0%, #BAEF64 100%);
    top: 50%;
    left: -139px;
    transform: translateY(-50%);
    pointer-events: none;
}

.custom-banner .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-banner .content-wrapper .custom-banner-title {
    color: #0D3D2D;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 7px;
}

.custom-banner .content-wrapper .custom-banner-title .word-4 {
    color: #618E18;
}

.custom-banner .content-wrapper .custom-banner-text {
    color: #0D3D2D;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    margin-bottom: 22px;
}

.custom-banner .custom-banner-btn {
    border-radius: 100px;
    background: #618E18;
    padding: 9px 28px;
    display: flex;
    width: fit-content;
    color: #FAFAFB;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.1px;
}

@media only screen and (max-width: 992px) {
    .custom-banner .content-wrapper .custom-banner-title { 
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .custom-banner {
        background: url("https://neighborhoodfarmsusa.org/wp-content/uploads/2025/09/banner-background.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        flex-direction: column-reverse;
        max-width: 350px;
        width: 100%;
        padding: 33px 10px 33px 10px; 
        gap: 10px;
        margin: auto;
    }

    .custom-banner .green-bg {
        left: 50%;
        transform: translateX(-50%);
        top: -22px;
    }

    .custom-banner .content-wrapper { 
        padding: 0;
        align-items: center;
    }

    .custom-banner .content-wrapper .custom-banner-text {
        margin-bottom: 0;
        text-align: center;
    }

    .custom-banner .content-wrapper .custom-banner-title {
        text-align: center;
    }

    .custom-banner .content-wrapper .custom-banner-btn {
        display: none;
    }

    .custom-banner .image-wrapper {
        margin-left: 0;
        margin: auto;
        flex-direction: column;
        align-items: center;
        gap: 26px;
    }

    .custom-banner .image-wrapper .custom-banner-btn {
        display: flex !important;
    }

    .custom-banner .content-wrapper .custom-banner-title {
        text-align: center;
    }

    .custom-banner .content-wrapper .custom-banner-title .word-1 {
        color: #618E18;
        font-size: 35.162px;
        font-weight: 800;
    }

    .custom-banner .content-wrapper .custom-banner-title .word-2 {
        font-size: 35.162px;
        font-weight: 800;
    }

    .custom-banner .content-wrapper .custom-banner-title .word-3 {
        color: #0D3D2D;
        font-size: 33.036px;
        font-weight: 600;
    }

    .custom-banner .content-wrapper .custom-banner-title .word-4 {
        color: #618E18;
        font-size: 33.036px;
        font-weight: 600;
    }
}


@media only screen and (max-width: 365px) {
    .custom-banner {
        padding: 33px 10px 33px 10px;
    }
}

/****************************** Secondary Banner ***********************************/

.secondary-banner {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: var(--bg-url);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.secondary-banner .content-wrapper{ 
    padding-top: 80px;
    padding-bottom: 40px;
}

.secondary-banner .content-wrapper .secondary-banner-title {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 9px;
}

.secondary-banner .content-wrapper .secondary-banner-text {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-bottom: 18px;
}

.secondary-banner .content-wrapper .secondary-banner-btn {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12.754px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #618E18;
    padding: 12px 30px;
    border-radius: 100px;
    display: flex;
    width: fit-content;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .secondary-banner {
        background: var(--mobile-bg-url);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .secondary-banner .content-wrapper { 
        padding: 110px 35px;
    }

    .secondary-banner .content-wrapper .secondary-banner-title {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .secondary-banner .content-wrapper .secondary-banner-title .word-5 {
        font-size: 37px;
    }

    .secondary-banner .content-wrapper .secondary-banner-title .word-6 {
        font-size: 35.727px;
    }

    .secondary-banner .content-wrapper .secondary-banner-text {
        font-size: 12.478px;
        margin-bottom: 56px;
    }
}

@media only screen and (max-width: 365px) {
    .secondary-banner .content-wrapper { 
        padding: 110px 15px;
    }
}

.add-gardens-form {
    max-width: 670px;
    padding: 24px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.add-gardens-form input,
.add-gardens-form textarea,
.add-gardens-form select {
    max-width: 100%;
    width: 100% !important;
    height: 50px;
    padding: 0 10px !important;  
    font-family: "Inter", sans-serif !important;
    border-radius: 8px !important;
    border: 1px solid #9A9AB0 !important;
    background: #FFF;
    background-color: #fff !important;
    outline: none;
}

.add-gardens-form textarea {
    padding: 10px;  
}

.add-gardens-form p {
    margin: 0;
}

.add-gardens-form label {
    font-family: Arial !important;
    margin-bottom: 16px;
    display: flex;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 120% !important;
    letter-spacing: 0.08px !important;
}

.add-gardens-form p label .star {
    color: #129D59;
}

.add-gardens-form select {
    width: 100%;
}

.add-gardens-form textarea {
    height: 106px;
}

.add-gardens-form .button-wrapper .button {
    background: #729F28 !important;
    font-family: "Montserrat", sans-serif !important;
    color: #fff !important;
    border: none !important;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 600 !important;
    width: 100% !important;
    transition: ease-in-out 0.3s;
    max-width: 100%;
}

.add-gardens-form .button-wrapper .button:hover {
    background: #0B3D2C !important;
}

.radio-button-wrapper .radio-buttons {
    display: flex;
    gap: 54px;
}

.radio-button-wrapper .inner-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.radio-button-wrapper .inner-wrapper input {
    width: 22px !important;
    height: 22px;
    margin: 0;
    border-radius: 5px !important;
    border: 1px solid #618D18 !important;
}

.radio-button-wrapper .inner-wrapper label {
    margin: 0;
    color: #6B6B6B;
    font-size: 15px;
}

.add-gardens-form .button-wrapper {
    display: flex;
    gap: 60px;
}

.add-gardens-form .button-wrapper .back-to-page {
    border-radius: 10px;
    border: 1px solid #0D3D2D;
    color: #0D3D2D;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: ease-in-out 0.3s;
    height: 50px;
}

.add-gardens-form .button-wrapper .back-to-page:hover {
    background: #0B3D2C;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .radio-button-wrapper .radio-buttons {
        flex-direction: column;
        gap: 24px;
    }

    .add-gardens-form .button-wrapper {
        flex-direction: column;
        gap: 24px;
    }
}