.elementor-kit-5{--e-global-color-primary:#BE1622;--e-global-color-secondary:#2B2B2B;--e-global-color-text:#424242;--e-global-color-accent:#CECECE;--e-global-color-83c3519:#F4F4F4;--e-global-typography-primary-font-family:"Lexend";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Lexend";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Lexend";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Lexend";--e-global-typography-accent-font-size:36px;--e-global-typography-accent-font-weight:700;--e-global-typography-a34f9be-font-family:"Lexend";--e-global-typography-a34f9be-font-size:3.5em;--e-global-typography-a34f9be-font-weight:900;--e-global-typography-a34f9be-letter-spacing:-3.5px;--e-global-typography-204c9e3-font-family:"Lexend";--e-global-typography-204c9e3-font-size:1.5em;--e-global-typography-204c9e3-font-weight:300;--e-global-typography-de2192c-font-family:"Lexend";--e-global-typography-de2192c-font-size:1.5em;--e-global-typography-de2192c-font-weight:300;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 );}.elementor-kit-5 h1{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 );}.elementor-kit-5 h2{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.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);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-a34f9be-font-size:2.5em;--e-global-typography-de2192c-font-size:1.2em;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-5 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-5 h2{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-a34f9be-font-size:2em;--e-global-typography-204c9e3-font-size:0.8em;--e-global-typography-de2192c-font-size:0.8em;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-5 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-5 h2{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 3D Tilt + Glow Effect for Elementor */
.elementor-tilt-effect {
  position: relative !important;
  background: radial-gradient(
    270.92% 239.57% at 214.89% -5.91%,
    rgba(210, 127, 127, 0.3) 0%,
    rgba(197, 89, 89, 0) 100%
  ), #341919 !important;
  border-radius: 20px;
  overflow: hidden !important;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform 0.1s ease-out;
}

/* Cursor-following glow overlay */
.elementor-tilt-effect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle 180px at var(--mouse-x, 50%) var(--mouse-y, 50%),
    rgba(210, 127, 127, 0.6) 0%,
    rgba(210, 127, 127, 0.3) 30%,
    rgba(197, 89, 89, 0.2) 60%,
    rgba(197, 89, 89, 0) 100%
  );
  border-radius: 20px;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

/* Enhanced glow on hover */
.elementor-tilt-effect:hover::before {
  opacity: 1;
}

/* Enhanced shadow on hover */
.elementor-tilt-effect::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  z-index: -1;
  filter: blur(25px);
  transition: opacity 0.3s ease;
  opacity: 0;
}

.elementor-tilt-effect:hover::after {
  opacity: 1;
}

/* Ensure content stays on top */
.elementor-tilt-effect .elementor-container,
.elementor-tilt-effect .elementor-column,
.elementor-tilt-effect .elementor-widget-wrap,
.elementor-tilt-effect .elementor-widget {
  position: relative;
  z-index: 10;
}/* End custom CSS */