* {
  padding: 0;
  margin: 0;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

body {
  padding-top: 80px;
}

/* body,
html {
  overflow-x: hidden;
} */

.sticky-col {
  position: sticky !important;
  height: 100%;
  top: 0;
}

/* [data-elementor-type="wp-page"] {
  overflow-x: hidden;
} */


.page-id-3077{
	overflow-x: hidden;
}

html {
  scroll-padding-top: 200px !important;
}

.protect-messured-sec {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.protect-messured-sec {
  position: sticky !important;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
}

.page-id-20 [data-elementor-type="footer"] {
  height: 100vh;
	position: relative !important;
}

.page-id-20 footer {
  position: fixed !important;
  top: 0;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.elementor-widget-image a {
  display: inline !important;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

header#masthead {
  display: block !important;
}

#masthead {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  display: block;
  z-index: 999;
}

.header-wrapper .elementor-section .elementor-container {
  justify-content: space-between;
  align-items: center;
}

.header-wrapper .logo-box {
  width: auto !important;
  float: left;
}

.header-wrapper .menu-box {
  width: auto !important;
  float: right;
}

.notfound-content {
  text-align: center;
  padding: 7vw 0;
  width: 100%;
  float: left;
}

.error404 .notfound-content h1 {
  color: #000000;
}

.error404 .notfound-content h3 {
  margin: 20px 0;
}

body .gform_wrapper,
.gform_confirmation_wrapper {
  width: 100%;
  float: left;
}

body .gform_wrapper {
  margin: 0px 0;
}

body .gform_wrapper form {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}

body .gform_wrapper form .gform_body {
  float: left;
  width: calc(100% + 0px) !important;
  margin: 0 !important;
}

body .gform_wrapper .gf_progressbar_wrapper {
  display: none;
}

body .gform_wrapper form .gform_body ul {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}

body .gform_wrapper form .gform_body ul li.gfield {
  padding: 0px;
  width: 50%;
  float: left;
  padding: 0 15px !important;
  margin: 0 0px 30px !important;
  background-color: transparent;
  border: none;
  clear: inherit;
}

body .gform_wrapper form .gform_body ul li.gfield label {
  width: 100%;
  float: left;
  color: #000;
  font-family: "PP Neue Montreal";
  font-size: 18px;
  font-weight: 400;
  margin-top: 0px !important;
  padding: 0 0px 10px;
  line-height: 120%;
}

body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
  font-size: 18px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  display: none;
  vertical-align: top;
  margin-left: 0px;
  margin-top: 0px;
}

body .gform_wrapper form .gform_body ul li.gfield.full-box {
  width: 100%;
}

body .gform_wrapper form .gform_body ul li.gfield textarea {
  width: 100% !important;
  height: 120px !important;
  border-radius: 20px !important;
}

body .gform_wrapper form .gform_body ul li.description textarea {
  width: 100% !important;
}

body .gform_wrapper .validation_message {
  color: #790000;
  padding-top: 5px;
  padding-right: 0px !important;
  width: 100%;
  float: left;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
  color: #790000;
  padding-top: 5px;
  padding-right: 0px !important;
  width: 100%;
  float: left;
  line-height: 120%;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
}

body .gform_wrapper .field_description_below .gfield_description {
  color: #ff4848;
  background: transparent;
  border: none;
  padding: 0 !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 16px !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  margin-bottom: 25px !important;
}

body .gform_confirmation_message {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: normal;
  font-family: "PP Neue Montreal";
  background-color: #029300;
  line-height: 125%;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 16px 20px;
  color: #ffffff;
  font-size: 18px;
}

body .gform_wrapper div.validation_error {
  margin-bottom: 20px;
  border: none;
  background-color: #790000;
  color: #ffffff;
  padding: 18px 15px;
  line-height: 120%;
  font-size: 16px;
  display: flex;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px !important;
  width: 100%;
  float: left;
}

body .gform_body input[type="text"],
body .gform_body input[type="email"],
body .gform_body input[type="tel"],
body .gform_body input[type="number"],
body select,
body textarea {
  width: 100% !important;
  border-bottom: 1px solid #333 !important;
  border-radius: 0 !important;
  padding-bottom: 12px !important;
  color: #999 !important;
  box-shadow: none;
  font-family: "PP Neue Montreal";
  height: auto !important;
  font-weight: 500;
  line-height: 125% !important;
  letter-spacing: 0.5px;
  font-size: 18px !important;
  margin: 0 !important;
  background-color: transparent !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border-right: 0 !important;
  border-top: 0px !important;
  border-left: 0px !important;
  padding-top: 0px !important;
  padding-left: 0px !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #202020 inset !important; /* dark bg */
  -webkit-text-fill-color: #999 !important;
}

body select {
  background-image: url("/wp-content/uploads/2025/08/CaretDown.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 40px !important;
}
.footer-form {
  max-width: 775px !important;
  width: 100% !important;
}
input::placeholder,
textarea::placeholder {
  color: #999999;
  opacity: 1;
}

body .gform_wrapper textarea.small {
  height: 80px;
}

body .gform_wrapper .gform_page_footer {
  padding: 0 15px;
  margin-bottom: 0px;
  text-align: left;
  width: 100%;
  float: right;
  margin-top: 10px;
  border: none;
}

.gform_legacy_markup_wrapper .gform_validation_errors > h2 {
  color: #ffffff !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0px !important;
  line-height: 120%;
}
.footer-form h2.gform_title {
  display: none !important;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 30px !important;
}
.gfield_consent_label {
  margin-left: 0px !important;
}
input#gform_submit_button_4 {
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid #ff8c00;
  background: #ff8c00;
  color: #fff;
  text-align: center;
  font-family: "PP Neue Montreal" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  cursor: pointer;
}
.gform_footer.before {
  display: inline-block;
  margin-top: 40px !important;
  padding: 0 !important;
}
fieldset#field_4_6 {
  margin-top: 8px !important;
}
.sub-text {
  font-size: 16px !important;
  color: #808080 !important;
}
.number-content > div {
  /* gap: 207px; */
  justify-content: space-between;
}
.villages-25 {
  width: 227px !important;
}

/* .logo-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-slider-wrapper > .elementor-container {
  display: flex;
  flex-wrap: nowrap !important;
  animation: logoScroll 7s linear infinite;
}

.logo-slider-wrapper .elementor-column {
  flex: 0 0 auto; 
  display: flex;
  justify-content: center;
  align-items: center;
} */
.logo-slider-wrapper > div .elementor-widget-wrap.elementor-element-populated {
  height: 120px;
}

@keyframes logoScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
  color: var(--grey, #999);
  font-family: "PP Neue Montreal";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/*consent check box*/
.consent-field input[type="checkbox"] {
  width: 17px;
  height: 17px;
  accent-color: #fff; /* Modern browsers only */
  cursor: pointer;
  margin-right: 0px;
}
.consent-field input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.consent-field label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  user-select: none;
}

/* Custom box */
.consent-field label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 2px solid #999;
  border-radius: 2px;
  background-color: transparent;
  transition: all 0.2s ease;
}

/* Checkmark */
.consent-field input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}

/* Fill background when checked */
.consent-field input[type="checkbox"]:checked + label::before {
  background-color: trasnparent;
  border-color: trasnparent;
}
.contact-sec,
.important-link-sec,
.legal-sec {
  width: 154px !important;
}
.footer-links > div {
  gap: 60px;
  justify-content: flex-end;
}
.gray-color {
  color: #999 !important;
}

.grey-color-999 {
  color: #999 !important;
}

span.gray-color-ccc {
  color: #ccc !important;
}

.download-btn .elementor-button-icon svg {
  width: 24px !important;
  height: 22px !important;
}

/* Nature image zoom in animation */

.overflow_hidden .elementor-container.elementor-column-gap-default {
  overflow: hidden;
}

.overflow_hidden_sec {
  overflow-x: hidden;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scroll_hidden {
  overflow: hidden;
}

.page-id-2576 footer:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #ccc;
  width: 95.5%;
  position: absolute;
  top: 0;
  margin: 0 auto;
}

.zoom-in-image {
  transform: scale(1.2);
  transition: transform 0.3s ease-out;
  will-change: transform;
}

.zoom-in-image.in-view {
  transform: scale(1);
}

/* landscape column */

.landscape-col:hover .landscape-image img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.landscape-image img {
  transition: all 0.3s ease-in-out;
}

.landscape-image {
  overflow: hidden;
  border-radius: 4px;
}

.learn-more-link {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.landscape-col:hover .learn-more-link {
  opacity: 1;
  transform: translateY(0);
}

/* landscape animation  */

.landscape-loop .elementor-loop-container .e-loop-item {
  opacity: 0;
  transform: translateY(150px);
  transition: all 0.8s ease;
}

.landscape-loop .elementor-loop-container .e-loop-item.visible {
  opacity: 1;
  transform: translateY(0);
}
/*program hover animation*/
.program-card {
  overflow: hidden;
  position: relative;
}
.program-image img {
  transition: transform 0.4s ease;
  transform: scale(1);
  transform-origin: bottom left;
}
.program-card:hover .program-image img {
  transform: scale(1.05);
}
.program-description {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.program-card:hover .program-description {
  opacity: 1;
  visibility: visible;
}
/*program hover animation end*/

/*Protected and measured across the globe section overlay*/
.protect-messured-sec {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.protect-messured-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 0;
}
.protect-messured-sec > * {
  position: relative;
  z-index: 1;
}

.protect-messured-sec {
  background-size: 130%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 1.2s ease-out;
}

.protect-messured-sec.in-view {
  background-size: 100%;
}
.news-loop-grid .elementor-loop-container {
  display: flex !important; /* or flex, but NOT grid */
}
.news-loop-grid .slick-track {
  display: flex;
  overflow: visible;
  gap: 0px !important;
}
.news-loop-grid .slick-initialized .slick-slide {
  display: block;
  margin: 0px 10px;
}
/*.news-loop-grid .slick-slide {
margin-right: 20px !important;
}
.news-loop-grid  .slick-list.draggable {
overflow: visible !important;
}*/
/* Remove default arrow content */
.news-loop-grid .slick-prev:before,
.news-loop-grid .slick-next:before {
  content: none;
}

/* Common base styles for both arrows */
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
}

/* Custom previous arrow using ::before */
.slick-prev::before {
  content: "" !important;
  display: flex;
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/2025/08/CaretLeft.svg") no-repeat center
    center;
  background-size: contain;
}

/* Custom next arrow using ::before */
.slick-next::before {
  content: "" !important;
  display: block;
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/2025/08/next-arrow-svg.svg") no-repeat
    center center;
  background-size: contain;
}

.news-loop-grid button.slick-prev.slick-arrow {
  background: #f2f2f2;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  right: calc(0% + 96px);
  top: -67px;
  left: auto;
  bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-loop-grid button.slick-next.slick-arrow {
  background: #f2f2f2;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  top: -67px;
  bottom: auto;
  left: auto;
  right: calc(0% + 40px);
  display: flex;
  justify-content: center;
  align-items: center;
}
/*.testimonial-slide {
margin-right: 20px;
}*/
.testimonial-slide > div {
  min-height: 479px;
  justify-content: space-between;
  height: 100%;
  max-height: 479px;
  flex-direction: column;
}
.testimonial-slide {
  max-height: 479px !important;
  height: 100%;
  min-height: 479px !important;
  max-width: 445px !important;
  /* width: 100% !important; */
}
.testimonial-wrapper .slick-track {
  display: flex !important;
}

.program-card .elementor-container.elementor-column-gap-default {
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
}

.program-inner-section .elementor-container.elementor-column-gap-default {
  gap: 32px;
}

.program-inner-content {
  width: 100% !important;
}
.program-inner-image {
  width: 100% !important;
  max-width: 100% !important;
}
.program-inner-section {
  height: 100%;
}
.program-inner-section > div {
  height: 100%;
}
.impact-inner-border {
  position: relative;
  padding-bottom: 0;
  --progress: 0%;
}

.impact-inner-border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: var(--progress);
  background: #fff;
  border-radius: 1px 1px 0 0;
  transition: width 0.1s linear; /* faster fill */
}
.contact-us-menu {
  display: none !important;
}
.slick-track {
  display: flex !important;
  gap: 20px !important;
}
.impact-inner-border {
  position: relative;
  opacity: 0.5; /* faint at start */
  transition: opacity 0.6s ease;
}

/* progress bar effect at bottom */
.impact-inner-border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px; /* border thickness */
  width: 0; /* start at 0% width */
  background-color: #fff; /* border color */
  transition: width 1s ease;
}

.impact-inner-border.hovered {
  opacity: 1;
}

.impact-inner-border.hovered::after {
  width: 100%; /* grow to full width */
}
.impact-inner-border:last-child::after {
  content: none;
}

.program-loop .e-loop-item {
  opacity: 0;
  transform: translateX(100px);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.program-loop .e-loop-item.animate-in {
  opacity: 1;
  transform: translateX(0);
}
.team-card-box {
  max-width: 368px;
  min-height: 368px;
  max-height: 368px;
  height: 100%;
  position: absolute !important;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s ease;
}

.team-card-box > div {
  height: 100% !important;
}

.team-card-orange {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.our-team-inner img {
  transition: opacity 1s ease;
}

.our-team-inner:hover img {
  opacity: 0;
}

.our-team-inner:hover .team-card-box {
  opacity: 1;
}

.our-team-inner > div > div {
  width: -webkit-fill-available !important;
}

.our-team-slider .slick-track {
  display: flex !important;
  gap: 0 !important;
}

.our-mission-slider .slick-track {
  gap: 0 !important;
}
.our-mission-slide {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.our-mission-slide:first-child {
  margin-left: 0 !important;
}
.story-line-slider-wrapper .slick-track {
  gap: 0 !important;
  margin-left: 4px;
}
.storyline-slide {
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin: 0 !important;
}
.storyline-slide:first-child {
  margin-left: 0 !important;
}
.storyline-slide {
  max-height: 500px;
  min-height: 500px !important;
  height: 100% !important;
  border-bottom: 1px solid #999999 !important;
  overflow: visible;
  margin-bottom: 3px !important;
}
.storyline-slide > div {
  max-height: 500px;
  min-height: 500px !important;
  height: 100% !important;
}

.storyline-slide:hover .elementor-widget-wrap.elementor-element-populated,
.storyline-slide:hover {
  border-color: #ff8c00 !important;
}

.storyline-slide::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #d9d9d9;
  border-radius: 50%;
  z-index: 9999 !important;
  position: absolute;
  bottom: -4px;
  left: -4px;
}

.storyline-slide:hover::before {
  background-color: #ff8c00;
}

.story-line-slider-sec:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #999999;
  width: 100%;
  position: absolute;
  left: 0;
  top: 99.5%;
}

.h1-underline {
  position: relative;
}
.h1-underline > div:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  background-color: #ff8c00;
}

.landscape-heading.h1-underline > div:before {
  width: 75%;
}

.category-link a {
  color: inherit !important;
  pointer-events: none;
}

.link a {
  color: inherit !important;
}

.landscape-dropdown .landscape-image img {
  height: 400px !important;
}

.counter-inner .elementor-container.elementor-column-gap-default {
  flex-wrap: wrap;
  gap: 20px;
}

.counter-inner
  .elementor-container.elementor-column-gap-default
  > .elementor-column {
  width: 32.6% !important;
}

select#landscape-category-filter {
  font-family: "PP Neue Montreal";
  font-weight: 400;
  font-size: 16px !important;
  /* color: #fff !important; */
  /* border-color: #fff !important; */
  padding-left: 20px !important;
}

.landscape-page-loop .learn-more-link a {
  text-decoration: none !important;
}

.inner-banner .banner-wrap,
.single-post-wrapper .img-box {
  display: none;
}

.accordion-year {
  float: left;
}

.accordion-download {
  float: right;
  color: #ff8c00 !important;
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto !important;
  text-underline-offset: auto;
  font-weight: 500 !important;
  font-size: 18px;
}

.reports-accordion .elementor-accordion-item {
  background: #202020;
  margin-bottom: 20px;
}

.reports-accordion .elementor-tab-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.report-ul {
  list-style-type: none !important;
}

.report-ul li {
  position: relative;
  padding-left: 16px;
  padding-bottom: 12px;
}

.report-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background-color: #ff8c00;
  border-radius: 50%;
}

.report-ul h5 {
  margin-bottom: 8px;
}

.report-ul p {
  color: #ccc !important;
}

html.active,
body.active {
  overflow: hidden;
}

/* News & Events page */

.news-col {
  height: 600px;
  transition: all 0.3s ease-in;
}

.news-image {
  overflow: hidden;
  transition: all 0.3s ease-in;
  height: 508px;
  margin-top: 24px;
}

.news-image .elementor-widget-container {
  height: 100%;
}

.news-col:hover .news-image {
  height: 432px;
}

.news-image img {
  transform: scale(1.05);
  transform-origin: bottom;
  transition: all 0.3s ease-in;
  height: 100% !important;
  object-fit: cover;
}

.news-col:hover .news-image img {
  transform-origin: bottom;
  transform: scale(1);
}

.news-excerpt,
.news-read-more {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.news-col:hover .news-excerpt,
.news-col:hover .news-read-more {
  max-height: 200px;
  opacity: 1;
}

.e-loop-item:nth-of-type(3n + 2) .news-col .news-image {
  order: 1;
  margin-top: 0px;
}

.e-loop-item:nth-of-type(3n + 2) .news-col .news-date {
  order: 2;
  margin-top: 24px;
}

.e-loop-item:nth-of-type(3n + 2) .news-col .news-title {
  order: 3;
}

.e-loop-item:nth-of-type(3n + 2) .news-col .news-excerpt {
  order: 4;
}

.e-loop-item:nth-of-type(3n + 2) .news-col .news-read-more {
  order: 5;
}

.news-single-page-loop .e-loop-item:nth-of-type(3n + 2) .news-col .news-image {
  order: unset;
  margin-top: 24px;
}

.news-single-page-loop .e-loop-item:nth-of-type(3n + 2) .news-col .news-date {
  order: unset;
  margin-top: 0px;
}

.news-single-page-loop .e-loop-item:nth-of-type(3n + 2) .news-col .news-title {
  order: unset;
}

.news-single-page-loop
  .e-loop-item:nth-of-type(3n + 2)
  .news-col
  .news-excerpt {
  order: unset;
}

.news-single-page-loop
  .e-loop-item:nth-of-type(3n + 2)
  .news-col
  .news-read-more {
  order: unset;
}

/* Search news */
#no-results-message {
  font-size: 22px;
}

.publication .news-search, .publication .news-search:hover, .publication .news-search:focus{
	color: #202020 !important;
}



.news-search,
.news-search:hover,
.news-search:focus {
  border-bottom: 1px solid #999 !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: "PP Neue Montreal";
  font-weight: 500;
  line-height: 125% !important;
  letter-spacing: 0.5px;
  font-size: 17px !important;
  padding-bottom: 13px !important;
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
}

.search-shortcode::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url("/wp-content/uploads/2025/08/search.svg");
  background-size: cover;
  margin-right: 8px;
  position: absolute;
  bottom: 13px;
  right: 0;
}

.search-shortcode.program::after {
  background-image: url("/wp-content/uploads/2025/08/search.svg");
}

/* Events  */

.event-excerpt {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.event-col:hover .event-excerpt {
  opacity: 1;
}

style#loop-2810 {
  display: none;
}

style.slick-slide.slick-cloned {
  display: none;
}

/* Project */

.project-image .elementor-widget-container {
  width: 100% !important;
}

.project-item-sec .elementor-container.elementor-column-gap-default {
  max-width: 400px !important;
}

.project-item-sec {
  width: 400px !important;
}

.project-excerpt h6,
.project-loop-title h6,
.project-icon .elementor-icon-list-text {
  white-space: normal;
}
.e-hotspot__icon {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.e-hotspot--active .e-hotspot__icon {
  opacity: 1;
}

/* projects category tabs */

.project-tabs .elementor-tab-desktop-title {
  padding: 0px !important;
  padding-bottom: 8px !important;
}

.project-tabs .elementor-tab-content {
  padding: 0 !important;
}

.project-list {
  display: grid;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr;
}

.single-project {
  flex: 1 1 30%;
  border-top: 1px solid #999;
  padding-top: 10px;
}

.project-header {
  display: flex;
  justify-content: space-between;
}

.project-header > span {
  color: #808080;
  font-size: 14px;
}

.project-title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 8px;
}
p.project-excerpt {
  color: #808080;
  font-size: 16px;
  padding-bottom: 24px;
}

.project-location,
.project-short-desc {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
}

.project-location {
  margin-bottom: 8px;
}

.project-meta {
  margin-bottom: 24px;
}

.project-link {
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline !important;
}

.hidden-project {
  display: none;
}

.view-projects-toggle-wrapper {
  width: 100%;
}

a.view-all-projects,
a.view-less-projects {
  text-decoration-line: underline !important;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 80px;
  cursor: pointer;
}

.project-detail .project-list {
  grid-template-columns: 1fr;
  row-gap: 60px;
}

select#projectTypeSelect {
  font-size: 16px !important;
  color: #202020 !important;
  background-image: url(/wp-content/uploads/2025/08/CaretRight.svg);
  background-position-y: 0px;
}

#projectTypeSelect {
  color: red;
}

#projectTypeSelect option {
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

/* News-Events breadcrumbs shortcode */

a.custom-breadcrumbs,
.breadcrumbs-wrapper {
  color: #999 !important;
  font-size: 18px;
  font-weight: 500;
}

span.custom-breadcrumbs.title:last-child {
  color: #202020 !important;
}

.pdfemb-viewer {
  border: none !important;
}

.event-shortcode .elementor-shortcode {
  display: flex;
}

.orange-hover .elementor-button-icon svg {
  width: 20px;
}

.orange-hover a .elementor-button-icon {
  opacity: 0;
  transition: all 0.3s ease;
}

.orange-hover a:hover .elementor-button-icon {
  opacity: 1;
  transition: all 0.3s ease;
}

a.project-link:after {
  content: "";
  background-image: url("/wp-content/uploads/2025/08/ArrowUpRight-1.svg");
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-left: 8px;
  background-size: cover;
  opacity: 0;
  transition: all 0.3s ease;
}

a.project-link:hover {
  color: #ff8c00 !important;
}

a.project-link:hover:after {
  opacity: 1;
  transition: all 0.3s ease;
}

.sqaure ul li {
  list-style-type: square;
}

.programs-wrapper {
  height: 100% !important;
}

.programs-wrapper .elementor-container.elementor-column-gap-default {
  height: 100% !important;
}

/* Indonesia map */

.elementor-repeater-item-596efcc .e-hotspot__tooltip {
  right: -30% !important;
}

.elementor-repeater-item-f89b527 .e-hotspot__tooltip {
  right: -30% !important;
}

.elementor-repeater-item-f89b527 .e-hotspot__tooltip {
  right: -33% !important;
}

/* News & Events slider */

/* .elementor-element-3a68e15 .e-loop-item {
  width: 300px !important;
}

.elementor-element-3a68e15 .e-loop-item.slick-center {
  width: 560px !important;
}

.elementor-element-3a68e15 .slick-list {
  margin-left: -5rem;
} */

button.slick-next.slick-arrow {
  bottom: auto;
  top: -70px;
  right: 0;
  left: auto;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
button.slick-prev.slick-arrow {
  top: -70px;
  bottom: auto;
  right: calc(0% - -80px);
  left: auto;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.publication-slider .elementor-swiper-button-prev,
.publication-slider .elementor-swiper-button-next {
  top: -100px !important;
}

.publication-slider .elementor-swiper-button-prev {
  left: 95% !important;
}

.publication-slider .elementor-swiper-button-next {
  left: 98% !important;
}

.publication-slider .elementor-swiper-button-prev::before,
.publication-slider .elementor-swiper-button-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-image: url("/wp-content/uploads/2025/08/white-arrow-prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.publication-slider .elementor-swiper-button-next::before {
  background-image: url("/wp-content/uploads/2025/08/white-arrow-next.svg");
}

.past .elementor-shortcode {
  display: flex;
  gap: 20px;
}

#no-results-message-publication,
#no-results-message-event,
#no-results-message-past-events {
  font-size: 18px;
  color: #fff;
}

div#no-results-message-news,
#no-results-message-reports {
  font-size: 18px;
}

.program-search,
.program-search:hover,
.program-search:focus {
  color: #000000 !important;
}

.publication-hide {
	display:none !important;
}


.aspect-1 img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.event-loop p {
    color: #fff;
}