.elementor-kit-4027{--e-global-color-primary:#1F2A33;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#DE773F;--e-global-color-ddf7d22:#E0E6EB;--e-global-color-6340c82:#F0F5FA;--e-global-color-8146927:#F9FAFB;--e-global-color-a415c0e:#267CC0;--e-global-color-39b6be2:#FF70221C;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:48px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:28px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:29px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-4027 button,.elementor-kit-4027 input[type="button"],.elementor-kit-4027 input[type="submit"],.elementor-kit-4027 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );border-radius:08px 08px 08px 08px;padding:015px 030px 015px 030px;}.elementor-kit-4027 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4027 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@media(max-width:1024px){.elementor-kit-4027{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4027{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Hide the text initially and move it down slightly for a smooth slide-in */
.reveal-text {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: translateY(10px);
}

/* When the parent container is hovered, show the text */
.hover-container:hover .reveal-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}/* End custom CSS */