.elementor-kit-8{--e-global-color-primary:#635BFF;--e-global-color-secondary:#0A2540;--e-global-color-text:#425466;--e-global-color-accent:#EEF3FF;--e-global-color-032e00a:#7A73FF;--e-global-color-6775630:#F6F9FC;--e-global-color-6e48c46:#E6EBF1;--e-global-color-84bd9f7:#00D4FF;--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;font-family:"Inter Tight", Sans-serif;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}}/* Start custom CSS */.icon-wrap{
  position: relative;
  width: 52px;
  height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* SVG / ICON FORCE SIZE */
.icon-wrap svg,
.icon-wrap i,
.icon-wrap .elementor-icon{
  width: 40px !important;
  height: 40px !important;
  font-size: 40px !important;

  position: relative;
  z-index: 2;

  transform: translateY(-2px);

  stroke: #7A73FF;
  fill: none;

  transition: all 0.3s ease;
}

/* GLOW */
.icon-wrap::before{
  content: "";

  position: absolute;

  width: 70px;
  height: 70px;

  background: radial-gradient(
    circle,
    rgba(122, 115, 255, 0.35),
    rgba(0, 212, 255, 0.15),
    transparent 70%
  );

  border-radius: 16px;

  filter: blur(6px);

  z-index: 1;

  transform: translateY(8px);

  transition: all 0.3s ease;

  pointer-events: none;
}

/* HOVER */
.icon-wrap:hover::before{
  transform: translateY(5px) scale(1.05);
  opacity: 0.9;
}

.icon-wrap:hover svg,
.icon-wrap:hover i{
  transform: translateY(-3px);
  stroke: #635BFF;
}
html{
  scroll-behavior: smooth;
}
.custom-sticky-sidebar{

    position: fixed;
    top: 100px;

    width: 260px;

    z-index: 100;

}

@media(max-width:1024px){

    .custom-sticky-sidebar{
        position: relative;
        top: 0;
        width: 100%;
    }

}

header, .hero-section{
    background: #f6f9fc !important;
}/* End custom CSS */