.elementor-kit-53{--e-global-color-primary:#5DB4F5;--e-global-color-secondary:#54595F;--e-global-color-text:#747474;--e-global-color-accent:#4DDFFF;--e-global-color-2359bd9:#020B1D;--e-global-color-a950b3d:#FFCC66;--e-global-color-53ed826:#F89453;--e-global-color-a72014b:#F15B40;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:2.5em;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-letter-spacing:0px;color:var( --e-global-color-2359bd9 );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 );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-53 button,.elementor-kit-53 input[type="button"],.elementor-kit-53 input[type="submit"],.elementor-kit-53 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Roboto", Sans-serif;font-size:1em;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#FFFFFF;}.elementor-kit-53 button:hover,.elementor-kit-53 button:focus,.elementor-kit-53 input[type="button"]:hover,.elementor-kit-53 input[type="button"]:focus,.elementor-kit-53 input[type="submit"]:hover,.elementor-kit-53 input[type="submit"]:focus,.elementor-kit-53 .elementor-button:hover,.elementor-kit-53 .elementor-button:focus{background-color:var( --e-global-color-2359bd9 );color:#FFFFFF;}.elementor-kit-53 e-page-transition{background-color:#FFBC7D;}.elementor-kit-53 a{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 );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-53 h1{color:var( --e-global-color-accent );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-kit-53 h2{color:var( --e-global-color-accent );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-53{font-size:var( --e-global-typography-text-font-size );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-53 a{font-size:var( --e-global-typography-text-font-size );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-53 h1{font-size:var( --e-global-typography-primary-font-size );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-kit-53 h2{font-size:var( --e-global-typography-secondary-font-size );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-53{font-size:var( --e-global-typography-text-font-size );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-53 a{font-size:var( --e-global-typography-text-font-size );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-53 h1{font-size:var( --e-global-typography-primary-font-size );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-kit-53 h2{font-size:var( --e-global-typography-secondary-font-size );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.text-gradient-1-headlines {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(138deg, #1cdcff, #ffffff 47%, #1cdcff);
    -webkit-background-clip: text;
    background-clip: text;
}


/* Style for the video container */
#video-container {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden;
}

/* Responsive Video */
#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Ensures full height */
    object-fit: cover; /* Scales video to fill the container */
    z-index:1;
}

#mute-toggle-button {
    position: absolute;
    top: 12%;
    right: 30px;
    padding: 12px 20px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-family:'Space Grotesk', Arial, sans-serif;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
    animation: pulse 2s infinite; /* Optional animation */
}

#mute-toggle-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

/* Optional Pulse Animation */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}






.scramble-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden; /* 🔹 Ensures height doesn't change unexpectedly */
  width: 100%;
  min-height: auto;
}

.scramble-text, .scramble-text-1, .scramble-text-2, .scramble-text-3 {
  display: inline-block;
  white-space: pre-wrap; /* 🔹 Allows natural multi-line wrapping without extra spacing issues */
  text-align: center;
  max-width: 100%;
  word-break: break-word; /* 🔹 Ensures text wraps properly if too long */
  line-height: 1.2; /* 🔹 Adjust to match visual design */
}/* End custom CSS */