/*! CSS Used from: /v2/css/tailwind.css?v=35 */

/* 项目介绍背景区域 */
.intro_bg {
    background: url('/v2/img/event_ireland/about us.png') center/cover;
    min-height: 700px;
    overflow: visible;
}

/* 优势区域顶部间距 */
.advantage_section {
    padding-top: 35vw;
}

/* 优势卡片文字区域 */
.advantage_card_text {
    padding-left: 30px;
    padding-bottom: 40px;
}

/* 优势卡片图标 */
.advantage_card_icon {
    margin-right: 20px;
}

/* 申请条件列表 */
.application_list {
    list-style-type: disc;
}

/* 申请条件列表项 */
.application_list_item {
    padding-right: 40px;
}

/* 申请背景 */
.application_bg {
    background: url('/v2/img/event_ireland/application_bg.png') center/cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 2rem;
}

/* 自定义文字大小 - 替代无效的 text-m */
.text-medium {
    font-size: 1rem;
    line-height: 1.5rem;
}

.li_number{
    color: white;
    background-color: #0b69e6;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 12px;
}

/* 卡片容器样式 - 左右各留15vw空隙，卡片间距5vw */
.card_container {
    padding-left: 12vw;
    padding-right: 12vw;
    gap: 5vw;
}

/* introduce模块样式 */
.introduce_content {
    padding-left: 3rem;
    padding-right: 3rem;
}

.project_intro_container {
    margin-left: 8vw;
    margin-right: 8vw;
    position: absolute;
    bottom: -35vw;
    z-index: 10;
}

/* 白色预留区域 - 用于容纳project_intro图片的超出部分 */
.intro_spacer {
    background-color: white;
    height: 15vw;
    position: relative;
}

/* 卡片 1 样式 */
.advantage-card {
    position: relative;
    border-radius: 1rem;
    overflow: visible;
    color: white;
    display: inline-block;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.advantage-card-bg {
    display: block;
    width: 100%;
    height: auto;
}

.advantage-card-text-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1rem;
    text-align: left;
}

.advantage-card-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .advantage-card-title {
        font-size: 1.875rem;
    }
}

.advantage-card-desc {
    font-size: 0.875rem;
    font-weight: 300;
    opacity: 0.9;
}

@media (min-width: 768px) {
    .advantage-card-desc {
        font-size: 1rem;
    }
}

.advantage-card-icon {
    position: absolute;
    top: -10px;
    width: 3rem;
    height: auto;
    object-fit: contain;
    right: 15px;
    z-index: 10;
}

/* 适合人群模块样式 */
.target-group-icon {
    width: 10rem;
    height: 10rem;
}

.target-group-title {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.target-group-desc {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
}

/* 申请条件&流程模块样式 */
.application-section-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #417f64;
    margin-bottom: 1rem;
}

.application-section-subtitle {
    font-size: 1rem;
    font-weight: bold;
    color: #6b7280;
    margin-bottom: 2.5rem;
}

.application-section-subtitle-en {
    font-size: 1rem;
    font-weight: bold;
    color: #9ca3af;
    margin-bottom: 2.5rem;
    text-align: center;
}

.application_list {
    list-style: none;
    padding-left: 1.5rem;
}

.application_list_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-left: 0;
}

.application-list-item-number {
    color: white;
    background-color: #417f64;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    margin-right: 12px;
    flex-shrink: 0;
}

.application-list-item-text {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5;
}

/* 成功案例模块样式 */
.success-case-container {
    position: relative;
    width: 100%;
}

.success-case-title {
    font-size: 1.875rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0.5rem;
}

.success-case-subtitle {
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2.5rem;
}

/* 身份升级模块样式 */
.identity-escalation-title {
    font-size: 1.875rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.identity-escalation-subtitle {
    font-size: 1rem;
    font-weight: bold;
    color: #9ca3af;
    text-align: center;
}

.identity-escalation-desc {
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 1rem;
}

/* Identity escalation header styling - replaces flex flex-col items-center */
.identity-escalation-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Margin bottom classes to replace Tailwind mb-* utilities */
.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.text-sm {
    font-size: 0.875rem;
}

.text-xs {
    font-size: 0.75rem;
}

.font-bold {
    font-weight: bold;
}

.font-light {
    font-weight: 300;
}

.leading-tight {
    line-height: 1.25;
}

.identity-option-icon{
    width: 8rem;
    height: 8rem;
}
.identity-location-icon,
.identity-university-icon {
    width: 10rem;
    height: 10rem;
}

/* Identity escalation options grid layout - replaces grid grid-cols-2 gap-4 */
.identity-escalation-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem; /* 4 * 0.25rem = 1rem approximating gap-4 */
    padding-left: 1rem; /* px-4 */
    padding-right: 1rem; /* px-4 */
    padding-bottom: 2rem; /* pb-8 */
}

/* Identity option item styling - replaces flex flex-col items-center text-center */
.identity-option-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Identity location item styling - replaces flex flex-col items-center text-center */
.identity-location-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Identity university item styling - replaces flex flex-col items-center text-center */
.identity-university-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Identity additional info section - 2x2 grid for cities and universities */
.identity-escalation-additional-info {
   display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 20px;   /* 上方空白区域 */
    background-image: url('/v2/img/event_ireland/cities.png');
    background-size: cover;
    background-position: center;
    /* margin: 2rem 1rem; */
    overflow: hidden;
    position: relative;
    flex-direction: column;
    margin-bottom: 3vw;
}

/* Each column containing one combined image and two labels */
.identity-info-column {
   position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 14px;
}

/* Full combined image (city01.png or city02.png) */
.identity-info-image-full {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Labels container at bottom of each column */
.identity-info-labels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    background-color: transparent;
}

/* Each label item (city or university name) */
.identity-info-label-item {
    padding: 1rem 0.5rem;
    text-align: center;
    background-color: transparent;
}

/* Chinese title */
.identity-info-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: white;
    margin-bottom: 0.25rem;
}

/* English subtitle */
.identity-info-subtitle {
    font-size: 0.875rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
}

/* Flex layout class to replace flex Tailwind utility */
.flex-layout {
    display: flex;
}

/* Flex column center class to replace flex flex-col items-center Tailwind utilities */
.flex-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.field-label{
    background-color:#418267
}
.faq_number{
    background-color:#418267
}


.submit-btn{
    background-image: linear-gradient(194deg, #8f9609 0, #8f9609 100%);
}