/* --- Base Styles --- */ body { font-family: var(--body-font); line-height: 1.7; color: var(--text-color); background-color: var(--background-color); margin: 0; padding: 0; font-size: 16px; }
.container { max-width: 960px; margin: 0 auto; padding: 40px 20px; }
/* --- Header --- */ .page-header { text-align: center; padding: 60px 20px; background-color: var(--primary-color); color: #fff; } .page-header .icon { font-size: 3.5em; margin-bottom: 15px; color: var(--accent-color); } .page-header h1 { font-family: var(--heading-font); font-size: 3em; margin: 0; color: #fff; } .page-header p { margin-top: 15px; font-size: 1.2em; opacity: 0.9; max-width: 700px; margin-left: auto; margin-right: auto; }
/* --- Security Content Styling --- */ .security-grid { display: grid; grid-template-columns: 1fr; gap: 30px; } .security-section { background-color: var(--card-background); border: 1px solid var(--border-color); border-left: 5px solid var(--accent-color); border-radius: 8px; padding: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); } .security-section h2 { font-family: var(--heading-font); font-size: 1.8em; color: var(--primary-color); margin-top: 0; display: flex; align-items: center; } .security-section h2 .icon { margin-right: 15px; color: var(--accent-color); } .security-section ul { list-style: none; padding-left: 0; } .security-section ul li { position: relative; padding-left: 30px; margin-bottom: 15px; font-size: 1.1em; } .security-section ul li::before { content: '\f058'; /* Font Awesome check-circle icon */ font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; color: var(--secondary-color); font-size: 1.2em; } .security-section a { color: var(--secondary-color); font-weight: bold; }
/* --- Contact Section --- */ .contact-section { text-align: center; background: var(--light-gray-bg); padding: 40px; border-radius: 8px; margin-top: 40px; } .contact-section h3 { font-size: 1.6em; margin-top: 0; } .contact-section a { font-size: 1.2em; color: var(--accent-color); font-weight: bold; }
/* --- Footer --- */ .main-footer { background: var(--primary-color); color: #fff; padding: 40px 20px; margin-top: 40px; text-align: center; } .main-footer p { margin: 0; opacity: 0.8; }
/* --- Responsive Design --- */ @media (max-width: 768px) { .page-header h1 { font-size: 2.2em; } .security-section { padding: 20px; } .security-section h2 { font-size: 1.5em; } .security-section ul li { font-size: 1em; } }
Read the Security Policy of EduEarth4U to understand how we work diligently to protect our platform and your data. Your safety is our priority.
For security-related questions or to report a vulnerability, please contact us:
This website uses cookies.