.framework-wrap {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}

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

.pricing_grid_item::before {
    background: linear-gradient(145deg, rgb(197,208,191,0.5), rgb(160,173,152,0.5));
    content: "";
    top: -10%;
    opacity: 0.4;
    right: -5%;
    width: 40%;
    transform: rotate(-15deg) skewX(15deg);
    z-index: 0;
    position: absolute;
    height: 70%;
    filter: blur(60px);
}

.pricing_grid_item .value_plan {
    transform: translateY(30px);
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    opacity: 0;
}

.pricing_grid_item .learning_pricing {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    margin: 20px auto 0;
    max-width: 680px;
}

.pricing_grid_item .plan_rates {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    text-decoration: none;
    backface-visibility: hidden;
    transform: perspective(1000px) rotateX(0deg);
    display: block;
}

.pricing_grid_item .learn_fees {
    flex-grow: 1;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
}

.pricing_grid_item .learn_fees h3::before {
    content: "";
    height: calc(100% - 10px);
    left: 0;
    background: linear-gradient(to bottom, rgb(197,208,191), rgb(160,173,152));
    width: 4px;
    position: absolute;
    top: 5px;
    border-radius: 10px;
}

.pricing_grid_item .image_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 220px;
}

.pricing_grid_item .plan_rates:hover .image_wrapper {
    transform: scale(1.05);
}

.data_insights::before {
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(197,208,191) 0%, rgb(160,173,152) 100%);
    left: 0;
    height: 100%;
    opacity: 0.9;
}

.data_insights .extra_statistics {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 2fr;
    position: relative;
}

.data_insights .expert_pros svg {
    fill: rgb(197,208,191);
    width: 60px;
    height: 60px;
}

.data_insights .statistics_points {
    margin: 0;
    grid-row: 1;
    font-size: 47px;
    letter-spacing: 2px;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-weight: 700;
    grid-column: 2;
    padding-left: 0;
}

.data_insights .edu_wins::before {
    background: linear-gradient(90deg, 
                rgb(197,208,191) 0%, 
                transparent 100%);
    left: 0;
    top: -30px;
    width: 100%;
    content: "";
    height: 1px;
    position: absolute;
}

.data_insights .study_gain {
    justify-content: center;
    background: #000000;
    align-items: center;
    border-radius: 10px;
    order: 1;
    margin: 0 0 15px 0;
    transform: rotate(-3deg);
    display: flex;
    height: 50px;
    width: 50px;
    box-shadow: 0 0 0 2px rgb(160,173,152,0.5);
}

.data_insights .statistics_highlights p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    margin: 15px 0 0 0;
    order: 3;
    font-size: 18px;
}

.find_contact::after {
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    height: 100%;
    z-index: -1;
    background-size: 20px 20px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    animation: gridMove 30s linear infinite;
    width: 100%;
}

.find_contact .get_support:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.find_contact .get_support h2 {
    font-weight: 700;
    position: relative;
    font-size: 36px;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    color: #ffffff;
}

.find_contact .get_support h3 {
    margin-bottom: 1rem;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}

.find_contact .get_support p {
    align-items: center;
    color: #ffffff;
    opacity: 0.9;
    gap: 0.5rem;
    display: flex;
    margin-bottom: 0.75rem;
}

.find_contact .get_help span {
    font-size: calc(15px * 0.9);
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.find_contact .reach_outmD82M {
    background: rgb(160,173,152,0.5);
    flex-direction: column;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.find_contact .reach_outmD82M a::before {
    position: absolute;
    width: 0;
    transition: all 0.6s ease;
    left: 0;
    top: 0;
    height: 100%;
    transform: skewX(-15deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: '';
}

.find_contact svg {
    width: 20px;
    fill: none;
    height: 20px;
}

.find_contact svg path {
    fill: rgb(160,173,152);
    transition: fill 0.3s ease;
}

.our_team::after {
    top: -10%;
    width: 40%;
    height: 70%;
    right: -5%;
    content: '';
    position: absolute;
    opacity: 0.15;
    animation: float 15s ease-in-out infinite;
    background: rgb(197,208,191);
    transform: rotate(-15deg) skewX(-15deg);
    z-index: 1;
}

.our_team .content_box {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    animation: slideUpFade 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    padding: 40px;
    transform: translateY(30px);
    opacity: 0;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
}

.our_team .content_box {
    margin: 0 auto;
    max-width: 90%;
}

.our_team .content_box div div {
    line-height: 1.8;
    opacity: 0;
    animation: fadeInText 1s ease forwards 0.9s;
    font-family: Arial, sans-serif;
    column-count: 1;
    font-size: 18px;
    transform: translateY(20px);
    color: #ffffff;
}

.greeting_page:before {
    z-index: 1;
    bottom: 0;
    top: 0;
    content: "";
    background: linear-gradient(
    135deg,
    rgb(197,208,191,0.5),
    rgb(160,173,152,0.5)
  );
    position: absolute;
    left: 0;
    right: 0;
}

.greeting_page > div > div:first-child {
    position: relative;
    margin-bottom: 2rem;
    transform: translateZ(20px);
}

.greeting_page .title_style_header:before {
    background: rgb(197,208,191);
    animation: scaleInAccent 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.7s;
    left: -2rem;
    width: 0.5rem;
    transform-origin: top;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scaleY(0);
    content: "";
    height: 40%;
}

.greeting_page .master_zone:before {
    opacity: 0.05;
    left: 0;
    z-index: -1;
    background: linear-gradient(
    135deg,
    rgb(197,208,191,0.5) 0%,
    transparent 100%
  );
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    border-radius: inherit;
    width: 100%;
}

.greeting_page .creds_block h3 {
    color: #000000;
    font-weight: 600;
    animation: fadeSlideUp 0.7s ease forwards 0.9s;
    line-height: 1.4;
    font-size: clamp(1.25rem, 3vw, 22px);
    opacity: 0;
    transform: translateY(10px);
}

header::before {
    background: linear-gradient(90deg, rgb(197,208,191,0.5) 0%, transparent 50%, rgb(197,208,191,0.5) 100%);
    content: "";
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    opacity: 0.15;
    left: 0;
}

header .page_nav .main_pro::before,
header .page_nav .main_pro::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 18px;
}

header .page_nav .main_pro::before {
    left: -5px;
    transform-origin: top left;
    transform: scale(0);
    transition: transform 0.3s ease;
    border-top: 2px solid rgb(197,208,191);
    border-left: 2px solid rgb(197,208,191);
    top: -5px;
}

header .page_nav .top_learning::before,
header .page_nav .top_learning::after {
    position: absolute;
    top: 15%;
    height: 70%;
    content: "";
    width: 2px;
    background: rgb(197,208,191,0.5);
}

header .page_nav .top_learning::before {
    left: 0;
}

header .page_nav .top_learning .nav_know:hover {
    transform: translateY(-3px);
}

header .page_nav .top_learning .nav_know a:hover {
    color: rgb(197,208,191);
}

header .page_nav .top_learning .nav_know a:hover::before {
    transform: scaleX(1);
}

.explore_now {
    background: linear-gradient(135deg, rgb(160,173,152) 0%, rgb(197,208,191) 100%);
    overflow: hidden;
    isolation: isolate;
    position: relative;
    padding: 6rem 0;
}

.explore_now .container {
    align-items: center;
    padding: 0 20px;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    perspective: 1000px;
}

.explore_now h2::after {
    height: 3px;
    width: 80px;
    bottom: -15px;
    border-radius: 10px;
    left: 50%;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
    background: #ffffff;
    position: absolute;
    transform: translateX(-50%);
    content: "";
}

.explore_now .learn_corner::before {
    filter: blur(3px);
    bottom: -3px;
    animation: borderGlow 3s infinite alternate;
    left: -3px;
    top: -3px;
    border-radius: calc(12px + 3px);
    opacity: 0.6;
    content: "";
    right: -3px;
    z-index: -1;
    background: linear-gradient(45deg, transparent 40%, rgb(160,173,152), transparent 60%);
    position: absolute;
}

.explore_now .inquiry_card {
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: #ffffff;
    color: rgb(160,173,152);
    letter-spacing: 0.5px;
    padding: 0.75rem 2rem;
    display: inline-flex;
    text-decoration: none;
    font-weight: 600;
    transform: translateZ(0);
    isolation: isolate;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    justify-content: center;
    font-size: 20px;
}

.campus_links .company_holder {
    padding-right: 40px;
    position: relative;
}

.campus_links .company_holder h3 {
    position: relative;
    font-weight: 700;
    font-size: calc(32px * 0.9);
    margin-bottom: 25px;
    display: inline-block;
}

.campus_links .workshop_cta {
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 30px;
    max-width: 90%;
    line-height: 1.6;
    font-size: 16px;
}

.campus_links .top_learning h5 {
    position: relative;
    font-weight: 600;
    padding-bottom: 12px;
    font-size: 21px;
    margin-bottom: 25px;
}

.campus_links .top_learning .nav_info a::before {
    transition: all 0.3s ease;
    top: 50%;
    position: absolute;
    content: "";
    background: rgb(197,208,191);
    width: 0;
    opacity: 0;
    left: 0;
    transform: translateY(-50%);
    height: 1px;
}

.trial_offer .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.campus_links::after {
    box-shadow: 0 0 40px rgb(197,208,191,0.5);
}

.campus_links .top_learning::before {
    width: 5px;
    top: 10px;
    left: -15px;
    background: rgb(197,208,191);
    position: absolute;
    height: 5px;
    content: "";
    border-radius: 50%;
    opacity: 0.7;
}



.campus_links .top_learning .nav_info a::after {
    transition: width 0.3s ease;
    content: "";
    bottom: -2px;
    height: 1px;
    background: rgb(197,208,191);
    width: 0;
    position: absolute;
    left: 0;
}



.campus_links .company_holder h3::before {
    background: rgb(197,208,191);
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    opacity: 0.7;
    left: -30px;
    height: 1px;
}

.trial_offer .trust_badge:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}

.education_history::before {
    right: -5%;
    width: 60%;
    content: "";
    background: rgb(197,208,191,0.5);
    z-index: -1;
    position: absolute;
    top: -20%;
    filter: blur(3px);
    transform: rotate(15deg);
    height: 140%;
}

.education_history .image_wrapper {
    position: relative;
    height: 450px;
    grid-column: 1 / 2;
    transform: translateX(-5%);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    z-index: 2;
    border-radius: 0;
    grid-row: 1 / 2;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: 100%;
}

.education_history .client_review:hover .emp_highlights {
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
    transform: translateX(-10%) translateY(-5px);
}

.education_history .name::before {
    width: 30px;
    transition: transform 0.4s ease 0.2s;
    background: rgb(160,173,152,0.5);
    height: 30px;
    border-radius: 10px;
    position: absolute;
    top: -10px;
    transform: rotate(45deg) scale(0);
    z-index: -1;
    left: -20px;
    content: "";
}

.education_history .client_review:hover .job_expertise {
    opacity: 1;
    transform: translateY(0);
}

.education_history .job_expertise::before {
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(197,208,191), transparent);
    top: 0;
    height: 3px;
    width: 60px;
    content: "";
}

.course_program::before {
    transform: rotate(15deg);
    content: "";
    opacity: 0.1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: -5%;
    background: linear-gradient(225deg, rgb(197,208,191) 0%, rgb(197,208,191,0.5) 70%);
    width: 250px;
    top: -5%;
    height: 250px;
    animation: float 12s ease-in-out infinite;
    z-index: 0;
    position: absolute;
}

.course_program h2::after {
    transform: translateX(-50%);
    bottom: -0.75rem;
    width: 80px;
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgb(197,208,191) 0%, rgb(160,173,152) 100%);
    content: "";
    position: absolute;
}

.course_program .image_wrapper {
    transform: scale(1);
    height: 350px;
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
}

.course_program .image_wrapper:hover {
    transform: scale(1.03);
}

.course_program .content_box::before {
    content: "";
    left: 50%;
    height: 1px;
    transform: translateX(-50%);
    width: 90%;
    background: linear-gradient(90deg, transparent, rgb(160,173,152,0.5), transparent);
    top: 0;
    position: absolute;
}

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

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

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

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

.contact_section input[type="text"] {
    border: none;
    border-left: 3px solid rgb(197,208,191);
    transition: all 0.3s ease;
    width: 100%;
    font-size: 18px;
    color: #000000;
    background: rgb(229,233,225);
    border-radius: 0 10px 10px 0;
    padding: 15px 20px;
}

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

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

.contact_section .query_info a::after {
    left: 0;
    transition: all 0.3s ease;
    height: 1px;
    background: rgb(197,208,191);
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
}

.contact_section .inquiry_card:hover {
    background: rgb(160,173,152);
}

.contact_section .inquiry_card:hover::after {
    width: 300%;
    height: 300%;
}

.contact_section svg {
    height: 20px;
    width: 20px;
    transition: all 0.3s ease;
    fill: rgb(197,208,191);
}

.thankYouDiv::before {
    content: "";
    opacity: 0.8;
    position: absolute;
    width: 200%;
    animation: orbital 30s infinite linear;
    top: -50%;
    transform: rotate(-12deg);
    background: radial-gradient(circle at center, rgba(rgb(160,173,152,0.5), 0.03) 0%, transparent 60%);
    height: 200%;
    pointer-events: none;
    left: -50%;
}

.thankYouDiv .learn_corner {
    display: flex;
    gap: 2.5rem;
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform: translateZ(0);
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    flex-direction: column;
    position: relative;
    padding: 3.5rem;
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
}

.thankYouDiv a {
    text-decoration: none;
    transition: transform 0.4s ease-out;
    display: block;
}

.thankYouDiv p {
    border-left: 1px solid rgba(rgb(197,208,191,0.5), 0.2);
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    position: relative;
    padding: 0 0 0 1.5rem;
    margin: 0;
}

.privacy_gate {
    flex-shrink: 0;
    margin-right: 20px;
}

.data_settings {
    max-width: 600px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.data_notice {
    padding: 10px 20px;
    background: rgb(197,208,191);
    font-size: 18px;
    border: 2px solid rgb(197,208,191);
    border-radius: 10px;
    min-width: 150px;
    transition: none;
    color: #ffffff;
    flex-shrink: 0;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
    text-align: center;
}

.study_process::after {
    border-radius: 50%;
    filter: blur(100px);
    background: rgb(197,208,191,0.5);
    animation: floatBlob 20s infinite alternate ease-in-out;
    width: 80%;
    opacity: 0.2;
    height: 80%;
    top: -10%;
    z-index: 0;
    content: "";
    position: absolute;
    right: -10%;
}

.study_process h3::before {
    content: "";
    z-index: -1;
    right: 5px;
    border: 2px dashed rgb(197,208,191,0.5);
    opacity: 0.6;
    left: 5px;
    bottom: 5px;
    border-radius: calc(11px - 4px);
    top: 5px;
    position: absolute;
}

.study_process span {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
    opacity: 0;
    position: relative;
    padding: 2rem;
    background: #ffffff;
    transform: rotate(1deg);
    border-radius: 11px;
    animation: paperCut 1s 0.3s ease-out forwards;
}

.program_outcomes::after {
    content: "";
    top: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff 0px,
    #ffffff 1px,
    transparent 1px,
    transparent 15px
  );
    animation: movePattern 60s linear infinite;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.1;
}



.program_outcomes .image_wrapper {
    transition: all 0.5s ease;
    transform-origin: center;
    flex: 0 0 40%;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    max-width: 450px;
    border-radius: 20px;
}

.program_outcomes .content_box {
    flex: 1;
    position: relative;
}

.program_outcomes h3::after {
    border-radius: 10px;
    background: linear-gradient(to right, rgb(197,208,191), rgb(160,173,152));
    bottom: 0;
    left: 0;
    position: absolute;
    height: 3px;
    width: 60px;
    content: "";
    transition: width 0.3s ease;
}

.program_outcomes li:hover {
    transform: translateX(8px);
}

.program_outcomes li p {
    border-radius: 10px;
    align-items: center;
    font-size: 13px;
    color: #000000;
    gap: 15px;
    display: flex;
    margin: 0;
    padding: 15px;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
}

.privacy_sanctum {
    padding: 40px 20px;
    background-color: rgb(229,233,225);
    transition: all 0.3s ease-in-out;
    color: #000000;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.privacy_sanctum h5 {
    font-size: 20px;
    font-weight: 400;
}

.privacy_sanctum ul, .privacy_sanctum ol {
    list-style: none;
    padding-left: 20px;
    margin-left: 20px;
}

.privacy_sanctum p, .privacy_sanctum span, .privacy_sanctum div {
    margin-bottom: 20px;
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
}

.privacy_sanctum blockquote {
    background-color: rgb(197,208,191,0.5);
    padding: 15px 20px;
    border-left: 5px solid rgb(197,208,191);
    margin: 20px 0;
    font-style: italic;
}


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



@media (min-width: 768px) {.pricing_grid_item .cost_levels {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.pricing_grid_item .fee_choices {
    grid-template-columns: 1fr;
}
}



@media (min-width: 1200px) {.pricing_grid_item .cost_levels {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_grid_item .learn_fees {
    padding: 40px 35px;
}.pricing_grid_item .image_wrapper {
    height: 240px;
}
}



@media (max-width: 480px) {.pricing_grid_item {
    padding: 60px 0;
}.pricing_grid_item .learn_fees {
    padding: 25px 20px;
}.pricing_grid_item .image_wrapper {
    height: 180px;
}}



@media screen and (max-width: 992px) {.data_insights {
    padding: 90px 0;
}.data_insights .extra_statistics {
    grid-template-columns: 1fr;
    gap: 30px;
}.data_insights .expert_pros {
    height: 100px;
    grid-row: 1;
    margin: 0 auto 20px;
    width: 100px;
    grid-column: 1;
}.data_insights .statistics_points {
    font-size: calc(47px * 0.9);
    justify-content: center;
    grid-column: 1;
    grid-row: 2;
    text-align: center;
}.data_insights .statistics_points::before {
    height: 3px;
    bottom: -10px;
    transform: none;
    width: 80px;
    top: auto;
    left: 0;
}.data_insights .statistics_gain {
    border-top: 4px solid rgb(160,173,152);
    border-left: none;
    text-align: center;
    grid-row: 3;
}.data_insights .statistics_highlights {
    flex: 0 0 calc(50% - 30px);
}
}



@media screen and (min-width: 768px) {.our_team {
    padding: 150px 0 130px;
}.our_team h2 {
    font-size: calc(34px + 0.5rem);
    margin-bottom: 60px;
}.our_team h2::after {
    width: 120px;
}.our_team .content_box {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    margin-left: 40px;
    margin-right: 40px;
    padding: 60px;
}.our_team .content_box::before {
    width: 5px;
}.our_team .content_box div div {
    column-gap: 40px;
    column-count: 2;
}
}



@media screen and (min-width: 992px) {.our_team {
    padding: 180px 0 160px;
}.our_team::after {
    height: 80%;
    right: -2%;
    top: -15%;
    width: 35%;
}.our_team h2 {
    margin-left: 60px;
}.our_team .content_box {
    margin-right: 60px;
    padding: 70px;
    transition: transform 0.5s ease;
    margin-left: 60px;
    transform: perspective(1000px) rotateY(-2deg);
}.our_team .content_box:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_team .content_box div div {
    column-count: 2;
    column-gap: 50px;
}
}



@media (max-width: 480px) {.greeting_page {
    padding: 1rem;
}.greeting_page .master_zone {
    padding: 1.25rem;
}.greeting_page .creds_block {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}.greeting_page .master_zone > div:last-child {
    margin-top: 0.75rem;
}.greeting_page .master_zone span {
    padding: 0.5rem 1rem;
}}



@media (max-width: 767px) {header .page_nav .top_learning {
    justify-content: center;
    flex-wrap: wrap;
}header .page_nav .top_learning .nav_know {
    margin: 3px 0;
}header .page_nav .top_learning .nav_know:not(:last-child)::after {
    display: none;
}}



@media (max-width: 480px) {.explore_now {
    padding: 3rem 0;
}.explore_now h2 {
    font-size: 1.5rem;
}.explore_now h2::after {
    width: 60px;
}.explore_now .learn_corner {
    transform: translateZ(10px) rotateX(1deg);
    padding: 1.5rem;
}.explore_now svg {
    width: 36px;
    height: 36px;
}.explore_now .inquiry_card {
    font-size: 0.9rem;
    padding: 0.65rem 1.25rem;
}}



@media (max-width: 480px) {.campus_links {
    padding: 40px 0 20px;
}.campus_links .company_holder h3 {
    font-size: calc(32px * 0.8);
}.campus_links .workshop_cta {
    font-size: calc(16px * 0.9);
}.trial_offer .trust_badge {
    font-size: calc(12px * 0.9);
}}



@media (max-width: 991px) {.campus_links .company_holder::before {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(197,208,191,0.5), 
            transparent);
}}



@media (max-width: 991px) {.campus_links .company_holder h3::before {
    display: none;
}}



@media (min-width: 768px) {.course_program {
    padding: 6rem 0;
}.course_program .program_guide {
    gap: 0;
    grid-template-columns: 1fr 1.5fr;
}.course_program .image_wrapper {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}.course_program .content_box {
    padding: 3rem 3.5rem;
}.course_program .content_box::before {
    transform: translateY(-50%);
    width: 1px;
    height: 90%;
    top: 50%;
    left: 0;
    background: linear-gradient(180deg, transparent, rgb(160,173,152,0.5), transparent);
}.course_program h2 {
    font-size: calc(36px * 1.1);
    margin-bottom: 4rem;
}.course_program .description {
    column-gap: 2.5rem;
    max-height: 400px;
    columns: 2;
}
}



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



@media (min-width: 992px) {.thankYouDiv {
    padding: 10rem 0;
}.thankYouDiv .learn_corner {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.thankYouDiv .learn_corner > div:first-child {
    flex: 0 0 40%;
}.thankYouDiv .learn_corner > div:last-child {
    flex: 0 0 60%;
}.thankYouDiv .learn_corner > div:first-child::before {
    right: -2rem;
    width: 2px;
    left: auto;
    top: 50%;
    height: 3rem;
    background: linear-gradient(to bottom, transparent, rgb(197,208,191), transparent);
}.thankYouDiv .learn_corner > div:last-child::after {
    width: 2px;
    right: auto;
    left: -2rem;
    background: linear-gradient(to bottom, transparent, rgb(197,208,191), transparent);
    bottom: 2rem;
    height: 3rem;
}
}



@media (max-width: 768px) {.study_process {
    padding: 5rem 1rem;
}.study_process h3 {
    --rotation: 0deg;
    font-size: calc(36px * 0.8);
    transform: rotate(0deg);
    padding: 1.5rem;
}.study_process span {
    font-size: calc(14px * 0.95);
    --rotation: 0deg;
    transform: rotate(0deg);
    padding: 1.5rem;
}.study_process .learn_corner {
    gap: 2rem;
}.study_process h3::after,
    .study_process span::after {
    width: 80%;
    left: 10%;
    right: 10%;
    transform: rotate(0deg);
}}



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

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



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



@keyframes expandHeight {
    to {
        height: 100%;
    }
}



@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) skewX(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-15deg) skewX(-15deg) translateY(-20px);
    }
}



@keyframes floatIn {
  from {
    transform: translateZ(0) translateY(60px) rotateX(10deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0) translateY(20px) rotateX(5deg);
    opacity: 1;
  }
}



@keyframes shiftGradient {
  0% {
    transform: rotate(15deg) translateX(0);
  }
  100% {
    transform: rotate(15deg) translateX(-5%);
  }
}



@keyframes pathPulse {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}



@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(197,208,191,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(197,208,191);
    }
}

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



@keyframes paperCut {
    0% {
        opacity: 0;
        transform: translateY(30px) rotate(-2deg);
    }
    60% {
        opacity: 1;
        transform: translateY(-10px) rotate(2deg);
    }
    80% {
        transform: translateY(5px) rotate(-1deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(var(--rotation, 1deg));
    }
}

