.elementor-1913 .elementor-element.elementor-element-256c622{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1913 .elementor-element.elementor-element-5dfdc51{--spacer-size:130px;}:root{--page-title-display:none;}/* Start custom CSS *//* USA Turf Rebates Page Styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Hero Section */
.usat-hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), 
                url('https://images.pexels.com/photos/1105766/pexels-photo-1105766.jpeg?auto=compress&cs=tinysrgb&w=1920&h=1080&fit=crop') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

.usat-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(44, 85, 48, 0.8), rgba(74, 222, 128, 0.6));
    z-index: 1;
}

.usat-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
    animation: fadeInUp 1s ease-out;
}

.usat-hero-logo {
    margin-bottom: 30px;
}

.usat-hero-logo img {
    max-height: 100px;
    width: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.usat-hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.usat-hero-subtitle {
    font-size: 1.8rem;
    margin-bottom: 40px;
    opacity: 0.95;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.usat-hero-cta {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.usat-hero-cta-text {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #4ade80;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.usat-hero-description {
    font-size: 1.4rem;
    margin: 0;
    opacity: 0.9;
    line-height: 1.6;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.usat-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Remove old header styles and update navigation */
.usat-nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 40px 0 20px 0;
    padding: 0;
}

.usat-nav-menu a {
    text-decoration: none;
    color: #2c5530;
    font-weight: 600;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.usat-nav-menu a:hover {
    color: #4ade80;
}

.usat-cta-button {
    background: linear-gradient(135deg, #4ade80, #22c55e);
    color: white;
    padding: 14px 28px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    margin: 30px 0 15px 0;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(74, 222, 128, 0.3);
}

.usat-cta-button:hover {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 222, 128, 0.4);
}

/* Main Content */
.usat-main {
    margin-bottom: 60px;
}

.usat-rebates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

/* Rebate Card Styles */
.usat-rebate-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
}

.usat-rebate-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.usat-card-header {
    margin-bottom: 20px;
    text-align: center;
}
    max-width: 200px;
.usat-card-title {
    font-size: 1.8rem;
    color: #2c5530;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.3;
}

/* City Logo Styles */
.usat-logo-mesa,
.usat-logo-scottsdale,
.usat-logo-circular,
.usat-logo-tempe,
.usat-logo-glendale,
.usat-logo-surprise,
.usat-logo-buckeye,
.usat-logo-avondale {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
}

.usat-city-logo {
    max-height: 60px;
    max-width: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Card Content */
.usat-card-content {
    text-align: left;
}

.usat-card-description {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
}

.usat-card-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* Button Styles */
.usat-btn {
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex: 1;
    min-width: 140px;
    text-align: center;
}

.usat-btn-primary:hover {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 222, 128, 0.4);
}

.usat-btn-secondary {
    background: #f8f9fa;
    color: #2c5530;
    border: 2px solid #e0e0e0;
}

.usat-btn-secondary:hover {
    background: #e9ecef;
    border-color: #4ade80;
    transform: translateY(-1px);
}

/* Footer Styles */
.usat-footer {
    background: linear-gradient(135deg, #1e3a8a, #2c5530);
    color: white;
    padding: 50px 0;
    margin-top: 60px;
}

.usat-footer-content {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px;
    align-items: center;
}

.usat-footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.usat-footer-logo-img {
    max-height: 100px;
    width: auto;
}

.usat-footer-title {
    font-size: 2.8rem;
    font-weight: bold;
    margin: 0;
    color: #4ade80;
}

.usat-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
}

.usat-contact-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e0e0e0;
    text-decoration: none;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.usat-contact-link:hover {
    color: #4ade80;
}

.usat-contact-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.usat-footer-cta {
    display: inline-block;
    background: linear-gradient(135deg, #4ade80, #22c55e);
    color: white;
    padding: 14px 28px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.usat-footer-cta:hover {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    transform: translateY(-2px);
}

.usat-footer-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .usat-hero {
        height: 80vh;
        min-height: 500px;
    }
    
    .usat-hero-title {
        font-size: 3.2rem;
    }
    
    .usat-hero-subtitle {
        font-size: 1.5rem;
    }
    
    .usat-hero-cta {
        padding: 25px 20px;
    }
    
    .usat-hero-cta-text {
        font-size: 2.5rem;
    }
    
    .usat-hero-description {
        font-size: 1.2rem;
    }
    
    .usat-rebates-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .usat-rebate-card {
        padding: 20px;
    }
    
    .usat-card-buttons {
        flex-direction: column;
    }
    
    .usat-btn {
        min-width: auto;
    }
    
    .usat-footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .usat-logo-text {
        max-width: 150px;
    }
    
    .usat-footer-contact {
        align-items: center;
    }
}

@media (min-width: 769px) {
    .usat-hero-content {
        padding: 0 40px;
    }
    
    .usat-hero-logo img {
        max-height: 120px;
    }
}

@media (min-width: 769px) {
    .usat-container {
        padding: 0 15px;
    }
    
    .usat-rebate-card {
        padding: 15px;
    }
    
    .usat-card-title {
        font-size: 1.5rem;
    }
    
    .usat-card-description {
        font-size: 1.1rem;
    }
    
    .usat-btn {
        padding: 12px 24px;
        font-size: 1rem;
    }
}

/* Accessibility */
.usat-btn:focus {
    outline: 3px solid #4ade80;
    outline-offset: 2px;
}

.usat-rebate-card:focus-within {
    outline: 2px solid #4ade80;
    outline-offset: 4px;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Print styles */
@media print {
    .usat-rebate-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ccc;
    }
    
    .usat-btn {
        display: none;
    }
}/* End custom CSS */