/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

:root {
  --color1: #003015;
  --color2: #005826;
  --color3: #000;
  --color4: #fcfcfc;
}

/* Custom CSS can go here */
html,
body {
  background: var(--color4) !important;
}

.hero-slider {
}
.swiper-pagination-bullet {
  background: var(--color4) !important;
  border: 1px solid var(--color2);
  opacity: 1 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color2) !important;
}

.full-slider .swiper-pagination-bullet {
  background: var(--color4) !important;
  border: 1px solid var(--color2);
  opacity: 1 !important;
  display: block;
  margin: 16px 0 !important;
}

.full-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color2) !important;
}

.elementor-element.elementor-pagination-position-outside .swiper {
  padding-bottom: 0 !important;
}

.service-tab .e-n-accordion-item-title-header,
.service-tab .e-n-accordion-item-title-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.service-tab .e-n-accordion-item-title-text .num {
  font-size: 24px;
}

.service-tab .title {
  max-width: 916px;
  width: 916px;
  display: inline-block;
  margin: 0 auto;
}
.thought-box a {
  width: 100%;
}
.thought-box .article-box-details p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.thought-box:hover {
  box-shadow: 0px 4px 16px 0px #00000014;
  background: #fcfcfc;
}

.thought-slider .swipper-slide {
  padding-bottom: 10px;
}

.cta-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000001a;
  opacity: 0.5;
}

.timeline-box::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: calc(100% + 26px);
  border-top: 2px solid #b2eaca;
}
.swiper-slide-active .timeline-box::after {
  left: 52px;
}

.timeline-box h2.elementor-heading-title::before {
  content: "";
  position: absolute;
  left: 30px;
  top: -36px;
  width: 14px;
  height: 14px;
  background: #003015;
  border-radius: 50%;
  z-index: 1;
}

.portfolio-category {
  font-family: Lato;
  line-height: 140%;
  font-weight: 600;
}

.single-page .portfolio-category {
  font-size: 20px;
  font-family: Inter;
  font-weight: 500;
}

.slide-content {
  background: linear-gradient(
    180deg,
    rgba(0, 28, 12, 0) 0%,
    rgba(0, 28, 12, 0.4) 28.53%,
    #001c0c 100%
  );

  backdrop-filter: blur(0px);
}
/* .has-blur {
  background: linear-gradient(
    270deg,
    rgba(0, 28, 12, 0) 0%,
    rgba(0, 28, 12, 0.4) 28.53%,
    #001c0c 100%
  );  
} */
.has-blur {
  position: relative !important;
  background: linear-gradient(
    180deg,
    rgba(0, 28, 12, 0) 0%,
    rgba(0, 28, 12, 0.4) 28.53%,
    #001c0c 100%
  );
}

.has-blur::after {
  content: "";
  position: absolute;
  inset: 0;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #001c0c 52.74%,
    transparent 100%
  );

  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #001c0c 52.74%,
    transparent 100%
  );

  pointer-events: none;
}
.has-blur .e-con-inner {
  z-index: 999;
}
.service-box:hover {
  box-shadow: 0px 4px 16px 0px #00000014;
}

.energy-saved:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  translate: -50% 0;
  border-top: 17px solid #e5f8ed;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.cnt-info  .e-n-accordion-item:first-child .e-n-accordion-item-title {
  border-top:  0 !important;
}
.cnt-info  .e-n-accordion-item:last-child .e-n-accordion-item-title {
  border-bottom:  1px solid #B2EACA !important;
      padding-bottom: 24px;
}

.what-we-do {
  transition: 0.3s ease all;
  /* 	filter: grayscale(1) */
}

.what-we-do p {
  opacity: 0;
  height: 0;
  transition: 0.3s ease all;
  translate: 0 10px;
}

.what-we-do:hover {
  width: 50%;
}

.what-we-do:hover img {
  filter: inherit !important;
}

.what-we-do:hover p {
  opacity: 1;
  height: 50px;
  transition: 0.3s ease all;
  translate: 0 0px;
}

.cover-accordion .e-n-tab-title {
  position: relative;
}

.cover-accordion .e-n-tab-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  translate: -50% 0;
  background: #b2eaca;
  width: calc(100% - 32px);
  height: 1px;
}

.cover-accordion .e-n-tabs-heading .e-n-tab-title:last-child:after {
  display: none;
}

.cover-accordion .e-n-tab-title-text {
  display: block !important;
  text-align: left !important;
  width: 100%;
}

.cover-accordion .e-n-tab-title-text span {
  display: block;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #005826 !important;
  margin-top: 16px;
}

.awards-tabs .e-n-tabs-heading {
  background: #e5f8ed;
  border-radius: 16px;
  padding: 24px;
  height: 474px;
  overflow-y: scroll;
  display: block !important;
}

.awards-tabs .e-n-tabs-heading::-webkit-scrollbar {
  width: 4px;
  background: #083b02;
  border-radius: 10px;
  display: block !important;
}

.awards-tabs .e-n-tabs-heading::-webkit-scrollbar-track {
  width: 4px;
  background: #083b02;
  border-radius: 10px;
}

.awards-tabs .e-n-tabs-heading::-webkit-scrollbar-thumb {
  background: var(--color1);
  border-radius: 10px;
}

.awards-tabs .e-n-tabs-heading button {
  width: 100% !important;
  margin-bottom: 16px;
}

.thought-list-box:hover {
  background: #fcfcfc;
  box-shadow: 0px 4px 16px 0px #00000014;
}

.related-news .thought-box a {
  width: 100%;
}

.related-news .article-box-details {
  gap: 16px !important;
}

.related-news .article-box-details .textt {
  display: none;
}

.thought-filter .custom-taxonomy-select {
  display: none;
}

.policies-tab .e-n-tabs-heading {
  background-color: #E5F8ED !important;
  padding: 24px;
    border-radius: 16px;
        height: max-content;
}

.article-details-wrapper ul,
.article-details-wrapper ol {
  padding-left: 0;
  margin-left: 16px;
}

.article-sort-wrap {
  display: flex;
  justify-content: flex-end;
}

.article-sort {
  appearance: none;
  -webkit-appearance: none;
  background: url("https://genergy.digipixelsg.com/wp-content/uploads/2026/08/chevron-right.svg")
    no-repeat right 10px center;
  /* background-size: 14px; */

  min-width: 160px;
  padding: 16px;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  background-color: #ffffff;

  color: var(--color2);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left;

  cursor: pointer;

  outline: none;
}

.article-sort:focus {
  border-color: #006b32;
}

/* career filter  */
/* Hide Elementor's original taxonomy buttons */
.career-filter .elementor-widget-taxonomy-filter .custom-filter-hidden {
  display: none !important;
}

/* Custom dropdown */
.career-filter .elementor-widget-taxonomy-filter .custom-taxonomy-select {
  width: 100%;
  height: 54px;
  padding: 0 40px 0 16px;

  border: 1px solid #f4f4f4;
  border-radius: 8px;

  background-color: #ffffff;

  color: #005826;
  font-size: 14px;
  font-weight: 500;

  cursor: pointer;

  outline: none;

  appearance: none;
  -webkit-appearance: none;
  background-image: url("https://genergy.digipixelsg.com/wp-content/uploads/2026/08/chevron-right.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.contactform .select-caret-down-wrapper svg {
  display: none !important;
}
.contactform .select-caret-down-wrapper {
  width: 20px;
  height: 20px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("https://genergy.digipixelsg.com/wp-content/uploads/2026/08/chevron-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* Focus */
.career-filter .elementor-widget-taxonomy-filter .custom-taxonomy-select:focus {
  border-color: #005826;
}

/* career filter end */

/* career search box  */
.career-filter .career-search-box {
  display: flex;
  width: 282px;
}

.career-filter .career-search-box input {
  flex: 1;
  height: 54px;
  padding: 0 18px;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  outline: none;
  background: #fff;
}

.career-filter .career-search-box input::placeholder {
  color: #00582680;
}

.career-filter .career-search-box input:focus {
  border-color: #005826;
}

.career-filter .career-search-box button {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 53%;
  translate: 0 -50%;
}

.career-filter .career-search-loading {
  opacity: 0.5;
  pointer-events: none;
}

.career-no-result {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--color2);
}

/* career search box end */

/* career form  */
.career-form .elementor-field-type-upload:after {
  content: "Allowed Type(s): .pdf, .doc, .docx, .rtf";
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}

.career-form input[type="file"] {
  background: transparent !important;
}

.career-form input[type="file"]::file-selector-button {
  background: #ececec;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-family: Lato;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #003015;
}

.career-form input[type="file"]::file-selector-button:hover {
  background: #005826;
  color: #fcfcfc;
}

.career-form .elementor-field-type-checkbox label {
  font-size: 14px !important;
}

.career-form input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px !important;
  height: 16px !important;
  border: 2px solid #005826;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  display: inline-block !important;
  position: relative;
  top: 3px;
}

.career-form input[type="checkbox"]:checked {
  background: #005826;
}

/* career form end */

.mobile-tab-select {
  display: none;
  width: 100% !important;
  padding: 16px !important;
  border: 1px solid #f4f4f4 !important;
  border-radius: 8px !important;
  margin-bottom: 20px !important;
  color: #005826;
  background-color: #fff !important;
  background-image: url(https://genergy.digipixelsg.com/wp-content/uploads/2026/08/Vector-5.png) !important;
  background-size: 14px !important;
  background-position: center right 13px !important;
  background-repeat: no-repeat;
  font-size: 16px !important;
  height: auto !important;
  font-family: Lato;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.team-box a {
  width: 100%;
}
.team-box:hover {
  transition: 0.3s ease all;
}
.team-box:hover {
  box-shadow: 0px 4px 16px 0px #00000014;
}
.theme-text {
  color: var(--color1);
}
.e-n-tab-title[aria-selected="true"] .theme-text,
.e-n-tab-title:hover .theme-text {
  color: var(--color4) !important;
}
a.blog-box-text {
  color: #005826 !important;
}
.home header {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

body.home:not(.scrolled)
  .elementor-widget-n-menu
  .e-n-menu-title:not(.e-current):not(:hover)
  .e-n-menu-title-container
  .e-n-menu-title-text {
  color: var(--color4) !important;
}
body.home:not(.scrolled)
  .elementor-widget-n-menu
  .e-n-menu-title:not(.e-current):not(:hover)
  .e-n-menu-dropdown-icon
  svg {
  fill: var(--color4) !important;
}
body.home:not(.scrolled) header .elementor-button {
  border-color: var(--color4) !important;
  color: var(--color4) !important;
}
body.home:not(.scrolled) header .elementor-button:hover {
  border-color: var(--color2) !important;
  background: var(--color2) !important;
  color: var(--color4) !important;
}
body.home:not(.scrolled) header .header-logo img {
  filter: brightness(0) invert(1);
}
.scrolled header {
  position: fixed !important;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;

background: #fff !important;
  backdrop-filter: blur(0px);
  transition: 0.3s ease all;
}
header .e-n-menu-item .e-n-menu-content #e-n-menu-content-6422 {
  background: #fcfcfccc !important;
  backdrop-filter: blur(10px) !important;
}
.srvice-tabs .e-n-accordion-item:first-child .e-n-accordion-item-title {
  border-top: 0 !important;
}

.iconlink .elementor-button-icon svg {
    width: 0.5rem;
    margin-top: 2px;
        fill: transparent !important;
}

.repeater-toggle + label::after,
.filter-title.collapsible::after {
  content: "❯";
  background-image: url(https://genergy.digipixelsg.com/wp-content/uploads/2026/08/chevron-right.png) !important;
  background-size: contain !important;
  font-size: 0 !important;
  width: 24px !important;
  height: 24px !important;
}
.search-container input {
  border-radius: 8px !important;
  padding: 16px !important;
}
.taxonomy-filter li {
    margin-bottom: 5px;
    padding-left: 0 !important;
    width: 100%;
}
span.full-width {
    min-width: 100% !important;
display: flex !important;
    justify-content: space-between;
}
.filter-title-count {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.search-container button {
    position: absolute;
    right: 20px;
    font-size: 0 !important;
    background-image: url(https://genergy.digipixelsg.com/wp-content/uploads/2026/08/Vector-1.png);
    width: 20px !important;
    height: 20px !important;
    background-size: contain;
    top: 19px;
    padding: 0 !important;
}
.list-style label span.count {
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    background-color: transparent !important;
    width: 30px !important;
    text-align: center;
    justify-content: center;
    position: relative;
}
.list-style label span.count:before {
  content: '(';
}
.list-style label span.count:after {
  content: ')';
}
.taxonomy-filter label {
  width: 100% !important;
}

.repeater-toggle:checked + label::after,
.filter-title:not(.start-open).collapsible.collapsed::after,
.filter-title:not(.collapsed).start-open::after {
  transform: rotate(180deg) !important;
}
.filter-sorting-wrapper select {
  padding: 16px 24px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("https://genergy.digipixelsg.com/wp-content/uploads/2026/08/Vector-5.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 16px center;
}


.posrtfoliocount .elementor-shortcode {
  font-family: Lato;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
color: #003015 !important;
line-height: 120%;

}
.what-we-do {
    transition: all 0.4s ease !important;
}
.what-we-do:hover {
    transition: all 0.4s ease;
    width: 45% !important;
}

span.bpfwe-filter-item.bpfwe-select-all {
    font-family: "Lato";
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    padding: 16px 24px 16px 24px;
    margin: 8px 0px 8px 0px;
    color: #005826;
    background-color: #F8FFF7;
    border-style: none;
    border-radius: 30px 30px 30px 30px;
    display: block;
    width: 100%;
}

span.bpfwe-filter-item.bpfwe-select-all.checked {
    color: var(--e-global-color-9ee096e);
    background-color: #003015 !important;
    background: #003015;
    border-style: none;
}
span.bpfwe-filter-item.bpfwe-select-all.checked .label-text {
      color: var(--e-global-color-9ee096e);
}

.e-n-tab-title[aria-selected=true] .theme-text, .e-n-tab-title .theme-text {
    margin: 0 10px;
}



.zoom-hero {
    position: relative;
    overflow: hidden;
}

.zoom-hero-image {
    overflow: hidden;
}

.zoom-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
}

.overlap-section {
    position: relative;
    z-index: 2;
}

.tab-trusted .tabs-slider-wrap {
    max-width: 1150px !important;
    margin: auto;
    top: -100px;
    z-index: 9;
    position: relative;
    width: calc(100% - 48px);
}

.tab-trusted .e-n-tab-title[aria-selected=false] {
    background-color: #F8FFF7 !important;
}
.tab-trusted .e-n-tab-title[aria-selected=false]:hover {
       background-color: #003015 !important;
}
.tab-trusted .e-n-tab-title[aria-selected=true] {
    background-color: #003015 !important;
}



button.tabs-slider-arrow {
    position: absolute;
    right: 0;
    top: -60px;
    background-color: #fff !important;
    border: 0 !important;
    width: 40px;
    padding: 0 !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.tabs-slider-arrow img {
height: 18px;
}
button.tabs-slider-arrow.tabs-slider-prev {
    right: 40px !important;
    border-radius: 20px 0px 0px 20px !important;
}
button.tabs-slider-arrow.tabs-slider-next {
    border-radius: 0px 20px  20px 0px !important;
}


@media only screen and (max-width: 1024px) {
  .career-filter .career-search-box {
    width: 100% !important;
  }
  header .e-n-menu-heading .elementor-element {
    margin-top: 0 !important;
  }
  body.home:not(.scrolled)
    .elementor-widget-n-menu
    .e-n-menu-title:not(.e-current):not(:hover)
    .e-n-menu-title-container
    .e-n-menu-title-text {
    color: var(--color1) !important;
  }
  body.home:not(.scrolled)
    .elementor-widget-n-menu
    .e-n-menu-title:not(.e-current):not(:hover)
    .e-n-menu-dropdown-icon
    svg {
    fill: var(--color1) !important;
  }
  .elementor.elementor
    .elementor-widget-n-menu.e-n-menu-tablet
    .e-n-menu-toggle:focus,
  body.home:not(.scrolled) .elementor-kit-7 button:focus,
  body.home:not(.scrolled) .elementor-kit-7 button:active {
    background: transparent !important;
    background-color: transparent !important;
  }
  body.home:not(.scrolled)
    .elementor-widget-n-menu
    .e-n-menu-toggle
    .e-n-menu-toggle-icon
    svg {
    /* fill: var(--color4) !important; */
    filter: brightness(0) invert(1);
  }
}
@media only screen and (max-width: 767px) {
  .policies-tab .e-n-tabs-heading,
  .awards-tabs .e-n-tabs-heading {
    display: none !important;
  }
  .awards-tabs .mobile-tab-select {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 35px !important;
  }

  .mobile-tab-select {
    display: block;
  }

  .elementor-widget-n-carousel .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 8px !important;
  }

  .article-sort {
    width: 100%;
  }

  .service-tab .e-n-accordion-item-title-text .num {
    display: none;
  }

  .service-tab .title {
    margin: 0;
    width: auto;
  }
  .milestone-sliders .elementor-swiper-button {
    display: none !important;
  }
  .e-loop__load-more .elementor-button {
    width: 100% !important;
  }
  .full-slider .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 8px !important;
  }

  .elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg {
    height: 6px;
  }
  .what-we-do:hover {
  width: 100% !important;
}
.elementor-widget-n-menu .e-n-menu-title {
  justify-content: space-between !important;
}

.dropdown-menus .elementor-heading-title {
    text-decoration: none !important;
}

.e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title {
  border: 0 !important;
}
}
