.elementor-kit-6{--e-global-color-primary:#199BE6;--e-global-color-secondary:#6CA1E2;--e-global-color-text:#7A7A7A;--e-global-color-accent:#EDECF4;--e-global-color-8329873:#101010;--e-global-typography-primary-font-family:"Google sans flex 36pt medium";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Roboto-Regular";--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;color:var( --e-global-color-accent );font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-size:64px;font-style:normal;line-height:76.8px;}.elementor-kit-6 h1{color:var( --e-global-color-accent );font-family:"Inter", Sans-serif;font-weight:500;font-style:normal;line-height:76.8px;}.elementor-kit-6 h2{color:var( --e-global-color-8329873 );font-family:"Inter", Sans-serif;font-size:48px;font-weight:500;font-style:normal;line-height:57.6px;}.elementor-kit-6 h3{font-family:"Inter", Sans-serif;font-size:24px;font-weight:500;font-style:normal;line-height:31.2px;}.elementor-kit-6 h4{color:var( --e-global-color-accent );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );border-style:solid;border-radius:6px 6px 6px 6px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1728px;}.e-con{--container-max-width:1728px;}.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{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-line-height:1.6em;--e-global-typography-text-font-size:15px;--e-global-typography-text-line-height:1.6em;}.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:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ══════════════════════════════
   GLOBAL
══════════════════════════════ */
html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

/* ══════════════════════════════
   DESKTOP NAVBAR
══════════════════════════════ */
#navbar-desktop {
    display: flex !important;
    visibility: visible !important;
    width: 100% !important;
    justify-content: space-between !important;
}

/* ── Inner containers ── */
#navbar-desktop > .e-con-inner,
#navbar-desktop.e-con > .e-con-inner {
    justify-content: space-between !important;
}

.elementor-element-08aaf26.e-con {
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
}

.elementor-element-6673bb1.e-con {
    justify-content: space-between !important;
    width: 100% !important;
    flex: 1 !important;
}

/* ══════════════════════════════
   STICKY NAVBAR FIX
   (Elementor JS injects fixed px width — override it)
══════════════════════════════ */
.elementor-element-82dfd57.elementor-sticky--active,
.elementor-element-82dfd57.elementor-sticky--effects {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box !important;
}

[data-id="82dfd57"][style*="width"] {
    width: 100% !important;
}

/* ── Sticky — desktop navbar visible ── */
.elementor-sticky--effects #navbar-desktop,
.elementor--sticky #navbar-desktop {
    display: flex !important;
    visibility: visible !important;
    width: 100% !important;
    justify-content: space-between !important;
}

/* ── Sticky — mobile navbar hidden on desktop ── */
.elementor-sticky--effects #navbar-mobile,
.elementor--sticky #navbar-mobile {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

/* ══════════════════════════════
   MOBILE NAVBAR
══════════════════════════════ */
#navbar-mobile {
    display: none !important;
    visibility: hidden !important;
}

/* ══════════════════════════════
   TABLET & MOBILE
══════════════════════════════ */
@media (max-width: 1023px) {

    #navbar-desktop,
    .elementor-sticky--effects #navbar-desktop,
    .elementor--sticky #navbar-desktop {
        display: none !important;
        visibility: hidden !important;
    }

    #navbar-mobile,
    .elementor-sticky--effects #navbar-mobile,
    .elementor--sticky #navbar-mobile {
        display: flex !important;
        visibility: visible !important;
        height: auto !important;
        overflow: visible !important;
        pointer-events: auto !important;
        width: 100% !important;
        min-width: 100% !important;
        flex: 1 !important;
        justify-content: space-between !important;
    }

    /* Sticky width fix for tablet too */
    .elementor-element-82dfd57.elementor-sticky--active,
    .elementor-element-82dfd57.elementor-sticky--effects {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        box-sizing: border-box !important;
    }

    [data-id="82dfd57"][style*="width"] {
        width: 100% !important;
    }
}

/* ══════════════════════════════
   FOOTER — HOMEPAGE ONLY
══════════════════════════════ */
body.home .elementor-location-footer {
    position: relative !important;
    z-index: 1 !important;
    margin-top: -280px !important;
}

/* ══════════════════════════════
   FOOTER — ALL OTHER PAGES
══════════════════════════════ */
body:not(.home) .elementor-location-footer {
    position: relative !important;
    z-index: 1 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Hide page title */
.entry-title,
.page-title,
h1.entry-title {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  height: 0 !important;
}

.entry-header,
.page-header {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

/* Remove space between header and content */
.site-main,
#main,
#content,
.site-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Remove space below footer */
.site-content,
#content,
#main,
.site-main,
#page,
.site {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Google sans flex 36pt medium';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.innovit.com/wp-content/uploads/2026/02/GoogleSansFlex_36pt-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto-Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.innovit.com/wp-content/uploads/2026/03/Roboto-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */