.evolution-bg-img {
  width: 100%;
}

.evolution-bg-img img {
  width: 100%;
  height: initial;
  display: block;
}

.evolution-inner-wrapper {
  position: relative;
}

.evolution-banner {
  position: sticky;
  top: 0;
  display: block;
}

.outer-evolution-wrapper {
  position: relative;
}

.drukgreen-hero-section .evolution-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.drukgreen-hero-section .evolution-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000004d;
  z-index: 2;
}

.evolution-content.container-border-left-right {
  border-left: 1px solid #ffffff33;
  border-right: 1px solid #ffffff33;
}

.evolution-stick-section {
  position: relative;
  top: 0;
  z-index: 4;
  background-color: transparent;
}

@media (max-width: 1024px) {
  .evolution-content .hero-heading {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .evolution-banner {
    position: relative;
  }

  .evolution-content .hero-para-wrap {
    margin: 0;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .evolution-content.container-border-left-right {
    border: none;
  }
}

/* hydro section */

.hydro-section {
  background: #f9f9f9;
  position: relative;
  z-index: 3;
}

/* ───────── HEADER ───────── */
.hydro-section-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.hydro-section__accordion {
  display: flex;
  flex-direction: column;
  border: 1px solid #e7e7ea;
  border-radius: 20px;
  overflow: hidden;
}

.hydro-section__item {
  border-top: 1px solid #e7e7ea;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.hydro-section__item:first-child {
  border-top: none;
}

.hydro-section__item:last-child {
  border-bottom: none;
}

.hydro-section__item.active {
  border-bottom: none;
}

.hydro-section__panel {
  display: none;
}

.hydro-section__item.active .hydro-section__panel {
  display: block;
}

.hydro-section__item.active .hydro-section__trigger {
  display: none;
}

.hydro-section__item.active .hydro-section__number {
  color: #ffffff;
  opacity: 1;
}

.hydro-section__item.active .hydro-section__chevron {
  background-color: #ffffff;
  border: 1px solid transparent;
}

.hydro-section__item.active .hydro-section__chevron svg {
  transform: rotate(180deg);
}

.hydro-section__item.active .hydro-section__chevron svg path {
  stroke: #0b9146;
}

.hydro-section__trigger {
  display: flex;
  align-items: center;
  padding: 24px 60px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.hydro-section__number {
  position: absolute;
  top: 25px;
  left: 24px;
  opacity: 0.5;
  pointer-events: none;
  font-size: 16px;
  font-weight: 400;
  z-index: 3;
  color: #404040;
  transition: color 0.2s;
}

.hydro-section__label {
  font-size: 18px;
  font-weight: 500;
  color: #404040;
}

.hydro-section__chevron {
  width: 32px;
  height: 32px;
  pointer-events: none;
  border: 1px solid #707070;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  right: 24px;
  top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hydro-section__chevron svg {
  width: 12px;
  display: block;
  transition: all 0.2s ease;
}

.hydro-section__image-card {
  width: 100%;
}

.evolution-accordian-img img {
  width: 100%;
  height: initial;
  display: block;
}

.hydro-section__panel-inner {
  position: absolute;
  top: 0;
  z-index: 3;
  display: flex;
  height: 100%;
  width: 100%;
}

.hydro-data-box {
  max-height: 265px;
  overflow-x: auto;
  padding-right: 20px;
  scrollbar-width: thin;
  scrollbar-color: #0b9146 #0b9146;
}

.hydro-data-box::-webkit-scrollbar {
  width: 6px;
}

.hydro-data-box::-webkit-scrollbar-track {
  background: #0b9146;
  border-radius: 10px;
}

.hydro-data-box::-webkit-scrollbar-thumb {
  background: #0b9146;
  border-radius: 10px;
}

.hydro-data-box::-webkit-scrollbar-thumb:hover {
  background: #0b9146;
}

.hydro-section__overlay {
  position: absolute;
  inset: 0;
  top: 60px;
  background: linear-gradient(90deg,
      rgba(18, 0, 0, 0.64) 0%,
      rgba(0, 0, 0, 0) 100%);
}

.evolution-accordian-overlay {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.hydro-section__caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  padding-top: 65px;
}

.hydro-section__caption .hydro-caption-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #ffffff;
}

.hydro-section__caption .hydro-section-data {
  font-size: 16px;
  font-weight: 400;
  color: #ffffffcc;
}

@media (max-width: 1280px) {
  .hydro-data-box {
    max-height: 190px;
  }
}

@media (max-width: 1024px) {
  .drukgreen-heading-primary {
    font-size: 28px;
  }

  .hydro-data-box {
    max-height: 102px;
  }
}

@media (max-width: 767px) {
  .hydro-section-wrapper {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }

  .hydro-data-box {
    max-height: max-content;
    overflow-x: visible;
  }

  .hydro-section__overlay {
    display: none;
  }

  .hydro-section__caption .hydro-caption-heading {
    display: none;
  }

  .hydro-section__caption .hydro-section-data {
    font-size: 14px;
  }

  .hydro-section__item {
    border-top: none;
    border-bottom: 1px solid #e7e7ea;
  }

  .hydro-section__caption .hydro-caption-heading,
  .hydro-section__caption .hydro-section-data {
    color: #404040;
  }

  .hydro-section__caption {
    padding: 0px;
    padding-bottom: 20px;
  }

  .hydro-section__item:first-child {
    border-top: 1px solid #e7e7ea;
  }

  .hydro-section__item:last-child {
    border-bottom: none;
  }

  .drukgreen-heading-primary {
    font-size: 24px;
  }

  .common-grdient-text {
    font-size: 18px;
  }

  .hydro-section__accordion {
    border-radius: 0px;

    border: none;
  }

  .hydro-section__item {
    border-radius: 0px;
  }

  .hydro-section__number {
    display: none;
  }

  .hydro-section__trigger {
    padding-left: 30px;
  }

  .hydro-section__item.active .hydro-section__trigger {
    display: block;
  }

  .hydro-section__item.active .hydro-section__panel-inner {
    position: static;
  }

  .hydro-section__item.active .hydro-section__panel {
    padding: 0 30px;
  }

  .evolution-accordian-img img {
    border-radius: 16px;
  }

  .hydro-section__item.active .hydro-section__chevron {
    background-color: transparent;
    border: 1px solid #0b9146;
  }

  .hydro-section__label {
    font-size: 16px;
    font-weight: 600;
  }
}

/* evolution-projects */

.evolution-projects-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
  margin-bottom: 40px;
}

.evolution-section-wrapper {
  align-items: start;
  margin-bottom: 0px;
  min-width: max-content;
}

/* .evolution-heading {
  max-width: 320px;
} */

.evolution-project-tabs {
  display: inline-flex;
  border-bottom: 0.7px solid #e0e0e0;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  max-width: max-content;
  gap: 20px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.evolution-project-tabs::-webkit-scrollbar {
  display: none;
}

.project-tab {
  padding-right: 12px;
  padding-bottom: 12px;
  position: relative;
  cursor: pointer;
}

.project-tab.active::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  background-color: #292929;
}

.evolution-projects-wrapper {
  border-top: 0.74px solid #e0e0e0;
}

.evolution-projects-grid {
  display: none;
  grid-template-columns: repeat(3, 1fr);
}

.evolution-projects-grid.active {
  display: grid;
}

.evolution-project-card {
  padding: 30px;
  border-right: 0.74px solid #d3d3d6;
  border-bottom: 0.74px solid #d3d3d6;
}

.evolution-project-card:nth-child(3n) {
  border-right: none;
}

.project-card-content {
  position: absolute;
  bottom: 30px;
  display: flex;
  left: 20px;
  z-index: 2;
  right: 20px;

  justify-content: space-between;
  align-items: center;
}

.project-card-inner {
  overflow: hidden;
  position: relative;
}

.project-inner-img img {
  width: 100%;
  height: 100%;
  transition: all 1s ease;
  display: block;
}

.project-inner-img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.project-inner-img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,
      rgba(5, 0, 0, 0) 42.64%,
      rgba(0, 0, 0, 0.8) 100%);
}

.project-card-data {
  width: calc(100% - 50px);
}

.project-card-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  background: linear-gradient(90deg, #0b9146 0%, #243f80 93.86%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-card-icon img {
  width: 11px;
  display: block;
}

.project-dash {
  width: 28px;
  height: 0px;
  height: 0.74px;
  background-color: #ffffffcc;
}

.project-sub-heading {
  display: flex;
  transition: all 0.8s ease;

  align-items: center;
  gap: 10px;
}

.project-sub-data {
  color: #ffffffcc;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}

.projext-card-main-heading {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
}

.project-card-bottom-data {
  font-size: 14px;
  font-weight: 400;
  display: block;

  opacity: 0;
  max-height: 0px;
  color: #ffffff;
  line-height: 1.4;
  transition: all 3s ease;
}

.evolution-project-card:nth-last-child(-n + 3) {
  border-bottom: none;
  padding-bottom: 50px;
}

.evolution-project-card:nth-child(3n + 1) {
  padding-left: 40px;
}

.evolution-project-card:nth-child(3n) {
  padding-right: 40px;
}

.evolution-projects-section {
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
  z-index: 3;
}

.evolution-project-card:hover .project-card-bottom-data {
  display: block;
  opacity: 1;
  max-height: 500px;
}

.evolution-project-card:hover .project-inner-img img {
  transform: scale(1.1);
}

.evolution-project-card:hover .project-sub-heading {
  opacity: 0;
}

@media (max-width: 1024px) {
  .evolution-projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .evolution-project-tabs {
    width: 100%;
  }

  .evolution-project-card:nth-child(3n + 1) {
    padding-left: 30px;
  }

  .evolution-project-card:nth-child(3n) {
    padding-right: 30px;
  }

  .evolution-project-card:nth-child(2n + 1) {
    padding-left: 40px;
  }

  .evolution-project-card:nth-child(3n) {
    border-right: 0.74px solid #d3d3d6;
  }

  .evolution-project-card:nth-child(2n) {
    border-right: none;
  }

  .evolution-project-card:nth-last-child(-n + 3) {
    border-bottom: 0.74px solid #d3d3d6;
    padding-bottom: 30px;
    /* or your default */
  }

  /* APPLY 2-col logic */
  .evolution-project-card:nth-last-child(-n + 2) {
    border-bottom: none;
    padding-bottom: 50px;
  }

  .evolution-projects-header {
    flex-direction: column;
    gap: 20px;
  }

  .evolution-project-card:nth-child(2n) {
    padding-right: 40px;
  }
}

@media (min-width: 767px) {
  .project-card-inner {
    aspect-ratio: 420/400;
  }
}

@media (max-width: 767px) {
  .evolution-projects-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .evolution-content-wrap {
    margin-top: 20px;
  }

  .project-inner-img img {
    height: initial;
    aspect-ratio: 1 / 1;
  }

  .hydro-section__accordion {
    padding: 0px;
  }

  .evolution-project-card:hover .project-sub-heading {
    display: flex;
  }

  .evolution-section-wrapper {
    min-width: 100%;
  }

  .evolution-project-card:hover .project-sub-heading {
    opacity: 1;
  }

  .evolution-project-card {
    padding: 0 30px !important;

    border: none !important;
  }

  .evolution-projects-wrapper {
    border: none;
  }

  .evolution-project-card:last-child {
    padding-bottom: 50px !important;
  }

  .evolution-heading {
    max-width: 100%;
  }

  .project-card-content {
    position: static;
    align-items: start;
    margin-top: 20px;
  }

  .project-dash {
    background-color: #707070cc;
  }

  .project-sub-data {
    color: #707070cc;
  }

  .evolution-project-card:hover .project-inner-img img {
    transform: none;
  }

  .projext-card-main-heading {
    color: #404040;
  }

  .project-card-bottom-data {
    color: #404040;
    display: block;
  }

  .project-card-inner {
    border-radius: 0;
  }

  .evolution-projects-header {
    margin-bottom: 25px;
  }

  .project-card-bottom-data {
    opacity: 1;
    max-height: max-content;
  }
}