﻿header,footer {
    width: 100%;
}

header {
    padding: 0;
    margin-top: 0;
    z-index: 100;
    background: rgb(105,115,130);
    position: relative;
    overflow: visible;
}

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

.netsite_start {
    flex: 1 0 auto;
}

.netsite_start {
    background: rgb(178,189,210);
    z-index: 1;
    padding-top: 2rem;
    position: relative;
}



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


footer {
    z-index: 1;
    position: relative;
}

footer {
    background-size: cover !important;
    background-position: center !important;
}

.netintern_opp::before {
    width: 100%;
    content: "";
    left: 0;
    background: rgb(141,152,173);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    position: absolute;
    height: 15px;
    top: 0;
}

.netintern_opp .company_holder {
    flex: 0 0 40%;
    padding: 0 3rem 2rem 0;
    margin-bottom: 2rem;
    position: relative;
}

.netintern_opp .company_holder h3 {
    text-transform: uppercase;
    position: relative;
    margin: 0 0 1.5rem;
    color: #ffffff;
    font-size: 34px;
    transform: skewX(-10deg);
    font-weight: 700;
    padding-bottom: 1rem;
    letter-spacing: 1px;
}

.netintern_opp .netgrant_cta {
    padding: 1.5rem;
    color: #ffffff;
    line-height: 1.6;
    transform: skewX(-5deg);
    background: rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(141,152,173);
    font-size: 13px;
    transform-origin: left top;
}

.netintern_opp .nettop_mainbar {
    padding: 0 1rem 2rem 1rem;
    flex: 0 0 50%;
    position: relative;
}

.netintern_opp .nettop_mainbar h5::before {
    left: 0;
    transform: skewX(5deg);
    top: 0;
    content: "";
    bottom: 0;
    position: absolute;
    background: rgb(141,152,173);
    width: 3px;
}

.netintern_opp .nettop_mainbar .netmain_class a {
    display: block;
    transform: skewX(-5deg);
    background: rgba(255, 255, 255, 0.05);
    font-size: 13px;
    overflow: hidden;
    text-decoration: none;
    padding: 0.7rem 1rem;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
}

.netintern_opp .nettop_mainbar .netmain_class a:hover {
    color: #ffffff;
    padding-left: 1.5rem;
    transform: skewX(-5deg) translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.netaward_show .container {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    display: flex;
}

.netexperience_trial {
    position: relative;
    background: linear-gradient(180deg, rgb(141,152,173) 0%, rgb(105,115,130) 100%);
    overflow: hidden;
    padding: 120px 0;
    z-index: 1;
}

.netexperience_trial::after {
    z-index: -1;
    content: '';
    top: 0;
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    position: absolute;
    height: 100%;
    background-size: 100% 30px, 30px 100%;
    left: 0;
    opacity: 0.05;
    width: 100%;
    animation: gridGlow 8s ease-in-out infinite alternate;
}

.netexperience_trial .netskill_mastery::before {
    top: 0;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 45%, #ffffff 50%, transparent 55%),
        linear-gradient(45deg, transparent 45%, #ffffff 50%, transparent 55%);
    z-index: -1;
    opacity: 0.05;
    animation: patternShift 15s linear infinite;
    width: 100%;
    content: '';
    background-size: 30px 30px;
    height: 100%;
}

.netexperience_trial h3 {
    letter-spacing: 3px;
    text-align: center;
    position: relative;
    font-size: 33px;
    margin-bottom: 60px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.netexperience_trial h3::after {
    height: 1px;
    transform: translateX(-50%);
    bottom: -20px;
    left: 50%;
    width: 100px;
    position: absolute;
    content: '';
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.5), 
        transparent);
}

.netexperience_trial .netwrite_form {
    display: inline-block;
    font-family: Arial, sans-serif;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    z-index: 1;
    border-radius: 10px;
    transition: all 0.4s ease;
    padding: 16px 45px;
    color: rgb(141,152,173);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    position: relative;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
}

.netexperience_trial .netwrite_form::after {
    left: -100px;
    z-index: 1;
    transition: all 0.6s ease;
    height: 200%;
    top: -50%;
    transform: rotate(35deg);
    content: '';
    width: 20px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    position: absolute;
}

.netexperience_trial .netwrite_form:hover::after {
    left: 200%;
}

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

.nettitle_portal h1 {
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    color: #000000;
    margin-bottom: 3rem;
    transform: translateY(0);
    position: relative;
    z-index: 3;
    transition: transform 0.7s ease-out, opacity 0.7s ease-out;
    opacity: 1;
}

.nettitle_portal .netskill_mastery {
    grid-template-columns: 1fr;
    display: grid;
    z-index: 3;
    gap: 2rem;
    position: relative;
}

.nettitle_portal ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nettitle_portal .netlearn_expressfast:hover {
    transform: translateX(5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.nettitle_portal .netlearn_expressfast svg {
    width: 80px;
    transition: transform 0.5s ease;
    transform: rotate(0);
    margin-bottom: 1.5rem;
    height: 80px;
}

.nettitle_portal .netlearn_expressfast:hover svg {
    transform: rotate(5deg);
}

.nettitle_portal .netlearn_expressfast:hover svg path {
    fill: rgb(105,115,130);
}

.nettitle_portal .netconnect_message {
    transform: translateY(0);
    font-weight: 600;
    padding: 1rem 2rem;
    color: #ffffff;
    display: inline-block;
    z-index: 1;
    text-align: center;
    background: linear-gradient(135deg, rgb(141,152,173) 0%, rgb(105,115,130) 100%);
    position: relative;
    overflow: hidden;
    font-size: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    border: none;
    box-shadow: 0 4px 12px rgba(94, 170, 168, 0.2);
    margin-top: 1rem;
    letter-spacing: 0.5px;
}

.nettitle_portal .netphoto_frame {
    transform: translateY(0);
    border-radius: 0;
    overflow: hidden;
    opacity: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 300px;
    transition: transform 0.7s ease-out, opacity 0.7s ease-out;
}

.nettitle_portal .netlearn_expressfast:hover svg text {
    fill: rgb(105,115,130);
}

header::after {
    content: '';
    z-index: 0;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(to right, transparent 0%, rgb(105,115,130,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(105,115,130,0.5) 50%, transparent 100%);
}

header .nettop_study {
    overflow: hidden;
    z-index: 2;
    border-left: 3px solid rgb(141,152,173);
    flex: 0 0 auto;
    margin-right: 2rem;
    padding: 0.5rem 0.7rem;
    position: relative;
    transition: all 0.3s ease;
}

header .nettop_study:hover {
    transform: translateX(5px);
    box-shadow: 5px 0 15px -5px rgb(141,152,173);
}

header .nettop_study:hover::before {
    transform: scaleX(1);
    opacity: 1;
}

header .netnav_know {
    transition: all 0.3s ease;
    display: block;
    position: relative;
}

header .netnav_know:hover::after {
    opacity: 1;
}

header .netnav_know img {
    max-height: 40px;
    filter: brightness(1.1);
}

header .nettop_mainbar {
    margin: 0;
    display: flex;
    padding: 0;
    z-index: 2;
    list-style: none;
    position: relative;
}

header .netpage_head {
    position: relative;
    margin: 0 1px;
}

header .netpage_head a {
    letter-spacing: 1px;
    height: 45px;
    align-items: center;
    border-left: 1px solid transparent;
    z-index: 1;
    font-weight: 600;
    display: flex;
    border-right: 1px solid transparent;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    justify-content: center;
    text-decoration: none;
    padding: 0 1.2rem;
    font-size: 14px;
    transition: all 0.3s ease;
}

header .netpage_head a:hover::before {
    transform: translateX(0);
}

header .netpage_head a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

header .netpage_head::before {
    background: rgb(141,152,173);
    content: '';
    width: 5px;
    height: 5px;
    left: -10px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease;
}

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

.netprospective_students {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(178,189,210) 0%, #ffffff 100%);
    position: relative;
}

.netprospective_students::before {
    content: "";
    z-index: 1;
    position: absolute;
    background-image: radial-gradient(rgb(141,152,173,0.5) 20%, transparent 20%);
    height: 60%;
    width: 60%;
    background-position: 0 0;
    opacity: 0.3;
    right: 0;
    background-size: 20px 20px;
    bottom: 0;
}

.netprospective_students h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.netprospective_students h4::after {
    width: 100px;
    left: 50%;
    bottom: -15px;
    position: absolute;
    content: "";
    border-radius: 5px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(141,152,173), rgb(105,115,130));
    height: 5px;
}

.netprospective_students p:nth-child(even) {
    transform: translateY(100px);
}

.netprospective_students p::before {
    transition: opacity 0.3s ease;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, #ffffff, rgb(178,189,210));
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    content: "";
    opacity: 0;
}

.netprospective_students p:hover::before {
    opacity: 1;
}

.netprospective_students p svg path {
    fill: rgb(141,152,173);
    transition: fill 0.3s ease;
}

.netprospective_students p span {
    width: 100%;
    display: block;
    margin-top: 50px;
}

.netprospective_students p:hover svg path {
    fill: rgb(105,115,130);
}



.netprospective_students .netskill_mastery > div p {
    animation: fadeScale 0.5s ease forwards;
    opacity: 0;
}

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

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

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

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

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

.netdata_insights::after {
    opacity: 0.2;
    background: radial-gradient(ellipse at center, rgb(105,115,130,0.5) 0%, transparent 70%);
    top: -50%;
    content: "";
    width: 100%;
    z-index: 0;
    right: -50%;
    position: absolute;
    height: 100%;
    transform: rotate(45deg);
}

.netdata_insights h2 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 29px;
    text-align: center;
    transform: translateX(-50%);
    margin-bottom: 80px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    background: #ffffff;
    padding: 15px 30px;
    border-radius: 11px;
    left: 50%;
    color: #000000;
}

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

.netdata_insights .netkey_pros:nth-child(even) {
    justify-content: flex-end;
    padding-left: calc(50% + 20px);
}

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

.netdata_insights .netkey_pros:nth-child(even)::before {
    left: calc(50% + 8px);
}

.netdata_insights .netkey_pros::after {
    content: "";
    box-shadow: 0 0 0 5px rgb(178,189,210), 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 0;
    position: absolute;
    background: #ffffff;
    left: 50%;
    top: 50%;
    height: 16px;
    border-radius: 50%;
    border: 3px solid rgb(141,152,173);
    transform: translate(-50%, -50%);
    width: 16px;
}

.netdata_insights .netkey_pros p {
    z-index: 2;
    font-size: calc(38px * 1.2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    min-width: 120px;
    border-radius: 10px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    text-align: center;
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, 0.03);
    margin: 0;
    padding: 10px 20px;
}

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

.netdata_insights .netkey_pros:hover {
    transform: translateY(-5px);
}

.netgratArea {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(178,189,210) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}

.netgratArea::before {
    z-index: 0;
    position: absolute;
    background-image: radial-gradient(circle at 20% 30%, rgb(141,152,173,0.5) 0%, transparent 40%),
                      radial-gradient(circle at 80% 70%, rgb(105,115,130,0.5) 0%, transparent 40%);
    content: "";
    opacity: 0.07;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

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

.netgratArea .netskill_mastery::before {
    background: linear-gradient(to bottom, rgb(141,152,173), rgb(105,115,130));
    height: 0%;
    animation: borderGrow 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    animation-delay: 0.5s;
    width: 3px;
}

.netgratArea .netskill_mastery::after {
    background: linear-gradient(135deg, rgb(141,152,173) 0%, rgb(105,115,130) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    right: -10px;
    width: 80px;
    transform: rotate(5deg);
    opacity: 0.1;
    height: 80px;
    content: "";
    position: absolute;
    z-index: -1;
    top: -10px;
}

.netgratArea .netskill_mastery > div:last-child {
    transition: transform 0.5s ease;
    position: relative;
    transform: translateZ(10px);
}

.netgratArea h5 {
    opacity: 0;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    position: relative;
    transform: translateY(20px);
    font-size: 21px;
    display: inline-block;
}

.netgratArea a {
    display: block;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
}

.netgratArea a:hover {
    transform: translateY(-5px);
}

.netgratArea a:hover p {
    background: rgba(245, 245, 250, 0.9);
    border-left: 3px solid rgb(141,152,173);
}

.netgratArea p::before {
    content: "";
    font-size: 60px;
    color: rgb(141,152,173,0.5);
    top: 10px;
    left: 10px;
    opacity: 0.2;
    line-height: 1;
    font-family: serif;
    position: absolute;
}

.netgratArea p::after {
    content: "";
    color: rgb(105,115,130,0.5);
    opacity: 0.2;
    font-size: 60px;
    bottom: -20px;
    right: 10px;
    position: absolute;
    font-family: serif;
    line-height: 1;
}

.netvisitor_privacy {
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
    align-items: center;
}

.netcookie_list {
    margin-right: 10px;
    flex-shrink: 0;
}

.netcookie_overview {
    min-width: 120px;
    margin-left: 10px;
    flex-shrink: 0;
    white-space: nowrap;
    color: rgb(141,152,173);
    text-decoration: none;
    line-height: 35px;
    border-bottom: 2px solid rgb(141,152,173);
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}


.netframework-wrap .netvisitor_privacy {
    justify-content: flex-end;
}

.netframework-wrap .netsafe_cookies {
    text-align: right;
}

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

.netour_background::after {
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    content: "";
    background: 
        radial-gradient(circle at 15% 25%, rgb(141,152,173,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 75%, rgb(105,115,130,0.5) 0%, transparent 40%);
    width: 100%;
    height: 100%;
    left: 0;
}

.netour_background h4::before {
    background: linear-gradient(90deg, rgb(141,152,173), rgb(105,115,130));
    bottom: -12px;
    box-shadow: 0 0 15px rgba(rgb(141,152,173), 0.2);
    transform: translateX(-50%);
    left: 50%;
    border-radius: 1px;
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
}

.netour_background .nettext_cloud {
    opacity: 1;
    transform: translateY(0);
    border-radius: 4px;
    backdrop-filter: blur(12px);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 40px;
    box-shadow: 
        0 10px 25px -5px rgba(0, 0, 0, 0.1),
        0 15px 10px -10px rgba(0, 0, 0, 0.04),
        inset 0 1px 1px rgba(255, 255, 255, 0.15),
        inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.08);
}

.netour_background .nettext_cloud:hover h6::after {
    transform: scaleX(1.5);
}

.netour_background .nettext_cloud div {
    position: relative;
}

.netour_background .nettext_cloud span {
    letter-spacing: 0.3px;
    display: block;
    column-count: 1;
    font-weight: 400;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    column-gap: 30px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

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

.netprogram_offerings .netlearn_route {
    display: flex;
    position: relative;
    flex-direction: column;
}

.netprogram_offerings .nettext_cloud {
    background: #ffffff;
    border-radius: 27px;
    order: 2;
    width: 80%;
    padding: 40px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    margin: -80px auto 0;
    z-index: 3;
}

.netprogram_offerings .nettext_cloud .description {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.75;
    color: #000000;
}

.netprogram_offerings .nettext_cloud .description:last-of-type {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
}

.netprogram_offerings .netphoto_frame::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 70%);
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}

.netprogram_offerings .netphoto_frame::after {
    position: absolute;
    z-index: 1;
    height: 30%;
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    width: 100%;
    left: 0;
    bottom: 0;
}

.netprogram_offerings .netlearn_route::after {
    z-index: 1;
    background: rgb(105,115,130,0.5);
    border-radius: 10px;
    animation: float 6s ease-in-out infinite;
    bottom: 50px;
    width: 40px;
    right: 15%;
    position: absolute;
    height: 40px;
    content: '';
}

.netreceive_updates::before {
    left: 0;
    animation: scanLine 4s infinite linear;
    height: 1px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(141,152,173), transparent);
    box-shadow: 0 0 15px 2px rgb(141,152,173);
    right: 0;
    top: 0;
}

.netreceive_updates .netskill_mastery {
    max-width: 1200px;
    perspective: 1000px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.netreceive_updates .netquery_reach:hover {
    transform: rotateY(0deg);
}

.netreceive_updates .netquery_reach::before,
.netreceive_updates .netquery_reach::after {
    z-index: -1;
    inset: 0;
    content: "";
    position: absolute;
    border-radius: 16px;
}

.netreceive_updates .netquery_reach::before {
    background: linear-gradient(45deg, rgb(141,152,173), transparent 60%);
    animation: glowPulse 3s infinite alternate;
    filter: blur(20px);
    opacity: 0.5;
}

.netreceive_updates h3 {
    display: inline-block;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(141,152,173), 0 0 20px rgb(141,152,173,0.5);
    font-weight: 700;
    font-size: 38px;
    position: relative;
    margin-bottom: 2.5rem;
}

.netreceive_updates .input_holder {
    width: 100%;
    display: grid;
    gap: 1.5rem;
}

.netreceive_updates input[type="email"] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgb(105,115,130,0.5);
    width: 100%;
    backdrop-filter: blur(5px);
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    border-radius: 10px;
    font-size: 14px;
}

.netreceive_updates .netsignup_block::before {
    transition: opacity 0.3s ease;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgb(141,152,173), rgb(105,115,130));
    z-index: -1;
    opacity: 0;
}

.netreceive_updates .netsignup_block:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgb(141,152,173);
}

.netconfidential_lockup {
    grid-gap: 30px;
    height: auto;
    grid-template-columns: 1fr;
    color: rgb(255, 255, 255, 0.5);
    padding: 60px;
    width: 100%;
    display: grid;
    background: linear-gradient(135deg, rgb(105,115,130) 25%, rgb(141,152,173) 75%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.netconfidential_lockup h2 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-align: left;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 20px;
    padding: 10px;
    margin-top: 0;
    padding-bottom: 5px;
    background: rgb(105,115,130);
    font-size: 38px;
    border-radius: 10px;
}

.netconfidential_lockup ul, .netconfidential_lockup ol {
    padding-left: 20px;
    margin: 15px 0;
    padding: 10px;
    font-size: 17px;
    color: #ffffff;
    list-style-position: inside;
    border-radius: 10px;
    list-style: none;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}

.netconfidential_lockup section {
    padding: 20px;
    color: #000000;
    background: rgb(178,189,210);
    grid-template-columns: 1fr 1fr;
    border-radius: 10px;
    grid-gap: 20px;
    display: grid;
}

.netpricing_structure {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(178,189,210) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}

.netpricing_structure::after {
    position: absolute;
    width: 35%;
    transform: rotate(10deg);
    opacity: 0.08;
    height: 50%;
    border-radius: 10px;
    left: -3%;
    bottom: -5%;
    background: linear-gradient(45deg, rgb(105,115,130,0.5) 30%, rgb(141,152,173,0.5) 70%);
    z-index: 0;
    content: "";
}

.netpricing_structure .nettuition_grid {
    text-align: center;
    order: 1;
    position: relative;
    margin-bottom: 3.5rem;
}

.netpricing_structure .nettuition_grid h2::after {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -0.75rem;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(141,152,173), transparent);
    height: 3px;
    width: 70%;
}

.netpricing_structure .netdiscount_plan {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    overflow: hidden;
    position: relative;
    height: 100%;
    color: #000000;
    display: block;
}

.netpricing_structure .netdiscount_plan:hover::before {
    transform: translateY(0);
}

.netpricing_structure .netstudy_costs {
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    display: flex;
}

.netpricing_structure .netcost_table {
    padding: 2rem 1.75rem;
    display: flex;
    position: relative;
    flex-direction: column;
    flex: 1;
}

.netpricing_structure .netcost_table .netgroup_rates {
    margin-bottom: 1.5rem;
    font-size: calc(23px * 1.3);
    font-weight: 700;
    color: rgb(141,152,173);
    position: relative;
}

.netpricing_structure .netcost_table p {
    margin-bottom: 1.5rem;
    line-height: 1.65;
    color: #000000;
    word-break: break-word;
    flex-grow: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 18px;
}

.netpricing_structure .netdiscount_plan:hover .netphoto_frame {
    transform: scale(1.05);
}

.netpricing_structure .netdiscount_plan:nth-child(odd) .netcost_table::before {
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0.1;
    background: rgb(141,152,173,0.5);
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 1rem;
    right: 1rem;
    z-index: -1;
}

.netcourse_benefits {
    background: rgb(141,152,173);
    position: relative;
    padding: 120px 0 160px;
    overflow: hidden;
}

.netcourse_benefits::after {
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, #000000, transparent);
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.netcourse_benefits .netskill_mastery {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    flex-direction: column;
}

.netcourse_benefits h2 {
    position: relative;
    padding-bottom: 25px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
}

.netcourse_benefits h2::before {
    transform: translateX(-50%);
    height: 1px;
    background: #ffffff;
    width: 80px;
    content: '';
    left: 50%;
    position: absolute;
    opacity: 0.3;
    bottom: -5px;
}

.netcourse_benefits .netphoto_frame {
    width: 100%;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    height: 400px;
    overflow: hidden;
    border-radius: 26px;
    margin-bottom: 80px;
    position: relative;
    transform: perspective(1000px) rotateX(5deg);
}

.netcourse_benefits .netphoto_frame::after {
    height: 40%;
    position: absolute;
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.netcourse_benefits .text_main_holder::after {
    height: 20px;
    width: 20px;
    content: '';
    transform: translateX(-50%) rotate(45deg);
    border: 2px solid rgb(105,115,130);
    top: -80px;
    position: absolute;
    left: 50%;
    opacity: 0.8;
}

.netcourse_benefits .text_main_holder > div:nth-child(1) {
    --i: 1;
}

.netcourse_benefits .text_main_holder > div:nth-child(2) {
    --i: 2;
}

.netcourse_benefits .text_main_holder > div:nth-child(3) {
    --i: 3;
}

.netcourse_benefits .text_main_holder > div:nth-child(4) {
    --i: 4;
}

.netcourse_benefits .text_main_holder > div:nth-child(5) {
    --i: 5;
}

.netcourse_benefits .text_main_holder > div:nth-child(6) {
    --i: 6;
}

.netcourse_benefits .text_main_holder > div::before {
    left: -2px;
    border-radius: calc(10px + 1px);
    opacity: 0;
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -2px;
    right: -2px;
    top: -2px;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(141,152,173,0.5) 0%, transparent 20%, transparent 80%, rgb(105,115,130,0.5) 100%);
}

.netcourse_benefits .text_main_holder > div:hover svg {
    transform: scale(1.1);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3),
                0 0 20px rgb(141,152,173);
}

.netcourse_benefits .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(105,115,130);
}

.netcourse_benefits .text_main_holder p {
    font-size: 17px;
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
    position: relative;
}

.netconnect_form::before {
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(141,152,173,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(105,115,130,0.5) 0%, transparent 60%);
}

.netconnect_form .netphoto_frame::after {
    content: '';
    border-radius: 100px 0 0 100px;
    background: linear-gradient(to right, rgb(141,152,173,0.5), transparent 70%);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.netconnect_form h3 {
    margin-bottom: 50px;
    font-size: 38px;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: center;
    position: relative;
    font-weight: 700;
}

.netconnect_form .netcontact_inquiry::before {
    background: rgb(141,152,173,0.5);
    opacity: 0.05;
    border-radius: 50%;
    left: -100px;
    width: 200px;
    height: 200px;
    position: absolute;
    content: '';
    top: -100px;
}

.netconnect_form .nethelp_panel {
    position: relative;
    padding: 50px;
    width: 60%;
}

.netconnect_form form h3::before,
.netconnect_form form h3::after {
    display: none;
}

.netconnect_form input[type="text"],
.netconnect_form textarea {
    font-size: 14px;
    border-radius: 30px;
    padding: 15px 25px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    width: 100%;
    background: rgba(245, 245, 245, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    color: #000000;
}

.netconnect_form .netinquiry_reach input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.netconnect_form .netinquiry_reach label::before {
    top: 2px;
    border: 2px solid rgb(141,152,173,0.5);
    background: #ffffff;
    border-radius: 50%;
    left: 0;
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    content: '';
    position: absolute;
}

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

.netconnect_form .netconnect_message::before {
    position: absolute;
    transition: all 0.5s ease;
    top: 0;
    z-index: -1;
    border-radius: 50px;
    height: 100%;
    width: 100%;
    background: rgb(105,115,130);
    content: '';
    left: 0;
    transform: translateY(100%);
}

.netconnect_form .netconnect_message:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(141,152,173,0.5);
}

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

.netconnect_form .netfeedback_widget h4 {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
}

.netconnect_form .netquery_query {
    padding: 0;
    margin: 0;
    list-style: none;
}

.netconnect_form .netquery_query li:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.netconnect_form .netquery_query svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    margin-top: 3px;
    margin-right: 15px;
    flex-shrink: 0;
}

.netconnect_form .netquery_query span {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
}

.netinstructor_history {
    padding: 6rem 2rem;
    overflow: hidden;
    background-color: rgb(178,189,210);
    position: relative;
}

.netinstructor_history .netlearning_feedback {
    background: transparent;
    z-index: 2;
    display: flex;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    border-radius: 0;
    box-shadow: none;
}

.netinstructor_history .netexp_achievements {
    position: relative;
    display: flex;
    width: 55%;
    padding: 3rem 0 3rem 4rem;
    flex-direction: column;
    justify-content: center;
}

.netinstructor_history .name {
    font-weight: 700;
    font-size: calc(42px * 1.2);
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.netinstructor_history .netexp_achievements > div:nth-child(2) {
    background-color: rgb(105,115,130);
    font-weight: 600;
    letter-spacing: 1px;
    transform: translateX(-10px);
    padding: 0.5rem 1.5rem;
    border-radius: 10px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 2.5rem;
    color: #ffffff;
}

.netinstructor_history .netlearning_feedback:hover .netphoto_frame {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(105,115,130);
}


@media (max-width: 768px) {::-webkit-scrollbar {
    width: 5px;
}::-webkit-scrollbar-thumb {
    background: #ffffff;
}}


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


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



@media (max-width: 1200px) {.netintern_opp .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.netintern_opp .netpartner_logo {
    flex: 0 0 65%;
}
}



@media (max-width: 992px) {.netintern_opp {
    padding: 4rem 0 2rem;
}.netintern_opp .container {
    flex-direction: column;
}.netintern_opp .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 3rem;
}.netintern_opp .company_holder::after {
    display: none;
}.netintern_opp .netpartner_logo {
    flex: 0 0 100%;
}.netintern_opp .nettop_mainbar {
    padding-bottom: 1.5rem;
}
}



@media (max-width: 576px) {.netintern_opp {
    padding: 3rem 0 1rem;
}.netintern_opp::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.netintern_opp .nettop_mainbar {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.netintern_opp .company_holder {
    margin-bottom: 2rem;
}.netintern_opp .nettop_mainbar .netmain_class a {
    padding: 0.6rem 0.8rem;
}.netintern_opp .nettop_mainbar .netmain_class a:hover {
    padding-left: 1.2rem;
}.netaward_show {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}



@media screen and (max-width: 992px) {.netexperience_trial {
    padding: 100px 0;
}.netexperience_trial .netskill_mastery {
    max-width: 90%;
    padding: 40px;
}.netexperience_trial h3 {
    margin-bottom: 50px;
    font-size: calc(33px * 0.9);
}.netexperience_trial h3::before {
    width: 50px;
    height: 50px;
    top: -70px;
}.netexperience_trial h3::after {
    width: 80px;
}.netexperience_trial .netwrite_form {
    padding: 14px 40px;
    font-size: calc(19px * 0.95);
}
}



@media screen and (max-width: 576px) {.netexperience_trial {
    padding: 60px 0;
}.netexperience_trial .netskill_mastery {
    padding: 25px 20px;
}.netexperience_trial h3 {
    letter-spacing: 1.5px;
    margin-bottom: 40px;
    font-size: calc(33px * 0.7);
}.netexperience_trial h3::before {
    top: -50px;
    width: 30px;
    height: 30px;
}.netexperience_trial h3::after {
    bottom: -12px;
    width: 60px;
}.netexperience_trial .netwrite_form {
    font-size: calc(19px * 0.85);
    letter-spacing: 1px;
    padding: 10px 30px;
}}



@media (min-width: 992px) {.nettitle_portal {
    padding: 8rem 0;
}.nettitle_portal .netskill_mastery {
    grid-template-columns: 6fr 5fr;
    gap: 4rem;
}.nettitle_portal h1 {
    font-size: calc(34px * 1.2);
}.nettitle_portal .nettext_cloud {
    padding: 3rem;
}.nettitle_portal .netlearn_expressfast p {
    font-size: calc(17px * 1.1);
}.nettitle_portal .netphoto_frame {
    height: 500px;
    transition: transform 0.7s ease;
    transform: perspective(1000px) rotateY(-5deg);
}.nettitle_portal .netphoto_frame:hover {
    transform: perspective(1000px) rotateY(0);
}
}



@media (min-width: 1400px) {header .netmain_header {
    margin: 0 auto;
    max-width: 1320px;
}header .netpage_head {
    margin: 0 2px;
}header .netpage_head a {
    padding: 0 1.5rem;
}
}



@media (max-width: 991px) {header .netmain_header {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nettop_study {
    margin-bottom: 0;
    margin-right: 0;
}header .nettop_mainbar {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .nettop_mainbar::before {
    display: none;
}header .netpage_head a {
    height: 40px;
    padding: 0 1rem;
    font-size: calc(14px - 1px);
}header .netpage_head::before {
    display: none;
}header .netmain_header::before,
    header .netmain_header::after {
    display: none;
}
}



@media (max-width: 479px) {header .netmain_header {
    padding: 0.7rem 1.2rem;
}header .nettop_study {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .netpage_head a {
    padding: 0 0.6rem;
    height: 32px;
    font-size: calc(14px - 3px);
}}



@media (max-width: 991px) {.netprospective_students {
    padding: 80px 0;
}.netprospective_students h4 {
    margin-bottom: 70px;
    font-size: calc(40px * 0.85);
}.netprospective_students div > div {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 100px 20px;
}.netprospective_students p {
    padding: 35px 25px;
    height: 180px;
}.netprospective_students p:nth-child(3n+2) {
    transform: translateY(0);
}.netprospective_students p:nth-child(even) {
    transform: translateY(90px);
}.netprospective_students p svg {
    top: 25px;
}.netprospective_students p span {
    margin-top: 45px;
}.netprospective_students::after {
    width: 150px;
    height: 150px;
}
}



@media (max-width: 576px) {.netprospective_students {
    padding: 60px 0;
}.netprospective_students h4 {
    margin-bottom: 40px;
    font-size: calc(40px * 0.6);
}.netprospective_students h4::after {
    height: 4px;
    width: 60px;
    bottom: -10px;
}.netprospective_students p {
    font-size: calc(17px * 0.9);
    padding: 15px;
}.netprospective_students p svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}}



@media (max-width: 991px) {.netdata_insights {
    padding: 80px 0;
}.netdata_insights h2 {
    margin-bottom: 60px;
}.netdata_insights .netkey_pros {
    margin-bottom: 30px;
}.netdata_insights .netkey_pros p {
    font-size: 29px;
    min-width: 100px;
}.netdata_insights .netkey_pros:nth-child(odd) {
    padding-right: calc(50% + 15px);
}.netdata_insights .netkey_pros:nth-child(even) {
    padding-left: calc(50% + 15px);
}
}



@media (min-width: 992px) {.netdata_insights .netkey_pros:last-child {
    margin-bottom: 0;
}
}



@media (prefers-reduced-motion: reduce) {.netdata_insights .netkey_pros,
    .netdata_insights .netkey_pros:hover {
    transform: none;
    transition: none;
}}



@media (min-width: 768px) {.netgratArea {
    padding: 150px 0;
}.netgratArea .netskill_mastery {
    grid-template-columns: 1fr 1fr;
    padding: 80px 60px;
}.netgratArea .netskill_mastery > div:first-child {
    display: flex;
    align-items: center;
}.netgratArea h5 {
    font-size: calc(21px * 1.2);
    margin-bottom: 0;
}.netgratArea p {
    font-size: calc(17px * 1.05);
}
}



@media (max-width: 767px) {.netgratArea {
    padding: 80px 0;
}.netgratArea .netskill_mastery {
    padding: 40px 30px;
}.netgratArea h5 {
    font-size: calc(21px * 0.9);
}.netgratArea p {
    padding: 20px 25px;
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 480px) {.netgratArea {
    padding: 60px 0;
}.netgratArea .netskill_mastery {
    padding: 30px 20px;
}.netgratArea h5 {
    font-size: calc(21px * 0.85);
}.netgratArea p {
    padding: 15px 20px;
    font-size: calc(17px * 0.9);
}}


@media only screen and (max-width: 800px)  {.netframework-wrap .netcookie_overview {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (min-width: 768px) {.netour_background {
    padding: 140px 0 120px;
}.netour_background h4 {
    margin-bottom: 60px;
    font-size: calc(20px * 1.4);
}.netour_background h4::before {
    width: 80px;
}.netour_background .nettext_cloud {
    padding: 60px;
    border-radius: 4px;
}.netour_background .nettext_cloud span {
    column-count: 2;
}
}



@media (min-width: 1200px) {.netour_background {
    padding: 180px 0 160px;
}.netour_background .container {
    max-width: 1400px;
}.netour_background .nettext_cloud {
    padding: 80px;
}.netour_background .nettext_cloud span {
    column-gap: 60px;
    column-count: 2;
}
}



@media (max-width: 767px) {.netour_background {
    padding: 80px 0 60px;
}.netour_background h4 {
    margin-bottom: 30px;
    font-size: 20px;
}.netour_background .nettext_cloud {
    padding: 30px;
}.netour_background .nettext_cloud h6 {
    font-size: 19px;
    margin-bottom: 20px;
}.netour_background .nettext_cloud span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}



@media (min-width: 992px) {.netprogram_offerings .nettext_cloud::before {
    position: absolute;
    transform: translateY(130px) rotate(90deg);
    left: -160px;
    width: 200px;
    height: 3px;
    background: linear-gradient(to right, transparent, rgb(141,152,173,0.5), transparent);
    top: 0;
    z-index: 1;
    content: '';
}.netprogram_offerings .nettext_cloud::after {
    height: 3px;
    top: 0;
    right: -160px;
    transform: translateY(130px) rotate(90deg);
    content: '';
    width: 200px;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(105,115,130,0.5), transparent);
    z-index: 1;
}
}



@media (max-width: 576px) {.netprogram_offerings {
    padding: 60px 0;
}.netprogram_offerings .nettext_cloud {
    width: 100%;
    padding: 20px;
    margin-top: -30px;
}.netprogram_offerings .netphoto_frame {
    height: 250px;
    transform: none;
}.netprogram_offerings .nettext_cloud h2 {
    font-size: calc(36px * 0.85);
}.netprogram_offerings .nettext_cloud .description {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 767px) {.netreceive_updates {
    padding: 4rem 1.5rem;
}.netreceive_updates h3 {
    font-size: 22px;
}.netreceive_updates .netquery_reach {
    padding: 2rem;
    width: 100%;
    transform: rotateY(0deg);
}.netreceive_updates .input_holder {
    grid-template-columns: 1fr;
}.netreceive_updates .netsignup_block {
    width: 100%;
}}



@media (min-width: 992px) {.netpricing_structure .netpayment_scheme {
    flex-direction: row;
}.netpricing_structure .nettuition_grid {
    flex-direction: column;
    flex: 0 0 30%;
    text-align: left;
    order: 2;
    margin-bottom: 0;
    padding-left: 3rem;
    justify-content: center;
    display: flex;
}.netpricing_structure .nettuition_grid h2 {
    text-align: left;
    margin-bottom: 2rem;
}.netpricing_structure .nettuition_grid h2::after {
    left: 0;
    width: 40%;
    transform: none;
}.netpricing_structure .netprice_panel {
    margin: 0;
    text-align: left;
}.netpricing_structure .netedu_deals {
    order: 1;
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 575px) {.netpricing_structure {
    padding: 3rem 0;
}.netpricing_structure .container {
    padding: 0 1.5rem;
}.netpricing_structure .netedu_deals {
    gap: 1.5rem;
}.netpricing_structure .netcost_table {
    padding: 1.5rem;
}.netpricing_structure .netphoto_frame {
    height: 140px;
}
}



@media (max-width: 992px) {.netcourse_benefits .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}.netcourse_benefits .netphoto_frame {
    height: 350px;
    margin-bottom: 60px;
}
}



@media (max-width: 576px) {.netcourse_benefits {
    padding: 60px 0 100px;
}.netcourse_benefits .text_main_holder {
    gap: 25px;
    grid-template-columns: 1fr;
}.netcourse_benefits .netphoto_frame {
    height: 250px;
    margin-bottom: 40px;
}.netcourse_benefits h2 {
    padding-bottom: 20px;
    font-size: 36px;
}.netcourse_benefits .text_main_holder svg {
    height: 45px;
    padding: 8px;
    width: 45px;
}}



@media (max-width: 768px) {.netconnect_form {
    padding: 70px 0;
}.netconnect_form h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.netconnect_form .nethelp_panel,
    .netconnect_form .netfeedback_widget {
    padding: 30px;
}
}



@media (max-width: 576px) {.netconnect_form {
    padding: 50px 0;
}.netconnect_form h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.netconnect_form .nethelp_panel,
    .netconnect_form .netfeedback_widget {
    padding: 25px 20px;
}.netconnect_form input[type="text"],
    .netconnect_form textarea {
    padding: 12px 20px;
    margin-bottom: 15px;
}.netconnect_form .netconnect_message {
    width: 100%;
    padding: 12px;
}}



@media (max-width: 576px) {.netinstructor_history {
    padding: 4rem 1rem;
}.netinstructor_history .netphoto_frame {
    height: 320px;
}.netinstructor_history .name {
    font-size: 32px;
}.netinstructor_history .netexp_achievements > div:nth-child(2) {
    font-size: 16px;
}.netinstructor_history .netexperience_data {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}



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



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



@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



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



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



@keyframes scanLine {
    0% {
        transform: translateY(-100vh);
    }
    100% {
        transform: translateY(100vh);
    }
}



@keyframes borderFlash {
    0%, 90% {
        border-color: rgb(141,152,173);
        box-shadow: 0 0 20px rgb(141,152,173,0.5);
    }
    91%, 100% {
        border-color: rgb(105,115,130);
        box-shadow: 0 0 25px rgb(105,115,130);
    }
}



@keyframes floatUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

