.elementor-kit-6{--e-global-color-primary:#0518B5;--e-global-color-secondary:#8D063A;--e-global-color-text:#0C0C0C;--e-global-color-accent:#07835B;--e-global-color-a0da1ad:#FFFFFF;--e-global-color-df69b0c:#000000;--e-global-typography-primary-font-family:"Sanchez";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sanchez";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sanchez";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Sanchez", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );font-family:"Sanchez", Sans-serif;}.elementor-kit-6 h1{font-family:"Outfit", Sans-serif;font-size:108px;font-weight:600;}.elementor-kit-6 h2{font-family:"Outfit", Sans-serif;font-size:52px;font-weight:600;}.elementor-kit-6 h3{font-family:"Outfit", Sans-serif;font-size:42px;font-weight:600;}.elementor-kit-6 h4{font-family:"Outfit", Sans-serif;font-size:25px;font-weight:600;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Sanchez", Sans-serif;border-radius:100px 100px 100px 100px;padding:10px 20px 10px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1560px;}.e-con{--container-max-width:1560px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Heading:Outfit; --Body:Sanchez; --h1:108px; --h2:51px; --h3:35px; --Primary:rgb(5, 23, 181); --Secondary:rgb(7, 131, 91); --Black:rgb(12, 12, 12); --White:#ffffff; }
/* Start custom CSS */.mbtn a {
    transition: 0.4s ease-in-out;
    padding-right: 10px !important;
}

.mbtn a .elementor-button-text {
    transition: 0.4s ease-in-out;
}

.mbtn a:hover .elementor-button-text {
    padding-right: 30px;
}

.mbtn .elementor-button-icon {
    opacity: 0.5
}

.mbtn a:hover .elementor-button-icon {
    opacity: 1
}

/* ── Full screen overlay ── */
nav.elementor-nav-menu__container.elementor-nav-menu--dropdown {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-height: calc(100vh - 70px) !important;
    overflow-y: auto !important;
    z-index: 999999 !important;
    background: #fff !important;
    padding: 100px 30px 60px !important;
    box-shadow: none !important;
    border: none !important;
}

/* ── Top level items ── */
nav.elementor-nav-menu__container.elementor-nav-menu--dropdown>ul>li>a.elementor-item {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #000 !important;
    padding: 18px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #eee !important;
    text-transform: none !important;
}

/* ── Sub-menus inline (not popup) ── */
nav.elementor-nav-menu__container.elementor-nav-menu--dropdown .sub-menu {
    position: static !important;
    width: 100% !important;
    left: auto !important;
    top: auto !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    padding: 0 0 0 20px !important;
    min-width: 0 !important;
    text-transform: none !important;
}

/* ── Sub-menu items ── */
nav.elementor-nav-menu__container.elementor-nav-menu--dropdown .sub-menu a.elementor-sub-item {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 10px 0 !important;
    display: block !important;
    border-bottom: 1px solid #f5f5f5 !important;
    color: #444 !important;
    text-transform: none !important;
}

/* ── Lock burger button above overlay ── */
.elementor-menu-toggle {
    position: relative;
    z-index: 9999999 !important;
}

.highlight {
    position: relative;
    display: inline;
     --highlight-color:#07835b;
}

.highlight-red{
    --highlight-color:#8F1238;
}
.highlight-svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: visible;
    pointer-events: none;
    z-index: -1;
}

.highlight-svg path {
    stroke: var(--highlight-color);
    stroke-width: 8px;
    stroke-linecap: square;
    stroke-linejoin: bevel;
    fill: none;
    vector-effect: non-scaling-stroke;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}


/* .highlight::after {
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: -8px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10'%3E%3Cpath d='M0,8 C35,2 68,3 96,5 L100,2' stroke='%2307835b' stroke-width='3.7' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.highlight-red::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10'%3E%3Cpath d='M0,8 C35,2 68,3 96,5 L100,2' stroke='%238D063A' stroke-width='3.7' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
} */

/* .highlight::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 16px;
  background-image: url(https://venningadvisors.com/wp-content/uploads/2026/07/highlight-green.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s ease-out;
}
.highlight-red::after {
  height: 12px;
  background-image: url(https://venningadvisors.com/wp-content/uploads/2026/07/highlight-red.png);
} */


/* when in viewport */
.highlight.is-drawn::after {
  transform: scaleX(1);
}


@media only screen and (min-height: 700px) and (min-width: 640px) {
    body:not(.elementor-editor-active) .elementor[data-elementor-type="wp-page"]>.e-con>.e-con {
        position: sticky !important;
        top: 0 !important;
    }
}

.elementor[data-elementor-type="wp-page"]>.e-con>.e-con {
    background-color: #ffffff;
}

.elementor[data-elementor-type="wp-page"]>.e-con>.e-con:nth-child(1) {
    z-index: 1;
}

.elementor[data-elementor-type="wp-page"]>.e-con>.e-con:nth-child(2) {
    z-index: 2;
}

.elementor[data-elementor-type="wp-page"]>.e-con>.e-con:nth-child(3) {
    z-index: 3;
}

.elementor[data-elementor-type="wp-page"]>.e-con>.e-con:nth-child(4) {
    z-index: 4;
}

.elementor[data-elementor-type="wp-page"]>.e-con>.e-con:nth-child(5) {
    z-index: 5;
}

.elementor[data-elementor-type="wp-page"]>.e-con>.e-con:nth-child(6) {
    z-index: 6;
}

.elementor[data-elementor-type="wp-page"]>.e-con>.e-con:nth-child(7) {
    z-index: 7;
}

.elementor[data-elementor-type="wp-page"]>.e-con>.e-con:nth-child(8) {
    z-index: 8;
}

.elementor[data-elementor-type="wp-page"]>.e-con>.e-con:nth-child(9) {
    z-index: 9;
}

.elementor[data-elementor-type="wp-page"]>.e-con>.e-con:nth-child(10) {
    z-index: 10;
}


.va-banner-wrap {
  position: relative !important;
  overflow: hidden !important;
}

.va-banner-parallax {
  position: relative !important;
  height: 100%;
  min-height: inherit;
  overflow: hidden !important;
  background-color: transparent !important;
}

.va-banner-parallax.va-banner-ready {
  background-image: none !important;
}

.va-banner-parallax .va-banner-media {
  position: absolute;
  inset: -30% 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 40%;
  will-change: transform, background-position;
}

.va-banner-parallax > *:not(.va-banner-media) {
  position: relative;
  z-index: 1;
}

.va-banner-zoom {
  position: relative !important;
  overflow: hidden !important;
}

.va-banner-zoom.va-banner-ready {
  background-image: none !important;
  background-color: transparent !important;
}

.va-banner-zoom .va-banner-media {
  position: absolute;
  inset: -30% 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform-origin: center center;
  will-change: transform;
}

/* gradient overlay (does not zoom) */
.va-banner-zoom::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(40deg, #000a61 0%, #0517b5cc 100%);
}

.va-banner-zoom > *:not(.va-banner-media) {
  position: relative;
  z-index: 2;
}
.elementor-nav-menu>li{cursor:pointer}
.e-con>.e-con-inner{    padding-left: 30px;
    padding-right: 30px;}
    
.elementor-post-navigation {
    flex-direction: row-reverse;
}
.elementor-post-navigation .elementor-post-navigation__prev { text-align: right; }
.elementor-post-navigation .elementor-post-navigation__next { text-align: left;  }

/* optional: move the arrow icons to the other side of the text */
.elementor-post-navigation__prev a,
.elementor-post-navigation__next a { flex-direction: row-reverse; }

/* flip both arrow glyphs */
.elementor-post-navigation .post-navigation__arrow-wrapper i,
.elementor-post-navigation .post-navigation__arrow-wrapper svg {
    transform: scaleX(-1);
}/* End custom CSS */