.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#C7C8CA;--e-global-color-text:#A0B4D3;--e-global-color-accent:#43A6FF;--e-global-color-23f5a5a:#000C18;--e-global-color-e172ed9:#01254D;--e-global-color-0839668:#004875;--e-global-color-a27e0a3:#0268C4;--e-global-color-0921534:#636466;--e-global-color-810ce25:#939598;--e-global-color-9bcea42:#C7C8CA;--e-global-color-42ae12c:#00000000;--e-global-color-fb26d8f:#7E7E7E26;--e-global-color-8903c1a:#000C1880;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--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-bfa5907-font-family:"Poppins";--e-global-typography-bfa5907-font-size:1em;--e-global-typography-bfa5907-font-weight:400;--e-global-typography-bfa5907-text-transform:uppercase;--e-global-typography-bfa5907-letter-spacing:0.01em;background-color:var( --e-global-color-23f5a5a );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 p{margin-block-end:0px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Poppins", Sans-serif;font-size:0.8em;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;border-radius:100px 100px 100px 100px;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{background-color:var( --e-global-color-23f5a5a );}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:0.8em;}.elementor-kit-7 h1{font-size:2em;}.elementor-kit-7 h2{font-size:1.5em;}.elementor-kit-7 h3{font-size:1.2em;}.elementor-kit-7 h4{font-size:1em;}.elementor-kit-7 h5{font-size:0.9em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    overflow-x: hidden !important;
}

/* Ensure sections and inner containers do not cause horizontal overflow */
.elementor-section,
.elementor-container {
    overflow-x: hidden;
}

.bg-img-scroll1 {
animation: slideBackground 10s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

@keyframes slideBackground {
  0% {
    background-position: center top;
  }
  50% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}

.backblur10 {
        backdrop-filter: blur(10px); /* Standard property */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
}

.backblur20 {
        backdrop-filter: blur(20px); /* Standard property */
    -webkit-backdrop-filter: blur(20px); /* Safari support */
}/* End custom CSS */