.elementor-kit-177{--e-global-color-primary:#111111;--e-global-color-secondary:#FCF622;--e-global-color-text:#888888;--e-global-color-accent:#111111;--e-global-color-3a6c6eb:#FFFFFF;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-2369fe3-font-family:"Inter Tight";--e-global-typography-2369fe3-font-size:16px;--e-global-typography-2369fe3-font-weight:400;--e-global-typography-2369fe3-line-height:28.8px;--e-global-typography-3d092f5-font-family:"Inter Tight";--e-global-typography-3d092f5-font-size:28px;--e-global-typography-3d092f5-font-weight:500;--e-global-typography-3d092f5-text-transform:capitalize;--e-global-typography-3d092f5-line-height:28px;background-color:var( --e-global-color-primary );}.elementor-kit-177 button,.elementor-kit-177 input[type="button"],.elementor-kit-177 input[type="submit"],.elementor-kit-177 .elementor-button{background-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-accent );border-radius:24px 24px 24px 24px;padding:016px 20px 016px 20px;}.elementor-kit-177 button:hover,.elementor-kit-177 button:focus,.elementor-kit-177 input[type="button"]:hover,.elementor-kit-177 input[type="button"]:focus,.elementor-kit-177 input[type="submit"]:hover,.elementor-kit-177 input[type="submit"]:focus,.elementor-kit-177 .elementor-button:hover,.elementor-kit-177 .elementor-button:focus{background-color:var( --e-global-color-3a6c6eb );color:var( --e-global-color-accent );}.elementor-kit-177 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){margin-block-end: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-kit-177{--e-global-typography-primary-font-size:34px;--e-global-typography-secondary-font-size:32px;--e-global-typography-3d092f5-font-size:24px;}.elementor-kit-177 button,.elementor-kit-177 input[type="button"],.elementor-kit-177 input[type="submit"],.elementor-kit-177 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-177{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:26px;--e-global-typography-3d092f5-font-size:22px;}.elementor-kit-177 button,.elementor-kit-177 input[type="button"],.elementor-kit-177 input[type="submit"],.elementor-kit-177 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
   PRELOADER
========================= */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.loader {
  text-align: center;
}

.loader svg {
  width: 100px;
  height: 100px;
  transform: rotate(-90deg);
}

.loader circle {
  fill: none;
  stroke: #FCF622;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  animation: loaderAnim 1.4s ease-in-out infinite;
}

@keyframes loaderAnim {
  0% { stroke-dashoffset: 283; }
  50% { stroke-dashoffset: 80; }
  100% { stroke-dashoffset: 283; }
}

.loader h1 {
  color: #FCF622;
  font-size: 42px;
  margin-top: 20px;
  letter-spacing: 4px;
  text-shadow: 0 0 10px rgba(252,246,34,0.6);
}

.loader p {
  color: #FCF622;
  font-size: 12px;
  letter-spacing: 6px;
  opacity: 0.7;
}

.preloader-hide {
  opacity: 0;
  visibility: hidden;
  transition: 0.6s ease;
}

/* =========================
   CURSOR EFFECT
========================= */

/* activate after load */
body.loaded {
  cursor: none;
}

/* main dot */
.cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  background: #FCF622;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999999;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 15px #FCF622, 0 0 30px #FCF622;
}

/* glow trail */
.cursor-trail {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(252,246,34,0.4) 0%, transparent 70%);
  z-index: 9999998;
  transform: translate(-50%, -50%);
  filter: blur(10px);
}

/* ===== MOBILE CURSOR OFF (PASTE ONLY) ===== */
@media (max-width: 768px) {
  .cursor,
  .cursor-trail {
    display: none !important;
  }

  body.loaded {
    cursor: auto !important;
  }
}/* End custom CSS */