/* =========================================
   ABOUT HERO
========================================= */

.about-hero{
    padding:90px 0 60px;
    background:#f8faf7;
}

.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:45px;
    align-items:center;
}

/* LEFT */

.about-content span{
    color:#d4a514;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1.5px;
    font-size:12px;
}

.about-content h1{
    font-size:40px;
    color:#14243b;
    line-height:1.2;
    margin:14px 0 18px;
    font-weight:800;
}

.about-content p{
    font-size:14px;
    line-height:1.8;
    color:#6b7280;
    margin-bottom:14px;
}

/* IMAGE SIDE */

.about-image{
    position:relative;
    display:flex;
    justify-content:center;
}

.image-shape{
    position:relative;
    width:100%;
    max-width:430px;
    height:430px;
    overflow:hidden;
    border-radius:55% 45% 60% 40% / 45% 55% 45% 55%;
    box-shadow:0 12px 30px rgba(0,0,0,0.10);
}

.image-shape img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* FLOATING BOX */

.experience-box{
    position:absolute;
    bottom:15px;
    left:-10px;
    background:#ffffff;
    padding:16px 22px;
    border-radius:14px;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

.experience-box h3{
    font-size:26px;
    color:#1f7d1c;
    margin-bottom:3px;
}

.experience-box p{
    font-size:12px;
    color:#6b7280;
    font-weight:600;
}

/* =========================================
   OUR STORY
========================================= */

.story-section{
    padding:70px 0;
    background:#ffffff;
}

.story-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:45px;
    align-items:center;
}

.story-image{
    position:relative;
}

.story-image img{
    width:100%;
    border-radius:22px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.story-content h2{
    font-size:32px;
    color:#14243b;
    margin-bottom:18px;
    font-weight:800;
}

.story-content p{
    color:#6b7280;
    line-height:1.8;
    margin-bottom:14px;
    font-size:14px;
}

/* =========================================
   MISSION SECTION
========================================= */

.mission-section{
    padding:70px 0;
    background:#f3f4f6;
}

.mission-box{
    max-width:800px;
    margin:auto;
    text-align:center;
}

.mission-box h2{
    font-size:32px;
    color:#14243b;
    margin-bottom:18px;
    font-weight:800;
}

.mission-box p{
    color:#6b7280;
    line-height:1.8;
    font-size:15px;
}

/* =========================================
   OUR STORY SECTION
========================================= */

.our-story-section{
    padding:70px 0;
    background:#ffffff;
}

.story-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:45px;
    align-items:center;
}

.story-image img{
    width:100%;
    border-radius:18px;
    object-fit:cover;
    box-shadow:0 10px 25px rgba(0,0,0,0.10);
}

.section-tag{
    display:inline-block;
    color:#3b7d3a;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:10px;
    font-size:12px;
}

.story-content h2{
    font-size:34px;
    line-height:1.25;
    margin-bottom:18px;
    color:#1f2937;
}

.story-content p{
    margin-bottom:14px;
    color:#4b5563;
    font-size:14px;
    line-height:1.8;
}

.story-quote{
    margin-top:20px;
    padding:18px;
    background:#f3f8f1;
    border-left:4px solid #3b7d3a;
    border-radius:10px;
    font-size:14px;
    font-style:italic;
    color:#1f2937;
}

.founders{
    display:flex;
    gap:15px;
    margin-top:25px;
}

.founder-card{
    background:#ffffff;
    border:1px solid #e5e7eb;
    padding:16px;
    border-radius:12px;
    flex:1;
    transition:0.3s ease;
}

.founder-card:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 20px rgba(0,0,0,0.06);
}

.founder-card h4{
    margin-bottom:6px;
    color:#1f2937;
    font-size:15px;
}

.founder-card span{
    color:#6b7280;
    font-size:12px;
}

/* =========================================
   VISION MISSION
========================================= */

.vision-mission{
    padding:60px 0;
    background:#f7f7f5;
}

.vm-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.vm-card{
    background:#ffffff;
    padding:28px;
    border-radius:18px;
    text-align:center;
    transition:0.3s ease;
    box-shadow:0 4px 15px rgba(0,0,0,0.05);
}

.vm-card:hover{
    transform:translateY(-5px);
}

.vm-icon{
    width:55px;
    height:55px;
    background:#3b7d3a;
    color:#ffffff;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    margin-bottom:16px;
}

.vm-card h3{
    margin-bottom:10px;
    font-size:22px;
    color:#1f2937;
}

.vm-card p{
    color:#6b7280;
    font-size:14px;
    line-height:1.7;
}

/* =========================================
   TIMELINE
========================================= */

.journey-section{
    padding:70px 0;
    background:#ffffff;
}

.section-title-center{
    text-align:center;
    margin-bottom:45px;
}

.section-title-center span{
    color:#3b7d3a;
    font-weight:600;
    letter-spacing:1px;
    font-size:12px;
}

.section-title-center h2{
    font-size:34px;
    margin-top:8px;
    color:#1f2937;
}

.timeline{
    position:relative;
    max-width:760px;
    margin:auto;
}

.timeline::before{
    content:'';
    position:absolute;
    left:18px;
    top:0;
    width:2px;
    height:100%;
    background:#d1d5db;
}

.timeline-item{
    position:relative;
    padding-left:60px;
    margin-bottom:35px;
}

.timeline-dot{
    position:absolute;
    left:6px;
    top:5px;
    width:22px;
    height:22px;
    background:#3b7d3a;
    border-radius:50%;
    border:4px solid #e8f3e5;
}

.timeline-content{
    background:#f9fafb;
    padding:20px;
    border-radius:14px;
    box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

.timeline-content h4{
    margin-bottom:8px;
    color:#1f2937;
    font-size:18px;
}

.timeline-content p{
    color:#6b7280;
    font-size:14px;
    line-height:1.7;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:992px){

    .about-grid,
    .story-grid,
    .story-wrapper{
        grid-template-columns:1fr;
    }

    .about-content h1{
        font-size:34px;
    }

    .story-content h2,
    .mission-box h2,
    .section-title-center h2{
        font-size:28px;
    }

    .vm-grid{
        grid-template-columns:1fr;
    }

    .image-shape{
        height:360px;
        max-width:360px;
    }

    .experience-box{
        left:10px;
        bottom:10px;
    }
}

@media(max-width:768px){

    .about-hero{
        padding:70px 0 50px;
    }

    .about-content h1{
        font-size:28px;
    }

    .story-content h2{
        font-size:26px;
    }

    .image-shape{
        height:300px;
        max-width:300px;
    }

    .experience-box{
        padding:14px 18px;
    }

    .experience-box h3{
        font-size:22px;
    }

    .founders{
        flex-direction:column;
    }

    .timeline-item{
        padding-left:50px;
    }
}
/* =========================================
   OUR STORY BACKGROUND BOX
========================================= */

.story-wrapper{
    background:#ffffff;
    border-radius:28px;
    padding:50px;
    box-shadow:0 10px 35px rgba(0,0,0,0.06);
    border:1px solid #e5e7eb;
}

/* MOBILE */

@media(max-width:768px){

    .story-wrapper{
        padding:28px;
        border-radius:20px;
    }

}