.elementor-3 .elementor-element.elementor-element-7c5221b{--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-3 .elementor-element.elementor-element-7c5221b:not(.elementor-motion-effects-element-type-background), .elementor-3 .elementor-element.elementor-element-7c5221b > .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-3 .elementor-element.elementor-element-7c5221b::before, .elementor-3 .elementor-element.elementor-element-7c5221b > .elementor-background-video-container::before, .elementor-3 .elementor-element.elementor-element-7c5221b > .e-con-inner > .elementor-background-video-container::before, .elementor-3 .elementor-element.elementor-element-7c5221b > .elementor-background-slideshow::before, .elementor-3 .elementor-element.elementor-element-7c5221b > .e-con-inner > .elementor-background-slideshow::before, .elementor-3 .elementor-element.elementor-element-7c5221b > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-900080e );--background-overlay:'';}.elementor-3 .elementor-element.elementor-element-298c3c7 .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-3 .elementor-element.elementor-element-8c4d833{--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;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-3 .elementor-element.elementor-element-7c5221b:not(.elementor-motion-effects-element-type-background), .elementor-3 .elementor-element.elementor-element-7c5221b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-560px 0px;}}@media(max-width:767px){.elementor-3 .elementor-element.elementor-element-7c5221b:not(.elementor-motion-effects-element-type-background), .elementor-3 .elementor-element.elementor-element-7c5221b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-675px 0px;}}/* Start custom CSS */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    color: #333;
    line-height: 1.6;
    background-color: #f9f9f9;
}

header {
    background-color: #083842;
    color: white;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

header h1 {
    font-size: 2.2rem;
    margin-bottom: 10px;
}

header p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.last-updated {
    background-color: #EAF8F6;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    border-left: 4px solid #083842;
}

.policy-section {
    background-color: white;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border-left: 4px solid #083842;
}

.policy-section h2 {
    color: #083842;
    margin-bottom: 15px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}

.policy-section h2 span {
    background-color: #083842;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 0.9rem;
}

.policy-section ul {
    padding-left: 20px;
    margin: 15px 0;
}

.policy-section li {
    margin-bottom: 8px;
}

.policy-section p {
    margin-bottom: 10px;
}

.contact-info {
    background-color: #EAF8F6;
    padding: 20px;
    border-radius: 8px;
    margin-top: 10px;
}

.contact-info p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.contact-info i {
    margin-right: 10px;
    font-weight: bold;
}

footer {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    color: #666;
    font-size: 0.9rem;
    border-top: 1px solid #ddd;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #083842;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1000;
}

.back-to-top:hover {
    background-color: #1e3d6f;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.back-to-top.visible {
    opacity: 1;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .container {
        padding: 15px;
    }
    
    header {
        padding: 20px 0;
        margin-bottom: 20px;
    }
    
    header h1 {
        font-size: 1.8rem;
    }
    
    .policy-section {
        padding: 20px;
    }
    
    .policy-section h2 {
        font-size: 1.2rem;
    }
    
    .back-to-top {
        width: 45px;
        height: 45px;
        bottom: 15px;
        right: 15px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 10px;
    }
    
    header h1 {
        font-size: 1.5rem;
    }
    
    header p {
        font-size: 1rem;
    }
    
    .policy-section {
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .policy-section h2 {
        font-size: 1.1rem;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .policy-section h2 span {
        margin-bottom: 8px;
        margin-right: 0;
    }
    
    .contact-info {
        padding: 15px;
    }
    
    .contact-info p {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .contact-info i {
        margin-right: 0;
        margin-bottom: 5px;
    }
}

/* ===== PRINT STYLES ===== */
@media print {
    .back-to-top {
        display: none;
    }
    
    header {
        box-shadow: none;
        margin-bottom: 20px;
    }
    
    .policy-section {
        box-shadow: none;
        border: 1px solid #ddd;
        page-break-inside: avoid;
    }
    
    .container {
        max-width: none;
        padding: 0;
    }
}/* End custom CSS */