.elementor-558 .elementor-element.elementor-element-1638ede0{--display:flex;--min-height:50vh;--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;--justify-content:center;--overlay-opacity:0.5;}.elementor-558 .elementor-element.elementor-element-1638ede0:not(.elementor-motion-effects-element-type-background), .elementor-558 .elementor-element.elementor-element-1638ede0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://core-healthcare.com.au/wp-content/uploads/2025/09/Landing-Image.jpg");background-position:top center;background-size:cover;}.elementor-558 .elementor-element.elementor-element-1638ede0::before, .elementor-558 .elementor-element.elementor-element-1638ede0 > .elementor-background-video-container::before, .elementor-558 .elementor-element.elementor-element-1638ede0 > .e-con-inner > .elementor-background-video-container::before, .elementor-558 .elementor-element.elementor-element-1638ede0 > .elementor-background-slideshow::before, .elementor-558 .elementor-element.elementor-element-1638ede0 > .e-con-inner > .elementor-background-slideshow::before, .elementor-558 .elementor-element.elementor-element-1638ede0 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(90deg, var( --e-global-color-primary ) 25%, var( --e-global-color-427a2ac ) 100%);}.elementor-558 .elementor-element.elementor-element-1def2246 .elementor-heading-title{color:var( --e-global-color-40cae44 );}.elementor-558 .elementor-element.elementor-element-6eeef824{color:var( --e-global-color-accent );}.elementor-558 .elementor-element.elementor-element-bb23218{--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-5b4d8ae */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: Arial, sans-serif;
            font-size: 16px;
            line-height: 1.6;
            color: #333;
            background-color: #f8f9fa;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        header {
            background: #2c5aa0;
            color: white;
            padding: 20px 0;
        }
        
        .logo {
            font-size: 24px;
            font-weight: bold;
        }
        
        .tagline {
            font-size: 16px;
            opacity: 0.9;
        }
        
        .hero {
            background: #e8f4fd;
            padding: 60px 0;
        }
        
        .hero-content {
            display: flex;
            gap: 40px;
            align-items: center;
        }
        
        .hero-text {
            flex: 1;
        }
        
        .hero-image {
            flex: 1;
            background: #d1e7f7;
            /*padding: 40px;*/
            text-align: center;
            border-radius: 8px;
            font-size: 16px;
            color: #2c5aa0;
            border: 2px dashed #2c5aa0;
        }
        
        .hero h1 {
            font-size: 32px;
            margin-bottom: 20px;
            color: #2c5aa0;
        }
        
        .hero p {
            font-size: 18px;
            margin-bottom: 15px;
        }
        
        section {
            padding: 50px 0;
        }
        
        .section-title {
            font-size: 28px !important;
            color: #2c5aa0;
            margin-bottom: 30px;
            text-align: center;
        }
        
        .card {
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            font-size: 16px;
        }
        
        .card ul {
            margin: 15px 0;
            padding-left: 20px;
        }
        
        .card li {
            margin-bottom: 8px;
            font-size: 16px;
        }
        
        .audience-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
        }
        
        .audience-item {
            background: white;
            padding: 25px;
            border-radius: 8px;
            text-align: center;
            font-size: 16px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
        }
        
        .service-item {
            background: white;
            padding: 25px;
            border-radius: 8px;
            text-align: center;
            font-size: 16px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .checklist {
            background: #e8f4fd;
        }
        
        .steps {
            display: flex;
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .step {
            flex: 1;
            text-align: center;
            padding: 20px;
        }
        
        .step-number {
            background: #2c5aa0;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            font-size: 18px;
            font-weight: bold;
        }
        
        .step p {
            font-size: 16px;
        }
        
        .highlight {
            background: #e8f4fd;
            padding: 15px;
            border-left: 4px solid #2c5aa0;
            margin: 20px 0;
            font-size: 16px;
            text-align: center;
        }
        
        .commitment {
            text-align: center;
        }
        
        footer {
            background: #2c5aa0;
            color: white;
            padding: 40px 0;
            text-align: center;
        }
        
        .footer-logo {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .contact-info {
            margin-top: 20px;
            font-size: 16px;
        }
        
        @media (max-width: 768px) {
            .steps {
                flex-direction: column;
            }
            
            .hero-content {
                flex-direction: column;
            }
            
            .hero h1 {
                font-size: 28px;
            }
            
            .section-title {
                font-size: 24px;
            }
        }/* End custom CSS */