
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Glegoo);
body {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
}

h2 {
  font-size: 26px;
}

p {
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;
}

body {
  background: #ffffff;
}

ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

.btn {
  background-color: #036E2F !important;
  border-color: #036E2F !important;
  color: #fff !important;
  transition: all 0.3s ease;
}

.btn:hover {
  background-color: #025623 !important;
  border-color: #025623 !important;
  color: #fff !important;
}

.btn-primary {
  background-color: #036E2F !important;
  border-color: #036E2F !important;
}

.btn-primary:hover {
  background-color: #025623 !important;
  border-color: #025623 !important;
}

.btn-white {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #036E2F !important;
  transition: all 0.3s ease;
}

.btn-white:hover {
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
  color: #036E2F !important;
}

.section-heading {
  text-align: center;
  margin-bottom: 65px;
}
.section-heading p {
  font-size: 14px;
  font-weight: 300;
  color: #727272;
  line-height: 20px;
}

.title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
  color: #036E2F;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.subtitle-des {
  color: #727272;
  font-size: 14px;
  margin-bottom: 35px;
  font-weight: 300;
}

.pages {
  padding: 80px 0 40px;
}

.moduler {
  padding: 140px 0;
}

.social-share li {
  display: inline-block;
  margin: 3px 1px;
}
.social-share a {
  font-size: 20px;
  color: #fff;
  background: #ffdcba;
  padding: 4px 10px;
  display: inline-block;
}

.fancybox-close {
  background: url("../images/icons/close.png") no-repeat scroll 0 0 transparent;
  height: 50px;
  right: 0;
  top: 0;
  width: 50px;
}

.fancybox-next span {
  background: url("../images/icons/right.png") no-repeat scroll center center #ffdcba;
  height: 50px;
  width: 50px;
  right: 0;
}

.fancybox-prev span {
  background: url("../images/icons/left.png") no-repeat scroll center center #ffdcba;
  height: 50px;
  width: 50px;
  left: 0;
}

.fancybox-title {
  padding: 15px 8px;
}
.fancybox-title h3 {
  font-size: 15px;
  margin: 0;
}

.global-page-header {
  background-attachment: fixed;
  background-size: cover;
  padding: 120px 0 25px 0;
  position: relative;
  background: #ffdcba;
  color: #000;
}
.global-page-header h2 {
  font-size: 42px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.global-page-header .breadcrumb {
  background: none;
  font-size: 16px;
  padding: 8px 0;
  display: block;
}
.global-page-header .breadcrumb .active, .global-page-header .breadcrumb li a {
  color: #000;
}
.global-page-header .block {
  position: relative;
  z-index: 9;
  text-align: center;
}

.works-fit {
  padding: 40px 0;
}
.works-fit figure .buttons {
  left: 14%;
}

.company-description {
  margin-top: 80px;
}
.company-description .block h3 {
  margin-top: 0;
}
.company-description .block p {
  color: #727272;
}

/*=== MEDIA QUERY ===*/
.top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  color: #fff;
  transition: all 0.2s ease-out 0s;
  padding: 15px 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #dedede;
  z-index: 10;
}
.top-bar.animated-header {
  padding: 20px 0;
  background: #fff;
  box-shadow: none;
}

.navbar {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}
.navbar.bg-light {
  background: #fff !important;
}
.navbar .nav-item .nav-link {
  color: #444 !important;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s all;
  text-transform: uppercase;
  padding: 5px 15px;
  display: block;
}
.navbar .nav-item .nav-link:hover {
  color: #036E2F !important;
}
.navbar .nav-item:last-child .nav-link {
  padding-right: 0;
}

.navbar .nav-item .btn {
  margin-left: 40px;
  padding: 8px 20px !important;
  font-size: 13px;
  display: inline-block !important;
}

.navbar-toggler {
  border: 1px solid #036E2F;
  padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
  border-color: #036E2F;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23036E2F' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  transition: all 0.3s ease;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23036E2F' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M7 7l16 16M23 7L7 23'/%3e%3c/svg%3e");
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .navbar {
    position: relative;
  }
  
  .navbar-brand {
    width: 100%;
    text-align: center;
  }
  
  .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .navbar-collapse {
    background: #fff;
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid #e0e0e0;
  }

  .navbar-nav {
    flex-direction: column;
  }

  .navbar-nav .nav-item {
    border-bottom: 1px solid #e0e0e0;
  }

  .navbar-nav .nav-item:last-of-type {
    border-bottom: none;
  }

  .navbar-nav .nav-link {
    padding: 15px 20px !important;
    text-align: center;
    color: #333 !important;
  }

  .navbar-nav .nav-link:hover {
    background: #f8f8f8;
  }

  .mobile-menu-buttons {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .mobile-menu-buttons .btn {
    width: 100%;
    padding: 12px 0;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
  }

  .mobile-menu-buttons .btn-donate {
    background-color: #D4A537;
    color: #fff;
  }

  .mobile-menu-buttons .btn-involved {
    background-color: #036E2F;
    color: #fff;
  }

  .transparency-box {
    margin-bottom: 10px;
  }
}

.dropdown-menu {
  background: #222222;
  border: 0;
  border-radius: 0;
  padding: 15px;
  box-shadow: none;
  display: block;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transform: scale(0.8);
  transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
}
@media (max-width: 991px) {
  .dropdown-menu {
    display: none;
    opacity: unset;
    visibility: unset;
    transform: scale(1);
  }
}
.dropdown-item {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  padding: 8px 0;
  transition: 0.3s all;
}
.dropdown-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-item:hover {
  color: #036E2F !important;
  background: transparent;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#hero-area {
  background: url("../images/.jpg") no-repeat 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 150px 0;
  color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
}
#hero-area .block {
  position: relative;
  z-index: 9;
}
#hero-area h1 {
  font-size: 36px;
  line-height: 50px;
  color: #036E2F;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#hero-area h1 .hero-title {
  font-size: 48px;
  font-weight: 700;
  display: block;
  color: #036E2F;
}
#hero-area h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 32px;
  color: #036E2F;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 15px;
}
#hero-area .hero-subtitle {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 38px;
  line-height: 27px;
  color: #333;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
}
#hero-area .btn {
  border: none;
  padding: 15px 32px;
  margin-top: 10px;
  margin-right: 15px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
  transition: all 0.3s ease;
}
#hero-area .btn-primary {
  background: #036E2F;
  color: #fff;
}
#hero-area .btn-primary:hover {
  background: #025623;
  color: #fff;
}
#hero-area .btn-secondary {
  background: transparent;
  color: #036E2F;
  border: 2px solid #036E2F;
}
#hero-area .btn-secondary:hover {
  background: #036E2F;
  color: #fff;
}
.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  #hero-area {
    padding: 100px 0;
  }
  
  .hero-image {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  
  #hero-area h1 .hero-title {
    font-size: 32px;
  }
  
  #hero-area h2 {
    font-size: 20px;
  }
}

#call-to-action {
  background: #036E2F;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
  text-align: center;
  position: relative;
  color: #fff;
}
#call-to-action .block {
  position: relative;
  z-index: 9;
  color: #fff;
}
#call-to-action .block h2 {
  margin-bottom: 15px;
  color: #fff;
}
#call-to-action .block p {
  font-size: 15px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  color: #fff;
}
#call-to-action .block .btn-primary {
  background: #fff;
  border: 2px solid #fff;
  color: #036E2F;
  padding: 15px 34px;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all linear 0.2s;
  font-weight: 600;
}
#call-to-action .block .btn-primary:hover {
  color: #fff;
  background: #025623;
  border-color: #025623;
}

#about {
  padding: 110px 0;
}
#about .block {
  padding: 20px 30px 0 30px;
}
#about .block h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#about .block p {
  color: #727272;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 35px;
}
#about .block img {
  max-width: 100%;
}

.about-feature {
  margin-top: 50px;
}
.about-feature .block {
  color: #fff;
  padding: 85px 65px;
  float: left;
}
.about-feature .block p {
  font-weight: 300;
}
.about-feature .about-feature-1 {
  background: #ffdcba;
}
.about-feature .about-feature-2 {
  background: #ffdcba;
}
.about-feature .about-feature-3 {
  background: #ffdcba;
}

.works {
  padding: 80px 0;
  background: #FCFCFC;
}
.works .block {
  position: relative;
  z-index: 99;
}
.works .block:hover .img-overly .overly {
  opacity: 1;
}
.works .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #666;
}
.works .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}
.works .block .img-overly img {
  border-radius: 0;
}
.works .block .img-overly .overly {
  background: rgba(57, 181, 74, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s all;
}
.works .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 22%;
}
.works .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}

figure {
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}
figure .img-wrapper {
  position: relative;
  overflow: hidden;
}
figure img {
  transform: scale3d(1, 1, 1);
  transition: transform 400ms;
}
figure:hover img {
  transform: scale3d(1.2, 1.2, 1);
}
figure:hover .overlay {
  opacity: 1;
}
figure:hover .overlay .buttons a {
  transform: scale3d(1, 1, 1);
}
figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 400ms;
}
figure .overlay a {
  display: inline-block;
  color: #fff;
  padding: 10px 23px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 0px;
  margin: 4px;
  transform: scale3d(0, 0, 0);
  transition: all 400ms;
}
figure .overlay a:hover {
  text-decoration: none;
  color: #000;
}
figure .overlay:hover a {
  transform: scale3d(1, 1, 1);
}
figure .buttons {
  margin-top: 40%;
  text-align: center;
  transform: translateY(-50%);
  display: inline-block;
}
figure .buttons a:hover {
  background: #ffdcba;
  border-color: #ffdcba;
}
figure .buttons a:focus {
  text-decoration: none;
}
figure figcaption {
  padding: 20px 25px;
  margin-top: 0;
  color: #666;
}
figure figcaption h4 {
  margin: 0;
}
figure figcaption h4 a {
  color: #000;
}
figure figcaption p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}

#feature {
  padding: 80px 0;
}
#feature .media {
  margin: 0px 0 70px 0;
}
#feature .media .media-left {
  padding-right: 25px;
}
#feature h3 {
  color: #222222;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  margin: 0px 0px 15px;
  font-weight: 400;
}
#feature p {
  line-height: 25px;
  font-size: 14px;
  color: #777777;
}
#feature .icon {
  text-decoration: none;
  color: #fff;
  background-color: #02bdd5;
  height: 100px;
  text-align: center;
  width: 100px;
  font-size: 50px;
  line-height: 100px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-shadow: #00a4ba 1px 1px, #00a4ba 2px 2px, #00a4ba 3px 3px, #00a4ba 4px 4px, #00a4ba 5px 5px, #00a4ba 6px 6px, #00a4ba 7px 7px, #00a4ba 8px 8px, #00a4ba 9px 9px, #00a4ba 10px 10px, #00a4ba 11px 11px, #00a4ba 12px 12px, #00a4ba 13px 13px, #00a4ba 14px 14px, #00a4ba 15px 15px, #00a4ba 16px 16px, #00a4ba 17px 17px, #00a4ba 18px 18px, #00a4ba 19px 19px, #00a4ba 20px 20px, #00a4ba 21px 21px, #00a4ba 22px 22px, #00a4ba 23px 23px, #00a4ba 24px 24px, #00a4ba 25px 25px, #00a4ba 26px 26px, #00a4ba 27px 27px, #00a4ba 28px 28px, #00a4ba 29px 29px, #00a4ba 30px 30px, #00a4ba 31px 31px, #00a4ba 32px 32px, #00a4ba 33px 33px, #00a4ba 34px 34px, #00a4ba 35px 35px, #00a4ba 36px 36px, #00a4ba 37px 37px, #00a4ba 38px 38px, #00a4ba 39px 39px, #00a4ba 40px 40px, #00a4ba 41px 41px, #00a4ba 42px 42px, #00a4ba 43px 43px, #00a4ba 44px 44px, #00a4ba 45px 45px, #00a4ba 46px 46px, #00a4ba 47px 47px, #00a4ba 48px 48px, #00a4ba 49px 49px, #00a4ba 50px 50px, #00a4ba 51px 51px, #00a4ba 52px 52px, #00a4ba 53px 53px, #00a4ba 54px 54px, #00a4ba 55px 55px, #00a4ba 56px 56px, #00a4ba 57px 57px, #00a4ba 58px 58px, #00a4ba 59px 59px, #00a4ba 60px 60px, #00a4ba 61px 61px, #00a4ba 62px 62px, #00a4ba 63px 63px, #00a4ba 64px 64px, #00a4ba 65px 65px, #00a4ba 66px 66px, #00a4ba 67px 67px, #00a4ba 68px 68px, #00a4ba 69px 69px, #00a4ba 70px 70px, #00a4ba 71px 71px, #00a4ba 72px 72px, #00a4ba 73px 73px, #00a4ba 74px 74px, #00a4ba 75px 75px, #00a4ba 76px 76px, #00a4ba 77px 77px, #00a4ba 78px 78px, #00a4ba 79px 79px, #00a4ba 80px 80px, #00a4ba 81px 81px, #00a4ba 82px 82px, #00a4ba 83px 83px, #00a4ba 84px 84px, #00a4ba 85px 85px, #00a4ba 86px 86px, #00a4ba 87px 87px, #00a4ba 88px 88px, #00a4ba 89px 89px, #00a4ba 90px 90px, #00a4ba 91px 91px, #00a4ba 92px 92px, #00a4ba 93px 93px, #00a4ba 94px 94px, #00a4ba 95px 95px, #00a4ba 96px 96px, #00a4ba 97px 97px, #00a4ba 98px 98px, #00a4ba 99px 99px, #00a4ba 100px 100px;
}

.wrapper_404 h1 {
  font-size: 200px;
  color: #02bdd5;
  line-height: 1;
}
.wrapper_404 h2 {
  font-size: 50px;
  margin-top: 0;
}
.wrapper_404 .btn-home {
  background: #414141;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
  transition: all linear 0.2s;
}

#blog-full-width {
  padding: 40px 0 80px;
}

article {
  padding: 30px 0;
}

.blog-content h2 {
  font-family: "Roboto", sans-serif;
}
.blog-content h2 a {
  color: #444;
  font-weight: 400;
  font-size: 30px;
}
.blog-content .blog-meta {
  color: #9a9a9a;
  font-weight: 300;
  margin-bottom: 25px;
}
.blog-content .blog-meta span:after {
  content: "/";
  padding: 0 3px 0 6px;
}
.blog-content .blog-meta a {
  color: #acacac;
}
.blog-content .blog-meta p {
  margin-top: 20px;
}
.blog-content .btn-details {
  color: #02bdd5;
  padding: 0;
  background: #02bdd5;
  color: #fff;
  padding: 8px 18px;
  border-radius: 0;
  margin-top: 15px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 1px #02bdd5;
}

.blog-post-image {
  margin-top: 30px;
}

.sidebar {
  padding-top: 60px;
}
.sidebar .widget {
  margin-bottom: 40px;
  padding: 15px;
  border: 1px solid #dedede;
}
.sidebar .widget h3 {
  margin-top: 8px;
}
.sidebar .search input.form-control {
  border-right: 0;
  border-radius: 0;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}
.sidebar .search button {
  border-left: 0;
}
.sidebar .search button:hover {
  background: transparent;
}
.sidebar .author .author-img img {
  width: 90px;
  border-radius: 100%;
  margin-top: -40px;
  border: 3px solid #fff;
}
.sidebar .author .author-bio p {
  font-size: 14px;
  color: #888;
}
.sidebar .categories ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  list-style: none;
}
.sidebar .categories ul li span.badge {
  float: right;
  background: transparent;
  color: #444;
  border: 1px solid #dedede;
  border-radius: 0;
}
.sidebar .categories ul li a {
  color: #555;
}
.sidebar .categories ul li:last-child {
  border-bottom: none;
}
.sidebar .recent-post ul li {
  margin: 20px 0;
}
.sidebar .recent-post ul li a {
  color: #555;
  font-size: 15px;
}
.sidebar .recent-post ul li a:hover {
  color: #02bdd5;
}
.sidebar .recent-post time {
  font-weight: 300;
  color: #999;
  font-size: 12px;
}

#clients {
  padding: 30px 0 60px;
}

.slick-slide:focus {
  outline: 0;
}

#contact-section {
  padding: 90px 0;
}
#contact-section .contact-form {
  margin-top: 42px;
}
#contact-section .contact-form .btn-send {
  color: #fff;
  outline: none;
  background: #02bdd5;
  transition: all linear 0.2s;
  border-color: #02bdd5;
  border-radius: 0;
}
#contact-section input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 1px;
  border: 1px solid rgba(111, 121, 122, 0.3);
  box-shadow: none;
  -webkit-box-shadow: none;
}
#contact-section textarea {
  display: block;
  border-radius: 0;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-section .address, #contact-section .email, #contact-section .phone {
  text-align: center;
  background: #F7F7F7;
  padding: 20px 0 40px 0;
  margin-bottom: 20px;
}
#contact-section .address i, #contact-section .email i, #contact-section .phone i {
  font-size: 45px;
  color: #02bdd5;
}
#contact-section .address h5, #contact-section .email h5, #contact-section .phone h5 {
  font-size: 16px;
  line-height: 1.4;
}
#contact-section .address-details {
  padding-top: 70px;
}

#map-canvas {
  width: 100%;
  height: 350px;
  background-color: #CCC;
}

.error {
  padding: 10px;
  color: #D8000C;
  border-radius: 2px;
  font-size: 14px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

#error, #success {
  display: none;
  margin-bottom: 10px;
}

.gallery {
  padding: 100px;
}
.gallery figure .buttons {
  left: 40%;
}

.portfolio-meta span {
  margin: 5px 10px;
  font-weight: 300;
}
.portfolio-meta span a {
  color: #fff;
}

.single-post {
  padding: 80px 0 20px;
}
.single-post .post-content {
  padding: 40px 0;
}
.single-post .post-content ol li, .single-post .post-content ul li {
  color: #666;
}
.single-post .media {
  border: 1px solid #dedede;
  padding: 30px 20px;
}
.single-post .media .media-body a {
  color: #02bdd5;
  font-size: 12px;
}
.single-post .media .media {
  border: none;
}
.single-post .comments {
  margin-top: 40px;
}
.single-post .post-comment {
  margin-top: 40px;
}
.single-post .post-comment h3 {
  margin-bottom: 15px;
}
.single-post .post-comment .form-control {
  box-shadow: none;
  border-radius: 0;
}
.single-post .post-comment .btn-send {
  background: #02bdd5;
  color: #fff;
  border-radius: 0;
}

/* portfolio single */
.work-single {
  padding: 100px 0 20px;
}
.work-single h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
.work-single-image {
  margin-bottom: 35px;
}
.work-single-content p {
  margin-bottom: 30px;
}
.work-single blockquote {
  margin-bottom: 30px;
  padding: 30px 25px;
  background: #eae9ec;
  color: #848484;
}
.work-single-sidebar {
  background: #eae9ec;
  margin: 70px 0 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding: 30px 25px;
}
.work-single-sidebar h5 {
  margin-bottom: 8px;
}
.work-single-sidebar h6 {
  margin-bottom: 20px;
}

.btn-work {
  color: #fff;
  background: #02bdd5;
  border-radius: 0;
}

#product-showcase-banner {
  padding-top: 160px;
}
#product-showcase-banner .block {
  padding: 20px 0 20px 50px;
}
#product-showcase-banner .block h2 {
  font-size: 40px;
  color: #02bdd5;
  margin-bottom: 20px;
  margin-top: 0;
}
#product-showcase-banner .block p {
  color: #666;
  line-height: 25px;
}
#product-showcase-banner .block .buttons {
  margin-top: 25px;
}
#product-showcase-banner .block .buttons .btn {
  color: #fff;
  border: none;
  padding: 12px 40px;
  transition: 0.2s all;
  letter-spacing: 2px;
  font-size: 15px;
}
#product-showcase-banner .block .buttons .btn-demo {
  background: #5abd4f;
  margin-right: 8px;
  border-bottom: 3px solid #429E38;
}
#product-showcase-banner .block .buttons .btn-demo:hover {
  background: #429E38;
}
#product-showcase-banner .block .buttons .btn-buy {
  background: #00AEDA;
  border-bottom: 3px solid #0190B5;
}
#product-showcase-banner .block .buttons .btn-buy:hover {
  background: #0190B5;
}
#product-showcase-banner .block .buttons .btn-buy span {
  margin-right: 8px;
  font-weight: bold;
}

#product-description {
  padding-top: 80px;
}
#product-description .block {
  height: 400px;
  overflow: hidden;
  margin-top: 35px;
  border-bottom: 1px solid #dedede;
  padding-top: 30px;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#product-description .block:hover img {
  transform: translateY(20px);
}
#product-description .block img {
  position: absolute;
  top: 10px;
  left: 0;
  transform: translateY(60px);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#product-description .block .content {
  width: 60%;
  padding-top: 70px;
}
#product-description .block .content h3 {
  font-size: 32px;
  color: #5c5c5c;
}
#product-description .block .content p {
  color: #787f8c;
  line-height: 25px;
}

#related-items {
  padding: 60px 0 110px;
}
#related-items .title {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  margin: 5px 15px 30px 15px;
  text-align: left;
  color: #777;
}
#related-items .product-details {
  margin-bottom: 0;
}
#related-items .block {
  position: relative;
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.14);
}
#related-items .block:hover .img-overly .overly {
  opacity: 1;
}
#related-items .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #666;
}
#related-items .block h4 span {
  float: right;
  color: #02bdd5;
}
#related-items .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}
#related-items .block .img-overly img {
  border-radius: 0;
}
#related-items .block .img-overly .overly {
  background: rgba(57, 181, 74, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s all;
}
#related-items .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 45%;
}
#related-items .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}

.service-page .service-parts .block {
  margin-bottom: 40px;
  text-align: center;
}
.service-page .service-parts .block i {
  font-size: 35px;
  color: #02bdd5;
}
.service-page .service-parts .block p {
  padding: 0 8px;
  font-size: 14px;
  color: #777;
  line-height: 1.7;
}

#team {
  margin: 50px 0;
}

.team-member {
  margin-top: 30px;
}
.team-member:hover .team-img img {
  opacity: 0.8;
}
.team-member .team-img {
  position: relative;
}
.team-member .team-img .team-pic {
  width: 100%;
}
.team-member .team_designation {
  font-size: 13px;
}
.team-member h3 {
  color: #02bdd5;
  margin-bottom: 0;
  font-size: 20px;
}
.team-member p {
  font-size: 14px;
}
.team-member .social-icons a {
  background: #02bdd5;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  font-size: 15px;
}
.team-member .social-icons .facebook {
  padding: 4px 12px;
}

#footer {
  background: #fff;
  padding: 50px 0 25px;
  color: #555;
  border-top: 1px solid #e0e0e0;
}

.footer-section {
  margin-bottom: 30px;
}

.footer-section h5 {
  color: #036E2F;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-section p {
  color: #666;
  font-size: 14px;
  line-height: 22px;
}

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

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-links li a:hover {
  color: #036E2F;
  padding-left: 5px;
}

#footer .social {
  text-align: left;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

#footer .social li {
  display: block;
  margin-bottom: 12px;
}

#footer .social a {
  color: #036E2F;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

#footer .social a i {
  margin-right: 8px;
  font-size: 16px;
}

#footer .social a:hover {
  color: #025623;
  transform: translateX(5px);
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

#footer .copyright {
  font-size: 13px;
  margin-bottom: 0;
  color: #999;
}

#footer .copyright a {
  color: #036E2F;
  text-decoration: none;
}

#footer .copyright a:hover {
  text-decoration: underline;
}

/* WAPCEF Specific Sections */

/* Mission Section */
.mission-section {
  padding: 100px 0;
  background: #f8f8f8;
}
.mission-section h3 {
  color: #036E2F;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}
.mission-section .block {
  padding: 30px;
}
.mission-section p {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}

/* Programs Section */
.programs-section {
  padding: 100px 0;
  background: #fff;
}
.program-card {
  background: #f8f8f8;
  padding: 40px 30px;
  border-radius: 5px;
  border-left: 4px solid #036E2F;
  transition: all 0.3s ease;
  height: 100%;
}
.program-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.program-card .program-icon {
  font-size: 48px;
  color: #036E2F;
  margin-bottom: 20px;
}
.program-card h3 {
  color: #036E2F;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}
.program-card .program-list {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
}
.program-card .program-list li {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.program-card .program-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #036E2F;
  font-weight: bold;
}
.program-card p {
  color: #666;
  font-size: 15px;
  line-height: 24px;
}

/* Impact Section */
.impact-section {
  padding: 100px 0;
  background: #f8f8f8;
}
.impact-stats {
  margin-bottom: 60px;
}
.stat-box {
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.stat-number {
  color: #036E2F;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}
.stat-label {
  color: #666;
  font-size: 16px;
  margin: 10px 0 0 0;
}
.testimonial-card {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-top: 3px solid #036E2F;
  height: 100%;
}
.testimonial-text {
  color: #333;
  font-size: 15px;
  line-height: 26px;
  font-style: italic;
  margin-bottom: 15px;
}
.testimonial-author {
  color: #036E2F;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

/* Get Involved Section */
.get-involved-section {
  padding: 100px 0;
  background: #fff;
}
.involvement-card {
  background: #f8f8f8;
  padding: 40px 30px;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}
.involvement-card:hover {
  background: #036E2F;
  color: #fff;
  transform: translateY(-5px);
}
.involvement-card .involvement-icon {
  font-size: 48px;
  color: #036E2F;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.involvement-card:hover .involvement-icon {
  color: #fff;
  font-size: 56px;
}
.involvement-card h4 {
  color: #036E2F;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.involvement-card:hover h4 {
  color: #fff;
}
.involvement-card p {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.involvement-card:hover p {
  color: #f8f8f8;
}
.involvement-link {
  display: inline-block;
  color: #036E2F;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.3s ease;
  border-bottom: 2px solid #036E2F;
  padding-bottom: 3px;
}
.involvement-card:hover .involvement-link {
  color: #fff;
  border-bottom-color: #fff;
}

/* Transparency Section */
.transparency-section {
  padding: 100px 0;
  background: #f8f8f8;
}
.transparency-box {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
}
.transparency-box:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.transparency-box h4 {
  color: #036E2F;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
.transparency-box p {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.transparency-link {
  display: inline-block;
  color: #036E2F;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.3s ease;
  border-bottom: 2px solid #036E2F;
  padding-bottom: 3px;
}
.transparency-link:hover {
  color: #025623;
  border-bottom-color: #025623;
}
#footer .social li a {
  font-size: 22px;
  color: #02bdd5;
}

.cd-headline.slide .cd-words-wrapper {
  color: #ffdcba;
}

ul.social-icons {
  height: auto;
  overflow: hidden;
  list-style: none !important;
  margin-bottom: 10px;
}
ul.social-icons li {
  float: none;
  display: inline-block;
  height: 36px;
}

#copyright a:hover, #copyright nav .menu li a:hover {
  color: #e4e4e4 !important;
}
#copyright a {
  text-decoration: none;
}
#copyright a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */

/* PAGE HEADER STYLES */
.page-header {
  background: linear-gradient(135deg, #036E2F 0%, #025623 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  margin-top: 80px;
}

.page-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.page-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
  .page-header {
    padding: 50px 0;
    margin-top: 60px;
  }
  
  .page-title {
    font-size: 32px;
  }
  
  .page-subtitle {
    font-size: 16px;
  }
}

/* ABOUT PAGE STYLES */
.about-story {
  padding: 100px 0;
  background: #fff;
}

.story-content {
  padding-right: 40px;
}

.story-content p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-bottom: 20px;
}

.story-image img {
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.mission-vision-values {
  padding: 100px 0;
  background: #f8f8f8;
}

.mvv-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
  border-top: 4px solid #036E2F;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

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

.mvv-card h3 {
  color: #036E2F;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.mvv-card p, .mvv-card ul {
  color: #666;
  font-size: 15px;
  line-height: 24px;
}

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

.values-list li {
  margin-bottom: 12px;
}

/* LEADERSHIP SECTION */
.leadership-section {
  padding: 100px 0;
  background: #fff;
}

.leadership-card {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  margin-bottom: 30px;
}

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

.leader-image {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  height: 250px;
}

.leader-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leadership-card h4 {
  color: #036E2F;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.leadership-card .role {
  color: #999;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 15px;
}

.leadership-card .bio {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}

/* LEGAL & GOVERNANCE */
.legal-status {
  padding: 100px 0;
  background: #f8f8f8;
}

.legal-box {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-left: 4px solid #036E2F;
}

.legal-box h4 {
  color: #036E2F;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.legal-list, .governance-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.legal-list li, .governance-list li {
  padding: 10px 0;
  color: #666;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}

.legal-list li:last-child, .governance-list li:last-child {
  border-bottom: none;
}

.role-box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.role-box h5 {
  color: #036E2F;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.role-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.role-box li {
  padding: 8px 0;
  color: #666;
  font-size: 14px;
}

/* GOALS SECTION */
.goals-section {
  padding: 100px 0;
  background: #fff;
}

.goal-item {
  background: #f8f8f8;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.goal-item h4 {
  color: #036E2F;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

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

.goal-list li {
  padding: 12px 0;
  color: #666;
  font-size: 15px;
  border-bottom: 1px solid #e0e0e0;
}

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

/* PROGRAMS PAGE */
.program-detail {
  padding: 100px 0;
}

.program-detail:nth-child(odd) {
  background: #f8f8f8;
}

.program-title {
  color: #036E2F;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.lead {
  color: #666;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.program-content p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-bottom: 20px;
}

.program-content h4 {
  color: #036E2F;
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 15px;
}

.program-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.program-features li {
  padding: 12px 0;
  padding-left: 30px;
  position: relative;
  color: #666;
  font-size: 15px;
  line-height: 24px;
}

.program-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #036E2F;
  font-weight: bold;
  font-size: 18px;
}

.program-image img {
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.program-details {
  padding: 30px;
  background: rgba(3, 110, 47, 0.05);
  border-radius: 8px;
  margin-bottom: 30px;
}

.detail-box h5 {
  color: #036E2F;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.detail-box p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
}

.program-comparison {
  padding: 100px 0;
  background: #F8F8F8;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

.comparison-table thead {
  background: #036E2F;
  color: #fff;
}

.comparison-table th {
  padding: 20px 15px;
  text-align: left;
  font-weight: 600;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-table th:last-child {
  border-right: none;
}

.comparison-table td {
  padding: 18px 15px;
  border-bottom: 1px solid #e0e0e0;
  color: #666;
  font-size: 15px;
}

.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.comparison-table tbody tr:hover {
  background: #f8f8f8;
}

.impact-stories {
  padding: 100px 0;
  background: #f8f8f8;
}

.story-box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-top: 4px solid #036E2F;
}

.story-box h4 {
  color: #036E2F;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.story-box p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
}

/* GET INVOLVED PAGE */
.involvement-options {
  padding: 100px 0;
  background: #fff;
}

.intro-text {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.involvement-detailed {
  padding: 40px 30px;
}

.icon-box {
  width: 60px;
  height: 60px;
  background: #036E2F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}

.involvement-detailed h3 {
  color: #036E2F;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.involvement-detailed .lead {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.involvement-detailed p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
}

.donation-examples, .sponsor-benefits, .volunteer-options, .partner-types {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.donation-examples li, .sponsor-benefits li, .volunteer-options li, .partner-types li {
  padding: 12px 0;
  padding-left: 30px;
  position: relative;
  color: #666;
  font-size: 15px;
}

.donation-examples li:before, .sponsor-benefits li:before, .volunteer-options li:before, .partner-types li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #036E2F;
  font-weight: bold;
  font-size: 16px;
}

.sponsor-amount, .partnership-note {
  background: rgba(3, 110, 47, 0.05);
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}

.involvement-image {
  margin-bottom: 30px;
}

.involvement-image img {
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.why-involved {
  padding: 100px 0;
  background: #f8f8f8;
}

.reason-box {
  background: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.reason-box:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.reason-box h4 {
  color: #036E2F;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.reason-box i {
  color: #036E2F;
  font-size: 24px;
  margin-right: 10px;
}

.reason-box p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
}

/* TRANSPARENCY PAGE */
.transparency-statement {
  padding: 60px 0;
  background: #fff;
}

.intro-box {
  background: #f8f8f8;
  padding: 40px;
  border-radius: 8px;
  border-left: 4px solid #036E2F;
}

.intro-box .lead {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
}

.financial-section, .governance-section, .compliance-section, .impact-measurement, .access-information {
  padding: 100px 0;
}

.financial-section, .compliance-section, .impact-measurement {
  background: #fff;
}

.governance-section, .access-information {
  background: #f8f8f8;
}

.financial-box {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.financial-section .financial-box {
  background: #f8f8f8;
}

.financial-box h4 {
  color: #036E2F;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.financial-box i {
  color: #036E2F;
  font-size: 24px;
  margin-right: 10px;
}

.financial-box ul, .governance-box ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.financial-box li, .governance-box li {
  padding: 10px 0;
  color: #666;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}

.financial-box li:last-child, .governance-box li:last-child {
  border-bottom: none;
}

.governance-box {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.governance-box h4 {
  color: #036E2F;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.compliance-box {
  background: #f8f8f8;
  padding: 40px 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-top: 4px solid #036E2F;
}

.compliance-box h4 {
  color: #036E2F;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.compliance-box i {
  color: #036E2F;
  font-size: 28px;
  margin-bottom: 15px;
  display: block;
}

.compliance-box ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  text-align: left;
}

.compliance-box li {
  padding: 8px 0;
  color: #666;
  font-size: 14px;
}

.metric-box {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.metric-box h5 {
  color: #036E2F;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

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

.metric-list li {
  padding: 10px 0;
  padding-left: 25px;
  position: relative;
  color: #666;
  font-size: 14px;
}

.metric-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #036E2F;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}

.access-box {
  background: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.access-box:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.access-box i {
  font-size: 36px;
  color: #036E2F;
  margin-bottom: 15px;
  display: block;
}

.access-box h5 {
  color: #036E2F;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.access-box p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}

/* CONTACT PAGE */
.contact-info {
  padding: 80px 0;
  background: #f8f8f8;
}

.info-box {
  background: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-top: 4px solid #036E2F;
  transition: all 0.3s ease;
}

.info-box:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.info-box .icon-box {
  margin: 0 auto 20px;
}

.info-box h4 {
  color: #036E2F;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.info-box p {
  font-size: 15px;
  color: #666;
  margin-bottom: 10px;
}

.info-box p.small {
  font-size: 13px;
  color: #999;
  margin-bottom: 0;
}

.info-box a {
  color: #036E2F;
  text-decoration: none;
  font-weight: 600;
}

.info-box a:hover {
  text-decoration: underline;
}

.contact-form-section {
  padding: 80px 0;
  background: #fff;
}

.contact-form-section h2 {
  color: #036E2F;
  font-size: 32px;
  font-weight: 700;
}

.contact-form {
  background: #f8f8f8;
  padding: 40px;
  border-radius: 8px;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  color: #036E2F;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.contact-form .form-control {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 12px 15px;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: #036E2F;
  box-shadow: 0 0 0 3px rgba(3, 110, 47, 0.1);
  outline: none;
}

.contact-form select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  height: auto;
  min-height: 50px;
}

.contact-form select.form-control option {
  padding: 12px 15px;
  line-height: 1.8;
  background-color: #fff;
  color: #333;
  margin: 5px 0;
}

.contact-form .custom-control-label {
  color: #666;
  font-size: 14px;
}

.error-message {
  display: block;
  color: #dc3545;
  font-size: 13px;
  margin-top: 5px;
}

.form-message {
  margin-top: 20px;
}

.faq-section {
  padding: 100px 0;
  background: #f8f8f8;
}

.faq-item {
  background: #fff;
  padding: 25px 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #036E2F;
}

.faq-item h5 {
  color: #036E2F;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.faq-item p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
  margin-bottom: 0;
}

.cta-section {
  padding: 80px 0;
  background: #036E2F;
  color: #fff;
  text-align: center;
}

.cta-section h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin-bottom: 30px;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 768px) {
  .story-content {
    padding-right: 0;
    margin-bottom: 30px;
  }
  
  .program-content {
    margin-bottom: 30px;
  }
  
  .involvement-image {
    margin-bottom: 30px;
  }
  
  .program-title {
    font-size: 28px;
  }
  
  .contact-form {
    padding: 25px;
  }
  
  .info-box {
    margin-bottom: 25px;
  }
}

/* Desktop and Mobile Get Involved Button Visibility */
.desktop-get-involved {
  display: none;
}

@media (min-width: 992px) {
  .desktop-get-involved {
    display: flex;
    align-items: center;
    margin-left: 15px;
  }

  .desktop-get-involved .btn-involved {
    padding: 10px 25px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
  }

  .mobile-menu-buttons {
    display: none !important;
  }
}

