header,footer {
    width: 100%;
}

header {
    padding: 1.5rem 3%;
    z-index: 100;
    position: relative;
    background: linear-gradient(to right, rgb(191,191,208,0.5), rgb(153,152,173,0.5));
    width: 100%;
}


.educational_gains {
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, rgb(225,225,233), #ffffff);
    padding: 120px 0;
}

.educational_gains .photo_frame_wrap {
    margin-left: -5%;
    height: 600px;
    border-radius: 0 16px 16px 0;
    width: 45%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    z-index: 3;
    position: relative;
    transition: all 0.5s ease;
    margin-top: -50px;
}

.educational_gains .text_main_holder {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    padding-right: 5%;
    display: grid;
}

.educational_gains .text_main_holder > div:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}

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

.educational_gains .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(153,152,173);
}

.about_this::before {
    position: absolute;
    backdrop-filter: blur(2px);
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(145deg, rgba(0,0,0,0.9), rgba(0,0,0,0.5), rgba(0,0,0,0.85));
    top: 0;
}

.about_this h2::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(191,191,208), rgb(153,152,173));
    animation: lineGrow 1s 0.6s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 3px;
    transform: scaleX(0);
    transform-origin: left;
    width: 60px;
    bottom: -10px;
    left: 0;
}

.about_this .text_box_holder div div {
    opacity: 0.9;
    animation: fadeSlideUp 0.8s 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
    column-count: 1;
    transform: translateY(10px);
    color: #ffffff;
    column-gap: 40px;
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0;
}

.get_in_touch .connect_panel {
    grid-gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}

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

.get_in_touch .feedback_help svg path {
    fill: rgb(191,191,208);
}

.get_in_touch .feedback_map {
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.get_in_touch form input[type="text"],
.get_in_touch form input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    color: #000000;
    padding: 15px 20px;
}

.get_in_touch .connect_inquiry label {
    line-height: 1.5;
    font-size: 13px;
    color: #000000;
}

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

.get_in_touch .help_support {
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    grid-column: 1 / -1;
    position: relative;
    background: rgb(191,191,208);
    border-radius: 10px;
    padding: 18px 20px;
    font-weight: 600;
}

header .head_train::after {
    top: 0;
    height: 100%;
    content: '';
    width: 5px;
    background: linear-gradient(to bottom, rgb(153,152,173), rgb(191,191,208));
    right: 0;
    position: absolute;
}

header .top_nav svg {
    transition: all 0.3s ease;
    height: auto;
    width: 170px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
}

header .nav_tutor::before {
    top: 0;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    content: '';
    height: 100%;
    border-radius: 10px 0 0 10px;
    z-index: -1;
    width: 3px;
    background: linear-gradient(to bottom, rgb(191,191,208), rgb(153,152,173));
}

.thanksPanel::after {
    z-index: 1;
    transform: rotate(30deg);
    background: linear-gradient(45deg, rgb(153,152,173) 0%, rgb(191,191,208) 100%);
    width: 150px;
    content: "";
    bottom: -30px;
    opacity: 0.05;
    left: -30px;
    position: absolute;
    border-radius: 10px;
    height: 150px;
}

.thanksPanel .learning_studio > div:first-child::after {
    transform: scaleX(1);
    height: 3px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    bottom: -15px;
    left: 0;
    background: rgb(191,191,208);
    transform-origin: left;
    width: 60px;
    content: "";
}

.thanksPanel a:hover p {
    transform: translateY(-2px);
}

.thanksPanel .learning_studio > div:last-child::before {
    color: rgb(191,191,208);
    right: 0;
    content: "✓";
    opacity: 0.2;
    transform: rotate(-10deg);
    top: -15px;
    font-size: 18px;
    position: absolute;
    transition: all 0.3s ease;
}

.privacy_repository h1 {
    margin-bottom: 2rem;
    font-weight: 700;
    color: #000000;
    padding-bottom: 1rem;
    font-size: 38px;
    transform: translateZ(5px);
    position: relative;
}

.privacy_repository h2 {
    border-left: 3px solid rgb(153,152,173);
    color: #000000;
    font-weight: 600;
    margin: 2.5rem 0 1rem;
    font-size: 36px;
    padding-left: 1rem;
    position: relative;
}

.privacy_repository h4::after {
    background: rgb(153,152,173,0.5);
    bottom: -5px;
    content: "";
    transform: scaleX(0.7);
    width: 100%;
    position: absolute;
    transform-origin: left;
    height: 2px;
    transition: transform 0.3s ease;
    left: 0;
}

.privacy_repository li::before {
    position: absolute;
    transform: rotate(45deg);
    background: rgb(153,152,173);
    top: 0.65rem;
    width: 8px;
    left: 0;
    content: "";
    transition: transform 0.3s ease;
    height: 8px;
}

.training_specialist .learning_ratings {
    position: relative;
    perspective: 1500px;
    max-width: 1000px;
    display: grid;
    transform-style: preserve-3d;
    margin: 0 auto;
    z-index: 2;
    grid-template-columns: 1fr;
}

.training_specialist .experience_block {
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: top;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: rotateX(-5deg);
    padding: 40px;
    background: #ffffff;
    position: relative;
    border-radius: 0 0 22px 22px;
}

.training_specialist .experience_block > div:nth-child(2) {
    transform: translateZ(0);
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #000000;
    opacity: 0.7;
    font-weight: 600;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
}

.tariff_card::before {
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
}

.tariff_card .pricing_fees {
    color: #ffffff;
    text-align: center;
    margin: 0 auto 40px;
    font-size: calc(18px + 2px);
    line-height: 1.6;
    max-width: 700px;
    opacity: 0.9;
}

.tariff_card .pricing_schemes li {
    display: flex;
    perspective: 1000px;
}

.tariff_card .member_fees:hover::before {
    opacity: 0.15;
}

.tariff_card .fee_offers {
    flex-direction: column;
    padding: 30px;
    position: relative;
    display: flex;
    flex-grow: 1;
}

.tariff_card .price_sheet h4 {
    color: #ffffff;
    transition: transform 0.3s ease;
    margin: 0 0 20px;
    position: relative;
    font-size: calc(21px + 2px);
}

.tariff_card .premium_plan {
    font-weight: 700;
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    margin-top: auto;
    padding: 10px 20px;
    align-self: flex-start;
    overflow: hidden;
    font-size: calc(21px + 4px);
    background: linear-gradient(90deg, rgb(191,191,208,0.5), transparent);
    transition: transform 0.3s ease;
}

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

.program_offerings .text_box_holder:hover {
    transform: translateY(-10px);
}

.program_offerings .text_box_holder h2 {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 2rem;
    position: relative;
    font-size: 28px;
    color: rgb(191,191,208);
    animation: fadeInUp 0.8s ease forwards;
}

.program_offerings .text_box_holder .description:last-of-type {
    animation-delay: 0.4s;
    margin-bottom: 0;
    font-weight: 600;
}

.program_offerings .photo_frame_wrap:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

.equity_info::before {
    bottom: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(191,191,208,0.5) 0%, transparent 50%);
    right: 0;
    left: 0;
    content: '';
}

.equity_info .report_abuse {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.equity_info .info_item:hover {
    transform: translateY(-5px);
}

.equity_info .info_item p, 
.equity_info .info_item a {
    padding: 0.75rem;
    align-items: center;
    border-radius: 10px;
    font-size: calc(14px - 2px);
    transition: all 0.3s ease;
    color: #ffffff;
    border: 1px solid transparent;
    display: flex;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    text-decoration: none;
    gap: 0.5rem;
    justify-content: center;
}

.equity_info .main_pagewrap {
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}

.equity_info .main_pagewrap:hover h5::after {
    width: 80px;
}

.equity_info .top_primary a {
    position: relative;
    opacity: 0.8;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 14px;
    text-decoration: none;
    padding-left: 1rem;
}

.equity_info .subscribe_holder::before {
    content: '';
    z-index: -1;
    top: 0;
    background: radial-gradient(circle at top right, rgb(191,191,208,0.5) 0%, transparent 70%);
    left: 0;
    opacity: 0.1;
    right: 0;
    bottom: 0;
    position: absolute;
}

.equity_info .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(191,191,208,0.5);
    outline: none;
    border-color: rgb(191,191,208);
}

.equity_info .sub_status:hover {
    background: rgb(153,152,173);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(153,152,173,0.5);
}

.equity_info .inclusion::before {
    content: '';
    height: 1px;
    top: -1px;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(153,152,173,0.5), transparent);
}

.access_now .container {
    padding: 60px;
    z-index: 2;
    background: #ffffff;
    max-width: 900px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
}

.access_now .help_support {
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    background: transparent;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid rgb(191,191,208);
    color: rgb(191,191,208);
    width: 220px;
    display: block;
    line-height: 60px;
    font-size: 19px;
    height: 60px;
    transition: all 0.4s ease;
}

.welcome {
    overflow: hidden;
    flex-direction: column;
    position: relative;
    perspective: 1000px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    background: linear-gradient(135deg, rgb(225,225,233) 0%, #ffffff 100%);
    padding: 5rem 2rem;
}

.welcome .text_box_holder::before {
    bottom: 10px;
    transform: translateZ(-10px);
    position: absolute;
    right: 10px;
    background: linear-gradient(135deg, rgb(153,152,173,0.5), transparent);
    left: -10px;
    top: -10px;
    opacity: 0.2;
    content: "";
    z-index: -1;
}

.welcome svg path {
    transition: fill 0.3s ease;
}

.welcome .help_support {
    transform: translateZ(15px);
    background: linear-gradient(135deg, rgb(191,191,208) 0%, rgb(153,152,173) 100%);
    font-weight: 600;
    position: relative;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-top: 1rem;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    color: #ffffff;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    padding: 0.8rem 2rem;
    overflow: hidden;
    font-size: 16px;
}

.metrics_summary::before {
    width: 80%;
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgb(191,191,208,0.5) 0%, transparent 70%);
    z-index: 0;
    left: -10%;
    position: absolute;
    top: -20%;
    content: "";
    height: 150%;
}

.metrics_summary ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
    gap: 30px;
    list-style: none;
    padding: 0;
}

.metrics_summary .extra_statistics:hover {
    background: linear-gradient(145deg, #ffffff 0%, #ffffff 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) rotateX(0);
}

.metrics_summary .extra_statistics:hover span {
    transform: translateX(5px);
}

.metrics_summary .extra_statistics:nth-child(even) p {
    color: rgb(153,152,173);
}

.metrics_summary .extra_statistics p::before {
    left: 0;
    bottom: -5px;
    transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    position: absolute;
    content: "";
    width: 0;
    background: linear-gradient(90deg, rgb(191,191,208) 0%, rgb(153,152,173) 100%);
    height: 3px;
}

.aspiring_learners h4::before {
    border-radius: 3px;
    content: "";
    position: absolute;
    left: 25%;
    height: 3px;
    background: rgb(191,191,208);
    width: 50%;
    bottom: 0;
}

.aspiring_learners div > div {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    perspective: 1000px;
}

.aspiring_learners div > div {
    gap: 30px;
}



.aspiring_learners p::before {
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgb(225,225,233) 100%);
    z-index: -1;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    content: "";
    transition: opacity 0.3s ease;
    top: 0;
    border-radius: 15px;
}

.aspiring_learners p:hover svg path {
    fill: rgb(153,152,173);
}

.cookie_ack {
    margin-right: 15px;
    flex-shrink: 0;
}

.cookie_ack svg {
    width: 50px;
    height: 50px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(191,191,208);
}

.cookie_view p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}

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

.cookie_button.edu_settings {
    border-color: rgb(153,152,173);
    color: #000000;
    background-color: rgb(153,152,173);
}

.cookie_warning_window p a:hover {
    color: rgba(0, 0, 0, 0.5);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 576px) {.educational_gains {
    padding: 80px 0;
}.educational_gains .photo_frame_wrap {
    height: 300px;
}.educational_gains h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.educational_gains .text_main_holder > div {
    padding: 20px;
}.educational_gains .text_main_holder svg {
    height: 35px;
    width: 35px;
}}



@media (min-width: 992px) {.about_this {
    padding: 180px 0;
}.about_this::after {
    width: 60%;
}.about_this .container {
    padding: 0 40px;
}.about_this h2 {
    font-size: calc(28px * 1.6);
}.about_this h2::after {
    width: 80px;
}.about_this .text_box_holder {
    padding: 60px 70px;
}.about_this .text_box_holder::before {
    height: 150px;
    width: 25px;
}.about_this .text_box_holder div div {
    column-count: 2;
    column-gap: 60px;
}
}



@media (max-width: 576px) {.get_in_touch {
    padding: 50px 0;
}.get_in_touch .feedback_help {
    grid-template-columns: 1fr;
    padding: 25px;
}.get_in_touch .feedback_map {
    padding: 25px;
}.get_in_touch .feedback_help h3,
    .get_in_touch form h3 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.8);
}.get_in_touch .feedback_help div {
    padding: 25px 15px;
}}



@media (max-width: 767px) {.thanksPanel {
    padding: 60px 0;
}.thanksPanel .learning_studio {
    padding: 30px;
}.thanksPanel h5 {
    font-size: calc(18px * 0.9);
}.thanksPanel::before,
  .thanksPanel::after {
    height: 100px;
    width: 100px;
}
}



@media (hover: none) {.thanksPanel .learning_studio {
    transform: none !important;
}.thanksPanel a::before {
    display: none;
}
}



@media (max-width: 992px) {.privacy_repository {
    padding: 3rem 1.5rem;
}.privacy_repository .container {
    transform: perspective(1000px) rotateX(0.3deg);
    padding: 2.5rem 2rem;
}.privacy_repository h1 {
    font-size: calc(38px * 0.9);
}.privacy_repository h2 {
    font-size: calc(36px * 0.9);
    padding-left: 0.8rem;
}
}



@media (max-width: 767px) {.training_specialist {
    padding: 50px 20px;
}.training_specialist .photo_frame_wrap {
    height: 250px;
}.training_specialist .experience_block {
    padding: 30px 25px;
}.training_specialist .name {
    font-size: calc(37px - 4px);
}.training_specialist .experience_block > div:nth-child(2) {
    font-size: calc(20px - 1px);
}.training_specialist .work_block {
    font-size: calc(17px - 1px);
}}



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



@media (max-width: 576px) {.tariff_card {
    padding: 50px 0;
}.tariff_card h2 {
    font-size: calc(29px - 6px);
}.tariff_card .pricing_fees {
    font-size: calc(18px - 1px);
}.tariff_card .fee_offers {
    padding: 20px;
}.tariff_card .price_sheet p {
    font-size: calc(18px - 1px);
}}



@media (max-width: 1024px) {.equity_info {
    padding: 4rem 0 1rem;
}.equity_info .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.equity_info .subscribe_holder {
    grid-column: span 2;
}
}



@media (max-width: 768px) {.equity_info {
    padding: 3rem 0 1rem;
}.equity_info .support_contact {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}.equity_info .info_item {
    min-width: 100%;
}.equity_info .text_main_holder {
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.equity_info .subscribe_holder {
    grid-column: auto;
}.equity_info .head_section {
    align-items: center;
    text-align: center;
}.equity_info .pledge_block {
    max-width: 100%;
    text-align: center;
}.equity_info .main_pagewrap h5 {
    text-align: center;
}.equity_info .main_pagewrap h5::after {
    left: 50%;
    transform: translateX(-50%);
}.equity_info .top_primary {
    align-items: center;
}.equity_info .top_primary a {
    text-align: center;
}.equity_info .top_primary a:hover {
    transform: translateY(-2px);
}.equity_info .input_holder {
    flex-direction: column;
}.equity_info .sub_status {
    width: 100%;
}
}



@media (max-width: 768px) {.metrics_summary {
    padding: 60px 0;
}.metrics_summary h3 {
    padding-left: 0;
    text-align: center;
    margin-bottom: 40px;
    font-size: calc(37px * 0.8);
}.metrics_summary ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}.metrics_summary .extra_statistics {
    padding: 25px 20px;
}.metrics_summary .extra_statistics p {
    font-size: calc(37px * 1.2);
}
}


@media (max-width: 1200px) {.cookie_view h5 {
    font-size: calc(18px - 2px);
}.cookie_view p {
    font-size: calc(18px - 2px);
}.cookie_controls {
    font-size: calc(16px - 2px);
}
}



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



@keyframes lineGrow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

@keyframes float1 {
    0%, 100% {
        transform: translateZ(20px) translateY(0);
    }
    50% {
        transform: translateZ(40px) translateY(-15px);
    }
}


    
    @keyframes float2 {
        0%, 100% {
            transform: translateZ(15px) translateY(0);
        }
        50% {
            transform: translateZ(25px) translateY(-12px);
        }
    }

