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

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

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

.head_lead {
    flex: 1 0 auto;
}

.head_lead {
    padding-top: 2rem;
    position: relative;
    background: rgb(184,203,204);
    z-index: 1;
}

header,footer {
    width: 100%;
}

header {
    padding: 0;
    overflow: visible;
    z-index: 100;
    margin-top: 0;
    position: relative;
    background: rgb(115,134,135);
}

.contact_panel::before {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    z-index: 1;
    background: rgb(115,134,135,0.5);
}

.contact_panel .connect_request {
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row: 2;
    display: flex;
    border-radius: 0 0 20px 20px;
    padding: 60px 50px;
    background: #ffffff;
}

.contact_panel .connect_request h3::after {
    transform: translateX(-50%);
    position: absolute;
    background: rgb(149,168,169);
    content: '';
    left: 50%;
    bottom: -15px;
    width: 80px;
    height: 3px;
}

.contact_panel .connect_request div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.contact_panel .connect_request svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}

.contact_panel .connect_request a {
    color: rgb(149,168,169);
    transition: color 0.3s ease;
    text-decoration: none;
}

.contact_panel .help_list {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    background: rgb(149,168,169);
    padding: 0;
    grid-row: 1;
}

.contact_panel .help_list::after {
    border-radius: 50%;
    height: 200px;
    bottom: -80px;
    opacity: 0.1;
    content: '';
    background: rgb(115,134,135);
    position: absolute;
    width: 200px;
    left: -80px;
}

.contact_panel form h3::after {
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    bottom: -15px;
    position: absolute;
    content: '';
    height: 3px;
    background: #ffffff;
}

.contact_panel form input[type="text"]:focus,
.contact_panel form input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.2);
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
}

.contact_panel form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact_panel .help_inquiry input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    flex-shrink: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    margin-right: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    height: 22px;
    width: 22px;
}

.contact_panel .help_inquiry label {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.contact_panel .help_inquiry a:hover {
    opacity: 0.8;
    border-bottom-color: #ffffff;
}

.contact_panel .reach_links {
    color: rgb(149,168,169);
    cursor: pointer;
    transition: all 0.3s ease;
    background: #ffffff;
    font-size: 17px;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    width: 100%;
    padding: 18px 20px;
}

.secure_guard:before, .secure_guard:after {
    z-index: 0;
    border-radius: 50%;
    position: absolute;
    background: rgb(149,168,169,0.5);
    content: "";
}

.secure_guard:before {
    left: -100px;
    width: 200px;
    height: 200px;
    top: -100px;
}

.secure_guard:after {
    height: 150px;
    width: 150px;
    right: -75px;
    bottom: -75px;
}

.secure_guard h2 {
    color: rgb(115,134,135);
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    font-size: 35px;
    z-index: 1;
    border-bottom: 1px solid rgb(115,134,135,0.5);
    padding-bottom: 5px;
}

.secure_guard li {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 20px;
    margin-bottom: 10px;
}

.secure_guard div {
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 20px;
    line-height: 1.8;
}

.secure_guard p, .secure_guard span {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}

.secure_guard a:hover {
    border-bottom: 1px solid rgb(149,168,169);
    color: rgb(149,168,169);
}

.secure_guard button {
    background: rgb(115,134,135);
    font-size: 16px;
    z-index: 1;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    padding: 10px 20px;
    position: relative;
    color: #ffffff;
}

footer .res_connect::after {
    content: "";
    opacity: 0.3;
    background: radial-gradient(circle, rgb(149,168,169), transparent 70%);
    right: 15%;
    position: absolute;
    top: 50px;
    width: 200px;
    border-radius: 50%;
    height: 200px;
}

footer .talk_team {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
    gap: 10px;
    margin-bottom: 60px;
}

footer .info_item:hover {
    background-color: rgb(149,168,169);
    transform: skewX(-5deg) translateY(-5px);
}

footer .info_item svg {
    fill: #ffffff;
    transform: skewX(5deg);
    margin-right: 10px;
    width: 20px;
    vertical-align: middle;
    height: 20px;
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
    position: relative;
}

footer .top_base::before {
    width: 5px;
    background-color: rgb(149,168,169);
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

footer .top_page {
    position: relative;
}

footer .top_page h5 {
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-size: 22px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 25px;
}

footer .header_mentor a {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-left: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

footer .header_mentor a:hover {
    padding-left: 20px;
    color: rgb(149,168,169);
}

footer .header_mentor a:hover::before {
    left: 0;
    opacity: 1;
}

footer .subscribe_holder::before {
    right: -20px;
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: rgb(149,168,169);
    opacity: 0.2;
    width: 100px;
    height: 100px;
    z-index: -1;
    top: -20px;
}

footer .subscribe_holder p {
    font-size: 12px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

footer .input_holder input[type="email"] {
    border: none;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 14px 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

footer .sub_authorization {
    cursor: pointer;
    border-radius: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 14px 20px;
    color: #ffffff;
    letter-spacing: 1px;
    background-color: rgb(149,168,169);
    font-size: 18px;
    border: none;
}

footer .study_group {
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.learning_impact::before {
    opacity: 0.5;
    left: 0;
    height: 100%;
    top: 0;
    animation: pulse 8s infinite alternate;
    background: 
        radial-gradient(circle at 10% 20%, rgb(149,168,169,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(115,134,135,0.5) 0%, transparent 40%);
    position: absolute;
    content: "";
    width: 100%;
}

.learning_impact .knowledge_sessions::before {
    z-index: -1;
    height: 300px;
    top: -150px;
    background: rgb(149,168,169,0.5);
    filter: blur(100px);
    content: "";
    border-radius: 50%;
    width: 300px;
    opacity: 0.3;
    right: -150px;
    position: absolute;
}

.learning_impact .img_showcase {
    position: relative;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.5),
        inset 0 0 0 8px rgba(255, 255, 255, 0.5);
    width: 45%;
    transition: all 0.5s ease;
    border-radius: 50%;
}



.learning_impact .img_showcase:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.15),
        -15px -15px 30px rgba(255, 255, 255, 0.7),
        inset 0 0 0 10px rgba(255, 255, 255, 0.8);
    transform: scale(1.03);
}

.learning_impact .message_holder::before {
    content: "";
    border: 4px solid rgb(149,168,169,0.5);
    left: -40px;
    height: 80px;
    width: 80px;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    top: -40px;
    border-radius: 50%;
}

.learning_impact .message_holder:hover h3::after {
    transform: scaleX(1);
}

.learning_impact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.learning_impact li {
    margin-bottom: 20px;
    padding: 15px 20px;
    background: rgb(184,203,204);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    transform-origin: left;
    transition: all 0.3s ease;
}

.learning_impact li p {
    color: #000000;
    margin: 0;
    align-items: center;
    font-size: 12px;
    display: flex;
    gap: 15px;
}

.learning_impact svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.learning_impact li:hover svg {
    transform: scale(1.1) rotate(10deg);
    background: rgb(115,134,135);
}

.pricing_item {
    background: #ffffff;
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
}

.pricing_item::after {
    animation: float 18s ease-in-out infinite alternate-reverse;
    left: -50px;
    bottom: -100px;
    background: linear-gradient(135deg, rgb(115,134,135,0.5), transparent);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    filter: blur(25px);
    width: 300px;
    position: absolute;
    z-index: 1;
    height: 300px;
    opacity: 0.5;
    content: '';
}

.pricing_item .basic_rates {
    flex-direction: column;
    display: flex;
}

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

.pricing_item .fee_structure {
    font-size: 18px;
    max-width: 700px;
    line-height: 1.6;
    margin: 1.5rem auto 0;
    color: #000000;
}

.pricing_item .package_rates {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 2rem;
    gap: 2rem;
}

.pricing_item .study_offers:nth-child(2) {
    animation-delay: 0.5s;
}

.pricing_item .study_offers:nth-child(3) {
    animation-delay: 0.6s;
}

.pricing_item .study_offers:nth-child(4) {
    animation-delay: 0.7s;
}

.pricing_item .pricing_tiers {
    position: relative;
    display: flex;
    border-radius: 4px;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    height: 100%;
    overflow: hidden;
    transition: all 0.4s ease;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
}

.pricing_item .study_offers:hover .bundle_price h3 {
    color: rgb(149,168,169);
}

.pricing_item .indv_sub {
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: rgb(149,168,169);
    padding-bottom: 10px;
    font-size: calc(19px + 4px);
}

.pricing_item .study_offers:hover .indv_sub::after {
    width: 80px;
}

.pricing_item .bundle_price p {
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.6;
    white-space: normal;
    flex-grow: 1;
    font-size: 18px;
    margin-bottom: 2rem;
    color: #000000;
}

.pricing_item .study_offers:hover .img_showcase::after {
    opacity: 1;
}

.gratWrap {
    perspective: 1000px;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(184,203,204) 0%, rgba(245, 245, 245, 0.9) 100%);
    position: relative;
    overflow: hidden;
}

.gratWrap::after {
    width: 100%;
    top: -50%;
    z-index: 0;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(149,168,169,0.5) 0%,
        transparent 70%
    );
    transform: rotate(-15deg) scale(2);
    right: -50%;
    height: 100%;
    opacity: 0.15;
    content: "";
    animation: gradientPulse 15s ease-in-out infinite alternate;
}

.gratWrap h2 {
    position: relative;
    transform: translateZ(30px);
    line-height: 1.4;
    text-align: center;
    opacity: 0;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    color: #000000;
    font-size: 29px;
    font-weight: 700;
}

.gratWrap .knowledge_sessions {
    overflow: hidden;
    border-radius: 29px;
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
    position: relative;
    padding: 40px;
    transform: translateZ(15px) rotateX(2deg);
    background: #ffffff;
    margin-top: 20px;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
}

.gratWrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gratWrap li {
    border-left: 3px solid rgb(115,134,135);
    transform: translateX(-20px);
    margin-bottom: 15px;
    padding: 20px 15px 20px 35px;
    border-radius: 0 10px 10px 0;
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    position: relative;
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
    opacity: 0;
}

.gratWrap span {
    transform: translateY(15px);
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: calc(13px * 1.05);
    color: #000000;
    display: block;
    opacity: 0;
    animation: textFadeIn 1s ease-out forwards 0.8s;
}

.our_story::before {
    content: "";
    z-index: 0;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(115,134,135,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(149,168,169,0.5), 0.07) 0%, transparent 50%);
    width: 100%;
}

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

.our_story h1 {
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    text-align: left;
    position: relative;
    transform: translateX(-10px);
    font-size: 45px;
    animation: slideInTitle 0.8s 0.3s forwards ease-out;
    opacity: 0;
}

.our_story .story_tl {
    position: relative;
}

.our_story .story_tl ul {
    grid-template-columns: 1fr;
    gap: 60px;
    list-style: none;
    display: grid;
    padding: 0;
    margin: 0;
}

.our_story .smart_classes:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.our_story .smart_classes::before {
    content: "";
    opacity: 0.8;
    height: 100%;
    width: 4px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(149,168,169), rgb(115,134,135));
    top: 0;
    left: 0;
}

.our_story .smart_classes h4 {
    font-size: calc(21px * 1.1);
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
    font-weight: 600;
    color: #000000;
}

.our_story .smart_classes:nth-child(2) h4::before {
    background-color: rgb(115,134,135);
}

.our_story .smart_classes div {
    opacity: 0.9;
    line-height: 1.7;
    padding-right: 15px;
    max-height: 300px;
    overflow-y: auto;
    padding-left: 15px;
    color: #000000;
    scrollbar-width: thin;
    font-size: 13px;
    scrollbar-color: rgb(115,134,135,0.5) transparent;
}

.training_method::after {
    content: "";
    opacity: 0.4;
    border-radius: 50%;
    width: 500px;
    animation: moveShape 15s 3s ease-in-out infinite alternate-reverse;
    position: absolute;
    height: 500px;
    filter: blur(100px);
    background: linear-gradient(45deg, rgb(115,134,135,0.5), rgb(149,168,169,0.5));
    bottom: -200px;
    z-index: 0;
    right: -200px;
}

.training_method h3 {
    font-weight: 700;
    text-align: center;
    font-size: 29px;
    margin: 0 0 6rem;
    color: #000000;
    animation: fadeScale 1s ease-out forwards;
    position: relative;
}

.training_method h3 {
    margin-bottom: 5rem;
    font-size: calc(29px * 0.9);
}

.training_method h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 4.5rem;
}

.training_method h3::after {
    height: 12px;
    bottom: -6px;
    width: 12px;
    box-shadow: 0 0 20px rgb(149,168,169,0.5);
    left: calc(50% - 6px);
    background: rgb(149,168,169);
    z-index: 2;
    animation: orbitalMove 8s linear infinite;
}

.training_method span {
    opacity: 0;
    padding: 3rem;
    border-radius: 20px;
    color: #000000;
    transform: scale(0.9);
    animation: fadeScale 1s 0.3s ease-out forwards;
    position: relative;
    background: #ffffff;
    line-height: 1.8;
    z-index: 2;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    font-size: 17px;
    text-align: center;
}

.training_method span {
    padding: 2.5rem;
}

.training_method span {
    font-size: calc(17px * 0.95);
    padding: 2rem;
}

header::before {
    background-size: 20px 20px;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    z-index: 0;
}

header .nav_pagebar {
    z-index: 5;
    padding: 1.3rem 2.5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .top_base {
    margin-right: 2rem;
    overflow: hidden;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    z-index: 2;
    border-left: 3px solid rgb(149,168,169);
    padding: 0.5rem 0.7rem;
    position: relative;
}

header .top_base:hover {
    transform: translateX(5px);
    box-shadow: 5px 0 15px -5px rgb(149,168,169);
}

header .top_base:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

header .top_start::after {
    content: '';
    bottom: -5px;
    background: rgb(149,168,169);
    opacity: 0;
    position: absolute;
    height: 10px;
    right: -5px;
    width: 10px;
    transition: all 0.3s ease;
}

header .top_page::before {
    transform: translateY(-50%);
    height: 1px;
    right: -20px;
    top: 50%;
    width: 40px;
    position: absolute;
    content: '';
    background: rgb(149,168,169);
}

header .head_bar a::before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    transition: transform 0.3s ease;
    z-index: -1;
    height: 100%;
    top: 0;
    transform: translateX(-100%);
    background: rgb(149,168,169);
}

header .head_bar a:hover {
    border-left-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-right-color: rgba(255, 255, 255, 0.2);
}

header .head_bar a:hover::before {
    transform: translateX(0);
}

header .head_bar a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

header .head_bar::before {
    position: absolute;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease;
    height: 5px;
    content: '';
    background: rgb(149,168,169);
    width: 5px;
    left: -10px;
    top: 50%;
}

header .nav_pagebar::after {
    height: 30px;
    width: 1px;
    content: '';
    top: 20px;
    background: rgb(149,168,169);
    left: 20px;
    position: absolute;
}

.academic_expertise {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(184,203,204);
}

.academic_expertise::before {
    opacity: 0.3;
    background-size: 150px 100%;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(149,168,169,0.5) 10%, 
        transparent 11%);
    position: absolute;
    animation: gradientSlide 30s linear infinite;
    left: 0;
    content: "";
}

.academic_expertise .review_testimonials:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.academic_expertise .review_testimonials:hover .img_showcase {
    transform: rotate(-5deg);
}

.academic_expertise .name {
    letter-spacing: -0.5px;
    font-weight: 700;
    color: #000000;
    margin-left: 0;
    transform: translateX(0);
    margin-top: 40px;
    transition: transform 0.5s ease;
    font-size: calc(24px * 1.2);
}

.academic_expertise .review_testimonials span:not(.name) {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 5px;
    transition: transform 0.5s ease;
    color: #000000;
    transform: translateX(0);
    letter-spacing: 1px;
}

.academic_expertise .exp_box::before {
    content: "";
    position: absolute;
    background: rgb(149,168,169);
    transform-origin: right;
    left: -40px;
    width: 30px;
    top: 15px;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    height: 2px;
}

.course_summary {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    background: rgb(115,134,135);
    position: relative;
}

.course_summary {
    grid-template-rows: 40vh 1fr;
    grid-template-columns: 1fr;
}

.course_summary {
    grid-template-rows: 30vh 1fr;
}

.course_summary .career_ready {
    animation: verticalScroll 25s ease-in-out infinite alternate;
    flex-direction: column;
    height: 400%;
    display: flex;
    width: 100%;
}

.course_summary .career_ready {
    flex-direction: row;
    width: 400%;
    height: 100%;
    animation: horizontalScroll 25s ease-in-out infinite alternate;
}

.course_summary .career_ready {
    animation-duration: 20s;
    width: 300%;
}

.course_summary .education::after {
    z-index: 1;
    inset: 0;
    background: linear-gradient(to right, #000000 0%, transparent 50%);
    content: "";
    position: absolute;
}

.course_summary .education::after {
    background: linear-gradient(to bottom, #000000 0%, transparent 50%);
}



.course_summary .container {
    align-items: center;
    position: relative;
    z-index: 5;
    display: flex;
    height: 100%;
    grid-column: 1;
}

.course_summary .container {
    padding: 3rem 0;
    grid-column: auto;
    grid-row: 2;
}

.course_summary .learn_path::before {
    background: rgb(149,168,169,0.5);
    position: absolute;
    transition: width 0.6s ease;
    width: 0;
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    content: "";
}

.course_summary .learn_path h3 {
    letter-spacing: 2px;
    margin-bottom: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 44px;
    color: #ffffff;
}

.course_summary .learn_path h3 {
    letter-spacing: 1px;
    font-size: calc(31px * 0.9);
}

.course_summary .learn_path span > * {
    transform: skewX(15deg);
    display: inline-block;
}

.course_summary .learn_path .reach_links {
    text-decoration: none;
    padding: 1rem 2.5rem;
    font-weight: 700;
    border: 2px solid rgb(149,168,169);
    z-index: 1;
    overflow: hidden;
    transition: color 0.3s ease;
    letter-spacing: 1px;
    position: relative;
    font-size: 16px;
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    color: #ffffff;
}

.course_summary .learn_path .reach_links {
    display: block;
    padding: 0.8rem 1.5rem;
    font-size: calc(16px * 0.9);
    text-align: center;
}

.cookie_alert_message {
    border-top: 3px solid rgb(149,168,169);
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    bottom: 0;
    position: fixed;
    background: rgb(184,203,204);
}

.cookies_tracking svg {
    height: 60px;
    transition: fill 0.3s ease;
    width: 60px;
    fill: rgb(149,168,169);
}

.cookie_alert_message h5 {
    color: rgb(149,168,169);
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
    font-size: 24px;
}

.learn_agree {
    cursor: pointer;
    text-decoration: none;
    border-radius: 26px;
    font-size: 18px;
    background: rgb(149,168,169);
    margin-left: 10px;
    color: #ffffff;
    padding: 10px 20px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    line-height: 35px;
}

.cookie_alert_message p a:hover {
    color: rgb(115,134,135);
}

#cookie_box_banner:checked ~ .cookie_alert_message {
    opacity: 0;
    visibility: hidden;
}

.subscribe_to_newsletter::before {
    background: 
        radial-gradient(circle at 30% 30%, rgb(149,168,169,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(115,134,135,0.5) 0%, transparent 50%);
    width: 200%;
    height: 200%;
    content: "";
    left: -50%;
    top: -50%;
    z-index: 1;
    position: absolute;
    animation: rotateBg 30s linear infinite;
    opacity: 0.3;
}

.subscribe_to_newsletter h3 {
    padding: 1.5rem 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 3;
    font-weight: 700;
    color: #000000;
    transform: translateX(-5%);
    font-size: 22px;
    margin-bottom: 0;
    position: relative;
    background: #ffffff;
    border-radius: 10px 10px 0 0;
}

.subscribe_to_newsletter input[type="email"] {
    background: rgb(184,203,204);
    border-radius: 10px;
    color: #000000;
    z-index: 1;
    margin-bottom: 1rem;
    flex: 1 1 250px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    padding: 1rem 1.5rem;
    position: relative;
    border: none;
    margin-right: 1.5rem;
    transition: all 0.3s ease;
}

.subscribe_to_newsletter input[type="submit"] {
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    font-weight: 600;
    flex: 0 0 auto;
    position: relative;
    padding: 1rem 2rem;
    background: rgb(149,168,169);
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 19px;
    cursor: pointer;
}

.subscribe_to_newsletter input[type="submit"]:hover::before {
    left: 0;
}



.subscribe_to_newsletter .input_holder::before {
    top: -30px;
    pointer-events: none;
    border: 2px solid rgb(115,134,135,0.5);
    right: -50px;
    content: "";
    border-radius: 50%;
    width: 100px;
    height: 100px;
    opacity: 0.3;
    position: absolute;
}

.subscribe_to_newsletter .input_holder::after {
    content: "";
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    bottom: -25px;
    position: absolute;
    opacity: 0.5;
    background: rgb(149,168,169,0.5);
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    left: 10%;
}

.welcome_board .page_lead {
    height: 100vh;
    position: relative;
    justify-content: center;
    display: flex;
    width: 100%;
    align-items: center;
}

.welcome_board .page_lead::after {
    transform: rotate(-12deg);
    left: -25%;
    height: 100%;
    position: absolute;
    content: "";
    top: -25%;
    animation: rotateGlow 20s infinite linear;
    width: 150%;
    z-index: 2;
    opacity: 0.4;
    background: radial-gradient(
    circle at 50% 50%,
    rgb(149,168,169,0.5) 0%,
    transparent 70%
  );
}

.welcome_board .skill_philo::before {
    left: -40px;
    animation: floatElement 6s ease-in-out infinite alternate;
    top: -10px;
    height: 80px;
    opacity: 0.6;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    background: rgb(149,168,169);
    content: "";
    filter: blur(20px);
    width: 80px;
}

.welcome_board .skill_philo > div {
    transform-origin: left center;
    position: relative;
}

.welcome_board .skill_philo > div:nth-child(1) {
    animation-delay: 0.2s;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateX(-30px);
}

.welcome_board .skill_philo > div:nth-child(2) {
    transform: translateX(-50px);
    animation-delay: 0.4s;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.welcome_board p {
    margin: 0;
    font-size: calc(12px * 1.2);
    letter-spacing: 0.5px;
    position: relative;
    transform: skewX(-5deg);
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    font-weight: 600;
    color: #ffffff;
    padding-left: 20px;
}

.welcome_board h1.title_style_header {
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #ffffff;
    transform: translateZ(0);
    text-shadow: 
    0 2px 10px rgba(0,0,0,0.2),
    0 4px 20px rgba(0,0,0,0.1);
    font-size: clamp(2.5rem, 5vw, 42px);
    line-height: 1.1;
    -webkit-background-clip: text !important;
    position: relative;
    background-clip: text !important;
    margin: 0;
    color: transparent;
    background: linear-gradient(120deg, 
    #ffffff 0%, 
    rgb(115,134,135) 70%);
}

.welcome_board h3::before {
    animation: fadeIn 1s forwards;
    right: -20px;
    opacity: 0;
    background: rgb(115,134,135);
    height: 1px;
    transform: translateY(-50%);
    width: 40px;
    animation-delay: 1.8s;
    top: 50%;
    position: absolute;
    content: "";
}


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


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



@media (max-width: 992px) {.contact_panel {
    padding: 90px 0;
}.contact_panel .help_list,
    .contact_panel .connect_request {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.contact_panel {
    padding: 70px 0;
}.contact_panel .connect_request div {
    flex: 0 0 100%;
}.contact_panel .help_list,
    .contact_panel .connect_request {
    padding: 40px 30px;
}.contact_panel .connect_request h3,
    .contact_panel form h3 {
    margin-bottom: 35px;
    font-size: calc(32px * 0.9);
}
}



@media only screen and (max-width: 800px) {.secure_guard {
    padding: 20px;
    width: 90%;
}.secure_guard h1 {
    font-size: calc(21px - 5px);
}.secure_guard h2 {
    font-size: calc(21px - 3px);
}.secure_guard ul, .secure_guard ol {
    padding-left: 10px;
}.secure_guard li {
    padding-left: 15px;
}.secure_guard li:before {
    left: -10px;
}.secure_guard button {
    padding: 8px 15px;
}}



@media (max-width: 991px) {footer .res_connect::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.7;
    background-color: rgb(149,168,169);
    width: 100%;
}
}



@media (max-width: 576px) {footer .res_connect {
    padding: 50px 0 20px;
}footer .info_item {
    margin-right: 0;
    width: 100%;
}footer .header_mentor {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .sub_authorization {
    padding: 12px 15px;
}}



@media (max-width: 768px) {.learning_impact .knowledge_sessions {
    gap: 40px;
    flex-direction: column;
}.learning_impact .img_showcase {
    margin: 0 auto;
    max-width: 300px;
    width: 70%;
}.learning_impact .message_holder {
    width: 100%;
    padding: 10px;
}.learning_impact .message_holder::before {
    transform: translateX(-50%);
    left: 50%;
    top: -30px;
}
}



@media (min-width: 992px) {.pricing_item .basic_rates {
    flex-direction: row-reverse;
}.pricing_item .pro_fees {
    flex-direction: column;
    width: 35%;
    padding-right: 3rem;
    justify-content: center;
    display: flex;
    text-align: left;
}.pricing_item .pro_fees h2 {
    text-align: left;
}.pricing_item .pro_fees h2::after {
    transform: none;
    left: 0;
}.pricing_item .fee_structure {
    margin: 1.5rem 0 0;
}.pricing_item .package_rates {
    gap: 2rem;
    margin-top: 0;
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (hover: none) {.pricing_item .study_offers:hover {
    transform: none;
}.pricing_item .study_offers:hover .pricing_tiers {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.pricing_item .study_offers:hover .img_showcase::after {
    opacity: 0;
}.pricing_item .study_offers:hover .indv_sub::after {
    width: 40px;
}}



@media (max-width: 768px) {.gratWrap {
    padding: 50px 0;
}.gratWrap h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 25px;
}.gratWrap .knowledge_sessions {
    transform: translateZ(10px) rotateX(1deg);
    padding: 25px;
}.gratWrap span {
    font-size: 13px;
}.gratWrap li {
    padding: 15px 10px 15px 25px;
}
}



@media (min-width: 768px) {.our_story {
    padding: 150px 0 100px;
}.our_story h1 {
    font-size: calc(45px * 1.1);
    margin-bottom: 60px;
}.our_story h1::after {
    height: 4px;
    width: 120px;
}.our_story .story_tl ul {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}.our_story .smart_classes {
    padding: 40px;
}.our_story .smart_classes:nth-child(2) {
    animation: fadeInUp 0.8s 0.8s forwards ease-out;
    transform: translateY(40px);
}.our_story .smart_classes div {
    max-height: 400px;
}
}



@media (min-width: 1200px) {.our_story .container {
    padding: 0 30px;
}.our_story .story_tl ul {
    gap: 80px;
    grid-template-columns: 1fr 1fr;
}.our_story .smart_classes {
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.5s;
}.our_story .smart_classes:hover {
    transform: translateY(-8px) scale(1.01);
}}



@media (min-width: 1400px) {header .nav_pagebar {
    margin: 0 auto;
    max-width: 1320px;
}header .head_bar {
    margin: 0 2px;
}header .head_bar a {
    padding: 0 1.5rem;
}
}



@media (max-width: 991px) {header .nav_pagebar {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .top_base {
    margin-bottom: 0;
    margin-right: 0;
}header .top_page {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .top_page::before {
    display: none;
}header .head_bar a {
    font-size: calc(15px - 1px);
    padding: 0 1rem;
    height: 40px;
}header .head_bar::before {
    display: none;
}header .nav_pagebar::before,
    header .nav_pagebar::after {
    display: none;
}
}



@media (max-width: 479px) {header .nav_pagebar {
    padding: 0.7rem 1.2rem;
}header .top_base {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .head_bar a {
    height: 32px;
    font-size: calc(15px - 3px);
    padding: 0 0.6rem;
}}



@media (max-width: 768px) {.academic_expertise {
    padding: 80px 0;
}.academic_expertise .review_testimonials {
    padding: 80px 25px 30px;
    margin: 0 15px;
}.academic_expertise .img_showcase {
    width: 100px;
    left: 25px;
    height: 100px;
}.academic_expertise .name {
    font-size: 24px;
}.academic_expertise .exp_box {
    font-size: calc(14px * 0.95);
}.academic_expertise .exp_box::before {
    left: -25px;
    width: 20px;
}}



@media screen and (max-width: 768px) {.course_summary .learn_path {
    padding: 3rem 1.5rem;
}.course_summary .learn_path h3 {
    margin-bottom: 1.5rem;
    font-size: 31px;
}.course_summary .learn_path::after {
    width: 30px;
    left: -15px;
    height: 30px;
}
}


@media only screen and (max-width: 800px) {.data_notice {
    padding: 15px;
}.cookies_tracking {
    display: none;
}.cookie_alert_message h5 {
    font-size: 19px;
}.cookie_alert_message p {
    font-size: 16px;
}}



@media (max-width: 768px) {.subscribe_to_newsletter {
    padding: 4rem 1.5rem;
}.subscribe_to_newsletter .feedback_message {
    width: 100%;
}.subscribe_to_newsletter h3 {
    font-size: calc(22px * 0.9);
    padding: 1.2rem 1.5rem;
}.subscribe_to_newsletter .input_holder {
    padding: 2rem;
}.subscribe_to_newsletter input[type="email"] {
    flex: 1 1 100%;
    margin-right: 0;
}.subscribe_to_newsletter input[type="submit"] {
    width: 100%;
    margin-top: 1rem;
}
}



@media (min-width: 768px) {.welcome_board .skill_philo {
    transform: perspective(1200px) rotateX(3deg);
    gap: 3rem;
    border-left: 6px solid rgb(115,134,135);
    grid-template-columns: 1fr;
    padding: 6rem 3rem;
}.welcome_board h1.title_style_header {
    font-size: 42px;
}.welcome_board p {
    font-size: calc(12px * 1.4);
}.welcome_board h3 {
    font-size: 19px;
    max-width: 80%;
}.welcome_board h1.title_style_header::after {
    height: 5px;
    width: 120px;
}
}



@media (min-width: 1200px) {.welcome_board .skill_philo {
    width: 70%;
    transform: perspective(1500px) rotateX(1deg) translateX(50px);
}.welcome_board h1.title_style_header::after {
    width: 150px;
}.welcome_board p {
    padding-left: 30px;
}.welcome_board p::before {
    width: 4px;
}
}



@media (max-width: 767px) {.welcome_board .page_lead {
    height: auto;
    padding: 4rem 0;
    min-height: 100vh;
}.welcome_board .skill_philo {
    gap: 1.5rem;
    padding: 3rem 1.5rem;
}.welcome_board h1.title_style_header {
    font-size: calc(32px * 0.9);
}.welcome_board h3 {
    font-size: calc(21px * 1.1);
    max-width: 100%;
}
}



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



@keyframes gradientPulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-14deg) scale(2.1);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
}



@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}



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



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



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



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



@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-20px, 20px);
    }
}



@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



@keyframes rotateSlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


    
    @keyframes orbitalMove {
        0% {
            transform: rotate(0deg) translateX(110px) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translateX(110px) rotate(-360deg);
        }
    }



@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}


    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        23%, 28% {
            transform: translateX(-25%);
        }
        48%, 53% {
            transform: translateX(-50%);
        }
        73%, 78% {
            transform: translateX(-75%);
        }
        95%, 100% {
            transform: translateX(-75%);
        }
    }

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



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



@keyframes scaleVertical {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}



@keyframes floatElement {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(10px, -10px);
  }
}



@keyframes rotateGlow {
  0% {
    transform: rotate(-12deg);
  }
  100% {
    transform: rotate(348deg);
  }
}

