/*=====================================
            ABOUT HERO
======================================*/

.about-hero{

    min-height:90vh;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:100px 8%;

    background:linear-gradient(135deg,#1C2526,#263238);

}

.about-hero .container{

    max-width:950px;

    margin:auto;

}

/*---------------------------*/

.about-hero .hero-tag{

    display:inline-block;

    padding:10px 24px;

    background:rgba(255,213,79,.12);

    border:1px solid rgba(255,213,79,.35);

    border-radius:50px;

    color:#FFD54F;

    font-size:15px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:30px;

}

/*---------------------------*/

.about-hero h1{

    font-size:68px;

    color:#ffffff;

    margin-bottom:25px;

    line-height:1.2;

}

/*---------------------------*/

.about-hero p{

    max-width:780px;

    margin:0 auto;

    color:#CFD8DC;

    font-size:22px;

    line-height:1.8;

}

/*---------------------------*/

.hero-stats{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

    margin:60px 0;

}

.hero-stats div{

    background:#263238;

    padding:28px;

    border-radius:18px;

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.hero-stats div:hover{

    transform:translateY(-8px);

    border-color:#FFD54F;

}

.hero-stats h2{

    color:#FFD54F;

    font-size:42px;

    margin-bottom:10px;

}

.hero-stats span{

    color:#CFD8DC;

    font-size:17px;

}

/*---------------------------*/

.hero-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.primary-btn{

    display:inline-block;

    padding:18px 36px;

    background:#FFD54F;

    color:#1C2526;

    text-decoration:none;

    border-radius:10px;

    font-weight:700;

    transition:.3s;

}

.primary-btn:hover{

    background:#FFC107;

    transform:translateY(-3px);

}

.secondary-btn{

    display:inline-block;

    padding:18px 36px;

    border:2px solid #FFD54F;

    color:#FFD54F;

    text-decoration:none;

    border-radius:10px;

    font-weight:700;

    transition:.3s;

}

.secondary-btn:hover{

    background:#FFD54F;

    color:#1C2526;

}
/*=====================================
        ABOUT RASUL SIR
======================================*/

.about-sir{

    padding:120px 8%;

}

.about-container{

    max-width:1300px;

    margin:auto;

    display:grid;

    grid-template-columns:420px 1fr;

    gap:80px;

    align-items:center;

}

/* Image */

.about-image{

    text-align:center;

}

.about-image img{

    width:100%;

    max-width:380px;

    border-radius:25px;

    border:4px solid #FFD54F;

    box-shadow:0 20px 40px rgba(0,0,0,.35);

}

/* Tag */

.section-tag{

    display:inline-block;

    padding:8px 22px;

    border-radius:50px;

    background:rgba(255,213,79,.15);

    color:#FFD54F;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:25px;

}

/* Heading */

.about-content h2{

    font-size:52px;

    margin-bottom:10px;

    color:#ffffff;

}

.about-content h3{

    color:#FFD54F;

    font-size:28px;

    margin-bottom:30px;

}

/* Paragraph */

.about-content p{

    color:#CFD8DC;

    font-size:19px;

    line-height:1.9;

    margin-bottom:35px;

}

/* Experience */

.experience-list{

    display:grid;

    grid-template-columns:1fr;

    gap:18px;

    margin-bottom:40px;

}

.experience-list div{

    background:#263238;

    padding:18px 25px;

    border-radius:12px;

    border-left:4px solid #FFD54F;

    font-size:18px;

}

/* Quote */

blockquote{

    margin:40px 0;

    padding:25px;

    background:#263238;

    border-left:5px solid #FFD54F;

    border-radius:15px;

    color:#ffffff;

    font-size:20px;

    font-style:italic;

    line-height:1.8;

}
/*=====================================
        WHY RANK ENGINE
======================================*/

.why-engine{

    padding:120px 8%;

    background:#202A2D;

}

.why-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    margin-top:60px;

}

.why-card{

    background:#263238;

    padding:40px;

    border-radius:20px;

    text-align:center;

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.why-card:hover{

    transform:translateY(-10px);

    border-color:#FFD54F;

    box-shadow:0 20px 40px rgba(0,0,0,.35);

}

.icon{

    font-size:52px;

    margin-bottom:25px;

}

.why-card h3{

    color:#FFD54F;

    font-size:28px;

    margin-bottom:18px;

}

.why-card p{

    color:#CFD8DC;

    font-size:17px;

    line-height:1.8;

}
/*=====================================
            OUR MISSION
======================================*/

.mission-section{

    padding:120px 8%;

    background:#1C2526;

}

.mission-container{

    max-width:1200px;

    margin:auto;

}

/* Mission Statement */

.mission-box{

    margin:60px auto;

    max-width:900px;

    text-align:center;

    background:#263238;

    padding:50px;

    border-radius:25px;

    border:2px solid rgba(255,213,79,.25);

}

.mission-box h3{

    color:#FFD54F;

    font-size:40px;

    margin-bottom:25px;

}

.mission-box p{

    color:#CFD8DC;

    font-size:20px;

    line-height:1.9;

}

/* Grid */

.mission-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:70px;

}

/* Card */

.mission-card{

    background:#263238;

    border-radius:20px;

    padding:35px;

    text-align:center;

    transition:.35s;

    border:1px solid rgba(255,255,255,.08);

}

.mission-card:hover{

    transform:translateY(-8px);

    border-color:#FFD54F;

    box-shadow:0 15px 30px rgba(0,0,0,.35);

}

/* Icon */

.mission-icon{

    font-size:50px;

    margin-bottom:20px;

}

/* Heading */

.mission-card h4{

    color:#FFD54F;

    font-size:24px;

    margin-bottom:15px;

}

/* Text */

.mission-card p{

    color:#CFD8DC;

    font-size:17px;

    line-height:1.8;

}
/*=====================================
        WHAT STUDENTS GET
======================================*/

.student-benefits{

    padding:120px 8%;

    background:#1C2526;

}

.benefits-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    margin-top:60px;

}

.benefit-card{

    background:#263238;

    padding:40px;

    border-radius:20px;

    text-align:center;

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.benefit-card:hover{

    transform:translateY(-10px);

    border-color:#FFD54F;

    box-shadow:0 20px 40px rgba(0,0,0,.35);

}

.benefit-icon{

    font-size:55px;

    margin-bottom:25px;

}

.benefit-card h3{

    color:#FFD54F;

    font-size:28px;

    margin-bottom:18px;

}

.benefit-card p{

    color:#CFD8DC;

    font-size:17px;

    line-height:1.8;

}
/*=====================================
                FAQ
======================================*/

.faq-section{

    padding:120px 8%;

    background:#202A2D;

}

.faq-container{

    max-width:900px;

    margin:60px auto 0;

}

.faq-item{

    background:#263238;

    border-radius:18px;

    margin-bottom:20px;

    overflow:hidden;

    border:1px solid rgba(255,255,255,.08);

    transition:.3s;

}

.faq-item:hover{

    border-color:#FFD54F;

}

.faq-question{

    width:100%;

    background:none;

    border:none;

    color:#ffffff;

    font-size:22px;

    font-weight:600;

    text-align:left;

    padding:24px 30px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    cursor:pointer;

}

.faq-icon{

    color:#FFD54F;

    font-size:30px;

    font-weight:bold;

    transition:.3s;

}

.faq-answer{

    max-height:0;

    overflow:hidden;

    transition:max-height .35s ease;

}

.faq-answer p{

    padding:0 30px 25px;

    color:#CFD8DC;

    line-height:1.8;

    font-size:17px;

}
/*=====================================
        CALL TO ACTION
======================================*/

.cta-section{

    padding:120px 8%;

    background:linear-gradient(135deg,#263238,#1C2526);

    text-align:center;

}

.cta-container{

    max-width:900px;

    margin:auto;

}

.cta-tag{

    display:inline-block;

    padding:10px 24px;

    background:rgba(255,213,79,.12);

    border:1px solid rgba(255,213,79,.35);

    border-radius:50px;

    color:#FFD54F;

    font-size:15px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:30px;

}

.cta-section h2{

    font-size:56px;

    color:#ffffff;

    margin-bottom:25px;

}

.cta-section p{

    font-size:22px;

    color:#CFD8DC;

    line-height:1.8;

    max-width:760px;

    margin:0 auto 50px;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:25px;

    flex-wrap:wrap;

}

.primary-btn{

    display:inline-block;

    padding:18px 40px;

    background:#FFD54F;

    color:#1C2526;

    border-radius:10px;

    text-decoration:none;

    font-size:18px;

    font-weight:700;

    transition:.3s;

}

.primary-btn:hover{

    background:#FFC107;

    transform:translateY(-4px);

}

.secondary-btn{

    display:inline-block;

    padding:18px 40px;

    border:2px solid #FFD54F;

    color:#FFD54F;

    border-radius:10px;

    text-decoration:none;

    font-size:18px;

    font-weight:700;

    transition:.3s;

}

.secondary-btn:hover{

    background:#FFD54F;

    color:#1C2526;

    transform:translateY(-4px);

}