* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}
a{
    text-decoration: none;
}

.main {
    width: 1920px;
    background-color: #ffffff;
}


header {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 80px;
    background-color: #ffffff;

}

.logo {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.logo img {
    height: 40px;
    margin-right: 15px;
}

nav ul {
    width: 500px;
  
    display: flex;
    list-style: none;
    gap: 30px;
    position: relative;
    right: 300px;
    

}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 19px;
}

nav ul li a.active {
    color: #b71234;

    font-weight: bold;
}
.swiper {
    width: 100%;
    height: 100%;
  }
  .swiper .ss1{
    background-image: url('image/b1.png');
  }
  .swiper .ss2{
    background-image: url('image/b2.png');
  }
  .swiper .ss3{
    background-image: url('image/b3.png');
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

 
.heroin {
    height: 800px;
   
  
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    text-align: center;
}

.hero-content h1 {
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.5;
}

.hero-content p {
    font-size: 25px;
    margin-bottom: 30px;
}

.btn-primary {
    background-color: #cca457;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}

.hero-dots {
    position: absolute;
    bottom: 30px;
    display: flex;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.5;
}

.dot.active {
    background-color: #b71c1c; 
    opacity: 1;
    width: 25px;
    border-radius: 5px;
}


.stats {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 60px 150px;
    text-align: center;
}

.stat-item h2 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 10px;
}

.stat-item p {
    font-size: 14px;
    color: #888;

    letter-spacing: 1px;
}

.section-container {
    padding: 40px 150px 80px 150px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #222;
}

.btn-outline {
    text-decoration: none;
    color: #b71c1c;
    border: 1px solid #b71c1c;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}


.choice-grid {
    display: flex;
    gap: 20px;
    height: 770px;
}

.card-bg {
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 14px 14px 0px 0px;
    /* overflow: hidden; */
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    height: 77px;
    background-color: #ffffff33;
    backdrop-filter: blur(25px) brightness(100%);
    -webkit-backdrop-filter:blur(25px) brightness(100%);
   
}

.card-overlay h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.choice-left {
    flex: 1; 
}

.choice-right {
    flex: 1; /* 占据一半 */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.choice-row-top {
    display: flex;
    gap: 20px;
    flex: 1;
}

.card-small {
    flex: 1;
}

.choice-row-bottom {
    flex: 1;
}


.programs-grid {
    display: flex;
    gap: 20px;
    height: 500px;
}

.program-card {
    flex: 1;
    position: relative;
    border-radius: 12px;
}


.program-top-bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sub-card {
    flex: 1;
    position: relative;
    border-radius: 12px;
}


.pill-btn {
    z-index: 999;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff33;
    backdrop-filter: blur(25px) brightness(100%);
    -webkit-backdrop-filter:blur(25px) brightness(100%);
    padding: 30px 55px;
    border-radius: 30px;
    font-size:23px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
   
    
}
/* study */
.hero {
    width: 100%;
    height: 700px;

   
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero2{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('image/ban2.png');
    background-size: cover;
    background-position: center;
}
.hero3{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('image/ban3.png');
    background-size: cover;
    background-position: center;
}
.hero4{
    height: 500px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('image/ban4.png');
    background-size: cover;
    background-position: center;
}
.hero h1 {
    color: white;
    font-size: 64px;
    font-weight: bold;
}


.main-content {
    background-color: #f9f9f9;
    padding: 60px 200px;
    display: flex;
    flex-direction: column;
}

.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.content-header h2 {
    font-size: 24px;
    color: #222;
    text-transform: uppercase;
}

.btn-outline {
    text-decoration: none;
    color: #b71234;
    border: 1px solid #b71234;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}




.card-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.card {
    display: flex;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    align-items: center;
}

.card-img {
    flex: 0 0 300px;
    height: 200px;
    margin-right: 40px;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.card-text h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000;
}

.card-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.btn-pill {
    text-decoration: none;
    background-color: #fce4ec;
    color: #b71234;
    padding: 8px 25px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}


/* life */
.conlife{
    width: 1300px;
    margin: 40px auto;
}
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.section-header h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}


.btn-outline {
    border: 1px solid #c8102e;
    color: #c8102e;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 4px;
    transition: all 0.3s;
}

.btn-red {
    background-color: #d71920;
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    border-radius: 4px;
    margin-top: 30px;
}


.content-row {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 100px;
}

.col-text {
    flex: 1;
}

.col-text h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000;
}

.col-text p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 19px;
}
.col-text  img{
    position: relative;
    top: 12px;
}


.col-img {
    flex: 1;
}

.col-img img {
    width: 100%;
    border-radius: 8px;
}


.col-img-circle {
    flex: 1;
    display: flex;
    justify-content: center;
}

.circle-mask {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
}

.circle-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.section-testimonials {
    margin-top: 50px;
    background-color: #fff;
}


.featured-student {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px;
}

.student-left {
    position: relative;
    width: 400px;
    display: flex;
    justify-content: center;
}




.student-photo {
    position: relative;
    z-index: 2;
    width: 300px;
    height: auto;
    border-radius: 10px;
}

.student-right {
    flex: 1;
}

.student-right h2 {
    font-size: 48px;
    margin-bottom: 30px;
}

.student-right p {
    color: #555;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
}


.cards-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 80px;
}

.cards-row  .card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 70px 30px 70px 30px; 
    flex: 1;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.cards-row  .card-avatar {
    position: absolute;
    top: -30px;
    left: 30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid;
    border-color: #ffffff;
    box-shadow: 0px 20px 40px #1e2d2926;
    object-fit: cover;
}

.card-content h4 {
    position: relative;
    top: 40px;
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
}

.card-content p {
    position: relative;
    top: 40px;
    font-size: 17px;
    color: #555;
    line-height: 1.8;
}

.quote-icon {
    font-size: 60px;
    color: #ffeccf; 
    position: absolute;
    top: 40px;
    right: 20px;
    font-family: serif;
    line-height: 0;
}

footer {
    background-color: #111111;
    color: #ffffff;
    padding: 60px 200px;
}

.footer{
    display: flex;
    justify-content: space-between;
}

.footer-left {
    display: flex;
    flex-direction: column;
    max-width: 400px;
}

.footer-logo {
    display: flex;
    align-items: center;
    font-size: 24px;
    margin-bottom: 30px;
}

.footer-logo img {
    height: 50px;
    margin-right: 15px;
}

.socials {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.socials i {
    font-size: 20px;
    cursor: pointer;
}

.copyright {
    width: 600px;
    font-size: 12px;
    color: #666;
    margin-top: auto;
}

.footer-right {
    display: flex;
    gap: 80px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer-col a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}


.main-con {
    background-color: #F8F8F8; 
    padding: 60px 0;
    display: flex;
    justify-content: center;
}

.conta {
    width: 1200px; 
}

.intro-text {
    margin-bottom: 30px;
    color: #333;
    font-size: 16px;
}


.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 30px;
}

.input-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.input-group label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #000;
}

.required {
    color: #D31145;
    margin-left: 2px;
}

.input-group input,
.input-group textarea {
    padding: 15px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    outline: none;
}

.input-group textarea {
    height: 150px;
    resize: none;
}

.btn-submit {
    background-color: #D31145; 
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    width: fit-content;
    margin-top: 10px;
}




.map-area {
    margin-top: 50px;
    width: 100%;
}

.map-area img {
    width: 100%;
    border-radius: 5px;
    display: block;
}

.success-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
   margin: 0px auto;

}


.icon-circle {
    width: 80px;
    height: 80px;
    background-color: #7ac142; 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(122, 193, 66, 0.3);
}

.check-mark {
    color: #fff;
    font-size: 40px;
}

.success-content h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.sub-text {
    text-align: center;
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
    font-size: 16px;
}


.info-list {
    width: 100%;
    background-color: #f9f9f9; 
    padding: 20px 40px;
    border-radius: 4px;
    margin-bottom: 40px;
}

.info-item {
    display: flex;
    padding: 12px 0;
}

.info-item .label {
    width: 150px; 
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.info-item .value {
    color: #666;
    font-size: 14px;
    flex: 1;
}


.btn-red {
    background-color: #D32F2F; 
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
