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

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

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

.top_start {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    position: relative;
    overflow: visible;
    z-index: 99;
    width: 100%;
    background: linear-gradient(135deg, rgb(181,179,179), #ffffff);
}

.about_this::after {
    top: -50px;
    background: rgb(149,145,145);
    height: 250px;
    opacity: 0.15;
    transform: rotate(45deg);
    animation: float 15s infinite ease-in-out;
    z-index: 1;
    width: 250px;
    position: absolute;
    right: -50px;
    content: '';
}

.about_this .text_card_wrap {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25),
                0 0 0 1px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transform-style: preserve-3d;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.92));
    clip-path: polygon(
        0 0, 
        100% 0, 
        98% 98%, 
        2% 100%
    );
    transform: rotateY(-3deg) translateZ(0);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 50px 60px;
}

.about_this ul {
    transform: translateZ(15px);
    margin: 0;
    list-style: none;
    padding: 0;
}

.about_this h4 {
    font-size: calc(19px + 2px);
    color: #000000;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

.about_this span {
    column-gap: 40px;
    columns: 1;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-left: 0;
    position: relative;
    line-height: 1.75;
    text-align: justify;
    display: block;
    font-size: 16px;
}

.course_program_description::before {
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(149,145,145,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(118,112,113,0.5) 0%, transparent 60%);
    height: 100%;
    opacity: 0.6;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    top: 0;
}



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

.course_program_description .growth_graph {
    border-radius: 14px;
    position: relative;
    display: flex;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.02), 
        rgba(255, 255, 255, 0.08)
    );
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.course_program_description .img_container {
    z-index: 2;
    position: absolute;
    right: 3%;
    top: 5%;
    height: 440px;
    overflow: hidden;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    animation: morphShape 15s infinite alternate ease-in-out;
    width: 45%;
}

.course_program_description .img_container::after {
    content: "";
    left: 0;
    background-size: 20px 20px;
    position: absolute;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        );
    opacity: 0.2;
    width: 100%;
    top: 0;
    z-index: 3;
    height: 100%;
}

.course_program_description .header_wrap svg path {
    stroke-dashoffset: 100;
    stroke-width: 0.5;
    stroke-dasharray: 100;
    stroke: rgb(149,145,145);
}

.course_program_description h3::after {
    border-radius: 3px;
    left: 0;
    content: "";
    bottom: -10px;
    height: 3px;
    width: 60px;
    background: linear-gradient(90deg, rgb(149,145,145), rgb(118,112,113));
    transition: width 0.3s ease;
    position: absolute;
}

.course_program_description .growth_graph::after {
    content: "";
    background: rgb(118,112,113,0.5);
    border-radius: 50%;
    position: absolute;
    opacity: 0.3;
    height: 200px;
    width: 200px;
    z-index: 1;
    left: -50px;
    filter: blur(80px);
    bottom: -50px;
}

.education_experience {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(181,179,179) 0%, rgb(149,145,145,0.5) 100%);
    position: relative;
}

.education_experience::before {
    transform: rotate(-15deg);
    content: "";
    width: 300px;
    top: -50px;
    z-index: 0;
    right: -50px;
    background: rgb(118,112,113,0.5);
    filter: blur(80px);
    position: absolute;
    height: 300px;
}

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

.education_experience .feedback_story {
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    background: #ffffff;
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 40px;
}

.education_experience .feedback_story:hover::before {
    transform: scaleY(1);
}

.education_experience .img_container {
    margin: 0 auto;
    height: 200px;
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    border: 3px solid #ffffff;
    width: 200px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.education_experience .feedback_story:hover .img_container::after {
    opacity: 0.4;
}

.education_experience .name {
    transform: translateX(0);
    color: rgb(149,145,145);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: calc(20px * 1.1);
    margin: 0 0 5px 0;
}

.education_experience .feedback_story:hover .name::after {
    width: 100%;
}

.education_experience .feedback_story > div:nth-child(2) > div {
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding-left: 0;
    color: #000000;
    font-size: calc(16px * 0.95);
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
}

.education_experience .feedback_story:hover .emp_overview {
    background-position: right center;
}

.education_experience .emp_overview::before,
.education_experience .emp_overview::after {
    font-size: 60px;
    position: absolute;
    font-family: Georgia, serif;
    line-height: 1;
    content: "";
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    color: rgb(149,145,145,0.5);
}

.education_experience .emp_overview::before {
    top: -10px;
    transform: translateX(-20px) translateY(-20px) scale(0.8);
    left: -10px;
    opacity: 0.5;
}

.cookie_message_alert {
    display: flex;
    align-items: center;
    z-index: 1050;
    text-align: center;
    max-width: 600px;
    bottom: 20px;
    flex-direction: column;
    font-family: Arial, sans-serif;
    left: 50%;
    border-radius: 19px;
    position: fixed;
    background: rgb(181,179,179);
    width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

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

.consent_box {
    width: calc(50% - 10px);
    cursor: pointer;
    color: #ffffff;
    background: rgb(149,145,145);
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    display: inline-block;
}


#consentNoticePanel {
    display: none;
}

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

header .top_train::after {
    background: linear-gradient(to left, rgb(118,112,113), transparent);
    bottom: 10px;
    right: 0;
}

header .top_train .header_wrap::before {
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    background: rgb(149,145,145,0.5);
    opacity: 0.05;
    height: 140%;
    left: -20%;
    transition: transform 0.5s ease-in-out;
    content: "";
    z-index: -1;
    top: -20%;
    width: 140%;
    position: absolute;
}

header .top_train .nav_train {
    display: flex;
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
}

header .top_train .nav_train::before {
    height: 100%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    left: 0;
    opacity: 0.05;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.5s ease;
    top: 0;
    background: rgb(118,112,113,0.5);
}

header .top_train .nav_train .header_start a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}

header .top_train .nav_train .header_start a::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    left: 0;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    background: rgb(149,145,145);
    transform-origin: right top;
    content: "";
    transform: scale(0);
    top: 0;
}

header .top_train .nav_train .header_start:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}

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

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

.data_insights {
    padding: 100px 0;
    background: rgb(181,179,179);
    overflow: hidden;
    position: relative;
}

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

.data_insights h2 {
    font-size: 36px;
    border-left: 6px solid rgb(149,145,145);
    color: #000000;
    margin-bottom: 50px;
    padding-left: 20px;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    letter-spacing: 2px;
    font-weight: 700;
    display: inline-block;
}

.data_insights ul {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    list-style: none;
    padding: 0;
    gap: 0;
    margin: 0;
}

.data_insights .statistics_benefit:hover {
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: scale(1.05);
}

.data_insights .statistics_benefit::before {
    transition: all 0.3s ease;
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    background: rgb(149,145,145);
    top: 20px;
    height: 10px;
    width: 10px;
    left: 20px;
    content: '';
}

.data_insights .statistics_benefit:hover p {
    transform: translateY(-10px);
}

.data_insights .statistics_benefit span {
    color: #000000;
    letter-spacing: 1px;
    font-size: 17px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
}

.data_insights .statistics_benefit:nth-child(3n) p {
    color: #000000;
}

.data_insights svg {
    opacity: 0.05;
    width: 50px;
    position: absolute;
    transition: all 0.4s ease;
    height: 50px;
    top: 20px;
    fill: rgba(0, 0, 0, 0.5);
    right: 20px;
}

.data_insights::after {
    content: '';
    z-index: 0;
    bottom: 0;
    opacity: 0.2;
    height: 300px;
    animation: pulse 10s infinite alternate;
    width: 300px;
    right: 0;
    position: absolute;
    background: radial-gradient(circle, rgb(118,112,113,0.5) 0%, transparent 70%);
}



.data_insights .statistics_benefit::after {
    bottom: 0;
    height: 0;
    border-style: solid;
    content: '';
    width: 0;
    opacity: 0;
    border-color: transparent transparent rgb(149,145,145,0.5) transparent;
    border-width: 0 0 50px 50px;
    position: absolute;
    right: 0;
    transition: opacity 0.3s ease;
}



.data_insights .statistics_benefit p::after {
    position: absolute;
    content: '';
    left: 0;
    width: 40px;
    transition: width 0.3s ease;
    bottom: -10px;
    height: 3px;
    background: currentColor;
    opacity: 0.3;
}

.guide_section::after {
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(181,179,179) 0%,
        rgb(149,145,145) 35%, 
        rgb(118,112,113) 65%,
        rgb(181,179,179) 100%);
    position: absolute;
    height: 7px;
    content: '';
}

.guide_section .learn_talk {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    flex-wrap: wrap;
    margin-bottom: 4rem;
    position: relative;
    display: flex;
    gap: 0;
    justify-content: center;
}

.guide_section .info_item {
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
    width: 25%;
    flex: 0 0 auto;
}

.guide_section .info_item:first-child::before {
    display: none;
}

.guide_section .info_item p,
.guide_section .info_item a {
    font-size: calc(17px - 1px);
    gap: 0.75rem;
    justify-content: center;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
    color: #000000;
    align-items: center;
    font-weight: 400;
    text-align: center;
}

.guide_section .info_item:hover svg {
    transform: rotate(10deg);
}

.guide_section .text_main_holder {
    position: relative;
    gap: 3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.guide_section .header_wrap svg {
    height: auto;
    transition: all 0.3s ease;
    max-width: 160px;
}

.guide_section .verify_cta::before {
    bottom: 0;
    background: linear-gradient(to bottom, rgb(149,145,145), rgb(118,112,113));
    content: '';
    top: 0;
    width: 4px;
    left: 0;
    position: absolute;
    border-radius: 2px;
}

.guide_section .nav_train::before {
    border-radius: 25px;
    left: 0;
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.02);
    z-index: -1;
    top: 0;
    width: 100%;
    content: '';
}

.guide_section .main_teach {
    gap: 0.75rem;
    padding: 0 1.5rem;
    flex-direction: column;
    display: flex;
}

.guide_section .main_teach a {
    padding: 0.5rem 0;
    text-decoration: none;
    color: #000000;
    padding-left: 1.25rem;
    font-size: 17px;
    transition: all 0.3s ease;
    position: relative;
}

.guide_section .main_teach a:hover {
    color: rgb(149,145,145);
    padding-left: 1.5rem;
}

.guide_section .subscribe_holder {
    border-radius: 25px;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    max-width: 400px;
    width: 100%;
    gap: 1.5rem;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.guide_section .subscribe_holder h5 {
    color: #000000;
    margin-bottom: 0.5rem;
    font-size: 23px;
    font-weight: 600;
}

.guide_section .input_holder {
    display: flex;
    margin-top: 0.5rem;
    position: relative;
    gap: 1rem;
    flex-direction: column;
}

.guide_section .input_holder input[type="email"]:focus {
    border-color: rgb(149,145,145);
    outline: none;
    box-shadow: 0 0 0 3px rgb(149,145,145,0.5);
}

.guide_section .sub_area {
    font-weight: 600;
    position: relative;
    border: none;
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 1.125rem 1.25rem;
    z-index: 1;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(149,145,145) 0%, rgb(118,112,113) 100%);
    overflow: hidden;
    color: #ffffff;
    border-radius: 10px;
}

.guide_section .sub_area:hover::before {
    opacity: 1;
}

.guide_section .login_footer {
    position: relative;
    text-align: center;
    margin-top: 4rem;
    padding-top: 2rem;
}

.guide_section .footnote_ref {
    color: #000000;
    font-size: 15px;
    opacity: 0.8;
}

.thanksCore {
    perspective: 1000px;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(181,179,179) 0%, rgb(118,112,113,0.5) 100%);
    overflow: hidden;
    position: relative;
}

.thanksCore::after {
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: -10%;
    content: "";
    width: 50%;
    right: -10%;
    z-index: 0;
    height: 50%;
    animation: floatElement 20s infinite alternate ease-in-out;
    opacity: 0.05;
    filter: blur(30px);
    background: rgb(149,145,145,0.5);
    transform: rotate(-15deg) translateZ(-10px);
}

.thanksCore h2 {
    animation: slideInFromTop 0.8s ease-out forwards;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    color: #000000;
    line-height: 1.3;
    margin-bottom: 40px;
    font-size: 36px;
    transform: translateZ(30px);
    position: relative;
    font-weight: 700;
}

.thanksCore .growth_graph {
    transform: translateZ(10px) rotateX(2deg);
    padding: 45px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 8px;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
    background: #ffffff;
    animation: fadeInUp 1s 0.3s backwards;
}

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

.thanksCore li {
    align-items: flex-start;
    display: flex;
    position: relative;
}

.thanksCore li span {
    font-size: 14px;
    opacity: 0;
    display: block;
    line-height: 1.8;
    position: relative;
    animation: textFadeIn 0.8s 1s forwards ease-out;
    transform: translateX(0);
    font-family: Arial, sans-serif;
    color: #000000;
}

.course_fit_for {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    background-size: 60px 60px;
    background-color: #000000;
    padding: 100px 0;
}



.course_fit_for::after {
    pointer-events: none;
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.course_fit_for .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
    z-index: 5;
}

.course_fit_for h4 {
    position: relative;
    color: #ffffff;
    text-shadow: 0 0 15px rgb(149,145,145,0.5), 0 0 30px rgb(149,145,145,0.5);
    text-align: center;
    font-weight: 700;
    font-size: calc(37px * 1.2);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 70px;
    padding-bottom: 20px;
}

.course_fit_for div > div {
    perspective: 1500px;
    display: grid;
    margin: 0 -50px;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.course_fit_for p {
    border: 1px solid rgb(149,145,145,0.5);
    z-index: 1;
    padding: 30px 35px;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
    border-radius: 0;
    display: flex;
    font-size: calc(14px * 1.05);
    backdrop-filter: blur(5px);
    margin: 0;
    box-shadow: 
        0 0 20px rgb(149,145,145,0.5),
        inset 0 0 10px rgb(149,145,145,0.5);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    align-items: flex-start;
    position: relative;
    overflow: visible;
    line-height: 1.7;
    background: rgba(0, 0, 0, 0.5);
}

.course_fit_for p:nth-child(3)::after {
    content: '03';
}

.course_fit_for p:nth-child(5)::after {
    content: '05';
}

.course_fit_for p:nth-child(7)::after {
    content: '07';
}

.course_fit_for p:nth-child(9)::after {
    content: '09';
}

.course_fit_for p:hover {
    z-index: 10;
    transform: translateY(-15px) rotateX(5deg);
    border-color: rgb(149,145,145);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(149,145,145,0.5),
        inset 0 0 15px rgb(149,145,145);
}

.course_fit_for p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}

.course_fit_for p svg {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    margin-right: 20px;
    filter: drop-shadow(0 0 8px rgb(149,145,145,0.5));
    transition: transform 0.3s ease;
}

.course_fit_for p:hover svg path {
    fill: rgb(118,112,113);
}

.course_fit_for .growth_graph::after {
    opacity: 0.2;
    filter: blur(2px);
    width: 150px;
    height: 150px;
    bottom: -70px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(149,145,145) 49%, rgb(149,145,145) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(149,145,145) 49%, rgb(149,145,145) 51%, transparent 52%) 0 0/15px 15px;
    right: -70px;
    animation: rotateMesh 30s linear infinite reverse;
    border-radius: 50%;
    position: absolute;
    content: '';
}

.contact_information::before {
    width: 100%;
    background: linear-gradient(45deg, rgb(118,112,113,0.5), rgb(149,145,145,0.5));
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    content: "";
}

.contact_information .support_form:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.contact_information .help_inquiry {
    padding: 60px 40px;
    width: 40%;
    background-color: rgb(181,179,179);
    position: relative;
    overflow: hidden;
}

.contact_information .help_inquiry h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    color: #000000;
}

.contact_information .help_inquiry h3::after {
    height: 4px;
    bottom: -15px;
    position: absolute;
    content: '';
    background: rgb(118,112,113);
    width: 60px;
    left: 0;
}

.contact_information .help_inquiry div:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}

.contact_information .help_inquiry div svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

.contact_information .help_inquiry div span {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.contact_information .help_inquiry div span a:hover {
    color: rgb(149,145,145);
}

.contact_information .query_reach::before {
    height: 200px;
    width: 200px;
    content: '';
    background: radial-gradient(circle, rgb(149,145,145,0.5) 0%, transparent 70%);
    bottom: 0;
    position: absolute;
    right: 0;
    opacity: 0.3;
}

.contact_information form input[type="text"],
.contact_information form input[type="email"] {
    padding: 18px 20px;
    border: none;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 14px;
    border-radius: 10px;
    background-color: rgb(181,179,179);
}

.contact_information .help_map {
    display: flex;
    margin-top: 10px;
    align-items: flex-start;
    position: relative;
}

.contact_information .help_map label {
    color: #000000;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
    font-size: 14px;
}

.contact_information .help_map input[type="checkbox"]:checked + label::before {
    background: rgb(149,145,145);
}

.contact_information .help_map input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    height: 12px;
    border-width: 0 2px 2px 0;
    width: 6px;
    transform: rotate(45deg);
    left: 7px;
    content: '';
    position: absolute;
    top: 3px;
}

.contact_information form .support_list::before {
    width: 100%;
    position: absolute;
    transition: transform 0.6s ease;
    left: 0;
    content: '';
    top: 0;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.contact_information form .support_list:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(118,112,113);
    transform: translateY(-5px);
}

.contact_information .help_inquiry div:nth-child(3) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.3s;
}

.contact_information .help_inquiry div:nth-child(5) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.7s;
}

.pricing_level::before {
    z-index: 0;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
}

.pricing_level .plan_table {
    margin: 0 auto;
    max-width: 800px;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
}

.pricing_level .plan_details {
    font-size: calc(14px + 0.1rem);
    color: #000000;
    margin-top: 30px;
    line-height: 1.6;
}

.pricing_level .sub_options {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin-top: 20px;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    gap: 30px;
    opacity: 0;
    transform: translateY(30px);
}

.pricing_level .learn_rates:hover {
    transform: translateY(-10px) scale(1.02);
}

.pricing_level .cost_levels {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    min-height: 420px;
    display: flex;
    flex-direction: column;
    border-radius: 28px;
    overflow: hidden;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    background: #ffffff;
}

.pricing_level .learn_rates:nth-child(even) .cost_levels::before {
    background: rgb(118,112,113);
    right: 0;
    transform-origin: bottom;
    position: absolute;
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    width: 5px;
    height: 100%;
    content: "";
}

.pricing_level .tuition_table h3 {
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
    color: #000000;
    font-size: calc(23px + 0.2rem);
}

.pricing_level .study_sub {
    font-weight: 700;
    display: inline-block;
    padding-bottom: 10px;
    color: rgb(149,145,145);
    margin: 10px 0 20px;
    position: relative;
    font-size: calc(23px + 0.5rem);
}

.pricing_level .tuition_table p {
    font-size: 14px;
    overflow-wrap: break-word;
    hyphens: auto;
    color: #000000;
    word-break: break-word;
    word-wrap: break-word;
    margin-top: auto;
    line-height: 1.6;
}

.pricing_level .learn_rates:hover .img_container {
    transform: scale(1.05);
}

.pricing_level .learn_rates:hover .img_container::after {
    opacity: 1;
}

.secure_vaulting {
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(181,179,179) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
}

.secure_vaulting::after {
    height: 100%;
    left: 0;
    z-index: 1;
    clip-path: polygon(0 30%, 100% 100%, 0 100%);
    background: linear-gradient(-45deg, rgb(149,145,145,0.5), transparent);
    opacity: 0.05;
    content: "";
    width: 40%;
    position: absolute;
    bottom: 0;
}

.secure_vaulting h1 {
    font-weight: 700;
    transform: translateZ(5px);
    position: relative;
    color: #000000;
    font-size: 44px;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.secure_vaulting h1::after {
    width: 80px;
    left: 0;
    transform-origin: left;
    bottom: 0;
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    height: 4px;
    background: linear-gradient(90deg, rgb(149,145,145), rgb(118,112,113));
}

.secure_vaulting h4 {
    color: #000000;
    display: inline-block;
    font-size: calc(33px * 0.7);
    margin: 1.5rem 0 0.75rem;
    font-weight: 600;
    position: relative;
}

.secure_vaulting h4::after {
    bottom: -5px;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0.7);
    background: rgb(118,112,113,0.5);
    transition: transform 0.3s ease;
    position: absolute;
    left: 0;
    content: "";
    height: 2px;
}

.secure_vaulting p strong::after {
    bottom: -2px;
    opacity: 0.3;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    background: currentColor;
}

.secure_vaulting ul {
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
    list-style: none;
}

.secure_vaulting li::before {
    position: absolute;
    height: 8px;
    transition: transform 0.3s ease;
    background: rgb(118,112,113);
    top: 0.65rem;
    content: "";
    transform: rotate(45deg);
    width: 8px;
    left: 0;
}

.secure_vaulting div.container:hover h4::after {
    transform: scaleX(1);
}

.title_greeting::before {
    position: absolute;
    background: repeating-linear-gradient(
    45deg,
    rgb(118,112,113,0.5) 0,
    rgb(118,112,113,0.5) 1px,
    transparent 1px,
    transparent 25px
  );
    opacity: 0.08;
    animation: patternShift 30s linear infinite;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
}

.title_greeting .learn_begin {
    min-height: 100vh;
    perspective: 1000px;
    max-width: 1400px;
    position: relative;
    width: 100%;
    padding: 3rem 1.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin: 0 auto;
    display: flex;
}

.title_greeting h3 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    transform: perspective(1000px) rotateX(2deg);
    padding: 2rem;
    background: rgb(255, 255, 255, 0.5);
    margin-left: auto;
    margin-bottom: 2.5rem;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
    0 20px 30px rgba(0, 0, 0, 0.1),
    0 2px 8px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    letter-spacing: 0.01em;
    backdrop-filter: blur(10px);
    font-size: calc(23px * 1.1);
    color: rgb(149,145,145);
    line-height: 1.6;
    max-width: 90%;
    border-left: 4px solid rgb(118,112,113);
}

.title_greeting .learn_experts:hover {
    transform: perspective(1000px) translateZ(10px) scale(1);
}

.title_greeting .learn_experts::after {
    content: "";
    z-index: 2;
    position: absolute;
    mix-blend-mode: overlay;
    width: 100%;
    top: 0;
    background: linear-gradient(
    135deg,
    rgb(118,112,113,0.5) 0%,
    transparent 60%
  );
    height: 100%;
    left: 0;
}

.title_greeting .learn_experts:hover > div {
    transform: translateY(-10px) translateZ(0);
}

.title_greeting .learn_experts p {
    font-size: calc(15px * 1.2);
    padding-left: 1.5rem;
    max-width: 80%;
    line-height: 1.7;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    transform: translateX(0);
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-family: Arial, sans-serif;
    opacity: 0.9;
    position: relative;
}

.title_greeting .title_style_header {
    font-size: calc(48px * 1.2);
    line-height: 1.3;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    transform: translateY(0);
    font-weight: 700;
    letter-spacing: -0.015em;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}

.title_greeting .learn_experts:hover .title_style_header::after {
    transform: scaleX(1);
}


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



@media (max-width: 991px) {.about_this {
    padding: 90px 0;
}.about_this .text_card_wrap {
    transform: rotateY(-2deg) translateZ(0);
    padding: 40px 35px;
}.about_this h1 {
    margin-bottom: 30px;
    font-size: calc(41px - 4px);
}.about_this h1::after {
    height: 3px;
    width: 70px;
}
}



@media (max-width: 480px) {.about_this {
    padding: 60px 0;
}.about_this::after {
    height: 130px;
    width: 130px;
}.about_this .text_card_wrap {
    padding: 30px 20px;
}.about_this h1 {
    font-size: calc(41px - 12px);
    margin-bottom: 20px;
}.about_this h1::after {
    bottom: -8px;
    height: 2px;
    width: 50px;
}.about_this h4 {
    margin-bottom: 10px;
    font-size: calc(19px - 2px);
}.about_this h4::before {
    left: -16px;
    width: 8px;
    height: 8px;
}.about_this span {
    line-height: 1.5;
    font-size: calc(16px - 2px);
}}



@media (max-width: 991px) {.course_program_description {
    padding: 80px 0;
}.course_program_description .growth_graph {
    display: flex;
    flex-direction: column;
}.course_program_description .education_route {
    padding: 220px 40px 50px 40px;
    min-height: auto;
}.course_program_description .img_container {
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 10%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 80%;
}.course_program_description .header_wrap {
    position: absolute;
    top: 160px;
    left: 40px;
    margin-bottom: 0;
}.course_program_description h3 {
    font-size: calc(31px * 0.9);
}.course_program_description .education_route::before {
    display: none;
}
}



@media (min-width: 768px) {.education_experience .feedback_story {
    gap: 25px 40px;
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
}.education_experience .feedback_story > div:first-child {
    justify-content: center;
    display: flex;
    align-items: center;
    grid-row: 1 / 3;
}.education_experience .feedback_story > div:nth-child(2) {
    align-self: end;
}.education_experience .feedback_story > div:nth-child(3) {
    grid-column: 2 / 3;
}.education_experience .img_container {
    width: 200px;
    height: 200px;
}
}



@media (max-width: 767px) {.education_experience {
    padding: 80px 0;
}.education_experience .feedback_story {
    padding: 30px 25px;
    gap: 20px;
}.education_experience .img_container {
    height: 150px;
    width: 150px;
}.education_experience .name {
    text-align: center;
    font-size: 20px;
}.education_experience .feedback_story > div:nth-child(2) {
    text-align: center;
}.education_experience .feedback_story > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
}.education_experience .emp_overview {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
    padding: 20px 15px;
}}



@media (max-width: 992px) {header .top_train {
    flex-direction: column;
    padding: 20px 15px;
}header .top_train .header_wrap {
    margin-bottom: 15px;
}header .top_train .nav_train {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .top_train .nav_train .header_start {
    margin: 5px;
}header .top_train .nav_train .header_start a {
    padding: 8px 12px;
    font-size: calc(17px - 1px);
}
}



@media (max-width: 1200px) {.data_insights ul {
    flex-wrap: wrap;
}.data_insights .statistics_benefit {
    min-width: 50%;
    flex-basis: 50%;
}.data_insights .statistics_benefit p {
    font-size: 50px;
}
}



@media (min-width: 768px) and (max-width: 991px) {.data_insights .statistics_benefit {
    padding: 30px 20px;
}.data_insights .statistics_benefit p {
    font-size: 45px;
}
}



@media (min-width: 992px) {.data_insights ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}.data_insights .statistics_benefit {
    height: 200px;
}}



@media (max-width: 767px) {.data_insights .statistics_benefit p::after {
    left: 50%;
    transform: translateX(-50%);
}}



@media (max-width: 1200px) {.guide_section .text_main_holder {
    gap: 2.5rem;
}.guide_section .header_wrap {
    max-width: 260px;
}.guide_section .nav_train {
    min-width: 220px;
}
}



@media (max-width: 991px) {.guide_section {
    padding: 4rem 0 2rem;
}.guide_section .info_item {
    padding: 1rem;
    width: 50%;
}.guide_section .info_item:nth-child(3)::before {
    display: none;
}.guide_section .text_main_holder {
    gap: 3rem;
    flex-direction: column;
    align-items: center;
}.guide_section .header_wrap {
    text-align: center;
    max-width: 100%;
    align-items: center;
    width: 100%;
}.guide_section .verify_cta {
    padding-left: 0;
    max-width: 500px;
    text-align: center;
}.guide_section .verify_cta::before {
    display: none;
}.guide_section .nav_train {
    width: 100%;
    max-width: 600px;
}.guide_section .subscribe_holder {
    width: 100%;
    max-width: 600px;
}
}



@media (max-width: 576px) {.guide_section {
    padding: 3rem 0 1.5rem;
}.guide_section .learn_talk {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.guide_section .text_main_holder {
    gap: 2.5rem;
}.guide_section .nav_train {
    padding: 1rem;
}.guide_section .nav_train h5 {
    text-align: center;
}.guide_section .subscribe_holder {
    padding: 1.5rem;
}.guide_section .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.guide_section .login_footer {
    margin-top: 2.5rem;
}}



@media (max-width: 480px) {.thanksCore {
    padding: 40px 0;
}.thanksCore h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.7);
}.thanksCore .growth_graph {
    padding: 25px 20px;
}.thanksCore h2::after {
    height: 2px;
    width: 60px;
}.thanksCore li span {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}



@media (max-width: 991px) {.course_fit_for {
    padding: 80px 0;
}.course_fit_for h4 {
    margin-bottom: 60px;
    font-size: calc(37px * 1.1);
}.course_fit_for div > div {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -20px;
}.course_fit_for p {
    padding: 25px 30px;
}.course_fit_for p svg {
    margin-right: 15px;
    width: 32px;
    height: 32px;
}.course_fit_for p:nth-child(3n+1),
    .course_fit_for p:nth-child(3n+3) {
    transform: none;
}.course_fit_for p:nth-child(odd) {
    transform: translateX(-20px);
}.course_fit_for p:nth-child(even) {
    transform: translateX(20px);
}.course_fit_for p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.course_fit_for p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}



@media screen and (max-width: 992px) {.contact_information .support_form {
    flex-direction: column;
}.contact_information .help_inquiry,
    .contact_information .query_reach {
    width: 100%;
    padding: 40px 30px;
}.contact_information .help_inquiry div {
    animation: none;
}
}



@media (min-width: 768px) {.pricing_level .fee_plan {
    grid-template-columns: 1fr;
}.pricing_level .sub_options {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}



@media (min-width: 992px) {.pricing_level {
    padding: 150px 0;
}.pricing_level .fee_plan {
    gap: 80px;
    grid-template-columns: 1fr;
}.pricing_level .sub_options {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}.pricing_level .cost_levels {
    min-height: 480px;
}
}



@media (max-width: 767px) {.pricing_level {
    padding: 80px 0;
}.pricing_level .plan_table h2 {
    font-size: calc(36px - 0.4rem);
}.pricing_level .plan_details {
    font-size: 14px;
}.pricing_level .tuition_table {
    padding: 30px 20px;
}.pricing_level .cost_levels {
    min-height: 400px;
}.pricing_level .img_container {
    height: 160px;
}
}



@media (max-width: 992px) {.secure_vaulting {
    padding: 3rem 1.5rem;
}.secure_vaulting .container {
    transform: perspective(1000px) rotateX(0.3deg);
    padding: 2.5rem 2rem;
}.secure_vaulting h1 {
    font-size: calc(44px * 0.9);
}.secure_vaulting h2 {
    font-size: calc(33px * 0.9);
    padding-left: 0.8rem;
}
}



@media (max-width: 576px) {.secure_vaulting {
    padding: 1.5rem 0.75rem;
}.secure_vaulting .container {
    padding: 1.5rem 1rem;
}.secure_vaulting h1 {
    padding-bottom: 0.7rem;
    font-size: calc(44px * 0.7);
}.secure_vaulting h1::after {
    width: 60px;
    height: 3px;
}.secure_vaulting h2 {
    font-size: calc(33px * 0.7);
    border-left: 2px solid rgb(118,112,113);
    padding-left: 0.7rem;
}.secure_vaulting h3 {
    font-size: calc(33px * 0.6);
}.secure_vaulting h4 {
    font-size: calc(33px * 0.55);
}.secure_vaulting p, 
    .secure_vaulting span, 
    .secure_vaulting li {
    margin-bottom: 1.2rem;
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}.secure_vaulting span {
    padding-left: 0.7rem;
}.secure_vaulting li::before {
    height: 6px;
    width: 6px;
}}



@media (max-width: 768px) {.title_greeting .learn_begin {
    padding: 1.5rem 1rem;
}.title_greeting h3 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(18px * 1.1);
    margin-bottom: 1.5rem;
    padding: 1.25rem;
}.title_greeting .learn_experts {
    height: 50vh;
    min-height: 350px;
}.title_greeting .learn_experts > div {
    padding: 1.5rem;
}.title_greeting .learn_experts p {
    max-width: 100%;
    padding-left: 1rem;
    font-size: calc(15px * 0.95);
}.title_greeting .title_style_header {
    font-size: calc(32px * 1.1);
}.title_greeting .learn_experts p::before {
    width: 3px;
}
}

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

@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60% 50% 50% / 30% 60% 40% 60%;
    }
}



@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);
    }
}



@keyframes floatElement {
    0% { transform: rotate(-15deg) translateZ(-10px) translate(0, 0); }
    50% { transform: rotate(-10deg) translateZ(-10px) translate(20px, -10px); }
    100% { transform: rotate(-15deg) translateZ(-10px) translate(0, 0); }
}



@keyframes lineExpand {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}



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



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



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



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

