/*Anshika Singh*/
/* ===== SECTION ===== */
.edvdo-student-growyourself-hero-section{
    background:#ffffff;
    padding-top:90px;
    font-family:'Poppins',sans-serif;
}

/* CONTAINER */
.edvdo-student-growyourself-hero-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 60px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* LEFT */
.edvdo-student-growyourself-hero-left{
    width:55%;
}

.edvdo-student-growyourself-tagline{
    background:#fde7b2;
    display:inline-block;
    padding:7px 18px;
    border-radius:20px;
    font-size:13px;
    margin-bottom:25px;
}

.edvdo-student-growyourself-hero-left h1{
    font-size:56px;
    font-weight:700;
    line-height:1.2;
    color:#0c1b4d;
    margin-bottom:20px;
}

.edvdo-student-growyourself-hero-left p{
    font-size:19px;
    color:#5f6368;
    margin-bottom:30px;
}

.edvdo-student-growyourself-cta-btn{
    background:#3b5cff;
    color:#fff;
    padding:14px 30px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
}

/* RIGHT IMAGE */
.edvdo-student-growyourself-hero-right img{
    width:480px;
}

/* ===== FULL WIDTH STRIP ===== */
.edvdo-student-growyourself-feature-bar{
    width:90%;
    background:#E7E9FF;
    padding:14px 0;
    margin-top:80px;
    text-align:center;
    font-size:16px;
    color:#25245C;
}

.edvdo-student-growyourself-feature-bar span{
    margin:0 35px;
}

.edvdo-student-growyourself-dot{
    font-weight:bold;
}

/* ===== RESPONSIVE FIX ===== */

/* Laptop / Small Desktop */
@media (max-width:1200px){
    .edvdo-student-growyourself-hero-container{
        max-width:100%;
        padding:0 48px;
        gap:55px;
    }

    .edvdo-student-growyourself-hero-left{
        width:48%;
    }

    .edvdo-student-growyourself-hero-right{
        width:52%;
    }

    .edvdo-student-growyourself-hero-left h1{
        font-size:40px;
        line-height:1.25;
    }

    .edvdo-student-growyourself-hero-left p{
        font-size:17px;
        line-height:1.5;
    }

    .edvdo-student-growyourself-hero-right img{
        width:430px;
    }
}

/* Tablet */
@media (max-width:1024px){
    .edvdo-student-growyourself-hero-section{
        padding-top:45px;
    }

    .edvdo-student-growyourself-hero-container{
        flex-direction:row;
        align-items:center;
        justify-content:space-between;
        text-align:left;
        padding:0 48px;
        gap:30px;
    }

    .edvdo-student-growyourself-hero-left{
        width:48%;
    }

    .edvdo-student-growyourself-hero-right{
        width:52%;
        display:flex;
        justify-content:flex-end;
        margin-left:0;
    }

    .edvdo-student-growyourself-tagline{
        font-size:13px;
        padding:8px 18px;
        margin-bottom:30px;
    }

    .edvdo-student-growyourself-hero-left h1{
        font-size:34px;
        line-height:1.35;
        margin-bottom:18px;
    }

    .edvdo-student-growyourself-hero-left p{
        font-size:17px;
        line-height:1.5;
        max-width:360px;
        margin-bottom:28px;
    }

    .edvdo-student-growyourself-cta-btn{
        padding:14px 20px;
        font-size:16px;
    }

    .edvdo-student-growyourself-hero-right img{
        width:390px;
        max-width:100%;
        margin-top:0;
    }

    .edvdo-student-growyourself-feature-bar{
        margin-top:45px;
        padding:14px 10px;
        font-size:18px;
        background:#E7E9FF;
    }

    .edvdo-student-growyourself-feature-bar span{
        margin:0 20px;
    }
}

/* Mobile */
@media (max-width:767px){
    .edvdo-student-growyourself-hero-section{
        padding-top:45px;
        background-position:center top;
    }

    .edvdo-student-growyourself-hero-container{
        flex-direction:column;
        text-align:center;
        padding:0 20px;
        gap:28px;
    }

    .edvdo-student-growyourself-hero-left,
    .edvdo-student-growyourself-hero-right{
        width:100%;
    }

    .edvdo-student-growyourself-hero-right{
        justify-content:center;
        margin-left:0;
    }

    .edvdo-student-growyourself-tagline{
        font-size:12px;
        padding:7px 14px;
        margin-bottom:24px;
    }

    .edvdo-student-growyourself-hero-left h1{
        font-size:30px;
        line-height:1.3;
        margin-bottom:16px;
    }

    .edvdo-student-growyourself-hero-left p{
        font-size:15px;
        line-height:1.5;
        margin-bottom:24px;
    }

    .edvdo-student-growyourself-cta-btn{
        padding:13px 18px;
        font-size:14px;
    }

    .edvdo-student-growyourself-hero-right img{
        width:300px;
        max-width:100%;
    }

    .edvdo-student-growyourself-feature-bar{
        margin-top:35px;
        padding:14px 10px;
        font-size:14px;
        line-height:1.6;
        background:#E7E9FF;
    }

    .edvdo-student-growyourself-feature-bar span{
        display:block;
        margin:6px 0;
    }

    .edvdo-student-growyourself-dot{
        display:none;
    }
}

/* Small Mobile */
@media (max-width:420px){
    .edvdo-student-growyourself-hero-left h1{
        font-size:26px;
    }

    .edvdo-student-growyourself-hero-right img{
        width:260px;
    }
}