.elementor-kit-6{--e-global-color-primary:#333333;--e-global-color-secondary:#333946;--e-global-color-text:#333333;--e-global-color-accent:#25A3D9;--e-global-color-2fc4d6b:#FFFFFF;--e-global-color-b0d55d1:#F2F3F3;--e-global-color-b5baa25:#F8FDFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-0201ac5-font-family:"Courgette";}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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 */.elementor-view-stacked .elementor-icon {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 4px solid currentColor; /* Uses the icon's color for the border */
}

.subh {
  position: relative;
  padding-left: 25px; /* Tambah jarak antara teks dan garis */
}

.subh::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* Panjang garis */
  height: 2px;
  background-color: #7BA388
}

html, body {
    overflow-x: hidden;
}

/* Menyembunyikan .menuresponsive di desktop (lebih dari 1024px) */
@media (min-width: 1025px) {
  .menuresponsive {
    display: none !important;
  }
}

/* Menyembunyikan .menu di mobile dan tablet (≤ 1024px) */
@media (max-width: 1024px) {
  .menu {
    display: none !important;
  }
}

/* Slide In From The Top Option */

.header-2 {
 transform: translatey(-160px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
}


.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
 display: none!important;
}

/* End Of Slide In From The Top Option */

.e-con.elementor-sticky--active {
    z-index: var(--z-index,99);
    width: 100% !important;
}


.elementor-nav-menu--dropdown a:hover,
.elementor-nav-menu--dropdown a:focus,
.elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-nav-menu--dropdown a.highlighted {
    background-color: var(--e-global-color-accent);
    border-radius: 5px;
}/* End custom CSS */