.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-273 .elementor-element.elementor-element-dfbd04c{width:var( --container-widget-width, 10.302% );max-width:10.302%;--container-widget-width:10.302%;--container-widget-flex-grow:0;}.elementor-273 .elementor-element.elementor-element-dfbd04c.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-273 .elementor-element.elementor-element-dfbd04c{width:var( --container-widget-width, 102.513px );max-width:102.513px;--container-widget-width:102.513px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-7d6a36f *//* --- Teer Rates Page Styles --- */
.teer-rates-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-rates-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #eaeaea;
}

.teer-rates-header h1 {
    color: #0056b3;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}

/* Flexbox Grid for Rate Cards */
.teer-rates-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin-bottom: 3rem;
}

/* Individual Rate Cards */
.rate-card {
    flex: 1 1 300px;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rate-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

/* Highlight the Guti card slightly */
.guti-card {
    border-top: 5px solid #d93025;
}

.rate-card:not(.guti-card) {
    border-top: 5px solid #0056b3;
}

.rate-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.rate-card h2 {
    color: #1a1a1a;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 15px;
}

/* Pricing Typography */
.rate-value {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: bold;
}

.investment {
    color: #555;
}

.return {
    color: #28a745; /* A trusted green color for the payout */
    font-size: 1.8rem;
}

.rate-card p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

/* SEO Content Section */
.teer-rates-seo {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
}

.teer-rates-seo h2 {
    color: #0056b3;
    margin-top: 0;
    font-size: 1.6rem;
}

.teer-rates-seo h3 {
    font-size: 1.2rem;
    color: #333;
    margin-top: 1.5rem;
}/* End custom CSS */