.elementor-kit-6{--e-global-color-primary:#82C9F0;--e-global-color-secondary:#333639;--e-global-color-text:#646464;--e-global-color-accent:#F3726D;--e-global-color-1a52d3e:#FFFFFF;--e-global-color-fce32f3:#FFD773;--e-global-color-eefeb7c:#111C34;--e-global-color-38ddd61:#3F9CFC;--e-global-color-2bcbec0:#F2728C;--e-global-color-2564708:#E3DDD2;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#F2728C;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 *//* Font for body text */
body {
  font-family: "Reader", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* Font for title (header) */
h1, h2, h3, h4, h5, h6 {
  font-family: "Feijoa", Georgia, sans-serif !important;
  letter-spacing: 1px !important;
}

/* Change the button background color to #F2728C */
.header-btn .btn {
  background-color: #F2728C !important;
  border-color: transparent !important;
  color: #ffffff !important; /* pastikan teks tetap terbaca */
}

/* Optional: hover effect */
.header-btn .btn:hover {
  background-color: #d85d76 !important; /* sedikit lebih gelap saat hover */
  border-color: transparent !important;
}

/* === Default state: border is the same as the icon color === */
header .header-one-search-area .header-search-box a,
header .header-one-search-area .header-user-box a,
header .header-three-search-area .header-search-box a,
header .header-three-search-area .header-user-box a {
border: 1px solid currentColor !important; /* warna border mengikuti warna ikon */
transition: all 0.3s ease;
}

/* === Hover state: change background and border === */
header .header-one-search-area .header-search-box a:hover,
header .header-one-search-area .header-user-box a:hover,
header .header-three-search-area .header-search-box a:hover,
header .header-three-search-area .header-user-box a:hover {
  background-color: #F2728C !important;
  border-color: transparent !important;
}

/* === FIX MENU BURGER MEANMENU (DESKTOP + MOBILE) === */
.mobile-menu a.meanmenu-reveal,
body .mobile-menu a.meanmenu-reveal,
body .sticky-menu .mobile-menu a.meanmenu-reveal {
  border: none !important;
  color: #000 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Line burger */
.mobile-menu a.meanmenu-reveal span,
body .mobile-menu a.meanmenu-reveal span,
body .sticky-menu .mobile-menu a.meanmenu-reveal span {
  background-color: #000 !important;
}/* End custom CSS */