.elementor-kit-8{--e-global-color-primary:#1F2E4E;--e-global-color-secondary:#54595F;--e-global-color-text:#3A3A3A;--e-global-color-accent:#8A6B2D;--e-global-color-d96ca66:#FFFFFF;--e-global-color-83d7d11:#FAFAFA;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:600;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h2{font-size:55px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{border-radius:99px 99px 99px 99px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}{}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-kit-8 h2{font-size:42px;}.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 */.highlight {
    color: #8A6B2D; /* warna biru sebagai highlight */

}
/* Menambahkan icon bola ke setiap h6 di Elementor */
h6::before {
    content: "\f1e3"; /* Unicode Soccer Ball */
    /* Menggunakan beberapa fallback font-family agar aman di semua browser/versi */
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome";
    font-weight: 900; /* Harus 900 untuk ikon Solid */
    margin-right: 10px;
    
    /* Warna mengikuti teks induk secara dinamis */
    color: currentColor; 
    
    display: inline-block;
    vertical-align: middle; /* Biar sejajar rapi dengan teks */
    transition: all 0.3s ease;
}

/* Penanganan khusus saat .boxhover di-hover agar konten jadi putih */
.boxhover:hover h6::before,
.boxhover:hover h6 {
    color: #ffffff !important;
}

/* Tambahan: Pastikan icon tidak miring jika h6 pakai italic */
h6::before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}/* End custom CSS */