.elementor-kit-6{--e-global-color-primary:#000F26;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000F26;--e-global-color-accent:#E8F9F6;--e-global-color-d77ba1e:#00FFDD;--e-global-color-3cb4bc0:#9754F9;--e-global-color-9ffb84f:#000F26;--e-global-typography-primary-font-family:"Satoshi";--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Neco";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Satoshi";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Satoshi";--e-global-typography-accent-font-weight:500;--e-global-typography-4c59320-font-family:"Satoshi";--e-global-typography-4c59320-font-size:64px;--e-global-typography-4c59320-font-weight:900;--e-global-typography-4c59320-line-height:1.2em;--e-global-typography-8e8dc07-font-family:"Satoshi";--e-global-typography-8e8dc07-font-size:42px;--e-global-typography-8e8dc07-font-weight:900;--e-global-typography-8e8dc07-line-height:1.2em;--e-global-typography-8bacd74-font-family:"Satoshi";--e-global-typography-8bacd74-font-size:28px;--e-global-typography-8bacd74-font-weight:900;--e-global-typography-8bacd74-line-height:1.2em;--e-global-typography-238ae64-font-family:"Satoshi";--e-global-typography-238ae64-font-size:17px;--e-global-typography-238ae64-font-weight:400;--e-global-typography-238ae64-line-height:22px;--e-global-typography-bbba7f2-font-family:"Satoshi";--e-global-typography-bbba7f2-font-size:40px;--e-global-typography-bbba7f2-font-weight:600;--e-global-typography-bbba7f2-line-height:50px;--e-global-typography-18bca82-font-family:"Satoshi";--e-global-typography-18bca82-font-size:24px;--e-global-typography-18bca82-font-weight:900;--e-global-typography-18bca82-line-height:1.2em;color:var( --e-global-color-text );font-family:"Satoshi", Sans-serif;font-size:16px;font-weight:400;line-height:22px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 a:hover{color:var( --e-global-color-3cb4bc0 );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Satoshi", Sans-serif;font-size:16px;font-weight:bold;text-transform:uppercase;border-style:none;padding:0px 20px 13px 20px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:#FFFFFF;border-style:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-text-font-size:16px;--e-global-typography-4c59320-font-size:40px;--e-global-typography-4c59320-line-height:50px;--e-global-typography-8e8dc07-font-size:36px;--e-global-typography-8e8dc07-line-height:46px;--e-global-typography-8bacd74-font-size:24px;--e-global-typography-8bacd74-line-height:34px;--e-global-typography-bbba7f2-font-size:36px;--e-global-typography-bbba7f2-line-height:46px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-kit-6 span.accent {
    color: #00FFDD;
    font-family: neco;
}

.elementor-kit-6 span.subline {
    display:block;
    font-size: 32px;
    font-weight: bold;
}

.elementor-kit-6 span.subline > span {
    color: #00FFDD;
}
h1 span, h2 span, h3 span{
    font-family: "neco", serif;
    font-size:1.1em;
}
.aqua {
    color:#00FFDD;
}
.purple{
    color:#9754F9;
}
.card-gradient-border .elementor-heading-title {
    font-family: "neco", serif!important;
    font-size:25px!important;
}
.elementor-widget-container ul{
    margin-bottom:10px;
}
.reviews-widget{
    max-width: 250px !important;
}
.card-gradient-border {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Pseudo-element with initial diagonal gradient */
.card-gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px; /* subtle but visible */
   background: linear-gradient(135deg,
    rgba(0, 255, 255, 1) 0%,
    rgba(0, 255, 255, 0.2) 25%,
    rgba(0, 255, 255, 0) 49%,
    rgba(0, 255, 255, 0) 51%,
    rgba(0, 255, 255, 0.2) 75%,
    rgba(0, 255, 255, 1) 100%);
  background-size: 200% 200%;
  background-position: 0% 0%;
  transition: background-position 1s ease;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  box-sizing: border-box;
  pointer-events: none;
  z-index: -1;
}

/* On hover — gradient reverses direction (BR to TL) */
.card-gradient-border:hover::before {
  background-position: 100% 100%;
}
/** expanding cards ***/
.ue_button, .contact-form button{
    background-image: linear-gradient(150deg, var(--e-global-color-d77ba1e) 0%, var(--e-global-color-3cb4bc0) 95%);
}
.ue_button:hover, .contact-form button:hover{
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
@media screen and (max-width: 767px) {
  .footer-menu nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0; /* removes default list indent */
  }
}

.heading.white {
  font-size: 40px;
  color: #ffffff;
  font-weight: 900;
}

.primary.heading.white {
  font-size: 65px;
  color: #ffffff;
  font-weight: 900;
}

.secondary.heading.white {
  font-size: 55px;
  color: #ffffff;
  font-weight: 900;
}

@media (max-width: 800px) {
  .heading.white {
    font-size: 25px; /* 20% smaller than 40px */
  }

  .primary.heading.white {
    font-size: 45px; /* 20% smaller than 70px */
  }

  .secondary.heading.white {
    font-size: 35px; /* 20% smaller than 60px */
  }
}

.heading.black {
  font-size: 40px;
  color: #000f26;
  font-weight: 900;
}

.primary.heading.black {
  font-size: 65px;
  color: #000f26;
  font-weight: 900;
}

.secondary.heading.black {
  font-size: 55px;
  color: #000f26;
  font-weight: 900;
}

@media (max-width: 800px) {
  .heading.black {
    font-size: 25px; /* 20% smaller than 40px */
  }

  .primary.heading.black {
    font-size: 45px; /* 20% smaller than 70px */
  }

  .secondary.heading.black {
    font-size: 35px; /* 20% smaller than 60px */
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Satoshi';
	font-display: auto;
	src: url('https://aiad.com.au/wp-content/uploads/2025/01/Satoshi-Variable.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Neco';
	font-display: auto;
	src: url('https://aiad.com.au/wp-content/uploads/2025/01/Neco-Variable.ttf') format('truetype');
}
/* End Custom Fonts CSS */