* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Euclid Circular A', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #000;
  background: #fff;
}

/* Hero Section */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
}

.hero-content {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.legacy-hero-content {
  display: flex;
  width: 85%;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}


@media (max-width: 767px)
{
.legacy-hero-content {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
}

.hero-left {
  flex: 1;
  max-width: 720px;
}

.hero-image {
  width: 100%;
  height: 735px;
  object-fit: cover;
}

.hero-right {
  flex: 1;
  padding: 10px 58px;
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.logo-icon {
  width: 67.77px;
  height: 82.43px;
}

.logo-text {
  width: 173.88px;
  height: 69.94px;
}

.contact-form-container {
  background: #fff;
  border: 1px solid #CED0DF;
  border-radius: 0;
  padding: 68px 58px;
  box-shadow: 7px 7px 14.9px rgba(0, 0, 0, 0.15);
  max-width: 512px;
}

.form-title {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30.24px;
  color: #F27D00;
  margin-bottom: 62px;
}

.form-row {
  display: flex;
  gap: 30px;
  margin-bottom: 24px;
}

.form-group {
  flex: 1;
  position: relative;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #CED0DF;
  background: transparent;
  font-family: 'Euclid Circular A', sans-serif;
  font-size: 16px;
  color: #00000096;
  outline: none;
}

.form-group input::placeholder {
  color: #00000096;
}

.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23101010' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  padding-right: 20px;
}

.captcha-group {
  display: flex;
  align-items: center;
}

.captcha-box {
  width: 183px;
  height: 35px;
  border: 1px solid #CED0DF;
  background: #f9f9f9;
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 20px 0;
}

.checkbox-group input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1px solid #CED0DF;
  margin-top: 2px;
}

.checkbox-group label {
  font-size: 12px;
  line-height: 16px;
  color: #000;
  flex: 1;
}

.submit-btn {
  width: 100%;
  height: 40px;
  background: #F27D00;
  color: #fff;
  border: none;
  font-family: 'Euclid Circular A', sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
}

/* Video Section */
.video-section {
  position: relative;
  width: 100%;
  height: 812px;
  overflow: hidden;
}


@media (max-width: 767px)
{
.video-section {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (max-width: 767px)
{
  .video-background {
  width: 100%;
  height: auto;
  object-fit: cover;
}
}



.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  border-radius: 8px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-icon {
  position: relative;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-icon img:first-child {
  position: absolute;
  width: 76.19px;
  height: 76.19px;
}

.play-arrow {
  width: 21.43px;
  height: 24.74px;
  z-index: 1;
}

/* About Section */
.about-section {
  padding: 100px 0 0;
  max-width: 100%;
  margin: 0 auto;
}

.about-content {
  display: flex;
  align-items: flex-start;
  gap: 77px;
  padding: 0 119px;
  margin-bottom: -70px;
}

.about-left {
  flex: 1;
  max-width: 613px;
}

.about-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 45.65px;
  color: #000;
  margin-bottom: 24px;
}

.about-subtitle {
  font-size: 24px;
  line-height: 30.43px;
  color: #000;
}

.about-right {
  flex: 1;
  max-width: 512px;
}

.about-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.about-highlight {
  background: #F7D117;
  padding: 119px 62px;
  text-align: center;
}

.highlight-content {
  max-width: 1316px;
  margin: 0 auto;
}

.highlight-main {
  font-weight: 700;
  font-size: 36px;
  line-height: 45.65px;
  color: #000;
  margin-bottom: 24px;
}

.highlight-sub {
  font-size: 24px;
  line-height: 30.43px;
  color: #000;
  max-width: 844px;
  margin: 0 auto;
}

/* Statistics Section */
.stats-section {
  padding: 100px 0;
  max-width: 100%;
  margin: 0 auto;
}


@media (max-width: 767px)
{
.stats-section {
  padding: 10px 0;
  max-width: 100%;
  margin: 0 auto;
}
}

@media (max-width: 767px)
{
.stat-accent.orange
{
  visibility: hidden !important;
}
.stat-accent.yellow
{
  visibility: hidden !important;
}
.stat-accent.green
{
  visibility: hidden !important;
}

}

.stat-item {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  position: relative;
}



.stat-item:nth-child(1) {
  justify-content: flex-start;
  padding-left: 0px;
}



@media (min-width: 767px)
{
.stat-item:nth-child(1) {
  justify-content: flex-start;
  padding-left: 203px;
}
}
.stat-item:nth-child(2) {
  justify-content: center;
  flex-direction: row-reverse;
}

@media (min-width: 767px)
{
.stat-item:nth-child(1) {
  justify-content: flex-start;
  padding-left: 152px;
}
.stat-item:nth-child(3) {
  justify-content: flex-start;
  padding-left: 152px;
}

}





.stat-number {
  font-weight: 700;
  font-size: 128px;
  line-height: 162.3px;
  color: #fff;
  margin-right: 30px;
  -webkit-text-stroke: 2px #F27D00;
}

.stat-number1 {
  font-weight: 700;
  font-size: 128px;
  line-height: 162.3px;
  color: #fff;
  margin-right: 30px;
  margin-left: 300px;
  -webkit-text-stroke: 2px #f7d117;
}

.stat-number2 {
  font-weight: 700;
  font-size: 128px;
  line-height: 162.3px;
  color: #fff;
  margin-right: 30px;
  -webkit-text-stroke: 2px #a6d6c9;
}


.stat-item:nth-child(2) .stat-number {
  margin-right: 0;
  margin-left: 30px;
}

.stat-text {
  font-weight: 700;
  font-size: 36px;
  line-height: 45.65px;
  color: #000;
  max-width: 565px;
}

.stat-accent {
  position: absolute;
  width: 486px;
  height: 106px;
  z-index: -1;
}

.stat-accent.orange {
  background: #F27D00;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.stat-accent.yellow {
  background: #F7D117;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.stat-accent.green {
  background: #A6D6C9;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Legacy Section */
.legacy-section {
  background: #A6D6C9;
  padding: 42px 118px 42px 118px;
  max-width: 1440px;
  margin: 0 auto;
}

.legacy-content {
  display: flex;
  align-items: center;
  gap: 67px;
  max-width: 1204px;
  margin: 0 auto;
}

.legacy-left {
  flex: 0 0 429.28px;
}

.legacy-image {
  width: 100%;
  height: 574.2px;
  object-fit: cover;
}

.legacy-right {
  flex: 1;
  padding-left: 67px;
}

.legacy-text {
  font-size: 36px;
  line-height: 45.65px;
  color: #000;
}

.legacy-hero-right
{
  padding-left: 120px;
  padding-right: 50px;
  padding-top: 120px;
  padding-bottom: 120px;;
  background: #a6d6c9;
      display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 767px)
{
.legacy-hero-right
{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;;
  background: #a6d6c9;
      display: flex;
    justify-content: center;
    align-items: center;
}
}

.legacy-text2 {
  font-size: 30px;
  line-height: 40.65px;
  color: #000;
}

/* Campus Section */
.campus-section {
  width: 100%;
  margin: 134px 0 100px;
}


@media (max-width: 767px)
{
.campus-section {
  width: 100%;
  margin: 14px 0 10px;
}
}

.campus-image {
  width: 100%;
  height: 1038px;
  object-fit: cover;
}

@media (max-width: 767px)
{
.campus-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
}
/* Enrollment Section */
.enrollment-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 00px;
}

.enrollment-title {
  font-weight: 700;
  font-size: 64px;
  line-height: 81.15px;
  text-align: center;
  color: #F27D00;
  margin-bottom: 100px;
}

.enrollment-item {
  margin-bottom: 100px;
  position: relative;
}


@media (max-width: 767px)
{
.enrollment-item {
  margin-bottom: 30px;
  position: relative;
}
}
.enrollment-content {
  display: flex;
  align-items: center;
  min-height: 442px;
  position: relative;
}

.enrollment-content.reverse {
  flex-direction: row-reverse;
}

.enrollment-text {
  flex: 1;
  padding: 77px 118px;
  z-index: 2;
  position: relative;
}

.enrollment-text h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 45.65px;
  color: #000;
  margin-bottom: 24px;
}

.enrollment-text p {
  font-size: 24px;
  line-height: 30.43px;
  color: #000;
  max-width: 516px;
}

.enrollment-image {
  flex: 0 0 590px;
  height: 442px;
  z-index: 6;
  margin-left: 100px;
}

.enrollment-image img {
  width: 80%;
  height: 100%;
  object-fit: cover;
}

.yellow-bg::before {
  content: '';
  position: absolute;
  background: #F7D117;
  width: 100%;
  height: 374px;
  top: 68px;
  left: 0;
  z-index: 1;
}

@media (max-width: 767px)
{
.yellow-bg::before {
  content: '';
  position: absolute;
  background: #F7D117;
  width: 100%;
  height: 700px;
  top: 0px;
  left: 0;
  z-index: 1;
}
}

@media (min-width: 767px)
{
.green-bg::before {
  content: '';
  position: absolute;
  background: #A6D6C9;
  width: 100%;
  height: 374px;
  top: 68px;
  left: 0;
  z-index: 1;
}
}

.orange-bg::before {
  content: '';
  position: absolute;
  background: #F27D00;
  width: 100%;
  height: 374px;
  top: 68px;
  left: 0;
  z-index: 1;
}

@media (max-width: 767px)
{
.orange-bg::before {
  content: '';
  position: absolute;
  background: #F27D00;
  width: 100%;
  height: 650px;
  top: 8px;
  left: 0;
  z-index: 1;
}}

.green-bg::before {
  content: '';
  position: absolute;
  background: #A6D6C9;
  width: 100%;
  height: 650px;
  top: 8px;
  left: 0;
  z-index: 1;
}

/* Contact CTA */
.contact-cta {
  text-align: center;
  padding: 0px 0;
  padding-bottom: 100px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px)
{
.contact-cta {
  text-align: center;
  padding: 0px 0;
  padding-bottom: 30px;
  padding-top: 20px;
  max-width: 100%;
  margin: 0 auto;
}}

.cta-button {
  width: 217px;
  height: 54px;
  background: #F27D00;
  color: #EEEEEE;
  border: none;
  font-family: 'Euclid Circular A', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30.43px;
  cursor: pointer;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* Footer */
.footer {
  background: #101010;
  color: #fff;
}

.footer-top {
  padding: 71px 0;
  border-bottom: 1px solid #B9B9B9;
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  max-width: 1203px;
  margin: 0 auto;
}

.footer-logo {
  height: 50px;
  object-fit: contain;
}

.footer-bottom {
  padding: 38px 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1203px;
  margin: 0 auto;
  padding: 0 118.5px;
}

.publisher-logo {
  width: 268px;
  height: 96px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-icon {
  width: 24px;
  height: 24px;
}

.contact-item span {
  font-size: 16px;
  line-height: 20.29px;
  color: #fff;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .hero-content {
    flex-direction: column;
  }
  
  .hero-left {
    max-width: 100%;
  }
  
  .hero-image {
    height: 400px;
  }
  
  .about-content {
    flex-direction: column;
    padding: 0 60px;
    gap: 40px;
  }
  
  .legacy-content {
    flex-direction: column;
    gap: 40px;
  }
  
  .legacy-right {
    padding-left: 0;
  }
  
  .enrollment-content,
  .enrollment-content.reverse {
    flex-direction: column;
  }
  
  .enrollment-image {
    flex: none;
    width: 100%;
    height: 300px;

  }

  @media (max-width: 767px){
    .enrollment-image {
    flex: none;
    width: 100%;
    height: 300px;
    padding-bottom: 20px;
    padding-top: 40px;

  }}
  
  .stat-item {
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
  }
  
  .stat-item:nth-child(2) {
    flex-direction: column;
  }
  
  .stat-number {
    margin: 0 0 20px 0;
  }

   .stat-number1 {
    margin: 0 0 20px 0;
  }

   .stat-number2 {
    margin: 0 0 20px 0;
  }
  
  .stat-item:nth-child(2) .stat-number {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 768px) {
  .hero-right {
    padding: 30px;
  }
  
  .contact-form-container {
    padding: 30px;
  }
  
  .form-row {
    flex-direction: column;
    gap: 20px;
  }
  
  .about-content {
    padding: 0 30px;
  }
  
  .about-title {
    font-size: 28px;
    line-height: 36px;
  }
  
  .about-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  
  .highlight-main {
    font-size: 28px;
    line-height: 36px;
  }
  
  .highlight-sub {
    font-size: 18px;
    line-height: 24px;
  }
  
  .enrollment-title {
    font-size: 48px;
    line-height: 60px;
  }


  @media (max-width: 767px)
  {
    .enrollment-title {
    font-size: 40px;
    line-height: 50px;
  }
}
  .enrollment-text {
    padding: 40px 30px;
  }
  
  .enrollment-text h3 {
    font-size: 28px;
    line-height: 36px;
  }
  

  .enrollment-text p {
    font-size: 18px;
    line-height: 24px;
  }
  
  .legacy-section {
    padding: 40px 30px;
  }
  
  .legacy-text {
    font-size: 24px;
    line-height: 32px;
  }
  
  .footer-content {
    flex-direction: column;
    gap: 40px;
    padding: 0 30px;
  }
  
  .footer-logos {
    flex-wrap: wrap;
    gap: 16px;
  }
  
  .footer-logo {
    height: 60px;
  }
}

/* New code */
.Legacy-hero-left
{
  height: 574px;
  width : 430px;
  margin-left: 100px;
  z-index: 9;
  margin-right: -60px;
}


@media (max-width: 767px)
{
.Legacy-hero-left  
{
  height: auto;
  width : 100%;
  margin-left: 0px;
  z-index: 9;
  margin-right: -60px;
}
.mspace{margin-top: 100px;}

}