﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.netwarp-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}::-webkit-scrollbar {
    width: 8px;
    padding: 3px;
}::-webkit-scrollbar-track {
    border: 1px solid rgb(185,174,164);
    border-radius: 18.8vw;
    box-shadow: inset 2px 5px 6px -1px rgba(0, 0, 0, 0.6);
    background: rgb(217,210,200,0.5);
    margin: 4px 0;
}::-webkit-scrollbar-thumb {
    border-radius: 8%;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(185,174,164,0.5);
    border-color: rgb(185,174,164);
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) #ffffff;
    scrollbar-width: auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1169px;
}.netgrade_help {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.nettop_core {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: smooth;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.nettestimonials {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(242,238,231) 0%, rgb(217,210,200,0.5) 100%);
    position: relative;
}.nettestimonials::before {
    transform: skewY(-5deg) translateY(-100px);
    background: linear-gradient(to right, rgb(185,174,164,0.5), transparent, rgb(185,174,164,0.5));
    content: "";
    right: 0;
    z-index: 0;
    left: 0;
    position: absolute;
    opacity: 0.3;
    height: 200px;
    top: 0;
}.nettestimonials::after {
    z-index: 0;
    height: 150px;
    content: "";
    transform: skewY(3deg) translateY(50px);
    left: 0;
    background: linear-gradient(to left, rgb(217,210,200,0.5), transparent, rgb(217,210,200,0.5));
    right: 0;
    position: absolute;
    bottom: 0;
    opacity: 0.3;
}.nettestimonials .container {
    position: relative;
    z-index: 1;
}.nettestimonials h2 {
    color: #000000;
    padding-bottom: 20px;
    position: relative;
    transform: perspective(500px) rotateX(5deg);
    margin-bottom: 70px;
    font-size: 38px;
    text-align: center;
    font-weight: 700;
}.nettestimonials h2::after {
    height: 5px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(217,210,200), rgb(185,174,164));
    left: 50%;
    width: 100px;
    border-radius: 10px;
    bottom: 0;
    position: absolute;
}.nettestimonials .netstudent_feedback {
    flex-direction: column;
    transform-style: preserve-3d;
    display: flex;
    perspective: 1000px;
    margin: 0 auto;
    max-width: 800px;
    gap: 70px;
    align-items: center;
}.nettestimonials .netsuccess_stories {
    transition: all 0.5s ease;
    padding: 30px;
    position: relative;
    transform: translateZ(0);
    border-radius: 13px;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    gap: 20px;
    width: 100%;
    flex-direction: column;
    z-index: 1;
}.nettestimonials .netsuccess_stories:nth-child(odd) {
    transform: translateX(-30px) rotateZ(-1deg);
    align-self: flex-start;
}.nettestimonials .netsuccess_stories:nth-child(even) {
    transform: translateX(30px) rotateZ(1deg);
    align-self: flex-end;
}.nettestimonials .netsuccess_stories:hover {
    z-index: 2;
    transform: scale(1.03) rotateZ(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}.nettestimonials .netsuccess_stories::before {
    box-shadow: -5px -5px 15px rgba(0, 0, 0, 0.5);
    z-index: -1;
    position: absolute;
    content: "";
    background: #ffffff;
    transform: rotate(45deg);
    height: 30px;
    left: 30px;
    width: 30px;
    top: -15px;
}.nettestimonials .netsuccess_stories:nth-child(even)::before {
    left: auto;
    right: 30px;
}.nettestimonials .netsuccess_stories img {
    width: 80px;
    transition: all 0.5s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    object-fit: cover;
    height: 80px;
    left: 20px;
    position: absolute;
    border: 5px solid #ffffff;
    top: -40px;
}.nettestimonials .netsuccess_stories:nth-child(even) img {
    right: 20px;
    left: auto;
}.nettestimonials .netsuccess_stories:hover img {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}.nettestimonials .netsuccess_stories p {
    margin: 0;
    font-family: Arial, sans-serif;
}.nettestimonials .netsuccess_stories p:first-of-type {
    position: relative;
    margin-left: 100px;
    font-size: 23px;
    font-weight: 600;
    margin-top: 40px;
    color: #000000;
}.nettestimonials .netsuccess_stories:nth-child(even) p:first-of-type {
    margin-left: 0;
    text-align: right;
    margin-right: 100px;
}.nettestimonials .netsuccess_stories .description {
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    line-height: 1.7;
    color: #000000;
    background: linear-gradient(to right, rgb(242,238,231), transparent);
    padding: 20px;
}.nettestimonials .netsuccess_stories:nth-child(even) .description {
    background: linear-gradient(to left, rgb(242,238,231), transparent);
}.nettestimonials .netsuccess_stories .description::before {
    font-size: 60px;
    top: -20px;
    position: absolute;
    line-height: 1;
    content: "";
    left: 0;
    font-weight: 700;
    color: rgb(217,210,200,0.5);
}.nettestimonials .netsuccess_stories:nth-child(even) .description::before {
    right: 0;
    left: auto;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.nettestimonials .netsuccess_stories:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.nettestimonials .netsuccess_stories:nth-child(3n+2) {
    animation: float 7s ease-in-out infinite;
    animation-delay: 1s;
}.nettestimonials .netsuccess_stories:nth-child(3n) {
    animation: float 8s ease-in-out infinite;
    animation-delay: 2s;
}

@media (max-width: 992px) {.nettestimonials {
    padding: 80px 0;
}.nettestimonials .netsuccess_stories:nth-child(odd),
    .nettestimonials .netsuccess_stories:nth-child(even) {
    width: 90%;
    transform: none;
}.nettestimonials .netsuccess_stories:hover {
    transform: scale(1.02);
}
}

@media (max-width: 768px) {.nettestimonials {
    padding: 70px 0;
}.nettestimonials h2 {
    margin-bottom: 50px;
    transform: none;
}.nettestimonials .netstudent_feedback {
    gap: 80px;
}.nettestimonials .netsuccess_stories {
    padding: 25px 20px;
}.nettestimonials .netsuccess_stories img {
    width: 60px;
    top: -30px;
    height: 60px;
}.nettestimonials .netsuccess_stories p:first-of-type {
    margin-top: 30px;
    font-size: calc(23px * 0.9);
    margin-left: 80px;
}.nettestimonials .netsuccess_stories:nth-child(even) p:first-of-type {
    margin-right: 80px;
}.nettestimonials .netsuccess_stories .description {
    padding: 15px;
    font-size: calc(16px * 0.95);
}}.neteducation_history {
    background: linear-gradient(180deg, rgb(242,238,231) 0%, rgb(185,174,164,0.5) 100%);
    position: relative;
    padding: 6rem 2rem 4rem;
    overflow: hidden;
}.neteducation_history::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(217,210,200,0.5) 0px,
        rgb(217,210,200,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    width: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    opacity: 0.2;
    height: 100%;
    top: 0;
}.neteducation_history::after {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 50%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    opacity: 0.1;
    height: 100%;
    z-index: 1;
    top: 0;
}.neteducation_history .netsuccess_stories {
    flex-direction: column;
    display: flex;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    align-items: center;
}.neteducation_history .netphoto_frame {
    transition: all 0.5s ease;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 250px;
    position: relative;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    margin-bottom: -50px;
    z-index: 3;
    width: 200px;
    border-radius: 0;
}.neteducation_history .netphoto_frame:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
}.neteducation_history .netexp_timeline {
    position: relative;
    transform-style: preserve-3d;
    width: 100%;
    background: #ffffff;
    padding: 70px 30px 30px;
    z-index: 2;
    perspective: 1000px;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    display: flex;
}.neteducation_history .netexp_timeline::before {
    height: 100%;
    content: "";
    background: rgb(217,210,200);
    width: 100%;
    position: absolute;
    transform: translateZ(-20px);
    left: 0;
    top: 0;
    z-index: -1;
}.neteducation_history .name {
    margin-bottom: 0.5rem;
    position: relative;
    color: rgb(217,210,200);
    font-weight: 700;
    font-size: 29px;
    text-align: center;
}.neteducation_history .name::after {
    position: absolute;
    content: "";
    width: 50px;
    background: rgb(185,174,164);
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    bottom: -10px;
}.neteducation_history .netexp_timeline > div:nth-child(2) {
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
    color: rgb(185,174,164);
    font-weight: 600;
    font-size: 22px;
}.neteducation_history .netemp_exp {
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    color: #000000;
    padding-top: 30px;
    line-height: 1.8;
    margin-top: 20px;
    position: relative;
    border-top: 1px solid rgb(242,238,231);
    width: 100%;
    text-align: center;
}.neteducation_history .netemp_exp::before,
.neteducation_history .netemp_exp::after {
    height: 30px;
    width: 30px;
    background: rgb(185,174,164,0.5);
    border-radius: 50%;
    position: absolute;
    content: "";
}.neteducation_history .netemp_exp::before {
    top: -15px;
    transform: translateX(-20px);
    left: 50%;
}.neteducation_history .netemp_exp::after {
    transform: translateX(-10px);
    left: 50%;
    top: -15px;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.neteducation_history .netexp_timeline:hover {
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {.neteducation_history {
    padding: 4rem 1rem 3rem;
}.neteducation_history .netphoto_frame {
    height: 180px;
    width: 150px;
    margin-bottom: -40px;
}.neteducation_history .netexp_timeline {
    padding: 60px 20px 20px;
}}header .netmain_class {
    width: 100%;
    background: linear-gradient(120deg, rgb(217,210,200) 0%, rgb(185,174,164,0.5) 100%);
    align-items: center;
    display: flex;
    overflow: visible;
    padding: 1.5rem 0;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    z-index: 99;
}header .netmain_class::before {
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(185,174,164,0.5) 0%, transparent 60%);
    z-index: -1;
}header .netmain_class .netnav_know {
    transition: all 0.4s ease;
    margin-left: calc((100vw - 100%) / 2);
    position: relative;
    transform: translateY(-5px);
    z-index: 2;
}header .netmain_class .netnav_know:hover {
    transform: translateY(0) scale(1.05);
}header .netmain_class .netnav_know .netheader_primary {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
}header .netmain_class .netnav_know .netheader_primary::before {
    position: absolute;
    height: calc(100% + 20px);
    z-index: -1;
    content: "";
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    background: rgba(0, 0, 0, 0.5);
    left: -20px;
    top: -10px;
    width: calc(100% + 40px);
}header .netmain_class .netnav_know .netheader_primary svg {
    height: 2.8rem;
    filter: drop-shadow(0 0 8px #ffffff);
    width: auto;
}header .netmain_class .nethead_main {
    justify-content: flex-end;
    padding: 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    list-style: none;
    display: flex;
    width: 80vw;
    margin: 0;
    background: linear-gradient(90deg, transparent, rgb(217,210,200,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding-right: calc((100vw - 100%) / 2);
}header .netmain_class .nethead_main::before {
    top: 0;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    height: 100%;
    z-index: -1;
    width: 100%;
    left: 0;
}header .netmain_class .nethead_main .netnav_section {
    position: relative;
    transform-style: preserve-3d;
    margin: 0;
    perspective: 1000px;
}header .netmain_class .nethead_main .netnav_section a {
    padding: 1.2rem 1.5rem;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    transform-origin: center;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}header .netmain_class .nethead_main .netnav_section a::after {
    width: 0;
    left: 1.5rem;
    height: 2px;
    background: rgb(185,174,164);
    content: "";
    position: absolute;
    bottom: 0.8rem;
    transition: width 0.3s ease;
}header .netmain_class .nethead_main .netnav_section a:hover {
    transform: translateZ(10px);
    color: rgb(185,174,164);
}header .netmain_class .nethead_main .netnav_section a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .netmain_class {
    padding: 1rem 0;
    flex-direction: column;
    align-items: center;
}header .netmain_class .netnav_know {
    margin-left: 0;
    margin-bottom: 1rem;
}header .netmain_class .nethead_main {
    flex-wrap: wrap;
    padding-right: 0;
    clip-path: none;
    width: 100%;
    justify-content: center;
    background: rgb(217,210,200,0.5);
}header .netmain_class .nethead_main .netnav_section a {
    padding: 0.8rem 1rem;
}header .netmain_class .nethead_main .netnav_section a::after {
    left: 1rem;
    bottom: 0.4rem;
}header .netmain_class .nethead_main .netnav_section a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .netmain_class .nethead_main {
    padding: 0.5rem 0;
}header .netmain_class .nethead_main .netnav_section {
    width: 50%;
}header .netmain_class .nethead_main .netnav_section a {
    text-align: center;
    padding: 0.6rem 0.8rem;
    font-size: calc(16px - 2px);
}header .netmain_class .nethead_main .netnav_section a::after {
    display: none;
}}.netfuture_members {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(242,238,231);
}.netfuture_members::before {
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.05;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(217,210,200,0.5) 0,
        rgb(217,210,200,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
}.netfuture_members .netstudy_space {
    padding: 0 30px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.netfuture_members h3 {
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 36px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    margin-bottom: 80px;
    color: #000000;
}.netfuture_members h3::after {
    bottom: 0;
    left: 50%;
    content: "";
    height: 5px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(217,210,200), rgb(185,174,164));
    width: 80px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    position: absolute;
}.netfuture_members ul {
    margin: 0;
    gap: 60px 30px;
    flex-wrap: wrap;
    display: flex;
    padding: 0;
    justify-content: center;
    list-style: none;
}.netfuture_members ul li {
    padding: 25px 25px 25px 80px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    min-height: 100px;
    position: relative;
    max-width: 350px;
    background: #ffffff;
    transform: perspective(1000px) rotateX(5deg);
    font-size: 13px;
    transition: all 0.4s ease;
    z-index: 1;
    color: #000000;
    font-family: Arial, sans-serif;
    flex: 0 0 calc(33.333% - 20px);
}.netfuture_members ul li::before,
.netfuture_members ul li::after {
    content: "";
    position: absolute;
    background: #ffffff;
    transition: all 0.4s ease;
}.netfuture_members ul li::before {
    bottom: 5px;
    top: 5px;
    transform: translateZ(-10px);
    border: 1px solid rgb(185,174,164,0.5);
    left: 5px;
    z-index: -1;
    right: 5px;
}.netfuture_members ul li::after {
    top: 15px;
    bottom: 0;
    opacity: 0.3;
    right: 15px;
    transform: translateZ(-20px);
    background: rgb(217,210,200,0.5);
    left: 15px;
    z-index: -2;
}.netfuture_members ul li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.netfuture_members ul li:hover::before {
    transform: translateZ(-15px);
}.netfuture_members ul li:hover::after {
    transform: translateZ(-30px);
}.netfuture_members ul li svg {
    z-index: 2;
    transition: all 0.4s ease;
    width: 40px;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    height: 40px;
    position: absolute;
}.netfuture_members ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.netfuture_members ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(217,210,200);
}.netfuture_members ul li:hover svg path {
    fill: rgb(185,174,164);
}.netfuture_members ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.netfuture_members ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.netfuture_members ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.netfuture_members ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.netfuture_members ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.netfuture_members ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.netfuture_members {
    padding: 100px 0;
}.netfuture_members h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 60px;
}.netfuture_members ul {
    gap: 40px 25px;
}.netfuture_members ul li {
    flex: 0 0 calc(50% - 20px);
    padding: 20px 20px 20px 70px;
}.netfuture_members ul li svg {
    width: 35px;
    left: 20px;
    height: 35px;
}
}

@media (max-width: 768px) {.netfuture_members {
    padding: 80px 0;
}.netfuture_members h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 50px;
}.netfuture_members ul {
    gap: 30px;
}.netfuture_members ul li {
    flex: 0 0 100%;
    max-width: 450px;
}.netfuture_members ul li,
    .netfuture_members ul li:nth-child(3n+1),
    .netfuture_members ul li:nth-child(3n+2),
    .netfuture_members ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.netfuture_members ul li:hover,
    .netfuture_members ul li:nth-child(3n+1):hover,
    .netfuture_members ul li:nth-child(3n+2):hover,
    .netfuture_members ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.netfuture_members {
    padding: 60px 0;
}.netfuture_members .netstudy_space {
    padding: 0 20px;
}.netfuture_members h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.7);
}.netfuture_members ul {
    gap: 25px;
}.netfuture_members ul li {
    padding: 18px 15px 18px 65px;
}.netfuture_members ul li svg {
    width: 30px;
    height: 30px;
    left: 18px;
}.netfuture_members ul li,
    .netfuture_members ul li:nth-child(3n+1),
    .netfuture_members ul li:nth-child(3n+2),
    .netfuture_members ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.netfuture_members ul li:hover,
    .netfuture_members ul li:nth-child(3n+1):hover,
    .netfuture_members ul li:nth-child(3n+2):hover,
    .netfuture_members ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}.netoffer_package {
    position: relative;
    background: rgb(242,238,231);
    overflow: hidden;
    padding: 120px 0;
}.netoffer_package::before {
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    z-index: 1;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(217,210,200,0.5) 0%, transparent 70%);
}.netoffer_package .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1320px;
    z-index: 2;
}.netoffer_package .netfee_choices {
    display: flex;
    gap: 60px;
    flex-direction: column-reverse;
}.netoffer_package .netpricing_pack {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(-10px);
}.netoffer_package .netpricing_pack h2 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 35px;
    color: #000000;
    margin-bottom: 20px;
}.netoffer_package .netpricing_pack h2::after {
    left: 50%;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    bottom: -10px;
    position: absolute;
    background: rgb(217,210,200);
}.netoffer_package .netstudy_cost {
    font-size: 16px;
    line-height: 1.7;
    overflow-wrap: break-word;
    max-width: 600px;
    color: #000000;
    word-break: break-word;
    margin-bottom: 0;
    margin: 0 auto;
}.netoffer_package .netlearn_fees {
    width: 100%;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}.netoffer_package .netpricing_deals {
    text-decoration: none;
    opacity: 0;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    animation-delay: calc(var(--index, 0) * 0.1s);
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out forwards;
}.netoffer_package .netpricing_deals:nth-child(1) {
    --index: 1;
}.netoffer_package .netpricing_deals:nth-child(2) {
    --index: 2;
}.netoffer_package .netpricing_deals:nth-child(3) {
    --index: 3;
}.netoffer_package .netpricing_deals:nth-child(4) {
    --index: 4;
}.netoffer_package .netpricing_deals:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.netoffer_package .netbundle_price {
    position: relative;
    flex-direction: column;
    height: 100%;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
}.netoffer_package .netbundle_price::before {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(217,210,200), rgb(185,174,164));
    height: 5px;
    top: 0;
    content: "";
    position: absolute;
}.netoffer_package .netprice_options {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    padding: 40px 30px;
    flex-direction: column;
}.netoffer_package .netprice_options h3 {
    color: #000000;
    margin-top: 0;
    word-break: break-word;
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 21px;
    overflow-wrap: break-word;
}.netoffer_package .netprice_options h3::after {
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    background-color: rgb(217,210,200);
    height: 2px;
    width: 40px;
}.netoffer_package .netpricing_deals:hover .netprice_options h3::after {
    width: 70px;
}.netoffer_package .netpayment_deals {
    margin: 10px 0 20px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    padding: 8px 16px;
    overflow-wrap: break-word;
    word-break: break-word;
    border-radius: 10px;
    position: relative;
    color: rgb(217,210,200);
    display: inline-block;
    font-size: calc(21px * 1.2);
    font-weight: 700;
}.netoffer_package .netprice_options p {
    word-break: break-word;
    flex-grow: 1;
    font-size: 16px;
    margin-bottom: 0;
    overflow-wrap: break-word;
    line-height: 1.7;
    color: #000000;
    white-space: normal;
}.netoffer_package .netphoto_frame {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    height: 200px;
    width: 100%;
}.netoffer_package .netpricing_deals:hover .netphoto_frame {
    transform: scale(1.05);
    filter: brightness(1.05);
}

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

@media (min-width: 768px) {.netoffer_package .netlearn_fees {
    grid-template-columns: repeat(2, 1fr);
}.netoffer_package .netprice_options {
    padding: 40px;
}.netoffer_package .netphoto_frame {
    height: 220px;
}
}

@media (min-width: 992px) {.netoffer_package .netfee_choices {
    flex-direction: row;
    gap: 50px;
    align-items: center;
}.netoffer_package .netlearn_fees {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.netoffer_package .netpricing_pack {
    text-align: left;
    width: 35%;
    margin: 0;
}.netoffer_package .netpricing_pack h2::after {
    transform: none;
    left: 0;
}.netoffer_package .netstudy_cost {
    margin: 0;
}
}

@media (min-width: 1200px) {.netoffer_package .netlearn_fees {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.netoffer_package .netprice_options h3 {
    font-size: calc(21px * 1.1);
}.netoffer_package .netpayment_deals {
    font-size: calc(21px * 1.3);
}.netoffer_package .netphoto_frame {
    height: 240px;
}
}

@media (max-width: 767px) {.netoffer_package {
    padding: 80px 0;
}.netoffer_package .netprice_options {
    padding: 30px 20px;
}.netoffer_package .netpayment_deals {
    padding: 6px 12px;
    font-size: 21px;
}.netoffer_package .netphoto_frame {
    height: 180px;
}
}

@media (max-width: 480px) {.netoffer_package {
    padding: 60px 0;
}.netoffer_package .netpricing_pack h2 {
    font-size: calc(35px * 0.85);
}.netoffer_package .netprice_options h3 {
    font-size: calc(21px * 0.95);
}.netoffer_package .netphoto_frame {
    height: 160px;
}}.netty_note {
    background: linear-gradient(135deg, rgb(242,238,231) 0%, rgba(245, 245, 245, 0.9) 100%);
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 80px 0;
}.netty_note::before {
    content: "";
    opacity: 0.1;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(185,174,164,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(185,174,164,0.5) 11px
    );
    height: 100%;
    z-index: 1;
    animation: patternMove 30s linear infinite;
    transform: translateZ(-20px);
    left: 0;
    pointer-events: none;
    width: 100%;
}.netty_note::after {
    width: 100%;
    animation: gradientPulse 15s ease-in-out infinite alternate;
    position: absolute;
    top: -50%;
    content: "";
    opacity: 0.15;
    right: -50%;
    background: radial-gradient(
        circle at center,
        rgb(217,210,200,0.5) 0%,
        transparent 70%
    );
    transform: rotate(-15deg) scale(2);
    z-index: 0;
    height: 100%;
}.netty_note .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 10;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
}.netty_note h2 {
    transform: translateZ(30px);
    text-align: center;
    opacity: 0;
    color: #000000;
    position: relative;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    font-size: 37px;
    line-height: 1.4;
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
}.netty_note h2::after {
    bottom: -15px;
    left: 50%;
    position: absolute;
    transform-origin: center;
    transform: translateX(-50%);
    opacity: 0;
    height: 3px;
    width: 150px;
    background: linear-gradient(90deg, transparent, rgb(185,174,164), transparent);
    content: "";
    animation: underlineExpand 1.5s ease-out forwards 0.5s;
}.netty_note .netstudy_space {
    margin-top: 20px;
    padding: 40px;
    border-radius: 22px;
    overflow: hidden;
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
    opacity: 0;
    transform: translateZ(15px) rotateX(2deg);
}.netty_note .netstudy_space::before {
    content: "";
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0.1;
    top: 0;
    background: linear-gradient(45deg, rgb(185,174,164,0.5) 0%, transparent 70%);
    height: 100%;
}.netty_note .netstudy_space::after {
    transform: translate(40%, 40%);
    position: absolute;
    bottom: 0;
    opacity: 0.2;
    height: 180px;
    content: "";
    right: 0;
    animation: glowPulse 8s ease-in-out infinite alternate;
    background: radial-gradient(circle at center, rgb(217,210,200,0.5), transparent 70%);
    border-radius: 50%;
    z-index: -1;
    width: 180px;
}.netty_note ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.netty_note li {
    transform: translateX(-20px);
    position: relative;
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    padding: 20px 15px 20px 35px;
    border-left: 3px solid rgb(185,174,164);
    border-radius: 0 10px 10px 0;
    opacity: 0;
    margin-bottom: 15px;
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
}.netty_note li::before {
    width: 15px;
    top: 50%;
    content: "";
    left: -9px;
    background-color: #ffffff;
    animation: pulseDot 3s infinite;
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    position: absolute;
    transform: translateY(-50%);
    height: 15px;
    border: 3px solid rgb(185,174,164);
    border-radius: 50%;
}.netty_note span {
    transform: translateY(15px);
    font-size: calc(13px * 1.05);
    animation: textFadeIn 1s ease-out forwards 0.8s;
    display: block;
    line-height: 1.7;
    color: #000000;
    font-family: Arial, sans-serif;
    opacity: 0;
}

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

@keyframes gradientPulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-14deg) scale(2.1);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
}

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

@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}

@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translate(40%, 40%) scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
}

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

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

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}

@media (max-width: 992px) {.netty_note {
    padding: 60px 0;
}.netty_note h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 30px;
}.netty_note .netstudy_space {
    padding: 30px;
}
}

@media (max-width: 768px) {.netty_note {
    padding: 50px 0;
}.netty_note h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 25px;
}.netty_note .netstudy_space {
    padding: 25px;
    transform: translateZ(10px) rotateX(1deg);
}.netty_note span {
    font-size: 13px;
}.netty_note li {
    padding: 15px 10px 15px 25px;
}
}

@media (max-width: 576px) {.netty_note {
    padding: 40px 0;
}.netty_note h2 {
    font-size: calc(37px * 0.7);
    line-height: 1.5;
    margin-bottom: 20px;
}.netty_note h2::after {
    bottom: -10px;
    width: 100px;
}.netty_note .netstudy_space {
    transform: translateZ(5px) rotateX(0.5deg);
    padding: 20px;
    margin-top: 15px;
}.netty_note li {
    padding: 12px 10px 12px 20px;
    margin-bottom: 10px;
}.netty_note li::before {
    height: 12px;
    width: 12px;
    left: -7px;
}.netty_note span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.nettitle_section {
    background-color: #000000;
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 600px;
    height: 100vh;
}.nettitle_section .netstudy_space {
    flex-direction: column;
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    justify-content: center;
    position: relative;
}.nettitle_section .netlearn_entry {
    height: 100%;
    overflow: hidden;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
}.nettitle_section .netlearn_entry::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    backdrop-filter: blur(5px);
    z-index: 2;
    content: '';
    left: 0;
}.nettitle_section .netlearn_entry::after {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, #000000 10%, transparent 100%);
    content: '';
    height: 40%;
    z-index: 2;
}.nettitle_section .netedu_intro {
    height: 100%;
    animation: carousel-slide 25s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    width: calc(100% * var(--slide-count, 5));
    display: flex;
}.nettitle_section .netmain_front {
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    overflow: hidden;
    position: relative;
}.nettitle_section .netmain_front img {
    animation: scale-pulse 15s ease-in-out infinite alternate;
    width: 100%;
    transform: scale(1.1);
    height: 100%;
    transition: transform 0.5s ease-out;
    filter: saturate(1.2) contrast(1.1);
    object-fit: cover;
}.nettitle_section .netsection_content {
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    transform: translateY(20px);
    position: relative;
    padding: 2rem;
    animation: text-fade 1.5s ease-in-out forwards;
    z-index: 3;
    text-align: center;
    max-width: 800px;
    width: 90%;
}.nettitle_section .netsection_content h1 {
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 39px;
}.nettitle_section .netsection_content h1::after {
    bottom: -10px;
    transform: translateX(-50%);
    content: '';
    left: 50%;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, transparent, rgb(217,210,200), transparent);
    height: 3px;
}.nettitle_section .netsection_content p {
    line-height: 1.7;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-bottom: 2.5rem;
    font-size: 17px;
    opacity: 0.9;
}.nettitle_section .netsection_content .netsupport_request {
    display: inline-block;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgb(217,210,200) 0%, rgb(185,174,164) 100%);
    animation: button-pulse 2s infinite;
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    padding: 0.8rem 2rem;
    position: relative;
    border-radius: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}.nettitle_section .netsection_content .netsupport_request::before {
    content: '';
    top: 0;
    height: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
    left: -100%;
}.nettitle_section .netsection_content .netsupport_request:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgb(185,174,164) 0%, rgb(217,210,200) 100%);
}.nettitle_section .netsection_content .netsupport_request:hover::before {
    left: 100%;
}

@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40%, 56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60%, 76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80%, 96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes scale-pulse {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes text-fade {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes button-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(217,210,200,0.5), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(217,210,200,0.5), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(217,210,200,0.5), 0);
    }
}

@media (max-width: 1200px) {.nettitle_section {
    height: 90vh;
}.nettitle_section .netsection_content {
    max-width: 700px;
}.nettitle_section .netsection_content h1 {
    font-size: calc(39px * 0.9);
}
}

@media (max-width: 992px) {.nettitle_section {
    height: 80vh;
}.nettitle_section .netsection_content {
    padding: 1.5rem;
    max-width: 600px;
}.nettitle_section .netsection_content h1 {
    font-size: 39px;
    margin-bottom: 1.2rem;
}.nettitle_section .netsection_content h1::after {
    width: 60px;
}.nettitle_section .netsection_content p {
    margin-bottom: 2rem;
}
}

@media (max-width: 768px) {.nettitle_section {
    height: 70vh;
}.nettitle_section .netlearn_entry::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.6) 100%);
}.nettitle_section .netsection_content {
    max-width: 90%;
    padding: 1.2rem;
}.nettitle_section .netsection_content h1 {
    margin-bottom: 1rem;
}.nettitle_section .netsection_content p {
    margin-bottom: 1.8rem;
    font-size: calc(17px * 0.95);
}.nettitle_section .netsection_content .netsupport_request {
    padding: 0.7rem 1.8rem;
}
}

@media (max-width: 576px) {.nettitle_section {
    min-height: 500px;
    height: 60vh;
}.nettitle_section .netlearn_entry::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
}.nettitle_section .netedu_intro {
    animation: carousel-slide 20s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}.nettitle_section .netsection_content {
    padding: 1rem;
}.nettitle_section .netsection_content h1 {
    font-size: calc(39px * 0.9);
}.nettitle_section .netsection_content h1::after {
    width: 50px;
    height: 2px;
}.nettitle_section .netsection_content p {
    font-size: calc(17px * 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.nettitle_section .netsection_content .netsupport_request {
    padding: 0.6rem 1.5rem;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 420px) {.nettitle_section {
    min-height: 450px;
    height: 50vh;
}.nettitle_section .netsection_content h1 {
    font-size: calc(39px * 0.8);
}.nettitle_section .netsection_content p {
    font-size: calc(17px * 0.85);
    margin-bottom: 1.2rem;
}
}

@media (max-height: 600px) {.nettitle_section {
    height: auto;
    min-height: 450px;
}.nettitle_section .netsection_content {
    padding: 2rem 1rem;
}
}

@supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))) {.nettitle_section .netlearn_entry::before {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}}

.nettitle_section .netedu_intro {
    --slide-count: 2;
}.nettitle_section:has(.netmain_front:nth-child(3)) .netedu_intro {
    --slide-count: 3;
}.nettitle_section:has(.netmain_front:nth-child(4)) .netedu_intro {
    --slide-count: 4;
}.nettitle_section:has(.netmain_front:nth-child(5)) .netedu_intro {
    --slide-count: 5;
}.nettitle_section:has(.netmain_front:nth-child(n+6)) .netedu_intro {
    --slide-count: 5;
}.netconfidential_armory {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(242,238,231) 0%, rgba(rgb(185,174,164,0.5), 0.05) 100%);
    padding: 60px 0;
}.netconfidential_armory::before {
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(217,210,200,0.5), 0.05) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(rgb(185,174,164,0.5), 0.07) 0%, transparent 60%);
    pointer-events: none;
}.netconfidential_armory::after {
    position: absolute;
    top: -10%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 300px;
    right: -5%;
    z-index: 0;
    background: linear-gradient(225deg, rgba(rgb(217,210,200,0.5), 0.03), rgba(rgb(185,174,164,0.5), 0.03));
    content: "";
    width: 300px;
    animation: float 15s ease-in-out infinite alternate;
}.netconfidential_armory .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1140px;
    position: relative;
    padding: 0 20px;
}.netconfidential_armory h1 {
    color: #000000;
    font-family: Arial, sans-serif;
    padding-bottom: 20px;
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 43px;
    position: relative;
    transform: translateZ(0);
}.netconfidential_armory h1::after {
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(217,210,200) 0%, rgb(185,174,164) 100%);
    position: absolute;
    transition: width 0.3s ease-out;
    width: 80px;
    transform-origin: left;
    bottom: 0;
    height: 4px;
}.netconfidential_armory h2 {
    font-weight: 600;
    color: #000000;
    padding-left: 15px;
    position: relative;
    margin: 40px 0 20px;
    font-family: Arial, sans-serif;
    font-size: 28px;
}.netconfidential_armory h2::before {
    border-radius: 2px;
    width: 5px;
    content: "";
    left: 0;
    transform: translateY(-50%);
    height: 70%;
    top: 50%;
    position: absolute;
    background: rgb(217,210,200);
}.netconfidential_armory h3 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin: 35px 0 18px;
    padding-left: 12px;
    position: relative;
    color: #000000;
    font-size: calc(28px * 0.85);
}.netconfidential_armory h3::before {
    width: 4px;
    transform: translateY(-50%);
    left: 0;
    background: rgb(185,174,164);
    border-radius: 2px;
    position: absolute;
    top: 50%;
    height: 65%;
    content: "";
}.netconfidential_armory h4 {
    font-weight: 600;
    color: #000000;
    margin: 30px 0 15px;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: calc(28px * 0.75);
}.netconfidential_armory h4::before {
    border-radius: 2px;
    top: 50%;
    content: "";
    position: absolute;
    width: 3px;
    background: rgba(rgb(217,210,200,0.5), 0.7);
    left: 0;
    transform: translateY(-50%);
    height: 60%;
}.netconfidential_armory p {
    line-height: 1.75;
    margin-bottom: 20px;
    max-width: 100%;
    font-weight: 400;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
}.netconfidential_armory span {
    font-size: 15px;
    line-height: 1.75;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}.netconfidential_armory ul {
    padding: 0;
    position: relative;
    list-style: none;
    margin: 25px 0;
}.netconfidential_armory li {
    line-height: 1.65;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    margin-bottom: 15px;
    color: #000000;
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
}.netconfidential_armory li::before {
    top: 8px;
    position: absolute;
    transition: background-color 0.3s ease;
    left: 0;
    height: 10px;
    border: 2px solid rgb(217,210,200);
    transform: rotate(45deg);
    content: "";
    border-radius: 10px;
    background: #ffffff;
    width: 10px;
}.netconfidential_armory li:hover::before {
    background-color: rgb(217,210,200);
}.netconfidential_armory strong {
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 600;
    padding: 0 2px;
}.netconfidential_armory strong::after {
    z-index: -1;
    bottom: 0;
    position: absolute;
    transition: height 0.3s ease;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(rgb(217,210,200,0.5), 0.3);
}.netconfidential_armory strong:hover::after {
    height: 8px;
}

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

@media screen and (min-width: 992px) {.netconfidential_armory {
    padding: 80px 0;
}.netconfidential_armory h1 {
    margin-bottom: 45px;
    font-size: calc(43px * 1.1);
}.netconfidential_armory h1::after {
    width: 100px;
}.netconfidential_armory .container {
    padding: 0 30px;
}.netconfidential_armory li {
    padding-left: 35px;
}.netconfidential_armory li::before {
    width: 12px;
    height: 12px;
}
}

@media screen and (max-width: 768px) {.netconfidential_armory {
    padding: 50px 0;
}.netconfidential_armory h1 {
    font-size: calc(43px * 0.9);
    margin-bottom: 30px;
}.netconfidential_armory h2 {
    font-size: calc(28px * 0.9);
    margin: 30px 0 15px;
}.netconfidential_armory h3 {
    font-size: calc(28px * 0.75);
}.netconfidential_armory h4 {
    font-size: calc(28px * 0.65);
}.netconfidential_armory p, 
    .netconfidential_armory span, 
    .netconfidential_armory li {
    line-height: 1.65;
    font-size: calc(15px * 0.95);
}
}

@media screen and (max-width: 576px) {.netconfidential_armory {
    padding: 40px 0;
}.netconfidential_armory .container {
    padding: 0 15px;
}.netconfidential_armory h1 {
    font-size: calc(43px * 0.8);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.netconfidential_armory h1::after {
    width: 60px;
    height: 3px;
}.netconfidential_armory h2 {
    margin: 25px 0 12px;
    font-size: calc(28px * 0.8);
}.netconfidential_armory h3 {
    font-size: calc(28px * 0.7);
}.netconfidential_armory h4 {
    font-size: calc(28px * 0.6);
}.netconfidential_armory p, 
    .netconfidential_armory span, 
    .netconfidential_armory li {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
    margin-bottom: 15px;
}.netconfidential_armory ul {
    margin: 20px 0;
}.netconfidential_armory li {
    padding-left: 25px;
    margin-bottom: 12px;
}.netconfidential_armory li::before {
    top: 7px;
    height: 8px;
    width: 8px;
}}.netservice_contact {
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #000000;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(242,238,231) 0%, rgb(217,210,200,0.5) 100%);
}.netservice_contact::before {
    content: "";
    z-index: 0;
    height: 120%;
    width: 120%;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(217,210,200,0.5) 0%, transparent 60%);
    opacity: 0.4;
    top: -10%;
    left: -10%;
    animation: pulse 15s infinite alternate ease-in-out;
}.netservice_contact::after {
    right: 0;
    position: absolute;
    bottom: 0;
    background-image: radial-gradient(circle at 80% 20%, rgb(185,174,164,0.5) 0%, transparent 40%);
    z-index: 0;
    height: 100%;
    content: "";
    animation: float 20s infinite alternate ease-in-out;
    width: 100%;
}.netservice_contact h1 {
    color: rgb(217,210,200);
    text-align: center;
    z-index: 2;
    margin-bottom: 3rem;
    font-size: 39px;
    position: relative;
    transform: translateY(-5px);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    font-weight: 700;
}.netservice_contact h1::after {
    left: 50%;
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    border-radius: 10px;
    content: "";
    background: linear-gradient(to right, rgb(217,210,200), rgb(185,174,164));
}.netservice_contact .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.netservice_contact .netask_form {
    position: relative;
    transition: transform 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06),
                0 5px 15px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: 25px;
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.9);
}.netservice_contact .netask_form:hover {
    transform: perspective(1000px) rotateX(0deg);
}.netservice_contact .netask_form > div {
    position: relative;
    transition: transform 0.3s ease-out;
}.netservice_contact .netask_form > div:hover {
    transform: translateY(-5px);
}.netservice_contact .netask_form > div:first-child {
    font-size: calc(18px * 1.1);
    padding: 0 0 1.5rem 0;
    color: #000000;
    line-height: 1.6;
    border-bottom: 1px solid rgb(217,210,200,0.5);
}.netservice_contact .netask_form h6 {
    letter-spacing: 0.5px;
    display: flex;
    color: rgb(217,210,200);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    align-items: center;
    margin-bottom: 0.5rem;
}.netservice_contact .netask_form span {
    color: #000000;
    font-size: 18px;
    display: block;
    padding-left: 2rem;
}.netservice_contact .nettalk_contact {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.netservice_contact .nettalk_contact > div {
    position: relative;
    transition: all 0.3s ease;
}.netservice_contact .nettalk_contact > div:hover {
    transform: translateX(5px);
}.netservice_contact .netsend_feedback {
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: calc(18px * 0.95);
    align-items: center;
    display: flex;
    color: rgb(217,210,200);
}.netservice_contact .netsend_feedback:hover {
    color: rgb(185,174,164);
}.netservice_contact .netsend_feedback:hover svg {
    transform: scale(1.1) rotate(5deg);
}.netservice_contact svg {
    width: 22px;
    height: 22px;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}.netservice_contact svg path {
    fill: rgb(217,210,200);
    transition: fill 0.3s ease;
}.netservice_contact .netsend_feedback:hover svg path {
    fill: rgb(185,174,164);
}

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

@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-10px) translateX(5px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
}

@media screen and (min-width: 768px) {.netservice_contact {
    padding: 6rem 3rem;
}.netservice_contact .netask_form {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    padding: 3rem;
}.netservice_contact .netask_form > div:first-child {
    border-right: 1px solid rgb(217,210,200,0.5);
    padding: 0 2rem 0 0;
    border-bottom: none;
}.netservice_contact h1 {
    font-size: calc(39px * 1.2);
    margin-bottom: 4rem;
}.netservice_contact h1::after {
    width: 120px;
}
}

@media screen and (min-width: 992px) {.netservice_contact .netask_form {
    transform: perspective(1500px) rotateX(3deg);
}.netservice_contact .nettalk_contact {
    gap: 1.5rem;
}
}

@media screen and (max-width: 767px) {.netservice_contact .netask_form > div:nth-child(2) {
    border-bottom: 1px solid rgb(217,210,200,0.5);
    padding: 1.5rem 0;
}.netservice_contact svg {
    width: 20px;
    height: 20px;
}.netservice_contact h1 {
    font-size: calc(39px * 0.9);
}
}

@media screen and (max-width: 480px) {.netservice_contact {
    padding: 3rem 1.5rem;
}.netservice_contact .netask_form {
    padding: 1.5rem;
}.netservice_contact h1 {
    margin-bottom: 2rem;
}}.netprivacySettingsWindow {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 20px 0;
    width: 100%;
    animation: slideUp 0.5s forwards;
    border-top: 3px solid rgb(185,174,164);
    z-index: 90;
    transition: transform 0.5s ease-in-out;
    bottom: 0;
    transform: translateY(100%);
    background: rgb(185,174,164);
    position: fixed;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.netuser_safety {
    justify-content: space-between;
    gap: 20px;
    padding: 20px 5%;
    display: flex;
    align-items: center;
}.netprivacySettingsWindow h5 {
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}.netprivacySettingsWindow p {
    line-height: 1.5;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}.nettrack_accept {
    flex-shrink: 0;
    justify-content: center;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(217,210,200));
    align-items: center;
    margin-right: 15px;
}.nettrack_accept svg {
    fill: rgb(217,210,200);
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
}.nettrack_accept:hover svg {
    transform: scale(1.1);
}.netvisitor_settings {
    margin-left: 10px;
    line-height: 40px;
    cursor: pointer;
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    padding: 10px 20px;
    flex-shrink: 0;
    text-align: center;
    background: linear-gradient(90deg, rgb(217,210,200), rgb(185,174,164));
    box-shadow: 0 0 15px rgb(217,210,200);
    border-radius: 18px;
    min-width: 140px;
    font-size: 19px;
    white-space: nowrap;
}.netvisitor_settings:hover {
    box-shadow: 0 0 20px rgb(185,174,164);
}.cookie_button.netdata_consent:hover {
    box-shadow: 0 0 15px rgb(185,174,164);
}.netprivacySettingsWindow p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(217,210,200);
}.netprivacySettingsWindow p a:hover {
    color: rgb(185,174,164);
}#netcookie_alert_dialog {
    display: none;
}#netcookie_alert_dialog:checked ~ .netprivacySettingsWindow {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.netprivacySettingsWindow {
    padding: 15px 0;
}.netuser_safety {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.nettrack_accept {
    display: none;
}.netuser_safety {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.netprivacySettingsWindow h5 {
    font-size: 16px;
    margin-bottom: 5px;
}.netweb_tracking {
    margin-bottom: 15px;
}.netvisitor_settings {
    min-width: 100%;
    margin: 10px 0;
}}
.netcourse_features {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(242,238,231);
}.netcourse_features::before {
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, rgb(217,210,200,0.5) 0%, transparent 50%, rgb(185,174,164,0.5) 100%);
}.netcourse_features::after {
    animation: floatAnimation 15s infinite alternate ease-in-out;
    z-index: 0;
    filter: blur(80px);
    right: -50px;
    height: 200px;
    position: absolute;
    width: 200px;
    border-radius: 50%;
    top: -50px;
    content: "";
    background-color: rgb(217,210,200,0.5);
}.netcourse_features .netknowledge_trackkpHxi {
    z-index: 2;
    flex-direction: column;
    display: flex;
}.netcourse_features .netsection_content {
    margin: 0 auto 60px;
    position: relative;
    width: 80%;
}.netcourse_features .netsection_content::before {
    background: linear-gradient(90deg, rgb(217,210,200), rgb(185,174,164));
    position: absolute;
    width: 80px;
    content: "";
    left: 0;
    height: 4px;
    top: -20px;
    border-radius: 10px;
}.netcourse_features .netsection_content h2 {
    font-size: 37px;
    transition: transform 0.5s ease;
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    transform: translateX(0);
    border-radius: 10px;
    color: #000000;
    background-image: repeating-linear-gradient(45deg, rgb(217,210,200,0.5) 0px, rgb(217,210,200,0.5) 2px, transparent 2px, transparent 8px);
    font-weight: 700;
}.netcourse_features .netsection_content h2:hover {
    transform: translateX(10px);
}.netcourse_features .netsection_content .description {
    padding-left: 20px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.7;
    position: relative;
    border-left: 2px solid rgb(217,210,200);
}.netcourse_features .netsection_content .description:last-child {
    border-radius: 29px;
    z-index: 2;
    font-weight: 600;
    margin-top: 30px;
    backdrop-filter: blur(5px);
    color: #ffffff;
    border-left: none;
    position: relative;
    padding: 30px 40px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}.netcourse_features .netphoto_frame {
    position: absolute;
    opacity: 0.2;
    transition: opacity 0.5s ease, transform 0.5s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}.netcourse_features .netknowledge_trackkpHxi:hover .netphoto_frame {
    opacity: 0.3;
    transform: scale(1.05);
}.netcourse_features .netphoto_frame::before {
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(217,210,200,0.5) 0%, transparent 80%);
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
}.netcourse_features .netphoto_frame::after {
    height: 40%;
    content: "";
    z-index: 1;
    bottom: 0;
    width: 80%;
    right: 0;
    position: absolute;
    background: linear-gradient(225deg, rgb(185,174,164,0.5) 0%, transparent 100%);
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

.netcourse_features .netknowledge_trackkpHxi::before {
    width: 200px;
    height: 200px;
    animation: pulseAnimation 10s infinite ease-in-out;
    filter: blur(100px);
    border-radius: 50%;
    position: absolute;
    left: -50px;
    background-color: rgb(185,174,164,0.5);
    bottom: -100px;
    content: "";
    z-index: -1;
}.netcourse_features .netknowledge_trackkpHxi::after {
    border: 4px solid rgb(217,210,200,0.5);
    border-radius: 10px;
    height: 40px;
    content: "";
    position: absolute;
    z-index: -1;
    animation: rotateAnimation 20s infinite linear;
    top: 40px;
    right: -20px;
    width: 40px;
}@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.netcourse_features .netsection_content::after {
    top: -40px;
    width: 100px;
    animation: rotateAnimation 30s infinite linear reverse;
    border-radius: 50%;
    position: absolute;
    border: 2px dashed rgb(217,210,200,0.5);
    height: 100px;
    right: -60px;
    z-index: -1;
    content: "";
}.netcourse_features .netsection_content .description:first-of-type {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border-left: none;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(242,238,231) 10px,
        rgb(242,238,231) 12px
    );
    padding: 20px;
}.netcourse_features .netsection_content .description:first-of-type::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(217,210,200), transparent);
    width: 100%;
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
}.netcourse_features .netsection_content .description:last-child::before {
    left: 0;
    background-position: center;
    border-radius: 29px;
    top: 0;
    filter: brightness(0.5) contrast(1.2);
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
}

@media (max-width: 1024px) {.netcourse_features {
    padding: 80px 0;
}.netcourse_features .netsection_content {
    width: 90%;
}
}

@media (max-width: 768px) {.netcourse_features {
    padding: 60px 0;
}.netcourse_features .netsection_content {
    margin-bottom: 40px;
    width: 100%;
}.netcourse_features .netsection_content h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 20px;
}.netcourse_features .netsection_content .description:last-child {
    padding: 25px 30px;
}
}

@media (max-width: 576px) {.netcourse_features {
    padding: 40px 0;
}.netcourse_features .netsection_content h2 {
    font-size: calc(37px * 0.8);
}.netcourse_features .netsection_content .description {
    font-size: calc(18px * 0.95);
}.netcourse_features .netsection_content .description:last-child {
    padding: 20px;
}.netcourse_features::after,
    .netcourse_features .netknowledge_trackkpHxi::before,
    .netcourse_features .netsection_content::after {
    display: none;
}.netcourse_features .netsection_content::before {
    width: 60px;
}}

.netcourse_features .netknowledge_trackkpHxi .netsection_content .description strong {
    color: rgb(185,174,164);
    font-weight: 600;
}.netcourse_features .container::before {
    left: -25%;
    width: 150%;
    bottom: -40px;
    height: 1px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(217,210,200,0.5), transparent);
}.netcourse_features .netsection_content h2::after {
    left: -15px;
    background-color: rgb(217,210,200,0.5);
    content: "";
    width: 30px;
    filter: blur(15px);
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    top: -15px;
    height: 30px;
}.netconnect_with_us {
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.netconnect_with_us::before {
    width: 100%;
    background-size: 20px 20px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    height: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}.netconnect_with_us .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}.netconnect_with_us h2 {
    color: #000000;
    margin-bottom: 50px;
    border-left: 5px solid rgb(217,210,200);
    position: relative;
    font-size: 37px;
    font-weight: 700;
    padding-left: 20px;
    text-align: left;
}.netconnect_with_us .netquery_inquiry {
    display: flex;
    overflow: hidden;
    flex-direction: row-reverse;
    border-radius: 23px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.netconnect_with_us .netphoto_frame {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}.netconnect_with_us .netphoto_frame::before {
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    background: rgb(217,210,200,0.5);
}.netconnect_with_us .netrequest_box {
    position: relative;
    flex: 0 0 60%;
    padding: 60px;
}.netconnect_with_us .netrequest_box::after {
    height: 150px;
    border-radius: 0 0 0 100%;
    position: absolute;
    background: rgb(242,238,231);
    top: 0;
    content: "";
    right: 0;
    z-index: -1;
    width: 150px;
}.netconnect_with_us #contact {
    flex-direction: column;
    display: flex;
    gap: 30px;
}.netconnect_with_us h3 {
    color: #000000;
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
}.netconnect_with_us h3::after {
    position: absolute;
    height: 2px;
    content: "";
    background: rgb(217,210,200);
    bottom: -10px;
    left: 0;
    width: 40px;
}.netconnect_with_us input[type="text"] {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: rgb(242,238,231);
    transition: all 0.3s ease;
    font-size: 15px;
    border: none;
    width: 100%;
    padding: 18px 20px;
    color: #000000;
    border-radius: 10px;
}.netconnect_with_us input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(217,210,200,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
}.netconnect_with_us input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.netconnect_with_us .netinquiry_feedback {
    align-items: center;
    display: flex;
    margin-top: 5px;
    gap: 12px;
}.netconnect_with_us .netinquiry_feedback input[type="checkbox"] {
    position: relative;
    height: 22px;
    cursor: pointer;
    width: 22px;
    border-radius: 10px;
    appearance: none;
    border: 2px solid rgb(242,238,231);
    transition: all 0.2s ease;
}.netconnect_with_us .netinquiry_feedback input[type="checkbox"]:checked {
    border-color: rgb(217,210,200);
    background: rgb(217,210,200);
}.netconnect_with_us .netinquiry_feedback input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    position: absolute;
    border: solid #ffffff;
    content: "";
    height: 11px;
    left: 7px;
    border-width: 0 2px 2px 0;
    width: 6px;
    top: 3px;
}.netconnect_with_us .netinquiry_feedback label {
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
}.netconnect_with_us .netinquiry_feedback a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(217,210,200);
}.netconnect_with_us .netinquiry_feedback a:hover {
    color: rgb(185,174,164);
}.netconnect_with_us .netinquiry_feedback a::after {
    height: 1px;
    position: absolute;
    left: 0;
    background: rgb(217,210,200);
    width: 100%;
    transition: all 0.3s ease;
    content: "";
    bottom: -2px;
}.netconnect_with_us .netinquiry_feedback a:hover::after {
    background: rgb(185,174,164);
}.netconnect_with_us .netsupport_request {
    padding: 18px 40px;
    box-shadow: 0 4px 15px rgb(217,210,200,0.5);
    margin-top: 20px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    border-radius: 23px;
    background: rgb(217,210,200);
    transition: all 0.3s ease;
    font-weight: 600;
    align-self: flex-start;
    font-size: 14px;
}.netconnect_with_us .netsupport_request:hover {
    transform: translateY(-2px);
    background: rgb(185,174,164);
    box-shadow: 0 7px 20px rgb(185,174,164,0.5);
}.netconnect_with_us svg {
    height: 20px;
    transition: all 0.3s ease;
    width: 20px;
    fill: rgb(217,210,200);
}.netconnect_with_us svg path {
    fill: rgb(217,210,200);
    transition: all 0.3s ease;
}.netconnect_with_us svg:hover {
    fill: rgb(185,174,164);
}.netconnect_with_us svg:hover path {
    fill: rgb(185,174,164);
}

@media (max-width: 992px) {.netconnect_with_us .netquery_inquiry {
    flex-direction: column;
}.netconnect_with_us .netphoto_frame {
    min-height: 300px;
    order: 1;
    flex: 0 0 auto;
}.netconnect_with_us .netrequest_box {
    flex: 0 0 auto;
    order: 2;
    padding: 50px 40px;
}.netconnect_with_us h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.netconnect_with_us {
    padding: 60px 0;
}.netconnect_with_us h2 {
    font-size: calc(37px - 4px);
    margin-bottom: 30px;
}.netconnect_with_us .netrequest_box {
    padding: 40px 30px;
}.netconnect_with_us #contact {
    gap: 25px;
}.netconnect_with_us .netphoto_frame {
    min-height: 250px;
}
}

@media (max-width: 576px) {.netconnect_with_us {
    padding: 40px 0;
}.netconnect_with_us .container {
    padding: 0 15px;
}.netconnect_with_us h2 {
    margin-bottom: 25px;
    font-size: calc(37px - 6px);
    padding-left: 15px;
}.netconnect_with_us .netrequest_box {
    padding: 30px 20px;
}.netconnect_with_us #contact {
    gap: 20px;
}.netconnect_with_us input[type="text"] {
    padding: 15px;
}.netconnect_with_us .netsupport_request {
    padding: 15px 20px;
    width: 100%;
}.netconnect_with_us .netphoto_frame {
    min-height: 200px;
}}.netstay_informed {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(217,210,200), rgb(217,210,200,0.5));
    padding: 4rem 0;
    z-index: 1;
}.netstay_informed::before {
    height: 110%;
    top: -5%;
    z-index: -1;
    left: -5%;
    opacity: 0.15;
    content: "";
    background: 
        radial-gradient(
            circle at 20% 30%, 
            rgb(185,174,164,0.5) 0%, 
            transparent 25%
        ),
        radial-gradient(
            circle at 80% 70%, 
            rgb(185,174,164,0.5) 0%, 
            transparent 30%
        );
    transform: rotate(-3deg);
    position: absolute;
    width: 110%;
}.netstay_informed .container {
    max-width: 1200px;
    width: 90%;
    position: relative;
    margin: 0 auto;
}.netstay_informed .netstudy_space {
    position: relative;
    grid-template-columns: 1fr;
    gap: 2rem;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.1) inset;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    transform: translateZ(0);
    padding: 2.5rem;
    backdrop-filter: blur(8px);
}.netstay_informed .netstudy_space::after {
    position: absolute;
    height: 1px;
    width: 40%;
    left: 30%;
    opacity: 0.8;
    bottom: -1px;
    background: linear-gradient(90deg, transparent, rgb(185,174,164,0.5), transparent);
    content: "";
}.netstay_informed h4 {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    margin: 0;
    position: relative;
    letter-spacing: 0.02em;
    font-size: calc(20px * 0.9);
    z-index: 2;
    font-weight: 600;
    line-height: 1.4;
}.netstay_informed .input_holder {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}.netstay_informed .input_holder span {
    position: relative;
    display: block;
}.netstay_informed .input_holder input[type="email"] {
    color: #ffffff;
    outline: none;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 1.25rem;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    font-size: 17px;
    font-family: Arial, sans-serif;
}.netstay_informed .input_holder input[type="email"]::placeholder {
    transition: color 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.netstay_informed .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(185,174,164,0.5);
    box-shadow: 0 0 0 3px rgb(185,174,164,0.5);
}.netstay_informed .input_holder input[type="email"]:focus::placeholder {
    color: rgba(255, 255, 255, 0.4);
    transform: translateX(5px);
}.netstay_informed .input_holder .netsupport_request {
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    text-transform: uppercase;
    background: rgb(185,174,164);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 1.5rem;
    width: 100%;
    cursor: pointer;
    border: none;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
}.netstay_informed .input_holder .netsupport_request::before {
    position: absolute;
    width: 100%;
    left: -100%;
    transition: all 0.5s ease;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
    height: 100%;
    top: 0;
    content: "";
}.netstay_informed .input_holder .netsupport_request:hover {
    background: rgb(185,174,164);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}.netstay_informed .input_holder .netsupport_request:hover::before {
    left: 100%;
}.netstay_informed .input_holder .netsupport_request:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {.netstay_informed .netstudy_space {
    align-items: center;
    gap: 3rem;
    padding: 3rem;
    grid-template-columns: 1fr 1fr;
}.netstay_informed h4 {
    font-size: 20px;
}.netstay_informed .input_holder {
    align-items: stretch;
    flex-direction: row;
}.netstay_informed .input_holder span:first-child {
    flex: 1;
}.netstay_informed .input_holder .netsupport_request {
    width: auto;
    white-space: nowrap;
}
}

@media (min-width: 992px) {.netstay_informed {
    padding: 5rem 0;
}.netstay_informed .netstudy_space {
    gap: 4rem;
    padding: 4rem;
}.netstay_informed h4 {
    max-width: 90%;
    font-size: calc(20px * 1.1);
}.netstay_informed .input_holder input[type="email"] {
    height: 100%;
}
}

@media (min-width: 1200px) {.netstay_informed .netstudy_space {
    grid-template-columns: 1.5fr 1fr;
}.netstay_informed h4 {
    font-size: calc(20px * 1.2);
    max-width: 85%;
    line-height: 1.5;
}.netstay_informed::before {
    animation: gradientShift 15s infinite alternate ease-in-out;
}@keyframes gradientShift {
        0% {
            transform: rotate(-3deg) scale(1);
            opacity: 0.1;
        }
        50% {
            transform: rotate(-2deg) scale(1.05);
            opacity: 0.15;
        }
        100% {
            transform: rotate(-4deg) scale(1.02);
            opacity: 0.2;
        }
    }
}.netlaunch_now {
    background: linear-gradient(135deg, rgb(185,174,164), rgb(217,210,200) 120%);
    perspective: 1000px;
    overflow: hidden;
    padding: 4rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    position: relative;
}.netlaunch_now::before {
    transform: translateZ(-10px);
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    width: 100%;
    pointer-events: none;
    height: 100%;
    animation: shimmer 6s infinite linear;
    top: 0;
}.netlaunch_now::after {
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(10px);
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(217,210,200,0.5), transparent);
    right: -10%;
    opacity: 0.6;
    width: 35%;
    top: -10%;
    height: 120%;
}.netlaunch_now .container {
    margin: 0 auto;
    align-items: center;
    transform: translateZ(30px);
    max-width: 1200px;
    justify-content: center;
    z-index: 1;
    position: relative;
    flex-direction: column;
    display: flex;
}.netlaunch_now h6 {
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    font-size: 23px;
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 2.5rem;
    max-width: 800px;
    text-align: center;
}.netlaunch_now h6::after {
    width: 60px;
    content: "";
    bottom: -15px;
    background: #ffffff;
    height: 3px;
    left: 50%;
    opacity: 0.7;
    transform: translateX(-50%);
    position: absolute;
}.netlaunch_now div span {
    display: inline-block;
    position: relative;
    transform: perspective(800px) rotateX(5deg);
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.netlaunch_now div span:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}.netlaunch_now div span::before {
    transform: translateX(-50%);
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    height: 8px;
    opacity: 0.6;
    bottom: -8px;
    left: 50%;
    filter: blur(6px);
    content: "";
    width: 90%;
    transition: all 0.4s ease;
    border-radius: 50%;
}.netlaunch_now div span:hover::before {
    opacity: 0.8;
    width: 100%;
}.netlaunch_now .netsupport_request {
    display: inline-flex;
    color: rgb(185,174,164);
    border: 2px solid transparent;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 2.5rem;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    transform: translateZ(0);
    font-size: calc(16px + 0.1rem);
    text-decoration: none;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}.netlaunch_now .netsupport_request::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 100%;
    transition: left 0.7s ease;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
}.netlaunch_now .netsupport_request:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}.netlaunch_now .netsupport_request:hover::before {
    left: 100%;
}.netlaunch_now .netsupport_request span {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 2;
}.netlaunch_now .netsupport_request:hover span {
    transform: scale(1.05);
}.netlaunch_now .netsupport_request:active {
    transform: translateY(1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

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

@media (max-width: 991px) {.netlaunch_now {
    padding: 3.5rem 1.5rem;
}.netlaunch_now h6 {
    font-size: calc(18px + 0.1rem);
    margin-bottom: 2rem;
}.netlaunch_now .netsupport_request {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 767px) {.netlaunch_now {
    padding: 3rem 1rem;
}.netlaunch_now::after {
    right: -20%;
    top: -5%;
    width: 50%;
}.netlaunch_now h6 {
    max-width: 100%;
    font-size: 18px;
    margin-bottom: 1.8rem;
}.netlaunch_now h6::after {
    bottom: -12px;
    width: 50px;
}.netlaunch_now .netsupport_request {
    padding: 0.8rem 1.8rem;
    font-size: 16px;
}
}

@media (max-width: 575px) {.netlaunch_now {
    padding: 2.5rem 0.8rem;
}.netlaunch_now h6 {
    line-height: 1.4;
    margin-bottom: 1.5rem;
    font-size: calc(12px + 0.1rem);
}.netlaunch_now .netsupport_request {
    padding: 0.7rem 1.5rem;
}.netlaunch_now::before,
    .netlaunch_now::after {
    opacity: 0.4;
}}footer {
    position: relative;
    width: 100%;
}footer .netgrade_help {
    position: relative;
    z-index: 1;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #000000 0%, rgb(217,210,200) 100%);
    padding: 80px 0 30px;
}footer .netgrade_help::before {
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: -1;
    left: 0;
    height: 100%;
    content: '';
}footer .netgrade_help::after {
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(90deg, 
        rgb(217,210,200) 0%, 
        rgb(185,174,164) 50%, 
        rgb(217,210,200) 100%);
    height: 3px;
    animation: glowBorder 3s infinite linear;
    position: absolute;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .netgrade_help .container {
    z-index: 2;
    position: relative;
}footer .netgift_card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .netask_question {
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
    justify-content: space-between;
    position: relative;
    gap: 30px;
    display: flex;
}footer .netask_question::after {
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(185,174,164,0.5) 50%, 
        transparent 100%);
}footer .info_item {
    margin-bottom: 15px;
    min-width: 200px;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    flex: 1;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    padding: 15px;
    transform: translateY(0);
    border: 1px solid rgba(255, 255, 255, 0.05);
}footer .info_item:hover {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}footer .info_item p,
footer .info_item a {
    font-weight: 400;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: color 0.3s ease;
}footer .info_item svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    width: 20px;
    fill: rgb(185,174,164);
    height: 20px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(185,174,164);
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
    gap: 40px;
    display: grid;
}footer .netnav_know {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    gap: 20px;
}footer .netnav_know svg {
    filter: drop-shadow(0 0 5px rgb(217,210,200,0.5));
    max-width: 160px;
    height: auto;
}footer .netreview_block {
    opacity: 0.7;
    font-weight: 300;
    max-width: 300px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}footer .nethead_main {
    flex-direction: column;
    gap: 20px;
    display: flex;
}footer .nethead_main h5 {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 21px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
}footer .nethead_main h5::after {
    height: 3px;
    border-radius: 10px;
    background: rgb(185,174,164);
    bottom: 0;
    content: '';
    left: 0;
    width: 50px;
    position: absolute;
}footer .netheader_edu {
    gap: 15px;
    margin-bottom: 20px;
    flex-direction: column;
    display: flex;
}footer .netheader_edu a {
    font-size: 18px;
    opacity: 0.8;
    transition: all 0.3s ease;
    color: #ffffff;
    padding-left: 15px;
    position: relative;
    text-decoration: none;
}footer .netheader_edu a::before {
    height: 6px;
    top: 50%;
    left: 0;
    position: absolute;
    opacity: 0.7;
    content: '';
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    background: rgb(185,174,164);
    width: 6px;
}footer .netheader_edu a:hover {
    opacity: 1;
    color: rgb(185,174,164);
    transform: translateX(5px);
}footer .netheader_edu a:hover::before {
    box-shadow: 0 0 10px rgb(185,174,164);
    opacity: 1;
    width: 8px;
    height: 8px;
}footer .subscribe_holder {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 14px;
    transition: all 0.5s ease;
    gap: 15px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    padding: 25px;
}footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}footer .subscribe_holder h5 {
    margin-bottom: 5px;
    font-size: 21px;
    color: #ffffff;
    font-weight: 700;
}footer .subscribe_holder p {
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    background: rgba(0, 0, 0, 0.2);
    outline: none;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    width: 100%;
    color: #ffffff;
    padding: 14px 15px;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(185,174,164,0.5);
    border-color: rgb(185,174,164);
}footer .netsub_scale {
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
    padding: 12px 24px;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    background: linear-gradient(45deg, rgb(185,174,164) 0%, rgb(217,210,200) 100%);
    overflow: hidden;
}footer .netsub_scale::before {
    position: absolute;
    transition: 0.6s;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    left: -100%;
}footer .netsub_scale:hover::before {
    left: 100%;
}footer .netsub_scale:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}footer .netpeer_help {
    padding-top: 30px;
    text-align: center;
    position: relative;
}footer .netpeer_help::before {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(185,174,164,0.5) 50%, 
        transparent 100%);
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}footer .netdiscord_cta {
    font-weight: 300;
    color: #ffffff;
    font-size: 15px;
    opacity: 0.7;
}

@media (max-width: 992px) {footer .netgrade_help {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .netask_question {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .netgrade_help {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .nethead_main {
    gap: 15px;
}footer .netask_question {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .netsub_scale {
    width: 100%;
}
}

@media (max-width: 576px) {footer .netgrade_help {
    padding: 40px 0 30px;
}footer .netnav_know {
    text-align: center;
    margin: 0 auto;
    align-items: center;
}footer .netreview_block {
    margin: 0 auto;
    text-align: center;
}footer .nethead_main h5 {
    text-align: center;
}footer .nethead_main h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .netheader_edu {
    align-items: center;
}footer .netheader_edu a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.netlearning_process {
    background: linear-gradient(135deg, rgb(217,210,200,0.5), rgb(185,174,164,0.5), rgb(242,238,231));
    padding: 8rem 0;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
}.netlearning_process::before {
    height: 120%;
    left: -5%;
    opacity: 0.4;
    content: "";
    top: -10%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(185,174,164,0.5) 2px, transparent 12px),
        radial-gradient(circle at 70% 60%, rgb(185,174,164,0.5) 2px, transparent 10px),
        radial-gradient(circle at 40% 80%, rgb(185,174,164,0.5) 2px, transparent 8px),
        radial-gradient(circle at 90% 15%, rgb(185,174,164,0.5) 2px, transparent 14px);
    position: absolute;
    animation: constellation 30s infinite linear;
    width: 120%;
    z-index: 0;
}.netlearning_process::after {
    height: 100%;
    pointer-events: none;
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.3;
    width: 100%;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(217,210,200,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 60%, rgb(185,174,164,0.5) 0%, transparent 60%);
    left: 0;
    z-index: 1;
}.netlearning_process .netstudy_space {
    max-width: 1200px;
    position: relative;
    transform-style: preserve-3d;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
}.netlearning_process h2 {
    color: #000000;
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 30px;
    display: inline-block;
    text-align: left;
    transform: translateZ(20px);
}.netlearning_process h2::after {
    left: 0;
    height: 3px;
    transform: scaleX(0.8);
    width: 60%;
    bottom: -12px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(217,210,200), rgb(185,174,164));
}.netlearning_process .netstudy_space:hover h2::after {
    transform: scaleX(1);
}.netlearning_process .netsection_content {
    transform: translateZ(10px);
    padding: 2.5rem;
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 95%);
    border-left: 4px solid rgb(217,210,200);
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.15),
        0 3px 10px -5px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
}.netlearning_process .netsection_content::before {
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1));
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: -1;
    position: absolute;
    content: "";
}.netlearning_process .netsection_content:hover {
    box-shadow: 
        0 15px 35px -20px rgba(0, 0, 0, 0.2),
        0 5px 15px -10px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
}.netlearning_process .netsection_content:hover::before {
    opacity: 1;
}.netlearning_process p {
    max-width: 90%;
    transition: transform 0.4s ease-out;
    line-height: 1.8;
    font-size: 16px;
    margin: 0;
    color: #000000;
}

@keyframes constellation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {.netlearning_process .netstudy_space {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
}.netlearning_process h2 {
    margin-bottom: 4rem;
    font-size: calc(30px * 1.2);
}.netlearning_process .netsection_content {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 95%);
    padding: 3rem 3.5rem;
}.netlearning_process p {
    max-width: 85%;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 992px) {.netlearning_process {
    padding: 10rem 0;
}.netlearning_process .netstudy_space {
    grid-template-columns: 1fr;
    gap: 3rem;
}.netlearning_process h2 {
    margin-bottom: 1rem;
    font-size: calc(30px * 1.4);
}.netlearning_process h2::after {
    bottom: -15px;
    height: 4px;
}.netlearning_process .netsection_content {
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 92%);
    padding: 3.5rem 4rem;
}.netlearning_process p {
    max-width: 80%;
    font-size: calc(16px * 1.1);
    transform: translateX(0);
}.netlearning_process .netsection_content:hover p {
    transform: translateX(10px);
}
}

@media (max-width: 767px) {.netlearning_process {
    padding: 5rem 0;
}.netlearning_process .netstudy_space {
    padding: 0 1.5rem;
}.netlearning_process h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.9);
}.netlearning_process .netsection_content {
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
}.netlearning_process p {
    max-width: 100%;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.netlearning_process {
    padding: 4rem 0;
}.netlearning_process .netstudy_space {
    padding: 0 1rem;
}.netlearning_process h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.5rem;
}.netlearning_process .netsection_content {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
    padding: 1.5rem;
}.netlearning_process p {
    font-size: calc(16px * 0.9);
}}.netour_background {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.netour_background::before {
    top: 0;
    position: absolute;
    background: radial-gradient(ellipse at 70% 50%, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.85) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    content: "";
}.netour_background::after {
    background-size: 20px 20px;
    height: 200%;
    z-index: 2;
    animation: rotate 120s linear infinite;
    pointer-events: none;
    background: radial-gradient(circle at center, rgb(217,210,200,0.5) 0%, transparent 15%);
    opacity: 0.3;
    content: "";
    left: -50%;
    width: 200%;
    top: -50%;
    position: absolute;
}.netour_background .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 3;
}.netour_background .netsection_content {
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.02) 100%);
    position: relative;
    transform-origin: center bottom;
    margin: 0 auto;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3),
                0 0 0 1px rgba(255,255,255,0.1),
                inset 0 0 0 1px rgba(255,255,255,0.05);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    max-width: 900px;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
}.netour_background .netsection_content:hover {
    transform: perspective(1000px) rotateX(0deg);
}.netour_background .netsection_content > div:first-child {
    position: relative;
    margin-bottom: 15px;
}.netour_background .netsection_content > div:first-child::before {
    left: -60px;
    top: 50%;
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(185,174,164), transparent);
    position: absolute;
    transform: translateY(-50%);
    content: "";
}.netour_background .netsection_content > div:first-child::after {
    width: 40px;
    background: linear-gradient(90deg, transparent, rgb(185,174,164), transparent);
    position: absolute;
    right: -60px;
    transform: translateY(-50%);
    height: 1px;
    top: 50%;
    content: "";
}.netour_background h5 {
    margin: 0;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
}.netour_background h5::after {
    content: "";
    bottom: -8px;
    animation: pulse 2s ease-in-out infinite;
    background: linear-gradient(90deg, transparent, rgb(217,210,200), transparent);
    left: 0;
    transform-origin: center;
    position: absolute;
    width: 100%;
    height: 2px;
}.netour_background .netsection_content > div:nth-child(2) {
    margin-bottom: 25px;
    text-align: center;
}.netour_background .netsection_content > div:nth-child(2) p {
    margin: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    color: #ffffff;
    font-weight: 400;
    font-size: calc(13px * 1.3);
}.netour_background .netsection_content > div:nth-child(2) p b {
    font-weight: 700;
    letter-spacing: 1px;
    color: rgb(217,210,200);
}.netour_background ol {
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
}.netour_background ol::before {
    z-index: -1;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    background: radial-gradient(circle at center, rgb(185,174,164,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    opacity: 0.1;
}.netour_background ol li {
    opacity: 0;
    text-align: justify;
    position: relative;
    line-height: 1.8;
    animation-delay: 0.5s;
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
    animation: fadeIn 1s ease-out forwards;
}.netour_background ol li::first-letter {
    color: rgb(217,210,200);
    font-weight: 700;
    font-size: 150%;
}

@keyframes pulse {
    0%, 100% {
        transform: scaleX(0.8);
        opacity: 0.6;
    }
    50% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

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

@media (max-width: 991px) {.netour_background {
    padding: 80px 0;
}.netour_background .netsection_content {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}.netour_background h5 {
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 767px) {.netour_background {
    padding: 60px 0;
}.netour_background .netsection_content {
    transform: none;
    padding: 25px 20px;
}.netour_background .netsection_content > div:first-child::before,
    .netour_background .netsection_content > div:first-child::after {
    right: -35px;
    width: 25px;
    left: -35px;
}.netour_background h5 {
    font-size: calc(21px * 0.8);
}.netour_background .netsection_content > div:nth-child(2) p {
    font-size: 13px;
}.netour_background ol li {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}
}

@media (max-width: 575px) {.netour_background {
    padding: 40px 0;
}.netour_background .netsection_content {
    padding: 20px 15px;
}.netour_background .netsection_content > div:first-child::before,
    .netour_background .netsection_content > div:first-child::after {
    display: none;
}.netour_background h5 {
    font-size: calc(21px * 0.7);
}.netour_background ol li {
    text-align: left;
    line-height: 1.5;
    font-size: calc(13px * 0.85);
}
}