body, html {
    font-family: 'Acre' !important;
    font-weight: 100 !important;
    font-style: normal !important;
}
/* .carousel-caption h1{
  color: #FFF;
  text-align: center;
  font-family: Acre-Extrabold;
  font-size: 128px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
} */

.carousel-item {
    position: relative;
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.carousel-item img {
    width: 100%;
    height: 85vh;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 60%;
    z-index: 2;
}

.carousel-caption h1 {
  color: #FFF;
  text-align: center;
  font-family: "Acre";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  }

  .carousel-caption p {
  color: #FFF;
  text-align: center;
  font-family: "Acre";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  }

.carousel-buttons {
    position: absolute;
    bottom: -49%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
}
.vision, .mission {
    padding: 20px;
    font-family: "Acre";
    width: 400px;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transform: rotate(-35deg);
    border-radius: 135.999px;
    border: 10px solid #FFF;
}
.vision {
    background: #F00;
    color: white;
}
.mission {
    background: #FCD727;
    color: #F00;
}

.stats-section {
    background: linear-gradient(270deg, #2b8a3e 80%, #f7b733 100%);
    padding: 20px;
}

.stats-section h6 {
    color: #FFF;
    font-family: "Acre";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.stats-section h2 {
  color: #FFF;
  font-family: "Acre";
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-section {
        background: linear-gradient(to right, #2b8a3e, #f7b733);
    }
    .footer-section a {
        text-decoration: none;
    }
    .footer-section a:hover {
        color: white;
}
#footer-links li{
  display: block;
  margin-bottom: 10px;
}

.benefits-container {
    text-align: center;
    padding: 50px 20px;
}
.benefit-card {
    border: 1px solid #666;
    border-radius: 15px;
    padding: 20px;
    transition: 0.3s;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
}
.benefit-card p {
    font-size: 14px;
    color: #fff;
}
.gradient-card {
    /* background: linear-gradient(270deg, #f7b733 13.33%, #2b8a3e 95%); */
    background: linear-gradient(270deg, #2b8a3e 13.33%, #2b8a3e 95%);
    height: 320px;
    border: none;
}

.benefit-card h5 {
  color:  #fff;
  text-align: center;
  font-family:  "Acre";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
  .gradient-card p {
    color: #FFF;
    text-align: center;
    font-family: "Acre";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


.benefit-card img {
    width: 50px;
    margin-bottom: 15px;
}
.white-card h5 {
  color: #000;
  text-align: center;
  font-family: "Acre";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.white-card{
  height: 300px;
}
.white-card p {
    color: #000;
    text-align: center;
    font-family: "Acre";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
    
.benefits-container h2{
  color: #000;
  text-align: center;
  font-family:  "Acre";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

}

.benefits-container span{
  color: #000;
  text-align: center;
  font-family: "Acre";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.benefit-card svg{
  width: 72px;
  height: 72px;
  margin-bottom: 15px;
}

.pb-100{
  padding-bottom: 80px !important;
}
  .quote-section {
    position: relative;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .quote-content {
    position: relative;
    z-index: 1;
  }
  .quote-content h5{
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
  .quote-content p{
    color: #FFF;
    text-align: center;
    font-family: "Acre";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .quote-content i{
    color: rgba(255, 255, 255, 0.20) !important;
  }


    .newsletter-section {
         background: linear-gradient(270deg, #f7b733 10%, #2b8a3e 50%);
    }

    .newsletter-input {
        max-width: 500px;
        width: 100%;
        border-radius: 50px;
        overflow: hidden;
    }

    .newsletter-input .form-control {
        border-radius: 50px 0 0 50px;
        border: none;
        padding: 12px 20px;
        font-size: 16px;
    }

    .newsletter-input .btn {
        border-radius: 0 50px 50px 0;
        font-weight: bold;
    }


  .pl-0{
    padding-left:0px !important;
  }

.focus-card svg{
  width: 72px;
  height: 72px;
  margin-bottom: 15px;
}
.plan-features svg{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

span.section-title{
color: #000;
text-align: center;
font-family: "Acre";
font-size: 22px;
font-style: normal;
font-weight: 100;
line-height: normal;
}
.section-heading{
 color: #000;
text-align: center;
font-family: "Acre";
font-size: 34px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 30px;
}

.welcome-title{
  color: #000;
  font-family: "Acre";
  font-size: 22px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}
.main-heading{
  color: #000;
  font-family: "Acre";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pt-80{
  padding-top: 80px;
}
.pb-80{
  padding-bottom: 80px;
}

.message-body p{
  color: #000 !important;
  text-align: justify;
  font-family: "Acre";
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}

.signature{
  color: #000;
  font-family: "Acre";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.breadcrumb-section {
background: linear-gradient(270deg, #2b8a3e 80%, #f7b733 100%);
padding-top: 150px;
z-index: 0 !important;
padding-bottom:100px;
overflow: hidden;
}
.breadcrumb-section h1{
color: #FFF;
font-family: "Acre";
font-size: 68px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.breadcrumb-section p{
color: #FFF;
text-align: justify;
font-family: "Acre";
font-size: 18px;
font-style: normal;
font-weight: 100;
line-height: normal;
}
.white-border {
  border-left:4px solid #fff;
}

.svg-shape {
position: absolute;
right: 0px;
top: 10px;
width: 300px;
height: 375px;
z-index: 199 !important;
background: url('<?=get_template_directory_uri()?>/assets/img/rec.svg') no-repeat center;
background-size: cover;
}


/* css media queries for smart phones */

/* max with 480px */
@media only screen and (max-width: 480px) {
  .ucem-container{
    overflow: hidden;
  }
  .carousel-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 60%;
    z-index: 2;
}
.carousel-caption h1 {
  font-size: 17px;
  text-align: left;
}
.carousel-caption p {
  font-size: 14px;
  text-align: left;
  line-height: 150%;
}

.carousel-control-prev svg,
  .carousel-control-next svg {
    width: 17px;
    height: 17px;
  }

  .stats-section h6{
    font-size: 17px;
  }

  .stats-section h2 {
    font-size: 30px;
  }

.bg-left, .bg-right {
    position: absolute;
    top: 0;
    width: 300px !important;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.about-section h6 {
    font-family: "Acre";
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.about-section h2 {
    font-size: 18px !important;
}
.about-section p {
    font-size: 14px !important;
}


.benefits-container h2 {
    font-size: 24px !important;
}
.benefits-container span {
    font-size: 18px !important;
}

.latest-news-image {
    position: relative;
    z-index: 2;
    max-width: 100% !important;
    border-radius: 10px;
}

.svg-bg-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0% !important;
    height: 100%;
    background: url('<?=get_template_directory_uri()?>/assets/img/bg2.svg') no-repeat center / cover;
    z-index: 0;
}

.latest-news-heading {
    font-size: 18px !important;
}

.sponsor-card {
    border: 2px solid #FFD700;
    border-radius: 20px;
    padding: 10px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px !important;
}

.sponsor-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.quote-content p {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    text-align: left;
}

.quote-content h5 {
    font-size: 15px !important;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}

.newsletter-section p{
  font-size: 14px !important;
  text-align: left;
}

.advocacy-section h2 {
    font-size: 24px !important;
}

.advocacy-section span {
    font-size: 18px !important;
}
.btn-outline-secondary {
  border: 1px solid #2b8a3e !important;
  color: #2b8a3e !important;
  font-family: "Acre";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#offcanvas-navbar{
  width: 50% !important;
}

.navbar-nav .nav-link {
    color: #2b8a3e;
    font-weight: 300 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    margin: 0px !important;
}
.advocacy-section .card{
  border: 1px solid #f7b733 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
}
.advocacy-section .card img {
  border-radius:0px !important;
}
.footer-section p,
#footer-links a{
  font-size: 12px !important;
}
.footer-section h5{
  font-size: 18px !important;
}

}
