:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8625928 */.bp-warranty-container {
    max-width: 900px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 40px 20px;
    color: #1d1d1f;
}

/* Header */
.bp-warranty-header {
    text-align: center;
    margin-bottom: 50px;
}

.bp-warranty-header h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1d1d1f;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}

.bp-warranty-header p {
    font-size: 18px;
    color: #555555;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Two-Column Grid */
.bp-warranty-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

/* Warranty Cards */
.bp-warranty-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
}

.bp-warranty-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.bp-warranty-card-header h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 0;
}

.bp-icon-tick, .bp-icon-cross {
    width: 28px;
    height: 28px;
}

.bp-icon-tick {
    fill: #34d399; /* Positive Green */
}

.bp-icon-cross {
    fill: #FF3503; /* Electric Orange for Warning */
}

.bp-warranty-card p {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

/* Lists */
.bp-warranty-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bp-warranty-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 14.5px;
    color: #1d1d1f;
    line-height: 1.5;
}

/* Custom Bullet Points */
.bp-warranty-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 18px;
    font-weight: 800;
    color: #34d399;
}

.bp-list-cross li::before {
    content: "✕";
    color: #FF3503;
}

/* Claim Process Box */
.bp-warranty-process {
    background: #f5f5f7; /* Apple light grey */
    border-radius: 16px;
    padding: 35px;
    text-align: center;
    border-top: 5px solid #FF3503; /* Orange accent */
}

.bp-warranty-process h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 15px 0;
}

.bp-warranty-process p {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* Mobile Responsiveness */
@media (max-width: 800px) {
    .bp-warranty-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */