/* ===== CUSTOM GLOBAL STYLES ===== */

/* CTA Section Enhanced Design */
.cta1-section-area {
    background: linear-gradient(135deg, #15803d 0%, #16a34a 50%, #22c55e 100%) !important;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.cta1-section-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.cta1-section-area .container {
    position: relative;
    z-index: 1;
}

.cta1-section-area .heading1 h2 {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.cta1-section-area .heading1 p {
    color: #ffffff !important;
    opacity: 0.95;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.cta1-section-area .btn-area1 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 991px) {
    .cta1-section-area {
        padding: 60px 0;
    }
    
    .cta1-section-area .heading1 h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .cta1-section-area .heading1 p {
        font-size: 16px;
    }
    
    .cta1-section-area .btn-area1 {
        justify-content: center;
        margin-top: 25px;
    }
}

@media (max-width: 575px) {
    .cta1-section-area .heading1 h2 {
        font-size: 24px;
    }
    
    .cta1-section-area .btn-area1 {
        flex-direction: column;
        width: 100%;
    }
    
    .cta1-section-area .btn-area1 a {
        width: 100%;
        text-align: center;
    }
}
