.elementor-63 .elementor-element.elementor-element-588a824 > .elementor-container{max-width:1400px;}.elementor-63 .elementor-element.elementor-element-588a824{margin-top:80px;margin-bottom:80px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-63 .elementor-element.elementor-element-95833ea .elementor-heading-title{font-family:"Inter Tight", Sans-serif;font-size:70px;font-weight:600;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-63 .elementor-element.elementor-element-f62c0ce{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:start;font-family:"Inter Tight", Sans-serif;font-size:16px;font-weight:500;line-height:1.7em;color:#1A171B99;}@media(max-width:1366px){.elementor-63 .elementor-element.elementor-element-95833ea .elementor-heading-title{font-size:60px;}}@media(max-width:1200px){.elementor-63 .elementor-element.elementor-element-95833ea .elementor-heading-title{font-size:45px;}}@media(max-width:767px){.elementor-63 .elementor-element.elementor-element-95833ea .elementor-heading-title{font-size:40px;}}@media(max-width:480px){.elementor-63 .elementor-element.elementor-element-95833ea .elementor-heading-title{font-size:35px;}}/* Start custom CSS */.gradient-text {
background: linear-gradient(to right, #1a171b, #9c9d9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* For Firefox */
  background-clip: text;
  color: transparent;
}

/* The Animation: Moving 10px up and down */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* The Class to apply to your cards */
.floating {
  animation: float 4s ease-in-out infinite;
  /* Optional: adds a soft shadow that breathes with the movement */
  transition: box-shadow 0.3s ease;
}

/* Offset the second card so they don't move in perfect sync */
.floating-delayed {
  animation: float 4s ease-in-out infinite;
  animation-delay: 1.5s;
}/* End custom CSS */