.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-efb893e:#FDED1F;--e-global-color-3e7ed08:#232427;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-9 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-9 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-9 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-9 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-9 h6{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

.your-heading-class {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.custom-heading {
    display: inline-block;
    text-align: right; /* Aligns text to the right */
    max-width: 400px; /* Adjust the width to align Florida with Accidentes */
    margin: 0 auto; /* Center container */
    line-height: 1.3em; /* Adjust line height for proper spacing */
    word-wrap: break-word; /* Ensures text wraps correctly */
}


.elButton {
    background-color: rgb(252, 235, 39); /* Solid background */
    color: rgb(0, 0, 0); /* Black text */
    font-weight: 600; /* Slightly bold text */
    font-size: 23px;
    padding: 15px 25px;
    border-radius: 5px; /* Rounded corners */
    text-align: center;
    text-decoration: none; /* No underline */
    display: inline-block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
            0 6px 20px rgba(0, 0, 0, 0.19) !important;
    transition: all 0.1s ease; /* Smooth hover effect */
}

.elButton:hover {
    background-color: rgba(220, 180, 40, 0.9); /* Slightly darker yellow on hover */
    color: white; /* Text color changes to white */
    box-shadow: none; /* Removes the shadow on hover */
}

/* Main Text (Upper) */
.elButtonMain {
    font-family: 'Poppins-Extrabold', sans-serif !important; /* Custom font */
    font-weight: bold;
    font-size: 20px; /* Adjusted to match button size */
    color: black;
    display: block; /* Keeps main text on its own line */
}

/* Subtext (Lower) */
.elButtonSub {
    font-size: 16px; /* Smaller font for subtext */
    font-weight: normal;
    color: black;
}

/* Tablet Styles (1024px and below) */
@media (max-width: 1024px) {
    .elButton {
        font-size: 18px;
        padding: 10px 15px; /* Reduced padding */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15); /* Lighter shadow */
    }
    .elButtonMain {
        font-size: 18px;
    }
    .elButtonSub {
        font-size: 14px;
    }
}

/* Mobile Styles (767px and below) */
@media (max-width: 767px) {
    .elButton {
        font-size: 16px;
        padding: 4px 40px; /* Compact padding for smaller screens */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    }
    .elButtonMain {
        font-size: 16px;
    }
    .elButtonSub {
        font-size: 12px;
    }
    
    
    
}/* End custom CSS */