@charset "utf-8";

* {
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
}

section,
article,
aside,
hgroup,
header,
footer,
main,
nav,
figure {
    display: block;
}

img {
    display: block;
    border: none;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

ul,
ol {
    list-style-type: none;
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 15px;
    color: #484848;
    font-family: 'Didact Gothic', Inter;
    background-color: #fff;
    line-height: 1.7em;
}

header {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 20px; */
    margin-top: 10px;
    margin-bottom: 10px;
}

#logo {
    transform: scale(0.8);
    margin-left: -125px;
}

#logo a:hover {
    opacity: 1;
}

header nav ul {
    display: flex;
    font-family: Inter;
    margin-right: -55px;
}

header nav ul li {
    width: 100px;
    max-width: 100%;
}

header nav ul li a {
    display: block;
    padding: 36px 0;
    font-size: 16px;
    font-weight: bold;
    color: black;
    gap: 20px
}

header nav ul li a:hover {
    color: #092c5c;
    opacity: 0.75;
}

a#join {
    color: black;
}

a#join:hover {
    color: #092c5c;
    opacity: 1;
}

main {
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-left: 0;
}

#mainPhoto {
    width: 100%;
    height: 50vh;
    background-image: url("../images/body/aboutus/student.png");
    background-size: cover;
    background-position: center center;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

main h2 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    color: #092c5c;
    font-family: Inter;
}

#about {
    margin-top: 50px;
    margin-bottom: -100px;
}

#about img {
    justify-content: center;
    /* margin-left: 20px; */
}

#about ul {
    display: flex;
}

#about b,
#about p {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    /* padding: 0 20px; */
}

#about b {
    /* width: 724px; */
    font-size: 20px;
    display: inline-block;
    font-family: Inter;
    color: #064789;
    text-align: left;
    height: 52px;
    margin-left: 40px;
    /* margin-top: 50px; */
}

#about p {
    /* width: 724px; */
    position: relative;
    font-size: 16px;
    font-family: 'Didact Gothic';
    color: #000;
    text-align: left;
    display: inline-block;
    height: 95px;
    margin-left: 40px;
    /* margin-top: 25px; */
}

#about nav img {
    margin-top: -40px;
    transform: scale(0.8);
}

#seminar {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 50px 0;
    width: 100%;
    margin-bottom: -40px;
}

#seminar ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 100px;
}

#seminar ul li {
    width: 100%;
    padding: 20px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

#seminar ul li:hover {
    transform: translateY(-10px);
}

#seminar ul li img {
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

#seminar ul li b {
    font-size: 18px;
    font-weight: bold;
    color: #092c5c;
    margin: 15px 0;
    display: block;
    font-family: Inter;
}

#seminar ul li p {
    margin-top: -45px;
    margin-bottom: -20px;
    font-size: 14px;
    color: #484848;
    line-height: 1.5em;
    font-family: 'Didact Gothic';
}

#seminar ul li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    margin-top: 20px;
    background-color: #8fbce6;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#seminar ul li:hover::after {
    opacity: 1;
}

#highlights h2 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 24px;
    color: #092c5c;
    font-family: Inter;
}

.highlights {
    width: 100%;
    max-width: 100%;
    /* padding: 15px; */
    font-family: 'Didact Gothic';
}

.highlight-section {
    margin-top: -85px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.highlights-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  
}

.more-link {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    font-weight: bold;
}

.more-link:hover {
    text-decoration: underline;
}

.highlight-card {
    padding: 10px;
    width: 100%;
    justify-content: space-between;
}

.highlight-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
}

.highlight-card h3 {
    font-size: 16px;
    color: #003366;
    margin-bottom: 10px;
    font-family: Inter;
}

.highlight-card p {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.highlight-card a {
    color: #666;
    text-decoration: none;
    font-weight: bold;
}

.highlight-card a:hover {
    text-decoration: underline;
}

#joinus {
    padding: 60px 20px;
    font-family: Inter;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

#joinus h2 {
    margin-left: -15px;
}

.form-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.form-container form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.form-container input {
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
}

.form-container input:focus {
    border: 2px solid #8fbce6;
    outline: none;
}

.form-container button {
    padding: 10px 0;
    cursor: pointer;
    border: none;
    background-color: #fff;
}

.or-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: -100px;
}

.or {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.google-signup img {
    width: auto;
    height: 85px;
    cursor: pointer;
    margin-left: -50px;
}

#partner {
    justify-content: space-between;
    margin: 25px 0;
}

#partner h2 {
    margin-top: -100px;
    margin-bottom: 27px;
    text-align: center;
    font-size: 24px;
    color: #092c5c;
    font-family: Inter;
}

#partner ul {
    display: flex;
    list-style-type: none;
    padding: 20px;
    margin: 0;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
}

#partner ul li {
    width: 30%;
    padding: 20px;
    text-align: left;
    transition: transform 0.3s ease;
    position: relative;
}

#partner ul li img {
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

#partner ul li b {
    font-size: 18px;
    font-weight: bold;
    color: #092c5c;
    margin: 15px 0;
    display: block;
    font-family: Inter;
}

#partner ul li p {
    font-size: 14px;
    color: #484848;
    line-height: 1.5em;
    font-family: 'Didact Gothic';
}

.contact {
    display: flex;
    justify-content: space-between;
    background-color: #004489;
    color: white;
    padding: 30px;
    font-family: Arial, sans-serif;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.contact-left {
    width: 50%;
}

.contact-left h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-left p {
    font-size: 14px;
    line-height: 1.6;
}

.contact-left a {
    color: #d6eaff;
    text-decoration: none;
    margin-left: -20px;
}

.contact-left a:hover {
    text-decoration: underline;
}

.contact-right {
    text-align: right;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-right p {
    margin: 10px 0;
}

.contact-right a {
    color: #ffffff;
    text-decoration: underline;
    padding-bottom: 2px;
    transition: all 0.2s ease;
}

.contact-right a:hover {
    color: #d6eaff;
    border-color: #d6eaff;
}