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

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

.net-converter {
    flex: 0 0 auto;
}

.net-converter {
    z-index: 1;
    font-family: Arial, sans-serif;
    padding: 80px 0 40px;
    color: #ffffff;
    position: relative;
}

.net-main-head {
    flex: 1 0 auto;
}

.net-cookie-verify {
    max-width: 1200px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 30px;
    margin: auto;
    display: flex;
    align-items: center;
}

.net-cookie-menu {
    margin-right: 20px;
    flex-shrink: 0;
}

.net-cookie-menu svg, .net-cookie-menu svg path {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(185,208,177);
}

.net-user-alert:hover {
    box-shadow: rgb(185,208,177,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}

.net-panelTrackingNotice p a:hover {
    color: rgb(150,173,136);
}

.net-core-container .net-panelTrackingNotice {
    background: rgb(150,173,136);
    padding: 40px 0;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}

#net-cookiePolicyPanel:checked ~ .net-panelTrackingNotice {
    visibility: hidden;
    opacity: 0;
}

.net-subscribe-to-newsletter::before {
    top: 0;
    animation: movePattern 20s linear infinite;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 0;
    background: 
        linear-gradient(0deg, transparent 40%, rgb(185,208,177,0.5) 100%),
        repeating-linear-gradient(-45deg, rgb(150,173,136,0.5) 0, rgb(150,173,136,0.5) 2px, transparent 2px, transparent 8px);
}

.net-subscribe-to-newsletter .input_holder {
    background: rgb(150,173,136,0.5);
    border-radius: 29px;
    width: 100%;
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    padding: 4rem 2rem 2rem;
    transform: translateY(-3rem) translateZ(0);
}

.net-subscribe-to-newsletter input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.net-subscribe-to-newsletter .net-email-input-box:hover {
    transform: translateY(40%) translateZ(30px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, rgb(185,208,177), rgb(150,173,136));
}

.net-subscribe-to-newsletter .net-email-input-box:hover::before {
    opacity: 1;
}

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

.net-training-structure .net-mentor-network {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}

.net-training-structure h2 {
    color: #000000;
    font-size: 36px;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    transform: translateX(-5px);
    font-weight: 700;
}

.net-training-structure:hover h2::before {
    transform: scaleX(1.2);
}

.net-training-structure .net-note-frame {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 2;
    border-radius: 0 11px 11px 11px;
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 0 0 1px rgba(rgba(0, 0, 0, 0.5), 0.02);
    background: #ffffff;
    overflow: hidden;
    transform: translateY(0);
    padding: 40px;
    position: relative;
}

.net-training-structure:hover .net-note-frame {
    box-shadow: 
        0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 0 0 1px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform: translateY(-5px);
}

.net-thanksPoint::after {
    bottom: -50px;
    height: 200px;
    content: "";
    width: 200px;
    filter: blur(40px);
    right: -50px;
    position: absolute;
    opacity: 0.4;
    background: radial-gradient(circle, rgb(185,208,177,0.5) 0%, transparent 70%);
    animation: floating 8s infinite ease-in-out;
}

.net-thanksPoint .net-mentor-network {
    position: relative;
    animation: fadeIn 1s 0.3s both;
    transform: translateZ(10px) rotateX(2deg);
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: transform 0.5s ease;
    border-left: 5px solid rgb(185,208,177);
    padding: 40px;
}

.net-thanksPoint li::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgb(150,173,136,0.5);
    content: "";
    left: 0;
    top: 8px;
    background-color: rgb(150,173,136);
    position: absolute;
    animation: pulse 3s infinite;
}

.net-converter .company_holder {
    padding-right: 30px;
    position: relative;
    flex: 0 0 30%;
}

.net-converter .company_holder h3 {
    text-shadow: 0 0 10px rgb(185,208,177,0.5);
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-size: calc(32px * 0.9);
}

.net-converter .company_holder h3 {
    position: relative;
    overflow: hidden;
}

.net-converter .net-stats-tool {
    position: relative;
    flex: 0 0 65%;
    justify-content: space-between;
    display: flex;
}

.net-converter .net-header-tutor {
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.net-converter .net-header-page:hover::before {
    transform: translateX(100%);
}

.net-converter .net-header-page h5 {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.net-converter .net-header-page:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(185,208,177), 0 0 16px rgb(185,208,177,0.5);
}

.net-converter .net-header-page .net-header-tutor a::before {
    height: 1px;
    content: '';
    left: 0;
    position: absolute;
    transition: width 0.3s ease, transform 0.3s ease;
    background: linear-gradient(90deg, rgb(185,208,177), transparent);
    bottom: -2px;
    width: 0;
    transform-origin: left;
}

.net-event-cal .container {
    justify-content: center;
    display: flex;
    align-items: center;
}

.net-event-cal .net-grade-help {
    opacity: 0.8;
    font-size: 12px;
    transition: opacity 0.3s ease;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.net-converter .company_holder h3:hover::before {
    left: 100%;
}

.net-data-overview {
    position: relative;
    background: linear-gradient(145deg, rgb(185,208,177,0.5), rgb(220,235,215));
    padding: 6rem 0;
    overflow: hidden;
}

.net-data-overview::after {
    transform: rotate(15deg) skewX(-15deg);
    height: 60%;
    content: "";
    background: linear-gradient(30deg, rgb(185,208,177,0.5), transparent);
    opacity: 0.3;
    left: -5%;
    position: absolute;
    bottom: -10%;
    width: 30%;
    z-index: 1;
    filter: blur(40px);
}

.net-data-overview ul {
    padding: 0;
    list-style: none;
    gap: 2.5rem;
    margin: 0 0 4rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    display: grid;
}

.net-data-overview .net-statistics-expert div {
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-right: 1px solid rgba(255,255,255,0.2);
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1), 
        rgba(255,255,255,0.05)
    );
    align-items: center;
    padding: 2rem 1.5rem;
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.1),
        0 1px 8px rgba(0,0,0,0.07),
        0 20px 30px -10px rgb(185,208,177,0.5);
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    position: relative;
}

.net-data-overview h4::after {
    left: 50%;
    border-radius: 10px;
    content: "";
    bottom: 0;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(150,173,136), rgb(185,208,177));
    transform: translateX(-50%);
    width: 60px;
}

.net-contact-form-box .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1rem;
    max-width: 1300px;
    z-index: 3;
}

.net-contact-form-box h2 {
    text-transform: uppercase;
    margin-bottom: 3rem;
    letter-spacing: 0.1em;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    font-size: 48px;
}

.net-contact-form-box h2::after {
    width: 30%;
    right: 0;
}

.net-contact-form-box .net-message-query {
    transform: rotateX(5deg) scale(0.98);
    align-items: stretch;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    background: rgb(150,173,136,0.5);
    border: 1px solid rgb(185,208,177,0.5);
    border-radius: 16px;
    display: flex;
    transition: transform 0.3s ease;
}

.net-contact-form-box .net-feedback-widget::before {
    top: 2rem;
    position: absolute;
    border-radius: 50%;
    background: rgb(185,208,177);
    animation: signal-pulse 2s infinite alternate;
    box-shadow: 0 0 20px rgb(185,208,177);
    right: 2rem;
    content: '';
    height: 10px;
    width: 10px;
}

.net-contact-form-box .net-feedback-widget input:not([type="checkbox"]):not([type="submit"]) {
    padding: 1rem 1.5rem;
    border: 1px solid rgb(185,208,177,0.5);
    z-index: 2;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    background: rgb(150,173,136,0.5);
    outline: none;
    position: relative;
    font-size: 18px;
    width: 100%;
    color: #ffffff;
}

.net-contact-form-box .net-feedback-widget .net-query-block {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}

.net-contact-form-box .net-feedback-widget .net-query-block input[type="checkbox"]:checked::after {
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    content: '✔';
    color: #ffffff;
    left: 50%;
    top: 50%;
}

.net-contact-form-box .net-feedback-widget .net-help-list {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    background: rgb(185,208,177);
    border: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 1rem;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    letter-spacing: 0.1em;
    width: 100%;
}

.net-course-features .net-tech-training {
    z-index: 1;
    width: 50%;
    right: 0;
    height: 100%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    grid-row: 1;
    top: 0;
    overflow: hidden;
    grid-column: 1 / 3;
    position: absolute;
}

.net-course-features .net-tech-training {
    height: 45%;
    clip-path: none;
    width: 100%;
    position: relative;
    grid-row: 1;
    grid-column: 1;
}

.net-course-features .net-job-success {
    min-height: 33.33vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.net-course-features .net-job-success {
    min-height: auto;
    width: 50%;
}

.net-course-features .net-mentor-network {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    border-radius: 13px;
    max-width: 600px;
    margin-right: auto;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
}

.net-course-features .net-mentor-network {
    max-width: 100%;
    margin: 0 auto;
}

.net-course-features .net-skill-tool h3 {
    line-height: 1.2;
    color: rgb(185,208,177);
    font-size: 33px;
    font-weight: 700;
    margin: 0 0 1.5rem 0;
    position: relative;
}

.net-course-features .net-skill-tool h3 {
    font-size: calc(33px * 1.1);
}

.net-course-features .net-skill-tool .net-help-list::before {
    height: 100%;
    transition: transform 0.6s ease;
    transform: translateX(-100%);
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.net-plan-block::before {
    width: 400px;
    height: 400px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: float 15s ease-in-out infinite alternate;
    content: '';
    right: -100px;
    position: absolute;
    opacity: 0.6;
    z-index: 1;
    filter: blur(30px);
    top: -150px;
    background: linear-gradient(135deg, rgb(185,208,177,0.5), transparent);
}

.net-plan-block .net-cert-fees h2 {
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
}

.net-plan-block .net-pro-rates {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

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

.net-plan-block .net-learn-fees {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
}

.net-plan-block .net-discount-grid::after {
    content: '';
    transition: width 0.3s ease;
    width: 40px;
    position: absolute;
    bottom: 0;
    background: rgb(185,208,177,0.5);
    height: 2px;
    left: 0;
}

.net-plan-block .net-img-strip-wrap::after {
    opacity: 0;
    content: '';
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    position: absolute;
    transition: opacity 0.4s ease;
    top: 0;
}

.net-find-us::after {
    left: -20%;
    top: -50%;
    background: linear-gradient(135deg, rgb(185,208,177,0.5) 0%, transparent 70%);
    opacity: 0.2;
    width: 120%;
    z-index: 0;
    transform: rotate(-15deg);
    content: "";
    height: 200%;
    position: absolute;
}

.net-find-us .net-reach-us {
    line-height: 1.6;
    margin-bottom: 3rem;
    font-size: calc(13px * 1.1);
    max-width: 80%;
    color: #000000;
}

.net-find-us .net-online-questions > span:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.net-find-us .net-online-questions > span svg {
    transition: all 0.4s ease;
    opacity: 0.7;
    right: 1.5rem;
    position: absolute;
    top: 1.5rem;
    width: 28px;
    height: 28px;
    fill: rgb(185,208,177);
}

.net-find-us .net-online-questions > span svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
    transition: all 0.3s ease;
}

.net-find-us .net-online-questions p svg {
    fill: rgb(185,208,177);
    opacity: 0.8;
    width: 18px;
    margin-right: 10px;
    height: 18px;
    position: static;
}

.net-find-us .net-online-questions a {
    display: inline-flex;
    transition: color 0.3s ease;
    position: relative;
    color: rgb(185,208,177);
    text-decoration: none;
    align-items: center;
}

.net-find-us .net-online-questions a:hover {
    color: rgb(150,173,136);
}

.net-find-us .net-online-questions a:hover svg {
    transform: translateX(3px);
    fill: rgb(150,173,136);
}

.net-find-us .net-support-request {
    margin-top: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    width: 100%;
    background-color: #ffffff;
    border-radius: 17px;
    position: relative;
    overflow: hidden;
    padding: 2.5rem;
}

.net-find-us .net-support-request {
    opacity: 0;
    animation-delay: 0.7s;
    animation: fadeInUp 0.6s ease forwards;
}

.net-find-us .net-support-request:hover h4 svg {
    transform: rotate(360deg);
}

.net-find-us .net-support-request span {
    margin: 0.5rem 1rem 0.5rem 0;
    border-radius: 10px;
    font-size: 13px;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    align-items: center;
    color: #000000;
    display: inline-flex;
    background-color: rgba(rgb(150,173,136,0.5), 0.1);
}

.net-find-us .net-support-request span:hover svg {
    transform: scale(1.2);
    opacity: 1;
}

.net-find-us .net-online-questions > span:hover::after {
    width: 100%;
}

.net-find-us .net-online-questions > span:hover::after {
    background: linear-gradient(90deg, rgb(185,208,177), rgb(150,173,136), rgb(185,208,177));
    background-size: 200% 200%;
}

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

.net-course-demographic {
    background-color: rgb(220,235,215);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

.net-course-demographic::before {
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(150,173,136,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(185,208,177,0.5) 0%, transparent 40%);
    z-index: 1;
    top: 0;
    content: '';
    position: absolute;
    opacity: 0.2;
    height: 100%;
    left: 0;
}

.net-course-demographic ul {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2.5rem;
    list-style-type: none;
    margin: 0;
}

.net-course-demographic li::before {
    opacity: 0.1;
    content: '';
    left: 0;
    z-index: -1;
    top: 0;
    background: 
        radial-gradient(circle at 90% 10%, rgb(185,208,177,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(150,173,136,0.5) 0%, transparent 30%);
    width: 100%;
    position: absolute;
    height: 100%;
    transition: opacity 0.5s ease;
}

.net-course-demographic li:hover::before {
    opacity: 0.2;
}

.net-course-demographic li:hover::after {
    opacity: 0.1;
    transform: scale(1);
}

.net-course-demographic li:hover svg {
    transform: translateY(-5px);
    fill: rgb(185,208,177);
    filter: drop-shadow(0 8px 15px rgb(185,208,177,0.5));
}

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

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

.net-title-portal::before {
    top: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.45) 100%);
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
}

.net-title-portal > div > div:first-child {
    transform: perspective(1000px) rotateX(2deg);
    padding-left: 2rem;
    position: relative;
    margin-left: 2rem;
}

.net-title-portal .net-start-begin {
    display: flex;
    opacity: 0;
    flex-direction: column;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 2px 5px rgba(255, 255, 255, 0.05) inset;
    gap: 1.5rem;
    transform: translateY(30px);
    padding: 2.5rem;
    background: linear-gradient(
    135deg,
    rgba(20, 20, 20, 0.7) 0%,
    rgba(40, 40, 40, 0.3) 100%
  );
    position: relative;
    clip-path: polygon(
    0 0,
    100% 0,
    98% 100%,
    2% 100%
  );
    animation: riseUp 1s 1s forwards cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
}

.net-title-portal .net-start-begin > div:last-child {
    margin-top: 1rem;
    opacity: 0;
    position: relative;
    animation: fadeIn 0.8s 1.6s forwards ease-out;
}

.net-title-portal .net-start-begin span {
    display: block;
}

.net-secure-stockade {
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,235,215) 0%, rgba(rgb(185,208,177,0.5), 0.05) 100%);
    position: relative;
}

.net-secure-stockade::before {
    background: linear-gradient(90deg, rgb(185,208,177) 0%, rgb(150,173,136) 100%);
    position: absolute;
    top: 0;
    box-shadow: 0 0 20px rgba(rgb(185,208,177,0.5), 0.4);
    width: 100%;
    height: 6px;
    content: "";
    left: 0;
}

.net-secure-stockade h1 {
    color: rgb(185,208,177);
    margin-bottom: 2.5rem;
    letter-spacing: -0.02em;
    font-weight: 700;
    border-bottom: 1px solid rgba(rgb(185,208,177,0.5), 0.1);
    padding-bottom: 1rem;
    transform: translateZ(5px);
    font-size: 44px;
    position: relative;
}

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

.net-secure-stockade h4::before {
    position: absolute;
    left: 0;
    height: 60%;
    top: 0.4em;
    content: "";
    width: 4px;
    border-radius: 1px;
    background: rgb(150,173,136);
}

.net-secure-stockade span {
    color: #000000;
    max-width: 95%;
    position: relative;
    display: block;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 1.5rem;
}

.net-secure-stockade li::before {
    border: 2px solid rgb(185,208,177);
    border-radius: 50%;
    top: 0.6em;
    background: rgba(rgb(255, 255, 255, 0.5), 0.8);
    width: 8px;
    left: 0;
    transition: transform 0.3s ease;
    content: "";
    height: 8px;
    position: absolute;
    box-shadow: 0 0 0 2px rgba(rgb(185,208,177,0.5), 0.1);
}

.net-developer-experience .net-student-feedback {
    max-width: 1100px;
    grid-template-columns: 1fr 1.2fr;
    border-radius: 16px;
    background: #ffffff;
    display: grid;
    gap: 0;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    overflow: visible;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
}

.net-developer-experience .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: -0.5px;
    color: #000000;
}

.net-developer-experience .net-emp-summary {
    line-height: 1.7;
    position: relative;
    font-weight: 300;
    font-size: calc(12px * 1.1);
    font-family: Arial, sans-serif;
    font-style: italic;
    color: #000000;
}



.net-developer-experience .net-student-feedback:hover .name {
    background-clip: text !important;
    background: linear-gradient(90deg, rgb(185,208,177), rgb(150,173,136));
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

header .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

header .net-main-guide {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

header .net-main-navbar {
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.2rem;
    position: relative;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    color: #ffffff;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 400;
}

header .net-main-navbar:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    transform: translateY(-3px);
}

header .net-page-top:hover::before {
    left: 100%;
}

header .net-page-top svg {
    z-index: 2;
    height: auto;
    position: relative;
    width: 160px;
}

.net-our-background {
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
    position: relative;
}

.net-our-background::after {
    width: 40%;
    content: "";
    position: absolute;
    filter: blur(50px);
    top: -10%;
    transform: rotate(-15deg) skew(20deg);
    background: rgb(185,208,177);
    animation: glow 20s infinite alternate;
    right: -10%;
    opacity: 0.1;
    height: 70%;
    z-index: 1;
}

.net-our-background .net-note-frame > div:first-child {
    margin-bottom: 0.5rem;
    display: inline-block;
}

.net-our-background .net-note-frame h5::before {
    animation: pulse 3s infinite alternate;
    background: rgb(185,208,177);
    content: "";
    filter: blur(10px);
    bottom: -10px;
    left: -10px;
    width: 20px;
    border-radius: 50%;
    height: 20px;
    opacity: 0.3;
    position: absolute;
}

.net-our-background .net-note-frame > div:nth-child(2) p {
    margin: 0.5rem 0 1.5rem;
    line-height: 1.4;
    color: #ffffff;
    font-size: calc(21px * 1.2);
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
}

.net-our-background .net-note-frame ol li::first-letter {
    margin-right: 0.25rem;
    color: rgb(185,208,177);
    font-size: 1.5em;
    font-weight: 700;
    float: left;
}


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



@media (max-width: 767px) {.net-subscribe-to-newsletter {
    padding: 5rem 1.5rem;
}.net-subscribe-to-newsletter h3 {
    font-size: 18px;
    width: 90%;
    padding: 1.2rem 1.5rem;
}.net-subscribe-to-newsletter .net-inquiry-map {
    width: 100%;
}.net-subscribe-to-newsletter .input_holder {
    padding: 3rem 1.5rem 2rem;
}.net-subscribe-to-newsletter input[type="email"] {
    padding: 1.2rem;
}.net-subscribe-to-newsletter .net-email-input-box {
    padding: 1rem;
    width: 90%;
}}



@media (max-width: 480px) {.net-training-structure {
    padding: 50px 0;
}.net-training-structure h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.7);
}.net-training-structure h2::before {
    height: 3px;
    width: 50px;
}.net-training-structure h2::after {
    width: 12px;
    left: 55px;
    height: 3px;
}.net-training-structure .net-note-frame {
    padding: 25px 20px 25px 25px;
}.net-training-structure .net-note-frame::before {
    width: 6px;
}.net-training-structure .net-note-frame p {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 991px) {.net-converter {
    padding: 60px 0 30px;
}.net-converter .container {
    flex-direction: column;
}.net-converter .company_holder {
    flex: 0 0 100%;
    margin-bottom: 40px;
    padding-right: 0;
}.net-converter .company_holder::after {
    display: none;
}.net-converter .net-stats-tool {
    flex: 0 0 100%;
}.net-converter .net-header-page {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}



@media (max-width: 576px) {.net-converter {
    padding: 30px 0 15px;
}.net-converter .company_holder {
    margin-bottom: 30px;
}.net-converter .company_holder h3 {
    font-size: calc(32px * 0.7);
}.net-converter .net-header-page h5 {
    font-size: calc(23px * 0.8);
}.net-event-cal {
    padding: 10px 0;
}.net-event-cal .net-grade-help {
    font-size: calc(12px * 0.8);
}}



@media (max-width: 767px) {.net-data-overview {
    padding: 4rem 0;
}.net-data-overview ul {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}.net-data-overview .net-statistics-expert div {
    padding: 1.5rem 1rem;
}.net-data-overview .net-statistics-expert p {
    font-size: 28px;
}.net-data-overview .net-statistics-expert span {
    font-size: calc(12px * 0.9);
}.net-data-overview h4 {
    font-size: 20px;
}
}



@media screen and (max-width: 768px) {.net-contact-form-box {
    padding: 3rem 0;
}.net-contact-form-box h2 {
    font-size: calc(48px * 0.8);
    margin-bottom: 2rem;
}.net-contact-form-box .net-feedback-widget h3 {
    font-size: calc(35px * 0.9);
}.net-contact-form-box .net-feedback-widget input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.net-contact-form-box .net-feedback-widget .net-query-block {
    align-items: flex-start;
}.net-contact-form-box .net-feedback-widget .net-query-block input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (max-width: 991px) {.net-plan-block {
    padding: 5rem 0;
}.net-plan-block .net-cert-fees {
    margin-bottom: 2rem;
}.net-plan-block .net-pro-rates {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}



@media (max-width: 767px) {.net-plan-block {
    padding: 4rem 0;
}.net-plan-block .net-access-cost {
    padding: 2rem 1.5rem;
}.net-plan-block .net-img-strip-wrap {
    height: 180px;
}
}



@media (hover: none) {.net-plan-block .net-price-grid:hover {
    transform: none;
}.net-plan-block .net-price-grid:hover .net-learn-fees {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.net-plan-block .net-price-grid:hover .net-img-strip-wrap::after {
    opacity: 0;
}.net-plan-block .net-price-grid:hover .net-discount-grid::after {
    width: 40px;
}}


@media (max-width: 767px) {.net-find-us {
    padding: 4rem 0;
}.net-find-us .net-online-questions > span {
    flex: 1 0 calc(100% - 2rem);
}.net-find-us .net-edu-input h3 {
    font-size: calc(43px * 0.8);
    max-width: 100%;
}.net-find-us .net-reach-us {
    font-size: 13px;
}.net-find-us .net-support-request {
    padding: 2rem;
}.net-find-us .net-online-questions > span {
    padding: 2rem;
}.net-find-us .net-online-questions > span svg {
    right: 1rem;
    height: 20px;
    width: 20px;
    top: 1rem;
}.net-find-us .net-support-request span svg {
    width: 12px;
    height: 12px;
}
}



@media (max-width: 767px) {.net-course-demographic {
    padding: 4rem 0;
}.net-course-demographic h3 {
    letter-spacing: 1px;
    margin-bottom: 2.5rem;
    font-size: calc(47px * 0.7);
}.net-course-demographic ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.net-course-demographic li {
    padding: 1.8rem 1.2rem;
}.net-course-demographic li svg {
    margin-bottom: 1rem;
    height: 50px;
    width: 50px;
}}



@media (max-width: 768px) {.net-title-portal {
    min-height: 85vh;
}.net-title-portal > div {
    transform: translateY(0);
    gap: 1.5rem;
}.net-title-portal > div > div:first-child {
    padding-left: 1rem;
    margin-left: 0.5rem;
}.net-title-portal .net-start-begin {
    padding: 1.5rem;
    clip-path: polygon(
      0 0,
      100% 0,
      97% 100%,
      3% 100%
    );
}.net-title-portal .net-expert-studio::after {
    width: 40%;
}
}



@media (max-width: 576px) {.net-secure-stockade {
    padding: 3rem 1rem;
}.net-secure-stockade h1 {
    margin-bottom: 1.5rem;
    font-size: calc(44px * 0.7);
}.net-secure-stockade h2 {
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    font-size: calc(33px * 0.8);
}.net-secure-stockade h3 {
    padding-left: 0.75rem;
    font-size: calc(33px * 0.7);
}.net-secure-stockade h4 {
    font-size: calc(33px * 0.6);
    padding-left: 0.5rem;
}.net-secure-stockade h1::after {
    width: 60px;
}.net-secure-stockade ul {
    padding-left: 0.5rem;
}.net-secure-stockade li {
    padding-left: 1.25rem;
}}



@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .net-header-page {
    gap: 0.3rem;
}header .net-main-navbar {
    font-size: calc(17px - 1px);
    padding: 0.6rem 0.8rem;
}header .net-page-top svg {
    width: 140px;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .net-header-page {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .net-header-page::-webkit-scrollbar {
    height: 3px;
}header .net-header-page::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(185,208,177);
}header .net-main-navbar {
    white-space: nowrap;
}header .net-page-top svg {
    width: 110px;
}}



@media (max-width: 767px) {.net-our-background {
    padding: 80px 0;
}.net-our-background .net-note-frame {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem;
}.net-our-background .net-note-frame h5 {
    font-size: calc(21px * 0.9);
    padding: 0.4rem 1.2rem;
}.net-our-background .net-note-frame > div:nth-child(2) p {
    font-size: calc(21px * 1.1);
}.net-our-background .net-note-frame ol li {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}



@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateZ(10px) rotateX(5deg) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) rotateX(2deg) translateY(0);
    }
}



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



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-10px) scale(1.02);
    }
}



@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}



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



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



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



@keyframes scaleIn {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}



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

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(185,208,177,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

