.elementor-kit-5{--e-global-color-primary:#0B0F19;--e-global-color-secondary:#2563EB;--e-global-color-text:#7C3AED;--e-global-color-accent:#000000;--e-global-color-2630446:#94A3B8;--e-global-color-aaae7eb:#030202;--e-global-typography-primary-font-family:"Poppins";--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:"Space Grotesk";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 */.button-css {
  position: relative;
  border: none;
  background: transparent;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
}

/* animated border layer */
.button-css::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid white;
  border-radius: inherit;
  pointer-events: none;
  /* start border only from top-center */
  clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
  transition: clip-path 0.4s linear;
}

/* hover effect - border completes clockwise */
.button-css:hover::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.hero-image img {
  filter: drop-shadow(0 0 25px rgba(0, 123, 255, 0.4));
}
/* Normal Header (before scroll) */
/* Default header state */
.custom-header {
  background: transparent;
  border: none;
  transition: all 0.4s ease;
  position: relative;
  z-index: 999;
}

/* When sticky is active (Elementor adds this class automatically) */
.elementor-sticky--effects .custom-header {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  margin-top: 10px;
  transition: all 0.4s ease;
}/* End custom CSS */