/* ================= HERO ================= */
.about-hero {
    background: #0b0b0b;
    color: #ffffff;
}

/* IMAGE AREA */
.about-hero-image {
    position: relative;
    height: 85vh;
    background: url("../images/2.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* DARK OVERLAY */
.about-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

/* TEXT CENTER */
.hero-text {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
}

/* HEADINGS */
.hero-text h1 {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 15px;
}

.hero-text h1 span {
    font-weight: 800;
}

.hero-text h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.hero-text h3 {
    font-size: 42px;
    font-weight: 800;
}

.highlight {
    color: #ff6a00;
}

/* ================= TEXT BELOW ================= */
.about-hero-bottom {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px 60px;
    text-align: center;
}

.about-hero-bottom p {
    font-size: 16px;
    color: #ddd;
    line-height: 1.7;
}
/* SECTION */
.evolution-section {
    background: #0b0b0b;
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
}

/* TITLE */
.evo-title {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 25px;
}

#changing-word {
    color: #ff6a00;
    font-weight: 700;
}

/* TEXT */
.evo-intro {
    max-width: 1200px;
    margin: 0 auto 60px;
    color: #9ca3af;
    line-height: 1.7;
}

/* BLOCK */
.evo-block {
    max-width: 1200px;
    margin: 60px auto;
    text-align: left;
}

/* HEADINGS */
.evo-block h3 {
    font-size: 36px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

/* TEXT */
.evo-block p {
    color: #9ca3af;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* HIGHLIGHT */
.highlight {
    font-weight: 600;
}

.highlight.small {
    font-size: 36px;
    margin-right: 5px;
}

/* BOLD LINE */
.bold-line {
    font-weight: 600;
    color: #ffffff;
}
/* SECTION */
.features-section {
    padding: 0px 20px;
    max-width: 1200px;
    margin: auto;
}

/* ITEM */
.feature-item {
    padding: 20px 25px;
    margin-bottom: 40px;

    border-radius: 10px;

    background: transparent;

    transition: 0.3s ease;
}

/* 🔥 GLOW EFFECT */
.feature-item:hover {
    box-shadow: 0 0 20px rgba(255,255,255,0.15);
}

/* HEADING */
.feature-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* NUMBER */
.feature-item .num {
    color: #ff6a00;
    font-weight: 700;
    margin-right: 8px;
}

/* TEXT */
.feature-item p {
    color: #9ca3af;
    line-height: 1.7;
    font-size: 15px;
}
/* SECTION */
.team-section {
    padding: 20px 20px;
    background: #0b0b0b;
    color: #ffffff;
}

/* HEADER */
.team-header {
    max-width: 1200px;
    margin: 0 auto 50px;
}

.team-header h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 4px;
}


/* CARD */
.team-card {
    max-width: 1200px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 10px;

    transition: 0.3s ease;
}

/* subtle glow */
.team-card:hover {
    box-shadow: 0 0 30px rgba(255,255,255,0.08);
}

/* IMAGE */
.team-img {
    flex: 0 0 320px;
}

.team-img img {
    width: 100%;
    border-radius: 8px;
}

/* CONTENT */
.team-content {
    flex: 1;
}

.team-content h4 {
    font-size: 14px;
    letter-spacing: 2px;
    color: white;
    margin-bottom: 10px;
}

.team-content h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

.team-content p {
    color:white;
    line-height: 1.7;
    margin-bottom: 15px;
}
/* ESSENCE BOX */
.essence-box {
    max-width: 1100px;
    margin: 60px auto;
    padding: 25px 30px;

    border: 1px solid #ff6a00;
    border-radius: 4px;

    text-align: center;
    background: transparent;
}

/* TEXT */
.essence-box p {
    color: #ddd;
    font-size: 16px;
    line-height: 0.7;
}

/* TOP LABEL */
.essence-box .label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

/* HIGHLIGHT */
.essence-box .highlight {
    color: #ff6a00;
    font-weight: 600;
}
@media (max-width: 1024px) {

    /* ================= HERO ================= */
    .about-hero-image {
        height: 70vh;
    }

    .hero-text h1 {
        font-size: 42px;
    }

    .hero-text h2 {
        font-size: 30px;
    }

    .hero-text h3 {
        font-size: 34px;
    }

    .about-hero-bottom {
        padding: 30px 20px 40px;
    }

    .about-hero-bottom p {
        font-size: 15px;
    }

    /* ================= EVOLUTION ================= */
    .evolution-section {
        padding: 30px 20px;
    }

    .evo-title {
        font-size: 38px;
    }

    .evo-intro {
        margin-bottom: 40px;
        font-size: 15px;
    }

    .evo-block {
        margin: 40px auto;
    }

    .evo-block h3 {
        font-size: 30px;
    }

    .evo-block p {
        font-size: 15px;
    }

    /* ================= FEATURES ================= */
    .features-section {
        max-width: 1000px;
    }

    .feature-item {
        padding: 18px 20px;
        margin-bottom: 30px;
    }

    .feature-item h3 {
        font-size: 22px;
    }

    .feature-item p {
        font-size: 14px;
    }

    /* ================= ESSENCE ================= */
    .essence-box {
        margin: 40px auto;
        padding: 20px 25px;
    }

    .essence-box p {
        font-size: 14px;
        line-height: 1.6; /* FIX your bad 0.7 */
    }

    /* ================= TEAM ================= */
    .team-header h2 {
        font-size: 38px;
    }

    .team-card {
        gap: 30px;
        padding: 25px;
    }

    .team-img {
        flex: 0 0 260px;
    }

    .team-content h3 {
        font-size: 22px;
    }

    .team-content p {
        font-size: 14px;
    }

}
@media (max-width: 768px) {

    /* ================= HERO ================= */
    .about-hero-image {
        height: 60vh;
    }

    .hero-text h1 {
        font-size: 32px;
    }

    .hero-text h2 {
        font-size: 24px;
    }

    .hero-text h3 {
        font-size: 26px;
    }

    .about-hero-bottom {
        padding: 25px 15px 30px;
    }

    .about-hero-bottom p {
        font-size: 14px;
    }

    /* ================= EVOLUTION ================= */
    .evolution-section {
        padding: 25px 15px;
    }

    .evo-title {
        font-size: 30px;
    }

    .evo-intro {
        font-size: 14px;
        margin-bottom: 30px;
        text-align: left;
    }

    .evo-block {
        margin: 30px auto;
    }

    .evo-block h3 {
        font-size: 24px;
    }

    .evo-block p {
        font-size: 14px;
    }

    /* ================= FEATURES ================= */
    .feature-item {
        padding: 15px;
        margin-bottom: 25px;
    }

    .feature-item h3 {
        font-size: 18px;
    }

    .feature-item p {
        font-size: 13px;
    }

    /* ================= ESSENCE ================= */
    .essence-box {
        margin: 30px 15px;
        padding: 18px 15px;
    }

    .essence-box p {
        font-size: 13px;
        line-height: 1.6;
    }

    /* ================= TEAM (STRUCTURE CHANGE) ================= */

    .team-card {
        flex-direction: column;   /* 🔥 STACK */
        gap: 20px;
        padding: 20px;
    }

    /* IMAGE FIRST (TOP, CENTERED) */
    .team-img {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .team-img img {
        width: 70%;              /* NOT full width */
        max-width: 280px;
        border-radius: 8px;
    }

    /* TEXT FULL WIDTH BELOW */
    .team-content {
        width: 100%;
        text-align: left;
    }

    .team-content h3 {
        font-size: 20px;
    }

    .team-content p {
        font-size: 13px;
    }

    .team-header h2 {
        font-size: 30px;
    }
    /* FORCE IMAGE FIRST FOR ALL TEAM CARDS */
.team-img {
    order: 1;
}

.team-content {
    order: 2;
}

}
@media (max-width: 480px) {

    /* ================= HERO ================= */
    .about-hero-image {
        height: 50vh;
    }

    .hero-text h1 {
        font-size: 24px;
        line-height: 1.2;
    }

    .hero-text h2 {
        font-size: 18px;
    }

    .hero-text h3 {
        font-size: 20px;
    }

    .about-hero-bottom {
        padding: 20px 12px 25px;
    }

    .about-hero-bottom p {
        font-size: 13px;
    }

    /* ================= EVOLUTION ================= */
    .evolution-section {
        padding: 20px 12px;
    }

    .evo-title {
        font-size: 24px;
    }

    .evo-intro {
        font-size: 13px;
        margin-bottom: 25px;
    }

    .evo-block {
        margin: 25px auto;
    }

    .evo-block h3 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .evo-block p {
        font-size: 13px;
    }

    /* ================= FEATURES ================= */
    .feature-item {
        padding: 12px;
        margin-bottom: 20px;
    }

    .feature-item h3 {
        font-size: 16px;
    }

    .feature-item p {
        font-size: 12px;
    }

    /* ================= ESSENCE ================= */
    .essence-box {
        margin: 25px 10px;
        padding: 15px 12px;
    }

    .essence-box p {
        font-size: 12px;
        line-height: 1.5;
    }

    /* ================= TEAM ================= */

    .team-card {
        gap: 15px;
        padding: 15px;
    }

    .team-img img {
        width: 75%;
        max-width: 240px;
    }

    .team-content h4 {
        font-size: 12px;
    }

    .team-content h3 {
        font-size: 18px;
    }

    .team-content p {
        font-size: 12px;
        line-height: 1.6;
    }

    .team-header h2 {
        font-size: 24px;
        letter-spacing: 2px;
    }

}