.elementor-kit-11{--e-global-color-primary:#080847;--e-global-color-secondary:#FFFBEE;--e-global-color-text:#2A2A2A;--e-global-color-accent:#FE5701;--e-global-typography-primary-font-family:"gravita-geo-variable";--e-global-typography-primary-font-size:2.8rem;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"gravita-geo-variable";--e-global-typography-secondary-font-size:1.2rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"abacaxi-latin-variable";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"abacaxi-latin-variable";--e-global-typography-accent-font-weight:500;--e-global-typography-75cc3e7-font-family:"gravita-geo-variable";--e-global-typography-75cc3e7-font-size:2.8rem;--e-global-typography-75cc3e7-font-weight:400;--e-global-typography-75cc3e7-line-height:1em;--e-global-typography-abbdb8a-font-family:"abacaxi-latin-variable";--e-global-typography-abbdb8a-font-size:1.2rem;--e-global-typography-abbdb8a-font-weight:400;--e-global-typography-abbdb8a-line-height:1.6em;--e-global-typography-d0706e1-font-family:"gravita-geo-variable";--e-global-typography-d0706e1-font-size:1.8rem;--e-global-typography-d0706e1-font-weight:400;--e-global-typography-d0706e1-line-height:1em;--e-global-typography-b880918-font-family:"abacaxi-latin-variable";--e-global-typography-b880918-font-size:1rem;--e-global-typography-b880918-font-weight:300;--e-global-typography-b880918-line-height:1em;--e-global-typography-912817f-font-family:"gravita-geo-variable";--e-global-typography-912817f-font-size:1.6rem;--e-global-typography-912817f-font-weight:500;--e-global-typography-912817f-line-height:1.2em;--e-global-typography-c095f8f-font-family:"gravita-geo-variable";--e-global-typography-c095f8f-font-size:1.2rem;--e-global-typography-c095f8f-font-weight:400;--e-global-typography-c095f8f-line-height:1em;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-kit-11{--e-global-typography-75cc3e7-font-size:2rem;--e-global-typography-75cc3e7-line-height:1em;--e-global-typography-abbdb8a-font-size:1rem;--e-global-typography-abbdb8a-line-height:1.4em;--e-global-typography-d0706e1-font-size:1rem;--e-global-typography-d0706e1-line-height:1.2em;--e-global-typography-b880918-font-size:0.9rem;--e-global-typography-b880918-line-height:1em;--e-global-typography-912817f-font-size:1.2rem;--e-global-typography-912817f-line-height:1.2em;--e-global-typography-c095f8f-font-size:0.9rem;--e-global-typography-c095f8f-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Global styles for Image Box widgets on mobile devices */
@media (max-width: 767px) {
    /* Force horizontal layout and perfect vertical centering */
    .custom-image-box .elementor-image-box-wrapper {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important; /* Vertical alignment of image vs content */
        justify-content: center !important;
    }

    /* Adjust image size and remove default mobile bottom margin */
    .custom-image-box .elementor-image-box-img {
        width: 15% !important; 
        margin-bottom: 0 !important;
        margin-right: 15px !important;
    }

    /* Ensure content container is also flex-centered */
    .custom-image-box .elementor-image-box-content {
        width: 85% !important;
        text-align: left !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    /* Remove default top margin from Title to prevent "pushing down" */
    .custom-image-box .elementor-image-box-title {
        margin-top: 0 !important;
        margin-bottom: 2px !important; /* Minimal gap between title and text */
        line-height: 1.2 !important;
    }

    /* Remove default bottom margin from Description */
    .custom-image-box .elementor-image-box-description {
        margin-bottom: 0 !important;
        line-height: 1.2 !important;
    }
}/* End custom CSS */