@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

header {
  /* position: relative;  */
  display: flex;
  align-items: center;
  background-color: #0e317d;
  z-index: 1100;
}

.burger {
  display: none;
}

.logo {
  z-index: 30;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.4));
}

/* Size untuk Lebar Mobile */
@media (max-width: 540px) {
  .logo {
    /* display: flex; */
    height: 80%;
    width: 70px;
    margin-left: 60px;
  }
}

@media (max-width: 1280px) {
  .top-header h1 {
    /* display: none; */
    font-family: "Monserrat", serif;
    margin: 0;
    font-size: 40px;
    /* font-weight: 400; */
    letter-spacing: 2px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 0, 0, 0.5);
  }

  .top-header p {
    font-family: "Montserrat", sans-serif;
    margin: 1px 0 5px 0;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.4);
  }
}

.header-container {
  display: flex;
  max-width: 1080px;
  margin: auto;
}

.top-header {
  /* background-color: #0E317D; */
  color: #fddd2d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  /* padding: 0 1rem; */
}

.top-header h1 {
  font-family: "Monserrat", serif;
  margin: 0;
  font-size: 80px;
  font-weight: 400;
  letter-spacing: 2px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 0, 0, 0.5);
}

.top-header p {
  font-family: "Montserrat", sans-serif;
  margin: 1px 0 5px 0;
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1.5px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.4);
}

.navi li a.active-bg {
  color: #3b6bd3;
  border-radius: 12px;
}
.nav {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.navi {
  list-style: none;
  margin: 0;
  padding: 8px 80px 8px 21px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fddd2d;
  gap: 16px;
  padding-right: 0;
}

.navi li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #0e317d;
  text-decoration: none;
  font-size: 16px;
}

.navi li:nth-child(6) a {
  color: #0e317d;
}

.language-menu a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.flag-icon {
  width: 18px;
  height: auto;
  display: inline-block;
}

.down-arrow {
  font-size: 0.6em;
  margin-left: 4px;
  color: #0e317d;
}

li a {
  display: inline-block;
  text-align: center;
  color: #0e317d;
  text-decoration: none;
  padding: 14px 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.navi li:nth-child(6) a:hover {
  color: #3b6bd3;
  text-decoration: underline;
}

li a:hover {
  color: #3b6bd3;
  text-decoration: underline;
}

.registration-btn {
  background-color: rgba(222, 117, 117, 0.18);
  color: #0e317d;
  border: 2px solid #0e317d;
  border-radius: 0;
  /font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 8px;
  text-decoration: none;
  cursor: pointer;
  margin-left: 20px;
  margin-top: 8px;
}

.registration-btn:hover {
  background-color: rgba(222, 117, 117, 0.3);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  text-decoration: underline;
  color: #0e317d;
}

/* Gaya untuk status aktif */
.registration-btn.active {
  background-color: #0e317d;
  color: #fddd2d;
  border-color: rgba(0, 153, 255, 0.3);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.home-image {
  width: 100%;
  margin: 0;
  padding: 0;
}

.home-image img {
  width: 100%;
  display: block;
  filter: contrast(1.3);
}

.home-text {
  width: 100%;
  padding: 10rem;
  box-sizing: border-box;
}

.main-head,
.sub-head {
  color: #0e317d;
}

.sub-head {
  line-height: 2.6rem;
}

.main-head {
  font-family: "Rosarivo", cursive;
  font-weight: 400;
  font-size: 70px;
  text-align: center;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.sub-head {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 21px;
  width: 70%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

button {
  background-color: #fddd2d;
  color: #0e317d;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

button:hover {
  background-color: #3b6bd3;
  color: #98a9cd;
}

.button1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 3rem;
}

.image-overlay-container {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.vision-container:hover .overlay {
  opacity: 1;
}

.vision-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  /* padding: 2rem 0; */
  width: 100%;
}

.image-overlay-container {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.image-overlay-container img {
  width: 100%;
  display: block;
}

.image-overlay-container:hover .overlay {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 1rem;
  text-align: left;
}

.visionmission-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  max-width: 90%;
}

.visionmission-title {
  font-family: "Rosarivo", cursive;
  font-weight: 400;
  font-size: 40px;
  margin-top: 1rem;
  margin-bottom: 0rem;
  margin-left: 1.8rem;
  color: #0e317d;
}

.vision-body,
.mission-body {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #0e317d;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.1rem 1.5rem 1rem 1.5rem;
  margin: 0;
}

.mission-body {
  font-family: "Montserrat", sans-serif;
  list-style-type: decimal;
  text-align: left;
  padding-left: 3rem;
  margin: 0;
}
/*alumni carousel*/
#alumni-maintitle {
  font-family: "Rosarivo", cursive;
  font-size: 50px;
  color: #0e317d;
  margin: 0;
  padding: 0;
  font-weight: 300;
  text-align: center;
  margin-bottom: 50px;
}

.item {
  height: 420px;
  background-color: #0e317d;
}

.alumni-title1 {
  padding-top: 5%;
  font-family: "Montserrat", sans-serif;
  color: white;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 35px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  font-weight: 300;
  font-style: italic;
  text-underline-offset: 3px;
}

.alumni-bodytext1 {
  font-family: "Rosarivo", cursive;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  padding-top: 2%;
  margin-right: 12%;
  margin-left: 12%;
}

.alumni-bodytext2 {
  font-family: "Rosarivo", cursive;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  padding-top: 4%;
  margin-right: 12%;
  margin-left: 12%;
}

.alumni-bodytext3 {
  font-family: "Rosarivo", cursive;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  padding-top: 3%;
  margin-right: 12%;
  margin-left: 12%;
}

/*upcoming event carousel*/
#event-title {
  font-family: "Rosarivo", cursive;
  font-size: 100px;
  color: #0e317d;
  margin: 80px 0 0 0;
  padding: 0;
}

#event-subtitle {
  font-family: "Rosarivo", cursive;
  font-size: 30px;
  color: #0e317d;
  margin: 0 0 20px 0;
}

.event-container {
  text-align: center;
}

.scrollmenu {
  overflow-x: auto;
  white-space: nowrap;
  padding: 20px;
  position: relative;

  /* Hide scrollbar for all browsers */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.scrollmenu::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.scrollmenu img {
  display: inline-block;
  margin-right: 50px;
  margin-left: 20px;
  margin-bottom: 100px;
  height: 424px;
  transition: transform 0.3s ease;
  transform-origin: center center;
  z-index: 1;
  position: relative;
}

.scrollmenu img:hover {
  transform: scale(1.1);
  z-index: 10;
  cursor: pointer;
}

/* ACADEMIC PAGE */

.main-split-section-blue {
  position: relative;
  width: 100%;
  height: 440px;
  display: flex;
  background-color: #0e317d;
  overflow: hidden;
  z-index: 1;
}

.overlay-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 49, 125, 0.3);
  z-index: 3;
}

.left-box-blue {
  width: 50%;
  position: relative;
  background-color: #0e317d;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 40px;
  box-sizing: border-box;
  overflow: visible;
}

.small-image-blue {
  position: absolute;
  height: 300px;
  z-index: 2;
  left: 60px;
}

.rotated-text-blue {
  transform: rotate(-90deg);
  transform-origin: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 18px;
  color: white;
  position: absolute;
  z-index: 5;
  white-space: nowrap;
  padding-right: 25px;
  left: 5%;
  top: 81%;
}

.right-box-blue {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.right-box-blue img.right-image-blue {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title-blue {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 4;
  color: white;
}

.title-academic {
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  font-weight: 300;
  margin-top: 70px;
  margin-bottom: 30px;
}

.title-text-blue {
  font-family: "Rosarivo", cursive;
  font-size: 72px;
  font-weight: 300;
  text-decoration-thickness: 3px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  margin-top: -20px;
}

.academic-description {
  background-color: white;
  color: #0e317d;
  font-family: "Montserrat", sans-serif;
  padding: 20px;
  max-width: 95%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  box-sizing: border-box;
}

.description-text {
  margin-bottom: 10px;
  text-align: left;
}

.read-more-wrapper {
  display: flex;
  justify-content: flex-end;
}

/*YELLOW*/
.main-split-section-yellow {
  position: relative;
  width: 100%;
  height: 440px;
  display: flex;
  background-color: #fddd2d;
  overflow: hidden;
  z-index: 1;
}

.overlay-yellow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 4;
}

.title-yellow {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 5;
  color: white;
}

.title-text-yellow {
  font-family: "Rosarivo", cursive;
  font-size: 72px;
  font-weight: 300;
  text-decoration-thickness: 3px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  margin-top: 80px;
}

.left-box-yellow {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.left-image-yellow {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right-box-yellow {
  width: 50%;
  position: relative;
  background-color: #fddd2d;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: 40px;
}

.small-image-yellow {
  position: absolute;
  height: 295px;
  top: 85px;
  right: 50px;
  z-index: 3;
}

/* Rotated text */
.rotated-flipped-text-yellow {
  transform: rotate(90deg);
  transform-origin: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  z-index: 4;
  white-space: nowrap;
  right: 4%;
  bottom: 12%;
}

#junior-high-school {
  padding-top: 100px;
}

#vocational-high-school {
  padding-top: 100px;
}

.font-junior {
  font-family: "Rosarivo", cursive;
  font-size: 72px;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  margin-top: 70px;
}

.read-more-btn {
  background-color: #0e317d;
  color: white;
  border: 1px solid #0e317d;
  padding: 6px 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.read-more-btn:hover {
  background-color: #3b6bd3;
  color: white;
}
#more-text {
  display: none;
}

.enroll-banner {
  background-color: #fddd2d;
  height: 152px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

.enroll-text {
  color: #0e317d;
  font-size: 32px;
  font-weight: 300;
  text-align: left;
}

.enroll-btn {
  background-color: #0e317d;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 25px;
  border: none;
  border-radius: 0px;
  font-weight: 300;
  text-wrap: nowrap;
}

.enroll-btn:hover {
  background-color: #3b6bd3;
  color: white;
  text-decoration: none;
}

/* CONTACT SECTION */
.contact-section {
  background-image: linear-gradient(
      rgba(14, 49, 125, 0.5),
      rgba(14, 49, 125, 0.5)
    ),
    url("images/bg_contact.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
  padding: 80px 20px 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-title {
  font-family: "Monserrat", serif;
  font-weight: 500;
  font-size: 64px;
  color: white;
  text-align: center;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
  margin-top: -30px;
}

.contact-form-box {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 50px 60px;
  border-radius: 1px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  max-width: 800px;
  width: 100%;
  margin-top: 40px;
}

.contact-form-box h2 {
  font-weight: 350;
  letter-spacing: 1.5px;
  color: #0e317d;
  margin: 0;
  font-size: 50px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.contact-form-box p {
  color: #0e317d;
  margin-bottom: 30px;
  font-size: 20px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-name-group {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.contact-name-group > label {
  width: 120px;
  font-weight: 600;
  font-size: 14px;
  color: #0e317d;
  margin-top: 10px;
}

.contact-name-inputs {
  display: flex;
  flex: 1;
  gap: 20px;
}

.contact-input-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.contact-input-wrapper input {
  padding: 10px;
  border: 1px solid #0e317d;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
}

.contact-input-wrapper small {
  margin-top: 4px;
  color: gray;
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
}

.contact-form-group label {
  width: 120px;
  font-weight: 400;
  font-size: 14px;
  font-weight: bold;
  color: #0e317d;
  margin-top: 6px;
}

.contact-form-group input,
.contact-form-group textarea {
  flex: 1;
  padding: 10px;
  border: 1px solid #0e317d;
  border-radius: 6px;
  font-size: 14px;
  resize: none;
  font-family: inherit;
  line-height: 1.5;
}

.contact-full-width {
  display: flex;
  align-items: center;
}

.contact-full-width textarea {
  width: 100%;
  height: auto;
}

.contact-send-button {
  background-color: #0e317d;
  color: white;
  padding: 10px 25px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  align-self: flex-end;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 6px;
}

.contact-send-button:hover {
  background-color: #1d469e;
}

/* NEWS SECTION */
.news-section {
  padding: 60px 20px;
  background-color: #fff;
  color: #1f2a56;
}

.news-title {
  font-size: 90px;
  font-weight: 400;
  margin-bottom: 5px;
  font-family: "Rosarivo", cursive;
}

.news-subtitle {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: "Monserrat", serif;
}

.news-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.news-text {
  flex: 1;
  padding-right: 20px;
}

.news-image img {
  width: 150px;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
}

.news-date {
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
  font-family: "Monserrat", serif;
}

.news-headline {
  font-size: 34px;
  margin: 0;
  font-family: "Rosarivo", cursive;
}

.news-description {
  font-size: 18px;
  margin-top: 8px;
  color: #444;
  font-family: "Monserrat", serif;
  max-width: 800px;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

/* REGISTRATION SECTION*/

.section-title {
  color: #0e317d;
}

.registration-section-title {
  color: #0e317d;
}

.registration-section {
  background-image: linear-gradient(
      rgba(14, 49, 125, 0.5),
      rgba(14, 49, 125, 0.5)
    ),
    url("images/registration-backg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
  padding: 80px 20px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration-color: #0e317d;
}

.registration-form-box {
  max-width: 800px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px;
  border-radius: 1px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* JUDUL */
.registration-form-box {
  max-width: 800px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px;
  border-radius: 1px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.registration-title {
  font-family: "Monserrat", serif;
  font-size: 64px;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 30px;
  color: #ffffff;
  letter-spacing: 2px;
}

.registration-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.registration-form-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.registration-form-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.registration-form-group label {
  flex: 0 0 200px;
  font-size: 14px;
  font-weight: 600;
  color: #0e317d;
  text-align: left;
}

.registration-form-group input,
.registration-form-group select,
.registration-form-group textarea {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #0e317d;
  border-radius: 6px;
  font-size: 14px;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

.registration-form-group input:focus,
.registration-form-group select:focus,
.registration-form-group textarea:focus {
  border-color: #0e317d;
}

.registration-form-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.registration-submit {
  background-color: #0e317d;
  color: white;
  padding: 10px 25px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  align-self: flex-end;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 6px;
  letter-spacing: 0.5px;
}

.registration-submit:hover {
  background-color: #1d469e;
}

.registration-birthdate-group {
  align-items: flex-start;
}

.registration-birthdate-fields {
  display: flex;
  gap: 15px;
}

.registration-birth-field {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.registration-birth-field input {
  width: 70px;
  height: 32px;
  border: 1px solid #0e317d;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}

.registration-birth-placeholder {
  margin-top: 4px;
  font-size: 12px;
  color: #7a7a7a;
  margin-left: -18px;
}

.registration-name-section {
  display: flex;
  align-items: flex-start;
}

.registration-name-label {
  flex: 0 0 160px;
  font-size: 14px;
  color: #0e317d;
  padding-top: 10px;
}

.registration-name-input-group {
  display: flex;
  flex: 1;
  gap: 5px;
  padding-left: 50px;
}

.registration-input-wrapper2 {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.registration-input-wrapper2 input {
  height: 40px;
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #0e317d;
  border-radius: 6px;
  margin-left: 10px;
}

.registration-sub-label-name {
  font-size: 12px;
  color: #7a7a7a;
  margin-top: 4px;
  margin-left: 15px;
}

.registration-phone-group {
  display: flex;
  align-items: flex-start;
}

.registration-phone-group label {
  flex: 0 0 160px;
  font-size: 14px;
  color: #0e317d;
  padding-top: 10px;
}

.registration-phone-input-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.registration-phone-input-wrapper input {
  width: 500px;
  height: 40px;
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #0e317d;
  border-radius: 6px;
  margin-left: 60px;
}

.registration-helper-text {
  font-size: 12px;
  color: #7a7a7a;
  margin-top: 6px;
  padding-left: 10px;
  margin-left: 60px;
}

.registration-radio-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-top: 20px;
}

.registration-radio-question {
  font-size: 14px;
  color: #0e317d;
  margin-bottom: 15px;
}

.registration-radio-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.registration-radio-options label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000000;
  gap: 10px;
  cursor: pointer;
  font-weight: normal;
  padding-top: 2px;
}

.registration-radio-options input[type="radio"] {
  width: 16px;
  height: 16px;
  accent-color: #334ac0;
  cursor: pointer;
}

.registration-form-group-address {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
}

.registration-form-label {
  flex: 0 0 180px;
  font-size: 14px;
  font-weight: 600;
  padding-top: 10px;
  color: #0e317d;
}

.registration-input-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.registration-input-wrapper3 {
  display: flex;
  flex-direction: column;
}

.registration-input-wrapper3 input {
  width: 115%;
  max-width: 500px;
  height: 40px;
  padding: 6px;
  font-size: 14px;
  border: 1px solid #0e317d;
  border-radius: 6px;
  background-color: #fff;
  margin-left: 35px;
}

.registration-sub-label {
  font-size: 12px;
  color: #7a7a7a;
  margin-top: 4px;
  margin-left: 40px;
}

.registration-inline-fields {
  width: 470px;
  display: flex;
  gap: 45px;
}

.registration-inline-fields .registration-input-wrapper3 input {
}

.registration-homephone-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  font-family: "Segoe UI", sans-serif;
}

.registration-homephone-label {
  flex: 0 0 180px;
  font-size: 14px;
  font-weight: bold;
  color: #0e317d;
  padding-top: 10px;
  margin-top: -30px;
}

.registration-homephone-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 35px;
  margin-top: -30px;
}

.registration-homephone-inline-fields {
  display: flex;
  gap: 16px;
}

.registration-homephone-input-wrapper {
  display: flex;
  flex-direction: column;
}

.registration-homephone-input-wrapper input {
  height: 40px;
  padding: 8px 10px;
  font-size: 14px;
  width: 200px;
  border: 1px solid #0e317d; /* ✅ abu-abu terang */
  border-radius: 6px;
  background-color: #fff;
}

.registration-homephone-input-wrapper:nth-child(2) input {
  width: 285px;
}

.registration-sub-label1 {
  font-size: 12px;
  color: #7a7a7a;
  margin-top: 4px;
  padding-left: 0;
  margin-left: 5px;
  text-align: left;
}

/* FOOTER */
.footer-section-wrapper {
  background-color: #0e317d;
  color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}

.school-footer {
  padding: 0 60px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 65%;
}

.footer-section {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.footer-icon {
  width: 24px;
  height: 24px;
  margin-top: 1px;
}

.footer-heading {
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-text {
  color: #f5e765;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.footer-logo img {
  max-width: 180px;
  height: auto;
  margin-top: 180px;
}

.footer-bg {
  background-color: #071f52;
  width: 100%;
}

.footer-bottom {
  width: 100%;
  margin: 0;
  padding: 70px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.footer-bottom p {
  margin: 0;
  color: #f5e765;
  font-size: 14px;
  padding-left: 50px;
}

.social-icons {
  display: flex;
  gap: 20px;
  padding-right: 30px;
}

.social-icons img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
}

.social-icons img:hover {
  opacity: 0.7;
}

/* Mobile TOOTER SCHOOL*/
@media (max-width: 768px) {
  .school-footer {
    padding: 0 20px;
  }

  .footer-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .footer-info {
    max-width: 100%;
    gap: 20px;
  }

  .footer-section {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .footer-heading {
    font-size: 12px;
  }

  .footer-text {
    font-size: 11px;
  }

  .footer-logo img {
    max-width: 150px;
    margin-top: 40px;
  }

  .footer-logo {
    margin: auto;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 10px;
    gap: 10px;
  }

  .footer-bottom p {
    font-size: 13px;
    padding-left: 0;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
    padding-right: 0;
  }

  .social-icons img {
    width: 24px;
    height: 24px;
  }
}

/* Mobile HEADER*/
@media (max-width: 768px) {
  /* Logo  */
  .logo {
    /* display: flex; */
    height: 100%;
    width: 60px;
    margin-left: 60px;
    margin-top: 16px;
  }

  /* Top Header */
  .top-header {
    height: 30px;
    margin-bottom: 30px;
    margin-top: 32px;
  }

  .top-header h1 {
    font-size: 22px;
    letter-spacing: 1px;
    padding: 20px 10px 0px 4px;
  }

  .top-header p {
    font-size: 8.5px;
    margin: 1px 0 5px 0px;
    letter-spacing: 0.5px;
    padding: 5px 10px 10px 5px;
    max-width: 600px;
  }
  /* Burger Icon */
  .burger {
    display: block;
    position: fixed;
    top: 25px;
    left: 20px;
    z-index: 1000;
    cursor: pointer;
  }

  .burger img {
    width: 30px;
    height: 30px;
    background-color: hsla(60, 100%, 50%, 0.845);
    border-radius: 4px;
    padding: 5px;
  }

  /* Dropdown Menu */
  .dropdown-menu {
    display: none;
    position: fixed;
    top: 60px;
    left: 20px;
    background-color: #fddd2d;
    border: 0.5px solid #fad920;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 999;
    flex-direction: column;
    width: 180px;
    font-family: "Montserrat", serif;
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .dropdown-menu li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 8px;
    color: #0e317d;
    border-bottom: 0.5px solid #fddd2d;
  }

  .dropdown-menu li:last-child a {
    border-bottom: none;
  }

  .dropdown-menu li a:hover {
    background-color: #debd00;
  }

  .dropdown-menu a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #debd00;
  }

  .dropdown-menu a:last-child {
    border-bottom: none;
  }

  .dropdown-menu a:hover {
    background-color: #debd00;
  }
  /* Navigation */
  .navi {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 70px;
    padding: 10px 20px;
  }

  .navi li {
    width: 100%;
    text-align: center;
  }

  .navi li a {
    padding: 10px;
    font-size: 14px;
  }

  .registration-btn {
    margin-left: 0;
    margin-top: 5px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #0e317d;
  }
  .registration-btn:hover {
    background-color: transparent;
    border: none;
    box-shadow: none;
    text-decoration: none;
    color: #0e317d;
  }

  .language-menu {
    order: 1;
  }

  .language-menu a {
    justify-content: center;
  }
}

/* Mobile HOME*/
@media (max-width: 768px) {
  .home-text {
    padding: 3rem 1rem;
  }

  .main-head {
    font-size: 34px;
    text-align: center;
    margin-top: 0px;
  }

  .sub-head {
    font-size: 11px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 14px;
  }

  .button1 {
    width: 115px;
    height: 25px;
    font-size: 12px;
    padding: 2px 5px;
    margin-bottom: 0rem;
  }

  .vision-container {
    /* gap: 0rem;
    padding: 0rem; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
    /* padding: 2rem 0; */
    width: 100%;
  }

  .image-overlay-container {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .visionmission-title {
    font-size: 35px;
    text-align: left;
    margin-left: 1px;
  }

  .vision-body,
  .mission-body {
    font-size: 14px;
    padding: 0px 1px 1px 1px;
    text-align: left;
  }

  .mission-body {
    padding-left: 1rem;
  }

  .overlay {
    display: flex;
    opacity: 1;
    visibility: visible;
    position: absolute;
    /* font-size: 20px; */
    /* margin: -10px 20px 20px 0px; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* padding: 1rem; */
    justify-content: center;
    align-items: flex-start;
    /* text-align: center; */
    background-color: rgba(255, 255, 255, 0.706);
  }

  .visionmission-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin: -10px;
  }
}

@media (max-width: 540px) {
  .visionmission-title {
    font-size: 12px;
    text-align: left;
    margin-left: 1px;
  }

  .vision-body,
  .mission-body {
    font-size: 6px;
    padding: 0px 1px 1px 1px;
    text-align: left;
  }
}

/* Mobile ALUMNI*/
@media (max-width: 768px) {
  /* Alumni Carousel */
  #alumni-maintitle {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: -60px;
  }

  .item {
    height: auto;
    padding: 20px 10px;
  }

  .alumni-title1 {
    font-size: 17px;
    padding-top: 10px;
    text-decoration-thickness: 1.5px;
  }

  .alumni-bodytext1,
  .alumni-bodytext2,
  .alumni-bodytext3 {
    font-size: 10px;
    margin-left: 8%;
    margin-right: 8%;
    padding-top: -10px;
    line-height: 1.6;
  }

  /* Event Carousel */
  #event-title {
    font-size: 30px;
    margin: 30px 0px 0px 0px;
  }

  #event-subtitle {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .scrollmenu {
    padding: 10px;
  }

  .scrollmenu img {
    height: 200px;
    margin-right: 15px;
    margin-left: 5px;
  }
}

/* Mobile CONTACT*/
@media (max-width: 768px) {
  .contact-section {
    padding: 60px 15px 40px;
    background-position: center;
  }

  .contact-title {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 1px;
  }

  .contact-form-box {
    padding: 20px;
    margin-top: 20px;
  }

  .contact-form-box h2 {
    font-size: 25px;
    letter-spacing: 0px;
  }

  .contact-form-box p {
    font-size: 15px;
    letter-spacing: 0.5px;
  }

  .contact-form-group,
  .contact-name-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form-group label,
  .contact-name-group > label {
    width: 100%;
    margin-top: 0;
  }

  .contact-form-group input,
  .contact-form-group textarea,
  .contact-name-inputs,
  .contact-input-wrapper input {
    width: 100% !important;
  }

  .contact-name-inputs {
    flex-direction: column;
    gap: 10px;
  }

  .contact-send-button {
    align-self: center;
    width: 100%;
  }
}

/* Mobile NEWS*/
@media (max-width: 768px) {
  .news-section {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .news-title {
    font-size: 25px;
    text-align: left;
  }

  .news-subtitle {
    font-size: 13px;
    text-align: left;
  }

  .news-item {
    flex-direction: column;
    align-items: left;
    text-align: left;
  }

  .news-text {
    padding: 0;
    margin-bottom: 10px;
  }

  .news-headline {
    font-size: 17px;
    line-height: 23px;
  }

  .news-description {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0px;
    opacity: 80%;
    max-width: 360px;
  }

  .news-date {
    font-size: 12px;
    line-height: 16px;
  }

  .news-image img {
    width: 300px;
  }

  #news-image-last {
    padding-bottom: 80px;
  }
}

/* Mobile REGISTRATION*/
@media (max-width: 768px) {
  .registration-section {
    padding: 40px 10px 40px;
    min-height: auto;
  }

  .registration-title {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .registration-form-box {
    padding: 20px;
  }
  .registration-name-input-group {
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
  }

  .registration-input-wrapper2 {
    flex: 1 1 45%;
  }

  .registration-form-group,
  .registration-phone-group,
  .registration-homephone-group,
  .registration-form-group-address,
  .registration-name-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .registration-form-group label,
  .registration-phone-group label,
  .registration-homephone-label,
  .registration-form-label,
  .registration-name-label {
    flex: none;
    width: 100%;
    padding-top: 0;
    margin-bottom: 5px;
  }

  .registration-form-group input,
  .registration-form-group select,
  .registration-form-group textarea,
  .registration-phone-input-wrapper input,
  .registration-homephone-input-wrapper input,
  .registration-input-wrapper3 input,
  .registration-input-wrapper2 input {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .registration-form-group label {
    margin-bottom: -10px;
  }

  .registration-helper-text,
  .registration-sub-label,
  .registration-sub-label1,
  .registration-sub-label-name {
    margin-left: 0;
    padding-left: 0;
  }

  .registration-name-input-group,
  .registration-input-column,
  .registration-phone-input-wrapper,
  .registration-homephone-column {
    padding-left: 0;
    width: 100%;
  }

  .registration-inline-fields {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .registration-radio-options {
    flex-direction: column;
  }

  .registration-homephone-label,
  .registration-homephone-column {
    margin-top: 0;
  }

  .registration-homephone-inline-fields {
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
  }

  .registration-homephone-input-wrapper {
    flex: 1 1 48%;
  }

  .registration-homephone-input-wrapper input {
    width: 100%;
  }
}

/* Mobile ENROLL*/
@media (max-width: 768px) {
  .main-split-section-blue,
  .main-split-section-yellow {
    flex-direction: column;
    height: auto;
  }

  .left-box-blue,
  .right-box-blue,
  .left-box-yellow,
  .right-box-yellow {
    width: 100%;
    height: auto;
    padding: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .small-image-blue,
  .small-image-yellow {
    position: relative;
    height: 180px;
    margin: 20px auto;
    left: auto;
    right: auto;
    top: auto;
  }

  .rotated-text-blue {
    display: none;
  }

  .title-blue,
  .title-yellow {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 10px;
    text-align: center;
  }

  .title-academic {
    font-size: 18px;
    margin-top: -10px;
    margin-bottom: px;
  }

  #junior-high-school {
    margin-top: -70px;
  }
  #vocational-high-school {
    margin-top: -70px;
  }
  .title-text-yellow {
    position: relative;
    top: 15px;
  }
  .title-text-blue,
  .title-text-yellow,
  .font-junior {
    font-size: 38px;
    margin-top: 10px;
  }

  .rotated-flipped-text-yellow {
    display: none;
  }

  .academic-description {
    font-size: 14px;
    padding: 15px;
  }

  .read-more-wrapper {
    justify-content: right;
  }

  .enroll-banner {
    flex-direction: column;
    height: auto;
    padding: 30px 20px;
    text-align: center;
    gap: 20px;
  }

  .enroll-text {
    font-size: 18px;
    text-align: center;
  }

  .enroll-btn {
    font-size: 12px;
    padding: 10px 20px;
  }

  #junior-high-school,
  #vocational-high-school {
    padding-top: 60px;
  }

  .small-image-blue,
  .small-image-yellow {
    display: none;
  }

  .read-more-btn {
    height: 30px;
    width: 70px;
    font-size: 12px;
  }
}
