
/* ADDED STYLING */
.faq_description {
  overflow: hidden;
  transition: height 0.3s ease;
}
.faq_desc {
  transition: opacity 0.3s ease;
}
.dropdown_arrow {
  transition: transform 0.3s ease;
}


.navbar {
  float: none;
  background-color: #fff;
  height: auto;
  position: sticky;
  top: 0;
  box-shadow: 1px 1px 3px #00000047;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-container {
  padding-top: 6vh;
  flex-direction: column;
  width: 100%;
  max-width: 940px;
  margin: auto;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #666;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  border-radius: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #333;
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.list-item {
  padding-right: 10px;
}

.hero_banner {
  background-color: #0000;
  background-image: url('../images/home-1.png');
  background-position: 50% 75%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 1px solid #e4ebf3;
  padding: 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom-24px {
  color: #666;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
}

.button_daftar {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ff0000;
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button_daftar:hover {
  color: #ff0000;
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #ff0000;
}

.button_daftar:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading {
  max-width: 100%;
  font-family: Inter, sans-serif;
  font-size: 52px;
  font-weight: 800;
}

.body {
  background-image: url('../images/Background-01.png');
  background-position: 0 0;
  background-size: auto;
  font-size: 15px;
}

.columns {
  justify-content: center;
  align-items: center;
  max-width: 30%;
  margin-top: 50px;
  display: flex;
}

.column {
  justify-content: flex-end;
  display: flex;
}

.div-block {
  justify-content: center;
  display: flex;
}

.text-block {
  color: #666;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.div-block-2 {
  flex-direction: column;
  align-items: center;
  /* margin-top: 76px; */
  display: flex;
}

.nav-container {
  flex-direction: column;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button_jadwal {
  color: #666;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: not-allowed;
  background-color: #0000;
  border: 3px solid #666;
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

.button_jadwal:hover {
  color: #666;
  background-color: #f2f2f2;
}

.button_jadwal:active {
  background-color: #d6e3e6;
}

.alumni {
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

.centered-subheading {
  color: #666;
  text-align: center;
  letter-spacing: 0;
  max-width: 70%;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.slider {
  background-color: #0000;
  width: 90%;
  max-width: 100%;
}

.icon {
  border: 5px #000;
}

.left-arrow, .right-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.con_slider1 {
  margin-top: 40px;
}

.div-block-3 {
  justify-content: center;
  display: flex;
}

.text-block-2 {
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.column-2 {
  justify-content: flex-end;
  display: flex;
}

.paragraph {
  width: 85%;
  max-width: 100%;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: block;
}

.text-block-3 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.mask {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.jenis-kelas {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading-2 {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.master_class_kelas {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #666;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.text-block-5 {
  color: #666;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.columns-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.navbar-2 {
  float: none;
  background-color: #fe4247;
  position: sticky;
  top: 0;
}

.container-7 {
  flex-direction: row;
  justify-content: space-between;
  display: block;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-menu {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.subscribe {
  background-color: #a1cc3a;
  border-radius: 5px;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.container-8 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-3 {
  background-color: #fff;
  position: sticky;
  top: 0;
  box-shadow: 3px 3px 3px #00000059;
}

.komunitas {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.paragraph-2 {
  color: #666;
  text-align: center;
  max-width: 70%;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-2.materi_desc {
  color: #666;
  max-width: 60%;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}

.paragraph-2.dukungan_desc {
  max-width: 55%;
}

.container-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.faq {
  padding: 60px 30px;
}

.cta {
  background-image: url('../images/image_2022-08-08_204634896.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 30px;
}

.hero-without-image {
  background-color: #0000;
  background-image: url('../images/image_2022-08-08_204634896.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-2 {
  color: #666;
  max-width: 70%;
  /* margin-bottom: 24px; */
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #333;
  border-radius: 8px;
  padding: 12px 25px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading-3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.footer {
  background-color: #282828;
  padding: 40px 30px;
}

.text-block-6 {
  color: #f2f2f2;
  text-align: center;
  font-family: Roboto, sans-serif;
}

.container-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.public_class_jadwal {
  padding: 40px 30px;
}

.image {
  max-width: 200%;
}

.materi {
  padding: 40px 30px;
}

.column-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.alumni_img {
  border-radius: 10px;
}

.collection-list-wrapper {
  align-items: center;
  display: flex;
}

.collection-list {
  flex: 0 auto;
  display: flex;
}

.list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  display: flex;
}

.text-block-7 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.slider-2 {
  background-color: #0000;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  overflow: hidden;
}

.text-block-8 {
  text-align: center;
  max-width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.div-block-5 {
  flex-direction: column;
  align-items: center;
  max-width: 13%;
  display: flex;
}

.container-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 100%;
  max-height: none;
  display: flex;
}

.slide {
  max-width: 20%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-6 {
  height: auto;
  max-height: none;
  margin-top: -25%;
  padding-top: 50%;
  padding-bottom: 50%;
}

.text-block-9 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.div-block-7 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div_slide-1 {
  background-color: #d63737;
  width: 100%;
  height: 100%;
  margin: 0;
}

.div_slide-1.mat1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.mask-2 {
  text-align: center;
  width: 20%;
  overflow: visible;
}

.div_slide-2 {
  background-color: #37d684;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.slide_mat {
  background-color: #0000;
  flex: none;
  width: 100%;
  margin: 10px 0;
  display: none;
}

.text-block-10 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.last-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 700%;
  height: 100%;
  display: flex;
}

.slide-1 {
  width: 100%;
}

.slide-15 {
  width: 100%;
  padding-top: 0;
}

.left-arrow-2 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.right-arrow-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.container-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.pc_item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border: 3px #666;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 0 20px 20px;
  display: flex;
}

.trigger {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f4f4f4;
  border: 2px solid #999;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.dropdown_arrow {
  margin-top: 0;
}

.pc_desc {
  color: #666;
  max-width: 80%;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.faq_item {
  background-color: #f2f2f2;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  padding: 20px;
}

.faq_quest {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_desc {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.con_faq {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-9 {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.title {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.image-2 {
  max-width: 100%;
}

.column-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pc_heading_content {
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.pc_subheading {
  color: #666;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-3 {
  color: #666;
  text-align: center;
  max-width: 60%;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  background-image: url('../images/image_2022-08-08_180944287.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  text-align: right;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 140%;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-5 {
  text-align: right;
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.text-block-11 {
  color: #666;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.com_first {
  padding: 80px 30px;
}

.con_com {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.com_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-6 {
  margin-top: auto;
  font-family: Inter, sans-serif;
  font-size: 31px;
  font-weight: 800;
}

.hero-split-r {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 46%;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.com_sec {
  padding: 80px 30px;
}

.div-block-12 {
  text-align: right;
  max-width: 50%;
}

.div-block-13 {
  max-width: 46%;
}

.body-2 {
  background-image: url('../images/Background-01.png');
  background-position: 50% 0;
  background-size: cover;
}

.button {
  background-color: #333;
  border-radius: 10px;
  max-width: 100%;
  padding: 10px 25px;
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.paragraph-4 {
  color: #666;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.heading-7 {
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.paragraph-5 {
  color: #666;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.container-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-6 {
  color: #666;
  text-align: center;
  max-width: 60%;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
}

.body-3 {
  background-image: url('../images/Background-01.png');
  background-position: 50%;
  background-size: cover;
}

.column-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-8 {
  margin-top: auto;
  margin-bottom: auto;
}

.heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16 {
  margin-bottom: 20px;
}

.heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22, .heading-23 {
  margin-top: auto;
}

.column-6 {
  padding-left: 0;
  padding-right: 0;
}

.wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.link {
  text-decoration: none;
}

.cta-2023 {
  background-image: url('../images/image_2022-08-08_204634896.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 30px;
}

.materi_grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.body-4 {
  background-image: url('../images/Background-01.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
}

.image-9 {
  border-radius: 20px;
  box-shadow: 0 2px 5px #0003;
}

@media screen and (min-width: 1440px) {
  .centered-heading {
    font-weight: 800;
  }

  .centered-subheading {
    color: #666;
    max-width: 70%;
    font-family: Inter, sans-serif;
    font-weight: 300;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .text-block-2, .paragraph, .text-block-3 {
    font-family: Inter, sans-serif;
  }

  .container-2 {
    align-items: center;
  }

  .centered-heading-2 {
    font-weight: 800;
  }

  .komunitas {
    padding: 40px;
  }

  .heading-2 {
    text-align: center;
    letter-spacing: 5px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-weight: 800;
  }

  .paragraph-2 {
    color: #666;
    text-align: center;
    width: auto;
    max-width: 70%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .paragraph-2.materi_desc, .paragraph-2.dukungan_desc {
    max-width: 50%;
  }

  .container-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .margin-bottom-24px-2 {
    max-width: 70%;
  }

  .mask-2 {
    width: 20%;
  }

  .container-12 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .pc_item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    display: flex;
  }

  .trigger {
    background-color: #f4f4f4;
    border: 2px solid #999;
    border-radius: 10px;
    padding: 10px 20px;
  }

  .pc_desc {
    color: #666;
    text-align: left;
    font-family: Inter, sans-serif;
  }

  .con_faq {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pc_heading_content {
    font-family: Inter, sans-serif;
    font-weight: 800;
  }

  .pc_subheading {
    color: #666;
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .paragraph-3 {
    color: #666;
    max-width: 60%;
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .margin-bottom-24px-3 {
    line-height: 130%;
  }

  .heading-6 {
    font-family: Inter, sans-serif;
    font-size: 31px;
    font-weight: 800;
  }

  .div-block-12 {
    max-width: 51%;
  }

  .paragraph-4 {
    color: #666;
    font-family: Inter, sans-serif;
    font-size: 18px;
  }

  .heading-7 {
    font-family: Inter, sans-serif;
    font-size: 31px;
    font-weight: 800;
  }

  .container-14 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-6 {
    color: #666;
    text-align: center;
    max-width: 60%;
    font-family: Inter, sans-serif;
    font-weight: 400;
  }
}

@media screen and (min-width: 1920px) {
  .centered-subheading {
    max-width: 70%;
    font-family: Inter, sans-serif;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-2 {
    max-width: 70%;
    margin-top: 10px;
    font-family: Inter, sans-serif;
    font-size: 18px;
  }

  .paragraph-2.materi_desc {
    max-width: 41%;
  }

  .paragraph-2.dukungan_desc {
    max-width: 40%;
  }

  .mask-2 {
    width: 15%;
  }

  .slide_mat {
    width: 100%;
  }

  .last-wrapper {
    width: 700%;
  }

  .div-block-8 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .trigger {
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown_arrow {
    margin-top: 0;
  }

  .margin-bottom-24px-3 {
    line-height: 130%;
  }
}

@media screen and (max-width: 991px) {
  .hero-container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-container, .container {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .left-arrow {
    align-items: flex-start;
  }

  .right-arrow {
    align-items: flex-end;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .mask-2 {
    width: 30%;
  }

  .paragraph-3 {
    max-width: 80%;
  }

  .container-13 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-3 {
    text-align: center;
  }

  .heading-5 {
    text-align: center;
    font-size: 40px;
  }

  .hero-split-r {
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .paragraph-6 {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero_banner {
    padding: 60px 15px;
  }

  .heading {
    line-height: 45px;
  }

  .alumni {
    padding: 60px 15px;
  }

  .container {
    height: 100%;
    max-height: 100%;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .slider {
    max-height: 100%;
  }

  .column-2 {
    justify-content: center;
  }

  .jenis-kelas {
    padding: 60px 15px;
  }

  .brand {
    margin-left: 250px;
    margin-right: 250px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .margin-bottom-24px-2 {
    line-height: 23px;
  }

  .column-3 {
    align-items: center;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .mask-2 {
    width: 100%;
  }

  .slide_mat {
    display: block;
  }

  .left-arrow-2 {
    align-items: flex-end;
  }

  .right-arrow-2 {
    align-items: flex-start;
  }

  .paragraph-3 {
    max-width: 100%;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }

  .hero-wrapper {
    align-items: center;
  }

  .hero-split {
    text-align: left;
    align-items: center;
  }

  .margin-bottom-24px-3, .heading-5 {
    text-align: center;
  }

  .hero-split-r {
    align-items: center;
  }

  .paragraph-6 {
    max-width: 100%;
  }

  .column-5 {
    text-align: center;
    align-items: center;
  }

  .image-6, .image-7 {
    max-width: 100%;
  }

  .column-7, .column-8, .column-9, .column-10 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .column-12, .column-13 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .materi_grid {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-container {
    max-width: none;
  }

  .navbar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .margin-bottom-24px {
    font-size: 17px;
    line-height: 19px;
  }

  .heading {
    font-size: 30px;
    line-height: 30px;
  }

  .nav-container {
    max-width: none;
  }

  .button_jadwal {
    text-align: center;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-subheading {
    font-size: 16px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .slider {
    width: 100%;
    height: 100%;
  }

  .left-arrow {
    align-items: flex-start;
    max-width: 20%;
  }

  .right-arrow {
    justify-content: center;
    align-items: flex-end;
    max-width: 20%;
  }

  .con_slider1 {
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    display: flex;
  }

  .text-block-2 {
    text-align: center;
  }

  .column-2 {
    justify-content: center;
  }

  .paragraph {
    text-align: center;
  }

  .text-block-3 {
    margin-top: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .columns-2 {
    flex-direction: column;
  }

  .brand {
    margin-left: 130px;
    margin-right: 130px;
    padding-left: 0;
    position: static;
  }

  .paragraph-2 {
    max-width: 90%;
    font-size: 16px;
  }

  .paragraph-2.materi_desc {
    max-width: 100%;
    font-size: 16px;
    line-height: 21px;
  }

  .paragraph-2.dukungan_desc {
    max-width: 80%;
  }

  .margin-bottom-24px-2 {
    max-width: 100%;
    line-height: 23px;
  }

  .column-3 {
    flex-direction: column;
    align-items: center;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .div-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .mask-2 {
    width: 100%;
  }

  .slide_mat {
    display: block;
  }

  .left-arrow-2 {
    align-items: flex-start;
  }

  .right-arrow-2 {
    align-items: flex-end;
  }

  .pc_desc {
    text-align: center;
    max-width: 100%;
  }

  .pc_heading_content, .pc_subheading {
    text-align: center;
  }

  .paragraph-3 {
    max-width: 100%;
  }

  .container-13 {
    max-width: none;
  }

  .hero-split {
    align-items: center;
  }

  .margin-bottom-24px-3 {
    text-align: center;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .heading-5 {
    text-align: center;
  }

  .com_wrapper {
    flex-direction: column;
    align-items: center;
  }

  .heading-6 {
    max-width: 100%;
  }

  .div-block-10 {
    align-items: center;
  }

  .div-block-11 {
    align-items: center;
    max-width: 100%;
  }

  .div-block-12, .div-block-13 {
    max-width: 100%;
  }

  .heading-7, .paragraph-5 {
    text-align: center;
  }

  .paragraph-6 {
    max-width: 100%;
  }

  .heading-8, .heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20, .heading-21 {
    text-align: center;
  }

  .heading-22 {
    text-align: center;
    font-size: 22px;
  }

  .heading-23 {
    text-align: center;
  }

  .wrapper {
    flex-direction: column;
    align-items: center;
  }

  .image-3 {
    max-width: 80%;
  }

  .columns-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-4, .image-5 {
    max-width: 50%;
  }

  .slide-16 {
    height: 150%;
  }

  .columns-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .columns-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .image-8 {
    max-width: 180%;
  }

  .materi_grid {
    display: none;
  }
}

/* Selection Criteria Section */
.selection-criteria {
  background-color: #fef5f5;
  background-image: url('../images/home-1.png');
  background-position: 50% 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  padding: 100px 30px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e4ebf3;
}

.selection-heading {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 80px;
  color: #333;
}

.selection-heading strong {
  font-weight: 800;
  color: #000;
}

.criteria-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  /* gap: 60px; */
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.criteria-row-top {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}

.criteria-row-bottom {
  display: flex;
  justify-content: center;
  gap: 125px;
  flex-wrap: wrap;
}

.criteria-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  max-width: 280px;
  flex: 0 0 auto;
}

.criteria-icon {
  margin-bottom: 25px;
  transition: transform 0.3s ease;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.criteria-icon:hover {
  transform: scale(1.1);
}

.criteria-icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.criteria-title {
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: #444;
  margin: 0;
  max-width: 220px;
}

.criteria-title strong {
  font-weight: 700;
  color: #000;
}


/* Logos and Decorative Characters */
/* Top Left Logos */
.top-left-logos {
  position: absolute;
  top: 30px;
  left: 40px;
  display: flex;
  gap: 15px;
  align-items: center;
  z-index: 2;
}

.logo-senyawa {
  height: 35px;
  width: auto;
}

.logo-yt {
  height: 25px;
  width: auto;
}

/* Top Right Logo */
.top-right-logo {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 2;
}

.logo-beranda {
  height: 100px;
  width: auto;
}

/* Bottom Decorative Characters */
.deco-char {
  position: absolute;
  z-index: 1;
  opacity: 0.9;
}

.deco-char img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.deco-left {
  bottom: 5px;
  left: 5px;
  width: 240px;
  height: 240px;
}

.deco-right {
  bottom: 5px;
  right: 5px;
  width: 240px;
  height: 240px;
}

/* Responsive Design */
@media screen and (max-width: 991px) {
  .selection-criteria {
    padding: 80px 30px;
  }

  .selection-heading {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .criteria-grid {
    gap: 50px;
    max-width: 728px;
  }

  .criteria-row-top {
    gap: 60px;
  }

  .criteria-row-bottom {
    gap: 60px;
  }

  .deco-left,
  .deco-right {
    width: 200px;
    height: 200px;
  }

  .top-left-logos {
    top: 25px;
    left: 30px;
  }

  .logo-senyawa {
    height: 35px;
  }

  .logo-yt {
    height: 30px;
  }

  .top-right-logo {
    top: 25px;
    right: 30px;
  }

  .logo-beranda {
    height: 85px;
  }
}

@media screen and (max-width: 767px) {
  .selection-criteria {
    padding: 60px 20px;
  }

  .selection-heading {
    font-size: 28px;
    margin-bottom: 50px;
  }

  .criteria-grid {
    gap: 45px;
    max-width: 400px;
  }

  .criteria-row-top {
    gap: 50px;
  }

  .criteria-row-bottom {
    gap: 50px;
  }

  .criteria-icon {
    height: 65px;
    margin-bottom: 20px;
  }

  .deco-left,
  .deco-right {
    width: 160px;
    height: 160px;
  }

  .deco-left {
    left: 5px;
    bottom: 5px;
  }

  .deco-right {
    right: 5px;
    bottom: 5px;
  }

  .top-left-logos {
    top: 20px;
    left: 20px;
  }

  .logo-senyawa {
    height: 30px;
  }

  .logo-yt {
    height: 26px;
  }

  .top-right-logo {
    top: 20px;
    right: 20px;
  }

  .logo-beranda {
    height: 70px;
  }
}

@media screen and (max-width: 479px) {
  .selection-criteria {
    padding: 50px 15px;
  }

  .selection-heading {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.4;
  }

  .criteria-grid {
    gap: 40px;
  }

  .criteria-row-top {
    gap: 40px;
  }

  .criteria-row-bottom {
    gap: 40px;
  }

  .criteria-title {
    font-size: 16px;
    line-height: 1.5;
  }

  .criteria-icon {
    height: 55px;
    margin-bottom: 15px;
  }

  .criteria-icon svg {
    width: 50px;
    height: 50px;
  }

  .deco-left,
  .deco-right {
    width: 120px;
    height: 120px;
    opacity: 0.6;
  }

  .top-left-logos {
    top: 15px;
    left: 15px;
    gap: 10px;
  }

  .logo-senyawa {
    height: 25px;
  }

  .logo-yt {
    height: 22px;
  }

  .top-right-logo {
    top: 15px;
    right: 15px;
  }

  .logo-beranda {
    height: 55px;
  }
}

/* Interactive Classes Section */
.interactive-classes {
  background-color: #fff4f4;
  /* background-image: url('../images/home-1.png'); */
  background-position: 50% 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  padding: 100px 30px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e4ebf3;
}

.classes-heading {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 80px;
  color: #333;
  position: relative;
  z-index: 2;
}

.classes-heading strong {
  font-weight: 800;
  color: #000;
}

.classes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.class-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.class-icon {
  margin-bottom: 30px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.class-icon svg {
  display: block;
}

.class-title {
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  margin: 0 0 25px 0;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.class-description {
  /* background-color: rgba(255, 255, 255, 0.8); */
  border: 2px solid #ff6b9d;
  border-radius: 20px;
  padding: 30px 25px;
  width: 100%;
  max-width: 350px;
  height:180px;
}

.class-description p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

/* Responsive Design for Interactive Classes */
@media screen and (max-width: 991px) {
  .interactive-classes {
    padding: 80px 30px;
  }

  .classes-heading {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .classes-grid {
    gap: 40px;
    max-width: 728px;
  }

  .class-title {
    font-size: 18px;
    min-height: 50px;
  }

  .class-description {
    padding: 25px 20px;
  }

  .class-description p {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .interactive-classes {
    padding: 60px 20px;
  }

  .classes-heading {
    font-size: 28px;
    margin-bottom: 50px;
  }

  .classes-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    max-width: 400px;
  }

  .class-icon {
    height: 70px;
    margin-bottom: 25px;
  }

  .class-icon svg {
    width: 70px;
    height: 70px;
  }

  .class-title {
    font-size: 19px;
    min-height: auto;
    margin-bottom: 20px;
  }

  .class-description {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .interactive-classes {
    padding: 50px 15px;
  }

  .classes-heading {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.4;
  }

  .classes-grid {
    gap: 45px;
  }

  .class-icon {
    height: 60px;
    margin-bottom: 20px;
  }

  .class-icon svg {
    width: 60px;
    height: 60px;
  }

  .class-title {
    font-size: 18px;
    line-height: 1.3;
  }

  .class-description {
    padding: 25px 20px;
    border-radius: 15px;
  }

  .class-description p {
    font-size: 15px;
    line-height: 1.5;
  }
}

/* Program Timeline Section */
.program-timeline {
  background-color: #fff4f4;
  background-image: url('../images/home-1.png');
  background-position: 50% 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  padding: 100px 30px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e4ebf3;
}

.timeline-main-heading {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #000;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

/* Simple Timeline Container */
.timeline-simple {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  z-index: 2;
}

/* Connecting Line */
.timeline-simple::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: linear-gradient(to right, #ffafc2 0%, #ff6b9d 50%, #ffafc2 100%);
  z-index: 1;
}

/* Timeline Step */
.timeline-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Icon Circle */
.timeline-icon-circle {
  width: 80px;
  height: 80px;
  background: #fff;
  border: 4px solid #ffafc2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(255, 107, 157, 0.2);
  transition: all 0.3s ease;
}

.timeline-step:hover .timeline-icon-circle {
  transform: scale(1.1);
  border-color: #ff6b9d;
  box-shadow: 0 6px 20px rgba(255, 107, 157, 0.3);
}

.timeline-icon-circle img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* Step Title */
.timeline-step-title {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

/* Step Date */
.timeline-step-date {
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  margin: 0;
}

/* Decorative Characters */
.timeline-deco {
  position: absolute;
  bottom: 5px;
  z-index: 2;
}

.timeline-deco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.timeline-deco-left {
  left: 5px;
  width: 240px;
  height: 240px;
}

.timeline-deco-right {
  right: 5px;
  width: 240px;
  height: 240px;
}

/* Responsive Timeline Styles */
@media (max-width: 991px) {
  .program-timeline {
    padding: 80px 30px;
  }

  .timeline-main-heading {
    font-size: 36px;
    margin-bottom: 60px;
  }

  .timeline-simple {
    padding: 0 10px;
  }

  .timeline-icon-circle {
    width: 70px;
    height: 70px;
  }

  .timeline-icon-circle img {
    width: 35px;
    height: 35px;
  }

  .timeline-step-title {
    font-size: 16px;
  }

  .timeline-step-date {
    font-size: 14px;
  }

  .timeline-deco-left,
  .timeline-deco-right {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 767px) {
  .program-timeline {
    padding: 60px 20px;
  }

  .timeline-main-heading {
    font-size: 28px;
    margin-bottom: 50px;
  }

  /* Stack timeline vertically on tablet/mobile */
  .timeline-simple {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .timeline-simple::before {
    display: none;
  }

  .timeline-step {
    width: 100%;
    max-width: 300px;
  }

  .timeline-icon-circle {
    width: 80px;
    height: 80px;
  }

  .timeline-icon-circle img {
    width: 40px;
    height: 40px;
  }

  .timeline-step-title {
    font-size: 18px;
  }

  .timeline-step-date {
    font-size: 15px;
  }

  .timeline-deco-left,
  .timeline-deco-right {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 479px) {
  .program-timeline {
    padding: 50px 15px;
  }

  .timeline-main-heading {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.4;
  }

  .timeline-simple {
    gap: 40px;
  }

  .timeline-icon-circle {
    width: 70px;
    height: 70px;
  }

  .timeline-icon-circle img {
    width: 35px;
    height: 35px;
  }

  .timeline-step-title {
    font-size: 17px;
  }

  .timeline-step-date {
    font-size: 14px;
  }

  .timeline-deco-left,
  .timeline-deco-right {
    width: 120px;
    height: 120px;
  }
}

/* Class Topics Section */
.class-topics {
  background-color: #fff4f4;
  padding: 100px 30px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e4ebf3;
}

.topics-heading {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #000;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.topics-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.topic-item {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

.topic-badge {
  background: #ffafc2;
  border-radius: 20px;
  padding: 20px;
  width: 220px;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.topic-badge-title {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0 0 8px 0;
  padding: 0;
  line-height: 1.2;
}

.topic-badge-date {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
  background: transparent;
}

.topic-content {
  background: #fff;
  border-radius: 15px;
  padding: 25px 30px;
  flex: 1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.topic-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.topic-list li {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  padding-left: 25px;
  position: relative;
  margin-bottom: 8px;
}

.topic-list li:last-child {
  margin-bottom: 0;
}

.topic-list li::before {
  content: "•";
  position: absolute;
  left: 8px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

/* Graduation Section */
.graduation-section {
  background-color: #fef5f5;
  background-image: url('../images/home-1.png');
  background-position: 50% 23%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  padding: 100px 30px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e4ebf3;
}

.graduation-heading {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #000;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.graduation-date {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0 0 8px 0;
}

.graduation-location {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0 0 60px 0;
}

.location-icon {
  margin-right: 5px;
}

.graduation-features {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  position: relative;
  z-index: 2;
}

.graduation-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.graduation-icon {
  margin-bottom: 25px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.graduation-icon svg {
  display: block;
}

.graduation-feature-title {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

.graduation-feature-desc {
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
  margin: 0;
  max-width: 320px;
}

/* Responsive Design for Class Topics */
@media screen and (max-width: 991px) {
  .topics-heading {
    font-size: 36px;
    margin-bottom: 60px;
  }

  .topic-badge {
    width: 200px;
    padding: 18px;
  }

  .topic-badge-title {
    font-size: 22px;
    margin: 0 0 6px 0;
  }

  .topic-badge-date {
    font-size: 15px;
  }

  .topic-content {
    padding: 20px 25px;
  }

  .topic-list li {
    font-size: 15px;
  }

  .graduation-heading {
    font-size: 36px;
  }

  .graduation-features {
    gap: 40px;
  }

  .graduation-feature-title {
    font-size: 18px;
  }

  .graduation-feature-desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .class-topics {
    padding: 60px 20px;
  }

  .topics-heading {
    font-size: 28px;
    margin-bottom: 50px;
  }

  .topics-list {
    gap: 25px;
  }

  .topic-item {
    flex-direction: column;
    gap: 20px;
  }

  .topic-badge {
    width: 180px;
    padding: 16px;
  }

  .topic-badge-title {
    font-size: 20px;
    margin: 0 0 5px 0;
  }

  .topic-content {
    padding: 20px;
  }

  .topic-list li {
    font-size: 15px;
  }

  .graduation-section {
    padding: 60px 20px;
  }

  .graduation-heading {
    font-size: 28px;
  }

  .graduation-date {
    font-size: 16px;
  }

  .graduation-location {
    font-size: 15px;
    margin-bottom: 50px;
  }

  .graduation-features {
    grid-template-columns: 1fr;
    gap: 50px;
    max-width: 400px;
  }

  .graduation-icon {
    height: 60px;
  }

  .graduation-icon svg {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 479px) {
  .class-topics {
    padding: 50px 15px;
  }

  .topics-heading {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.4;
  }

  .topics-list {
    gap: 20px;
  }

  .topic-badge {
    width: 160px;
    padding: 15px;
  }

  .topic-badge-title {
    font-size: 18px;
    margin: 0 0 4px 0;
  }

  .topic-badge-date {
    font-size: 14px;
  }

  .topic-content {
    padding: 18px;
  }

  .topic-list li {
    font-size: 14px;
  }

  .graduation-section {
    padding: 50px 15px;
  }

  .graduation-heading {
    font-size: 24px;
    line-height: 1.4;
  }

  .graduation-date {
    font-size: 15px;
  }

  .graduation-location {
    font-size: 14px;
  }

  .graduation-features {
    gap: 40px;
  }

  .graduation-feature-title {
    font-size: 17px;
  }

  .graduation-feature-desc {
    font-size: 14px;
  }
}

/* Contact Information Section */
.contact-info {
  background-color: #fff4f4;
  background-image: url('../images/home-1.png');
  background-position: 50% 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  padding: 80px 30px 60px;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.contact-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  z-index: 2;
}

.contact-heading {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #000;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-icon-inline {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.contact-icon svg {
  display: block;
}

.contact-link {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #ff0000;
}

/* Contact Decorative Characters */
.contact-deco {
  position: absolute;
  bottom: 5px;
  z-index: 2;
}

.contact-deco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-deco-left {
  left: 5px;
  width: 240px;
  height: 240px;
}

.contact-deco-right {
  right: 0;
  bottom: 0;
  width: 240px;
  height: 240px;
}

/* Copyright */
.copyright {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 2;
}

.copyright p {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

/* Responsive Design for Contact Section */
@media screen and (max-width: 991px) {
  .contact-info {
    min-height: 450px;
  }

  .contact-heading {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .contact-link {
    font-size: 17px;
  }

  .contact-deco-left,
  .contact-deco-right {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .contact-info {
    padding: 60px 20px;
    min-height: 400px;
  }

  .contact-heading {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .contact-details {
    gap: 12px;
  }

  .contact-item {
    gap: 10px;
  }

  .contact-link {
    font-size: 16px;
  }

  .copyright {
    left: 20px;
    bottom: 15px;
  }

  .copyright p {
    font-size: 12px;
  }

  .contact-deco {
    bottom: 5px;
  }

  .contact-deco-left,
  .contact-deco-right {
    width: 160px;
    height: 160px;
  }

  .contact-deco-left {
    left: 5px;
  }

  .contact-deco-right {
    right: 5px;
  }
}

@media screen and (max-width: 479px) {
  .contact-info {
    padding: 50px 15px;
    min-height: 350px;
  }

  .contact-heading {
    font-size: 24px;
    margin-bottom: 18px;
    line-height: 1.4;
  }

  .contact-details {
    gap: 10px;
  }

  .contact-icon-inline {
    width: 20px;
    height: 20px;
  }

  .contact-link {
    font-size: 15px;
  }

  .copyright {
    left: 15px;
    bottom: 10px;
  }

  .copyright p {
    font-size: 11px;
  }

  .contact-deco-left,
  .contact-deco-right {
    width: 120px;
    height: 120px;
    bottom: 5px;
  }
}