.elementor-1123 .elementor-element.elementor-element-be82fc7{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 15px;}.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-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-1123 .elementor-element.elementor-element-053f3a3 > .elementor-widget-container{margin:6px 0px 0px 0px;}.elementor-1123 .elementor-element.elementor-element-053f3a3 .elementor-icon-wrapper{text-align:center;}.elementor-1123 .elementor-element.elementor-element-053f3a3 .elementor-icon{font-size:26px;}.elementor-1123 .elementor-element.elementor-element-053f3a3 .elementor-icon svg{height:26px;}.elementor-1123 .elementor-element.elementor-element-7e97c6c{--spacer-size:50px;}.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-1123 .elementor-element.elementor-element-fa5e8e9 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:34px;font-weight:300;color:#004D32;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-1123 .elementor-element.elementor-element-5be35aa .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(15px/2);}.elementor-1123 .elementor-element.elementor-element-5be35aa .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(15px/2);}.elementor-1123 .elementor-element.elementor-element-5be35aa .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(15px/2);}.elementor-1123 .elementor-element.elementor-element-5be35aa .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-15px/2);}.elementor-1123 .elementor-element.elementor-element-5be35aa .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-15px/2);}.elementor-1123 .elementor-element.elementor-element-5be35aa .elementor-icon-list-item:not(:last-child):after{content:"";border-color:#ddd;}.elementor-1123 .elementor-element.elementor-element-5be35aa .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-block-start-style:solid;border-block-start-width:1px;}.elementor-1123 .elementor-element.elementor-element-5be35aa .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-style:solid;}.elementor-1123 .elementor-element.elementor-element-5be35aa .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-width:1px;}.elementor-1123 .elementor-element.elementor-element-5be35aa .elementor-icon-list-icon i{color:#13A259;transition:color 0.3s;}.elementor-1123 .elementor-element.elementor-element-5be35aa .elementor-icon-list-icon svg{fill:#13A259;transition:fill 0.3s;}.elementor-1123 .elementor-element.elementor-element-5be35aa{--e-icon-list-icon-size:21px;--icon-vertical-offset:0px;}.elementor-1123 .elementor-element.elementor-element-5be35aa .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1123 .elementor-element.elementor-element-5be35aa .elementor-icon-list-item > a{font-family:"Roboto", Sans-serif;font-weight:700;}.elementor-1123 .elementor-element.elementor-element-5be35aa .elementor-icon-list-text{transition:color 0.3s;}/* Start custom CSS *//* --- SECTION KONTEN UTAMA --- */
.custom-content-section {
    transition: margin-right 0.3s ease-in-out;
}

/* --- SIDEBAR (Awalnya tersembunyi di kanan) --- */
.custom-sidebar-section {
    width: 300px;
    height: 100vh;
    position: fixed;
    right: -300px; /* Sidebar mulai dari luar layar */
    top: 0;
    background: #f4f4f4;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 999;
    padding: 20px;
}

/* --- SIDEBAR AKTIF (Muncul) --- */
.custom-sidebar-section.active {
    right: 0;
}

/* --- KONTEN BERGESER SAAT SIDEBAR AKTIF --- */
.custom-sidebar-section.active ~ .custom-content-section {
    margin-right: 300px; /* Konten bergeser ke kiri */
}

/* --- TOMBOL TOGGLE (BUTTON KECIL DI KANAN) --- */
.sidebar-toggle {
    position: fixed;
    right: 0;
    top: 80%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.9);
    color: #fff;
    padding: 10px;
    cursor: pointer;
    z-index: 1000;
    border-radius: 5px 0 0 5px;
    transition: all 0.3s ease-in-out;
    
    /* ✅ Ukuran diperbaiki agar tombol kecil */
    width: 40px !important; /* Lebar tombol */
    height: 40px; /* Tinggi tombol */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* --- TOMBOL TOGGLE BERGESER SAAT SIDEBAR AKTIF --- */
.custom-sidebar-section.active + .sidebar-toggle {
    right: 300px;
}/* End custom CSS */