/*
==========================================
Daily Quiz Page
Part-1 : Hero Section
GovtJobPreparation.com
==========================================
*/


/*=========================================
Main Section
=========================================*/

.gjp-daily-quiz-page{

    padding:50px 0 70px;

    background:#f8fafc;

}

.gjp-daily-quiz-page .container{

    max-width:1200px;

}


/*=========================================
Breadcrumb
=========================================*/

.gjp-breadcrumb{

    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:10px;

    margin-bottom:30px;

    font-size:14px;

}

.gjp-breadcrumb a{

    color:#2563eb;

    text-decoration:none;

    font-weight:600;

}

.gjp-breadcrumb a:hover{

    text-decoration:underline;

}

.gjp-breadcrumb span{

    color:#64748b;

}


/*=========================================
Hero Section
=========================================*/

.gjp-quiz-hero{

    display:grid;

    grid-template-columns:220px 1fr 220px;

    align-items:center;

    gap:40px;

    padding:45px;

    background:#ffffff;

    border:1px solid #e5e7eb;

    border-radius:20px;

    box-shadow:0 8px 30px rgba(15,23,42,.05);

    margin-bottom:40px;

}


/*=========================================
Hero Images
=========================================*/

.gjp-quiz-hero-left img,

.gjp-quiz-hero-right img{

    width:100%;

    display:block;

}


/*=========================================
Hero Content
=========================================*/

.gjp-quiz-hero-content{

    text-align:center;

}


/*=========================================
Quiz Badge
=========================================*/

.gjp-quiz-badge{

    display:inline-block;

    padding:8px 18px;

    border-radius:50px;

    background:#dbeafe;

    color:#2563eb;

    font-size:13px;

    font-weight:700;

    letter-spacing:.5px;

    text-transform:uppercase;

    margin-bottom:18px;

}


/*=========================================
Hero Title
=========================================*/

.gjp-quiz-hero-content h1{

    font-size:42px;

    line-height:1.3;

    color:#0f172a;

    margin-bottom:18px;

    font-weight:700;

}


/*=========================================
Hero Description
=========================================*/

.gjp-quiz-hero-content p{

    font-size:18px;

    line-height:1.9;

    color:#64748b;

    max-width:650px;

    margin:0 auto 24px;

}


/*=========================================
Tagline
=========================================*/

.gjp-quiz-tagline{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    background:#eff6ff;

    color:#1d4ed8;

    font-size:15px;

    font-weight:600;

}
/*
==========================================
Daily Quiz Page
Part-2 : Quiz Info & Details
==========================================
*/


/*=========================================
Quiz Information Cards
=========================================*/

.gjp-quiz-info-section{

    margin-bottom:45px;

}

.gjp-quiz-info-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:24px;

}

.gjp-quiz-info-card{

    display:flex;

    align-items:center;

    gap:18px;

    padding:24px;

    background:#ffffff;

    border:1px solid #e5e7eb;

    border-radius:18px;

    box-shadow:0 6px 20px rgba(15,23,42,.05);

    transition:all .30s ease;

}

.gjp-quiz-info-card:hover{

    transform:translateY(-4px);

    border-color:#2563eb;

    box-shadow:0 15px 30px rgba(37,99,235,.10);

}

.gjp-info-icon{

    width:60px;

    height:60px;

    border-radius:50%;

    background:#eff6ff;

    color:#2563eb;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

    flex-shrink:0;

}

.gjp-info-content{

    display:flex;

    flex-direction:column;

}

.gjp-info-label{

    font-size:14px;

    color:#64748b;

    margin-bottom:6px;

}

.gjp-info-content strong{

    font-size:18px;

    color:#0f172a;

    font-weight:700;

}


/*=========================================
Topics & Rules Section
=========================================*/

.gjp-quiz-details-section{

    margin-bottom:55px;

}

.gjp-quiz-details-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

}


/*=========================================
Common Card
=========================================*/

.gjp-quiz-card{

    background:#ffffff;

    border:1px solid #e5e7eb;

    border-radius:20px;

    padding:35px;

    box-shadow:0 8px 25px rgba(15,23,42,.05);

}

.gjp-quiz-card h2{

    font-size:28px;

    color:#0f172a;

    margin-bottom:24px;

    font-weight:700;

}


/*=========================================
Topics List
=========================================*/

.gjp-topic-list{

    list-style:none;

    padding:0;

    margin:0;

}

.gjp-topic-list li{

    position:relative;

    padding:12px 0 12px 28px;

    border-bottom:1px solid #eef2f7;

    color:#334155;

    font-size:16px;

    line-height:1.7;

}

.gjp-topic-list li:last-child{

    border-bottom:none;

}

.gjp-topic-list li::before{

    content:"✓";

    position:absolute;

    left:0;

    top:12px;

    width:18px;

    height:18px;

    border-radius:50%;

    background:#dbeafe;

    color:#2563eb;

    font-size:12px;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;

}


/*=========================================
Quiz Rules
=========================================*/

.gjp-rule-list{

    list-style:none;

    padding:0;

    margin:0;

}

.gjp-rule-list li{

    padding:12px 0;

    border-bottom:1px solid #eef2f7;

    color:#334155;

    font-size:16px;

    line-height:1.7;

}

.gjp-rule-list li:last-child{

    border-bottom:none;

}

.gjp-rule-list strong{

    color:#0f172a;

    font-weight:700;

}
/*
==========================================
Daily Quiz Page
Part-3 : CTA + Features + Responsive
==========================================
*/


/*=========================================
Start Quiz CTA
=========================================*/

.gjp-start-quiz-section{

    margin-bottom:60px;

}

.gjp-start-quiz-card{

    background:linear-gradient(135deg,#2563eb,#1d4ed8);

    color:#ffffff;

    border-radius:24px;

    padding:55px 45px;

    text-align:center;

    overflow:hidden;

    position:relative;

}

.gjp-start-quiz-card::before{

    content:"";

    position:absolute;

    top:-80px;

    right:-80px;

    width:220px;

    height:220px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

}

.gjp-start-badge{

    display:inline-block;

    padding:8px 18px;

    border-radius:40px;

    background:rgba(255,255,255,.15);

    font-size:13px;

    font-weight:700;

    letter-spacing:.5px;

    text-transform:uppercase;

    margin-bottom:20px;

}

.gjp-start-quiz-card h2{

    font-size:38px;

    line-height:1.3;

    margin-bottom:20px;

}

.gjp-start-quiz-card p{

    max-width:760px;

    margin:0 auto 35px;

    font-size:18px;

    line-height:1.9;

    color:rgba(255,255,255,.92);

}


/*=========================================
Buttons
=========================================*/

.gjp-start-buttons{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

}

.gjp-btn-primary,

.gjp-btn-secondary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:15px 30px;

    border-radius:12px;

    text-decoration:none;

    font-size:16px;

    font-weight:700;

    transition:.30s;

}

.gjp-btn-primary{

    background:#ffffff;

    color:#2563eb;

}

.gjp-btn-primary:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.gjp-btn-secondary{

    border:2px solid rgba(255,255,255,.30);

    color:#ffffff;

}

.gjp-btn-secondary:hover{

    background:rgba(255,255,255,.12);

}


/*=========================================
Feature Cards
=========================================*/

.gjp-feature-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:24px;

}

.gjp-feature-card{

    background:#ffffff;

    border:1px solid #e5e7eb;

    border-radius:18px;

    padding:32px;

    text-align:center;

    transition:.30s;

    box-shadow:0 8px 25px rgba(15,23,42,.05);

}

.gjp-feature-card:hover{

    transform:translateY(-6px);

    border-color:#2563eb;

    box-shadow:0 15px 35px rgba(37,99,235,.12);

}

.gjp-feature-icon{

    width:70px;

    height:70px;

    margin:0 auto 20px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#eff6ff;

    color:#2563eb;

    font-size:30px;

}

.gjp-feature-card h3{

    font-size:22px;

    color:#0f172a;

    margin-bottom:15px;

}

.gjp-feature-card p{

    color:#64748b;

    line-height:1.8;

    font-size:16px;

}


/*=========================================
Responsive
=========================================*/

@media(max-width:992px){

    .gjp-quiz-hero{

        grid-template-columns:1fr;

        text-align:center;

    }

    .gjp-quiz-info-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .gjp-quiz-details-grid{

        grid-template-columns:1fr;

    }

    .gjp-feature-grid{

        grid-template-columns:1fr;

    }

}


@media(max-width:768px){

    .gjp-daily-quiz-page{

        padding:35px 0 50px;

    }

    .gjp-quiz-hero{

        padding:30px;

    }

    .gjp-quiz-hero-content h1{

        font-size:32px;

    }

    .gjp-quiz-hero-content p{

        font-size:16px;

    }

    .gjp-quiz-info-grid{

        grid-template-columns:1fr;

    }

    .gjp-start-quiz-card{

        padding:40px 25px;

    }

    .gjp-start-quiz-card h2{

        font-size:30px;

    }

    .gjp-start-quiz-card p{

        font-size:16px;

    }

}


@media(max-width:480px){

    .gjp-btn-primary,

    .gjp-btn-secondary{

        width:100%;

    }

    .gjp-feature-card{

        padding:25px;

    }

}