svg {
    width: 30px;
    height: 30px;
}

.warp-container {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}

.fund_cta {
    flex: 0 0 auto;
}

header .container {
    padding: 0 2%;
    margin: 0;
    position: relative;
    max-width: 100%;
    width: 100%;
    z-index: 1;
}

header .site_head::after {
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 50%;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(183,178,195), 
        rgb(148,138,164), 
        rgb(183,178,195), 
        transparent);
    width: 50%;
    transform: translateX(-50%);
}

.contact {
    padding: 100px 0;
    position: relative;
    background: rgb(219,214,225);
    overflow: hidden;
}



.contact .container {
    margin: 0 auto;
    padding: 0 30px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}

.contact h2::before {
    width: 100px;
    content: "";
    position: absolute;
    left: calc(50% - 50px);
    background: rgb(183,178,195);
    box-shadow: 
        0 0 5px rgb(183,178,195),
        0 0 10px rgb(183,178,195),
        0 0 15px rgb(183,178,195);
    bottom: -15px;
    height: 2px;
}

.contact .photo_section {
    position: relative;
    overflow: hidden;
    flex: 0 0 45%;
    min-height: 550px;
}

.contact .photo_section::after {
    z-index: 2;
    opacity: 0.7;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(183,178,195,0.5) 100%);
    inset: 0;
    content: "";
    position: absolute;
}

.contact form h3 {
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    font-size: 22px;
}

.contact form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

.contact .feedback_info {
    position: relative;
    margin-bottom: 35px;
}

.contact .feedback_info label::before {
    border-radius: 4px;
    border: 1px solid rgb(183,178,195,0.5);
    left: 0;
    position: absolute;
    top: 0;
    background: rgb(219,214,225);
    content: "";
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
}

.contact .feedback_info label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.contact .request_request:hover {
    box-shadow: 
        0 5px 20px rgb(148,138,164,0.5),
        0 0 0 1px rgb(148,138,164);
}

.contact svg {
    height: 22px;
    width: 22px;
    fill: rgb(183,178,195);
    filter: drop-shadow(0 0 2px rgb(183,178,195,0.5));
    transition: all 0.3s ease;
}

.course_summary::before {
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
    45deg,
    rgb(183,178,195,0.5) 0,
    rgb(183,178,195,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.1;
}

.course_summary .career_learn {
    border-left: 3px solid rgb(183,178,195);
    position: relative;
    display: flex;
    padding: 40px;
    flex-direction: column;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
    transform: translateZ(0);
    justify-content: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 29px;
    backdrop-filter: blur(10px);
}

.course_summary .top_edu svg path {
    fill: rgb(183,178,195);
    transition: fill 0.3s ease;
}

.course_summary .photo_section {
    transform: perspective(1000px) rotateY(-5deg);
    min-height: 500px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    border-radius: 29px;
    height: 500px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    position: relative;
}

.course_beneficiaries {
    overflow: hidden;
    padding: 110px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(219,214,225) 0%, rgb(183,178,195,0.5) 100%);
}

.course_beneficiaries .master_classes {
    position: relative;
    perspective: 1000px;
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 27px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
}

.course_beneficiaries h4 {
    position: relative;
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    color: rgb(183,178,195);
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.course_beneficiaries p::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(183,178,195), rgb(148,138,164));
    transition: all 0.3s ease;
    width: 4px;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    z-index: -1;
}

.course_beneficiaries p svg {
    width: 24px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    height: 24px;
    margin-right: 15px;
}

.course_beneficiaries p:nth-child(even) {
    animation: floatItem 7s ease-in-out infinite reverse;
}

.course_beneficiaries .master_classes > div p:nth-child(3) {
    animation-delay: 0.6s;
}

.mentorship_experience {
    background: linear-gradient(135deg, rgb(219,214,225) 0%, #ffffff 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.mentorship_experience .opinion_spot {
    padding: 2.5rem;
    background: #ffffff;
    display: grid;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    gap: 2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-1deg);
    position: relative;
    grid-template-columns: 1fr;
}

.mentorship_experience .photo_section::before {
    transform: scale(0.95);
    background: linear-gradient(135deg, rgb(183,178,195,0.5) 0%, rgb(148,138,164,0.5) 100%);
    border-radius: 5px;
    opacity: 0;
    position: absolute;
    left: -10px;
    transition: all 0.3s ease;
    z-index: -1;
    top: -10px;
    content: "";
    height: calc(100% + 20px);
    width: calc(100% + 20px);
}

.mentorship_experience .career_timeline {
    color: #000000;
    font-size: 12px;
    padding: 1rem 0;
    text-align: center;
    position: relative;
    line-height: 1.7;
}

.mentorship_experience .opinion_spot:hover .career_timeline::before,
.mentorship_experience .opinion_spot:hover .career_timeline::after {
    opacity: 0.5;
    color: rgb(183,178,195);
}

.title_screen::after {
    background: radial-gradient(circle at center, transparent 0%, #000000 100%);
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 1;
    content: "";
    mix-blend-mode: multiply;
    width: 100%;
    top: 0;
}

.title_screen .learn_open {
    height: 100%;
    display: flex;
    width: max-content;
    animation: tech-slide 28s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}


    
    .title_screen .learn_open {
    animation-duration: 20s;
}



.title_screen .text_box_item {
    z-index: 3;
    border-radius: 24px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        0 100%
    );
    max-width: 520px;
    box-shadow: 
        0 0 0 1px rgba(rgb(183,178,195), 0.2),
        0 15px 35px rgba(0, 0, 0, 0.3);
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, 
        rgba(5, 15, 25, 0.8) 0%, 
        rgba(15, 25, 35, 0.7) 100%);
    padding: 3rem;
    animation: hud-appear 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.title_screen .text_box_item {
    max-width: 90%;
    width: 90%;
}

.title_screen .text_box_item .request_request:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.title_screen .text_box_item .request_request:hover::before {
    opacity: 1;
}

.pricing_offer {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(219,214,225), rgba(0, 0, 0, 0.5));
    padding: 5rem 1rem;
}

.pricing_offer .promo_rates h2 {
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    font-size: 37px;
}

.pricing_offer .package_deals {
    position: relative;
    overflow: hidden;
    color: #000000;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    border-radius: 19px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: block;
    opacity: 0;
    transform: translateZ(0) scale(1);
    text-decoration: none;
}

.pricing_offer .package_deals:hover .member_plans h3 {
    color: rgb(183,178,195);
}

.pricing_offer .package_deals:hover .study_costs {
    transform: translateY(-3px);
}

.pricing_offer .member_plans p {
    margin: 0;
    font-size: calc(18px - 2px);
    color: #000000;
    word-break: break-word;
    line-height: 1.6;
    flex-grow: 1;
    overflow-wrap: break-word;
}

.pricing_offer .package_deals:hover .photo_section::after {
    opacity: 0.4;
}

.learning_impact::after {
    left: -100px;
    filter: blur(50px);
    opacity: 0.4;
    animation: float 12s infinite alternate ease-in-out;
    bottom: -100px;
    background: linear-gradient(45deg, rgb(183,178,195,0.5) 0%, transparent 70%);
    position: absolute;
    height: 400px;
    width: 400px;
    z-index: 1;
    transform: rotate(22deg);
    content: "";
}

.learning_impact .master_classes {
    flex-direction: column;
    padding: 40px;
    gap: 40px;
    overflow: hidden;
    transform: translateY(0);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    opacity: 1;
    backdrop-filter: blur(10px);
    animation: fadeSlideUp 1.2s ease-out 0.2s both;
}

.learning_impact li p {
    line-height: 1.6;
    font-size: 14px;
    margin: 0;
    color: #000000;
    position: relative;
}

.company_info::before {
    left: 0;
    top: 0;
    position: absolute;
    right: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.75));
    z-index: 1;
}

.company_info .text_box_item::before {
    z-index: -1;
    right: -100px;
    height: 200px;
    opacity: 0.05;
    position: absolute;
    background: rgb(183,178,195);
    top: -100px;
    width: 200px;
    content: "";
    border-radius: 50%;
}

.company_info h5::after {
    left: 0;
    background: rgb(183,178,195);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    bottom: -10px;
    transform-origin: left;
    content: "";
    width: 50%;
    transform: scaleX(0);
    position: absolute;
}

.company_info ol::before {
    transform: scaleY(0);
    height: calc(100% - 60px);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    top: 10px;
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(183,178,195), transparent);
    position: absolute;
    left: -20px;
    width: 3px;
    content: "";
}

.experience_trial .master_classes::before {
    animation: borderGlow 10s linear infinite;
    background: linear-gradient(45deg, 
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1)
    );
    left: -5px;
    bottom: -5px;
    border-radius: 35px;
    opacity: 0.5;
    position: absolute;
    z-index: -1;
    right: -5px;
    top: -5px;
    content: '';
    filter: blur(5px);
}

.experience_trial h3::before {
    bottom: -20px;
    left: 50%;
    width: 60px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
    transform: translateX(-50%);
    position: absolute;
    box-shadow: 0 2px 10px rgba(255,255,255,0.2);
    content: '';
}

.experience_trial .write_page::after {
    z-index: 1;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255,255,255,0.7),
        transparent
    );
    transition: all 0.6s ease;
    left: -100px;
    width: 20px;
    content: '';
    top: -50%;
    height: 200%;
    transform: rotate(35deg);
    position: absolute;
}

#cookieTermsNotice {
    display: none;
}

.privacyPolicyOverlay h5 {
    margin-bottom: 6px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(183,178,195);
    letter-spacing: 1px;
}

.cookie_control:hover {
    border: 2px solid #ffffff;
}


.warp-container .privacyPolicyOverlay {
    background: rgb(148,138,164);
    padding: 30px 0;
    border: none;
}

.thanks_page {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(219,214,225) 0%, rgba(255,255,255,0.95) 100%);
    padding: 5rem 2rem;
}

.thanks_page h2 {
    max-width: 90%;
    line-height: 1.3;
    animation: slideUp 0.7s ease-out 0.2s forwards;
    position: relative;
    font-size: clamp(1.75rem, 4vw, 34px);
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: -0.02em;
    margin-bottom: 3rem;
    transform: translateY(20px);
    color: #000000;
    text-align: center;
    opacity: 0;
}

.thanks_page ul {
    padding: 0;
    z-index: 1;
    position: relative;
    list-style: none;
    margin: 0;
}

.thanks_page li::before {
    content: "";
    position: absolute;
    background: rgb(183,178,195);
    box-shadow: 0 0 0 4px rgb(183,178,195,0.5);
    left: 0;
    height: 8px;
    animation: pulse 3s ease-in-out infinite;
    width: 8px;
    top: 8px;
    border-radius: 50%;
}

.secure_enclave h1 {
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 42px;
    transform: translateX(1.5rem);
}

.secure_enclave h1::after {
    background: rgb(183,178,195);
    position: absolute;
    content: "";
    height: 3px;
    transform-origin: left center;
    transition: width 0.4s ease;
    left: 0;
    bottom: 0;
    width: 80px;
}

.secure_enclave h3::before {
    width: 6px;
    left: 0;
    top: 50%;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    position: absolute;
    background: rgb(148,138,164);
}

.secure_enclave p strong {
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.secure_enclave li::before {
    width: 6px;
    transition: all 0.3s ease;
    top: 0.7em;
    height: 6px;
    border: 1px solid rgb(183,178,195);
    transform: rotate(45deg);
    left: 0;
    position: absolute;
    content: "";
}

footer .fund_cta::after {
    height: 50px;
    background: #ffffff;
    bottom: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    opacity: 0.15;
    left: 0;
    position: absolute;
    width: 100%;
}



footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(148,138,164,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

footer .top_edu {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    flex: 1 1 100%;
}

footer .nav_guide::before,footer .subscribe_holder::before {
    width: 300%;
    animation: waveAnimation 20s linear infinite;
    content: "";
    height: 100%;
    background: #ffffff;
    left: -100%;
    top: 0;
    position: absolute;
    z-index: -1;
    opacity: 0.1;
}

footer .head_pro a::before {
    height: 2px;
    width: 100%;
    transition: left 0.3s ease;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: -100%;
    position: absolute;
    bottom: 0;
    content: "";
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .mail_container::after {
    top: 0;
    left: -100%;
    transition: left 0.7s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    width: 100%;
    height: 100%;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (max-width: 767px) {header .top_skill {
    grid-template-columns: 1fr;
    grid-template-areas:
            "logo"
            "nav_guide";
}header .site_head {
    padding: 0.4rem;
}header .site_head svg {
    width: 130px;
}header .nav_guide {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .header_guide {
    font-size: calc(16px - 1px);
    padding: 0.3rem 0.5rem;
}
}



@media (max-width: 1199px) {.course_summary .master_classes {
    gap: 40px;
}.course_summary .career_learn {
    padding: 30px;
}.course_summary .photo_section {
    min-height: 450px;
}
}



@media (max-width: 767px) {.course_summary {
    padding: 50px 0;
}.course_summary .career_learn {
    padding: 25px;
}.course_summary h3 {
    font-size: calc(30px * 0.9);
    padding-bottom: 15px;
    margin-bottom: 15px;
}.course_summary .top_edu {
    margin-bottom: 20px;
}.course_summary .top_edu svg {
    max-height: 60px;
}.course_summary .photo_section {
    min-height: 350px;
}.course_summary .career_learn::before,
  .course_summary .career_learn::after {
    width: 40px;
    height: 40px;
}
}



@media (max-width: 576px) {.course_beneficiaries {
    padding: 60px 0 80px;
}.course_beneficiaries .master_classes {
    padding: 30px 20px;
}.course_beneficiaries .master_classes::before,
    .course_beneficiaries .master_classes::after {
    width: 70px;
    height: 70px;
}.course_beneficiaries h4 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: calc(35px * 0.7);
}.course_beneficiaries h4::after {
    width: 50px;
    height: 3px;
}.course_beneficiaries p {
    font-size: calc(16px * 0.9);
    padding: 12px;
}.course_beneficiaries p svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.course_beneficiaries::after {
    height: 40px;
}}



@media (max-width: 1200px) {.title_screen {
    height: 90vh;
}.title_screen .master_classes {
    padding-right: 6%;
}.title_screen .text_box_item {
    max-width: 480px;
    padding: 2.5rem;
}
}



@media (max-height: 600px) {.title_screen {
    min-height: 500px;
}
}



@media (min-width: 768px) {.pricing_offer {
    padding: 7rem 2rem;
}.pricing_offer .indv_cost {
    flex-direction: row;
    align-items: flex-start;
}.pricing_offer .promo_rates {
    padding-right: 2rem;
    flex: 0 0 30%;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    display: flex;
    order: 0;
    text-align: left;
}.pricing_offer .promo_rates h2 {
    text-align: left;
}.pricing_offer .promo_rates h2::after {
    transform: none;
    left: 0;
}.pricing_offer .study_rates {
    margin: 0;
    max-width: 100%;
}.pricing_offer .program_price {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}



@media (max-width: 1200px) {.company_info {
    padding: 100px 0;
}.company_info .text_box_item {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.company_info {
    padding: 70px 0;
}.company_info .text_box_item {
    transform: none;
    padding: 35px 25px;
    border-left-width: 3px;
}.company_info h5 {
    font-size: 24px;
    margin-bottom: 15px;
}.company_info p {
    margin-bottom: 20px;
    font-size: calc(15px * 0.95);
}.company_info p b {
    font-size: calc(15px * 1.2);
}.company_info ol li {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}



@media screen and (max-width: 576px) {.experience_trial {
    padding: 70px 0;
}.experience_trial .master_classes {
    border-radius: 20px;
    padding: 40px 20px;
}.experience_trial h3 {
    margin-bottom: 40px;
    letter-spacing: 1.5px;
    font-size: calc(38px * 0.7);
}.experience_trial h3::before {
    width: 40px;
    height: 2px;
    bottom: -12px;
}.experience_trial .write_page {
    font-size: calc(18px * 0.85);
    border-radius: 30px;
    padding: 12px 35px;
    letter-spacing: 1px;
}}



@media (min-width: 992px) {.secure_enclave {
    padding: 7rem 3rem;
}.secure_enclave .container {
    transform: perspective(1200px) rotateX(1deg);
    padding: 4rem 5rem;
}.secure_enclave h1 {
    font-size: calc(42px * 1.15);
    transform: translateX(2rem);
}.secure_enclave p {
    max-width: 80%;
}.secure_enclave ul {
    padding-left: 2.5rem;
}
}



@media (max-width: 991px) {footer .fund_cta {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}



@media (max-width: 576px) {footer .fund_cta {
    padding: 60px 0 20px;
}footer .fund_cta::before {
    background-size: 100% 40px;
    height: 40px;
}footer .nav_guide h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
    margin-bottom: 15px;
}footer .head_pro a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .mail_container {
    padding: 12px 15px;
}
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hud-appear {
    0% {
        opacity: 0;
        transform: translateX(30px);
        clip-path: polygon(
            0 0,
            0 0,
            0 calc(100% - 30px),
            0 100%,
            0 100%
        );
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%
        );
    }
}



@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: rotate(-15deg) scale(1);
    }
    100% {
        opacity: 0.6;
        transform: rotate(-12deg) scale(1.1);
    }
}



@keyframes slideUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

