.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;background-color:#FFFDF7;}.elementor-kit-7 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 *//* ===== VARIABLES & BASE STYLES ===== */
/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Animasi dasar untuk container elementor */
.elementor-element.elementor-container {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s ease-out, transform 1s ease-out;
    will-change: opacity, transform;
    
}

/* Saat container muncul di layar */
.elementor-element.elementor-container.reveal {
    opacity: 1;
    transform: translateY(0);
}


:root {
  --gold-gradient: linear-gradient(90deg, #815732 0%, #C39F48 63.94%, #D2AE5D 100%);
  --gold-gradient-hover: linear-gradient(90deg, #8f6240 0%, #d4af52 63.94%, #ddbb6a 100%);
  --transition-standard: all 0.5s ease;
  --border-radius-small: 40px;
  --border-radius-large: 120px;
}

/* ===== GOLD BUTTON STYLES ===== */
.gold-button .elementor-button {
  /* Layout & Box Model */
  border: none;
  border-radius: var(--border-radius-small);
  padding: 12px 30px;
  font-family: "Gill Sans"!important;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.8px!important;
  
  /* Background & Colors */
  background: var(--gold-gradient) !important;
  background-size: 200% 100% !important;
  background-position: left center !important;
  color: #fff !important;
  
  /* Typography */
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  
  /* Effects & Transitions */
  box-shadow: 0 4px 15px rgba(194, 158, 73, 0.3);
  transition: var(--transition-standard);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

/* Hover State */
.gold-button .elementor-button:hover {
  background-position: right center !important;
  border-radius: var(--border-radius-large);
  box-shadow: 0 6px 20px rgba(194, 158, 73, 0.5);
  transform: translateY(-2px);
  color: #fff !important;
}

/* Active/Focus States */
.gold-button .elementor-button:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.gold-button .elementor-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(194, 158, 73, 0.4);
}

/* ===== WHITE BUTTON STYLES ===== */
.white-button .elementor-button {
  /* Layout & Box Model */
  border: 1px solid #ffffff;
  border-radius: var(--border-radius-small);
  padding: 12px 30px;
  
  /* Background & Colors */
  background: transparent !important;
  color: #ffffff !important;
  
  /* Typography */
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  
  /* Effects & Transitions */
  transition: var(--transition-standard);
  cursor: pointer;
  position: relative;
  overflow: hidden;
    font-family: "Gill Sans"!important;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.8px!important
}

/* Hover State */
.white-button .elementor-button:hover {
  border-radius: var(--border-radius-large);
  background: var(--gold-gradient) !important;
  background-size: 200% 100% !important;
  border-color: transparent !important;
  color: #ffff !important;
  box-shadow: 0 6px 20px rgba(194, 158, 73, 0.4);
  transform: translateY(-2px);
}

/* Active/Focus States */
.white-button .elementor-button:focus {
  outline: 2px solid #C39F48;
  outline-offset: 2px;
}

.white-button .elementor-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(194, 158, 73, 0.3);
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
/* Reduced motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  .gold-button .elementor-button,
  .white-button .elementor-button {
    transition-duration: 0.1s;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .gold-button .elementor-button {
    background: #C39F48 !important;
  }
  
  .white-button .elementor-button:hover {
    background: #C39F48 !important;
  }
}

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 768px) {
  .gold-button .elementor-button,
  .white-button .elementor-button {
    padding: 10px 24px;
    font-size: 14px;
  }
  
  :root {
    --border-radius-small: 30px;
    --border-radius-large: 80px;
  }
}

/* ===== LOADING STATE (Optional) ===== */
.gold-button .elementor-button.loading,
.white-button .elementor-button.loading {
  pointer-events: none;
  opacity: 0.8;
}

.gold-button .elementor-button.loading::after,
.white-button .elementor-button.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: button-spinner 0.8s linear infinite;
}

@keyframes button-spinner {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


.gold-text h2{
    background: linear-gradient(90deg, #815732 0%, #C39F48 63.94%, #D2AE5D 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}/* End custom CSS */