.elementor-kit-3475{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#333333;--e-global-color-accent:#F70076;--e-global-color-07c1610:#00000000;--e-global-color-a0dcbaa:#F5F5F5;--e-global-color-95cef2b:#0E0E0E;--e-global-typography-primary-font-family:"ZuumeRough Bold";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"League Spartan";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"League Spartan";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"ZuumeRough Bold";--e-global-typography-accent-font-size:27px;--e-global-typography-accent-font-weight:400;--e-global-typography-e37a27c-font-family:"ZuumeRough Bold";--e-global-typography-e37a27c-font-size:105px;--e-global-typography-e37a27c-font-weight:400;--e-global-typography-e37a27c-text-transform:uppercase;--e-global-typography-037ec48-font-family:"ZuumeRough Bold";--e-global-typography-037ec48-font-size:80px;--e-global-typography-037ec48-font-weight:400;--e-global-typography-037ec48-text-transform:uppercase;--e-global-typography-2256919-font-family:"ZuumeRough Bold";--e-global-typography-2256919-font-weight:400;--e-global-typography-3457476-font-family:"ZuumeRough Bold";--e-global-typography-3457476-font-weight:600;--e-global-typography-fb0d67e-font-family:"League Spartan";--e-global-typography-fb0d67e-font-size:14px;--e-global-typography-fb0d67e-font-weight:700;--e-global-typography-fb0d67e-text-transform:uppercase;--e-global-typography-7180f7b-font-family:"ZuumeRough Bold";--e-global-typography-7180f7b-font-size:48px;--e-global-typography-7180f7b-font-weight:400;--e-global-typography-7180f7b-text-transform:uppercase;font-family:"League Spartan", Sans-serif;font-weight:400;}.elementor-kit-3475 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3475 a{font-family:"League Spartan", Sans-serif;}.elementor-kit-3475 a:hover{color:var( --e-global-color-accent );}.elementor-kit-3475 h1{font-family:"ZuumeRough Bold", Sans-serif;}.elementor-kit-3475 h2{font-family:"ZuumeRough Bold", Sans-serif;}.elementor-kit-3475 h3{font-family:"ZuumeRough Bold", Sans-serif;}.elementor-kit-3475 h4{font-family:"ZuumeRough Bold", Sans-serif;}.elementor-kit-3475 h5{font-family:"ZuumeRough Bold", Sans-serif;}.elementor-kit-3475 h6{font-family:"ZuumeRough regular", Sans-serif;}.elementor-kit-3475 button,.elementor-kit-3475 input[type="button"],.elementor-kit-3475 input[type="submit"],.elementor-kit-3475 .elementor-button{font-family:"ZuumeRough Bold", Sans-serif;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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);}.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-kit-3475{--e-global-typography-e37a27c-font-size:60px;--e-global-typography-037ec48-font-size:46px;--e-global-typography-2256919-font-size:24px;--e-global-typography-7180f7b-font-size:46px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-3475{--e-global-typography-e37a27c-font-size:52px;--e-global-typography-037ec48-font-size:42px;--e-global-typography-7180f7b-font-size:42px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.cta-tabooh {
    background-color:rgba(0,0,0,0.0); /* Set the background color */
    background-image: url('/wp-content/uploads/2025/02/Button.svg'); /* Path to your SVG file */
    background-repeat: no-repeat; /* Prevents the SVG from repeating */
    background-position: center; /* Centers the SVG in the button */
    background-size: 100%; /* Adjust the size of the SVG relative to the button */
      transition: transform 0.3s ease, filter 0.3s ease;
}

.cta-tabooh:hover {
  transform: scale(.9);
  filter: brightness(1.15);
}


/*highlight-effect behind certain words*/

.highlighted {
  /* Background image settings */
  background-image: url('/wp-content/uploads/2025/02/Button.svg'); /* Replace with your image URL */
  background-size: cover;      /* Ensures the image covers the entire span */
  background-position: center; /* Center the background image */
  background-repeat: no-repeat;/* Do not repeat the image */

  /* Optional: Create some padding to show off the background */
  padding: 0.1em 0.1em;

  /* Ensure the span is treated as an inline-block to respect padding */
  display: inline-block;
  

  transition: transform 0.3s ease; /* Smooth transition for hover scaling */
}

.highlighted-black {
    /* Optional: Adjust text color for better contrast */
  color:#000000;
}

.highlighted-white {
    /* Optional: Adjust text color for better contrast */
  color:#fff;

}

/* Pulsating effect on hover */
.highlighted:hover {
  animation: pulse 1s infinite;
}

/* Keyframes for the pulsating (scale) effect */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}


.grayscale-image-1 {
  /* Apply the grey filter (grayscale 100% and reduced brightness) */
  -webkit-filter: grayscale(100%) brightness(50%);
  filter: grayscale(100%) brightness(50%);
}/* End custom CSS */
/* Start Custom Fonts CSS *//* End Custom Fonts CSS */
/* Start Custom Fonts CSS *//* End Custom Fonts CSS */