.elementor-kit-37{--e-global-color-primary:#9147FF;--e-global-color-secondary:#54595F;--e-global-color-text:#4B4B4B;--e-global-color-accent:#FFB703;--e-global-color-3aef052:#666666;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-37 button,.elementor-kit-37 input[type="button"],.elementor-kit-37 input[type="submit"],.elementor-kit-37 .elementor-button{background-color:transparent;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-astglobalcolor4 );background-image:linear-gradient(180deg, #3B82F6 0%, #f2295b 100%);border-radius:7px 7px 7px 7px;}.elementor-kit-37 e-page-transition{background-color:#FFBC7D;}.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);}@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;}}/* Start custom CSS *//* 🌟 Global Image Styling */
img {
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  filter: brightness(1.1) contrast(1.05) saturate(1.1);
}

/* 🌈 On Hover: Shine + Glow + Zoom */
img:hover {
  filter: brightness(1.3) contrast(1.2) saturate(1.2);
  transform: scale(1.03);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
}

/* 💫 Shine Swipe Effect */
img {
  position: relative;
  overflow: hidden;
}

img::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -75%;
  width: 50%;
  height: 300%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(25deg);
  transition: all 0.6s ease;
  z-index: 2;
  pointer-events: none;
}

img:hover::before {
  top: 100%;
  left: 125%;
}/* End custom CSS */