.elementor-kit-9{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#F2C94C;--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;font-family:"DM Sans", Sans-serif;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-family:"Inter", Sans-serif;font-size:75px;}.elementor-kit-9 h3{font-size:20px;}.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-kit-9 h1{font-size:45px;}.elementor-kit-9 h2{font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */a {
  color: #000000 
  text-decoration: none; 
}

.wpcf7-form a {
  color: white !important; 
  text-decoration: underline;
 
  transition: color 0.3s ease;
}

.wpcf7-form a:hover {
  color: #444444 !important; 
}
.custom-heading {
  font-family: 'Inter', sans-serif;
  font-size: clamp(34px, 6vw, 75px);
  font-weight: 600;
  color: black;
  line-height: 1.1;
  text-align: center;
}

.gradient-text {
  background: linear-gradient(
    135deg,
    rgba(42, 75, 141, 1) 0%,
    rgba(78, 126, 207, 0.95) 25%,
    rgba(240, 140, 74, 0.9) 80%,
    rgba(232, 112, 42, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}/* End custom CSS */