a {
    color: inherit;
    text-decoration: none;
}

.nav_block {
    flex: 1 0 auto;
}

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

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

header,footer {
    width: 100%;
}

header {
    position: fixed;
    z-index: 1000;
    background: #000000;
    top: 0;
    overflow: hidden;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(198,209,212,0.5) 100%);
    width: 100%;
    left: 0;
}

.stay_informed::before {
    transform: rotateX(45deg);
    content: "";
    left: -10%;
    position: absolute;
    top: -10%;
    width: 120%;
    height: 120%;
    z-index: 1;
    opacity: 0.3;
    background: 
        linear-gradient(45deg, transparent 70%, rgb(161,172,179,0.5) 70%),
        linear-gradient(135deg, rgb(198,209,212,0.5) 30%, transparent 30%);
}

.stay_informed .help_support:hover {
    transform: rotateX(0deg) rotateY(0deg);
}

.stay_informed h3 {
    transform: translateZ(30px);
    position: relative;
    font-weight: 700;
    flex: 1;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 24px;
    color: #000000;
    margin: 0 3rem 0 0;
}

.stay_informed .input_holder {
    flex: 2;
    gap: 1.5rem;
    flex-direction: row;
    display: flex;
    align-items: stretch;
    transform: translateZ(20px);
}

.stay_informed input[type="email"] {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 13px;
    border-radius: 10px;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    flex: 3;
    border: 2px solid rgba(0, 0, 0, 0.5);
}

.stay_informed input[type="submit"]:hover {
    transform: translateZ(50px) translateY(-5px);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(198,209,212,0.5);
}

.stay_informed input[type="submit"]::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    transition: opacity 0.3s ease;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: linear-gradient(45deg, rgb(161,172,179) 0%, rgb(198,209,212) 100%);
}

.reach_out_info::before {
    top: 0;
    z-index: 0;
    position: absolute;
    left: 0;
    background: radial-gradient(at 70% 20%, rgb(198,209,212,0.5) 0%, transparent 60%);
    opacity: 0.08;
    content: '';
    width: 100%;
    height: 100%;
}

.reach_out_info .reach_section h2 {
    display: inline-block;
    color: rgb(198,209,212);
    font-size: 38px;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
}

.reach_out_info .reach_section p {
    line-height: 1.8;
    max-width: 90%;
    margin-bottom: 40px;
    font-size: 14px;
    color: #000000;
}

.reach_out_info .request_info {
    border-radius: 50%;
    color: rgb(198,209,212);
    position: relative;
    justify-content: center;
    align-items: center;
    height: 80px;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    z-index: 1;
    display: flex;
    width: 80px;
    transition: all 0.4s ease;
}

.reach_out_info .request_info:hover {
    color: #ffffff;
    transform: translateY(-5px);
}

.reach_out_info .request_info:hover svg {
    transform: scale(1.1);
}

.reach_out_info .request_info svg path {
    transition: all 0.3s ease;
}

.reach_out_info .reach_section p:last-of-type svg {
    left: 0;
    width: 20px;
    top: 4px;
    position: absolute;
    stroke: rgb(198,209,212);
    height: 20px;
    stroke-width: 2;
    fill: none;
}

.plan_option .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}

.plan_option .pricing_tiers {
    position: relative;
}

.plan_option h2 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 700;
    transform: translateZ(0);
    font-size: 38px;
}

.plan_option .lesson_fees {
    color: #ffffff;
    font-size: calc(18px + 2px);
    text-align: center;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0 auto 60px;
    max-width: 800px;
    font-weight: 300;
}

.plan_option .pro_rates li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.plan_option .cost_options {
    isolation: isolate;
    text-decoration: none;
    display: block;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    background-color: rgba(255, 255, 255, 0.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    position: relative;
    height: 100%;
}

.plan_option .class_cost {
    display: flex;
    z-index: 1;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 35px 30px;
}

.plan_option .plan_matrix {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.plan_option .plan_matrix h4::after {
    content: "";
    width: 40px;
    position: absolute;
    background: rgb(161,172,179);
    height: 3px;
    bottom: 0;
    transition: width 0.3s ease;
    left: 0;
}

.plan_option .plan_matrix p {
    hyphens: auto;
    flex: 1;
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
}

.plan_option .cost_options:hover .premium_cost {
    background: rgba(rgb(198,209,212,0.5), 0.2);
    transform: scale(1.05);
}

header::before {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(161,172,179,0.5) 10px,
            rgb(161,172,179,0.5) 11px
        );
    content: "";
    opacity: 0.03;
    width: 100%;
    z-index: 1;
}

header .container {
    padding: 0;
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
}

header .top_sitewrap {
    z-index: 3;
    text-decoration: none;
    display: flex;
    margin-bottom: 2rem;
    position: relative;
    justify-content: center;
    padding: 0.5rem 2rem;
}

header .top_sitewrap::after {
    width: 40px;
    background: rgb(198,209,212,0.5);
    z-index: -1;
    content: "";
    position: absolute;
    animation: orb-float 5s ease-in-out infinite alternate;
    border-radius: 50%;
    filter: blur(20px);
    height: 40px;
    opacity: 0.5;
}

header .top_sitewrap:hover svg {
    filter: drop-shadow(0 0 12px rgb(198,209,212));
    transform: scale(1.08);
}

header .top_learning {
    justify-content: center;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    scrollbar-width: none;
    gap: 1rem;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    padding: 1rem 0;
    overflow-x: auto;
    width: 100vw;
    position: relative;
    display: flex;
}

header .top_info::before {
    width: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgb(161,172,179,0.5),
        transparent);
    position: absolute;
    transition: left 0.5s ease;
    top: 0;
    height: 100%;
    opacity: 0.5;
    left: -100%;
    content: "";
}

header .top_info:hover {
    box-shadow: 0 0 15px rgb(198,209,212,0.5),
                inset 0 0 10px rgb(198,209,212,0.5);
    transform: translateY(-2px);
    border-color: rgb(161,172,179);
    color: rgb(161,172,179);
}

header .top_info:hover::before {
    left: 100%;
}

header .top_info:hover::after {
    transform: translateY(-50%) scale(1);
}

.customer_opinions::before {
    opacity: 0.15;
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(45deg, rgb(161,172,179,0.5) 0px, transparent 10px, transparent 20px);
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    width: 100%;
}

.customer_opinions h2::after {
    background: linear-gradient(90deg, rgb(198,209,212) 0%, transparent 100%);
    height: 4px;
    left: 0;
    bottom: -10px;
    transform: translateX(10%);
    position: absolute;
    width: 80%;
    content: "";
}

.customer_opinions .user_stories {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    overflow: hidden;
    border-radius: 28px;
    transform: rotate(2deg);
    transition: all 0.4s ease;
    padding: 2rem;
    position: relative;
    flex-direction: column;
}

.customer_opinions .user_stories:hover {
    transform: rotate(0) translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.customer_opinions .user_stories:nth-child(odd):hover {
    transform: rotate(0) translateY(10px);
}

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

.customer_opinions .user_stories:hover img {
    transform: translateX(0) scale(1.05);
    border-color: rgb(198,209,212,0.5);
}

.customer_opinions .user_stories p {
    font-size: calc(15px * 1.1);
    font-family: Arial, sans-serif;
    margin: 0;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #000000;
}

.customer_opinions .user_stories .description::before {
    transition: all 0.3s ease;
    left: 0;
    width: 50px;
    content: "";
    height: 3px;
    background: rgb(161,172,179,0.5);
    top: 0;
    position: absolute;
}

.cookieWarningMessage {
    bottom: 0;
    font-family: Arial, sans-serif;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    padding: 15px 20px;
    border-top: 3px solid rgb(198,209,212);
    position: fixed;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    width: 100%;
}

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

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

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

#trackingAlertPopup {
    display: none;
}

#trackingAlertPopup:checked ~ .cookieWarningMessage {
    visibility: hidden;
    opacity: 0;
}

.cookie_button.user_status:hover {
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
}

.cookie_button.user_default {
    border-color: rgb(161,172,179);
    color: #000000;
    background-color: rgb(161,172,179);
}

.cookieWarningMessage p a {
    text-decoration: underline;
    color: rgb(198,209,212);
}


footer {
    position: relative;
    z-index: 1;
}

footer {
    background-position: center !important;
    background-size: cover !important;
}

.award_show::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    content: "";
    background: rgb(198,209,212);
    width: 100%;
}

.award_show .company_holder::after {
    width: 1px;
    background: linear-gradient(to bottom, #ffffff, transparent);
    top: 0;
    position: absolute;
    right: 1.5rem;
    height: 100%;
    content: "";
    opacity: 0.3;
}

.award_show .company_holder h3::after {
    background: rgb(198,209,212);
    content: "";
    height: 3px;
    box-shadow: 0 0 10px rgb(198,209,212);
    bottom: 0;
    width: 80px;
    position: absolute;
    left: 0;
}

.award_show .ssl_info {
    display: flex;
    flex: 0 0 60%;
    flex-wrap: wrap;
    gap: 0;
}

.award_show .page_head {
    flex-wrap: wrap;
    flex: 1;
    gap: 0;
    display: flex;
}

.award_show .top_learning h5 {
    position: relative;
    margin: 0 0 1.5rem;
    transform: skewX(-5deg);
    font-weight: 600;
    font-size: 19px;
    padding-left: 1rem;
    color: #ffffff;
}

.award_show .top_learning .page_head {
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}

.award_show .top_learning .page_head a::before {
    height: 100%;
    transition: all 0.5s ease;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    width: 100%;
    position: absolute;
}

.award_show .top_learning .page_head a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    padding-left: 1.5rem;
    transform: skewX(-5deg) translateX(5px);
}

.netiquette .container {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.privacy_fort {
    padding: 30px;
    font-family: Arial, sans-serif;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.privacy_fort h2 {
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #000000;
    color: #000000;
    padding-bottom: 8px;
    font-size: 28px;
    margin-top: 25px;
}

.privacy_fort ul, .privacy_fort ol {
    list-style-position: inside;
    margin: 20px 0;
    padding-left: 20px;
}

.privacy_fort p, .privacy_fort span, .privacy_fort div {
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.privacy_fort section {
    background: rgb(234,238,239);
    border-radius: 10px;
    padding: 20px;
}

.privacy_fort a {
    text-decoration: none;
    color: rgb(198,209,212);
    transition: color 0.3s ease;
}

.course_structure::before {
    content: "";
    filter: blur(60px);
    height: 100%;
    opacity: 0.7;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: gradientShift 15s infinite alternate ease-in-out;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(198,209,212,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(161,172,179,0.5) 0%, transparent 30%);
}

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

.course_structure .pic_frame_wrap {
    z-index: 1;
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: scale(0.9);
    overflow: hidden;
    height: 100%;
    filter: brightness(0.9) contrast(1.1);
    width: 100%;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
}

.course_structure .pic_frame_wrap::after {
    content: "";
    left: 0;
    mix-blend-mode: overlay;
    height: 100%;
    opacity: 0.4;
    transition: opacity 0.5s ease;
    width: 100%;
    background: 
        conic-gradient(
            from 0deg,
            rgb(198,209,212,0.5) 0deg,
            transparent 120deg,
            rgb(161,172,179,0.5) 240deg,
            transparent 360deg
        );
    position: absolute;
    z-index: 3;
    top: 0;
}

.course_structure .main_base {
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    align-items: center;
    border-radius: 50%;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.15),
        0 5px 15px rgb(198,209,212,0.5);
    width: 100px;
    transform: translateY(0);
    height: 100px;
    margin-bottom: 30px;
    background: #ffffff;
    display: flex;
    position: relative;
    z-index: 5;
    justify-content: center;
}

.course_structure .main_base::after {
    opacity: 0.3;
    content: "";
    animation: pulseBorder 4s ease-in-out infinite;
    bottom: -20px;
    right: -20px;
    border: 2px dashed rgb(198,209,212,0.5);
    top: -20px;
    left: -20px;
    border-radius: 50%;
    z-index: -2;
    position: absolute;
}

.course_structure .main_base:hover svg {
    transform: rotate(15deg) scale(1.1);
}

.course_structure .main_base svg path {
    fill: rgb(198,209,212);
    transition: fill 0.5s ease;
}

.course_structure h3 {
    padding: 25px 40px;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 28px;
    text-align: center;
    transform: perspective(800px) rotateX(2deg);
    width: 90%;
    margin-bottom: 30px;
    max-width: 600px;
    color: #000000;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    font-size: 35px;
    font-weight: 700;
    background: #ffffff;
}

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

.course_structure .lesson_route:hover h3::after {
    width: 120px;
}

.course_structure p::before {
    border-radius: 28px;
    opacity: 0.1;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: linear-gradient(225deg, rgb(161,172,179,0.5) 0%, transparent 100%);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}

.course_structure p::after {
    height: 60px;
    right: 30px;
    border-radius: 50%;
    top: -30px;
    transition: all 0.5s ease;
    position: absolute;
    background: rgb(161,172,179,0.5);
    width: 60px;
    content: "";
    filter: blur(25px);
    opacity: 0.5;
    z-index: -2;
}

header .top_plank {
    background: rgb(198,209,212);
    color:  #ffffff;
}

header .top_plank .top_layer div span {
    color: #ffffff;
}

header .top_plank .top_layer {
    padding: 15px 0 10px 0;
    font-size: 16px;
    width: 100%;
    line-height: 21px;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.thanksPoint {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(198,209,212,0.5), rgb(161,172,179,0.5));
    position: relative;
    overflow: hidden;
}

.thanksPoint::after {
    top: -50%;
    width: 100%;
    pointer-events: none;
    content: "";
    background: linear-gradient(45deg, transparent, rgb(198,209,212,0.5), transparent);
    animation: shimmer 8s infinite linear;
    transform: rotate(35deg) scale(2);
    right: -50%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.thanksPoint .class_sessions {
    gap: 40px;
    flex-direction: column;
    backdrop-filter: blur(10px);
    padding: 60px 50px;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.15),
        inset 0 0 20px rgba(rgb(198,209,212),0.05);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.92);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
}

.thanksPoint .class_sessions > div:first-child {
    padding-bottom: 30px;
    position: relative;
}

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

.thanksPoint h5 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    z-index: 2;
    margin: 0 0 15px;
    color: #000000;
    letter-spacing: -0.01em;
}

.thanksPoint .class_sessions:hover h5::before {
    transform: translateY(-50%) rotate(135deg);
}

.thanksPoint a {
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
}

.thanksPoint a:hover {
    transform: translateX(5px);
}

.thanksPoint a:hover p {
    color: rgb(198,209,212);
}

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

.our_team::before {
    left: 0;
    background: 
        radial-gradient(
            ellipse at top left,
            rgb(198,209,212,0.5) 0%,
            transparent 50%
        ),
        radial-gradient(
            ellipse at bottom right,
            rgb(161,172,179,0.5) 0%,
            transparent 50%
        );
    height: 100%;
    position: absolute;
    content: "";
    z-index: 0;
    width: 100%;
    top: 0;
}

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

.our_team .class_sessions {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.our_team h3::after {
    content: "";
    left: 0;
    animation: lineExpand 1.5s forwards;
    bottom: -5px;
    height: 3px;
    position: absolute;
    width: 0;
    background: linear-gradient(90deg, rgb(198,209,212), rgb(161,172,179));
}

.our_team .mentor_team::before {
    right: 10px;
    width: 20px;
    opacity: 0.8;
    z-index: 1;
    position: absolute;
    background: rgb(198,209,212);
    top: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    height: 20px;
    content: "";
}

.our_team .mentor_team span {
    position: relative;
    font-weight: 600;
    display: inline-block;
    font-size: 24px;
    padding: 5px 15px;
    margin-bottom: 15px;
    transform: translateX(-15px);
    color: rgb(198,209,212);
    background: linear-gradient(to right, rgb(198,209,212,0.5), transparent);
}

.our_team .mentor_team .pic_frame_wrap {
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 280px;
    position: relative;
    border-radius: 10px;
}

.our_team .mentor_team:hover .pic_frame_wrap {
    transform: scale(1.03);
}

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

.our_team .who_weare::after {
    width: 20px;
    bottom: 10px;
    position: absolute;
    background: rgb(198,209,212);
    right: 10px;
    z-index: 1;
    height: 20px;
    opacity: 0.8;
    content: "";
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.our_team .who_weare .master_program {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
    margin: 0 auto;
    border-radius: 0;
    width: 180px;
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
    height: 180px;
}

.our_team .who_weare:hover .master_program::after {
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
    opacity: 1;
}

.our_team .mentor_team:hover,
.our_team .who_weare:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}

.title_page::before {
    background-size: 40px 40px;
    z-index: 1;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    background-image: 
    linear-gradient(45deg, rgb(198,209,212,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(198,209,212,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(198,209,212,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(198,209,212,0.5) 75%);
    position: absolute;
    top: 0;
}

.title_page .fast_skill::after {
    animation: lineGrow 1.5s forwards 0.5s ease-in-out;
    height: 4px;
    position: absolute;
    background: linear-gradient(to right, rgb(198,209,212), rgb(161,172,179));
    content: "";
    width: 0;
    left: 0;
    bottom: 0;
}

.title_page .main_title::before {
    content: "";
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    z-index: 1;
    width: 100%;
    backdrop-filter: blur(5px);
    left: 0;
}

.title_page .main_title > div {
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.title_page .main_title p::before {
    content: "";
    animation: lineGrowVertical 1.2s forwards 0.8s ease-in-out;
    height: 0;
    left: 0;
    width: 4px;
    top: 0.5rem;
    position: absolute;
    background: linear-gradient(to bottom, rgb(198,209,212), rgb(161,172,179));
}

.title_page .fast_skill:hover {
    transition: text-shadow 0.3s ease;
    text-shadow: 0 0 15px rgb(198,209,212,0.5);
}

.title_page .main_title:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.01);
}

.contact::before {
    position: absolute;
    background-size: 40px 40px;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(198,209,212), 0.05) 49%, rgba(rgb(198,209,212), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(161,172,179), 0.05) 49%, rgba(rgb(161,172,179), 0.05) 51%, transparent 52%);
    width: 100%;
    z-index: 0;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
}

.contact .pic_frame_wrap {
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    position: relative;
    flex: 0 0 45%;
    min-height: 550px;
}

.contact .contact_feedback {
    flex: 0 0 55%;
    position: relative;
    background: #ffffff;
    padding: 60px;
}

.contact #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.contact h3 {
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    color: rgb(198,209,212);
    font-size: 23px;
}

.contact input[type="text"] {
    border-radius: 0 10px 10px 0;
    transition: all 0.3s ease;
    background: rgb(234,238,239);
    color: #000000;
    font-size: 15px;
    border: none;
    padding: 15px 20px;
    border-left: 3px solid rgb(198,209,212);
    width: 100%;
}

.contact input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

.contact .reach_links input[type="checkbox"] {
    appearance: none;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 3px;
    border: 2px solid rgb(234,238,239);
    background: rgb(234,238,239);
    border-radius: 4px;
    width: 22px;
    position: relative;
    height: 22px;
}

.contact .reach_links label {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}

.contact .reach_links a {
    text-decoration: none;
    position: relative;
    color: rgb(198,209,212);
    transition: all 0.3s ease;
}

.contact .reach_links a::after {
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background: rgb(198,209,212);
    position: absolute;
    content: "";
    transition: all 0.3s ease;
}

.contact .query_block::after {
    content: "";
    position: absolute;
    top: 50%;
    transition: all 0.6s ease;
    width: 0;
    height: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.contact .query_block:hover::after {
    height: 300%;
    width: 300%;
}

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

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

.instructor_history::before {
    z-index: 1;
    width: 70%;
    transform: rotate(-15deg);
    animation: pulse 8s infinite alternate;
    top: -10%;
    left: -10%;
    background: rgb(161,172,179,0.5);
    height: 120%;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    content: "";
}

.instructor_history .user_stories:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.instructor_history .pic_frame_wrap::after {
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(45deg, rgb(198,209,212,0.5) 0%, transparent 70%);
}

.instructor_history .user_stories:hover .pic_frame_wrap {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) translateY(0);
}

.instructor_history .user_stories:hover .career_story {
    transform: translateY(0) rotate(0deg);
}

.instructor_history .name {
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 0.5rem;
    color: rgb(198,209,212);
    font-weight: 700;
    font-size: 30px;
}

.instructor_history .user_stories:hover .name::after {
    transform: scaleX(1);
}

.instructor_history .career_story > div:nth-child(2) {
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    font-weight: 600;
    opacity: 0.8;
    font-size: 20px;
    transform: translateX(5px);
    color: rgb(161,172,179);
}

.instructor_history .exp_view::before {
    top: 0;
    width: 3px;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(198,209,212), rgb(161,172,179));
}

.course_beneficiaries::before {
    content: "";
    background-position: 0 0, 30px 30px;
    width: 100%;
    position: absolute;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(198,209,212,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(198,209,212,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(198,209,212,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(198,209,212,0.5) 75%
        );
    top: 0;
    opacity: 0.03;
    height: 100%;
    z-index: 0;
    left: 0;
    background-size: 60px 60px;
}

.course_beneficiaries h4::before {
    background: rgb(198,209,212,0.5);
    transform: translateX(-50%);
    height: 3px;
    top: 0;
    position: absolute;
    border-radius: 2px;
    width: 100px;
    left: 50%;
    content: "";
}

.course_beneficiaries div {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
}

.course_beneficiaries div p {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 70%;
    padding: 25px 30px;
    z-index: 1;
    align-items: center;
    display: flex;
    transition: all 0.4s ease;
    color: #000000;
    margin: 0 0 60px 0;
    font-size: 15px;
    position: relative;
    line-height: 1.6;
    border-radius: 50px;
}

.course_beneficiaries div p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
}

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

.course_beneficiaries div p::after {
    border-radius: 50%;
    z-index: 3;
    position: absolute;
    background: linear-gradient(135deg, rgb(198,209,212), rgb(161,172,179));
    width: 15px;
    height: 15px;
    content: "";
    transition: all 0.3s ease;
}

.course_beneficiaries div p svg {
    transition: all 0.3s ease;
    height: 32px;
    margin-right: 20px;
    width: 32px;
    min-width: 32px;
}

.course_beneficiaries div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(198,209,212);
}

header .top_learning::-webkit-scrollbar {
    display: none;
}


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



@media (max-width: 768px) {.stay_informed {
    padding: 4rem 1.5rem;
}.stay_informed .help_support {
    max-width: 100%;
    padding: 2rem;
}.stay_informed .input_holder {
    flex-direction: column;
}.stay_informed input[type="email"],
    .stay_informed input[type="submit"] {
    width: 100%;
}
}



@media (max-width: 480px) {.stay_informed {
    padding: 3rem 1rem;
}.stay_informed .help_support {
    padding: 1.5rem;
}.stay_informed h3 {
    font-size: calc(24px * 0.9);
    margin: 0 0 1.5rem 0;
}.stay_informed input[type="email"] {
    padding: 0.8rem 1rem;
}.stay_informed input[type="submit"] {
    padding: 0.8rem 1rem;
}}



@media screen and (max-width: 767px) {.reach_out_info {
    padding: 60px 0;
}.reach_out_info .reach_section h2 {
    font-size: calc(38px * 0.9);
}.reach_out_info .reach_section p {
    max-width: 100%;
}.reach_out_info .ask_for_help {
    justify-content: center;
}
}



@media (min-width: 1200px) {.plan_option .pro_rates {
    grid-template-columns: repeat(4, 1fr);
}.plan_option .class_cost {
    padding: 40px 35px;
}.plan_option h2 {
    font-size: calc(38px + 4px);
}
}



@media (min-width: 768px) and (max-width: 991px) {.plan_option .pro_rates {
    grid-template-columns: repeat(2, 1fr);
}.plan_option .plan_matrix p {
    font-size: calc(18px - 1px);
    margin-bottom: 25px;
}.plan_option .class_cost {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.plan_option {
    padding: 50px 0;
}.plan_option .class_cost {
    padding: 25px 20px;
}.plan_option h2::after {
    width: 60px;
    height: 3px;
}.plan_option .premium_cost {
    padding: 8px 16px;
}}



@media (max-width: 991px) {header .top_sitewrap {
    margin-bottom: 1.5rem;
}header .top_sitewrap svg {
    height: 42px;
}header .top_info {
    padding: 0.5rem 1.5rem;
    font-size: calc(18px - 1px);
}
}



@media (max-width: 991px) {.customer_opinions {
    padding: 4rem 0;
}.customer_opinions h2 {
    transform: skew(0);
    text-align: center;
    width: 100%;
}.customer_opinions h2::after {
    left: 20%;
    width: 60%;
    transform: none;
}.customer_opinions .client_testimonials {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    transform: rotate(0);
    gap: 2rem;
}
}



@media (max-width: 767px) {.customer_opinions {
    padding: 3rem 0;
}.customer_opinions h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.customer_opinions .client_testimonials {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.customer_opinions .user_stories,
    .customer_opinions .user_stories:nth-child(odd),
    .customer_opinions .user_stories:nth-child(3n+2) {
    padding: 1.5rem;
    transform: rotate(0);
}.customer_opinions .user_stories:hover,
    .customer_opinions .user_stories:nth-child(odd):hover,
    .customer_opinions .user_stories:nth-child(3n+2):hover {
    transform: translateY(-5px);
}.customer_opinions .user_stories img {
    width: 60px;
    height: 60px;
}
}



@media (max-width: 992px) {.award_show {
    padding: 4rem 0 2rem;
}.award_show .container {
    flex-direction: column;
}.award_show .company_holder {
    flex: 0 0 100%;
    margin-bottom: 3rem;
    padding-right: 0;
}.award_show .company_holder::after {
    display: none;
}.award_show .ssl_info {
    flex: 0 0 100%;
}.award_show .top_learning {
    padding-bottom: 1.5rem;
}
}



@media (max-width: 576px) {.award_show {
    padding: 3rem 0 1rem;
}.award_show::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.award_show .top_learning {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.award_show .company_holder {
    margin-bottom: 2rem;
}.award_show .top_learning .page_head a {
    padding: 0.6rem 0.8rem;
}.award_show .top_learning .page_head a:hover {
    padding-left: 1.2rem;
}.netiquette {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}



@media only screen and (max-width: 800px) {.privacy_fort {
    padding: 20px 10px;
}.privacy_fort h1 {
    font-size: 28px;
    margin-bottom: 15px;
}.privacy_fort h2 {
    margin-bottom: 10px;
    font-size: 22px;
}.privacy_fort ul li, .privacy_fort ol li {
    font-size: 18px;
}}



@media (min-width: 992px) and (max-width: 1199px) {.course_structure {
    padding: 100px 0;
}.course_structure .class_sessions {
    min-height: 550px;
}.course_structure .lesson_route {
    width: 70%;
}.course_structure .main_base {
    margin-bottom: 25px;
    height: 90px;
    width: 90px;
}.course_structure .main_base svg {
    width: 45px;
    height: 45px;
}.course_structure h3 {
    font-size: calc(35px - 2px);
    padding: 22px 35px;
    margin-bottom: 25px;
}.course_structure p {
    font-size: calc(12px - 1px);
    padding: 30px;
}
}



@media (max-width: 767px) {.course_structure {
    padding: 60px 0;
}.course_structure .class_sessions {
    padding-bottom: 50px;
    flex-direction: column;
    min-height: auto;
}.course_structure .pic_frame_wrap {
    border-radius: 20% 80% 80% 20% / 20% 20% 80% 80%;
    position: relative;
    margin: 30px 0;
    height: 300px;
    transform: scale(0.9);
}.course_structure .class_sessions:hover .pic_frame_wrap {
    transform: scale(0.95) rotate(2deg);
}.course_structure .lesson_route {
    width: 100%;
    order: 2;
}.course_structure .main_base {
    height: 70px;
    top: -30px;
    transform: translateX(-50%);
    position: absolute;
    margin-bottom: 0;
    width: 70px;
    z-index: 10;
    left: 50%;
}.course_structure .main_base::before,
    .course_structure .main_base::after {
    display: none;
}.course_structure .main_base svg {
    height: 35px;
    width: 35px;
}.course_structure .main_base:hover {
    transform: translateX(-50%) translateY(-5px);
}.course_structure h3 {
    margin-bottom: 15px;
    margin-top: 40px;
    padding: 20px;
    width: 100%;
    font-size: calc(35px - 6px);
    transform: none;
}.course_structure p {
    line-height: 1.6;
    font-size: calc(12px - 2px);
    transform: none;
    padding: 20px;
}.course_structure h3::after {
    bottom: -10px;
    width: 40px;
}.course_structure .lesson_route:hover h3::after {
    width: 80px;
}.course_structure p::after {
    display: none;
}.course_structure .lesson_route:hover h3,
    .course_structure .lesson_route:hover p {
    transform: none;
}}



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



@media (max-width: 768px) {.our_team {
    padding: 70px 0;
}.our_team h3 {
    font-size: calc(44px * 0.8);
    margin-bottom: 40px;
}.our_team .mentor_team,
    .our_team .who_weare {
    padding: 30px;
}.our_team .mentor_team .pic_frame_wrap {
    height: 240px;
}.our_team .mentor_team span {
    font-size: calc(24px * 0.9);
}.our_team .who_weare .master_program {
    width: 160px;
    height: 160px;
}
}



@media (max-width: 992px) {.title_page {
    padding: 3rem 1.5rem;
}.title_page .fast_skill {
    font-size: calc(48px * 0.9);
}.title_page .main_title {
    padding: 2.5rem;
}.title_page .main_title p {
    font-size: calc(16px * 1.1);
}.title_page .main_title h3 {
    font-size: calc(23px * 0.95);
}
}



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



@media (max-width: 768px) {.contact {
    padding: 60px 0;
}.contact h2 {
    font-size: calc(38px - 4px);
    margin-bottom: 40px;
}.contact .contact_feedback {
    padding: 35px 25px 45px;
}.contact #contact {
    gap: 20px;
}.contact .pic_frame_wrap {
    min-height: 250px;
}
}



@media (max-width: 768px) {.instructor_history .user_stories {
    grid-template-columns: 1fr;
}.instructor_history .pic_frame_wrap {
    height: 300px;
}}



@media (max-width: 991px) {.course_beneficiaries {
    padding: 120px 0;
}.course_beneficiaries h4 {
    font-size: calc(32px - 2px);
    margin-bottom: 70px;
}.course_beneficiaries div p {
    width: 80%;
    margin-bottom: 50px;
    padding: 22px 25px;
}.course_beneficiaries div p svg {
    width: 28px;
    min-width: 28px;
    margin-right: 15px;
    height: 28px;
}
}



@media (max-width: 479px) {.course_beneficiaries {
    padding: 80px 0;
}.course_beneficiaries h4 {
    margin-bottom: 50px;
    font-size: calc(32px - 6px);
}.course_beneficiaries div p {
    padding: 15px 18px;
    width: 100%;
    margin-bottom: 30px;
    font-size: calc(15px - 1px);
}.course_beneficiaries div p svg {
    min-width: 22px;
    margin-right: 10px;
    height: 22px;
    width: 22px;
}
}



@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

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



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



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



@keyframes pulseBorder {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}



@keyframes lineExpand {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

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



@keyframes fadeSlideRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes lineGrowVertical {
  from {
    height: 0;
  }
  to {
    height: 85%;
  }
}

