/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1769695094
Updated: 2026-01-29 13:58:14

*/


/* @font-face {
    font-family: 'Aeonik';
    src: url('assets/fonts/Aeonik-Regular.woff2') format('woff2'),
         url('assets/fonts/Aeonik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('assets/fonts/Aeonik-Bold.woff2') format('woff2'),
         url('assets/fonts/Aeonik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body p, body h1, body h2,body,h3,body h4, body h5{
	font-family: 'Aeonik' !important;
   
} */


.custom_footer_menu .menu {
    float: right;
}

.custom_footer_menu .menu a{
    color: #FFFFFF !important;
    transition: color 0.3s;
    font-size: 16px;
}

/* .custom-header.custom_site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  box-shadow: none;
  transition: all 0.35s ease;
}

.custom-header.custom_site_header .logo a{
  display: flex;
  align-items: center;
}

.custom_site_header.custom-header.scrolled {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  animation: headerSlide 0.35s ease;
} */
/* @keyframes headerSlide {
/*   from{
      transform: translateY(-12px);
      opacity: 0;
  }
  to{
      transform: translateY(0);
      opacity: 1;
  }
} */

/* .custom_site_header .header-inner {
  max-width: 1200px;
  margin: auto;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 100px;
} */

/* Logo */
/* .custom_site_header .logo a {
  color: #2aff9c;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
} */

/* Menu */
/* .custom_site_header .menu {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
} */

/* .custom_site_header .menu li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
} */

/* Scroll ke baad menu color */
/* .custom-header.scrolled .menu li a {
  color: #000;
} */

/* Buttons */
/* .custom_site_header .header-buttons {
  display: flex;
  gap: 12px;
  margin-left: auto;
} */

/* .custom_site_header .btn {
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
}

.custom_site_header .btn-outline {
  border: 1px solid #2aff9c;
  color: #2aff9c;
}

.custom_site_header .btn-solid {
  background: #2aff9c;
  color: #000;
} */