.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#27272C;--e-global-color-eddb30a:#FFFFFF;--e-global-color-d09a46d:#91160E;--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;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Perbaiki layout grid untuk Events */
.elementor .elementor-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 20px; /* jarak antar card */
}

.elementor .elementor-column {
    display: block !important;
    flex: 1 1 300px; /* lebar fleksibel */
    max-width: 320px; /* batas maksimal card */
}

/* Responsif: 1 kolom di HP, 2 kolom di tablet, 3 kolom di desktop */
@media (max-width: 767px) {
    .elementor .elementor-column {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .elementor .elementor-column {
        flex: 1 1 45% !important;
        max-width: 45% !important;
    }
}

@media (min-width: 1025px) {
    .elementor .elementor-column {
        flex: 1 1 30% !important;
        max-width: 30% !important;
    }
}

/* Pastikan background section tampil penuh */
.elementor-section {
    background-size: cover !important;
    background-position: center !important;
}/* End custom CSS */