* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scrollbar-color: rgb(153,152,173,0.5) rgb(153,152,173);
    scrollbar-width: none;
}

html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
}

.educational_gains::after {
    background: rgb(153,152,173,0.5);
    z-index: 1;
    height: 200px;
    bottom: -100px;
    transform: rotate(-5deg);
    position: absolute;
    right: -25%;
    width: 150%;
    content: '';
}

.educational_gains .text_box_holder {
    width: 60%;
    padding-top: 20px;
    padding-left: 8%;
}

.educational_gains h2::before {
    bottom: -10px;
    left: -10%;
    width: 120%;
    z-index: -1;
    content: '';
    position: absolute;
    background: rgb(191,191,208,0.5);
    height: 30px;
}

.educational_gains .text_main_holder > div:hover::before {
    height: 100%;
}

.educational_gains .text_main_holder > div:nth-child(even) {
    transform: translateY(20px);
}

.educational_gains .text_main_holder > div:hover svg {
    transform: scale(1.1);
}

.educational_gains .text_main_holder p {
    z-index: 1;
    margin: 0;
    position: relative;
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
}

.about_this h2 {
    transform: translateX(-10px);
    display: inline-block;
    font-weight: 700;
    animation: slideInTitle 0.8s ease-out forwards;
    font-size: calc(28px * 1.2);
    color: #ffffff;
    position: relative;
    margin-bottom: 2rem;
}

.about_this .text_box_holder > div {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
}

.about_this .text_box_holder p {
    line-height: 1.2;
    transform: translateX(-10px);
    animation: fadeIn 0.5s 0.8s forwards;
    position: relative;
    color: #ffffff;
    margin: 0 0 10px;
    opacity: 0;
    font-weight: 600;
    font-size: calc(14px * 1.5);
    letter-spacing: 0.5px;
}

.get_in_touch {
    padding: 100px 0;
    position: relative;
}

.get_in_touch::before {
    top: 0;
    background: linear-gradient(135deg, rgb(191,191,208,0.5) 0%, rgb(153,152,173,0.5) 100%);
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
}

.get_in_touch .feedback_help div {
    text-align: center;
    display: flex;
    border-radius: 10px;
    align-items: center;
    flex-direction: column;
    padding: 30px 20px;
    transition: all 0.3s ease;
    background: rgb(225,225,233);
}

.get_in_touch .feedback_help a:hover {
    color: rgb(153,152,173);
}

.get_in_touch form h3::after {
    width: 80px;
    left: 50%;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 2px;
    position: absolute;
    bottom: -15px;
    background: rgb(191,191,208);
    content: '';
}

.get_in_touch .connect_inquiry {
    margin: 10px 0;
    align-items: flex-start;
    grid-column: 1 / -1;
    display: flex;
}

.get_in_touch .connect_inquiry input[type="checkbox"]:checked {
    background-color: rgb(191,191,208);
    border-color: rgb(191,191,208);
}

.get_in_touch .connect_inquiry a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(191,191,208);
    font-weight: 600;
}

header::after {
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    content: '';
    z-index: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

header .top_nav {
    justify-content: center;
    padding: 0 0 1rem 0;
    text-decoration: none;
    position: relative;
    display: flex;
}

header .top_nav:hover svg {
    transform: scale(1.03);
}

header .nav_tutor {
    border-radius: 10px;
    z-index: 1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: #000000;
    position: relative;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background: rgb(225,225,233);
    padding: 0.7rem 1.3rem;
}

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

.thanksPanel .learning_studio:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(#000000, 0.08);
}

.thanksPanel .learning_studio > div:first-child {
    position: relative;
}

.thanksPanel .learning_studio:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.thanksPanel h5 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: #000000;
    line-height: 1.4;
    margin: 0 0 10px;
}

.thanksPanel a::before {
    content: "";
    width: 100%;
    position: absolute;
    background: rgb(191,191,208);
    transform-origin: right;
    bottom: 0;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 1px;
    transform: scaleX(0);
}

.privacy_repository::after {
    background: linear-gradient(-45deg, rgb(191,191,208,0.5), transparent);
    left: 0;
    height: 100%;
    z-index: 1;
    bottom: 0;
    content: "";
    clip-path: polygon(0 30%, 100% 100%, 0 100%);
    opacity: 0.05;
    position: absolute;
    width: 40%;
}

.privacy_repository h3 {
    margin: 2rem 0 1rem;
    font-size: calc(36px * 0.85);
    font-weight: 600;
    border-bottom: 1px dashed rgb(153,152,173,0.5);
    padding-bottom: 0.5rem;
    color: #000000;
}

.privacy_repository p strong {
    color: rgb(191,191,208);
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.privacy_repository span {
    border-left: 1px solid rgb(153,152,173,0.5);
    display: block;
    line-height: 1.7;
    font-size: 15px;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    color: #000000;
}

.privacy_repository div.container:hover h4::after {
    transform: scaleX(1);
}

.training_specialist::after {
    right: 0;
    opacity: 0.3;
    top: 0;
    z-index: 0;
    background: radial-gradient(circle at 70% 30%, rgb(153,152,173,0.5) 0%, transparent 40%);
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
}

.training_specialist .learning_ratings:hover .photo_frame_wrap {
    transform: rotateX(0deg) translateZ(30px);
}

.training_specialist .learning_ratings:hover .experience_block {
    transform: rotateX(0deg) translateZ(20px);
}

.training_specialist .name::after {
    left: 0;
    content: "";
    height: 3px;
    bottom: -5px;
    position: absolute;
    background: linear-gradient(to right, rgb(153,152,173), transparent);
    transition: width 0.4s ease 0.1s;
    width: 0;
}

.training_specialist .learning_ratings:hover .work_block {
    transform: translateZ(5px);
}

.tariff_card {
    padding: 100px 0;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}

.tariff_card::after {
    left: 0;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(191,191,208,0.5), 0.15) 0%, transparent 50%);
    position: absolute;
    content: "";
    z-index: 2;
    height: 100%;
    top: 0;
    width: 100%;
}

.tariff_card .pricing_schemes {
    gap: 30px;
    margin: 0;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
}

.tariff_card .member_fees:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
}

.tariff_card .price_sheet {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tariff_card .member_fees:hover .price_sheet h4 {
    transform: translateY(-5px);
}

.tariff_card .member_fees:hover .price_sheet h4::after {
    width: 60px;
}

.tariff_card .price_sheet p {
    color: rgba(255, 255, 255, 0.8);
    flex-grow: 1;
    font-size: 18px;
    line-height: 1.6;
    word-break: break-word;
    margin: 0 0 25px;
    overflow-wrap: break-word;
}

.tariff_card .member_fees:hover .premium_plan::before {
    left: 100%;
}

.program_offerings::before {
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(191,191,208,0.5),
        rgb(191,191,208,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    height: 100%;
    left: 0;
    opacity: 0.04;
    position: absolute;
    top: 0;
    width: 100%;
}



.program_offerings .text_box_holder h2::after {
    content: "";
    border-radius: 10px;
    transition: width 0.4s ease;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: rgb(153,152,173);
    width: 3rem;
    height: 4px;
}

.program_offerings .photo_frame_wrap {
    transition: transform 0.5s ease;
    z-index: 2;
    margin-top: -2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    border-radius: 0;
    position: relative;
    height: 320px;
}



.equity_info .container {
    z-index: 2;
    position: relative;
}

.equity_info .support_contact::before {
    animation: scanLine 4s infinite linear;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50%;
    background: linear-gradient(90deg, transparent, rgb(153,152,173), transparent);
    content: '';
    top: -2px;
    height: 2px;
}

.equity_info .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 2rem;
}

.equity_info .head_section svg {
    transition: filter 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(191,191,208,0.5));
    max-width: 180px;
    height: auto;
}

.equity_info .main_pagewrap h5::after {
    width: 40px;
    height: 2px;
    content: '';
    transition: width 0.3s ease;
    bottom: 0;
    position: absolute;
    left: 0;
    background: rgb(153,152,173);
}

.equity_info .top_primary a:hover::before {
    background: rgb(191,191,208);
    width: 7px;
    box-shadow: 0 0 8px rgb(191,191,208);
    height: 7px;
}

.equity_info .subscribe_holder h5 {
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
}

.equity_info .input_holder {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 0.75rem;
}

.equity_info .sub_status {
    border-radius: 10px;
    background: rgb(191,191,208);
    position: relative;
    border: none;
    font-size: 19px;
    padding: 0.875rem 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    width: 100%;
    font-weight: 600;
    color: #ffffff;
}

.equity_info .brainstorm {
    color: #ffffff;
    opacity: 0.7;
    font-size: 14px;
}

.access_now::before {
    height: 300px;
    border: 30px solid rgb(191,191,208,0.5);
    position: absolute;
    width: 300px;
    opacity: 0.1;
    right: -150px;
    top: -150px;
    content: '';
    border-radius: 50%;
    z-index: 1;
}

.access_now .container::after {
    bottom: 0;
    content: '';
    z-index: 1;
    height: 80px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    background: rgb(153,152,173);
    left: 0;
    width: 80px;
    position: absolute;
}

.access_now .help_support:hover {
    color: #ffffff;
}

.access_now .learning_studio::before {
    content: '';
    left: 3%;
    width: 94%;
    top: 3%;
    z-index: 1;
    border: 1px dashed rgb(191,191,208,0.5);
    height: 94%;
    position: absolute;
}

.welcome::before {
    top: 0;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(191,191,208,0.5),
        transparent 2px,
        transparent 10px,
        rgb(191,191,208,0.5) 12px
    );
    bottom: 0;
    opacity: 0.05;
    pointer-events: none;
    z-index: 1;
    right: 0;
    position: absolute;
}

.welcome li {
    margin-bottom: 1.5rem;
}

.welcome .tech_study p {
    color: #000000;
    font-size: 18px;
    margin-top: 1.5rem;
    line-height: 1.6;
    max-width: 600px;
}

.welcome svg:hover {
    transform: translateZ(40px) rotateY(0deg) scale(1.05);
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.15));
}

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

.welcome .photo_frame_wrap:hover {
    transform: translateZ(30px) rotateX(0deg);
}

.welcome .photo_frame_wrap:hover::after {
    opacity: 0.2;
}



.welcome .text_box_holder:hover svg {
    animation: floating 3s ease-in-out infinite;
}

.metrics_summary h3 {
    padding-left: 10%;
    position: relative;
    color: #000000;
    z-index: 2;
    animation: slideInTitle 0.8s ease-out forwards;
    font-weight: 700;
    opacity: 0;
    text-align: left;
    transform: translateX(-20px);
    font-size: 37px;
    margin-bottom: 60px;
}

.metrics_summary .extra_statistics:nth-child(even) {
    transform-origin: right center;
    border-right: 4px solid rgb(153,152,173);
    border-left: 0;
}

.metrics_summary .extra_statistics:hover::before {
    transform: translateX(100%);
}

.metrics_summary .extra_statistics span {
    font-size: calc(12px * 1.1);
    transform: translateX(0);
    color: #000000;
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    transition: transform 0.3s ease-out;
    display: block;
}

.metrics_summary .extra_statistics:hover p::before {
    width: 100%;
}

.aspiring_learners .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 2;
    max-width: 1140px;
}

.aspiring_learners .learning_studio {
    position: relative;
    perspective: 1000px;
}

.aspiring_learners h4::after {
    background: rgb(153,152,173,0.5);
    bottom: 10px;
    height: 1px;
    left: 15%;
    width: 70%;
    border-radius: 1px;
    content: "";
    position: absolute;
}

.aspiring_learners p {
    z-index: 1;
    background: #ffffff;
    transform: translateZ(0) rotateX(0) rotateY(0);
    position: relative;
    font-size: 13px;
    align-items: flex-start;
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    padding: 25px;
    display: flex;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.aspiring_learners p {
    padding: 20px;
}

.aspiring_learners p span {
    transform: translateZ(5px);
}

.cookies_terms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.cookie_view {
    flex-grow: 1;
    margin-right: 15px;
}

.cookie_view h5 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: rgb(191,191,208);
}

#cookieModalWindow:checked ~ .cookie_warning_window {
    visibility: hidden;
    opacity: 0;
}

.cookie_button.edu_settings:hover {
    background-color: rgb(191,191,208);
    border-color: rgb(191,191,208);
    color: #ffffff;
}

::-webkit-scrollbar {
    width: 9px;
    height: 5px;
}

::-webkit-scrollbar-track {
    border: 1px dashed rgb(153,152,173,0.5);
    background: linear-gradient(76deg, rgb(153,152,173) 27%, rgb(191,191,208,0.5) 38%);
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    border: 3px ridge rgb(191,191,208);
    background: radial-gradient(ellipse at center, #ffffff 32%, rgb(255, 255, 255, 0.5) 54%, rgb(153,152,173) 31%, rgb(153,152,173,0.5) 76%, rgb(191,191,208) 94%, rgb(225,225,233) 100%);
    transition: background 3.1s ease-out;
}

::-webkit-scrollbar-corner {
    background: rgb(225,225,233);
    border-radius: 2px;
}



@media (min-width: 1200px) {.about_this .container {
    padding: 0 60px;
}.about_this h2 {
    margin-left: 30px;
}.about_this .text_box_holder {
    margin-left: 30px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.about_this .text_box_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.3);
}
}



@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .head_train {
    padding: 1.2rem;
}header .top_nav {
    padding: 0 0 0.8rem 0;
}header .top_nav svg {
    width: 150px;
}header .main_pagewrap {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .nav_tutor {
    padding: 0.6rem 1.1rem;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .head_train {
    padding: 0.8rem 0.8rem 1rem;
}header .top_nav {
    padding: 0 0 0.6rem 0;
}header .top_nav svg {
    width: 120px;
}header .main_pagewrap {
    padding-bottom: 0.3rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 0.6rem;
}header .main_pagewrap::-webkit-scrollbar {
    height: 3px;
}header .main_pagewrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(191,191,208);
}header .nav_tutor {
    margin-right: 3px;
    flex-shrink: 0;
    white-space: nowrap;
}}



@media (max-width: 768px) {.privacy_repository {
    padding: 2rem 1rem;
}.privacy_repository .container {
    padding: 2rem 1.5rem;
    transform: none;
}.privacy_repository h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.8);
}.privacy_repository h2 {
    margin: 2rem 0 0.8rem;
    font-size: calc(36px * 0.8);
}.privacy_repository h3 {
    font-size: calc(36px * 0.7);
}.privacy_repository h4 {
    font-size: calc(36px * 0.6);
}.privacy_repository p, 
    .privacy_repository span, 
    .privacy_repository li {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}.privacy_repository ul {
    padding-left: 0.5rem;
}.privacy_repository li {
    padding-left: 1.2rem;
}
}



@media (max-width: 768px) {.tariff_card {
    padding: 60px 0;
}.tariff_card .pricing_schemes {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.tariff_card .price_sheet h4 {
    font-size: 21px;
}.tariff_card .premium_plan {
    font-size: 21px;
}
}



@media (max-width: 767px) {.program_offerings {
    padding: 4rem 0;
}.program_offerings .photo_frame_wrap {
    margin-bottom: 2rem;
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
}}



@media (min-width: 769px) {.equity_info .input_holder {
    flex-direction: row;
}.equity_info .sub_status {
    width: auto;
}
}



@media (max-width: 480px) {.equity_info {
    padding: 2.5rem 0 1rem;
}.equity_info .info_item p, 
    .equity_info .info_item a {
    font-size: calc(14px - 3px);
}.equity_info .main_pagewrap h5, 
    .equity_info .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}.equity_info .top_primary a, 
    .equity_info .subscribe_holder p {
    font-size: calc(14px - 2px);
}.equity_info .brainstorm {
    font-size: calc(14px - 2px);
}}



@media (max-width: 480px) {.access_now {
    padding: 70px 0;
}.access_now .container {
    padding: 30px;
}.access_now .container p {
    margin-bottom: 25px;
    font-size: calc(18px * 1.2);
}.access_now .container::before,
    .access_now .container::after {
    height: 50px;
    width: 50px;
}.access_now .help_support {
    font-size: calc(19px * 0.9);
    line-height: 45px;
    height: 45px;
    width: 160px;
}}



@media (max-width: 1200px) {.metrics_summary {
    padding: 80px 0;
}.metrics_summary h3 {
    padding-left: 5%;
    font-size: calc(37px * 0.9);
}.metrics_summary ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
}



@media (max-width: 768px) {.aspiring_learners {
    padding: 80px 0;
}.aspiring_learners h4 {
    font-size: calc(31px * 0.8);
    margin-bottom: 50px;
}.aspiring_learners div > div {
    grid-template-columns: 1fr;
    gap: 25px;
}.aspiring_learners p {
    padding: 18px;
}.aspiring_learners p svg {
    height: 24px;
    width: 24px;
    margin-right: 12px;
}.aspiring_learners p:nth-child(odd),
    .aspiring_learners p:nth-child(even) {
    animation: none;
    transform: none;
}.aspiring_learners p:hover {
    transform: translateY(-5px);
}.aspiring_learners p:hover svg {
    transform: scale(1.2);
}.aspiring_learners::after {
    height: 100px;
}
}

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



@keyframes floating {
    0% { transform: translateY(0) translateZ(30px) rotateY(5deg); }
    50% { transform: translateY(-10px) translateZ(35px) rotateY(3deg); }
    100% { transform: translateY(0) translateZ(30px) rotateY(5deg); }
}



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

