.btn-glass{
  color: #E4E9E9;
  border: 0.5px solid #E4E9E9;
background: linear-gradient(180deg, rgba(214, 214, 214, 0.2) 0%, rgba(0, 49, 52, 0.2) 100%);


}
.btn-glass:hover{
  color: #E4E9E9;


}

/* ===== Hero Section ===== */
.hero-section {
  position: relative;
  background: var(--dark-green); 
  background-image: url('../images/news/hero-bg.webp');
  background-size: cover;
  background-position: center;
  padding: 6rem 0;
}

.hero-content {
  color: #fff;
}

.hero-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.hero-title--highlight {
  font-style: italic;
  color: #C7EE4E;
  
}
.hero-title--highlight-light {
  font-style: italic;
  color: #74950E;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.hero-description {
  font-size: 1rem;
  color: #BBCCCC;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.btn-schedule {
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #F3FBD9 -4.17%, #C7EE4E 14.96%, #85B000 88.25%, #9ACC00 108.33%);
  box-shadow: 0px 15px 15px 0px #00000033;
  border: none;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}


.btn-schedule:hover {
  color: #000;
}

.btn-schedule .btn-icon {
  width: 1.2rem;
  margin-right: 0.5rem;
}


.btn-glass {
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;

}

.btn-glass .btn-icon {
  width: 1.2rem;
  margin-right: 0.5rem;
}


.btn-schedule-light {
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #C7EE4E 0%, #A2D409 100%);
  border: none!important;
  color: #1E2F2C;
  font-weight: 600;
  text-decoration: none;

}


.schedule-card .color{
  background-color: #003134;
  border-radius: 20px;
}
.schedule-card .color h2{
  color: white;
  font-weight: 500;
}
.schedule-card .color p{
  color: #BBCCCC;
  font-weight: 500;
}



/* Hero cards */
.hero-cards .hero-card {
  background: linear-gradient(180deg, rgba(136, 236, 236, 0.12) -57.51%, rgba(0, 53, 56, 0.3) 100%);
  border: 0.5px solid #307171;
  border-radius: 0.75rem;
  backdrop-filter: blur(15px);
  padding: 1.5rem;
  height: 100%;
}

.hero-cards .card-icon {
  width: 2rem;
  display: block;
  margin-bottom: 0.75rem;
}

.hero-cards .card-title {
  font-size: 1.125rem;
  color: #C7EE4E;
  margin-bottom: 0.5rem;
}

.hero-cards .card-text {
  font-size: 0.9375rem;
  color: #BBCCCC;
  line-height: 1.4;
}

/* === Objectives Section Variables === */
:root {
  --objectives-highlight-bg: #F7F8F0;
  --quote-bg:              #F4FBEE;
}

/* === Section Wrapper === */
.objectives-section {
  background: #FFFFFF;
  color: var(--dark-green);
  padding: 6rem 0;
}

/* Headings */
.section-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  font-size: 1.125rem;
  color: var(--dark-green);
}

/* Left-column content */
.objectives-content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.objectives-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.objectives-list .list-icon {
  width: 1.75rem;
  margin-right: 0.75rem;
}

/* Journey Card */
.journey-card {
  background: var(--objectives-highlight-bg);
  border-radius: 0.5rem;
}

.journey-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.timeline-item .timeline-step {
  width: 2rem;
  height: 2rem;
  background: var(--primary-10);
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 0.75rem;
}

.timeline-item .timeline-icon {
  width: 1.5rem;
  margin-right: 0.75rem;
}

.timeline-content h6 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.timeline-content p,
.timeline-content ul {
  font-size: 0.875rem;
  margin: 0;
}

/* Quote Block */
.quote-block {
  background: var(--quote-bg);
  border-radius: 0.5rem;
}

.quote-block blockquote {
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
}

.quote-block .blockquote-footer {
  background: transparent;
  font-size: 0.875rem;
  color: var(--dark-green);
}

/* === Investment Philosophy Section === */
.logo-slider-section {
  padding: 6rem 0 3rem 0;
}

.logo-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  color: #003134;
}

.logo-title--highlight {
  font-style: italic;
  color: rgba(116, 149, 14, 1);
  font-size: 2.2rem;
}

.logo-slider-item{
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  height: 80px;
  border-radius: 5px!important;
}


.reverse-carousel {
  direction: rtl;
}
.reverse-carousel .owl-stage {
  direction: ltr;
}
.reverse-carousel .owl-item {
  direction: ltr;
}




.blogs{

  padding: 0rem 0rem 6rem 0rem;

  .card{
      width: 100%;
      border-radius: 15px!important;
      overflow: hidden;
  }

  .image-container{

  }

  p{
    font-size: 0.9rem;
    color: #2B4B4D;
    line-height: 1.7;
}

p.text-small{
  font-size: 0.8rem;
}

h5{
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-100);
    line-height: 1.8rem;
}

a{
    font-size: 0.9rem;
    font-weight: 600;
    color: #74950E;
}

.pagination-btn {
  border-radius: 50px;
  background-color: transparent;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  color: #003134;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: background 0.3s;
  border: none!important;
}

.pagination-btn .icon{
  border: 1px solid #003134;
}

.icon-cont{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #003134;
  color: #003134;
  transition: all 300ms;
}
.icon-cont:hover{
  background-color: #003134;
  color: #fff;
}

.icon {
  font-size: 1rem;
}




}




.philosophy-subtitle {
  font-size: 1.125rem;
  color: rgba(255,255,255,0.9);
}

/* Philosophy cards grid */
.philosophy-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 0.75rem;
}

.philosophy-card .card-icon {
  height: 150px;
  display: block;
  margin-bottom: 0.75rem;
}

.philosophy-card .card-title {
  font-size: 1.125rem;
  color: #C7EE4E;
  margin-bottom: 0.5rem;
}

.philosophy-card .card-text {
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #fff;
}

/* === Manufacturing Section === */
.manufacturing-section {
  background: #fff;
  color: var(--dark-green);
  padding: 6rem 0;
}

.manufacturing-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.manufacturing-subtitle {
  font-size: 1rem;
  color: var(--dark-green);
  opacity: 0.9;
  max-width: 36rem;
  margin: 0 auto 1.5rem;
  line-height: 1.5;
}

/* Pill label */
.manufacturing-pill {
  display: inline-block;
  background: #F7FEE0;
  color: var(--dark-green);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  margin-bottom: 2rem;
}



/* === Pillars Section === */

:root {
  /* Pillar icon background */
  --pillar-bg: #F7F8F0;
}

/* Section wrapper */
.pillars-section {
  background: #fff;
  color: var(--dark-green);
  padding: 0 0 6rem 0;
}

/* Main heading */
.pillars-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--dark-green);
}

/* Each row */
.pillar-item {
  padding: 2rem 0;
  border-color: rgba(0, 44, 49, 0.1);
}

/* Icon container (circle) */
.pillar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icon itself */
.pillar-icon img {
  width: 3rem;
  height: auto;
}

/* Heading next to icon */
.pillar-heading {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--dark-green);
  margin-bottom: 0.5rem;
}

/* Body text */
.pillar-text {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(0, 44, 49, 0.85);
}

/* Logos under PLI */
.pli-logos {
  gap: 1rem;
  margin-top: 0.5rem;
}

.logo-item {
  max-height: 2rem;
}

/* Chart styling */
.pillar-chart img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
}

/* === Sectors Slider Section === */
.sectors-section {
  background: var(--objectives-highlight-bg);
  color: var(--dark-green);
  padding: 3rem 0;
}

.sectors-title {
  font-size: 2rem;
  font-weight: 600;
}

/* Swiper overrides */
.sectors-swiper {
  padding-bottom: 2.5rem; /* space for bullets */
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.sectors-slide-image {
  width: 60%;
  border-radius: 0.5rem;
}

.sectors-slide-content h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.sectors-slide-content p {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(0,44,49,0.85);
}

/* Navigation & Pagination */
.swiper-button-prev,
.swiper-button-next {
  color: #C7EE4E;
}

.swiper-pagination-bullet {
  background: #C7EE4E;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-bullet-active{
  background: var(--accent-green)!important; 
}

.swiper{
  padding-bottom: 25px!important;
}

.infinite-filter{
  padding: 6rem 0;
}

.filter-container h2 {
  font-weight: 500;
  margin-bottom: 15px;
}

.filter-container p {
  font-weight: 500;
  color: var(--primary-100);
  font-size: 1rem;
}

/* Navigation styles */
#filter-tabs .nav-link {
  opacity: 50%;
  font-size: 1.5rem;
  margin-bottom: 10px;
  border-radius: 0;
  text-align: left;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  border-left: 3px solid transparent;
}

#filter-tabs .nav-link:hover {

  background-color: #f8f9fa;
}

#filter-tabs .nav-link.active {
  background: none;
  opacity: 100%;
  margin-left: 2rem;
}

/* Content styles */

.content-card img {
  max-width: 100%;
  margin-bottom: 20px;
}

.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  padding: 8px 0 8px 30px;
  position: relative;
  color: #2B4B4D;
  font-weight: 500;
  font-size: 1rem;
}

.tab-pane p{
  color: #2B4B4D;
}
.tab-pane span{
  color: #2B4B4D;
}

.metrics-list .metric-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.9rem;
}

.metric-value{
  font-weight: 600;
  font-size: 1.1rem;
}

.governance{
  padding: 0 0 3rem 0;
}


.governance h2 {
  font-weight: 500;
  margin-bottom: 15px;
}

.governance p {
  font-weight: 500;
  color: var(--primary-100);
  font-size: 1rem;
}



.investee{
  background-color: #F6F7F0;
  padding: 5rem 0;
}


.investee h2 {
  font-weight: 500;
  margin-bottom: 15px;
}

.investee p {
  font-weight: 500;
  color: var(--primary-100);
  font-size: 1rem;
}


.investee .card{
  padding: 1rem;
  border: 0.5px solid #B3C1C2;
  border-radius: 10px;
}

.investee .card img{
  width: 50px;
  margin-bottom: 5px;
}
.investee .card h5{
  font-weight: 600;
  color: #003134;
  font-size: 1rem;
}
.investee .card p{
  font-weight: 500;
  color: #2B4B4D;
  font-size: 0.9rem;
}





.why{
  background-color: #003134;
  padding: 5rem 0;
}


.why h2 {
  font-weight: 500;
  margin-bottom: 15px;
  color: white;
}

.why p {
  font-weight: 500;
  color: white;
  font-size: 1rem;
}

.why .card{
  padding: 1rem;
  background-color: #004347;
  border-radius: 15px;
}

.why .card h5{
  color: #C7EE4E;
  font-size: 1.3rem;
  font-weight: 600;
}

.why .card p{
  font-weight: 500;
  color: #BBCCCC;
  font-size: 0.9rem;
}

.why .card li{
  font-weight: 500;
  color: #BBCCCC;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.why .card .num-cont{
  background-color: #003134;
  width: 50px!important;
  padding: 0;
  height: 50px;
  border-radius: 30px;
  display: grid;
  place-content: center;
  color: #C7EE4E;
  font-weight: 600;
  font-size: 1.4rem;
}

.why .card-white{
  padding: 1rem;
  background-color: white;
  border-radius: 15px;
  color: #003134!important;
}

.why .card-white h4{
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.8rem;
}





.faq h1{
  font-weight: 700;
  font-size: 2rem;
  color: var(--primary-100);
}

.faq .btn{
  width: 100%;
  font-weight: 600;
  color: var(--primary-100);
  border-color: var(--primary-100);
  border: solid 1px;
  padding: 0.75rem 1rem;
  margin-right: 10px;
  text-align: center!important;
}

.faq a{
  color: var(--secondary-100);
}

.accordion button{
  font-weight: 700;
  color: var(--primary-100)!important;
  font-size: 1rem;
}

.accordion-button:not(.collapsed){
  background-color : white;
  box-shadow: none!important;

}



.accordion-button:focus{
  border-color:  white!important;
  box-shadow: none!important;
}



.faq .side-faq h5{
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--primary-100);

}


.faq .side-faq p{
  font-size: 0.9rem;
  font-weight: 500;
  color: #2B4B4D;

}



h2{
  font-size: 2rem!important;
}

.filter-mobile li{
  padding: 0px!important;

}



/*===============*/
/* Layout & Pin  */
/*===============*/
.sectors-container {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 2rem 1rem;          /* keep your vertical breathing room */
  box-sizing: border-box;   /* ensure padding stays inside */
  overflow: hidden;
}

/*===============*/
/* Slides stacking*/
/*===============*/

.wrapper-container{
  height: 80vh;
  overflow: hidden;
  position: relative;
}


@media screen and (max-width: 768px) {


  .sectors-container{
    padding-bottom: 0rem!important;
  }
  
}


.wrapper-container::after {
  content: "";
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  pointer-events: none;
  z-index: 2;
  /* Feather effect: transparent in the middle, white at top & bottom */
  background: linear-gradient(
    180deg,
    #F7F8F0 0%,
    rgba(255,255,255,0) 10%,
    rgba(255,255,255,0) 90%,
    #F7F8F0 100%
  );
  height: 100%;
  width: 100%;
}

.slides-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;/* fill the viewport height */
}


.slide {
  flex: 0 0 auto;          /* each slide fills viewport */
  margin: 0;                /* remove any extra default margins */
  padding: 1rem 0;          /* adjust inner padding as desired */
}

@media screen and (min-width: 768px) {
  .slide {
    padding: 4rem 0;
  }
}


/*==========================*/
/* Custom Centered Scrollbar */
/*==========================*/
.scrollbar-track {
  position: absolute;
  left: 50%; transform: translateX(-50%);
  /* inset to clear heading & bottom padding */
  top: 8rem;     /* push below the h2 */
  bottom: 4rem;  /* clear bottom padding */
  width: 4px;
  pointer-events: none;
  background-color: #f0f0f0; 
  border-radius: 3px;
  overflow: hidden;
}
.scrollbar-thumb {
  position: absolute;
  width: 100%;
  background-color: #003134;
  border-radius: 2px;
  will-change: transform;
}



.infinite-filter .hero-title--highlight-light {
  font-size: 2.2rem!important;
}
.investee .hero-title--highlight-light {
  font-size: 2.2rem!important;
}
.schedule-card .hero-title--highlight {
  font-size: 2.2rem!important;
}

.lg-backdrop {
  background-color: #fff !important;
}

.lg-img-wrap, 
.lg-inner {
  background-color: #fff !important;
}


.lg-close {
  display: block !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}
