/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra Child Theme by OuterBox
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* TOC:
- Variables
- Utility
- Typography
- Slider
- Carousel
- Video
- Tabbed Content
- Tables
- Forms
- Mobile Menu
*/
@import url("https://use.typekit.net/piu2nml.css ");

html,
body {
  overflow-x: hidden;
}

body {
    font-family: "Arial Narrow", Arial;
}
.grecaptcha-badge,
iframe[src*="recaptcha"] {
  max-width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Termina", Arial !important;
}


:root {
	/* Spacing */
	--space-base: 16px;
	--space-xxs: calc(var(--space-base)* 0.25);
	--space-xs: calc(var(--space-base)* 0.5);
	--space-sm: calc(var(--space-base)* 0.75);
	--space-md: calc(var(--space-base)* 1.5);
	--space-lg: calc(var(--space-base)* 2);
	--space-xl: calc(var(--space-base)* 2.5);
	--space-xxl: calc(var(--space-base)* 4);
	--space-xxxl: calc(var(--space-base)* 5);
	--section-space: calc(var(--space-base)* 8);
	--section-side-space: 64px;
	--section-side-carousel-content: 64px;
	--gutter: var(--space-xxl);
	--gutter-sm: var(--space-lg);

	/* Fonts */
	--text-base: 16px;
	--text-sm: calc(var(--text-base)* 0.875);
	--text-lg: calc(var(--text-base)* 1.125);
	--heading-xxs: calc(var(--text-base)* 0.875);
	--heading-xs: calc(var(--text-base)* 1);
	--heading-sm: calc(var(--text-base)* 1.25);
	--heading-md: calc(var(--text-base)* 1.5);
	--heading-lg: calc(var(--text-base)* 2);
	--heading-xl: calc(var(--text-base)* 2.5);
	--heading-xxl: calc(var(--text-base)* 3);
	--heading-xxxl: calc(var(--text-base)* 3.5);
	--font-weight-regular: 400;
	--font-weight-bold: 700;
	--font-weight-demi: 600;
	--line-height-body:1.5;
	--line-height-heading:1.25;
	--font-family-heading: "Termina", Arial;
	--font-family-body: "Arial Narrow", Arial;

	/* Colors */
	--color-brand-01: #0BB0DA;
	--color-brand-02: #333333;
	--color-brand-03: #000000;
	--color-brand-04: #FFFFFF;
	--color-text-black: var(--color-brand-03);
	--color-text-white-titles: #FFFFFF;
	--color-text-white-body: #C7C6C6;
	--color-text-01: var(--color-brand-01);
	--color-text-02: var(--color-brand-02);
	--color-text-03: #0C66AC;
	--color-ui-01: #F5F5F5;
	--color-ui-02: #C7C6C6;
	--color-ui-03: #181818;
	--color-ui-white: #FFFFFF;
	--color-ui-black: #000000;


	/* Border Radius */
	--border-radius-sm: 4px;
	--border-radius-md: 8px;
	--border-radius-lg: 24px;
	--border-radius-button: 0;
	--border-radius-element: 0;
	--container-max: 1440px;
}
@media only screen and (max-width : 991px) {	
    :root {
    --heading-xxs: calc(var(--text-base)*0.875);
    --heading-xs: calc(var(--text-base)*1);
    --heading-sm: calc(var(--text-base)*1.125);
    --heading-md: calc(var(--text-base)*1.25);
    --heading-lg: calc(var(--text-base)*1.5);
    --heading-xl: calc(var(--text-base)*2);
    --heading-xxl: calc(var(--text-base)*2.5);
    --heading-xxxl: calc(var(--text-base)*3);
    --section-space: var(--space-xl);
    --section-side-space: var(--space-base);
    --gutter: var(--space-lg);
    --gutter-sm: var(--space-md);
    }
}
.e-n-accordion p{
  font-family: var(--font-family-body)!important;
}
.e-con>.e-con-inner {
	max-width: var(--container-max) !important;
}
.elementor-button,
.font-arial-narrow{
    font-family: var(--font-family-body) !important;
}

  input.gform_button {
    font-size: 16px!important;
      border-radius: var(--border-radius-button);
      padding: var(--space-sm) var(--space-md) !important;
      font-family: var(--font-family-body) !important;
      font-weight: var(--font-weight-bold);
      text-transform: uppercase;
      line-height: 1.35 !important;
  }
@media only screen and (max-width : 991px) {	
    :root {	
		--heading-xxs: calc(var(--text-base)* 0.875);
		--heading-xs: calc(var(--text-base)* 1);
		--heading-sm: calc(var(--text-base)* 1.125);
		--heading-md: calc(var(--text-base)* 1.25);
		--heading-lg: calc(var(--text-base)* 1.5);
		--heading-xl: calc(var(--text-base)* 2);
		--heading-xxl: calc(var(--text-base)* 2.5);
		--heading-xxxl: calc(var(--text-base)* 3);
		--section-space: calc(var(--space-base)* 4);
		--gutter: var(--space-xl);
		--gutter-sm: var(--space-md);
    }
}
body.home .breadcrumb-wrapper {
  display: none;
}
#breadcrumbs {
  display: inline;
  color: #fff
  font-family: var(--font-family-body);
  font-size: var(--text-sm);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}
#breadcrumbs  >  span {
  display: flex;
  gap: var(--space-base);
}
#breadcrumbs a {
  text-decoration: underline;
  color: inherit;
  color: #C7C6C6;
}
#breadcrumbs .separator{
	color: #0BB0DA;
	font-size: var(--text-base);
	font-weight: var(--font-weight-bold);
	line-height: 150%; /* 24px */
}

.mobile-breadcrumb-back{
    color: #fff !important;
    font-size: var(--text-sm);
    font-weight: 400;
    line-height: 150%;
}
.mobile-breadcrumb-back .fas:before{
    color: #0BB0DA;
    font-size: 12px;
}
@media(max-width:768px){
	.breadcrumb-wrapper .e-con-inner {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}
/* Utility */
.border-radius-element {
    img, span, div, .elementor-slides .swiper-slide {
    border-radius: var(--border-radius-element);
}}

.padding-full {
    padding: var(--section-space) var(--section-side-space);
}

.padding-top {
    padding: var(--section-space) var(--section-side-space) 0 var(--section-side-space);
}

.padding-bottom {
    padding: 0 var(--section-side-space) var(--section-space) var(--section-side-space);
}

.padding-none {
    padding: 0px var(--section-side-space);
}

/* Typography */

a.elementor-element{
    text-decoration: none !important;
}

.eyebrow-heading {
    span, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
    font-size: var(--heading-xs);
    font-family: var(--font-family-body);
    text-transform: uppercase;
    font-weight:var(--font-weight-bold);
    letter-spacing: 1px;
}}

.headline-heading {
    span, h1, h2, h3, h4, h5, h6 {
    line-height: var(--line-height-heading);
    font-size: var(--heading-xxxl);
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-bold);
}}

.heading1 {
    span, h1, h2, h3, h4, h5, h6 {
    line-height: var(--line-height-heading);
    font-size: var(--heading-xxl);
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-bold);
}}

.heading2 {
    span, h1, h2, h3, h4, h5, h6 {
    line-height: var(--line-height-heading);
    font-size: var(--heading-xl);
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-bold);
}}

.heading3 {
    span, h1, h2, h3, h4, h5, h6 {
    line-height: var(--line-height-heading);
    font-size: var(--heading-lg);
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-bold);
}}

.heading4 {
    span, h1, h2, h3, h4, h5, h6 {
    line-height: var(--line-height-heading);
    font-size: var(--heading-md);
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-bold);
}}


.heading5 {
    span, h1, h2, h3, h4, h5, h6 {
    line-height: var(--line-height-heading);
    font-size: var(--heading-sm);
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-bold);
}}

.heading6 {
    span, h1, h2, h3, h4, h5, h6 {
    line-height: var(--line-height-body);
    font-size: var(--heading-xs);
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-bold);
}}


p {
    margin-bottom: 0!important;
    font-size: var(--text-base);
    font-family: var(--font-family-body);
    line-height: var(--line-height-body);
}

.p--small {
    font-size: var(--text-sm);
}

.p--large {
    font-size: var(--text-lg);
}

p + p {
    margin-top: var(--space-base)!important;
}

span, h1, h2, h3, h4, h5, h6, p {
    max-width: 768px!important;
}}

body, button, input, select, textarea, {
    font-family: var(--font-family-body);
}
.no-results.not-found input.search-submit,
form .gform_button,
.elementor-button{
   border-radius:var(--border-radius-button);
   padding:var(--space-sm) var(--space-md) !important;
   
   font-family: var(--font-family-body) !important;
   font-size: var(--text-base);
   font-style: normal;
   font-weight: var(--font-weight-bold);
   line-height: 150%; /* 24px */
   text-transform: uppercase;
}
input.search-submit {
    background-color: #000000 !important;
    fill: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #000000;
}
input.search-submit:hover{
  background-color: #fff!important;
  color: #000!important;
  border: 2px solid #000!important;
}
form .gform_button{
  padding: 8px var(--space-md)!important;
}
/* Bucket A & B */
.bucket-a > div:first-child,
.bucket-b > div:first-child{
  position: relative;
  overflow: hidden;
}

.bucket-a > div:first-child::after, 
.bucket-b > div:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.00) 80.86%,
    #000 100%
  );
  pointer-events: none;
}

.bucket-a:hover .btn-tertiary .elementor-button{
    text-decoration-color: #0BB0DA !important;
}

.materials-container, 
.bucket-text-wrapper{
    --flex-wrap: unset !important;
}
/* Button Secondary */
.btn-secondary .elementor-button{
	
}
/* Button Tertiary */
.btn-tertiary  .elementor-button{
    padding: 0 !important;
    text-decoration: underline !important;
    text-underline-offset: 12px;
    text-decoration-thickness: 2px !important;
	background-color: transparent;
}

.btn-tertiary .elementor-button:hover{
    text-decoration-color: #0BB0DA !important;
    background-color: transparent!important;
}

/* Button Download */
.btn-download .elementor-button{
    width: 100%;
    padding: var(--space-md) !important;
}

.btn-download .elementor-button:hover{
    background: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}
.btn-download  .elementor-button-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

p a:hover {
    color: #0BB0DA;
}

/* Bullet List */
main .elementor-widget-text-editor .elementor-widget-container ul{
    padding: 0;
    margin: 15px 0px;
	list-style: none;
}
main .elementor-widget-text-editor .elementor-widget-container ul li {
    position: relative;
    padding-left: 25px;
}
main .bullet-list.elementor-widget-text-editor .elementor-widget-container ul {
    list-style-type: disc;
    padding-left: 20px;
}
main .bullet-list.elementor-widget-text-editor .elementor-widget-container ul li{
    padding-left: 0;
}
main .bullet-list.elementor-widget-text-editor .elementor-widget-container ul li::before {
    content: none;
}

main .elementor-widget-text-editor .elementor-widget-container ul li::marker {
    color: #0BB0DA;
    font-size: 17px;
}
main .elementor-widget-text-editor .elementor-widget-container ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 7 Pro";
    font-weight: 900;
    color: #0BB0DA;
    position: absolute;
    left: 0;
    font-size: 17px;
}
main .elementor-widget-text-editor .elementor-widget-container ul li ul{
    list-style: none;
    padding-left: 24px;
}

main .elementor-widget-text-editor .elementor-widget-container ul li  ul li {
    position: relative;
}

main .elementor-widget-text-editor .elementor-widget-container ul li li::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 0.55em;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: 2px solid #0BB0DA;
    border-radius: 50%; 
    box-sizing: border-box;
}

/* Our Process */
@media(max-width:768px){
	.our-process-intro{
		padding: 0;
	}
}

/* Slider */
.elementor-swiper{
    margin-bottom: 16px;
}
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -18px;
}
.elementor-element.elementor-arrows-position-outside .swiper{
    width: calc(100% - 80px);
}
.elementor-slides .swiper-slide{
    position: relative;
    overflow: hidden;
}


/* Carousel */
.swiper-pagination-bullet{
    opacity: 1;
    position: relative;
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="%23ffffff" d="M6,12c-3.31,0-6-2.69-6-6S2.69,0,6,0s6,2.69,6,6-2.69,6-6,6ZM6,1C3.24,1,1,3.24,1,6s2.24,5,5,5,5-2.24,5-5S8.76,1,6,1Z"/></svg>');
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active{
    mask: none;
}
.elementor-swiper-button .fa-arrow-left,
.elementor-swiper-button .fa-arrow-right,
.eicon-chevron-left,
.eicon-chevron-right{
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.38,11.06L10.66,1.34l1.34-1.34,12,12-12,12-1.34-1.34,9.72-9.72H0v-1.89h20.38Z" style="fill-rule:evenodd;"/></svg>');
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    display: block;
}
.elementor-swiper-button .fa-arrow-left:before,
.elementor-swiper-button .fa-arrow-right:before,
.eicon-chevron-left:before,
.eicon-chevron-right:before{
    background-color: currentColor;
}
.elementor-swiper-button .fa-arrow-left,
.eicon-chevron-left{
    transform: rotate(180deg);
}

/* Container Above Carousel */
.container-above-loop .e-con-inner{
    padding-left: 40px !important;
    padding-right: 40px !important;
}

/* Loop Carousel - White Background */
.carousel-white-background i.eicon-chevron-right,
.carousel-white-background i.eicon-chevron-left {
    transition: color 0.3s ease; 
}

.carousel-white-background i.eicon-chevron-right:hover,
.carousel-white-background i.eicon-chevron-left:hover {
    color: #00000080;
}

@media(max-width:768px){
    .loop-carousel .elementor-swiper-button.elementor-swiper-button-prev,
    .loop-carousel .elementor-swiper-button.elementor-swiper-button-next{
        display: none;
    }
    .loop-carousel .swiper.elementor-loop-container.elementor-grid {
        width: 100%;
    }
    .blog-carousel .swiper.elementor-loop-container.elementor-grid {
        width: 85%;
    }
	.container-above-loop.partner-container{
        padding-left: 0px !important;
        padding-right: 0px !important;
	}
	.loop-carousel-container{
		padding-top: 64px;
	}
}
@media(max-width:1280px){
    .container-above-loop .e-con-inner{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
	
	.container-above-loop {
        padding-left: 16px !important;
        padding-right: 16px !important;
	}
	
    .loop-carousel-container,
	.blog-carousel-container{
        padding-left: 16px;
        padding-right: 16px;
    }
    .loop-carousel-container .elementor-element.elementor-arrows-position-outside .swiper{
        width: 100%;
    }
	 blog-carousel-container .elementor-element.elementor-arrows-position-outside .swiper{
        width: 85% !important;
    }
    .loop-carousel-container .elementor-swiper-button{
        display: none !important;
    }
}

/* Gallery 128 x 128 */
.gallery-128x128 {
    gap: 64px !important;
    width: 100%;
	max-width: 800px !important;
	margin-left: auto;
	margin-right: auto;
}
.gallery-128x128 img{
	width: auto;
	height: 128px;
}

/* Industries Container */
.hexagon-container {
  position: relative;
  z-index: 1;
}

.hexagon-container::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.20) 0%,
    rgba(0, 0, 0, 0.60) 40%
  ), var(--color-brand-03);
  opacity: .8;
  z-index: -1;
}
.banner-black-hexagon .eyebrow-heading span:not(.elementor-icon ,.elementor-icon-box-title, span),
.hexagon-container .eyebrow-heading span{
	color:#ffffff99 !important;
}

/* Video */
.elementor-widget-video{
    border-radius: var(--border-radius-element);
    position: relative;
    overflow: hidden;
}
.elementor-custom-embed-image-overlay:after{
    content: '';
    background-color: var(--color-text-black);
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.elementor-custom-embed-play{
    z-index: 2;
}
.elementor-custom-embed-image-overlay:hover .eicon-play{
    opacity: .8 !important;
}
.eicon-play{
    background-color: currentColor;
    border-radius: 100%;
    opacity: 1 !important;
}
.eicon-play:before{
    opacity: 0;
}
.eicon-play:after{
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path fill="%230E6E92" d="M0,2.22v17.56c0,1.68,1.89,2.75,3.45,1.96l17.31-8.78c1.65-.84,1.65-3.08,0-3.91L3.45.27C1.89-.53,0,.55,0,2.22Z"/></svg>') center center no-repeat transparent;
    background-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 2px;
    top: 1px;
}

/* Home Banner */
.home-banner .e-hosted-video {
    position: relative;
    overflow: hidden;
}
.home-banner .e-hosted-video::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.50) 20%, rgba(0, 0, 0, 0.50) 80%, #000 100%); 
    z-index: 2;
}

.home-banner .e-hosted-video video {
    position: relative;
    z-index: 1;
}
.home-banner-wrapper .elementor-widget-container h1 {
    max-width: 100% !important;
}

.home-banner video{
    height: calc(100vh - 300px) !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.home-banner {
    height: calc(100vh - 300px) !important;
}
.home-banner .elementor-wrapper{
    aspect-ratio:unset !important;
}
@media (max-width: 767px) {
    .home-banner {
        height: calc(100vh - 80px) !important;
    }
    .home-banner video {
        height: calc(100vh - 80px) !important;
    }
	.main-banner-inside {
		padding: var(--section-space) 16px;
	}
	.main-banner-inside .elementor-element .elementor-widget-container,
	.main-banner-inside .elementor-element {
		text-align: left !important;
		--align-self: self-start !important;
	}
	.main-banner-inside h1{
		font-size: var(--heading-xxl);
		font-weight: var(--font-weight-bold);
		line-height: 125%; /* 40px */
		letter-spacing: 2.4px;
		text-transform: uppercase;
	}
}

/* Inner Banner */
.inner-banner {
    position: relative;
    overflow: hidden;
    /* background-image is already set here by Elementor or elsewhere */
}

.inner-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Only gradient overlay */
    background: linear-gradient(180deg, #000 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 80%, #000 100%);
    mix-blend-mode: multiply; /* optional, can also use overlay or normal depending on effect */
    z-index: 1;
}

.inner-banner .e-con-inner {
    position: relative;
    z-index: 2; /* text above overlay */
    color: white; /* ensure readability */
}


/* Banner Black Hexagon */
.full-width-banner .elementor-heading-title {
    max-width: 100% !important;
}
.banner-black-hexagon {
    position: relative;
    z-index: 0;
}
.banner-black-hexagon > .e-con-inner{
	padding-bottom: var(--section-space);
}
.banner-black-hexagon:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000 25%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

.banner-black-hexagon > * {
    position: relative;
    z-index: 2;
}

@media(max-width: 1024px){
    .full-width-banner {
        padding-left: var(--gutter-sm);
        padding-right: var(--gutter-sm);
    }
}


/* Inside Banner */
.main-banner-inside {
    position: relative;
}

.main-banner-inside:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: 
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(0, 0, 0, 0.5) 20%,
            rgba(0, 0, 0, 0.5) 80%,
            rgba(0, 0, 0, 1) 100%,
            lightgray 50%
        );
    z-index: 1;
}

.main-banner-inside img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 0;
}

.main-banner-inside .elementor-widget-container,
.main-banner-inside h1,
.main-banner-inside p {
    position: relative;
    z-index: 2; /* ensures text is above overlay */
}


.clients-logo img{
    max-width: 250px;
}

/* Contact Us */

.business-hours {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 24px;
}

.business-hours dt {
    font-weight: 600;
}

.business-hours dd {
    margin: 0;
}
.contact-us-sidebar a{
	color: var(--color-text-02);
	text-decoration: none !important;
}
.contact-us-sidebar .elementor-icon-list-text a.phone{
	display: inline !important;
}
/* Tabbed Content */
.tabs-left .e-n-tabs-heading button{
    position: relative;
}
.tabs-left .e-n-tabs-heading button:after{
    content:'';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background-color: var(--color-ui-01);
}
@media only screen and (max-width: 767px) {	
   .tabs-top .e-n-tabs-heading button{
       position: relative;
   }
   .tabs-top .e-n-tabs-heading button:after{
       content:'';
       width: 100%;
       height: 1px;
       position: absolute;
       bottom: 0;
       left: 0;
       display: block;
       background-color: var(--color-ui-01);
   }
}


/* Tables */

.html-table{
   table{
      border: 0;
   }
   thead{
      background-color: var(--color-brand-01);
   }
   th{
      border-color: var(--color-text-white);
      color: var(--color-text-white);
      line-height: 1.5;
      font-size: var(--text-base);
      font-family: var(--font-family-body);
      text-transform: uppercase;
      font-weight:var(--font-weight-bold);
      padding: var(--space-sm) var(--space-base);
   }
   tbody tr:nth-child(odd){
      background-color: var(--color-ui-white);
   }
   tbody tr:nth-child(even){
      background-color: var(--color-ui-01);
   }
   td{
      border: 0;
      border-bottom: 1px solid var(--color-ui-02);
      text-align: center;
      font-size: var(--text-base);
      padding: var(--space-sm) var(--space-base);
   }
}

.html-table::-webkit-scrollbar-track {
  background: var(--color-text-white);
  border: 1px solid var(--color-brand-03);
  height: 8px;
  border-radius: 12px;
}
.html-table::-webkit-scrollbar {
  width: 8px;
  background: var(--color-text-white);
  height: 8px;
  border-radius: 12px;
}
.html-table::-webkit-scrollbar-thumb {
  background: var(--color-brand-03);
  width: 40px;
  border-radius: 12px;
}

@media only screen and (max-width: 1024px) {	
   .html-table{
      overflow: auto;
      table{
         width: 1024px;
      }
   }
}


/* Forms */
h3.gsection_title {
	color: var(--color-text-03);
	font-family: var(--font-family-heading);
	font-size: var(--heading-xs);
	font-style: normal;
	font-weight: var(--font-weight-bold);
	line-height: 150%; /* 24px */
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}
.gform-theme--framework:where(:not(.gform_editor)) .gfield--type-section {
	padding-block-end: unset !important;
	border-bottom: none !important;
}
form{
	legend.gfield_label.gform-field-label.gfield_label_before_complex {
		width: 100%;
		color: var(--color-text-black)  !important;
		line-height: 1.5;
		font-size: var(--text-base) !important;
		font-family: var(--font-family-body);
		font-weight:var(--font-weight-bold) !important;
		float: left;
	}
	legend .gfield_required{
		margin-left: 3px;
	}

	select.gfield_select{
		height: 48px;
		line-height: 48px;
		border-radius: var(--border-radius-large) !important;
		border: 1px solid var(--color-ui-02) !important;
	}
   .gfield_label{
      color: var(--color-text-black)  !important;
      line-height: 1.5;
      font-size: var(--text-base) !important;
      font-family: var(--font-family-body);
      font-weight:var(--font-weight-bold) !important;
      float: left;
   }
   .gfield_required{
      text-transform: lowercase;
      color: var(--color-ui-warning);
      font-size: var(--text-sm) !important;
   }
   .ginput_container input[type="text"],
   .ginput_container input[type="tel"],
   .ginput_container input[type="email"]{
		border-radius: var(--border-radius-large) !important;
		border: 1px solid var(--color-ui-02) !important;
		padding: var(--space-xs) !important;
		height: 48px !important;
		line-height: 48px !important;
   }
   .ginput_container textarea{
      border: 1px solid var(--color-ui-02) !important;
      padding: var(--space-sm) var(--space-base) !important;
      height: 96px !important;
   }
   label + .gfield_description{
      text-transform: lowercase;
      color: var(--color-text-black);
      font-size: var(--text-sm) !important;
      left: 8px;
      top: 1px;
      position: relative;
   }
   .gform_fields{
      row-gap: var(--space-md) !important;
   }
   .gform_button{
      border-radius:var(--border-radius-button);
      
      font-family: var(--font-family-body) !important;
      font-weight: var(--font-weight-bold) !important;
      text-transform: uppercase !important;
      /* line-height: 1.35 !important; */
      color: var(--color-text-white);
      border: 2px solid var(--color-brand-03) !important;
      background-color: var(--color-brand-03) !important;
      font-size: var(--text-base) !important;
   }
   .gform_button:hover{
      border: 2px solid var(--color-brand-03) !important;
      background-color: var(--color-ui-white) !important;
      color: var(--color-brand-03) !important;
   }

   .gfield_label{
       margin-bottom: 4px;
   }

}

.form-wide form .gfield--width-half{
   grid-column: 1 / -1;
}

.form-light form .gfield_label,
.form-light form .gfield_required,
.form-light form .gfield_description{
   color: var(--color-text-white) !important;
}

.gfield--input-type-datepicker .ginput_container_date {
  display: block !important;
  width: 100%;
}

.gfield--input-type-datepicker .ginput_container_date  input{
  width: 100% !important;
}

/* Mobile Menu */
.off-canvas-toggle a[aria-expanded="true"] i:before{
  content: '\f00d';
}
.elementor-widget-off-canvas{
  .e-off-canvas__overlay{
    background-color: transparent !important;
  }
  .e-off-canvas__content{
    width: 100%;
  }
  .e-off-canvas__main{
    height: calc(100% - 143px);
    top: 143px;
    overflow-y: auto;
  }
}
.e-off-canvas .elementor-nav-menu--main{
  ul {
    position: relative;
    height: 100%;
  }
  ul li{
    position: relative;
  }
  ul li > .submenu-toggle {
    cursor: pointer;
    position: absolute;
    width: 40px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
  }
  ul li a{
    margin: 0;
    border: 0;
  }
  ul li a:after{
    content: '';
    opacity: 1 !important;
    height: 1px;
    width: 100%;
    background-color: var(--color-ui-03);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  ul li a > span{
    display: none !important;
  }
  ul ul {
    position: absolute;
    left: 100vw !important;
    transition: left 0.2s ease-in-out;
    z-index: 3;
    background-color: white;
    width: 100% !important;
    top: 0 !important;
    transition: none;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  ul li.submenu-active {
    position: static;
  }
  ul li.submenu-active > ul {
    left: 0 !important;
    transition: left 0.2s ease-in-out;
    z-index: 9;
    display: block !important; 
  }
  button.submenu-toggle{
    position: relative;
    width: 40px;
    height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    line-height: 1.5;
    color: var(--color-text-black);
    font-weight: var(--font-weight-bold);
    background-color: transparent;
    padding: 0;
  }
  button.submenu-toggle:before{
    content:'';
    width: 20px;
    height: 20px;
    display: block;
    background-color: var(--color-brand-01);
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
    mask-repeat: no-repeat;
    mask-position: right center;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .submenu-back{
    border-bottom: 1px solid  var(--color-ui-03);
  }
  button.submenu-back-button{
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    line-height: 1.5;
    padding: 13px 0;
    color: var(--color-text-black);
    font-weight: var(--font-weight-bold);
    background-color: transparent;
  }
  .submenu-back-button:before{
    content:'';
    width: 20px;
    height: 20px;
    display: block;
    background-color: var(--color-brand-01);
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg>');
    mask-repeat: no-repeat;
    mask-position: left center;
    mask-size: contain;
  }
}
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover{
  border-inline-start: 0px solid transparent!important;
}
ul.elementor-nav-menu li.menu-item ul.sub-menu li a{
  padding: 12px var(--space-lg)!important;
}
#mobile-nav .search-container{
  padding: var(--space-md) 0;
  .search-form input{
    width: 100%;
  }
}

nav .sub-menu {
    padding-top: var(--gutter-sm) !important;
    padding-bottom: var(--gutter-sm) !important;
    gap: var(--space-xs);
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    color: var(--color-text-white-titles);
    font-family: var(--font-family-body);
    font-size: var(--text-base);
    font-weight: 400;
    line-height: 150%;
}

.top-menu .elementor-nav-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.top-menu nav ul li:first-child a{
    padding-left: 10px !important;
}
.top-menu-up .rfq-btn a{
    padding-right: 0 !important;
}
.top-menu nav ul {
    gap:var(--gutter-sm) !important;
    justify-content: flex-start !important;
}
.main-menu  .elementor-nav-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.main-menu nav i.fas.fa-angle-down:before {
    color: var(--color-brand-01)!important;
}

.phone-number .fas{
  color: #0BB0DA;
}
.phone-number,
.rfq-btn{
    font-family: "Arial Narrow", Arial;
}
.search-box-desktop input,
.search-box-desktop input::placeholder{
    color: #fff !important;
    font-family: "Arial Narrow", Arial;
}
/* ------------- Search Form --------------- */
/* Step 1: Make the form a flex container */
.e-search-form {
  display: flex;
}

/* Step 2: Use order to move the icon (label) to the right */
.e-search-form i.fas.fa-times{
  right: 40px;
}

.e-search-form .e-search-label {
  order: 3;
  right: 45px;
}

/* Step 3: Input wrapper first */
.e-search-form .e-search-input-wrapper {
  order: 2;
  flex: 1;
  position: relative;
}
.e-search-input{
  /*color: #fff!important;*/
}
.elementor-widget-search .e-search-form  .e-search-input{
  padding: var(--space-sm) 0px;
}

/* Search Result Page */

.search-results .post-content.ast-width-md-6{
    padding: var(--gutter) !important;
}
.search-results .post-thumb-img-content img{
    max-height: 200px !important;
}
.search-results h1,
.search-results span.page-numbers.current {
    color: #000 !important;
}

/* Bucket Primay */
.bucket-primary {
    position: relative;
    overflow: hidden;
}

.bucket-primary .e-con-full {
    height: 100%;
}

.bucket-primary .heading3,
.bucket-primary .intro,
.bucket-primary .learn_btn {
    transition: all 0.4s ease;
}

.bucket-primary .heading3 {
    position: absolute;
    bottom: 24px;
    z-index: 2;
}

.bucket-primary .intro,
.bucket-primary .learn_btn {
    position: absolute;
    opacity: 0;
    bottom: -100px;
    transform: translateY(20px);
    z-index: 2;
}

.bucket-primary:hover .intro {
    bottom: 66px;
}

.bucket-primary:hover .learn_btn {
    bottom: 24px;
	font-size: var(--text-base);
	font-style: normal;
	font-weight: var(--font-weight-bold);
	line-height: 150%; /* 24px */
	text-decoration: underline;
	text-underline-offset: 12px;
	text-decoration-thickness: 2px;
	text-decoration-color: var(--color-brand-01);
}

.bucket-primary:hover .heading3 {
    bottom: 186px;
}

.bucket-primary:hover .intro,
.bucket-primary:hover .learn_btn {
    opacity: 1;
    transform: translateY(0);
}
.bucket-primary:hover{
	box-shadow: 0 12px 24px 0 rgba(11, 176, 218, 0.50);
}
.bucket-primary::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.80) 100%), lightgray 50% / cover no-repeat;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.bucket-primary:hover::after {
    opacity: 0.8;
}

/* Bucket Text */
.bucket-text{
    border-bottom: 1px solid var(--color-ui-01);
    padding: var(--space-base);
}
.bucket-text .elementor-heading-title,
.bucket-text .elementor-widget-shortcode{
	font-size: var(--text-base);
	font-style: normal;
	font-weight: var(--font-weight-bold);
	line-height: 150%;
	color: #000;
}
.bucket-text:hover{
    background: #333;
    color: #fff;
}
.bucket-text:hover .elementor-heading-title,
.bucket-text:hover .elementor-widget-shortcode{
    color: #fff;
}
.bucket-text:hover .fas:before{
    color:#0BB0DA;
}
/* Bucket B */
.bucket-b:hover .button-wrapper .elementor-widget-container{
    background: var(--color-brand-01);
    border-color: var(--color-brand-01);
}
.bucket-b:hover .button-wrapper .btn-box .elementor-heading-title{
    color: #000 !important;
}
.bucket-b:hover .button-wrapper .btn-box .elementor-widget-container{
    border-color: var(--color-brand-01) !important;
}

.btn-box {
    font-size: var(--text-base);
    font-weight: var(--font-weight-bold);
    line-height: 150%; /* 24px */
    text-transform: uppercase;
}

/* Blog Buckets */
.blog-page-wrapper .e-con-inner{
  display: flex;
  align-items: flex-start !important;
}

.blog-page-left .e-con-inner span,
.blog-page-left .e-con-inner h1,
.blog-page-left .e-con-inner h2,
.blog-page-left .e-con-inner h3,
.blog-page-left .e-con-inner h4,
.blog-page-left .e-con-inner h5,
.blog-page-left .e-con-inner h6,
.blog-page-left .e-con-inner p {
    max-width: unset !important;
}

.blog-page-right{
  position: sticky;
  top: 120px;
}

.blog-bucket-bottom{
    position:relative;
}
.blog-bucket-bottom .button-wrapper{
    position: absolute;
    bottom: 30px;
}
.blog-bucket-bottom .heading5 .elementor-heading-title,
.blog-bucket-bottom .heading4 .elementor-heading-title{
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: var(--font-family-heading);
	font-size: var(--heading-sm);
	font-weight: var(--font-weight-bold);
	line-height: 150%; /* 30px */
	letter-spacing: 1px;
}

.gform_button.button {
    border-radius: 0 !important;
}
#mobile-nav .search-container{
  padding: var(--space-md) 0;
  .search-form input{
    width: 100%;
  }
}
.mobile-nav__utility{
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  margin-top: var(--space-md);
  i{
    width: 20px;
    color: var(--color-brand-03);
  }
  a{
    text-decoration: none;
    color: var(--color-text-black);
  }
}

/* Footer */

.footer-gallery img {
    width: 128px;
}
.footer-middle a,
.footer-middle a span{
	color: #fff !important;
	text-decoration:  none !important;
}
.footer-middle a:hover,
.footer-middle a:hover span{
	text-decoration:  underline !important;
}
.footer-bottom a,
.footer-bottom a span{
	color: var(--color-text-white-body) !important
}
.footer-middle a:hover span.elementor-icon-list-text {
    text-decoration: underline;
}
.footer-bottom a:hover,
.footer-bottom a:hover span {
    text-decoration: none !important;
}
.clients-logo img{
    height: 100px;
    width: auto;
}


.footer-top-gallery .e-gallery-image {
    height: 100px !important;
    background-size: contain !important; /* Ensure image fits inside */
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 768px) {
    /* Remove Elementor aspect ratio */
    .footer-top-gallery .e-gallery-container {
        --container-aspect-ratio: 0 !important;
        --aspect-ratio: 0 !important;
    }

    /* Force gallery items to max height */
    .footer-top-gallery .e-gallery-item,
    .footer-top-gallery .e-gallery-image {
        height: 79px !important;
        max-height: 79px !important;
    }

    /* Make background images fit inside */
    .footer-top-gallery .e-gallery-image {
        background-size: contain !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
	
    .clients-logo .gallery {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }

    .clients-logo .gallery-item {
        flex: 0 0 calc(50% - 16px); /* 2 per row */
        max-width: calc(50% - 16px);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .clients-logo img {
        max-height:79px;
        width: auto;
        object-fit: contain;
    }
	
    .footer-gallery .gallery{
        direction: row;
        display: flex;
        max-width: 100%;
    }

    .footer-gallery img {
        width: 61px;
        height: auto;
    }
	.footer-address li.elementor-icon-list-item,
	.footer-address li.elementor-icon-list-item a{
		flex-direction: column;
		display: flex !important;
		gap: var(--space-xs);
	}

}
.black-box-image{
	padding: 0;
}
/* Mobile Menu */
.mobile-menu .sub-menu.elementor-nav-menu--dropdown {
    width: 100% !important;
    max-width: 100% !important;
    z-index: 10000 !important;
    position: absolute !important;
    height: 100vh !important;
    padding-top: 0 !important;
    background: #333 !important;
}
.mobile-menu .sub-menu.elementor-nav-menu--dropdown li {
    background: #333 !important;
}
.mobile-menu .elementor-nav-menu.sm-vertical li a:after{
   background-color: #ffffff50 !important;
}
.mobile-menu .e-search-input::placeholder {
    color: #C7C6C6 !important;
}
.mobile-menu .submenu-back{
	border-color: #ffffff50 !important;
}
.mobile-menu .sub-menu.elementor-nav-menu--dropdown li a,
.mobile-menu .sub-menu.elementor-nav-menu--dropdown li button.submenu-back-button {
    color: #fff;
	padding: var(--space-base) !important;
}

.blog-details-content > .elementor-widget-container > div> div.elementor-element.e-con-boxed.e-con.e-parent.e-lazyloaded {
    padding: 0 !important;
}
.blog-details-content > .elementor-widget-container > div> div.elementor-element.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner{
     padding: 0 !important;   
}
.blog-sidebar .e-filter-item{
	padding: var(--space-base) var(--space-md) !important;
}
.sidebar-search input.e-search-input{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.sidebar-search .e-search-form .e-search-label{
    right: 30px;;
}
/* Career Page */
.description-container .e-con-inner{
    padding:0px !important;
}

/* Jobs Details */
.job-header,
.job-meta{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:10px;
	gap: 25px;
}
.job-full-description p {
    margin-top: 20px;
    margin-bottom: 20px !important;
}
i.fa.fa-map-marker {
    color: var(--color-text-01);
}
.description-button .elementor-button {
    padding: 0 !important;
}

.job-details .elementor-button{
    background: #000;
    border: 2px solid #000;
    text-decoration: none !important;
}

.job-details .elementor-button:hover{
    background: #fff;
    border: 2px solid #000;
    color: #000 !important;
}

@media(max-width:768px){
	.job-meta {
		flex-direction: column;
		align-items: flex-start;
        gap: 8px !important;
	}
}
@media(max-width:1280px){
	.job-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 0px !important;
	}
}


/* ---------- FAQ ---------- */
.e-n-accordion-item-title-text{
  font-family: var(--font-family-body)!important;
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-text{
	color: var(--color-text-03) !important;
	font-family: var(--font-family-body)!important;
	font-size: var(--text-base);
	font-weight: var(--font-weight-bold);
	line-height: 150%;
}
.e-n-accordion-item div[role="region"]{
  border-top: none!important;
}
.elementor-widget-n-accordion .e-n-accordion-item[open]:hover .e-n-accordion-item-title{
	background: #fff !important;
}
.elementor-widget-n-accordion .e-n-accordion-item-title:hover{
	background: var(--color-ui-01) !important;
}

.e-n-accordion .e-n-accordion-item {
    margin-bottom: 16px !important; /* adjust as needed */
}

.e-n-accordion .e-n-accordion-item:last-child {
    margin-bottom: 0 !important;
}
