/* Our Story Hero START */
.section-remarket-hero {
    width: 100%;
    min-height: 450px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 112px 50px;
    background-image: url("../../images/remarket-heron.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    border-radius: 0 0 45px 45px;
}
.section-remarket-hero__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.section-remarket-hero__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #F55822;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
}
.section-remarket-hero h1 {
    max-width: 890px;
    margin: 0 auto;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.4px;
}
.section-remarket-hero p {
    max-width: 640px;
    margin: 16px auto 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}
@media (max-width: 1100px) {
    .section-remarket-hero {
        min-height: 420px;
        padding: 90px 30px;
    }

    .section-remarket-hero h1 {
        font-size: 44px;
    }
}
@media (max-width: 768px) {
    .section-remarket-hero {
        min-height: 380px;
        padding: 70px 20px;
    }

    .section-remarket-hero h1 {
        font-size: 36px;
    }

    .section-remarket-hero p {
        font-size: 14px;
    }
}
@media (max-width: 560px) {
    .section-remarket-hero {
        min-height: 340px;
        padding: 60px 16px;
        border-radius: 0 0 25px 25px;
    }

    .section-remarket-hero h1 {
        font-size: 38px;
    }

    .section-remarket-hero p {
        font-size: 14px;
    }
}
/* Our Story Hero END */



/* Remarket Direct Section START */
.section-remarket-direct-rm {
    width: 100%;
    padding: 112px 50px;
    background-color: #F5F3EF;
    overflow: hidden;
}

.section-remarket-direct-rm__inner {
    width: 100%;
    max-width: 1200px;
    min-height: 520px;
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 520px) minmax(0, 640px);
    align-items: center;
    gap: 0;
}

.section-remarket-direct-rm__media {
    width: 100%;
    position: relative;
    z-index: 1;
}

.section-remarket-direct-rm__media img {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.section-remarket-direct-rm__card {
    position: relative;
    z-index: 4;
    margin-left: 0px;
    padding: 56px 52px 42px;
    border: 1px solid #E4E4E4;
    border-radius: 0px 12px 12px 0px;
    background-color: #fff;
    box-shadow: 0 14px 35px rgba(23, 21, 21, 0.08);
}

.section-remarket-direct-rm__card h2 {
    max-width: 500px;
    margin: 0;
    color: #282828;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.4px;
}

.section-remarket-direct-rm__card > p {
    max-width: 500px;
    margin: 22px 0 0;
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.section-remarket-direct-rm__feature {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    margin-top: 34px;
    padding: 18px 22px;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    background-color: #fff;
}

.section-remarket-direct-rm__feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-remarket-direct-rm__feature-icon svg {
    width: 52px;
    height: auto;
    display: block;
}

.section-remarket-direct-rm__feature-content h3 {
    margin: 0;
    color: #282828e6;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.section-remarket-direct-rm__feature-content p {
    margin: 8px 0 0;
    color: #5C5C5C;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

@media (max-width: 1180px) {
    .section-remarket-direct-rm {
        padding: 90px 30px;
    }

    .section-remarket-direct-rm__inner {
        grid-template-columns: minmax(0, 440px) minmax(0, 1fr);
    }

    .section-remarket-direct-rm__media img {
        max-width: 440px;
    }

    .section-remarket-direct-rm__card {
        margin-left: -24px;
        padding: 42px 36px 34px;
    }

    .section-remarket-direct-rm__card h2 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .section-remarket-direct-rm {
        padding: 70px 20px;
    }

    .section-remarket-direct-rm__inner {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .section-remarket-direct-rm__media {
        max-width: 560px;
        margin: 0 auto;
    }

    .section-remarket-direct-rm__media img {
        max-width: 100%;
    }

    .section-remarket-direct-rm__card {
        max-width: 760px;
        margin: 0 auto;
    }
}

@media (max-width: 560px) {
    .section-remarket-direct-rm {
        padding: 60px 16px;
    }

    .section-remarket-direct-rm__card {
        padding: 28px 20px 24px;
        border-radius: 10px;
    }

    .section-remarket-direct-rm__card h2 {
        font-size: 28px;
    }

    .section-remarket-direct-rm__card > p {
        font-size: 14px;
    }

    .section-remarket-direct-rm__feature {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 16px;
    }

    .section-remarket-direct-rm__feature-icon {
        justify-content: flex-start;
    }

    .section-remarket-direct-rm__feature-icon svg {
        width: 46px;
    }

    .section-remarket-direct-rm__feature-content h3,
    .section-remarket-direct-rm__feature-content p {
        font-size: 14px;
    }
}
/* Remarket Direct Section END */


/* Fleet Remarketing Section START */
.section-fleet-remarket-rm {
    width: 100%;
    padding: 112px 50px;
    background-color: #fff;
    overflow: hidden;
    border-top: 1px solid hsla(0, 0%, 0%, 0.11);
}

.section-fleet-remarket-rm__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
}

.section-fleet-remarket-rm__badges {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 26px;
}

.section-fleet-remarket-rm__badges span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 7px 22px;
    border: 1px solid #F55822;
    border-radius: 999px;
    background-color: #fff;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
}

.section-fleet-remarket-rm__badges svg {
    flex: 0 0 auto;
}

.section-fleet-remarket-rm h2 {
    max-width: 850px;
    margin: 0 auto;
    color: #282828;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.4px;
}

.section-fleet-remarket-rm__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 48px;
}

.section-fleet-remarket-rm__card {
    min-height: 152px;
    padding: 26px 18px;
    border: 1px solid #DADADA;
    border-radius: 8px;
    background-color: #fff;
    text-align: left;
}

.section-fleet-remarket-rm__card h3 {
    margin: 0;
    color: #282828e7;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.section-fleet-remarket-rm__card p {
    margin: 15px 0 0;
    color: #5C5C5C;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.section-fleet-remarket-rm .glb-btns-new {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 50px;
}

.section-fleet-remarket-rm .glb-btns-new .btn {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    transition: 180ms ease;
}

.section-fleet-remarket-rm .glb-btns-new .btn-prim {
    border: 1px solid #F55822;
    background-color: #F55822;
    color: #fff;
}

.section-fleet-remarket-rm .glb-btns-new .btn-prim:hover {
    background-color: #df4617;
    border-color: #df4617;
    color: #fff;
}

@media (max-width: 1100px) {
    .section-fleet-remarket-rm {
        padding: 90px 30px;
    }

    .section-fleet-remarket-rm__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .section-fleet-remarket-rm {
        padding: 70px 20px;
    }

    .section-fleet-remarket-rm h2 {
        font-size: 32px;
    }

    .section-fleet-remarket-rm__cards {
        margin-top: 34px;
    }

    .section-fleet-remarket-rm__card {
        min-height: auto;
        padding: 24px 20px;
    }

    .section-fleet-remarket-rm__card p {
        margin-top: 16px;
        font-size: 14px;
    }
}

@media (max-width: 560px) {
    .section-fleet-remarket-rm {
        padding: 60px 16px;
    }

    .section-fleet-remarket-rm__badges {
        gap: 10px;
    }

    .section-fleet-remarket-rm__badges span {
        width: 100%;
    }

    .section-fleet-remarket-rm h2 {
        font-size: 28px;
    }

    .section-fleet-remarket-rm__cards {
        grid-template-columns: 1fr;
    }

    .section-fleet-remarket-rm .glb-btns-new {
        gap: 10px;
        margin-top: 34px;
    }

    .section-fleet-remarket-rm .glb-btns-new .btn {
        width: 100%;
    }
}
/* Fleet Remarketing Section END */





/* Remarket Process Section START */
.section-remarket-process-rm {
    width: 100%;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

.section-remarket-process-rm__container {
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../../images/remarket-fta-1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section-remarket-process-rm__inner {
    width: 100%;
    max-width: 1200px;
    /* min-height: 560px; */
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 152px 0;
    overflow: hidden;
}

.section-remarket-process-rm__content {
    width: 100%;
    max-width: 500px;
    position: relative;
    z-index: 2;
}

.section-remarket-process-rm__content h2 {
    margin: 0;
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.4px;
}

.section-remarket-process-rm__content > p {
    max-width: 475px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.section-remarket-process-rm .glb-btns-new {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 24px;
}

.section-remarket-process-rm .glb-btns-new .btn {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    transition: 180ms ease;
}

.section-remarket-process-rm .glb-btns-new .btn-prim {
    border: 1px solid #F55822;
    background-color: #F55822;
    color: #fff;
}

.section-remarket-process-rm .glb-btns-new .btn-prim:hover {
    background-color: #df4617;
    border-color: #df4617;
    color: #fff;
}

.section-remarket-process-rm .glb-btns-new .btn-sec {
    border: 2px solid #fff;
    background-color: #fff;
    color: #F55822;
}

.section-remarket-process-rm .glb-btns-new .btn-sec:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #F55822;
}

.section-remarket-process-rm__testimonial {
    max-width: 360px;
    position: relative;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    margin-top: 28px;
    margin-left: 28px;
}

.section-remarket-process-rm__quote {
    position: absolute;
    left: -28px;
    top: -8px;
    color: #F55822;
    font-size: 42px;
    font-weight: 800;
    line-height: 100%;
}

.section-remarket-process-rm__testimonial img {
    width: 62px;
    height: 62px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.section-remarket-process-rm__testimonial h4 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 120%;
}

.section-remarket-process-rm__testimonial small {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
}

.section-remarket-process-rm__stars {
    margin-top: 2px;
}

.section-remarket-process-rm__stars span {
    display: block;
    color: #F55822;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 1;
}

.section-remarket-process-rm__testimonial p {
    max-width: 260px;
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
}

.section-remarket-process-rm__floating-card {
    width: 100%;
    max-width: 365px;
    position: absolute;
    right: 0;
    bottom: 86px;
    z-index: 3;
    padding: 28px;
    border-radius: 7px;
    background-color: rgba(69, 69, 69, 0.86);
    backdrop-filter: blur(4px);
}

.section-remarket-process-rm__floating-card h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.section-remarket-process-rm__floating-card p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

@media (max-width: 1280px) {
    .section-remarket-process-rm__inner {
        max-width: calc(100% - 60px);
    }
}

@media (max-width: 900px) {
    .section-remarket-process-rm__inner {
        min-height: auto;
        display: block;
        padding: 70px 0;
    }

    .section-remarket-process-rm__content {
        max-width: 620px;
    }

    .section-remarket-process-rm__floating-card {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: 520px;
        margin-top: 34px;
    }
}

@media (max-width: 768px) {
    .section-remarket-process-rm__container {
        background-position: 62% center;
    }

    .section-remarket-process-rm__inner {
        max-width: calc(100% - 40px);
        padding: 60px 0;
    }

    .section-remarket-process-rm__content h2 {
        font-size: 32px;
    }

    .section-remarket-process-rm__content > p {
        font-size: 14px;
    }
}

@media (max-width: 560px) {
    .section-remarket-process-rm__inner {
        max-width: calc(100% - 32px);
        padding: 50px 0;
    }

    .section-remarket-process-rm__content h2 {
        font-size: 28px;
    }

    .section-remarket-process-rm__content h2 br {
        display: none;
    }

    .section-remarket-process-rm .glb-btns-new {
        gap: 10px;
    }

    .section-remarket-process-rm .glb-btns-new .btn {
        width: 100%;
    }

    .section-remarket-process-rm__testimonial {
        margin-left: 0;
    }

    .section-remarket-process-rm__floating-card {
        padding: 22px 20px;
    }

    .section-remarket-process-rm__floating-card h3 {
        font-size: 16px;
    }
}
/* Remarket Process Section END */



/* Wholesale Agency Section START */
.section-wholesale-agency-rm {
    width: 100%;
    padding: 112px 50px;
    background-color: #F5F3EF;
    overflow: hidden;
    border-bottom: 1px solid hsla(0, 0%, 0%, 0.11);
}

.section-wholesale-agency-rm__inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.section-wholesale-agency-rm__head {
    max-width: 760px;
    margin: 0 auto;
}

.section-wholesale-agency-rm__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #777;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
}

.section-wholesale-agency-rm__head h2 {
    margin: 0;
    color: #282828;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.4px;
}

.section-wholesale-agency-rm__head p {
    max-width: 720px;
    margin: 18px auto 0;
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.section-wholesale-agency-rm__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    margin-top: 44px;
}

.section-wholesale-agency-rm__card {
    min-height: 152px;
    padding: 28px 24px;
    border: 1px solid #DADADA;
    border-radius: 8px;
    background-color: #fff;
    text-align: left;
}

.section-wholesale-agency-rm__card--dark {
    border-color: #3C3737;
    background-color: #3C3737;
}

.section-wholesale-agency-rm__card-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-wholesale-agency-rm__icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #3C3737;
}

.section-wholesale-agency-rm__card--dark .section-wholesale-agency-rm__icon {
    background-color: #F55822;
}

.section-wholesale-agency-rm__card h3 {
    margin: 0;
    color: #282828;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.section-wholesale-agency-rm__card--dark h3 {
    color: #fff;
}

.section-wholesale-agency-rm__card p {
    margin: 16px 0 0;
    color: #5C5C5C;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.section-wholesale-agency-rm__card--dark p {
    color: rgba(255, 255, 255, 0.82);
}

.section-wholesale-agency-rm .glb-btns-new {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 42px;
}

.section-wholesale-agency-rm .glb-btns-new .btn {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    transition: 180ms ease;
}

.section-wholesale-agency-rm .glb-btns-new .btn-prim {
    border: 1px solid #F55822;
    background-color: #F55822;
    color: #fff;
}

.section-wholesale-agency-rm .glb-btns-new .btn-prim:hover {
    background-color: #df4617;
    border-color: #df4617;
    color: #fff;
}

.section-wholesale-agency-rm .glb-btns-new .btn-sec {
    border: 2px solid #F55822;
    background-color: transparent;
    color: #F55822;
}

.section-wholesale-agency-rm .glb-btns-new .btn-sec:hover {
    background-color: rgba(245, 88, 34, 0.08);
    color: #F55822;
}

@media (max-width: 900px) {
    .section-wholesale-agency-rm {
        padding: 90px 30px;
    }

    .section-wholesale-agency-rm__cards {
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .section-wholesale-agency-rm {
        padding: 70px 20px;
    }

    .section-wholesale-agency-rm__head h2 {
        font-size: 32px;
    }

    .section-wholesale-agency-rm__head p {
        font-size: 14px;
    }

    .section-wholesale-agency-rm__cards {
        grid-template-columns: 1fr;
        margin-top: 34px;
    }

    .section-wholesale-agency-rm__card {
        min-height: auto;
        padding: 24px 20px;
    }

    .section-wholesale-agency-rm__card p {
        margin-top: 18px;
    }
}

@media (max-width: 560px) {
    .section-wholesale-agency-rm {
        padding: 60px 16px;
    }

    .section-wholesale-agency-rm__head h2 {
        font-size: 28px;
    }

    .section-wholesale-agency-rm__head p {
        font-size: 14px;
    }

    .section-wholesale-agency-rm .glb-btns-new {
        gap: 10px;
        margin-top: 34px;
    }

    .section-wholesale-agency-rm .glb-btns-new .btn {
        width: 100%;
    }
}
/* Wholesale Agency Section END */