﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

.container {
    max-width: 100%;
    width: 1123px;
    margin: auto;
}

svg {
    height: 30px;
    width: 30px;
}

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

html {
    scrollbar-color: #ffffff rgb(141,152,173,0.5);
    scrollbar-width: thin;
}

.netintern_opp {
    flex: 0 0 auto;
}

.netintern_opp {
    padding: 5rem 0 2rem;
    color: #ffffff;
    position: relative;
}

footer::before {
    content: "";
    background: linear-gradient(135deg, rgb(141,152,173,0.5) 0%, rgb(105,115,130,0.5) 100%);
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.92;
    z-index: -1;
    top: 0;
    left: 0;
}

.netintern_opp .container {
    flex-wrap: wrap;
    position: relative;
    gap: 0;
    display: flex;
}

.netintern_opp .company_holder::after {
    content: "";
    width: 1px;
    background: linear-gradient(to bottom, #ffffff, transparent);
    top: 0;
    position: absolute;
    right: 1.5rem;
    opacity: 0.3;
    height: 100%;
}

.netintern_opp .company_holder h3::after {
    bottom: 0;
    position: absolute;
    width: 80px;
    left: 0;
    box-shadow: 0 0 10px rgb(141,152,173);
    background: rgb(141,152,173);
    height: 3px;
    content: "";
}

.netintern_opp .netpartner_logo {
    flex: 0 0 60%;
    gap: 0;
    display: flex;
    flex-wrap: wrap;
}

.netintern_opp .netmain_class {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.netintern_opp .nettop_mainbar h5 {
    color: #ffffff;
    font-size: 19px;
    padding-left: 1rem;
    transform: skewX(-5deg);
    position: relative;
    font-weight: 600;
    margin: 0 0 1.5rem;
}

.netintern_opp .nettop_mainbar .netmain_class {
    flex-direction: column;
    gap: 0.8rem;
    display: flex;
}

.netintern_opp .nettop_mainbar .netmain_class a::before {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    transition: all 0.5s ease;
}

.netintern_opp .nettop_mainbar .netmain_class a:hover::before {
    left: 100%;
}

.netaward_show {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem 0;
    margin-top: 2rem;
}

.netaward_show .netwebinar_cta {
    font-size: 13px;
    width: 100%;
    text-align: center;
    transform: skewX(-5deg);
    color: #ffffff;
}

.netexperience_trial::before {
    height: 100%;
    transform: perspective(500px) rotateX(60deg);
    position: absolute;
    background-size: 30px 30px;
    transform-origin: center top;
    background-image: 
        linear-gradient(0deg, #ffffff 1px, transparent 1px),
        linear-gradient(90deg, #ffffff 1px, transparent 1px);
    left: 0;
    opacity: 0.05;
    content: '';
    z-index: -1;
    width: 100%;
    animation: gridMove 20s linear infinite;
    top: 0;
}

.netexperience_trial .netskill_mastery {
    max-width: 1000px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    border-radius: 15px;
    flex-direction: column;
    padding: 50px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.netexperience_trial .netskill_mastery::after {
    top: -50%;
    height: 200%;
    z-index: -1;
    width: 200%;
    animation: pulseRadial 10s ease-in-out infinite;
    content: '';
    left: -50%;
    position: absolute;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    opacity: 0.1;
}

.netexperience_trial h3::before {
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateX(-50%);
    left: 50%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    animation: orbitRotate 10s linear infinite;
    width: 60px;
    top: -80px;
    position: absolute;
    content: '';
    z-index: -1;
}

.netexperience_trial .netwrite_form::before {
    height: 100%;
    z-index: -1;
    top: 0;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    background-size: 10px 10px;
    content: '';
}

.netexperience_trial .netwrite_form:hover {
    color: #ffffff;
    background: linear-gradient(45deg, rgb(141,152,173), rgb(105,115,130));
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
}

.netexperience_trial .netwrite_form:hover::before {
    opacity: 0.5;
}

.nettitle_portal {
    background: linear-gradient(135deg, rgb(178,189,210) 0%, #ffffff 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}

.nettitle_portal::after {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(141,152,173) 50%, transparent);
    content: "";
    height: 3px;
    left: 0;
    bottom: -2px;
    position: absolute;
    z-index: 2;
}

.nettitle_portal h1::after {
    height: 2px;
    transform: translateX(-50%);
    width: 5rem;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.75rem;
    background: rgb(141,152,173);
}

.nettitle_portal .nettext_cloud {
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.nettitle_portal ol li {
    margin-bottom: 2rem;
}

.nettitle_portal .netlearn_expressfast {
    opacity: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(141,152,173);
    transform: translateX(0);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    transition: transform 0.7s ease-out, opacity 0.7s ease-out;
    padding: 2rem;
}

.nettitle_portal svg path {
    transition: fill 0.3s ease;
}

.nettitle_portal .netlearn_expressfast p {
    font-size: 17px;
    color: #000000;
    position: relative;
    margin-top: 1rem;
    line-height: 1.7;
}

.nettitle_portal .netconnect_message::before {
    z-index: -1;
    height: 100%;
    position: absolute;
    opacity: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    content: "";
    background: linear-gradient(135deg, rgb(105,115,130) 0%, rgb(141,152,173) 100%);
    top: 0;
    left: 0;
}

.nettitle_portal .netconnect_message:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(94, 170, 168, 0.4);
}

.nettitle_portal .netconnect_message:hover::before {
    opacity: 1;
}

.nettitle_portal .netphoto_frame::after {
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(141,152,173,0.5) 0%, transparent 70%);
    left: 0;
}



.nettitle_portal svg text {
    transition: fill 0.3s ease;
}

header::before {
    content: '';
    left: 0;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    top: 0;
    width: 100%;
    position: absolute;
    background-size: 20px 20px;
    height: 100%;
    z-index: 0;
}

header .netmain_header {
    position: relative;
    z-index: 5;
    padding: 1.3rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .nettop_study::before {
    transform: scaleX(0);
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.4s ease;
    content: '';
    top: 0;
}

header .netnav_know::after {
    content: '';
    right: -5px;
    background: rgb(141,152,173);
    transition: all 0.3s ease;
    opacity: 0;
    width: 10px;
    position: absolute;
    bottom: -5px;
    height: 10px;
}

header .nettop_mainbar::before {
    height: 1px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: rgb(141,152,173);
    content: '';
    right: -20px;
}

header .netpage_head a::before {
    width: 100%;
    transform: translateX(-100%);
    height: 100%;
    content: '';
    left: 0;
    z-index: -1;
    position: absolute;
    transition: transform 0.3s ease;
    top: 0;
    background: rgb(141,152,173);
}

header .netpage_head a:hover {
    color: #ffffff;
    border-left-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
}

header .netpage_head a::after {
    left: 0;
    height: 2px;
    transform-origin: right;
    content: '';
    background: rgb(141,152,173);
    top: 0;
    position: absolute;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    width: 100%;
}

header .netpage_head:hover::before {
    transform: translateY(-50%) scale(1);
}

header .netmain_header::before {
    background: rgb(141,152,173);
    top: 20px;
    width: 30px;
    content: '';
    left: 20px;
    position: absolute;
    height: 1px;
}



header .netpage_head:last-child::after {
    top: 50%;
    color: rgb(141,152,173);
    font-weight: 700;
    right: -10px;
    transform: translateY(-50%);
    content: '|';
    position: absolute;
    animation: typingCursor 1s infinite;
}

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

.netprospective_students .netskill_mastery {
    position: relative;
}

.netprospective_students h4 {
    color: rgb(141,152,173);
    font-weight: 700;
    transition: transform 0.5s ease;
    margin-bottom: 50px;
    font-size: 40px;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
}

.netprospective_students div > div {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    padding: 0 20px;
}

.netprospective_students p {
    align-items: center;
    position: relative;
    z-index: 1;
    color: #000000;
    background: #ffffff;
    transition: all 0.3s ease;
    margin: 0;
    padding: 40px 30px;
    font-size: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    display: flex;
    height: 200px;
    text-align: center;
}

.netprospective_students p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    color: #000000;
}

.netprospective_students p svg {
    width: 32px;
    transition: all 0.3s ease;
    top: 30px;
    height: 32px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.netprospective_students p:hover svg {
    transform: translateX(-50%) scale(1.2);
}



.netprospective_students::after {
    top: 10%;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    content: "";
    z-index: 1;
    animation: hexSpin 30s linear infinite;
    opacity: 0.5;
    position: absolute;
    height: 200px;
    left: 5%;
    border: 2px dashed rgb(105,115,130,0.5);
    width: 200px;
}

.netprospective_students .netskill_mastery > div p:nth-child(4) {
    animation-delay: 0.4s;
}

.netprospective_students .netskill_mastery > div p:nth-child(6) {
    animation-delay: 0.6s;
}

.netdata_insights::before {
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(rgb(141,152,173,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(141,152,173,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 0;
    opacity: 0.1;
    position: absolute;
}

.netdata_insights .container {
    position: relative;
    z-index: 1;
}

.netdata_insights h2::after {
    width: 60px;
    height: 4px;
    transform: translateX(-50%);
    position: absolute;
    bottom: -20px;
    content: "";
    border-radius: 10px;
    background: rgb(141,152,173);
    left: 50%;
}

.netdata_insights ul {
    flex-direction: column;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    list-style: none;
}

.netdata_insights .netkey_pros {
    position: relative;
    align-items: center;
    transition: all 0.4s ease;
    margin-bottom: 40px;
    display: flex;
}

.netdata_insights .netkey_pros:nth-child(odd) {
    padding-right: calc(50% + 20px);
}

.netdata_insights .netkey_pros::before {
    z-index: 0;
    content: "";
    width: 40px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background: linear-gradient(to right, rgb(141,152,173,0.5), rgb(105,115,130,0.5));
    height: 2px;
}

.netdata_insights .netkey_pros:nth-child(5n+2)::after {
    border-color: rgb(105,115,130);
}

.netdata_insights .netkey_pros:nth-child(5n+3)::after {
    border-color: rgb(141,152,173);
}

.netdata_insights .netkey_pros:nth-child(5n+4)::after {
    border-color: rgb(105,115,130);
}

.netdata_insights .netkey_pros:nth-child(5n+5)::after {
    border-color: rgb(141,152,173);
}

.netdata_insights .netkey_pros:nth-child(even) p {
    padding-left: 20px;
    padding-right: 20px;
}

.netdata_insights .netkey_pros:nth-child(5n+1) p {
    color: rgb(141,152,173);
}

.netdata_insights .netkey_pros:nth-child(5n+2) p {
    color: rgb(105,115,130);
}

.netdata_insights .netkey_pros:nth-child(5n+3) p {
    color: rgb(141,152,173);
}

.netdata_insights .netkey_pros:nth-child(5n+4) p {
    color: rgb(105,115,130);
}

.netdata_insights .netkey_pros span {
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 15px;
    color: #000000;
    line-height: 1.4;
    border-radius: 10px;
    flex: 1;
    margin: 0 10px;
    z-index: 2;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 15px;
    position: relative;
    font-weight: 600;
}

.netgratArea::after {
    transform: rotate(15deg);
    width: 300px;
    content: "";
    top: -10%;
    z-index: 0;
    filter: blur(80px);
    height: 300px;
    background: linear-gradient(225deg, rgb(141,152,173,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.1;
    right: -5%;
}

.netgratArea .netskill_mastery {
    box-shadow: 0 20px 40px rgba(0,0,0,0.04), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    position: relative;
    display: grid;
    padding: 60px 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 40px;
    perspective: 1000px;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    background: #ffffff;
}

.netgratArea .netskill_mastery > div:first-child {
    transition: transform 0.5s ease;
    transform: translateZ(20px);
    padding-left: 20px;
    position: relative;
}

.netgratArea .netskill_mastery > div:first-child::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: translateY(-50%);
    top: 50%;
    height: 8px;
    position: absolute;
    content: "";
    width: 8px;
    left: 0;
    background: rgb(141,152,173);
}

.netgratArea h5::after {
    animation-delay: 0.8s;
    animation: lineGrow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform-origin: left;
    width: 60px;
    position: absolute;
    background: linear-gradient(to right, rgb(141,152,173), transparent);
    bottom: -8px;
    left: 0;
    transform: scaleX(0);
    height: 2px;
    content: "";
}

.netgratArea p {
    line-height: 1.8;
    padding: 25px 30px;
    background: rgba(245, 245, 250, 0.7);
    font-size: 17px;
    margin: 0;
    transform: translateY(20px);
    color: #000000;
    border-left: 1px solid rgba(rgb(141,152,173,0.5), 0.2);
    position: relative;
    opacity: 0;
    animation-delay: 0.3s;
    transition: border-left 0.3s ease, background 0.3s ease;
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.netcookie_popup_advisory {
    width: 100%;
    position: fixed;
    background: rgb(178,189,210);
    bottom: 0;
    z-index: 90;
    border-top: 2px solid rgb(141,152,173);
}

.netcookie_popup_advisory h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.netcookie_popup_advisory p {
    font-size: 18px;
}

.netcookie_list svg, .netcookie_list svg path, .netcookie_list img {
    width: 100px;
    fill: rgb(141,152,173);
    height: 100px;
}

.netcookie_popup_advisory p a {
    color: rgb(141,152,173);
    text-decoration: none;
}

#netcookiePopupMessage {
    display: none;
}

#netcookiePopupMessage:checked ~ .netcookie_popup_advisory {
    visibility: hidden;
    opacity: 0;
}

.netframework-wrap .netcookie_overview {
    color: #ffffff;
    font-size: 20px;
    margin-left: 30px;
    padding: 10px;
    background: rgb(141,152,173);
}

.netour_background::before {
    background: linear-gradient(135deg, rgba(30, 45, 60, 0.92), rgba(20, 30, 45, 0.86));
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
}

.netour_background h4 {
    z-index: 3;
    opacity: 1;
    text-align: center;
    color: #ffffff;
    transform: translateY(0);
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: calc(20px * 1.2);
    margin-bottom: 40px;
    letter-spacing: 3px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

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

.netour_background .nettext_cloud::before {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    border-radius: 4px;
    pointer-events: none;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
}

.netour_background .nettext_cloud h6 {
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 700;
    color: rgb(141,152,173);
    position: relative;
    font-size: calc(19px * 1.4);
}

.netour_background .nettext_cloud h6::after {
    position: absolute;
    content: "";
    height: 2px;
    transform-origin: left;
    background: rgb(105,115,130);
    left: 0;
    transition: transform 0.4s ease;
    width: 40px;
    bottom: -8px;
    transform: scaleX(1);
}

.netprogram_offerings {
    padding: 140px 0;
    overflow: hidden;
    position: relative;
    background: rgb(178,189,210);
}

.netprogram_offerings::before {
    right: 0;
    left: 0;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    opacity: 0.15;
    bottom: 0;
    background: 
        linear-gradient(45deg, rgb(141,152,173,0.5) 0%, transparent 50%),
        linear-gradient(135deg, transparent 50%, rgb(105,115,130,0.5) 100%);
}

.netprogram_offerings .nettext_cloud h2 {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 36px;
    color: #000000;
}

.netprogram_offerings .nettext_cloud h2::after {
    width: 80px;
    bottom: 0;
    position: absolute;
    left: 50%;
    background: linear-gradient(to right, rgb(141,152,173), rgb(105,115,130));
    height: 3px;
    transform: translateX(-50%);
    border-radius: 10px;
    content: '';
}

.netprogram_offerings .netphoto_frame {
    transform-origin: bottom;
    border-radius: 27px;
    z-index: 2;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    width: 100%;
    overflow: hidden;
    transform: perspective(1000px) rotateX(5deg);
    order: 1;
    height: 500px;
    position: relative;
}

.netprogram_offerings .netlearn_route::before {
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    left: 10%;
    border: 2px solid rgb(141,152,173,0.5);
    top: 20px;
    height: 60px;
    content: '';
    width: 60px;
    animation: pulse 4s ease-in-out infinite;
}

.netreceive_updates {
    padding: 5rem 2rem;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(178,189,210) 100%);
}

.netreceive_updates::after {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(141,152,173,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(105,115,130,0.5) 0%, transparent 20%);
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    filter: blur(30px);
    height: 100%;
    content: "";
}

.netreceive_updates .netquery_reach {
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 3rem;
    transform-style: preserve-3d;
    max-width: 600px;
    width: 90%;
    transform: rotateY(-5deg);
    transition: transform 0.5s ease;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
}

.netreceive_updates .netquery_reach::after {
    border: 1px solid rgb(141,152,173);
    animation: borderFlash 4s infinite alternate;
    box-shadow: 0 0 20px rgb(141,152,173,0.5);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        85% 100%, 
        0% 100%
    );
}

.netreceive_updates h3::after {
    background: linear-gradient(90deg, rgb(141,152,173), transparent);
    height: 2px;
    left: 0;
    bottom: -10px;
    position: absolute;
    animation: widthPulse 3s infinite alternate;
    width: 100%;
    content: "";
}

.netreceive_updates input[type="email"]:focus {
    outline: none;
    border-color: rgb(141,152,173);
    box-shadow: 0 0 15px rgb(141,152,173,0.5);
}

.netreceive_updates input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.6;
}

.netreceive_updates .netsignup_block {
    position: relative;
    font-size: 18px;
    background: transparent;
    box-shadow: 0 0 15px rgb(141,152,173,0.5);
    text-shadow: 0 0 10px rgb(141,152,173);
    overflow: hidden;
    border: 1px solid rgb(141,152,173);
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 600;
}

.netreceive_updates .netsignup_block:hover::before {
    opacity: 1;
}

.netconfidential_lockup h1 {
    color: #ffffff;
    background: rgb(141,152,173);
    text-align: center;
    margin-top: 0;
    font-size: 41px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
    border-radius: 10px;
    grid-column: span 2;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.netconfidential_lockup h3, .netconfidential_lockup h4, .netconfidential_lockup h5, .netconfidential_lockup h6 {
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 22px;
    padding: 10px;
    font-weight: 400;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #ffffff;
    border-left: 4px solid rgb(141,152,173);
}

.netconfidential_lockup li {
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 1.6;
    position: relative;
}

.netconfidential_lockup li::before {
    position: absolute;
    left: -10px;
    height: 6px;
    content: "";
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ffffff;
    background-color: rgb(105,115,130);
    width: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.netpricing_structure::before {
    top: -10%;
    width: 40%;
    border-radius: 10px;
    position: absolute;
    height: 70%;
    transform: rotate(-15deg);
    background: linear-gradient(120deg, rgb(141,152,173,0.5) 20%, rgb(105,115,130,0.5) 80%);
    z-index: 0;
    right: -5%;
    content: "";
    opacity: 0.1;
}

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

.netpricing_structure .netpayment_scheme {
    flex-direction: column;
    display: flex;
}

.netpricing_structure .nettuition_grid h2 {
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 28px;
    display: inline-block;
    font-weight: 700;
    position: relative;
}

.netpricing_structure .netprice_panel {
    color: #000000;
    font-size: 18px;
    max-width: 800px;
    line-height: 1.6;
    margin: 0 auto;
}

.netpricing_structure .netedu_deals {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    width: 100%;
    order: 2;
}

.netpricing_structure .netdiscount_plan:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}

.netpricing_structure .netdiscount_plan::before {
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(141,152,173), rgb(105,115,130));
    top: 0;
    height: 5px;
    transition: transform 0.3s ease;
    position: absolute;
    transform: translateY(-5px);
}

.netpricing_structure .netcost_table h3 {
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-size: calc(23px * 1.1);
    margin-bottom: 1rem;
    position: relative;
}

.netpricing_structure .netcost_table .netgroup_rates::after {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    bottom: -0.75rem;
    height: 2px;
    background: rgb(141,152,173,0.5);
}

.netpricing_structure .netphoto_frame {
    position: relative;
    overflow: hidden;
    height: 180px;
    transition: transform 0.5s ease;
    width: 100%;
}

.netpricing_structure .netphoto_frame::after {
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    position: absolute;
    left: 0;
    height: 100%;
}

.netpricing_structure .netdiscount_plan:nth-child(even) .netcost_table::before {
    opacity: 0.1;
    height: 2.5rem;
    z-index: -1;
    width: 2.5rem;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 1rem;
    bottom: 1rem;
    background: rgb(105,115,130,0.5);
}

.netcourse_benefits::before {
    animation: gridShift 25s linear infinite;
    background-size: 60px 60px;
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
    background-image: linear-gradient(0deg, transparent 24%, rgb(141,152,173,0.5) 25%, rgb(141,152,173,0.5) 26%, transparent 27%, transparent 74%, rgb(141,152,173,0.5) 75%, rgb(141,152,173,0.5) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, rgb(141,152,173,0.5) 25%, rgb(141,152,173,0.5) 26%, transparent 27%, transparent 74%, rgb(141,152,173,0.5) 75%, rgb(141,152,173,0.5) 76%, transparent 77%, transparent);
    opacity: 0.07;
    left: 0;
    width: 100%;
}

.netcourse_benefits h2::after {
    content: '';
    bottom: 0;
    background: linear-gradient(to right, rgb(141,152,173), rgb(105,115,130));
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    position: absolute;
}

.netcourse_benefits .netphoto_frame::before {
    position: absolute;
    content: '';
    height: 100%;
    background: linear-gradient(45deg, rgb(141,152,173,0.5) 0%, transparent 40%);
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.netcourse_benefits .text_main_holder {
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 30px;
}

.netcourse_benefits .text_main_holder::before {
    width: 2px;
    opacity: 0.8;
    background: rgb(105,115,130);
    left: 50%;
    content: '';
    height: 40px;
    transform: translateX(-50%);
    top: -60px;
    position: absolute;
}

.netcourse_benefits .text_main_holder > div {
    opacity: 0;
    align-items: center;
    transform: translateY(50px);
    position: relative;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    gap: 20px;
    border-radius: 10px;
    border: 1px solid rgb(105,115,130,0.5);
    animation: floatUp 0.6s forwards;
    animation-delay: calc(var(--i, 0) * 0.15s);
    display: flex;
    padding: 25px;
    backdrop-filter: blur(10px);
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}

.netcourse_benefits .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
}

.netcourse_benefits .text_main_holder > div:hover::before {
    opacity: 1;
}

.netcourse_benefits .text_main_holder svg {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgb(141,152,173,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 15px rgb(141,152,173,0.5);
    border-radius: 50%;
    padding: 10px;
}

.netcourse_benefits .text_main_holder > div:hover svg path {
    fill: rgb(141,152,173);
}

.netconnect_form {
    background: rgb(178,189,210);
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}

.netconnect_form::after {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    content: '';
}

.netconnect_form .netphoto_frame {
    top: 2.5%;
    position: absolute;
    border-radius: 100px 0 0 100px;
    right: 0;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    width: 45%;
    z-index: 1;
    height: 95%;
}

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

.netconnect_form .netcontact_inquiry {
    overflow: hidden;
    width: 100%;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background: #ffffff;
    display: flex;
    position: relative;
}

.netconnect_form .netcontact_inquiry::after {
    border-radius: 50%;
    content: '';
    background: rgb(105,115,130,0.5);
    width: 150px;
    height: 150px;
    bottom: -75px;
    position: absolute;
    right: -75px;
    opacity: 0.05;
}

.netconnect_form form h3 {
    color: rgb(141,152,173);
    text-align: left;
    margin-bottom: 30px;
    font-size: 18px;
}

.netconnect_form input[type="text"]:focus,
.netconnect_form textarea:focus {
    background: rgba(255, 255, 255, 1);
    border-color: rgb(141,152,173,0.5);
    box-shadow: 0 0 15px rgb(141,152,173,0.5);
    outline: none;
}

.netconnect_form textarea {
    resize: none;
    height: 140px;
    border-radius: 20px;
}

.netconnect_form .netinquiry_reach {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}

.netconnect_form .netinquiry_reach label {
    position: relative;
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.6;
    font-size: 13px;
}

.netconnect_form .netinquiry_reach input[type="checkbox"]:checked + label::before {
    background: rgb(141,152,173);
    border-color: rgb(141,152,173);
}

.netconnect_form .netinquiry_reach a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(141,152,173);
}

.netconnect_form .netinquiry_reach a:hover {
    color: rgb(105,115,130);
}

.netconnect_form .netconnect_message {
    font-size: 18px;
    overflow: hidden;
    z-index: 1;
    font-family: Arial, sans-serif;
    padding: 15px 40px;
    color: #ffffff;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    position: relative;
    font-weight: 600;
    background: rgb(141,152,173);
}

.netconnect_form .netconnect_message:hover::before {
    transform: translateY(0);
}

.netconnect_form .netfeedback_widget {
    top: 50%;
    justify-content: center;
    right: 0;
    position: absolute;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    width: 40%;
    z-index: 3;
    display: flex;
    background: linear-gradient(135deg, rgb(141,152,173), rgb(105,115,130));
    transform: translateY(-50%);
    flex-direction: column;
    border-radius: 70px 0 0 70px;
    padding: 50px;
}

.netconnect_form .netfeedback_widget h4::after {
    background: #ffffff;
    position: absolute;
    content: '';
    width: 40px;
    border-radius: 3px;
    bottom: -10px;
    left: 0;
    height: 3px;
}

.netconnect_form .netquery_query li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 5px;
}

.netconnect_form .netquery_query li:hover svg {
    transform: scale(1.2);
}

.netconnect_form .netquery_query svg path {
    fill: #ffffff;
}

.netconnect_form .netquery_query a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.netconnect_form .netquery_query a:hover {
    opacity: 0.8;
}

.netinstructor_history::before {
    z-index: 1;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(141,152,173,0.5));
    width: 40%;
    position: absolute;
    content: "";
}

.netinstructor_history .netphoto_frame {
    height: 480px;
    transition: all 0.5s ease;
    box-shadow: 15px 15px 0 rgb(141,152,173,0.5);
    width: 45%;
    position: relative;
    transform: rotate(-2deg);
    border-radius: 0;
}

.netinstructor_history .netexp_achievements::before {
    width: 1px;
    top: 0;
    background: linear-gradient(to bottom, rgb(105,115,130,0.5), transparent);
    left: 2.5rem;
    height: 100%;
    content: "";
    position: absolute;
}

.netinstructor_history .netexperience_data {
    line-height: 1.8;
    font-size: 17px;
    position: relative;
    padding-left: 0;
    color: #000000;
    max-width: 90%;
}

.netinstructor_history .netexperience_data::before {
    background-color: rgb(141,152,173);
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    top: -1.5rem;
    left: 0;
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    box-shadow: inset -3px 5px 8px -1px rgba(0, 0, 0, 0.6);
    background: rgb(105,115,130,0.5);
}

::-webkit-scrollbar-track:active {
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
    transition: all, border-radius, transform 1.6s cubic-bezier(0.42, 0, 0.58, 1);
    box-shadow: 4px -3px 15px -1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background: rgb(105,115,130);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset -2px -3px 14px -2px rgba(0, 0, 0, 0.6);
    background: rgb(141,152,173,0.5);
}



@media (max-width: 768px) {.netintern_opp {
    padding: 3.5rem 0 1.5rem;
}.netintern_opp::before {
    height: 10px;
}.netintern_opp .company_holder h3 {
    font-size: calc(34px - 2px);
}.netintern_opp .netgrant_cta {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.netintern_opp .nettop_mainbar h5, 
    .netintern_opp .nettop_mainbar .netmain_class a {
    transform: skewX(-3deg);
}.netintern_opp .nettop_mainbar .netmain_class a:hover {
    transform: skewX(-3deg) translateX(5px);
}.netaward_show {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.netaward_show .netwebinar_cta {
    transform: skewX(-3deg);
}
}



@media (max-width: 420px) {.netintern_opp .company_holder h3 {
    transform: skewX(-5deg);
}.netintern_opp .company_holder h3::after {
    width: 60px;
}.netintern_opp .netgrant_cta {
    transform: none;
}.netintern_opp .nettop_mainbar h5 {
    transform: none;
}.netintern_opp .nettop_mainbar h5::before {
    transform: none;
}.netintern_opp .nettop_mainbar .netmain_class a,
    .netintern_opp .nettop_mainbar .netmain_class a:hover,
    .netaward_show .netwebinar_cta {
    transform: none;
}}



@media screen and (max-width: 768px) {.netexperience_trial {
    padding: 80px 0;
}.netexperience_trial .netskill_mastery {
    padding: 30px;
}.netexperience_trial h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 45px;
    letter-spacing: 2px;
}.netexperience_trial h3::before {
    width: 40px;
    top: -60px;
    height: 40px;
}.netexperience_trial h3::after {
    width: 70px;
    bottom: -15px;
}.netexperience_trial .netwrite_form {
    padding: 12px 35px;
    font-size: calc(19px * 0.9);
    letter-spacing: 1.5px;
}
}



@media (min-width: 768px) {.nettitle_portal {
    padding: 6rem 0;
}.nettitle_portal h1 {
    margin-bottom: 4rem;
    font-size: calc(34px * 1.1);
}.nettitle_portal .netskill_mastery {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.nettitle_portal .nettext_cloud {
    padding: 2rem;
}.nettitle_portal .netlearn_expressfast {
    padding: 2.5rem;
}.nettitle_portal .netlearn_expressfast svg {
    width: 100px;
    height: 100px;
}.nettitle_portal .netphoto_frame {
    height: 450px;
}.nettitle_portal .netconnect_message {
    padding: 1.2rem 2.5rem;
}
}



@media (min-width: 1200px) {.nettitle_portal .netskill_mastery {
    gap: 5rem;
    grid-template-columns: 6fr 6fr;
}.nettitle_portal .netlearn_expressfast {
    padding: 3rem;
}.nettitle_portal .netphoto_frame {
    height: 550px;
}
}



@media (max-width: 767px) {.nettitle_portal h1 {
    font-size: calc(34px * 0.9);
}.nettitle_portal .netlearn_expressfast {
    padding: 1.5rem;
}.nettitle_portal .netlearn_expressfast svg {
    width: 60px;
    height: 60px;
}.nettitle_portal .netconnect_message {
    padding: 0.9rem 1.8rem;
    font-size: calc(14px * 0.9);
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .netmain_header {
    padding: 0.8rem 1.5rem;
}header .nettop_study {
    max-width: 140px;
    padding: 0.4rem 0.6rem;
}header .netnav_know img {
    max-height: 35px;
}header .nettop_mainbar {
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin-top: 0.8rem;
    justify-content: flex-start;
}header .nettop_mainbar::-webkit-scrollbar {
    height: 3px;
}header .nettop_mainbar::-webkit-scrollbar-thumb {
    background: rgb(141,152,173);
    border-radius: 10px;
}header .netpage_head {
    flex: 0 0 auto;
    margin: 0;
}header .netpage_head a {
    white-space: nowrap;
    letter-spacing: 0.5px;
    height: 35px;
    font-size: calc(14px - 2px);
    padding: 0 0.8rem;
}header .netpage_head:last-child::after {
    display: none;
}
}



@media (max-width: 768px) {.netprospective_students {
    padding: 70px 0;
}.netprospective_students h4 {
    margin-bottom: 60px;
    font-size: calc(40px * 0.7);
}.netprospective_students h4::after {
    bottom: -12px;
    width: 80px;
}.netprospective_students div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.netprospective_students p {
    height: auto;
    clip-path: none;
    aspect-ratio: 1.73 / 1;
    border-radius: 15px;
    padding: 20px;
}.netprospective_students p::before {
    clip-path: none;
    border-radius: 15px;
}.netprospective_students p:nth-child(even) {
    transform: translateY(0);
}.netprospective_students p svg {
    width: 28px;
    height: 28px;
    transform: none;
    margin-right: 15px;
    position: static;
}.netprospective_students p span {
    display: inline;
    margin-top: 0;
}.netprospective_students p:hover {
    transform: translateY(0) scale(1.03);
}.netprospective_students p:hover svg {
    transform: scale(1.2);
}.netprospective_students::after {
    display: none;
}
}



@media (max-width: 767px) {.netdata_insights {
    padding: 60px 0;
}.netdata_insights h2 {
    margin-bottom: 50px;
}.netdata_insights ul::before {
    display: none;
}.netdata_insights .netkey_pros,
    .netdata_insights .netkey_pros:nth-child(odd),
    .netdata_insights .netkey_pros:nth-child(even) {
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
}.netdata_insights .netkey_pros::before,
    .netdata_insights .netkey_pros::after {
    display: none;
}.netdata_insights .netkey_pros p,
    .netdata_insights .netkey_pros:nth-child(even) p {
    margin-bottom: 15px;
    padding: 10px 15px;
}.netdata_insights .netkey_pros span {
    text-align: center;
    margin: 0;
}
}



@media (min-width: 992px) {.netgratArea .netskill_mastery {
    gap: 60px;
    padding: 100px 80px;
}.netgratArea .netskill_mastery:hover {
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 30px 60px rgba(0,0,0,0.07), 
                    0 12px 25px rgba(0,0,0,0.05),
                    0 0 0 1px rgba(0,0,0,0.02);
}.netgratArea .netskill_mastery:hover > div:first-child {
    transform: translateZ(35px);
}.netgratArea .netskill_mastery:hover > div:last-child {
    transform: translateZ(25px);
}.netgratArea h5 {
    font-size: calc(21px * 1.3);
}.netgratArea p {
    line-height: 1.9;
    font-size: calc(17px * 1.1);
}
}


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


@media only screen and (max-width: 800px) {.netcookie_list {
    display: none;
}.netvisitor_privacy {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.netcookie_popup_advisory h5 {
    text-align: center;
}.netcookie_popup_advisory p {
    text-align: center;
}.netsafe_cookies {
    margin-bottom: 20px;
}body .netframework-wrap .netcookie_overview {
    margin-left: 0;
}}



@media (min-width: 992px) {.netour_background {
    padding: 160px 0 140px;
}.netour_background .container {
    padding: 0 50px;
}.netour_background h4 {
    font-size: calc(20px * 1.5);
}.netour_background .nettext_cloud {
    padding: 70px;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}.netour_background .nettext_cloud:hover {
    transform: translateY(-5px);
}.netour_background .nettext_cloud h6 {
    margin-bottom: 30px;
    font-size: calc(19px * 1.6);
}.netour_background .nettext_cloud span {
    column-count: 2;
    font-size: calc(14px * 1.05);
    column-gap: 50px;
    line-height: 1.9;
}
}



@media (hover: hover) {.netour_background .nettext_cloud {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}.netour_background .nettext_cloud:hover {
    box-shadow: 
            0 15px 35px -5px rgba(0, 0, 0, 0.15),
            0 20px 15px -15px rgba(0, 0, 0, 0.07),
            inset 0 1px 1px rgba(255, 255, 255, 0.2),
            inset 0 -1px 1px rgba(0, 0, 0, 0.15);
}}



@media (max-width: 1200px) {.netprogram_offerings .nettext_cloud {
    width: 70%;
}
}



@media (max-width: 992px) {.netprogram_offerings {
    padding: 100px 0;
}.netprogram_offerings .nettext_cloud {
    padding: 30px;
    width: 80%;
}.netprogram_offerings .netphoto_frame {
    height: 350px;
}
}



@media (max-width: 768px) {.netprogram_offerings {
    padding: 80px 0;
}.netprogram_offerings .nettext_cloud {
    margin-top: -50px;
    padding: 25px;
    width: 90%;
}.netprogram_offerings .netphoto_frame {
    transform: perspective(1000px) rotateX(3deg);
    height: 300px;
    width: 100%;
}.netprogram_offerings .netlearn_route::before,
    .netprogram_offerings .netlearn_route::after {
    display: none;
}
}



@media (min-width: 768px) {.netreceive_updates {
    padding: 7rem 3rem;
}.netreceive_updates .netquery_reach {
    padding: 4rem;
    width: 80%;
}.netreceive_updates .input_holder {
    grid-template-columns: 2fr 1fr;
}
}



@media only screen and (max-width: 800px) {.netconfidential_lockup {
    padding: 30px;
    grid-template-columns: 1fr;
}.netconfidential_lockup h1 {
    font-size: calc(22px - 8px);
}.netconfidential_lockup h2 {
    font-size: calc(22px - 6px);
}.netconfidential_lockup h3, .netconfidential_lockup h4, .netconfidential_lockup h5, .netconfidential_lockup h6 {
    font-size: calc(22px - 4px);
}.netconfidential_lockup ul, .netconfidential_lockup ol {
    font-size: calc(17px - 2px);
    padding-left: 15px;
}.netconfidential_lockup section {
    grid-template-columns: 1fr;
}}



@media (max-width: 991px) {.netpricing_structure {
    padding: 5rem 0;
}.netpricing_structure .netdiscount_plan {
    margin-bottom: 1.5rem;
}.netpricing_structure .nettuition_grid {
    padding: 0 1rem;
}
}



@media (max-width: 767px) {.netpricing_structure {
    padding: 4rem 0;
}.netpricing_structure .nettuition_grid h2 {
    font-size: calc(28px * 0.9);
}.netpricing_structure .netcost_table h3 {
    font-size: 23px;
}.netpricing_structure .netcost_table .netgroup_rates {
    font-size: calc(23px * 1.15);
}.netpricing_structure .netphoto_frame {
    height: 160px;
}
}



@media (hover: none) {.netpricing_structure .netdiscount_plan:hover {
    transform: none;
}.netpricing_structure .netdiscount_plan:hover .netphoto_frame {
    transform: none;
}}



@media (max-width: 768px) {.netcourse_benefits {
    padding: 80px 0 120px;
}.netcourse_benefits h2 {
    margin-bottom: 40px;
    font-size: calc(42px * 0.8);
}.netcourse_benefits .netphoto_frame {
    height: 300px;
    margin-bottom: 50px;
}
}



@media (max-width: 1200px) {.netconnect_form .netcontact_inquiry {
    width: 70%;
}.netconnect_form .netfeedback_widget {
    width: 35%;
}
}



@media (max-width: 992px) {.netconnect_form .netphoto_frame {
    display: none;
}.netconnect_form .container {
    flex-direction: column;
    display: flex;
    align-items: center;
}.netconnect_form .netcontact_inquiry {
    max-width: 600px;
    width: 100%;
    flex-direction: column;
}.netconnect_form .netfeedback_widget {
    border-radius: 20px;
    width: 100%;
    transform: none;
    right: auto;
    position: relative;
    max-width: 600px;
    top: auto;
    margin-top: 30px;
}.netconnect_form .netfeedback_widget::before {
    border-radius: 20px;
}
}



@media (max-width: 992px) {.netinstructor_history::before {
    background: linear-gradient(180deg, rgb(141,152,173,0.5), transparent);
    height: 40%;
    top: 0;
    right: 0;
    width: 100%;
}.netinstructor_history .netlearning_feedback {
    align-items: center;
    max-width: 90%;
    flex-direction: column;
}.netinstructor_history .netphoto_frame {
    width: 90%;
    height: 400px;
}.netinstructor_history .netexp_achievements {
    width: 100%;
    padding: 3rem 1rem 1rem;
}.netinstructor_history .netexp_achievements::before {
    display: none;
}.netinstructor_history .netexperience_data {
    max-width: 100%;
}
}



@keyframes gridGlow {
    0% {
        opacity: 0.03;
        filter: blur(3px);
    }
    50% {
        opacity: 0.05;
        filter: blur(5px);
    }
    100% {
        opacity: 0.03;
        filter: blur(3px);
    }
}



@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

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



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



@keyframes borderGrow {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}



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



@keyframes glowPulse {
    0% {
        opacity: 0.3;
        filter: blur(20px);
    }
    100% {
        opacity: 0.7;
        filter: blur(15px);
    }
}



@keyframes widthPulse {
    0% {
        width: 30%;
    }
    100% {
        width: 100%;
    }
}



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

