.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4e84aa0:#FFFFFF;--e-global-color-e52bb1b:#000000;--e-global-color-34bf58e:#F7F7F7;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:700ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:20px;}.elementor-kit-7 e-page-transition{background-color:#000000;}.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 *//* Round all buttons in all media modes */

.elementor-button, 
.elementor-widget-button a {
    border-radius: 25px !important;
}

/* Round and Shadow Image Boxes */
.custom-shadow-box .elementor-image-box-img img {
    box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
    border-radius: 25px !important;
    overflow: hidden;
}

/* Round and shadow custom images */

#my-image-box img {
    box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
    border-radius: 25px !important;
}

/* Center the button icons */

.elementor-button-icon {
    display: flex;
    align-items: center;  /* Centers the icon vertically */
    justify-content: center; /* Optional: centers horizontally if needed */
}

/* Apply Titillium Web to all body text */

body, p, span, div, li, a {
    font-family: 'Titillium Web', sans-serif !important;
}

/* Ensure all headings are bold (700) */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 700 !important;
}

/* Add underline text */

.underline_light {
    text-decoration: underline; /* Enables the underline effect */
    text-decoration-thickness: 30px; /* Sets the thickness of the underline */
    text-decoration-color: rgba(255, 157, 0, 1); /* Adds a custom color with transparency */
    text-decoration-skip-ink: none; /* Ensures the underline does not skip over descenders (like 'g' or 'y') */
    text-underline-offset: -15px; /* Adjusts the distance between the text and the underline */
}

/* Add underline text */

.underline {
    text-decoration: underline; /* Enables the underline effect */
    text-decoration-thickness: 30px; /* Sets the thickness of the underline */
    text-decoration-color: rgba(218, 233, 255, 0.4); /* Adds a custom color with transparency */
    text-decoration-skip-ink: none; /* Ensures the underline does not skip over descenders (like 'g' or 'y') */
    text-underline-offset: -15px; /* Adjusts the distance between the text and the underline */
}/* End custom CSS */