.elementor-kit-5{--e-global-color-primary:#00162E;--e-global-color-secondary:#00162E;--e-global-color-text:#0F0F0F;--e-global-color-accent:#E0BA55;--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;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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;}}/* Start custom CSS *//* MOBILE HEADER 3-COLUMN LAYOUT */
@media (max-width: 767px){

  /* Force header row into 3 columns */
  .mobile-header{
    display: grid !important;
    grid-template-columns: auto auto auto;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
  }

  /* Logo stays left */
  .mobile-header .header-logo{
    justify-self: start;
  }

  /* Menu icon centered */
  .mobile-header .header-menu{
    justify-self: center;
  }

  /* CTA button right */
  .mobile-header .header-cta{
    justify-self: end;
  }

  /* Make sure items don't wrap or collapse */
  .mobile-header > div{
    min-width: 0;
  }

  /* Optional: tighten button on mobile */
  .header-cta .elementor-button{
    padding: 10px 14px;
    font-size: 14px;
    white-space: nowrap;
  }
}

.esnet-embed{
  width: 100%;
  height: 85vh;      /* mobile-friendly height */
  min-height: 900px; /* fallback for larger pages */
}

@media (max-width: 768px){
  .esnet-embed{
    height: 92vh;       /* taller on phones */
    min-height: 1100px; /* prevents “cut off” */
  }
}

/* Round all normal images */
.elementor img {
    border-radius: 15px !important;
}

/* Round Elementor image widgets specifically */
.elementor-widget-image img {
    border-radius: 15px !important;
}

/* Round WooCommerce product images if applicable */
.woocommerce img {
    border-radius: 15px !important;
}

.elementor-widget-image,
.elementor-widget-image img,
.elementor img {
    border-radius: 15px !important;
    overflow: hidden;
}

/* Elementor buttons */
.elementor-button {
    border-radius: 15px !important;
}

/* Default WordPress buttons */
button,
input[type="button"],
input[type="submit"],
.wp-block-button__link {
    border-radius: 15px !important;
}

/* WooCommerce buttons */
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
    border-radius: 15px !important;
}


/* Hide in Elementor Editor Only */
body.elementor-editor-active .hide-in-editor {
    display: none !important;
}

/* Desktop */
.elementor-widget-text-editor .elementor-text-editor p,
.elementor-widget-text-editor .elementor-text-editor li,
.elementor-widget-text-editor .elementor-text-editor span,
.elementor-widget-text-editor .elementor-text-editor a {
    font-size: 17px !important;
    line-height: 1.6;
}

/* Tablet + Mobile */
@media (max-width: 1024px) {
    .elementor-widget-text-editor .elementor-text-editor p,
    .elementor-widget-text-editor .elementor-text-editor li,
    .elementor-widget-text-editor .elementor-text-editor span,
    .elementor-widget-text-editor .elementor-text-editor a {
        font-size: 16px !important;
    }
}


}


.elementor img:not(.custom-logo):not(.skip-square):not(.elementor-icon *) {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  object-position: center !important;
}


}

/* Remove ALL box shadows */
*,
*::before,
*::after {
    box-shadow: none !important;
}

/* Remove ALL text shadows */
*,
*::before,
*::after {
    text-shadow: none !important;
}

/* Remove ALL filter drop shadows */
*,
*::before,
*::after {
    filter: none !important;
}

/* Remove Elementor hover / transition shadows */
.elementor *,
.elementor *::before,
.elementor *::after {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
}

/* Kill common shadow utility classes */
.shadow,
.has-shadow,
.elementor-box-shadow,
.elementor-animation-shadow {
    box-shadow: none !important;/* End custom CSS */