@font-face {
  font-family: 'Expo Sans Std';
  src: url('../fonts/ExpoSansStd-Medium.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
 

@font-face {
  font-family: 'public font';
  src: url('../fonts/PublicSans-Bold.ttf') format('woff2');
  font-weight: 800;
 font-style: normal;
  font-display: swap;
}


/* Expo Sans Std - Medium Italic */
@font-face {
  font-family: 'Expo Sans Std';
  src: url('../fonts/ExpoArabic-Bold.woff2') format('woff2');
  font-weight: 800;
 font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Expo Sans Std', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}

html{
 /* overflow-x: hidden; */
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    transition: all .3s ease-in-out;
    width: 100%
}
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  width: 100%;
  
   
}

.awards_section {
  background-color: #F2F3EF;
  padding: 80px 20px;
  width: 100%;
  box-sizing: border-box;
}

.awards_container {
      width: 88%;
    max-width: 1400px;
    margin: 0 auto;
}

.awards_subtitle {
  color: #729819;
  font-size: 12.5px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: -11px;
}

.awards_title {
      color: #307324;
       text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
    margin-top: 22px;
}

.awards_slider_wrapper {
  width: 100%;
  overflow: hidden;
}

.awards_swiper {
  width: 100%;
  padding-bottom: 10px;
  position: relative;
}

.accordion_cards_container {
  display: flex;
  gap: 16px;
  width: 100%;
 
}


.accordion_card {
  position: relative;
  flex: 1; 
    height: 461px !important;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.65s cubic-bezier(0.25, 1, 0.5, 1), transform 0.3s ease;
}


.accordion_card{
  flex:unset !important;
  transition: all 0.3s ease-in-out;
}

.card_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.accordion_card:hover .card_bg {
  transform: scale(1.04); 
}

.card_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.35) 0%,
    rgba(15, 23, 42, 0.1) 40%,
    rgba(15, 23, 42, 0.85) 100%
  );
  transition: opacity 0.4s ease;
}

.card_content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}


.card_number {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  opacity: 0.9;
  letter-spacing: 0.5px;
}


.card_text_wrapper {
  opacity: 0;
  /* transition: opacity 0.35s ease, transform 0.35s ease; */
  /* white-space: nowrap; */
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.accordion_card.active .card_text_wrapper {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
  white-space: normal;
  position: absolute;
    bottom: 8%;
    width: 90%;
}

.card_title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 6px 0;
  text-align: left;
}

.card_subtitle {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

/* @media (max-width: 768px) {
  .accordion_cards_container {
    height: 320px;
    gap: 10px;
  }

  .accordion_card.active {
    flex: 3; 
  }

  .card_title {
    font-size: 16px;
  }

  .card_content {
    padding: 16px;
  }
} */

/* ceo */
.ceo {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: 
    linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(102, 102, 102, 0.60) 100%),
    url('../images/bg_gray.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.ceo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px; 
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
  pointer-events: none;
  z-index: 10;
}

.ceo_section {
  width: 85%;
  padding-top: 3rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 25px; 
  position: relative;
}

.ceo_image_wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.space {
  height: 50px;
}

.ceo_image_box {
  position: relative;
  width: 100%;
  height: 600px;
}

.ceo_image_box::before {
  content: "";
    z-index: 0;
    pointer-events: none;
    background-image: url(../images/yellow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 829px;
    height: 470px;
    position: absolute;
    top: -6px;
    left: -11rem;
}

.ceo_img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: relative;
}

.ceo_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ceo_subtitle {
  color: #D2F286;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.ceo_title {
  font-size: 28px;
  font-weight: 700;
  color: #D2F286;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  line-height: 1.1;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .ceo_title {
    font-size: 36px;
  }
}

.ceo_quote_container {
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
}

.ceo_scroll_desc {
    max-height: 104px;
    overflow-y: auto;
    direction: rtl;
    padding-left: 24px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}


.ceo_scroll_desc p {
  direction: ltr;
  text-align: left;
  margin: 0;
}


.ceo_scroll_desc::-webkit-scrollbar {
  width: 5px;
}


.ceo_scroll_desc::-webkit-scrollbar-track {
  background: white; 
 
}


.ceo_scroll_desc::-webkit-scrollbar-thumb {
  background: #ffffff;
  
}


.ceo_meta {
  margin-top: 24px;
}

.ceo_name {
  color: white;
  font-weight: bold;
  position: relative;
  font-size: 16px;
  z-index: 0;
}
.ceo_name::after{
    content: "";
    background-color: #307324;
    width: 261px;
    height: 8px;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: -2px;
    
}
.ceo_role {
     color: #d2f286;
    margin-top: 13px;
    font-size: 13px;
}
@media (min-width:786px) and (max-width: 991px) {
  .stats_cards{
            flex-direction: row !important;
        flex-wrap: wrap;
  }
   .cards_grid.four_columns,
   .cards_grid.three_columns{
                  grid-template-columns: repeat(2, 1fr) !important;
        }
 .ceo_image_box:before {
        left: -19rem;
 }
}
@media (max-width: 767px) {
  /* .stat_card{
              width: calc(100% - 40px) !important;
  } */
  .accordion_card .card_text_wrapper .card_title{
    font-size: 16px;
  }
  .accordion_card .card_text_wrapper{
    left: 7.5%;
  }
  .download_section .container img{
    width:180px
  }
  .accordion_card.active{
    width:85% !important
  }
  .download_section .second,
  .download_section .first,
  .download_section .container .flex-col{
    display: none !important;
  }
  .download_section .btn_img{
    position: relative;
    
  }
  .download_section .second{
    font-size: 19px;
  }

  .chart_svg {
        min-height: 277px;
  }
.download_section .container {
  gap: 13px;
}
 .ceo_image_box:before {
              left: -17rem;
        width: 760px;
        height: 470px;
 }
     .ceo_img {
        /* width: 100% !important; */
                height: 90%;
                position: relative;
                top:10%
    }
 .ceo_section{
    flex-direction: column-reverse;
 }
}
@media (max-width: 600px) {
   .stat_card{
              width: calc(100% - 40px) !important;
  }
 /* .ceo_image_box{
    height: 450px;
 } */
}

/* circular_section */
.circular_section {
  background-color: #ffffff;
  padding: 70px 20px;
  /* width: calc(100% - 40px); */
}

.circular_container {
      width: 88%;
    max-width: 1400px;
    margin: 0 auto;
    /* padding-top: 55px;
    padding-bottom: 55px; */
}

.circular_header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 50px auto;
}

.circular_header .subtitle {
  font-size: 11px;
  font-weight: 800;
  color: #709127;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: -11px;
}

.circular_header .title {
  font-size: 32px;
  font-weight: 800;
  color: #307324;
  margin-bottom: 12px;
}

.circular_header .description {
  font-size: 13px;
  color: #6B6A70;
  line-height: 1.6;
}

.circular_grid {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.charts_group {
  display: flex;
  gap: 30px;
  /* flex: 1.2; */
}

.donut_item {
  flex: 1;
  text-align: center;
  max-width: 360px;
  width: 360px;
}

.svg_wrapper {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto 16px auto;
}

.donut_svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg); 
}

.circle_bg {
  fill: none;
  stroke: #edf2f7;
  stroke-width: 8;
}

.circle_progress {
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 301.59;
  stroke-dashoffset: 301.59;
  transition: stroke-dashoffset 1.5s ease-in-out;
}

.progress_84 {
  stroke: #307324; 
}

.progress_80 {
  stroke: #729819; 
}

.donut_svg.animate .progress_84 {
  stroke-dashoffset: 48.25;
}

.donut_svg.animate .progress_80 {
  stroke-dashoffset: 60.31;
}

.counter_label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: 800;
  color: #1E1C22;
}

.chart_title {
  font-size: 16px;
  font-weight: 500;
  color: #1E1C22;
  margin-bottom: 4px;
}

.chart_subtext {
      font-size: 11px;
    color: #1e1c22;
    margin-bottom: 8px;
    margin-top: -2px;
}

.chart_desc {
      color: #6B6A70;
    font-size: 13.5px;
    line-height: 1.4;
    width: 80%;
    margin: 13px auto 0;
}

.features_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* flex: 0.9; */
}

.circular_container .feature_card {
 background-color: #f3f7ea;
  border-radius: 12px;
  padding: 25px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 240px;
  cursor: pointer;

  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 0.5s ease-out,
              box-shadow 0.4s ease,
              background-color 0.3s ease;
}
.circular_container .feature_card.animate-in {
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.circular_container .feature_card.animate-in:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 18px -4px rgba(114, 152, 25, 0.12);
}
.stat_card{

}
.decarbonisation_section .grid_container .stat_number{
  font-size: 39px;
  margin: 0;
}
.features_list.animate .card_1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}

.features_list.animate .card_2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}

.features_list.animate .card_3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}

.num_badge {
  background-color: #709127;
  color: #ffffff;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

.feature_card p {
  font-size: 11px;
  color: #334155;
  line-height: 1.4;
  margin: 0;
}

.feature_card strong {
  color: #26242A;
  font-weight: 500;
}
@media (max-width: 600px) {
.charts_group, .features_list{
    flex-direction: column !important;
}
.circular_container .feature_card{
    width:calc(100% - 40px);
    max-width: 100%;
}
.donut_item{
        width: 100%;
    max-width: 100%;
}
}
@media (max-width: 1023px) {
    
  .circular_grid {
    flex-direction: column !important;
    gap: 40px;
  }
  .features_list{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .charts_group {
    width: 100%;
    justify-content: center;
  }
  .features_list {
    width: 100%;
  justify-content: center;
  }
  .features_list{
    display: flex;
  }
}
@media (min-width:1024px) and (max-width: 1199px){
 
  .cards_grid.three_columns{
        gap: 14px !important;
  }
   .accordion_card {
    /* flex: 0 0 calc((100% - (16px * 4)) / 8.5) !important;
    min-width: calc((100% - (16px * 4)) / 8.5); */
          width: 14%;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.65s cubic-bezier(0.25, 1, 0.5, 1);
  }
  
.flex_wrap{
  flex-wrap: wrap;
  
}
  /* .accordion_card.active {
    flex: 0 0 calc(((100% - (16px * 4)) / 8.5) * 4.5) !important;
  } */
  .chart_legend{
        margin-top: -20px !important;
  }
  .chart_svg {
        min-height: 272px;

  }
    .donut_item {
            width: 277px;
            max-width: 360px;
            }
            .feature_card{
                    max-width: 240px;
            }
            .cards_grid.four_columns{
                  grid-template-columns: repeat(3, 1fr) !important;
            }
.ceo_img{
  width: 100%;
}
.ceo_image_box::before{
      width: 812px;
}
   

} 

/* decarbonisation_section */
.decarbonisation_section {
  background-color: #E6E7DF80;
  padding: 60px 40px;
  width: calc(100% - 80px);
}

.section_title {
  color: #307324;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px;
}

.download_section .container,
.ceo_section {
  max-width: 1400px;
}

.decarbonisation_section .grid_container {
  gap: 24px;
  display: flex;
  width: 88%;
  margin: 0 auto;
  align-items: flex-start;
  max-width: 1400px; 
}


.chart_card {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 40px;
  flex: 2;
  border: 1px solid #f1f5f9;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.chart_card::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -12px;
  width: 25px;
  height: calc(100% - 30px);
  background: rgba(48, 115, 36, 0.15); 
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  filter: blur(4px);
  z-index: -1;
}

.chart_header h3 {
  font-size: 20px;
  color: #0F172A;
  font-weight: 500; 
  margin-bottom: 4px;
}

.chart_header p {
  font-size: 13px;
  color: #475569;
  font-weight: 400;
  margin-bottom: 24px;
}

.chart_wrapper {
  width: 100%;
}

.chart_svg {
  width: 100%;
  min-height: 400px; 
  height: auto;
  overflow: visible;
}

.line {
  fill: none;
  stroke-width: 2;
  stroke-linecap: butt;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}

.chart_svg.animate .line {
  animation: drawLine 1.5s ease-out forwards;
}

.chart_svg.animate .line_black {
  stroke: #1c1917;
  animation-delay: 0.2s;
}

.chart_svg.animate .line_orange {
  stroke: #f97316;
  stroke-dasharray: 4 4;
  animation-delay: 1.4s;
}

.chart_svg.animate .line_green {
  stroke: #10b981;
  animation-delay: 2.6s;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

.chart_dots {
  opacity: 0;
}

.chart_svg.animate .chart_dots {
  animation: fadeIn 0.8s ease forwards;
  animation-delay: 1.5s;
}

#chart_svg .line {
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    opacity: 0;
}

#chart_svg .chart_dots circle {
    opacity: 0;
    transform: scale(0);
    transform-origin: center;
}

#chart_svg .badge {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

#chart_svg.animate .line_black {
    opacity: 1;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.5s ease-in-out, opacity 0.2s;
    transition-delay: 0s;
}
#chart_svg.animate .chart_dots circle:nth-child(-n+3) {
    opacity: 1;
    transform: scale(1);
    transition: transform 0.2s ease-out, opacity 0.2s;
    transition-delay: 0.3s;
}

#chart_svg.animate .line_orange {
    opacity: 1;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.5s ease-in-out, opacity 0.2s;
    transition-delay: 0.5s;
}
#chart_svg.animate .chart_dots circle:nth-child(n+4):nth-child(-n+6) {
    opacity: 1;
    transform: scale(1);
    transition: transform 0.2s ease-out, opacity 0.2s;
    transition-delay: 0.8s; 
}

#chart_svg.animate .line_green {
    opacity: 1;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.5s ease-in-out, opacity 0.2s;
    transition-delay: 1.0s;
}
#chart_svg.animate .chart_dots circle:nth-child(n+7) {
    opacity: 1;
    transform: scale(1);
    transition: transform 0.2s ease-out, opacity 0.2s;
    transition-delay: 1.3s; 
}

#chart_svg.animate .badge_2024 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition-delay: 1.1s; 
}

#chart_svg.animate .badge_2025 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition-delay: 1.5s; 
}
@keyframes drawDottedLine {
  from { stroke-dashoffset: 1000; }
  to { stroke-dashoffset: 0; }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.y_axis_label {
  font-size: 9px;
  fill: #a1a1aa;
}


.axis_label {
  font-size: 11px;
  font-weight: 600;
  fill: #000;
  text-anchor: middle;
}

.figma_grid_line_v {
  stroke: #e5e7eb; 
  stroke-width: 1;
  stroke-dasharray: 3 3; 
}

.figma_grid_line {
  stroke: #eceeed;
  stroke-width: 1;
  stroke-dasharray: 2 2;
}

.badge {
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.5s ease;
}

.chart_svg.animate .badge_2024 {
  animation: badgeFadeIn 0.5s ease forwards;
  animation-delay: 2.8s;
}

.chart_svg.animate .badge_2025 {
  animation: badgeFadeIn 0.5s ease forwards;
  animation-delay: 3.8s;
}

@keyframes badgeFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.badge_text {
  font-size: 10px;
  font-weight: 600;
  text-anchor: middle;
}

.badge_text.green {
  fill: #059669;
}

.badge_subtext {
  font-size: 9.5px;
  fill: #059669;
  font-weight: 500;
  text-anchor: middle;
}

.chart_legend {
  display: flex;
  gap: 16px;
  margin-top: 5px;
  padding-top: 0;
  border-top: none;
}

.legend_item {
  flex: 1;
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.015);
}

.legend_header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.legend_header span.legend_title {
  font-size: 11px;
  font-weight: 500; 
  color: #0f172a;
  letter-spacing: 0.3px;
}

.legend_item p {
  font-size: 10.5px;
  color: #64748b;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
}

.line_indicator {
  width: 16px;
  height: 2.5px;
  border-radius: 2px;
  flex-shrink: 0;
}

.line_indicator.black {
  background-color: #0f172a;
}

.line_indicator.orange {
  height: 2.5px;
  background: repeating-linear-gradient(
    to right,
    #f97316 0px,
    #f97316 3px,
    transparent 3px,
    transparent 5px
  ) !important;
}

.line_indicator.green {
  background-color: #10b981;
}

/* Stats Cards */
.stats_cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 0.8;
  max-width: 260px; 
}
.chart_title.bold{
  font-weight: 600;
}
.stat_card {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s ease,
              border-color 0.4s ease,
              opacity 0.6s ease;
}

.stat_card.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.stat_card.animate-in:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.08);
}

.stat_number {
  font-size: 28px;
  font-weight: 600;
  color: #307324;
  margin-bottom: 4px;
}

.stat_label {
  font-size: 12px;
  color: #475569;
  font-weight: 400;
  line-height: 1.3;
}

.stat_badge.green {
  color: #307324;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-top: 6px;
}

.flex_row {
  display: flex !important;
  align-items: center;
  gap: 7px;
}

@media (max-width: 991px) {

  .ceo_section{
    flex-direction: column-reverse;
  }

  .decarbonisation_section .grid_container {
    flex-direction: column;
    width: 100%;
            position: relative;
        left: -2%;
  }

  .stats_cards {
    max-width: 100%;
    width: 100%;
  }

  .chart_card {
    width: calc(100% - 64px);
  }

  .chart_legend {
    flex-direction: column;
  }
}
/* download_section */
@media(min-width:600px) and (max-width:767px){
    .stat_card{
              width: calc(100% - 21px) !important;
  }

      .chart_svg {
        min-height: 277px !important;
    }
    .axis_label {
      font-size: 14px;
    }
    .y_axis_label{
      font-size: 11.5px;
    }
    .badge_subtext,
    .badge_text.green{
      font-size: 9px;
    }
}
.button-style {
    background: #F0FDFA;
}
@media(max-width:599px){
  
  .y_axis_label,
  .axis_label {
            font-size: 13px;
   
}
.decarbonisation_section{
      padding: 60px 20px;
    width: calc(100% - 40px);
}


  .chart_svg{
    min-height: 100%;
  }
  .chart_card{
    padding-right: 15px;
    padding-left: 15px;
  }
  .chart_card{
    width:calc(100% - 30px)
  }
  .decarbonisation_section .grid_container{
    left: 0 !important;
  }
}
@media(max-width:767px){
   .download_section .second{
        font-size: 19px; 
        text-align: center;
        
    }
    .download_section .first{
        text-align: center;
    }
    .download_section .container{
        flex-direction: column;
        justify-content: center;
    }
   
}
.sticky {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: translateY(0);
    opacity: 1;
}

.sticky.is-hidden {
    transform: translateY(-100%); 
    opacity: 0;
    pointer-events: none;
}

.sticky.hide_sticky {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
.download_section{
    width:calc(100% - 40px);
    background: linear-gradient(#1e4a17 100%,#307324 0%);
  position: sticky; 
    top: 0;           
    z-index: 999;
        padding: 13px 20px;
}
.download_section .container{
    width:90%;
    position: relative;
    display: flex;
        margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap:30px

}
.download_section .container img{
    height:45px;
        position: relative;
    top: 2px;
}
.download_section .container .flex-col{
    display: flex;
    gap:7px;
    flex-direction: column;
    position: relative;
    top:2px
}
.download_section .container .flex-col .first{
    font-size: 11px;
    font-weight: 600;
    color:#D2F286;
        letter-spacing: 1.6px;
}
.download_section .container .flex-col .second{
    font-weight: 700;
      font-size: 24px;
    color: white;
}

/* hero section */

@media(max-width:767px){
    .hero_section .container .title{
        font-size: 40px !important; 
        
    }
    .text_content{
        width:80% !important
    }
    .hero_section .container .title,
    .hero_section .container .desc{
        width:100% !important
    }
}
.hero_section{
    width:100%;
}
.hero_section .container{
    width:100%;
    position: relative;
   height: 600px;
}
.hero_section .container .abs_img{
       position: absolute;
    top: 0;
    width: 100%;
    background-size: cover;
    height: 100%;
    object-fit: cover;
    
}
.text_content{
      z-index: 11;
      position: relative;
      width:calc(80% - 3rem);
         top: 25vh;
          left: 5.5rem;

}
.unit,
.percent_symbol{
  font-family: 'public font' !important;
}
.hero_section .container .title{
    z-index: 11;
    color:white;
    font-size: 62px;
    width:600px;
    font-weight: 500;

}
.hero_section .container .desc{
        z-index: 11;
    color: white;
    width: 639px;
    font-size: 16.3px;
    margin: 20px 0;
    
}
.hero_section .btn_img {
  width:205px;
  cursor: pointer;

}
.hero_section .btn_img img{
  cursor: pointer;
}
.hero_section .btn_img {
   
    position: relative;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.16. 1, 0.3, 1), 
                box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero_section .btn_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                filter 0.4s ease;
}

.hero_section .btn_img:hover {
  
    /* transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35); */
}

.hero_section .text_content{
      top: 12%;
}
.hero_section .hero_cards_wrapper {
   position: absolute;
    left: 0;
    z-index: 12;
    display: flex;
    gap: 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
    bottom: -9rem;
}

.hero_section .hero_cards_wrapper.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.hero_section .container::after{
   position: absolute;
  top:0;
  left:0;
  content: '';
  background-color: rgba(0, 0, 0, 0.24);
  width:100%;
  height:100%;
  z-index: 0;
}
.hero_section .hero_card {
    position: relative;
    width: 200px;
    height: 100px;
   
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease;
     border-radius: 16px;
}
.hero_section .hero_card::after{
  position: absolute;
  top:0;
  left:0;
  content: '';
  background-color: rgba(0, 0, 0, 0.24);
  width:100%;
  height:100%
}
.hero_section .hero_card:hover {
    transform: translateY(-4px);
}

.hero_section .hero_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
        border-radius: 16px;
        transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), 
                box-shadow 0.35s ease, 
                filter 0.35s ease;
}
.hero_section .btn_img img:hover {
    transform: translateY(-4px) scale(1.04);
  
}




.hero_section .hero_card .card_title {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    z-index: 1;
}

@media(max-width: 767px) {
   .hero_section .hero_cards_wrapper {
        /* left: 5%;
        right: 5%;
        bottom: 1.5rem; */
            bottom: -8rem;
        justify-content: space-between;
        gap: 8px;
    }
    
   .hero_section .hero_card {
        width: 32%;
        height: 80px;
    }

   .hero_section .hero_card .card_title {
        font-size: 11px;
        bottom: 6px;
        left: 6px;
    }
}

/* performance_section */
.performance_section {
  background-color: #F2F3EF; 
  padding: 80px 20px;
  width: 100%;
  box-sizing: border-box;
}

.performance_section .performance_container {
  max-width: 1400px;
  width: 88%;
  margin: 0 auto;
}

/* Header */
.performance_section .performance_header {
  text-align: center;
  margin-bottom: 48px;
}

.performance_section .performance_header .subtitle {
  font-size: 11px;
  font-weight: 800;
  color: #729819;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.performance_section .performance_header .title {
  font-size: 36px;
  font-weight: 800;
  color: #307324;
  margin: 0;
}

/* Grid Container */
.performance_section .performance_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.performance_section .performance_card.col_span_3 {
  grid-column: span 3;
}

.performance_section .performance_card.col_span_2 {
  grid-column: span 2;
}


.performance_section .performance_card {
  position: relative;
  border-radius: 18px;
  padding: 20px 20px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              border-color 0.4s ease, 
              box-shadow 0.4s ease,
              opacity 0.6s ease;

  opacity: 0;
  transform: translateX(-50px);
}


.performance_section .performance_card.white_bg {
  background-color: #ffffff;
  border: 1px solid #DBE1D3;
}

.performance_section .performance_card.white_bg::before {
 content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top left, #E7F1D6 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.performance_section .performance_card.animate-in {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.performance_section .performance_card.animate-in:hover {
  transform: translateX(0) translateY(-4px) !important;
  border-color: #C3D8AB;
  box-shadow: 0 12px 24px -6px rgba(114, 152, 25, 0.15);
}

.performance_section .performance_card.white_bg.animate-in:hover::before {
  opacity: 1;
}
.performance_section .performance_card.white_bg .card_content {
  position: relative;
  z-index: 2;
  padding: 0;
}

.performance_section .performance_card.white_bg .card_title,
.performance_section .performance_card.white_bg .card_title span {
  color: #307324;
  font-size: 27px;
  font-weight: 500;
  
}

.performance_section .performance_card.white_bg .card_desc {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}


.performance_section .performance_card.white_bg:hover {
  transform: translateY(-3px);
  border-color: #C3D8AB;       
  box-shadow: 0 10px 20px -5px rgba(231, 241, 214, 0.6);
}

.performance_section .performance_card.white_bg:hover::before {
  opacity: 1;
}


.performance_section .performance_card.has_bg {
  background-color: #183a12;
}

.performance_section .performance_card .card_bg_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.performance_section .performance_card.has_bg:hover .card_bg_layer {
  transform: scale(1.08);
}

.performance_section .performance_card .card_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}

.performance_section .performance_card.has_bg .card_content {
  position: relative;
  z-index: 3;
}

.performance_section .performance_card.has_bg .card_title {
  color: #ffffff;
  font-size: 27px;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.performance_section .performance_card.has_bg .card_desc {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {
  .performance_section .performance_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .performance_section .performance_card.col_span_3,
  .performance_section .performance_card.col_span_2 {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .text_content{
   
          left: 2rem;

}
.hero_section .hero_card{
  position: relative;
}
.hero_section .hero_card::after{
          position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.24);
        top: 0;
        left: 0;
}
  .performance_section .performance_header .title,
  .analytics_section .analytics_header .title,
  .circular_header .title,
  .section_title,
  .awards_title{
    font-size: 28px !important;
  }
  .performance_section .performance_grid {
    grid-template-columns: 1fr !important;
  }
  .performance_section .performance_card.col_span_3,
  .performance_section .performance_card.col_span_2 {
    grid-column: span 1;
  }
}

/* recognised_section */

.recognised_section {
  background-color: #fff;
  padding: 90px 20px;
  /* width: calc(100% - 40px); */
  box-sizing: border-box;
}

.recognised_section .recognised_container {
  width: 88%;
  max-width: 1400px;
  margin: 0 auto;
}

.recognised_section .recognised_header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px auto;
}

.recognised_section .recognised_header .subtitle {
  font-size: 12px;
  font-weight: 800;
  color: #729819;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.recognised_section .recognised_header .title {
  font-size: 38px;
  font-weight: 800;
  color: #307324;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.recognised_section .recognised_header .description {
  font-size: 15px;
  line-height: 1.6;
  color: #556052;
  margin: 0;
}

.recognised_section .certifications_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}

.recognised_section .cert_card {
 position: relative;
  background-color: #ffffff;
  border: 1px solid #E3E8DC;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.4s ease,
              box-shadow 0.4s ease,
              opacity 0.6s ease;
  opacity: 0;
  transform: translateX(-50px);
}

.recognised_section .cert_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top left, #E7F1D6 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.recognised_section .cert_card.animate-in {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
.performance_section .performance_card.white_bg .card_content{
  justify-content: center;
}
.recognised_section .cert_card.animate-in:hover {
  transform: translateX(0) translateY(-4px) !important;
  border-color: #C3D8AB;
  box-shadow: 0 12px 24px -6px rgba(114, 152, 25, 0.15);
}

.recognised_section .cert_card.animate-in:hover::before {
  opacity: 1;
}

.recognised_section .cert_logo_box {
  position: relative;
  z-index: 2;
  background-color: #FBFCFA;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-bottom: 1px solid #E7E9E4;
}

.recognised_section .cert_logo {
     object-fit: cover;
    max-width: 120px;
    height: 80px;
}


.recognised_section .cert_content {
  position: relative;
  z-index: 2;
  padding: 24px 28px 21px 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.recognised_section .cert_category {
  font-size: 12px;
  font-weight: 800;
  color: #729819;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.recognised_section .cert_title {
  font-size: 18px;
  font-weight: 800;
  color: #1E1C22;
  margin: 0 0 16px 0;
  line-height: 1.35;
}

.recognised_section .cert_bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.recognised_section .cert_bullets li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  line-height: 1.5;
  color: #6B6A70;
      width: 95%;
}

.recognised_section .cert_bullets .checkmark {
  color: #729819;
  font-weight: bold;
  font-size: 12px;
  margin-top: 1px;
}


.recognised_section .memberships_wrapper {
  margin-top: 40px;
}

.recognised_section .memberships_title {
  font-size: 18px;
  font-weight: 700;
  color: #1C2E19;
  margin: 0 0 20px 0;
}

.recognised_section .memberships_marquee_container {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex; 
  gap: 20px; 
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 10%,
    rgba(0, 0, 0, 1) 90%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 10%,
    rgba(0, 0, 0, 1) 90%,
    rgba(0, 0, 0, 0) 100%
  );
  padding: 20px 0;
}

.recognised_section .memberships_marquee_track {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  will-change: transform;
  animation: marqueeTwoTracks 25s linear infinite;
}

.recognised_section .memberships_marquee_container:hover .memberships_marquee_track {
  animation-play-state: paused;
}

@keyframes marqueeTwoTracks {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.recognised_section .membership_pill {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e3e8dc;
  border-radius: 999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  height: 80px;
  padding: 14px 28px;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  display: flex;
}

.recognised_section .membership_pill:hover {
  border-color: #C3D8AB;
  box-shadow: 0 4px 12px rgba(114, 152, 25, 0.1);
  transform: translateY(-2px);
}

.recognised_section .membership_pill img {
      height: 50px;
    max-width: 110px;
    object-fit: contain;
}


@media (max-width: 1024px) {
  
  .recognised_section .certifications_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .recognised_section .certifications_grid,
  .tl_container .cards_grid.three_columns {
    grid-template-columns: 1fr;
  }
  .recognised_section .recognised_header .title {
    font-size: 28px;
  }
}


/* analytics_section */

.analytics_section {
  background-color: #183A12; 
  padding: 60px 40px;
  width: calc(100% - 80px);
  color: #ffffff;
}

.analytics_section .analytics_container {
  width: 88%;
  max-width: 1400px;
  margin: 0 auto;
}

/* Header Section */
.analytics_section .analytics_header {
  text-align: center;
  margin-bottom: 40px;
}
.accordion_card .card_subtitle{
  color:#FFFFFFD9
}
.analytics_section .analytics_header .subtitle {
  font-size: 12px;
  font-weight: 800;
  color: #729819;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: -11px;
}

.analytics_section .analytics_header .title {
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 45px;
}

/* Grid Layout */
.analytics_section .analytics_grid {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.analytics_section .analytics_card {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(210, 242, 134, 0.3);
  border-radius: 18px;
  padding: 23px;
  flex: 1;
}

.analytics_section .analytics_card h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 4px;
}

.analytics_section .card_sub {
  font-size: 11px;
  color: #D2F286;
  margin-bottom: 24px;
  font-weight: bold;
  letter-spacing: 1.5px;
}

/* Donut Chart Container */
.analytics_section .donut_container {
  position: relative;
  width: 190px;
  height: 190px;
  margin: 0 auto 30px auto;
}

.analytics_section .donut_svg_multi {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.analytics_section .donut_segment {
  fill: none;
  stroke-width: 18;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.analytics_section .donut_segment.active {
  stroke-width: 24;
  filter: drop-shadow(0 0 3px currentColor);
}

.analytics_section .center_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 108px;
  height: 108px;
  border-radius: 50%;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  z-index: 2;
}

.analytics_section .total_num {
  font-size: 23px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 2px;
}

.analytics_section .total_unit {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.65);
}

/* Legend Rows */
.analytics_section .legend_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #183A12;
  padding: 16px;
  border-radius: 12px;
}

.analytics_section .legend_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.analytics_section .legend_row:hover,
.analytics_section .legend_row.hovered {
  background-color: rgba(255, 255, 255, 0.08);
  transform: translateX(4px);
}

.analytics_section .legend_label_group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.analytics_section .color_box {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}

.analytics_section .label_name {
  font-size: 12px;
  color: #ffff;
}

.analytics_section .label_value {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.analytics_section .expandable_wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 0;
}

.analytics_section .expandable_wrapper.open {
  grid-template-rows: 1fr;
  margin-top: 24px;
}

.analytics_section .expandable_inner {
  overflow: hidden;
}

.analytics_section .streams_card {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(210, 242, 134, 0.3);
  border-radius: 18px;
  padding: 34px;
  box-sizing: border-box;
}

.analytics_section .streams_card h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 4px;
}

.analytics_section .streams_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  background-color: #183A12;
  padding: 30px;
  border-radius: 8px;
}

.analytics_section .stream_row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.analytics_section .stream_label {
  width: 220px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}

.analytics_section .stream_bar_wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 18px;
}

.analytics_section .stream_bar_fill {
  height: 10px;
  border-radius: 5px;
  transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
  min-width: 4px;
}

.analytics_section .stream_val_text {
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  font-weight: 500;
}

.analytics_section .streams_legend {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  padding-top: 15px;
 
}

.analytics_section .streams_legend .legend_item {
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: transparent !important;
  flex:unset;
  gap: 8px;
  font-size: 11px;
  padding: 4px;
  color: #fff;
  border:none
}

.analytics_section .streams_legend .dot_box {
  width: 10px;
  height: 10px;
  border-radius: 2px;
}

.analytics_section .analytics_footer {
  text-align: center;
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.analytics_section .learn_more_btn {
 color: #fff;
    cursor: pointer;
    background-color: #0000;
    border: 1px solid #d2f2864d;
    border-radius: 36px;
    align-items: center;
    gap: 8px;
    padding: 10px 35px;
    font-size: 17px;
    font-weight: 600;
    transition: all .3s;
    display: flex;
    width: 255px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.analytics_section .learn_more_btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(210, 242, 134, 0.8);
}

.analytics_section .arrow_icon {
  display: inline-block;
  font-size: 9px;
  transition: transform 0.3s ease;
}

/* Responsive Queries */
@media (max-width: 991px) {
    .analytics_section .streams_legend{
        flex-wrap: wrap;
    }
    .analytics_section .analytics_grid,
    .analytics_section .stream_row{
        flex-direction: column;
    }
    .analytics_section .stream_row{
        justify-content: flex-start;
    }
  .analytics_section {
        width: calc(100% - 40px);
    padding: 60px 20px;
  }
  .analytics_section .legend_list {
        padding: 10px;


}
.analytics_section .legend_row{
    gap:5px
}
  
  .analytics_section .analytics_container {
    width: 100%;
  }

  .analytics_section .analytics_grid {
    flex-direction: column;
  }

  .analytics_section .stream_label,
  .analytics_section .stream_bar_wrapper {
    width: 100%;
  }
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 100, 0, 0.4) 9%, rgba(0, 100, 0, 0.4) 15%, rgba(0, 0, 0, -0.61) 37%);
    z-index: 2;
    pointer-events: none;
}
.awards_container .card_number {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  pointer-events: none; 
}
@media (min-width: 1024px) {
  .awards_swiper .flex_wrap {
        display: flex;
        /* gap: 16px; */
       
        gap: 14px;
    }


  .awards_swiper .flex_wrap {
    display: flex;
    /* gap: 16px; */
   
  }

   .accordion_card {
    /* flex: 0 0 calc((100% - (16px * 4)) / 8.5) !important;
    min-width: calc((100% - (16px * 4)) / 8.5); */
       width: 13% !important;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.65s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .accordion_card.active {
        width: 38% !important;
  }
}
   .accordion_card {
    /* flex: 0 0 calc((100% - (16px * 4)) / 8.5) !important;
    min-width: calc((100% - (16px * 4)) / 8.5); */
    width:177px;
  transition: width 0.65s cubic-bezier(0.25, 1, 0.5, 1), transform 0.3s ease;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.65s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
  transform: translateY(30px);
  }
.accordion_card.animate-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), 
              transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), 
              width 0.65s cubic-bezier(0.25, 1, 0.5, 1);
}
  .accordion_card.active {
     width:400px;
  }
@media (min-width: 991px) and (max-width: 1023px) {
  .accordion_card{
       width: 13% !important;
  }
  .accordion_card.active{
       width: 38% !important;
  }
  .tl_container .cards_grid.three_columns{
        grid-template-columns: repeat(2, 1fr);
  }
    .chart_svg {
        min-height: 262px !important;

  }
  .legend_item{
    flex:unset
  }
  .chart_legend{
            flex-wrap: wrap;
        margin-top: 21px !important;
  }
  .ceo_image_box::before {
        width: 787px;
    }
    .ceo_img {
        width: 100%;
    }
   .cards_grid.four_columns{
                  grid-template-columns: repeat(3, 1fr) !important;
        }
 

  .awards_swiper .flex_wrap {
    display: flex;
    gap: 16px;
   
  }

 
    /* .accordion_card {
    flex: 0 0 calc((100% - (16px * 3)) / 6) !important;
    min-width: calc((100% - (16px * 3)) / 6);
    height: 100% !important;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.65s cubic-bezier(0.25, 1, 0.5, 1);
  }


  .accordion_card.active {
    flex: 0 0 calc(((100% - (16px * 3)) / 6) * 3) !important;
  } */
}
@media (max-width: 486px){
  .ceo_img{
    width:100% !important
  }

}
@media (min-width: 768px) and (max-width: 990px) {
  .accordion_card{
        width: 34%;
  }
  .accordion_card.active{
        width: 55%;
  }
  .download_section .container .flex-col .second {
    font-size: 19px;
  }
  .cards_grid.four_columns, .cards_grid.three_columns{
            grid-template-columns: repeat(2, 1fr) !important;
    }
  }
  /* .ceo_img{
    width:100%
  } */


  .awards_swiper .flex_wrap {
    display: flex;
    /* gap: 16px; */
   
  }

  .accordion_card {
    
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.65s cubic-bezier(0.25, 1, 0.5, 1);
  }


@media (max-width: 767px) and (min-width: 490px) {
   .cards_grid.four_columns{
                  grid-template-columns: repeat(2, 1fr) !important;
        }
 

  .awards_swiper .flex_wrap {
    display: flex;

  }

  .accordion_card {
   
      
        border-radius: 16px;
        overflow: hidden;
    }

  .card_text_wrapper {
    /* opacity: 1 !important; */
    white-space: normal !important;
  }

  .card_title {
    font-size: 16px; 
  }
 .accordion_card   .card_title{
   font-size: 22px; 
 }
  .card_subtitle {
    font-size: 12px;
  }

  .card_content {
    padding: 16px;
    justify-content: flex-end;
  }
}
@media (max-width: 489px) {

  /* .card_text_wrapper{
    opacity: 1!important;
  } */
  .accordion_card .card_text_wrapper{
        position: absolute;
    bottom: 8%;
    width: 85%;

  }
   .cards_grid.four_columns{
                  grid-template-columns: repeat(1, 1fr) !important;
        }

  .accordion_card .card_text_wrapper{
        position: absolute;
        bottom: 8%;
      


  }
  @keyframes scrollMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(var(--track-scroll-width, -50%));
    }
}
}


/* General Section Setup */
.thought_leadership_section {
 background-color: #fff;
    padding: 90px 20px;
}
.report_new_section{
  padding: 40px 20px;
 background-color: rgba(230, 231, 223, 0.5);
}
.tl_container {
    width: 88%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 55px;
     padding-bottom: 55px;
}

/* Header Elements */
.section_header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 48px auto;
}

.badge_subtitle {
  color: #729819;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}

.main_title {
  color: #307324;
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.section_description {
  color: #6B6A70;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

/* Grid System */
.cards_grid {
  display: grid;
  gap: 24px;
}
.cards_grid.three_columns{
  gap:30px
}
.cards_grid.three_columns {
  grid-template-columns: repeat(3, 1fr);
}

.cards_grid.four_columns {
  grid-template-columns: repeat(4, 1fr) ;
}

/* --- Upper Cards Style --- */
.tl_container .feature_card {
 position: relative;
  background: #ffffff;
  border: 1px solid #E3E8DC; 
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.4s ease,
              box-shadow 0.4s ease,
              opacity 0.6s ease;

  opacity: 0;
  transform: translateX(-50px);
}

.tl_container .feature_card.animate-in {
  opacity: 1;
  transform: translateX(0);
}


.tl_container .feature_card.animate-in:hover {
  transform: translateY(-4px) translateX(0) !important;
  border-color: #C3D8AB; 
  box-shadow: 0 12px 24px -6px rgba(114, 152, 25, 0.15);
}
.card_image_wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.card_image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card_heading {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.tags_wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.tag {
  color: #729819;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tag_dot {
  color: #729819;
  font-size: 10px;
}

.card_desc {
  color: #64748b;
  font-size: 13.5px;
  line-height: 1.55;
  margin: 0;
}

/* Stats inside card */
.card_stats {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
}

.stat_item {
  display: flex;
  flex-direction: column;
}

.stat_number {
  color: #307324;
  font-weight: 800;
  font-size: 13px;
}

.stat_label {
  color: #94a3b8;
  font-size: 11px;
}

/* .report_section_wrapper {
background-color: rgba(230, 231, 223, 0.5); 
  border-top: 1px solid #eef0eb;
} */

.report_card {
    position: relative;
    background: #ffffff;
     padding: 50px 29px;
    border: 1px solid #E3E8DC;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
    box-shadow: 0px 10px 34px 0px rgba(30, 28, 34, 0.1);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.6s ease;
    opacity: 0;
    transform: translateX(-50px); 
}

.report_new_section .report_card.animate-in {
    opacity: 1;
    transform: translateX(0) translateY(0); 
}

.report_card.animate-in:hover {
    transform: translateX(0) translateY(-6px) !important; 
    border-color: #C3D8AB; 
    box-shadow: 0 12px 24px -6px rgba(114, 152, 25, 0.15);
}
.icon_wrapper {
  width: 44px;
  height: 44px;
  background-color: #eaf3e8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.report_title {
  font-size: 17px;
  font-weight: 700;
      width: 90%;
  color: #1E1C22;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.report_desc {
  color: #6B6A70;
  font-size: 13.5px;
  line-height: 1.55;
  margin: 0;
}

/* --- Responsive Media Queries --- */
@media (max-width: 992px) {
  .cards_grid.three_columns {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 640px) {
  .cards_grid.three_columns,
  .cards_grid.four_columns {
    grid-template-columns: 1fr;
  }
.cards_grid.three_columns, .cards_grid.four_columns{
   grid-template-columns: 1fr !important;
}
  .main_title {
    font-size: 28px;
  }

  .tl_container {
    padding: 40px 16px;
  }
}
/* .tl_container .feature_card{
  opacity: 1 !important;
} */
.tl_container .feature_card{
  max-width: 100%;
  padding: 0;
}
.stat_number {
    display: inline-block;
    transition: color 0.3s ease, transform 0.3s ease;
}

.feature_card.animate-in .stat_number {
    animation: pulseOnce 0.4s ease 1.8s; 
}
@keyframes pulseOnce {
    0% { transform: scale(1); }
    50% { transform: scale(1.08); color: #729819; }
    100% { transform: scale(1); }
}
.tl_container .cards_grid.three_columns{
      max-width: calc(100% - 48px);
}
.tl_container .feature_card p{
  color: #6B6A70;
    font-size: 15px;
    line-height: 1.6;
}
.tl_container .stat_number{
  font-size: 11px;
  font-weight: 700;
}
.tl_container .stat_label{
  color:#6B6A70;
  font-size: 11.4px;

}
/* --- CTA Download Section --- */
.cta_report_section {
  width: 100%;
  background-color: #173B14; 
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.cta_container {
  /* max-width: 800px; */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta_subtitle {
  color: #F7CE46; 
  font-size: 12.4px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}

.cta_title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 1.25;
}

.cta_description {
  color: #FFFFFFC7; 
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 32px 0;
  max-width: 650px;
}


.cta_button {
  display: inline-block;
  background-color: #F7CE46; 
  color: #1E1C22;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px; 
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.cta_button:hover {
  background-color: #f3d456;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.cta_button:active {
  transform: translateY(-1px);
}

/* --- Responsive Media Query --- */
@media (max-width: 768px) {
  .cta_report_section {
    padding: 60px 30px;
  }

  .cta_title {
    font-size: 28px;
  }

  .cta_description {
    font-size: 14px;
  }

  .cta_button {
    width: 100%;
    max-width: 320px;
    padding: 14px 20px;
    box-sizing: border-box;
  }
}
@media (min-width: 1200px){
  /* .features_list{
    flex: unset;
  } */

}
  .tl_container .cards_grid.three_columns{
    max-width: 100%;
  }
  .report_card img{
    position: relative;
    top:-1rem;
  }
   .report_card .report_title,
   .report_card .report_desc {
    position: relative;
    top:-1rem;
  }
     .report_card .icon_wrapper{
    background: none;
  }
  .animated-quote .word {
    display: inline-block;
    opacity: 0;
    transform: translateX(-15px); 
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
                transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    white-space: pre; 
}

.animated-quote .word.visible {
    opacity: 1;
    transform: translateX(0);
}
@media(min-width:1700px){
.ceo_img{
  width: 75%;
}
.ceo_image_box::before {
      left: -18rem;
          width: 985px;
}
}
.stats_cards{
  height:690px
}
.chart_card{
     height: calc(660px - 73px);
}

.chart_svg path, 
.chart_svg line,
.chart_svg polygon {
  transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
  animation-duration: 2.5s !important;
}
.sticky .first {
    opacity: 1;
    max-height: 50px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.sticky .first {
    opacity: 1;
    max-height: 50px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.sticky.hide_first .first {
    opacity: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
    display: none;
}
.performance_section .performance_card.has_bg .card_title span{
      color: #fff;
    font-size: 27px;
    font-weight: 500;
}


.awards_marquee_container {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
}

.awards_track {
    display: flex;
    gap: 16px;
    width: max-content;
    will-change: transform;
    animation: scrollMarquee 10s linear infinite;
}


.awards_marquee_container:hover .awards_track {
    animation-play-state: paused;
}

.awards_swiper .flex_wrap{
  flex-wrap: wrap;
      gap: 20px;
}
.accordion_card{
  
}

@keyframes scrollMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
     
        transform: translateX(var(--track-scroll-width, -50%));
    }
}
.performance_section .performance_card .card_content{
  display: block;
  padding: 0;
}
.performance_section .performance_card .card_desc{
  padding: 8px 0;
}
@media (max-width: 767px) {
  .accordion_card{
    transform: translateY(0);
  }
  .awards_swiper .flex_wrap{
    display: flex;
  }
  .card_text_wrapper{
    opacity: 1 !important;
        bottom: 8%;
    width: 88%;
    position: absolute;
  }
  .accordion_card{
    width:85% !important
  }
  
  .awards_swiper .flex_wrap{
            justify-content: center !important;
  }
 .sticky.is-sticky .flex-col {
        display: none !important;
    }

    
    .sticky.is-sticky .container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media(min-width:1390px){
  .awards_swiper .flex_wrap{
    justify-content: center;
  }
}
.total_unit.desc{
  width: 81%;
    text-align: center;
    color: #D2F286;
    font-size: 9px;
    margin-top: 3px;
}
