﻿

/* HERO SECTION */
.hero-section {
    background: linear-gradient(to right, #185a9d, #43cea2);
    padding: 80px 20px; /* adjusts automatically */
    text-align: center;
}

.hero-content {
    max-width: 700px; /* limit width */
    margin: 0 auto; /* center it */
    text-align: center; /* center text */
    padding: 0 20px; /* breathing room on mobile */
}


.hero-subtext {
    font-size: 1.1rem;
    margin-top: -10px;
    opacity: 0.9;
}


/* CTA SECTION BACKGROUND */
.cta-section {
    background: linear-gradient(to right, #185a9d, #43cea2);
    padding: 80px 20px; /* adjusts automatically */
    text-align: center;
}



.cta-content {
    max-width: 700px; /* limit width */
    margin: 0 auto; /* center it */
    text-align: center; /* center text */
    padding: 0 20px; /* breathing room on mobile */
}

/* CTA BUTTON */
.hero-cta-btn {
    border-radius: 50px;
    font-size: 1.2rem;
}

/* HOW IT WORKS CARDS */
.how-card {
    border-radius: 20px;
}

/* WHY SECTION BACKGROUND */
.why-section {
    background: #f7f9fc;
}

/* WHY CARDS */
.why-card {
    border-radius: 20px;
}