/* Fonts */
:root {
  --default-font: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Roboto", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

/* Global Colors */
:root {
  /* Background Color - This color is applied to the background of the entire website as well as individual sections. */
  --background-color: #ffffff;

  /* Default Color - This is the default color used for the majority of the text content. */
  --default-color: #364d59;

  /* Heading Color - This color is used for titles, headings and secondary elements. */
  --heading-color: #52565e;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  text-decoration: none;
  transition: 0.3s;
}
p{
  font-size: 15px!important;
  line-height: 25px!important;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}



/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: #000000;
  --heading-color: var(--contrast-color);
  --default-color: var(--contrast-color);
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 60px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 40%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 92px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 76px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.section-title h2:before,
.section-title h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--accent-color);
  display: inline-block;
}

.section-title h2:before {
  margin: 0 15px 10px 0;
}

.section-title h2:after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# CSR Image
--------------------------------------------------------------*/
.call-to-action {
  --background-color: #000000;
  --default-color: #ffffff;
  --contrast-color: #ffffff;
  height:290px;
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
}

.call-to-action img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: rgba(0, 43, 77, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: left;
  z-index: 3;
  text-align: left;
}

.call-to-action h3 {
  color: #FFF;
  font-family: Mulish, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 54px;
}

.call-to-action p {
  color: #FFF;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 35px;
      word-spacing: 4px;
}
@media (max-width: 1440px) {
  .call-to-action {
    height: 100%;
  }
  
  .call-to-action img {
    height: 100%;
  }
}

/*--------------------------------------------------------------
# Grassroots Section
--------------------------------------------------------------*/
/*.grassroots {*/
/*  padding: 65px 0 !important;*/
/*}*/
.grassroots .grassroots-title {
  color: var(--Blue, #2F82C3);
  text-align: center;
  font-family: "Mulish";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
}
.grassroots .grassroots-text {
  color: #383838;
  text-align: center;
  font-family: "Mulish";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .grassroots .grassroots-title {
    text-align: left !important;
  }
  .grassroots .grassroots-text {
    text-align: left !important;
  }
}
@media (max-width: 425px) {
  .grassroots .grassroots-title {
    text-align: left !important;
    font-size: 29px;
    line-height: 40px;
  }
  .grassroots {
    padding-bottom: 0px !important;
  }
}

/*--------------------------------------------------------------
# Women Empowerment Section
--------------------------------------------------------------*/
.women-empowerment {
  position: relative;
  overflow-x: hidden;
}

.women-image {
  width: 100%;
  height: 638px;
  display: block;
  border-radius: 0px 60px 0px 0px;
}

.edu-img {
  border-radius: 0px 60px 0px 0px;
}

.skill-img {
  border-radius: 0px 60px 0px 0px;
}
/* for content */
.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 10px;
}

.text-overlay .row {
  width: 100%;
  position: relative; 
}

.text-overlay  {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.women-empowerment .column-content {
  margin-top: 170px;
  padding: 20px; 
}

.text-overlay h2 {
  color: #FFF;
  font-family: Mulish;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 0.5em;
  text-align: start;
}

.text-overlay p {
  color: #FFF;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  text-align: start;
}

/* carousel */
.carousel-control-prev,
.carousel-control-next {
  position: absolute !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  z-index:3 !important;
  top:-50px !important;
  width:20% !important;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

/* carousel-icon */
.carousel-icon-left,
.carousel-icon-right {
  background-color: #000;
  padding: 15px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  opacity: 0.5;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

/* carousel-menu */
.carousel-menu {
  position: relative;
  bottom: 80px; 
  height: 80px;
  z-index: 3;
  display: flex; 
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #004B73;
  padding: 20px 0;
}

.carousel-menu .menu-item {
  color: #FFF;
  opacity: 0.5;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  padding: 10px 20px;
  cursor: pointer; 
  transition: color 0.3s ease, border-bottom 1s ease !important; 
  margin-top: 10px;
  border-bottom: 4px solid transparent !important;
}

.carousel-menu .menu-item.active-menu-item {
 border-bottom: #BF2A2D 4px solid !important;
 opacity: 1;
}

.carousel-menu .we-item {
  padding-bottom: 20px;
}

.carousel-menu .edu-item {
  padding-bottom: 38px;
}

.carousel-menu .health-item {
  padding-bottom: 38px;
}

.carousel-menu .skill-item {
  padding-bottom: 20px;
}

.carousel-menu .ife-item {
  padding-bottom: 20px;
}

.carousel-menu .cfr-item {
  padding-bottom: 20px;
}

.carousel-menu .wn-item {
  padding-bottom: 20px;
}

.carousel-menu .menu-item:hover {
  opacity: 1;
}

.women-empowerment  .text-break {
  text-wrap: nowrap;
}

/* Add media query */

@media (max-width: 1024px) {
  .women-image {
    height: 538px;
  }

  .carousel-menu {
    gap: 0px;
  }

  .carousel-menu .menu-item {
    font-size: 10px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 21% !important;
  }

  /* for content */
  .text-overlay h2 {
    font-size: 24px;
    line-height: 25px;
  }

  .text-overlay p {
    font-size: 14px;
    line-height: 20px;
   }
}

@media (max-width: 992px) {
  .text-overlay {
    padding: 20px !important;
  }
  .column-content {
    margin-top: 40px !important;
  }
  .text-overlay h2 {
    font-size: 28px !important;
  }
  .text-overlay p {
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  .women-image {
    height: auto;
  }
}
@media (max-width: 768px) {
  .women-empowerment{
    margin-bottom: 3rem !important;
  }
  .carousel-menu {
    display: none;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 7% !important;
  }
  /* for content */
  .column-content {
    margin-top: 20px !important;
  }
  .text-overlay h2 {
    font-size: 24px !important;
  }
  .text-overlay p {
    font-size: 12px !important;
  }
}

@media (max-width: 427px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 4% !important;
    top:0px !important;
  }

  /* for icon */
  .carousel-icon-left,
  .carousel-icon-right {
    width: 40px;
    height: 40px;
    padding: 0;
}

.carousel-icon-left {
  margin-left: 30px;
}

.carousel-icon-right {
  margin-right: 30px;
}

.carousel-icon-left img,
.carousel-icon-right img {
  width: auto;
  height: auto;
}

/* for content */
.column-content {
  margin-top: -20px !important; 
  padding: 5px !important; 
  display: flex !important;
  flex-direction: column !important; 
}
.text-overlay h2 {
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 0.2em !important;
}
.text-overlay p {
  font-size: 10px !important; 
  line-height: 12px !important;
}
}

@media (max-width: 375px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 5% !important;
  }
}
@media (max-width: 320px) {
  .carousel-menu {
    display: none;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 6% !important;
  }

  /* for content */
  .column-content {
    margin-top: 0 !important;
    padding: 5px !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .text-overlay h2 {
    font-size: 14px !important; 
    line-height: 20px !important;
    margin-bottom: 0.2em !important; 
  }
  .text-overlay p {
    font-size: 10px !important;
    line-height: 12px !important;
  }
}
/*--------------------------------------------------------------
# icon  Section
--------------------------------------------------------------*/
.images-column {
  display: flex;
  flex-direction: column;
  align-items:center; 
 text-align: end;
  margin-top: -910px !important
}

.svg-icon {
  opacity: 1;
  font-size: 16px;
  margin-bottom: 35px;
  margin-right: -125px;
  color: #2F82C3 !important; 
  cursor: pointer;
  transition: color 0.5s, opacity 0.5s;
}

.images-column .svg-icon:hover {
  color: #064f8b !important;
}

/* add media query */
@media (max-width: 1200px) {
  .svg-icon-main {
      display: block; 
  }
}
@media (max-width:1024px) {
  .image-container img{
    margin-top: -1rem !important;
  }
  .images-column {
    margin-top: -860px !important
  }
  .svg-icon {
    margin-right: -50px;
  }
}

@media (max-width:1023px) {
  .images-column .svg-icon{
      display: none;
  }
}

.apple {
  &:hover path {

    transition: fill 0.5s ease-in-out;
    opacity: 1;
    fill: #064f8b !important;
  }
}

/*--------------------------------------------------------------
# Sustanability Section
--------------------------------------------------------------*/
/* .projects .text-wrapper-39 {
  font-size: 40px;
  font-weight: 800;
  color: var(--Blue, #2F82C3);
  font-family: "Mulish";
  line-height: 50px;
  font-style: normal;
}

.projects .post-item {
  box-shadow: -15px 16px #2F82C3;
  margin-left: 16px;
}

.projects .post-item .post-img img {
  width: 100%;
}

.projects .text-wrapper-42 {
  color: #383838;
  font-family: "Mulish";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.mob_txt {
  display: none !important;
}

.projects .projects-sec-2 {
  padding: 48px 10px 48px 48px;
} */

 /* add media query */

/* @media (max-width: 1024px) {
  .projects .text-wrapper-39 {
    font-size: 30px;
  }
  
.projects .text-wrapper-42 {
  font-size: 14px;
}

.projects .text-wrapper-39 { 
  margin-bottom: 0px !important;
}
}

@media only screen and (max-width: 767px) { 
  .projects .post-item {
    margin-left: 3%;
  }
}
@media (max-width: 992px) {
  .mob_txt{
    display: block !important;
    font-size: 40px;
    margin-bottom: 4% !important;
  }

  .desk_txt{
    display: none !important;
  }

  .projects .projects-sec-2 {
   padding: 0;
  }
 }

 @media (max-width: 768px) {
  .projects .text-wrapper-39{
    margin-bottom: 3rem !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    text-align: center;
 }

 .projects .text-wrapper-42 {
    font-size: 18px !important;
  }
}

@media (max-width: 376px) {
  .projects .text-wrapper-39{
    font-size: 30px !important;
   }
 } */

 /*--------------------------------------------------------------
# card-fungi Section
--------------------------------------------------------------*/
/* Card Section */
.card-sustainability{
  padding: 0 ;
}
.card-sustainability .projects-sec-2{
  padding: 10px;
  margin-top: 3rem;
}
.card-sustainability .text-wrapper-h2{
  color: var(--Blue, #2F82C3);
  font-family: Mulish;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px; 
}
.card-sustainability .text-wrapper-h22{
  color: var(--Blue, #2F82C3);
  font-family: Mulish;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px; 
  display: none;
}
.card-sustainability .text-wrapper-42 {
  color: #383838;
  font-family: var(--about-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.card-sustainability .text-wrapper-bold{
color: var(--Blue, #2F82C3);
font-family: Mulish;
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: 30px;
}
.card-sustainability .button{
  color: #383838;
border: none;
  text-align: right;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
padding: 15px 15px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 10px;
background: #D1EAC2;
margin: 0.40rem  0.40rem 0.40rem  0!important;
}
/* image section */
.card-sustainability .recent-blog{
  padding: 30px;
}
.card-sustainability .post-item {
  margin: 0 auto;
  border-radius: 0px 60px 0px 0px;
  transition: 0.3s;
  margin-left: 20px;
}

.card-sustainability .post-item .post-img {
  box-shadow: -15px 16px #2f82c3;
  border-radius: 0px 60px 0px 0px !important;
}
/* @media  Query */
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .card-sustainability .projects-sec-2 {
    padding: 0;
  }
}

@media (max-width: 1024px) {

.card-sustainability .button {
  font-size: 14px;
  padding: 15px 15px;
}
}
@media (max-width: 768px) {
  .card-sustainability .projects-sec-2{
    margin-top: 1rem;
    
  }
  .card-sustainability .text-wrapper-h22{
    display: block;
  }
  .card-sustainability .text-wrapper-h2{
    display:none;
  }
  .card-sustainability .post-item    {
    flex: 0 0 auto;
    width: 70%;
}
.card-sustainability .row-1 {
  justify-content: start !important;
}
.card-sustainability .post-item .post-img{
  overflow: visible !important;
}
}

@media (max-width: 427px) {

.card-sustainability .row-1 {
  justify-content: center !important;
}
.card-sustainability .post-item {
  margin-left: 0px;
  margin-right: 0;
  flex: 0 0 auto;
  width: 100%;
}

.card-sustainability .post-item .post-img img {
  width: 100%;
  height: 400px;
}
.card-sustainability .text-wrapper-h22{
  font-size: 30px;
}
.card-sustainability .text-wrapper-bold{
  font-size: 20px !important;
}
}
@media (max-width: 320px) {
.card-sustainability .button {
  font-size: 11px;
}

.card-sustainability .text-wrapper-h22 {
  font-size: 28px;
  line-height: 38px !important;
}
}

