.elementor-kit-11{--e-global-color-primary:#20232A;--e-global-color-secondary:#323640;--e-global-color-text:#FFFFFF;--e-global-color-accent:#1CEF58;--e-global-color-91ee0c3:#20232A;--e-global-color-460f062:#323640;--e-global-color-352addc:#1CEF58;--e-global-color-f8be5b1:#FFFFFF;--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;background-color:#20232A;color:#FFFFFF;font-family:"Montserrat", Sans-serif;font-size:1rem;line-height:28px;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:#20232A00;font-family:"Montserrat", Sans-serif;text-transform:uppercase;color:var( --e-global-color-text );border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:0px 30px 30px 0px;padding:8px 16px 8px 16px;}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{background-color:#FFFFFF00;color:var( --e-global-color-accent );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-accent );border-radius:0px 30px 30px 0px;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:#FFFFFF;font-family:"Montserrat", Sans-serif;font-size:0.8rem;}.elementor-kit-11 a:hover{color:var( --e-global-color-accent );}.elementor-kit-11 h1{color:#FFFFFF;font-family:"Bruno Ace SC", Sans-serif;font-size:3.8rem;}.elementor-kit-11 h2{color:#FFFFFF;font-family:"Bruno Ace SC", Sans-serif;font-size:3.05rem;}.elementor-kit-11 h3{color:#FFFFFF;font-family:"Bruno Ace SC", Sans-serif;font-size:2.45rem;}.elementor-kit-11 h4{color:#FFFFFF;font-family:"Bruno Ace SC", Sans-serif;font-size:1.95rem;}.elementor-kit-11 h5{color:#FFFFFF;font-family:"Bruno Ace SC", Sans-serif;line-height:24px;}.elementor-kit-11 h6{color:var( --e-global-color-accent );font-family:"Montserrat", Sans-serif;text-transform:uppercase;letter-spacing:3.5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-11 h1{line-height:0.8em;}.elementor-kit-11 h2{line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-11 h1{font-size:3.05rem;}.elementor-kit-11 h2{font-size:1.95rem;}.elementor-kit-11 h3{font-size:1.25rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ----------------------------------
:: RESPONSIVE UTILITES
---------------------------------- */
/* HIDE - On Tablet and lower ---------------- */
@media (max-width: 1024px) {
    .hide-tablet { display: none; }
}

/* HIDE - On Mobile ---------------- */
@media (max-width: 480px) {
    .hide-mobile { display: none; }
}

/* Hex Code P ----------------*/
.colour-swatch-hex {
    position: relative;
    background-color: black;
    color: white;
    padding: 0px 5px;
    width: fit-content;
    text-transform: uppercase;
    pointer-events: none;
}

/* Hiding Horizontal scroll bar ----------------*/
body, html {
    overflow-x: hidden;
}


/* ----------------------------------
:: DARK THEME
---------------------------------- */

/* Headings ---------------- */
.theme-dark h1 { color: white; }
.theme-dark h2 { color: white; }
.theme-dark h3 { color: white; }
.theme-dark h4 { color: white; }
.theme-dark h5 { color: white; }


/* Paragraphs ---------------- */
.theme-dark .elementor-widget-text-editor p {
  color: white;
}


/* Links ---------------- */
.theme-dark .elementor-widget-text-editor a {
  color: white;
  border-bottom: 1px solid white;
}

.theme-dark .elementor-widget-text-editor a:hover {
  color: gray;
}

.theme-dark select option {
    color: black;
    background-color: white;
}

/* Buttons ---------------- 
.theme-dark .elementor-button {
  color: white;
  border: 1px solid white;
  background-color: transparent;
}

.theme-dark .elementor-button:hover {
  color: black;
  border: 1px solid white;
  background-color: white;
}
*/

/* Buttons ---------------- 
.theme-dark .elementor-button {
  color: white;
  border: 1px solid white;
  background-color: transparent;
}

.theme-dark .elementor-button:hover {
  color: black;
  border: 1px solid white;
  background-color: white;
}
*/

/* ----------------------------------
:: LIGHT THEME
---------------------------------- */


/* Paragraphs ---------------- */
.theme-light .elementor-widget-text-editor p {
  color: #323640;
}


/* Links ---------------- */
.theme-light a {
  color: #1cef58;
  border-bottom: none;
  font-weight: 600;
}

.theme-light a:hover {
  color: #323640;
}

.theme-light select option {
    color: black;
    background-color: white;
}


/* ----------------------------------
:: HALF BUTTON
---------------------------------- */

.half-button {
    display: inline-block;
  position: relative;
  background-color: transparent;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
 
}

.half-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: gray;
  height: 100%;
  width: 40px;
  z-index: -1;
  transition: width 0.2s;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.half-button:hover::before {
  width: 100%;
}

/* ----------------------------------
:: CONTACT FORM
---------------------------------- */

/* Remove Focus Border from inputs ---------------- */
.elementor-field-group .elementor-field-textual:focus {
    box-shadow: none !important;
    
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Bruno Ace SC';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('https://arcaerosystems.makeuser.co/wp-content/uploads/2024/01/brunoacesc-regular-webfont.woff2') format('woff2'),
		url('https://arcaerosystems.makeuser.co/wp-content/uploads/2024/01/brunoacesc-regular-webfont.woff') format('woff'),
		url('https://arcaerosystems.makeuser.co/wp-content/uploads/2024/01/BrunoAceSC-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */