.elementor-2500 .elementor-element.elementor-element-37aa39eb:not(.elementor-motion-effects-element-type-background), .elementor-2500 .elementor-element.elementor-element-37aa39eb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F3F3;}.elementor-2500 .elementor-element.elementor-element-37aa39eb > .elementor-container{max-width:1440px;}.elementor-2500 .elementor-element.elementor-element-37aa39eb{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:10px 0px 0px 0px;}.elementor-2500 .elementor-element.elementor-element-37aa39eb > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2500 .elementor-element.elementor-element-649794c7 > .elementor-element-populated{padding:0px 0px 0px 0px;}body.elementor-page-2500:not(.elementor-motion-effects-element-type-background), body.elementor-page-2500 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#3B8AFF;}@media(max-width:767px){.elementor-2500 .elementor-element.elementor-element-37aa39eb{padding:50px 15px 50px 15px;}}/* Start custom CSS for html, class: .elementor-element-13f750c6 *//* Global Reset */
/** {*/
/*    box-sizing: border-box;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

html{
      zoom: 0.9 !important; 
        -moz-transform: scale(0.8); 
        -moz-transform-origin: 0 0;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #f7f9fa;
    color: #132444;
    line-height: 1.5;
    text-align: center;
}

/* Typography */
h1 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 35px;
    /* Increased to match visual dominance */
    font-weight: 700;
    line-height: 1.2;
    color: #132444;
    margin-top: 20px;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
}

h2 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #132444;
    margin-top: 15px;
    margin-bottom: 8px;
}

p {
    font-size: 1.1rem;
    color: #333;
}

/* Top Banner */
.top-banner {
    background: linear-gradient(to bottom, #00264d, #001a33);
    color: white;
    padding: 10px 0;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 0 0 8px 8px;
    /* Rounded only at bottom if flush top, or all around? Image looks like a floating bar. */
    /* Let's try fully rounded with a tiny top margin or just rounded bottom if attached to top. 
       User said "not full it show rounded". Usually implies detached.
       I will do all around rounded + margin. */
    border-radius: 20px;
    margin-top: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.top-banner p {
    color: white;
    font-size: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    font-weight: 400;
}

/* Container */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.main-content {
    padding-bottom: 20px;
}


.subtitle {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.6rem;
    /* Distinctive size, clearly secondary */
    line-height: 1.2;
    color: #132444;
    margin-bottom: 15px;
}

.skip-text {
    margin-bottom: 15px;
    font-weight: 500;
}

/* CTA Button */
.cta-button {
    display: inline-block;
    background: linear-gradient(to bottom, #0CC308, #0CC308);
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding: 10px 30px;
    margin-bottom: 20px;
    border-radius: 15px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 0 #3a8233, 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.1s, box-shadow 0.1s;
    margin-bottom: 40px;
}

.cta-button:hover {
    background: linear-gradient(to bottom, #75c468, #55aa4c);
    transform: translateY(1px);
    box-shadow: 0 3px 0 #3a8233, 0 4px 8px rgba(0, 0, 0, 0.2);
}

.cta-button:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 #3a8233, 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Testimonials */
.testimonials {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.testimonial-card {
    background: white;
    border-radius: 10px;
    padding: 15px;
    width: 350px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #e1e4e8;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.star-group {
    color: #f5b700;
    font-size: 1.5rem;
    letter-spacing: 3px;
    line-height: 1;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #132444;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote {
    font-style: italic;
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #132444;
}

.author {
    font-weight: 700;
    color: #132444;
    font-size: 0.95rem;
    margin-top: auto;
}

/* Footer Note */
.footer-note {
    color: #666;
    font-size: 1.4rem;
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .cta-button {
        font-size: 1.2rem;
        padding: 12px 30px;
        width: 100%;
        max-width: 350px;
    }

    .testimonials {
        flex-direction: column;
        align-items: center;
    }

    .testimonial-card {
        width: 100%;
        max-width: 600px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-37aa39eb */.page-id-2295 .elementor-element-4c46d7a.elementor-widget.elementor-widget-heading {
                    display: none;
                }

                .page-id-2295 .elementor-element-417ad3c4 {
                    display: none;
                }/* End custom CSS */