.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-290 .elementor-element.elementor-element-8250226{width:var( --container-widget-width, 9.284% );max-width:9.284%;--container-widget-width:9.284%;--container-widget-flex-grow:0;}.elementor-290 .elementor-element.elementor-element-8250226.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-290 .elementor-element.elementor-element-8250226{width:var( --container-widget-width, 101.413px );max-width:101.413px;--container-widget-width:101.413px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-7caec89 *//* --- Teer Reputed Counters Page Styles --- */
.teer-counters-page {
    max-width: 1000px;
    margin: 2rem auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    padding: 0 15px;
}

.teer-counters-header {
    text-align: center;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #eaeaea;
}

.teer-counters-header h1 {
    color: #0056b3;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}

.teer-counters-seo-box {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border-left: 5px solid #0056b3;
    margin-bottom: 3rem;
}

.teer-counters-seo-box h2 {
    margin-top: 0;
    color: #1a1a1a;
    font-size: 1.5rem;
}

/* Flexbox Grid for Counter Cards */
.teer-counter-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 3rem;
}

.counter-card {
    flex: 1 1 300px;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.04);
    position: relative;
    display: flex;
    flex-direction: column;
}

.warning-card {
    border-top: 4px solid #d93025;
    background-color: #fffaf9;
}

.counter-card:not(.warning-card) {
    border-top: 4px solid #28a745;
}

.counter-icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.counter-card h3 {
    color: #1a1a1a;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 10px;
}

.counter-desc {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 20px;
    flex-grow: 1; /* Pushes the button to the bottom if text lengths vary */
}

/* Status Badges */
.status-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    align-self: flex-start;
    margin-bottom: 15px;
}

.status-badge.verified {
    background-color: #e6f4ea;
    color: #137333;
}

.status-badge.danger {
    background-color: #fce8e6;
    color: #c5221f;
}

/* WhatsApp Redirect Button Styles */
.teer-whatsapp-container {
    text-align: center;
    margin-top: auto; /* Aligns to the bottom of the card */
    padding-top: 15px;
}

.teer-whatsapp-btn {
    display: block; /* Makes the button stretch nicely in the card */
    background-color: #25D366; 
    color: #ffffff !important;
    font-weight: bold;
    font-size: 1.05rem;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none !important;
    box-shadow: 0 4px 6px rgba(37, 211, 102, 0.2);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.teer-whatsapp-btn:hover {
    background-color: #128C7E; 
    transform: translateY(-2px);
}

.wa-icon {
    margin-right: 8px;
    font-size: 1.2rem;
}

/* Verification Checklist Section */
.teer-verification-section {
    background: #ffffff;
    border: 1px solid #eaeaea;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.teer-verification-section h2 {
    color: #0056b3;
    margin-top: 0;
}

.verification-list {
    list-style: none;
    padding: 0;
}

.verification-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1.05rem;
}

.verification-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #28a745;
    font-weight: bold;
    font-size: 1.2rem;
}/* End custom CSS */