.elementor-6057 .elementor-element.elementor-element-fdc0f88{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a829c10 *//* =====================================
   1. HERO SECTION
   ===================================== */

.hsw-hero-section {
    background: var(--hsw-color-white);
    padding: 4rem 0;
}

.hsw-badge {
    display: inline-block;
    background: var(--hsw-color-primary);
    color: var(--hsw-color-white);
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.hsw-subheading {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.hsw-button-group {
    display: flex;
    flex-wrap: wrap; /* Allows buttons to stack on mobile */
    gap: 1rem;
}

.hsw-hero-graphic svg {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Hero Responsive */
@media (max-width: 991px) {
    .hsw-hero-section {
        padding: 3rem 0;
        text-align: center;
    }
    .hsw-hero-graphic {
        order: -1; /* Puts graphic on top */
        margin-bottom: 2rem;
    }
    .hsw-button-group {
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .hsw-button-group {
        flex-direction: column; /* Stack buttons */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-edb07f4 *//* =====================================
   2. COURSE DESCRIPTION
   ===================================== */
.hsw-description-section {
    background: var(--hsw-color-secondary-bg);
}

.hsw-description-text {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 2rem auto;
}

.hsw-divider {
    border: 0;
    border-top: 2px solid var(--hsw-color-accent);
    width: 80px;
    margin: 2.5rem auto;
}

.hsw-callout-box {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: var(--hsw-color-white);
    border: 1px solid var(--hsw-color-border);
    border-left: 5px solid var(--hsw-color-primary);
    padding: 1.5rem;
    border-radius: 8px;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.hsw-callout-box i {
    font-size: 1.5rem;
    color: var(--hsw-color-primary);
    margin-top: 3px;
}

.hsw-callout-text {
    font-size: 0.95rem;
}
.hsw-callout-text strong {
    color: var(--hsw-color-text-dark);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2814d0 *//* =====================================
   3. COURSE BENEFITS
   ===================================== */
.hsw-benefits-section {
    background: var(--hsw-color-white);
}

.hsw-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.hsw-benefit-item {
    text-align: center;
    padding: 1rem;
}

.hsw-benefit-item i {
    font-size: 2.5rem;
    color: var(--hsw-color-accent);
    margin-bottom: 1rem;
}

.hsw-benefit-item .hsw-h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--hsw-color-text-dark);
}

/* Benefits Responsive */
@media (max-width: 991px) {
    .hsw-benefits-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9911ea *//* =====================================
   4. LEARNING OUTCOMES
   ===================================== */

.hsw-outcomes-section {
    background: var(--hsw-color-secondary-bg);
}

.hsw-outcomes-section .hsw-h2 {
    margin-bottom: 3rem;
}

.hsw-outcomes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.hsw-outcomes-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.hsw-outcomes-list li {
    display: flex;
    align-items: flex-start; /* Aligns icon with first line of text */
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.hsw-outcomes-list li i {
    color: var(--hsw-color-accent);
    margin-top: 6px; /* Small tweak for vertical alignment */
}

/* Outcomes Responsive */
@media (max-width: 991px) {
    .hsw-outcomes-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .hsw-outcomes-list li {
        font-size: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a81dda *//* =====================================
   6. FINAL CALL TO ACTION (CTA)
   ===================================== */

.hsw-cta-section {
     background: var(--hsw-color-secondary-bg);
    color: var(--hsw-color-black);
}

.hsw-cta-section .hsw-h2 {
    color: var(--hsw-color-black);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hsw-cta-section p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto 2rem auto;
    opacity: 0.9;
}

.hsw-btn-large {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
}

/* CTA Responsive */
@media (max-width: 991px) {
    .hsw-cta-section .hsw-h2 {
        font-size: 2rem;
    }
    .hsw-cta-section p {
        font-size: 1.1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a1be29 *//* =====================================
   5. ASSESSMENT & CERTIFICATION
   ===================================== */
   
.hsw-assessment-section {
    background: var(--hsw-color-white);
}

.hsw-assessment-text {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}
.hsw-assessment-text strong {
    color: var(--hsw-color-text-dark);
}

/* Feature Box */
.hsw-feature-box {
    background: var(--hsw-color-secondary-bg);
    border: 1px solid var(--hsw-color-border);
    border-radius: 8px;
    padding: 1.5rem;
}

.hsw-feature-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.hsw-feature-list li {
    display: flex;
    align-items: center;
    font-size: 1.05rem;
    color: var(--hsw-color-text-dark);
    font-weight: 500;
}

.hsw-feature-list li + li {
    margin-top: 1rem;
}

.hsw-feature-list i {
    color: var(--hsw-color-primary);
    font-size: 1.2rem;
    width: 30px;
    margin-right: 0.5rem;
}

/* CSS Certificate */
.hsw-certificate-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.hsw-certificate-frame {
    background: var(--hsw-color-primary);
    border: 8px solid var(--hsw-color-primary);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
}

.hsw-certificate-mat {
    background: var(--hsw-color-secondary-bg);
    padding: 0.75rem;
}

.hsw-certificate-document {
    background: var(--hsw-color-white);
    padding: 2.5rem 2rem;
    text-align: center;
    border: 1px solid var(--hsw-color-border);
}

.hsw-certificate-icon {
    font-size: 3rem;
    color: #E1B51A; /* Gold */
    margin-bottom: 1rem;
}

.hsw-certificate-accreditation {
    font-family: var(--hsw-font-body);
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--hsw-color-text-light);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

.hsw-certificate-title {
    font-family: var(--hsw-font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--hsw-color-text-dark);
    margin: 0.75rem 0;
}

.hsw-certificate-subtitle {
    font-size: 1rem;
    color: var(--hsw-color-text-light);
    font-style: italic;
    margin: 0;
}

/* Assessment Responsive */
@media (max-width: 991px) {
    .hsw-assessment-section .hsw-grid-2 {
        gap: 3rem;
    }
    .hsw-assessment-content {
        text-align: center;
    }
    .hsw-feature-box {
        max-width: 400px;
        margin: 0 auto; /* Center the box */
        text-align: left;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fdc0f88 *//* =====================================
   0. GLOBAL STYLES & VARIABLES
   (Add this to your "Additional CSS" once)
   ===================================== */
:root {
    --hsw-color-primary: #0381A8; /* YOUR NEW BLUE */
    --hsw-color-secondary-bg: #F0F4F8; /* Light Grey */
    --hsw-color-accent: #28A745; /* Safety Green */
    --hsw-color-text-dark: #222222;
    --hsw-color-text-light: #555555;
    --hsw-color-white: #ffffff;
    --hsw-color-border: #e0e6ec;
    --hsw-font-heading: 'Poppins', sans-serif;
    --hsw-font-body: 'Noto Sans', sans-serif;
}

/* Base styles for your page */
body {
    font-family: var(--hsw-font-body);
    color: var(--hsw-color-text-light);
    line-height: 1.6;
    font-size: 16px;
    margin: 0;
}

.hsw-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Base heading styles */
.hsw-h1, .hsw-h2, .hsw-h3 {
    font-family: var(--hsw-font-heading);
    font-weight: 700;
    color: var(--hsw-color-text-dark);
    line-height: 1.3;
    margin-top: 0;
}

.hsw-h1 { font-size: 3rem; margin-bottom: 1rem; }
.hsw-h2 { font-size: 2.5rem; margin-bottom: 2rem; }
.hsw-h3 { font-size: 1.5rem; margin-bottom: 1rem; }

/* Helper class for section padding */
.hsw-section-padding {
    padding: 4.5rem 0;
}

/* Helper class for centering text */
.hsw-text-center {
    text-align: center;
}

/* Helper class for 2-column layouts */
.hsw-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

/* Button Styles (Used by multiple sections) */
.hsw-btn {
    display: inline-block;
    padding: 0.8rem 1.8rem;
    font-family: var(--hsw-font-heading);
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.hsw-btn-primary {
    background: var(--hsw-color-accent);
    color: var(--hsw-color-white);
    border: 2px solid var(--hsw-color-accent);
}
.hsw-btn-primary:hover {
    color: #ffffff;
}

.hsw-btn-secondary {
    background: transparent;
    color: var(--hsw-color-primary);
    border: 2px solid var(--hsw-color-primary);
}
.hsw-btn-secondary:hover {
    background: var(--hsw-color-primary);
    color: var(--hsw-color-white);
}

/* =====================================
   GLOBAL RESPONSIVENESS
   (Add this with your Global CSS)
   ===================================== */

/* Tablet (and large mobile) */
@media (max-width: 991px) {
    .hsw-h1 { font-size: 2.5rem; }
    .hsw-h2 { font-size: 2rem; }
    .hsw-h3 { font-size: 1.4rem; }

    .hsw-grid-2 {
        grid-template-columns: 1fr;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .hsw-section-padding {
        padding: 3rem 0;
    }
    .hsw-h1 { font-size: 2.2rem; }
    .hsw-h2 { font-size: 1.8rem; }
    
    .hsw-btn {
        width: 100%;
        box-sizing: border-box; /* Ensure padding doesn't break width */
    }
}/* End custom CSS */