body {
    font-family: 'Poppins', Segoe UI, Arial, sans-serif;
    background: linear-gradient(135deg, #ffffff 0, #e0eafe 100%);
    margin: 0;
    color: #223;
    min-height: 100vh;
}

.header {
    background: #fff;
    box-shadow: 0 6px 24px rgba(25, 50, 90, 0.10);
    position: sticky;
    top: 0;
    z-index: 10;
    /* padding: 1rem 0; */
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* padding: 1rem 0; */
    max-width: 600px;
    margin: auto;
}
.codelock-section {
    display: flex;
    flex-direction: column;
    align-items: center;   /* Center horizontally */
    margin-top: 48px;
    margin-bottom: 24px;
}

.codelock-title {
    font-size: 1.22rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: #764ba2;
    margin-bottom: 18px;
}

.login-btn {
    width: 100px;          /* Set same size */
    height: 48px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    font-size: 1.22rem;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    box-shadow: 0 3px 16px rgba(136,126,234,0.12);
    text-align: center;
    line-height: 48px;
    margin: 0;
    transition: background 0.18s, color 0.18s;
    text-decoration: none;
    margin-bottom: 10px;
}

.login-btn:hover {
    background: linear-gradient(135deg, #8fd0ff, #c7a2ff);
    color: #223;
}

.logo-img {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    padding-left: 20%;
}
.logo-section {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.company-info h1 {
    font-weight: 800;
    font-size: 1.7rem;
    letter-spacing: 1px;
    color: #102048;
}


.nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
}
.nav-links a {
    color: #333;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(135deg, #8fd0ff 0, #c7a2ff 100%);
    transition: all 0.3s;
}
.nav-links a.active, .nav-links a:hover {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
}
.flyer-main {
    background: #fff;
    margin: 3rem auto 1.5rem auto;
    padding: 2.5rem 2rem;
    border-radius: 22px;
    box-shadow: 0 9px 42px rgba(100, 126, 234, 0.07);
    max-width: 565px;
}

.school-form {
    background: #fff;
    padding: 2rem 2.5rem;
    border-radius: 18px;
    max-width: 430px;
    margin: 2rem auto;
    box-shadow: 0 6px 24px rgba(100, 126, 234, 0.09);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.school-form h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #764ba2;
    letter-spacing: 0.7px;
}
.form-group {
    display: flex;
    flex-direction: column;
}
.form-group label {
    font-weight: 600;
    color: #223;
    margin-bottom: 7px;
}
.form-group input {
    padding: 11px 13px;
    border-radius: 7px;
    border: 1px solid #c7a2ff;
    background: #f7faff;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.2s;
}
.form-group input:focus {
    border-color: #764ba2;
}
.btn-action {
    margin-top: 1.3rem;
    width: 100%;
}
.motto-container {
    text-align: center;
    margin-bottom: 1.8rem;
}
.motto-container h2 {
    font-size: 1 rem;
    color: #000000;
    margin-bottom: 0.5rem;
    letter-spacing: 1.2px;
}
.motto-container p {
    font-size: 0.8 rem;
    color: #1a5040;
    text-shadow: #12c2e9;
    margin-bottom: 2.5rem;
}
.cta-row {
    display: flex;
    justify-content: space-between;
    gap: 1.1rem;
    margin-bottom: 0.8rem;
}
.btn-info, .btn-action {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 1.2em;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s;
    box-shadow: 0 3px 16px rgba(136,126,234,0.08);
}

.btn-info {
    background: linear-gradient(135deg, #c7a2ff 0, #8fd0ff 100%);
    color: #332066;
}
.btn-info:hover {
    background: #fff;
    color: #8c27e7;
}
.btn-action {
    background: linear-gradient(135deg, #67efb3 0, #12c2e9 100%);
    color: #014c54;
}
.btn-action:hover {
    background: #fff;
    color: #16a085;
}

.small-label {
    display: inline-block;
    background: #667eea;
    color: #fff;
    font-size: 0.74rem;
    padding: 4px 12px;
    border-radius: 15px;
    margin-right: 0.8rem;
    letter-spacing: 1.1px;
}
.note-row {
    margin-bottom: 2rem;
    margin-top: -0.8rem;
}

.contact-section {
    margin-top: 1.4rem;
    background: #f6fafd;
    border-radius: 13px;
    padding: 1.4rem 1.1rem;
    box-shadow: 0 3px 14px rgba(126,234,100,0.07);
    color: #223;
}
.contact-section h3 {
    margin-top: 0;
    color: #1da078;
}
.contact-section a {
    color: #8c27e7;
    text-decoration: underline;
}
.contact-section blockquote {
    margin: 1rem 0 0 0;
    font-style: italic;
    color: #222;
}

.footer {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    padding: 1rem 0;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 650px;
    margin: auto;
}
.social-icons a {
    color: #fff;
    font-size: 1.34rem;
    margin-left: 14px;
    transition: color 0.18s;
}
.social-icons a:hover {
    color: #1da078;
}
@media (max-width: 700px) {
    .flyer-main { padding: 1.3rem 0.6rem; }
    .footer-content { flex-direction: column; gap: 10px; }
}
