/* ======================
   GitHub Social Button
   ====================== */
.hvr-pulse-grow.github:hover,
.hvr-pulse-grow.github:focus,
.hvr-pulse-grow.github:active {
    background-color: #333;
    border-color: #333;
}

/* ======================
   Certifications Section
   ====================== */

/* Kubestronaut featured banner */
.cert-featured {
    background: #0066e8;
    color: #fff;
    padding: 22px 30px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cert-featured > i {
    font-size: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #fff;
    margin-right: 24px;
}
.cert-featured > div strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}
.cert-featured > div span {
    font-size: 14px;
    opacity: 0.9;
    font-family: 'Raleway', sans-serif;
}

/* Cert group label */
.cert-group {
    margin-bottom: 15px;
}
.cert-group-header {
    margin-bottom: 15px;
}
.cert-group-header span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #999;
    letter-spacing: 3px;
    border-bottom: 2px solid #0066e8;
    padding-bottom: 4px;
}

/* Individual cert badge */
.cert-badge {
    text-align: center;
    padding: 18px 8px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    min-height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cert-badge:hover {
    border-color: #0066e8;
    -webkit-box-shadow: 0 3px 15px rgba(0, 102, 232, 0.15);
            box-shadow: 0 3px 15px rgba(0, 102, 232, 0.15);
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}
.cert-badge > i {
    font-size: 24px;
    color: #0066e8;
    margin-bottom: 10px;
}
.cert-name {
    font-size: 12px;
    font-weight: 600;
    color: #363636;
    display: block;
    line-height: 17px;
    margin-bottom: 6px;
    font-family: 'Raleway', sans-serif;
}
.cert-year {
    font-size: 11px;
    color: #aaa;
    display: block;
    font-family: 'Raleway', sans-serif;
}

/* ======================
   Stats Banner
   ====================== */
.stats-banner {
    background: #f4f8ff;
    border-top: 3px solid #0066e8;
    border-bottom: 3px solid #e8e8e8;
    padding: 30px 0;
}
.stats-banner .stat-item {
    text-align: center;
    padding: 10px 0;
}
.stats-banner .stat-number {
    display: block;
    font-size: 38px;
    font-weight: 700;
    color: #0066e8;
    font-family: 'Raleway', sans-serif;
    line-height: 1;
}
.stats-banner .stat-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #777;
    margin-top: 7px;
    font-family: 'Raleway', sans-serif;
}

/* ======================
   Softskills Icon Grid
   ====================== */
.softskill-grid {
    margin-top: 14px;
    overflow: hidden;
}
.softskill-item {
    float: left;
    width: 50%;
    padding: 11px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.softskill-item i {
    font-size: 20px;
    color: #0066e8;
    width: 24px;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.softskill-item span {
    font-size: 13px;
    font-weight: 600;
    color: #363636;
    font-family: 'Raleway', sans-serif;
}

/* ======================
   Language Badges
   ====================== */
.lang-badges {
    margin-top: 16px;
}
.lang-badge {
    display: inline-block;
    padding: 9px 22px;
    border: 2px solid #0066e8;
    color: #0066e8;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 12px;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
}
.lang-badge.native {
    background: #0066e8;
    color: #fff;
}
.lang-badge-level {
    display: block;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 3px;
    opacity: 0.75;
}

/* ======================
   Countdown
   ====================== */
.event-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    margin-top: 12px;
}
.countdown-unit {
    text-align: center;
    min-width: 48px;
}
.countdown-unit .cd-num {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 1;
}
.countdown-unit .cd-label {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.75;
    margin-top: 3px;
    color: #fff;
}
.countdown-sep {
    font-size: 22px;
    font-weight: 700;
    color: rgba(255,255,255,0.5);
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-top: 2px;
    line-height: 1;
}

/* ======================
   Upcoming Events Section
   ====================== */

/* Conference banner */
.event-conference-header {
    background: #0066e8;
    color: #fff;
    padding: 18px 26px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.event-conference-header > i {
    font-size: 34px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #fff;
    margin-right: 20px;
}
.event-conference-header > div strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}
.event-conference-header > div span {
    font-size: 13px;
    opacity: 0.85;
    font-family: 'Raleway', sans-serif;
}

/* Individual event card */
.event-card {
    border: 1px solid #e8e8e8;
    padding: 22px 24px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.event-card:hover {
    border-color: #0066e8;
    -webkit-box-shadow: 0 3px 15px rgba(0, 102, 232, 0.15);
            box-shadow: 0 3px 15px rgba(0, 102, 232, 0.15);
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}
.event-type {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0066e8;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
}
.event-title {
    font-size: 14px;
    font-weight: 700;
    color: #363636;
    margin-bottom: 10px;
    line-height: 1.5;
    font-family: 'Raleway', sans-serif;
}
.event-desc {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
}
