* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
html,body{
    overflow-x: hidden;
}

body {
    font-family: Montserrat, 'Noto Sans SC', sans-serif;
    background-color: #000;
    color: #fff;
    line-height: 1.7;
    background: linear-gradient(135deg, #0a0a12, #181824);
    position: relative;
}

body::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/IMG2505.jpg") center top no-repeat;
    background-size: 100% auto;
    opacity: .15;
}

.goldTextG5k9j {
    color: #d4af37;
    font-weight: 600
}

.gradientGoldBgT7s3m {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(166, 124, 0, 0.05))
}

.sectionPaddingB3r7x.popBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.containerLp43v {
    max-width: 1400px;
    margin: 0 auto
}

.gridLayoutZ9f2d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px
}

.flexCenterY8s2v {
    display: flex;
    align-items: center;
    justify-content: center
}

.heroAreaD4k7l {
    padding: 100px 5%;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url('https://images.unsplash.com/photo-1450101215322-bf5c27675b35?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80');
    background-size: cover;
    background-position: center
}

.heroAreaD4k7l::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, #000, transparent);
    z-index: 1
}

.heroTitleK8f3s {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2
}

.heroTitleK8f3s span {
    color: #d4af37
}

.heroSubtitleP3s9m {
    font-size: 1.4rem;
    color: #d4af37;
    max-width: 700px;
    margin: 0 auto 40px;
    font-weight: 500
}

.eventInfoC7r6d {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 30px 0;
    flex-wrap: wrap
}

.infoCardF5d8k {
    background: rgba(25, 25, 35, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    min-width: 200px
}

.infoCardF5d8k h3 {
    color: #d4af37;
    margin-bottom: 10px;
    font-weight: 500
}

.cardDesignX2v9b {
    background: rgba(20, 20, 30, 0.7);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s ease
}

.cardDesignX2v9b:hover {
    transform: translateY(-10px)
}

.cardDesignX2v9b::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #d4af37, #b8860b, #d4af37);
    animation: progressBarK9s7d 3s infinite ease-in-out
}

@keyframes progressBarK9s7d {
    0% {
        width: 0;
        left: 0
    }

    50% {
        width: 100%
    }

    100% {
        width: 0;
        left: 100%
    }
}

.cardTitleG5h9j {
    font-size: 2.2rem;
    margin-bottom: 25px;
    position: relative
}

.cardTitleG5h9j::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 3px;
    background: #d4af37
}

.termListL8d3f {
    margin: 30px 0;
    list-style: none
}

.termItemT4f8h {
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative
}

.termItemT4f8h::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #d4af37;
    border-radius: 50%
}

.termItemT4f8h::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 15px;
    width: 10px;
    height: 10px;
    background: #d4af37;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease
}

.termItemT4f8h:hover::after {
    opacity: 1
}

.expertSectionP3s9d {
    display: flex;
    gap: 40px;
    flex-wrap: wrap
}

.expertPhotoW3k9l {
    flex: 1;
    min-width: 300px;
    position: relative
}

.expertPhotoW3k9l img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
    aspect-ratio: 4/5;
    object-fit: cover
}

.expertPhotoW3k9l::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: -20px;
    bottom: -20px;
    border: 2px solid rgba(212, 175, 55, 0.5);
    border-radius: 15px;
    z-index: -1
}

.expertContentJ6d7f {
    flex: 2;
    min-width: 300px
}

.expertNameV8f3s {
    font-size: 2.5rem;
    margin-bottom: 15px
}

.expertTitleD4k9p {
    font-size: 1.2rem;
    color: #d4af37;
    margin-bottom: 25px
}

.expertBioS3j5f {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px
}

.highlightTextQ5g6d {
    padding: 40px;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.1), transparent);
    border-left: 4px solid #d4af37;
    margin: 35px 0;
    font-size: 1.3rem;
    font-style: italic
}

.strategySectionM3f8d {
    background: linear-gradient(135deg, rgba(20, 20, 30, 0.8), rgba(15, 15, 25, 0.8));
    padding: 70px 0;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    margin: 50px 0
}

.strategyGridG4h7k {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px
}

.strategyCardH6d9f {
    background: rgba(25, 25, 35, 0.6);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease
}

.strategyCardH6d9f:hover {
    transform: scale(1.05)
}

.strategyNumberK3s8j {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 3rem;
    font-weight: 700;
    color: rgba(212, 175, 55, 0.1)
}

.strategyTitleF4j8s {
    font-size: 1.5rem;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center
}

.strategyTitleF4j8s i {
    color: #d4af37;
    margin-right: 15px;
    font-size: 1.8rem
}

.strategyContentJ9g6d {
    line-height: 1.8;
    color: #ccc
}

.testimonialSectionA2k9l {
    margin: 80px auto
}

.testimonialGridC6f3s {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px
}

.testimonialCardB3h8j {
    background: rgba(25, 25, 35, 0.7);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    position: relative
}

.testimonialCardB3h8j::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.03), transparent);
    z-index: -1
}

.studentPhotoX3d9j {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #d4af37;
    object-fit: cover;
    margin-bottom: 20px
}

.studentNameT4k8m {
    font-size: 1.4rem;
    margin-bottom: 5px
}

.studentPositionV3d9n {
    color: #d4af37;
    margin-bottom: 20px;
    font-size: 0.95rem
}

.studentQuoteW4f2j {
    font-style: italic;
    line-height: 1.8
}

.benefitsSectionF8s3j {
    margin: 80px auto
}

.benefitListQ2s9d {
    list-style: none;
    counter-reset: benefit-counter;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.benefitItemG8k3f {
    position: relative;
    padding: 25px 25px 25px 90px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    transition: background 0.3s ease
}

.benefitItemG8k3f:hover {
    background: rgba(212, 175, 55, 0.05)
}

.benefitItemG8k3f::before {
    counter-increment: benefit-counter;
    content: counter(benefit-counter);
    position: absolute;
    left: 20px;
    top: 25px;
    width: 50px;
    height: 50px;
    border: 2px solid #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #d4af37
}

.benefitTitleR3m8s {
    font-size: 1.5rem;
    margin-bottom: 15px
}

.benefitDescW8f2d {
    line-height: 1.8;
    color: #ccc
}

.teamSectionY3f8j {
    margin: 100px auto;
    text-align: center
}

.teamGridM7b3v {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
    margin-top: 60px
}

.memberCardN3k9f {
    position: relative;
    border-radius: 15px;
    overflow: hidden
}

.memberPhotoP8f2j {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    filter: grayscale(0.4);
    transition: filter 0.4s ease
}

.memberInfoH3f9d {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 25px;
    transform: translateY(100px);
    transition: transform 0.4s ease
}

.memberCardN3k9f:hover .memberPhotoP8f2j {
    filter: grayscale(0)
}

.memberCardN3k9f:hover .memberInfoH3f9d {
    transform: translateY(0)
}

.memberNameB7d9s {
    font-size: 1.4rem;
    margin-bottom: 10px
}

.memberPositionK4j8s {
    color: #d4af37;
    font-size: 0.95rem
}

.formSectionW9f3s {
    margin: 100px auto
}

.formBoxQ2d7f {
    background: rgba(20, 20, 30, 0.7);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 20px;
    padding: 60px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.formBoxQ2d7f::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background: url('https://images.unsplash.com/photo-1563986768609-322da13575f3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80') center/cover;
    opacity: 0.1; */
    z-index: -1
}

.formTitleR4d8s {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px
}

.formSubtitleD7f6g {
    text-align: center;
    font-size: 1.3rem;
    color: #d4af37;
    margin-bottom: 50px
}

.formGridH3g9d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px
}

@media(max-width:768px) {
    .formGridH3g9d {
        grid-template-columns: 1fr
    }
}

.inputGroupS3k8j {
    margin-bottom: 25px
}

.inputLabelF2k9d {
    display: block;
    margin-bottom: 10px;
    font-size: 1.1rem
}

.inputFieldC3b8j {
    width: 100%;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 10px;
    font-size: 1.1rem;
    color: #fff;
    transition: all 0.3s ease
}

.inputFieldC3b8j:focus {
    border-color: #d4af37;
    outline: none;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.3)
}

.inputFieldC3b8j::placeholder {
    color: #777
}

.btnSubmitG8f2k {
    display: block;
    width: 100%;
    padding: 20px;
    background: linear-gradient(45deg, #d4af37, #b8860b);
    color: #000;
    font-size: 1.3rem;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden
}

.btnSubmitG8f2k:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.5)
}

.btnSubmitG8f2k::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(30deg);
    transition: all 0.6s ease
}

.btnSubmitG8f2k:hover::before {
    transform: rotate(30deg) translate(0, 150%)
}

.contactBarR8s3d {
    background: linear-gradient(90deg, #000, rgba(212, 175, 55, 0.2), #000);
    padding: 20px;
    text-align: center;
    margin: 50px auto;
    max-width: 1400px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px
}

.contactBarR8s3d span {
    display: flex;
    align-items: center;
    gap: 10px
}

.contactIconT4k8j {
    color: #d4af37;
    font-size: 1.4rem
}

.footerC8g3v {
    text-align: center;
    padding: 40px 0;
    margin-top: 80px;
    border-top: 1px solid rgba(212, 175, 55, 0.1)
}

.sectionHeaderJ8f6s {
    text-align: center;
    margin-bottom: 70px
}

.titleMainK4d7s {
    font-size: 2.5rem;
    line-height:1;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 800px;
    color: var(--gold-accent);;
}

.subtitleGoldW4s3d {
    font-size: 1.5rem;
    color: #d4af37;
    max-width: 700px;
    margin: 0 auto
}

.glowEffectT3f7m {
    position: relative;
    z-index: 1
}

.glowEffectT3f7m::after {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1), transparent 60%);
    z-index: -1;
    border-radius: 25px;
    animation: pulseGlowU4s7d 3s infinite
}

@keyframes pulseGlowU4s7d {

    0%,
    100% {
        opacity: 0.5
    }

    50% {
        opacity: 0.8
    }
}

.animationAppearH8f3k {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease
}

.animate {
    opacity: 1;
    transform: translateY(0)
}

@media(max-width:768px) {

    .heroAreaD4k7l {
        padding: 70px 5%
    }

    .cardTitleG5h9j {
        font-size: 1.8rem
    }

    .eventInfoC7r6d {
        gap: 20px;
        flex-direction: column
    }
}

.popBox{
    opacity: 0;
    animation: 1.6s;
}

.sectionPaddingB3r7x.popBox.active{
    opacity: 999;
    z-index: 999;
}