/****** Single Page ******/



.mainBannerModel {
    width: 100%;
    position: relative;
    font-size: 0;
}

.headerOverlay {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 13%;
    left: 5%;
}

.brownButton a {
    color: #fff;
    text-decoration: none;
    background-color: var(--dBrown);
    display: block;
    padding: 10px 20px;
    width: 180px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
}

.brownTagHolder {
    width: 100%;
    background-color: #756659;
    display: flex;
    padding: 10px;
    justify-content: space-around;
    align-items: center;
    position: sticky;
    top: 70px;
}

.brownTagLinks {
    display: flex;
    gap: 50px;
}

.priceHolderHeader h3 {
    margin: 0;
    color: #fff;
}

.noBold{
    font-weight: 300;
}

.brownTagLinks a {
    color: #ffffffa1;
    text-decoration: none;
    font-size: 17px;
    padding: 8px 15px;
    display: block;
    border: 1px solid #ffffff00;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
}

/* Create the animated background */
.brownTagLinks a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%; /* Initially hidden */
    height: 100%;
    background-color: var(--dBrown);
    border-radius: 8px;
    transition: width 0.3s ease-in-out;
    z-index: -1;
}

/* Expand background when active */
.brownTagLinks a.active::before {
    width: 100%; /* Expand to full width */
}

/* Reverse animation when scrolling up */
.brownTagLinks a.scroll-up.active::before {
    width: 100%; /* Ensures smooth transition */
}

/* Keep text white when active */
.brownTagLinks a:hover, .brownTagLinks a.active {
    color: #fff;
    
}


.brownTestDrive a {
    background-color: var(--dBrown);
    color: #ffff;
    display: block;
    padding: 12px;
    text-decoration: none;
    font-size: 17px;
    width: 90%;
    margin: 0 auto 40px;
    border-radius: 4px;
}

.brownTestDrive a:hover{
    background-color: #000;
}


.allContentModel {
    max-width: 1600px;
    margin: 0 auto;
    padding: 40px 20px;
}


.boldSectionText {
    font-size: 39px;
    line-height: 1.2;
    margin-top: 40px;
    color: #756659;
    font-weight: 700;
    text-transform: capitalize;
}

.eachSection{
    color: #756659;
}

.eachSectionRange {
    display: flex;
    gap: 20px;
    margin-top: 50px;
    color: #756659;
}

.eachSectionRangeflex p {
    text-transform: capitalize;
}

.eachSectionHolder {
    padding-top: 40px;
}

.eachSectionRangeflex img {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    border-radius: 4px;
}

.eachSectionRangeflex {
    flex: 1;
}

.mainVariantsHolderInner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.eachVariant {
    text-align: center;
}

.mainVariantsHolder{
    padding-top: 40px;
}

.mainVariantsHolder p {
    color: #756659;
}

.eachVariantHolder h2 {
    font-size: 34px;
    color: #756659;
    font-weight: 600;
}

.eachVariant {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
}

img.variantIMage {
    max-width: 380px;
}

.content {
    float: unset;
}

.wholeModelHolder {
    position: relative;
}

.eachSection img {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    border-radius: 4px;
}

/******************* Model Archive *********************/

.new_model_archive_container {
    display: flex;
    max-width: 1400px;
    padding: 30px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0/.1),0 1px 2px -1px rgb(0 0 0/.1);
    margin: 20px auto;
    background-color: #fff;
    align-items: center;
    padding: 20px;
}

.post-type-archive-new_model .entry-content {
    background-color: #eceae9;
}

img.variantImageArchive {
    width: 690px;
}

.archiveModelTitle h3 {
    font-size: 37px;
}

.imageTitleHolderArchive {
    position: relative;
}

span.startFromArch {
    font-size: 12px;
    color: #a1a0a0;
}

span.archivePrice {
    display: block;
    font-size: 22px;
    FONT-WEIGHT: bold;
}

a.linkInfo {
    background: #a4896c;
    color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    box-shadow: none;
    font-size: 14px;
    line-height: normal;
    width: 100%;
    white-space: nowrap;
    border-width: 1px;
    border-radius: 4px;
    padding: 20px;
    transition: .33s ease;
    text-decoration: none;
    border: 1px solid;
}

a.linkInfoSecond {
    background-color: transparent;
    border-color: #a4896c;
    color: #a4896c;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    box-shadow: none;
    font-size: 14px;
    line-height: normal;
    width: 100%;
    white-space: nowrap;
    border-width: 1px;
    border-radius: 4px;
    padding: 20px;
    transition: .33s ease;
    text-decoration: none;
    border: 1px solid;
}

.archiveButtons {
    display: flex;
    width: 100%;
}

.archiveModelTitle {
    width: 50%;
}

.archiveButtons {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-top: 8px;
}

.archiveImageHolder img {
    margin: 0 auto;
    display: block;
    opacity: 0.5;
    max-width: 300px;
}

.archiveImageHolder {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -30px;
    z-index: 0;
}

img.variantImageArchive {
    width: 660px;
    z-index: 1;
    position: relative;
    padding: 21px;
}

.new_model_archive_bottom {
    padding: 30px;
}

@media screen and (max-width: 1560px) { /* iPad */
    .headerOverlay {
        bottom: 6%;
    }

    .allContentModel {
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 20px;
    }
}

@media screen and (max-width: 1024px) { /* iPad */
    .mainVariantsHolderInner {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media screen and (max-width: 768px) { /* iPad */
    .new_model_archive_container {
        flex-direction: column;
    }

    .archiveModelTitle {
        width: 100%;
    }

    .site-inner {
        padding: 0;
    }

    .brownTagLinks {
        flex-wrap: wrap;
    }

    .headerOverlay {
        display: flex;
        gap: 10px;
        position: unset;
        bottom: 13%;
        left: 5%;
        justify-content: center;
    }
}

@media screen and (max-width: 480px) { /* iPhone 6 Plus, Landscape Display */

    .archiveButtons {
        flex-direction: column;
    }
    .mainVariantsHolderInner {
        grid-template-columns: repeat(1, 1fr);
    }
    .post-type-archive-new_model .entry-content {
        padding: 20px;
    }

    .new_model_archive_container {
        margin: 0px auto;
    }

    .brownTagLinks {
        display: flex;
        gap: 2px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .brownTagHolder {
        flex-direction: column;
    }

    .brownTagLinks a {
        width: 49%;
        text-align: center;
    }

    .headerOverlay {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .brownTagHolder {
        top: 0;
    }
    
    .brownTagLinks a {
        display: none;
    }
    
    .eachSectionHolder {
        padding-top: 0;
    }

    .eachSection p {
        margin: 0;
    }

    .boldSectionText {
        font-size: 27px;
    }

    .eachSectionRangeflex p {
        font-size: 11px;
        text-align: center;
    }

    .eachSectionRange {
        margin-top: 10px;
    }

    .archiveImageHolder img {
        max-width: 240px;
    }

    .brownButton a {
        width: 100%;
    }
    .brownButton {
        max-width: unset;
        width: 70%;
        margin: 10px auto;
    }

    .headerOverlay {
        flex-direction: column;
    }

    img.variantIMage {
        max-width: 100%
    }

}