* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.intern_opp {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 16px;
    scroll-behavior: smooth;
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: radial-gradient(ellipse at center, rgb(111,157,186) 15%, rgb(111,157,186,0.5) 29%, rgb(159,191,210,0.5) 38%, rgb(210,226,235) 13%);
    box-shadow: -4px -1px 4px 1px rgba(0, 0, 0, 0.5);
    animation: pulse_scrollbar 2.3s linear 3;
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(255, 255, 255, 0.5);
    background: rgb(159,191,210);
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-corner {
    background: #ffffff;
    border-radius: 4px;
    border: 1px dashed rgb(255, 255, 255, 0.5);
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(159,191,210);
    scrollbar-width: thin;
}.container {
    margin: auto;
    width: 1207px;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.head_top {
    flex: 1 0 auto;
}html,body {
    scroll-behavior: smooth;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.grid-container {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing_level {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.pricing_level::before {
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.85) 100%);
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    right: 0;
    top: 0;
}.pricing_level .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.pricing_level .pricing_levels {
    position: relative;
}.pricing_level h2 {
    font-size: 37px;
    margin-bottom: 20px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transform: perspective(1000px) translateZ(30px);
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #ffffff;
}.pricing_level h2::after {
    width: 80px;
    left: 50%;
    bottom: -15px;
    position: absolute;
    transform: translateX(-50%);
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(159,191,210,0.5), rgb(159,191,210), rgb(159,191,210,0.5));
}.pricing_level .discount_plan {
    color: #ffffff;
    transform: perspective(1000px) translateZ(20px);
    opacity: 0.9;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 50px;
    font-weight: 300;
    font-size: calc(16px * 1.1);
    max-width: 800px;
}.pricing_level .edu_rates {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
    perspective: 1000px;
}.pricing_level .edu_rates li {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    transform-style: preserve-3d;
}.pricing_level .bundle_price {
    position: relative;
    height: 100%;
    text-decoration: none;
    display: block;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.pricing_level .pricing_offers {
    transform-style: preserve-3d;
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
    height: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px 30px;
}.pricing_level .pricing_offers::before {
    height: 5px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    background: linear-gradient(90deg, rgb(159,191,210), rgb(111,157,186));
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    transform: scaleX(0.8);
    opacity: 0.8;
}.pricing_level .pricing_offers::after {
    right: 0;
    height: 150px;
    content: "";
    transform: translate(30%, 30%);
    bottom: 0;
    transition: all 0.6s ease;
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background: radial-gradient(circle, rgb(159,191,210,0.5) 0%, transparent 70%);
    width: 150px;
}.pricing_level .fee_struct {
    position: relative;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
}.pricing_level .fee_struct h4 {
    font-weight: 600;
    padding-bottom: 15px;
    margin: 0 0 25px;
    font-size: calc(20px * 1.2);
    transform: translateZ(10px);
    position: relative;
    color: #ffffff;
}.pricing_level .fee_struct h4::after {
    content: "";
    background: rgb(111,157,186);
    transition: width 0.4s ease;
    left: 0;
    width: 50px;
    position: absolute;
    height: 2px;
    bottom: 0;
}.pricing_level .fee_struct p {
    padding-right: 5px;
    overflow-wrap: break-word;
    transform: translateZ(5px);
    font-weight: 300;
    overflow-y: auto;
    opacity: 0.8;
    max-height: 250px;
    color: #ffffff;
    word-break: break-word;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 30px;
}.pricing_level .fee_struct p::-webkit-scrollbar {
    width: 4px;
}.pricing_level .fee_struct p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(159,191,210,0.5);
}.pricing_level .fee_struct p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
}.pricing_level .payment_plan {
    font-size: calc(20px * 1.5);
    transition: all 0.4s ease;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    transform: translateZ(15px);
    padding: 10px 5px;
    display: inline-block;
}.pricing_level .payment_plan::before {
    position: absolute;
    bottom: 5px;
    background: linear-gradient(90deg, transparent, rgb(111,157,186), transparent);
    height: 2px;
    transform: scaleX(0.5);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0.6;
    transform-origin: center;
    left: 0;
    width: 100%;
    content: "";
}.pricing_level .bundle_price:hover .pricing_offers {
    box-shadow: 0 30px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.15);
    transform: translateY(-10px) translateZ(20px);
}.pricing_level .bundle_price:hover .pricing_offers::before {
    opacity: 1;
    transform: scaleX(1);
}.pricing_level .bundle_price:hover .pricing_offers::after {
    transform: translate(20%, 20%) scale(1.2);
    opacity: 0.4;
}.pricing_level .bundle_price:hover .fee_struct h4::after {
    width: 80px;
}.pricing_level .bundle_price:hover .payment_plan {
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transform: translateZ(25px) scale(1.05);
}.pricing_level .bundle_price:hover .payment_plan::before {
    transform: scaleX(0.8);
    opacity: 1;
}

@media (max-width: 1200px) {.pricing_level {
    padding: 80px 0;
}.pricing_level .edu_rates {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 991px) {.pricing_level {
    padding: 70px 0;
}.pricing_level h2 {
    font-size: calc(37px * 0.9);
}.pricing_level .discount_plan {
    font-size: 16px;
    margin-bottom: 40px;
}.pricing_level .edu_rates {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.pricing_level .pricing_offers {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.pricing_level {
    padding: 60px 0;
}.pricing_level h2 {
    margin-bottom: 15px;
    font-size: calc(37px * 0.8);
}.pricing_level .discount_plan {
    margin-bottom: 30px;
}.pricing_level .edu_rates {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing_level .fee_struct h4 {
    font-size: 20px;
}.pricing_level .payment_plan {
    font-size: calc(20px * 1.3);
}
}

@media (max-width: 480px) {.pricing_level {
    padding: 50px 0;
}.pricing_level .pricing_offers {
    padding: 25px 20px;
}.pricing_level .fee_struct p {
    line-height: 1.6;
    max-height: 200px;
    font-size: calc(16px * 0.95);
}.pricing_level .payment_plan {
    font-size: calc(20px * 1.2);
}
}

@media (hover: none) {.pricing_level .pricing_offers {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
    transform: none !important;
}.pricing_level .pricing_offers::before {
    opacity: 0.9;
    transform: scaleX(0.9);
}.pricing_level .fee_struct h4::after {
    width: 60px;
}}.testimonials {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,226,235) 0%, rgba(240, 245, 255, 0.9) 100%);
    position: relative;
    padding: 5rem 0;
}.testimonials::before {
    position: absolute;
    top: 0;
    content: "";
    z-index: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(159,191,210,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(159,191,210,0.5), 0.03) 1px, transparent 1px);
    background-size: 2rem 2rem;
}.testimonials h2 {
    margin-bottom: 3.5rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    position: relative;
    letter-spacing: -0.03em;
    transform: translateZ(0);
    font-size: 30px;
}.testimonials h2::after {
    position: absolute;
    content: "";
    background: rgb(159,191,210);
    height: 3px;
    transform: translateX(-50%) scaleX(1);
    bottom: -1rem;
    left: 50%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 4rem;
}.testimonials h2:hover::after {
    transform: translateX(-50%) scaleX(1.5);
}.testimonials .container {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    z-index: 1;
    position: relative;
}.testimonials .master_class {
    position: relative;
}.testimonials .learner_reflections {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    gap: 2rem;
    display: grid;
}.testimonials .feedback_views {
    display: flex;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    transform: translateY(0);
    position: relative;
    background: #ffffff;
    height: 100%;
    z-index: 1;
    padding: 2rem;
}.testimonials .feedback_views::before {
    background: rgb(159,191,210);
    content: "";
    left: 0;
    z-index: -1;
    height: 0;
    top: 0;
    width: 4px;
    position: absolute;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.testimonials .feedback_views:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.testimonials .feedback_views:hover::before {
    height: 100%;
}.testimonials .feedback_views h3 {
    margin-bottom: 0.75rem;
    transform-origin: left center;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: calc(23px * 0.9);
    color: #000000;
}.testimonials .feedback_views:hover h3 {
    transform: translateX(8px);
    color: rgb(159,191,210);
}.testimonials .feedback_views .description {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 12px;
    flex-grow: 1;
}.testimonials .feedback_views .description::before {
    content: "";
    font-size: 4rem;
    left: -0.5rem;
    line-height: 1;
    top: -1.5rem;
    position: absolute;
    color: rgba(rgb(159,191,210,0.5), 0.1);
    font-family: Georgia, serif;
}.testimonials .feedback_views div {
    overflow: hidden;
    z-index: 2;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(1);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.testimonials .feedback_views:hover div {
    transform: scale(1.1);
}.testimonials .feedback_views div::after {
    content: "";
    border: 2px solid rgb(159,191,210);
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 50%;
    inset: 0;
    position: absolute;
    transform: scale(1.2);
}.testimonials .feedback_views:hover div::after {
    transform: scale(1);
    opacity: 1;
}.testimonials .feedback_views img {
    object-fit: cover;
    transition: transform 0.6s ease;
    height: 100%;
    width: 100%;
    object-position: center;
}.testimonials .feedback_views:hover img {
    transform: scale(1.15);
}

@media (max-width: 991px) {.testimonials {
    padding: 4rem 0;
}.testimonials h2 {
    font-size: calc(30px * 0.85);
    margin-bottom: 2.5rem;
}.testimonials .learner_reflections {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.testimonials {
    padding: 3rem 0;
}.testimonials h2 {
    font-size: calc(30px * 0.75);
    margin-bottom: 2rem;
}.testimonials h2::after {
    width: 3rem;
}.testimonials .learner_reflections {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.testimonials .feedback_views {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.testimonials {
    padding: 2.5rem 0;
}.testimonials .container {
    width: 92%;
}.testimonials h2 {
    font-size: calc(30px * 0.65);
    line-height: 1.4;
}.testimonials .feedback_views {
    padding: 1.25rem;
}.testimonials .feedback_views h3 {
    font-size: calc(23px * 0.85);
}.testimonials .feedback_views .description {
    font-size: calc(12px * 0.95);
}
}

@media (min-width: 1200px) {.testimonials .learner_reflections {
    grid-template-columns: repeat(3, 1fr);
}.testimonials .container {
    max-width: 1300px;
}}header {
    border-bottom: 1px solid rgb(159,191,210,0.5);
    z-index: 1000;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    background: linear-gradient(135deg, #000000 0%, rgb(159,191,210) 100%);
    width: 100%;
    position: fixed;
}header:before {
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(159,191,210,0.5), transparent);
    pointer-events: none;
    animation: shine 8s infinite linear;
    width: 100%;
    opacity: 0.4;
    top: 0;
    background-size: 200% 100%;
}header .site_head {
    width: 100%;
}header .container {
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}header .top_teach {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}header .first_pagebar {
    position: relative;
    gap: 25px;
    display: flex;
}header .first_pagebar:before {
    position: absolute;
    transform: scaleX(0);
    content: '';
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(159,191,210), transparent);
    transform-origin: left;
    left: 0;
    bottom: -8px;
    transition: transform 0.6s ease;
}header .first_pagebar:hover:before {
    transform: scaleX(1);
}header .top_master {
    font-size: 14px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    position: relative;
    padding: 8px 0;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, sans-serif;
}header .top_master:after {
    content: '';
    transform: scaleX(0);
    width: 100%;
    height: 2px;
    transform-origin: right;
    bottom: 0;
    position: absolute;
    left: 0;
    background: rgb(159,191,210);
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}header .top_master:before {
    content: '';
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    top: 0;
    border-radius: 50%;
    width: 4px;
    transition: all 0.3s ease;
    background: rgb(159,191,210);
    position: absolute;
}header .top_master:hover {
    color: rgb(159,191,210);
    text-shadow: 0 0 8px rgb(159,191,210,0.5);
}header .top_master:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}header .top_master:hover:before {
    opacity: 1;
}header .nav_mainwrap {
    align-items: center;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
}header .nav_mainwrap svg {
    filter: drop-shadow(0 0 4px rgb(159,191,210,0.5));
    transition: transform 0.5s ease;
    height: 40px;
    width: auto;
}header .nav_mainwrap:hover svg {
    transform: scale(1.05);
}header .nav_mainwrap:after {
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    background: rgb(159,191,210);
    left: 50%;
    height: 1px;
    content: '';
    bottom: -8px;
    transition: width 0.4s ease;
}header .nav_mainwrap:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .first_pagebar {
    gap: 15px;
}header .top_master {
    font-size: calc(14px - 1px);
}header .nav_mainwrap svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .first_pagebar {
    right: -100%;
    flex-direction: column;
    width: 80%;
    z-index: 1001;
    transition: right 0.4s ease;
    overflow-y: auto;
    background: #000000;
    max-width: 300px;
    top: 0;
    height: 100vh;
    gap: 20px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    padding: 80px 30px 30px;
    position: fixed;
}header .menu.active {
    right: 0;
}header .top_master {
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid rgb(159,191,210,0.5);
}header .first_pagebar:before {
    display: none;
}header .nav_mainwrap {
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .nav_mainwrap svg {
    height: 30px;
}}.learning_process {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(111,157,186,0.5) 100%);
    position: relative;
}.learning_process::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 30px
    );
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    content: '';
    width: 100%;
}.learning_process::after {
    transform: scale(2);
    background: radial-gradient(
        circle at center,
        rgb(159,191,210,0.5) 0%,
        transparent 70%
    );
    right: -50%;
    content: '';
    z-index: 0;
    top: -50%;
    position: absolute;
    width: 100%;
    opacity: 0.7;
    height: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
}.learning_process .master_class {
    position: relative;
    transition: transform 0.5s ease-out;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}.learning_process .master_class:hover {
    transform: perspective(1000px) rotateX(0deg);
}.learning_process h2 {
    margin-bottom: 40px;
    transform: translateZ(30px);
    font-size: 38px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    letter-spacing: 0.5px;
}.learning_process h2::after {
    transform: scaleX(1);
    left: 0;
    background: rgb(159,191,210);
    bottom: 0;
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    height: 3px;
    position: absolute;
    content: '';
}.learning_process .master_class:hover h2::after {
    transform: scaleX(1.5);
}.learning_process .info_section {
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateZ(20px);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), 
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    border-left: 4px solid rgb(159,191,210);
    backdrop-filter: blur(10px);
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
}.learning_process .info_section::before {
    opacity: 0.1;
    z-index: -1;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(
        to right,
        rgb(159,191,210,0.5) 0%,
        transparent 100%
    );
    top: 0;
}.learning_process .info_section:hover {
    transform: translateZ(40px) translateX(5px);
    box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.15), 
                -30px -30px 80px rgba(255, 255, 255, 0.07);
}.learning_process p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    margin: 0;
    z-index: 2;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    transition: transform 0.3s ease;
}.learning_process p::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(159,191,210);
}.learning_process .info_section:hover p {
    transform: scale(1.01);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(2);
    }
    50% {
        opacity: 0.7;
        transform: scale(2.2);
    }
}

@media (max-width: 991px) {.learning_process {
    padding: 80px 0;
}.learning_process h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 30px;
}.learning_process .info_section {
    padding: 30px;
}
}

@media (max-width: 767px) {.learning_process {
    padding: 60px 0;
}.learning_process .master_class {
    transform: perspective(800px) rotateX(1deg);
    padding: 0 20px;
}.learning_process h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 25px;
    transform: translateZ(20px);
}.learning_process .info_section {
    transform: translateZ(15px);
    padding: 25px;
}.learning_process .info_section:hover {
    transform: translateZ(25px) translateX(3px);
}.learning_process p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.learning_process {
    padding: 50px 0;
}.learning_process .master_class {
    padding: 0 15px;
    transform: perspective(600px) rotateX(0.5deg);
}.learning_process h2 {
    transform: translateZ(10px);
    margin-bottom: 20px;
    font-size: calc(38px * 0.7);
}.learning_process h2::after {
    width: 60px;
    height: 2px;
}.learning_process .info_section {
    padding: 20px;
    transform: translateZ(10px);
    border-left-width: 3px;
}.learning_process .info_section:hover {
    transform: translateZ(15px) translateX(2px);
}.learning_process p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.learning_process p::first-letter {
    font-size: 1.3em;
}}.title_screen {
    background: linear-gradient(125deg, #000000 0%, rgb(111,157,186,0.5) 100%);
    min-height: 650px;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100vh;
}.title_screen .master_class {
    justify-content: center;
    height: 100%;
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
}.title_screen .page_intro {
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    width: 100%;
    left: 0;
}.title_screen .page_intro::before {
    inset: 0;
    position: absolute;
    content: '';
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 80%,
        #000000 100%
    );
    z-index: 2;
}.title_screen .quick_edu {
    display: flex;
    height: 100%;
    animation: parallax-carousel 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    width: 500%;
}.title_screen .fast_knowledge {
    position: relative;
    height: 100%;
    width: 20%;
    overflow: hidden;
}.title_screen .fast_knowledge:nth-child(odd) {
    filter: saturate(1.1) contrast(1.05);
}.title_screen .fast_knowledge:nth-child(even) {
    filter: saturate(1.2) contrast(1.1);
}.title_screen .fast_knowledge::before {
    content: '';
    z-index: 2;
    background: rgb(159,191,210,0.5);
    position: absolute;
    opacity: 0.15;
    inset: 0;
}.title_screen .fast_knowledge img {
    transform: translateY(0);
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}.title_screen .info_section {
    width: 100%;
    bottom: 0;
    background: linear-gradient(
        to top,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 70%,
        transparent 100%
    );
    z-index: 10;
    position: absolute;
    text-align: center;
    padding: 3rem 10% 5rem;
    left: 0;
}.title_screen .info_section h1 {
    color: #ffffff;
    font-size: calc(43px * 1.5);
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
}.title_screen .info_section h1::after {
    transform-origin: center;
    width: 100%;
    height: 2px;
    content: '';
    animation: pulse-width 4s ease-in-out infinite;
    bottom: -10px;
    position: absolute;
    background: rgb(159,191,210);
    left: 0;
}.title_screen .info_section p {
    margin-bottom: 2.5rem;
    font-size: calc(18px * 1.1);
    max-width: 800px;
    line-height: 1.7;
    margin-right: auto;
    opacity: 0.9;
    color: #ffffff;
    margin-left: auto;
}.title_screen .info_section .connect_links {
    overflow: hidden;
    text-decoration: none;
    background: rgb(159,191,210);
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 15px 40px;
    font-weight: 600;
    transition: all 0.4s ease;
    display: inline-block;
    z-index: 1;
    position: relative;
    border-radius: 23px;
}.title_screen .info_section .connect_links::before {
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
    position: absolute;
    inset: 0;
    content: '';
    background: rgb(111,157,186);
}.title_screen .info_section .connect_links:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}.title_screen .info_section .connect_links:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}@keyframes parallax-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes pulse-width {
    0%, 100% {
        opacity: 0.8;
        width: 100%;
    }
    50% {
        opacity: 1;
        width: 70%;
    }
}

.title_screen::after {
    left: 0;
    background: linear-gradient(
        125deg,
        rgb(159,191,210,0.5) 0%,
        transparent 70%
    );
    z-index: 3;
    opacity: 0.05;
    top: 0;
    pointer-events: none;
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
}

@media (max-width: 1200px) {.title_screen .info_section {
    padding: 3rem 8% 4rem;
}.title_screen .info_section h1 {
    font-size: calc(43px * 1.3);
}.title_screen .info_section p {
    font-size: 18px;
}
}

@media (max-width: 992px) {.title_screen {
    min-height: 600px;
}.title_screen .page_intro {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}.title_screen .info_section {
    padding: 2.5rem 6% 3.5rem;
}.title_screen .info_section h1 {
    font-size: calc(43px * 1.2);
}
}

@media (max-width: 768px) {.title_screen {
    min-height: 550px;
}.title_screen .page_intro {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}.title_screen .info_section {
    padding: 2rem 5% 3rem;
}.title_screen .info_section h1 {
    font-size: 43px;
}.title_screen .info_section h1::after {
    bottom: -5px;
}.title_screen .info_section p {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.title_screen {
    min-height: 500px;
}.title_screen .page_intro {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 98%, 0 90%);
}.title_screen .info_section {
    padding: 1.5rem 5% 2.5rem;
}.title_screen .info_section h1 {
    font-size: calc(43px * 0.9);
    margin-bottom: 1rem;
}.title_screen .info_section p {
    margin-bottom: 2rem;
    font-size: calc(18px * 0.9);
}.title_screen .info_section .connect_links {
    padding: 12px 30px;
    font-size: calc(16px * 0.9);
}

}

@media (orientation: landscape) and (max-height: 600px) {.title_screen {
    height: auto;
    min-height: 450px;
}.title_screen .info_section {
    padding: 1.5rem 5% 2rem;
}.title_screen .info_section h1 {
    margin-bottom: 0.8rem;
}.title_screen .info_section p {
    margin-bottom: 1.5rem;
}}.tyPage {
    padding: 6rem 2rem;
    display: flex;
    align-items: center;
    min-height: 70vh;
    background: linear-gradient(135deg, rgb(159,191,210,0.5), rgb(111,157,186,0.5));
    position: relative;
    overflow: hidden;
    justify-content: center;
}.tyPage::before {
    background: radial-gradient(circle at 30% 70%, rgb(159,191,210,0.5) 0%, transparent 60%);
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    animation: pulse 15s ease-in-out infinite alternate;
    transform-origin: center;
}.tyPage::after {
    right: -5%;
    animation: float 20s ease-in-out infinite;
    position: absolute;
    height: 50%;
    background: radial-gradient(circle, rgb(111,157,186,0.5) 0%, transparent 70%);
    width: 50%;
    z-index: 0;
    bottom: -5%;
    content: "";
}.tyPage .container {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    width: 100%;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.tyPage .master_class {
    gap: 2.5rem;
    padding: 3.5rem;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    display: grid;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(0);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    grid-template-columns: 1fr;
}.tyPage .master_class:hover {
    transform: translateZ(30px) scale(1.02);
}.tyPage .master_class > div:first-child {
    border-left: 4px solid rgb(159,191,210);
    position: relative;
    padding-left: 2.5rem;
}.tyPage .master_class > div:first-child::before {
    left: -15px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    animation: pulse 3s infinite alternate;
    background: rgb(159,191,210);
    box-shadow: 0 0 20px rgba(rgb(159,191,210), 0.5);
    content: "";
    position: absolute;
}.tyPage h5 {
    font-size: calc(20px * 1.2);
    margin: 0;
    transform: translateX(0);
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
    transition: transform 0.4s ease-out;
    opacity: 0;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}.tyPage .master_class > div:nth-child(2) {
    transition: transform 0.3s ease;
    animation: fadeIn 0.8s 0.4s ease-out forwards;
    position: relative;
    opacity: 0;
}.tyPage .master_class > div:nth-child(2)::before {
    width: 70%;
    content: "";
    top: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(159,191,210), transparent);
    left: 0;
    height: 1px;
}.tyPage a {
    transition: transform 0.4s ease-out;
    text-decoration: none;
    display: block;
    transform: translateY(0);
}.tyPage a:hover {
    transform: translateY(-5px);
}.tyPage p {
    font-size: 17px;
    line-height: 1.8;
    hyphens: auto;
    color: #000000;
    margin: 0;
    padding: 1rem 0;
    position: relative;
}.tyPage p::after {
    bottom: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 35%;
    content: "";
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(111,157,186));
    height: 2px;
}.tyPage a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

@keyframes float {
    0% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-30px) rotate(5deg); }
    100% { transform: translateY(0) rotate(0); }
}

@keyframes slideIn {
    0% { transform: translateX(-20px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

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

@media (min-width: 768px) {.tyPage {
    padding: 8rem 3rem;
}.tyPage .master_class {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
    gap: 3.5rem;
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
}.tyPage h5 {
    font-size: calc(20px * 1.4);
}.tyPage .master_class > div:first-child::after {
    width: 1px;
    position: absolute;
    right: -3.5rem;
    transform: translateY(-50%);
    height: 80%;
    content: "";
    top: 50%;
    background: linear-gradient(to bottom, transparent, rgb(159,191,210,0.5), transparent);
}.tyPage .master_class > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.tyPage .master_class {
    gap: 5rem;
    padding: 5rem;
}.tyPage h5 {
    font-size: calc(20px * 1.5);
}.tyPage .master_class > div:first-child {
    padding-left: 3rem;
    border-left-width: 5px;
}.tyPage p {
    font-size: calc(17px * 1.1);
}.tyPage .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.tyPage {
    padding: 4rem 1.5rem;
}.tyPage .master_class {
    padding: 2.5rem 2rem;
}.tyPage h5 {
    font-size: 20px;
}.tyPage p {
    font-size: calc(17px * 0.95);
}
}

@media (hover: hover) {.tyPage .master_class:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.tyPage .master_class,
    .tyPage a,
    .tyPage h5,
    .tyPage::before,
    .tyPage::after {
    transition: none;
    animation: none;
}.tyPage .master_class > div:first-child::before {
    animation: none;
}.tyPage .master_class > div:nth-child(2) {
    opacity: 1;
}.tyPage h5 {
    opacity: 1;
}}.modalTrackingConsent {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    border-top: 3px solid rgb(159,191,210);
    bottom: 0;
    justify-content: center;
    z-index: 100;
    display: flex;
    background: rgb(210,226,235);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
}.web_cookies {
    align-items: center;
    margin: auto;
    border: 2px solid rgb(159,191,210);
    width: 90%;
    padding: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    max-width: 1200px;
    justify-content: space-between;
    display: flex;
}.consent_ack {
    margin-right: 20px;
    flex-shrink: 0;
}.consent_ack svg {
    fill: rgb(159,191,210);
    height: 50px;
    width: 50px;
}.data_policy {
    text-align: left;
    color: #ffffff;
    flex-grow: 1;
}.data_policy h5 {
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    color: rgb(159,191,210);
    text-transform: uppercase;
}.data_policy p {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}.data_policy p a {
    text-decoration: underline;
    color: rgb(159,191,210);
}.cookie_tips {
    background: rgb(159,191,210);
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 10px;
    flex-shrink: 0;
    border: none;
    font-size: 15px;
    min-width: 120px;
    text-decoration: none;
    cursor: pointer;
}.cookie_button.cookie_menu {
    margin-right: 10px;
}#cookieDisclosureBox {
    display: none;
}#cookieDisclosureBox:checked ~ .modalTrackingConsent {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.web_cookies {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.consent_ack {
    margin-right: 0;
    margin-bottom: 20px;
}.cookie_tips {
    margin: 10px 0;
    max-width: 250px;
    width: 100%;
}}
.course_features {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,226,235) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 5rem 0;
}.course_features::before {
    z-index: 0;
    right: -5%;
    background: linear-gradient(225deg, rgb(159,191,210) 0%, rgb(159,191,210,0.5) 70%);
    position: absolute;
    content: "";
    opacity: 0.1;
    top: -5%;
    transform: rotate(15deg);
    animation: float 12s ease-in-out infinite;
    width: 250px;
    height: 250px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.course_features::after {
    width: 200px;
    left: -3%;
    transform: rotate(-15deg);
    position: absolute;
    z-index: 0;
    animation: float 15s ease-in-out infinite reverse;
    background: linear-gradient(135deg, rgb(111,157,186) 0%, rgb(111,157,186,0.5) 80%);
    height: 200px;
    opacity: 0.1;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    content: "";
    bottom: -3%;
}.course_features .container {
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.course_features h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 31px;
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.course_features h2::after {
    height: 3px;
    bottom: -0.75rem;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(159,191,210) 0%, rgb(111,157,186) 100%);
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
}.course_features h2:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}.course_features .ready_skills {
    gap: 2.5rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 5px;
    grid-template-columns: 1fr;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    display: grid;
    overflow: hidden;
}.course_features .ready_skills:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.course_features .img_overlay {
    transform: scale(1);
    position: relative;
    height: 350px;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
}.course_features .img_overlay::after {
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.2) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}.course_features .img_overlay:hover {
    transform: scale(1.03);
}.course_features .info_section {
    position: relative;
    padding: 2rem 2.5rem 2.5rem;
}.course_features .info_section::before {
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(111,157,186,0.5), transparent);
    top: 0;
    left: 50%;
    position: absolute;
    width: 90%;
    content: "";
    height: 1px;
}.course_features .description {
    max-height: 340px;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.8;
    padding-right: 15px;
    color: #000000;
    font-size: 15px;
    overflow-y: auto;
}.course_features .description:last-child {
    margin-bottom: 0;
}.course_features .description::-webkit-scrollbar {
    width: 4px;
}.course_features .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(210,226,235);
}.course_features .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(159,191,210,0.5);
}.course_features .description::-webkit-scrollbar-thumb:hover {
    background: rgb(159,191,210);
}.course_features .description::first-letter {
    color: rgb(159,191,210);
    font-size: 1.5em;
    font-weight: 600;
}

@media (min-width: 768px) {.course_features {
    padding: 6rem 0;
}.course_features .ready_skills {
    grid-template-columns: 1fr 1.5fr;
    gap: 0;
}.course_features .img_overlay {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}.course_features .info_section {
    padding: 3rem 3.5rem;
}.course_features .info_section::before {
    height: 90%;
    background: linear-gradient(180deg, transparent, rgb(111,157,186,0.5), transparent);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}.course_features h2 {
    font-size: calc(31px * 1.1);
    margin-bottom: 4rem;
}.course_features .description {
    column-gap: 2.5rem;
    max-height: 400px;
    columns: 2;
}
}

@media (min-width: 992px) {.course_features {
    padding: 7rem 0;
}.course_features h2 {
    font-size: calc(31px * 1.2);
}.course_features .ready_skills {
    grid-template-columns: 1fr 2fr;
}.course_features .description {
    font-size: calc(15px * 1.05);
    max-height: 450px;
    line-height: 1.85;
}
}

@media (min-width: 1200px) {.course_features .description {
    columns: 2;
    column-gap: 3rem;
}
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(15deg);
    }
    50% {
        transform: translateY(-20px) rotate(15deg);
    }
}

@media (prefers-reduced-motion: reduce) {.course_features::before,
    .course_features::after {
    animation: none;
}.course_features .ready_skills:hover {
    transform: none;
}.course_features .img_overlay:hover {
    transform: none;
}.course_features h2:hover {
    transform: none;
}}.academic_expertise {
    position: relative;
    background-color: rgb(210,226,235);
    overflow: hidden;
    padding: 6rem 2rem;
}.academic_expertise::before {
    right: 0;
    content: "";
    z-index: 1;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(159,191,210,0.5));
    width: 40%;
    position: absolute;
    top: 0;
}.academic_expertise .feedback_views {
    background: transparent;
    z-index: 2;
    border-radius: 0;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    box-shadow: none;
    position: relative;
}.academic_expertise .img_overlay {
    transition: all 0.5s ease;
    position: relative;
    width: 45%;
    box-shadow: 15px 15px 0 rgb(159,191,210,0.5);
    height: 480px;
    border-radius: 0;
    transform: rotate(-2deg);
}.academic_expertise .work_block {
    padding: 3rem 0 3rem 4rem;
    display: flex;
    width: 55%;
    flex-direction: column;
    position: relative;
    justify-content: center;
}.academic_expertise .work_block::before {
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(111,157,186,0.5), transparent);
    width: 1px;
    left: 2.5rem;
    top: 0;
}.academic_expertise .name {
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    font-size: calc(39px * 1.2);
}.academic_expertise .work_block > div:nth-child(2) {
    transform: translateX(-10px);
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    font-size: 18px;
    margin-bottom: 2.5rem;
    padding: 0.5rem 1.5rem;
    background-color: rgb(111,157,186);
    display: inline-block;
    letter-spacing: 1px;
}.academic_expertise .exp_grid {
    color: #000000;
    padding-left: 0;
    line-height: 1.8;
    font-size: 14px;
    position: relative;
    max-width: 90%;
}.academic_expertise .exp_grid::before {
    width: 60px;
    top: -1.5rem;
    position: absolute;
    height: 3px;
    content: "";
    background-color: rgb(159,191,210);
    left: 0;
}.academic_expertise .feedback_views:hover .img_overlay {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(111,157,186);
}

@media (max-width: 992px) {.academic_expertise::before {
    height: 40%;
    right: 0;
    background: linear-gradient(180deg, rgb(159,191,210,0.5), transparent);
    width: 100%;
    top: 0;
}.academic_expertise .feedback_views {
    flex-direction: column;
    max-width: 90%;
    align-items: center;
}.academic_expertise .img_overlay {
    width: 90%;
    height: 400px;
}.academic_expertise .work_block {
    padding: 3rem 1rem 1rem;
    width: 100%;
}.academic_expertise .work_block::before {
    display: none;
}.academic_expertise .exp_grid {
    max-width: 100%;
}
}

@media (max-width: 576px) {.academic_expertise {
    padding: 4rem 1rem;
}.academic_expertise .img_overlay {
    height: 320px;
}.academic_expertise .name {
    font-size: 37px;
}.academic_expertise .work_block > div:nth-child(2) {
    font-size: 15px;
}.academic_expertise .exp_grid {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}.join_list {
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 4rem;
    position: relative;
    box-shadow: 0 0 30px rgb(159,191,210,0.5);
}.join_list::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 70%);
    opacity: 0.05;
    left: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    top: 0;
    content: "";
    position: absolute;
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 5px, 
            rgb(159,191,210,0.5) 5px, 
            rgb(159,191,210,0.5) 6px
        ),
        repeating-linear-gradient(
            45deg, 
            transparent, 
            transparent 5px, 
            rgb(111,157,186,0.5) 5px, 
            rgb(111,157,186,0.5) 6px
        );
}.join_list::after {
    content: "";
    position: absolute;
    opacity: 0.1;
    z-index: 0;
    background: radial-gradient(
        circle at center,
        rgb(159,191,210,0.5) 0%,
        transparent 70%
    );
    width: 150%;
    height: 150%;
    animation: pulse-glow 5s infinite alternate;
    top: -25%;
    left: -25%;
}.join_list .master_class {
    align-items: center;
    display: grid;
    gap: 2rem;
    position: relative;
    grid-template-columns: 1fr 1fr;
    z-index: 2;
}.join_list p {
    text-transform: uppercase;
    line-height: 1.5;
    padding-left: 2rem;
    position: relative;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    grid-column: 1 / 2;
}.join_list p::before {
    background: linear-gradient(to bottom, rgb(159,191,210), rgb(111,157,186));
    top: 0;
    position: absolute;
    left: 0;
    animation: pulse-neon 2s infinite alternate;
    content: "";
    box-shadow: 
        0 0 5px rgb(159,191,210),
        0 0 10px rgb(159,191,210),
        0 0 15px rgb(159,191,210);
    width: 4px;
    bottom: 0;
}.join_list .input_holder {
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(-5deg);
    grid-column: 2 / 3;
    position: relative;
    flex-direction: row;
    display: flex;
}.join_list .sub_toggles {
    box-shadow: inset 0 0 10px rgb(159,191,210,0.5);
    padding: 1rem 1.5rem;
    color: #ffffff;
    flex: 1;
    border: 1px solid rgb(159,191,210,0.5);
    font-family: Arial, sans-serif;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    font-size: 18px;
    border-radius: 10px 0 0 10px;
}.join_list .sub_toggles:focus {
    outline: none;
    border-color: rgb(159,191,210);
    box-shadow: 
        inset 0 0 10px rgb(159,191,210,0.5),
        0 0 15px rgb(159,191,210,0.5);
}.join_list .sub_toggles::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.join_list .get_started {
    padding: 1rem 2rem;
    border-radius: 0 10px 10px 0;
    font-weight: 600;
    transition: all 0.3s ease;
    background: rgb(159,191,210);
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    font-size: 15px;
    position: relative;
    font-family: Arial, sans-serif;
    border: none;
    color: #ffffff;
}.join_list .get_started::before {
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    content: "";
    transition: all 0.6s ease;
}.join_list .get_started:hover::before {
    left: 100%;
}.join_list .get_started:hover {
    box-shadow: 
        0 0 10px rgb(111,157,186),
        0 0 20px rgb(111,157,186,0.5);
    background: rgb(111,157,186);
}

@keyframes pulse-neon {
    0% {
        opacity: 0.7;
        box-shadow: 
            0 0 5px rgb(159,191,210),
            0 0 10px rgb(159,191,210);
    }
    100% {
        opacity: 1;
        box-shadow: 
            0 0 10px rgb(159,191,210),
            0 0 20px rgb(159,191,210),
            0 0 30px rgb(159,191,210);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.join_list {
    padding: 2.5rem 1.5rem;
}.join_list .master_class {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.join_list p {
    margin-bottom: 0.5rem;
    font-size: 17px;
    grid-column: 1 / 2;
}.join_list .input_holder {
    flex-direction: column;
    transform: none;
    grid-column: 1 / 2;
}.join_list .sub_toggles {
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 100%;
}.join_list .get_started {
    border-radius: 10px;
    width: 100%;
}}.our_mission {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    color: #ffffff;
}.our_mission::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65));
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
}.our_mission::after {
    pointer-events: none;
    content: "";
    z-index: 2;
    top: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(159,191,210), 0.03) 0px,
        rgba(rgb(159,191,210), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    height: 100%;
    left: 0;
}.our_mission .container {
    max-width: 1200px;
    padding: 0 20px;
    grid-template-columns: 1fr;
    position: relative;
    z-index: 10;
    display: grid;
    margin: 0 auto;
}.our_mission h4 {
    transform: translateY(0);
    font-weight: 700;
    opacity: 1;
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: rgb(159,191,210);
    z-index: 10;
    letter-spacing: 2px;
    font-size: 29px;
}.our_mission:hover h4 {
    transform: translateY(-5px);
}.our_mission h4::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.8);
    content: "";
    bottom: -12px;
    width: 60px;
    background: rgb(159,191,210);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 3px;
}.our_mission:hover h4::after {
    transform: translateX(-50%) scaleX(1.2);
}.our_mission .info_section {
    border-radius: 10px;
    padding: 40px;
    position: relative;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.1);
}.our_mission .info_section:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2), 0 15px 35px rgba(0, 0, 0, 0.15);
}.our_mission .info_section::before {
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1;
    clip-path: inherit;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(rgb(159,191,210), 0.08) 0%,
        rgba(rgb(111,157,186), 0.05) 100%
    );
    width: 100%;
    content: "";
}.our_mission .info_section h6 {
    font-size: calc(19px * 1.1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    color: rgb(159,191,210);
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    transform: translateX(0);
}.our_mission .info_section:hover h6 {
    transform: translateX(5px);
}.our_mission .info_section h6::after {
    background: linear-gradient(
        90deg,
        rgb(159,191,210) 0%,
        rgb(111,157,186) 100%
    );
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 2px;
    transform-origin: left;
    content: "";
    left: 0;
    transform: scaleX(0.5);
    bottom: -8px;
    width: 100%;
}.our_mission .info_section:hover h6::after {
    transform: scaleX(1);
}.our_mission .info_section div {
    overflow: hidden;
    position: relative;
}.our_mission .info_section span {
    text-align: justify;
    color: #000000;
    display: block;
    column-gap: 40px;
    column-count: 1;
    line-height: 1.8;
    font-size: 18px;
    opacity: 0.9;
    transition: opacity 0.3s;
}.our_mission .info_section:hover span {
    opacity: 1;
}.our_mission .info_section span::first-letter {
    font-size: 2.5em;
    color: rgb(159,191,210);
    line-height: 0.8;
    margin-right: 8px;
    float: left;
    font-weight: 700;
}.our_mission::before {
    transition: background-position 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background-position: 0% 0%;
    background-size: 200% 200%;
}.our_mission:hover::before {
    background-position: 100% 100%;
}


@media (min-width: 768px) {.our_mission {
    padding: 100px 0;
}.our_mission h4 {
    margin-bottom: 60px;
    font-size: calc(29px * 1.2);
}.our_mission .info_section {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 30px), 
            calc(100% - 30px) 100%, 
            0 100%
        );
    padding: 50px 60px;
}.our_mission .info_section h6 {
    font-size: calc(19px * 1.3);
    margin-bottom: 30px;
}.our_mission .info_section span {
    column-count: 2;
    column-gap: 50px;
}
}

@media (min-width: 1024px) {.our_mission {
    padding: 120px 0;
}.our_mission .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.our_mission .info_section {
    padding: 60px 70px;
}.our_mission .info_section span {
    column-count: 2;
}
}

@media (max-width: 767px) {.our_mission {
    padding: 60px 0;
}.our_mission h4 {
    font-size: calc(19px * 1.2);
    margin-bottom: 30px;
}.our_mission .info_section {
    padding: 30px 25px;
}.our_mission .info_section h6 {
    margin-bottom: 15px;
    font-size: 19px;
}.our_mission .info_section span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.our_mission {
    padding: 50px 0;
}.our_mission .info_section {
    padding: 25px 20px;
}.our_mission .info_section span::first-letter {
    font-size: 2em;
}}.privacy_stronghold {
    width: 100%;
    padding: 50px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_stronghold h1 {
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(159,191,210);
    padding-bottom: 10px;
    margin-top: 40px;
    font-size: 42px;
    color: rgb(159,191,210);
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}.privacy_stronghold h2 {
    margin-bottom: 20px;
    padding-left: 10px;
    color: rgb(111,157,186);
    border-left: 4px solid rgb(159,191,210);
    font-size: 38px;
    margin-top: 30px;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}.privacy_stronghold ul, .privacy_stronghold ol {
    padding-left: 0;
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_stronghold ul li, .privacy_stronghold ol li {
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
    font-size: 12px;
}.privacy_stronghold ul li::before, .privacy_stronghold ol li::before {
    width: 6px;
    transform: translateY(-50%);
    height: 6px;
    content: '';
    background: rgb(159,191,210);
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
}.privacy_stronghold p, .privacy_stronghold span, .privacy_stronghold div {
    font-size: 12px;
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}.privacy_stronghold div.container {
    max-width: 1000px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {.privacy_stronghold {
    border-radius: 10px;
    padding: 30px;
}.privacy_stronghold h1 {
    font-size: calc(24px - 5px);
}.privacy_stronghold h2 {
    font-size: calc(24px - 5px);
}.privacy_stronghold ul, .privacy_stronghold ol {
    margin: 10px 0;
    padding: 10px 0;
}.privacy_stronghold ul li, .privacy_stronghold ol li {
    font-size: 12px;
    padding-left: 15px;
}}.contact {
    position: relative;
    padding: 80px 0;
}.contact::before {
    top: 0;
    content: "";
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}.contact .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.contact .connect_grid {
    grid-template-columns: 45% 55%;
    display: grid;
    border-radius: 0;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}.contact .connect_grid::before {
    position: absolute;
    left: -150px;
    content: "";
    border-radius: 50%;
    width: 300px;
    height: 300px;
    z-index: 0;
    top: -150px;
    background: rgb(159,191,210,0.5);
}.contact .connect_grid::after {
    z-index: 0;
    bottom: -150px;
    content: "";
    height: 300px;
    position: absolute;
    right: -150px;
    width: 300px;
    border-radius: 50%;
    background: rgb(111,157,186,0.5);
}.contact .inquiry_feedback {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 50px;
    z-index: 1;
    position: relative;
}.contact .inquiry_feedback h3 {
    font-weight: 700;
    color: rgb(159,191,210);
    margin-bottom: 40px;
    position: relative;
    font-size: 35px;
}.contact .inquiry_feedback h3::after {
    left: 0;
    content: "";
    width: 60px;
    height: 4px;
    background-color: rgb(111,157,186);
    bottom: -15px;
    position: absolute;
}.contact .inquiry_feedback div {
    padding-bottom: 15px;
    align-items: center;
    display: flex;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}.contact .inquiry_feedback div:last-of-type {
    border-bottom: none;
}.contact .inquiry_feedback div svg {
    margin-right: 15px;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}.contact .inquiry_feedback div svg path {
    transition: fill 0.3s ease;
    fill: rgb(159,191,210);
}.contact .inquiry_feedback div:hover svg path {
    fill: rgb(111,157,186);
}.contact .inquiry_feedback div span {
    font-size: 17px;
    color: #000000;
}.contact .inquiry_feedback div span a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}.contact .inquiry_feedback div span a:hover {
    color: rgb(159,191,210);
}.contact .query_widget {
    padding: 50px;
    background-color: #ffffff;
    z-index: 1;
    position: relative;
}.contact .query_widget h3 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 600;
    font-size: 24px;
}.contact form {
    flex-direction: column;
    display: flex;
}.contact form input[type="text"],
.contact form input[type="email"] {
    font-size: 17px;
    height: 55px;
    border-radius: 10px;
    background-color: rgb(210,226,235);
    padding: 0 20px;
    color: #000000;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border: none;
}.contact form input[type="text"]:focus,
.contact form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(159,191,210,0.5);
}.contact form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact .help_section {
    margin-bottom: 25px;
    position: relative;
}.contact .help_section input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}.contact .help_section label {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    display: block;
    color: #000000;
    line-height: 1.6;
    padding-left: 35px;
}.contact .help_section label::before {
    border-radius: 10px;
    transition: all 0.3s ease;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    background-color: rgb(210,226,235);
}.contact .help_section input[type="checkbox"]:checked + label::before {
    background-color: rgb(159,191,210);
}.contact .help_section input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 3px;
    width: 6px;
    left: 7px;
    height: 12px;
    border: solid #ffffff;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
}.contact .help_section label a {
    transition: all 0.3s ease;
    color: rgb(159,191,210);
    text-decoration: none;
}.contact .help_section label a:hover {
    text-decoration: underline;
    color: rgb(111,157,186);
}.contact form .connect_links {
    background-color: rgb(159,191,210);
    border-radius: 10px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    padding: 16px 30px;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    align-self: flex-start;
    cursor: pointer;
}.contact form .connect_links:hover {
    background-color: rgb(111,157,186);
}@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(159,191,210,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}

.contact .inquiry_feedback div {
    animation: borderPulse 3s infinite;
    animation-delay: calc(var(--n) * 0.5s);
}.contact .inquiry_feedback div:nth-child(2) {
    --n: 0;
}.contact .inquiry_feedback div:nth-child(3) {
    --n: 1;
}.contact .inquiry_feedback div:nth-child(4) {
    --n: 2;
}.contact .inquiry_feedback div:nth-child(5) {
    --n: 3;
}

@media screen and (max-width: 992px) {.contact .container {
    width: 90%;
}.contact .connect_grid {
    grid-template-columns: 1fr;
}.contact .inquiry_feedback {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
}

@media screen and (max-width: 576px) {.contact {
    padding: 60px 0;
}.contact .inquiry_feedback,
    .contact .query_widget {
    padding: 30px 20px;
}.contact .inquiry_feedback h3 {
    font-size: calc(35px * 0.8);
}.contact form input[type="text"],
    .contact form input[type="email"] {
    height: 50px;
}.contact form .connect_links {
    width: 100%;
    padding: 14px 20px;
}}footer {
    position: relative;
}footer::before {
    background: linear-gradient(210deg, #000000 0%, rgb(159,191,210) 100%);
    bottom: 0;
    left: 0;
    content: '';
    right: 0;
    opacity: 0.92;
    position: absolute;
    z-index: 1;
    top: 0;
}.intern_opp {
    padding: 90px 0 50px;
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 2;
    color: #ffffff;
}.intern_opp::before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    top: 0;
    opacity: 0.1;
    left: 0;
    width: 100%;
    height: 1px;
}.intern_opp .container {
    display: flex;
    flex-direction: column;
}.intern_opp .company_holder {
    backdrop-filter: blur(10px);
    border-radius: 26px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    order: 2;
    margin-top: 70px;
    background-size: 200% 200%;
    transform: perspective(1000px) rotateX(2deg);
    animation: shiftGradient 15s ease infinite;
}.intern_opp .company_holder h3 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 37px;
}.intern_opp .company_holder h3::after {
    height: 3px;
    border-radius: 3px;
    display: block;
    margin: 15px auto 0;
    background: rgb(159,191,210);
    width: 60px;
    content: '';
}.intern_opp .youtube_chan {
    font-size: 13px;
    margin: 0 auto;
    line-height: 1.6;
    max-width: 80%;
    text-align: center;
    position: relative;
    padding-top: 15px;
}.intern_opp .alumni_net {
    position: relative;
    order: 1;
}.intern_opp .header_top {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    gap: 60px;
    margin-bottom: 30px;
    justify-content: space-between;
}.intern_opp .first_pagebar {
    transition: transform 0.3s ease;
    flex: 1;
    position: relative;
    border-radius: 10px;
    max-width: calc(50% - 30px);
    transform: translateZ(0);
    overflow: hidden;
    min-width: 250px;
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
}.intern_opp .first_pagebar:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.intern_opp .first_pagebar:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.intern_opp .first_pagebar:hover {
    transform: perspective(1000px) rotateY(0);
}.intern_opp .first_pagebar::before {
    inset: 0;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    content: '';
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
}.intern_opp .first_pagebar h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    word-wrap: break-word;
    font-size: 22px;
    padding-bottom: 15px;
    position: relative;
}.intern_opp .first_pagebar h5::before {
    background: rgb(111,157,186);
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 50px;
}.intern_opp .first_pagebar .header_top {
    gap: 12px;
    margin: 0;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}.intern_opp .first_pagebar .header_top a {
    opacity: 0.8;
    word-break: break-word;
    text-decoration: none;
    font-size: 13px;
    display: flex;
    white-space: normal;
    transition: all 0.3s ease;
    align-items: center;
    color: #ffffff;
}.intern_opp .first_pagebar .header_top a::before {
    margin-right: 10px;
    background: rgb(111,157,186);
    transition: all 0.3s ease;
    border-radius: 50%;
    height: 6px;
    transform: scale(0);
    content: '';
    flex-shrink: 0;
    opacity: 0;
    min-width: 6px;
}.intern_opp .first_pagebar .header_top a:hover {
    transform: translateX(5px);
    color: #ffffff;
    opacity: 1;
}.intern_opp .first_pagebar .header_top a:hover::before {
    opacity: 1;
    transform: scale(1);
}.trade_mark {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    padding: 25px 0;
}.trade_mark::before {
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(111,157,186,0.5), transparent);
    top: 0;
    position: absolute;
    height: 1px;
}.trade_mark .container {
    text-align: center;
}.trade_mark .press_room {
    opacity: 0.7;
    color: #ffffff;
    font-size: 13px;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.intern_opp .alumni_net::before {
    position: absolute;
    content: '';
    z-index: -1;
    background: rgb(111,157,186);
    animation: pulse 10s infinite ease-in-out reverse;
    opacity: 0.1;
    left: -5%;
    height: 250px;
    border-radius: 50%;
    bottom: -10%;
    width: 250px;
    filter: blur(100px);
}footer::after {
    left: 0;
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    z-index: 1;
    content: '';
}

@media (max-width: 992px) {.intern_opp {
    padding: 70px 0 40px;
}.intern_opp .header_top {
    gap: 40px;
}.intern_opp .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.intern_opp {
    padding: 50px 0 30px;
}.intern_opp .header_top {
    flex-direction: column;
    gap: 30px;
}.intern_opp .first_pagebar {
    max-width: 100%;
    min-width: 100%;
}.intern_opp .company_holder {
    padding: 20px;
}.intern_opp .youtube_chan {
    max-width: 100%;
}
}

@media (max-width: 576px) {.intern_opp {
    padding: 40px 0 20px;
}.intern_opp .company_holder h3 {
    font-size: calc(37px * 0.8);
}.intern_opp .first_pagebar h5 {
    font-size: calc(22px * 0.9);
}
}