.elementor-2539 .elementor-element.elementor-element-9c18982 > .elementor-element-populated{margin:47px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2539 .elementor-element.elementor-element-e75b397{text-align:center;}.elementor-2539 .elementor-element.elementor-element-e75b397 .elementor-heading-title{font-family:"Saira Stencil One", Sans-serif;font-size:45px;font-weight:600;color:#183B56;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2539 .elementor-element.elementor-element-db7c074{text-align:center;font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;color:#6E7498;}.elementor-2539 .elementor-element.elementor-element-d935bb0 > .elementor-element-populated{margin:45px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-2539 .elementor-element.elementor-element-22d41ce{margin-top:-80px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-2539 .elementor-element.elementor-element-d779465{font-family:"Tahoma", Sans-serif;font-size:16px;font-weight:400;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}@media(max-width:767px){.elementor-2539 .elementor-element.elementor-element-e75b397 .elementor-heading-title{font-size:36px;}.elementor-2539 .elementor-element.elementor-element-db7c074{font-size:16px;}.elementor-2539 .elementor-element.elementor-element-d935bb0 > .elementor-element-populated{margin:45px 20px 0px 0px;--e-column-margin-right:20px;--e-column-margin-left:0px;}.elementor-2539 .elementor-element.elementor-element-22d41ce{margin-top:-150px;margin-bottom:0px;}.elementor-2539 .elementor-element.elementor-element-d779465 > .elementor-widget-container{margin:-29px 0px 0px 0px;}.elementor-2539 .elementor-element.elementor-element-d779465{font-size:13px;}}/* Start custom CSS for html, class: .elementor-element-8027df1 *//* --- Kontainer Utama Gambar (4 Gambar) --- */
.stack-4-container {
    position: relative; 
    /* Lebar kontainer utama diperbesar agar gambar lebih besar bisa masuk */
    width: 800px; /* Diperbesar dari 600px */
    /* Tinggi kontainer utama diperbesar */
    height: 450px; /* Diperbesar dari 350px */
    margin: 0 auto 80px auto; /* Pusatkan kontainer */
    overflow: hidden;
}

.stacked-image {
    position: absolute;
    border-radius: 8px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); 
    object-fit: cover; 
    transition: transform 0.3s ease, z-index 0.1s ease;
    border: 5px solid #fff; 
}

/* Penempatan dan ukuran spesifik untuk 4 gambar (Diperbesar) */
.img-1 {
    width: 250px; /* Diperbesar */
    height: 320px; /* Diperbesar */
    top: 50px; left: 0px; 
    z-index: 1; 
    transform: rotate(10deg); 
}

.img-2 {
    width: 230px; /* Diperbesar */
    height: 300px; /* Diperbesar */
    top: 0px; left: 240px; /* Posisi disesuaikan dengan ukuran baru */
    z-index: 4;
    transform: rotate(-5deg);
}

.img-3 {
    width: 240px; /* Diperbesar */
    height: 310px; /* Diperbesar */
    top: 70px; left: 450px; /* Posisi disesuaikan dengan ukuran baru */
    z-index: 3;
    transform: rotate(5deg);
}

.img-4 {
    width: 220px; /* Diperbesar */
    height: 290px; /* Diperbesar */
    top: 20px; left: 580px; /* Posisi disesuaikan dengan ukuran baru */
    z-index: 2;
    transform: rotate(-10deg);
}


/* Efek hover */
.stacked-image:hover {
    transform: scale(1.05) rotate(0deg); 
    z-index: 10; 
}


/* --- Konten Teks dan Tombol --- */
.content-section {
    text-align: center;
    margin-top: 20px;
    padding: 0 20px;
}

.main-title {
    font-size: 2.5em;
    font-weight: 600;
    color: #34495e; 
    margin-bottom: 40px;
    line-height: 1.2;
}

.button-group {
    display: flex;
    flex-direction: column; 
    gap: 15px; 
    margin-bottom: 30px;
}

.style-button {
    background-color: #fff;
    border: 2px solid #34495e; 
    color: #34495e;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: 600;
    border-radius: 30px; 
    cursor: pointer;
    transition: all 0.3s ease;
    width: 250px; 
    text-decoration: none; 
    display: block; 
    margin: 0 auto; 
}

.style-button:hover {
    background-color: #34495e;
    color: #fff;
}

.sign-in-text {
    font-size: 0.9em;
    color: #7f8c8d;
}

.sign-in-text a {
    color: #34495e; 
    text-decoration: none;
    font-weight: 600;
}

.sign-in-text a:hover {
    text-decoration: underline;
}

/* Adaptasi untuk tampilan mobile (responsive) */
@media (max-width: 850px) { /* Batas responsif disesuaikan */
    .stack-4-container {
        width: 100%; 
        height: 300px; /* Tinggi di mobile disesuaikan */
    }
    .stacked-image {
        width: 120px !important; /* Ukuran gambar di mobile */
        height: 160px !important;
        transform: none !important; 
        border: 3px solid #fff;
    }
    
    /* Atur ulang posisi di mobile agar tidak bertabrakan */
    .img-1 { top: 30px; left: 5%; }
    .img-2 { top: 10px; left: 30%; }
    .img-3 { top: 60px; left: 55%; }
    .img-4 { top: 0px; left: 75%; }
    
    .main-title {
        font-size: 1.8em;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b701407 */.main-content-box {
    position: relative; 
    background-color: #f9f9f9; 
    border-radius: 12px;
    padding: 30px; 
    margin: 40px auto; 
    max-width: 850px; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); 
    border: 1px solid #eee; 
    min-height: 150px; 
    
    /* Mengatur tata letak vertikal untuk semua elemen di dalamnya */
    display: flex; 
    flex-direction: column; 
    align-items: center; /* Pusatkan konten horizontal */
}


.sticker-gratis-corner {
    position: absolute;
    top: -15px; 
    right: -15px; 
    z-index: 10; 
    transform: rotate(15deg); 
    font-family: 'Arial Black', Gadget, sans-serif;
}

.text-gratis {
    display: inline-block;
    padding: 8px 20px;
    background-color: #C0392B; 
    color: white;
    font-size: 1.4em; 
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
}

/* ========================================
3. STYLE DETAIL HORIZONTAL
======================================== */
.event-details-horizontal {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between; 
    gap: 15px; 
    padding: 15px; 
    border: 1px solid #ddd; 
    border-radius: 8px;
    background-color: #ffffff; 
    font-family: Arial, sans-serif;
    width: 100%; /* Lebar penuh di dalam main-content-box */
    max-width: 700px; 
    margin-bottom: 20px; /* Jarak ke CP di bawahnya */
}

.detail-item-horizontal {
    flex-grow: 1; 
    flex-basis: 0; 
    min-width: 120px; 
    padding: 10px 0;
    text-align: center;
    border-right: 1px solid #eee; 
    color: #333; 
}

.detail-item-horizontal:last-child {
    border-right: none;
}

.detail-icon {
    font-size: 1.4em;
    display: block;
    margin-bottom: 5px;
    color: #3498DB; 
}

.detail-label {
    font-size: 0.75em;
    color: #888; 
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.detail-value {
    font-size: 1em;
    color: #333;
    margin: 3px 0 0 0;
    font-weight: 700;
}

.highlight-capacity {
    color: #E74C3C; 
    font-weight: 800;
}

/* ========================================
4. STYLE CONTACT PERSON (CP) - DIJADIKAN SATU
======================================== */
.contact-person {
    text-align: center;
    padding: 15px 20px;
    border-radius: 8px;
    background-color: #ffffff; /* Latar belakang putih */
    border: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    
    /* PERBAIKAN INTEGRASI: Agar terlihat menyatu */
    width: 100%; /* Mengambil lebar penuh di bawah detail horizontal */
    max-width: 300px; /* Ramping di layar besar */
}

.contact-person .detail-icon {
    color: #4CAF50; 
}

.contact-person .detail-label {
    margin-bottom: 3px;
}

.contact-person .detail-value {
    font-size: 1.1em;
    font-weight: 700;
    color: #3498DB; 
}

/* ========================================
5. RESPONSIVE
======================================== */
@media (max-width: 768px) {
    .main-content-box {
        padding: 20px;
        margin: 30px auto;
    }
    .sticker-gratis-corner {
        top: -10px;
        right: -10px;
        transform: rotate(10deg);
    }
    .text-gratis {
        font-size: 1.2em;
        padding: 6px 15px;
    }
}

@media (max-width: 500px) {
    .main-content-box {
        padding: 15px;
        min-height: auto;
    }
    .sticker-gratis-corner {
        top: -5px;
        right: -5px;
        transform: rotate(8deg);
    }
    .text-gratis {
        font-size: 1em;
        padding: 5px 12px;
    }
    
    .event-details-horizontal {
        flex-direction: column; 
        gap: 10px;
        padding: 10px;
    }
    .detail-item-horizontal {
        border-right: none; 
        border-bottom: 1px solid #eee; 
        padding: 8px;
    }
    .detail-item-horizontal:last-child {
        border-bottom: none;
    }
    .detail-icon {
        font-size: 1.2em;
    }
    .detail-label {
        font-size: 0.7em;
    }
    .detail-value {
        font-size: 0.9em;
    }
}/* End custom CSS */