.elementor-112 .elementor-element.elementor-element-f75e23f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-slides .elementor-slide-heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-slides .elementor-slide-description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .elementor-slide-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-112 .elementor-element.elementor-element-7092223 .elementor-repeater-item-6a197c0 .swiper-slide-bg{background-color:#833ca3;background-image:url(https://sselectrindo.sali.co.id/wp-content/uploads/2026/05/about-pt-sahabat-surya-electrindo.webp);background-size:cover;}.elementor-112 .elementor-element.elementor-element-7092223 .elementor-repeater-item-2c7719e .swiper-slide-bg{background-color:#833ca3;background-image:url(https://sselectrindo.sali.co.id/wp-content/uploads/2026/05/about-pt-sahabat-surya-electrindo.webp);background-size:cover;}.elementor-112 .elementor-element.elementor-element-7092223 .swiper-slide{transition-duration:calc(5000ms*1.2);height:450px;}.elementor-112 .elementor-element.elementor-element-7092223 .swiper-slide-contents{max-width:66%;}.elementor-112 .elementor-element.elementor-element-7092223 .swiper-slide-inner{text-align:center;}.elementor-112 .elementor-element.elementor-element-bbc3d53{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-112 .elementor-element.elementor-element-bbc3d53:not(.elementor-motion-effects-element-type-background), .elementor-112 .elementor-element.elementor-element-bbc3d53 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F4F4;}.elementor-112 .elementor-element.elementor-element-c61949a{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right: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-112 .elementor-element.elementor-element-3571f3c .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:18px;font-weight:400;letter-spacing:2px;color:#006738;}.elementor-112 .elementor-element.elementor-element-95c99a2 .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:50px;font-weight:400;text-transform:uppercase;color:#A0CE4E;}.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-112 .elementor-element.elementor-element-efc05e6{text-align:justify;font-family:"Oswald", Sans-serif;font-size:16px;font-weight:400;letter-spacing:2.1px;color:#848484;}.elementor-112 .elementor-element.elementor-element-23c1724{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fcddbd7 */.custom-timeline-container {
    position: relative;
    padding: 20px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    letter-spacing: 0.64px;
    font-weight: 400;
    color: #818181;
    line-height: 32px;
}

.singleFeature {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-left: 90px;
    margin-bottom: 40px; 
    min-height: 60px;
}

.singleFeature .f_count {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    background: #a0ce4e; 
    width: 64px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Oswald, Times New Roman;
    font-weight: bold;
    font-size: 14px;
    z-index: 2;
}

.singleFeature .f_content {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.singleFeature .f_content p {
    margin: 0 0 5px 0; /* Mengatur jarak antar baris poin */
}

.singleFeature .f_content p:last-child {
    margin-bottom: 0;
}

.singleFeature::after {
    content: '';
    position: absolute;
    left: 32px; 
    top: 54px;  
    width: 2px;
    height: calc(100% + 40px - 54px); 
    background: #006738;
    z-index: 1;
}

.singleFeature:last-child::after {
    display: none;
}

@media (max-width: 767px) {
    .singleFeature {
        padding-left: 75px;
        margin-bottom: 30px;
    }
    .singleFeature .f_count {
        width: 55px;
        height: 45px;
        font-size: 12px;
    }
    .singleFeature::after {
        left: 27px;
        top: 45px;
        height: calc(100% + 30px - 45px);
    }
    .singleFeature .f_content {
        font-size: 14px;
    }
}/* End custom CSS */