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

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

.net-nav-skill {
    flex: 1 0 auto;
}

.net-grade-help {
    flex: 0 0 auto;
}

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


.net-cookie-warning-panel {
    border-top: 3px solid rgb(205,188,186);
    z-index: 90;
    width: 100%;
    background: rgb(225,221,220);
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

.net-track-accept {
    flex-shrink: 0;
    margin-right: 15px;
}

.net-track-accept svg:hover {
    fill: rgb(175,133,132);
}

.net-cookie-tab {
    color: #000000;
    margin-right: 15px;
    flex-grow: 1;
}

.net-cookie-warning-panel p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

.net-track-manage:hover {
    background: rgb(175,133,132);
    box-shadow: 0 0 10px rgb(175,133,132,0.5);
}

#net-cookies-allowance-approval {
    background: rgb(205,188,186);
}

#net-decline-privacy-settings {
    background: rgba(0, 0, 0, 0.5);
}

.net-cookie-warning-panel p a {
    color: rgb(205,188,186);
    transition: color 0.3s ease;
    text-decoration: underline;
}


#net-cookieDialogWindow {
    display: none;
}

.net-tyArea {
    background: linear-gradient(135deg, rgb(205,188,186,0.5) 0%, rgb(225,221,220) 70%);
    perspective: 1000px;
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}

.net-tyArea .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    transform-style: preserve-3d;
    max-width: 1200px;
}

.net-tyArea h2 {
    margin-bottom: 3rem;
    opacity: 0;
    font-size: 30px;
    position: relative;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    color: #000000;
    line-height: 1.3;
    transform: translateZ(40px);
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.net-tyArea .net-study-program {
    transition: transform 0.5s ease;
    border-left: 5px solid rgb(205,188,186);
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    box-shadow: 
        0 10px 25px -10px rgba(0,0,0,0.1),
        0 5px 10px -5px rgba(0,0,0,0.04);
    background: #ffffff;
    transform-style: preserve-3d;
    transform: translateZ(20px) rotateY(-2deg);
    opacity: 0;
}

.net-tyArea li {
    position: relative;
    padding: 2.5rem;
}

.net-tyArea span {
    display: block;
    line-height: 1.8;
    transform: translateZ(10px);
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
}

.net-take-a-spin {
    padding: 4rem 2rem;
    position: relative;
    margin: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(175,133,132) 0%, rgb(205,188,186) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.net-take-a-spin::after {
    z-index: 2;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.15;
    top: 0;
    pointer-events: none;
    position: absolute;
    background: radial-gradient(
    circle at 75% 25%,
    rgb(255, 255, 255, 0.5) 0%,
    transparent 60%
  );
}

.net-take-a-spin h6 {
    font-weight: 600;
    position: relative;
    max-width: 800px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    font-size: clamp(1.5rem, 3vw, 19px);
    color: #ffffff;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
}

.net-take-a-spin div div {
    margin-top: 1rem;
    justify-content: center;
    display: flex;
    position: relative;
}

.net-take-a-spin div div span {
    display: inline-block;
    transform: translateZ(30px);
    position: relative;
}

.net-take-a-spin .net-help-links {
    padding: 1rem 2.5rem;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    font-size: 20px;
    display: inline-flex;
    background: #ffffff;
    color: rgb(205,188,186);
    clip-path: polygon(
    5% 0%,
    100% 0%,
    95% 100%,
    0% 100%
  );
    justify-content: center;
    border: none;
    overflow: hidden;
    font-weight: 700;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}

.net-take-a-spin .net-help-links:hover::before {
    left: 100%;
}

.net-take-a-spin .net-help-links span {
    transition: transform 0.3s ease;
    z-index: 2;
    position: relative;
}

header .net-head-expert {
    position: relative;
    padding: 1.5rem 2rem;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 11px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    width: 100%;
    left: 0;
    overflow: visible;
    background: linear-gradient(135deg, rgb(205,188,186,0.5) 0%, rgb(175,133,132) 100%);
    z-index: 100;
}

header .net-head-expert .net-head-lead svg {
    width: 80px;
    height: auto;
}

header .net-head-expert .net-main-train::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    top: -10px;
    width: calc(100% + 40px);
    border-radius: 10px;
    background: linear-gradient(45deg, transparent 0%, rgb(205,188,186,0.5) 100%);
    position: absolute;
    opacity: 0;
    content: "";
    height: calc(100% + 20px);
    z-index: -1;
    left: -20px;
}

header .net-head-expert .net-main-teach a::before {
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgb(175,133,132);
    transition: transform 0.3s ease;
    transform: scaleX(0) rotate(-2deg);
    transform-origin: right;
    position: absolute;
    left: 0;
    content: "";
}

.net-privacy-zone::before {
    height: 100%;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(rgb(205,188,186,0.5), 0.03) 20px,
    rgba(rgb(205,188,186,0.5), 0.03) 40px
  );
    z-index: 0;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
}

.net-privacy-zone .container {
    position: relative;
    animation: fadeIn 0.8s ease-out forwards;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}

.net-privacy-zone h1::after {
    animation: expandWidth 0.6s ease-out 0.8s forwards;
    transform: scaleX(0);
    width: 80px;
    left: 0;
    transform-origin: left;
    height: 4px;
    position: absolute;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, rgb(205,188,186) 0%, rgb(175,133,132) 100%);
}

.net-privacy-zone h2::before {
    position: absolute;
    top: 8px;
    height: calc(100% - 16px);
    background: rgb(175,133,132);
    border-radius: 2px;
    left: 0;
    content: "";
    width: 4px;
}

.net-privacy-zone h3 {
    color: rgb(175,133,132);
    animation: slideInUp 0.5s ease-out 0.5s forwards;
    font-weight: 600;
    padding-left: 15px;
    opacity: 0;
    transform: translateY(10px);
    position: relative;
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.85);
    font-family: Arial, sans-serif;
}

.net-privacy-zone h4::before {
    left: 0;
    top: 8px;
    border-radius: 1px;
    content: "";
    width: 2px;
    background: rgba(0, 0, 0, 0.5);
    height: calc(100% - 16px);
    position: absolute;
}

.net-privacy-zone p {
    font-size: 13px;
    color: #000000;
    transform: translateY(8px);
    font-family: Arial, sans-serif;
    position: relative;
    animation: fadeSlideUp 0.7s ease-out 0.6s forwards;
    opacity: 0;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.net-privacy-zone ul {
    border-left: 3px solid rgb(205,188,186,0.5);
    position: relative;
    animation: fadeSlideIn 0.7s ease-out 0.8s forwards;
    padding: 0.5rem 0 0.5rem 1.5rem;
    opacity: 0;
    list-style-type: none;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    transform: translateX(10px);
    margin: 0 0 2rem 0;
}

.net-privacy-zone li:nth-child(1) {
    --li-index: 1;
}

.net-privacy-zone li:nth-child(2) {
    --li-index: 2;
}

.net-privacy-zone li:nth-child(3) {
    --li-index: 3;
}

.net-privacy-zone li::before {
    left: 0;
    content: "";
    transform: rotate(45deg);
    border-radius: 2px;
    height: 8px;
    box-shadow: 0 0 0 3px rgb(205,188,186,0.5);
    top: 1.2rem;
    background: rgb(205,188,186);
    width: 8px;
    position: absolute;
}

footer {
    position: relative;
    width: 100%;
}

footer .net-grade-help {
    background: linear-gradient(135deg, rgb(205,188,186), rgb(175,133,132));
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 30px;
}

footer .net-program-foot {
    position: relative;
    z-index: 1;
}

footer .net-reach-teamCc3 {
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}

footer .info_item {
    height: 220px;
    z-index: 1;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(5px);
    border-radius: 50%;
    background-color: rgb(205,188,186,0.5);
    position: relative;
    display: flex;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    align-items: center;
    flex: 0 1 220px;
    transition: all 0.4s ease;
}

footer .info_item:nth-child(4) {
    transform: translateY(10px);
}

footer .info_item svg {
    width: 24px;
    margin-right: 10px;
    flex-shrink: 0;
    height: 24px;
    fill: #ffffff;
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    max-width: 80%;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

footer .net-head-lead, footer .net-main-train, footer .subscribe_holder {
    max-width: 400px;
    padding: 30px;
    flex: 1 1 300px;
    align-items: center;
    display: flex;
    position: relative;
    border-radius: 21px;
    backdrop-filter: blur(5px);
    overflow: hidden;
    background-color: rgb(205,188,186,0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    text-align: center;
    transition: all 0.3s ease;
}

footer .net-main-train::before {
    right: -50px;
    bottom: -50px;
    background-color: rgb(175,133,132);
}

footer .subscribe_holder::before {
    bottom: -50px;
    left: -50px;
    background-color: rgb(205,188,186);
}

footer .net-referral-prog {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    max-width: 300px;
    font-size: 15px;
}

footer .net-main-train h5::after, footer .subscribe_holder h5::after {
    transition: width 0.3s ease;
    position: absolute;
    background-color: #ffffff;
    bottom: -8px;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    left: 50%;
    content: "";
}

footer .net-header-edu a {
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 8px 15px;
    background-color: rgb(205,188,186,0.5);
    font-size: 12px;
    text-decoration: none;
}

footer .input_holder {
    align-items: center;
    width: 100%;
    flex-direction: column;
    max-width: 300px;
    gap: 15px;
    display: flex;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 3px rgb(205,188,186,0.5);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .net-begin-now {
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    background-color: rgb(205,188,186);
    cursor: pointer;
    border: none;
    padding: 15px 20px;
    color: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
}

.net-user-testimonials {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
    background: linear-gradient(135deg, rgb(225,221,220) 0%, rgb(205,188,186,0.5) 100%);
}

.net-user-testimonials::before {
    content: "";
    top: 0;
    height: 100%;
    opacity: 0.05;
    position: absolute;
    background: repeating-linear-gradient(
        30deg,
        rgb(175,133,132,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(175,133,132,0.5) 12px
    );
    pointer-events: none;
    left: 0;
    width: 100%;
}

.net-user-testimonials h2 {
    position: relative;
    color: #000000;
    margin-bottom: 60px;
    font-weight: 700;
    text-align: left;
    max-width: 80%;
    font-size: 35px;
    transform: translateX(5%);
}

.net-user-testimonials .net-learner-feedback {
    display: grid;
    margin: 0;
    gap: 30px;
    list-style: none;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}

.net-user-testimonials .net-edu-ratings:nth-child(odd) {
    transform: translateY(40px);
}

.net-user-testimonials .net-edu-ratings:nth-child(even) {
    transform: translateY(20px);
}

.net-user-testimonials .net-edu-ratings:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}

.net-user-testimonials .net-edu-ratings::before {
    font-size: 150px;
    font-family: Georgia, serif;
    z-index: 0;
    content: "";
    font-weight: 700;
    opacity: 0.15;
    right: 20px;
    color: rgb(175,133,132,0.5);
    top: -20px;
    line-height: 1;
    position: absolute;
}

.net-user-testimonials .net-edu-ratings:hover::after {
    transform: scaleX(1);
}

.net-user-testimonials .net-edu-ratings div {
    align-items: center;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
    display: flex;
}

.net-user-testimonials .net-edu-ratings img {
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    transition: transform 0.3s ease;
    height: 60px;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.net-user-testimonials .net-edu-ratings:hover h4::after {
    width: 50px;
}

.net-user-testimonials .net-edu-ratings .description {
    position: relative;
    margin: 0;
    font-style: italic;
    line-height: 1.6;
    color: #000000;
    font-size: calc(12px - 1px);
    z-index: 2;
}

.net-user-testimonials a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.net-user-testimonials a::before {
    left: -100%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transition: left 0.7s ease;
}

.net-user-testimonials a:hover::before {
    left: 100%;
}

.net-title-page::before {
    z-index: -1;
    height: 100%;
    background: linear-gradient(45deg, rgb(205,188,186,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transform: translateZ(0);
}

.net-title-page .net-study-program {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    perspective: 1000px;
    width: 90%;
    display: grid;
    margin: 0 auto;
    gap: 2rem;
    padding: 3rem 0;
    grid-template-columns: 1fr;
}

.net-title-page .net-study-program {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}

.net-title-page .net-study-program {
    padding: 5rem 0;
}

.net-title-page h1::after {
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: rgb(205,188,186);
    transform: scaleX(0);
    content: "";
    width: 80px;
    animation: expandLine 1.2s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform-origin: left;
}

.net-title-page h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}

.net-title-page .net-fast-school {
    border-radius: 10px;
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 2rem;
    transform: translateY(20px) rotateX(5deg);
    opacity: 0;
    border-left: 4px solid rgb(205,188,186);
    animation: fadeSlideUp 0.8s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
}

.net-title-page .net-fast-school {
    animation: fadeSlideInfo 1s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: perspective(1000px) rotateY(3deg);
    padding: 2.5rem;
}


    
    .net-title-page .net-fast-school {
    text-align: center;
    align-items: center;
}

.net-title-page svg path {
    transition: fill 0.3s ease;
    fill: rgb(205,188,186);
}

.net-title-page .net-help-links {
    border: none;
    position: relative;
    background: linear-gradient(135deg, rgb(205,188,186) 0%, rgb(175,133,132) 100%);
    font-weight: 600;
    color: #ffffff;
    padding: 0.9rem 2rem;
    margin-top: 1rem;
    display: inline-block;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.25);
    overflow: hidden;
    text-decoration: none;
    font-size: 17px;
    border-radius: 10px;
    transform: translateY(0);
}

.net-title-page .net-img-img {
    border-radius: 10px;
    height: 300px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    width: 100%;
    animation: fadeSlideUp 0.8s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
    overflow: hidden;
}

.net-title-page .net-img-img {
    transform: translateY(30px) rotateX(3deg) rotateY(-3deg);
    order: 2;
    animation: fadeSlidePhoto 1s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform-origin: center right;
    height: 450px;
}

.net-title-page .net-img-img {
    transform: perspective(1000px) rotateY(-3deg);
    height: 500px;
    animation: fadeSlidePhoto3D 1s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

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

.net-pricing-column h2 {
    margin-bottom: 20px;
    text-align: center;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    transform: translateY(20px);
}

.net-pricing-column .net-pricing-offers {
    perspective: 1000px;
    gap: 30px;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
}

.net-pricing-column .net-pricing-offers li:nth-child(2) {
    animation-delay: 0.5s;
}

.net-pricing-column .net-pricing-offers li:nth-child(4) {
    animation-delay: 0.9s;
}

.net-pricing-column .net-pricing-pack {
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border-radius: 8px;
    transform: translateZ(0);
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    height: 100%;
    overflow: hidden;
}

.net-pricing-column .net-rate-panel {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 400px;
    color: #ffffff;
    padding: 35px 30px;
}

.net-pricing-column .net-rate-panel h4::after {
    bottom: 0;
    transition: width 0.4s ease;
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
    background: rgb(205,188,186);
    width: 60px;
}

.net-pricing-column .net-program-rate {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 25px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(205,188,186) 0%, rgb(175,133,132) 100%);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-radius: 6px;
    display: inline-block;
    align-self: flex-start;
    font-weight: 700;
    padding: 10px 20px;
    font-size: calc(20px * 1.3);
}

.net-pricing-column .net-learn-deals:hover .net-rate-panel h4 {
    transform: translateY(-5px);
}

.net-pricing-column .net-learn-deals:hover .net-program-rate {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.net-potential-learners::before {
    width: 500px;
    content: "";
    height: 500px;
    top: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%);
    animation: rotate 20s linear infinite;
}



.net-potential-learners .net-study-program {
    border-radius: 27px;
    z-index: 5;
    padding: 2rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}



.net-potential-learners h3 {
    z-index: 10;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 4rem;
    color: #ffffff;
    font-size: 30px;
}

.net-potential-learners h3::after {
    background: rgb(205,188,186);
    height: 3px;
    transform: translateX(-50%);
    bottom: -15px;
    border-radius: 50px;
    width: 150px;
    position: absolute;
    animation: glow 3s infinite alternate;
    content: "";
    left: 50%;
    box-shadow: 0 0 15px rgb(205,188,186);
}

.net-potential-learners li::before {
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
    content: "";
    height: 100%;
    z-index: -1;
}

.net-potential-learners li::after {
    transform: rotate(20deg) translateX(-150px);
    animation: data-stream 5s infinite;
    content: "";
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    animation-delay: calc(var(--i, 0) * 1s);
    z-index: 0;
    height: 150%;
    position: absolute;
    width: 50px;
}

.net-potential-learners li:nth-child(6) {
    --i: 5;
}

.net-potential-learners li:nth-child(8) {
    --i: 7;
}

.net-potential-learners li:nth-child(10) {
    --i: 9;
}

.net-potential-learners svg {
    position: relative;
    transition: all 0.4s ease;
    margin-right: 1.5rem;
    z-index: 2;
    width: 30px;
    height: 30px;
}

.net-potential-learners li:hover svg {
    transform: rotate(15deg);
}

.net-potential-learners li:hover svg path {
    fill: rgb(205,188,186);
}

.net-program-offerings::before {
    background: linear-gradient(135deg, rgb(205,188,186,0.5) 0%, transparent 50%, rgb(175,133,132,0.5) 100%);
    left: 0;
    height: 100%;
    z-index: 1;
    animation: backgroundShift 15s infinite alternate;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.7;
    top: 0;
}

.net-program-offerings::after {
    top: 0;
    z-index: 2;
    position: absolute;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(205,188,186,0.5) 0%, transparent 70%);
    animation: pulse 8s infinite alternate;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
}

.net-program-offerings .net-learn-business {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    perspective: 1000px;
    gap: 40px;
    position: relative;
}

.net-program-offerings .net-content-wrapper {
    width: 100%;
    padding: 35px;
    flex-direction: column;
    border-radius: 15px;
    animation: floatPanel 8s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 30px;
    transform: translateZ(0);
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
}

.net-program-offerings .net-content-wrapper .description {
    line-height: 1.9;
    background: rgba(255, 255, 255, 0.07);
    transition: all 0.5s ease;
    letter-spacing: 0.5px;
    position: relative;
    transform: translateZ(0);
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    backdrop-filter: blur(4px);
    padding: 18px;
    border-left: 3px solid rgb(205,188,186,0.5);
    text-align: justify;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    z-index: 2;
    margin-bottom: 25px;
    border-radius: 10px;
}

.net-program-offerings .net-content-wrapper .description:last-of-type {
    margin-bottom: 0;
    border-left-color: rgb(175,133,132);
}

.net-program-offerings .net-content-wrapper .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.net-program-offerings .net-img-img {
    animation: floatImage 6s ease-in-out infinite alternate;
    background-position: center;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    align-self: flex-start;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    overflow: hidden;
    height: 450px;
    z-index: 4;
    transform: translateZ(0) rotateY(-5deg);
    background-size: cover;
    border-radius: 15px;
    position: relative;
    transform-style: preserve-3d;
}

.net-instructor-profile .container {
    position: relative;
    max-width: 800px;
    z-index: 2;
    margin: 0 auto;
}

.net-instructor-profile .net-edu-ratings {
    background: #ffffff;
    padding: 60px 40px 40px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 2px;
}

.net-instructor-profile .net-edu-ratings:hover .net-img-img {
    transform: rotate(-5deg);
}

.net-instructor-profile .name {
    color: #000000;
    font-weight: 700;
    margin-left: 0;
    transition: transform 0.5s ease;
    margin-top: 40px;
    letter-spacing: -0.5px;
    transform: translateX(0);
    font-size: calc(19px * 1.2);
}

.net-instructor-profile .net-edu-ratings span:not(.name) {
    transform: translateX(0);
    transition: transform 0.5s ease;
    text-transform: uppercase;
    font-weight: 300;
    color: #000000;
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 1px;
}

.net-instructor-profile .net-job-box::before {
    transition: transform 0.5s ease;
    width: 30px;
    top: 15px;
    transform-origin: right;
    transform: scaleX(0);
    background: rgb(205,188,186);
    content: "";
    left: -40px;
    position: absolute;
    height: 2px;
}

.net-who-we-are {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.net-who-we-are {
    padding: 150px 0;
}

.net-who-we-are::after {
    top: -10%;
    right: -5%;
    content: "";
    transform: rotate(-25deg);
    opacity: 0.15;
    animation: floatElement 20s infinite alternate ease-in-out;
    width: 45%;
    height: 200%;
    z-index: 0;
    position: absolute;
    background: rgb(175,133,132);
}

.net-who-we-are h2 {
    font-weight: 700;
    transform: translateX(-5px);
    position: relative;
    font-size: 31px;
    margin-bottom: 40px;
    display: inline-block;
    color: #ffffff;
}

.net-who-we-are h2 {
    font-size: calc(31px * 1.2);
    margin-bottom: 60px;
}

.net-who-we-are .net-content-wrapper {
    transform: translateY(0);
    position: relative;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    gap: 30px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.92);
}

.net-who-we-are .net-content-wrapper {
    margin-left: 40px;
    width: calc(100% - 40px);
    padding: 60px;
}

.net-who-we-are .net-content-wrapper p::before {
    transform: translateY(-50%) rotate(45deg);
    background: rgb(175,133,132);
    width: 8px;
    height: 8px;
    top: 50%;
    position: absolute;
    left: 0;
    content: "";
}

.net-who-we-are .net-content-wrapper:hover {
    transform: translateY(-5px);
}

.net-who-we-are .net-content-wrapper:hover p {
    transform: translateX(5px);
}

.net-contact-form-box {
    padding: 80px 0;
    position: relative;
    isolation: isolate;
}

.net-contact-form-box .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}

.net-contact-form-box .net-help-map {
    border-radius: 25px;
    display: grid;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    grid-template-columns: 1fr 1.5fr;
}

.net-contact-form-box .net-request-widget h3 {
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(175,133,132);
    font-weight: 700;
    font-size: 38px;
    color: #ffffff;
}



.net-contact-form-box .net-request-widget h3 {
    animation: reveal 0.6s ease forwards;
}

.net-contact-form-box .net-request-widget div:last-of-type {
    border-bottom: none;
}

.net-contact-form-box .net-request-widget div svg {
    height: 22px;
    margin-right: 15px;
    width: 22px;
}

.net-contact-form-box .net-request-widget div svg path {
    fill: rgb(175,133,132);
}

.net-contact-form-box .net-request-widget div span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.net-contact-form-box .net-support-links h3 {
    color: rgb(205,188,186);
    position: relative;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}

.net-contact-form-box form input[type="text"]:focus,
.net-contact-form-box form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgba(rgb(205,188,186), 0.1);
    border-color: rgb(205,188,186);
    outline: none;
}

.net-contact-form-box form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.net-contact-form-box .net-request-message {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.net-contact-form-box .net-request-message input[type="checkbox"]:checked {
    background-color: rgb(205,188,186);
}

.net-contact-form-box .net-request-message input[type="checkbox"]:checked::after {
    position: absolute;
    border-width: 0 2px 2px 0;
    top: 1px;
    content: "";
    height: 10px;
    left: 5px;
    border: solid #ffffff;
    width: 5px;
    transform: rotate(45deg);
}

.net-contact-form-box .net-request-message label a:hover {
    text-decoration: underline;
}

.net-contact-form-box form .net-help-links:hover {
    transform: translateY(-3px);
    background-color: rgb(175,133,132);
}

.net-contact-form-box .net-request-widget div:nth-child(2) {
    animation-delay: 0.2s;
}

.net-contact-form-box .net-request-widget div:nth-child(3) {
    animation-delay: 0.4s;
}

.net-contact-form-box .net-request-widget div:nth-child(5) {
    animation-delay: 0.8s;
}


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


@media only screen and (max-width: 800px) {.net-cookie-list {
    padding: 15px;
}.net-track-accept {
    display: none;
}.net-cookie-warning-panel h5 {
    font-size: 22px;
}.net-cookie-warning-panel p {
    font-size: 16px;
}}



@media (max-width: 992px) {.net-tyArea {
    padding: 4rem 1.5rem;
}.net-tyArea h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2.5rem;
}.net-tyArea .net-study-program {
    transform: translateZ(15px) rotateY(-1deg);
}
}



@media (max-width: 576px) {.net-tyArea {
    padding: 2.5rem 0.8rem;
}.net-tyArea h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.5rem;
}.net-tyArea h2::after {
    width: 60px;
    height: 2px;
}.net-tyArea li {
    padding: 1.5rem;
}.net-tyArea span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}



@media (max-width: 768px) {.net-take-a-spin {
    margin: 3rem 0;
    padding: 3rem 1.25rem;
}.net-take-a-spin::before {
    opacity: 0.07;
}.net-take-a-spin h6 {
    font-size: calc(16px * 1.3);
    margin-bottom: 1.75rem;
}.net-take-a-spin h6::after {
    bottom: -10px;
    height: 2px;
    width: 60px;
}.net-take-a-spin .net-help-links {
    font-size: calc(20px * 0.95);
    padding: 0.85rem 2rem;
}
}



@media (max-width: 992px) {header .net-head-expert {
    margin-left: calc(-50vw + 50%);
    flex-direction: column;
    padding: 1rem;
    transform: skewX(0);
    width: 100vw;
    box-sizing: border-box;
}header .net-head-expert .net-head-lead {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .net-head-expert .net-main-train {
    width: 100%;
    transform: skewX(0);
    justify-content: center;
    flex-wrap: wrap;
}header .net-head-expert .net-main-train::before {
    transform: skewX(0);
}header .net-head-expert .net-main-train:hover::before {
    transform: skewX(0);
}header .net-head-expert .net-main-teach {
    margin: 0.25rem;
}header .net-head-expert .net-main-teach:nth-child(odd),
  header .net-head-expert .net-main-teach:nth-child(even) {
    transform: translateY(0);
}
}



@media (min-width: 992px) {.net-privacy-zone {
    padding: 6rem 4rem;
}.net-privacy-zone h1 {
    margin-bottom: 3.5rem;
    font-size: calc(43px * 1.2);
}.net-privacy-zone h1::after {
    width: 150px;
}.net-privacy-zone .container {
    max-width: 1400px;
    padding: 0 4rem;
}.net-privacy-zone ul {
    padding: 1.5rem 2.5rem 1.5rem 3rem;
    margin: 0 0 3rem 2rem;
}.net-privacy-zone h2 {
    margin: 3.5rem 0 2rem;
}.net-privacy-zone p,
  .net-privacy-zone span {
    margin-bottom: 2rem;
}
}



@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}



@media (max-width: 991px) {footer .info_item {
    height: 180px;
    flex: 0 1 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}



@media (max-width: 767px) {footer .net-grade-help {
    padding: 60px 0 30px;
}footer .net-reach-teamCc3 {
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    flex: 0 1 100px;
    height: 100px;
    padding: 15px;
}footer .net-head-lead, footer .net-main-train, footer .subscribe_holder {
    padding: 25px 20px;
}footer .net-glossary {
    margin-top: 40px;
}
}



@media (max-width: 1200px) {.net-user-testimonials {
    padding: 100px 0 60px;
}.net-user-testimonials h2 {
    font-size: calc(35px - 4px);
    margin-bottom: 50px;
    max-width: 90%;
}.net-user-testimonials .net-learner-feedback {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 768px) {.net-user-testimonials {
    padding: 60px 15px 40px;
}.net-user-testimonials h2 {
    font-size: calc(35px - 8px);
    margin-bottom: 40px;
}.net-user-testimonials .net-learner-feedback {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.net-user-testimonials a {
    text-align: center;
    margin-top: 30px;
    display: block;
    width: 100%;
}
}



@media (min-width: 1200px) {.net-title-page::before {
    background: linear-gradient(45deg, rgb(205,188,186,0.5) 0%, transparent 60%);
}.net-title-page .net-fast-school {
    padding: 3rem;
}.net-title-page h1 {
    max-width: 60%;
}.net-title-page .net-img-img {
    height: 550px;
}
}



@media (max-width: 1024px) {.net-pricing-column {
    padding: 80px 0;
}.net-pricing-column .net-pricing-offers {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.net-pricing-column .net-rate-panel {
    min-height: 380px;
    padding: 30px 25px;
}
}



@media (max-width: 576px) {.net-pricing-column {
    padding: 50px 0;
}.net-pricing-column .container {
    padding: 0 15px;
}.net-pricing-column h2 {
    font-size: calc(36px * 0.8);
}.net-pricing-column .net-member-fees {
    margin-bottom: 30px;
    font-size: calc(17px * 0.9);
}.net-pricing-column .net-pricing-offers {
    grid-template-columns: 1fr;
    gap: 25px;
}.net-pricing-column .net-rate-panel {
    min-height: auto;
}.net-pricing-column .net-rate-panel p {
    font-size: calc(17px * 0.9);
}.net-pricing-column .net-program-rate {
    align-self: center;
    margin-top: 20px;
}}



@media (max-width: 768px) {.net-potential-learners {
    padding: 3.5rem 1.5rem;
}.net-potential-learners ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.net-potential-learners::before {
    height: 300px;
    width: 300px;
}.net-potential-learners::after {
    height: 450px;
    width: 450px;
}.net-potential-learners h3 {
    font-size: calc(30px * 0.9);
}
}



@media screen and (max-width: 1200px) {.net-program-offerings {
    padding: 100px 0;
}.net-program-offerings .net-learn-business {
    gap: 30px;
}.net-program-offerings .net-content-wrapper {
    padding: 30px;
}.net-program-offerings .net-content-wrapper h2 {
    padding: 12px 18px;
    font-size: calc(28px * 0.9);
}.net-program-offerings .net-content-wrapper .description {
    padding: 15px;
}
}



@media screen and (max-width: 767px) {.net-program-offerings {
    padding: 60px 0;
}.net-program-offerings .net-learn-business {
    gap: 30px;
}.net-program-offerings .net-content-wrapper {
    gap: 20px;
    padding: 25px;
}.net-program-offerings .net-content-wrapper h2 {
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: calc(28px * 0.8);
}.net-program-offerings .net-content-wrapper .description {
    margin-bottom: 15px;
    padding: 12px;
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}.net-program-offerings .net-img-img {
    min-height: 350px;
}.net-program-offerings .net-learn-business::before {
    display: none;
}
}



@media screen and (max-width: 480px) {.net-program-offerings {
    padding: 40px 0;
}.net-program-offerings .net-content-wrapper {
    gap: 15px;
    padding: 20px;
}.net-program-offerings .net-content-wrapper h2 {
    padding: 8px 12px;
    font-size: calc(28px * 0.7);
    letter-spacing: 1px;
}.net-program-offerings .net-content-wrapper .description {
    padding: 10px;
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.net-program-offerings .net-img-img {
    min-height: 280px;
}}



@media (min-width: 992px) {.net-who-we-are {
    padding: 180px 0;
}.net-who-we-are::after {
    width: 60%;
    right: -10%;
    top: -20%;
}.net-who-we-are h2 {
    transform: translateX(-10px);
}.net-who-we-are .net-content-wrapper {
    width: calc(100% - 80px);
    margin-left: 80px;
    padding: 80px;
}.net-who-we-are .net-content-wrapper::before {
    width: 8px;
}.net-who-we-are .net-content-wrapper div > div {
    column-count: 2;
}
}



@media screen and (max-width: 992px) {.net-contact-form-box .net-help-map {
    grid-template-columns: 1fr;
}.net-contact-form-box .net-request-widget {
    padding: 40px 30px;
}.net-contact-form-box .net-support-links {
    padding: 40px 30px;
}.net-contact-form-box .net-request-widget::after {
    display: none;
}
}



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



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



@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1.2);
  }
}



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



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



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



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



@keyframes fadeSlideUp {
    from {
        transform: translateY(30px) rotateX(5deg);
        opacity: 0;
    }
    to {
        transform: translateY(0) rotateX(0);
        opacity: 1;
    }
}



@keyframes floatIcon {
    0%, 100% {
        transform: scale(0.8) translateY(0) rotate(-5deg);
    }
    50% {
        transform: scale(0.8) translateY(-10px) rotate(-2deg);
    }
}



@keyframes pulseText {
    0% {
        fill: rgb(205,188,186);
    }
    100% {
        fill: rgb(175,133,132);
    }
}


    
    @keyframes fadeSlideInfo {
        from {
            transform: perspective(1000px) rotateY(3deg) translateY(30px);
            opacity: 0;
        }
        to {
            transform: perspective(1000px) rotateY(0) translateY(0);
            opacity: 1;
        }
    }

@keyframes expandLine {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }



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

@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes pulse {
    0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.8); }
    100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); }
}

@keyframes data-stream {
    0% { transform: rotate(20deg) translateX(-150px); opacity: 0; }
    20% { opacity: 0.5; }
    100% { transform: rotate(20deg) translateX(500px); opacity: 0; }
}



@keyframes borderPulse {
    0% {
        border-color: rgb(205,188,186,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(175,133,132,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}



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



@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}



@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}



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



@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}



@keyframes growVertical {
    from { height: 0; }
    to { height: 100%; }
}


    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }

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

