/* @media (max-width: 767px) {
    .our-programs-div {
        margin-top: 200px;
    }
}

.entrepre-icon {
    color: #ffffff !important;
    padding-right: 10px;
    font-size: 23px;
}
.visit-market-btn {
    background-color: transparent;
    border: #ffffff solid 1px;
    color: #ffffff;
}
.entrepreneur-style {
    background: linear-gradient(90deg, rgba(0,102,0,1) 16%, rgba(252,176,69,1) 100%);
}

.carousel-item2 {
    position: relative;
    background-image: url('/images/banners/new_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.carousel-item2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #EFB443 10%, #006600 100%);
    opacity: 0.7;
    z-index: 1;
}

.carousel-item2 .content {
    position: relative;
    z-index: 2;
}
.carousel-card {
    background-color: #ffffff;

}
.carousel-card strong {
    color: #DC5D01;
}
.home-banner-carousel {
    height: 70vh;
    width: 100%;
}
.home-banner-carousel img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.stat-bgrnd {
    background-color: #006600;
}
.bg-dark img {
    filter: brightness(50%);
}
.entre-image-text {
    border-left: #EFB443 solid 2px;
}
.entre-image-text p {
    font-size: 14px;
    color: #ffffff;
    padding: 0;
    margin: 0;
}
.entre-image-text h5 {
    font-size: 17px;
    font-weight: 700;
}
.sun {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    animation:
        40s linear 0s infinite alternate rise,
        40s linear 0s infinite alternate bounce;
}
.bg-dark {
    width: 20rem;
    min-width: 10rem;
    border: none;
    outline: none;
}

@keyframes rise {
    from {
        transform: translateY(110vh);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes bounce {
    from {
        transform: translateX(-20%);
    }
    to {
        transform: translateX(10%);
    }
}
@media screen and (max-width: 320px) {
    @keyframes bounce {
        from {
            transform: translateX(-320%);
        }
        to {
            transform: translateX(50%);
        }
    }
}
@media screen and (min-width: 320px) and (max-width: 500px) {
    @keyframes bounce {
        from {
            transform: translateX(-200%);
        }
        to {
            transform: translateX(50%);
        }
    }
}
@media screen and (min-width: 500px) and (max-width: 800px) {
    @keyframes bounce {
        from {
            transform: translateX(-100%);
        }
        to {
            transform: translateX(50%);
        }
    }
}
.carousel-control-prev,
.carousel-control-next {
    height: auto;
}

.carousel-control-prev {
    left: -50px;
}

.carousel-control-next {
    right: -50px;
}

@media (max-width: 768px) {
    .carousel-control-prev {
        left: -30px;
    }

    .carousel-control-next {
        right: -30px;
    }
}

@media (max-width: 576px) {
    .carousel-control-prev {
        left: -20px;
    }

    .carousel-control-next {
        right: -20px;
    }
}

.carousel-inner {
    position: relative;
} */

/* style for new home page */
.stat-section-wrapper {
    position: relative;
    margin-bottom: 150px;
}
.style-stat {
    width: 90%;
    max-width: 1100px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: white;
    color: #0A883E;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: absolute;
    left: 50%;
    bottom: -70px;
    transform: translateX(-50%);
    z-index: 5;
    border: 2px solid #0A883E;
}

.style-stat > div {
    padding: 10px;
    text-align: center;
}

.style-stat-text {
    border-left: 2px solid #D9D9D9;
    padding-left: 20px;
}

.count-stat {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
}

.style-stat-text p{
    font-size: 14px;
    color: #333333;
}

@media (max-width: 768px) {
    .style-stat {
        align-items: center;
    }
}

.style-jollof-war {
    margin-top: 170px;
}
@media screen and (min-width: 990px) {
    .style-stat {
        width: 70% !important;
    }
}
@media screen and (max-width: 571px) {
    .stat-bagd-image {
        display: none !important;
    }
    .style-jollof-war {
        margin-top: 530px;
    }
    .style-stat-text {
        border-left: 0px !important;
    }
    .style-stat {
        position: static !important;
        transform: none !important;
        width: calc(100% - 20px) !important;
        margin: 20px auto 0 auto;
        flex-direction: column;
        margin-top: 20px;
        border-radius: 6px;
    }

    .style-stat-text {
        border-left: 0 !important;
        border-top: 1px solid #D9D9D9;
    }

    .stat-section-wrapper {
        margin-bottom: 250px;
    }
}

   .afc-green {
        color: #0A883E;
    }

    .header-section {
        background-image: url('/images/banners/new_bg_1.png');
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        height: 35rem;
        position: relative;
    }

    .text-highlight {
        color: #EFB443;
    }

    .text-afc-orange {
        color: #DC6E26 !important;
    }

    .btn-custom {
        background-color: #EFB443;
        font-weight: 600;
        border: none;
        padding: 12px 25px;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .btn-light {
        color: #0A883E;
        font-weight: 600;
        border: none;
        padding: 12px 25px;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .btn-custom:hover {
        background-color: #fff;
        color: #EFB443;
    }

    .breadcrum-text-12 {
        font-size: 19px;
    }

    .box-shared {
        width: 200px;
        min-height: 90px;
    }

    .mission-box {
        background-color: #0A883E;
    }

    .vision-box {
        background-color: #DC6E26;
    }

    .icon-rotate {
        transform: rotate(45deg);
        position: absolute;
        top: 10px;
        right: 10px;
        opacity: 0.85;
        font-size: 1.5rem;
        font-size: 30px;
    }

    .join-community-section{
        background-color: #f1f8e8;
        margin-top: 100px;
    }

    @media screen and (max-width: 571px) {
        .breadcrum-text-12 {
            font-size: 16px;
        }

        .btn-custom,
        .btn-light {
            padding: 12px 20px !important;
            width: fit-content !important;
            align-self: center;
        }

        .mission-vision {
            text-align: none;
        }

        .box-shared {
            width: 200px;
            min-height: 0;
        }
    }

    .vision-box i,
    .mission-box i {
        color: #FFFFFF80 !important;
    }

    .mission-vision {
        text-align: justify;
        color: #333333;
    }

    .mission-border {
        border: 1px solid #585858;
    }

    .community-buttons span {
        color: #333333;
        border-color: #7F7D7D !important;
    }

    @media (max-width: 768px) {
        .join-community-section {
            text-align: center;
        }

        .join-community-section .d-flex {
            justify-content: center;
        }
    }

    .bg-orange-gradient {
        background: linear-gradient(179.96deg, rgba(220, 110, 38, 0.3) 17.87%, #DC6E26 58.43%);
    }

    .bg-green-gradient {
        background: linear-gradient(180deg, rgba(10, 136, 62, 0.3) 12.35%, #0A883E 58.46%);
    }

    .card-img {
        object-fit: cover;
        height: 100%;
        filter: brightness(80%);
    }

    .bg-orange-gradient {
        background: linear-gradient(to top, rgba(220, 110, 38, 0.85) 30%, rgba(220, 110, 38, 0) 100%);
        z-index: 1;
    }

    .bg-green-gradient {
        background: linear-gradient(to top, rgba(10, 136, 62, 0.85) 30%, rgba(10, 136, 62, 0) 100%);
        z-index: 1;
    }

    .bg-yellow-gradient {
        background: linear-gradient(to top, rgba(224, 184, 8, 0.85) 30%, rgba(224, 184, 8, 0) 100%);
        z-index: 1;
    }

    .card img {
        position: relative;
        z-index: 0;
    }

    .opportunity-icon ul li i {
        color: white !important;
    }

    .see-all-text a:hover {
        color: #333333 !important;
    }

    .program-section-bg {
        background-color: #544703;
    }

  .info-box {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  padding: 12px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  color: #333;
  border-left: 5px solid #f9a825;
  font-size: 15px;
  transition: all 0.3s ease;
  z-index: 3;
  opacity: 0;
  animation-fill-mode: forwards;
}

.info-box:hover {
  transform: scale(1.05);
}

@keyframes flyInTop {
  0% {
    opacity: 0;
    transform: translate(-50%, -150%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes flyInLeft {
  0% {
    opacity: 0;
    transform: translate(-150%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes flyInRight {
  0% {
    opacity: 0;
    transform: translate(150%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(50%, -50%);
  }
}

@keyframes flyInBottom {
  0% {
    opacity: 0;
    transform: translate(-50%, 150%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.learn {
  top: 52%;
  left: 10%;
  transform: translate(-50%, -50%);
  animation: flyInLeft 2s ease-out 1s forwards;
}

.market {
  top: 80%;
  left: 24%;
  transform: translate(-50%, -50%);
  animation: flyInBottom 2s ease-out 2s forwards;
}

.visibility {
  top: 14%;
  left: 38%;
  transform: translate(-50%, -50%);
  animation: flyInTop 2s ease-out 3s forwards;
}

.community {
  top: 26%;
  right: 20%;
  transform: translate(50%, -50%);
  animation: flyInRight 2s ease-out 4s forwards;
}

.funding {
  top: 77%;
  right: 10%;
  transform: translate(50%, -50%);
  animation: flyInRight 1s ease-out 5s forwards;
}

@media (max-width: 768px) {

    .join-community-section{
        margin-top: 0px;
    }
  .info-box {
    font-size: 0.75rem;
    padding: 6px 12px;
  }
  .info-box {
    font-size: 0.75rem;
    padding: 6px 10px;
    width: 120px;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }
  .learn {
  top: 58%;
  left: 19%;
  transform: translate(-50%, -50%);
}

.market {
  top: 86%;
  left: 17%;
  transform: translate(-50%, -50%);
}

.visibility {
  top: 19%;
  left: 42%;
  transform: translate(-50%, -50%);
}

.community {
  top: 32%;
  right: 20%;
  transform: translate(50%, -50%);
}

.funding {
  top: 82%;
  right: 16%;
  transform: translate(50%, -50%);
}
    .header-section{
        margin-bottom: 10rem;
    }
}
@media (max-width: 360px) {
    .header-section{
        margin-bottom: 600px;
        height: 90vh;
    }
}
@media (min-width: 362px) and (max-width: 380px) {
  .header-section {
    margin-bottom: 570px;
    height: 100vh;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
    .learn {
        top: 57%;
        left: 19%;
        transform: translate(-50%, -50%);
    }

    .market {
        top: 85%;
        left: 17%;
        transform: translate(-50%, -50%);
    }

    .visibility {
        top: 19%;
        left: 42%;
        transform: translate(-50%, -50%);
    }

    .community {
        top: 50%;
        right: 20%;
        transform: translate(50%, -50%);
    }

    .funding {
        top: 82%;
        right: 16%;
        transform: translate(50%, -50%);
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .learn {
        top: 64%;
        left: 19%;
        transform: translate(-50%, -50%);
    }

    .market {
        top: 100%;
        left: 17%;
        transform: translate(-50%, -50%);
    }

    .visibility {
        top: 8%;
        left: 42%;
        transform: translate(-50%, -50%);
    }

    .community {
        top: 54%;
        right: 10%;
        transform: translate(50%, -50%);
    }

    .funding {
        top: 100%;
        right: 16%;
        transform: translate(50%, -50%);
    }
}
@media (min-width: 571px) and (max-width: 766px) {
    .header-section{
        height: 130vh !important;
        margin-bottom: 100px !important;
    }
}
@media (min-width: 381px) and (max-width: 570px) {
    .header-section{
        height: 90vh !important;
        margin-bottom: 30rem !important;
    }
}
  .sub-drop-export {
    position: relative;
  }
  .sub-drop-export .sub-menu-export {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
  .sub-menu-export.show-sub {
    display: block;
  }


  @media (max-width: 991px) {
    .sub-drop-export .sub-menu-export {
      position: static;
      margin-left: 1rem;
      border: none;
      box-shadow: none;
    }
  }
