/* ========== BEGIN: Google Fonts ========== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

/* ========== END: Google Fonts ========== */

:root {
    --primary-font: "Poppins", sans-serif;
    --secondary-font: "Inter", sans-serif;
    --tagline-font: "Pacifico", cursive;
    --primary-color: #FFFFFF;
    --secondary-color: #404042;
    --heading-color: #0A2540;
    --subheading-color: #1F2937;
    --tagline-color: #1FA2D6;
    --body-bg: #ECF3F8;
    --section-bg: #D7EAF6;
    --footer-bg: #0A2540;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--body-bg);
}

/* ========== BEGIN: Available Jobs Section ========== */

.current-jobs-area .current-jobs-heading {
    font-family: var(--primary-font);
    font-size: clamp(18px, 3vw, 22px);
    font-weight: 700;
    color: var(--secondary-color);
    margin-top: clamp(24px, 3vw, 50px);
    margin-bottom: clamp(24px, 3vw, 50px);
}

/* ========== END: Available Jobs Section ========== */

/* ========== BEGIN: News Section ========== */

.news-section {
    margin-top: clamp(24px, 3vw, 50px);
    margin-bottom: clamp(24px, 3vw, 50px);
}

.news-heading {
    font-family: var(--primary-font);
    font-size: clamp(16px, 3vw, 18px);
    font-weight: 700;
    color: var(--subheading-color);
    text-transform: uppercase;
}

.news-desc {
    font-family: var(--secondary-font);
    font-size: clamp(14px, 3vw, 16px);
    color: var(--secondary-color);
    margin-bottom: 12px;
}

.news-desc-points {
    font-family: var(--secondary-font);
    font-size: clamp(14px, 3vw, 16px);
    color: var(--secondary-color);
    padding-left: 1rem;
}

.news-desc a {
    text-decoration: none;
    color: var(--subheading-color);
}

.news-desc a:hover {
    text-decoration: underline;
}

/* ========== END: News Section ========== */

/* ========== BEGIN: NHS Patients Section ========== */

.nhs-patients-heading-area .nhs-patients-heading {
    font-family: var(--primary-font);
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 700;
    color: var(--subheading-color);
    text-align: center;
    margin: clamp(20px, 3vw, 30px) 0 clamp(20px, 3vw, 30px) 0;
}

.nhs-patients-detail-section {
    background-color: var(--primary-color);
    padding: clamp(20px, 3vw, 30px) 0 clamp(4px, 3vw, 10px) 0;   
}

.nhs-patients-detail-area .clinical-treatment {
    font-family: var(--secondary-font);
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 400;
    color: var(--secondary-color);
    margin-bottom: clamp(16px, 3vw, 20px);
}

.nhs-patients-detail-area .clinical-treatment span {
    font-weight: 600;
    color: var(--subheading-color);
}

.nhs-patients-detail-area .visit-news {
    font-family: var(--primary-font);
    color: #FF0000;
    font-weight: 600;
}

.charge-bands-area {
    margin-bottom: clamp(16px, 3vw, 20px);   
}

.charge-bands-area .charge-bands-heading {
    font-weight: 700;
    color: var(--subheading-color);
    margin-bottom: 5px;
}

.band-detail-area .band-name-price {
    font-weight: 700;
    margin-bottom: 0px;  
}

.band-detail-area .band-detail {
    margin-bottom: 10px;      
}

.exempt-charges-area .exempt-charges-heading {
    font-weight: 700;
    color: var(--subheading-color);
    margin-bottom: 5px;
}

.exempt-charges-area .exempt-charges-detail {
    margin-bottom: 0px;  
}

.exempt-charges-area .exempt-charges-proof {
    font-weight: 700;
    color: var(--subheading-color);
    margin-top: 10px;  
}

/* ========== END: NHS Patients Section ========== */

/* ========== BEGIN: Private Patients Section ========== */

.private-patients-detail-area {
    text-align: center;
}

.private-patients-detail-area .private-patients-tagline {
    color: var(--tagline-color);
    font-weight: 600;
}

/* ========== END: Private Patients Section ========== */

/* ========== BEGIN: Patients Feedback Section ========== */

.clinical-treatment a {
    text-decoration: none;
    color: var(--subheading-color);
}

.clinical-treatment a:hover {
    text-decoration: underline;
}

/* ========== END: Patients Feedback Section ========== */