.elementor-kit-6{--e-global-color-primary:#216093;--e-global-color-secondary:#BBD406;--e-global-color-text:#2A2A29;--e-global-color-accent:#000000;--e-global-color-9dbe702:#A9B6BC4D;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:3em;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.15em;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:2em;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:0em;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:1.2em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:1.3em;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.5em;background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF 100%, #FFFFFF00 100%);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Roboto", Poppins;font-size:1em;border-style:none;border-radius:50px 50px 50px 50px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{border-style:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-kit-6{--e-global-typography-primary-font-size:3em;--e-global-typography-secondary-font-size:2.5em;--e-global-typography-text-font-size:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Default Fullwidth Section (100vh) */
.fullwidth-section {
    width: 100%;
    max-width: 1320px; /* Keeps content wide but controlled */
    min-height: 100vh;
    padding: 4rem 17%; /* Ensures consistent top/bottom padding */
    margin: 0 auto; /* Centers content */
}

/* Default Slim Section (50vh) */
.slim-section {
    width: 100%;
    max-width: 1320px;
    min-height: 50vh;
    padding: 4rem 17%; /* Matches fullwidth-section padding */
    margin: 0 auto;
}

/* Increase left/right padding for large screens */
@media (min-width: 1600px) {
    .fullwidth-section,
    .slim-section {
        padding: 4rem 6rem;
    }
}

/* Tablet Landscape (1024px) */
@media (max-width: 1024px) {
    .fullwidth-section,
    .slim-section {
        padding: 3rem 3rem; /* Keeps padding proportional */
    }
}

/* Tablet Portrait (768px) */
@media (max-width: 768px) {
    .fullwidth-section,
    .slim-section {
        padding: 2.5rem 2rem; /* Slightly reduced for balance */
    }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
    .fullwidth-section,
    .slim-section {
        padding: 2rem; /* Keeps it simple for smaller screens */
    }
}/* End custom CSS */