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

header,footer {
    width: 100%;
}

header {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    padding: 1.2rem 0;
    position: relative;
    background-color: rgb(220,235,215);
    z-index: 1000;
}


.net-panelTrackingNotice {
    width: 100%;
    z-index: 90;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    border-top: 2px solid rgb(185,208,177);
    position: fixed;
    background: rgb(150,173,136);
    bottom: 0;
    transition: all 0.3s ease-in-out;
    padding: 20px 0;
}

.net-user-alert {
    cursor: pointer;
    margin-left: 20px;
    font-size: 17px;
    border-radius: 24px;
    box-shadow: rgb(185,208,177,0.5) 0px 4px 10px 0px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding: 10px 20px;
    text-decoration: none;
    line-height: 35px;
    color: #ffffff;
    background: rgb(185,208,177);
}

.net-core-container .net-data-agree h5, .net-core-container .net-data-agree p {
    color: #ffffff;
}


#net-cookiePolicyPanel {
    display: none;
}

.net-subscribe-to-newsletter {
    background: rgb(220,235,215);
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 6rem 2rem;
}

.net-subscribe-to-newsletter .net-inquiry-map {
    display: flex;
    width: 90%;
    position: relative;
    transform: translateZ(0);
    max-width: 500px;
    padding: 0;
    align-items: flex-start;
    flex-direction: column;
}

.net-subscribe-to-newsletter h3::after {
    content: "";
    height: 20px;
    bottom: -20px;
    position: absolute;
    background: #ffffff;
    left: 0;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 100%;
}

.net-subscribe-to-newsletter input[type="email"] {
    transition: all 0.3s ease;
    width: 100%;
    background: #ffffff;
    padding: 1.5rem;
    color: #000000;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    border: none;
    border-radius: 10px;
    font-size: 15px;
}

.net-subscribe-to-newsletter .net-email-input-box {
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    align-self: center;
    border-radius: 10px;
    z-index: 1;
    color: #ffffff;
    padding: 1.2rem;
    width: 80%;
    transform: translateY(50%) translateZ(20px);
    background: rgb(185,208,177);
    border: none;
    font-size: 19px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

.net-training-structure::after {
    animation: floatElement 18s ease-in-out infinite alternate;
    position: absolute;
    z-index: 0;
    top: -5%;
    width: 250px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 250px;
    right: -5%;
    background: linear-gradient(225deg, rgb(185,208,177) 0%, transparent 70%);
    content: "";
    opacity: 0.07;
}

.net-training-structure h2::after {
    height: 4px;
    background: rgb(150,173,136);
    position: absolute;
    opacity: 0.8;
    bottom: -10px;
    width: 20px;
    left: 85px;
    content: "";
}

.net-training-structure .net-note-frame::before {
    z-index: 2;
    position: absolute;
    background: linear-gradient(to bottom, rgb(185,208,177), rgb(150,173,136));
    left: 0;
    content: "";
    width: 8px;
    top: 0;
    height: 100%;
}

.net-training-structure .net-note-frame p {
    color: #000000;
    z-index: 3;
    margin: 0;
    line-height: 1.7;
    font-size: 15px;
    position: relative;
    max-width: 95%;
}

.net-thanksPoint::before {
    opacity: 0.07;
    transform: translateZ(-10px);
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(150,173,136,0.5) 0px,
        rgb(150,173,136,0.5) 1px,
        transparent 1px,
        transparent 12px
    );
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
}

.net-thanksPoint h2::after {
    transform: scaleX(0);
    position: absolute;
    animation: lineExpand 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 120px;
    left: 0;
    background: linear-gradient(90deg, rgb(185,208,177) 0%, rgb(150,173,136) 100%);
    transform-origin: left;
    height: 4px;
    bottom: -12px;
    content: "";
}

.net-thanksPoint ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.net-thanksPoint span {
    font-size: 17px;
    font-family: Arial, sans-serif;
    transition: all 0.3s;
    display: block;
    line-height: 1.8;
    color: #000000;
}



.net-converter .container {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.net-converter .company_holder::after {
    background: linear-gradient(to bottom, transparent, rgb(185,208,177), transparent);
    content: '';
    right: 0;
    width: 1px;
    height: 80%;
    position: absolute;
    top: 10%;
}

.net-converter .company_holder h3:hover::after {
    width: 100%;
}

.net-converter .net-referral-prog {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    padding: 15px;
    margin-top: 15px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateZ(0);
    line-height: 1.6;
}

.net-converter .net-header-page::before {
    z-index: -1;
    content: '';
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: transform 0.6s ease;
    transform: translateX(-100%);
    position: absolute;
    inset: 0;
}

.net-converter .net-header-page .net-header-tutor {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.net-converter .net-header-page .net-header-tutor a {
    padding-left: 0;
    text-decoration: none;
    font-size: calc(14px * 0.95);
    opacity: 0.85;
    transition: all 0.3s ease;
    display: inline-block;
    color: #ffffff;
    position: relative;
}

.net-event-cal {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    backdrop-filter: blur(10px);
    position: relative;
}

.net-event-cal .net-grade-help:hover {
    opacity: 1;
}




footer {
    position: relative;
}

.net-converter .company_holder h3::before {
    width: 100%;
    left: -100%;
    content: '';
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transition: 0.5s;
    pointer-events: none;
}

.net-data-overview::before {
    z-index: 1;
    top: -10%;
    right: -5%;
    height: 70%;
    background: linear-gradient(210deg, rgb(150,173,136,0.5), transparent);
    filter: blur(50px);
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    content: "";
    width: 40%;
    opacity: 0.4;
}

.net-data-overview .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}

.net-data-overview .net-statistics-expert:hover {
    transform: perspective(1000px) rotateY(-3deg) rotateX(-2deg) translateZ(10px);
}

.net-data-overview .net-statistics-expert:hover div::before {
    transform: scale(1);
    opacity: 0.15;
}

.net-data-overview .net-statistics-expert p {
    background-clip: text;
    transition: transform 0.3s ease, text-shadow 0.3s ease;
    font-weight: 700;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, rgb(185,208,177), rgb(150,173,136));
    margin: 0 0 0.5rem;
    color: transparent;
    -webkit-background-clip: text;
    font-size: calc(28px * 1.2);
}

.net-data-overview .net-statistics-expert span {
    transition: opacity 0.3s ease;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0.85;
    display: block;
    font-weight: 600;
    color: #000000;
    max-width: 100%;
}

.net-contact-form-box {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(
        225deg, 
        rgb(220,235,215) 0%, 
        rgb(150,173,136,0.5) 100%
    );
    padding: 6rem 0;
    overflow: hidden;
}

.net-contact-form-box::after {
    animation: circuit-pulse 10s infinite alternate;
    background: radial-gradient(
        circle at center, 
        rgb(185,208,177,0.5) 0%, 
        transparent 70%
    );
    position: absolute;
    top: -50%;
    height: 200%;
    left: -50%;
    content: '';
    width: 200%;
    opacity: 0.6;
    z-index: 2;
}

.net-contact-form-box h2::before,
.net-contact-form-box h2::after {
    height: 2px;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(185,208,177), 
        transparent
    );
    position: absolute;
    bottom: -0.5rem;
    content: '';
}

.net-contact-form-box h2::before {
    width: 30%;
    left: 0;
}

.net-contact-form-box .net-img-strip-wrap::before {
    mix-blend-mode: color-dodge;
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
    opacity: 0.7;
    background: linear-gradient(
        135deg, 
        rgb(185,208,177,0.5) 0%, 
        rgb(150,173,136,0.5) 100%
    );
    width: 100%;
    left: 0;
}

.net-contact-form-box .net-feedback-widget h3 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 2rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.05em;
}

.net-contact-form-box .net-feedback-widget input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(185,208,177);
    box-shadow: 0 0 15px rgb(185,208,177,0.5);
}

.net-contact-form-box .net-feedback-widget input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}

.net-contact-form-box .net-feedback-widget .net-query-block input[type="checkbox"] {
    transition: all 0.3s ease;
    position: relative;
    appearance: none;
    border-radius: 10px;
    background: rgb(150,173,136,0.5);
    margin-right: 1rem;
    width: 22px;
    border: 2px solid rgb(185,208,177,0.5);
    cursor: pointer;
    height: 22px;
}

.net-contact-form-box .net-feedback-widget .net-query-block a:hover {
    text-decoration: underline;
}

.net-contact-form-box .net-feedback-widget .net-help-list::before {
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    left: -100%;
    height: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(185,208,177,0.5), 
        transparent
    );
    width: 100%;
    top: 0;
}

.net-course-features .net-tech-training::before {
    content: "";
    z-index: 2;
    pointer-events: none;
    left: 0;
    background: linear-gradient(90deg, rgb(220,235,215) 0%, transparent 40%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.net-course-features .net-tech-training::before {
    background: linear-gradient(0deg, rgb(220,235,215) 0%, transparent 80%);
}

.net-course-features .net-tech-training:hover .net-career-classes {
    animation-play-state: paused;
}

.net-course-features .net-job-success:hover img {
    transform: scale(1);
}

.net-course-features .container {
    display: flex;
    align-items: center;
    padding: 0 3rem;
    z-index: 3;
    grid-column: 1;
    grid-row: 1;
}

.net-course-features .container {
    padding: 2rem;
    grid-row: 2;
    grid-column: 1;
}

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

.net-course-features .net-skill-tool p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #000000;
}

.net-course-features .net-skill-tool .net-help-list {
    text-decoration: none;
    position: relative;
    background: rgb(185,208,177);
    color: #ffffff;
    font-size: 19px;
    border-radius: 13px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 0.8rem 2.5rem;
    overflow: hidden;
    align-self: flex-start;
    font-weight: 600;
}

.net-plan-block::after {
    opacity: 0.5;
    position: absolute;
    animation: float 18s ease-in-out infinite alternate-reverse;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    left: -50px;
    filter: blur(25px);
    height: 300px;
    z-index: 1;
    content: '';
    background: linear-gradient(135deg, rgb(150,173,136,0.5), transparent);
    width: 300px;
    bottom: -100px;
}

.net-plan-block .net-cert-fees h2::after {
    content: '';
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    bottom: -10px;
    background: rgb(185,208,177);
    width: 80px;
    position: absolute;
}

.net-plan-block .net-price-grid:nth-child(2) {
    animation-delay: 0.5s;
}

.net-plan-block .net-price-grid:nth-child(3) {
    animation-delay: 0.6s;
}

.net-plan-block .net-price-grid:hover {
    transform: translateY(-10px);
}

.net-plan-block .net-price-grid:hover .net-learn-fees {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}

.net-plan-block .net-access-cost h3 {
    font-size: calc(18px + 2px);
    transition: color 0.3s ease;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
}

.net-plan-block .net-price-grid:hover .net-discount-grid::after {
    width: 80px;
}

.net-plan-block .net-access-cost p {
    flex-grow: 1;
    white-space: normal;
    hyphens: auto;
    color: #000000;
    overflow-wrap: break-word;
    margin-bottom: 2rem;
    font-size: 15px;
    line-height: 1.6;
    word-wrap: break-word;
}

.net-find-us {
    padding: 5rem 0;
    background-color: rgb(220,235,215);
    position: relative;
    overflow: hidden;
}

.net-find-us .container {
    position: relative;
    z-index: 2;
}

.net-find-us .net-edu-input {
    flex-direction: column;
    position: relative;
    display: flex;
}

.net-find-us .net-edu-input h3::before {
    top: 50%;
    background-color: rgb(185,208,177);
    content: "";
    position: absolute;
    transform: translateY(-50%);
    height: 70%;
    left: -1rem;
    border-radius: 10px;
    width: 5px;
}

.net-find-us .net-online-questions > span::before {
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0.4;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, transparent 98%, rgb(185,208,177) 0), 
                linear-gradient(-45deg, transparent 98%, rgb(185,208,177) 0), 
                linear-gradient(135deg, transparent 98%, rgb(185,208,177) 0), 
                linear-gradient(-135deg, transparent 98%, rgb(185,208,177) 0);
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;
    background-size: 20px 20px;
    z-index: -1;
    left: 0;
}

.net-find-us .net-online-questions span > span {
    color: rgb(185,208,177);
    margin-top: 0.5rem;
    font-size: calc(13px * 1.1);
    display: flex;
    font-weight: 600;
    align-items: center;
}

.net-find-us .net-online-questions a::after {
    bottom: -2px;
    position: absolute;
    width: 100%;
    content: "";
    background-color: rgb(185,208,177);
    left: 0;
    transform: scaleX(0);
    height: 1px;
    transform-origin: right;
    transition: transform 0.3s ease;
}

.net-find-us .net-support-request h4 {
    display: inline-flex;
    color: rgb(150,173,136);
    font-size: 19px;
    margin-bottom: 1.5rem;
    align-items: center;
    font-weight: 700;
    position: relative;
}

.net-find-us .net-support-request h4 svg {
    transition: transform 0.5s ease;
    height: 22px;
    margin-right: 10px;
    fill: rgb(150,173,136);
    width: 22px;
}

.net-find-us .net-support-request h4::after {
    width: 40px;
    bottom: -8px;
    position: absolute;
    background-color: rgb(150,173,136);
    left: 0;
    content: "";
    height: 3px;
    border-radius: 10px;
}

.net-find-us .net-support-request span:hover {
    background-color: rgba(rgb(150,173,136,0.5), 0.2);
    transform: translateY(-2px);
}

.net-find-us .net-online-questions > span::after {
    top: 0;
    transition: width 0.5s ease;
    z-index: 2;
    width: 0;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(185,208,177), rgb(150,173,136));
    height: 3px;
}

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


.net-find-us .container::before {
    z-index: -1;
    width: 300px;
    border-radius: 50%;
    right: -15%;
    animation: rotate 40s linear infinite;
    top: 10%;
    position: absolute;
    opacity: 0.1;
    height: 300px;
    content: "";
    border: 30px solid rgb(185,208,177,0.5);
}

.net-course-demographic .net-mentor-network {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
}

.net-course-demographic h3 {
    margin-bottom: 4rem;
    position: relative;
    color: rgb(185,208,177);
    text-align: center;
    font-size: 47px;
    letter-spacing: 2px;
    font-weight: 300;
}

.net-course-demographic li {
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    flex-direction: column;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 17px;
    display: flex;
    overflow: hidden;
    padding: 2.5rem 2rem;
    align-items: center;
}

.net-course-demographic li {
    font-weight: 300;
    color: #000000;
    font-size: calc(18px * 1.1);
    margin-top: 1rem;
    line-height: 1.7;
}

.net-course-demographic li svg {
    animation: float 8s ease-in-out infinite;
    filter: drop-shadow(0 3px 6px rgb(150,173,136,0.5));
    transition: all 0.5s ease;
    width: 70px;
    margin-bottom: 1.5rem;
    height: 70px;
    fill: rgb(150,173,136);
}

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

.net-title-portal::after {
    height: 120%;
    width: 120%;
    animation: pulse 8s infinite alternate ease-in-out;
    position: absolute;
    top: -10%;
    z-index: 2;
    content: "";
    opacity: 0.4;
    pointer-events: none;
    background: radial-gradient(
    ellipse at center,
    rgb(185,208,177,0.5) 0%,
    transparent 60%
  );
    left: -10%;
}

.net-title-portal .title_style_header {
    background: linear-gradient(
    120deg,
    #ffffff 0%,
    rgb(150,173,136) 100%
  );
    -webkit-background-clip: text !important;
    position: relative;
    animation: fadeSlideIn 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.1;
    transform: translateX(-20px);
    color: transparent;
    background-clip: text !important;
    letter-spacing: -0.5px;
    font-size: clamp(2.5rem, 5vw, 42px);
    font-weight: 700;
    margin: 0;
    opacity: 0;
}

.net-title-portal .net-expert-studio h3 {
    line-height: 1.4;
    margin: 0;
    opacity: 0;
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    font-weight: 600;
    color: #ffffff;
    animation: fadeUp 0.8s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(10px);
}

.net-title-portal .net-start-begin p {
    letter-spacing: 0.3px;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    margin: 0;
    line-height: 1.5;
    opacity: 0;
    font-weight: 300;
    animation: fadeSlideIn 0.8s 1.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: rgba(255, 255, 255, 0.8);
    transform: translateX(10px);
}

.net-secure-stockade::after {
    pointer-events: none;
    right: 0;
    content: "";
    width: 35%;
    transform: translate(10%, 10%);
    position: absolute;
    background: radial-gradient(circle at bottom right, rgba(rgb(150,173,136,0.5), 0.08), transparent 70%);
    bottom: 0;
    z-index: 0;
    height: 35%;
}

.net-secure-stockade h2 {
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: 33px;
    margin: 3rem 0 1.5rem;
    transform: translateZ(3px);
    padding-left: 1.5rem;
}

.net-secure-stockade h3::before {
    border-radius: 2px;
    width: 6px;
    left: 0;
    position: absolute;
    top: 0.4em;
    height: 70%;
    background: linear-gradient(to bottom, rgb(150,173,136), rgb(185,208,177));
    content: "";
}

.net-secure-stockade p {
    line-height: 1.7;
    position: relative;
    margin-bottom: 1.5rem;
    max-width: 95%;
    transform: translateZ(1px);
    color: #000000;
    font-size: 15px;
}

.net-secure-stockade ul {
    list-style: none;
    transform: translateZ(2px);
    padding: 0.5rem 0 1.5rem 1.5rem;
    position: relative;
}

.net-secure-stockade li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 1.25rem;
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}

.net-developer-experience {
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    background-color: rgb(220,235,215);
}

.net-developer-experience::after {
    position: absolute;
    bottom: -80px;
    filter: blur(100px);
    z-index: 0;
    left: -80px;
    border-radius: 50%;
    content: "";
    height: 250px;
    width: 250px;
    background: rgb(150,173,136,0.5);
}

.net-developer-experience .net-img-strip-wrap::before {
    background: rgb(185,208,177,0.5);
    width: 100%;
    content: "";
    border-radius: 16px;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 30px;
    top: 30px;
}

.net-developer-experience .net-career-progress > div:nth-child(2) {
    position: relative;
    color: rgb(185,208,177);
    display: inline-block;
    margin-bottom: 2rem;
    font-size: 22px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

.net-developer-experience .net-emp-summary::before {
    font-size: 5rem;
    top: -2.5rem;
    z-index: -1;
    content: "";
    left: -2rem;
    color: rgb(150,173,136,0.5);
    position: absolute;
    font-family: serif;
}

header::after {
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(185,208,177) 0%, 
        rgb(150,173,136) 50%, 
        rgb(185,208,177) 100%);
    content: '';
}

header .net-header-page {
    border-radius: 28px;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    gap: 0.5rem;
    display: flex;
    padding: 5px;
}

header .net-main-navbar::after {
    bottom: 0;
    border-radius: 10px;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    background: rgb(185,208,177);
    right: 0;
    z-index: -1;
}

header .net-main-navbar:hover::before {
    opacity: 1;
    transform: scale(1);
}

header .net-page-top {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: flex;
    overflow: hidden;
}

.net-our-background::before {
    right: 0;
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 20, 0.85) 0%, rgba(0, 20, 40, 0.75) 50%, rgba(0, 40, 80, 0.9) 100%);
    bottom: 0;
}

.net-our-background .net-note-frame:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.net-our-background .net-note-frame h5 {
    display: inline-block;
    font-size: 21px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(185,208,177) 0%, rgb(150,173,136) 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    background: rgb(185,208,177);
    padding: 0.5rem 1.5rem;
    margin: 0;
    transform: translateX(-1.5rem);
    position: relative;
    text-transform: uppercase;
}

.net-our-background .net-note-frame ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.net-our-background .net-note-frame ol li {
    column-count: 1;
    opacity: 0.85;
    position: relative;
    line-height: 1.8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    text-align: justify;
    font-size: 16px;
    color: #ffffff;
}


@media only screen and (max-width: 800px) {.net-cookie-menu {
    display: none;
}.net-cookie-verify {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.net-panelTrackingNotice h5 {
    text-align: center;
}.net-panelTrackingNotice p {
    text-align: center;
}.net-data-agree {
    text-align: center;
    margin-bottom: 20px;
}.net-user-alert {
    max-width: 300px;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}



@media (max-width: 767px) {.net-training-structure {
    padding: 70px 0;
}.net-training-structure h2 {
    font-size: calc(36px * 0.8);
    transform: translateX(0);
    margin-bottom: 25px;
}.net-training-structure h2::before {
    width: 60px;
}.net-training-structure h2::after {
    left: 65px;
    width: 15px;
}.net-training-structure .net-note-frame {
    padding: 30px 25px 30px 30px;
}.net-training-structure .net-note-frame p {
    max-width: 100%;
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.net-training-structure::after {
    top: -2%;
    right: -2%;
    width: 120px;
    height: 120px;
}
}



@media (max-width: 575px) {.net-thanksPoint {
    padding: 50px 0 30px;
}.net-thanksPoint h2 {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: calc(36px * 0.7);
}.net-thanksPoint h2::after {
    height: 3px;
    width: 80px;
}.net-thanksPoint .net-mentor-network {
    padding: 20px 15px;
    transform: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
}.net-thanksPoint .net-mentor-network:hover {
    transform: translateY(-3px);
}.net-thanksPoint li {
    padding-left: 20px;
}.net-thanksPoint li::before {
    height: 6px;
    top: 7px;
    width: 6px;
}.net-thanksPoint span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.net-thanksPoint .net-mentor-network::after {
    display: none;
}}



@media (min-width: 768px) {.net-data-overview ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 3rem;
}.net-data-overview .net-statistics-expert:nth-child(odd) {
    animation: float 6s ease-in-out infinite;
}.net-data-overview .net-statistics-expert:nth-child(even) {
    animation: float 7s ease-in-out infinite reverse;
    animation-delay: 1s;
}.net-data-overview h4 {
    font-size: calc(22px * 1.2);
}
}



@media screen and (max-width: 1024px) {.net-contact-form-box .net-message-query {
    flex-direction: column;
    transform: none;
}.net-contact-form-box .net-img-strip-wrap {
    min-height: 300px;
    flex: 0 0 100%;
}.net-contact-form-box .net-feedback-widget {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



@media (max-width: 767px) {.net-course-features {
    min-height: auto;
    grid-template-columns: 1fr;
}.net-course-features .net-tech-training {
    width: 100%;
    height: 40vh;
    position: relative;
    clip-path: none;
    grid-row: 1;
    grid-column: 1;
}.net-course-features .net-tech-training::before {
    background: linear-gradient(0deg, rgb(220,235,215) 0%, rgba(255,255,255,0.3) 100%);
}.net-course-features .net-career-classes {
    animation: none;
    flex-direction: row;
}.net-course-features .net-job-success {
    width: 100%;
    min-height: auto;
}.net-course-features .container {
    grid-row: 2;
    grid-column: 1;
    padding: 2rem 1.5rem;
}.net-course-features .net-mentor-network {
    padding: 1.5rem;
    max-width: 100%;
}.net-course-features .net-skill-tool::before,
    .net-course-features .net-skill-tool::after {
    height: 40px;
    width: 40px;
}.net-course-features .net-skill-tool h3 {
    margin-bottom: 1rem;
    font-size: 23px;
}.net-course-features .net-skill-tool h3::after {
    height: 2px;
    width: 50px;
}.net-course-features .net-skill-tool p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
    margin-bottom: 1.5rem;
}.net-course-features .net-skill-tool .net-help-list {
    width: 100%;
    padding: 0.7rem 1.5rem;
    text-align: center;
}}


@media (max-width: 1199px) and (min-width: 992px) {.net-find-us .net-online-questions > span {
    flex: 1 0 calc(50% - 2rem);
}.net-find-us .net-online-questions > span svg {
    height: 24px;
    width: 24px;
}
}


@media (max-width: 575px) {.net-find-us {
    padding: 3rem 0;
}.net-find-us .net-edu-input h3 {
    font-size: 33px;
    margin-bottom: 2rem;
}.net-find-us .net-reach-us {
    margin-bottom: 2rem;
}.net-find-us .net-online-questions {
    margin: -0.5rem;
}.net-find-us .net-online-questions > span {
    margin: 0.5rem;
    padding: 1.5rem;
}.net-find-us .net-support-request {
    padding: 1.5rem;
    margin-top: 2rem;
}.net-find-us .net-support-request span {
    margin: 0.3rem 0.5rem 0.3rem 0;
    padding: 0.3rem 0.7rem;
}.net-find-us .net-online-questions > span svg {
    width: 18px;
    height: 18px;
    right: 0.8rem;
    top: 0.8rem;
}.net-find-us .net-support-request h4 svg {
    width: 18px;
    height: 18px;
}.net-find-us .net-support-request span svg {
    margin-right: 5px;
    height: 10px;
    width: 10px;
}}



@media (max-width: 480px) {.net-title-portal {
    min-height: 80vh;
}.net-title-portal > div {
    gap: 1rem;
    width: 92%;
}.net-title-portal .net-start-begin {
    padding: 1.25rem;
    gap: 1rem;
}.net-title-portal .title_style_header {
    font-size: 2rem;
}.net-title-portal .net-expert-studio h3 {
    font-size: 1.1rem;
}.net-title-portal .net-start-begin p {
    font-size: 0.95rem;
}.net-title-portal .net-start-begin > div:last-child::before {
    height: 20px;
    width: 20px;
    left: -10px;
}}



@media (max-width: 992px) {.net-developer-experience .net-student-feedback {
    grid-template-columns: 1fr;
    max-width: 90%;
}.net-developer-experience .net-img-strip-wrap {
    transform: translateY(-30px);
    border-radius: 16px 16px 0 0;
    height: 400px;
}.net-developer-experience .net-img-strip-wrap::before {
    width: 100%;
    left: 0;
    top: 30px;
}.net-developer-experience .net-career-progress {
    padding: 1rem 2rem 3rem;
}.net-developer-experience .net-student-feedback:hover .net-img-strip-wrap {
    transform: translateY(-40px);
}
}



@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .net-main-guide {
    flex-direction: column;
}header .net-header-page {
    width: 100%;
    order: 2;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding: 10px;
}header .net-main-navbar {
    font-size: calc(17px - 2px);
    padding: 0.5rem 0.7rem;
}header .net-page-top {
    order: 1;
    margin-bottom: 0.5rem;
}header .net-page-top svg {
    width: 130px;
}
}



@media (min-width: 768px) {.net-our-background {
    padding: 150px 0;
}.net-our-background .net-note-frame {
    margin-left: 5%;
    padding: 4rem;
    width: 90%;
}.net-our-background .net-note-frame ol li {
    column-gap: 3rem;
    column-count: 2;
}
}



@media (max-width: 480px) {.net-our-background {
    padding: 60px 0;
}.net-our-background .net-note-frame {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}.net-our-background .net-note-frame h5 {
    font-size: calc(21px * 0.8);
    padding: 0.3rem 1rem;
}
}



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



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(150,173,136,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(rgb(150,173,136), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(150,173,136), 0);
    }
}

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



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



@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-33.33%);
    }
    40%, 56% {
        transform: translateY(-66.66%);
    }
    60%, 76% {
        transform: translateY(-100%);
    }
    80%, 96% {
        transform: translateY(-133.33%);
    }
    100% {
        transform: translateY(0);
    }
}



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



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



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



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



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

