.elementor-kit-8{--e-global-color-primary:#FB6F92;--e-global-color-secondary:#FFE5EC;--e-global-color-text:#001D3D;--e-global-color-accent:#0B7E8A;--e-global-color-c590888:#6B9397;--e-global-color-28f980a:#F9F7F3;--e-global-color-55c1d32:#0B7E8A;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-decoration:none;line-height:25px;--e-page-transition-entrance-animation:e-page-transition-fade-out-down;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-55c1d32 );--e-preloader-size:42px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-28f980a );border-radius:8px 8px 8px 8px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-c590888 );color:var( --e-global-color-28f980a );}.elementor-kit-8 e-page-transition{background-color:#BADEE1;}.elementor-kit-8 a{text-decoration:none;}.elementor-kit-8 h1{font-size:70px;text-transform:uppercase;}.elementor-kit-8 label{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-8 input:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea,.elementor-kit-8 .elementor-field-textual{background-color:var( --e-global-color-secondary );}.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);}@media(max-width:1024px){.elementor-kit-8 h1{font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8 h1{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */::selection {
    background: #0B7E8A; 
    color:#00000;
}

/* Gradient Text for H1*/

h1 {
  display: inline-block; /* needed for background-clip:text to work */
  background: linear-gradient(135deg, #eae4e9 20%, #f5edf0 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

    
    text-shadow: 0 0 0px #ff005e, 0 0 0px #ff005e, 0 0 0px #ff005e, 0 0 0px #ff005e, 0 0 0px #ff005e; 
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 0px #ff005e, 0 0 0px #ff005e, 0 0 0px #ff005e, 0 0 0px #ff005e, 0 0 0px #ff005e;
    }
    100% {
        text-shadow: 0 0 0px #00d4ff, 0 0 0px #00d4ff, 0 0 0px #00d4ff, 0 0 0px #00d4ff, 0 0 0px #00d4ff;
    }
}

.hero-bg{
    background: linear-gradient(300deg,deepskyblue,darkviolet,#0B7E8A);
  background-size: 200% 180%;
  animation: gradient-animation 10s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}/* End custom CSS */