@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
.edu-stage-section .edu-intro,
.banner_caption p,
.banner_caption h1{
  text-align: center;
}
.banner_caption p{
  font-size: 20px;
}
.edu-stage-section {
  padding: 60px 20px;
  text-align: center;
  font-family: 'Urbanist', sans-serif;
}
.top_panel_image_header p{
  font-size: 18px;
}
.edu-stage-section h2 {
  font-size: 40px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.edu-stage-section h2 span {
  color: #500D6C;
}

.edu-stage-section .edu-intro {
  margin: 0 auto 20px;
  color: #555;
  font-size: 18px;
  line-height: 1.6;
}

.edu-stage-section .edu-verify {
  margin: 0 auto 40px;
  color: #1a1a1a;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.6;
}

.edu-venue-card {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 24px 20px;
  height: 100%;
  text-align: left;
  background: #fff;
}

.edu-venue-card .edu-city {
  color: #500D6C;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 6px;
}

.edu-venue-card .edu-venue-name {
  color: #666;
  font-size: 18px;
  margin-bottom: 10px;
}

.edu-venue-card .edu-date {
  color: #500D6C;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}

.edu-venue-note {
  margin: 30px auto 0;
  color: #666;
  font-size: 18px;
}

.edu-pass-banner {
  background: #330a6308;
  border-radius: 12px;
  padding: 40px 30px;
  margin-top: 50px;
  text-align: center;
}

.edu-pass-banner h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.edu-pass-banner h3 a {
  color: #500D6C;
  text-decoration: none;
}

.edu-pass-banner h3 a:hover {
  text-decoration: underline;
}

.edu-pass-banner p {
color: #000;
font-family: Urbanist;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 140%;
letter-spacing: 0.22px;
}


.edu-confirm-section {
  padding: 60px 0px;
  font-family: 'Urbanist', sans-serif;
}

.edu-confirm-section h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.edu-confirm-section h2 span {
  color: #500D6C;
}

.edu-confirm-section .edu-confirm-intro {
  margin: 0 auto 40px;
  text-align: center;
  color: #555;
  font-size: 18px;
  line-height: 1.6;
}

.edu-contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 14px 24px;
  height: 100%;
  background: #fff;
}

.edu-contact-icon {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #330a6308;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #500D6C;
  font-size: 18px;
}

.edu-contact-card a {
  color: #1a1a1a;
  text-decoration: none;
}

.edu-contact-card a:hover {
  text-decoration: underline;
}

.edu-contact-card p {
  margin: 0;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 1.4;
}

.edu-contact-card .edu-highlight {
  color: #500D6C;
}

.edu-social-bar {
  background: #f4f4f4;
  padding: 20px;
  text-align: center;
  margin-top: 40px;
}

.edu-social-bar .edu-social-label {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 22px;
  margin-right: 16px;
}

.edu-social-bar a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
border-radius: 50%;
background: #330a6308;
color: #500D6C;
margin: 0 4px;
font-size: 15px;
text-decoration: none;
}

.edu-social-bar a:hover {
  background: #500D6C;
  color: #fff;
}

.edu-confirm-footnote {
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
  color: #777;
  font-size: 18px;
  font-style: italic;
  line-height: 1.6;
}

.edu-proof-section {
  background: #f5f5f5;
  padding: 50px 20px;
  font-family: 'Urbanist', sans-serif;
}

.edu-proof-section h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.edu-proof-section h2 span {
  color: #500D6C;
}

.edu-proof-section .edu-proof-intro {

  margin: 0 auto 36px;
  text-align: center;
  color: #555;
  font-size: 18px;

}

.edu-proof-card {
padding: 26px 16px;
text-align: center;
height: 100%;
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
border-radius: 24px;
border: 1px solid #E6E6E6;
background: #FFF;
box-shadow: 0 48px 84.4px 0 rgba(0, 0, 0, 0.12);
}

.edu-proof-card .edu-proof-number {
  color: #500D6C;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 6px;
}

.edu-proof-card .edu-proof-label {
  color: #333;
  font-size: 18px;
  margin-bottom: 0;
}

.edu-institutions-section {
  padding: 50px 20px;
  font-family: 'Urbanist', sans-serif;
}

.edu-institutions-section h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 18px;
}

.edu-institutions-section h2 span {
  color: #500D6C;
}

.edu-institutions-section h2::before,
.edu-institutions-section h2::after {
  content: "";
  flex: 1 1 auto;
  max-width: 60px;
  height: 1px;
  background: #ccc;
}

.edu-institutions-intro {

  margin: 0 auto 28px;
  text-align: center;
  color: #555;
  font-size: 18px;
  line-height: 1.6;
}

.edu-institutions-intro a {
  color: #333;
  text-decoration: underline;
}

.edu-logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.edu-logo-row + .edu-logo-row {
  margin-top: 16px;
}

/* .edu-logo-card {
  border: 1px solid #eee;
  border-radius: 6px;
  background: #fff;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
} */

.edu-logo-card img {
max-width: 300px;
border-radius: 12px;
border: 1px solid #C0C0C0;
background: #FFF;
}
.webform-options-display-three-columns div.form-item{
  justify-content:start ;
}
#edit-active-conference input[type='radio']:checked:after{
  top: 7px;
}
@media (max-width: 575px) {
  .edu-logo-row {
    gap: 10px;
  }
  .edu-logo-card {
    height: 64px;
    padding: 8px 14px;
  }
  .edu-logo-card img {
    max-height: 32px;
    max-width: 120px;
  }
}

.edu-never-section {
  padding: 50px 20px;
  font-family: 'Urbanist', sans-serif;
}

.edu-never-box {
  border: 2px dashed #ddd;
  border-radius: 16px;
  padding: 30px 30px 24px;
  margin: 0 auto;
}

.edu-never-box h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.edu-never-box h2 span {
  color: #500D6C;
}

.edu-never-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #330a6308;
  border-radius: 10px;
  padding: 16px 18px;
  height: 100%;
}

.edu-never-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #500D6C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.edu-never-item p {
margin: 0;
color: #1a1a1a;
font-size: 20px;
font-weight: 500;
}

.edu-verify-faq-section {
  padding: 50px 20px;
  font-family: 'Urbanist', sans-serif;
}

.edu-verify-faq-section h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.edu-verify-faq-section h2 span {
  color: #500D6C;
}

.edu-verify-faq-intro {
max-width: 1000px;
margin: 0 auto 30px;
text-align: center;
color: #000000;
font-size: 18px;
line-height: 1.6;
}

.edu-vfaq-item {
  border-bottom: 1px solid #eee;
  padding: 30px;
  cursor: pointer;
  border-radius: 10px;
  transition: background 0.2s ease;
}

.edu-vfaq-item:last-child {
  border-bottom: none;
}

.edu-vfaq-item.active {
  background: #330a6308;
  border-bottom: none;
}

.edu-vfaq-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.edu-vfaq-left {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.edu-vfaq-num {
  color: #bbb;
  font-size: 18px;
  font-weight: 600;
  min-width: 26px;
}

.edu-vfaq-item.active .edu-vfaq-num {
  color: #500D6C;
}

.edu-vfaq-question {
  color: #3a2a6b;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.edu-vfaq-answer {
  display: none;
  color: #000;
  font-size: 18px;
  line-height: 1.7;
  margin: 10px 0 0;
 
}

.edu-vfaq-answer a {
  color: #777;
  text-decoration: underline;
}

.edu-vfaq-item.active .edu-vfaq-answer {
  display: block;
}

.edu-vfaq-toggle {
  color: #999;
  font-size: 22px;
  line-height: 1;
  flex: 0 0 auto;
}

.edu-vfaq-item.active .edu-vfaq-toggle {
  color: #500D6C;
}
.form-select, .form-email, .form-tel, .form-url, .form-text{
  height: 50px;
}
.form-item{
 margin-top: 0px;
 margin-bottom: 0px;
}

.form-select, .form-email, .form-tel, .form-url, .form-text,
.js-form-item-message textarea{
  border-radius: 10px;
  border: 2px solid #dbe0df;
  width: 100%;
  margin-top: 20px;
}
.fieldset-wrapper{
  margin-bottom: 20px;
}
.home_form_section .js-form-item.form-item{
  width: 100%;
  margin: 0px 0px;
}
.form-actions input{
  border-radius: 10px;
}

@media screen and (max-width: 1280px) {
  .edu-stage-section h2{
    font-size: 32px;
  }
  .edu-stage-section .edu-intro,
  .edu-stage-section .edu-verify,
  .edu-venue-card .edu-venue-name,
  .edu-venue-note,
  .edu-pass-banner p,
  .edu-contact-card p,
  .edu-institutions-intro,
  .edu-never-item p{
    font-size: 16px;
  }
  .edu-venue-card,
  .edu-pass-banner{
    padding: 20px;
  }
  .edu-venue-card .edu-venue-name{
    margin-bottom: 5px;
  }
  .edu-confirm-section{
    padding: 50px 0px;
  }
  .edu-social-bar a{
    width: 40px;
    height: 40px;
  }
  .edu-proof-section h2,
  .edu-proof-card .edu-proof-number,
  .edu-institutions-section h2,
  .edu-never-box h2{
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
.edu-proof-section h2,
.edu-proof-card .edu-proof-number,
.edu-institutions-section h2,
.edu-never-box h2{
font-size: 24px;
}
.top_panel_image_header p{
  font-size: 18px;
}
.edu-stage-section h2{
  font-size: 28px;
}
.edu-pass-banner h3{
  font-size: 20px;
}
.edu-confirm-section h2,
.edu-proof-section h2{
  font-size: 24px;
}
.edu-confirm-section .edu-confirm-intro,
.edu-proof-section .edu-proof-intro{
  font-size: 16px;
}
.edu-institutions-section h2{
  display: flex;
  flex-direction: column;
  gap: 0px;
}
}