﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    height: 100%;
    color: #000000;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.panel-containercss {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}a {
    color: inherit;
    text-decoration: none;
}.main_mastercss {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.footer_classescss {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1184px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.start_nowcss {
    padding: 110px 0;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(145deg, rgb(191,171,171) 0%, rgb(156,138,119) 50%, rgb(191,171,171) 100%);
    position: relative;
}.start_nowcss::before {
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 52%);
    width: 100%;
    animation: crystalBackground 30s linear infinite;
    position: absolute;
    opacity: 0.05;
    left: 0;
    z-index: -1;
    height: 100%;
    content: '';
    background-size: 60px 60px;
    top: 0;
}.start_nowcss::after {
    opacity: 0.1;
    background: radial-gradient(
        circle at 30% 40%,
        #ffffff 0%,
        transparent 60%
    ),
    radial-gradient(
        circle at 70% 60%,
        #ffffff 0%,
        transparent 60%
    );
    filter: blur(50px);
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
}.start_nowcss .fast_learncss {
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    box-shadow: 
        0 25px 45px rgba(0, 0, 0, 0.1),
        0 0 30px rgba(255, 255, 255, 0.1);
    border-radius: 27px;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    backdrop-filter: blur(10px);
    display: flex;
    max-width: 1000px;
    padding: 60px;
    justify-content: center;
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    background: rgba(255, 255, 255, 0.07);
    z-index: 2;
}.start_nowcss .fast_learncss::before {
    filter: blur(20px);
    left: -2px;
    right: -2px;
    top: -2px;
    position: absolute;
    bottom: -2px;
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    content: '';
    opacity: 0.5;
    z-index: -1;
    animation: borderGlow 5s ease infinite;
    background: linear-gradient(
        45deg,
        rgb(191,171,171,0.5),
        rgb(156,138,119,0.5),
        rgb(191,171,171,0.5)
    );
}.start_nowcss .fast_learncss::after {
    z-index: -1;
    content: '';
    position: absolute;
    height: 100%;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.3;
}.start_nowcss h3 {
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    font-size: 37px;
    letter-spacing: 4px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}.start_nowcss h3::before {
    transform: translateX(-50%);
    animation: orbitalSpin 10s linear infinite;
    width: 30px;
    border-radius: 50%;
    left: 50%;
    opacity: 0.6;
    top: -40px;
    content: '';
    position: absolute;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}.start_nowcss h3::after {
    bottom: -15px;
    width: 50px;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    height: 2px;
    position: absolute;
    box-shadow: 0 0 10px #ffffff;
    transform: translateX(-50%);
    content: '';
    left: 50%;
}.start_nowcss .write_formcss {
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 45px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    clip-path: polygon(
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%, 
        0% 5%
    );
    letter-spacing: 2px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 10px;
    font-size: 20px;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: 600;
}.start_nowcss .write_formcss::before {
    left: 0;
    width: 100%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    top: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    z-index: -1;
    content: '';
    opacity: 0;
}.start_nowcss .write_formcss::after {
    top: -50%;
    z-index: 1;
    content: '';
    transition: all 0.6s ease;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    position: absolute;
    left: -100%;
    height: 200%;
    transform: rotate(25deg);
    width: 40%;
}.start_nowcss .write_formcss:hover {
    color: rgb(191,171,171);
    border-color: transparent;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-5px);
}.start_nowcss .write_formcss:hover::before {
    opacity: 1;
}.start_nowcss .write_formcss:hover::after {
    left: 150%;
}

@media screen and (max-width: 992px) {.start_nowcss {
    padding: 90px 0;
}.start_nowcss .fast_learncss {
    max-width: 90%;
    padding: 50px 40px;
}.start_nowcss h3 {
    margin-bottom: 45px;
    font-size: calc(37px * 0.9);
}.start_nowcss h3::before {
    height: 25px;
    width: 25px;
    top: -35px;
}.start_nowcss h3::after {
    width: 45px;
}.start_nowcss .write_formcss {
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.start_nowcss {
    padding: 70px 0;
}.start_nowcss .fast_learncss {
    padding: 40px 30px;
}.start_nowcss h3 {
    letter-spacing: 3px;
    margin-bottom: 40px;
    font-size: calc(37px * 0.8);
}.start_nowcss h3::before {
    width: 20px;
    top: -30px;
    height: 20px;
}.start_nowcss h3::after {
    width: 40px;
}.start_nowcss .write_formcss {
    padding: 12px 35px;
    letter-spacing: 1.5px;
    font-size: calc(20px * 0.95);
}
}

@media screen and (max-width: 576px) {.start_nowcss {
    padding: 60px 0;
}.start_nowcss .fast_learncss {
    padding: 30px 20px;
}.start_nowcss h3 {
    letter-spacing: 2px;
    font-size: calc(37px * 0.7);
    margin-bottom: 35px;
}.start_nowcss h3::before {
    top: -25px;
    width: 15px;
    height: 15px;
}.start_nowcss h3::after {
    width: 35px;
}.start_nowcss .write_formcss {
    padding: 10px 30px;
    letter-spacing: 1px;
    font-size: calc(20px * 0.9);
}}

@keyframes crystalBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes borderGlow {
    0% {
        filter: blur(20px);
        opacity: 0.5;
    }
    50% {
        filter: blur(25px);
        opacity: 0.7;
    }
    100% {
        filter: blur(20px);
        opacity: 0.5;
    }
}

@keyframes orbitalSpin {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}.learning_profitscss {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    padding: 150px 0;
    background: linear-gradient(120deg, rgb(224,220,220), #ffffff);
}.learning_profitscss::before {
    content: '';
    border-radius: 50%;
    height: 400px;
    width: 400px;
    right: -100px;
    position: absolute;
    background: rgb(191,171,171,0.5);
    opacity: 0.6;
    z-index: 1;
    filter: blur(100px);
    top: -100px;
}.learning_profitscss::after {
    content: '';
    border-radius: 50%;
    width: 300px;
    background: rgb(156,138,119,0.5);
    bottom: -100px;
    opacity: 0.5;
    height: 300px;
    filter: blur(80px);
    z-index: 1;
    position: absolute;
    left: -100px;
}.learning_profitscss .fast_learncss {
    display: flex;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}.learning_profitscss .image_show_itemcss {
    z-index: 3;
    width: 42%;
    transform: rotateY(15deg);
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
    border-radius: 0 100px 100px 0;
    left: -5%;
    height: 110%;
    top: -5%;
    box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.2);
    position: absolute;
}.learning_profitscss .image_show_itemcss:hover {
    transform: rotateY(0deg);
}.learning_profitscss .image_show_itemcss::before {
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgb(191,171,171,0.5) 0%, transparent 70%);
    z-index: 1;
    inset: 0;
    border-radius: inherit;
}.learning_profitscss .text_podcss {
    margin-left: auto;
    z-index: 4;
    position: relative;
    width: 60%;
    padding-right: 20px;
}.learning_profitscss h2 {
    position: relative;
    padding-bottom: 20px;
    font-weight: 700;
    border-bottom: 3px solid rgb(191,171,171);
    width: fit-content;
    margin-bottom: 50px;
    color: #000000;
    font-size: 36px;
}.learning_profitscss h2::after {
    bottom: -9px;
    border-radius: 50%;
    height: 15px;
    background: rgb(191,171,171);
    content: '';
    right: 0;
    position: absolute;
    width: 15px;
}.learning_profitscss .text_main_holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    transform-style: preserve-3d;
}.learning_profitscss .text_main_holder > div {
    transform-style: preserve-3d;
    z-index: 1;
    position: relative;
    transform: rotateY(-5deg);
    border-radius: 10px;
    background: #ffffff;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    padding: 30px;
    display: flex;
    gap: 15px;
}.learning_profitscss .text_main_holder > div:nth-child(even) {
    transform: rotateY(5deg);
}.learning_profitscss .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 5;
    transform: rotateY(0) translateZ(20px);
}.learning_profitscss .text_main_holder > div::before {
    height: 100%;
    border-radius: inherit;
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0;
    background: linear-gradient(135deg, rgb(191,171,171,0.5) 0%, transparent 80%);
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: '';
}.learning_profitscss .text_main_holder > div:hover::before {
    opacity: 1;
}.learning_profitscss .text_main_holder svg {
    width: 60px;
    transform: translateZ(10px);
    height: 60px;
    transition: transform 0.4s ease;
}.learning_profitscss .text_main_holder > div:hover svg {
    transform: translateZ(30px) scale(1.1);
}.learning_profitscss .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,171,171);
}.learning_profitscss .text_main_holder > div:hover svg path {
    fill: rgb(156,138,119);
}.learning_profitscss .text_main_holder p {
    font-size: 16px;
    transform: translateZ(5px);
    color: #000000;
    transition: transform 0.4s ease;
    margin: 0;
    line-height: 1.6;
}.learning_profitscss .text_main_holder > div:hover p {
    transform: translateZ(25px);
}

@media (max-width: 1200px) {.learning_profitscss .image_show_itemcss {
    width: 35%;
}.learning_profitscss .text_podcss {
    width: 65%;
}
}

@media (max-width: 992px) {.learning_profitscss {
    padding: 100px 0;
}.learning_profitscss .fast_learncss {
    padding: 0 20px;
    flex-direction: column;
}.learning_profitscss .image_show_itemcss {
    width: 90%;
    top: 0;
    margin: 0 auto 50px;
    height: 400px;
    position: relative;
    transform: rotateY(0);
    left: 0;
    border-radius: 21px;
}.learning_profitscss .text_podcss {
    padding: 0;
    margin: 0;
    width: 100%;
}.learning_profitscss .text_main_holder {
    grid-template-columns: 1fr;
}.learning_profitscss .text_main_holder > div,
    .learning_profitscss .text_main_holder > div:nth-child(even) {
    transform: rotateY(0);
}
}

@media (max-width: 576px) {.learning_profitscss {
    padding: 80px 0;
}.learning_profitscss .image_show_itemcss {
    height: 300px;
}.learning_profitscss h2 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.85);
}.learning_profitscss .text_main_holder > div {
    padding: 20px;
}.learning_profitscss .text_main_holder svg {
    height: 50px;
    width: 50px;
}}.cookie_message_windowcss {
    position: fixed;
    background: rgb(156,138,119);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 90;
    padding: 15px 20px;
    width: 100%;
    border-top: 3px solid rgb(191,171,171);
    bottom: 0;
}.consent_trackcss {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}.data_guardcss {
    flex-shrink: 0;
    margin-right: 20px;
}.data_guardcss svg {
    height: 50px;
    fill: rgb(191,171,171);
    width: 50px;
}.edu_settingscss {
    justify-content: center;
    display: flex;
    max-width: 600px;
    flex-direction: column;
}.cookie_message_windowcss h5 {
    margin-bottom: 10px;
    font-size: 21px;
    color: #ffffff;
    font-weight: 700;
}.cookie_message_windowcss p {
    line-height: 1.5;
    color: #000000;
    font-size: 13px;
}.tracking_policycss {
    border: 2px solid rgb(191,171,171);
    background: rgb(191,171,171);
    color: #ffffff;
    cursor: pointer;
    min-width: 150px;
    text-decoration: none;
    padding: 10px 20px;
    flex-shrink: 0;
    text-align: center;
    border-radius: 10px;
    margin-left: 10px;
    transition: none;
    font-size: 19px;
}.tracking_policycss:hover {
    background: rgb(191,171,171,0.5);
    border-color: rgb(191,171,171,0.5);
}.cookie_message_windowcss p a {
    border-bottom: 2px solid rgb(191,171,171);
    text-decoration: none;
    color: rgb(191,171,171);
}.cookie_message_windowcss p a:hover {
    color: rgb(156,138,119);
    border-bottom-color: rgb(156,138,119);
}
@media only screen and (max-width: 1200px) {.cookie_message_windowcss {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.data_guardcss {
    display: none;
}.consent_trackcss {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_message_windowcss h5, .cookie_message_windowcss p {
    text-align: center;
}.edu_settingscss {
    margin-bottom: 15px;
}.tracking_policycss {
    margin-top: 10px;
    margin-left: 0;
}}
#cookie_dialog_boxcss {
    display: none;
}#cookie_dialog_boxcss:checked ~ .cookie_message_windowcss {
    visibility: hidden;
    opacity: 0;
}.plan_comparisoncss {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.plan_comparisoncss::before {
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    top: 0;
    position: absolute;
    z-index: 1;
}.plan_comparisoncss .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.plan_comparisoncss .access_costcss {
    position: relative;
}.plan_comparisoncss h2 {
    position: relative;
    text-align: center;
    font-size: 34px;
    transform: perspective(1000px) translateZ(0);
    color: #ffffff;
    margin-bottom: 20px;
    overflow: hidden;
    font-weight: 700;
}.plan_comparisoncss h2::after {
    transform: translateX(-50%);
    bottom: -10px;
    content: "";
    width: 80px;
    left: 50%;
    position: absolute;
    height: 3px;
    background: rgb(191,171,171);
}.plan_comparisoncss .fee_schemescss {
    text-align: center;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    max-width: 700px;
    font-size: 18px;
}.plan_comparisoncss .learning_pricecss {
    padding: 0;
    gap: 30px;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.plan_comparisoncss .learning_pricecss li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.plan_comparisoncss .pricing_ratescss {
    display: block;
    overflow: hidden;
    text-decoration: none;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    border-left: 3px solid rgb(191,171,171);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.plan_comparisoncss .pricing_ratescss:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px) scale(1.02);
}.plan_comparisoncss .pricing_ratescss::before {
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(191,171,171), 0.05) 100%);
    left: 0;
    height: 100%;
    top: 0;
}.plan_comparisoncss .class_costcss {
    height: 100%;
    padding: 35px 25px;
}.plan_comparisoncss .learning_dealscss {
    z-index: 2;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}.plan_comparisoncss .learning_dealscss h4 {
    position: relative;
    font-size: calc(22px * 1.2);
    margin: 0 0 20px;
    overflow-wrap: break-word;
    color: #ffffff;
    padding-bottom: 15px;
    word-break: break-word;
    font-weight: 700;
}.plan_comparisoncss .learning_dealscss h4::after {
    content: "";
    width: 40px;
    bottom: 0;
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(191,171,171);
    left: 0;
    position: absolute;
}.plan_comparisoncss .pricing_ratescss:hover .learning_dealscss h4::after {
    width: 60px;
}.plan_comparisoncss .learning_dealscss p {
    scrollbar-color: rgb(191,171,171) transparent;
    font-size: 18px;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 0 25px;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    scrollbar-width: thin;
    flex-grow: 1;
    overflow-y: auto;
    max-height: 250px;
}.plan_comparisoncss .learning_dealscss p::-webkit-scrollbar {
    width: 4px;
}.plan_comparisoncss .learning_dealscss p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(191,171,171);
}.plan_comparisoncss .offer_boxcss {
    font-weight: 700;
    color: #ffffff;
    border-radius: 4px;
    margin-top: auto;
    background: linear-gradient(135deg, rgb(191,171,171) 0%, rgb(156,138,119) 100%);
    align-self: flex-start;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 10px 25px;
    transform: translateZ(10px);
    display: inline-block;
    font-size: calc(22px * 1.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.plan_comparisoncss .pricing_ratescss:hover .offer_boxcss {
    transform: translateZ(20px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {.plan_comparisoncss {
    padding: 80px 0;
}.plan_comparisoncss .learning_pricecss {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.plan_comparisoncss .class_costcss {
    padding: 25px 20px;
}.plan_comparisoncss .learning_dealscss h4 {
    font-size: 22px;
}.plan_comparisoncss .offer_boxcss {
    padding: 8px 20px;
    font-size: 22px;
}
}

@media (max-width: 767px) {.plan_comparisoncss {
    padding: 60px 0;
}.plan_comparisoncss h2 {
    font-size: calc(34px * 0.85);
}.plan_comparisoncss .fee_schemescss {
    font-size: calc(18px * 0.95);
    margin-bottom: 40px;
}.plan_comparisoncss .learning_pricecss {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.plan_comparisoncss .learning_dealscss p {
    max-height: 180px;
}
}

@media (max-width: 480px) {.plan_comparisoncss {
    padding: 50px 0;
}.plan_comparisoncss h2 {
    font-size: calc(34px * 0.75);
}.plan_comparisoncss .class_costcss {
    padding: 20px 15px;
}.plan_comparisoncss .learning_dealscss h4 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
    padding-bottom: 10px;
}.plan_comparisoncss .learning_dealscss p {
    margin-bottom: 20px;
    font-size: calc(18px * 0.9);
    max-height: 150px;
}.plan_comparisoncss .offer_boxcss {
    font-size: calc(22px * 0.9);
    padding: 8px 15px;
}}.ty_footercss {
    min-height: 60vh;
    background: linear-gradient(135deg, rgb(156,138,119,0.5), rgb(191,171,171,0.5) 70%);
    padding: 5rem 0;
    position: relative;
    align-items: center;
    perspective: 1000px;
    display: flex;
    overflow: hidden;
}.ty_footercss::before {
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(156,138,119,0.5) 0px,
        rgb(156,138,119,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    top: 0;
    height: 100%;
    opacity: 0.07;
    content: "";
    width: 100%;
    pointer-events: none;
    z-index: 1;
    position: absolute;
}.ty_footercss::after {
    transform: rotate(35deg);
    right: -20%;
    position: absolute;
    height: 200%;
    content: "";
    z-index: 0;
    background: radial-gradient(
        circle at center,
        rgb(191,171,171,0.5) 0%,
        transparent 70%
    );
    animation: shimmerEffect 15s infinite alternate ease-in-out;
    opacity: 0.15;
    width: 80%;
    top: -50%;
}.ty_footercss .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    width: 90%;
    z-index: 2;
}.ty_footercss .fast_learncss {
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.7)
    );
    backdrop-filter: blur(10px);
    position: relative;
    transform-style: preserve-3d;
    border-radius: 3px;
    padding: 3.5rem;
    transform: rotateX(2deg) rotateY(1deg);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 2px 5px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.ty_footercss .fast_learncss:hover {
    transform: rotateX(0deg) rotateY(0deg);
}.ty_footercss .fast_learncss::before {
    top: 0;
    width: 100%;
    pointer-events: none;
    transform: translateZ(-10px);
    position: absolute;
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgb(156,138,119,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(191,171,171,0.5) 100%
    );
    height: 100%;
    opacity: 0.05;
    left: 0;
    content: "";
}.ty_footercss .fast_learncss > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
}.ty_footercss .fast_learncss > div:first-child::after {
    transform-origin: left center;
    position: absolute;
    content: "";
    animation: lineExtend 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    background: linear-gradient(
        to right,
        rgb(156,138,119),
        rgb(191,171,171,0.5)
    );
    height: 3px;
    bottom: 0;
    width: 40%;
}.ty_footercss h5 {
    font-size: clamp(1.5rem, 2.5vw, 24px);
    opacity: 0;
    line-height: 1.4;
    margin: 0;
    transform: translateY(15px);
    color: #000000;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    font-weight: 700;
}.ty_footercss p {
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    color: #000000;
    margin: 0;
    max-width: 95%;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    opacity: 0;
    font-size: clamp(1rem, 1.2vw, 12px);
    line-height: 1.8;
}.ty_footercss a {
    display: inline-block;
    transition: transform 0.3s ease;
    color: inherit;
    position: relative;
    text-decoration: none;
    transform: scale(1);
}.ty_footercss a:hover {
    transform: scale(1.01);
}.ty_footercss a::before {
    height: calc(100% + 30px);
    content: "";
    top: -15px;
    border-radius: 3px;
    width: calc(100% + 30px);
    opacity: 0;
    position: absolute;
    pointer-events: none;
    left: -15px;
    border: 1px solid rgb(156,138,119,0.5);
    transition: opacity 0.3s ease, transform 0.3s ease;
}.ty_footercss a:hover::before {
    opacity: 0.5;
    transform: scale(1.02);
}.ty_footercss a::after {
    transform-origin: right;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(156,138,119),
        rgb(191,171,171)
    );
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    height: 1px;
    bottom: -5px;
    position: absolute;
}.ty_footercss a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

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

@keyframes lineExtend {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes shimmerEffect {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(35deg) translateX(0);
    }
    50% {
        opacity: 0.25;
        transform: rotate(35deg) translateX(5%);
    }
}

@media (max-width: 991px) {.ty_footercss {
    padding: 4rem 0;
}.ty_footercss .fast_learncss {
    padding: 2.5rem;
    transform: rotateX(1deg) rotateY(0.5deg);
}.ty_footercss h5 {
    line-height: 1.35;
}.ty_footercss p {
    max-width: 100%;
}.ty_footercss .fast_learncss > div:first-child::after {
    width: 60%;
}
}

@media (max-width: 767px) {.ty_footercss {
    min-height: auto;
    padding: 3rem 0;
}.ty_footercss .fast_learncss {
    transform: none;
    padding: 2rem;
}.ty_footercss .fast_learncss > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}.ty_footercss .fast_learncss > div:first-child::after {
    width: 80%;
}.ty_footercss p {
    line-height: 1.6;
}.ty_footercss::after {
    top: -30%;
    right: -50%;
    width: 100%;
}
}

@media (max-width: 480px) {.ty_footercss {
    padding: 2.5rem 0;
}.ty_footercss .fast_learncss {
    padding: 1.5rem;
}.ty_footercss h5 {
    font-size: 1.3rem;
}.ty_footercss p {
    font-size: 0.95rem;
}.ty_footercss .fast_learncss > div:first-child {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}.ty_footercss a::before {
    height: calc(100% + 20px);
    top: -10px;
    width: calc(100% + 20px);
    left: -10px;
}}.who_we_arecss {
    color: #ffffff;
    padding: 120px 0;
    position: relative;
    background: rgb(156,138,119,0.5);
    overflow: hidden;
}.who_we_arecss::before {
    position: absolute;
    content: "";
    width: 100%;
    background: 
        linear-gradient(217deg, rgb(191,171,171,0.5), transparent 70%),
        linear-gradient(127deg, rgb(156,138,119,0.5), transparent 70%);
    top: 0;
    z-index: 0;
    opacity: 0.2;
    height: 100%;
    left: 0;
}.who_we_arecss .container {
    z-index: 2;
    position: relative;
}.who_we_arecss .fast_learncss {
    display: flex;
    flex-direction: column;
    gap: 100px;
    position: relative;
}.who_we_arecss h3 {
    animation: slideIn 0.6s ease forwards;
    font-size: calc(41px * 1.2);
    color: #ffffff;
    transform: translateX(-100px);
    font-weight: 700;
    position: relative;
    opacity: 0;
    margin-bottom: 0;
}@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.who_we_arecss h3::before {
    left: -30px;
    background: rgb(191,171,171);
    content: "";
    width: 20px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    height: 3px;
}.who_we_arecss .study_spacecss {
    padding-left: 40px;
    border-left: 3px solid rgb(191,171,171);
    position: relative;
    display: grid;
    gap: 40px;
    transform: translateX(-50px);
    animation: fadeInRight 0.6s ease forwards 0.3s;
    grid-template-columns: 1fr 1fr;
    opacity: 0;
}@keyframes fadeInRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.who_we_arecss .study_spacecss span {
    font-weight: 600;
    color: rgb(191,171,171);
    font-size: 20px;
    position: relative;
    display: block;
    margin-bottom: 10px;
    grid-column: 1 / 3;
}.who_we_arecss .study_spacecss p {
    line-height: 1.8;
    font-size: 12px;
    padding-right: 20px;
    color: #ffffff;
    opacity: 0.9;
    margin: 0;
}.who_we_arecss .study_spacecss .image_show_itemcss {
    transform: scale(1);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    transition: transform 0.4s ease;
    border-radius: 0;
    overflow: hidden;
}.who_we_arecss .study_spacecss .image_show_itemcss:hover {
    transform: scale(1.05);
}.who_we_arecss .study_spacecss .image_show_itemcss::before {
    top: 0;
    opacity: 0.3;
    z-index: 1;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(191,171,171,0.5), transparent);
}.who_we_arecss .learning_trackscss {
    animation: fadeInLeft 0.6s ease forwards 0.6s;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    opacity: 0;
    transform: translateX(50px);
    border-right: 3px solid rgb(156,138,119);
    padding-right: 40px;
    display: grid;
    position: relative;
}@keyframes fadeInLeft {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.who_we_arecss .learning_trackscss p {
    opacity: 0.9;
    line-height: 1.8;
    margin: 0;
    padding-left: 20px;
    grid-column: 2 / 3;
    color: #ffffff;
    font-size: 12px;
}.who_we_arecss .learning_trackscss .skill_guidescss {
    grid-row: 1 / 2;
    overflow: hidden;
    transform: scale(1);
    border-radius: 0;
    transition: transform 0.4s ease;
    height: 100%;
    width: 100%;
    grid-column: 1 / 2;
    min-height: 300px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    position: relative;
}.who_we_arecss .learning_trackscss .skill_guidescss:hover {
    transform: scale(1.05);
}.who_we_arecss .learning_trackscss .skill_guidescss::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    opacity: 0.3;
    height: 100%;
    background: linear-gradient(to left, rgb(156,138,119,0.5), transparent);
    width: 100%;
    z-index: 1;
}.who_we_arecss .fast_learncss::before {
    content: "";
    top: -20px;
    height: 1px;
    background: linear-gradient(to right, rgb(191,171,171), transparent);
    left: 0;
    width: 40%;
    position: absolute;
}.who_we_arecss .fast_learncss::after {
    bottom: -20px;
    right: 0;
    width: 40%;
    position: absolute;
    content: "";
    background: linear-gradient(to left, rgb(156,138,119), transparent);
    height: 1px;
}.who_we_arecss .container::before {
    border: 1px solid rgb(191,171,171,0.5);
    width: 200px;
    height: 200px;
    z-index: -1;
    top: -100px;
    left: -100px;
    animation: rotate 30s linear infinite;
    position: absolute;
    border-radius: 50%;
    content: "";
}.who_we_arecss .container::after {
    z-index: -1;
    border: 1px solid rgb(156,138,119,0.5);
    content: "";
    right: -150px;
    border-radius: 50%;
    height: 300px;
    bottom: -150px;
    position: absolute;
    width: 300px;
    animation: rotate 40s linear infinite reverse;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.who_we_arecss::after {
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}

@media screen and (max-width: 992px) {.who_we_arecss {
    padding: 80px 0;
}.who_we_arecss h3 {
    font-size: calc(41px * 1.1);
}.who_we_arecss .fast_learncss {
    gap: 70px;
}.who_we_arecss .study_spacecss,
    .who_we_arecss .learning_trackscss {
    grid-template-columns: 1fr;
    gap: 30px;
}.who_we_arecss .study_spacecss p {
    padding-right: 0;
    grid-column: 1 / 2;
}.who_we_arecss .learning_trackscss p {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    padding-left: 0;
}.who_we_arecss .learning_trackscss .skill_guidescss {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.who_we_arecss .study_spacecss .image_show_itemcss,
    .who_we_arecss .learning_trackscss .skill_guidescss {
    min-height: 250px;
}
}

@media screen and (max-width: 768px) {.who_we_arecss {
    padding: 60px 0;
}.who_we_arecss h3 {
    font-size: 41px;
}.who_we_arecss .fast_learncss {
    gap: 50px;
}.who_we_arecss .study_spacecss,
    .who_we_arecss .learning_trackscss {
    padding-left: 20px;
    padding-right: 20px;
}.who_we_arecss .study_spacecss {
    border-left: 2px solid rgb(191,171,171);
}.who_we_arecss .learning_trackscss {
    border-right: 2px solid rgb(156,138,119);
}.who_we_arecss .study_spacecss span {
    font-size: calc(20px * 0.9);
}.who_we_arecss .study_spacecss p,
    .who_we_arecss .learning_trackscss p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}.who_we_arecss .study_spacecss .image_show_itemcss,
    .who_we_arecss .learning_trackscss .skill_guidescss {
    min-height: 220px;
    clip-path: none;
    border-radius: 10px;
}
}

@media screen and (max-width: 576px) {.who_we_arecss {
    padding: 50px 0;
}.who_we_arecss h3 {
    font-size: calc(41px * 0.8);
}.who_we_arecss h3::before {
    left: -20px;
    width: 15px;
}.who_we_arecss .fast_learncss {
    gap: 40px;
}.who_we_arecss .study_spacecss,
    .who_we_arecss .learning_trackscss {
    padding-right: 15px;
    padding-left: 15px;
    gap: 20px;
}.who_we_arecss .study_spacecss .image_show_itemcss,
    .who_we_arecss .learning_trackscss .skill_guidescss {
    min-height: 180px;
}.who_we_arecss .container::before,
    .who_we_arecss .container::after {
    display: none;
}}footer {
    position: relative;
    width: 100%;
}footer .footer_classescss {
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    background-color: rgb(156,138,119);
    padding: 80px 0 30px;
}footer .footer_classescss::before {
    opacity: 0.05;
    content: "";
    left: 0;
    pointer-events: none;
    top: 0;
    background-image: 
        linear-gradient(30deg, rgb(156,138,119) 12%, transparent 12.5%, transparent 87%, rgb(156,138,119) 87.5%, rgb(156,138,119)),
        linear-gradient(150deg, rgb(156,138,119) 12%, transparent 12.5%, transparent 87%, rgb(156,138,119) 87.5%, rgb(156,138,119)),
        linear-gradient(30deg, rgb(156,138,119) 12%, transparent 12.5%, transparent 87%, rgb(156,138,119) 87.5%, rgb(156,138,119)),
        linear-gradient(150deg, rgb(156,138,119) 12%, transparent 12.5%, transparent 87%, rgb(156,138,119) 87.5%, rgb(156,138,119)),
        linear-gradient(60deg, rgb(191,171,171,0.5) 25%, transparent 25.5%, transparent 75%, rgb(191,171,171,0.5) 75%, rgb(191,171,171,0.5)),
        linear-gradient(60deg, rgb(191,171,171,0.5) 25%, transparent 25.5%, transparent 75%, rgb(191,171,171,0.5) 75%, rgb(191,171,171,0.5));
    width: 100%;
    position: absolute;
    height: 100%;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    background-size: 80px 140px;
}footer .footer_classescss::after {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(191,171,171), rgb(156,138,119));
    position: absolute;
    content: "";
    height: 5px;
    top: 0;
    pointer-events: none;
}footer .achieve_ctacss {
    z-index: 1;
    position: relative;
}footer .request_teamcss {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
    gap: 20px;
    display: flex;
}footer .info_item {
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    justify-content: center;
    padding: 20px 25px;
    max-width: 300px;
    display: flex;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    min-height: 60px;
    align-items: center;
    min-width: 200px;
    flex: 0 1 auto;
    transition: all 0.4s ease;
    cursor: pointer;
}footer .info_item::before {
    content: "";
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    z-index: -1;
    left: 3px;
    pointer-events: none;
    bottom: 3px;
    right: 3px;
    background-color: rgb(156,138,119);
    top: 3px;
    position: absolute;
}footer .info_item:hover {
    background-color: rgb(191,171,171);
    transform: translateY(-5px);
}footer .info_item svg {
    flex-shrink: 0;
    width: 20px;
    margin-right: 12px;
    fill: rgb(191,171,171);
    transition: fill 0.3s ease;
    height: 20px;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    width: 100%;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    display: flex;
    z-index: 1;
    height: 100%;
}footer .text_main_holder {
    gap: 50px;
    padding-top: 40px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}footer .text_main_holder::before {
    content: "";
    top: 0;
    pointer-events: none;
    position: absolute;
    left: 10%;
    width: 80%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    height: 1px;
}footer .nav_pagewrapcss {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    margin: 0 auto;
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    padding: 20px;
    align-items: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    text-align: center;
    max-width: 350px;
}footer .nav_pagewrapcss::before {
    background-color: rgb(156,138,119);
    top: 3px;
    content: "";
    bottom: 3px;
    z-index: -1;
    pointer-events: none;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: absolute;
    right: 3px;
    left: 3px;
}footer .nav_pagewrapcss svg {
    margin-bottom: 20px;
    width: auto;
    height: 45px;
    filter: brightness(0) invert(1);
}footer .chrome_extcss {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .top_traincss {
    position: relative;
    padding: 30px;
    border-radius: 26px;
    background-color: rgba(255, 255, 255, 0.03);
}footer .top_traincss h5 {
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    font-size: 22px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 25px;
}footer .top_traincss h5::after {
    content: "";
    pointer-events: none;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: rgb(191,171,171);
}footer .site_corecss {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 5px;
    margin-bottom: 20px;
}footer .site_corecss a {
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 12px 15px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
    align-items: center;
    cursor: pointer;
}footer .site_corecss a::before {
    opacity: 0;
    border-left: 4px solid rgb(191,171,171);
    width: 0;
    transform: translateY(-50%);
    pointer-events: none;
    height: 0;
    position: absolute;
    border-top: 4px solid transparent;
    top: 50%;
    border-bottom: 4px solid transparent;
    content: "";
    left: 5px;
    transition: all 0.3s ease;
}footer .site_corecss a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
}footer .site_corecss a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 26px;
    position: relative;
}footer .subscribe_holder::before {
    position: absolute;
    height: 100%;
    border-radius: 26px;
    left: 0;
    background-size: 20px 20px;
    top: 0;
    opacity: 0.05;
    content: "";
    width: 100%;
    pointer-events: none;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(191,171,171,0.5) 49%, rgb(191,171,171,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(191,171,171,0.5) 49%, rgb(191,171,171,0.5) 51%, transparent 52%);
}footer .subscribe_holder h5 {
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-size: 18px;
}footer .input_holder {
    gap: 15px;
    position: relative;
    width: 100%;
    z-index: 5;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    -webkit-appearance: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    z-index: 5;
    appearance: none;
    cursor: text;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(191,171,171);
    outline: none;
    background-color: rgba(255, 255, 255, 0.08);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .subscribe_widgetcss {
    background-color: rgb(191,171,171);
    z-index: 5;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 20px;
    cursor: pointer;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
    text-align: center;
}footer .subscribe_widgetcss:hover {
    transform: translateY(-3px);
    background-color: rgb(156,138,119);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .challenge_ctacss {
    margin-top: 50px;
    position: relative;
    text-align: center;
}footer .gift_cardcss {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}footer .gift_cardcss::before,
footer .gift_cardcss::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    top: 50%;
    width: 20px;
    pointer-events: none;
    height: 1px;
    position: absolute;
}footer .gift_cardcss::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .gift_cardcss::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe_widgetcss {
    min-width: 150px;
    width: auto;
    flex-shrink: 0;
}footer .input_holder input[type="email"] {
    flex: 1;
    min-width: 0;
}
}

@media (max-width: 991px) {footer .site_corecss {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .footer_classescss {
    padding: 60px 0 30px;
}footer .request_teamcss {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .top_traincss, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav_pagewrapcss {
    padding: 15px;
    margin-bottom: 20px;
}footer .challenge_ctacss {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .footer_classescss {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .top_traincss h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(22px - 2px);
}footer .top_traincss, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .subscribe_widgetcss {
    padding: 12px;
}}.course_featurescss {
    background: linear-gradient(135deg, rgb(224,220,220) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}.course_featurescss::before {
    transform: rotate(-15deg) skew(10deg);
    background: linear-gradient(45deg, rgb(191,171,171,0.5) 0%, rgb(156,138,119,0.5) 100%);
    right: -5%;
    position: absolute;
    content: "";
    filter: blur(20px);
    width: 50%;
    top: -10%;
    z-index: 1;
    height: 70%;
    opacity: 0.6;
}.course_featurescss::after {
    z-index: 1;
    filter: blur(20px);
    height: 60%;
    background: linear-gradient(225deg, rgb(156,138,119,0.5) 0%, rgb(191,171,171,0.5) 100%);
    width: 40%;
    content: "";
    transform: rotate(15deg) skew(-10deg);
    position: absolute;
    opacity: 0.4;
    left: -5%;
    bottom: -10%;
}.course_featurescss .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.course_featurescss h2 {
    transform: translateX(-5px);
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    max-width: 80%;
    color: #000000;
    font-size: 37px;
}.course_featurescss h2::after {
    left: 0;
    position: absolute;
    content: "";
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left center;
    width: 80px;
    background: rgb(191,171,171);
    height: 3px;
    bottom: -15px;
    transform: scaleX(1);
}.course_featurescss h2:hover::after {
    transform: scaleX(1.5);
}.course_featurescss .knowledge_routecss {
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
    display: grid;
}.course_featurescss .image_show_itemcss {
    width: 100%;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    height: 400px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
}.course_featurescss .image_show_itemcss::before {
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.4;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(191,171,171,0.5) 0%, transparent 100%);
    transition: opacity 0.5s ease;
}.course_featurescss .image_show_itemcss:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) scale(1.02);
}.course_featurescss .image_show_itemcss:hover::before {
    opacity: 0.2;
}.course_featurescss .text_podcss {
    padding: 20px 0;
    position: relative;
}.course_featurescss .description {
    border-left: 2px solid rgb(156,138,119,0.5);
    padding-left: 20px;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 25px;
    position: relative;
}.course_featurescss .description:first-child {
    font-weight: 600;
    font-size: calc(18px * 1.05);
}.course_featurescss .description:last-child {
    opacity: 0.85;
    transform: translateY(5px);
}.course_featurescss .description::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(191,171,171);
}.course_featurescss .description:hover {
    transform: translateX(5px);
    border-left-color: rgb(191,171,171);
}

@media (min-width: 768px) {.course_featurescss h2 {
    max-width: 70%;
    font-size: calc(37px * 1.1);
}.course_featurescss .knowledge_routecss {
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.course_featurescss .image_show_itemcss {
    height: 500px;
}.course_featurescss .text_podcss {
    padding: 20px 0 20px 20px;
}
}

@media (min-width: 992px) {.course_featurescss {
    padding: 150px 0 100px;
}.course_featurescss h2 {
    transform: translateX(-10px);
    margin-bottom: 70px;
    max-width: 60%;
}.course_featurescss .knowledge_routecss {
    gap: 80px;
}.course_featurescss .image_show_itemcss {
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.course_featurescss .text_podcss {
    padding: 40px 0 40px 40px;
    overflow-y: auto;
    scrollbar-color: rgb(156,138,119) #ffffff;
    max-height: 600px;
    scrollbar-width: thin;
}.course_featurescss .text_podcss::-webkit-scrollbar {
    width: 6px;
}.course_featurescss .text_podcss::-webkit-scrollbar-track {
    background: #ffffff;
}.course_featurescss .text_podcss::-webkit-scrollbar-thumb {
    background-color: rgb(156,138,119);
    border-radius: 10px;
}.course_featurescss .description {
    margin-bottom: 30px;
    padding-left: 30px;
}
}

@media (min-width: 1200px) {.course_featurescss h2 {
    max-width: 50%;
    font-size: calc(37px * 1.2);
}.course_featurescss .knowledge_routecss {
    grid-template-columns: 45% 55%;
}.course_featurescss .image_show_itemcss {
    height: 650px;
}.course_featurescss .text_podcss {
    padding: 60px 0 60px 60px;
    max-height: 650px;
}.course_featurescss .description {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}.course_featurescss .description:first-child {
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 767px) {.course_featurescss {
    padding: 80px 0 50px;
}.course_featurescss h2 {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
}.course_featurescss .image_show_itemcss {
    height: 300px;
    transform: perspective(1000px) rotateY(-1deg) translateZ(0);
}.course_featurescss .description {
    padding-left: 15px;
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}.secure_bunkercss {
    position: relative;
    padding: 50px;
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgb(224,220,220);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.secure_bunkercss::before,
.secure_bunkercss::after {
    content: '';
    position: absolute;
    opacity: 0.1;
    background: rgb(191,171,171,0.5);
    border-radius: 50%;
}.secure_bunkercss::before {
    height: 200px;
    top: -50px;
    left: -50px;
    width: 200px;
}.secure_bunkercss::after {
    right: -100px;
    height: 300px;
    bottom: -100px;
    width: 300px;
}.secure_bunkercss h1,
.secure_bunkercss h2 {
    position: relative;
    margin: 20px 0;
    padding-left: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
}.secure_bunkercss h1::before,
.secure_bunkercss h2::before {
    width: 30px;
    content: '';
    height: 30px;
    background: rgb(191,171,171);
    border-radius: 50%;
    position: absolute;
    left: 0;
}.secure_bunkercss h1 {
    color: rgb(191,171,171);
    font-size: 45px;
    font-weight: 700;
}.secure_bunkercss h2 {
    color: rgb(156,138,119);
    font-weight: 600;
    font-size: 31px;
}.secure_bunkercss ul {
    counter-reset: custom-counter;
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}.secure_bunkercss ul li {
    padding-left: 40px;
    color: #000000;
    padding: 10px 0;
    position: relative;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 15px;
}.secure_bunkercss ul li::before {
    justify-content: center;
    left: 0;
    counter-increment: custom-counter;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 30px;
    align-items: center;
    font-weight: 700;
    position: absolute;
    display: flex;
    top: 50%;
    background: rgb(156,138,119);
    content: counter(custom-counter);
    color: #ffffff;
    height: 30px;
}.secure_bunkercss p {
    margin: 20px 0;
    color: #000000;
    font-size: 15px;
    padding-left: 15px;
    line-height: 1.8;
    position: relative;
    border-left: 4px solid rgb(191,171,171);
    font-weight: 300;
}.secure_bunkercss p::before {
    content: '';
    top: 0;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: rgb(191,171,171);
    border-radius: 50%;
    position: absolute;
    left: 0;
}.secure_bunkercss .container div {
    border: 1px dashed rgb(156,138,119,0.5);
    margin: 20px 0;
    position: relative;
    border-radius: 10px;
    padding: 20px;
}.secure_bunkercss .container div::before {
    width: 20px;
    background: rgb(156,138,119);
    height: 20px;
    content: '';
    left: -10px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    opacity: 0.5;
}.secure_bunkercss .container div::after {
    height: 20px;
    width: 20px;
    position: absolute;
    right: -10px;
    opacity: 0.5;
    bottom: -10px;
    content: '';
    border-radius: 50%;
    background: rgb(156,138,119);
}
@media only screen and (max-width: 800px) {.secure_bunkercss {
    padding: 30px;
}.secure_bunkercss h1 {
    font-size: calc(19px - 8px);
}.secure_bunkercss h2 {
    font-size: calc(19px - 8px);
}.secure_bunkercss ul li {
    font-size: calc(15px - 2px);
}.secure_bunkercss p {
    font-size: calc(15px - 2px);
}}
.primary_pagecss {
    position: relative;
    padding: 2rem;
    min-height: 100vh;
    display: flex;
    background: rgb(224,220,220);
    align-items: center;
    justify-content: center;
    overflow: hidden;
}.primary_pagecss::before {
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgb(191,171,171,0.5) 0%, rgb(156,138,119,0.5) 100%);
    width: 100%;
    opacity: 0.15;
    height: 100%;
    position: absolute;
}.primary_pagecss::after {
    content: "";
    top: -50%;
    right: -50%;
    height: 100%;
    opacity: 0.1;
    background: radial-gradient(circle at center, rgb(191,171,171,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 1;
    width: 100%;
    transform: scale(2);
}.primary_pagecss .main_welcomecss {
    max-width: 1200px;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 2.5rem;
    width: 90%;
    box-shadow: 
    20px 20px 60px rgba(0,0,0,0.08), 
    -10px -10px 30px rgba(255,255,255,0.05),
    inset 5px 5px 10px rgba(255,255,255,0.05),
    inset -5px -5px 10px rgba(0,0,0,0.02);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
}.primary_pagecss .main_welcomecss:hover {
    box-shadow: 
    25px 25px 70px rgba(0,0,0,0.12), 
    -12px -12px 35px rgba(255,255,255,0.08),
    inset 5px 5px 10px rgba(255,255,255,0.08),
    inset -5px -5px 10px rgba(0,0,0,0.04);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.primary_pagecss .main_welcomecss > div:first-child {
    border-left: 4px solid rgb(191,171,171);
    padding-left: 1.5rem;
    transform: translateX(-10px);
    opacity: 0;
    position: relative;
    animation: slideInLeft 0.7s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    margin-bottom: 2rem;
}.primary_pagecss .main_welcomecss > div:first-child p {
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.6;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #000000;
    font-size: calc(15px * 1.1);
    text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
}.primary_pagecss .edu_ethoscss {
    opacity: 0;
    animation: slideInUp 0.7s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    margin-top: 3rem;
    transform: translateY(20px);
    position: relative;
}.primary_pagecss .edu_ethoscss > div {
    position: relative;
    box-shadow: 
    10px 10px 30px rgba(0,0,0,0.15), 
    -5px -5px 20px rgba(255,255,255,0.1),
    inset 1px 1px 2px rgba(255,255,255,0.05);
    border-radius: 14px;
    overflow: hidden;
}.primary_pagecss .edu_ethoscss > div::before {
    z-index: 1;
    position: absolute;
    left: 0;
    background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.4) 0%,
    rgba(0,0,0,0.7) 100%
  );
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
}.primary_pagecss .edu_ethoscss > div::after {
    pointer-events: none;
    content: "";
    height: 120%;
    left: -10%;
    z-index: 2;
    top: -10%;
    position: absolute;
    mix-blend-mode: overlay;
    background: radial-gradient(
    ellipse at top right,
    rgb(191,171,171,0.5) 0%,
    transparent 70%
  );
    width: 120%;
    opacity: 0.7;
}.primary_pagecss .edu_ethoscss h3 {
    transform: translateY(10px);
    position: relative;
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    font-weight: 400;
    font-size: calc(22px * 0.9);
    opacity: 0;
    animation: fadeIn 0.7s 0.6s ease-out forwards;
    padding: 2rem 2rem 1rem;
    z-index: 3;
}.primary_pagecss .edu_ethoscss > div > div {
    backdrop-filter: blur(5px);
    padding: 2rem;
    position: relative;
    z-index: 3;
    margin-top: 1rem;
    background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.15) 100%
  );
}.primary_pagecss .edu_ethoscss > div > div > div {
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
    5px 5px 15px rgba(0,0,0,0.1), 
    -5px -5px 15px rgba(255,255,255,0.05),
    inset 1px 1px 2px rgba(255,255,255,0.05),
    inset -1px -1px 2px rgba(0,0,0,0.05);
    transform: perspective(500px) rotateX(3deg);
    padding: 2rem;
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
}.primary_pagecss .edu_ethoscss > div > div > div:hover {
    box-shadow: 
    8px 8px 20px rgba(0,0,0,0.15), 
    -5px -5px 15px rgba(255,255,255,0.08),
    inset 1px 1px 2px rgba(255,255,255,0.08),
    inset -1px -1px 2px rgba(0,0,0,0.08);
    transform: perspective(500px) rotateX(0deg) translateY(-5px);
}.primary_pagecss .title_style_header {
    position: relative;
    animation: slideInUp 0.7s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    font-weight: 700;
    transform: translateY(20px);
    line-height: 1.3;
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
    opacity: 0;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    margin: 0;
    font-size: calc(48px * 0.9);
}.primary_pagecss .title_style_header::after {
    height: 4px;
    position: absolute;
    border-radius: 10px;
    bottom: -15px;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(to right, rgb(191,171,171), rgb(156,138,119));
}

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

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

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

@media screen and (max-width: 992px) {.primary_pagecss {
    padding: 1.5rem;
}.primary_pagecss .main_welcomecss {
    padding: 2rem 1.5rem;
    width: 95%;
}.primary_pagecss .title_style_header {
    font-size: calc(28px * 1.1);
}.primary_pagecss .edu_ethoscss h3 {
    padding: 1.5rem 1.5rem 1rem;
    font-size: 22px;
}
}

@media screen and (max-width: 768px) {.primary_pagecss {
    padding: 4rem 1rem;
    min-height: auto;
}.primary_pagecss .main_welcomecss {
    transform: perspective(800px) rotateX(1deg);
    padding: 1.5rem 1.25rem;
}.primary_pagecss .main_welcomecss > div:first-child {
    margin-bottom: 1.5rem;
}.primary_pagecss .main_welcomecss > div:first-child p {
    font-size: 15px;
}.primary_pagecss .edu_ethoscss > div > div {
    padding: 1.5rem 1rem;
}.primary_pagecss .edu_ethoscss > div > div > div {
    padding: 1.5rem 1rem;
}.primary_pagecss .title_style_header {
    font-size: calc(28px * 0.95);
}.primary_pagecss .title_style_header::after {
    width: 60px;
    bottom: -12px;
    height: 3px;
}.primary_pagecss .edu_ethoscss h3 {
    font-size: calc(19px * 1.1);
    padding: 1.5rem 1.25rem 0.75rem;
}
}

@media screen and (max-width: 576px) {.primary_pagecss {
    padding: 3rem 0.75rem;
}.primary_pagecss .main_welcomecss {
    transform: none;
    padding: 1.25rem 1rem;
    width: 100%;
}.primary_pagecss .main_welcomecss > div:first-child {
    border-left-width: 3px;
    padding-left: 1rem;
}.primary_pagecss .edu_ethoscss {
    margin-top: 2rem;
}.primary_pagecss .edu_ethoscss > div > div {
    padding: 1.25rem 0.75rem;
}.primary_pagecss .edu_ethoscss > div > div > div {
    transform: none;
    padding: 1.25rem 0.75rem;
}.primary_pagecss .title_style_header {
    font-size: calc(28px * 0.85);
}.primary_pagecss .title_style_header::after {
    width: 50px;
    bottom: -10px;
    height: 3px;
}.primary_pagecss .edu_ethoscss h3 {
    padding: 1.25rem 1rem 0.75rem;
    font-size: 19px;
}}header {
    width: 100%;
    background: rgb(224,220,220);
    position: relative;
    z-index: 99;
    overflow: visible;
}header::before {
    content: "";
    background: radial-gradient(circle at 30% 30%, rgb(191,171,171,0.5) 0%, transparent 70%);
    height: 100%;
    opacity: 0.2;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}header .main_knowcss {
    position: relative;
    justify-content: space-between;
    display: flex;
    padding: 25px 30px;
    align-items: center;
}header .main_knowcss::before {
    width: 30%;
    height: 5px;
    left: 10%;
    background: linear-gradient(90deg, rgb(191,171,171), transparent);
    filter: blur(5px);
    position: absolute;
    top: -10px;
    content: "";
}header .main_knowcss::after {
    background: linear-gradient(90deg, transparent, rgb(156,138,119));
    width: 30%;
    content: "";
    filter: blur(5px);
    bottom: -10px;
    position: absolute;
    height: 5px;
    right: 10%;
}header .main_knowcss .nav_pagewrapcss {
    padding: 5px;
    z-index: 2;
    position: relative;
}header .main_knowcss .nav_pagewrapcss::before {
    content: "";
    top: -5px;
    position: absolute;
    opacity: 0;
    height: calc(100% + 10px);
    background: linear-gradient(135deg, rgb(191,171,171), rgb(156,138,119));
    width: calc(100% + 10px);
    filter: blur(15px);
    transition: opacity 0.3s ease;
    left: -5px;
    z-index: -1;
}header .main_knowcss .nav_pagewrapcss:hover::before {
    opacity: 0.7;
}header .main_knowcss .nav_pagewrapcss .main_procss {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
}header .main_knowcss .nav_pagewrapcss:hover .main_procss {
    transform: scale(1.05);
}header .main_knowcss .nav_pagewrapcss .main_procss svg {
    height: 45px;
    width: auto;
}header .main_knowcss .top_traincss {
    padding: 10px;
    border-radius: 26px;
    margin: 0;
    display: flex;
    list-style: none;
    position: relative;
}header .main_knowcss .top_traincss::before {
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    content: "";
    border-radius: 26px;
    z-index: -1;
    backdrop-filter: blur(5px);
    position: absolute;
    width: 100%;
    opacity: 0.1;
}header .main_knowcss .top_traincss .main_skillcss {
    margin: 0 3px;
    position: relative;
}header .main_knowcss .top_traincss .main_skillcss a {
    font-weight: 600;
    color: #000000;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 8px 15px;
    text-decoration: none;
    z-index: 1;
    border-radius: 10px;
    font-size: 12px;
    font-family: Arial, sans-serif;
}header .main_knowcss .top_traincss .main_skillcss a::before {
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(191,171,171), rgb(156,138,119));
    width: 100%;
    transition: opacity 0.3s ease;
    content: "";
    height: 100%;
    opacity: 0;
    top: 0;
    z-index: -1;
}header .main_knowcss .top_traincss .main_skillcss a::after {
    transition: transform 0.5s ease, opacity 0.5s ease;
    top: 50%;
    opacity: 0;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    content: "";
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    position: absolute;
    width: 150%;
    z-index: -1;
    height: 150%;
}header .main_knowcss .top_traincss .main_skillcss:hover a::before {
    opacity: 1;
}header .main_knowcss .top_traincss .main_skillcss:hover a {
    color: #ffffff;
}header .main_knowcss .top_traincss .main_skillcss:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}header .main_knowcss .top_traincss .main_skillcss:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(191,171,171), rgb(156,138,119));
}header .main_knowcss .top_traincss .main_skillcss:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(191,171,171), rgb(156,138,119));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(191,171,171), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(191,171,171), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(191,171,171), 0);
    }
}

@media (max-width: 992px) {header .main_knowcss {
    padding: 20px 15px;
    flex-direction: column;
}header .main_knowcss .nav_pagewrapcss {
    margin-bottom: 15px;
}header .main_knowcss .top_traincss {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .main_knowcss .top_traincss .main_skillcss {
    margin: 3px;
}header .main_knowcss .top_traincss .main_skillcss a {
    padding: 6px 12px;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 767px) {header .main_knowcss {
    padding: 15px 10px;
}header .main_knowcss .nav_pagewrapcss .main_procss svg {
    height: 40px;
}header .main_knowcss .top_traincss {
    padding: 5px;
}header .main_knowcss .top_traincss .main_skillcss a {
    font-size: calc(12px - 2px);
    padding: 5px 10px;
}}.contact_boxcss {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.contact_boxcss::before {
    content: '';
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(8px);
}.contact_boxcss::after {
    content: '';
    background: radial-gradient(circle at 20% 50%, rgb(191,171,171,0.5) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgb(156,138,119,0.5) 0%, transparent 40%);
    width: 100%;
    left: 0;
    position: absolute;
    animation: gradientShift 15s infinite alternate;
    height: 100%;
    z-index: 2;
    top: 0;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contact_boxcss .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 3;
}.contact_boxcss .inquiry_reachcss {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 11px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    display: flex;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
}.contact_boxcss .reach_panelcss {
    flex: 1;
    background: linear-gradient(135deg, rgb(191,171,171,0.5) 0%, rgb(156,138,119,0.5) 100%);
    position: relative;
    padding: 50px 40px;
}.contact_boxcss .reach_panelcss::before {
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    position: absolute;
    top: -50%;
    animation: patternMove 20s linear infinite;
    z-index: -1;
    left: -50%;
    content: '';
    width: 200%;
}@keyframes patternMove {
    0% {
        transform: rotate(0) translate(0, 0);
    }
    100% {
        transform: rotate(360deg) translate(0, 0);
    }
}

.contact_boxcss .reach_panelcss h3 {
    margin-bottom: 40px;
    font-size: 31px;
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
}.contact_boxcss .reach_panelcss h3::after {
    background: #ffffff;
    border-radius: 10px;
    left: 0;
    content: '';
    width: 60px;
    bottom: 0;
    height: 3px;
    position: absolute;
}.contact_boxcss .reach_panelcss div {
    border-left: 3px solid rgb(156,138,119);
    display: flex;
    border-radius: 10px;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    padding: 15px;
}.contact_boxcss .reach_panelcss div:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}.contact_boxcss .reach_panelcss svg {
    flex-shrink: 0;
    margin-right: 15px;
    width: 24px;
    height: 24px;
}.contact_boxcss .reach_panelcss svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact_boxcss .reach_panelcss div:hover svg path {
    fill: rgb(156,138,119);
}.contact_boxcss .reach_panelcss span {
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
}.contact_boxcss .reach_panelcss a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.contact_boxcss .reach_panelcss a:hover {
    color: rgb(156,138,119);
    text-decoration: underline;
}.contact_boxcss .support_reachcss {
    position: relative;
    padding: 50px 40px;
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    flex: 1.2;
}.contact_boxcss .support_reachcss::before {
    content: '';
    position: absolute;
    background: rgb(191,171,171,0.5);
    border-radius: 0 0 0 100%;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
}.contact_boxcss .support_reachcss::after {
    bottom: 0;
    position: absolute;
    height: 100px;
    left: 0;
    content: '';
    background: rgb(156,138,119,0.5);
    border-radius: 0 100% 0 0;
    width: 100px;
}.contact_boxcss form {
    position: relative;
    z-index: 1;
}.contact_boxcss form h3 {
    position: relative;
    text-align: center;
    font-size: 31px;
    color: #000000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-weight: 700;
}.contact_boxcss form h3::after {
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 10px;
    width: 60px;
    left: 50%;
    background: rgb(191,171,171);
    content: '';
}.contact_boxcss form input[type="text"],
.contact_boxcss form input[type="email"] {
    font-size: 15px;
    border: none;
    color: #000000;
    margin-bottom: 20px;
    padding: 15px 20px;
    background: rgba(240, 240, 240, 0.8);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
}.contact_boxcss form input[type="text"]:focus,
.contact_boxcss form input[type="email"]:focus {
    transform: translateY(-2px);
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(191,171,171,0.5);
}.contact_boxcss form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_boxcss .support_sectioncss {
    align-items: flex-start;
    display: flex;
    margin: 25px 0;
    position: relative;
}.contact_boxcss .support_sectioncss input[type="checkbox"] {
    background: rgba(240, 240, 240, 0.8);
    -webkit-appearance: none;
    border: 2px solid rgb(191,171,171);
    appearance: none;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 10px;
    flex-shrink: 0;
    position: relative;
}.contact_boxcss .support_sectioncss input[type="checkbox"]:checked {
    background: rgb(191,171,171);
}.contact_boxcss .support_sectioncss input[type="checkbox"]:checked::after {
    width: 5px;
    left: 6px;
    position: absolute;
    border-width: 0 2px 2px 0;
    height: 10px;
    content: '';
    top: 2px;
    transform: rotate(45deg);
    border: solid #ffffff;
}.contact_boxcss .support_sectioncss label {
    color: #000000;
    line-height: 1.4;
    font-size: 14px;
    cursor: pointer;
}.contact_boxcss .support_sectioncss a {
    font-weight: 600;
    transition: color 0.3s ease;
    color: rgb(191,171,171);
    text-decoration: none;
}.contact_boxcss .support_sectioncss a:hover {
    text-decoration: underline;
    color: rgb(156,138,119);
}.contact_boxcss .query_boxcss {
    background: linear-gradient(135deg, rgb(191,171,171) 0%, rgb(156,138,119) 100%);
    overflow: hidden;
    color: #ffffff;
    padding: 15px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    font-size: 15px;
    z-index: 1;
}.contact_boxcss .query_boxcss::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    z-index: -1;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: -100%;
}.contact_boxcss .query_boxcss:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}.contact_boxcss .query_boxcss:hover::before {
    left: 100%;
    animation: shine 1.5s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media (max-width: 991px) {.contact_boxcss {
    padding: 80px 0;
}.contact_boxcss .inquiry_reachcss {
    flex-direction: column;
}.contact_boxcss .reach_panelcss,
    .contact_boxcss .support_reachcss {
    width: 100%;
}.contact_boxcss .reach_panelcss {
    padding: 40px 30px;
}.contact_boxcss .reach_panelcss h3,
    .contact_boxcss form h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 767px) {.contact_boxcss {
    padding: 60px 0;
}.contact_boxcss .reach_panelcss,
    .contact_boxcss .support_reachcss {
    padding: 30px 20px;
}.contact_boxcss .reach_panelcss h3,
    .contact_boxcss form h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 25px;
}.contact_boxcss .reach_panelcss div {
    padding: 12px;
    margin-bottom: 15px;
}.contact_boxcss form input[type="text"],
    .contact_boxcss form input[type="email"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_boxcss .support_sectioncss {
    margin: 20px 0;
}.contact_boxcss .query_boxcss {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact_boxcss {
    padding: 40px 0;
}.contact_boxcss .reach_panelcss,
    .contact_boxcss .support_reachcss {
    padding: 25px 15px;
}.contact_boxcss .reach_panelcss h3,
    .contact_boxcss form h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 20px;
}.contact_boxcss .reach_panelcss div {
    align-items: flex-start;
    flex-direction: column;
}.contact_boxcss .reach_panelcss svg {
    margin-right: 0;
    margin-bottom: 10px;
}.contact_boxcss .reach_panelcss div:hover {
    transform: translateX(0);
}.contact_boxcss .support_sectioncss {
    flex-direction: column;
}.contact_boxcss .support_sectioncss input[type="checkbox"] {
    margin-bottom: 10px;
}}.teacher_profilecss {
    padding: 140px 0;
    background: rgb(224,220,220);
    overflow: hidden;
    position: relative;
}.teacher_profilecss::before {
    content: "";
    opacity: 0.1;
    animation: backgroundShift 30s linear infinite;
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(191,171,171,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(156,138,119,0.5) 0, rgb(156,138,119,0.5) 1px, transparent 1px, transparent 15px);
    position: absolute;
    inset: 0;
}.teacher_profilecss::after {
    opacity: 0.3;
    z-index: 0;
    left: -50%;
    height: 200%;
    background: 
        radial-gradient(circle at 30% 30%, rgb(191,171,171,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(156,138,119,0.5) 0%, transparent 40%);
    animation: pulseBackground 15s ease-in-out infinite alternate;
    top: -50%;
    filter: blur(60px);
    content: "";
    position: absolute;
    width: 200%;
}.teacher_profilecss .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 40px;
    max-width: 1200px;
}.teacher_profilecss .learning_feedbackcss {
    position: relative;
    max-width: 1000px;
    display: grid;
    grid-template-rows: auto auto;
    border-radius: 10px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr 1fr;
    transform: perspective(1200px) rotateY(0deg);
    overflow: hidden;
}.teacher_profilecss .learning_feedbackcss:hover {
    transform: perspective(1200px) rotateY(2deg);
}.teacher_profilecss .image_show_itemcss {
    height: 100%;
    grid-column: 1;
    z-index: 1;
    grid-row: 1 / span 2;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    position: relative;
    min-height: 450px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.teacher_profilecss .image_show_itemcss::before {
    transition: opacity 0.5s ease;
    z-index: 2;
    mix-blend-mode: multiply;
    inset: 0;
    position: absolute;
    content: "";
    opacity: 0;
    background: linear-gradient(135deg, rgb(191,171,171,0.5) 0%, transparent 100%);
}.teacher_profilecss .learning_feedbackcss:hover .image_show_itemcss::before {
    opacity: 0.4;
}.teacher_profilecss .name {
    font-weight: 700;
    grid-row: 1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    font-size: 22px;
    grid-column: 2;
    align-self: end;
    margin: 0;
    font-family: Arial, sans-serif;
    padding: 0 50px 5px 70px;
    position: relative;
    z-index: 2;
    transform: translateY(0);
}.teacher_profilecss .learning_feedbackcss:hover .name {
    transform: translateY(-5px);
}.teacher_profilecss .learning_feedbackcss span:not(.name) {
    position: relative;
    padding: 35px 50px 40px 70px;
    color: rgb(156,138,119);
    font-weight: 300;
    z-index: 2;
    transform: translateY(0);
    grid-row: 1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    align-self: end;
    font-size: 12px;
    margin: 0;
    grid-column: 2;
    font-family: Arial, sans-serif;
}.teacher_profilecss .learning_feedbackcss:hover span:not(.name) {
    transform: translateY(-5px);
}.teacher_profilecss .learning_feedbackcss span:not(.name)::after {
    background: rgb(191,171,171);
    height: 2px;
    bottom: 30px;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    left: 70px;
    content: "";
    transform-origin: left;
    width: 40px;
}.teacher_profilecss .learning_feedbackcss:hover span:not(.name)::after {
    transform: scaleX(1);
}.teacher_profilecss .work_tablecss {
    position: relative;
    grid-column: 2;
    transform: translateY(0);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    grid-row: 2;
    font-family: Arial, sans-serif;
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    z-index: 2;
    padding: 0 50px 50px 70px;
}.teacher_profilecss .learning_feedbackcss:hover .work_tablecss {
    transform: translateY(-5px);
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes pulseBackground {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.teacher_profilecss {
    padding: 120px 0;
}.teacher_profilecss .learning_feedbackcss {
    grid-template-columns: 1fr 1.2fr;
}.teacher_profilecss .image_show_itemcss {
    min-height: 400px;
}.teacher_profilecss .name {
    padding: 0 40px 5px 50px;
    font-size: calc(22px * 0.9);
}.teacher_profilecss .learning_feedbackcss span:not(.name) {
    padding: 30px 40px 35px 50px;
}.teacher_profilecss .learning_feedbackcss span:not(.name)::after {
    left: 50px;
    bottom: 25px;
}.teacher_profilecss .work_tablecss {
    padding: 0 40px 40px 50px;
}
}

@media (max-width: 768px) {.teacher_profilecss {
    padding: 100px 0;
}.teacher_profilecss .container {
    padding: 0 30px;
}.teacher_profilecss .learning_feedbackcss {
    grid-template-rows: 300px auto auto auto;
    grid-template-columns: 1fr;
}.teacher_profilecss .image_show_itemcss {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    min-height: 300px;
    grid-row: 1;
    grid-column: 1;
}.teacher_profilecss .name {
    padding: 40px 30px 5px 30px;
    grid-row: 2;
    grid-column: 1;
    text-align: left;
}.teacher_profilecss .learning_feedbackcss span:not(.name) {
    text-align: left;
    grid-row: 3;
    padding: 10px 30px 40px 30px;
    grid-column: 1;
}.teacher_profilecss .learning_feedbackcss span:not(.name)::after {
    bottom: 30px;
    left: 30px;
}.teacher_profilecss .work_tablecss {
    grid-row: 4;
    grid-column: 1;
    padding: 0 30px 40px 30px;
}
}

@media (max-width: 480px) {.teacher_profilecss {
    padding: 80px 0;
}.teacher_profilecss .container {
    padding: 0 20px;
}.teacher_profilecss .image_show_itemcss {
    min-height: 250px;
}.teacher_profilecss .name {
    padding: 30px 25px 5px 25px;
    font-size: calc(22px * 0.85);
}.teacher_profilecss .learning_feedbackcss span:not(.name) {
    padding: 10px 25px 30px 25px;
    font-size: calc(12px * 0.95);
}.teacher_profilecss .learning_feedbackcss span:not(.name)::after {
    left: 25px;
    bottom: 20px;
    width: 30px;
}.teacher_profilecss .work_tablecss {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
    padding: 0 25px 30px 25px;
}
}