.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-116 .elementor-element.elementor-element-e4466e0 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:800;color:#FF3503;}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-116 .elementor-element.elementor-element-aaf776a .cart button, .elementor-116 .elementor-element.elementor-element-aaf776a .cart .button{border-radius:8px 8px 8px 8px;color:#FFFFFF;background-color:#FF3503;transition:all 0.2s;}.elementor-116 .elementor-element.elementor-element-aaf776a .quantity .qty{transition:all 0.2s;}/* Start custom CSS for html, class: .elementor-element-df88125 *//* Container Box */
.bp-box-wrapper {
    background-color: #f5f5f7;
    border-radius: 16px;
    padding: 40px 24px;
    max-width: 960px;
    margin: 24px auto;
    box-sizing: border-box;
    font-family: inherit;
}

/* Section Title */
.bp-box-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #111827;
    margin-top: 0;
    margin-bottom: 32px;
}

/* 3-Column Responsive Grid */
.bp-box-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Individual Card */
.bp-box-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 32px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

/* Electric Orange Icon Styling */
.bp-box-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    color: #FF5500; /* Electric Orange Accent */
}

.bp-box-icon svg {
    width: 100%;
    height: 100%;
}

/* Card Content Header */
.bp-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px 0;
}

/* Card Description */
.bp-card-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}

/* Mobile Stacked View */
@media (max-width: 768px) {
    .bp-box-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .bp-box-wrapper {
        padding: 28px 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d637cb7 *//* Main Container Box */
.bp-testing-container {
    background-color: #f4f5f7;
    border-radius: 16px;
    padding: 44px 36px;
    max-width: 1000px;
    margin: 30px auto;
    box-sizing: border-box;
    font-family: inherit;
}

/* Header Layout */
.bp-testing-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 44px;
    padding-right: 140px; /* Offset space for the top-right badge */
}

/* Main Heading Color & Typography */
.bp-testing-title {
    color: #116171; /* Deep Teal from screenshot */
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    line-height: 1.35;
    max-width: 680px;
}

/* Phonecheck Certified Badge */
.bp-certified-badge {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000000;
    color: #ffffff;
    border-radius: 8px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

.bp-badge-check {
    width: 22px;
    height: 22px;
}

.bp-badge-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    text-align: left;
}

.bp-badge-brand {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.bp-badge-sub {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.9;
}

/* 6-Grid Feature Items */
.bp-testing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 24px;
    text-align: center;
}

.bp-testing-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bp-testing-icon {
    width: 32px;
    height: 32px;
    color: #111827;
    margin-bottom: 12px;
}

.bp-testing-icon svg {
    width: 100%;
    height: 100%;
}

.bp-item-title {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 6px 0;
}

.bp-item-desc {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.45;
    margin: 0;
    max-width: 240px;
}

/* Responsive Layout for Mobile Devices */
@media (max-width: 820px) {
    .bp-testing-header {
        flex-direction: column;
        padding-right: 0;
        gap: 20px;
    }

    .bp-certified-badge {
        position: relative;
        transform: none;
        right: auto;
        top: auto;
    }

    .bp-testing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 16px;
    }
}

@media (max-width: 520px) {
    .bp-testing-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ec1aa5 *//* Main Wrapper */
.bp-layout-container {
    max-width: 1000px;
    margin: 30px auto;
    font-family: inherit;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Base Card Styling */
.bp-content-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 36px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

/* Grid to force boxes side-by-side on desktop */
.bp-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* Typography */
.bp-card-heading {
    color: #00509E; /* Bargain Phones Blue */
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 16px;
}

.bp-card-text {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 16px;
}

.bp-card-text:last-child {
    margin-bottom: 0;
}

/* Custom Bullet Points */
.bp-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bp-feature-list li {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.5;
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
}

.bp-feature-list li::before {
    content: "•";
    color: #FF5500; /* Electric Orange Accent */
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -4px;
}

/* Special Highlight Card for Delivery */
.bp-delivery-card {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background-color: #f8fbff; /* Very subtle blue tint */
    border: 1px solid #cce0ff;
}

.bp-delivery-icon {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
}

.bp-delivery-icon svg {
    width: 100%;
    height: 100%;
}

.bp-delivery-highlight {
    background-color: #e6f0ff;
    padding: 12px 16px;
    border-radius: 8px;
    color: #004080;
    font-weight: 500;
    display: inline-block;
    margin-top: 8px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    /* Stack the side-by-side grid into a single column on small screens */
    .bp-card-grid {
        grid-template-columns: 1fr;
    }
    
    .bp-content-card {
        padding: 24px;
    }

    .bp-delivery-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}/* End custom CSS */