.elementor-kit-5{--e-global-color-primary:#6D28D9;--e-global-color-secondary:#333333;--e-global-color-text:#333333;--e-global-color-accent:#C6FF00;--e-global-typography-primary-font-family:"Fredoka One";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Fredoka One";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Sour gummy";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sour gummy";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Sour gummy", Sans-serif;font-weight:400;}.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;}.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: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 */.ani img {
  transform-origin: bottom center;
  animation: jellyBounce 2s infinite;
}

@keyframes jellyBounce {
  0%,100% {
    transform: translateY(0) scale(1);
  }
  25% {
    transform: translateY(-20px) scaleY(1.08);
  }
  50% {
    transform: translateY(0) scaleX(1.08) scaleY(0.92);
  }
  75% {
    transform: translateY(-8px) scaleY(1.03);
  }
}

.elementor-button {
    position: relative ;
    overflow: hidden;
    z-index: 1;


}

.elementor-button-icon i {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 200px;
  background-color: #6d28d9;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  transition: 
    transform 0.4s linear, 
    top 1s linear;
  overflow: hidden;
}

.elementor-button-icon i:before,
.elementor-button-icon i:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}
.box i:before {
  border-radius: 46%;
  background-color: #4d19a1;
  animation: animate 5s linear infinite;
}
.elementor-button-icon i:after {
  border-radius: 40%;
  background-color: rgba(20, 20, 20, 0.5);
  animation: animate 10s linear infinite;
}

@keyframes animate {
  0% {
    transform: 
      translate(-50%, -75%) 
      rotate(0deg);
  }
  100% {
    transform: 
      translate(-50%, -75%) 
      rotate(360deg);
  }
}

@media only screen and (max-width: 768px){
    html,
    body{
    width:100%;
    overflow-x:hidden;
    }
}

.elementor-widget.elementor-list-item-link-full_width a {
    width: 100%;
    background-color:transparent !important;
}

   p a {
    background-color: : transparent !important;
}

.elementor-button-wrapper a ,input#gform_submit_button_1,.elementor-cta__button{
   
    height: 55px !important;
    ALIGN-ITEMS: CENTER;
    JUSTIFY-CONTENT: CENTER;
    DISPLAY: INLINE-FLEX;
    border:1px solid #fff;
    padding: 12px !important;
}

a.elementor-button.elementor-button-link.elementor-size-md:focus {
    background: #ff6400 !important;
}


.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium , textarea{
    width: 100% !important;
    border-bottom: 1px solid #000 !important;
    border-top:0px !important;
    border-left: 0px !important;
    border-right: 0px !important ;
    background-color:#f1f1f1 !important;    padding: 15px !important;
}

input#gform_submit_button_1 {
    background-color: #f78f2f;
    color:#fff;
}



input#gform_submit_button_1:hover {
    background-color: #49494d;
    color:#fff;
}


.elementor-page-title, h1.entry-title {
    display: block !important;
}

div#gform_confirmation_message_1 {
    color: #fff !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sour gummy';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://slalaland.com/wp-content/uploads/2026/06/SourGummy-VariableFont_wdthwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */