*{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    font-family: "Inter Tight", sans-serif;
}
:root{
    --primary-clr:#0E3B43;
    --secondary-clr: #2fffb9;
    --black-clr:#05180c;
    --light-gray: #ffffff80;
}
.main{
    width:100%;
    min-height: 0px;
    background-color: #c0ffea;
    overflow-x: hidden;
}
.hero{
    width:100%;
    min-height: 0px;
    /* background-image: linear-gradient(180deg, #0E5866 0%, var(--primary-clr) 110%); */
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
#banner1{
    width: 100%;
    background-image: url(images/banner-1.jpg);
    height: 60vh;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: 100% 100%;*/
    border-radius: 0;
}
#banner2{
    width: 100%;
    background-image: url(images/banner-2.jpg);
    height: 60vh;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: 100% 100%;*/
    border-radius: 0;
}
.hero-right{
    display: none;
}
.nav-bar {
    background: #fffbfb;
    width: 100%;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
   
}
.logo img{
    height: 60px;
}
.nav-wrapper{
    display: flex;
    align-items: center;
}
.nav-menu{
    padding-left: 0;
    display: flex;
    align-items: center;
   
    margin-bottom: 0;
}
.nav-menu li{
    list-style: none;
   
}
.nav-menu li a{
    font-size:16px;
    color:#000000;
    text-decoration: none;
    border-right: 1px solid #000000;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 600;
}
.nav-active{
    color: #2fb463 !important;
}
.no-b{
    border-right: 0 !important;
}
.nav-menu li a:hover{
    color: #2fb463;
}
a{
    text-decoration: none;
}
.s-btn{
    min-width: 120px;
    padding:10px 35px;
    border:0;
    outline:none;
    cursor:pointer;
    border-radius:7px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    background-image: linear-gradient(247deg, var(--secondary-clr) 0%, #C5FF7C 100%);
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 500;
    color: var(--black-clr);
}
.s-btn:hover{
    background-image: linear-gradient(-247deg, var(--secondary-clr) 0%, #C5FF7C 100%);
    transform: scale(.90);
}
.s-btn i{
    color: var(--black-clr);
}
.l-btn{
    min-width: 120px;
    padding:14px 35px;
    border:0;
    outline:none;
    cursor:pointer;
    border-radius:7px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    background-image: linear-gradient(247deg, var(--secondary-clr) 0%, #C5FF7C 100%);
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 500;
    color: var(--black-clr);
}
.l-btn:hover{
    background-image: linear-gradient(-247deg, var(--secondary-clr) 0%, #C5FF7C 100%);
    transform: scale(.90);
}
.l-btn i{
    color: var(--black-clr);
}
.hero-content-section{
    margin-top: 100px;
    padding-left: 5%;

}
.hero-content-left {
    padding-top: 100px;
}
.hero-content-left h1{
    font-size:60px;
    font-weight: 600;
    color:#ffffff;
    margin-bottom: 30px;

}
.hero-content-left h1 span{
    color: var(--secondary-clr);
}
.hero-members{
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}
.hero-members-image{
    display: flex;
    align-items: center;
 
}
.hero-members-image img{
    width: 60px;
    height:60px;
    border-radius:50%;
    border:3px solid #ffffff;
    margin-left: -15px;
}
.hero-members-image img:nth-child(1){
    margin-left: 0;
}
.members-tagline{
    font-size:16px;
    margin-bottom: 0;
    color: #d8d8d8;
    line-height: 1.7;
}
.partner-section{
    padding: 100px 0;
}
.partner-heading{
    font-size: 17px;
    font-weight: 300;
    color: var(--black-clr);
}
.partner-image-box img{
    opacity: 0.3;
}
.partner-image-box img:hover{
    opacity: 1;
}
.analysis-container{
    padding:0px 40px;
}
.analysis-section{
    width:100%;
    min-height: 200px;
    
    border-radius: 40px;
    padding: 100px 0;
    margin-bottom: 100px;
}
.analysis-card{
    width:100%;
    text-align: center;
    border: 1px solid #87868636;
    padding: 30px 25px 40px 25px;
    background-image:  linear-gradient(180deg, var(--primary-clr) 0%, #F2295B00 100%);
    transition: 0.3s all;
    border-radius: 8px;
    margin-top: 20px;
}
.analysis-card:hover{
    background-image:  linear-gradient(180deg, #10505c 0%, #F2295B00 100%);
    border-color:  var(--secondary-clr);
}
.analysis-card-header{
    font-size: 14px;
    color: var(--secondary-clr);
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.analysis-img{
    height: 95px;
    margin: 45px 0;
}
.analysis-heading{
    font-size:18px;
    color:#ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}
.analysis-para{
    font-size:15px;
    font-weight: 500;
    color: var(--light-gray);
}
.analysis-cta{
    margin-top: 40px;
    display: block;
    color: var(--secondary-clr);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.analysis-cta:hover{
    text-decoration: none;
    color: var(--secondary-clr);
}
.badge-one{
    background-color: #10505c;
    padding: 6px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    display: inline-block !important;
    margin-bottom: 0;
    font-size:12px;
    font-weight: 400;
    color: var(--secondary-clr);
    text-transform: uppercase;
}
.badge-one img{
    height: 12px;
    margin-left: 4px;
}
.heading-first{
   margin-top: 25px;
   margin-bottom: 40px;
    font-size: 55px;
    font-weight: 600;
    color: #022632;
}
.heading-first span{
    color: #21bd6b;
}
.comunity-section{
    padding: 80px 15px;
}
.community-content{
    padding-left: 60px;
}
.community-content h1{
    font-size:55px;
    font-weight: 600;
    color: var(--black-clr);
    margin-bottom: 0;
}

.community-content p{
    font-size: 17px;
   color: #676767;
    margin: 30px 0;
    font-weight: 400;
}
.provider-section{
    padding-bottom: 0px;
}
.provider-heading{
    font-size: 42px;
    font-weight: 700;
    color: var(--black-clr);
    text-align: center;
    margin-bottom: 50px;
}
.provider-card {
    width: 100%;
    padding: 30px 30px 20px 30px;
    border: 1px solid #87868636;
    border-radius: 8px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin-bottom: 25px;
    transition: 0.3s all;
    background: #fff;
}
.provider-card:hover{
    border: 1px solid var(--black-clr);
}
.provider-card-left h5{
    font-size:23px;
    font-weight: 600;
    color: var(--primary-clr);
}
.provider-card-left p{
    font-size: 15px;
    font-weight: 400;
    color:#9a9a9a;
    margin-bottom: 0;
}
.provider-card-right{
    text-align: right;
}
.provider-card-right a i{
    font-size: 17px;
    color: var(--black-clr);
}
.provider-card-right img{
    height: 85px;
    margin-top: 10px;
}
.benefit-count-box{
    display:flex;
    gap:20px;
}
.benefit-type{
    width:60px;
    height:60px;
    background-color: var(--primary-clr);
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefit-type i{
    font-size: 32px;
    color: var(--secondary-clr);
}
.benefit-count h3{
    font-size:38px;
    font-weight: 600;
    color:var(--black-clr);
    margin-bottom: 3px;
}
.benefit-count p{
    margin-bottom: 0;
    font-size: 14px;
    color: var(--black-clr);
    font-weight: 400;
}
.benefit-header{
    font-size: 42px;
    color: var(--black-clr);
    font-weight: 700;
   margin-bottom: 30px;
}
.benefit-para{
    margin-bottom: 100px;
    color: #9a9a9a;
    font-size: 17px;
}
.product-container{
    margin-top: 5px;
}
.product-box{
    width:100%;
    background-color: var(--primary-clr);
    border: 1px solid #87868636;
    border-radius: 8px;

}
.product-image{
    position: relative;
    width: 100%;
    padding-bottom: 55%;
}
.product-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.product-content{
    padding: 25px;
}
.product-content h4{
    font-size:23px;
    color: #ffffff;
    font-weight: 600;
}
.product-content p{
    font-size: 15px;
    color: #9a9a9a;
    margin-bottom: 0;
}
.product-hr{
    width:100%;
    height:1px;
    background-color: #9a9a9a;
    border: 0;
    margin: 30px 0;
}
.price-tagline{
    color: #f7f7f7 !important;
    font-size: 12px !important;
}
.product-price h1{
    color: var(--secondary-clr);
    margin-bottom: 0;
    margin-top: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 55px;
    font-weight: 700;
}
.product-price h1 span{
    font-size: 14px;
}
.product-footer .row{
    align-items: flex-end !important;
}
.testimonial-section{
    width: 100%;
    min-height: 100px;
    background-image: radial-gradient(at top center, var(--primary-clr) 0%, var(--black-clr) 100%);
    padding: 20px 14px;
}
.testimonial-card{
    background-color: #2b4d4e;
    border-radius: 8px;
    padding: 40px;
}
.review{
    font-size: 19px;
    font-weight: 300;
    color: #F7F7F7;
    font-style: italic;
    margin-bottom: 0;
}
.rating{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 35px;
}
.rating i{
    color: #ffbb59;
}
.reviewer{
    display:flex;
    align-items: center;
    gap: 30px;
    margin-top: 15px;
}
.reviewer img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.reviewer-name h6{
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    font-style: normal;
    margin-bottom: 0;
    margin-bottom: 4px;
}
.reviewer-name p{
    margin-bottom: 0;
    font-size: 14px;
    color: var(--secondary-clr);
    font-style: normal;
    font-weight: 500;
}
.hero-slider .swiper {
    width: 100%;
    height: 100%;
  }

  .hero-slider .swiper-slide {
  
  
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-slider .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background-color: #f7f7f7;
  }
  .hero-slider .swiper-pagination-bullet-active{
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background-color: #2fb463;
  }
.review{
    padding-bottom: 50px;
}
.review .swiper-pagination .swiper-pagination-bullet{
    background-color: #455454;
}
.article-image{
    width: 100%;
    position: relative;
    padding-bottom: 65%;

}
.article-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 8px;
}
.articles-badge{
    background-color: #ffffff;
    padding: 10px 15px;
    border-top-right-radius: 10px;
    position: absolute;
    left:0;
    bottom:0;
    font-size: 13px;
    color: #444444;
    font-weight: 400;
}
.article-section{
    padding: 100px 10px;
}
.article-heading{
    font-size: 55px;
    font-weight: 700;
    color:var(--black-clr);
    margin-bottom: 70px;
}
.article-content {
    padding: 30px 0;
}
.article-content h4{
    font-size:23px;
    font-weight: 600;
    color: var(--primary-clr);
}
.article-post{
    display:flex;
    align-items: center;
    gap: 12px;
}
.article-post p{
    font-size: 12px;
    color: #9a9a9a;
    margin-bottom: 0;
}
.article-post span{
    width: 5px;
    height: 5px;
    background-color: #9a9a9a;
    border-radius: 50%;
}
.faq-badge{
    background-color: #ffcf49 !important;
    color: var(--primary-clr) !important;
}
.faq-heading{
    font-size:42px;
    font-weight: 700;
    color: var(--black-clr);
    margin: 32px 0;
}
.faq-para{
    font-size: 17px;
    font-weight: 400;
    color: #5d5d5d;
}
.faq-container{
    margin-top: 50px;
}
.faq-container .accordion .accordion-item{
    border: 0 !important;
    border-bottom: 1px solid #9a9a9a !important;
}
.faq-container .accordion .accordion-button{
    font-size: 19px;
    font-weight: 500;
    color: var(--black-clr);
}
.faq-container .accordion .accordion-button:focus{
    box-shadow: none;
    background-color: none;
}
 .accordion-button:not(.collapsed){
   
    background-color: transparent !important;
}
.faq-btn{
    width: 100%;
    height: 60px;
    border-radius:8px;
    background-color: var(--primary-clr);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border:0;
    outline:none;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.3s all;
}
.faq-btn:hover{
    background-color: #C5FF7C;
    border: 1px solid var(--primary-clr);
    color: var(--primary-clr);
    transform: scale(0.9);
}
.explore-bg{
    width:100%;
    padding: 100px;
    background-image: url(images/members-bg.jpeg);
    margin: 80px 0;
    background-size: 100% 100%;
    border-radius: 8px;
}
.explore-heading{
    font-size:55px;
    color: #ffffff;
    font-weight: 600;
}
.footer{
    width: 100%;
    background-image: radial-gradient(at top center, var(--primary-clr) 0%, var(--black-clr) 100%);
    padding-top: 100px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    /* background-image: url(images/footer-bg.jpg); */
    background-size: cover;
    background-position: center;
}
.footer-logo{
    height:70px;

}
.footer-para{
    font-size:17px;
    color:#9a9a9a;
    margin:30px 0;
}
.subscribe-input-box{
    width:80%;
    height: 70px;
    position: relative;
    margin: 0 auto;
}
.subscribe-input{
    width:100%;
    height: 100%;
    border-radius: 8px;
    border:0;
    outline: none;
    padding: 0 200px 0 20px;

}
.subscribe-btn{
    width:180px;
    height: 62px;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--black-clr);
    border: 0;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size:14px;
    font-weight: 500;
    color: #ffffff;
}
.subscribe-btn:hover{
    background-color: var(--secondary-clr);
    border: 1px solid var(--primary-clr);
    color: var(--primary-clr);
}
.footer-links-container{
    /* padding-top: 80px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-contacts .contact-info{
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}
.footer-logo-container img{
    height: 70px;
}
.footer-logo-container p{
    color: #9a9a9a;
}
.footer-links{
    max-width: 300px;
    border-left: 1px solid #87868636;
    padding-left: 40px;

}
.footer-link-header{
    font-size:18px;
    font-weight: 700;
    color: #ffffff;
}
.footer-links a{
    display: block;
    margin-top: 25px;
    color: #ffffff80;
    font-size:17px;
    font-weight: 300;
}
.footer-links:nth-child(1){
    border-left: 0;
    padding-left: 0;
}
.footer-links a:hover{
    color: #ffffff;
}
.footer-links a i{
    margin-right: 20px !important;
    color: #ffffff !important;
}
.footer-bottom{
    padding: 40px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #474747;
    margin-top: 30px;
}
.footer-social {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 15px;
}
.footer-social a{
    color: #2fb463;
    
}
.footer-social a i{
    font-size: 22px;
}

.footer-bottom-left{
    display: flex;
    align-items: center;
    gap:12px;
}
.footer-bottom-left a{
    font-size:13px;
    color:#ffffff;

}
.footer-bottom-left span{
    height: 10px;
    width: 1px ;
    background-color: #ffffff;
}
.footer-bottom-right{
    font-size: 13px;
    font-weight: 300;
    color: #f7f7f7;
}
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--light-gray);
}

.pagination a{
    font-size: 15px;
    font-weight: 400;
    color: var(--light-gray) !important;
}
.pagination a:hover{
    color: var(--secondary-clr) !important;
}
.pages-padding{
    padding-top: 40px;
}
.review-section-page{
    padding: 90px 10px;
}
.review-section-page .testimonial-card{
    background-color: var(--primary-clr) !important;
    margin-bottom: 25px;
}
.review-section-page .review{
    padding-bottom: 0 !important;
}
.pages-padding h1{
    margin-bottom: 10px;
}
.mainn .hero{
    background-image: radial-gradient(at top center, var(--primary-clr) 0%, var(--black-clr) 100%);
}
.faq-page .faq-heading{
    margin-top: 100px;
}
.faq-heading h4{
    font-size:23px;
    color:var(--primary-clr);
    margin-bottom: 0;
    font-weight: 600;
}
.faq-hr{
    width:100px;
    height:4px !important;
    background-color: var(--secondary-clr);
    margin: 15px auto;
    border: 0;
    opacity: 1 !important;
}
.faq-page .faq-container{
    margin-top: 0px;
}
.contact-section{
    padding: 100px 15px;
}
.contact-left{
    padding-right: 60px;
}
.contact-heading{
    font-size: 55px;
    font-weight: 600;
    color: var(--primary-clr);
    margin-bottom: 0;
    margin-top: 20px;
}
.contact-para{
    font-size:15px;
    font-weight: 400;
    color: #5d5d5d;

}
.contact-details-icon{
    width:40px;
    height:40px;
    background-color: var(--primary-clr);
    border-radius:5px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.contact-details-icon i{
    font-size:17px;
    color: #ffffff;
}
.contact-details-box{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}
.contact-details-data p{
    font-size: 12px;
    margin-bottom: 0;
    color: var(--black-clr);
    font-weight: 400;
}
.contact-details-data h6{
    font-size: 17px;
    margin-bottom: 0;
    color: var(--black-clr);
    font-weight: 700;
}
.contact-details{
    margin-top: 30px;
}
.contact-right{
    background-color: #f2f2f4;
    padding: 30px;
    border-radius:8px;
}
.contact-input-box{
    margin-bottom: 25px;
}
.contact-input-box label{
    font-size:15px;
    font-weight: 400;
    color:var(--black-clr);
    margin-bottom: 8px;
}
.contact-input-box input{
    width:100%;
    height: 60px;
    padding:0 20px;
    background-color: #ffffff;
    border: 1px solid #87868636;
    outline: none;
    border-radius:8px;
    font-size: 15px;
}
.contact-input-box textarea{
    width:100%;
    
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #87868636;
    outline: none;
    border-radius:8px;
    font-size: 15px;
}
.contact-input-heading{
    color: #2fb463;

}
.c-hr{
    width: 40px;
    
    background-color: #2fb463;
    border: 0;
    opacity: 1;
}
.contact-info{
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
}
.contact-info i{
    font-size: 22px;
    color: #2fb463;
}
.contact-info p{
    margin-bottom: 0;
    color: #939393;
}
.map{
    overflow-x: hidden;
    margin-bottom: 60px;
}

.contact-btn .faq-btn{
    margin-top: 0;
}
.contact-btn .faq-btn:hover{
    background-color: var(--black-clr);
    transform: scale(1);
    color: #ffffff ;
}
.heading-c{
    font-size:42px;
    color: var(--black-clr);
    font-weight: 700;
    margin-bottom: 0;
}
.contact-p{
    font-size:17px;
    color: var(--black-clr);
    font-weight: 300;
    margin-bottom: 0;
}
.community-contact-feature{
    padding: 100px 10px;
}
.com-box img{
    height: 95px;
    margin-bottom: 25px;
}
.com-box h6{
    font-size:18px;
    color:var(--black-clr);
    margin-bottom: 8px;
    font-weight: 700;
}
.com-box p{
    font-size:15px;
    color: #9a9a9a;
    margin-bottom: 0;
    font-weight: 400;
    width: 200px;
}
.traderoom{
    width:100%;
    height: 300px;
    background-image: url(images/Traderoom-jpg-010.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin: 50px 0;
}
.our-mission-content .contact-heading{
    font-size: 42px;
    margin-bottom: 25px;
}
.our-mission-content .contact-para{
    font-size: 17px;
    font-weight: 300;
}
.story-timeline-section{
    width:100%;
    padding: 100px 15px;
    background-color: #f7f9f9;
    margin: 100px 0;
}
.timeline-box-container{
    width:100%;
    position: relative;
}
.timeline-box-container::after{
    content: '';
    width: 3px;
    height:90%;
    background-color: #ffffff;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
}
.timeline-box{
    width:40%;
    background-color: #3e5a5b;
    overflow: hidden;
    border-radius:8px;
    max-height: 440px;
}
.timeline-image-box{
    width:100%;
    padding-bottom:55%;
    position: relative;
}
.timeline-image-box img{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.timeline-date{
    position:absolute;
    left: 0;
    top: 0;
    padding: 7px 18px;
    background-color: #C5FF7C;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: var(--black-clr);
    font-weight: 700;
    font-size: 15px;
}
.timeline-content-box{
    padding: 20px;
}
.timeline-content-box h5{
    font-size:23px;
    color:#ffffff;
    font-weight: 600;
}
.timeline-content-box p{
    margin-bottom: 0;
    font-size:15px;
    font-weight: 400;
    color: #ffffff80;
}
.timeline-box-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
   
}
.margin-top{
    margin-top: 300px;
}
.timeline-left, .timeline-right{
    position: relative;
    overflow: visible;
}
.timeline-left::after{
    content: '';
    width:15px;
    height:15px;
    background-color: var(--secondary-clr);
    border-radius:50%;
    position:absolute;
    right: -26.3%;
    top: 0;
    z-index: 1;
}
.timeline-right::after{
    content: '';
    width:15px;
    height:15px;
    background-color: var(--secondary-clr);
    border-radius:50%;
    position:absolute;
    left: -26.3%;
    top: 0;
    z-index: 1;
}
.team-box{
    position: relative;
}
.team-image-box{
    width: 100%;
    position: relative;
    padding-bottom: 12%;
}
.team-image-box img{
    position: relative;
    width:100%;
    height:100%;
    top:0;
    right:0;
    left:0;
    bottom:0;
    border-radius: 8px;
}
.team-member{
    width:94%;
    background-color: #00000021;
    backdrop-filter: blur(20px);
    position: absolute;
    bottom: 50px;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 10px;

}
.team-member h6{
    font-size:19px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #ffffff;
}
.team-member p{
    font-size: 12px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 300;
}
.team-section{
    margin-bottom: 40px;
}
#hamburger{
    display: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
   background-color: #ffffff;
   right: 0;
   left: 0;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
.nav-container{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.vdo-review iframe{
    border: 3px solid #2fb463;
    border-radius: 8px;
    overflow: hidden;
}
@media (max-width:768px){
    #banner1, #banner2{
        height: 180px !important;
    }
    .hero-members{
        display: none;
    }
    .nav-menu{
        padding-left: 0;
    display: flex;
    align-items: flex-start;
    gap: 50px;
    flex-direction: column;
    position: absolute;
    background: var(--primary-clr);
    width: 70vw;
    height: 100vh;
    top: 0px;
    left: 0;
    text-align: center;
    padding-top: 30px;
    display: none;
    z-index: 2;
    }
    .nav-menu li{
        margin-bottom: 30px;
    }
    .nav-menu li a{
        color: #ffffff;
        border-right: 0;
        font-size:14px;
        font-weight: normal;
    }
    .nav-btn-box .s-btn{
        display: none;
    }
    #hamburger{
        display: block;
        color: #359d63;
        font-size: 28px;
    }
    .logo img{
        height: 40px;
    }
    .hero-content-left{
        padding-top: 0;
    }
    .hero-content-left h1{
        font-size: 22px;
        margin-top: 20px;
        text-align: center;
    }
    .hero-content-left .l-btn{
        margin: 12px auto;
    }
    .hero-members{
        flex-direction: column;
        gap: 20px;
    }
    .hero-right{
        padding-right: 20px;
    }
    .hero-content-section{
        margin-top: 20px;
    }
    .partner-section{
        padding: 30px 0px;
    }
    .heading-first{
        font-size: 37px;
    }
    .analysis-section{
        padding: 30px 15px;
    }
    .analysis-container{
        padding: 0;
    }
    .analysis-section{
        border-radius: 0;
        margin-bottom: 0;
    }
    .analysis-card{
        margin-bottom: 15px;

    }
    .analysis-img{
        height: 77px;
    }
    .community-content{
        padding-left: 0;
        padding-top: 30px;
    }
    .community-content h1{
        font-size:37px;
    }
    .provider-heading{
        font-size: 32px;
    }
    .benefit-header{
        font-size: 32px;
    }
    .benefit-count-box{
        flex-direction: column;
        margin-bottom: 20px;
    }
    .product-box{
        margin-bottom: 25px;
    }
    .product-price h1{
        font-size: 37px;
    }
    .review{
        margin-bottom: 0;
    }
    .testimonial-section{
        padding: 30px 15px;
    }

    .article-section{
        padding: 30px 15px;
    }
    .article-heading{
        font-size: 37px;
        margin-bottom: 30px;
    }
    .article-card{
        margin-bottom: 20px;
    }
    .faq-heading{
        font-size: 37px;
    }
    .explore-bg{
        padding: 30px 15px;
        text-align: center;
    }
    .explore-heading{
        font-size: 32px;
    }
    .explore-bg .l-btn{
        margin: 20px auto;
    }
    .footer-links{
        padding-left: 0;
        border: 0;
        margin-bottom: 40px;
        width: 50%;
    }
    .footer-bottom{
        flex-direction: column;
        gap: 30px;
    }
    .footer{
        padding-top: 30px;
        margin-top: 20px;
    }
    .footer-logo{
        height: 40px;
    }
    .subscribe-btn{
        width: 110px;
    }
    .mainn .hero{
        min-height: 350px;
    }
    .benefit-para{
        margin-bottom: 20px;
    }
    .our-mission-content .contact-heading br{
        display: none;
    }
    .story-timeline-section{
        margin: 30px 0;
        padding: 30px 15px;
    }
    .timeline-box{
        width: 100%;
        margin-top: 20px !important;
    }
    .timeline-box-container{
        padding-left: 40px;
    }
    .margin-top{
        margin-top: 0px;
    }
    .timeline-box-container::after{
        left: 0;
        height: 100%;
    }
    .timeline-right::after{
        left: -48px;
    }
    .timeline-left::after{
        left: -48px;
    }
    .team-image-box{
        padding-bottom: 7%;
    }
    .faq-section{
        margin-top: 30px;
    }
    .review-section-page{
        padding: 30px 15px;
    }
    .faq-page .faq-heading{
        margin-top: 40px;
    }
    .contact-section{
        padding: 30px 15px;
    }
    .contact-heading{
        font-size: 37px;
    }
    .contact-details-box{
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .heading-c{
        margin-top: 30px;
        text-align: center
        ;
    }
    .contact-p{
        text-align: center;
        margin-top: 10px;
    }
    .com-box{
        text-align: center;
        margin-top: 30px;
    }
    .com-box img{
        height: 75px;
    }
    .com-box p{
        width: 100%;
    }
}

.marquee-container {
    overflow: hidden; /* Hide logos when out of view */
    white-space: nowrap; /* Prevent wrapping */
}

.marquee {
    display: inline-block;
    animation: marquee 20s linear infinite; /* Scroll the logos from right to left */
}

.partner-logo {
    max-width: 100px;
    margin: 0 20px;
    display: inline-block;
}

/* Keyframe animation for the seamless marquee effect */
@keyframes marquee {
    0% {
        transform: translateX(0); /* Start at the normal position */
    }
    100% {
        transform: translateX(-100%); /* Move all logos to the left */
    }
}



.offer-section {
    margin-right: -100px;
    padding: 7px;
    color: #fff;
    background-color: #39a15f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-text {
    text-align: center;
}

.offer-title {
    font-size: 18px;
    font-weight: bold;
    color: white;
}
.bg-sikho{
    background-color: #39a15f;
}
.card-custom {
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: 0.3s;
            overflow: hidden;
            position: relative;
        }

        .card-custom:hover {
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        }

        .badge-custom {
            clip-path: polygon(0% 0%, 75% 0%, 68% 50%, 75% 100%, 0% 100%);
            padding:0 70px 0 25px;
            background: #fffbfb;
            height: 33px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 16px;
            font-family: Roboto, sans-serif;
            font-weight: 400;
            font-style: italic;
            margin-left: -10px;
            position: absolute;
            top: 13px;
            left: 0;
            border-radius: 0;
            z-index: 99;
        }

        .badge-trending {
            background-color: #51b94a;
        }

        .badge-exclusive {
            background-color: #00bcd4;
        }

        .course-title {
            font-weight: bold;
            font-size: 1.2rem;
        }

        .price {
            font-weight: bold;
            font-size: 1rem;
        }

        .price-discounted {
            text-decoration: line-through;
            color: #888;
        }

        .subscribe-button {
            padding: 8px 12px;
            background: #2fb463;
            color: #fff !important;
            font-size: 16px;
        }

        .course-image {
            width: 100%;
            height: 230px;
            object-fit: cover;
        }
        .fa{
            font-size: 10px;
        }