/**
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);
    --space-xxxl-6: calc(var(--space-base)*6);
    --space-xxxxl: calc(var(--space-base)*7.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: 2000px;
    
    /* 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: "Montserrat", 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: #007C4C;
    --color-brand-02: #AA9868;
    --color-brand-03: #7DBF4C;
    --color-brand-04: #6A727C;
    --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)*2.5);
    --space-xxxl: var(--space-lg);
    --space-xxxl-6: var(--space-lg);
    --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);
}}

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

.search-no-results.ast-separate-container #primary{
  margin-top: 165px;
}
.ast-separate-container .no-results{
  padding-top:0;
}
.ast-separate-container .page-content form{
  margin-top:30px;
}
/* Typography */

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

.eyebrow-heading {
    span, h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-body);
    font-size: var(--heading-xs);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-transform: capitalize;
}}

.headline-heading {
    span, h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-heading);
    font-size: var(--heading-xxxl);
    font-style: normal;
    font-weight: 400;
    line-height: 125% !important; /* 70px */
}}

.heading1 {
    span, h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-heading);
    font-size: var(--heading-xxl);
    font-style: normal;
    font-weight: 500;
    line-height: 125% !important; /* 60px */
}}

.heading2 {
    span, h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-heading);
    font-size: var(--heading-xl);
    font-style: normal;
    font-weight: 400;
    line-height: 125% !important; /* 50px */
}}

.heading3 {
    span, h1, h2, h3, h4, h5, h6 {
      font-family: var(--font-family-heading);
      font-size: var(--heading-lg);
      font-style: normal;
      font-weight: 400;
      line-height: 125% !important; /* 40px */
}}

.heading4 {
    span, h1, h2, h3, h4, h5, h6 {
    /* Headings/Heading 4 */
    font-family: var(--font-family-heading);
    font-size: var(--heading-md);
    font-style: normal;
    font-weight: 400;
    line-height: 125% !important; /* 30px */
}}


.heading5 {
    span, h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-heading);
    font-size: var(--heading-sm);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}}

.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;
}
.large p.elementor-heading-title{
  font-family: var(--font-family-body);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% !important; /* 28.5px */
}
body{
  font-family: var(--font-family-body) !important;
}
body, button, input, select, textarea {
    font-family: var(--font-family-body);
}
.elementor-template-full-width .ast-container{
  max-width: 100%;
  padding: 0;
  background: #fff;
}
.pdf-frame{
  width: 100%;
  height: 1120px;
  iframe{
    width: 100%;
    height: 100%;
    border: none;
  }
  @media only screen and (max-width: 1199px){
   height: 900px; 
  }
  @media only screen and (max-width: 767px){
   height: 600px; 
  }
}
.cross-border{
  /* border: 0.5px solid var(--color-brand-03); */
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0 0 100px 0 rgba(125, 191, 76, 0.25);
  position: relative;
}
.cross-border:before,
.cross-border:after {
  content: "";
  width: 0.5px;
  height: calc(100% + 120px);
  background: var(--color-brand-03);
  position: absolute;
  top: -60px;  /* adjust if you want it to extend above */
}
.cross-border:before{
  left:0;
}
.cross-border:after{
  right:0;
}
.cross-border>.elementor-element:before,
.cross-border>.elementor-element:after {
  content: "";
  width: calc(100% + 120px);
  height: 0.5px;
  background: var(--color-brand-03);
  position: absolute;
  left: -60px;
}
.cross-border>.elementor-element:before{
  top:0;
}
.cross-border>.elementor-element:after{
  bottom:0;
}
.elementor-widget-text-editor{
  p + ul{
    margin-top:16px;
  }
  ul{
    margin-left:0;
    margin-bottom:16px;
  }
  ul li{
    list-style: none;
    position: relative;
    padding:0 0 0 32px;
    + li{
      margin-top:3px;
    }
    &:before{
      content:"";
      width: 24px;
      height: 1px;
      background: var(--color-brand-01);
      position: absolute;
      left:0;
      top: 13px;
    }
  }
  ul li ul{
    margin-top:10px;
  }
  ul li ul li{
    padding-left:22px;
  }
  ul li ul li:before{
    width: 10px;
  }
}
.image-overlay>.elementor-widget-container:before{
  content:"";
  width: 100%;
  height: 100%;
  background: linear-gradient(313deg, rgba(0, 124, 76, 0.00) 62.52%, rgba(0, 124, 76, 0.50) 100%);
  position: absolute;
  top:0;
  left:0;
  z-index:0;
}
.desktop-breadcrumb{
  >span{
    column-gap: 16px;
    display: flex;
  }
  >span:first-child>span:first-child>a{
    color: var(--color-brand-03) !important;
  }
  >span a{
    color: var(--color-brand-04) !important;
    text-decoration: none !important;
  }
  span.breadcrumb_last{
    color:var(--color-brand-01);
  }
  span{
    font-family: var(--font-family-body);
    font-size: var(--text-sm);
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
}
/* Desktop: hide mobile breadcrumb */
.mobile-breadcrumb {
    display: none;
}

@media (max-width: 900px){
  .desktop-breadcrumb {
      >span {
          column-gap: 6px;
      }
  }
}
/* Mobile: hide desktop breadcrumb */
@media (max-width: 767px) {
  .mobile-breadcrumb{
    .mobile-home a{
      font-size: 14px;
      color: var(--color-brand-03) !important;
    }
    .mobile-back a{
      font-size: 14px;
      color: var(--color-brand-04) !important;
      text-decoration: none !important;
    }
  }
    .desktop-breadcrumb {
        display: none;
    }
    .mobile-breadcrumb {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .table-responsive{
      overflow-y: scroll;
    }
}

.anchor-section{
  scroll-margin-top: 100px;
}
/* Header */
@media only screen and (max-width: 1024px) {
    /* Apply the same styles --active would give, from the start */
    header .elementor-sticky {
        position: fixed !important;
        top: 40px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        width: 100% !important;
        z-index: 9999 !important;
    }
}
header .search-toggle{
  cursor: pointer;
}
header .search-panel {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 999;
}
header .search-panel .e-search-form{

  color: var(--color-text-black);
  text-align: center;
  font-family: var(--font-family-body);
  font-size: var(--text-sm);
  font-weight: 400;
  line-height: 150%; /* 21px */
}
header .search-panel .e-search-form .e-search-input-wrapper{
  border-radius: 24px;
  border: 1px solid rgba(214, 214, 214, 0.20);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.10);
}
header .search-panel .e-search-form .e-search-input{
    background-color: var(--color-brand-05) !important;
    border: none;
    border-radius: 24px;
    padding: 0 20px 0 50px;
    color: var(--color-text-black);
    font-family: var(--font-family-body);
    font-size: var(--text-sm);
    font-weight: 400;
    line-height: 150%; /* 21px */
    width: 306px;
}
header .search-panel .e-search-form .e-search-submit{
    background: transparent;
    padding: 0;
    position: absolute;
    left: 23px;
    top: 23px;
    margin: 0;
}
header .search-panel .e-search-form .e-search-submit i{
  color:var(--color-text-black);
  font-size: 14px;
  font-weight: 900;
}
header .search-panel.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .mobile-search{
  >.elementor-widget-container{
    padding:0 !important;
    margin:20px 0 0 !important;
  }
}


footer{
  #back-top{
    padding-left:0 !important;
    padding-right:0 !important;
    outline:none;
  }
  #back-top:hover{
    background: none !important;
  }
  #back-top:hover .elementor-button-icon{
    background:var(--color-brand-01);
   }
  
  .elementor-widget-social-icons{
    .elementor-social-icons-wrapper{
      align-items: center;
      justify-content: space-between !important;
    }
  }
}
.footer-bottom{
  p{
    font-size: 14px;
    a{
      text-decoration: underline;
    }
  }
}
.ast-separate-container .ast-article-single{
  padding:0 !important;
  background: transparent !important;
}
/* 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: 100%;
}
.elementor-slides .swiper-slide{
    position: relative;
    overflow: hidden;
}
@media (max-width: 767px) {
  .elementor-element.elementor-arrows-position-outside .swiper{
    padding-bottom:40px;
  }
  .elementor-swiper-button.elementor-swiper-button-prev{
    left:0 !important;
    top:96% !important;
  }
  .elementor-swiper-button.elementor-swiper-button-next{
    right:0 !important;
    top:96% !important;
  }
  .cross-border>.elementor-element:before, .cross-border>.elementor-element:after{
    width: calc(100% + 60px);
    left: -30px;
  }
}

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


/* Video */
.elementor-widget-video{
    border-radius: var(--border-radius-element);
    position: relative;
    overflow: hidden;
    
}
.elementor-widget-video.video,
.elementor-widget-video.video .elementor-wrapper{
    height: 100%;
}
.elementor-widget-video.video .elementor-wrapper{
    width: 100%;
}
.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='%23FFFFFF' 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);
}
@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 */
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:400 !important;
      text-transform: capitalize;
      float: left;
      margin:0 !important;
   }
   .gfield--type-fileupload .gfield_label{
     text-transform: inherit;
   }
   .gfield--type-radio .gfield_label{
     text-transform: inherit;
   }
   .gfield_required{
      text-transform: capitalize;
      color: var(--color-brand-03);
      font-size: var(--text-sm) !important;
   }
   .ginput_container input[type="text"],
   .ginput_container input[type="tel"],
   .ginput_container input[type="email"]{
      border: 1px solid var(--color-ui-03);
      padding: var(--space-sm) var(--space-base) !important;
      height: 40px !important;
      line-height: 40px !important;
   }
   .ginput_container textarea{
      border: 1px solid var(--color-ui-03);
      padding: var(--space-sm) var(--space-base) !important;
      height: 90px !important;
   }
   label + .gfield_description{
      text-transform: capitalize;
      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;
   }
   .gfield_checkbox,
   .gfield_radio{
     display: flex !important;
     flex-direction: row !important;
   }
   .gfield--type-checkbox,
   .gfield--type-radio{
     display: flex !important;
     flex-direction: column;
   }
   
}
.form-wide form .gfield--width-half{
   grid-column: 1 / -1;
}
.gform-theme--foundation .gform_fields{
  column-gap: var(--space-md);
}
form#gform_4{
  .ginput_container input[type="text"],
  .ginput_container input[type="tel"],
  .ginput_container input[type="email"],
  .ginput_container textarea{
    border:none;
    border-bottom: 0.5px solid var(--color-ui-03);
    box-shadow: none;
    border-radius: 0;
    padding-left:0 !important;
  }
  
}
.gform-theme--framework .gform_validation_errors ol a,
.gform_submission_error{
  color:#dc330e !important;
}
.form-light form .gfield_label,
.form-light form .gform-field-label,
.form-light form .gfield_required,
.form-light form .gfield_description,
.form-light form .ginput_container input,
.form-light form .ginput_container textarea{
   color: var(--color-text-white) !important;
}
.form-light form .ginput_container textarea:focus{
  background-color: initial !important;
}
/* ------------------- Form Overrides ----------------------------*/
/* Placeholder color (most GF fields) */
.gform_wrapper .ginput_container input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"])::placeholder,
.gform_wrapper .ginput_container textarea::placeholder {
    color: rgba(255,255,255,.65); /* adjust */
    opacity: 1; /* Firefox */
}

.gform_wrapper .gform_drop_instructions {
    color: var(--color-text-white) !important;
}

.gform_wrapper .ginput_container input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"]),
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select {
    background-color: #FFFFFF0A;
}

.gform_wrapper .gform_drop_area {
    background-color: #FFFFFF0A;
}

.ginput_container .ginput_container_fileupload {
    background-color: #FFFFFF0A;
}

/* === GF upload: condensed row like Figma (all file upload fields) === */
.gform_wrapper .gfield--type-fileupload .gform_drop_area{
    display: flex;
    align-items: center;
    gap: 18px;

    min-height: 56px;
    padding: 14px 18px;

    border: 1px dashed rgba(255,255,255,.28);
    border-radius: 8px;
    background: #202A36;
}

/* cloud icon (CSS-only) */
.gform_wrapper .gfield--type-fileupload .gform_drop_area::before{
    /*content: "";*/
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    color: rgba(255,255,255,.6) !important;
}

/* "Drop files here or" */
.gform_wrapper .gfield--type-fileupload .gform_drop_instructions{
    margin: 0;
    font-size: 14px;
    line-height: 1;
    color: rgba(255,255,255,.75);
    white-space: nowrap;
}

/* button to the right */
.gform_wrapper .gfield--type-fileupload .gform_button_select_files{
    margin-left: 0;
    border-radius: 999px;
    padding: 10px 22px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .08em;

    background: transparent;
    border: 2px solid var(--color-brand-03);
    color: var(--color-brand-03);
}

.gform_wrapper .gfield--type-fileupload .gform_button_select_files:hover{
    background: var(--color-brand-03);
    color: #202A36;
}

/* Optional: change label to UPLOAD (CSS-only) */
.gform_wrapper .gfield--type-fileupload .gform_button_select_files{
    font-size: 0;
}
.gform_wrapper .gfield--type-fileupload .gform_button_select_files::after{
    content: "UPLOAD";
    font-size: 14px;
}

/* Center icon + text + button as a group */
.gform_wrapper .gfield--type-fileupload .gform_drop_area{
    justify-content: center;  /* <- center the contents */
}

/* ======== Upload button ============= */
/* Upload button */
.gform_wrapper .gfield--type-fileupload .gform_drop_area button.gform_button_select_files.gform-theme-button.gform-theme-button--control{
    appearance: none;
    border-radius: 999px;
    padding: 10px 22px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;

    background: transparent !important;
    border: 1px solid var(--color-brand-03) !important;
    color: var(--color-brand-03) !important;

    box-shadow: none !important;
}

/* Focus */
.gform_wrapper .gfield--type-fileupload .gform_drop_area button.gform_button_select_files:focus-visible{
    outline: 2px solid var(--color-brand-03);
    outline-offset: 3px;
}

.gform_wrapper .gfield--type-fileupload .gform_button_select_files:hover::after{
    font-family: "Font Awesome 7 Pro";
    content: "\e09f";
    opacity: 1 !important;
    padding-left: 8px !important;
    color: var(--color-brand-04) !important;
    font-size: 13px !important;
}

/* ======== Upload button ============= */

/* ======== Submit button ============= */
/* GF submit button */
.gform_wrapper .gform_button{
  font-family: var(--font-family-body) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 150% !important; /* 19.5px */
  letter-spacing: 2.08px !important;
  text-transform: uppercase !important;
  border-radius: 50px !important;
  padding: var(--space-xxs) var(--space-md) !important;
  background-color: var(--color-brand-01) !important;
  border: 2px solid var(--color-brand-01) !important;
}

.gform_wrapper .gform_footer input[type="submit"].gform_button:hover{
    background-color: var(--color-brand-03) !important;
    border: 2px solid var(--color-brand-03) !important;
    color: var(--color-text-white) !important;
}

/* Mobile Menu */
div#mobile-nav .e-off-canvas__main{
    position: absolute;
    top: 120px;
    height: 100vh;
}
.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: 96%;
    border-radius: 24px;
    border: 1px solid rgba(214, 214, 214, 0.20);
    background: var(--color-brand-05);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.10);
  }
  .e-off-canvas__main{
    height: calc(100% - 120px);
    top: 120px;
    overflow-y: auto;
    width: 94%;
    left: 3%;
    .elementor-heading-title{
      font-weight: 600;
    }
  }
}
.e-off-canvas .elementor-nav-menu--main{
  ul {
    position: relative;
    height: 100%;
    padding: 0 20px;
  }
  ul li{
    position: relative;
    font-family: var(--font-family-body);
    font-size: 13px;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
    letter-spacing: 2.08px;
    text-transform: uppercase;
  }
  ul li:hover>a,
  ul li.active>a,
  ul li.current-menu-item>a{
    background: transparent !important;
  }
  ul li a,
  ul li a:hover{
    padding-left:0 !important;
  }
  
  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;
    padding-top: var(--space-xs);
    padding-bottom: var(--space-xs);
  }
  ul li a:after {
      content: '';
      opacity: 1 !important;
      height: 0.5px;
      width: 100%;
      background-color: rgba(106, 114, 124, 0.50);
      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: var(--color-brand-05);
    width: 100% !important;
    height: 150%;
    top: 0 !important;
    transition: none;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  ul li.parent-title{
    font-family: var(--font-family-heading);
    font-size: var(--heading-sm);
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    margin-top: 20px;
  }
  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{
    font-family: "Font Awesome 7 Pro";
    content: "\e09f";
    position: absolute;
    width: 20px;
    height: 20px;
    font-weight: 300;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* .submenu-back{
    border-bottom: 0.5px solid rgba(106, 114, 124, 0.50);
  } */
  button.submenu-back-button{
    color:var(--color-text-black);
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    border: 0;
    padding: 13px 0;
    background-color: transparent;
    font-family: var(--font-family-body);
    font-size: 13px;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
    letter-spacing: 2.08px;
    text-transform: uppercase;
  }
  .submenu-back-button:before{
    background: none !important;
    content: '\f060' !important;
    font-family: "Font Awesome 7 Pro";
    color: var(--color-brand-03);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.72px;
    height: 13px;
    padding-right: 14px;
  }
}

@media only screen and (max-width: 767px) {	
  .e-off-canvas .elementor-nav-menu--main ul{
    padding:0;
  }
}
#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);
  }
}

.elementor-element.elementor-arrows-position-outside .swiper{
  width: 100% !important;
}
.swiper-pagination-horizontal {
    width: 47.5% !important;
    position: static !important;
    height: 4px !important;
    background: var(--color-brand-05) !important;
    @media (max-width: 767px) {
        width: 100% !important;
    }
}

.elementor-element.footer-menu-link p{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.elementor-element.footer-menu-link a{
  border-bottom: 0.5px solid rgba(106, 114, 124, 0.50);
  color: var(--color-text-black);
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  letter-spacing: 2.08px;
  text-transform: uppercase;
  padding: 8px 8px 8px 0;
  position: relative;
}
.elementor-element.footer-menu-link a:after{
  font-family: "Font Awesome 7 Pro";
  content: "\e09f";
  position: absolute;
  right: 0;
}

#back-top{
  .elementor-button-content-wrapper{
    align-items: center;
  }
  .elementor-button-icon{
    width: 42px;
    border-radius: 100%;
    color: var(--color-ui-white);
    justify-content: center;
    height: 42px;
    aspect-ratio: 1/1;
    margin-right: 8px;
    background: var(--color-text-black);
  }
}

/* Main Menu */
@media only screen and (min-width: 1199px){
  #menu-primary-menu{
    nav > ul > li{
      position: relative;
      font-family: var(--font-family-body);
      font-size: var(--text-sm);
      font-weight: 400;
      line-height: 150%; /* 21px */
      > a{
        position: relative;
        color: var(--color-text-white);
        padding: 34px 6px 32px;
        border-bottom:2px solid transparent;
      }
      &:hover>a{
        border-color:var(--color-brand-01)
      }
      &.menu-item-2388,
      &.menu-item-2394,
      &.menu-item-2395,
      &.menu-item-2396{
        >ul{
          min-height: 480px;
        }
       
      }
      ul{
        display: none;
        width: 400px;
        min-height: 295px;
        position: absolute;
        margin: 0;
        padding: 48px 60px 60px 60px;
        border-radius: 24px;
        top: 100px !important;
        margin-left: -100%;
        li{
          border-bottom: 0.5px solid rgba(106, 114, 124, 0.50);
          &.parent-title{
            color: var(--color-text-black);
            font-family: var(--font-family-heading);
            font-weight: 600;
            line-height: 150%; /* 30px */
            position: relative;
            margin-bottom:20px;
            border-bottom: none;
            >a{
              float: left;
              font-size: var(--heading-sm);
              letter-spacing: inherit;
              padding:0;
              text-transform: capitalize;
            }
          }
          &.parent-title:after{
            font-family: "Font Awesome 7 Pro";
            content: "\e09f";
            font-size: 14px;
            font-weight: 300;
            display: flex;
            padding: 2px 0 0 15px;
          }
        }
        li a{
          color: var(--color-text-black);
          padding: var(--space-base) var(--space-base) var(--space-base) 0;
          letter-spacing: 2.08px;
          margin: 0 !important;
          border: none;
          text-wrap: auto;
        }
        li:hover>a,
        li.parent-title:hover:after{
          color:var(--color-brand-01);
        }
      }
      &:hover > ul,
      &.active > ul{
        display: block;
      }
      &.active > ul li{
        opacity: 1;
      }
    }
    nav > ul > li::after {
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 15px;
        border: none;
    }
    /* first level */
    nav > ul > li > ul li.menu-item-has-children > a{
      padding-right: 28px;
      &:after{
        font-family: "Font Awesome 7 Pro";
        content: "\e09f";
        font-size: 14px;
        font-weight: 300;
        position: absolute;
        right: 0;
        top: 16px;
      }
    }
    nav > ul > li > ul > li{
      position: unset;
      > a{
        position: relative;
      }
    }
    nav > ul > li:hover > a:after{
      display: block;
    }
    nav > ul > li > a > span{
      display: none;
    }
    nav > ul > li > ul{
    }
    nav > ul > li > ul > li:hover > a{
      &:before{
        display: block;
      }
    }
    nav > ul > li > ul > li > a{
      display: block;
      z-index: 4;
    }
    /* 3rd & 4th level */
    nav > ul > li > ul > li ul{
      left: 376px !important;
      height: calc(100% + 2px) !important;
      top: -1px !important;
      margin: 0 !important;
      width: 424px !important;
      border: none;
      border-radius: 0 24px 24px 0 !important;
      padding-top: 100px;
      opacity: 0;
      transform: translateX(-10px);   /* start slightly left */
      visibility: hidden;
      transition: 
          opacity 0.3s ease,
          transform 0.3s ease,
          visibility 0.3s ease;
      &:before{
        content: "";
        width: 1px;
        height: 68%;
        background: rgba(106, 114, 124, 0.40);
        position: absolute;
        left: 14px;
        top: 122px;
      }
    }
    nav > ul > li > ul > li ul[aria-expanded="true"]{
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
    nav > ul > li > ul > li ul li{
      position: static;
      ul{
        left: 400px !important;
        height: 100% !important;
        top: 0 !important;
      }
    }
  }
}
@media only screen and (min-width: 1310px) {
    #menu-primary-menu nav > ul > li > a {
        padding: 34px 12px 32px;
    }
}

@media only screen and (min-width: 1400px) {
    #menu-primary-menu nav > ul > li > a {
        padding: 34px 16px 32px;
    }
}
.homepage-tech-menu-wrapper {
    a {
        border-bottom: 0.5px solid rgba(106, 114, 124, 0.50) !important;
        padding: 8px 28px 8px 0 !important;
    }
    .homepage-tech-menu li.menu-item-has-children > a:after,
    li.menu-item-has-children > a:after {
        font-family: "Font Awesome 7 Pro";
        content: "\e09f";
        position: absolute;
        right: 0;
        opacity: 1 !important;

        color: var(--color-text-white)  !important;
        font-size: 14.304px  !important;
        font-style: normal  !important;
        font-weight: 300  !important;
        line-height: 100%  !important; /* 14.304px */
    }

    a:hover {
        color: var(--color-brand-01) !important;
    }
    a:hover:after {
        color: var(--color-brand-01) !important;
    }
}

.homepage-content-img {
    .elementor-cta__content {
        background: linear-gradient(313deg, rgba(0, 124, 76, 0.00) 62.52%, rgba(0, 124, 76, 0.50) 100%), linear-gradient(180deg, rgba(23, 33, 46, 0.00) 44.77%, #17212E 100%) !important;
    }
}

/* .homepage-hero-scroll-wrapper {
    padding-bottom: 17px !important;
} */

.homepage-hero-line-container {
    animation: heroLineGrow 2.75s ease infinite, alternate;
}

@keyframes heroLineGrow {
    0%, 100% {
        min-height: 110px;
    }

    50%, 75% {
        min-height: 123px;
    }
}

/* Button Hover States */
.elementor-button{
  font-size: 13px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 2.08px !important;
  text-transform: uppercase !important;
  padding: var(--space-sm) var(--space-md) !important;
  border-radius: 50px;
  text-align: left;
}
.elementor-widget-button .elementor-button:hover{
  background-color: var(--color-text-black) !important;
}
.elementor-widget-button.hover-light-btn .elementor-button:hover{
  background-color: var(--color-brand-03) !important;
}


/* Make sure the parent is positioned relative for the absolute arrow */
.elementor-widget-button .elementor-button-text {
    position: relative;
    display: inline-block; /* ensures padding/position works */
}

/* Arrow pseudo-element default state (hidden) */
.elementor-widget-button .elementor-button-text::after {
    font-family: "Font Awesome 7 Pro";
    content: "\e09f"; /* arrow icon */
    position: absolute;
    opacity: 0; /* hidden initially */
    top: 0;
    right: -10px; /* start slightly outside */
    transition: opacity 0.3s ease, right 0.3s ease; /* smooth fade & slide */
    color: var(--color-text-white);
}

/* Arrow shows and slides in on hover */
.elementor-widget-button:hover .elementor-button-text::after {
    opacity: 1;
    right: -18px; /* slide closer to text */
}

.elementor-widget-button:hover #header-phone .elementor-button-text::after{
  content:"";
  display:none;
}
.elementor-widget-button:hover #header-phone .elementor-button-content-wrapper,
.elementor-widget-button:hover #back-top .elementor-button-content-wrapper{
  padding:0 !important;
}

/* Smooth padding shift for button content */
.elementor-widget-button .elementor-button-content-wrapper {
    transition: padding-right 0.3s ease;
}

.elementor-widget-button:hover .elementor-button-content-wrapper {
    padding-right: 12px !important;
}

/* Text Card */
.text-card{
  p{
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
    letter-spacing: 2.08px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(106, 114, 124, 0.20);
    padding: 0 var(--space-lg) var(--space-base) 0;
    a{
      color: var(--color-text-white) !important;
      text-decoration: none !important;
    }
  }
  p:after {
      font-family: "Font Awesome 7 Pro";
      content: "\e09f"; /* arrow icon */
      position: absolute;
      top: 2px;
      right: 10px; /* start slightly outside */
      color: var(--color-text-white);
  }
  &:hover{
    p a,
    p:after{
      color:var(--color-brand-03) !important;
    }
  }
}
footer .text-card{
  p{
    border-color:rgba(106, 114, 124, 0.50);
  }
}
.text-card.dark-text-card{
  p a,
  p:after{
    color:var(--color-text-black) !important;
  }
  &:hover{
    p a,
    p:after{
      color:var(--color-brand-01) !important;
    }
  }
}

/* Three cards sections */
.feature-card{
  .learnmore{
    color: var(--color-brand-04);
    font-family: var(--font-family-body);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
    letter-spacing: 2.08px;
    text-transform: uppercase;
    a{
      font-size: 13px !important;
      text-decoration: none;
    }
  }
}
.feature-card p.elementor-heading-title {
    opacity: 0;               
    max-height: 0;            
    overflow: hidden;         
    transition: 
        opacity 0.4s ease, 
        max-height 0.4s ease,
        transform 0.4s ease;
    margin-top: 0;            
    transform: translateY(-10px);

    &:after {
        font-family: "Font Awesome 7 Pro";
        content: "\e09f";
        opacity: 1 !important;
        padding-left: 8px !important;
        color: var(--color-brand-04) !important;
        font-size: 13px !important;
    }
    @media only screen and (max-width: 1199px){
      opacity: 1;         
      max-height: 200px; 
      transform: translateY(0);
      >a,
      &:after{
        color:var(--color-brand-03) !important;
      }
    }
}
@media only screen and (min-width: 1200px){
  .feature-card:hover p.elementor-heading-title {
      opacity: 1;         
      max-height: 200px; 
      transform: translateY(0);
  }
  .feature-card p.elementor-heading-title:hover>a,
  .feature-card p.elementor-heading-title:hover:after{
    color:var(--color-brand-03) !important;
  }
}

.hp-loop-item {
  .elementor-cta{
    text-decoration: none !important;
  }
    .elementor-cta__content {
        :after {
            font-family: "Font Awesome 7 Pro";
            content: "\e09f";
            opacity: 1 !important;
            padding-left: 8px !important;
            color: var(--color-text-white)  !important;
            font-size: 13px !important;
        }
    }
}

/* Custom tabs styling */
.elementor-widget-n-tabs {
  .e-n-tab-title-text{
  font-family: var(--font-family-body);
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-transform: capitalize;
  letter-spacing: initial;
  }
  .e-n-tab-title{
    padding: var(--space-base);
  
  }
  .e-n-tabs{
    gap:0 !important;
  }
  .e-n-tab-title{
    border-bottom:4px solid transparent;
    background: none !important;
  }
  .e-n-tab-title:hover,
  .e-n-tab-title[aria-selected="true"] {
      border-color: var(--color-brand-01);
  }
  .e-n-tabs-content{
    border-top:1px solid var(--color-ui-01);
  }
}

/* Clean up custom video player looks*/
.video {
    border-radius: 0px !important;
}

/* News / Blog */
.chip-label {
    padding: 6px 14px;
    text-transform: uppercase;
    border-radius: 999px;
    background-color: #f3f4f5;
    margin-bottom: 16px !important;
}
.blog-card{
  position: relative;
  .blog-content{
    .blog-subtitle{
      font-weight: 700;
    }
    .blog-title{
      color: var(--color-text-black);
      font-family: var(--font-family-body);
      font-size: var(--text-base);
      font-style: normal;
      font-weight: 500;
      line-height: 150%; /* 24px */
    }
    .blog-card-read-more{
      font-family: var(--font-family-body);
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: 150% !important; /* 19.5px */
      letter-spacing: 2.08px;
      text-transform: uppercase;
    }
  }
}
.blog-card-read-more {
    .elementor-heading-title:after {
        font-family: "Font Awesome 7 Pro";
        content: "\e09f";
        opacity: 1 !important;
        padding-left: 8px !important;
        color: var(--color-brand-04)  !important;
        font-size: 13px !important;
    }
}
.blog-card:hover{
  .blog-content{
    .blog-card-read-more .elementor-heading-title{
      color:var(--color-brand-01) !important;
      &:after{
        color:var(--color-brand-01) !important;
      }
    }
  }
}

/* Resources */
/* ---- Shared vars ---- */
:root{
    --obx-underline: #cbd5e1;
    --obx-green: #76B82A;
    --obx-muted: #9ca3af;
    --obx-text: #111827;
    --obx-control-h: 40px;
}

/* ---- Row layout ---- */
/* .obx-news-filters{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px !important;
} */

/* FacetWP facets: remove default spacing */
.facetwp-facet{
    margin: 0 !important;
}

/* Dropdown facet width */
.facetwp-facet:not(.facetwp-type-search){
    min-width: 160px;
}

/* ---- "Filter By" (Elementor Heading widget) ---- */
.obx-news-filterby,
.obx-news-filterby .elementor-widget-container{
    display: flex;
    align-items: center;
    height: var(--obx-control-h);
    margin: 0 !important;
    padding: 0 !important;
}

.obx-news-filterby .elementor-heading-title{
    margin: 0 !important;
    padding: 0 !important;
    line-height: var(--obx-control-h);
    font-size: 14px;
    color: var(--obx-muted);
    white-space: nowrap;
}

/* ---- FacetWP dropdowns: underline + green caret ---- */
select.facetwp-dropdown{
    width: 100%;
    height: var(--obx-control-h);

    border: 0 !important;
    border-bottom: 1px solid var(--obx-underline) !important;
    border-radius: 0 !important;

    background: transparent !important;
    box-shadow: none !important;

    padding: 8px 28px 8px 0 !important;
    font-size: 16px;
    color: var(--obx-text);

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%2376B82A' d='M0 0h10L5 6z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 6px center !important;
    background-size: 10px 6px !important;
}

select.facetwp-dropdown:focus{
    outline: none !important;
    border-bottom-color: var(--obx-green) !important;
}

/* ---- Search ---- */
.obx-news-search{
    margin-left: auto;
    min-width: 360px;
    height: var(--obx-control-h);
    align-items: center;
    position: relative; /* anchors icon button */
}
@media (max-width: 767px) {
  .mobile-search{
    margin-top:32px;
    display: flex;
  }
}
/* Ensure wrapper fills */
.obx-news-search .elementor-widget-container,
.obx-news-search .hfe-search-button-wrapper,
.obx-news-search form.hfe-search-button-wrapper,
.obx-news-search .hfe-search-form__container{
    width: 100% !important;
    height: var(--obx-control-h) !important;
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    position: relative;
}

/* Input underline */
.obx-news-search input.hfe-search-form__input{
    width: 100% !important;
    height: var(--obx-control-h) !important;

    padding: 8px 34px 8px 0 !important;

    border: 0 !important;
    border-bottom: 1px solid var(--obx-underline) !important;
    border-radius: 0 !important;

    background: transparent !important;
    box-shadow: none !important;

    font-size: 16px;
    color: var(--obx-text);
}

.obx-news-search input.hfe-search-form__input::placeholder{
    color: var(--obx-muted);
    opacity: 1;
}

.obx-news-search input.hfe-search-form__input:focus{
    outline: none !important;
    border-bottom-color: var(--obx-green) !important;
}

/* Icon button (HFE uses #clear) aligned to the right */
.obx-news-search .hfe-search-form__container::after{
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    width: 28px !important;
    height: 28px !important;
    padding: 0 !important;
    margin: 0 !important;

    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    cursor: pointer;
    font-size: 0 !important; /* hide any default glyph */
}

/* Replace with magnifier icon */
.obx-news-search button#clear::before{
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2376B82A' d='M10 4a6 6 0 104.472 10.03l4.249 4.249 1.414-1.414-4.249-4.249A6 6 0 0010 4zm0 2a4 4 0 110 8 4 4 0 010-8z'/%3E%3C/svg%3E");
}

/* ---- Mobile ---- */
@media (max-width: 900px){
    .obx-news-filters{
        gap: 18px;
    }
    .obx-news-search{
        margin-left: 0;
        min-width: 0;
        width: 100%;
    }
    .facetwp-facet:not(.facetwp-type-search){
        min-width: min(220px, 100%);
    }
}

.obx-news-search .hfe-search-form__container{
    position: relative !important;
    width: 100% !important;
}

/* Input text + placeholder */
.obx-news-search input.hfe-search-form__input{
    color: #111827 !important;                 /* typed text */
    -webkit-text-fill-color: #111827 !important; /* fixes some Safari/Chrome overrides */
    padding-right: 38px !important;            /* make room for icon */
}

.obx-news-search input.hfe-search-form__input::placeholder{
    color: #9ca3af !important;
    opacity: 1 !important;
}

/* Always-visible magnifier (NOT tied to the clear/reset button) */
.obx-news-search .hfe-search-form__container::after{
    content: "" !important;
    position: absolute !important;
    right: 6px !important;           /* distance from right edge */
    top: 50% !important;             /* vertical center */
    transform: translateY(-50%) !important;
    width: 20px !important;          /* icon width */
    height: 20px !important;         /* icon height */
    pointer-events: none !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important; /* match width/height */
    
    /* Optimized SVG, fills the container fully */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%2376B82A' d='M9 3a6 6 0 104.472 10.03l4.248 4.248 1.414-1.414-4.248-4.248A6 6 0 009 3zm0 1.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9z'/%3E%3C/svg%3E") !important;
}

/* Keep the clear button functional (so users can click to clear), but hide its X icon */
.obx-news-search button#clear{
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 0 !important;     /* invisible but clickable */
}

.obx-news-search button#clear i{
    display: none !important;  /* hide the FontAwesome times icon */
}

.elementor-pagination{
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  .page-numbers{
    font-family: var(--font-family-body);
    font-size: var(--text-base);
    font-weight: 400;
    line-height: 150%; /* 24px */
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-brand-01);
    text-decoration: none !important;
    margin:0 !important;
    &.current{
      color: var(--color-ui-white);
      background: var(--color-brand-01);
    }
  }
}
/* Full Width blog paragraphs */
#primary .elementor-widget-heading.full-width .elementor-heading-title,
#primary .elementor-widget-heading.full-width .elementor-heading-title p{
  max-width: 100% !important;
  width: 100% !important;
}

.elementor-nav-menu .menu-item > a.menu-link,
.elementor-nav-menu .menu-item > a.elementor-item {
  margin: 0 !important;
}



/* Chip Styles for blog listing */
.post-chip{
    display:flex;
    padding:2px 16px;
    justify-content:center;
    align-items:center;
    gap:8px;

    border-radius:50px;
    background: var(--color-brand-05);

    color: var(--color-text-black);
    font-family: var(--font-family-body);
    text-transform: uppercase;
    font-size: var(--text-sm);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* Specific styles */
.post-chip--pdf{
    background: var(--color-brand-05);
}

.post-chip--article{
    background: #E9F5E9;
}

.post-chip--award{
    background: #FBF4DB;
}
