.ta-footer-cta-ed30a0c6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    gap: 2rem;
    padding: 60px 20px; /* Added horizontal padding */
    font-family: 'Poppins', sans-serif;
    position: relative; /* Ensure z-index works */
    z-index: 10; /* Make sure it sits above backgrounds */
}
.ta-footer-cta-ed30a0c6-left {
    max-width: 500px;
}
.ta-footer-cta-ed30a0c6-subtitle {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.ta-footer-cta-ed30a0c6-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.1;
    color: #fff;
}
.ta-footer-cta-ed30a0c6-desc {
    font-size: 1.1rem;
    opacity: 0.85;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}
.ta-footer-cta-ed30a0c6-btn {
    background-color: #467FF7;
    color: #fff;
    padding: 14px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    transition: opacity 0.3s ease;
}
.ta-footer-cta-ed30a0c6-btn:hover {
    opacity: 0.9;
    color: #fff;
}
.ta-footer-cta-ed30a0c6-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.5rem;
}
.ta-footer-cta-ed30a0c6-email {
    font-size: 1.8rem;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.ta-footer-cta-ed30a0c6-email:hover {
    opacity: 0.8;
    color: #fff;
}
.ta-footer-cta-ed30a0c6-socials {
    display: flex;
    gap: 1rem;
}
.ta-footer-cta-ed30a0c6-social {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}
.ta-footer-cta-ed30a0c6-social:hover {
    transform: translateY(-3px);
}
.ta-footer-cta-ed30a0c6-social svg {
    width: 1.2em;
    height: 1.2em;
    fill: currentColor;
}
@media (max-width: 768px) {
    .ta-footer-cta-ed30a0c6 {
        flex-direction: column;
        align-items: flex-start;
    }
    .ta-footer-cta-ed30a0c6-right {
        align-items: flex-start;
        text-align: left;
    }
    .ta-footer-cta-ed30a0c6-title {
        font-size: 2.5rem;
    }
}
