/* ================================================
   HOSPITRAIN - WPBakery Custom CSS
   Brand: hospitrain.com
   ================================================ */

/* --- Google Font Import --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/* --- Global Font & Body --- */
body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #2C2C2A;
    background-color: #F8FFFE;
}

/* --- Headings --- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #2C2C2A;
    line-height: 1.3;
}

/* --- Links --- */
a {
    color: #1D9E75;
    text-decoration: none;
}
a:hover {
    color: #0F6E56;
}

/* --- Buttons --- */
.vc_btn3,
.vc_general.vc_btn3 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    border-radius: 6px;
    letter-spacing: 0.02em;
}

/* --- Primary Button --- */
.vc_btn3.vc_btn3-color-green,
.vc_btn3-color-green.vc_btn3-style-flat {
    background-color: #1D9E75 !important;
    color: #ffffff !important;
}
.vc_btn3.vc_btn3-color-green:hover {
    background-color: #0F6E56 !important;
}

/* --- Section Rows --- */
.vc_row {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* --- Course Cards --- */
.vc_column-inner {
    border-radius: 10px;
}

/* --- Separator / Divider --- */
.vc_separator .vc_sep_holder .vc_sep_line {
    border-color: #E1F5EE !important;
}

/* --- Progress Bars --- */
.vc_progress_bar .vc_single_bar .vc_bar {
    background-color: #1D9E75 !important;
}

/* --- Tabs --- */
.vc_tta-tabs .vc_tta-tab.vc_active > a {
    background-color: #1D9E75 !important;
    color: #ffffff !important;
}
.vc_tta-tabs .vc_tta-tab > a {
    background-color: #2C2