:root {
    --primary: #1a56db;
    --primary-dark: #1040b0;
    --accent: #f97316;
    --surface: #ffffff;
    --surface-2: #f1f5f9;
    --border: #e2e8f0;
    --text: #0f172a;
    --text-muted: #64748b;
    --radius: 12px;
    --shadow: 0 4px 24px rgba(0,0,0,0.07);
}

html,
body,
button,
input,
select,
textarea {
    font-family: 'Poppins', sans-serif !important;
}

body { background: #f7f7f7; color: var(--text); }

/* ── TOP LANGUAGE TABS ── */
.lang-tab,
.lang_tab {
    display: inline-block;
    padding: 10px 35px;
    border-radius: 10px;
    background-color: #2b6cb0;
    color: rgba(255,255,255,0.8);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    text-decoration: none;
    margin-right: 6px;
    border: 1.5px solid transparent;
}
.lang-tab:hover,
.lang-tab.active,
.lang_tab:hover,
.lang_tab.active {
    background: #0078ff;
    color: #fff;
    border-color: #0078ff;
    text-decoration: none;
}

.allcourse_heading h2{
    font-family: 'Poppins', sans-serif !important;
    font-size: 28px;
    font-weight: 600;
    color: #2b6cb0;
}
.language-text{
    color: #2b6cb0;
    background-color: #e2e8f0;
    border-radius: 5px;
    padding: 5px 10px;
}
/* ── LAYOUT ── */
.page-wrapper { padding: 28px 24px; max-width: 1400px; margin: 0 auto; }

/* ── MAIN CONTENT ── */
.main-content { width: 100%; }

/* ── LOADING / EMPTY STATES ── */
.spinner-wrap { text-align: center; padding: 60px 0; }
.spinner-border { width: 2.5rem; height: 2.5rem; border-width: 3px; }
.empty-state { text-align: center; padding: 50px 20px; color: var(--text-muted); }

/* Remove click/focus highlight on course title links */
.course-card-title a:focus{
    outline: .25rem solid rgba(255, 255, 255, 0);
    color: #1d2125;
     background: transparent !important;
    box-shadow: none !important;
}
.card-title{
      font-family: Roboto, sans-serif;
      padding-bottom: 30px;
      font-size: 16px;
      color: #1c244b !important;
}
.card-img-top{
    height: 300px;
    object-fit: cover;
}
.card-cta-btn {
background-color: #467FF7;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    word-spacing: 0em;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #467FF7;
    border-radius: 100px 100px 100px 100px;
    padding: 12px 55px 12px 55px;
    text-align: center;
    
}
.card-cta-btn:hover{
    background-color: #02010100;
    color: #467FF7;
    text-decoration: none;
}
#lang-tabs{
    padding: 2rem ;
}
@media (max-width: 575.98px) {
.lang_tab{
        font-size: 12px;
        padding:5px 10px !important;
        margin: 5px 10px 5px 0 !important;
    }
    #lang-tabs{
        gap: 8px;
        padding: 0 10px;
        margin-bottom: 20px;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
.lang_tab{
        padding:5px 10px !important;
        margin: 5px 10px 5px 0 !important;
    }
    #lang-tabs{
        gap: 8px;
        padding: 0 10px;
        margin-bottom: 20px;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

}
@media (max-width: 992.98px) {

.lang_tab{
        padding:5px 10px !important;
        margin: 5px 10px 5px 0 !important;
}   
}

@media (max-width: 1200.98px) {

.lang_tab{
        padding: 7px 15px !important;
        margin: 5px 10px 5px 0 !important;
} 
}