@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  margin: 0;
  font-family: Arial, sans-serif;
}


.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 0.5s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.apply-section1 {
  display: flex;
  justify-content: center;
  background-color: #fe0000;
}
.apply-section1-wrapper {
  max-width: 1224px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 16px 60px;
}

.apply-image-container-mob {
  display: none;
}
.apply-image-container-mob img {
  max-width: 72px;
  width: 100%;
  height: auto;
}

.apply-sec1-image {
  max-width: 282px;
  width: 100%;
  height: auto;
}
.apply-sec1-content h1 {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 64px;
  font-weight: 600;
  line-height: 83.2px;
  text-align: center;
  margin: 50px 0 24px 0;
}
.apply-sec1-content h2 {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 62.4px;
  text-align: center;
  margin: 50px 0 20px 0;
}
.apply-sec1-content-text {
  box-sizing: border-box;
  color: #ffffff;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  max-width: 570px;
}
.apply-sec1-content-text-2 {
  box-sizing: border-box;
  color: #ffffff;
  font-family: Tahoma, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 41.6px;
  text-align: center;
  max-width: 570px;
}

.apply-section2 {
  display: flex;
  justify-content: center;
  background-color: #176be0;
}
.apply-section2-wrapper {
  max-width: 1224px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 16px;
  @media screen and (max-width: 1360px) {
    padding: 80px 16px 350px;
  }
}
.apply-section2-wrapper h4 {
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin: 0 0 40px 0;
}

.apply-section2-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  width: 650px;
  height: auto;
  position: relative;
}
.apply-sec2-banner-ad {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: -350px;
  background: white;
  overflow: hidden;
  @media screen and (max-width: 1360px) {
    bottom: -300px;
    right: 175px;
    top: auto;
  }
  @media screen and (max-width: 1024px) {
    right: 14px;
  }
}


.ad-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease-in-out;
  z-index: 1;
}

.apply-sec2-banner-ad:hover .ad-overlay {
  background: rgba(0, 0, 0, 0.2); /* semi-transparent shade */
}

.apply-red-star{
  color: #fe0000;
}
.apply-red-star2{
  margin-left: 5px;
  color: #fe0000;
}
.apply-twin-container{
  display: flex;
  align-items: start;
  gap: 20px;
}
.apply-input-container{
  display: flex;
  flex-direction: column;
}
.apply-section2-wrapper label {
  color: #0d131a;
  font-size: 14px;
  line-height: 24px;
}
.apply-label{
	box-sizing: border-box;
	font-family: Tahoma, sans-serif;
	font-size: 25px !important;
	line-height: 24px !important;
  margin-bottom: 10px;
}
.apply-no-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.apply-no-result h5{
  font-size: 40px;
  color: #0d131a;
  text-align: center;
}
.apply-no-result h6{
  font-size: 20px;
  color: #0d131a;
  text-align: center;
}
.apply-sec5-btn {
  padding: 8px 16px;
  width: max-content;
  font-size: 16px;
  background-color: #F53636;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.apply-sec5-btn:hover {
  background-color: #000;
}
.apply-section2-wrapper input, .apply-section2-wrapper select {
  font-size: 16px;
  background-color: #ffffff;
  border: 0.666667px solid #b8c0cc;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: text;
  overflow: clip;
  padding: 8px 10px;
  width: 285px;
  height: 42px;
}
.stay-alert-message{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  width: 900px;
  height: auto;
}
.stay-alert-img{
  width: 200px;
}
.apply-thankyou-banner-container{
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 20px;
  border: 1px solid #898a8f;
  border-radius: 10px;
}
.apply-thankyou-banner-container .apply-thankyou-banner-left{
  border: 1px solid #198755;
  height: fit-content;
  border-radius: 3px;
  padding: 5px;
}
.apply-thankyou-banner-container .apply-thankyou-banner-right{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.apply-thankyou-banner-container .apply-thankyou-banner-right h4{
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #0d131a;
  margin: 0;
  text-align: start;
}
.apply-thankyou-banner-container .apply-thankyou-banner-right p{
  font-size: 16px;
  color: #8292a3;
}
.apply-thankyou-banner-container .apply-thankyou-banner-right button{
  font-size: 16px;
  background-color: #198755;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  padding: 8px 16px;
}
.apply-thankyou-banner-container .apply-thankyou-banner-right button:hover{
  background-color: #000;
}
.alert{
  width: 100%;
  text-align: center;
}
.radio-container{
  width: 100%;
}
.radio-group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.radio-item{
  display: flex;
  align-items: center;
  gap: 4px;
}
.radio-group label {
  box-sizing: border-box;
  color: #0d131a;
  cursor: pointer;
  display: inline;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.radio-group input {
  width: max-content;
  height: max-content;
  margin: 0;
}
.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.apply-section2-wrapper input::placeholder {
  color: #86888d;
}
.apply-sec2-btn-container {
  display: flex;
  gap: 10px;
  justify-content: end;
  align-items: center;
  margin-top: 10px;
}
.apply-none-display{
  display: none;
}

.success-btn{
  width: auto;
  font-size: 16px;
  color: #22ae10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reject-btn{
  width: auto;
  font-size: 16px;
  color: #d40b0b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apply-sec2-btn {
  padding: 8px 16px;
  width: auto;
  font-size: 16px;
  background-color: #176be0;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.apply-sec2-btn a{
  font-size: 16px;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
.apply-sec2-btn:hover {
  background-color: #000;
}
.apply-sec2-btn-img{
  width: 80px;
}
.apply-section2-wrapper input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.apply-section2-wrapper input[type="number"]::-webkit-inner-spin-button,
.apply-section2-wrapper input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.apply-consent{
  display: flex;
  border: 1px dashed #b8c0cc;
  padding: 10px;
  border-radius: 8px;
}
.apply-consent label {
  font-size: 14px;
  line-height: 18px;
  margin-left: 5px;
}
.apply-consent-label {
  font-size: 14px;
  line-height: 18px;
  margin-left: 0px !important;
}
.apply-consent input[type="checkbox"]{
  margin-top: 2px;
  width: max-content;
  height: max-content;
}

input[type="checkbox"]{
  cursor: pointer;
}

input[type="radio"]{
  cursor: pointer;
}
.error {
  font-size: 14px;
  line-height: 18px;
}

.apply-accordion{
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  width: 900px;
  height: auto;
}
.apply-accordion-header{
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #b8c0cc;
}
.apply-accordion-header img{
  height: 40px;
  width: 100px;
  object-fit: contain;
}
.apply-accordion-body{
  padding: 0;
}
.apply-accordion-body form{
  display: flex;
  flex-direction: column;
  gap: 0px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 0;
  width: auto;
  height: auto;
}
.apply-accordion-button{
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin: 0;
}
.apply-accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.apply-accordion-button:not(.collapsed) {
  background-color: transparent;
  color: inherit; 
}
.apply-accordion-button::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.apply-accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}

.apply-accordion-row, .apply-accordion-row-no-flex{
  display: flex;
  align-items: start;
  gap: 5px;
  margin-bottom: 15px;
  box-sizing: border-box;
  color: #0d131a;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.apply-accordion-row-no-flex .course{
  width: 100%;
}
.apply-accordion-row-no-flex input[type="checkbox"]{
  width: max-content;
  height: max-content;
  width: auto;
  margin: 6px 0 0 0;
}

.apply-accordion-row select{
  width: 100%;
  font-size: 16px;
  background-color: #ffffff;
  border: 0.666667px solid #b8c0cc;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: text;
  overflow: clip;
  padding: 8px 10px;
  margin-bottom: 15px;
}
.apply-accordion-row-no-flex label{
  width: 100%;
}
.apply-accordion-row label{
  box-sizing: border-box;
  color: #0d131a;
  cursor: pointer;
  display: inline;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
}
.apply-accordion-row select{
  margin: 0;
}
.apply-accordion-btn-container{
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}
.apply-accordion-btn{
  padding: 8px 16px;
  width: auto;
  height: 40px;
  font-size: 16px;
  background-color: #176be0;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  max-width: max-content;
}
.apply-accordion-btn:hover{
  background-color: #000;
}
.apply-disclaimer{
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 12px;
}
.apply-disclaimer img{
  height: 12px;
  width: 12px;
}



.apply-section3 {
  display: flex;
  justify-content: center;
  background-color: #fe0000;
}
.apply-section3-wrapper {
  max-width: 1224px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 40px 16px 70px;
}

.apply-sec3-text {
  box-sizing: border-box;
  color: #ffffffbd;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px 0px 32px;
  text-align: center;
}

.apply-sec3-text2 {
  box-sizing: border-box;
  color: #ffffffbd;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .apply-section1-wrapper {
    flex-direction: column;
    justify-content: center;
    padding: 5px 16px 30px;
  }
  .apply-image-container-mob {
    display: flex;
    justify-content: space-between;
    max-width: 328px;
    width: 100%;
  }
  .apply-sec1-image {
    display: none;
  }
  .apply-sec1-content h1 {
    font-size: 40px;
    line-height: 52px;
    margin: 20px 0 24px 0;
  }
  .apply-sec1-content h2 {
    font-size: 32px;
    line-height: 41.6px;
    max-width: 328px;
    margin: 20px 0 40px 0;
  }
  .apply-sec1-content-text {
    max-width: 328px;
  }
  .apply-sec1-content-text-2 {
    font-size: 18px;
    line-height: 27px;
    max-width: 328px;
  }

  .stay-alert-message{
    width: 328px;
  }
  .apply-thankyou-banner-container{
    flex-direction: column;
  }
  .apply-thankyou-banner-container .apply-thankyou-banner-left{
    width: 250px;
  }
  .apply-thankyou-banner-container .apply-thankyou-banner-left img{
    width: 240px;
  }
  
  .apply-section2-wrapper h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    margin: 0 0 40px 0;
  }
  .apply-section2-wrapper form {
    padding: 30px;
    width: 328px;
  }
  .apply-twin-container{
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .apply-section2-wrapper label {
    font-size: 16px;
  }
  .apply-label{
    font-size: 16px !important;
    margin-bottom: 5px;
  }
  .apply-section2-wrapper input, .apply-section2-wrapper select {
    width: 268px;
  }
  .apply-section2-wrapper input {
    font-size: 14px;
  }
  .radio-group input {
    width: max-content;
    height: max-content;
  }
  .apply-consent label {
    font-size: 14px;
    line-height: 18px;
  }

  .apply-accordion{
    max-width: 328px;
  }

  .apply-accordion-row{
    flex-direction: column;
  }

  .apply-accordion-wrapper{
    max-width: 328px;
  }
  .apply-accordion-button{
    font-size: 18px;
    line-height: 24px;
  }

  .apply-accordion-body form{
    padding: 20px 0;
    width: auto;
  }

  .apply-accordion-row-no-flex .course{
    width: auto;
  }
  .apply-accordion-row-no-flex label{
    width: auto;
  }

  .apply-accordion-btn-container{
    flex-direction: column;
    align-items: center;
  }

  .apply-section3-wrapper {
    padding: 60px 16px 25px;
  }
  .apply-sec3-text {
    max-width: 323px;
  }
  .apply-sec3-text2 {
    max-width: 328px;
  }
}
