.about-hero{

padding:120px 0;

background:linear-gradient(135deg,#538167,#2e6048);

position:relative;

overflow:hidden;

color:#fff;

}

.hero-badge{

display:inline-block;

padding:10px 18px;

background:rgba(255,255,255,.15);

border-radius:50px;

margin-bottom:20px;

backdrop-filter:blur(10px);

}

.about-hero h1{

font-size:58px;

font-weight:800;

margin-bottom:20px;

}

.about-hero p{

font-size:18px;

margin-bottom:35px;

color:#eee;

}

.hero-image{

animation:float 5s ease infinite;

}

.shape1{

width:250px;

height:250px;

background:#FDCF09;

position:absolute;

top:-100px;

right:-100px;

border-radius:50%;

opacity:.2;

}

.shape2{

width:180px;

height:180px;

background:#fff;

position:absolute;

bottom:-70px;

left:-70px;

border-radius:50%;

opacity:.08;

}

@keyframes float{

0%{transform:translateY(0);}

50%{transform:translateY(-15px);}

100%{transform:translateY(0);}

}

@media(max-width:992px){

.about-hero{

text-align:center;

padding:80px 0;

}

.about-hero h1{

font-size:38px;

}

.hero-image{

margin-top:40px;
border-radius:20px;

}

}

@media(max-width:576px){

.about-hero h1{

font-size:30px;

}

}


.about-story{

padding:100px 0;

background:#fff;

}

.story-image{

position:relative;

}

.story-image img{

border-radius:20px;

}

.experience-box{

position:absolute;

bottom:25px;

right:-20px;

background:#538167;

color:#fff;

padding:25px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.experience-box h2{

font-size:45px;

font-weight:700;

margin:0;

}

.section-tag{

display:inline-block;

background:#FDCF09;

padding:8px 20px;

border-radius:30px;

font-weight:600;

margin-bottom:15px;

}

.section-title{

font-size:42px;

font-weight:700;

margin-bottom:25px;

}

.story-item{

padding:15px;

border:1px solid #eee;

border-radius:12px;

margin-bottom:15px;

transition:.3s;

font-weight:600;

}

.story-item i{

color:#538167;

margin-right:10px;

}

.story-item:hover{

transform:translateY(-5px);

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

@media(max-width:991px){

.story-image{

margin-bottom:40px;

}

.experience-box{

right:20px;

bottom:20px;

}

.section-title{

font-size:32px;

}

}

.counter-section{

    background:#f8f9fa;

    padding:100px 0;

}

.counter-box{

    background:#fff;

    border-radius:20px;

    padding:40px 25px;

    text-align:center;

    transition:.4s;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    height:100%;

}

.counter-box:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.counter-icon{

    width:80px;

    height:80px;

    background:#538167;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    margin:0 auto 25px;

}

.counter-box h2{

    font-size:48px;

    font-weight:800;

    color:#222;

    margin-bottom:10px;

}

.counter-box span{

    color:#666;

    font-size:18px;

}

@media(max-width:768px){

.counter-section{

padding:70px 0;

}

.counter-box{

padding:30px 20px;

}

.counter-box h2{

font-size:38px;

}



}

.why-choose{

    background:#ffffff;

    padding:100px 0;

}

.section-description{

    max-width:700px;

    margin:auto;

    color:#666;

    font-size:17px;

}

.feature-card{

    background:#fff;

    border-radius:20px;

    padding:40px 30px;

    text-align:center;

    transition:.4s;

    border:1px solid #eee;

    height:100%;

    position:relative;

    overflow:hidden;

}

.feature-card::before{

    content:"";

    position:absolute;

    top:0;

    left:-100%;

    width:100%;

    height:5px;

    background:#FDCF09;

    transition:.4s;

}

.feature-card:hover::before{

    left:0;

}

.feature-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.feature-icon{

    width:85px;

    height:85px;

    margin:auto;

    border-radius:50%;

    background:linear-gradient(135deg,#538167,#6ba37e);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:32px;

    margin-bottom:25px;

    transition:.4s;

}

.feature-card:hover .feature-icon{

    transform:rotateY(180deg);

    background:#FDCF09;

    color:#222;

}

.feature-card h4{

    font-size:24px;

    margin-bottom:15px;

    font-weight:700;

}

.feature-card p{

    color:#666;

    line-height:1.8;

}

@media(max-width:991px){

.feature-card{

margin-bottom:10px;

}

.section-title{

font-size:34px;

}

}

@media(max-width:576px){

.section-title{

font-size:28px;

}

.feature-card{

padding:30px 20px;

}

.feature-icon{

width:70px;

height:70px;

font-size:28px;

}

}

.mission-section{

    padding:100px 0;

    background:#f8f9fa;

}

.mission-card,
.vision-card{

    background:#fff;

    border-radius:25px;

    padding:45px;

    height:100%;

    transition:.4s;

    box-shadow:0 10px 35px rgba(0,0,0,.06);

    position:relative;

    overflow:hidden;

}

.mission-card::before,
.vision-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:6px;

    background:#538167;

}

.vision-card::before{

    background:#FDCF09;

}

.mission-card:hover,
.vision-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.mv-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    background:linear-gradient(135deg,#538167,#6ca782);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    margin-bottom:25px;

}

.vision-card .mv-icon{

    background:linear-gradient(135deg,#FDCF09,#f6b400);

    color:#222;

}

.mission-card h3,
.vision-card h3{

    font-size:30px;

    font-weight:700;

    margin-bottom:20px;

}

.mv-list{

    list-style:none;

    padding:0;

    margin-top:25px;

}

.mv-list li{

    margin-bottom:15px;

    font-size:17px;

}

.mv-list i{

    color:#538167;

    margin-right:10px;

}

.mv-center{

    display:flex;

    justify-content:center;

    align-items:center;

    height:100%;

}

.mv-circle{

    width:120px;

    height:120px;

    border-radius:50%;

    background:linear-gradient(135deg,#538167,#FDCF09);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:42px;

    box-shadow:0 15px 40px rgba(0,0,0,.15);

    animation:pulse 2s infinite;

}

@keyframes pulse{

0%{

transform:scale(1);

}

50%{

transform:scale(1.08);

}

100%{

transform:scale(1);

}

}

@media(max-width:991px){

.mission-card,
.vision-card{

margin-bottom:25px;

padding:35px;

}

.mv-icon{

width:75px;

height:75px;

font-size:28px;

}

.mission-card h3,
.vision-card h3{

font-size:26px;

}

}

.marketplace-features{

    padding:100px 0;

    background:#ffffff;

}

.timeline{

    position:relative;

    max-width:1100px;

    margin:auto;

}

.timeline::before{

    content:"";

    position:absolute;

    left:50%;

    top:0;

    width:4px;

    height:100%;

    background:#538167;

    transform:translateX(-50%);

}

.timeline-item{

    width:50%;

    position:relative;

    padding:20px 40px;

}

.timeline-item.left{

    left:0;

}

.timeline-item.right{

    left:50%;

}

.timeline-content{

    background:#fff;

    padding:35px;

    border-radius:20px;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    transition:.4s;

    position:relative;

}

.timeline-content:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.timeline-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    background:linear-gradient(135deg,#538167,#6fa984);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    margin-bottom:20px;

}

.timeline-content h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

}

.timeline-content p{

    color:#666;

    line-height:1.8;

}

.timeline-item::before{

    content:"";

    position:absolute;

    top:55px;

    width:20px;

    height:20px;

    background:#FDCF09;

    border:5px solid #538167;

    border-radius:50%;

}

.timeline-item.left::before{

    right:-10px;

}

.timeline-item.right::before{

    left:-10px;

}

@media(max-width:991px){

.timeline::before{

left:20px;

}

.timeline-item{

width:100%;

left:0!important;

padding-left:60px;

padding-right:0;

margin-bottom:30px;

}

.timeline-item::before{

left:10px!important;

right:auto;

}

}


.our-impact{

    padding:110px 0;

    background:linear-gradient(135deg,#1f2d2a,#2f4f46);

    color:#fff;

}

.impact-title{

    font-size:46px;

    font-weight:700;

    line-height:1.3;

    margin-bottom:20px;

}

.impact-text{

    color:#d7d7d7;

    font-size:18px;

    line-height:1.9;

}

.impact-card{

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.1);

    backdrop-filter:blur(12px);

    border-radius:20px;

    padding:35px;

    height:100%;

    transition:.4s;

}

.impact-card:hover{

    transform:translateY(-10px);

    background:#ffffff;

    color:#222;

}

.impact-card:hover p{

    color:#666;

}

.impact-icon{

    width:75px;

    height:75px;

    border-radius:50%;

    background:#FDCF09;

    color:#222;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    margin-bottom:25px;

}

.impact-card h4{

    font-weight:700;

    margin-bottom:15px;

}

.impact-card p{

    color:#ddd;

    line-height:1.8;

    transition:.4s;

}

@media(max-width:991px){

.our-impact{

text-align:center;

padding:80px 0;

}

.impact-title{

font-size:34px;

}

.impact-text{

margin-bottom:40px;

}

}

@media(max-width:576px){

.impact-title{

font-size:28px;

}

.impact-card{

padding:25px;

}

}


.about-cta{

    padding:100px 0;

    background:#ffffff;

}

.cta-wrapper{

    background:linear-gradient(135deg,#538167,#2f5f49);

    border-radius:30px;

    padding:70px;

    color:#fff;

    position:relative;

    overflow:hidden;

}

.cta-wrapper::before{

    content:"";

    position:absolute;

    width:250px;

    height:250px;

    background:rgba(255,255,255,.08);

    border-radius:50%;

    top:-120px;

    right:-80px;

}

.cta-wrapper::after{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    bottom:-80px;

    left:-60px;

}

.cta-badge{

    display:inline-block;

    background:#FDCF09;

    color:#222;

    padding:8px 20px;

    border-radius:30px;

    font-size:14px;

    font-weight:700;

    margin-bottom:20px;

}

.cta-wrapper h2{

    font-size:42px;

    font-weight:800;

    margin-bottom:20px;

    line-height:1.3;

}

.cta-wrapper p{

    color:#eef2ef;

    font-size:18px;

    line-height:1.8;

    margin-bottom:0;

}

.cta-btn-primary{

    background:#FDCF09;

    color:#222;

    padding:15px 35px;

    border-radius:50px;

    font-weight:700;

    margin-right:10px;

    transition:.3s;

    border:none;

}

.cta-btn-primary:hover{

    background:#ffffff;

    color:#222;

    transform:translateY(-3px);

}

.cta-btn-outline{

    border:2px solid #fff;

    color:#fff;

    padding:15px 35px;

    border-radius:50px;

    font-weight:700;

    transition:.3s;

}

.cta-btn-outline:hover{

    background:#fff;

    color:#538167;

}

@media(max-width:991px){

.cta-wrapper{

padding:50px 30px;

text-align:center;

}

.cta-wrapper h2{

font-size:32px;

}

.cta-wrapper p{

margin-bottom:30px;

}

.cta-btn-primary,
.cta-btn-outline{

display:block;

width:100%;

margin:10px 0;

}

}

@media(max-width:576px){

.cta-wrapper h2{

font-size:26px;

}

.cta-wrapper{

padding:40px 20px;

}

}