/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2026 | 04:00:36 */
/* ============================================================================
   GMAT Dashboard — Paid User Home Page
   Matches the Gurutor dashboard design: blue hero, snapshot cards,
   progress breakdown, study plan CTA, readiness metrics.
   ============================================================================ */

#gmat-dashboard *,
#gmat-dashboard *::before,
#gmat-dashboard *::after {
    box-sizing: border-box;
}

#gmat-dashboard {
    font-family: 'Nunito Sans', sans-serif;
    color: #1e293b;
    background: #eef3fb;
    min-height: 100vh;
}


/* ============================================================================
   Hero Banner — Full-width blue with greeting
   ============================================================================ */

.gmat-dash-hero {
    background: #003582;
    padding: 80px 24px 80px;
    margin: 0;
}

.gmat-dash-hero__inner {
    max-width: 1140px;
    margin: 0 auto;
}

.gmat-dash-hero__title {
    font-size: 46px;
    font-weight: 900;
    color: #ffffff;
	font-family: 'Nunito Sans', sans-serif;
    margin: 0 0 12px;
    line-height: 57px;
}

.gmat-dash-hero__subtitle {
    font-size: 18px;
    font-weight: 400;
	font-family: 'Nunito Sans', sans-serif;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
}


/* ============================================================================
   Body container — centers content below hero
   ============================================================================ */

.gmat-dash-body {
    max-width: 1140px;
    margin: 0 auto;
    padding: 80px 0px 120px 0px;
}


/* ============================================================================
   Section titles
   ============================================================================ */

.gmat-dash-section-title {
    font-size: 18px !important;
    font-weight: 700 !important;
	font-family: 'Nunito Sans', sans-serif !important;
    color: #00409E !important;
    margin: 0 0 16px;
    line-height: 100% !important;
}


/* ============================================================================
   GMAT Snapshot — 5 metric cards in a row
   ============================================================================ */

.gmat-dash-snapshot {
    margin-bottom: 40px;
}
.gmat-dash-bottom .gmat-dash-bottom__right .gmat-dash-section-title {
	margin-bottom:4px !important;
}
.gmat-dash-snapshot__cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.gmat-dash-snap-card {
    background: #fff;
    border: 1px solid #D5D8DC;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gmat-dash-snap-card__label {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 100%;
}

.gmat-dash-snap-card__value {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    line-height: 100%;
}


/* ============================================================================
   Course Progress Breakdown — 3 progress cards
   ============================================================================ */

.gmat-dash-progress {
    margin-bottom: 40px;
}

.gmat-dash-progress__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.gmat-dash-progress-card {
    background: #ffffff;
    border: 1px solid #D5D8DC;
    border-radius: 12px;
    padding: 24px;
}

.gmat-dash-progress-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
}

.gmat-dash-progress-card__label {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 100%;
	font-family: 'Nunito Sans', sans-serif;
}

.gmat-dash-progress-card__count {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    white-space: nowrap;
    margin-left: 8px;
	line-height:100%;
}

.gmat-dash-progress-card__bar-wrap {
    width: 100%;
    height: 10px;
    background: #EDEDED;
    border-radius: 99px;
    overflow: hidden;
    margin-bottom: 12px;
}

.gmat-dash-progress-card__bar {
    height: 100%;
    border-radius: 4px;
    transition: width 0.6s ease;
    min-width: 2px;
}

.gmat-dash-progress-card__pct {
    font-size: 20px;
    font-weight: 700;
	line-height:100%
}


/* ============================================================================
   Bottom 2-column layout — Study Plan CTA + Quote | Readiness Metrics
   ============================================================================ */

.gmat-dash-bottom {
    display: grid;
    grid-template-columns: 1.95fr 1fr;
    gap: 40px;
    align-items: start;
}

.gmat-dash-bottom__left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.gmat-dash-bottom__right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}



/* ── Study Plan CTA Card ── */

.gmat-dash-cta-card {
    background: #fff;
    border: 1px solid #D5D8DC;
    border-radius: 16px;
    padding: 32px 24px 24px 24px;
}

.gmat-dash-cta-card .gmat-dash-section-title {
    margin-bottom: 24px;
}

.gmat-dash-cta-card__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #00409E;
    border-radius: 16px;
    padding: 20px 20px;
    gap: 24px;
}

.gmat-dash-cta-card__text {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
}

.gmat-dash-cta-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 16px;
	line-height:24px;
    font-weight: 700;
    color: #ffffff;
    background: #4F80FF;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}
.gmat-dash-cta-card__btn:focus {
	color:#ffffff;
}
.gmat-dash-cta-card__btn:hover {
    background-color: #FBB03B;
    color: #fff;
/*     transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 64, 158, 0.25); */
    text-decoration: none;
}


/* ── Quote Card ── */

.gmat-dash-quote-card {
    background: #fff;
    border: 1px solid #D5D8DC;
    border-radius: 16px;
    padding: 32px 24px;
}

.gmat-dash-quote-card__text {
    font-size: 16px;
    font-weight: 400;
    color: #495255;
    line-height: 24px;
    margin: 0 0 20px;
/*     font-style: italic; */
}

.gmat-dash-quote-card__author {
    font-size: 16px;
    font-weight: 400;
    color: #495255;
    line-height: 24px;
    margin: 0;
}


/* ── Readiness & Planning Metrics Cards ── */

.gmat-dash-bottom__right .gmat-dash-section-title {
    margin-bottom: 12px;
}

.gmat-dash-metric-card {
    background: #fff;
    border: 1px solid #D5D8DC;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gmat-dash-metric-card__label {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 100%;
}

.gmat-dash-metric-card__value {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    line-height: 100%;
}


/* ============================================================================
   Hide default GeneratePress page elements on dashboard
   ============================================================================ */

.page-gmat-dashboard .entry-header,
.page-gmat-dashboard .page-header,
.page-gmat-dashboard article > .entry-content {
    padding: 0 !important;
    margin: 0 !important;
}

.page-gmat-dashboard .inside-article {
    padding: 0 !important;
    margin: 0 !important;
}

.page-gmat-dashboard .site-content {
    background: #eef3fb;
}

.page-gmat-dashboard #content {
    padding: 0;
}

.page-gmat-dashboard .container.grid-container {
    max-width: 100%;
    padding: 0;
}

/* Remove GeneratePress content area spacing */
.page-gmat-dashboard .content-area {
    padding: 0 !important;
}

/* Remove sidebar on dashboard */
.page-gmat-dashboard .site-main {
    width: 100% !important;
    margin: 0 !important;
}


/* ============================================================================
   RESPONSIVE — Tablets (max-width: 992px)
   ============================================================================ */

@media (max-width: 1024px) {
    .gmat-dash-hero {
        padding: 36px 20px 40px;
    }

    .gmat-dash-hero__title {
        font-size: 28px;
		line-height:36px
    }

    .gmat-dash-body {
        padding: 28px 20px 48px;
    }

    .gmat-dash-snapshot__cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .gmat-dash-progress__cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .gmat-dash-bottom {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}


/* ============================================================================
   RESPONSIVE — Small Tablets / Large Phones (max-width: 768px)
   ============================================================================ */

@media (max-width: 768px) {
    .gmat-dash-hero {
        padding: 28px 16px 32px;
    }

    .gmat-dash-hero__title {
        font-size: 24px;
		line-height:28px
    }

    .gmat-dash-hero__subtitle {
        font-size: 14px;
    }

    .gmat-dash-body {
        padding: 24px 16px 40px;
    }

    .gmat-dash-snapshot__cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .gmat-dash-progress__cards {
        grid-template-columns: 1fr;
    }

    .gmat-dash-snap-card__value {
        font-size: 18px;
    }

    .gmat-dash-cta-card__inner {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .gmat-dash-cta-card__btn {
        width: 100%;
    }

    .gmat-dash-metric-card__value {
        font-size: 20px;
    }
}


/* ============================================================================
   RESPONSIVE — Phones (max-width: 480px)
   ============================================================================ */

@media (max-width: 480px) {
    .gmat-dash-hero__title {
        font-size: 20px;
    }

    .gmat-dash-hero__subtitle {
        font-size: 13px;
    }

    .gmat-dash-snapshot__cards {
        grid-template-columns: 1fr;
    }

    .gmat-dash-section-title {
        font-size: 15px;
    }

    .gmat-dash-snap-card {
        padding: 14px 16px;
    }

    .gmat-dash-progress-card {
        padding: 14px 16px;
    }

    .gmat-dash-cta-card {
        padding: 18px;
    }

    .gmat-dash-quote-card {
        padding: 20px 18px;
    }

    .gmat-dash-metric-card {
        padding: 16px 18px;
    }
}


