.elementor-kit-7{--e-global-color-primary:#BD0900;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-177d5d0:#0D0D0D;--e-global-color-7b4142a:#F0EBDF;--e-global-color-e92615a:#121212;--e-global-color-45b1bc2:#FDFDFD;--e-global-color-fa0f8f3:#484747;--e-global-color-3c62724:#666666;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;--e-global-typography-2029775-font-family:"Poppins";--e-global-typography-2029775-font-size:16px;--e-global-typography-2029775-font-weight:600;--e-global-typography-2029775-line-height:100%;--e-global-typography-2029775-letter-spacing:0%;--e-global-typography-61053ad-font-family:"Poppins";--e-global-typography-61053ad-font-size:16px;--e-global-typography-cce49fc-font-family:"Poppins";--e-global-typography-cce49fc-font-size:16px;--e-global-typography-cce49fc-font-weight:600;--e-global-typography-cce49fc-text-decoration:underline;background-color:var( --e-global-color-177d5d0 );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{color:var( --e-global-color-primary );}.elementor-kit-7 h4{color:var( --e-global-color-45b1bc2 );font-family:"Poppins", Sans-serif;}.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);}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --tertiary-color:#9D9D9D; --primary_color:#BD0900; --text_background_color:#000000; --off_white:#FDFDFD; --btn_primary_strok:#A19090; }
/* Start custom CSS */body, html {
    overflow: visible !important;
    overflow-x: clip !important; /* Prevents horizontal scroll without breaking sticky */
}
/* Target active tab panel content */
.e-n-tab-content[aria-hidden="false"] .stagger-card,
.elementor-tab-content.elementor-active .stagger-card {
  animation: slideFadeIn 0.5s ease-out forwards;
  animation-delay: var(--delay, 0s);
  opacity: 0;
}

@keyframes slideFadeIn {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}/* End custom CSS */