.elementor-979 .elementor-element.elementor-element-7200472f{--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;--padding-top:49px;--padding-bottom:49px;--padding-left:49px;--padding-right:49px;}.elementor-979 .elementor-element.elementor-element-7200472f:not(.elementor-motion-effects-element-type-background), .elementor-979 .elementor-element.elementor-element-7200472f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://coredisability.com.au/wp-content/uploads/2025/09/Landing-Image-3.webp");background-position:center center;background-size:cover;}.elementor-979 .elementor-element.elementor-element-7200472f::before, .elementor-979 .elementor-element.elementor-element-7200472f > .elementor-background-video-container::before, .elementor-979 .elementor-element.elementor-element-7200472f > .e-con-inner > .elementor-background-video-container::before, .elementor-979 .elementor-element.elementor-element-7200472f > .elementor-background-slideshow::before, .elementor-979 .elementor-element.elementor-element-7200472f > .e-con-inner > .elementor-background-slideshow::before, .elementor-979 .elementor-element.elementor-element-7200472f > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-primary );--background-overlay:'';}.elementor-979 .elementor-element.elementor-element-71f51555 .elementor-heading-title{font-size:48px;color:#FFFFFF;}.elementor-979 .elementor-element.elementor-element-36e4b5d{--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;}@media(max-width:1024px){.elementor-979 .elementor-element.elementor-element-7200472f:not(.elementor-motion-effects-element-type-background), .elementor-979 .elementor-element.elementor-element-7200472f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-560px 0px;}}@media(max-width:767px){.elementor-979 .elementor-element.elementor-element-7200472f:not(.elementor-motion-effects-element-type-background), .elementor-979 .elementor-element.elementor-element-7200472f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-675px 0px;}}/* Start custom CSS */.container {
            max-width: 1000px;
            margin: 0 auto;
            background-color: #FFFFFF;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(8, 56, 66, 0.1);
            overflow: hidden;
        }
        
        header {
            background-color: #083842;
            color: #FFFFFF;
            padding: 30px;
            text-align: center;
        }
        
        header h1 {
            font-size: 2.2rem;
            margin-bottom: 10px;
        }
        
        .header-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
        }
        
        .content {
            padding: 30px;
        }
        
        .section {
            margin-bottom: 40px;
            padding-bottom: 30px;
            border-bottom: 1px dashed rgba(66, 186, 180, 0.3);
        }
        
        .section:last-of-type {
            border-bottom: none;
        }
        
        .content h2 {
            color: #083842;
            margin-bottom: 20px;
            padding-bottom: 10px;
            font-size: 2rem !important;
            border-bottom: 2px solid #42BAB4;
        }
        
        .content h3 {
            color: #083842;
            /*margin: 25px 0 15px;*/
            font-size: 1.4rem !important;
        }
        
        .content p {
            margin-bottom: 15px;
        }
        
        .content ul {
            padding-left: 20px;
            margin: 15px 0;
        }
        
        li {
            margin-bottom: 10px;
            position: relative;
            padding-left: 10px;
        }
        
        .contact-methods {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin: 20px 0;
        }
        
        .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            padding: 15px;
            background-color: #f8fdff;
            border-radius: 6px;
            border-left: 4px solid #42BAB4;
        }
        
        .contact-icon {
            font-size: 1.5rem;
            color: #42BAB4;
            min-width: 30px;
        }
        
        .contact-details {
            flex: 1;
        }
        
        .contact-details strong {
            color: #083842;
        }
        
        .process-steps {
            margin: 25px 0;
        }
        
        .step {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 15px;
            padding: 15px;
            background-color: #f8fdff;
            border-radius: 6px;
        }
        
        .step-number {
            width: 30px;
            height: 30px;
            background-color: #42BAB4;
            color: #FFFFFF;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            flex-shrink: 0;
        }
        
        .external-options {
            background-color: rgba(66, 186, 180, 0.1);
            padding: 20px;
            border-radius: 8px;
            margin-top: 20px;
        }
        
        .highlight-box {
            background-color: rgba(66, 186, 180, 0.1);
            padding: 25px;
            border-radius: 8px;
            text-align: center;
            margin: 30px 0;
            border-left: 5px solid #42BAB4;
        }
        
        .highlight-box p {
            margin-bottom: 10px;
        }
        
        .footer-contact {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin: 20px 0;
            flex-wrap: wrap;
        }
        
        .contact-info {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .contact-info i {
            color: #42BAB4;
        }
        
        .divider {
            height: 1px;
            background: linear-gradient(to right, transparent, #42BAB4, transparent);
            margin: 30px 0;
        }
        
        a {
            color: #42BAB4;
            text-decoration: none;
        }
        
        a:hover {
            text-decoration: underline;
        }
        
        @media (max-width: 768px) {
            .container {
                border-radius: 0;
            }
            
            .content {
                padding: 20px;
            }
            
            header h1 {
                font-size: 1.8rem;
            }
            
            .footer-contact {
                flex-direction: column;
                gap: 15px;
            }
        }/* End custom CSS */