.elementor-kit-8{--e-global-color-primary:#040229;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#202020AD;--e-global-color-accent:#FF6914;--e-global-color-31ca3de:#F8CE68;--e-global-color-2d2bbcb:#202020;--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-8 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 */html { font-size: 16px; } /* Default root size */

.xxxlarge :is(h1, h2, h3, h4, h5, h6, p, a, span, button) {
    font-size: clamp(2.25rem, 1.60345rem + 2.75862vw, 3.50rem);
    line-height: 1.3;
}

.xxlarge :is(h1, h2, h3, h4, h5, h6, p, a, span, button) {
    font-size: clamp(2.00rem, 1.48276rem + 2.20690vw, 3.00rem);
    line-height: 1.3;
}

.xlarge :is(h1, h2, h3, h4, h5, h6, p, a, span, button) {
    font-size: clamp(1.75rem, 1.36207rem + 1.65517vw, 2.50rem);
    line-height: 1.3;
}

.large :is(h1, h2, h3, h4, h5, h6, p, a, span, button) {
    font-size: clamp(1.50rem, 1.24138rem + 1.10345vw, 2.00rem);
    line-height: 1.3;
}

.medium :is(h1, h2, h3, h4, h5, h6, p, a, span) {
    font-size: clamp(1.25rem, 1.12069rem + 0.55172vw, 1.50rem);
    line-height: 1.3;
}

.normal :is(h1, h2, h3, h4, h5, h6, p, a, span,button) {
    font-size: clamp(1.00rem, 0.93534rem + 0.27586vw, 1.13rem);
}

.small :is(h1, h2, h3, h4, h5, h6, p, a, span, button) {
    font-size: clamp(0.94rem, 0.90517rem + 0.13793vw, 1.00rem);
    line-height: 1.3;
}

.xsmall :is(h1, h2, h3, h4, h5, h6, p, a, span, button) {
    font-size: clamp(0.88rem, 0.84267rem + 0.13793vw, 0.94rem);
    line-height: 1.3;
}

.nav_menu :is(h1, h2, h3, h4, h5, h6, p, a) {
    font-size: clamp(1.25rem, 1.31466rem + -0.27586vw, 1.13rem);
    line-height: 1.0;
}

.hero_heading :is(h1, h2, h3, h4, h5, h6, p) {
    font-size: clamp(1.50rem, 0.72414rem + 3.31034vw, 3.00rem);
    line-height: 1.1;
}

.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}


/* Strong override for all email & phone links site-wide */
:root a[href^="mailto"],
:root a[href^="tel"],
:root a[href^="mailto"]:hover,
:root a[href^="tel"]:hover {
  text-decoration: none !important;
  color: #ffffff !important; /* change this to your desired color */
}

/* Also target links inside Elementor widgets */
.elementor a[href^="mailto"],
.elementor a[href^="tel"] {
  text-decoration: none !important;
  color: #ffffff !important;
}

/* Sometimes links are styled with border-bottom instead of text-decoration */
a[href^="mailto"],
a[href^="tel"] {
  border-bottom: none !important;
  background-image: none !important;
}


/* ----------------------------------------- */
/* NAV MENU COLORS                           */
/* ----------------------------------------- */

/* Normal Menu Items */
.elementor-nav-menu--main .elementor-item {
    color: #ffffff !important;
}

/* Hover State */
.elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--main .elementor-item:focus {
    color: #FF6915 !important;
}

/* Active Menu Item (current page) */
.elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-nav-menu--main .current-menu-item > a.elementor-item {
    color: #FF6915 !important;
}

/* ----------------------------------------- */
/* BUTTON COLORS (Start a Project button)    */
/* ----------------------------------------- */

/* Normal Button Text */
.elementor-button,
.elementor-button .elementor-button-text {
    color: #ffffff !important;
}

/* Hover Button Text — remain white */
.elementor-button:hover .elementor-button-text,
.elementor-button:hover {
    color: #ffffff !important;
}


/* Remove the white background from the template popup wrapper */
body .popup, 
body .popup-wrapper, 
body .popup-overlay, 
body .popup-container, 
body .wp-block-popup, 
body .wp-block-popup__overlay,
body .wp-block-popup__container {
    background: transparent !important;
}

/* Remove default padding that reveals the white edges */
body .popup-container,
body .wp-block-popup__container {
    padding: 0 !important;
    box-shadow: none !important;
}/* End custom CSS */