header,footer {
    width: 100%;
}

header {
    position: relative;
    z-index: 99;
    overflow: visible;
    width: 100%;
    background: rgb(229,233,225);
}

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


.pricing_grid_item {
    background: linear-gradient(135deg, rgb(229,233,225), rgba(240, 240, 255, 0.95));
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

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

.pricing_grid_item .fee_choices {
    gap: 60px;
    grid-template-columns: 1fr;
    display: grid;
}

.pricing_grid_item .value_plan h2 {
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    font-size: 31px;
    font-weight: 700;
    display: inline-block;
}

.pricing_grid_item .cost_levels {
    transform: translateY(40px);
    grid-template-columns: 1fr;
    display: grid;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    opacity: 0;
    gap: 30px;
}

.pricing_grid_item .plan_rates:hover .plan_table {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
}

.pricing_grid_item .learn_fees h3 {
    padding-left: 15px;
    font-size: calc(18px + 2px);
    position: relative;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.pricing_grid_item .learn_fees p {
    line-height: 1.6;
    color: #000000;
    flex-grow: 1;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 12px;
    margin-top: 5px;
    word-break: break-word;
    margin-bottom: 10px;
}

.data_insights {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    color: #ffffff;
}

.data_insights::after {
    height: 100%;
    background-size: 20px 20px;
    top: 0;
    background: radial-gradient(
        circle at 10px 10px,
        rgba(255, 255, 255, 0.1) 0,
        rgba(255, 255, 255, 0.1) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    z-index: 2;
    position: absolute;
    content: "";
    animation: movePattern 30s linear infinite;
    width: 100%;
}

.data_insights .expert_pros svg path {
    fill: rgb(197,208,191);
}

.data_insights .statistics_points::before {
    border-radius: 10px;
    transform: translateY(-50%);
    left: -20px;
    width: 4px;
    content: "";
    height: 80%;
    background: rgb(197,208,191);
    position: absolute;
    top: 50%;
}

.data_insights .edu_wins {
    grid-row: 3;
    display: flex;
    gap: 30px;
    grid-column: 1 / -1;
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.data_insights .statistics_highlights {
    display: flex;
    text-align: left;
    flex-direction: column;
    flex: 0 0 calc(25% - 30px);
    padding: 0;
    align-items: flex-start;
    position: relative;
    transition: all 0.3s ease;
}

.data_insights .study_gain svg path {
    fill: rgb(160,173,152);
}

.data_insights .statistics_highlights span::after {
    border-radius: 10px;
    position: absolute;
    left: 0;
    height: 3px;
    width: 30px;
    content: "";
    background: rgb(197,208,191);
    bottom: -10px;
}

.find_contact::before {
    left: 0;
    width: 100%;
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(135deg, 
            rgb(160,173,152,0.5) 0%, 
            transparent 50%),
        radial-gradient(
            circle at 25% 25%, 
            rgb(160,173,152,0.5) 0%, 
            transparent 30%);
}

.find_contact .get_support {
    flex-direction: column;
    transition: all 0.4s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    display: flex;
    gap: 1rem;
    overflow: hidden;
    padding: 2.5rem;
}

.find_contact .quick_contact {
    color: #ffffff;
    font-size: calc(15px * 1.2);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.find_contact .get_support p span {
    opacity: 1;
    font-weight: 600;
}

.find_contact .get_help {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.find_contact .get_help span:hover {
    transform: translateY(-2px);
    background: rgb(160,173,152);
}

.find_contact .get_support .image_wrapper::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(197,208,191,0.5) 0%, transparent 100%);
    height: 100%;
}

.find_contact .reach_outmD82M a:hover::before {
    left: -50%;
    width: 200%;
}

.find_contact .reach_outmD82M a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.12);
}

.find_contact .reach_outmD82M a p {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
}

.find_contact .reach_outmD82M a:hover svg path {
    fill: #ffffff;
}

.our_team::before {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    bottom: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
}

.our_team h2::after {
    position: absolute;
    transform: scaleX(0);
    height: 3px;
    bottom: 0;
    width: 80px;
    transform-origin: left;
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    content: '';
    background: rgb(197,208,191);
    left: 0;
}

.our_team .content_box > div {
    width: 100%;
}

.our_team .content_box p {
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.6s;
    color: rgb(197,208,191);
    transform: translateX(-15px);
    margin-bottom: 20px;
    font-weight: 600;
    font-size: calc(23px - 2px);
    opacity: 0;
}

.greeting_page {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    padding: 2rem;
}

.greeting_page > div {
    z-index: 5;
    max-width: 1200px;
    transform-style: preserve-3d;
    width: 90%;
    position: relative;
    perspective: 1000px;
}

.greeting_page .title_style_header {
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    font-size: clamp(2rem, 5vw, 44px);
    line-height: 1.2;
    color: #ffffff;
    transform: translateX(-10px);
    position: relative;
    opacity: 0;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    font-weight: 700;
}

.greeting_page .master_zone:hover {
    transform: translateZ(0) translateY(10px) rotateX(0deg);
}

.greeting_page .creds_block {
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.greeting_page .creds_block:after {
    position: absolute;
    animation: scaleInLine 0.6s ease forwards 1.2s;
    height: 1px;
    width: 80%;
    background: linear-gradient(
    to right,
    transparent,
    rgb(160,173,152),
    transparent
  );
    left: 10%;
    transform-origin: center;
    bottom: 0;
    transform: scaleX(0);
    content: "";
}

.greeting_page .master_zone p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000000;
}

header .page_nav {
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    display: grid;
    position: relative;
    padding: 20px;
}

header .page_nav .main_pro {
    z-index: 10;
    padding: 5px 20px 15px;
    justify-self: center;
    position: relative;
}

header .page_nav .main_pro::after {
    transform: scale(0);
    transform-origin: bottom right;
    bottom: -5px;
    border-right: 2px solid rgb(160,173,152);
    right: -5px;
    transition: transform 0.3s ease;
    border-bottom: 2px solid rgb(160,173,152);
}

header .page_nav .main_pro .site_header svg {
    width: auto;
    height: 60px;
}

header .page_nav .top_learning::after {
    right: 0;
}

header .page_nav .top_learning .nav_know {
    position: relative;
    transition: transform 0.3s ease;
    margin: 0;
    padding: 0 15px;
}

header .page_nav .top_learning .nav_know:not(:last-child)::after {
    position: absolute;
    background: rgb(160,173,152,0.5);
    width: 1px;
    content: "";
    height: 60%;
    top: 20%;
    right: 0;
}

header .page_nav .top_learning .nav_know a::before {
    height: 2px;
    transform: scaleX(0);
    content: "";
    transition: transform 0.3s ease;
    left: 0;
    bottom: 5px;
    background: rgb(160,173,152);
    position: absolute;
    width: 100%;
}

.explore_now::after {
    position: absolute;
    height: 200px;
    filter: blur(40px);
    background: radial-gradient(circle, rgb(197,208,191,0.5) 0%, transparent 70%);
    right: -50px;
    bottom: -50px;
    z-index: -1;
    content: "";
    width: 200px;
}

.explore_now .learn_corner {
    display: flex;
    padding: 2.5rem 3rem;
    transform: translateZ(30px) rotateX(3deg);
    position: relative;
    align-items: center;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform-style: preserve-3d;
    justify-content: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    z-index: 3;
    border-radius: 12px;
    gap: 25px;
}

.explore_now .learn_corner:hover svg {
    transform: rotateZ(0) scale(1.1);
}

.explore_now .learn_corner:hover svg path {
    animation: pathPulse 2s infinite alternate;
    fill: #ffffff;
}

.explore_now .inquiry_card:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px) scale(1.03);
    color: rgb(197,208,191);
}

.explore_now .inquiry_card:hover::before {
    animation: shimmer 1.5s infinite;
}

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



.campus_links::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}

.campus_links .company_holder h3::after {
    background: rgb(197,208,191);
    bottom: -8px;
    position: absolute;
    width: 40px;
    content: "";
    left: 0;
    border-radius: 10px;
    height: 3px;
}

.campus_links .nav_info {
    display: flex;
    gap: 60px;
}

.campus_links .top_learning h5::after {
    content: "";
    left: 0;
    background: rgb(197,208,191);
    height: 2px;
    bottom: 0;
    border-radius: 10px;
    width: 30px;
    position: absolute;
}

.campus_links .top_learning .nav_info a:hover {
    padding-left: 12px;
    color: rgb(197,208,191);
    opacity: 1;
}

.campus_links .top_learning .nav_info a:hover::before {
    opacity: 1;
    width: 8px;
}

.trial_offer .trust_badge {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
    opacity: 0.6;
    text-align: center;
}

.trial_offer .trust_badge {
    position: relative;
    transition: all 0.3s ease;
}

.campus_links .top_learning:hover::before {
    animation: glow 2s infinite;
}

.campus_links .company_holder::before {
    content: "";
    background: linear-gradient(90deg, 
        rgb(197,208,191,0.5), 
        transparent);
    width: 100px;
    bottom: -20px;
    position: absolute;
    height: 1px;
    left: 0;
}

.campus_links .top_learning .nav_info a:nth-child(even):hover {
    transform: translateX(2px);
}

.trial_offer::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(160,173,152,0.5), 
        transparent);
    width: 30%;
    position: absolute;
    content: "";
    height: 1px;
    bottom: 0;
    left: 35%;
    opacity: 0.3;
}

.education_history::after {
    left: -5%;
    width: 30%;
    content: "";
    animation: morph 15s linear infinite alternate;
    bottom: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: rgb(160,173,152,0.5);
    position: absolute;
    height: 30%;
    z-index: -1;
}

.education_history .client_review:hover .image_wrapper {
    filter: contrast(1.1);
    transform: translateX(0) scale(1.02);
}

.education_history .emp_highlights {
    background: #ffffff;
    grid-column: 2 / 3;
    z-index: 1;
    justify-content: center;
    padding: 3rem 3rem 3rem 5rem;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    transform: translateX(-15%);
    display: flex;
    grid-row: 1 / 2;
}

.education_history .emp_highlights > div:nth-child(2) {
    color: rgb(160,173,152);
    opacity: 0;
    transform: translateX(-20px);
    opacity: 0.9;
    margin-bottom: 2rem;
    font-size: 18px;
    transition: all 0.5s ease 0.3s;
    font-weight: 600;
}



.education_history .emp_highlights::after {
    background: rgb(197,208,191,0.5);
    right: 20px;
    bottom: 20px;
    position: absolute;
    animation: float 4s ease-in-out infinite;
    width: 40px;
    height: 40px;
    content: "";
    border-radius: 50%;
    z-index: -1;
}

.course_program::after {
    left: -3%;
    background: linear-gradient(135deg, rgb(160,173,152) 0%, rgb(160,173,152,0.5) 80%);
    z-index: 0;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    position: absolute;
    animation: float 15s ease-in-out infinite reverse;
    height: 200px;
    opacity: 0.1;
    bottom: -3%;
    width: 200px;
    content: "";
    transform: rotate(-15deg);
}

.course_program h2:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}

.course_program .program_guide:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.course_program .image_wrapper::after {
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.2) 100%);
    width: 100%;
    left: 0;
}

.course_program .description:last-child {
    margin-bottom: 0;
}

.course_program .description::first-letter {
    color: rgb(197,208,191);
    font-size: 1.5em;
    font-weight: 600;
}

.contact_section {
    background: rgb(229,233,225);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

.contact_section h2 {
    display: inline-block;
    border-bottom: 3px solid rgb(197,208,191);
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
    font-size: 38px;
    padding-bottom: 15px;
}

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

.contact_section h3 {
    font-weight: 700;
    position: relative;
    color: rgb(197,208,191);
    margin-bottom: 30px;
    font-size: 20px;
}

.contact_section input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    background: #ffffff;
    border-left-color: rgb(160,173,152);
}

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

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

.contact_section .query_info a:hover {
    color: rgb(160,173,152);
}

.contact_section .query_info a:hover::after {
    background: rgb(160,173,152);
    height: 2px;
}

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

.contact_section svg:hover {
    fill: rgb(160,173,152);
}

.contact_section svg:hover path {
    fill: rgb(160,173,152);
}

.thankYouDiv::after {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.4;
    top: 0;
    pointer-events: none;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(197,208,191,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(197,208,191,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(197,208,191,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(197,208,191,0.5), 0.05) 1px, transparent 2px);
    background-size: 8rem 8rem;
    height: 100%;
}

.thankYouDiv .learn_corner > div:last-child {
    transform: translateZ(5px);
    position: relative;
}

.thankYouDiv .learn_corner > div:last-child::after {
    transform: translateY(-50%);
    height: 2px;
    position: absolute;
    bottom: 2rem;
    width: 2.5rem;
    right: -3.5rem;
    background: linear-gradient(90deg, transparent, rgb(197,208,191), transparent);
    content: "";
}

.thankYouDiv h5::before {
    position: absolute;
    background: rgb(197,208,191);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(rgb(197,208,191,0.5), 0.5);
    width: 0.5rem;
    left: 0;
    content: "";
    animation: pulse 3s infinite ease-in-out;
    height: 0.5rem;
    top: 0.5rem;
}

.privacy_opt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.cookie_warning_window h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.data_notice:hover {
    background: rgb(197,208,191,0.5);
    border-color: rgb(197,208,191,0.5);
}

.cookie_warning_window p a:hover {
    border-bottom-color: rgb(160,173,152);
    color: rgb(160,173,152);
}

.study_process {
    position: relative;
    overflow: hidden;
    padding: 8rem 2rem;
    background: linear-gradient(135deg, rgb(229,233,225) 0%, rgb(197,208,191,0.5) 100%);
}

.study_process .learn_corner {
    flex-direction: column;
    margin: 0 auto;
    gap: 3rem;
    z-index: 2;
    max-width: 900px;
    display: flex;
    position: relative;
}

.study_process h3 {
    margin: 0;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    font-size: 36px;
    border-radius: 11px;
    text-align: center;
    font-weight: 700;
    animation: paperCut 0.8s ease-out forwards;
    position: relative;
    padding: 2rem;
    color: #000000;
    background: #ffffff;
    transform: rotate(-1deg);
}

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

.program_outcomes::before {
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.4;
    content: "";
    position: absolute;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(197,208,191,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgb(160,173,152,0.5) 0%, transparent 30%);
}

.program_outcomes .learn_corner {
    align-items: center;
    gap: 40px;
    display: flex;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 40px;
    background: #ffffff;
}

.program_outcomes .image_wrapper:hover {
    transform: scale(1.03);
    box-shadow: 
    15px 15px 35px rgba(0, 0, 0, 0.15),
    -7px -7px 25px rgba(255, 255, 255, 0.8);
}

.program_outcomes .content_box:hover h3::after {
    width: 120px;
}

.program_outcomes li {
    position: relative;
    transform: translateX(0);
    margin-bottom: 16px;
    transition: all 0.3s ease;
    padding-left: 12px;
}

.program_outcomes li:hover::before {
    opacity: 1;
    width: 5px;
}

.program_outcomes li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -5px -5px 15px rgba(255, 255, 255, 1);
}

.program_outcomes svg {
    transition: all 0.3s ease;
    width: 24px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    padding: 10px;
    background: linear-gradient(135deg, rgb(197,208,191,0.5), rgb(160,173,152,0.5));
    border-radius: 12px;
    height: 24px;
}

.privacy_sanctum h1, .privacy_sanctum h2, .privacy_sanctum h3, .privacy_sanctum h4, .privacy_sanctum h5, .privacy_sanctum h6 {
    color: rgb(197,208,191);
    margin-bottom: 20px;
}

.privacy_sanctum h1 {
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(197,208,191);
    font-size: 42px;
}

.privacy_sanctum ul li:before {
    font-size: 1.2em;
    left: 0;
    content: '•';
    color: rgb(160,173,152);
    position: absolute;
}


.privacy_sanctum a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(197,208,191);
}

.privacy_sanctum hr {
    border: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    margin: 30px 0;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (min-width: 992px) {.pricing_grid_item .fee_choices {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}.pricing_grid_item .value_plan {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    text-align: left;
}.pricing_grid_item .value_plan h2 {
    display: inline-block;
}.pricing_grid_item .value_plan h2::after {
    left: 0;
    transform: none;
}.pricing_grid_item .learning_pricing {
    margin: 25px 0 0;
}.pricing_grid_item .cost_levels {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: repeat(2, 1fr);
}
}



@media screen and (max-width: 1024px) {.data_insights .statistics_highlights {
    flex: 0 0 calc(33.33% - 30px);
}
}



@media screen and (max-width: 768px) {.data_insights {
    padding: 70px 0;
}.data_insights .expert_pros {
    height: 80px;
    width: 80px;
}.data_insights .expert_pros svg {
    width: 40px;
    height: 40px;
}.data_insights .statistics_points {
    font-size: calc(47px * 0.8);
}.data_insights .statistics_gain {
    margin: 10px 0 40px;
    padding: 15px;
    font-size: 18px;
}.data_insights .edu_wins {
    justify-content: center;
}
}



@media (max-width: 992px) {.find_contact .reach_out2Le {
    grid-template-columns: 1fr 1fr;
}.find_contact .get_support:first-child {
    grid-column: span 2;
}.find_contact .get_support {
    padding: 2rem;
}.find_contact .get_support .image_wrapper {
    min-height: 250px;
}
}



@media (max-width: 767px) {.find_contact {
    padding: 3rem 0;
}.find_contact .reach_out2Le {
    grid-template-columns: 1fr;
}.find_contact .get_support:first-child {
    grid-column: span 1;
}.find_contact .get_support {
    padding: 1.5rem;
}.find_contact .get_support h2 {
    margin-bottom: 1rem;
    font-size: calc(36px * 0.9);
}.find_contact .info_request {
    margin-bottom: 1rem;
}.find_contact .contact_us {
    padding-top: 1rem;
    margin-top: 1rem;
}.find_contact .get_support .image_wrapper {
    min-height: 200px;
}.find_contact .reach_outmD82M {
    gap: 1rem;
}.find_contact .reach_outmD82M a {
    padding: 0.75rem;
}
}



@media (hover: hover) {.our_team .content_box {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                   box-shadow 0.4s ease;
}.our_team .content_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 
                    0 0 0 1px rgba(rgb(197,208,191,0.5), 0.1);
}
}



@media (max-width: 768px) {.greeting_page {
    padding: 1.5rem;
}.greeting_page > div {
    width: 100%;
}.greeting_page .title_style_header {
    text-align: center;
}.greeting_page .title_style_header:before {
    width: 3rem;
    animation: scaleInAccentMobile 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.7s;
    left: 0;
    height: 0.25rem;
    top: -1rem;
    transform: translateY(0) scaleX(0);
    transform-origin: left;
}.greeting_page .master_zone {
    transform: translateZ(0) translateY(10px) rotateX(0);
    padding: 1.5rem;
}.greeting_page .creds_block h3 {
    text-align: center;
}
}



@media (max-width: 768px) {.explore_now {
    padding: 4rem 0;
}.explore_now h2 {
    margin-bottom: 2rem;
}.explore_now .learn_corner {
    gap: 20px;
    padding: 2rem;
    transform: translateZ(20px) rotateX(2deg);
    flex-direction: column;
}.explore_now svg {
    width: 40px;
    height: 40px;
}.explore_now .inquiry_card {
    padding: 0.75rem 1.5rem;
    width: 100%;
}
}



@media (max-width: 767px) {.campus_links {
    padding: 50px 0 20px;
}.campus_links .nav_info {
    gap: 40px;
    width: 100%;
    flex-direction: column;
}.campus_links .top_learning {
    text-align: center;
}.campus_links .top_learning h5 {
    text-align: center;
}.campus_links .top_learning h5::after {
    transform: translateX(-50%);
    left: 50%;
}.campus_links .top_learning .nav_info {
    align-items: center;
}.campus_links .top_learning .nav_info a {
    text-align: center;
}.campus_links .top_learning .nav_info a::before {
    display: none;
}.campus_links .top_learning .nav_info a:hover {
    padding-left: 0;
}
}



@media (max-width: 992px) {.education_history .client_review {
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.education_history .image_wrapper {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    transform: none;
    height: 300px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.education_history .image_wrapper::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.education_history .emp_highlights {
    grid-column: 1 / 2;
    transform: none;
    padding: 2rem;
    grid-row: 2 / 3;
    clip-path: none;
}.education_history .client_review:hover .emp_highlights {
    transform: translateY(-5px);
}}



@media (max-width: 992px) {.contact_section {
    padding: 70px 0;
}.contact_section .reach_query {
    flex-direction: column;
}.contact_section .image_wrapper {
    min-height: 300px;
    flex: 0 0 auto;
}.contact_section .message_feedback {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}



@media (min-width: 768px) {.thankYouDiv {
    padding: 8rem 0;
}.thankYouDiv .learn_corner {
    gap: 3rem;
    padding: 4.5rem;
}.thankYouDiv h5 {
    font-size: calc(22px * 1.1);
    padding-left: 2rem;
}.thankYouDiv p {
    padding: 0 0 0 2rem;
    font-size: calc(18px * 1.05);
}.thankYouDiv .learn_corner > div:first-child::before {
    width: 4rem;
}.thankYouDiv .learn_corner > div:last-child::after {
    width: 4rem;
}
}


@media only screen and (max-width: 1200px) {.cookie_warning_window {
    padding: 15px;
}
}


@media only screen and (max-width: 800px) {.privacy_gate {
    display: none;
}.privacy_opt {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_warning_window h5, .cookie_warning_window p {
    text-align: center;
}.data_settings {
    margin-bottom: 15px;
}.data_notice {
    margin-top: 10px;
    margin-left: 0;
}}



@media (max-width: 992px) {.program_outcomes {
    padding: 60px 0;
}.program_outcomes .learn_corner {
    flex-direction: column;
    padding: 30px;
}.program_outcomes .image_wrapper {
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    flex: 0 0 auto;
}
}



@media (max-width: 576px) {.program_outcomes {
    padding: 40px 0;
}.program_outcomes .learn_corner {
    padding: 25px 20px;
}.program_outcomes h3 {
    padding-bottom: 10px;
    font-size: calc(28px * 0.85);
    margin-bottom: 20px;
}.program_outcomes li {
    margin-bottom: 12px;
}.program_outcomes li p {
    gap: 12px;
    padding: 12px;
    font-size: calc(13px * 1);
}.program_outcomes svg {
    width: 20px;
    border-radius: 10px;
    height: 20px;
    padding: 8px;
}}



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes slideInRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}


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



@keyframes scaleInAccent {
  from {
    transform: translateY(-50%) scaleY(0);
  }
  to {
    transform: translateY(-50%) scaleY(1);
  }
}



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



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



@keyframes borderGlow {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.8;
  }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}



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



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

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

@keyframes gradientShift {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}

