.elementor-5945 .elementor-element.elementor-element-5387720b{--display:flex;--min-height:400px;--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;--justify-content:center;--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-5945 .elementor-element.elementor-element-5387720b:not(.elementor-motion-effects-element-type-background), .elementor-5945 .elementor-element.elementor-element-5387720b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );background-image:url("https://utahsurfsoccer.com/staging/7109/wp-content/uploads/2020/11/newsletter-footer.jpg");background-position:center center;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5945 .elementor-element.elementor-element-7ccae073{text-align:center;}.elementor-5945 .elementor-element.elementor-element-7ccae073 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:600;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5945 .elementor-element.elementor-element-2b7bfc9{text-align:center;color:#E9E9E9;}.elementor-5945 .elementor-element.elementor-element-a5bb269{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-5945 .elementor-element.elementor-element-c7868f3{--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-5945 .elementor-element.elementor-element-7c4e4ac{--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-5945 .elementor-element.elementor-element-9fede63{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-5945 .elementor-element.elementor-element-c7868f3{--width:50%;}.elementor-5945 .elementor-element.elementor-element-7c4e4ac{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-4618f9e3 */.custom-cta-section {
    background-color: #1C58AD;
    padding: 60px 20px;
    text-align: center;
    border-radius: 8px; /* Optional: remove if you want full-width */
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-heading {
    font-size: clamp(24px, 5vw, 36px);
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.cta-subtext {
    font-size: 18px;
    margin-bottom: 35px;
    opacity: 0.9;
}

.cta-button-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap; /* Critical for responsiveness */
}

.cta-btn {
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    min-width: 180px;
    display: inline-block;
}

/* Primary Button - White */
.btn-primary {
    background-color: #ffffff;
    color: #1C58AD;
    border: 2px solid #ffffff;
}

.btn-primary:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

/* Secondary Button - Light Blue/Glass */
.btn-secondary {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 2px solid transparent;
}

.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Outline Button */
.btn-outline {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-outline:hover {
    background-color: #ffffff;
    color: #1C58AD;
    transform: translateY(-2px);
}

/* Responsive Adjustments */
@media (max-width: 600px) {
    .cta-button-group {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 300px;
    }
}/* End custom CSS */