.elementor-kit-83{--e-global-color-primary:#0A0A0A;--e-global-color-secondary:#141414;--e-global-color-text:#D1D1D1;--e-global-color-accent:#FFFFFF;--e-global-color-kadence1:#2B6CB0;--e-global-color-kadence2:#215387;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-kadence9:#ffffff;--e-global-color-4bb862e:#000000;--e-global-color-d336082:#66C7C9;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Playfair";--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:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-1b1d7f6-font-family:"Montserrat";--e-global-typography-1b1d7f6-font-size:38px;--e-global-typography-1b1d7f6-font-weight:700;--e-global-typography-5d715b3-font-family:"Montserrat";--e-global-typography-5d715b3-font-weight:400;background-color:#FFFFFF;font-family:"Poppins", Sans-serif;}.elementor-kit-83 e-page-transition{background-color:#FFBC7D;}.elementor-kit-83 h4{font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;}.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:830px;}.e-con{--container-max-width:830px;}}/* Start custom CSS */.card-glow {
  position: relative;
  transition: all 0.35s ease;
  border-radius: 16px;
}

.card-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #00C6FF, #0072FF);
  opacity: 0;
  filter: blur(20px);
  z-index: -1;
  transition: opacity 0.35s ease;
}

.card-glow:hover {
  transform: translateY(-6px);
}

.card-glow:hover::before {
  opacity: 0.7;
}/* End custom CSS */
