/**
* Template Name: eBusiness - v4.10.0
* Template URL: https://bootstrapmade.com/ebusiness-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/* Modal Fixes */
.modal {
  z-index: 1055 !important;
}

.modal-backdrop {
  z-index: 1050 !important;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html,
body {
  height: 100%;
  font-family: Inter, Roboto, sans-serif !important;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 20px;
  color: black;
  font-family: Inter, Roboto, sans-serif !important;
  font-size: -0.9rem !important;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter, Roboto, sans-serif !important;
  margin: 0 0 20px;
  color: #193c2b;
  font-weight: 700;
}

h1 {
  font-size: 36px !important;
  line-height: 1.2;
}

h2 {
  font-size: 30px;
  line-height: 1.3;
}

h3 {
  font-size: 24px;
  line-height: 1.4;
}

h4 {
  font-size: 20px;
  line-height: 1.4;
}

h5 {
  font-size: 18px;
  line-height: 1.5;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

/* Mobile Typography */
@media (max-width: 768px) {
  h1 {
    font-size: 28px !important;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 16px;
  }

  body,
  p {
    font-size: 15px !important;
  }
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  font-family: Inter, Roboto, sans-serif;
}

a:hover {
  color: #3EC1D5;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

body {
  background: #ffffff none repeat scroll 0 0;
  color: black;
  font-family: Inter, Roboto, sans-serif;
  font-size: 16px;
  text-align: left;
  overflow-x: hidden;
  line-height: 1.6;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #024b26;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0c7946;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input,
select,
textarea,
input[type=text],
input[type=date],
input[type=url],
input[type=email],
input[type=password],
input[type=tel],
button,
button[type=submit] {
  -moz-appearance: none;
  box-shadow: none !important;
}

::-moz-selection {
  background: #3EC1D5;
  text-shadow: none;
}

::selection {
  background: #3EC1D5;
  text-shadow: none;
}

.area-padding {
  padding: 50px 0px 50px;
}

@media (max-width: 768px) {
  .area-padding {
    padding: 30px 0px 30px;
  }
}

.area-padding-2 {
  padding: 50px 0px 35px;
}

@media (max-width: 768px) {
  .area-padding-2 {
    padding: 30px 0px 25px;
  }
}

.padding-2 {
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .padding-2 {
    padding-bottom: 40px;
  }
}

.section-headline h2 {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  text-transform: capitalize;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .section-headline h2 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.section-headline h2::after {
  /* border: 1px solid #969595; */
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 60%;
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 997;
  background: #fff;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

#header.header-scrolled {
  height: 70px;
}

#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
}

#header .logo h1 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

#header .logo h1 span {
  color: #3ec1d5;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  max-height: 80px;
}

@media (max-width: 768px) {
  #header {
    height: 80px;
    background: #fff;
  }
}

.header-bg {
  background: url(../img/background/page-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
}

.header-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

@media (min-width: 1025px) {
  .header-bg {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# governer body css
--------------------------------------------------------------*/

#g-body,
#what_we_do,
#resources,
#getinvolved-hero,
#donate-hero,
#award-hero,
#publication-hero {
  width: 100%;
  height: 90vh;
  background: #e4f0ea;
  /* padding: 85px 0px 0; */
  /* Removed padding to eliminate white gap between header and hero */
  overflow: hidden;
  position: relative;
}

#g-body .hero-container,
#what_we_do .hero-container,
#resources .hero-container,
#getinvolved-hero .hero-container,
#donate-hero .hero-container,
#award-hero .hero-container,
#publication-hero .hero-container {
  height: 100%;
  width: 100%;
  max-width: 98%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center top;
}

#g-body .hero-container::before,
#what_we_do .hero-container::before,
#resources .hero-container::before,
#getinvolved-hero .hero-container::before,
#donate-hero .hero-container::before,
#award-hero .hero-container::before,
#publication-hero .hero-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

#g-body .container,
#what_we_do .container,
#resources .container,
#getinvolved-hero .container,
#donate-hero .container,
#award-hero .container,
#publication-hero .container {
  position: absolute;
  bottom: 80px;
  left: 60px;
  z-index: 2;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0;
  max-width: none;
}

#g-body h2,
#what_we_do h2,
#resources h2,
#getinvolved-hero h2,
#donate-hero h2,
#award-hero h2,
#publication-hero h2 {
  font-size: 4.5rem !important;
  font-family: Inter, Roboto, sans-serif !important;
  font-weight: 800 !important;
  color: #fff !important;
  text-transform: capitalize;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  line-height: 1;
}

/* Hero Description Box Styling */
.hero-description-box {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 15px 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  margin-top: -100px;
  max-width: 100%;
  width: fit-content;
  margin-left: 0;
  /* Small margin to avoid sticking to edge */
  margin-right: auto;
  /* Allow it to be left-aligned */
  animation: heroFadeInUp 1.2s ease forwards;
  text-align: left;
  overflow: visible;
  /* Prevent text from spilling out if it exceeds max-width */
}

@keyframes heroFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.hero-description-box h2 {
  font-size: 32px !important;
  font-family: Inter, Roboto, sans-serif !important;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
  color: #fff !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .hero-description-box h2 {
    white-space: normal;
  }
}

/* Typewriter Cursor */
.hero-typewriter .hero-text-white::after {
  content: "|";
  animation: blink 0.7s infinite;
  margin-left: 2px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.hero-text-white {
  color: #fff;
}

.hero-text-orange {
  color: #ff8c00;
}

#g-body .breadcrumb-nav,
#what_we_do .breadcrumb-nav,
#resources .breadcrumb-nav,
#getinvolved-hero .breadcrumb-nav,
#donate-hero .breadcrumb-nav,
#award-hero .breadcrumb-nav,
#publication-hero .breadcrumb-nav {
  background: transparent !important;
  display: flex;
  justify-content: flex-start;
  margin-top: 5px;
}

#g-body .breadcrumb-nav ul,
#what_we_do .breadcrumb-nav ul,
#resources .breadcrumb-nav ul,
#getinvolved-hero .breadcrumb-nav ul,
#donate-hero .breadcrumb-nav ul,
#award-hero .breadcrumb-nav ul,
#publication-hero .breadcrumb-nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

#g-body .breadcrumb-nav a,
#what_we_do .breadcrumb-nav a,
#resources .breadcrumb-nav a,
#getinvolved-hero .breadcrumb-nav a,
#donate-hero .breadcrumb-nav a,
#award-hero .breadcrumb-nav a,
#publication-hero .breadcrumb-nav a {
  color: #ff8c00 !important;
  /* Yellow-ish/Orange path like requested */
  font-size: 1.2rem !important;
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb-nav li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
}

#g-body {
  background-image: none;
}

#what_we_do {
  background-image: none;
}

#resources {
  background-image: none;
}



#publicationbg {
  background: url(../img/background/g-header-5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
  height: 350px;
}




/* 
#team
{
    width: 100%;
    min-height: 1000px;
    background: linear-gradient(140deg, rgba(13, 14, 0, 0.9), rgba(8, 99, 38, 0.9)), 
    url(../img/background/inner_bg.png);
   background-repeat: no-repeat;
   background-position-x :100%
   
}



#team img
{
    width: 250px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 40px;
    
}

#team h1
{
    font-size: 35px;
    padding-top: 40px;
    color: #F0FF42;
    padding-bottom: 40px;
}

#team h5
{
    text-align: center;
    color: white;
}

#team p
{
    text-align: center;
    color: white;
}
#team a
{
    text-decoration: none;
} */




/*--------------------------------------------
# Award Css
---------------------------------------------*/


#award-body {
  background: url(../img/background/g-header-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
  height: 550px;
}

#award-body p {
  color: white;

  margin-left: 20px;
}






/*--------------------------------------------
# Project Css
---------------------------------------------*/


#project-body {
  background: url(../img/background/project-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
  height: 550px;
}

#project-body p {
  color: white;

  margin-left: 20px;
}








/*--------------------------------------------
# rejuvenating Css
---------------------------------------------*/


#rejuvenating-body {
  background: url(../img/background/rejuvenating-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
  height: 550px;
}

#rejuvenating-body p {
  color: white;

  margin-left: 20px;
}



/* 
#services
{
  background-color: #18d26e;
} */

#bg .about-move {
  background-color: #05803e;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 20px 10px;

}



/* Thematic Area Stats Styling */
#thematicbg .team-member .pic1 img {
  border-radius: 55px 15px 55px 15px;
}

#thematicbg .member-info h4 {
  color: #f0ece8 !important;
  padding: 5px;
}

#thematicbg .member-info ul {
  padding-left: 20px;
  margin-bottom: 20px;
  text-align: left;
  /* Ensure list items align left */
}

#thematicbg .member-info ul li {
  color: #ffffff !important;
  line-height: 1.6;
  margin-bottom: 12px;
  list-style-type: disc;
  /* Ensure bullets are visible/standard */
}

#thematicbg .member-info ul li strong {
  color: #ffffff !important;
  /* Ensure bold text is also white */
}


#bg p {
  color: white;
  padding-bottom: 20px;


}

#bg p a {
  color: white;
  padding-bottom: 20px;
  text-decoration: none;


}

#bg .about-move:hover {
  background-color: #18d26e;

}






/*--------------------------------------------
# annual report Css
---------------------------------------------*/


#annualreport-body {
  background: url(../img/background/annualreport-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
  height: 550px;
}

#annualreport-body p {
  color: white;

  margin-left: 20px;
}



/* 
#services
{
  background-color: #18d26e;
} */

#bg .about-move {
  background-color: #05803e;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 20px 10px;
  height: 450px;

}



#bg .about-move h4 {
  color: white;
  padding: 5px;
  color: white;

}

#bg p {
  color: white;
  padding-bottom: 20px;


}

#bg p a {
  color: white;
  padding-bottom: 20px;
  text-decoration: none;


}

#bg .about-move:hover {
  background-color: #18d26e;

}




/*--------------------------------------------
# foreign contribution Css
---------------------------------------------*/


#foreign-body {
  background: url(../img/background/foreign-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
  height: 550px;
}

#foreign-body p {
  color: white;

  margin-left: 20px;
}



/* 
#services
{
  background-color: #18d26e;
} */

#bg .about-move {
  background-color: #05803e;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 20px 10px;

}



#bg .about-move h4 {
  color: white;
  padding: 5px;
  color: white;

}

#bg p {
  color: white;
  padding-bottom: 20px;


}

#bg p a {
  color: white;
  padding-bottom: 20px;
  text-decoration: none;


}

#bg .about-move:hover {
  background-color: #18d26e;

}

/* Professional FCRA Section */
.fcra-section {
  background: #fdfdfd;
  padding: 60px 0 20px;
  /* Reduced vertical padding */
}

.fcra-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 1200px) {
  .fcra-col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 992px) {
  .fcra-col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (max-width: 768px) {
  .fcra-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .fcra-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.fcra-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  border: 1px solid #eee;
}

.fcra-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.fcra-header {
  padding: 20px 25px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease;
}

.fcra-header h4 {
  margin: 0;
  font-size: 1.1rem;
  color: #193c2b;
  font-weight: 600;
}

.fcra-header .plus-icon {
  font-size: 1.2rem;
  color: #0c712e;
  transition: transform 0.3s ease;
}

.fcra-header.active {
  background: #f1f8f3;
  border-bottom: 1px solid #e1eee5;
}

.fcra-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: #fff;
}

.fcra-body.open {
  max-height: 500px;
  padding: 15px 25px;
}

.fcra-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fcra-list li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.fcra-list li:last-child {
  border-bottom: none;
}

.fcra-list a {
  color: black;
  text-decoration: none;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}

.fcra-list a:hover {
  color: #0c712e;
}

.fcra-list a i {
  margin-right: 10px;
  color: #0c712e;
}

/* Tutorial Video 3-2 Grid */
.tutorial-video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.tutorial-video-item {
  width: calc(33.33% - 10px);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.tutorial-video-item:hover {
  transform: translateY(-5px);
}

.tutorial-video-item.two-col {
  width: calc(45% - 10px);
}

@media (max-width: 992px) {
  .tutorial-video-item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  .tutorial-video-item {
    width: 100% !important;
  }
}

.video-thumb-container {
  position: relative;
  cursor: pointer;
}

.video-thumb-container img {
  width: 100%;
  display: block;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: background 0.3s ease;
}

.video-thumb-container:hover .video-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.video-play-btn {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: #0c712e;
  margin-bottom: 10px;
}

.video-title-box {
  background: rgba(25, 60, 43, 0.8);
  color: #fff;
  padding: 5px 15px;
  font-size: 0.9rem;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}



/*--------------------------------------------
# impact reports Css
---------------------------------------------*/


#impactreport-body {
  background: url(../img/background/impact-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
  height: 550px;
}

#impactreport-body p {
  font-size: 14px;
  color: white;

  margin-left: 20px;
}



/* 
#services
{
  background-color: #18d26e;
} */

#bg .about-move {
  background-color: #05803e;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 20px 10px;

}



#bg .about-move h4 {
  color: white;
  padding: 5px;
  font-size: 18px;
  font-weight: 700;
  color: white;

}

#bg p {
  color: white;
  padding-bottom: 20px;


}

#bg p a {
  color: white;
  padding-bottom: 20px;
  text-decoration: none;


}

#bg .about-move:hover {
  background-color: #18d26e;

}



/*--------------------------------------------
# Video Gallery Css
---------------------------------------------*/


#video-body {
  background: url(../img/background/video-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
  height: 550px;
}

#video-body p {
  font-size: 14px;
  color: white;

  margin-left: 20px;
}


/*--------------------------------------------
# contact Css
---------------------------------------------*/


#contact-body {
  background: url(../img/background/contact-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
  height: 550px;
}

#contact-body p {
  font-size: 14px;
  color: white;

  margin-left: 20px;
}


/*--------------------------------------------
# donate Css
---------------------------------------------*/


#donate-body {
  background: url(../img/background/donate-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
  height: 350px;
}

#donate-body p {
  color: white;

  margin-left: 20px;
}




#getinvolved {
  background: url(../img/background/contact-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
  height: 350px;
}

#getinvolvedsection2 {
  margin-bottom: 80px;
}


/*--------------------------------------------
# career reports Css
---------------------------------------------*/


#career-body {
  background: url(../img/background/career-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
  height: 550px;
}

#career-body p {
  color: white;

  margin-left: 20px;
}



/* 
#services
{
  background-color: #18d26e;
}
 */
#bg .about-move {
  background-color: #05803e;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 20px 10px;

}

.list-group li {
  background-color: none;


}

#bg .about-move h4 {
  color: white;
  padding: 5px;
  font-size: 18px;
  font-weight: 700;
  color: white;

}

#bg p {
  color: white;
  padding-bottom: 20px;


}

#bg p a {
  color: white;
  padding-bottom: 20px;
  text-decoration: none;


}

#bg .about-move:hover {
  background-color: #18d26e;

}




/*---------------------------------
#outreach csss
----------------------------------------*/
#Outreach {
  background: linear-gradient(75deg, rgba(3, 37, 2, 0.9), rgba(109, 116, 18, 0.9));
}

#outreach-body {
  background: url(../img/background/outreach-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
  height: 550px;
}

#Outreach .col-md-3 h4 {
  color: white;
  padding: 5px;
  font-size: 22px;

}

/*---------------------------------
#Empowering csss
----------------------------------------*/


#empowering-body {
  background: url(../img/background/Empowering-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
  height: 550px;
}

#empowering-bg {
  background: linear-gradient(75deg, rgba(3, 37, 2, 0.9), rgba(109, 116, 18, 0.9)),
    url(../img/innerslider/Empowering-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 624px;
}

#empowering-bg h1 {
  color: white;
}

#empowering-bg p {
  color: white;
}

/*---------------------------------
#natural resourec csss
----------------------------------------*/
#naturalresourec-body {
  background: url(../img/background/naturalresource-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
  height: 550px;
}

#naturalresourec-bg {
  background: linear-gradient(75deg, rgba(3, 37, 2, 0.9), rgba(109, 116, 18, 0.6)),
    url(../img/innerslider/Empowering-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 624px;
}

#naturalresourec-bg h1 {
  color: white;
}

#naturalresourec-bg p {
  color: white;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}



/*---------------------------------
#sustanable csss
----------------------------------------*/
#sustainable-body {
  background: url(../img/background/sustanable-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
  height: 550px;
}

#sustainable-bg {
  background: linear-gradient(75deg, rgba(3, 37, 2, 0.9), rgba(109, 116, 18, 0.6)),
    url(../img/innerslider/sustnable-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 624px;
}

#sustainable-bg h1 {
  color: white;
}

#sustainable-bg p {
  color: white;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}


/*---------------------------------
#former producer csss
----------------------------------------*/
#formerproducer-body {
  background: url(../img/background/former-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
  height: 550px;
}

#formerproducer-bg {
  background: linear-gradient(75deg, rgba(3, 37, 2, 0.9), rgba(109, 116, 18, 0.6)),
    url(../img/innerslider/former-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 624px;
}

#formerproducer-bg h1 {
  color: white;
}

#formerproducer-bg p {
  color: white;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
#counts {
  background: #f1eccd;
}

.counts {
  padding-top: 30px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.counts .count-box i {
  position: absolute;
  width: 54px;
  height: 54px;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #fff;
  color: #e03a3c;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 700;
  color: #111111;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: Inter, Roboto, sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 30px;
  /* Added gap */
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  /* Removed padding */
  font-size: 14px;
  font-weight: 600;
  color: black;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

/* .navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #0c712e;
} */


.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #3EC1D5;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1c8f9e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #024b26;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: all 0.3s ease;
  padding: 8px;
  border-radius: 4px;
}

.mobile-nav-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
  color: #4CAF50;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .navbar a,
  .navbar a:focus {
    font-size: 16px;
    padding: 10px 0 10px 20px;
  }
}

@media (max-width: 1200px) {

  .navbar a,
  .navbar a:focus {
    font-size: 16px;
    padding: 12px 0 12px 18px;
  }
}

@media (max-width: 1400px) and (min-width: 1201px) {

  .navbar a,
  .navbar a:focus {
    font-size: 16px;
    /* Harmonized with global size */
    padding: 12px 0 12px 22px;
  }
}

@media (min-width: 1201px) {

  .navbar a,
  .navbar a:focus {
    font-size: 16px;
    /* Harmonized with global size */
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  max-height: 600px;
  background: transparent;
  transition: 0.3s;
  z-index: 999;
  display: flex;
  flex-direction: row;
}

.navbar-mobile::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

/* Left Panel - Menu */
.navbar-mobile .mobile-menu-panel {
  width: 50%;
  max-width: 400px;
  height: 100%;
  /* background: rgba(13, 37, 41, 0.75); */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
  overflow-y: auto;
}

/* Right Panel - Background Continuation */
.navbar-mobile .mobile-menu-background {
  flex: 1;
  height: 100%;
  background: rgba(13, 37, 41, 0.35);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  position: relative;
}

/* Close button - positioned on right panel */
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff !important;
  font-size: 32px;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.1);
  width: 45px;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  padding: 0;
}

.navbar-mobile .mobile-nav-toggle:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(90deg);
  border-color: rgba(255, 255, 255, 0.4);
}

.navbar-mobile ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff !important;
  display: block;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

/* Only apply hover effects on devices with hover capability (not touch screens) */
@media (hover: hover) and (pointer: fine) {

  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    /* color: #3EC1D5; */
    padding-left: 10px;
  }

  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px;
  }

  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
    color: #3EC1D5;
    background: rgba(62, 193, 213, 0.1);
  }
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: none;
  border-radius: 5px;
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/* Mobile Menu Logo Section */
.navbar-mobile .mobile-menu-logo {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-mobile .mobile-menu-logo img {
  max-width: 120px;
  height: auto;
  filter: brightness(0) invert(1);
}

/* Ensure close button is visible on right panel */
.navbar-mobile .mobile-menu-background .mobile-nav-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* Responsive adjustments for mobile menu */
@media (max-width: 768px) {
  .navbar-mobile {
    height: 80vh;
    max-height: none;
  }

  .navbar-mobile .mobile-menu-panel {
    width: 70%;
    max-width: 100%;
  }

  .navbar-mobile .mobile-menu-background {
    width: 30%;
  }
}

@media (max-width: 480px) {
  .navbar-mobile {
    height: 100vh;
    flex-direction: column;
  }

  .navbar-mobile .mobile-menu-panel {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .navbar-mobile .mobile-menu-background {
    display: none;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 95vh !important;
  background: #f4f7f6;
  /* padding: 60px 0px 0; */
  overflow: hidden;
  position: relative;
}

@media (max-height: 500px) {
  #hero {
    height: 100vh;
  }


}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover !important;
  background-position: center 40% !important;
  background-repeat: no-repeat;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#hero .carousel-inner {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}

#hero .carousel-container {
  display: flex;
  justify-content: flex-start !important;
  align-items: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding-bottom: 100px;
  padding-left: 60px;
}

#hero .container {
  text-align: left !important;
  width: auto !important;
  max-width: none !important;
  padding: 0;
  margin: 0;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  /* Standardized with subpages */
  font-weight: 800;
  text-align: left !important;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#hero h2 .hero-text-white,
#hero h1 .hero-text-white {
  color: #fff;
  display: inline;
}

#hero h2 .hero-text-orange,
#hero h1 .hero-text-orange {
  color: #ff8c00;
  display: inline;
  /* font-size: 18px; */
}

@media (min-width: 1024px) {
  #hero h2 {
    font-size: 46px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}

#hero p {
  width: auto;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.9);
  text-align: left !important;
  max-width: 700px;
}

@media (min-width: 1024px) {
  #hero p {
    font-size: 26px;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 85vh;
    min-height: 550px;
  }

  #hero .carousel-container {
    padding-left: 20px;
    padding-bottom: 40px;
    align-items: flex-end;
    justify-content: flex-start;
    transform: none;
    top: 0;
    bottom: 0;
  }

  #hero h2 {
    font-size: 2.2rem !important;
    text-align: left !important;
  }

  #hero p {
    text-align: left !important;
    font-size: 1.2rem !important;
  }

  #g-body .container,
  #what_we_do .container,
  #resources .container,
  #getinvolved-hero .container,
  #donate-hero .container,
  #award-hero .container,
  #publication-hero .container {
    left: 20px !important;
    bottom: 40px !important;
  }

  #g-body h2,
  #what_we_do h2,
  #resources h2,
  #getinvolved-hero h2,
  #donate-hero h2,
  #award-hero h2,
  #publication-hero h2 {
    font-size: 2.2rem !important;
  }
}

@media (max-width: 480px) {
  #hero {
    height: 85vh;
    min-height: 600px;
    background: transparent;
  }

  #hero .carousel-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  #hero .carousel-item::before {
    background-color: rgba(0, 0, 0, 0.45);
    /* Slightly darker for better text readability */
  }

  #hero .carousel-container {
    top: 0;
    left: 0 !important;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 20;
    transform: none !important;
    padding: 20px !important;
    text-align: center !important;
  }

  #hero .container {
    text-align: center !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #hero h2 {
    font-size: 26px !important;
    text-align: center !important;
    margin-bottom: 15px !important;
    width: 100% !important;
  }

  #hero p {
    font-size: 18px !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

#hero .carousel-inner .carousel-item {
  transition: transform 0.6s ease-in-out;
}

#hero .carousel-inner .carousel-item-next:not(.carousel-item-start),
#hero .carousel-inner .active.carousel-item-end {
  transform: translateX(100%);
}

#hero .carousel-inner .carousel-item-prev:not(.carousel-item-end),
#hero .carousel-inner .active.carousel-item-start {
  transform: translateX(-100%);
}

#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end,
#hero .carousel-inner .active {
  transform: translateX(0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #071c52;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #071c52;
}


#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;

}

#hero .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #fff;
}

#hero .btn-watch-video:hover i {
  color: #82cbed;
}

/* -----------------------
#goal
------------------------------*/


#goal {
  height: auto;
  background: linear-gradient(140deg, rgba(14, 87, 25, 0.9), rgba(153, 153, 16, 0.7)), url('../img/inters-bg.jpg');
  background-repeat: no-repeat;
  background-size: 100% 70vh;
  padding-bottom: 60px;

  margin: 0px;

}


#goal h1 {
  font-size: 35px;
  padding-top: 50px;
  color: yellow;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

#goal h3 {
  padding-top: 25px;
  text-align: left;
}

#goal .image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

#goal a {
  text-decoration: none;
  border: 0px;
}

#goal button {
  background: none;
  text-decoration: none;
  border: none;
}

#goal .icon img {
  float: left;
  margin-right: 15px;
}

#goal .icon2 img {
  float: right;
  margin-left: 15px;
}

#goal .p-text {
  width: 400px;
  min-height: 458px;
  float: left;
  padding: 10px;
  margin-left: 40px;
  line-height: 22px;
  font-weight: 600;
  color: white;
  background: rgba(91, 94, 91, 0.3);
}



#goal .stopdam {
  width: 100%;
  min-height: 460px;
  background-image: url("../img/goal/goal2-02.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}

#goal .imageshort {
  margin-top: 10px;
  float: right;
  margin-top: 40px;

}



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

  #goal .icon img {
    width: 100%;
    float: left;


  }

  #goal .icon2 img {
    width: 100%;
    float: left;

  }

  #goal .p-text {
    width: 100%;
    min-height: auto;
    float: left;
    padding: 10px;
    margin-left: -5px;
    line-height: 22px;
    font-weight: 600;
    color: white;
    background: rgba(10, 12, 10, 0.9);
  }

  #goal .imageshort {
    width: 100%;
    margin-top: 10px;
    float: left;
  }

  #goal {
    height: auto;
    background: linear-gradient(140deg, rgba(14, 87, 25, 0.5), rgba(153, 153, 16, 0.2)), url('../img/inters-bg.jpg');
    background-repeat: repeat;
    background-size: 100% 90vh;
    padding-bottom: 60px;

    margin: 0px;

  }

}



/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/




.icon-boxes {
  padding-top: 0;
  position: relative;
  z-index: 100;
  margin-bottom: 20px;
}

#icon-boxes h2 {
  margin-top: 20px;
}


.icon-boxes .icon-box {
  margin-top: 10PX;
  padding: 40px 30px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #54B435;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.icon-boxes .icon {
  margin: 0 auto 20px auto;
  display: inline-block;
  text-align: center;
}

.icon-boxes .icon img {
  width: 100%;

}

.icon-boxes .icon i {
  font-size: 36px;
  line-height: 1;
  color: #f6b024;
}

.icon-boxes .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}

.icon-boxes .title a {
  color: #fffffd;
}

.icon-boxes .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #141313;
}



#about_msg {
  width: 100%;
  min-height: 400px;
  background: #ffffff;
  color: rgb(5, 28, 83);
  text-align: center;
  margin: 0px;
  padding: 57px 0 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}


#thematicbg {

  width: 100%;
  min-height: 650px;
  /* background-image: linear-gradient(rgba(4, 65, 16, 0.563), rgba(5, 233, 173, 0.453)), url("../img/thematic-bg.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: rgb(5, 28, 83);
  text-align: center;
  margin-top: 40px;

}

#thematicbg .member-info h4 {

  font-size: 30px;
  line-height: 40px;
  color: white;
  text-align: left;
}

#thematicbg .member-info p {

  font-size: 14px;
  line-height: 25px;
  color: white;
  margin-left: 7px;
  margin-right: 20px;
  text-align: left;
}

#thematicbg .member-info .btn {

  font-size: 12px;
  line-height: 25px;
  color: rgb(3, 0, 0);
  text-align: left;
  float: left;
  margin-left: 5px;
  background-color: #d1b18b;

}

#thematicbg .member-info .btn:hover {
  font-size: 12px;
  line-height: 25px;
  color: rgb(254, 254, 254);
  text-align: left;
  float: left;
  margin-left: 5px;
  background-color: transparent;
  /* ✅ correct value */
  border: 1px solid gold;
  /* ✅ golden border on hover */
}


#thematicbg .modal-body {
  /* background: rgba(3, 44, 14, 0.6); */
  padding: 20px;
  border-radius: 10px;
  max-width: 800px;
  width: 100%;
  color: black;
  text-align: left;
}

#thematicbg .modal-title {
  font-size: 30px;
  line-height: 40px;
  color: black;
  text-align: left;
}

#thematicbg .section-title h2 {

  line-height: 40px;
  color: #193c2b !important;
  text-align: center;
  padding-top: 40px;
  font-weight: bold;
}

#thematicbg .section-title p {


  color: black;
  text-align: left;
  font-size: 19px;
  line-height: 30px;
  margin-left: 20px;
  margin-right: 20px;

}

#thematicbg .modal-body ul li {
  list-style-type: disc;
  /* Adds a dot before each list item */
  margin-left: 20px;
  /* Optional: Adjusts indentation */
}





#aboutbg {
  background-image: url("../img/background/aboutbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* Desktop par fixed effect */
  width: 100%;
  min-width: 320px;
  max-width: 100%;
  min-height: 700px;
  color: rgb(5, 28, 83);

  margin: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #aboutbg {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    padding: 20px 15px !important;
  }
}

#aboutbg .section-headline h2 {
  text-align: left;
}

#aboutbg .content,
#aboutbg .content * {

  color: white;
  text-align: left;

}

#aboutbg .content p {
  font-size: 18px;
  line-height: 1.8;
}

#aboutbg .section-headline h2 {
  font-size: 2.5rem;
}

/* Who we are Animation Styles - Left Side Slide */
.well-left {
  opacity: 0;
  transform: translateX(-150px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.well-left.animate {
  opacity: 1;
  transform: translateX(0);
  animation: slideInFromLeftContinuous 3s ease-in-out 1 forwards;
}

@keyframes slideInFromLeftContinuous {
  0% {
    opacity: 0;
    transform: translateX(-150px);
  }

  50% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Who we are Animation Styles - Right Side Slide */
.who-we-are-slide {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

@keyframes slideInFromRightContinuous {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  50% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.who-we-are-slide.animate {
  opacity: 1;
  transform: translateX(0);
  animation: slideInFromRightContinuous 3s ease-in-out 1 forwards;
}

/* Text container with transparent background */


/* Mobile-specific adjustments */
@media (max-width: 768px) {
  #aboutbg {
    background-attachment: scroll;
    min-height: auto !important;
    padding-bottom: 40px !important;
    /* Extra padding at bottom to show full content */
  }

  #aboutbg .well-left {
    display: none !important;
  }

  #aboutbg .section-headline h2 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }

  #aboutbg .content,
  #aboutbg .content * {
    background-color: rgba(3, 44, 14, 0.7);
    /* Slightly darker for better contrast */
    padding: 20px;
    border-radius: 12px;
    max-width: 100%;
    width: 100%;
    color: white;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }

  #aboutbg .content p {
    font-size: 17px;
    line-height: 1.7;
  }

  /* Center Who We Are heading on mobile */
  #aboutbg .section-headline {
    text-align: center;
  }

  #aboutbg .section-headline h2 {
    text-align: center;
    display: block;
  }

  /* Mobile styles for Who we are page - g-body section */
  #g-body h2 {
    font-size: 2.5rem !important;
    color: white !important;
  }

  #g-body .nav-link {
    font-size: 1.5rem !important;
    display: block !important;
    visibility: visible !important;
  }

}

/* Vision and Mission Card Styles */
#about_msg .row {
  margin: 0;
}

#about_msg .col-md-6 {
  padding: 15px;
}

.vision-mission-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 25px 50px 25px;
  margin: 0 auto;
  max-width: 460px;
  min-height: 380px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  transition: all 0.4s ease;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  border-radius: 95px 15px 95px 15px;
}

.vision-mission-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Vision Card Specific Styles */
.vision-card {
  background: #ffffff;
  color: #000;
}

/* Mission Card Specific Styles */
.mission-card {
  background: #ffffff;
  color: #000;
}

.vision-mission-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.vision-mission-icon svg {
  width: 100%;
  height: 100%;
}

.vision-mission-card:hover .vision-mission-icon {
  transform: scale(1.05);
}

.vision-mission-heading {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: center;
  letter-spacing: 0.5px;
  font-family: Inter, Roboto, sans-serif;
  position: relative;
  line-height: 1.2;
  color: #1b5e20;
  text-transform: none;
  padding-bottom: 15px;
}

.vision-mission-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, rgba(27, 94, 32, 0) 0%, rgba(27, 94, 32, 0.8) 20%, rgba(27, 94, 32, 1) 50%, rgba(27, 94, 32, 0.8) 80%, rgba(27, 94, 32, 0) 100%);
  border-radius: 2px;
}

.vision-mission-text {
  font-size: 17px;
  line-height: 1.8;
  margin: 0 0 auto 0;
  text-align: left;
  font-family: Inter, Roboto, sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: black333;
  flex-grow: 1;
}

/* Green Angular Banner */
.card-number-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: rgba(12, 113, 46, 0.9);
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}

/* Vision Banner - Wider in center, narrower at ends */
.vision-banner {
  clip-path: polygon(0 40%, 20% 25%, 50% 15%, 80% 25%, 100% 40%, 100% 100%, 0 100%);
}

/* Mission Banner - Wider in center, narrower at ends */
.mission-banner {
  clip-path: polygon(0 40%, 20% 25%, 50% 15%, 80% 25%, 100% 40%, 100% 100%, 0 100%);
}

.card-number {
  display: none;
}

#about_msg h1 {
  font-size: 45px;
  color: white;
  margin-top: 200px;
  text-align: center;
  text-shadow: 0 4px 8px 0 rgb(54, 53, 50), 0 6px 20px 0 rgba(231, 9, 9, 0.945);

}

#about_msg p {
  font-size: 18px;
  line-height: 27px;
  margin-top: -8px;
  color: rgb(15, 15, 15);
  font-family: Inter, Roboto, sans-serif;
  text-align: center;


}



/* Tablet-specific adjustments */
@media (max-width: 992px) and (min-width: 769px) {
  #about_msg {
    padding: 80px 0;
  }

  .vision-mission-card {
    padding: 40px 30px 70px 30px;
    margin: 20px 10px;
    min-height: 400px;
  }

  .vision-mission-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
  }

  .vision-mission-heading {
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    padding-bottom: 12px;
    color: #1b5e20;
  }

  .vision-mission-heading::after {
    width: 100px;
    height: 2.5px;
  }

  .vision-mission-text {
    font-size: 16px;
    line-height: 1.75;
  }

  .card-number-banner {
    height: 70px;
    padding-bottom: 12px;
    background: var(--bs-success);
  }

  .mission-banner {
    clip-path: polygon(0 45%, 20% 30%, 50% 20%, 80% 30%, 100% 45%, 100% 100%, 0 100%);
  }

  .card-number {
    display: none;
  }
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
  #about_msg {
    background: #ffffff;
    min-height: auto;
    padding: 60px 0;
  }

  .vision-mission-card {
    padding: 25px 15px 40px 15px;
    margin: 12px 10px;
    border-radius: 60px 15px 60px 15px;
    min-height: auto;
  }

  .vision-mission-card:hover {
    transform: translateY(-3px);
  }

  .vision-mission-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    margin-top: 5px;
  }

  .vision-mission-heading {
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
    padding-bottom: 8px;
    color: #1b5e20;
  }

  .vision-mission-heading::after {
    width: 80px;
    height: 2px;
  }

  .vision-mission-text {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1px;
  }

  .card-number-banner {
    height: 60px;
    padding-bottom: 10px;
    clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 100%);
    background: var(--bs-success);
  }

  .vision-banner {
    clip-path: polygon(0 35%, 20% 25%, 50% 18%, 80% 25%, 100% 35%, 100% 100%, 0 100%);
  }

  .mission-banner {
    clip-path: polygon(0 35%, 20% 25%, 50% 18%, 80% 25%, 100% 35%, 100% 100%, 0 100%);
  }

  .card-number {
    display: none;
  }

  #about_msg h1 {
    font-size: 45px;
    color: white;
    margin-top: 20px;
    text-align: center;
    text-shadow: 0 4px 8px 0 rgb(54, 53, 50), 0 6px 20px 0 rgba(231, 9, 9, 0.945);

  }
}

/* Our Vision and Mission Animation Styles */
.vision-slide {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.vision-slide.animate {
  opacity: 1;
  transform: translateX(0);
}

.mission-slide {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.mission-slide.animate {
  opacity: 1;
  transform: translateX(0);
}

/* aboutOurApproach css */

#aboutOurApproach {
  background: url('../img/background/Screenshot from 2026-02-02 15-00-21.png') no-repeat center center / cover;
  width: 100%;
  min-width: 320px;
  max-width: 100%;
  min-height: auto;
  color: black;
  margin: 5px 0 0 0 !important;
  padding: 25px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

#aboutOurApproach .section-headline h2 {
  color: white !important;
}

#aboutOurApproach .single-well p,
#aboutOurApproach .single-well p b {
  color: white !important;
}



#aboutOurApproach .single-well h4 {
  color: black;
}

#aboutOurApproach .single-well p {
  font-size: 18px;
  line-height: 1.8;
  color: white;
}

/* Our Approach Animation Styles */
.approach-image-slide {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  max-height: 550px;
  object-fit: contain;
}

.approach-image-slide.animate {
  opacity: 1;
  transform: translateX(0);
}

.approach-text-slide {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.approach-text-slide.animate {
  opacity: 1;
  transform: translateX(0);
}

/* aboufootprint css */


#aboufootprint {
  background-image: url("../img/background/aboufootprint.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* Desktop par fixed effect */
  width: 100%;
  min-width: 320px;
  max-width: 100%;
  min-height: 600px;
  color: rgb(5, 28, 83);

  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

#aboufootprint .section-headline h2 {
  font-size: 30px;
  text-align: left;
  color: white;
}

#aboufootprint .single-well p {
  font-size: 18px;
  line-height: 1.8;
  color: white;


}

#aboufootprint .single-well img {

  float: left;
  width: 45%;
  margin-right: 40px;

}

/* Expanding Our Footprint Animation Styles */
.footprint-image-slide {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.footprint-image-slide.animate {
  opacity: 1;
  transform: translateX(0);
}

.footprint-text-slide {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.footprint-text-slide.animate {
  opacity: 1;
  transform: translateX(0);
}




/* Mobile-specific adjustments */
@media (max-width: 768px) {

  #aboufootprint .single-well img {
    float: left;
    width: 100%;

  }

  #aboufootprint .single-well p {
    font-size: 16px;
    line-height: 1.7;
  }

  #aboutOurApproach .single-well p {
    font-size: 16px;
    line-height: 1.7;
  }


}

#ourpartners h3 {
  font-size: 20px;
  line-height: 23px;
  margin-top: 50px;
  font-weight: 700;
}

/* Partners Section Heading Enhancement */
#ourpartners .section-headline {
  margin-bottom: 20px;
}

#ourpartners .section-headline h2 {
  color: #193c2b;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

#ourpartners .section-headline h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #0c7946 0%, #024b26 100%);
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(12, 121, 70, 0.3);
}

/* Featured Partners Section */
.featured-partners-section {
  margin: 30px 0;
  padding: 40px 0 20px 0;
  /* background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%); */
  position: relative;
  overflow: hidden;
}

.featured-partners-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #0c7946 50%, transparent 100%);
}

.featured-partners-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin: 30px 0 20px 0;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

.featured-partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 12px;
  background: transparent;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 130px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

/* Mobile slide animations - left and right */
@media (max-width: 768px) {
  .featured-partner-item {
    opacity: 0;
    animation: none !important;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }

  .featured-partner-item.partner-slide-left {
    transform: translateX(-100px);
  }

  .featured-partner-item.partner-slide-right {
    transform: translateX(100px);
  }

  .featured-partner-item.partner-animate {
    opacity: 1;
    transform: translateX(0) !important;
  }
}

.featured-partner-item::before {
  content: none;
}

.featured-partner-item:hover::before {
  width: 6px;
  box-shadow: 2px 0 12px rgba(2, 75, 38, 0.5);
}

.featured-partner-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(12, 121, 70, 0.05), transparent);
  transition: left 0.5s ease;
  z-index: 1;
}

.featured-partner-item:hover::after {
  left: 100%;
}

.featured-partner-item:nth-child(1) {
  animation-delay: 0.1s;
}

.featured-partner-item:nth-child(2) {
  animation-delay: 0.15s;
}

.featured-partner-item:nth-child(3) {
  animation-delay: 0.2s;
}

.featured-partner-item:nth-child(4) {
  animation-delay: 0.25s;
}

.featured-partner-item:nth-child(5) {
  animation-delay: 0.3s;
}

.featured-partner-item:nth-child(6) {
  animation-delay: 0.35s;
}

.featured-partner-item:nth-child(7) {
  animation-delay: 0.4s;
}

.featured-partner-item:nth-child(8) {
  animation-delay: 0.45s;
}

.featured-partner-item:nth-child(9) {
  animation-delay: 0.5s;
}

.featured-partner-item:nth-child(10) {
  animation-delay: 0.55s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.featured-partner-item:hover {
  transform: translateY(-8px) scale(1.05);
}

.featured-partner-item img {
  max-width: 95%;
  max-height: 110px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  z-index: 1;
}

.featured-partner-item:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.1);
}

.read-more-partners-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #0c7946 0%, #024b26 100%);
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(12, 121, 70, 0.3);
  font-family: Inter, Roboto, sans-serif;
}

.read-more-partners-btn:hover {
  background: linear-gradient(135deg, #024b26 0%, #0c7946 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(12, 121, 70, 0.4);
  color: #fff;
}

.read-more-partners-btn i {
  transition: transform 0.3s ease;
  font-size: 18px;
}

.read-more-partners-btn:hover i {
  transform: translateY(2px);
}

.all-partners-section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #e0e0e0;
  animation: fadeIn 0.5s ease-in;
}

/* Styling for section headings in all-partners-section */
.all-partners-section .row>div[class*="col-md-2"] {
  text-align: center;
}

.all-partners-section .row>div[class*="col-md-2"] h3 {
  font-size: 21px;
  font-weight: 600;
  color: #19376D;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 12px;
  display: inline-block;
  text-align: center;
  position: relative;
}

.all-partners-section .row>div[class*="col-md-2"] h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #0c7946;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design for Featured Partners */
@media (max-width: 1200px) {
  .featured-partners-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    padding: 0 25px;
  }

  .featured-partner-item {
    height: 125px;
  }

  .featured-partner-item img {
    max-height: 85px;
  }
}

@media (max-width: 992px) {
  .featured-partners-section {
    padding: 30px 0 15px 0;
  }

  #ourpartners .section-headline h2 {
    font-size: 38px;
  }

  .featured-partners-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 20px;
  }

  .featured-partner-item {
    height: 120px;
    padding: 15px 12px;
    border-radius: 0;
  }

  .featured-partner-item img {
    max-height: 80px;
  }
}

@media (max-width: 768px) {
  .featured-partners-section {
    padding: 25px 0 10px 0;
    margin: 20px 0;
  }

  #ourpartners .section-headline h2 {
    font-size: 34px;
  }

  #ourpartners .section-headline h2::after {
    width: 80px;
    height: 3px;
  }

  .featured-partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding: 0 15px;
    margin: 25px 0 15px 0;
  }

  .featured-partner-item {
    height: 110px;
    padding: 12px 10px;
    border-radius: 0;
    /* Ensure transition is set for animations */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    /* Disable default animation on mobile */
    animation: none !important;
    /* Initial state - will be overridden by slide classes */
    opacity: 0;
  }

  .featured-partner-item img {
    max-height: 75px;
  }

  .read-more-partners-btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  /* Partner slide animations - ensure these come after base styles */
  .featured-partner-item.partner-slide-left {
    transform: translateX(-100px) !important;
  }

  .featured-partner-item.partner-slide-right {
    transform: translateX(100px) !important;
  }

  .featured-partner-item.partner-animate {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }
}

@media (max-width: 480px) {
  .featured-partners-section {
    padding: 20px 0 10px 0;
    margin: 15px 0;
  }

  #ourpartners .section-headline h2 {
    font-size: 28px;
  }

  #ourpartners .section-headline h2::after {
    width: 70px;
    height: 3px;
  }

  .featured-partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 40px;
    padding: 0 10px;
    margin: 30px 0;
  }

  .featured-partner-item {
    height: 100px;
    padding: 10px 8px;
    border-radius: 0;
  }

  .featured-partner-item img {
    max-height: 70px;
  }

  .featured-partner-item:hover {
    transform: translateY(-5px) scale(1.01);
  }
}

@media (min-width: 350px) and (max-width: 600px) {
  .row h3 {
    text-align: center;
    font-size: 24px;
    /* Adjust as per design */
    line-height: 1.4;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


#about {
  background: #073c67;
}

#about img {
  border-radius: 5px;
}

#about h2 {
  color: white;
}

#about h4 {
  color: white;
  font-size: 28px;
}

#about p {
  color: white;
  font-size: 18px;
  line-height: 35px;
}

.about-area {
  background-color: #f9f9f9;
  padding-top: 10px !important;
}

.single-well>a {
  display: block;
}

.single-well ul li {
  color: black;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #3EC1D5;
  margin-right: 5px;
  font-size: 18px;
}

.single-well p {
  color: black;
  margin: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-icon {
  color: black;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.section-headline.services-head>h2 {
  margin-bottom: 25px;
}

.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}

.services-details:hover h4,
.services-details:hover .services-icon {
  color: #3EC1D5;
}

.row.second-row {
  margin-top: 40px;
}

.section-head>h2 {
  color: black;
}

.single-services>h4 {
  color: black;
  font-size: 24px;
  font-weight: 500;
}

.single-services>p {
  color: black;
  font-size: 14px;
}



/*--------------------------------------------------------------
# Team
-------------------------------------------------------------
.team-member {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  display: block;
  margin-right: -15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.team-member::before {
  background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-right: -15px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 5s;
  transform: scale(1);
}

.team-member:hover.team-member::before {
  transform: scale(1.2);
}

.single-team-member {
  border: 1px solid #ddd;
}

.team-left-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-left-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.email-news {
  display: block;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.email-news .email_button input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 8px;
  width: 81%;
}

.email-news .email_button>button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}

.email-news .email_button>button:hover {
  background: #3EC1D5;
  border: 1px solid #fff;
  color: #fff;
}

.team-left-icon ul li {
  display: inline-block;
}

.team-left-icon ul li a:hover {
  color: #3EC1D5;
  background: #fff;
  border: 2px solid #fff;
}

.team-left-icon ul li a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}

.team-member-carousel .single-team-member {
  overflow: hidden;
  width: 100%;
}

.single-team-member:hover .team-img a:after {
  opacity: 1;
}

.single-team-member:hover .team-social-icon {
  top: 45%;
  opacity: 1;
}

.team-img {
  position: relative;
}

.team-img>a {
  display: block;
}

.team-img>a::after {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0;
}
/* 
.team-social-icon {
  left: 50%;
  margin-left: -61px;
  opacity: 0;
  position: absolute;
  top: 30%;
  transition: 1.3s;
}

.team-social-icon ul li {
  display: inline-block;
}

.team-social-icon ul li a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 34px;
  width: 34px;
  margin: 0 3px;
}

.team-social-icon ul li a i {
  line-height: 0;
}

.team-social-icon ul li a:hover {
  color: #fff;
  border: 1px solid #3EC1D5;
  background: #3EC1D5;
}


.team-content {
  padding: 10px 0px;
}

.team-content>h4,
.team-content>p {
  color: black;
  margin-bottom: 5px;
}

.team-content.head-team p {
  margin-bottom: 0;
}

.team-left-icon.text-center {
  margin-bottom: 20px;
}

.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}
-*/
/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/
.reviews-area {
  background: url(../img/background/reviews-bg.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
}

.work-left-text {
  background: #3EC1D5 none repeat scroll 0 0;
}

.work-right-text {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.work-right-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.work-right-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.work-right-text .sus-btn {
  margin-left: 0;
  margin-top: 20px;
}

.single-awesome-4 {
  display: block;
  float: left;
  overflow: hidden;
  width: 33.33%;
}

.single-awesome-4 .add-actions {
  padding: 10px 20px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.pst-content {
  padding-left: 10px;
}

#portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 8px 24px;
  font-size: 12px;
  line-height: 20px;
  color: black;
  border-radius: 50px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border: 1px solid black;
}

#portfolio-flters li:hover,
#portfolio-flters li.filter-active {
  border-color: #3EC1D5;
  background: #3EC1D5;
  color: #fff;
}

#portfolio-flters li:last-child {
  margin-right: 0;
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img>a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img>a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing-area {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
}

.pri_table_list h3 span {
  font-size: 16px;
}

.pri_table_list ol li {
  border-bottom: 1px solid #ccc;
  color: black;
  padding: 12px 15px;
  position: relative;
  display: flex;
  align-items: center;
}

.pri_table_list li.check {
  font-weight: 600;
}

.pri_table_list li.check i {
  color: #3EC1D5;
  line-height: 0;
  font-size: 24px;
  margin-right: 5px;
}

.pri_table_list li.cross {
  text-decoration: line-through;
  color: #999;
}

.pri_table_list li.cross i {
  color: #999;
  line-height: 0;
  font-size: 24px;
  margin-right: 5px;
}

.pri_table_list button {
  background: black none repeat scroll 0 0;
  border: 1px solid black;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}

.pri_table_list>h3 {
  color: black;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  padding: 30px 0 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.pri_table_list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 25px;
}

.pri_table_list.active {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}

.saleon {
  background: #3EC1D5 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.pri_table_list>button:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: black;
}

.active>h3 {
  background: #f5f5f5 none repeat scroll 0 0;
  color: black;
  transition: all 0.4s ease 0s;
}

.active>button {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 1px solid #3EC1D5;
  color: #fff;
  transition: 0.4s;
}

.active>button:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  color: #fff;
  transition: 0.4s;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/background/slider-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3EC1D5;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Voices from the Field Section
--------------------------------------------------------------*/
.voices-section {
  padding: 25px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.voices-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #024b26 0%, #0c7946 50%, #024b26 100%);
  box-shadow: 0 2px 8px rgba(2, 75, 38, 0.2);
}

.voices-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(248, 250, 251, 0.85);
  pointer-events: none;
  z-index: 0;
}

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

.voices-section .section-headline h2 {
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, #193c2b 0%, #024b26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 10px rgba(25, 55, 109, 0.1);
  letter-spacing: 0.5px;
  font-size: 32px;
  font-weight: 700;
  font-family: Inter, Roboto, sans-serif;
  margin-bottom: 15px;
}

.voices-section .section-headline h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #0c7946;
  border-radius: 2px;
  opacity: 1;
}

@keyframes expandLine {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: 100px;
    opacity: 1;
  }
}

.voices-row {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.voices-row>div {
  margin-bottom: 30px;
}

/* Slider Container */
.voices-slider-container {
  position: relative;
  padding: 0 50px;
}

.voices-slider {
  margin: 0 -15px;
}

.voice-slide-item {
  padding: 0 15px;
  height: 100%;
}

.voice-slide-item .voice-card {
  margin: 0;
}

/* Navigation Arrows */
.voices-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* background: #0c7946; */
  color: #ffffff;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(12, 121, 70, 0.3);
  font-size: 20px;
}

.voices-arrow:hover {
  background: #024b26;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 16px rgba(12, 121, 70, 0.4);
}

.voices-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.voices-prev {
  left: 0;
}

.voices-next {
  right: 0;
}

.voices-arrow i {
  font-size: 24px;
  line-height: 1;
}

/* Slick Slider Overrides */
.voices-slider .slick-list {
  margin: 0 -15px;
}

.voices-slider .slick-slide {
  padding: 0 15px;
}

.voices-slider .slick-slide>div {
  height: 100%;
}

.voices-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.voices-slider .slick-slide {
  height: auto;
}

.voices-slider .slick-slide {
  display: flex !important;
  height: auto !important;
  padding: 15px 10px;
}

.voices-slider .slick-slide>div {
  display: flex !important;
  width: 100%;
  height: 100%;
}

.voices-slider .slick-slide .voice-slide-item {
  height: 100%;
  width: 100%;
  display: flex !important;
}

.voices-slider .slick-slide .voice-card {
  width: 100%;
  height: 100% !important;
  display: flex !important;
  flex-direction: column;
  border-radius: 20px;
}

.voice-card {
  background: white;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  position: relative;
  display: flex !important;
  flex-direction: column;
  border: none;
  overflow: visible;
  max-width: 100%;
  height: 100%;
  text-align: center;
}

.voice-card {
  background: white;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  display: flex !important;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
  max-width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}

.voice-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(12, 121, 70, 0.1);
}

.voice-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  right: 25px;
  font-family: serif;
  font-size: 100px;
  line-height: 1;
  color: rgba(12, 121, 70, 0.04);
  pointer-events: none;
  z-index: -1;
}

.voice-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  width: 40%;
  height: 4px;
  /* background: #0c7946; */
  border-radius: 0 0 10px 10px;
  transition: width 0.3s ease, left 0.3s ease;
}

.voice-card:hover::after {
  width: 60%;
  left: 20%;
}

.voice-image {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}

.voice-image img {
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 12px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, border-color 0.4s ease;
  border: 4px solid #fff;
  outline: 1px solid rgba(0, 0, 0, 0.05);
}

.voice-card:hover .voice-image img {
  transform: scale(1.08);
  outline-color: rgba(12, 121, 70, 0.2);
}

.voice-author {
  margin-bottom: 35px;
}

.author-name {
  font-size: 19px;
  font-weight: 700;
  color: #19376D;
  margin-bottom: 8px;
  font-family: Inter, Roboto, sans-serif;
  letter-spacing: -0.2px;
}

.author-location {
  font-size: 13px;
  color: #666;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 500;
  display: inline-flex;
}

.author-location i {
  color: #0c7946;
  font-size: 12px;
}

.voice-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.voice-text {
  /* font-size: 15px; */
  line-height: 1.75;
  color: black;
  margin-bottom: 30px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}

.read-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  background: #19376D;
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  transition: all 0.3s ease;
  width: auto;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(25, 55, 109, 0.2);
}

.read-more-btn i {
  margin-left: 8px;
  font-size: 11px;
  transition: transform 0.3s;
}

.read-more-btn:hover {
  background: #0c7946;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(12, 121, 70, 0.25);
}

.read-more-btn:hover i {
  transform: translateX(3px);
}

/* Voice Modal */
.voice-modal-backdrop {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.voice-modal-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.voice-modal-content {
  background: white;
  width: 90%;
  max-width: 600px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
}

.voice-modal-backdrop.active .voice-modal-content {
  transform: translateY(0);
}

.voice-modal-header {
  background: linear-gradient(135deg, #19376D 0%, #0c7946 100%);
  color: white;
  padding: 20px;
  height: 80px;
  position: relative;
}

.voice-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: background 0.3s;
  z-index: 2;
}

.voice-modal-close:hover {
  background: rgba(255, 255, 255, 0.4);
}

.voice-modal-body {
  padding: 30px;
  max-height: 70vh;
  overflow-y: auto;
}

.voice-modal-image-wrapper {
  text-align: center;
  margin-top: -60px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.voice-modal-image {
  width: 100px;
  height: 100px;
  border-radius: 12px !important;
  border: 4px solid white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  background: #fff;
}

.voice-modal-title {
  font-family: Inter, Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #19376D;
  text-align: center;
}

.voice-modal-subtitle {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.voice-modal-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

/* Remove the duplicate quote mark from voice-text since we have quote-icon-large */
.voice-text::before {
  display: none;
}

.voice-author {
  margin-top: 0;
  padding: 0;
  margin-bottom: 8px;
  background: transparent;
  position: relative;
  text-align: center;
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  text-align: center;
  align-items: center;
}

.author-name {
  font-size: 16px;
  font-weight: 700;
  color: #0c7946;
  margin-bottom: 0px;
  font-family: Inter, Roboto, sans-serif !important;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
  line-height: 1.3;
  text-transform: none;
}

.voice-card:hover .author-name {
  color: #0c7946;
}

.author-location {
  font-size: 11px;
  color: #dc3545;
  margin: 0;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 1.2;
  font-weight: 600;
}

.author-location i {
  color: #dc3545;
  font-size: 18px;
  margin-right: 2px;
}

/* Animation for voice cards */
.voice-card-hidden {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.voice-card-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Voices from the Field Slide Animations (Similar to Expanding Our Footprint) */
.voice-slide-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.voice-slide-left.animate {
  opacity: 1;
  transform: translateX(0);
}

.voice-slide-right {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.voice-slide-right.animate {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive adjustments for slider */
@media (max-width: 992px) {
  .voices-slider-container {
    padding: 0 40px;
  }

  .voices-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .voices-arrow i {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .voices-slider-container {
    padding: 0 35px;
  }

  .voices-arrow {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .voices-arrow i {
    font-size: 18px;
  }
}

/* Ensure all voice cards have the same size */
.voices-row .voice-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.voices-row .voice-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.voices-row .voice-text {
  flex: 1;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .voices-section {
    padding: 70px 0;
  }

  .voices-section .section-headline h2 {
    font-size: 36px;
  }

  .voices-section .section-headline h2::after {
    width: 80px;
    height: 4px;
  }

  .voices-row {
    margin-top: 40px;
  }

  .voice-card {
    padding: 24px 20px;
    margin-bottom: 20px;
    border-radius: 14px;
  }

  .voice-text {
    font-size: 14px;
    line-height: 1.7;
    padding-left: 0;
    padding-top: 15px;
    margin-bottom: 18px;
  }

  .voices-slider-container {
    padding: 0 40px;
  }

  .quote-icon-large {
    font-size: 100px;
    top: 8px;
    left: 8px;
  }

  .author-name {
    font-size: 16px;
  }

  .author-location {
    font-size: 12px;
  }

  .quote-icon-small {
    width: 42px;
    height: 42px;
    top: 18px;
    right: 18px;
  }

  .quote-icon-small i {
    font-size: 20px;
  }

  .voice-author {
    padding: 18px 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -24px;
    border-radius: 0 0 14px 14px;
  }

  .author-location i {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .voices-section {
    padding: 60px 0;
  }

  .voices-section .section-headline h2 {
    font-size: 32px;
  }

  .voices-section .section-headline h2::after {
    width: 70px;
    height: 3px;
  }

  .voices-row {
    margin-top: 35px;
  }

  .voice-card {
    padding: 15px 12px;
    border-radius: 12px;
  }

  .voice-card:hover {
    transform: translateY(-6px) scale(1.01);
  }

  .voice-text {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 12px;
    padding-left: 0;
    padding-top: 10px;
  }

  .quote-icon-large {
    font-size: 90px;
    top: 6px;
    left: 6px;
  }

  .quote-icon-small {
    width: 40px;
    height: 40px;
    top: 16px;
    right: 16px;
  }

  .quote-icon-small i {
    font-size: 18px;
  }

  .author-name {
    font-size: 15px;
  }

  .author-location {
    font-size: 12px;
  }

  .author-location i {
    font-size: 16px;
  }

  .voice-author {
    padding: 10px 14px;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: -15px;
    border-radius: 0 0 12px 12px;
  }

  .voice-image {
    height: 90px;
    margin-bottom: 8px;
  }

  .voice-image img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 576px) {
  .voices-section {
    padding: 50px 0;
  }

  .voices-section .section-headline h2 {
    font-size: 28px;
  }

  .voices-section .section-headline h2::after {
    width: 60px;
    height: 3px;
  }

  .voice-card {
    padding: 16px 14px;
    border-radius: 12px;
  }

  .voice-text {
    font-size: 12.5px;
    line-height: 1.5;
    padding-left: 0;
    padding-top: 8px;
    margin-bottom: 10px;
  }

  .quote-icon-large {
    font-size: 80px;
    top: 5px;
    left: 5px;
  }

  .quote-icon-small {
    width: 36px;
    height: 36px;
    top: 14px;
    right: 14px;
  }

  .quote-icon-small i {
    font-size: 16px;
  }

  .author-name {
    font-size: 16px;
  }

  .author-location {
    font-size: 12px;
  }

  .author-location i {
    font-size: 14px;
  }

  .voice-author {
    padding: 12px 14px;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: -16px;
    border-radius: 0 0 12px 12px;
  }
}

/* Voices from the Field Slider Styles - Using awards slider structure */
#voicesSliderContainer {
  margin: 50px auto 0;
}

/* Style voice cards within slide2 */
#voicesSliderTrack .slide2 {
  background: transparent !important;
  padding: 0;
}

#voicesSliderTrack .slide2 .voice-card {
  width: 100%;
  height: 100%;
  min-height: 300px;
  margin: 0;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  position: relative;
}

#voicesSliderTrack .slide2 .voice-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #19376D 0%, #0B2447 100%);
  transition: width 0.4s ease;
  border-radius: 12px 0 0 12px;
}

#voicesSliderTrack .slide2:hover .voice-card {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

#voicesSliderTrack .slide2:hover .voice-card::before {
  width: 100%;
  opacity: 0.05;
  border-radius: 12px;
}

#voicesSliderTrack .slide2 .voice-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#voicesSliderTrack .slide2 .voice-text {
  flex: 1;
  margin-bottom: 15px;
}

#voicesSliderTrack .slide2 .voice-author {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* Adjust quote icons for slider */
#voicesSliderTrack .slide2 .quote-icon-large {
  font-size: 100px;
  top: 10px;
  left: 10px;
}

#voicesSliderTrack .slide2 .quote-icon-small {
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
}

/* Responsive adjustments for voices slider */
@media (max-width: 768px) {
  #voicesSliderContainer {
    padding: 15px 50px;
  }

  #voicesSliderTrack .slide2 {
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  #voicesSliderTrack .slide2 .voice-card {
    min-height: auto;
    padding: 12px;
  }
}

/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/
.suscribe-area {
  background: #3EC1D5 none repeat scroll 0 0;
  padding: 30px 0;
}

.suscribe-text {
  display: block;
  padding: 10px 0;
}

.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #3EC1D5;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.sus-btn:hover {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-area {
  height: auto;
  width: 100%;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.single-icon i {
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 50%;
  margin-bottom: 30px;
  color: #3EC1D5;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input,
.php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input:focus,
.php-email-form textarea:focus {
  border-color: #3EC1D5;
}

.php-email-form input {
  padding: 10px 15px;
}

.php-email-form textarea {
  padding: 12px 15px;
}

.php-email-form button[type=submit] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: black;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-area {
  height: auto;
  width: 100%;
}

.blog-text h4 a {
  color: black;
  text-decoration: none;
}

.blog-text h4 {
  color: black;
  margin-bottom: 15px;
}

.blog-btn {
  border-bottom: 1px dotted black;
  color: black;
  text-decoration: none;
}

.blog-btn {
  border-bottom: 1px dotted black;
  color: black;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}

.blog-btn {
  position: relative;
}

.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
  right: -30px;
}

.blog-btn:hover {
  color: black;
  text-decoration: none;
}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type>a,
.date-type,
.blog-meta span.comments-type {
  color: black;
  letter-spacing: 1px;
  margin-right: 5px;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.blog-content-right .comments-type>a,
.blog-content-right .date-type,
.blog-content-right .blog-meta span.comments-type,
.blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}

.single-blog .ready-btn {
  border: 1px solid black;
  border-radius: 30px;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
}

/*--------------------------------------------------------------
# Blog page
--------------------------------------------------------------*/
.page-area {
  position: relative;
}

.blog-page .banner-box {
  margin-bottom: 40px;
}

.search-option input {
  border: medium none;
  padding: 6px 15px;
  width: 80%;
}

.search-option {
  border: 1px solid #ccc;
  height: 42px;
  margin-bottom: 30px;
}

.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 8px 23px;
}

.search-option button:hover {
  color: #3EC1D5;
}

.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: black;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}

.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}

.left-blog ul li a {
  color: black;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}

.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}

.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

.post-img {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width: 35%;
}

.pst-content {
  display: inline-block;
  float: left;
  width: 65%;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
  color: #3EC1D5;
}

.blog-page .single-blog {
  margin-bottom: 40px;
}

.pst-content p a {
  color: black;
  font-size: 15px;
}

.header-bottom h1,
.header-bottom h2 {
  color: #fff;
}

.blog-tags {
  padding: 1px 0;
}

.left-blog li:last-child {
  border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
  color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
  padding: 0 10px;
}

.blog-1 .banner-box {
  margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
  border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
  padding: 3px 10px;
  width: auto;
}

.left-side-tags h4 {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.post-information h2 {
  color: #363636;
  font-size: 22px;
  text-transform: uppercase;
}

.post-information {
  padding: 20px 0;
}

.post-information .entry-meta span a {
  color: black;
  display: inline-block;
  padding: 10px 0;
}

.entry-meta span a:hover {
  color: #3EC1D5;
}

.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.post-information .entry-meta span i {
  padding: 0 10px;
}

.entry-content>p {
  color: black;
}

.entry-meta>span {
  color: black;
}

.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #3EC1D5;
  font-size: 17.5px;
  font-style: italic;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #3EC1D5;
  border-color: #3EC1D5;
  color: #fff;
  cursor: default;
  z-index: 3;
}

.social-sharing {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  margin: 30px 0;
}

.social-sharing>h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 20px 10px;
}

.sharing-icon {
  display: inline-block;
  float: right;
  padding: 13px 10px;
}

.sharing-icon a {
  border: 1px solid black;
  color: black;
  display: block;
  float: left;
  font-size: 18px;
  height: 34px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 34px;
}

.sharing-icon a:hover {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
}

.single-blog .author-avatar {
  float: left;
  margin-right: 10px;
}

.single-blog .author-description h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}


.single-post-comments {
  margin-bottom: 60px;
  max-width: 650px;
}

.comments-heading h3,
h3.comment-reply-title {
  border-bottom: 1px solid #e8e8e9;
  color: black;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.comments-list ul li {
  margin-bottom: 25px;
}

.comments-list-img {
  float: left;
  margin-right: 15px;
}

.comments-content-wrap {
  color: #42414f;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px 80px;
  padding: 10px;
  position: relative;
}

.author-avatar {
  display: inline-block;
  float: left;
  width: 10%;
}

.author-description h2 {
  color: black;
  font-size: 20px;
  text-transform: uppercase;
}

.author-description h2 a {
  color: #000;
}

.comments-content-wrap span b {
  margin-right: 5px;
}

span.post-time {
  margin-right: 5px;
}

.comments-content-wrap p {
  color: #909295;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}

li.threaded-comments {
  margin-left: 50px;
}

.comment-respond {
  margin-top: 60px;
}

span.email-notes {
  color: #42414f;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-respond p {
  color: black;
  margin-bottom: 5px;
}

.comment-respond input[type=text],
.comment-respond input[type=email] {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;
}

.comment-respond textarea#message-box {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  height: 130px;
  width: 100%;
}

.comment-respond input[type=submit] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #3EC1D5;
  border-radius: 20px;
  box-shadow: none;
  color: black;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 14px;
  margin-top: 20px;
  padding: 10px 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.comments-content-wrap span a {
  color: #000;
}

.comments-content-wrap span a:hover {
  color: #3EC1D5;
}

.comment-respond input[type=submit]:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
  background: #3EC1D5;
}

.single-blog .blog-pagination {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding-top: 30px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
  padding: 40px 0;
  background: #f9f9f9;
}

.footer-head p {
  color: black;
}

.footer-head h4 {
  color: black;
  font-size: 18px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #3EC1D5;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid black;
  color: black;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.footer-icons ul li a i {
  line-height: 0;
}

.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #3EC1D5;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  overflow: hidden;
}

.popular-tag ul li a:hover,
.footer-icons ul li a:hover {
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  color: #fff;
}

.popular-tag ul li a {
  border: 1px solid black;
  border-radius: 30px;
  color: black;
  font-size: 14px;
  display: block;
  font-weight: 600;
  margin: 5px 3px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
}

.footer-area-bottom {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 15px 0;
  margin-bottom: 20px;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #3EC1D5;
}

.copyright-text a {
  color: black;
}

/* Latest from ASA Footer Section */
.footer-latest-section {
  background: linear-gradient(to right, #19376D 0%, #19376D 25%, #4CAF50 25%, #4CAF50 100%);
  padding: 2px 0;
  border-top: 1px solid white;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
}

.footer-latest-label {
  background: #19376D;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-latest-label h3 {
  color: #4CAF50;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.1;
}

.footer-latest-content {
  background: #4CAF50;
  padding: 2px 20px;
  overflow: hidden;
  position: relative;
}

.latest-items-wrapper {
  display: flex;
  gap: 40px;
  animation: scrollLatest 30s linear infinite;
  white-space: nowrap;
}

.latest-item {
  color: #19376D;
  font-size: 14px;
  font-weight: 500;
  padding-right: 30px;
  display: inline-block;
  line-height: 1.1;
}

.latest-item::after {
  content: "•";
  color: #19376D;
  margin-left: 20px;
  font-weight: bold;
}

@keyframes scrollLatest {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Scrolling Registration Text */
.footer-scrolling-text {
  background: #19376D;
  padding: 12px 0;
  overflow: hidden;
  border-top: 1px solid rgba(76, 175, 80, 0.3);
}

.scrolling-marquee {
  display: flex;
  white-space: nowrap;
  animation: scrollMarquee 25s linear infinite;
}

.scrolling-marquee span {
  color: #4CAF50;
  font-size: 13px;
  font-weight: 500;
  padding: 0 50px;
  display: inline-block;
}

@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Add padding to main content to prevent content from being hidden behind fixed footer */
#main {
  padding-bottom: 40px;
}

/* Add gap between footer and Latest from ASA section */
footer .footer-area-bottom {
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-latest-section {
    background: #19376D;
    padding: 6px 0;
  }

  .footer-latest-label,
  .footer-latest-content {
    width: 100%;
    text-align: center;
  }

  .footer-latest-label {
    justify-content: center;
    padding: 6px 15px;
  }

  .footer-latest-label h3 {
    font-size: 14px;
  }

  .footer-latest-content {
    padding: 6px 15px;
  }

  .latest-items-wrapper {
    gap: 20px;
  }

  .latest-item {
    font-size: 11px;
    padding-right: 20px;
  }

  .scrolling-marquee span {
    font-size: 11px;
    padding: 0 20px;
  }

  body {
    padding-bottom: 40px;
  }
}

.copyright>p {
  margin-bottom: 0;
  color: black;
}

.copyright a,
.credits a {
  color: #3EC1D5;
}

.credits {
  padding-top: 5px;
  text-align: center;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1920px) {
  .work-right-text {
    padding: 150px 150px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
    padding: 146px 0;
  }

  .work-right-text {
    padding: 40px 0;
  }

  .work-right-text h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .layer-1-1 h2 {
    font-size: 24px;
  }

  .layer-1-2 h1 {
    font-size: 31px;
    line-height: 38px;
    padding: 0px 30px;
  }

  .tab-menu ul.nav li a {
    padding: 10px 16px;
  }

  .suscribe-input input {
    width: 60%;
  }

  .suscribe-input button {
    width: 40%;
  }

  .team-content.text-center>h4 {
    font-size: 20px;
  }

  .sus-btn {
    margin-left: 0;
  }

  .suscribe-text h3 {
    font-size: 16px;
    padding-right: 20px;
  }

  .work-right-text h5 {
    font-size: 14px;
    line-height: 22px;
  }

  .work-right-text {
    padding: 36px 0;
  }

  .work-right-text h2 {
    font-size: 14px;
    line-height: 22px;
  }

  .work-right-text .ready-btn {
    font-size: 13px;
    padding: 7px 20px;
    margin-top: 5px;
  }

  .single-awesome-portfolio {
    width: 33.33%;
  }

  .widget-product a img {
    display: block;
    float: none;
    width: 100%;
  }

  .widget-product .product-info {
    display: block;
    float: none;
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .map-column {
    margin-left: 0;
    padding-right: 40px;
  }

  .post-information .entry-meta {
    font-size: 13px;
    padding: 5px 0;
  }

  .post-information .entry-meta span a {
    padding: 4px 0;
  }

  .service-pic {
    margin-bottom: 30px;
    text-align: center;
  }

  .single-add-itms {
    width: 50%;
  }

  .left-sidebar-title>h4 {
    font-size: 18px;
  }

  .contact-form {
    margin-top: 0px;
  }

  .search-option input {
    width: 67%;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {
  .slider-area {
    margin-top: 60px;
  }

  .slider-content {
    padding: 80px 0;
  }

  .slider-content h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .slider-content h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .layer-1-3 a.ready-btn {
    padding: 8px 15px;
  }

  .section-headline h2 {
    font-size: 30px;
  }

  .well-middle .single-well {
    margin-top: 30px;
  }

  .single-skill {
    margin-bottom: 40px;
  }

  .tab-menu {
    margin-top: 30px;
  }

  .tab-menu ul.nav li a {
    padding: 8px 6px;
  }

  .wellcome-text {
    margin: 0px;
    padding: 70px 0px;
  }

  .subs-feilds {
    width: 100%;
  }

  .suscribe-input input {
    width: 60%;
  }

  .suscribe-input button {
    font-size: 15px;
    padding: 14px 10px;
    width: 40%;
  }

  .section-headline h3 {
    font-size: 25px;
  }

  .well-text>h2 {
    font-size: 18px;
  }

  .well-text p {
    display: none;
  }

  .single-team-member {
    margin-bottom: 30px;
  }

  .service-right {
    width: 100%;
  }

  .service-images:hover .overly-text {
    display: none;
  }

  .portfolio-area {
    padding-top: 0px;
  }

  .project-menu li a {
    padding: 8px 12px;
    margin: 10px 4px;
  }

  .pri_table_list {
    margin-bottom: 30px;
  }

  .single-awesome-project,
  .portfolio-2 .single-awesome-project {
    width: 100%;
    float: none;
  }

  .single-blog {
    margin-bottom: 30px;
  }

  .sus-btn {
    margin-left: 0;
    margin-top: 30px;
  }

  .contact-form {
    margin-top: 30px;
  }

  .head-team h5 {
    font-size: 22px;
  }

  .footer-content {
    margin-bottom: 30px;
  }

  .header-bottom h1 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .page-area .slider-content {
    padding: 500px 0;
  }

  .search-option input {
    width: 74%;
  }

  .header-bottom h2 {
    font-size: 20px;
    margin-bottom: 0;
  }

  li.threaded-comments {
    margin-left: 0;
  }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .submitbtn {
    float: none;
    width: 99.8%;
  }

  .icons-bottom ul li a {
    height: 40px;
    line-height: 37px;
    width: 40px;
  }

  .blog-post-dlc ul li {
    padding-left: 20px;
    padding-right: 20px;
  }

  .awesome-portfolio-content .portfolio-2 {
    width: 50%;
  }

  .gallary-details .single-awesome-portfolio {
    width: 50%;
  }

  .tab-menu ul.nav li a {
    padding: 8px 20px;
  }
}

@media (max-width: 575px) {
  .slider-content {
    padding: 0;
  }
}


/* left to right slider our impact*/

.carousel2 {
  max-width: 100%;
  margin: auto;

  position: relative;
}



.carousel2-control-prev-icon,
.carousel2-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 50%;
}

.slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
}

.logo {
  width: 150px;
  height: auto;
  margin-bottom: 5px;
}

.text {
  font-size: 18px;
  font-weight: bold;
  color: black;
}


.btn-primary {
  --bs-btn-color: black;
  --bs-btn-bg: gold;
  --bs-btn-border-color: #dcdee0;
  --bs-btn-hover-color: black;
  --bs-btn-hover-bg: none;
  --bs-btn-hover-border-color: #074727;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dcdee0;
  --bs-btn-active-border-color: none;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dcdee0;
  --bs-btn-disabled-border-color: #dcdee0;
  margin-top: 40px;
  margin-left: 10px;
  font-size: 12px
}

/* Responsive Design */
@media (max-width: 768px) {
  .logo {
    width: 120px;
  }

  .carousel {
    max-width: 100%;
  }
}



/* start css our partnor logo */

.container {
  width: 100%;
  margin: 0 auto;
}

#hero .carousel-container .container {
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
}

.logo-slider img {
  width: 140px;
  height: auto;
  padding: 5px;
}

.category-btn {
  margin: 5px;
}

.nav-btn {
  margin: 15px 10px;
  padding: 10px 25px;
  font-size: 16px;
  background-color: #e5ae09;
  color: rgb(255, 252, 252);
  border: none;
  border-radius: 20px;


  cursor: pointer;
  transition: 0.3s;
}

.nav-btn:hover {
  background-color: #db9b05;
}

.slick-prev,
.slick-next {
  color: #007bff !important;
  font-size: 20px !important;
}

.slick-prev:hover,
.slick-next:hover {
  color: #0056b3 !important;
}

.btn-secondary {
  --bs-btn-color: #0f0f0f;
  --bs-btn-bg: none;
  font-size: 25px;
  font-family: Inter, Roboto, sans-serif;
  font-weight: bold;
  --bs-btn-border-color: none;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #119874;
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

/* end css our partnor logo */

/* Responsive css our partnor logo */
@media (max-width: 768px) {
  .logo-slider img {
    width: 150px !important;
    max-width: 150px !important;
    height: auto;
    margin: 0 auto;
    display: block;
    object-fit: contain;
  }

  .logo-slider .slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
  }

  .logo-slider .slide img {
    margin: 0 auto;
  }

  .all-partners-section .row>div[class*="col-md-2"] {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }

  .all-partners-section .row>div[class*="col-md-2"] h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #19376D;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
  }

  .all-partners-section .row>div[class*="col-md-2"] h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #0c7946;
  }

  .all-partners-section .row>div[class*="col-md-10"] {
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }

  .all-partners-section .row>div[class*="col-md-10"] .logo-slider {
    margin: 0 auto;
    text-align: center;
  }

  .carousel {
    max-width: 100%;
  }

  .slider-arrow {
    display: none !important;
  }
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #afafaf;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
}

.left-arrow {
  left: -25px;
  /* adjust as needed */
}

.right-arrow {
  right: -25px;
  /* adjust as needed */
}

.slider-arrow:hover {
  background-color: #ddd;
}



/* +icon css */
.expand-container {
  border: 1px solid #ccc;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.expand-container:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.expand-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.expand-header h4 {
  margin: 0;
  color: black;
}

.plus-icon {
  font-size: 24px;
  color: #646668;
  transition: 0.3s;
}

.plus-icon:hover {
  color: #13161a;
}

.hidden-content {
  display: none;
  padding: 15px 0;
  transition: all 0.5s ease;
}

.hidden-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 5px;
}

.hidden-content p {
  color: black;
  line-height: 1.6;
}


/* Team member */





/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
#thematicbg {

  width: 100%;
  min-height: 600px;
  background-size: cover;
  background-attachment: fixed;
  color: rgb(5, 28, 83);
  text-align: center;
  margin: 0px;
  margin-top: 40px;

}



.team .team-member {
  /* background-color: var(--surface-color); */
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 95px 15px 95px 15px;
  transition: 0.5s;
  padding: 30px;
  height: 100%;
  background-color: #64644c;
  /* black with 50% transparency */
}

.team .team-member .btn {
  background-color: rgb(118, 118, 82);
  margin-top: 20px;
  font-size: 12px;
}

@media (max-width: 468px) {
  .team .team-member {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }
}

.team .team-member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  flex-shrink: 0;
}

.team .team-member .pic img {
  transition: ease-in-out 0.3s;
}

.team .team-member:hover {
  transform: translateY(-10px);
}

.team .team-member .member-info {
  padding-left: 30px;
}

@media (max-width: 468px) {
  .team .team-member .member-info {
    padding: 30px 0 0 0;
    text-align: center;
  }
}

.team .team-member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 14px;
  color: white;
}

.team .team-member span {
  display: block;
  font-size: 12px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
  color: white;
}

.team .team-member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 85%);
  bottom: 0;
  left: 0;
  color: white;
}

@media (max-width: 468px) {
  .team .team-member span::after {
    left: calc(50% - 25px);
    color: white;
  }
}

.team .team-member p {

  font-size: 12px;
  margin-left: -145px;
  margin-top: 40px;
  text-align: left;
  color: white;
}

@media (max-width: 468px) {
  .team .team-member p {
    font-size: 13px;
    margin-left: 10px;
    margin-top: 40px;
    color: white;
  }
}


.team .team-member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

@media (max-width: 468px) {
  .team .team-member .social {
    justify-content: center;
  }
}

.team .team-member .social a {
  background: color-mix(in srgb, var(--default-color), transparent 94%);
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 36px;
  height: 36px;
}

.team .team-member .social a i {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 16px;
  margin: 0 2px;
}

.team .team-member .social a:hover {
  background: var(--accent-color);
}

.team .team-member .social a:hover i {
  color: var(--contrast-color);
}

.team .team-member .social a+a {
  margin-left: 8px;
}


.team .team-member .pic1 {
  overflow: hidden;
  width: 500px;
  height: auto;
  border-radius: 2%;
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 10px;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 768px) {
  .team-member {
    flex-direction: column;
    text-align: left;
  }

  .team-member .pic1,
  .member-info {
    max-width: 100%;
  }

  .member-info {
    padding-top: 10px;
  }
}

/* team1 css */

#team1 {
  background-color: #e7f8f1;
  padding-bottom: 40px;
  margin-top: 40px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  overflow: visible !important;
  min-height: 300px !important;
  position: relative !important;
}

/* Ensure all children are visible - CRITICAL for mobile */
#team1 h2,
#team1 p,
#team1 img,
#team1 .pic,
#team1 .member-info,
#team1 h4,
#team1 span {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}

#team1 span {
  display: inline-block !important;
}

#team1 img {
  display: block !important;
}

/* Force section title to be visible */
#team1 .section-title {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
}

/* Force containers to be visible */
#team1 .container,
#leadership .container {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
}

/* Force rows to be visible */
#team1 .row,
#leadership .row {
  display: flex !important;
  flex-wrap: wrap !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
}

/* Force columns to be visible */
#team1 .col-lg-3,
#leadership .col-lg-3 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Force team member cards to be visible */
#team1 .team-member1,
#leadership .team-member1 {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
}

/* Override any display:none on mobile */
@media (max-width: 768px) {

  /* Override AOS animations on mobile - CRITICAL for Governance section */
  #team1,
  #team1[data-aos],
  #team1 [data-aos],
  #team1 .section-title,
  #team1 .section-title[data-aos],
  #team1 .col-lg-3[data-aos],
  #team1 .team-member1[data-aos] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  #team1,
  #team1 *,
  #team1 .container,
  #team1 .row,
  #team1 .col-lg-3,
  #team1 .team-member1,
  #team1 .section-title,
  #team1 h2,
  #team1 p,
  #leadership,
  #leadership *,
  #leadership .container,
  #leadership .row,
  #leadership .col-lg-3,
  #leadership .team-member1,
  #leadership .section-title,
  #leadership h2,
  #leadership p {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #team1 .row,
  #leadership .row {
    display: flex !important;
  }

  #team1 .team-member1,
  #leadership .team-member1 {
    display: flex !important;
  }
}


#team1 .member-info .btn {
  font-size: 12px;
  line-height: 25px;
  color: black;
  text-align: left;
  display: inline-block;
  margin-top: 10px;
  margin-left: 0;
  background-color: gold;
  border: none;
  border-radius: 4px;
  padding: 6px 16px;
  transition: all 0.3s ease;
}

#team1 .member-info .btn:hover {
  font-size: 12px;
  line-height: 25px;
  color: #054419;
  text-align: left;
  background-color: transparent;
  border: 1px solid #054419;
  transform: translateY(-2px);
}

#team1 .collapse p {
  padding: 15px 0;
  border-radius: 5px;
  margin-top: 15px;
  margin-left: 0;
  line-height: 1.6;
  color: black;
}

.team .team-member1 {
  background-color: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  border-radius: 12px;
  transition: all 0.5s ease;
  padding: 30px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  overflow: hidden;
  /* border: 2px solid #54B435; */
}

/* Default hover effect - subtle lift */
.team .team-member1:not(#team1 .team-member1):hover {
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}


/* Default state - show image and basic info */
.team .team-member1 .member-info {
  transition: all 0.5s ease;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
}

/* Disable hover effects for Governance members - use click-based modals instead */
#team1 .governance-member,
#leadership .governance-member {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(5, 68, 25, 0.1);
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
}

/* Always hide collapse/details for Governance members - only show in popup */
#team1 .governance-member .member-info .collapse,
#leadership .governance-member .member-info .collapse {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

#team1 .governance-member .member-info .collapse p,
#leadership .governance-member .member-info .collapse p {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

#team1 .governance-member:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
}

#team1 .governance-member:active {
  transform: translateY(-2px);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

#team1 .governance-member:hover .pic {
  display: block;
}

#team1 .governance-member:hover .member-info {
  padding: 0;
  height: auto;
  overflow: visible;
}

#team1 .governance-member:hover .member-info::before,
#team1 .governance-member:hover .member-info::after {
  display: none !important;
  content: none !important;
}

#team1 .governance-member:hover .member-info h4 {
  color: black !important;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  padding-top: 0;
  font-weight: 600;
}

#team1 .governance-member:hover .member-info span {
  color: black !important;
  text-align: center;
  margin: 0 auto;
  display: block;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 14px;
  width: auto;
}

#team1 .governance-member:hover .member-info .collapse {
  display: none !important;
}

#team1 .governance-member:hover .member-info .collapse p {
  display: none !important;
}

/* Hover state - transform to dark green top section - keep for non-governance members */
#team1 .team-member1:not(.governance-member):hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
  padding: 0;
  flex-direction: column;
  border: none;
  background-color: transparent;
}

#team1 .team-member1:not(.governance-member):hover .pic {
  display: none;
}

#team1 .team-member1:not(.governance-member):hover .member-info {
  padding: 0;
  height: auto;
  min-height: 450px;
  overflow: visible;
}

#team1 .team-member1:not(.governance-member):hover {
  height: auto;
  min-height: 450px;
}

/* Dark green top section background on hover - take more space, adjust dynamically */
#team1 .team-member1:not(.governance-member):hover .member-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100% - 50px);
  background-color: #054419;
  z-index: 0;
  border-radius: 8px 8px 0 0;
}

/* White bottom section background on hover - very small height */
#team1 .team-member1:not(.governance-member):hover .member-info::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #ffffff;
  z-index: 1;
  border-radius: 0 0 8px 8px;
}

/* Name in dark green top section on hover - override default green */
#team1 .team-member1:not(.governance-member):hover .member-info h4 {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
  padding-top: 30px;
  font-weight: 600;
  order: 1;
  margin-top: 0;
}

/* Role button in dark green section on hover - override default green */
#team1 .team-member1:not(.governance-member):hover .member-info span {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
  text-align: center;
  margin: 0 auto 20px auto;
  display: inline-block;
  background-color: #0c7946;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 13px;
  width: auto;
  order: 2;
  margin-bottom: 20px;
}

#team1 .team-member1:not(.governance-member):hover .member-info span::after {
  display: none;
}

/* Hide button always */
#team1 .team-member1 .member-info .btn {
  display: none !important;
}

/* Biography in dark green section on hover - always show on hover */
#team1 .team-member1:not(.governance-member):hover .member-info .collapse {
  position: relative;
  z-index: 1;
  display: block !important;
  height: auto !important;
  max-height: none !important;
  padding: 0 30px 20px 30px;
  order: 3;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible;
  margin-top: 0;
}

/* Force collapse to show on hover - override Bootstrap */
#team1 .team-member1:not(.governance-member):hover .member-info .collapse:not(.show) {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#team1 .team-member1:not(.governance-member):hover .member-info .collapse p {
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  display: block;
  white-space: normal;
  word-wrap: break-word;
}

/* White section - show name and role only once */
#team1 .team-member1:not(.governance-member):hover .member-info {
  position: relative;
}


/* White section - show name and role only once */
#team1 .team-member1 .member-info {
  position: relative;
}

/* Name in white section - using h4::after (only once) */
/* Name in white section - Governance - DISABLED to prevent duplicates */
#team1 .team-member1:not(.governance-member):hover .member-info h4::after {
  display: none !important;
  content: none !important;
}

/* Role in white section - Governance - DISABLED to prevent duplicates */
#team1 .team-member1:not(.governance-member):hover .member-info span::before {
  display: none !important;
  content: none !important;
}




@media (max-width: 768px) {

  /* Fix Leadership section-title layout in mobile */
  #leadership .section-title,
  #leadership .container.section-title {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
  }

  #leadership .section-title h2,
  #leadership .section-title p,
  #leadership .container.section-title h2,
  #leadership .container.section-title p {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .team .team-member1 {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
  }

  .team .team-member1 .member-info {
    align-items: center;
  }

  .team .team-member1 .member-info h4,
  .team .team-member1 .member-info span {
    text-align: center;
  }

  /* Reduce width of Governance cards in mobile view and center them */
  #team1 .container,
  #leadership .container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  #team1 .row,
  #leadership .row {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    width: 100% !important;
  }

  /* Governance - increased width */
  #team1 .col-lg-3 {
    max-width: 88% !important;
    width: 88% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    flex: 0 0 88% !important;
    display: flex !important;
    justify-content: center !important;
  }

  /* Leadership - increased width */
  #leadership .col-lg-3 {
    max-width: 87% !important;
    width: 87% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    flex: 0 0 87% !important;
    display: flex !important;
    justify-content: center !important;
  }

  #team1 .team-member1,
  #leadership .team-member1 {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    border-radius: 38px !important;
  }

  /* Hide collapse/details for governance members on mobile - only show in popup */
  #team1 .governance-member .member-info .collapse {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  #team1 .governance-member .member-info .collapse p {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}


@media (max-width: 468px) {

  /* Reduce width of Governance cards in small mobile view and center them */
  #team1 .container,
  #leadership .container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  #team1 .row,
  #leadership .row {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    width: 100% !important;
  }

  /* Governance - increased width */
  #team1 .col-lg-3 {
    max-width: 88% !important;
    width: 88% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    flex: 0 0 88% !important;
    display: flex !important;
    justify-content: center !important;
  }

  /* Leadership - increased width */
  #leadership .col-lg-3 {
    max-width: 87% !important;
    width: 87% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    flex: 0 0 87% !important;
    display: flex !important;
    justify-content: center !important;
  }

  #team1 .team-member1,
  #leadership .team-member1 {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    border-radius: 38px !important;
  }

  /* Hide collapse/details for governance members on mobile - only show in popup */
  #team1 .governance-member .member-info .collapse,
  #leadership .governance-member .member-info .collapse {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  #team1 .governance-member .member-info .collapse p,
  #leadership .governance-member .member-info .collapse p {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  #team1 .collapse p {
    border-radius: 5px;
    padding: 15px 0;
    margin-top: 15px;
    margin-left: 0;
  }

  #team1 .member-info .btn {
    font-size: 12px;
    line-height: 25px;
    color: black;
    text-align: left;
    display: inline-block;
    background-color: gold;
    margin-top: 10px;
    margin-left: 0;
    padding: 6px 16px;
  }

  #team1 .member-info .btn:hover {
    font-size: 12px;
    line-height: 25px;
    color: #054419;
    text-align: left;
    margin-left: 0;
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid #054419;
  }
}


/* Governance Modal Styles - Transparent Popup */
.governance-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
  -webkit-overflow-scrolling: touch;
  touch-action: manipulation;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.governance-modal-content {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin: auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: slideUp 0.3s ease;
  -webkit-overflow-scrolling: touch;
  touch-action: manipulation;
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.governance-modal-close {
  color: black;
  float: right;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  z-index: 10001;
  transition: color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
}

.governance-modal-close:hover,
.governance-modal-close:focus {
  color: #054419;
  text-decoration: none;
}

.governance-modal-body {
  padding: 40px 35px 35px 35px;
  color: black;
}

.governance-modal-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(5, 68, 25, 0.2);
}

.governance-modal-image {
  flex-shrink: 0;
}

.governance-modal-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
}

.governance-modal-name-role {
  flex: 1;
}

.governance-modal-body h3 {
  color: #054419;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: left;
  font-family: Inter, Roboto, sans-serif;
}

.governance-modal-role {
  color: black;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  font-style: italic;
  padding-bottom: 0;
  border-bottom: none;
}

.governance-modal-details {
  color: black;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  font-family: Inter, Roboto, sans-serif;
  margin: 0;
}

/* Responsive styles for Governance Modal */
@media (max-width: 768px) {
  .governance-modal {
    padding: 10px;
    align-items: center;
    justify-content: center;
  }

  .governance-modal-content {
    width: 85%;
    max-width: 500px;
    margin: auto;
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .governance-modal-body {
    padding: 30px 25px 25px 25px;
  }

  .governance-modal-header {
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    flex-wrap: nowrap;
  }

  .governance-modal-image {
    flex-shrink: 0;
  }

  .governance-modal-image img {
    width: 70px;
    height: 70px;
  }

  .governance-modal-body h3 {
    font-size: 22px;
    line-height: 1.3;
  }

  .governance-modal-role {
    font-size: 15px;
  }

  .governance-modal-details {
    font-size: 15px;
    line-height: 1.7;
  }

  .governance-modal-close {
    font-size: 36px;
    right: 15px;
    top: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 0;
    line-height: 1;
  }
}

@media (max-width: 480px) {
  .governance-modal {
    padding: 5px;
    align-items: center;
    justify-content: center;
  }

  .governance-modal-content {
    width: 90%;
    max-width: 400px;
    margin: auto;
    max-height: 95vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
  }

  .governance-modal-body {
    padding: 25px 20px 20px 20px;
  }

  .governance-modal-header {
    gap: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .governance-modal-image {
    flex-shrink: 0;
  }

  .governance-modal-image img {
    width: 60px;
    height: 60px;
    border-width: 2px;
  }

  .governance-modal-name-role {
    flex: 1;
    min-width: 0;
  }

  .governance-modal-body h3 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.3;
    word-wrap: break-word;
  }

  .governance-modal-role {
    font-size: 14px;
    line-height: 1.4;
  }

  .governance-modal-details {
    font-size: 14px;
    line-height: 1.6;
  }

  .governance-modal-close {
    font-size: 32px;
    right: 10px;
    top: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 0;
    line-height: 1;
  }
}

/* Governance heading - green and bold */
#team1 .container h2 {
  padding-top: 25px;
  color: #054419 !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  margin-bottom: 20px;
}

/* Governance paragraph text - bigger and beautiful font */
#team1 .container p {
  margin-bottom: 40px;
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: black;
  font-family: Inter, Roboto, sans-serif;
  font-weight: 400;
  text-align: left;
}

/* Governance boxes - green vertical stripe on left side */
#team1 .team-member1 {
  position: relative;
  padding-left: 8px;
}

#team1 .team-member1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #64644c;
  border-radius: 0 4px 4px 0;
  z-index: 1;
}

/* Default state - photo styling - beautiful design */
.team .team-member1 .pic {
  overflow: hidden;
  width: 160px;
  min-width: 160px;
  height: 160px;
  border-radius: 0 !important;
  flex-shrink: 0;
  margin: 0 auto;
  position: relative;
  /* border: 4px solid #54B435; */
  box-shadow: 0px 4px 15px rgba(5, 68, 25, 0.15);
  transition: all 0.4s ease;
}

.team .team-member1:hover .pic {
  border-color: #54B435;
  box-shadow: 0px 6px 20px rgba(84, 180, 53, 0.4);
  transform: scale(1.05);
}

.team .team-member1 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out 0.4s;
  filter: brightness(1) contrast(1);
}

.team .team-member1:hover .pic img {
  filter: brightness(1.05) contrast(1.05);
}

.team .team-member1:hover {
  transform: translateY(-10px);
}

.team .team-member .member-info {
  padding-left: 30px;
}

.team .team-member1 .member-info {
  padding-left: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media (max-width: 468px) {
  .team .team-member1 .member-info {
    padding: 15px 0 0 0;
    text-align: center;
    align-items: center;
  }
}

/* Default state - name and position in green - beautiful styling */
.team .team-member1 h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 19px;
  color: #054419;
  margin-top: 5px;
  line-height: 1.4;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
}

.team .team-member1:hover h4 {
  color: #054419;
}

.team .team-member1 span {
  display: inline-block;
  font-size: 15px;
  padding: 6px 16px;
  position: relative;
  font-weight: 600;
  color: #0c7946;
  background-color: #e7f8f1;
  border-radius: 20px;
  margin-top: 5px;
  transition: all 0.3s ease;
  letter-spacing: 0.2px;
}

.team .team-member1:hover span {
  background-color: #d4f0e3;
  transform: translateY(-2px);
}

/* Remove underline in default state */
.team .team-member1 span::after {
  display: none;
}

@media (max-width: 468px) {
  .team .team-member span::after {
    left: calc(50% - 25px);
    color: rgb(7, 1, 1);
  }
}

.team .team-member1 p {
  font-size: 14px;
  margin-left: 0;
  margin-top: 15px;
  text-align: left;
  color: black;
  line-height: 1.6;
}

@media (max-width: 700px) {
  .team .team-member1 p {
    font-size: 13px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    color: black;
  }
}


.team .team-member1 .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

@media (max-width: 468px) {
  .team .team-member1 .social {
    justify-content: center;
  }
}

.team .team-member1 .social a {
  background: color-mix(in srgb, var(--default-color), transparent 94%);
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 36px;
  height: 36px;
}

.team .team-member1 .social a i {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 16px;
  margin: 0 2px;
}

.team .team-member1 .social a:hover {
  background: var(--accent-color);
}

.team .team-member1 .social a:hover i {
  color: var(--contrast-color);
}

.team .team-member1 .social a+a {
  margin-left: 8px;
}


.team .team-member1 .pic1 {
  overflow: hidden;
  width: 500px;
  height: auto;
  border-radius: 2%;
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 10px;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 768px) {
  .team-member1 {
    flex-direction: column;
    text-align: left;
  }

  .team-member1 .pic1,
  .member-info {
    max-width: 100%;
  }

  .member-info {
    padding-top: 10px;
  }
}

/* Governance boxes - reduce width and center them on desktop */
@media (min-width: 993px) {
  #team1 .container {
    display: flex;
    justify-content: center;
  }

  #team1 .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  #team1 .col-lg-3,
  #leadership .col-lg-3 {
    max-width: 260px;
    flex: 0 0 260px;
    margin: 15px 15px;
  }
}

/* Governance Section Mobile Responsive Styles */
@media (max-width: 992px) {

  /* Ensure section is visible */
  #team1 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Section title container */
  #team1 .section-title,
  #leadership .section-title {
    display: block !important;
    width: 100%;
    padding: 0 15px;
  }

  /* Governance heading responsive */
  #team1 .container h2,
  #leadership .container h2,
  #leadership .section-title h2 {
    font-size: 32px !important;
    padding-top: 30px;
    margin-bottom: 20px;
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    float: none !important;
  }

  /* Governance paragraph responsive */
  #team1 .container p,
  #leadership .container p,
  #leadership .section-title p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-bottom: 30px;
    padding: 0 15px;
    display: block !important;
    text-align: left;
    width: 100% !important;
    float: none !important;
  }

  /* Ensure section-title container stacks properly in mobile */
  #leadership .section-title,
  #leadership .container.section-title {
    display: block !important;
    width: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    flex-wrap: wrap !important;
  }

  #leadership .section-title h2,
  #leadership .section-title p,
  #leadership .container.section-title h2,
  #leadership .container.section-title p {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Ensure cards stack properly */
  #team1 .row.gy-4,
  #leadership .row.gy-4 {
    margin: 0;
    display: flex !important;
    flex-wrap: wrap;
  }

  #team1 .col-lg-3,
  #leadership .col-lg-3 {
    margin-bottom: 20px;
    padding: 0 15px;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  /* Team member cards mobile */
  #team1 .team-member1 {
    padding: 20px 15px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Photo sizing on mobile - Governance */
  #team1 .team-member1 .pic {
    width: 100px !important;
    min-width: 100px !important;
    height: 100px !important;
    margin-bottom: 5px !important;
  }

  /* Photo sizing on mobile - Leadership */
  #leadership .team-member1 .pic {
    width: 250px;
    min-width: 250px;
    height: 360px;
    margin-bottom: 25px;
    border-radius: 0 !important;
  }

  /* Member info mobile */
  #team1 .team-member1 .member-info {
    padding: 0;
    text-align: center;
    width: 100%;
  }

  /* Name mobile */
  .team .team-member1 h4 {
    font-size: 17px;
    margin-bottom: 8px;
  }

  /* Role badge mobile */
  .team .team-member1 span {
    font-size: 13px;
    padding: 5px 12px;
    margin-top: 5px;
  }

  /* Collapse text mobile */
  #team1 .collapse p {
    font-size: 14px;
    line-height: 1.6;
    padding: 10px 0;
    text-align: left;
  }
}

@media (max-width: 768px) {

  /* Ensure section is visible */
  #team1 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding-bottom: 30px;
    margin-top: 30px;
    min-height: 200px !important;
    height: auto !important;
  }

  /* Section title container mobile */
  #team1 .section-title {
    display: block !important;
    width: 100%;
    padding: 0 10px;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Governance heading mobile */
  #team1 .container h2,
  #leadership .container h2,
  #leadership .section-title h2 {
    font-size: 28px !important;
    padding-top: 25px;
    margin-bottom: 15px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-align: center !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }

  /* Governance paragraph mobile */
  #team1 .container p,
  #leadership .container p,
  #leadership .section-title p {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 25px;
    padding: 0 10px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-align: left;
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }

  /* Ensure section-title container stacks properly in mobile */
  #leadership .section-title,
  #leadership .container.section-title {
    display: block !important;
    width: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    flex-wrap: wrap !important;
  }

  /* Container padding mobile */
  #team1 .container {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Row mobile */
  #team1 .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Column mobile - stack to single column */
  /* Governance - increased width */
  #team1 .col-lg-3 {
    flex: 0 0 88% !important;
    max-width: 88% !important;
    width: 88% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-bottom: 5px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Leadership - increased width */
  #leadership .col-lg-3 {
    flex: 0 0 87% !important;
    max-width: 87% !important;
    width: 87% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-bottom: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #team1 .team-member1,
  #leadership .team-member1 {
    border-radius: 38px !important;
  }

  /* Team member cards - ensure they're visible on mobile */
  #team1 .team-member1,
  #leadership .team-member1 {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    padding: 20px 15px !important;
    margin-bottom: 20px !important;
    background-color: #ffffff !important;
    position: relative !important;
    border-radius: 38px !important;
  }

  /* Disable hover effects on mobile - show normal state */
  #team1 .team-member1:hover {
    transform: none !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08) !important;
    padding: 20px 15px !important;
    background-color: #ffffff !important;
    min-height: auto !important;
    height: auto !important;
  }

  #team1 .team-member1:hover .pic {
    display: block !important;
    visibility: visible !important;
  }

  #team1 .team-member1:hover .member-info {
    padding: 0 !important;
    min-height: auto !important;
    height: auto !important;
    background-color: transparent !important;
  }

  #team1 .team-member1:hover .member-info::before,
  #team1 .team-member1:hover .member-info::after {
    display: none !important;
  }

  #team1 .team-member1:hover .member-info h4 {
    color: #054419 !important;
    font-size: 19px !important;
    padding-top: 0 !important;
  }

  #team1 .team-member1:hover .member-info span {
    color: #0c7946 !important;
    background-color: #e7f8f1 !important;
  }

  #team1 .team-member1:hover .member-info .collapse {
    display: none !important;
  }

  /* Photo sizing on small mobile - Governance */
  #team1 .team-member1 .pic {
    width: 100px !important;
    min-width: 100px !important;
    height: 100px !important;
    margin-bottom: 5px !important;
  }

  /* Photo sizing on small mobile - Leadership */
  #leadership .team-member1 .pic {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-bottom: 12px;
  }

  /* Name mobile small */
  .team .team-member1 h4 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  /* Role badge mobile small */
  .team .team-member1 span {
    font-size: 12px;
    padding: 4px 10px;
    margin-top: 4px;
  }

  /* Collapse text mobile small */
  #team1 .collapse p {
    font-size: 13px;
    line-height: 1.5;
    padding: 8px 0;
  }
}

@media (max-width: 480px) {

  /* Governance heading extra small mobile */
  #team1 .container h2,
  #leadership .container h2,
  #leadership .section-title h2 {
    font-size: 24px !important;
    padding-top: 20px;
    margin-bottom: 12px;
    display: block !important;
    visibility: visible !important;
    text-align: center !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }

  /* Governance paragraph extra small mobile */
  #team1 .container p,
  #leadership .container p,
  #leadership .section-title p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 20px;
    padding: 0 5px;
    display: block !important;
    visibility: visible !important;
    text-align: left;
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }

  /* Ensure section-title container stacks properly in extra small mobile */
  #leadership .section-title,
  #leadership .container.section-title {
    display: block !important;
    width: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    flex-wrap: wrap !important;
  }

  #leadership .section-title h2,
  #leadership .section-title p,
  #leadership .container.section-title h2,
  #leadership .container.section-title p {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Section padding extra small */
  #team1 {
    padding-bottom: 25px;
    margin-top: 25px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 150px !important;
  }

  /* Container mobile */
  #team1 .container {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: auto;
    margin-right: auto;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Row mobile */
  #team1 .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Team member cards extra small */
  #team1 .team-member1,
  #leadership .team-member1 {
    padding: 15px 10px !important;
    margin-bottom: 12px !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    background-color: transparent !important;
    border-radius: 0 !important;
  }

  /* Photo sizing on extra small mobile - Governance */
  #team1 .team-member1 .pic {
    width: 90px !important;
    min-width: 90px !important;
    height: 90px !important;
    margin-bottom: 5px !important;
    display: block !important;
    visibility: visible !important;
  }

  /* Photo sizing on extra small mobile - Leadership */
  #leadership .team-member1 .pic {
    width: 90px !important;
    min-width: 90px !important;
    height: 90px !important;
    margin-bottom: 10px;
    display: block !important;
    visibility: visible !important;
  }

  /* Name extra small mobile */
  .team .team-member1 h4 {
    font-size: 15px !important;
    margin-bottom: 5px;
    display: block !important;
    visibility: visible !important;
    color: #054419 !important;
  }

  /* Role badge extra small mobile */
  .team .team-member1 span {
    font-size: 11px !important;
    padding: 3px 8px !important;
    margin-top: 3px;
    display: inline-block !important;
    visibility: visible !important;
  }

  /* Collapse text extra small mobile */
  #team1 .collapse p {
    font-size: 12px;
    line-height: 1.4;
    padding: 6px 0;
  }

  /* Ensure proper column stacking */
  #team1 .col-lg-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Disable all hover effects on small mobile */
  #team1 .team-member1:hover {
    transform: none !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08) !important;
    padding: 15px 10px !important;
    background-color: #ffffff !important;
    min-height: auto !important;
    height: auto !important;
  }

  #team1 .team-member1:hover .pic {
    display: block !important;
    visibility: visible !important;
  }

  #team1 .team-member1:hover .member-info {
    padding: 0 !important;
    min-height: auto !important;
    height: auto !important;
    background-color: transparent !important;
  }

  #team1 .team-member1:hover .member-info::before,
  #team1 .team-member1:hover .member-info::after {
    display: none !important;
  }

  #team1 .team-member1:hover .member-info h4 {
    color: #054419 !important;
    font-size: 15px !important;
    padding-top: 0 !important;
  }

  #team1 .team-member1:hover .member-info span {
    color: #0c7946 !important;
    background-color: #e7f8f1 !important;
  }

  #team1 .team-member1:hover .member-info .collapse {
    display: none !important;
  }
}


/* Old leadership section overrides removed to use Governance UI */






/* social icon css */

.social-icons {
  display: flex !important;
  gap: 10px;
  margin-left: 20px;
  align-items: center;
  flex-wrap: nowrap;
}

.social-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  color: #fff !important;
  font-size: 14px;
  transition: 0.3s;
  text-decoration: none;
  box-shadow: none;
  backdrop-filter: none;
}

.social-icon:hover {
  background: #0c712e;
  color: #fff !important;
  transform: none;
  box-shadow: none;
}

/* Platform-specific brand colors with gradients */
.social-icon.facebook {
  background: linear-gradient(135deg, #1877f2, #0d5fbd);
}

.social-icon.instagram {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-icon.twitter {
  background: linear-gradient(135deg, #1da1f2, #0d8bd9);
}

.social-icon.linkedin {
  background: linear-gradient(135deg, #0077b5, #005885);
}

.social-icon.youtube {
  background: linear-gradient(135deg, #ff0000, #cc0000);
}

.social-icon.whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
}

/* Hover effects */
.social-icon:hover {
  transform: translateY(-3px);
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.social-icon.facebook:hover,
.social-icon.instagram:hover,
.social-icon.twitter:hover,
.social-icon.linkedin:hover,
.social-icon.youtube:hover,
.social-icon.whatsapp:hover {
  /* Keep brand background on hover or darken slightly */
  filter: brightness(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.social-icon.youtube:hover {
  box-shadow: 0 6px 20px rgba(255, 0, 0, 0.5);
}

.social-icon.whatsapp:hover {
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

/* Active state */
.social-icon:active {
  transform: translateY(-1px) scale(1.05);
}

/* Ripple effect on click */
.social-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.social-icon:active::before {
  width: 100px;
  height: 100px;
}

/* Responsive Design - Tablet */
@media (max-width: 1024px) {
  .social-icons {
    gap: 8px;
  }

  .social-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

/* Responsive Design - Mobile Landscape */
@media (max-width: 768px) {
  .social-icons {
    gap: 7px;
  }

  .social-icon {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
}

/* Responsive Design - Mobile Portrait */
@media (max-width: 600px) {
  .social-icons {
    gap: 6px;
    justify-content: center;
  }

  .social-icon {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
}

/* Responsive Design - Small Mobile */
@media (max-width: 480px) {
  .social-icons {
    gap: 5px;
    justify-content: center;
  }

  .social-icon {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }

  .social-icon:hover {
    transform: translateY(-2px) scale(1.1);
  }
}

/* Responsive Design - Extra Small Mobile */
@media (max-width: 360px) {
  .social-icons {
    gap: 4px;
  }

  .social-icon {
    width: 22px;
    height: 22px;
    font-size: 10px;
  }
}


/* 
.water-issues-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.water-issues-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px 30px;
  list-style-type: disc;
  padding-left: 20px;
}

.water-issues-list li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  
}

.water-issues-list ul a {
  text-decoration: none;
}
*/

/* start Time line css */

#asastory {
  width: 100%;
  min-height: 600px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: rgb(5, 28, 83);
  text-align: center;
  margin: 0px;
  margin-top: 30px;
  position: relative;
}

#asastory::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 0;
}

#asastory .container,
#asastory .timeline {
  position: relative;
  z-index: 1;
}

.timeline {
  position: relative;
  padding: 60px 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #64644c;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  box-shadow: 0 0 10px rgba(9, 116, 44, 0.3);
}



.timeline-item {
  position: relative;
  margin-bottom: 80px;
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.timeline-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: #ffffff;
  /* White background for icons */
  border: 3px solid #2e261d !important;
  ;
  /* Green outline */
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0 4px 15px rgba(12, 121, 70, 0.4);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.timeline-icon:hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(12, 121, 70, 0.6);
}

.timeline-icon i {
  color: #6a543c !important;
  /* Blue color for icons */
  font-size: 24px;
}

.timeline-icon img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;

}

.timeline .content {
  background-color: #64644c;
  /* Green color with transparency */
  padding: 20px;
  border-radius: 10px 15px 95px 15px;
  box-shadow: 0 4px 15px rgba(9, 116, 44, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline .content:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(9, 116, 44, 0.5);
}

.timeline .content h5 {
  font-family: Inter, Roboto, sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  /* White color for year */
  margin-bottom: 15px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.timeline .content p {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  font-size: 18px;
}

.timeline .content ul {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
}

@media (max-width: 767px) {
  #asastory {
    min-height: auto;
    padding: 40px 0;
    overflow: visible !important;
    height: auto !important;
    border-radius: 95px 15px 95px 15px !important;
  }

  #asastory .container,
  #asastory .timeline {
    overflow: visible !important;
    width: 100% !important;
    height: auto !important;
  }

  .timeline {
    padding: 40px 0;
    overflow: visible !important;
    height: auto !important;
    position: relative;
  }

  .timeline::after {
    left: 30px;
  }

  .timeline-icon {
    left: 30px !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;
    z-index: 10 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 60px !important;
    height: 60px !important;
    background: #052c65 !important;
    border: 3px solid #1a9d5f !important;
    border-radius: 50% !important;
    padding: 15px !important;
    box-shadow: 0 4px 15px rgba(5, 44, 101, 0.4) !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
  }

  .timeline-icon i {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: white !important;
    font-size: 24px !important;
  }

  .timeline-item {
    margin-bottom: 60px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
    clear: both !important;
    position: relative !important;
    width: 100% !important;
    float: none !important;
    height: auto !important;
    padding-left: 0 !important;
  }

  .timeline-item .row {
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    width: 100% !important;
    clear: both !important;
    float: none !important;
  }

  /* Icon column ALWAYS comes first - on the left timeline line */
  /* Target columns that contain timeline-icon (don't have text-end/text-start classes) */
  .timeline-item .col-md-6:not(.text-end):not(.text-start) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-height: 80px !important;
    height: auto !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    position: relative !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    clear: both !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  /* Ensure icon column with timeline-icon is always visible - more specific selectors */
  .timeline-item .col-md-6:not(.text-end):not(.text-start) {
    min-height: 80px !important;
  }

  /* Force icon visibility for all possible selectors */
  .timeline-item .col-md-6 .timeline-icon,
  .timeline-item .col-md-6:not(.text-end) .timeline-icon,
  .timeline-item .col-md-6:not(.text-start) .timeline-icon {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Content column ALWAYS comes second - to the right of icon */
  /* Target columns that contain content (have text-end or text-start classes) */
  .timeline-item .col-md-6.text-end,
  .timeline-item .col-md-6.text-start {
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 70px !important;
    padding-right: 15px !important;
    text-align: left !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    clear: both !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    position: relative !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  /* Ensure icon is positioned correctly on the timeline line (left side) */
  .timeline-item .col-md-6 .timeline-icon {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    left: 30px !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;
    z-index: 10 !important;
    width: 60px !important;
    height: 60px !important;
    background: #ffffff !important;
    border: 3px solid #2e261d !important;
    border-radius: 50% !important;
    padding: 15px !important;
    box-shadow: 0 4px 15px rgba(5, 44, 101, 0.4) !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
  }

  /* Ensure icon is visible for all timeline items - override any hiding */
  .timeline-item .timeline-icon,
  .timeline-item .col-md-6 .timeline-icon,
  .timeline-item .col-md-6:not(.text-end):not(.text-start) .timeline-icon {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    left: 30px !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;
    z-index: 10 !important;
    width: 60px !important;
    height: 60px !important;
    background: #ffffff !important;
    border: 3px solid #2e261d !important;
    border-radius: 50% !important;
    padding: 15px !important;
    box-shadow: 0 4px 15px rgba(5, 44, 101, 0.4) !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
  }

  /* Ensure icon i element is visible */
  .timeline-item .col-md-6 .timeline-icon i {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #6a543c !important;
    font-size: 24px !important;
  }

  /* Icon hover state for mobile */
  .timeline-item .col-md-6 .timeline-icon:hover {
    transform: translate(-50%, -50%) scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(5, 44, 101, 0.6) !important;
  }

  .timeline .content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
    box-sizing: border-box !important;
    position: relative !important;
    clear: both !important;
    float: none !important;
    height: auto !important;
  }

  .timeline .content h5 {
    font-size: 24px;
  }

  .timeline .content p {
    font-size: 16px;
  }

  .timeline .content ul {
    font-size: 16px;
  }

  /* Override AOS animations on mobile to show all boxes immediately */
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }

  [data-aos="fade-right"],
  [data-aos="fade-left"] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
}

.custom-list {
  list-style: disc;
  padding-left: 25px;
  color: rgba(255, 255, 255, 0.95);
  margin-top: 10px;
}

.custom-list li {
  margin-bottom: 8px;
  line-height: 1.7;
}

/* end of time line css */


/* start award css */

.award-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
  background: transparent;
}

.slider2-container {
  overflow: hidden;
  position: relative;
  padding: 30px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .slider2-container {
    width: 100%;
    max-width: 100%;
    padding: 15px 10px;
  }
}

@media (min-width: 769px) {
  .slider2-container {
    width: 100%;
    max-width: 1100px;
  }
}

.slider2-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
  gap: 25px;
  box-sizing: border-box;
}

.slide2 {
  min-width: 320px;
  max-width: 320px;
  min-height: 440px;
  height: auto;
  margin: 10px 0;
  text-align: left;
  background: #ffffff;
  border: 1px solid rgba(12, 113, 46, 0.2);
  border-top: 5px solid #0c712e;
  /* Green Border */
  border-radius: 15px;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.slide2:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 60px rgba(12, 113, 46, 0.15);
  border-color: rgba(12, 113, 46, 0.4);
}

.award-img {
  width: 100%;
  height: 200px;
  background: #f9f9f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.award-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.05) 100%);
  z-index: 1;
}

.award-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.slide2:hover .award-img img {
  transform: scale(1.1);
}

.award-text {
  flex: 1;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

/* Badge for Year */
.award-text .year {
  display: inline-block;
  font-weight: 700;
  color: #19376D;
  background: rgba(12, 113, 46, 0.15);
  border: 1px solid rgba(12, 113, 46, 0.3);
  padding: 4px 12px;
  border-radius: 6px;
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 0.5px;
  width: fit-content;
}

.slide2 p {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

/* Added a decorative trophy icon placeholder or seal effect */
.slide2::after {
  content: '\f091';
  /* FontAwesome Trophy */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 40px;
  color: rgba(12, 113, 46, 0.1);
  pointer-events: none;
  transition: color 0.3s ease;
}

.slide2:hover::after {
  color: rgba(12, 113, 46, 0.2);
}

/* Full Awards Archive Button */
.all-awards-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  background: #1a3c5e;
  color: #ffffff !important;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(26, 60, 94, 0.3);
  font-size: 16px;
  border: none;
}

.all-awards-btn:hover {
  background: #142e4a;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(26, 60, 94, 0.4);
}

.all-awards-btn i {
  margin: 0 8px;
}


.slide2 h6 {
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.slider-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  background: #1a3c5e;
  color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(26, 60, 94, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
}

.slider-btn:hover {
  background: linear-gradient(135deg, #0B2447 0%, #19376D 100%);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 25px rgba(25, 55, 109, 0.5);
}

.slider-btn:active {
  transform: translateY(-50%) scale(0.95);
}

#prevBtn {
  left: 10px;
}

#nextBtn {
  right: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .award-section {
    padding: 30px 15px 5px 15px;
    margin: 40px auto 5px auto;
  }

  .slider2-container {
    padding: 15px 30px;
    width: 100%;
  }

  .slider2-track {
    gap: 15px;
  }

  .slide2 {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
    flex-shrink: 0;
  }

  /* Remove center effect on mobile/tablet */
  .slide2.center {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
    transform: none;
    min-height: auto;
  }

  .award-img {
    height: 180px;
    padding: 0;
  }

  .slide2.center .award-img {
    height: 180px;
    padding: 0;
  }

  .slide2:not(.center) .award-img {
    height: 180px;
    padding: 0;
  }

  .award-img img {
    max-width: 100%;
    max-height: 100%;
  }

  .slide2.center .award-img img {
    max-width: 100%;
    max-height: 100%;
  }

  .slider-btn {
    width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 16px;
  }

  #prevBtn {
    left: 5px;
  }

  #nextBtn {
    right: 5px;
  }
}

@media (max-width: 480px) {
  .slide2 {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .award-img {
    height: 180px;
    padding: 0;
  }

  .award-img img {
    max-width: 100%;
    max-height: 100%;
  }

  .award-text .year {
    font-size: 12px;
    padding: 6px 15px;
  }

  .slide2 p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .award-section {
    padding: 20px 10px 3px 10px;
    margin: 30px auto 3px auto;
  }
}

/* Full Awards Archive Link */
.full-awards-archive-link {
  text-align: center;
  margin: 30px auto 20px auto;
  padding: 20px 0;
}

.awards-archive-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #19376D 0%, #0B2447 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(25, 55, 109, 0.3);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.awards-archive-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.awards-archive-btn:hover::before {
  left: 100%;
}

.awards-archive-btn i:first-child {
  font-size: 20px;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.awards-archive-btn i:last-child {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.awards-archive-btn span {
  position: relative;
  z-index: 1;
}

.awards-archive-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(25, 55, 109, 0.4);
  background: linear-gradient(135deg, #0B2447 0%, #19376D 100%);
}

.awards-archive-btn:hover i:first-child {
  transform: rotate(-15deg) scale(1.1);
}

.awards-archive-btn:hover i:last-child {
  transform: translateX(5px);
}

.awards-archive-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(25, 55, 109, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .full-awards-archive-link {
    margin: 15px auto 10px auto;
    padding: 10px 0;
  }

  .awards-archive-btn {
    padding: 14px 30px;
    font-size: 16px;
    gap: 10px;
  }

  .awards-archive-btn i:first-child {
    font-size: 18px;
  }

  .awards-archive-btn i:last-child {
    font-size: 16px;
  }

  #main {
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .full-awards-archive-link {
    margin: 10px auto 8px auto;
    padding: 8px 0;
  }

  .awards-archive-btn {
    padding: 12px 25px;
    font-size: 15px;
    gap: 8px;
  }

  #main {
    padding-bottom: 15px;
  }

  .full-awards-archive-link {
    margin: 30px auto;
    padding: 20px 0;
  }
}

/* end of award section */


.text-center h3 {
  padding-top: 20px;
  text-align: center;
}

/* nomber of circle */

.number-box {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.number-box:hover {
  background-color: rgba(31, 199, 245, 0.7);
  /* Semi-transparent green */
  transform: translateY(-5px);
}

.number-circle {
  width: 60px;
  height: 60px;
  background-color: #093373;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 15px;


}

.number-heading {
  text-align: center;
  font-weight: 600;
  color: white;
}

#SDG {
  margin-top: 40px;
}

/* Video slider css */

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}

.carousel-item {
  position: relative;
  height: 90vh;
  overflow: hidden;
}

.carousel-caption {
  z-index: 1;
  color: white;
  text-align: left;
  bottom: 150px;
  top: auto;
  left: 40px;
  transform: none;
  position: absolute;
  width: auto;
  font-family: Inter, Roboto, sans-serif;
}

.carousel-caption h1 {
  font-family: Inter, Roboto, sans-serif;
  font-size: 48px;
  color: white;
  text-align: left !important;
  margin-bottom: 20px;
  margin-left: 0 !important;
  font-weight: 700;
  line-height: 1.2;
}

.carousel-caption h1 .hero-text-white {
  color: #fff;
  display: inline;
}

.carousel-caption h1 .hero-text-orange {
  color: #ff8c00;
  display: inline;
}

@media (min-width: 1024px) {
  .carousel-caption h1 {
    font-size: 56px;
  }
}

.carousel-caption p {
  font-family: Inter, Roboto, sans-serif;
  font-size: 28px;
  color: white;
  text-align: left !important;
  margin: 0 0 30px 0 !important;
  margin-left: 0 !important;
  width: auto;
  line-height: 1.4;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .carousel-caption p {
    font-size: 32px;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .carousel-caption p {
    font-size: 20px;
    line-height: 1.3;
    white-space: normal;
  }
}

@media (min-width: 1024px) {
  .carousel-caption p {
    width: 60%;
  }
}


/* our impact css */

#our-impact {
  position: relative;
  overflow: hidden;
  padding: 40px 0 40px 0 !important;
  margin-bottom: 0 !important;
  background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f5 100%);
}

@media (max-width: 768px) {
  #our-impact {
    padding: 20px 0 30px 0;
  }
}

#our-impact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
  z-index: 0;
}

#our-impact .section-headline {
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
  margin-top: 0;
}

#our-impact .section-headline h2 {
  color: #0c712e;
  font-weight: 800;
  font-size: 42px;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  background: transparent !important;
  padding: 0;
}

#our-impact .section-headline h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #ff8c00;
  border-radius: 2px;
}

#our-impact .container {
  position: relative;
  z-index: 1;
}

.impact-cards-slider-wrapper {
  position: relative;
  margin-top: 0;
  padding: 20px 40px 0 40px !important;
  z-index: 1;
  min-height: auto;
  background: transparent;
  overflow: hidden;
}

/* SVG Background behind cards */
.impact-svg-background {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 1400px;
  height: 60%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  display: none;
  align-items: flex-end;
  justify-content: center;
}

.field-svg {
  width: 100%;
  height: 100%;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 98% 80%, 95% 77%, 92% 82%, 88% 78%, 85% 83%, 80% 79%, 75% 84%, 70% 80%, 65% 85%, 60% 81%, 55% 86%, 50% 82%, 45% 87%, 40% 83%, 35% 88%, 30% 84%, 25% 89%, 20% 85%, 15% 90%, 10% 86%, 5% 91%, 2% 87%, 0 100%);
}

/* Grid Container */
.impact-cards-grid-container {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
  gap: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .impact-cards-grid-container {
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: none;
    padding-bottom: 20px;
    gap: 0;
  }
}

@media (max-width: 576px) {
  .impact-cards-grid-container {
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: none;
    padding-bottom: 20px;
    gap: 0;
  }
}

@media (max-width: 480px) {
  .impact-cards-grid-container {
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: none;
    padding-bottom: 20px;
    gap: 0;
  }
}

.impact-cards-grid-container::-webkit-scrollbar {
  display: none;
}

.impact-cards-grid-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Grid Page - Shows 3 cards per page in horizontal row */
.impact-grid-page {
  display: flex;
  gap: 25px;
  min-width: 100%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  flex-shrink: 0;
  scroll-snap-align: start;
  padding: 10px 20px;
  box-sizing: border-box;
  height: auto;
  min-height: 380px;
  justify-content: center;
  align-items: stretch;
}

@media (max-width: 768px) {
  .impact-grid-page {
    display: contents !important;
  }
}

.impact-card {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  opacity: 0;
  flex: 1;
  min-width: 0;
  max-width: calc(33.333% - 17px);
  height: 360px;
}

/* Slide in from left animation */
.impact-slide-left {
  transform: translateX(-100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.impact-slide-left.impact-animate {
  opacity: 1;
  transform: translateX(0);
}

/* Slide in from right animation */
.impact-slide-right {
  transform: translateX(100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.impact-slide-right.impact-animate {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 768px) {

  /* Allow animations on mobile - remove forced static state */
  .impact-slide-left,
  .impact-slide-right {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }

  /* These will be triggered by adding .impact-animate class via JS */
  .impact-slide-left.impact-animate,
  .impact-slide-right.impact-animate {
    transform: translateX(0) !important;
    opacity: 1 !important;
  }

  /* Disable hover green overlay on mobile */
  .impact-card:hover .impact-card-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%) !important;
  }
}

/* All cards are equal size now - 3 per page */
.impact-card-large,
.impact-card-small {
  min-height: 250px;
  height: auto;
}

.impact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(12, 113, 46, 0.2);
}

.impact-card-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.impact-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.impact-card:hover .impact-card-image img {
  transform: scale(1.1);
}

.impact-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
  padding: 30px 25px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #ffffff;
  z-index: 5;
}

.impact-icon-num-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
  width: 100%;
}

.impact-card .impact-card-overlay {
  position: absolute;
  inset: 0;
  padding: 30px 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
  transition: all 0.4s ease;
}

.impact-card:hover .impact-card-overlay {
  background: linear-gradient(to top, rgba(12, 113, 46, 0.95) 0%, rgba(12, 113, 46, 0.7) 100%);
}

.impact-icon {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.impact-card:hover .impact-icon {
  transform: scale(1.15) rotate(5deg);
  background: rgba(255, 255, 255, 0.3);
  border-color: #ffffff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.impact-icon svg,
.impact-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.impact-card .impact-icon svg,
.impact-card .impact-icon img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  /* Zoom slightly to hide white edges of the icon itself */
}

.impact-card:hover .impact-icon img {
  transform: scale(1.2);
}

.impact-card .impact-number {
  font-size: 30px;
  font-weight: 800;
  color: #ff8c00;
  margin: 0;
  line-height: 1;
  letter-spacing: -1px;
  transition: all 0.3s ease;
}

@keyframes impact-pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.impact-card:hover .impact-number {
  color: #fff;
  animation: impact-pulse 2s infinite ease-in-out;
}

.impact-card .impact-description {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1.4;
}

.impact-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  font-size: 24px;
  color: #2e7d32;
}

.impact-slider-btn:hover {
  background: #ffffff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-50%) scale(1.1);
}

.impact-prev-btn {
  left: 10px;
}

.impact-next-btn {
  right: 10px;
}

@media (max-width: 768px) {
  .impact-prev-btn {
    left: 5px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .impact-next-btn {
    right: 5px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

.impact-slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: -10px;
  position: relative;
  z-index: 5;
  padding: 0;
  background: transparent;
  width: 100%;
}

.impact-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
}

.impact-dot.active {
  background: #0c712e;
  width: 35px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(12, 113, 46, 0.3);
}

@media (max-width: 768px) {
  .impact-slider-dots {
    margin-top: 10px;
    padding: 5px 0;
    transform: translateY(-10px);
  }
}

@media (max-width: 576px) {
  .impact-slider-dots {
    margin-top: 5px;
    padding: 5px 0;
  }
}

@media (max-width: 480px) {
  .impact-slider-dots {
    margin-top: 0px;
    padding: 5px 0;
  }
}

/* Responsive Design - Tablet: 2 cards per page */
@media (max-width: 992px) and (min-width: 769px) {
  .impact-grid-page {
    gap: 20px;
    padding: 0 15px;
    min-height: 380px;
  }

  .impact-card {
    max-width: calc(50% - 10px);
    height: 350px;
  }

  .impact-number {
    font-size: 2.5rem;
  }

  .impact-description {
    font-size: 14px;
  }

  .impact-card-overlay {
    padding: 25px 20px 20px;
    align-items: flex-start;
    text-align: left;
  }
}

/* Desktop: 3 cards per page (or 4 on last page) */
@media (min-width: 993px) {
  .impact-card {
    max-width: calc(33.333% - 17px);
  }

  /* Last page with 4 cards - make them slightly smaller */
  .impact-grid-page:last-child .impact-card {
    max-width: calc(25% - 19px);
  }
}

@media (max-width: 768px) {
  .impact-cards-slider-wrapper {
    padding: 20px 10px 0px;
    min-height: auto;
  }

  .impact-grid-page {
    flex-direction: column;
    gap: 15px !important;
    row-gap: 15px !important;
    padding: 0 10px;
    min-height: auto;
    justify-content: flex-start;
  }

  .impact-card {
    flex: 0 0 100%;
    min-width: 100%;
    width: 100%;
    height: 320px !important;
    max-height: 320px !important;
    display: block !important;
    margin: 0 !important;
    background: #f8f9fa !important;
    overflow: hidden;
    padding: 0;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
  }

  .impact-card-image {
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden !important;
    margin: 0;
    padding: 0;
  }

  .impact-card-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
  }

  /* Number overlay - CENTERED AND ALWAYS VISIBLE ON MOBILE */
  .impact-card-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 100%) !important;
    padding: 25px 20px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    gap: 8px !important;
    z-index: 10 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  /* Force icon visibility and sizing */
  .impact-card-overlay .impact-icon,
  .impact-icon {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-bottom: 15px !important;
    width: 65px !important;
    height: 65px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 50% !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  }

  .impact-card-overlay .impact-icon svg,
  .impact-icon svg {
    width: 35px !important;
    height: 35px !important;
    display: block !important;
    opacity: 1 !important;
  }

  /* Number styling - ALWAYS VISIBLE */
  .impact-number,
  .impact-card .impact-number,
  .counter-number,
  h2.impact-number,
  h2.counter-number {
    display: block !important;
    font-size: 42px !important;
    color: #ff8c00 !important;
    margin: 0 !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7) !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    text-align: center !important;
    width: 100% !important;
    transform: none !important;
  }

  /* Description - ALWAYS VISIBLE */
  .impact-card-overlay .impact-description,
  .impact-description,
  p.impact-description {
    display: block !important;
    position: relative !important;
    color: #ffffff !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9) !important;
    background: transparent !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    line-height: 1.5 !important;
    font-weight: 600 !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
  }

}

@media (max-width: 576px) {
  .impact-cards-slider-wrapper {
    padding: 15px 5px 0px;
    min-height: auto;
  }

  .impact-grid-page {
    flex-direction: column;
    gap: 15px !important;
    row-gap: 15px !important;
    padding: 0;
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto;
    box-sizing: border-box;
  }

  .impact-card {
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
    margin-bottom: 25px !important;
    background: #f8f9fa !important;
  }

  .impact-card-large,
  .impact-card-small {
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
  }

  .impact-card-image {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* Ensure overlay is properly positioned */
  .impact-card-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 100%) !important;
    padding: 25px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    gap: 8px !important;
    z-index: 10 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .impact-card-overlay .impact-icon,
  .impact-icon {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 10px !important;
  }

  .impact-number,
  .impact-card-small .impact-number,
  .impact-card-large .impact-number,
  .counter-number,
  h2.impact-number,
  h2.counter-number {
    display: block !important;
    font-size: 38px !important;
    color: #ff8c00 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-weight: 800 !important;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7) !important;
    width: 100% !important;
    text-align: center !important;
  }

  .impact-card-overlay .impact-description,
  .impact-description,
  p.impact-description {
    display: block !important;
    font-size: 15px !important;
    padding: 0 10px !important;
    color: #ffffff !important;
    background: transparent !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-weight: 600 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9) !important;
    width: 100% !important;
    text-align: center !important;
  }

  .impact-card-overlay .impact-description::before {
    display: none !important;
  }

  /* Use parent media query styles for overlay */
}

@media (max-width: 480px) {
  .impact-cards-slider-wrapper {
    padding: 15px 5px 0px;
    min-height: auto;
  }

  .impact-grid-page {
    display: flex;
    flex-direction: column;
    gap: 15px !important;
    row-gap: 15px !important;
    padding: 0;
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto;
    box-sizing: border-box;
    flex-shrink: 0;
    scroll-snap-align: none;
  }

  .impact-card {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
    margin-bottom: 25px !important;
    margin-left: 0;
    margin-right: 0;
    background: #f8f9fa !important;
    overflow: hidden;
    padding: 0;
    scroll-snap-align: none;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    display: block !important;
  }

  .impact-slider-btn {
    display: flex !important;
  }

  .impact-slider-dots {
    display: flex !important;
  }

  .impact-card-image {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* Ensure overlay is properly positioned */
  .impact-card-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 100%) !important;
    padding: 25px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    gap: 8px !important;
    z-index: 10 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .impact-card-overlay .impact-icon,
  .impact-icon {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 10px !important;
  }

  .impact-number,
  .impact-card-small .impact-number,
  .impact-card-large .impact-number,
  .counter-number,
  h2.impact-number,
  h2.counter-number {
    display: block !important;
    font-size: 36px !important;
    color: #ff8c00 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-weight: 800 !important;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7) !important;
    width: 100% !important;
    text-align: center !important;
  }

  .impact-card-overlay .impact-description,
  .impact-description,
  p.impact-description {
    display: block !important;
    font-size: 15px !important;
    padding: 0 10px !important;
    color: #ffffff !important;
    background: transparent !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9) !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    text-align: center !important;
  }

  /* Use parent media query styles for overlay */

  .impact-slider-btn {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }

  .impact-prev-btn {
    left: 5px;
  }

  .impact-next-btn {
    right: 5px;
  }
}

/* end of our impact css */

#Thematic-Impact .container {
  padding-bottom: 40px;
}

#thematic-area {
  margin-top: 40px;
}

/* resource css */



/* annual report css */


#annual-report {
  padding: 50px 0;
  background: #e4f0ea;
}

.annualSwiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.annualSwiper {
  width: 100%;
}

.annualSwiper .swiper-slide {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;

  height: auto;
}

.annualSwiper .swiper-slide:hover {
  transform: scale(1.05);
}

.annualSwiper .swiper-slide img {
  width: 100%;
  max-height: 300px;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
  border-radius: 8px;
}

.annualSwiper .swiper-slide h3 {
  font-size: 18px;
  color: black;
  margin-top: 5px;
}

.annual-button-prev,
.annual-button-next {
  font-size: 26px;
  color: white;
  background: #a1a3a6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  flex-shrink: 0;
}

.annual-button-prev:hover,
.annual-button-next:hover {
  background: #151617;
}

/* start publication css */

#publication {
  background-color: #e4f0ea;
}

.publications-slider-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  /* Optional: to give rounded corners */
  margin-bottom: 40px;

}

.publications-slider-items {
  display: flex;
  transition: transform 0.5s ease;
}


.publications-slider-item {
  display: flex;
  flex: 0 0 35%;
  /* Pehle 33.33% tha, ab thoda bada kar diya 35% */
  align-items: center;
  padding: 15px;
  max-width: 100%;
  height: 240px;
  box-sizing: border-box;
  background-color: rgba(245, 243, 243, 0.2);
  margin-right: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.publications-slider-item:hover {
  transform: scale(1.05);
  /* Slightly enlarge the item */
  background-color: rgba(230, 248, 246, 0.3);
  /* Darker background on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
  /* Bigger shadow on hover */
}

.publications-slider-item img {
  width: 150px;
  /* Fixed width */
  height: 200px;
  /* Fixed height (jitni chahiye) */
  object-fit: cover;
  /* Image crop nahi hote hue perfect fit rahe */
  display: block;
  margin-right: 20px;
  border-radius: 5px;
}

.publications-slider-item .content {
  max-width: 500px;
}

.publications-slider-item .content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.publications-slider-item .content p {
  font-size: 16px;
  margin-bottom: 20px;
}


.publications-slider-item .content .read-more {
  background-color: #163556;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

.publications-slider-item .content .read-more:hover {
  background-color: #3EC1D5;
}

.arrow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border-radius: 100%;
}

.arrow-left {
  left: 10px;
}

.arrow-right {
  right: 10px;
}


@media (min-width: 576px) and (max-width: 768px) {
  .publications-slider-item img {
    max-width: 150px;
  }

  .publications-slider-item .content h3 {
    font-size: 20px;
  }

  .publications-slider-item .content p {
    font-size: 14px;
  }
}


@media (max-width: 575px) {
  .publications-slider-item {
    flex: 0 0 90%;
    /* Show almost full width on mobile */
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .publications-slider-item img {
    max-width: 100%;
    margin: 5 5 10px 5;
  }

  .publications-slider-item .content {
    max-width: 100%;
  }

  .publications-slider-item .content h3 {
    font-size: 18px;
  }

  .publications-slider-item .content p {
    font-size: 14px;
  }

  .arrow-button {
    padding: 6px;
  }
}




/* all publication css  */

.all-publication-container {
  max-width: 1200px;
  margin: auto;
  padding: 30px 15px;
}

.publication-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.publication-item {
  flex: 0 0 calc(25% - 20px);
  /* 4 items per row */
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}

.publication-item:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.publication-item img {
  width: 200px;
  height: 240px;
  object-fit: cover;
  display: flex;
  margin: auto;
  margin-top: 20px;
}

.publication-item img a {
  text-decoration: none;
  background-color: none;

}

.publication-content {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.publication-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.publication-content p {
  font-size: 14px;
  flex-grow: 1;
  margin-bottom: 15px;
}

.read-more {
  background-color: #163556;
  color: white;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.read-more:hover {
  background-color: #3EC1D5;
  text-decoration: none;
}

@media (max-width: 992px) {
  .publication-item {
    flex: 0 0 calc(50% - 20px);
    /* 2 items per row on tablet */
  }
}

@media (max-width: 576px) {
  .publication-item {
    flex: 0 0 100%;
    /* 1 item per row on mobile */
  }
}





/* end publication css */


/* start of cofee table book css */

#coffeetable {

  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #f0f3f4;
  margin-top: 0;
}

/* Donate Page Support Section Styles */
.book-box {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(12, 113, 46, 0.05);
  transition: all 0.4s ease;
  padding: 0;
  /* Changed from 40px to 0 for a cleaner bleed effect if needed */
}

.book-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.box-content {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex-direction: row;
}



.box-text {
  flex: 1;
  padding: 50px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-text h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #193c2b;
  margin-bottom: 25px;
  position: relative;
}

.box-text h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 50px;
  height: 4px;
  background: #0c712e;
  border-radius: 2px;
}

.box-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: black;
  margin-bottom: 20px;
}

.box-image {
  flex: 1;
  min-height: 400px;
  overflow: hidden;
  position: relative;
}

.box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.book-box:hover .box-image img {
  transform: scale(1.05);
}

@media (max-width: 991.98px) {
  .box-content {
    flex-direction: column-reverse;
  }

  .box-text {
    padding: 40px;
  }

  .box-image {
    min-height: 300px;
  }

  .box-text h3 {
    font-size: 1.8rem;
  }
}

#donatesection {
  margin-top: 40px;
  padding-bottom: 40px;
}

/* Modern Resource Cards */
.resource-modern-card {
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.resource-modern-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.card-image-wrapper {
  position: relative;
  height: 350px;
  overflow: hidden;
}

.card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.resource-modern-card:hover .card-image-wrapper img {
  transform: scale(1.1);
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 113, 46, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
  backdrop-filter: blur(4px);
}

.resource-modern-card:hover .card-overlay {
  opacity: 1;
}

.card-overlay span {
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 12px 25px;
  border: 2px solid #fff;
  border-radius: 30px;
  transform: translateY(20px);
  transition: all 0.4s ease 0.1s;
}

.resource-modern-card:hover .card-overlay span {
  transform: translateY(0);
}

.card-title-box {
  padding: 25px;
  text-align: center;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.card-title-box h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #193c2b;
  font-weight: 700;
  letter-spacing: -0.5px;
}

/* Modal Styling */
.modal-content {
  border-radius: 20px;
  border: none;
  overflow: hidden;
}

.modal-header {
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
  padding: 20px 30px;
}

.modal-header .modal-title {
  color: #193c2b;
  font-weight: 700;
}

.modal-body {
  padding: 30px;
}

.modal .btn-success {
  background-color: #0c712e;
  border-color: #0c712e;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.modal .btn-success:hover {
  background-color: #095a24;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(12, 113, 46, 0.3);
}

/* Mobile responsive */
@media (max-width: 767.98px) {
  .card-image-wrapper {
    height: 280px;
  }

  .card-title-box h3 {
    font-size: 1.25rem;
  }
}



/* end of cofee table book css */

/* start of video css */

#video {
  margin-bottom: 50px;
  background-color: #e4f0ea;
}

.video-slider-container {
  position: relative;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  /* Hide overflow to make the slider work */
}

.video-slider {
  display: flex;
  transition: transform 0.5s ease;
  /* Ensure that there is no wrapping and only 3 items are displayed at once */
  margin: 0 -10px;
  /* Add negative margin to compensate thumbnail padding */
}


.video-thumbnail {
  position: relative;
  flex: 0 0 33.33%;
  /* Show 3 videos at a time */
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.video-slider.grabbing {
  cursor: grabbing;
  user-select: none;
}

.video-thumbnail img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  /* Ensures image fits without distortion */
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
  opacity: 0.7;
}

.video-thumbnail:hover .video-icon {
  opacity: 1;
}

.video-player-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  background-color: #000;
  padding: 20px;
  border-radius: 10px;
  z-index: 10;
}

button.close-video {
  background: transparent;
  color: white;
  font-size: 30px;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

button.prev-video,
button.next-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border-radius: 100%;
}

button.prev-video {
  left: 10px;
}

button.next-video {
  right: 10px;
}

@media screen and (max-width: 768px) {
  .video-thumbnail {
    flex: 0 0 100%;
    /* Same as desktop, 3 videos in one view */
  }

  .video-player-container {
    width: 95%;
  }

  button.prev-video,
  button.next-video {
    font-size: 24px;
  }

  .video-icon {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .video-thumbnail {
    flex: 0 0 100%;
    /* Same here */
  }

  .video-icon {
    font-size: 20px;
  }

  .video-player-container {
    width: 100%;
    padding: 10px;
  }

  button.prev-video,
  button.next-video {
    font-size: 20px;
  }
}



/* Tutorialvideo CSS START */

#trainingvideo {
  margin-bottom: 80px;
}

.Tutorialvideo-main-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* Added spacing between sidebar and slider */
}

.Tutorialvideo-category-list {
  flex: 1;
  min-width: 200px;
  padding: 10px;
}

.Tutorialvideo-category-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Tutorialvideo-category-list li {
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
  padding: 12px 15px;
  background: #eee;
  border-radius: 8px;
  transition: background 0.3s, color 0.3s;
}

.Tutorialvideo-category-list li.active,
.Tutorialvideo-category-list li:hover {
  background: #0c0546;
  color: white;
}

.Tutorialvideo-slider-container {
  flex: 3;
  overflow: hidden;
  position: relative;
  padding: 10px;
  background: #f9f9f9;
  /* Light background for better look */
  border-radius: 8px;
}

.Tutorialvideo-video-slider {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.Tutorialvideo-video-thumbnail {
  min-width: 100%;
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
}

.Tutorialvideo-video-thumbnail img {
  width: 100%;
  border-radius: 8px;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Slight shadow on thumbnails */
}

.Tutorialvideo-dots-container {
  text-align: center;
  margin-top: 15px;
}

.Tutorialvideo-dot {
  height: 12px;
  width: 12px;
  margin: 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.Tutorialvideo-dot.active {
  background-color: #3EC1D5;
}

/* Responsive */
@media (max-width: 768px) {
  .Tutorialvideo-main-container {
    flex-direction: column;
  }

  .Tutorialvideo-slider-container {
    padding: 5px;
  }

  .Tutorialvideo-category-list {
    padding: 5px;
  }

  .Tutorialvideo-category-list li {
    font-size: 16px;
    /* Slightly smaller text on mobile */
  }
}

/* Modal Styling */
.Tutorialvideo-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  /* Darker modal background */
}

.Tutorialvideo-modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 720px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  /* Nice modal shadow */
}

.Tutorialvideo-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.Tutorialvideo-close:hover,
.Tutorialvideo-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* start of podcast css */

#podcast {
  padding-bottom: 50px;
  background-color: #e4f0ea;
}

.podcast-slider-container {
  position: relative;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  /* Hide overflow to make the slider work */
}

.podcast-slider {
  display: flex;
  transition: transform 0.5s ease;
  /* Ensure that there is no wrapping and only 3 items are displayed at once */
  margin: 0 -10px;
  /* Add negative margin to compensate thumbnail padding */
}

.podcast-thumbnail {
  position: relative;
  flex: 0 0 33.33%;
  /* Show 3 podcasts at a time */
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.podcast-slider.grabbing {
  cursor: grabbing;
  user-select: none;
}

.podcast-thumbnail img {
  width: 90%;
  border-radius: 8px;
  object-fit: cover;
  /* Ensures image fits without distortion */
}

.podcast-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
  opacity: 0.7;
}

.podcast-thumbnail:hover .podcast-icon {
  opacity: 1;
}

.podcast-player-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  background-color: #000;
  padding: 20px;
  border-radius: 10px;
  z-index: 10;
}

button.close-podcast {
  background: transparent;
  color: white;
  font-size: 30px;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

button.prev-podcast,
button.next-podcast {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border-radius: 100%;
}

button.prev-podcast {
  left: 10px;
}

button.next-podcast {
  right: 10px;
}

@media screen and (max-width: 768px) {
  .podcast-thumbnail {
    flex: 0 0 100%;
    /* Same as desktop, 3 podcasts in one view */
  }

  .podcast-player-container {
    width: 95%;
  }

  button.prev-podcast,
  button.next-podcast {
    font-size: 24px;
  }

  .podcast-icon {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .podcast-thumbnail {
    flex: 0 0 100%;
    /* Same here */
  }

  .podcast-icon {
    font-size: 20px;
  }

  .podcast-player-container {
    width: 100%;
    padding: 10px;
  }

  button.prev-podcast,
  button.next-podcast {
    font-size: 20px;
  }
}








.donate-amount {
  font-size: 2rem;
  font-weight: bold;
  margin: 20px 0;
  color: #c6970d;
}



/* donate new css */


#donate {
  background: url(../img/background/g-header-6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
  height: 350px;
}

#donatesection2 {
  margin-bottom: 80px;
}





.category-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.category-buttons button {
  padding: 10px 20px;
  border: none;
  background-color: #093768;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.category-buttons button.active {
  background-color: #3EC1D5;
}

.category-content {
  display: none;
}

.category-content.active {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.entry {
  background: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: left;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

.entry:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.entry img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
  transition: transform 0.5s ease;
}

.entry:hover img {
  transform: scale(1.02);
}

.entry h4 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 1.6;
  color: #2c3e50;
  font-weight: 600;
  font-style: italic;
  position: relative;
  padding-left: 20px;
  border-left: 3px solid #3EC1D5;
}

.entry p {
  color: black;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
  flex-grow: 1;
}

.entry strong {
  color: #093768;
  display: block;
  margin-top: 5px;
}

.entry .donate-amount {
  font-size: 24px;
  color: #27ae60;
  margin: 10px 0;
  font-weight: 700;
}

.entry button {
  margin-top: auto;
  padding: 12px 25px;
  background: #27ae60;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.entry button:hover {
  background: #219150;
}

/* Modal DONATE PAGE*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 630px;
  position: relative;
}

.modal-content input {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.modal-content button[type="submit"] {
  width: 100%;
  padding: 10px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
}

.qr-code {
  display: none;
  text-align: center;
  margin-top: 20px;
}

.qr-code img {
  width: 200px;
  height: auto;
}

@media (max-width: 600px) {
  .entry img {
    height: 180px;
  }
}

/* Remove white space in mobile view */
@media (max-width: 768px) {

  html,
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

  body {
    position: relative;
  }

  * {
    box-sizing: border-box;
  }

  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

/* ============ */
@media (max-width: 480px) {

  #team1 .team-member1,
  #leadership .team-member1 {
    padding: 15px 10px !important;
    margin-bottom: 12px !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 80% !important;
    min-height: auto !important;
    height: auto !important;
    background-color: #ffffff !important;
    border-radius: 38px !important;
  }
}

/* ============================================
   FINAL OVERRIDE FOR GOVERNANCE MOBILE VIEW
   ============================================ */
@media (max-width: 992px) {

  /* Force increase width for governance cards */
  section#team1 .container .row.gy-4>.col-lg-3 {
    flex: 0 0 88% !important;
    max-width: 88% !important;
    width: 88% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Force reduce gap between image and text in governance cards */
  section#team1 .team-member1 .pic {
    margin-bottom: 5px !important;
  }
}

/* Extra Wide Modal Styling */
@media (min-width: 992px) {
  .extra-wide-modal {
    max-width: 1200px !important;
    margin: auto !important;
    /* Ensure centered */
  }
}

.extra-wide-modal .modal-content {
  padding: 10px;
  /* Reduced padding to help with height */
}

.extra-wide-modal .modal-body {
  padding: 20px;
}

/* Animation Fixes */
.animation-done {
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Breadcrumb Navigation Styles */
.breadcrumb-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  margin-left: 20px;
}

.breadcrumb-nav a {
  text-decoration: none;
  font-family: Inter, Roboto, sans-serif;
  font-size: 16px;
  /* Consistent with body text */
  font-weight: 500;
}

/*--------------------------------------------------------------
# ASA News Section
--------------------------------------------------------------*/
.news-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
  filter: none !important;
  opacity: 1;
}

.news-card-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 180px;
  /* Increased height significantly */
  width: 100%;
  border: 1px solid #ccc;
  /* Darker, visible outline */
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.news-card-link:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
  border-color: #3ec1d5;
}

.news-card-link:hover .news-logo {
  transform: scale(1.05);
}

/* Responsive adjust */
@media (max-width: 768px) {
  .news-card-link {
    height: 140px;
    /* Larger mobile height too */
    padding: 5px;
  }
}

/* Road Map Slider */
.road-map-swiper {
  width: 100%;
  overflow: hidden;
}

.road-map-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.road-map-swiper .swiper-slide {
  width: auto !important;
  /* Allow images to define width */
  height: auto;
  flex-shrink: 0;
}

.road-map-swiper .swiper-slide img {
  display: block;
  /* Set a fixed height so all road pieces align. Adjust as needed. */
  height: 300px;
  width: auto;
  margin: 0;
  padding: 0;
  object-fit: contain;
  /* Ensure image fits without cropping badly if ratio differs */
}