/**
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
*/

: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: var(--space-xxxl);
  --section-side-space: var(--space-xxl);
  --gutter: var(--space-xxl);
  --gutter-sm: var(--space-lg);
  --content-max: 768px;
  --content-padded-max: 920px;
  --container-max: 1200px;

  /* 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;
  --line-height-body: 1.5;
  --line-height-heading: 1.25;
  --font-family-heading: "Gelasio", Sans-serif;
  --font-family-body: "Montserrat", Sans-serif;

  /* Border Radius */
  --border-radius-sm: 4px;
  --border-radius-md: 8px;
  --border-radius-lg: 24px;
  --border-radius-element: var(--border-radius-lg);
  --border-radius-button: var(--border-radius-sm);
  --border-radius-input: var(--border-radius-md);

  /* Colors */
  --color-brand-01: #0e6e92;
  --color-brand-02: #eca548;
  --color-brand-03: #c0532a;
  --color-brand-04: #17212e;
  --color-brand-05: #ebf1f5;
  --color-ui-01: #ebf1f5;
  --color-ui-02: #799099;
  --color-ui-03: #4c636d;
  --color-ui-white: #ffffff;
  --color-ui-warning: #aa0000;
  --color-text-black: #17212e;
  --color-text-white: #ffffff;
  --color-text-01: #0e6e92;
  --color-text-02: #c0532a;
  --color-text-03: #fdce70;
}

@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);
  }
}

/* Utility */
.border-radius-element {
  img,
  span,
  div,
  .elementor-slides .swiper-slide {
    border-radius: var(--border-radius-element);
  }
}
.gtranslate_wrapper {
    position: relative;
    padding: 0px 20px;
}
.gtranslate_wrapper:before {
    content: '\f0ac';
    font-family: 'Font Awesome 6 Pro';
    color: #5AB68F;
    font-weight: 700;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.gtranslate_wrapper:after {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    color: #5AB68F;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
	z-index: -1;
}
.gtranslate_wrapper select {
    background: transparent;
    border: none;
    padding-left: 35px;
    max-width: 200px;
    font-family: 'Montserrat', sans-serif;
	color:#000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.3px;
    padding: 0px 25px;
    -webkit-appearance: none; /* For Chrome, Safari, and newer versions of Opera */
	-moz-appearance: none;    /* For Firefox */
	appearance: none;
    align-items: center;
    column-gap: 12px;
    color: #fff;
}
.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-heading);
    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);
}
.elementor-widget-text-editor p + ul li {
  margin-bottom: 12px;
}
.elementor-widget-text-editor p + ul {
  margin-top: 22px;
  list-style: none;
  padding-left: 0px !important;
  margin-left: 0px;
}

.elementor-widget-text-editor p + ul li {
  position: relative;
  padding-left: 1.5em;
}

.elementor-widget-text-editor p + ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23259466' d='M96 320C96 311.2 103.2 304 112 304L528 304C536.8 304 544 311.2 544 320C544 328.8 536.8 336 528 336L112 336C103.2 336 96 328.8 96 320z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  color: #259466;
  fill: #259466;
}
.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);
}
a.white-link{
	color: #fff;
	text-decoration: none !important;
}

a.white-link:hover{
  color: #259466;
}
.elementor-button {
  /* border-radius: var(--border-radius-button); */
  /* padding: var(--space-sm) var(--space-md) !important; */
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  line-height: 15px !important;
  letter-spacing: 1.5px;
}
.primary-nav-menu nav ul > li > a {
  padding: 13px 18px !important;
}
.primary-nav-menu nav ul > li > a:hover {
  color: #259466;
}
.primary-nav-menu ul > li.menu-item-has-children > a {
  position: relative;
  display: flex;
  align-items: center;
}
.primary-nav-menu ul > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2025/07/menu-arrow-down.svg);
  position: absolute;
  right: 0;
  background-size: 56%;
  opacity: 1 !important;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
}
.primary-nav-menu
  ul
  li.menu-item-has-children
  ul
  li.menu-item-has-children
  > a:after {
  transform: translateY(-50%) rotate(270deg);
  right: 20px;
}
.primary-nav-menu ul li ul {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    linear-gradient(0deg, #1a2a22 0%, #1a2a22 100%), #030a07;
  width: 350px !important;
  left: 0 !important;
}
.primary-nav-menu ul li ul li ul {
  left: 100% !important;
  margin-top: -50px !important;
}
.primary-nav ul li ul li ul {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(0deg, #1a2a22 0%, #1a2a22 100%), #030a07;
}
.primary-nav-menu ul li ul li a {
  font-family: var(--font-family-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
  color: #fff;
}
.primary-nav-menu ul li ul li a:hover {
  color: #259466;
  background: transparent !important;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
}
.primary-nav-menu .elementor-nav-menu{
	z-index:99;
}
.primary-nav-menu nav ul li:hover>ul.sub-menu{
	display:block;
}
input[type="search"] {
  color: #ffffff !important;
}

table {
  width: 100%;
  min-width: 100%;
  max-width: 600px;
  border: 1px solid #2c825e;
}
table > thead > tr > td {
  background: #259466;
  color: #fff;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border: none;
}
table > tbody > tr:nth-child(even) > td {
  background: rgba(255, 255, 255, 0.1);
}
table > tbody > tr > td {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #fff;
  border: none;
}
.elementor-widget-n-accordion .e-n-accordion-item-title {
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.1);
  border: none;
}
.e-n-accordion-item-title[aria-expanded="true"] {
  background: #000;
  border-bottom: 1px solid #259466;
}
.e-n-accordion-item-title + [role="region"] {
  border: none;
}
/* Slider */
.elementor-swiper {
  margin-bottom: 0px;
}
.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;
}
.gallery .gallery-item {
  padding: 0px !important;
}
.logo-grid .gallery .gallery-item img {
  height: 100px;
  width: 100%;
  object-fit: contain;
}
.elementor-icon-list--layout-inline ul li {
  margin: 0px 0px 22px 25px !important;
  width: 45%;
}
.transcript-block p.timestamp {
  color: #259466;
  font-weight: 700;
}
.transcript-block p.content {
  color: #fff;
}
article.video-transcription section {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 32px;
}
article.video-transcription section:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.video-transcript-container .video-transcription {
  padding: 60px;
}
.video-transcript-container {
  width: 920px;
  margin: 0 auto;
}
/* Carousel */
.swiper-slide .elementor-widget-container a {
    display: block !important;   
}
.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;
}
.eicon-chevron-left:before,
.eicon-chevron-right:before{
  background: linear-gradient(136deg, #2C825E 9.82%, #5AB68F 88.03%);
  font-size: 20px;
  -webkit-text-fill-color: transparent;
}
.elementor-swiper-button .fa-arrow-left,
.eicon-chevron-left {
  transform: rotate(180deg);
}
.hp-gradient {
  position: relative;
}
.hp-gradient:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.04) 100%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.5) 58.69%,
      rgba(0, 0, 0, 0.47) 70.69%,
      rgba(0, 0, 0, 0) 100%
    );
  z-index: 2;
}
.hp-gradient > .elementor-element {
  position: relative;
  z-index: 3;
}
.radial-green-gradient,
.bg-gradient-green {
  background: radial-gradient(
      56.38% 49.08% at 26.81% 79.01%,
      rgba(44, 130, 94, 0.15) 26.46%,
      rgba(10, 28, 20, 0.15) 100%
    ),
    #0a1c14;
}
.elementor-widget-text-editor .elementor-widget-container{
	-webkit-line-clamp: unset !important;
}
.radial-green-gradient .contain-left.e-flex.e-con.e-child {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.services-bucket-wrapper{
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.04) 100%), radial-gradient(76.32% 60.71% at 66.35% 70.53%, rgba(27, 99, 69, 0.25) 26.46%, rgba(10, 28, 20, 0.25) 100%), #030A07;
	background: -o-linear-gradient(rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.04) 100%), radial-gradient(76.32% 60.71% at 66.35% 70.53%, rgba(27, 99, 69, 0.25) 26.46%, rgba(10, 28, 20, 0.25) 100%), #030A07;
	background: linear-gradient(rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.04) 100%), radial-gradient(76.32% 60.71% at 66.35% 70.53%, rgba(27, 99, 69, 0.25) 26.46%, rgba(10, 28, 20, 0.25) 100%), #030A07;
}
.bg-gradient-centerbottom {
  background: radial-gradient(
      34.48% 71.63% at 45.6% 80.85%,
      rgba(44, 130, 94, 0.15) 26.46%,
      rgba(10, 28, 20, 0.15) 100%
    ),
    #0a1c14;
}
.bg-gradient-green-right {
  background: radial-gradient(
      34.48% 71.63% at 45.6% 80.85%,
      rgba(44, 130, 94, 0.15) 26.46%,
      rgba(10, 28, 20, 0.15) 100%
    ),
    #0a1c14;
}
/* 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: 0.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: 0.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;
}

/* 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);
}

/* Carousel  --  Gallery */
.elementor-image-gallery .gallery-item .gallery-icon a{
    height:302px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}


.elementor-widget-n-carousel .swiper-slide a,
.elementor-image-gallery .gallery-item .gallery-icon a{
    height:302px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.elementor-widget-n-carousel .swiper-slide a img,
.elementor-image-gallery .gallery-item .gallery-icon a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elementor-image-gallery .gallery .gallery-item {
    padding: 16px !important;
}

.elementor-image-gallery .gallery-item .gallery-icon a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elementor-image-gallery .gallery .gallery-item {
    padding: 16px !important;
}

.elementor-image-gallery .gallery {
    text-align: center;
}
/*

.elementor-widget-n-carousel .swiper-slide a {
    height: 302px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden; 
}

.elementor-widget-n-carousel .swiper-slide a img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
*/

/* Single Carousel */
.elementor-image-carousel .swiper-slide-inner{
    height:250px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.elementor-image-carousel .swiper-slide-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@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);
  }
  .elementor-icon-list--layout-inline ul li{
    width: unset;
  }
}


/* Make grid behave like flexbox */
.primary-bucket .elementor-loop-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px; 
}

/* Control bucket width */
.primary-bucket.elementor-grid-1 .e-loop-item {
  flex: 1 1 calc(100% - 20px);
  max-width: 900px;
}
.primary-bucket.elementor-grid-1 .e-loop-item a{
	min-height:500px;
}
.primary-bucket.elementor-grid-2 .e-loop-item {
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.primary-bucket.elementor-grid-3 .e-loop-item {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}
.primary-bucket.elementor-grid-4 .e-loop-item {
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
}
.primary-bucket.elementor-grid-5 .e-loop-item {
  flex: 1 1 calc(20% - 20px);
  max-width: calc(20% - 20px);
}

/* Tablet: 2 per row */
 @media (max-width: 1024px) {
  .primary-bucket .e-loop-item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

/* Mobile: 1 per row */
@media (max-width: 767px) {
  .primary-bucket .e-loop-item {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}


/* 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;
}
/* .swiper-slide img {
  height: 185px;
  object-fit: cover;
} */
@media only screen and (max-width: 1024px) {
  .html-table {
    overflow: auto;
    table {
      width: 1024px;
    }
  }
}
.swiper-pagination {
  display: flex;
  justify-content: center;
}
.swiper-pagination span.swiper-pagination-bullet {
  display: block;
  height: 5px;
  background: #fff;
  max-width: 44px;
  flex-grow: 1;
  mask-image: none;
  border-radius: 0px;
  opacity: 0.25;
}
.swiper-pagination span.swiper-pagination-bullet:hover,
.swiper-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: linear-gradient(136deg, #2c825e 9.82%, #5ab68f 88.03%), #fff;
}
.elementor-widget-n-carousel .swiper-pagination-bullets{
  top: 105% !important;
  width: 100% !important;
  transform: none !important;
}
/* Forms */
form {
  .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;
    display: none !important;
  }
  .gform-field-label {
    display: none !important;
  }
  .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"] {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-right: none !important;
    border-top: none !important;
    border-left: none !important;
    border-radius: 0px !important;
    padding: var(--space-sm) var(--space-base) var(--space-sm) 0px !important;
    height: 48px !important;
    line-height: 48px !important;
    color: #fff;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
  }
  .ginput_container textarea {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-right: none !important;
    border-top: none !important;
    border-left: none !important;
    padding: var(--space-sm) var(--space-base) var(--space-sm) 0px !important;
    height: 96px !important;
    color: #fff;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    border-radius: 0px !important;
  }
  .ginput_container input[type="text"]:focus,
  .ginput_container input[type="tel"]:focus,
  .ginput_container input[type="email"]:focus,
  .ginput_container textarea:focus {
    border-bottom: 1px solid #5ab68f !important;
  }
  input[type="file"] {
    background: transparent !important;
    color: #fff !important;
    border-top: none !important;
    border-right: none !important;
    border-radius: 0px !important;
    border-left: none !important;
    position: relative;
  }
  .gform-theme--framework
    input[type="file"]:where(
      :not(.gform-theme__disable):not(.gform-theme__disable *):not(
          .gform-theme__disable-framework
        ):not(.gform-theme__disable-framework *)
    )::file-selector-button {
    right: 0 !important;
    position: absolute;
    margin: 0;
    border-radius: 0px !important;
  }
  .gform_drop_area {
    background: transparent !important;
    padding: 10px !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .gform_drop_area .gform_drop_instructions {
    margin: 0px !important;
  }
  .gform_drop_area .gform_drop_instructions,
  .gform_drop_area:before {
    color: #fff !important;
  }
  .gform_button_select_files {
    background: #fff !important;
    color: #000 !important;
  }
  .gform_button_select_files:hover {
    background: #259466 !important;
    color: #fff !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 {
    padding: var(--space-sm) var(--space-md) !important;
    border: none !important;
    font-family: "Montserrat", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    line-height: 1.35 !important;
    color: var(--color-text-white);
    border-radius: 0px !important;
    background-color: #259466 !important;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
  .gform_button:hover {
    border: none !important;
    background-color: #186042 !important;
  }
  .gfield_description{
    color: #fff !important;
  }
}
.gfield select {
  background: transparent;
  border-right: none;
  border-radius: 0px;
  border-left: 0px;
  border-top: none;
  color: #fff;
  padding: var(--space-sm) var(--space-base) var(--space-sm) 0px !important;
  height: 48px !important;
  line-height: 28px !important;
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
}
.gfield select:hover,
.gfield select:focus {
  background: transparent;
  border-bottom: 1px solid #5ab68f !important;
}
.ginput_container_select {
  position: relative;
}
.ginput_container_select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%235ab69f' d='M308.7 427.3C314.9 433.5 325.1 433.5 331.3 427.3L491.3 267.3C497.5 261.1 497.5 250.9 491.3 244.7C485.1 238.5 474.9 238.5 468.7 244.7L320 393.4L171.3 244.7C165.1 238.5 154.9 238.5 148.7 244.7C142.5 250.9 142.5 261.1 148.7 267.3L308.7 427.3z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.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;
}

/* 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;
  }
}

#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);
  }
}
header input[type="search"] {
  background: rgba(255, 255, 255, 0.15);
  border: none !important;
}
header input[type="search"]:focus {
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid #5ab68f !important;
}
header input[type="search"]::placeholder {
  color: #fff !important;
}
#header-tel i{
  background: linear-gradient(136deg, #2C825E 9.82%, #5AB68F 88.03%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 1024px) {
  .half-angle-downward {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
  }
  .inward-angle--left {
    clip-path: polygon(0 0, 100% 0, 75% 50%, 100% 100%, 0 100%, 0 50%);
  }
  .inward-angle--right {
    clip-path: polygon(0 0, 100% 0, 100% 45%, 100% 100%, 0 100%, 25% 50%);
  }
  .inward-angle--right-qc {
    clip-path: polygon(0 0, 100% 0, 100% 45%, 100% 100%, 0 100%, 40% 50%);
  }
  .outward-angle-right {
    clip-path: polygon(25% 0, 7% 50%, 25% 100%, 100% 100%, 100% 0);
  }
  .outward-angle-left {
    clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
  }
}
@media (max-width:1199px){
	.inward-angle--left{
		padding-left: 16px !important;   
	}
}
/* Buckets */
.primary-bucket .e-loop-item a {
  overflow: hidden;
  position: relative;
  display: block;
}

.primary-bucket .e-loop-item a::after {
  content: ""; /* required for pseudo-element */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* cover full area */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.25) 38.68%, rgba(0, 0, 0, 0.00) 63.19%) no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.4s ease; /* smooth fade effect */
  z-index: 1;
}

/* Make text/content appear above overlay */
.primary-bucket .e-loop-item a * {
  position: relative;
  z-index: 2;
}

/* On hover → fade out overlay */
.primary-bucket .e-loop-item a:hover::after {
  opacity: 0;
}

.primary-bucket .e-loop-item a .e-con-inner {
    transform: translateY(64%);
    transition: 0.2s all;
    height: 100%;
    padding: 40px 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.primary-bucket .e-loop-item a .elementor-widget-text-editor {
    height: 180px;
	overflow-y: auto;
}
.primary-bucket .e-loop-item a .elementor-widget-text-editor .elementor-widget-container{
    align-content: center;
}
.primary-bucket
  .e-loop-item
  a
  .e-con-inner
  > div[data-element_type="container"] {
  opacity: 0;
  transition: 0.2s all;
}
.primary-bucket
  .e-loop-item
  a
  .e-con-inner
  > div[data-element_type="container"]
  .elementor-widget-container {
  color: #fff;
}
.primary-bucket .e-loop-item a .e-con-inner .elementor-heading-title {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.primary-bucket .e-loop-item a .e-con-inner .elementor-heading-title:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  font-weight: 300;
}
.post-text-link a:before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  color: #5ab68f;
  padding-right: 12px;
  transition: 0.2s all;
}
.post-text-link a:hover:before {
  padding-right: 15px;
  transition: 0.2s all;
}
.post-text-link a {
  position: relative;
  display: flex;
  color: #fff !important;
  text-decoration: none !important;
  padding-right: 10px;
}
.post-text-link:hover a {
  color: #5ab68f !important;
}
.green-gradient-hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0.35) 100%
    ),
    radial-gradient(
      55.23% 55.23% at 50% 50%,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.25) 61.21%,
      rgba(0, 0, 0, 0) 100%
    );
  transition: 0.2s all;
}
.green-gradient-hover .elementor-element {
  position: relative;
  z-index: 2;
}
.dark-green-linear-radial-gradient {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.04) 100%
    ),
    radial-gradient(
      76.32% 60.71% at 66.35% 70.53%,
      rgba(27, 99, 69, 0.25) 26.46%,
      rgba(10, 28, 20, 0.25) 100%
    ),
    #030a07;
}
@media (min-width: 1200px) {
  .contain-left {
    padding-left: calc((100vw - 1200px) / 2) !important;
  }
  .contain-right {
    padding-right: calc((100vw - 1200px) / 2) !important;
  }
}
@media (min-width: 1400px) {
  .contain-left {
    padding-left: calc((100vw - 1200px) / 2) !important;
  }
  .contain-right {
    padding-right: calc((100vw - 1200px) / 2) !important;
  }
}
@media (min-width: 1024px) {
  .green-gradient-hover:hover:after {
    opacity: 0;
    transition: 0.2s all;
  }
  .green-gradient-hover {
    position: relative;
  }
  .green-gradient-hover:before {
    content: "";
    background: linear-gradient(
        0deg,
        rgba(90, 182, 143, 0) 0%,
        rgba(90, 182, 143, 0.5) 100%
      ),
      linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),
      radial-gradient(
        55.23% 55.23% at 50% 50%,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.25) 61.21%,
        rgba(0, 0, 0, 0) 100%
      );
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.2s all;
  }
  .green-gradient-hover:hover:before {
    opacity: 1;
    transition: 0.2s all;
  }
  .primary-bucket .e-loop-item a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    width: 100%;
    background: linear-gradient(
        0deg,
        rgba(90, 182, 143, 0) 0%,
        rgba(90, 182, 143, 0.5) 100%
      ),
      linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%),
      linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.4) 38.68%,
        rgba(0, 0, 0, 0) 63.19%
      );
    opacity: 0;
  }
  .primary-bucket .e-loop-item a:hover:before {
    opacity: 1;
  }
  .primary-bucket .e-loop-item a:hover .e-con-inner {
    transform: translateY(0px);
    transition: 0.2s all;
  }
  .primary-bucket
    .e-loop-item
    a:hover
    .e-con-inner
    > div[data-element_type="container"] {
    opacity: 1;
    transition: 0.2s all;
    text-align: center;
  }
}
.elementor-location-footer .footer-add-slash:before{
	content:"";
	background: url(/wp-content/uploads/2025/08/footer-shape.png) center center / 100% 100% no-repeat;
	position: absolute;
	right: calc(50vw - 600px);
	top: 0;
	left: unset;
	height: 100%;
	width: 380px;
}
.elementor-location-footer .footer-add-slash:after{
	content:"";
	background: #0A1C14;
	position: absolute;
	right:0;
	top: 0;
	left: unset;
	height: 100%;
	width: calc(50vw - 600px);
}
.hfe-breadcrumbs-show-home .hfe-breadcrumbs-first .hfe-breadcrumbs-home-icon i{
  background: linear-gradient(136deg, #2C825E 9.82%, #5AB68F 88.03%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.arrow-after {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}

.arrow-after::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  color: white;
  font-weight: 400;
}
#page .site-content{
	background: #000;
}
@media (max-width: 1280px) {
	.elementor-location-footer .footer-add-slash:before {
		right: 0;
	}
	.logo-slider {
		overflow: hidden;
	}
	.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
		height: 120px;
	}
	.logo-grid.scrolling-grid.elementor-widget-image-gallery {
		overflow: hidden;
	}
}
@media (min-width: 768px) and (max-width: 1280px) {
	.e-n-carousel.swiper.swiper-horizontal .swiper-slide .elementor-widget-image img {
		width: auto;
		height: auto;
	}
}
@media (max-width: 1140px) {
	.primary-nav-menu nav > ul> li> a.elementor-item.menu-link {
		font-size: 14px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.rfq-btn a.elementor-button {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
	}
}
@media (max-width: 1024px) {
	.elementor-widget-off-canvas .e-off-canvas__main {
		top: 123px;
		height:calc(100% - 123px);
	}
}
@media only screen and (max-width: 767px) {
	.elementor-location-footer .footer-add-slash:before{
		content:"";
		display: none;
	}
	.elementor-location-footer .footer-add-slash:after{
		display: none;
	}
	.elementor-2827 .elementor-element.elementor-element-6c8d893c .gallery{
		/*margin: 0 -16px -16px 0 !important; */
	}
	.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
		bottom: 8px;
	}
	.elementor-widget-n-carousel.e-widget-swiper {
		width: 100% !important;
	}
}