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

.wrapper-template {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}

.container {
    margin: auto;
    width: 1132px;
    max-width: 100%;
}

.award_show {
    flex: 0 0 auto;
}

.award_show {
    padding: 5rem 0 2rem;
    color: #ffffff;
    position: relative;
}


.stay_informed {
    perspective: 1500px;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(234,238,239) 0%, rgb(198,209,212,0.5) 100%);
    padding: 5rem 2rem;
    position: relative;
}

.stay_informed .class_sessions {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}

.stay_informed .help_support {
    position: relative;
    padding: 3rem 4rem;
    justify-content: space-between;
    transform: rotateX(5deg) rotateY(-5deg);
    transition: transform 0.5s ease;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.5),
        -5px -5px 15px #ffffff;
    background: #ffffff;
    flex-direction: row;
    border-radius: 22px;
    margin: 0 auto;
    display: flex;
    transform-style: preserve-3d;
    max-width: 90%;
    align-items: center;
}

.stay_informed h3::before {
    left: -20px;
    transform: translateZ(40px) skewY(15deg);
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background: rgb(198,209,212);
    top: 0;
}

.stay_informed input[type="email"]:focus {
    border-color: rgb(198,209,212);
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(198,209,212,0.5);
    outline: none;
    transform: translateZ(40px);
}

.stay_informed input[type="submit"] {
    border-radius: 10px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    border: none;
    background: linear-gradient(45deg, rgb(198,209,212) 0%, rgb(161,172,179) 100%);
    font-size: 19px;
    cursor: pointer;
    padding: 1rem 1.5rem;
    font-weight: 600;
    flex: 1;
}

.stay_informed input[type="submit"]:hover::before {
    opacity: 1;
}

.reach_out_info {
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    background: rgb(234,238,239);
}

.reach_out_info .container {
    z-index: 1;
    position: relative;
}

.reach_out_info .reach_section {
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

.reach_out_info .reach_section h2::after {
    width: 50px;
    bottom: -10px;
    background: rgb(161,172,179);
    position: absolute;
    content: '';
    left: 0;
    height: 3px;
}

.reach_out_info .reach_section p:last-of-type {
    position: relative;
    margin-bottom: 50px;
    padding-left: 28px;
}

.reach_out_info .ask_for_help {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.reach_out_info .request_info::before {
    transition: opacity 0.4s ease;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, rgb(198,209,212) 0%, rgb(161,172,179) 100%);
    left: 0;
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
}

.reach_out_info .request_info:hover::before {
    opacity: 1;
}

.reach_out_info .request_info svg {
    width: 28px;
    transition: all 0.3s ease;
    stroke-width: 2;
    height: 28px;
    fill: none;
    stroke: currentColor;
}

.plan_option {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.plan_option::before {
    z-index: -1;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    content: "";
    left: 0;
    height: 100%;
    top: 0;
}

.plan_option h2::after {
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(198,209,212), rgb(161,172,179));
    border-radius: 10px;
    width: 80px;
    bottom: -12px;
    transform: translateX(-50%);
    content: "";
    height: 4px;
}

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

.plan_option .pro_rates li:hover {
    z-index: 2;
    transform: translateY(-15px);
}

.plan_option .cost_options::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transform-origin: 0 0;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(198,209,212), rgb(161,172,179));
}

.plan_option .cost_options:hover::before {
    transform: scaleX(1);
}

.plan_option .cost_options::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 50%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(to top, rgba(rgb(198,209,212,0.5), 0.05), transparent);
}

.plan_option .plan_matrix h4 {
    position: relative;
    transition: transform 0.3s ease;
    padding-bottom: 15px;
    margin: 0 0 20px;
    font-size: calc(24px + 2px);
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #ffffff;
}

.plan_option .cost_options:hover .plan_matrix h4::after {
    width: 60px;
}

.plan_option .premium_cost {
    font-weight: 700;
    background: rgba(rgb(198,209,212,0.5), 0.1);
    padding: 10px 20px;
    align-self: flex-start;
    margin-top: auto;
    font-size: calc(24px + 4px);
    color: rgb(198,209,212);
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    display: block;
}

header::after {
    top: 0;
    left: 0;
    background-size: 200% 100%;
    position: absolute;
    content: "";
    z-index: 5;
    width: 100%;
    animation: gradient-shift 8s linear infinite;
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(198,209,212),
        rgb(161,172,179),
        rgb(198,209,212));
}

header .top_core {
    flex-direction: column;
    position: relative;
    padding-top: 1.5rem;
    z-index: 2;
    align-items: center;
    width: 100%;
    display: flex;
}

header .top_sitewrap::before {
    height: 1px;
    left: -30%;
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(161,172,179,0.5) 20%,
        rgb(161,172,179) 50%,
        rgb(161,172,179,0.5) 80%,
        transparent 100%);
    width: 160%;
    position: absolute;
}

header .top_sitewrap svg {
    height: 48px;
    filter: drop-shadow(0 0 8px rgb(198,209,212,0.5));
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    z-index: 2;
}

header .top_learning::before {
    background: rgb(198,209,212,0.5);
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 1px;
    left: 0;
}

header .top_info {
    transition: all 0.3s ease;
    border: 1px solid rgb(198,209,212,0.5);
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    font-family: Arial, sans-serif;
    padding: 0.6rem 1.8rem;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 18px;
    overflow: hidden;
    border-radius: 28px;
    font-weight: 400;
    color: #ffffff;
    white-space: nowrap;
    text-decoration: none;
}

header .top_info::after {
    right: 12px;
    background: rgb(161,172,179);
    position: absolute;
    content: "";
    transform: translateY(-50%) scale(0);
    box-shadow: 0 0 10px rgb(161,172,179);
    transition: transform 0.3s ease;
    border-radius: 50%;
    height: 8px;
    top: 50%;
    width: 8px;
}

.customer_opinions {
    position: relative;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgb(198,209,212,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
}

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

.customer_opinions h2 {
    font-size: 35px;
    display: inline-block;
    position: relative;
    margin-bottom: 3.5rem;
    font-weight: 700;
    color: #000000;
    transform: skew(-5deg);
}

.customer_opinions .client_testimonials {
    gap: 2.5rem;
    display: grid;
    transform: rotate(-2deg);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.customer_opinions .user_stories::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease;
    width: 5px;
    content: "";
    background: linear-gradient(to bottom, rgb(198,209,212), rgb(161,172,179));
}

.customer_opinions .user_stories:hover::before {
    transform: scaleY(1);
}

.customer_opinions .user_stories:nth-child(odd) {
    transform: rotate(4deg) translateY(20px);
}

.customer_opinions .user_stories:nth-child(3n+2) {
    transform: rotate(-3deg) translateY(-10px);
}

.customer_opinions .user_stories img {
    width: 80px;
    border-radius: 50%;
    object-fit: cover;
    height: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    transform: translateX(-10px);
    transition: all 0.4s ease;
    margin-bottom: 1rem;
}

.customer_opinions .user_stories .description {
    margin-top: 0.5rem;
    color: #000000;
    padding-top: 1rem;
    font-weight: 400;
    position: relative;
    font-size: 15px;
}

.customer_opinions .user_stories:hover .description::before {
    width: 80px;
    background: rgb(198,209,212);
}

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

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

.cookie_gate svg {
    transition: fill 0.3s ease-in-out;
    height: 50px;
    width: 50px;
    fill: rgb(198,209,212);
}

.data_approval h5 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 22px;
    color: rgb(198,209,212);
}

.manage_tracking {
    text-align: center;
    padding: 0.375rem 0.75rem;
    user-select: none;
    border: 1px solid transparent;
    font-size: 15px;
    margin-left: 10px;
    text-decoration: none;
    line-height: 1.5;
    white-space: nowrap;
    vertical-align: middle;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 10px;
}

.cookie_button.user_default:hover {
    border-color: rgb(198,209,212);
    background-color: rgb(198,209,212);
    color: #ffffff;
}

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

footer::before {
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(198,209,212,0.5) 0%, rgb(161,172,179,0.5) 100%);
    position: absolute;
    opacity: 0.92;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.award_show .container {
    gap: 0;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}

.award_show .company_holder {
    position: relative;
    margin-bottom: 2rem;
    flex: 0 0 40%;
    padding: 0 3rem 2rem 0;
}

.award_show .company_holder h3 {
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 33px;
    padding-bottom: 1rem;
    transform: skewX(-10deg);
    color: #ffffff;
    margin: 0 0 1.5rem;
}

.award_show .gdpr_block {
    transform-origin: left top;
    border-left: 3px solid rgb(198,209,212);
    font-size: 16px;
    line-height: 1.6;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transform: skewX(-5deg);
    padding: 1.5rem;
}

.award_show .top_learning {
    position: relative;
    flex: 0 0 50%;
    padding: 0 1rem 2rem 1rem;
}

.award_show .top_learning h5::before {
    transform: skewX(5deg);
    left: 0;
    top: 0;
    position: absolute;
    width: 3px;
    background: rgb(198,209,212);
    content: "";
    bottom: 0;
}

.award_show .top_learning .page_head a {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.7rem 1rem;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    display: block;
    transform: skewX(-5deg);
    color: #ffffff;
    text-decoration: none;
}

.award_show .top_learning .page_head a:hover::before {
    left: 100%;
}

.netiquette {
    position: relative;
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem 0;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}

.netiquette .quiz_links {
    transform: skewX(-5deg);
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.privacy_fort h1 {
    padding-bottom: 10px;
    font-size: 39px;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 30px;
    border-bottom: 2px solid rgb(198,209,212);
    color: rgb(198,209,212);
}



.privacy_fort h1, .privacy_fort h2, .privacy_fort h3, .privacy_fort h4, .privacy_fort h5, .privacy_fort h6 {
    animation: fadeIn 0.6s ease-in-out;
}

.privacy_fort ul li, .privacy_fort ol li {
    margin-bottom: 10px;
    color: #000000;
    font-weight: 400;
    line-height: 1.5;
    font-size: 18px;
}



.privacy_fort h3, .privacy_fort h4, .privacy_fort h5, .privacy_fort h6 {
    margin-top: 20px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 22px;
}

.course_structure {
    background: rgb(234,238,239);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.course_structure::after {
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    animation: rotateBg 120s linear infinite;
    background: 
        repeating-conic-gradient(
            from 0deg,
            rgba(0, 0, 0, 0.5) 0deg 1deg,
            transparent 1deg 15deg
        );
    content: "";
    opacity: 0.03;
    top: 0;
    position: absolute;
}

.course_structure .class_sessions {
    display: flex;
    position: relative;
    min-height: 600px;
    justify-content: center;
    align-items: center;
}

.course_structure .pic_frame_wrap::before {
    mix-blend-mode: multiply;
    background: 
        radial-gradient(
            circle at center,
            transparent 30%,
            rgba(0, 0, 0, 0.5) 100%
        );
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 2;
}

.course_structure .class_sessions:hover .pic_frame_wrap {
    filter: brightness(1) contrast(1.2);
    transform: scale(0.95) rotate(2deg);
}

.course_structure .class_sessions:hover .pic_frame_wrap::after {
    opacity: 0.6;
    animation: rotateOverlay 20s linear infinite;
}

.course_structure .lesson_route {
    padding: 0;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 60%;
    display: flex;
}

.course_structure .main_base::before {
    top: -10px;
    content: "";
    opacity: 0.7;
    position: absolute;
    bottom: -10px;
    z-index: -1;
    right: -10px;
    border-radius: 50%;
    animation: rotateLogo 10s linear infinite;
    background: 
        conic-gradient(
            from 0deg,
            rgb(198,209,212) 0deg,
            rgb(198,209,212,0.5) 90deg,
            rgb(161,172,179,0.5) 180deg,
            rgb(161,172,179) 270deg,
            rgb(198,209,212) 360deg
        );
    left: -10px;
}

.course_structure .main_base:hover {
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.2),
        0 8px 25px rgb(198,209,212,0.5);
    transform: translateY(-10px);
}

.course_structure .main_base svg {
    width: 50px;
    height: 50px;
    transition: all 0.5s ease;
    filter: drop-shadow(0 3px 6px rgb(198,209,212,0.5));
}

.course_structure .main_base:hover svg path {
    fill: rgb(161,172,179);
}

.course_structure h3::before {
    content: "";
    background: linear-gradient(135deg, rgb(198,209,212,0.5) 0%, transparent 100%);
    top: 0;
    z-index: -1;
    border-radius: 28px;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    left: 0;
}

.course_structure h3::after {
    border-radius: 10px;
    transition: width 0.5s ease;
    content: "";
    height: 3px;
    position: absolute;
    width: 60px;
    bottom: -15px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(198,209,212), rgb(161,172,179));
    left: 50%;
}

.course_structure p {
    line-height: 1.8;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100%;
    color: #000000;
    text-align: center;
    position: relative;
    border-radius: 28px;
    transform: perspective(800px) rotateX(-2deg);
    padding: 35px;
    z-index: 4;
    max-width: 700px;
    font-size: 12px;
    background: #ffffff;
}

.course_structure .lesson_route:hover p {
    transform: perspective(800px) rotateX(0deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.course_structure .lesson_route:hover p::after {
    opacity: 0.7;
    height: 80px;
    width: 80px;
}

header .top_plank .top_layer div svg, header .top_plank .top_layer div svg path {
    fill: #ffffff;
}

header .top_plank .top_layer div {
    margin-right: 24px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

header .top_plank .top_layer div img, header .top_plank .top_layer div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}

.thanksPoint::before {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    pointer-events: none;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    height: 100%;
    content: "";
}

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

.thanksPoint .class_sessions:hover {
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.2),
        inset 0 0 30px rgba(rgb(198,209,212),0.08);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.thanksPoint .class_sessions::before {
    left: 20px;
    background: rgb(198,209,212);
    height: 10px;
    opacity: 0.4;
    top: -10px;
    content: "";
    z-index: -1;
    filter: blur(10px);
    right: 20px;
    position: absolute;
}

.thanksPoint .class_sessions > div:first-child::after {
    transition: transform 0.4s ease;
    height: 3px;
    content: "";
    left: 0;
    bottom: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(198,209,212), rgb(161,172,179));
    transform-origin: left center;
    position: absolute;
}

.thanksPoint h5::before {
    opacity: 0.8;
    content: "";
    width: 10px;
    transition: transform 0.3s ease;
    position: absolute;
    background: rgb(198,209,212);
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    height: 10px;
    left: -20px;
}

.thanksPoint p {
    line-height: 1.8;
    font-weight: 400;
    transition: color 0.3s ease;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0;
    font-size: 15px;
    z-index: 2;
}

.our_team::after {
    z-index: 1;
    top: 0;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    animation: movePattern 20s linear infinite;
    left: 0;
    position: absolute;
    width: 100%;
    background-size: 60px 60px;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    opacity: 0.05;
    content: "";
    height: 100%;
}

.our_team h3 {
    text-align: left;
    position: relative;
    margin-bottom: 60px;
    color: #000000;
    font-size: 44px;
    overflow: hidden;
    width: 100%;
    font-weight: 700;
}

.our_team .mentor_team {
    flex-direction: column;
    transition: all 0.4s ease;
    position: relative;
    min-width: 300px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    z-index: 2;
    display: flex;
    flex: 1;
    padding: 40px;
    background: #ffffff;
}

.our_team .mentor_team::after {
    background: rgb(161,172,179);
    position: absolute;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    left: 10px;
    width: 20px;
    height: 20px;
    bottom: 10px;
    content: "";
    z-index: 1;
    opacity: 0.8;
}

.our_team .mentor_team p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
}

.our_team .mentor_team .pic_frame_wrap::before {
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    z-index: 1;
    background: rgb(198,209,212,0.5);
}

.our_team .mentor_team:hover .pic_frame_wrap::before {
    opacity: 0.2;
}

.our_team .who_weare::before {
    height: 20px;
    left: 10px;
    z-index: 1;
    opacity: 0.8;
    width: 20px;
    background: rgb(161,172,179);
    top: 10px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    content: "";
}

.our_team .who_weare p {
    border-radius: 10px;
    line-height: 1.7;
    background: linear-gradient(to bottom, rgb(161,172,179,0.5), transparent);
    position: relative;
    font-size: 18px;
    color: #000000;
    padding: 20px;
    margin-bottom: 40px;
}

.our_team .who_weare .master_program::before {
    background: 
        linear-gradient(
            -45deg,
            rgb(161,172,179,0.5),
            transparent 60%
        );
    content: "";
    opacity: 0.6;
    z-index: 1;
    transition: opacity 0.5s ease;
    position: absolute;
    inset: 0;
}

.our_team .who_weare .master_program::after {
    clip-path: polygon(
        25% 5%, 
        75% 5%, 
        95% 25%, 
        95% 75%, 
        75% 95%, 
        25% 95%, 
        5% 75%, 
        5% 25%
    );
    box-shadow: inset 0 0 0 2px rgb(161,172,179);
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    opacity: 0.5;
}

.title_page {
    justify-content: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    padding: 4rem 2rem;
    min-height: 90vh;
    background: linear-gradient(145deg, rgb(198,209,212,0.5), rgb(161,172,179,0.5));
}



.title_page {
    cursor: default;
}

.title_page > div {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    width: 100%;
}

.title_page .edu_leadership {
    transform: translateY(-20px);
    position: relative;
    margin-bottom: 3rem;
    animation: fadeSlideDown 1s forwards 0.2s ease-out;
    opacity: 0;
}

.title_page .fast_skill {
    line-height: 1.2;
    padding-bottom: 1rem;
    font-size: 48px;
    margin: 0;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #000000;
}

.title_page .main_title {
    transform: translateY(20px);
    position: relative;
    overflow: hidden;
    opacity: 0;
    border-radius: 29px;
    padding: 3rem;
    animation: fadeSlideUp 1s forwards 0.4s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.title_page .main_title {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.title_page .main_title p {
    animation: fadeSlideRight 1s forwards 0.6s ease-out;
    transform: translateX(-20px);
    margin-bottom: 2rem;
    font-size: calc(16px * 1.2);
    opacity: 0;
    line-height: 1.6;
    padding-left: 1.5rem;
    position: relative;
    font-weight: 400;
}

.title_page .main_title h3 {
    opacity: 0;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    animation: fadeSlideUp 1s forwards 0.8s ease-out;
    padding-top: 1.5rem;
    font-size: 23px;
    border-top: 1px solid rgb(255, 255, 255, 0.5);
    transform: translateY(20px);
}

.contact {
    overflow: hidden;
    padding: 90px 0;
    background: rgb(234,238,239);
    position: relative;
}

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

.contact h2 {
    display: inline-block;
    color: #000000;
    font-weight: 700;
    border-bottom: 3px solid rgb(198,209,212);
    margin-bottom: 50px;
    font-size: 38px;
    padding-bottom: 15px;
    position: relative;
}

.contact .help_widget {
    overflow: hidden;
    background: #ffffff;
    display: flex;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}

.contact .contact_feedback::before {
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
    left: 0;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    z-index: -1;
    content: "";
    top: 0;
    height: 100%;
}

.contact input[type="text"]:focus {
    background: #ffffff;
    border-left-color: rgb(161,172,179);
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact .reach_links {
    margin-top: 10px;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}

.contact .reach_links input[type="checkbox"]:checked {
    background: rgb(198,209,212);
    border-color: rgb(198,209,212);
}

.contact .reach_links input[type="checkbox"]:checked::after {
    border-right: 2px solid #ffffff;
    top: 40%;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 10px;
    content: "";
    border-bottom: 2px solid #ffffff;
    position: absolute;
    left: 50%;
    width: 5px;
}

.contact .reach_links a:hover {
    color: rgb(161,172,179);
}

.contact .reach_links a:hover::after {
    height: 2px;
    background: rgb(161,172,179);
}

.contact .query_block {
    border-radius: 10px;
    font-size: 20px;
    align-self: flex-start;
    padding: 15px 35px;
    position: relative;
    background: rgb(198,209,212);
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    margin-top: 15px;
    color: #ffffff;
    overflow: hidden;
    border: none;
}

.contact .query_block:hover {
    background: rgb(161,172,179);
}

.contact svg {
    height: 20px;
    transition: all 0.3s ease;
    fill: rgb(198,209,212);
    width: 20px;
}

.contact svg:hover {
    fill: rgb(161,172,179);
}

.instructor_history {
    padding: 4rem 2rem;
    border-radius: 17px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgb(198,209,212,0.5) 100%);
}

.instructor_history .user_stories {
    grid-template-columns: 1fr 1.2fr;
    display: grid;
    z-index: 2;
    gap: 2rem;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
}

.instructor_history .pic_frame_wrap {
    position: relative;
    height: 400px;
    border-radius: 10px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: rotate(-3deg) translateY(20px);
}

.instructor_history .career_story {
    z-index: 3;
    transform: translateY(30px) rotate(2deg);
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    background: #ffffff;
    transition: transform 0.5s ease;
    padding: 2rem;
}

.instructor_history .name::after {
    width: 60px;
    transform: scaleX(0.6);
    bottom: -8px;
    transform-origin: left;
    left: 0;
    background: linear-gradient(90deg, rgb(161,172,179) 0%, rgb(198,209,212) 100%);
    content: "";
    transition: transform 0.3s ease;
    height: 3px;
    position: absolute;
}

.instructor_history .user_stories:hover .career_story > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}

.instructor_history .exp_view {
    font-weight: 400;
    font-style: italic;
    padding-left: 1.5rem;
    line-height: 1.6;
    color: #000000;
    position: relative;
    font-size: 12px;
}

.course_beneficiaries {
    padding: 140px 0;
    overflow: hidden;
    position: relative;
    background: rgb(234,238,239);
}

.course_beneficiaries::after {
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top, rgb(234,238,239), transparent);
    width: 100%;
    bottom: 0;
    height: 150px;
}

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

.course_beneficiaries .class_sessions {
    position: relative;
}

.course_beneficiaries h4 {
    text-align: center;
    color: #000000;
    padding: 20px 0;
    margin-bottom: 80px;
    position: relative;
    font-weight: 700;
    font-size: 32px;
}

.course_beneficiaries h4::after {
    border-radius: 2px;
    background: rgb(161,172,179,0.5);
    bottom: 0;
    width: 100px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
}

.course_beneficiaries div::before {
    position: absolute;
    background: linear-gradient(180deg, rgb(198,209,212,0.5), rgb(161,172,179,0.5), transparent);
    width: 2px;
    left: 50%;
    height: 100%;
    top: 0;
    opacity: 0.5;
    z-index: 0;
    content: "";
}

.course_beneficiaries div p:nth-child(odd) {
    align-self: flex-start;
    border-top-left-radius: 0;
}

.course_beneficiaries div p:nth-child(even) {
    align-self: flex-end;
    border-top-right-radius: 0;
}

.course_beneficiaries div p::before {
    border-radius: 50%;
    background: #ffffff;
    height: 30px;
    position: absolute;
    content: "";
    z-index: 2;
    width: 30px;
}

.course_beneficiaries div p:nth-child(even)::before {
    top: -15px;
    right: -15px;
}

.course_beneficiaries div p:nth-child(odd)::after {
    top: -7.5px;
    left: -7.5px;
}

.course_beneficiaries div p:nth-child(even)::after {
    top: -7.5px;
    right: -7.5px;
}

.course_beneficiaries div p:hover::after {
    transform: scale(1.3);
    box-shadow: 0 0 10px rgb(198,209,212,0.5);
}

.course_beneficiaries div p:hover svg {
    transform: rotate(15deg);
}

.course_beneficiaries div p:hover svg path {
    fill: rgb(161,172,179);
}


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



@media (max-width: 992px) {.stay_informed .help_support {
    flex-direction: column;
    transform: none;
    padding: 2.5rem;
}.stay_informed h3 {
    transform: none;
    text-align: center;
    margin: 0 0 2rem 0;
}.stay_informed h3::before {
    bottom: -10px;
    height: 4px;
    transform: translateX(-50%);
    top: auto;
    left: 50%;
    width: 50px;
}.stay_informed .input_holder {
    transform: none;
    width: 100%;
}.stay_informed input[type="submit"]:hover {
    transform: none;
}
}



@media screen and (max-width: 991px) {.reach_out_info {
    padding: 70px 0;
}.reach_out_info .reach_section h2 {
    font-size: calc(38px * 0.95);
}.reach_out_info .request_info {
    width: 70px;
    height: 70px;
}
}



@media screen and (max-width: 480px) {.reach_out_info {
    padding: 50px 0;
}.reach_out_info .reach_section h2 {
    font-size: calc(38px * 0.85);
}.reach_out_info .reach_section p {
    font-size: calc(14px * 0.95);
}.reach_out_info .request_info {
    height: 65px;
    width: 65px;
}.reach_out_info .request_info svg {
    height: 24px;
    width: 24px;
}}



@media (min-width: 992px) and (max-width: 1199px) {.plan_option .pro_rates {
    grid-template-columns: repeat(3, 1fr);
}.plan_option .class_cost {
    padding: 35px 30px;
}
}



@media (max-width: 767px) {.plan_option {
    padding: 70px 0;
}.plan_option .pro_rates {
    grid-template-columns: 1fr;
    gap: 20px;
}.plan_option h2 {
    font-size: calc(38px - 2px);
}.plan_option .lesson_fees {
    margin-bottom: 40px;
    font-size: 18px;
}.plan_option .plan_matrix h4 {
    font-size: 24px;
}.plan_option .plan_matrix p {
    margin-bottom: 20px;
    font-size: calc(18px - 1px);
}.plan_option .premium_cost {
    font-size: calc(24px + 2px);
}.plan_option .class_cost {
    padding: 30px 20px;
}
}



@media (max-width: 767px) {header .top_core {
    padding-top: 1rem;
}header .top_sitewrap {
    margin-bottom: 1rem;
}header .top_sitewrap svg {
    height: 36px;
}header .top_learning {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .top_info {
    font-size: calc(18px - 2px);
    padding: 0.4rem 1.2rem;
    margin: 0 0.2rem;
}header .top_info:first-child {
    margin-left: 1rem;
}header .top_info:last-child {
    margin-right: 1rem;
}header .top_info::after {
    width: 6px;
    height: 6px;
    right: 8px;
}}



@media (max-width: 480px) {.customer_opinions h2 {
    font-size: calc(35px * 0.8);
}.customer_opinions .user_stories {
    padding: 1.25rem;
}}


@media (max-width: 1200px) {.data_approval h5 {
    font-size: calc(22px - 2px);
}.data_approval p {
    font-size: calc(12px - 2px);
}.manage_tracking {
    font-size: calc(15px - 2px);
}
}


@media (max-width: 800px) {.track_switch {
    align-items: center;
    flex-direction: column;
}.cookie_gate {
    margin-bottom: 10px;
}.data_approval {
    text-align: center;
    margin-bottom: 15px;
}.manage_tracking {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}



@media (max-width: 1200px) {.award_show .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.award_show .ssl_info {
    flex: 0 0 65%;
}
}



@media (max-width: 768px) {.award_show {
    padding: 3.5rem 0 1.5rem;
}.award_show::before {
    height: 10px;
}.award_show .company_holder h3 {
    font-size: calc(33px - 2px);
}.award_show .gdpr_block {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.award_show .top_learning h5, 
    .award_show .top_learning .page_head a {
    transform: skewX(-3deg);
}.award_show .top_learning .page_head a:hover {
    transform: skewX(-3deg) translateX(5px);
}.netiquette {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.netiquette .quiz_links {
    transform: skewX(-3deg);
}
}



@media (max-width: 420px) {.award_show .company_holder h3 {
    transform: skewX(-5deg);
}.award_show .company_holder h3::after {
    width: 60px;
}.award_show .gdpr_block {
    transform: none;
}.award_show .top_learning h5 {
    transform: none;
}.award_show .top_learning h5::before {
    transform: none;
}.award_show .top_learning .page_head a,
    .award_show .top_learning .page_head a:hover,
    .netiquette .quiz_links {
    transform: none;
}}



@media (min-width: 768px) and (max-width: 991px) {.course_structure {
    padding: 80px 0;
}.course_structure .class_sessions {
    min-height: 450px;
}.course_structure .pic_frame_wrap {
    transform: scale(0.85);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.course_structure .class_sessions:hover .pic_frame_wrap {
    transform: scale(0.9) rotate(3deg);
}.course_structure .lesson_route {
    width: 80%;
}.course_structure .main_base {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
}.course_structure .main_base svg {
    width: 40px;
    height: 40px;
}.course_structure h3 {
    width: 95%;
    font-size: calc(35px - 4px);
    padding: 20px 30px;
    margin-bottom: 20px;
}.course_structure p {
    font-size: calc(12px - 1px);
    padding: 25px;
    line-height: 1.7;
}.course_structure h3::after {
    bottom: -12px;
    width: 50px;
}.course_structure .lesson_route:hover h3::after {
    width: 100px;
}.course_structure p::after {
    width: 50px;
    top: -25px;
    height: 50px;
    right: 25px;
}.course_structure .lesson_route:hover p::after {
    width: 65px;
    height: 65px;
}
}



@media (min-width: 992px) {.thanksPoint .class_sessions {
    flex-direction: row;
    align-items: center;
    padding: 80px 70px;
}.thanksPoint .class_sessions > div:first-child {
    padding-right: 50px;
    flex: 0 0 40%;
    padding-bottom: 0;
}.thanksPoint .class_sessions > div:first-child::after {
    bottom: auto;
    right: 0;
    height: 80px;
    width: 3px;
    transform-origin: center top;
    top: 50%;
    left: auto;
}.thanksPoint .class_sessions:hover > div:first-child::after {
    transform: scaleY(1.5);
}.thanksPoint h5 {
    font-size: calc(20px * 1.1);
    margin-bottom: 0;
}.thanksPoint h5::before {
    height: 15px;
    width: 15px;
    left: -30px;
}.thanksPoint a:hover {
    transform: translateX(10px);
}
}



@media (max-width: 991px) {.thanksPoint {
    padding: 80px 0;
}.thanksPoint .class_sessions {
    padding: 50px 35px;
}.thanksPoint h5 {
    font-size: calc(20px * 0.95);
}
}



@media (max-width: 767px) {.thanksPoint {
    padding: 60px 0;
}.thanksPoint .class_sessions {
    padding: 40px 25px;
    gap: 30px;
}.thanksPoint h5 {
    font-size: calc(20px * 0.9);
}.thanksPoint p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}.thanksPoint .class_sessions > div:first-child {
    padding-bottom: 20px;
}
}



@media (max-width: 1100px) {.our_team {
    padding: 90px 0;
}.our_team .class_sessions {
    align-items: center;
    flex-direction: column;
}.our_team h3 {
    font-size: calc(44px * 0.9);
    text-align: center;
}.our_team h3::after {
    transform: translateX(-50%);
    left: 50%;
}.our_team .mentor_team,
    .our_team .who_weare {
    max-width: 600px;
    width: 100%;
}
}



@media (max-width: 576px) {.our_team {
    padding: 50px 0;
}.our_team .container {
    padding: 0 20px;
}.our_team h3 {
    font-size: calc(44px * 0.7);
    margin-bottom: 30px;
}.our_team .mentor_team,
    .our_team .who_weare {
    clip-path: none;
    padding: 25px;
}.our_team .mentor_team .pic_frame_wrap {
    height: 200px;
}.our_team .who_weare p {
    padding: 15px;
}.our_team .who_weare .master_program {
    width: 140px;
    height: 140px;
}}



@media (max-width: 768px) {.title_page {
    min-height: 80vh;
    padding: 2.5rem 1rem;
}.title_page .edu_leadership {
    margin-bottom: 2rem;
}.title_page .fast_skill {
    font-size: calc(48px * 0.8);
}.title_page .main_title {
    padding: 2rem;
}.title_page .main_title p {
    font-size: 16px;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}.title_page .main_title h3 {
    padding-top: 1rem;
    font-size: calc(23px * 0.9);
}
}



@media (max-width: 992px) {.contact {
    padding: 70px 0;
}.contact .help_widget {
    flex-direction: column;
}.contact .pic_frame_wrap {
    flex: 0 0 auto;
    min-height: 300px;
}.contact .contact_feedback {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}



@media (max-width: 576px) {.contact {
    padding: 50px 0;
}.contact .container {
    padding: 0 15px;
}.contact h2 {
    margin-bottom: 30px;
    font-size: calc(38px - 6px);
}.contact .contact_feedback {
    padding: 30px 20px 40px;
}.contact .query_block {
    width: 100%;
}.contact .pic_frame_wrap {
    min-height: 200px;
}}



@media (max-width: 767px) {.course_beneficiaries {
    padding: 100px 0;
}.course_beneficiaries h4 {
    margin-bottom: 60px;
    font-size: calc(32px - 4px);
}.course_beneficiaries div p {
    border-radius: 30px !important;
    align-self: center !important;
    width: 90%;
    padding: 18px 22px;
    margin-bottom: 40px;
}.course_beneficiaries div p::before,
    .course_beneficiaries div p::after {
    display: none;
}.course_beneficiaries div p svg {
    min-width: 24px;
    width: 24px;
    margin-right: 12px;
    height: 24px;
}
}



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



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



@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
}



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



@keyframes shimmer {
    0% { transform: rotate(35deg) translateX(-30%) scale(2); }
    100% { transform: rotate(35deg) translateX(30%) scale(2); }
}



@keyframes movePattern {
    0% {
        background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    }
    100% {
        background-position: 60px 60px, 60px 90px, 90px 30px, 30px 60px;
    }
}



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



@keyframes lineGrow {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}



@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

