h1.NewH1 {
    color: #000 !important;
    font-size: 96px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    margin: 0 !important;
}

h2.NewH2 {
    color: #231F20 !important;
    font-size: 64px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    margin: 0 !important;
}

.yellow h2.NewH2 {
    color: #FFF100 !important;
}

h2.NewH2 span {
    font-size: 84px !important;
    font-weight: 700 !important;
}


h3.NewH3 {
    color: #231F20 !important;
    font-size: 36px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    margin: 0 !important;
}

.white .NewH3 {
    color: #FFF !important;
}


h4.NewH4 {
    color: #000 !important;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    margin: 0 !important;
}

.white h4.NewH4 {
    color: #FFF !important;
}

h5.NewH5 {
    color: #231F20 !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal !important;
    margin: 0 !important;
}

.white h5.NewH5 {
    color: #FFF !important;
}

p {
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0 !important;
}

.white p {
    color: #FFF;
}

.custom-button {
    display: flex;
    justify-content: center;
    text-align: center;
    width: max-content;
    color: #FFF;
    background-color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
    border-radius: 30px;
    padding: 12px 36px;
    outline: none;
    border: none;
}


.custom-button:hover {
    color: #FFF100;
}

.yellow .custom-button {
    color: #231F20;
    background-color: #FFF100;
}

.yellow .custom-button:hover {
    color: #231F20;
}

.custom-button.center {
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

[class^="col-"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


@media (min-width: 992px) {
    .col-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }

    .col-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }

    .col-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    .col-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }

    .col-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }

    .col-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }

    .col-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }

    .col-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }

    .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 991px) {
    [class^="col-"] {
        flex: 0 0 auto;
        width: 100%;
    }

    [class^="col-"] {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 30px;
    }

    [class^="col-"]:last-child {
        margin-bottom: 0;
    }
}


.two-div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.three-div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.head-yl-bg {
    background-color: #FFF100;
    background-image: url("https://www.goodfellaspawnshop.com/wp-content/uploads/2026/03/2.png");
    background-repeat: no-repeat;
    background-position: right 12% center;
    padding: 180px 0;
}

.head-yl-bg .head-yl-bg-img {
    display: none;
}

.head-yl-bg .text-div {
    max-width: 784px;
    display: grid;
    gap: 10px 0;
}

.head-yl-bg .text-div .custom-button {
    margin-top: 6px;
}

.family-owned-section {
    background-color: #0C0C0D;
    padding: 150px 0;
}

.img-div {
    position: relative;
}

.img-div .line {
    position: absolute;
    bottom: -10px;
    left: -10px;
    max-width: 60%;
    width: 100%;
    height: 85%;
    background-color: #FFF100;
    z-index: -1;
}

.img-div img {
    width: 100%;
}

.col-6.align-center {
    display: flex;
    align-items: center;
}

.family-owned-section .text-div {
    max-width: 530px;
    display: grid;
    gap: 10px 0;
}

.family-owned-section .text-div .custom-button {
    margin-top: 10px;
}

.terms-div {
    margin-top: 150px;
}

.terms-div h3 {
    text-align: center;
}

.terms-div .two-div {
    margin-top: 50px;
}

.terms-div .two-div > div {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    padding: 30px 32px 34px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.terms-div .two-div > div img {
    margin-bottom: 8px;
    max-height: 80px;
    width: auto;
    max-width: max-content;
}

.terms-div .two-div > div p {
    color: #D9D9D9;
}

.what-we-section {
    padding: 150px 0;
}

.what-we-section h3 {
    text-align: center;
}

.what-we-section h2 {
    margin: 20px 0 80px !important;
    position: relative;
    padding: 20px 0;
    text-align: center;
    z-index: 1;
}

.what-we-section h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #FFF100;
    z-index: -1;
}

.what-we-section .two-div .block-g:first-child {
    margin-top: 44px;
}

.what-we-section .two-div .block-g {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
}

.what-we-section .two-div .block-g > div {
    border-radius: 10px;
    border: 1px solid #767676;
    background: #FFF;
    height: fit-content;
}

.what-we-section .two-div .block-g > div > div {
    display: grid;
    gap: 10px 0;
    padding: 2px 32px 34px;
}

.top-cash-section {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.top-cash-section .text-div {
    max-width: 680px;
    margin: 0 auto;
    display: grid;
    gap: 10px 0;
}

.top-cash-section .text-div h3 strong {
    color: #FFF100 !important;
}

.top-cash-section .text-div .custom-button {
    margin-top: 6px;
}

.reviews-section {
    background-color: #0C0C0D;
    padding: 150px 0;
}

.reviews-section h3 {
    text-align: center;
    margin-bottom: 50px !important;
}

.reviews-section .three-div > div {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    padding: 26px 32px;
    position: relative;
    display: grid;
    gap: 18px;
}

.reviews-section .three-div > div .mes {
    position: absolute;
    top: 12px;
    right: 14px;
}

.reviews-section .three-div > div .title {
    display: flex;
    gap: 26px;
}

.reviews-section .three-div > div .title a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.reviews-section .three-div > div .title a:hover {
    color: #FFF100;
}

.reviews-section .three-div > div .title img {
    max-width: 80px;
    width: 100%;
}


.reviews-section .three-div > div .title div {
    display: grid;
    gap: 12px;
}

.reviews-section .three-div > div p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #D9D9D9;
}

.review-rating {
    margin: 34px auto 0;
    padding: 14px 26px;
    border-radius: 58px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 241, 0, 0.16);
    max-width: max-content;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 18px;
}

.review-rating h6 {
    color: #FFF100;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
    text-align: center;
}

.how-it-works-section {
    padding: 150px 0;
    background-color: #F5F5F5;
}

.how-it-works-section h3 {
    text-align: center;
    margin-bottom: 18px !important;
}

.how-it-works-section .three-div > div {
    margin-top: 60px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #FFF;
    padding: 36px 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: max-content;
}

.how-it-works-section .three-div > div:first-child {
    margin-top: 110px;
}

.how-it-works-section .three-div > div:last-child {
    margin-top: 0;
}

.how-it-works-section .three-div > div svg.first {
    position: absolute;
    bottom: -118px;
    left: 0;
}

.how-it-works-section .three-div > div svg.second {
    position: absolute;
    top: -108px;
    right: 0;
}

.how-it-works-section .three-div > div h6 {
    color: #231F20;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.secure-storage-section {
    padding: 150px 0;
}

.secure-storage-section .img-div .line {
    background-color: #231F20;
    bottom: unset;
    left: unset;
    top: -10px;
    right: -10px;
    height: 68%;
    width: 46%;
}

.secure-storage-section .text-div {
    max-width: 500px;
    display: grid;
    gap: 10px 0;
}

.secure-storage-section .text-div .custom-button {
    margin-top: 6px;
}

.black-big-line {
    background-color: #0C0C0D;
    height: 150px;
    max-width: 100%;
    width: 100%;
}

.form-section {
    padding: 150px 0;
    background-color: #0C0C0D;
}

.licensed-section {
    border-radius: 10px;
    padding: 76px 0;
    background: #FFF100;
    margin-bottom: 150px;
}

.licensed-section .text-div {
    text-align: center;
    display: grid;
    gap: 10px 0;
}

.licensed-section .text-div p {
    max-width: 680px;
    margin: 0 auto !important;
}

.licensed-section .text-div .custom-button {
    margin-top: 6px;
}

.form-section .text-div h3 strong {
    color: #FFF100 !important;
}

.info {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
    gap: 38px 0;
}

.info > div {
    display: flex;
    gap: 0 15px;
}

.info > div .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 46px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
}

.info > div .icon svg {
    height: 24px;
    width: 24px;
}

.info > div .strong {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.info > div .strong.email {
    text-decoration: underline;
}

.form-section .tab-content-row {
    max-width: 560px;
    margin-left: auto;
    padding: 42px 32px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);

}

.form-section .tab-content-row:before {
    display: none;
}

.form-section .tab-content-row:after {
    display: none;
}

.form-section .nf-form-cont h3 {
    color: #fff !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal !important;
    margin: 0 !important;
}

.form-section .nf-form-fields-required {
    display: none;
}

.form-section .ninja-forms-form-wrap {
    padding: 20px 0 0;
}


.form-section #nf-field-48-container {
    margin-bottom: 0 !important;
}

.form-section .nf-after-field {
    display: none;
}

.form-section .nf-after-form-content {
    display: none;
}

.form-section .tab-content-row label {
    margin-top: 10px;
    color: #D9D9D9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.form-section .tab-content-row input, .form-section .tab-content-row textarea, .form-section .tab-content-row select {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    color: #D9D9D9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 16px;
    outline: none;
    width: 100%;
}

.form-section .tab-content-row input::placeholder, .form-section .tab-content-row textarea::placeholder, .form-section .tab-content-row select::placeholder {
    color: #D9D9D9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    opacity: 0.7;
}

.form-section .tab-content-row textarea {
    height: 100px;
}

.form-section .tab-content-row .custom-button {
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
}
.form-section .tab-content-row input#nf-field-48{
    color: #231F20;
    font-weight: 700;
    background-color: #FFF100;
    width: 100%;
}
footer p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 11.5px !important;
}

@media (max-width: 1600px) {
    .head-yl-bg {
        background-size: 24%;
    }
}

@media (max-width: 1200px) {
    h1.NewH1 {
        font-size: 70px !important;
    }

    h2.NewH2 {
        font-size: 54px !important;
    }

    h2.NewH2 span {
        font-size: 60px !important;
    }

    .head-yl-bg {
        background-position: right 6% center;
    }


}

@media (max-width: 991px) {
    h1.NewH1 {
        font-size: 50px !important;
    }

    h2.NewH2 {
        font-size: 40px !important;
    }

    h2.NewH2 span {
        font-size: 46px !important;
    }

    h4.NewH4 {
        font-size: 20px !important;
    }

    .head-yl-bg {
        padding: 80px 0;
    }

    .head-yl-bg .text-div {
        max-width: 70%;
    }

    .family-owned-section {
        padding: 80px 0;
    }

    .family-owned-section .col-6.align-center {
        order: 1;
    }

    .family-owned-section .row .col-6:first-child {
        order: 2;
    }

    .family-owned-section .row .col-12:last-child {
        order: 3;
    }

    .terms-div {
        margin-top: 50px;
    }

    .terms-div .two-div {
        margin-top: 30px;
    }

    .what-we-section {
        padding: 80px 0;
    }

    .what-we-section .two-div .block-g:first-child {
        margin-top: 0;
    }

    .what-we-section .two-div .block-g > div img {
        max-width: 140px;
    }

    .top-cash-section {
        padding: 80px 0;
    }

    .reviews-section {
        padding: 80px 0;
    }

    .reviews-section .three-div {
        grid-template-columns: repeat(1, 1fr);
    }

    .how-it-works-section {
        padding: 80px 0;
    }

    .secure-storage-section {
        padding: 80px 0;
    }

    .form-section {
        padding: 80px 0;
    }

    .licensed-section {
        padding: 50px 0;
        margin: 0 15px 50px;
    }

    .form-section .tab-content-row {
        max-width: 100%;
        margin: 0 auto;
        gap: 16px 0;
    }

    .form-section .tab-content-row [class^="col-"] {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .how-it-works-section .three-div {
        grid-template-columns: repeat(1, 1fr);
        gap: 60px 0;
    }

    .how-it-works-section .three-div > div {
        margin-top: 0 !important;
    }

    .how-it-works-section .three-div > div svg.first {
        transform: rotate(180deg);
        transform-origin: center;
        bottom: -68px;
        right: 0;
        left: unset;
        width: 80px;
        height: 80px;
    }

    .how-it-works-section .three-div > div svg.second {
        right: unset;
        top: -68px;
        left: 0;
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 575px) {
    h1.NewH1 {
        font-size: 34px !important;
    }

    h2.NewH2 {
        font-size: 28px !important;
    }

    h2.NewH2 span {
        font-size: 32px !important;
    }

    h3.NewH3 {
        font-size: 24px !important;
    }

    h5.NewH5 {
        font-size: 18px !important;
    }

    .head-yl-bg {
        background-image: none;
    }

    .head-yl-bg .text-div {
        max-width: 100%
    }

    .head-yl-bg .head-yl-bg-img {
        display: block;
        max-width: 100%;
        width: 60%;
        margin: 0 auto;
    }

    .img-div .line {
        bottom: -6px;
        left: -6px;
    }

    .two-div {
        grid-template-columns: repeat(1, 1fr);
    }

    .terms-div .two-div > div {
        padding: 30px 22px;
    }

    .what-we-section h2 {
        margin-bottom: 50px !important;
    }

    .reviews-section .three-div > div {
        gap: 10px;
        padding: 30px 22px;
    }

    .reviews-section .three-div > div .title a {
        font-size: 18px;
    }

    .how-it-works-section .three-div > div {
        padding: 30px 22px;
    }

    .how-it-works-section .three-div > div h6 {
        font-size: 30px;
        margin-bottom: 6px;
    }

    .secure-storage-section .img-div .line {
        top: -6px;
        right: -6px;
    }

    .info {
        margin-top: 30px;
        gap: 20px 0;
    }

    .form-section .tab-content-row {
        padding: 42px 22px;
    }
    .form-section .ninja-forms-form-wrap{
        padding-top: 10px;
    }

    .form-section .nf-form-cont h3 {
        font-size: 18px !important;
    }
}