:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3480ed2 */.bp-about-hero {
    text-align: center;
    padding: 60px 20px 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 850px;
    margin: 0 auto;
}

.bp-about-badge {
    background-color: #FFF0E5; /* Pale Bargain Phones Orange */
    color: #FF6600; /* Electric Orange */
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.bp-about-hero h1 {
    font-size: 46px;
    font-weight: 800;
    margin: 0 0 20px 0;
    color: #1a1a1a;
    letter-spacing: -1px;
}

.bp-about-hero p {
    font-size: 18px;
    line-height: 1.6;
    color: #475569; /* Slate grey for a clean, readable look */
    margin: 0 0 16px 0;
}

.bp-about-hero strong {
    color: #1a1a1a;
    font-weight: 700;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .bp-about-hero {
        padding: 40px 15px 20px;
    }
    .bp-about-hero h1 {
        font-size: 36px;
    }
    .bp-about-hero p {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf46216 *//* --- Global Wrapper Font --- */
.bp-features-grid, .bp-review-bar {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 1100px;
    margin: 0 auto;
}

/* --- The 3 Box Grid --- */
.bp-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.bp-feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bp-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* --- Electric Orange Icons (Matches Contact Page) --- */
.bp-feature-icon {
    background: linear-gradient(135deg, #FF7B00, #FF5500);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin: 0 auto 20px auto;
    box-shadow: 0 8px 18px rgba(255, 102, 0, 0.3); /* Glowing orange shadow */
}

.bp-feature-icon svg {
    width: 26px;
    height: 26px;
    fill: #ffffff;
}

/* --- Card Text --- */
.bp-feature-card h4 {
    font-size: 19px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 12px 0;
}

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

/* --- The Review Bar --- */
.bp-review-bar {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
}

.bp-stars {
    display: flex;
    gap: 4px;
}

.bp-stars svg {
    width: 20px;
    height: 20px;
    fill: #FFB800; /* Gold */
}

.bp-review-text {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 900px) {
    .bp-features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .bp-review-bar {
        flex-direction: column;
        gap: 10px;
        padding: 20px;
    }
}/* End custom CSS */