/* No bottom padding needed, override global rule */
.page-warranty .content-area {
    padding-bottom: 0;
    background: #f3f5f8;
}


/* =====================================================
   Page Header Banner
===================================================== */

.warranty-page-header {
    background-image: url("../img/portfolio/straight_trailer_01.png");
    background-position: center 68%;
}


/* =====================================================
   Content
===================================================== */

.page-warranty .warranty-content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 70px 60px;
    box-sizing: border-box;
}

.page-warranty .warranty-content-inner {
    background: #fdfdfd;
    border-radius: 18px;
    padding: 36px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}

.page-warranty .warranty-content-inner p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.7;
    color: #333;
}

.page-warranty .warranty-content-inner p:last-child {
    margin-bottom: 0;
}

.page-warranty .warranty-content-inner h3 {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 700;
    color: #a51b25;
}

.page-warranty .warranty-content-inner h3:not(:first-child) {
    margin-top: 28px;
}


/* =====================================================
   Warranty List
===================================================== */

.page-warranty .warranty-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-warranty .warranty-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 17px;
    line-height: 1.68;
    color: #374151;
}

.page-warranty .warranty-list li:last-child {
    margin-bottom: 0;
}

.page-warranty .warranty-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1a3f74;
}


/* =====================================================
   Media Query
===================================================== */

@media (max-width: 899px) {
    .page-warranty .warranty-content {
        padding: 30px 16px 40px;
    }

    .page-warranty .warranty-content-inner {
        padding: 26px 18px;
        border-radius: 14px;
    }

    .page-warranty .warranty-content-inner p {
        font-size: 16px;
        line-height: 1.65;
        margin-bottom: 16px;
    }

    .page-warranty .warranty-content-inner h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .page-warranty .warranty-content-inner h3:not(:first-child) {
        margin-top: 24px;
    }

    .page-warranty .warranty-list li {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 9px;
    }
}
