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

.header_prox {
    flex: 1 0 auto;
}

.footnote_refP {
    flex: 0 0 auto;
}

.footnote_refP {
    position: relative;
    color: #ffffff;
    z-index: 1;
    padding: 5rem 0 1rem;
    background: linear-gradient(135deg, #000000 0%, rgb(194,208,191,0.5) 100%);
    font-family: Arial, sans-serif;
}

.customer_opinions2::before {
    left: 10%;
    box-shadow: 0 0 20px 5px rgb(194,208,191,0.5);
    content: "";
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(194,208,191), transparent);
    height: 1px;
    position: absolute;
    width: 80%;
    z-index: 1;
}

.customer_opinions2 h2::before {
    position: absolute;
    content: "";
    bottom: -20px;
    background: linear-gradient(to right, transparent, rgb(194,208,191,0.5), transparent);
    filter: blur(10px);
    width: 100%;
    height: 20px;
    left: 0;
}

.customer_opinions2 .feedback_slider6:hover {
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
    z-index: 3;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.customer_opinions2 .feedback_slider6:hover::before {
    opacity: 0.7;
}

.customer_opinions2 .feedback_slider6 img {
    object-fit: cover;
    transform: translateY(-30px);
    margin-bottom: 1.5rem;
    border: 5px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    height: 120px;
    width: 120px;
}

.customer_opinions2 .feedback_slider6:hover .description {
    transform: translateY(-5px);
    opacity: 1;
}

.customer_opinions2 .feedback_slider6:nth-child(3n+1)::after {
    width: 50px;
    opacity: 0.5;
    bottom: -20px;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    background: rgb(155,173,152,0.5);
    filter: blur(15px);
    border-radius: 50%;
    right: -20px;
    height: 50px;
}

.course_benefitsk {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(227,233,225) 30%, rgba(rgb(194,208,191,0.5), 0.05) 100%);
    position: relative;
}

.course_benefitsk .pic_hoverl {
    object-fit: cover;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    filter: brightness(1.05) contrast(1.05);
    box-shadow: 15px 15px 0 rgba(rgb(194,208,191,0.5), 0.2),
                -10px -10px 0 rgba(rgb(155,173,152,0.5), 0.15);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    height: 100%;
}

.course_benefitsk h1::after {
    position: absolute;
    left: 0;
    transform-origin: left;
    width: 80px;
    animation: scale-in 0.6s 0.4s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    background: linear-gradient(90deg, rgb(194,208,191), rgba(rgb(194,208,191,0.5), 0.5));
    content: "";
    bottom: -12px;
    height: 4px;
    transform: scaleX(0);
}

.course_benefitsk li:nth-child(5) {
    --i: 5;
}

.course_benefitsk li p {
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    margin: 0;
    gap: 12px;
    font-size: 14px;
    color: #000000;
}

.course_benefitsk svg path {
    fill: rgb(194,208,191);
    transition: fill 0.3s ease;
}

.our_storyX {
    background: linear-gradient(145deg, rgb(227,233,225) 0%, rgb(155,173,152,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}

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

.our_storyX h1:hover::after {
    transform: scaleX(1.5);
}

.our_storyX .who_mentors9 {
    position: relative;
}

.our_storyX .who_mentors9 ul {
    gap: 3rem;
    grid-template-columns: 1fr;
    margin: 0;
    display: grid;
    list-style: none;
    padding: 0;
}

.our_storyX .proof_statso::before {
    width: 4px;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(194,208,191), rgb(155,173,152));
    content: "";
    height: 0;
    position: absolute;
    transition: height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.our_storyX .proof_statso h4::after {
    left: 0;
    width: 3rem;
    transform-origin: left;
    position: absolute;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: 0;
    background: rgb(155,173,152,0.5);
    height: 2px;
    content: "";
}

.contact_informationI::before {
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
}

.contact_informationI h3 {
    margin-bottom: 70px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 44px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
}

.contact_informationI input[type="text"],
.contact_informationI textarea {
    font-family: Arial, sans-serif;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 15px 0;
    color: #000000;
    transition: all 0.3s ease;
    background: #ffffff;
    margin-bottom: 30px;
    font-size: 16px;
    border-bottom: 2px solid rgb(155,173,152,0.5);
}

.contact_informationI .query_mapz label::before {
    border: 2px solid rgb(155,173,152);
    top: 0;
    background: #ffffff;
    width: 22px;
    left: 0;
    content: '';
    height: 22px;
    transition: all 0.3s ease;
    position: absolute;
}

.contact_informationI .query_mapz a:hover {
    color: #000000;
}

.contact_informationI .help_sectionk {
    cursor: pointer;
    text-transform: uppercase;
    padding: 16px 40px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 17px;
    background: rgb(194,208,191);
    border: none;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
}

.contact_informationI .support_blockc h4::after {
    content: '';
    height: 3px;
    bottom: -15px;
    width: 50px;
    background: rgb(194,208,191);
    left: 0;
    position: absolute;
}

.contact_informationI .inquiry_queryy li:last-child {
    margin-bottom: 0;
}

.contact_informationI .inquiry_queryy svg {
    width: 24px;
    margin-right: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    height: 24px;
}

.contact_informationI .inquiry_queryy a:hover {
    color: rgb(194,208,191);
}

.gratitudeWebr::before {
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    top: 0;
    background-size: 60px 60px;
    content: "";
    pointer-events: none;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(155,173,152,0.5) 49.5%, rgb(155,173,152,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(155,173,152,0.5) 49.5%, rgb(155,173,152,0.5) 50.5%, transparent 50.5%);
}

.gratitudeWebr .study_tracksS {
    opacity: 0;
    padding: 50px 40px;
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    position: relative;
    background: #ffffff;
    border-radius: 10px;
}

.gratitudeWebr ul {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
    list-style: none;
}

.gratitudeWebr li::before {
    left: 0;
    top: 12px;
    width: 10px;
    background: linear-gradient(135deg, rgb(194,208,191) 0%, rgb(155,173,152) 100%);
    position: absolute;
    transform: scale(0);
    height: 10px;
    content: "";
    border-radius: 50%;
    animation: popIn 0.5s forwards 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.data_explorationD .container {
    position: relative;
    margin: 0 auto;
    grid-template-columns: 1fr;
    display: grid;
    gap: 60px;
    max-width: 1200px;
}

.data_explorationD .statistics_gaina {
    font-size: 38px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
}

.data_explorationD .growth_track6 {
    justify-content: center;
    grid-row: 2;
    gap: 0;
    z-index: 2;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}

.data_explorationD .fast_gainW::before {
    top: 0;
    content: "";
    z-index: -1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    transition: transform 0.4s ease;
    height: 100%;
    transform-origin: top right;
    background: rgb(227,233,225);
    left: 0;
    transform: skewY(2deg);
    position: absolute;
}

.data_explorationD .fast_gainW:nth-child(2n)::after {
    right: 0;
    background: rgb(155,173,152);
    left: auto;
}

.data_explorationD .fast_gainW h4 {
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    color: rgb(194,208,191);
    font-size: calc(30px * 1.8);
    position: relative;
    font-weight: 700;
}

.data_explorationD .fast_gainW:nth-child(odd) {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.data_explorationD .fast_gainW:hover svg {
    transform: rotate(15deg);
    opacity: 1;
}

.data_explorationD .fast_gainW:nth-child(2n) svg path {
    fill: rgb(155,173,152);
}

.data_explorationD .fast_gainW:nth-child(1) {
    animation-delay: 0.1s;
}

.data_explorationD .fast_gainW:nth-child(3) {
    animation-delay: 0.3s;
}

.data_explorationD .container::after {
    animation: pulse 8s infinite alternate;
    background: rgb(194,208,191,0.5);
    z-index: -1;
    width: 200px;
    right: -50px;
    filter: blur(100px);
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 200px;
    top: -50px;
}

.take_a_spinD .study_tracksS {
    flex-direction: column;
    position: relative;
    display: flex;
    z-index: 10;
}

.take_a_spinD .container::after {
    position: absolute;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    bottom: 0;
    background: rgb(155,173,152);
    content: '';
    height: 80px;
    z-index: 1;
    width: 80px;
    left: 0;
}

.take_a_spinD .help_sectionk::before {
    background: rgb(194,208,191);
    width: calc(100% + 4px);
    transform-origin: left;
    transform: scaleX(0);
    top: -2px;
    z-index: -1;
    position: absolute;
    left: -2px;
    height: calc(100% + 4px);
    transition: transform 0.4s ease;
    content: '';
}

.take_a_spinD .study_tracksS::after {
    width: 88%;
    left: 6%;
    height: 88%;
    z-index: 1;
    top: 6%;
    content: '';
    position: absolute;
    border: 1px dashed rgb(155,173,152,0.5);
}

.title_boardr::after {
    background: linear-gradient(to right, rgb(194,208,191,0.5), rgb(155,173,152));
    opacity: 0.3;
    content: "";
    height: 40%;
    bottom: -5px;
    position: absolute;
    z-index: 0;
    transform: rotate(-5deg);
    right: -5px;
    width: 60%;
    filter: blur(15px);
}

.title_boardr .intro_headH > div:first-child p {
    margin-bottom: 1rem;
    max-width: 90%;
    position: relative;
    padding-left: 2rem;
    color: #000000;
    line-height: 1.5;
    font-size: calc(16px * 1.4);
    font-weight: 600;
}

.title_boardr .achieve_statsk > div {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    position: relative;
    border-radius: 24px;
}

.title_boardr .achieve_statsk h3 {
    font-weight: 600;
    position: relative;
    z-index: 3;
    padding: 2.5rem 2rem 1rem;
    line-height: 1.4;
    max-width: 90%;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-size: calc(20px * 1.1);
}

.title_boardr .achieve_statsk > div > div {
    opacity: 0;
    position: relative;
    animation: slideUpFade 0.8s 0.9s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    z-index: 3;
}

.cookie_notice_windoww {
    background: rgb(227,233,225);
    border-top: 3px solid rgb(194,208,191);
    transition: transform 0.3s ease-in-out;
    padding: 1rem 0;
    position: fixed;
    justify-content: center;
    overflow: hidden;
    display: flex;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
    align-items: center;
    z-index: 90;
}

.user_status1 svg {
    width: 50px;
    height: 50px;
    fill: rgb(194,208,191);
}

.cookie_updatesZ p {
    color: #000000;
    font-size: 1rem;
}

.cookie_button.cookie_menur {
    background: rgb(194,208,191);
}

.cookie_complA:hover {
    background: #000000;
    transform: translateY(-3px);
}

.cookie_notice_windoww p a {
    color: rgb(194,208,191);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.instructor_historyS::before {
    transform: rotate(-12deg);
    position: absolute;
    width: 120%;
    height: 70%;
    top: -10%;
    left: -5%;
    content: "";
    background: rgb(155,173,152,0.5);
    z-index: 1;
}

.instructor_historyS .job_blockz {
    padding: 2rem;
    transition: all 0.5s ease;
    max-width: 60%;
    position: relative;
    border-radius: 11px;
    background: #ffffff;
    transform: rotate(2deg) translateY(-30px);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
}

.instructor_historyS .name {
    color: rgb(194,208,191);
    font-size: 31px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    transform: translateX(-20px);
}

.instructor_historyS .career_progressi::before {
    border-radius: 10px;
    position: absolute;
    left: 0;
    width: 5px;
    content: "";
    background: linear-gradient(to bottom, rgb(194,208,191), rgb(155,173,152));
    top: 0;
    height: 100%;
}

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

.program_overviewD .skill_explorerW {
    position: relative;
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
}

.program_overviewD .pic_hoverl {
    position: relative;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(var(--dark-color-rgb), 0.08);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    box-shadow: 0 25px 50px -12px rgba(var(--dark-color-rgb), 0.1);
    min-height: 350px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
}

.program_overviewD h3::before {
    background: linear-gradient(to bottom, rgb(194,208,191), rgb(155,173,152));
    left: 0;
    top: 0.2em;
    height: 85%;
    position: absolute;
    transform: scaleY(0.7);
    content: "";
    transition: transform 0.4s ease;
    width: 3px;
}

.program_overviewD .text_innerI div {
    position: relative;
}

.plan_chooserk::before {
    top: 0;
    background: linear-gradient(145deg, rgba(21, 27, 45, 0.92), rgba(15, 18, 35, 0.97));
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.plan_chooserk .program_feesU {
    word-break: break-word;
    transform: translateY(20px);
    margin: 0 auto 50px;
    line-height: 1.6;
    font-size: 12px;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    overflow-wrap: break-word;
    opacity: 0;
    max-width: 700px;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
}

.plan_chooserk .pricing_tiersg li:nth-child(3) {
    --i: 2;
}

.plan_chooserk .pricing_feesK {
    text-decoration: none;
    position: relative;
    will-change: transform;
    display: block;
    transform-style: preserve-3d;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.plan_chooserk .discount_gridd::before {
    opacity: 0;
    width: 200%;
    background: radial-gradient(circle at center, transparent 60%, rgba(rgb(155,173,152,0.5), 0.1) 100%);
    left: -50%;
    z-index: -1;
    top: -50%;
    content: "";
    transform: rotate(45deg);
    height: 200%;
    transition: opacity 0.8s ease;
    position: absolute;
}

.plan_chooserk .pricing_feesK:hover .discount_plank h4::after {
    transform: scaleX(1);
}

.plan_chooserk .deal_optsK {
    background-clip: text !important;
    align-self: flex-start;
    position: relative;
    font-weight: 700;
    font-size: calc(21px * 1.3);
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, rgb(194,208,191), rgb(155,173,152));
    padding: 5px 0;
    display: inline-block;
    -webkit-background-clip: text !important;
}

.privacy_haveno::before {
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(194,208,191,0.5), 0.03),
        rgba(rgb(194,208,191,0.5), 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
}

.privacy_haveno h1::after {
    content: '';
    animation: expandLine 0.8s ease-out forwards;
    bottom: 0;
    width: 6rem;
    position: absolute;
    height: 3px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(194,208,191), transparent);
    left: 0;
}

.privacy_haveno h1::after {
    width: 4rem;
}

.privacy_haveno h2::before {
    content: '';
    left: 0;
    bottom: 0.25rem;
    background: rgb(194,208,191);
    top: 0.25rem;
    position: absolute;
    border-radius: 1px;
    width: 3px;
}

.privacy_haveno p {
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 13px;
    line-height: 1.7;
}

.privacy_haveno p, .privacy_haveno span {
    font-size: calc(13px * 0.95);
}

.privacy_haveno li {
    line-height: 1.6;
    margin-bottom: 1.25rem;
    padding-left: 1.75rem;
    position: relative;
}

.privacy_haveno li {
    font-size: calc(13px * 0.95);
}

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



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

.footnote_refP .get_helpj {
    border: 1px solid rgb(155,173,152,0.5);
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
    gap: 2rem;
    border-radius: 17px;
    backdrop-filter: blur(8px);
    position: relative;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 1rem;
    padding: 1.5rem;
}

.footnote_refP .info_item svg {
    transition: fill 0.3s ease;
    height: 1.25rem;
    width: 1.25rem;
    fill: rgb(155,173,152);
}

.footnote_refP .info_item a:hover svg {
    fill: rgb(194,208,191);
}

.footnote_refP .head_mentorm {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footnote_refP .head_mentorm svg:hover {
    filter: drop-shadow(0 0 10px rgb(194,208,191));
}

.footnote_refP .press_roomT {
    opacity: 0.7;
    font-size: calc(16px - 1px);
    line-height: 1.5;
    color: #ffffff;
    max-width: 280px;
}

.footnote_refP .main_knowg:hover h5::after {
    width: 80px;
}

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

.footnote_refP .nav_sitebar5 a:hover::before {
    box-shadow: 0 0 8px rgb(194,208,191);
    background: rgb(194,208,191);
    width: 7px;
    height: 7px;
}

.footnote_refP .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 19px;
}

.footnote_refP .subscribe_holder p {
    font-size: calc(18px - 1px);
    opacity: 0.9;
    line-height: 1.6;
    color: #ffffff;
}

.footnote_refP .input_holder input[type="email"] {
    border: 1px solid rgb(155,173,152,0.5);
    color: #ffffff;
    border-radius: 10px;
    flex: 1;
    font-size: 18px;
    width: 100%;
    padding: 0.875rem 1rem;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.footnote_refP .sub_discountsZ:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(155,173,152,0.5);
    background: rgb(155,173,152);
}

.footnote_refP .sub_discountsZ:hover::before {
    left: 100%;
}

.footnote_refP .knowl_baseM {
    opacity: 0.7;
    font-size: 16px;
    color: #ffffff;
}

header::before {
    background-size: 20px 20px;
    width: 100%;
    opacity: 0.3;
    bottom: 0;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(194,208,191,0.5) 6px,
            rgb(194,208,191,0.5) 10px,
            transparent 10px
        ) repeat-x;
    height: 15px;
    content: "";
    left: 0;
    position: absolute;
}

header .main_based .head_mentorm .main_pagek {
    transition: transform 0.3s ease;
    display: block;
}

header .main_based .head_mentorm .main_pagek svg {
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: auto;
    height: 45px;
}

header .main_based .main_knowg::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
    opacity: 0.05;
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
    height: 100%;
    left: 0;
    background: rgb(155,173,152,0.5);
    content: "";
    position: absolute;
}

header .main_based .main_knowg .top_mainbara a::before {
    background: rgb(194,208,191);
    transition: transform 0.4s ease, border-radius 0.4s ease;
    transform-origin: right top;
    content: "";
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    transform: scale(0);
}

.education_frameworky::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    background-size: 50px 50px;
    content: "";
    top: 0;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(155,173,152,0.5) 48%, rgb(155,173,152,0.5) 52%, transparent 52%),
        linear-gradient(135deg, transparent 48%, rgb(155,173,152,0.5) 48%, rgb(155,173,152,0.5) 52%, transparent 52%);
    opacity: 0.15;
    position: absolute;
}

.education_frameworky h3::after {
    top: -8px;
    width: 70%;
    height: 16px;
    border-radius: 8px;
    position: absolute;
    background: rgb(155,173,152,0.5);
    content: "";
    z-index: -2;
    transform: rotate(1deg);
    left: 15%;
}

.education_frameworky span::before {
    position: absolute;
    opacity: 0.6;
    top: 5px;
    right: 5px;
    border-radius: calc(17px - 4px);
    bottom: 5px;
    left: 5px;
    z-index: -1;
    border: 2px dashed rgb(155,173,152,0.5);
    content: "";
}

.customer_opinions2 .feedback_panelT::-webkit-scrollbar {
    height: 8px;
}

.customer_opinions2 .feedback_panelT::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(227,233,225);
}

.customer_opinions2 .feedback_panelT::-webkit-scrollbar-thumb {
    background-color: rgb(194,208,191);
    border-radius: 10px;
}

.our_storyX .proof_statso div::-webkit-scrollbar {
    width: 4px;
}

.our_storyX .proof_statso div::-webkit-scrollbar-track {
    background: rgb(227,233,225);
    border-radius: 10px;
}

.our_storyX .proof_statso div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(155,173,152,0.5);
}

.our_storyX .proof_statso div::-webkit-scrollbar-thumb:hover {
    background: rgb(155,173,152);
}

.program_overviewD p.description::-webkit-scrollbar {
    width: 4px;
}

.program_overviewD p.description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-rgb), 0.05);
}

.program_overviewD p.description::-webkit-scrollbar-thumb {
    background: rgb(155,173,152,0.5);
    border-radius: 10px;
}

.plan_chooserk .discount_plank p::-webkit-scrollbar {
    width: 4px;
}

.plan_chooserk .discount_plank p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}

.plan_chooserk .discount_plank p::-webkit-scrollbar-thumb {
    background: rgba(rgb(194,208,191,0.5), 0.5);
    border-radius: 10px;
}



@media (min-width: 768px) {.our_storyX {
    padding: 7rem 0;
}.our_storyX .container {
    padding: 0 4rem;
}.our_storyX h1 {
    margin-bottom: 4rem;
    font-size: calc(48px * 1.2);
}.our_storyX .who_mentors9 ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.our_storyX .proof_statso {
    display: flex;
    height: 500px;
    flex-direction: column;
}.our_storyX .proof_statso div {
    flex-grow: 1;
    overflow-y: auto;
    max-height: none;
}
}



@media (max-width: 992px) {.contact_informationI .pic_hoverl {
    height: 30%;
}.contact_informationI h3 {
    margin-bottom: 50px;
}.contact_informationI .help_reach6 {
    margin: 0 auto;
    flex-direction: column;
    max-width: 700px;
}.contact_informationI .support_sectioni,
    .contact_informationI .support_blockc {
    padding: 40px;
    width: 100%;
}
}




@media screen and (max-width: 1200px) {.gratitudeWebr {
    padding: 100px 0 80px;
}.gratitudeWebr h2 {
    font-size: calc(34px - 2px);
}
}



@media screen and (max-width: 992px) {.gratitudeWebr {
    padding: 80px 0 60px;
}.gratitudeWebr h2 {
    font-size: calc(34px - 4px);
}.gratitudeWebr .study_tracksS {
    padding: 40px 30px;
}
}



@media screen and (max-width: 768px) {.gratitudeWebr {
    padding: 60px 0 50px;
}.gratitudeWebr h2 {
    font-size: calc(34px - 6px);
    margin-bottom: 30px;
}.gratitudeWebr .study_tracksS {
    transform: translateZ(0) perspective(1000px) rotateX(0);
    padding: 30px 25px;
}.gratitudeWebr h2::after {
    height: 3px;
    width: 60px;
}.gratitudeWebr li {
    padding-left: 25px;
}.gratitudeWebr li::before {
    width: 8px;
    height: 8px;
}
}



@media (max-width: 992px) {.data_explorationD {
    padding: 70px 0;
}.data_explorationD .growth_track6 {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.data_explorationD .fast_gainW {
    max-width: none;
    height: 250px;
    min-width: 0;
}
}



@media (max-width: 991px) {.take_a_spinD {
    padding: 110px 0;
}.take_a_spinD .container {
    padding: 50px;
}.take_a_spinD .container p {
    margin-bottom: 35px;
    font-size: calc(20px * 1.2);
}.take_a_spinD .container::before,
    .take_a_spinD .container::after {
    height: 70px;
    width: 70px;
}.take_a_spinD .help_sectionk {
    width: 200px;
    height: 55px;
    line-height: 55px;
}
}



@media (min-width: 768px) {.title_boardr {
    padding: 3rem;
}.title_boardr .intro_headH {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 4rem;
}.title_boardr .intro_headH > div:first-child p {
    padding-left: 3rem;
    font-size: calc(16px * 1.6);
    max-width: 100%;
}.title_boardr .intro_headH > div:first-child p::before {
    width: 6px;
}.title_boardr .achieve_statsk h3 {
    padding: 3rem 3rem 1.5rem;
    font-size: calc(20px * 1.2);
}.title_boardr .achieve_statsk h3::before {
    top: 2rem;
    left: 3rem;
    width: 80px;
}.title_boardr .achieve_statsk h1.title_style_header {
    padding: 0 3rem 3rem;
    font-size: calc(42px * 1.2);
}
}



@media (max-width: 992px) {.instructor_historyS .feedback_slider6 {
    flex-direction: column;
    transform: none;
    gap: 2rem;
}.instructor_historyS .pic_hoverl {
    margin: 0 auto;
    height: 280px;
    width: 220px;
}.instructor_historyS .job_blockz {
    transform: none;
    max-width: 100%;
}.instructor_historyS .name,
    .instructor_historyS .job_blockz > div:nth-child(2) {
    transform: none;
}}



@media (min-width: 1200px) {.program_overviewD .skill_explorerW {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 6rem;
}.program_overviewD .pic_hoverl {
    min-height: 550px;
}.program_overviewD h3 {
    font-size: calc(22px * 1.5);
}}



@media (max-width: 992px) {.plan_chooserk h2 {
    font-size: calc(30px * 0.9);
}.plan_chooserk .program_feesU {
    margin-bottom: 40px;
    font-size: calc(12px * 0.95);
}.plan_chooserk .discount_gridd {
    padding: 25px;
}.plan_chooserk .discount_plank h4 {
    font-size: calc(21px * 1);
}.plan_chooserk .deal_optsK {
    font-size: calc(21px * 1.2);
}
}



@media (max-width: 767px) {.privacy_haveno {
    padding: 3rem 0;
}.privacy_haveno::after {
    width: 10vw;
}.privacy_haveno .container {
    padding: 1.5rem;
    transform: none;
}.privacy_haveno h1 {
    transform: translateX(0);
    font-size: calc(46px * 0.8);
    padding-top: 1rem;
}.privacy_haveno h2 {
    font-size: calc(31px * 0.8);
    padding-left: 0.75rem;
}.privacy_haveno h3 {
    font-size: calc(31px * 0.7);
}.privacy_haveno h4 {
    font-size: calc(31px * 0.6);
}.privacy_haveno ul {
    padding-left: 0.5rem;
}.privacy_haveno li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}.privacy_haveno span {
    padding: 1rem;
}
}



@media (max-width: 992px) {header .main_based {
    flex-direction: column;
    padding: 20px 15px;
}header .main_based .head_mentorm {
    margin-bottom: 15px;
}header .main_based .main_knowg {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .main_based .main_knowg .top_mainbara {
    margin: 5px;
}header .main_based .main_knowg .top_mainbara a {
    font-size: calc(14px - 1px);
    padding: 8px 12px;
}
}



@media (max-width: 992px) {.education_frameworky {
    padding: 6rem 1.5rem;
}.education_frameworky h3 {
    font-size: calc(32px * 0.9);
    padding: 1.8rem;
}.education_frameworky span {
    padding: 1.8rem;
}.education_frameworky h3::after {
    height: 12px;
    top: -6px;
}.education_frameworky span::after {
    height: 12px;
    bottom: -6px;
}.education_frameworky .study_tracksS {
    gap: 2.5rem;
}
}



@keyframes scale-in {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}




@keyframes cursorRadial {
    0% { transform: scale(0); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0; }
}



@keyframes fadeScale {
    0% { opacity: 0; transform: translateZ(10px) perspective(1000px) rotateX(5deg) scale(0.95); }
    100% { opacity: 1; transform: translateZ(10px) perspective(1000px) rotateX(2deg) scale(1); }
}

@keyframes pulse {
  0% {
    opacity: 0.1;
    transform: scale(0.8);
  }
  100% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}



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



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

@keyframes expandLine {
        from {
            width: 0;
        }
        to {
            width: 4rem;
        }
    }



@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

