/* Custom Homepage Styles */
:root {
    --primary-color: #007bff;
    --primary-dark: #0056b3;
    --brand-blue: #1C244B;
    --text-main: #4b5f87;
    --page-soft: #f2f3f5;
    --secondary-color: #6c757d;
    --success-color: #28a745;
    --danger-color: #dc3545;
    --warning-color: #ffc107;
    --info-color: #17a2b8;
    --light-color: #f8f9fa;
    --dark-color: #343a40;
    --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --border-radius: 12px;
    --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

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

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

 a:focus{
    outline: .25rem solid rgba(255, 255, 255, 0);
    color: #1d2125;
     background: transparent !important;
    box-shadow: none !important;
}
 .container-lg{
        max-width:1140px;
    }
.lang-tab {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 20px;
    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 {
    background: #fff;
    color: var(--primary);
    border-color: #fff;
}

/* ── LAYOUT ── */
.page-wrapper { padding: 28px 24px; max-width: 1400px; margin: 0 auto; }


/* ── 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); }

/* Homepage layout */
.local-sitehome-custom {
    border-radius: 24px;
    /* padding: 2.25rem; */
}

.home-brand-strip {
    min-height: 112px;
}

.home-brand-logo {
    max-height: 112px;
    width: auto;
    transition: transform 0.25s ease;
}

.home-brand-logo:hover {
    transform: scale(1.02);
}

.home-brand-logo-pfizer {
    max-height: 95px;
}

.hero-section {
    margin-top: 0.5rem;
}

.hero-title {
    color: var(--brand-blue);
    font-size: clamp(2.25rem, 5vw, 4rem);
    line-height: 1.1;
    font-weight: 700;
}

.hero-description {
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    word-spacing: 0em;
    color: #324A6D;
    padding-top: 50px;
    padding-bottom: 50px;
}



.home-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;
}
.home-cta-btn:hover{
    background-color: #02010100;
    color: #467FF7;
    text-decoration: none;
}
.signup-text {
    color: #7a7a7a;
    margin-top: 20px;
    font-family: Roboto, sans-serif;
    padding-top: 20px;
}
.signup-text a{
    color: #6ec1e4;
}

.card-title{
      font-family: Roboto, sans-serif;
      padding-top: 30px;
      padding-bottom: 30px;
      font-size: 16px;
}
.course-cover-image {
    height: 300px;
    object-fit: cover;
}

.card-body {
    gap: 0.75rem;
}

.course-card-title {
    margin: 0;
    padding: 0;
    min-height: 3.4em;
    line-height: 1.35;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.course-card-title a{
    color: var(--brand-blue);
    text-decoration: none;
}

.course-card-summary {
    margin-bottom: 0.75rem;
    color: #4f5f7d;
    min-height:0em;
    overflow: hidden;
}

.course-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    margin-left: auto;
    margin-right: auto;
}

.local-sitehome-custom .card {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 8px 26px rgba(23, 37, 84, 0.08);
}

.local-sitehome-custom .card-title {
    color: var(--brand-blue);
}

.local-sitehome-custom .progress {
    height: 0.55rem;
    border-radius: 999px;
    background-color: #dfe5f2;
}

.local-sitehome-custom .progress-bar {
    background-color: #4a79ee;
}

.login_now {
    padding: 3.5rem 0 4rem;
}

.login_now h2 {
    color: var(--brand-blue);
    font-size: clamp(2.1rem, 5.2vw, 4.15rem);
    font-weight: 700;
    line-height: 1.12;
    max-width: 760px;
    margin: 0 auto;
}

.login_now .home-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    min-width: 155px;
}
.our_courses h1{
  color: var(--brand-blue);
    font-size: 65px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 760px;
    margin: 0 auto;
}
.our_courses .paragraph{
    color: #324A6D;
    font-family: "Poppins", Sans-serif;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    word-spacing: 0em;
    padding-bottom: 20px;
}
@media (max-width: 991.98px) {
    .local-sitehome-custom {
        padding: 1.5rem;
    }

    .hero-description {
        max-width: 100%;
    }

    .hero-nurse-image {
        width: min(100%, 420px);
        max-height: 520px;
    }

    .login_now {
        padding: 3rem 0 3.25rem;
    }
}

@media (max-width: 575.98px) {
    .home-brand-logo,
    .home-brand-logo-pfizer {
        max-height: 88px;
    }

    .home-cta-btn {
        width: 100%;
        max-width: 260px;
    }

    .hero-nurse-image {
        width: min(100%, 320px);
        max-height: 420px;
    }

    .login_now h2 {
        max-width: 96%;
        font-size: 32px;
    }
    .our_courses h1{
    font-size: 40px;
    }
    .hero-description{
    font-size: 18px;
     padding-top: 30px;
     padding-bottom: 30px;
    }
}

