/* =========================================================
   SANATAN RATAN ACADEMY
   IIT-JEE PROGRAM PAGE
   FILE: iit-jee.css
========================================================= */


/* =========================================================
   GLOBAL PAGE
========================================================= */

.sra-jee-page{

    --sra-primary:#7a1f1f;
    --sra-primary-dark:#5d1414;
    --sra-gold:#c99a3e;
    --sra-gold-light:#ead7a3;

    --sra-dark:#171313;
    --sra-text:#33302e;
    --sra-muted:#706b67;

    --sra-light:#faf8f4;
    --sra-cream:#f5f0e7;
    --sra-white:#ffffff;

    font-family:inherit;
    color:var(--sra-text);
    background:#fff;

    overflow:hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.sra-jee-container{

    width:100%;
    max-width:1200px;

    margin-left:auto;
    margin-right:auto;

    padding-left:24px;
    padding-right:24px;

    box-sizing:border-box;
}


/* =========================================================
   RESET INSIDE PAGE
========================================================= */

.sra-jee-page h1,
.sra-jee-page h2,
.sra-jee-page h3,
.sra-jee-page p{

    margin-top:0;
}

.sra-jee-page ul{

    margin:0;
    padding:0;
}

.sra-jee-page a{

    text-decoration:none;
}


/* =========================================================
   COMMON KICKER
========================================================= */

.sra-jee-kicker{

    display:inline-block;

    margin-bottom:15px;

    font-size:12px;
    line-height:1.4;

    font-weight:700;

    letter-spacing:2px;

    color:var(--sra-primary);
}


/* =========================================================
   HERO
========================================================= */

.sra-jee-hero{

    position:relative;

    min-height:560px;

    display:flex;
    align-items:center;

    background:
        linear-gradient(
            135deg,
            #fffdf9 0%,
            #f6efe5 48%,
            #eee3d4 100%
        );

    border-bottom:1px solid #e7ddd0;

    overflow:hidden;
}


.sra-jee-hero-glow{

    position:absolute;

    width:520px;
    height:520px;

    right:-180px;
    top:-190px;

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(201,154,62,.20) 0%,
            rgba(201,154,62,.06) 45%,
            transparent 70%
        );
}


.sra-jee-hero-inner{

    position:relative;
    z-index:2;

    padding-top:90px;
    padding-bottom:90px;
}


.sra-jee-eyebrow{

    display:inline-block;

    margin-bottom:22px;

    color:var(--sra-primary);

    font-size:12px;
    font-weight:800;

    letter-spacing:3px;
}


.sra-jee-hero h1{

    max-width:850px;

    margin-bottom:25px;

    color:var(--sra-dark);

    font-size:clamp(48px,6vw,82px);

    line-height:.98;

    font-weight:800;

    letter-spacing:-2px;
}


.sra-jee-hero h1 span{

    display:block;

    color:var(--sra-primary);
}


.sra-jee-hero p{

    max-width:700px;

    margin-bottom:32px;

    color:#5d5752;

    font-size:18px;
    line-height:1.75;
}


.sra-jee-hero-meta{

    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:14px;

    font-size:11px;
    font-weight:800;

    letter-spacing:1.5px;

    color:#5d1414;
}


.sra-jee-hero-meta i{

    width:5px;
    height:5px;

    display:block;

    border-radius:50%;

    background:var(--sra-gold);
}


/* =========================================================
   INTRO
========================================================= */

.sra-jee-intro{

    padding:110px 0;

    background:#fff;
}


.sra-jee-intro-grid{

    display:grid;

    grid-template-columns:180px minmax(0,1fr);

    gap:70px;

    align-items:start;
}


.sra-jee-side-label{

    position:sticky;
    top:30px;

    display:flex;
    flex-direction:column;

    gap:10px;

    padding-top:8px;
}


.sra-jee-side-label span{

    color:var(--sra-gold);

    font-size:38px;

    line-height:1;

    font-weight:800;
}


.sra-jee-side-label small{

    max-width:120px;

    color:#8a8179;

    font-size:10px;

    line-height:1.6;

    font-weight:800;

    letter-spacing:1.5px;
}


.sra-jee-intro-content{

    max-width:800px;
}


.sra-jee-intro-content h2,
.sra-jee-section-heading h2,
.sra-jee-methodology-header h2,
.sra-jee-progression-content h2,
.sra-jee-testing-grid h2,
.sra-jee-analysis-header h2,
.sra-jee-speed-box h2,
.sra-jee-why-heading h2,
.sra-jee-source-box h2{

    margin-bottom:25px;

    color:var(--sra-dark);

    font-size:clamp(32px,4vw,52px);

    line-height:1.12;

    font-weight:800;

    letter-spacing:-1px;
}


.sra-jee-intro-content h2 span,
.sra-jee-section-heading h2 span,
.sra-jee-methodology-header h2 span,
.sra-jee-progression-content h2 span,
.sra-jee-testing-grid h2 span,
.sra-jee-analysis-header h2 span,
.sra-jee-speed-box h2 span,
.sra-jee-why-heading h2 span,
.sra-jee-source-box h2 span{

    color:var(--sra-primary);
}


.sra-jee-intro-content p{

    margin-bottom:22px;

    color:#625d58;

    font-size:17px;

    line-height:1.85;
}


.sra-jee-intro-content strong{

    color:var(--sra-primary);
}


/* =========================================================
   SECTION HEADING
========================================================= */

.sra-jee-section-heading{

    max-width:780px;

    margin-bottom:55px;
}


.sra-jee-section-heading.centered{

    max-width:820px;

    margin-left:auto;
    margin-right:auto;

    text-align:center;
}


.sra-jee-section-heading > p{

    max-width:680px;

    color:var(--sra-muted);

    font-size:16px;

    line-height:1.8;
}


.sra-jee-section-heading.centered > p{

    margin-left:auto;
    margin-right:auto;
}


/* =========================================================
   ELIGIBILITY
========================================================= */

.sra-jee-eligibility{

    padding:110px 0;

    background:var(--sra-light);
}


.sra-jee-eligibility-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:20px;
}


.sra-jee-eligibility-card{

    position:relative;

    min-height:210px;

    padding:30px;

    background:#fff;

    border:1px solid #e8e1d9;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.sra-jee-eligibility-card:hover{

    transform:translateY(-5px);

    border-color:#d9bd83;

    box-shadow:0 15px 40px rgba(70,45,25,.08);
}


.sra-jee-eligibility-card > span{

    display:block;

    margin-bottom:35px;

    color:var(--sra-gold);

    font-size:12px;

    font-weight:800;

    letter-spacing:1px;
}


.sra-jee-eligibility-card h3{

    margin-bottom:12px;

    color:var(--sra-dark);

    font-size:23px;

    font-weight:800;
}


.sra-jee-eligibility-card p{

    margin:0;

    color:var(--sra-muted);

    font-size:14px;

    line-height:1.7;
}


/* =========================================================
   METHODOLOGY
========================================================= */

.sra-jee-methodology{

    padding:110px 0;

    background:#fff;
}


.sra-jee-methodology-header{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:end;

    margin-bottom:55px;
}


.sra-jee-methodology-header p{

    max-width:560px;

    margin:0;

    color:var(--sra-muted);

    font-size:16px;

    line-height:1.8;
}


.sra-jee-learning-flow{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:10px;

    padding:25px;

    border-top:1px solid #ddd4ca;

    border-bottom:1px solid #ddd4ca;
}


.sra-jee-learning-flow > div{

    display:flex;

    flex-direction:column;

    gap:7px;

    text-align:center;
}


.sra-jee-learning-flow strong{

    color:var(--sra-gold);

    font-size:11px;
}


.sra-jee-learning-flow span{

    color:var(--sra-dark);

    font-size:14px;

    font-weight:700;
}


.sra-jee-learning-flow b{

    color:var(--sra-gold);

    font-size:20px;

    font-weight:400;
}


/* =========================================================
   SUBJECTS
========================================================= */

.sra-jee-subjects{

    padding:110px 0;

    background:var(--sra-light);
}


.sra-jee-subject-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:22px;
}


.sra-jee-subject-card{

    position:relative;

    padding:38px 32px;

    background:#fff;

    border:1px solid #e6ded5;

    overflow:hidden;

    transition:.3s ease;
}


.sra-jee-subject-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 45px rgba(65,40,20,.09);
}


.sra-jee-subject-card.featured{

    background:var(--sra-primary);

    border-color:var(--sra-primary);

    color:#fff;
}


.sra-jee-subject-number{

    position:absolute;

    right:25px;
    top:25px;

    color:var(--sra-gold);

    font-size:13px;

    font-weight:800;
}


.sra-jee-subject-code{

    margin-bottom:50px;

    color:var(--sra-gold);

    font-size:11px;

    font-weight:800;

    letter-spacing:2px;
}


.sra-jee-subject-card h3{

    margin-bottom:15px;

    color:var(--sra-dark);

    font-size:30px;

    font-weight:800;
}


.sra-jee-subject-card.featured h3{

    color:#fff;
}


.sra-jee-subject-card p{

    margin-bottom:25px;

    color:var(--sra-muted);

    font-size:14px;

    line-height:1.75;
}


.sra-jee-subject-card.featured p{

    color:rgba(255,255,255,.78);
}


.sra-jee-subject-card ul{

    list-style:none;
}


.sra-jee-subject-card li{

    position:relative;

    padding:9px 0 9px 17px;

    border-top:1px solid #eee7df;

    color:#55504c;

    font-size:13px;
}


.sra-jee-subject-card.featured li{

    border-color:rgba(255,255,255,.15);

    color:rgba(255,255,255,.82);
}


.sra-jee-subject-card li::before{

    content:"";

    position:absolute;

    left:0;
    top:17px;

    width:5px;
    height:5px;

    border-radius:50%;

    background:var(--sra-gold);
}


/* =========================================================
   PROGRESSION
========================================================= */

.sra-jee-progression{

    padding:80px 0;

    background:#fff;
}


.sra-jee-progression-box{

    padding:55px;

    background:
        linear-gradient(
            135deg,
            #211818,
            #3a2020
        );

    color:#fff;
}


.sra-jee-progression-content{

    max-width:700px;

    margin-bottom:45px;
}


.sra-jee-progression-content h2{

    color:#fff;
}


.sra-jee-progression-content p{

    max-width:650px;

    margin:0;

    color:rgba(255,255,255,.72);

    font-size:15px;

    line-height:1.8;
}


.sra-jee-progression-content .sra-jee-kicker{

    color:var(--sra-gold-light);
}


.sra-jee-progression-steps{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:15px;

    flex-wrap:wrap;
}


.sra-jee-progression-steps span{

    padding:11px 15px;

    border:1px solid rgba(255,255,255,.18);

    color:#fff;

    font-size:12px;

    font-weight:700;
}


.sra-jee-progression-steps i{

    color:var(--sra-gold);

    font-style:normal;
}


/* =========================================================
   TESTING
========================================================= */

.sra-jee-testing{

    padding:110px 0;

    background:var(--sra-light);
}


.sra-jee-testing-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:90px;

    align-items:center;
}


.sra-jee-testing-grid > div:first-child p{

    max-width:600px;

    color:var(--sra-muted);

    font-size:16px;

    line-height:1.8;
}


.sra-jee-test-list{

    border-top:1px solid #ded5cc;
}


.sra-jee-test-list > div{

    display:flex;

    align-items:center;

    gap:20px;

    padding:18px 0;

    border-bottom:1px solid #ded5cc;

    color:var(--sra-dark);

    font-size:15px;

    font-weight:700;
}


.sra-jee-test-list > div span{

    color:var(--sra-gold);

    font-size:11px;
}


/* =========================================================
   ANALYSIS
========================================================= */

.sra-jee-analysis{

    padding:110px 0;

    background:#fff;
}


.sra-jee-analysis-header{

    max-width:800px;

    margin-bottom:55px;
}


.sra-jee-analysis-header p{

    max-width:650px;

    color:var(--sra-muted);

    font-size:16px;

    line-height:1.8;
}


.sra-jee-analysis-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    border-top:1px solid #ddd5cc;

    border-bottom:1px solid #ddd5cc;
}


.sra-jee-analysis-grid > div{

    min-height:220px;

    padding:30px;

    border-right:1px solid #ddd5cc;
}


.sra-jee-analysis-grid > div:last-child{

    border-right:0;
}


.sra-jee-analysis-grid span{

    color:var(--sra-gold);

    font-size:11px;

    font-weight:800;
}


.sra-jee-analysis-grid h3{

    margin:35px 0 12px;

    color:var(--sra-dark);

    font-size:19px;
}


.sra-jee-analysis-grid p{

    margin:0;

    color:var(--sra-muted);

    font-size:13px;

    line-height:1.7;
}


.sra-jee-analysis-cycle{

    display:flex;

    align-items:center;

    justify-content:center;

    flex-wrap:wrap;

    gap:16px;

    margin-top:50px;
}


.sra-jee-analysis-cycle span{

    color:var(--sra-primary);

    font-size:11px;

    font-weight:800;

    letter-spacing:1px;
}


.sra-jee-analysis-cycle i{

    color:var(--sra-gold);

    font-style:normal;
}


/* =========================================================
   SUPPORT
========================================================= */

.sra-jee-support{

    padding:110px 0;

    background:var(--sra-light);
}


.sra-jee-support-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:24px;
}


.sra-jee-support-card{

    padding:45px;

    background:#fff;

    border:1px solid #e5ddd4;
}


.sra-jee-support-card.dark{

    background:var(--sra-primary);

    border-color:var(--sra-primary);
}


.sra-jee-support-card > span{

    color:var(--sra-gold);

    font-size:12px;

    font-weight:800;
}


.sra-jee-support-card h3{

    margin:25px 0 15px;

    color:var(--sra-dark);

    font-size:28px;
}


.sra-jee-support-card.dark h3{

    color:#fff;
}


.sra-jee-support-card p{

    color:var(--sra-muted);

    font-size:14px;

    line-height:1.8;
}


.sra-jee-support-card.dark p{

    color:rgba(255,255,255,.75);
}


.sra-jee-support-card ul{

    margin-top:25px;

    list-style:none;
}


.sra-jee-support-card li{

    padding:10px 0;

    border-top:1px solid #eee6dd;

    color:#57514c;

    font-size:13px;
}


.sra-jee-support-card.dark li{

    border-color:rgba(255,255,255,.14);

    color:rgba(255,255,255,.82);
}


/* =========================================================
   SPEED
========================================================= */

.sra-jee-speed{

    padding:80px 0;

    background:#fff;
}


.sra-jee-speed-box{

    padding:65px;

    text-align:center;

    background:#f5eee3;

    border:1px solid #e5d9c7;
}


.sra-jee-speed-box p{

    max-width:700px;

    margin:0 auto 35px;

    color:var(--sra-muted);

    font-size:15px;

    line-height:1.8;
}


.sra-jee-speed-points{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:10px;
}


.sra-jee-speed-points span{

    padding:11px 16px;

    background:#fff;

    border:1px solid #ded4c6;

    color:var(--sra-dark);

    font-size:12px;

    font-weight:700;
}


/* =========================================================
   EXAMS
========================================================= */

.sra-jee-exams{

    padding:110px 0;

    background:var(--sra-light);
}


.sra-jee-exam-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:24px;
}


.sra-jee-exam-card{

    padding:45px;

    background:#fff;

    border:1px solid #e5ddd4;
}


.sra-jee-exam-card.featured{

    background:var(--sra-primary);

    border-color:var(--sra-primary);
}


.sra-jee-exam-label{

    color:var(--sra-gold);

    font-size:11px;

    font-weight:800;

    letter-spacing:2px;
}


.sra-jee-exam-card h3{

    margin:25px 0 15px;

    color:var(--sra-dark);

    font-size:28px;
}


.sra-jee-exam-card.featured h3{

    color:#fff;
}


.sra-jee-exam-card p{

    margin:0;

    color:var(--sra-muted);

    font-size:14px;

    line-height:1.8;
}


.sra-jee-exam-card.featured p{

    color:rgba(255,255,255,.76);
}


/* =========================================================
   JOURNEY
========================================================= */

.sra-jee-journey{

    padding:110px 0;

    background:#fff;
}


.sra-jee-journey-list{

    max-width:950px;

    margin-left:auto;
    margin-right:auto;

    border-top:1px solid #ddd5cc;
}


.sra-jee-journey-list > div{

    display:grid;

    grid-template-columns:100px 1fr;

    gap:35px;

    padding:28px 0;

    border-bottom:1px solid #ddd5cc;
}


.sra-jee-journey-list strong{

    color:var(--sra-gold);

    font-size:13px;
}


.sra-jee-journey-list section{

    margin:0;
}


.sra-jee-journey-list h3{

    margin-bottom:8px;

    color:var(--sra-dark);

    font-size:21px;
}


.sra-jee-journey-list p{

    max-width:650px;

    margin:0;

    color:var(--sra-muted);

    font-size:14px;

    line-height:1.7;
}


/* =========================================================
   WHY SRA
========================================================= */

.sra-jee-why{

    padding:110px 0;

    background:var(--sra-light);
}


.sra-jee-why-box{

    display:grid;

    grid-template-columns:.8fr 1.2fr;

    gap:70px;

    padding:60px;

    background:#211818;
}


.sra-jee-why-heading h2{

    color:#fff;
}


.sra-jee-why-heading .sra-jee-kicker{

    color:var(--sra-gold-light);
}


.sra-jee-why-list{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:0;

    border-top:1px solid rgba(255,255,255,.15);
}


.sra-jee-why-list span{

    padding:17px 0;

    border-bottom:1px solid rgba(255,255,255,.15);

    color:rgba(255,255,255,.84);

    font-size:13px;

    line-height:1.5;
}


.sra-jee-why-list span:nth-child(odd){

    padding-right:20px;
}


.sra-jee-why-list span:nth-child(even){

    padding-left:20px;

    border-left:1px solid rgba(255,255,255,.15);
}


/* =========================================================
   FAQ
========================================================= */

.sra-jee-faq{

    padding:110px 0;

    background:#fff;
}


.sra-jee-faq-list{

    max-width:900px;

    margin:0 auto;

    border-top:1px solid #ddd5cc;
}


.sra-jee-faq-list details{

    border-bottom:1px solid #ddd5cc;
}


.sra-jee-faq-list summary{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

    padding:24px 0;

    cursor:pointer;

    list-style:none;

    color:var(--sra-dark);

    font-size:16px;

    font-weight:700;
}


.sra-jee-faq-list summary::-webkit-details-marker{

    display:none;
}


.sra-jee-faq-list summary span{

    color:var(--sra-gold);

    font-size:24px;

    font-weight:400;

    transition:transform .25s ease;
}


.sra-jee-faq-list details[open] summary span{

    transform:rotate(45deg);
}


.sra-jee-faq-list details p{

    max-width:800px;

    margin:0;

    padding:0 45px 25px 0;

    color:var(--sra-muted);

    font-size:14px;

    line-height:1.8;
}


/* =========================================================
   SOURCES
========================================================= */

.sra-jee-sources{

    padding:80px 0;

    background:var(--sra-light);
}


.sra-jee-source-box{

    max-width:900px;

    margin:0 auto;

    padding:55px;

    background:#fff;

    border:1px solid #e5ddd4;

    text-align:center;
}


.sra-jee-source-box p{

    max-width:700px;

    margin:0 auto 35px;

    color:var(--sra-muted);

    font-size:14px;

    line-height:1.8;
}


.sra-jee-source-links{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:12px;
}


.sra-jee-source-links a{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:13px 18px;

    background:var(--sra-primary);

    color:#fff;

    font-size:12px;

    font-weight:700;

    transition:.25s ease;
}


.sra-jee-source-links a:hover{

    background:var(--sra-primary-dark);

    color:#fff;
}


.sra-jee-source-links a span{

    color:var(--sra-gold-light);

    font-size:15px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.sra-jee-final{

    padding:100px 24px;

    background:
        linear-gradient(
            135deg,
            #6b1717,
            #8b2929
        );

    text-align:center;
}


.sra-jee-final-inner{

    max-width:850px;

    margin:0 auto;
}


.sra-jee-final-inner > span{

    display:block;

    margin-bottom:18px;

    color:var(--sra-gold-light);

    font-size:11px;

    font-weight:800;

    letter-spacing:2.5px;
}


.sra-jee-final h2{

    margin-bottom:20px;

    color:#fff;

    font-size:clamp(36px,5vw,60px);

    line-height:1.1;

    font-weight:800;
}


.sra-jee-final h2 strong{

    display:block;

    color:var(--sra-gold-light);

    font-weight:800;
}


.sra-jee-final p{

    max-width:600px;

    margin:0 auto 32px;

    color:rgba(255,255,255,.78);

    font-size:16px;

    line-height:1.7;
}


.sra-jee-cta{

    display:inline-flex;

    align-items:center;

    gap:18px;

    padding:15px 24px;

    background:#fff;

    color:var(--sra-primary);

    font-size:13px;

    font-weight:800;

    transition:.25s ease;
}


.sra-jee-cta:hover{

    background:var(--sra-gold-light);

    color:var(--sra-dark);
}


.sra-jee-cta span{

    font-size:18px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width:900px){

    .sra-jee-hero{

        min-height:500px;
    }


    .sra-jee-intro-grid{

        grid-template-columns:1fr;

        gap:25px;
    }


    .sra-jee-side-label{

        position:static;

        flex-direction:row;

        align-items:center;

        gap:15px;
    }


    .sra-jee-side-label span{

        font-size:28px;
    }


    .sra-jee-side-label small{

        max-width:none;
    }


    .sra-jee-eligibility-grid,
    .sra-jee-subject-grid{

        grid-template-columns:repeat(2,1fr);
    }


    .sra-jee-methodology-header,
    .sra-jee-testing-grid,
    .sra-jee-why-box{

        grid-template-columns:1fr;

        gap:35px;
    }


    .sra-jee-analysis-grid{

        grid-template-columns:repeat(2,1fr);
    }


    .sra-jee-analysis-grid > div:nth-child(2){

        border-right:0;
    }


    .sra-jee-analysis-grid > div:nth-child(-n+2){

        border-bottom:1px solid #ddd5cc;
    }


    .sra-jee-why-box{

        padding:45px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:600px){

    .sra-jee-container{

        padding-left:18px;
        padding-right:18px;
    }


    .sra-jee-hero{

        min-height:auto;
    }


    .sra-jee-hero-inner{

        padding-top:70px;
        padding-bottom:70px;
    }


    .sra-jee-eyebrow{

        font-size:10px;

        letter-spacing:2px;
    }


    .sra-jee-hero h1{

        margin-bottom:20px;

        font-size:46px;

        letter-spacing:-1.5px;
    }


    .sra-jee-hero p{

        font-size:15px;

        line-height:1.7;
    }


    .sra-jee-hero-meta{

        gap:9px;

        font-size:9px;

        line-height:1.6;
    }


    .sra-jee-intro,
    .sra-jee-eligibility,
    .sra-jee-methodology,
    .sra-jee-subjects,
    .sra-jee-testing,
    .sra-jee-analysis,
    .sra-jee-support,
    .sra-jee-exams,
    .sra-jee-journey,
    .sra-jee-why,
    .sra-jee-faq{

        padding:75px 0;
    }


    .sra-jee-section-heading h2,
    .sra-jee-intro-content h2,
    .sra-jee-methodology-header h2,
    .sra-jee-progression-content h2,
    .sra-jee-testing-grid h2,
    .sra-jee-analysis-header h2,
    .sra-jee-speed-box h2,
    .sra-jee-why-heading h2,
    .sra-jee-source-box h2{

        font-size:34px;

        letter-spacing:-.7px;
    }


    .sra-jee-eligibility-grid,
    .sra-jee-subject-grid,
    .sra-jee-exam-grid{

        grid-template-columns:1fr;
    }


    .sra-jee-eligibility-card{

        min-height:auto;

        padding:27px;
    }


    .sra-jee-methodology-header{

        margin-bottom:35px;
    }


    .sra-jee-learning-flow{

        display:grid;

        grid-template-columns:1fr 1fr;

        gap:0;

        padding:0;
    }


    .sra-jee-learning-flow > div{

        padding:18px 8px;

        border-bottom:1px solid #ddd4ca;
    }


    .sra-jee-learning-flow > b{

        display:none;
    }


    .sra-jee-subject-card{

        padding:30px 25px;
    }


    .sra-jee-progression{

        padding:55px 0;
    }


    .sra-jee-progression-box{

        padding:32px 25px;
    }


    .sra-jee-progression-steps{

        flex-direction:column;

        align-items:stretch;
    }


    .sra-jee-progression-steps span{

        text-align:center;
    }


    .sra-jee-progression-steps i{

        text-align:center;

        transform:rotate(90deg);
    }


    .sra-jee-test-list > div{

        padding:15px 0;

        font-size:14px;
    }


    .sra-jee-analysis-grid{

        grid-template-columns:1fr;
    }


    .sra-jee-analysis-grid > div{

        border-right:0;

        border-bottom:1px solid #ddd5cc;
    }


    .sra-jee-analysis-grid > div:last-child{

        border-bottom:0;
    }


    .sra-jee-analysis-cycle{

        gap:10px;

        font-size:10px;
    }


    .sra-jee-support-grid{

        grid-template-columns:1fr;
    }


    .sra-jee-support-card{

        padding:32px 25px;
    }


    .sra-jee-speed{

        padding:55px 0;
    }


    .sra-jee-speed-box{

        padding:40px 22px;
    }


    .sra-jee-speed-points{

        flex-direction:column;
    }


    .sra-jee-speed-points span{

        width:100%;

        box-sizing:border-box;
    }


    .sra-jee-exam-card{

        padding:32px 25px;
    }


    .sra-jee-journey-list > div{

        grid-template-columns:45px 1fr;

        gap:15px;
    }


    .sra-jee-journey-list h3{

        font-size:19px;
    }


    .sra-jee-why-box{

        padding:32px 22px;
    }


    .sra-jee-why-list{

        grid-template-columns:1fr;
    }


    .sra-jee-why-list span:nth-child(odd){

        padding-right:0;
    }


    .sra-jee-why-list span:nth-child(even){

        padding-left:0;

        border-left:0;
    }


    .sra-jee-source-box{

        padding:35px 22px;
    }


    .sra-jee-source-links{

        flex-direction:column;
    }


    .sra-jee-source-links a{

        justify-content:center;

        width:100%;

        box-sizing:border-box;
    }


    .sra-jee-final{

        padding:75px 20px;
    }


    .sra-jee-final h2{

        font-size:38px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width:380px){

    .sra-jee-hero h1{

        font-size:40px;
    }


    .sra-jee-section-heading h2,
    .sra-jee-intro-content h2,
    .sra-jee-methodology-header h2,
    .sra-jee-progression-content h2,
    .sra-jee-testing-grid h2,
    .sra-jee-analysis-header h2,
    .sra-jee-speed-box h2,
    .sra-jee-why-heading h2,
    .sra-jee-source-box h2{

        font-size:30px;
    }


    .sra-jee-final h2{

        font-size:34px;
    }

}



/* =========================================================
   IIT-JEE PAGE — REMOVE UNWANTED TOP/BOTTOM SPACE
========================================================= */

html,
body {
    margin: 0;
    padding: 0;
}

.sra-jee-page {
    margin: 0 !important;
    padding: 0 !important;
}

.sra-jee-page > section:first-child {
    margin-top: 0 !important;
}

.sra-jee-page > section:last-child {
    margin-bottom: 0 !important;
}

/* Astra content wrapper */
.sra-jee-page,
.sra-jee-page .ast-container {
    margin-top: 0 !important;
}

#primary.sra-jee-page {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}