body {
  background-color: #FF99AC;
  margin: 0;
  font-family: Arial, sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

nav {
  background-color: #FFB5C0;
  padding: 0;
  width: 100%;
}

nav a {
  color: #000000;
  text-decoration: none;
  padding: 15px 15px;
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}

nav a.current {
  color: #FF99AC;
  background-color: #000000;
}

nav a:hover,
nav a:active {
  color: #FF99AC;
  background-color: #000000;
}

.class-website-btn {
  background-color: #000000;
  color: #FF99AC;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
  display: inline-block;
}

.class-website-btn:hover {
  background-color: #333333;
  transform: scale(1.05);
}

main {
  flex: 1;
}

footer {
  text-align: center;
  padding: 20px;
  margin-top: auto;
  border-top: 3px solid #000000;
  background-color: #FF99AC;
}

footer a img {
  vertical-align: middle;   
  margin: 0 15px;           
  width: 20px;          
  height: auto;              
  border-radius: 20px; 
  font-size: 1em;
}

.home_center {
  margin: auto;
  width: 90%;
  border: 2px dotted #777798;
  padding: 20px;
  text-align: center;
  max-width: 1000px;
  min-width: 450px;
}

.description-box h4 {
  margin-top: 0;
  color: #000000;
  font-size: 18px;
}

.home_center video,
.videos {
  display: block;
  margin: 20px auto;
  max-width: 700px;
  width: 80%;
  border: 5px solid #333333;
  border-radius: 8px;
  padding: 5px;
  background-color: #ffffff;
}

.email-button {
  display: inline-block;
  background-color: #000000;
  color: #FF99AC;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.email-button:hover {
  background-color: #333333;
  transform: scale(1.05);
}

.footer-line {
  width: 100%;
  border: 0;
  border-top: 1px solid black; 
  margin: 0;
  padding: 0;
}

.right-side-buttons {
  text-align: right;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.button-column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.class-website-btn {
  position: relative;
  top: -20px;   
  /* or */
  top: 35px;   
}

.toggle-button {
  position: relative;
  top: -20px;   
  /* or */
  top: 20px;    
}

title-row {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.page-title {
  text-align: center;
  font-size: 32px;
  margin-top: 20px;
  font-weight: bold;
}

.tiktok-box {
  border: 2px solid black;
  padding: 20px;
  width: 90%;
  max-width: 800px;
  margin: 20px auto;
  background-color: white;
  border-radius: 10px;
  text-align: center;
}

.tiktok-box h2,
.tiktok-box p {
  text-align: center;
}

.tiktok-icons {
  font-size: 18px;
}

.album-title {
  text-align: center;
  margin-top: 10px;
}

.photo-box {
  border: 2px solid black;
  padding: 20px;
  width: fit-content;
  margin: 0 auto;
  background-color: white;
  border-radius: 10px;
}

.photo-box img {
  margin: 10px;
}

.about-container {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}

.about-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.about-box {
  position: center;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: white;
  border: 2px solid black;
  border-radius: 12px;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
}

.about-text {
  width: 85%;
  font-size: 18px;
  line-height: 1.6;
}

.icon-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 15%;
  font-size: 28px;
}

.email-icon {
  font-size: 40px;
  font-weight: 900;
  margin-left: 10px;
  cursor: pointer;
  color: black;
  text-decoration: none;
}

.email-icon:hover {
  color: #ff4f7a;
  transform: scale(1.1);
  transition: 0.2s;
}

.study-para {
  text-align: center;
  width: fit-content;
  position:relative;
  margin: 0 auto;
  left:20px;
}


.section-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

/* video style*/

.video-subtitle {
  text-align: center;
  font-size: 20px;
  margin-top: -10px;
  margin-bottom: 20px;
  font-family: berosefont;
}

.video-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.square-video {
  width: 800px;      
  height: 400px;    
  object-fit: cover; 
  border-radius: 10px;
  background-color: black;
}

.video-buttons {
  text-align: center;
  margin-top: 10px;
}

@font-face {
    font-family: berosefont;
    src: url('Fonts/Berose Demo.ttf');
}

.font-N {
    font-family: berosefont;
}
.method-f {
    margin-left:320px;
    
}
/*my accessibility*/
/*Report style*/
.report-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
}

.report-container h1 {
    text-align: center;
    margin-bottom: 20px;
}

.report-container pre {
    background: #f7f7f7;
    padding: 10px;
    overflow-x: auto;
}

/*accessibility style*/

.accessibility-section {
  padding: 40px 0;
  text-align: center;
}

.accessibility-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}

.accessibility-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.accessibility-card {
  background: #f9f9f9; 
  padding: 20px;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.accessibility-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.accessibility-card ul {
  padding-left: 20px;
}

.accessibility-card li {
  margin-bottom: 6px;
}

@media (max-width: 900px) {
  .method-f,
  .method-k {
    margin-left: 0 !important;
    text-align: center;
    padding: 10px 0;
  }
}
