section.pageContent {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
}

.entry-content {
    background-color: #fff;
}

.comingSoonSpecial {
    font-size: 38px;
    text-align: left;
    width: 100%;
    font-family: 'Geely';
}

.specialsReturnHolder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.specialsReturnHolder .specialeVehicleHolder {
    width: 48%;
    margin: 0 auto;
    /* margin-top: 25px; */
    padding: 20px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.specialeVehicleHolder img {
    display: block;
    margin: 0 auto;
    padding-top: 50px;
}
.specialeVehicleText{
    display: none;
}
span.archiveOfferHeading {
    display: block;
    font-family: 'Geely';
    font-size: 30px;
    padding-top: 40px;
    text-align: center;
    line-height: 1.1;
}

span.archiveOfferPrice, span.archiveOfferPrice2 {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-family: 'Geely';
    text-align: center;
}

span.archiveOfferPrice {
    padding-top: 20px;
}

span.archiveOfferPriceFrom {
    font-family: 'Inter';
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.specialArchiveButton {
    width: 100%;
    display: flex;
    gap: 10px;
    padding-top: 20px;
}

a.newRedButton {
    background-color: #718391;
    padding: 14px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: 1px solid #718391;
}

a.newRedButton.whiteEnquire {
    background-color: #fff;
    color: #000;
}


/***** Single Offer Page *****/
.singleModelPrice{
    display: none;
}
.singleModelTopSection {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1750px;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
}

.singleModelTopSectionText {
    width: 40%;
}

.singleModelTopSectionForm {
    width: 60%;
}

.quform-5 .quform-button-submit button, .quform-5 .quform-element-submit.quform-button-style-theme .quform-button-submit button {
    background-color: #6f8390;
    padding: 20px;
    font-weight: 300;
}

span.singleModelPriceTag {
    font-size: 43px;
    font-family: 'Geely';
    text-align: center;
    width: 100%;
    display: block;
}

.quform-5 .quform-input-5_43 span.quform-option-text {
    font-size: 15px !important;
}

.buttonWrapper {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
    padding-bottom: 15px;
}

.singleModelTopSectionText h2 {
    text-align: center;
    font-size: 35px;
    opacity: 0.3;
    display: none;
}

a.trackingNumberBlack.theme-btn {
    width: 49%;
    display: flex;
    padding: 15px;
    background-color: #6f8390;
    gap: 10px;
    margin: 10px 0;
    text-align: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.whatsappButton button {
    display: block;
    background: #ffffff;
    max-width: 100%;
    color: #39d36e;
    margin: 5px 0;
    font-size: 18px;
    font-weight: 200;
    transition-duration: 0.2s;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    width: 100%;
    border: 1px solid;
}

.whatsappButton .quform-popup-link {
    background-color: unset;
    padding: 0px 0px 0px 0px;
    display: block;
}

.quform-submit .fa.fa-whatsapp {
    padding: 0;
    color: #fff;
}

.whatsappButton span, .whatsappButton{
    background: unset !important;
}

.whatsappButton .quform-popup-link i {
    font-size: 23px;
}


.flexButtons.whatsappButton {
    width: 49%;
}

@media only screen and (max-width: 768px) {
    .whatsappButton button {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    span.singleModelPriceTag {
        font-size: 30px;
    }

    .singleModelTopSectionForm h2 {
        text-align: center;
    }

    .singleModelTopSectionText h2 {
        text-align: center;
        font-size: 30px;
    }

    .buttonWrapper {
        gap: 0;
    }

        
    .specialsReturnHolder .specialeVehicleHolder {
        width: 100%;
    }

    .page-id-413 h1 {
        padding-top: 0px !important;
        padding-bottom: 10px;
    }

    .specialArchiveButton, .singleModelTopSection, .buttonWrapper{
        width: 100%;
        flex-direction: column;
    }

    .singleModelTopSectionText, a.trackingNumberBlack.theme-btn, .flexButtons.whatsappButton {
        width: 100%;
    }

    .singleModelTopSectionForm {
        width: 100%;
    }
}
