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

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

.net-core-container {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}

.net-panelTrackingNotice h5 {
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    transition: color 0.3s ease-in-out;
    margin-bottom: 6px;
}

.net-panelTrackingNotice p {
    font-size: 18px;
    max-width: 500px;
    color: #ffffff;
}

.net-cookie-menu:hover svg {
    transform: rotate(10deg);
}

.cookie_button.net-learn-agree {
    background: rgb(185,208,177);
}

.cookie_button.net-cookie-overlay {
    background: rgb(150,173,136);
}

.net-panelTrackingNotice p a {
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    text-decoration: none;
    color: rgb(185,208,177);
}

.net-core-container .net-user-alert {
    border-radius: 10px;
    background: rgb(185,208,177);
    padding: 10px;
    font-size: 17px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border: none;
    font-weight: 400;
    margin-left: 30px;
    color: #ffffff;
}

.net-subscribe-to-newsletter .net-mentor-network {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin: 0 auto;
}

.net-subscribe-to-newsletter h3 {
    padding: 1.5rem 2rem;
    background: #ffffff;
    font-weight: 700;
    color: #000000;
    transform: translateY(0) translateZ(30px);
    border-radius: 29px 29px 0 0;
    width: 80%;
    align-self: center;
    margin-bottom: 2rem;
    z-index: 3;
    box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 33px;
    position: relative;
}

.net-subscribe-to-newsletter input[type="email"]:focus {
    transform: scale(1.02);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(185,208,177,0.5);
    outline: none;
}

.net-subscribe-to-newsletter .net-email-input-box::before {
    background: linear-gradient(to right, rgb(185,208,177), rgb(150,173,136));
    z-index: -1;
    position: absolute;
    content: "";
    border-radius: 10px;
    top: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
}

.net-training-structure::before {
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(185,208,177,0.5), 0.1) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(rgb(150,173,136,0.5), 0.15) 0%, transparent 50%);
    width: 100%;
    content: "";
}

.net-training-structure h2::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 4px;
    position: absolute;
    width: 80px;
    transform-origin: left center;
    content: "";
    transform: scaleX(1);
    background: rgb(185,208,177);
    left: 0;
    bottom: -10px;
}

.net-training-structure .net-note-frame::after {
    background: 
        linear-gradient(135deg, rgba(rgb(185,208,177,0.5), 0.05) 0%, transparent 100%),
        linear-gradient(45deg, rgba(rgb(150,173,136,0.5), 0.03) 0%, transparent 80%);
    content: "";
    width: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
}

.net-thanksPoint {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(220,235,215) 0%, rgb(150,173,136,0.5) 100%);
    padding: 120px 0 80px;
    overflow: hidden;
}

.net-thanksPoint .container {
    z-index: 2;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
}

.net-thanksPoint h2 {
    transform: translateZ(20px);
    font-weight: 700;
    position: relative;
    color: #000000;
    animation: slideIn 0.8s ease-out forwards;
    letter-spacing: -0.01em;
    font-size: 36px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    line-height: 1.3;
    margin-bottom: 40px;
}

.net-thanksPoint .net-mentor-network:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.net-thanksPoint li {
    padding-left: 30px;
    position: relative;
}

.net-thanksPoint .net-mentor-network::after {
    border-radius: 10px;
    opacity: 0.9;
    animation: float 6s infinite ease-in-out;
    top: -10px;
    height: 60px;
    position: absolute;
    transform: rotate(15deg);
    width: 60px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(185,208,177) 0%, rgb(150,173,136) 100%);
    content: "";
    right: 30px;
}

.net-converter .company_holder h3::after {
    position: absolute;
    content: '';
    bottom: -5px;
    background: rgb(185,208,177);
    transition: width 0.3s ease-in-out;
    height: 2px;
    left: 0;
    width: 40%;
}

.net-converter .net-referral-prog:hover {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) translateZ(0);
}

.net-converter .net-header-page {
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    flex: 0 0 45%;
    background: rgba(255, 255, 255, 0.05);
}

.net-converter .net-header-page h5::after {
    height: 2px;
    content: '';
    background: rgb(185,208,177);
    width: 40px;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    position: absolute;
}

.net-converter .net-header-page .net-header-tutor a:hover {
    opacity: 1;
    padding-left: 5px;
    color: #ffffff;
}

.net-converter .net-header-page .net-header-tutor a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(185,208,177,0.5);
}

.net-event-cal::before {
    background: linear-gradient(90deg, transparent, rgb(185,208,177,0.5), transparent);
    right: 0;
    height: 1px;
    left: 0;
    content: '';
    top: 0;
    position: absolute;
}

footer::after {
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    content: '';
    background-size: 50px 50px;
    z-index: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    opacity: 0.3;
    right: 0;
    left: 0;
}

.net-data-overview .net-statistics-expert {
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    transform: perspective(1000px) rotateY(5deg) rotateX(3deg);
    position: relative;
}

.net-data-overview .net-statistics-expert div::before {
    position: absolute;
    content: "";
    transform: scale(0.5);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    width: 200%;
    z-index: -1;
    background: radial-gradient(
        circle at center,
        rgb(150,173,136,0.5) 0%,
        transparent 70%
    );
    left: -50%;
    opacity: 0;
    top: -50%;
    height: 200%;
}

.net-data-overview .net-statistics-expert:hover p {
    transform: translateY(-5px);
    text-shadow: 0 5px 15px rgba(rgb(185,208,177,0.5), 0.3);
}

.net-data-overview .net-statistics-expert:hover span {
    opacity: 1;
}

.net-data-overview h4 {
    animation-delay: 0.5s;
    text-align: center;
    transform: translateY(20px);
    padding-bottom: 1rem;
    font-size: 22px;
    opacity: 0;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin: 2rem 0 0;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.net-contact-form-box::before {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 1;
    left: 0;
    content: '';
    right: 0;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
}

.net-contact-form-box .net-message-query:hover {
    transform: rotateX(0) scale(1);
}

.net-contact-form-box .net-img-strip-wrap {
    overflow: hidden;
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
}

.net-contact-form-box .net-feedback-widget {
    justify-content: center;
    flex-direction: column;
    display: flex;
    padding: 4rem 3rem;
    flex: 0 0 60%;
    position: relative;
}

.net-contact-form-box .net-feedback-widget form {
    margin: 0 auto;
    z-index: 3;
    position: relative;
    width: 100%;
    max-width: 500px;
}

.net-contact-form-box .net-feedback-widget input:not([type="checkbox"]):not([type="submit"])::before {
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    content: '';
    position: absolute;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(185,208,177,0.5) 100%
    );
    z-index: 1;
}

.net-contact-form-box .net-feedback-widget .net-query-block input[type="checkbox"]:checked {
    border-color: rgb(185,208,177);
    background: rgb(185,208,177);
}

.net-contact-form-box .net-feedback-widget .net-query-block label {
    color: #ffffff;
    display: flex;
    font-size: 18px;
    align-items: center;
}

.net-contact-form-box .net-feedback-widget .net-query-block a {
    transition: color 0.3s ease;
    color: rgb(185,208,177);
    margin-left: 0.3rem;
    text-decoration: none;
}

.net-contact-form-box .net-feedback-widget .net-help-list:hover::before {
    left: 100%;
}

.net-contact-form-box .net-feedback-widget .net-help-list:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(185,208,177,0.5);
}

.net-course-features {
    position: relative;
    display: grid;
    min-height: 100vh;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    background: rgb(220,235,215);
}

.net-course-features {
    grid-template-columns: 1fr;
}

.net-course-features .net-career-classes {
    display: flex;
    animation: carousel-vertical 30s ease-in-out infinite;
    flex-direction: column;
    height: 100%;
}

.net-course-features .net-career-classes {
    animation: carousel-horizontal-tablet 20s ease-in-out infinite;
    flex-direction: row;
}

.net-course-features .net-job-success img {
    transition: transform 0.7s ease-out;
    transform: scale(1.1);
    height: 100%;
    filter: brightness(1.05) contrast(1.05);
    width: 100%;
    object-fit: cover;
}

.net-course-features .net-skill-tool {
    position: relative;
    display: flex;
    flex-direction: column;
}

.net-course-features .net-skill-tool::before {
    position: absolute;
    width: 60px;
    left: -15px;
    height: 60px;
    border-left: 2px solid rgb(185,208,177);
    top: -15px;
    border-top: 2px solid rgb(185,208,177);
    border-radius: 10px 0 0 0;
    content: "";
}

.net-course-features .net-skill-tool h3::after {
    width: 80px;
    content: "";
    background: rgb(185,208,177);
    bottom: -0.5rem;
    position: absolute;
    border-radius: 10px;
    left: 0;
    height: 3px;
}

.net-course-features .net-skill-tool .net-help-list:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.net-course-features .net-skill-tool .net-help-list:hover::before {
    transform: translateX(100%);
}

.net-plan-block {
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.net-plan-block .container {
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}

.net-plan-block .net-price-panel {
    display: flex;
    flex-direction: column;
}

.net-plan-block .net-cert-fees {
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 3rem;
    text-align: center;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
}

.net-plan-block .net-class-cost {
    margin: 1.5rem auto 0;
    font-size: 15px;
    line-height: 1.6;
    max-width: 700px;
    color: #000000;
}

.net-plan-block .net-price-grid {
    opacity: 0;
    position: relative;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(30px);
}

.net-plan-block .net-access-cost {
    display: flex;
    flex-grow: 1;
    z-index: 2;
    position: relative;
    flex-direction: column;
    padding: 2.5rem 2rem;
}

.net-plan-block .net-price-grid:hover .net-access-cost h3 {
    color: rgb(185,208,177);
}

.net-plan-block .net-discount-grid {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 1.5rem;
    color: rgb(185,208,177);
    font-size: calc(18px + 4px);
}

.net-plan-block .net-img-strip-wrap {
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
    height: 200px;
    width: 100%;
}

.net-plan-block .net-price-grid:hover .net-img-strip-wrap::after {
    opacity: 1;
}

.net-find-us::before {
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    z-index: 1;
    width: 100%;
    left: 0;
}

.net-find-us .net-edu-input h3 {
    width: auto;
    position: relative;
    color: rgb(185,208,177);
    max-width: 70%;
    margin-bottom: 3rem;
    display: inline-block;
    font-size: 43px;
    font-weight: 700;
}

.net-find-us .net-online-questions {
    display: flex;
    margin: -1rem;
    flex-wrap: wrap;
}

.net-find-us .net-online-questions > span {
    z-index: 1;
    margin: 1rem;
    padding: 2.5rem;
    border-radius: 17px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    flex: 1 0 calc(33.333% - 2rem);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    opacity: 1;
    background-color: #ffffff;
    min-width: 250px;
}

.net-find-us .net-online-questions > span:hover svg path {
    stroke-width: 1;
}

.net-find-us .net-online-questions p {
    display: flex;
    font-weight: 400;
    align-items: center;
    color: #000000;
    position: relative;
    font-size: 13px;
    margin: 0;
}

.net-find-us .net-online-questions span > span svg {
    position: static;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    opacity: 0.8;
}

.net-find-us .net-online-questions a svg {
    margin-right: 6px;
    transition: transform 0.3s ease;
    width: 14px;
    height: 14px;
    position: static;
}

.net-find-us .net-online-questions a:hover::after {
    transform: scaleX(1);
    background-color: rgb(150,173,136);
    transform-origin: left;
}

.net-find-us .net-support-request::before {
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    opacity: 0.4;
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent 98%, rgb(150,173,136) 0), 
                linear-gradient(-45deg, transparent 98%, rgb(150,173,136) 0), 
                linear-gradient(135deg, transparent 98%, rgb(150,173,136) 0), 
                linear-gradient(-135deg, transparent 98%, rgb(150,173,136) 0);
}

.net-find-us .net-support-request span svg {
    opacity: 0.8;
    margin-right: 8px;
    width: 14px;
    fill: rgb(150,173,136);
    transition: all 0.3s ease;
    height: 14px;
}

.net-find-us .net-online-questions > span:nth-child(1) {
    animation-delay: 0.1s;
}

.net-find-us .net-online-questions > span:nth-child(2) {
    animation-delay: 0.2s;
}

.net-find-us .net-online-questions > span:nth-child(3) {
    animation-delay: 0.3s;
}

.net-find-us .net-online-questions > span:nth-child(5) {
    animation-delay: 0.5s;
}

.net-find-us .container::after {
    border-radius: 50%;
    height: 200px;
    content: "";
    border: 20px solid rgb(150,173,136,0.5);
    left: -10%;
    width: 200px;
    opacity: 0.1;
    z-index: -1;
    bottom: -10%;
    position: absolute;
}

.net-course-demographic::after {
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    content: '';
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    width: 100%;
    left: 0;
    opacity: 0.1;
}

.net-course-demographic h3::after {
    bottom: -15px;
    content: '';
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    border-radius: 50px;
    position: absolute;
    opacity: 0.8;
    background: linear-gradient(90deg, transparent, rgb(185,208,177), transparent);
}

.net-course-demographic li::after {
    position: absolute;
    top: -50%;
    z-index: -1;
    transform: scale(0.8);
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
    left: -50%;
    content: '';
    opacity: 0;
    transition: all 0.5s ease;
}

.net-course-demographic li:hover {
    border-color: rgb(185,208,177,0.5);
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.05);
}

.net-course-demographic li svg path {
    transition: all 0.5s ease;
}

.net-course-demographic li:hover svg path {
    fill: rgb(185,208,177);
}

.net-course-demographic li:nth-child(2) {
    animation-delay: 0.3s;
}

.net-title-portal {
    align-items: center;
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    display: flex;
    color: #ffffff;
}

.net-title-portal > div {
    transform: translateY(-2vh);
    max-width: 1200px;
    flex-direction: column;
    position: relative;
    gap: 3rem;
    z-index: 5;
    width: 90%;
    display: flex;
}

.net-title-portal > div > div:first-child::before {
    top: 0;
    position: absolute;
    transform-origin: top;
    background: linear-gradient(
    to bottom,
    rgb(150,173,136) 0%,
    rgb(185,208,177) 100%
  );
    left: 0;
    transform: scaleY(0);
    animation: scaleIn 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    width: 4px;
    content: "";
}

.net-title-portal .net-expert-studio {
    position: relative;
}

.net-title-portal .net-expert-studio::after {
    position: absolute;
    transform-origin: left;
    animation: expandWidth 1.5s 1.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 60%;
    height: 2px;
    background: linear-gradient(
    to right,
    rgb(150,173,136) 0%,
    transparent 100%
  );
    content: "";
    transform: scaleX(0);
    bottom: -10px;
}

.net-title-portal .net-start-begin > div:last-child::before {
    width: 30px;
    height: 30px;
    animation: fadeIn 0.5s 1.8s forwards ease-out;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    left: -15px;
    opacity: 0;
    border-bottom: 2px solid rgb(185,208,177);
    top: 50%;
    border-left: 2px solid rgb(185,208,177);
}

.net-secure-stockade .container {
    z-index: 1;
    max-width: 1140px;
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
    margin: 0 auto;
}

.net-secure-stockade h1::after {
    left: 0;
    content: "";
    transform-origin: left center;
    width: 80px;
    bottom: -1px;
    transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    height: 3px;
    background: linear-gradient(90deg, rgb(185,208,177), rgb(150,173,136));
    position: absolute;
}

.net-secure-stockade h3 {
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
    font-size: calc(33px * 0.85);
    padding-left: 1.25rem;
    color: #000000;
    position: relative;
}

.net-secure-stockade h4 {
    color: #000000;
    margin: 2rem 0 1rem;
    position: relative;
    font-size: calc(33px * 0.7);
    font-weight: 600;
    padding-left: 1rem;
}

.net-secure-stockade p strong {
    position: relative;
    color: #000000;
    font-weight: 600;
}

.net-secure-stockade ul::before {
    position: absolute;
    bottom: 0;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(185,208,177), transparent);
    width: 1px;
    left: 0;
}

.net-secure-stockade li:hover::before {
    transform: scale(1.2);
    background: rgba(rgb(185,208,177,0.5), 0.1);
}

.net-developer-experience::before {
    height: 300px;
    filter: blur(120px);
    background: rgb(185,208,177,0.5);
    top: -100px;
    z-index: 0;
    content: "";
    right: -100px;
    border-radius: 50%;
    width: 300px;
    position: absolute;
}

.net-developer-experience .net-img-strip-wrap {
    height: 500px;
    border-radius: 16px 0 0 16px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(-30px) translateY(-30px);
}

.net-developer-experience .net-career-progress {
    justify-content: center;
    flex-direction: column;
    padding: 4rem 3rem;
    display: flex;
}

.net-developer-experience .net-career-progress > div:nth-child(2)::after {
    content: "";
    bottom: 0;
    height: 2px;
    position: absolute;
    left: 0;
    background: rgb(150,173,136);
    width: 60px;
}

.net-developer-experience .net-student-feedback:hover .net-img-strip-wrap {
    transform: translateX(-20px) translateY(-40px);
}

header::before {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    z-index: -1;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(185,208,177,0.5) 49.5%, rgb(185,208,177,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(150,173,136,0.5) 49.5%, rgb(150,173,136,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    left: 0;
    opacity: 0.15;
    animation: gridMove 40s linear infinite;
}

header .net-main-navbar::before {
    top: -2px;
    border-radius: calc(10px + 2px);
    left: -2px;
    z-index: -1;
    content: '';
    position: absolute;
    background: linear-gradient(45deg, rgb(185,208,177), rgb(150,173,136));
    transform: scale(0.95);
    opacity: 0;
    bottom: -2px;
    transition: all 0.3s ease;
    right: -2px;
}

header .net-page-top::before {
    height: 100%;
    left: -100%;
    width: 100%;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    top: 0;
    position: absolute;
    transition: 0.5s;
}

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

.net-our-background .net-note-frame {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 3rem;
    transform: perspective(1000px) rotateY(1deg);
    border-left: 4px solid rgb(185,208,177);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.net-our-background .net-note-frame > div:nth-child(2) {
    position: relative;
    margin-bottom: 1.5rem;
}

.net-our-background .net-note-frame > div:nth-child(2) p::after {
    left: 0;
    background: linear-gradient(90deg, rgb(185,208,177) 0%, transparent 100%);
    width: 100%;
    content: "";
    height: 2px;
    position: absolute;
    bottom: -0.5rem;
}


@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 (min-width: 768px) {.net-subscribe-to-newsletter {
    padding: 8rem 3rem;
}.net-subscribe-to-newsletter h3 {
    width: 70%;
}.net-subscribe-to-newsletter .input_holder {
    padding: 5rem 3rem 3rem;
}.net-subscribe-to-newsletter .net-email-input-box {
    width: 60%;
}
}



@media (max-width: 991px) {.net-training-structure {
    padding: 90px 0;
}.net-training-structure h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 30px;
}.net-training-structure .net-note-frame {
    padding: 35px;
}.net-training-structure::after {
    height: 180px;
    width: 180px;
}
}



@media (max-width: 991px) {.net-thanksPoint {
    padding: 80px 0 60px;
}.net-thanksPoint h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.9);
}.net-thanksPoint .net-mentor-network {
    padding: 30px;
}.net-thanksPoint h2::after {
    width: 100px;
}
}



@media (max-width: 767px) {.net-thanksPoint {
    padding: 60px 0 40px;
}.net-thanksPoint h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.8);
}.net-thanksPoint .net-mentor-network {
    transform: translateZ(5px) rotateX(1deg);
    padding: 25px 20px;
}.net-thanksPoint .net-mentor-network:hover {
    transform: translateZ(8px) rotateX(0deg);
}.net-thanksPoint li {
    padding-left: 25px;
}.net-thanksPoint span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}.net-thanksPoint .net-mentor-network::after {
    width: 40px;
    right: 20px;
    top: -5px;
    height: 40px;
}
}



@media (max-width: 768px) {.net-converter {
    padding: 40px 0 20px;
}.net-converter .net-header-tutor {
    flex-direction: column;
}.net-converter .net-header-page {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.net-converter .company_holder h3 {
    font-size: calc(32px * 0.8);
}.net-converter .net-header-page h5 {
    font-size: calc(23px * 0.9);
}.net-event-cal .net-grade-help {
    font-size: calc(12px * 0.9);
}
}



@media (min-width: 992px) {.net-data-overview {
    padding: 8rem 0;
}.net-data-overview ul {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}.net-data-overview .net-statistics-expert div {
    padding: 2.5rem 1.5rem;
}.net-data-overview .net-statistics-expert p {
    font-size: calc(28px * 1.5);
}
}



@media (max-width: 480px) {.net-data-overview ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}.net-data-overview .net-statistics-expert div {
    padding: 1rem 0.75rem;
}.net-data-overview .net-statistics-expert p {
    font-size: calc(22px * 1.2);
}.net-data-overview .net-statistics-expert span {
    font-size: calc(15px * 1.1);
}}



@media screen and (max-width: 480px) {.net-contact-form-box .net-message-query {
    border-radius: 0;
}.net-contact-form-box .net-img-strip-wrap {
    min-height: 250px;
}.net-contact-form-box .net-feedback-widget {
    padding: 2rem 1.5rem;
}}



@media (min-width: 992px) {.net-plan-block .net-price-panel {
    flex-direction: row-reverse;
}.net-plan-block .net-cert-fees {
    width: 35%;
    padding-right: 3rem;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    display: flex;
}.net-plan-block .net-cert-fees h2 {
    text-align: left;
}.net-plan-block .net-cert-fees h2::after {
    left: 0;
    transform: none;
}.net-plan-block .net-class-cost {
    margin: 1.5rem 0 0;
}.net-plan-block .net-pro-rates {
    gap: 2rem;
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
}
}



@media (max-width: 575px) {.net-plan-block {
    padding: 3rem 0;
}.net-plan-block .net-cert-fees h2 {
    font-size: calc(32px - 4px);
}.net-plan-block .net-pro-rates {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.net-plan-block .net-access-cost {
    padding: 1.5rem 1.25rem;
}.net-plan-block .net-img-strip-wrap {
    height: 160px;
}
}


@media (min-width: 1200px) {.net-find-us .net-online-questions > span {
    flex: 1 0 calc(33.333% - 2rem);
}.net-find-us {
    padding: 7rem 0;
}
}


@media (max-width: 991px) {.net-find-us {
    padding: 5rem 0;
}.net-find-us .net-online-questions > span {
    flex: 1 0 calc(50% - 2rem);
}.net-find-us .net-edu-input h3 {
    font-size: calc(43px * 0.9);
    max-width: 90%;
}.net-find-us .net-reach-us {
    max-width: 100%;
}.net-find-us .net-online-questions > span svg {
    right: 1.2rem;
    height: 22px;
    top: 1.2rem;
    width: 22px;
}.net-find-us .net-support-request h4 svg {
    width: 20px;
    height: 20px;
}
}



@media (max-width: 991px) {.net-course-demographic {
    padding: 5rem 0;
}.net-course-demographic h3 {
    margin-bottom: 3rem;
    font-size: calc(47px * 0.8);
}.net-course-demographic ul {
    gap: 2rem;
}.net-course-demographic li {
    padding: 2rem 1.5rem;
}.net-course-demographic li svg {
    margin-bottom: 1.2rem;
    height: 60px;
    width: 60px;
}
}



@media (max-width: 992px) {.net-title-portal > div {
    gap: 2rem;
    width: 95%;
}.net-title-portal > div > div:first-child {
    margin-left: 1rem;
    padding-left: 1.5rem;
}.net-title-portal .net-start-begin {
    padding: 2rem;
}
}




@media (max-width: 992px) {.net-secure-stockade {
    padding: 5rem 1.5rem;
}.net-secure-stockade h1 {
    font-size: calc(44px * 0.9);
}.net-secure-stockade h2 {
    font-size: calc(33px * 0.9);
}.net-secure-stockade h3 {
    font-size: calc(33px * 0.8);
}.net-secure-stockade h4 {
    font-size: calc(33px * 0.65);
}
}



@media (max-width: 768px) {.net-secure-stockade {
    padding: 4rem 1.25rem;
}.net-secure-stockade::after {
    width: 50%;
    height: 25%;
}.net-secure-stockade h1 {
    font-size: calc(44px * 0.8);
    margin-bottom: 2rem;
}.net-secure-stockade h2 {
    margin: 2.5rem 0 1.25rem;
    padding-left: 1.25rem;
}.net-secure-stockade h3 {
    padding-left: 1rem;
}.net-secure-stockade h4 {
    padding-left: 0.75rem;
}.net-secure-stockade p, 
    .net-secure-stockade span {
    max-width: 100%;
}.net-secure-stockade ul {
    padding-left: 0.75rem;
}.net-secure-stockade li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
}



@media (max-width: 576px) {.net-developer-experience {
    padding: 4rem 1rem;
}.net-developer-experience .net-student-feedback {
    max-width: 100%;
}.net-developer-experience .net-img-strip-wrap {
    height: 320px;
    transform: translateY(-20px);
}.net-developer-experience .net-img-strip-wrap::before {
    top: 20px;
}.net-developer-experience .net-career-progress {
    padding: 0.5rem 1.5rem 2.5rem;
}.net-developer-experience .name {
    font-size: calc(33px);
}.net-developer-experience .net-career-progress > div:nth-child(2) {
    font-size: 12px;
    letter-spacing: 1px;
}.net-developer-experience .net-emp-summary {
    font-size: 12px;
}.net-developer-experience .net-student-feedback:hover .net-img-strip-wrap {
    transform: translateY(-25px);
}}



@media (min-width: 992px) {.net-our-background .net-note-frame {
    margin-left: 10%;
    width: 80%;
}.net-our-background .container {
    padding: 0 40px;
}
}



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



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



@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateZ(20px) translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateZ(20px) translateX(0);
    }
}



@keyframes floating {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}



@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}



    @keyframes carousel-horizontal-tablet {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-50%);
        }
        40%, 56% {
            transform: translateX(-100%);
        }
        60%, 76% {
            transform: translateX(-150%);
        }
        80%, 96% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}



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



@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



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



@keyframes glow {
    0% {
        opacity: 0.05;
        transform: rotate(-15deg) skew(20deg);
    }
    50% {
        opacity: 0.15;
        transform: rotate(-12deg) skew(15deg) translateX(-5%);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-18deg) skew(25deg) translateX(5%);
    }
}

