* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    max-width: 100%;
    width: 1132px;
    margin: auto;
}.netgrade_help {
    flex: 0 0 auto;
}.nethead_bar {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
    min-height: 100%;
    height: 100%;
}.netcontainer-wrap {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.netsecure_enclosure {
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 60px;
}.netsecure_enclosure h1 {
    font-weight: 700;
    color: rgb(168,155,153);
    font-size: 43px;
    text-align: left;
    border-bottom: 4px solid rgb(125,113,111);
    margin-top: 0;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 40px;
}.netsecure_enclosure h2 {
    font-weight: 600;
    margin-top: 0;
    font-size: 37px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    color: rgb(125,113,111);
    border-bottom: 3px solid rgb(168,155,153);
    text-align: left;
    width: 100%;
}.netsecure_enclosure ul, .netsecure_enclosure ol {
    padding-left: 20px;
    color: #000000;
    margin: 20px 0;
    padding: 0;
    font-size: 15px;
    font-family: Arial, sans-serif;
    list-style: none;
}.netsecure_enclosure li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px 0;
}.netsecure_enclosure li:before {
    line-height: 1;
    color: rgb(125,113,111);
    left: -20px;
    position: absolute;
    content: "•";
    font-size: 1.5em;
}.netsecure_enclosure section {
    background: none;
}.netsecure_enclosure p, .netsecure_enclosure span, .netsecure_enclosure div {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #000000;
    text-align: left;
    margin-bottom: 20px;
    font-size: 15px;
}

@media only screen and (max-width: 800px) {.netsecure_enclosure {
    padding: 30px;
    grid-template-columns: 1fr;
    border-radius: 10px;
}.netsecure_enclosure h1 {
    font-size: calc(24px - 5px);
}.netsecure_enclosure h2 {
    font-size: calc(24px - 3px);
}.netsecure_enclosure ul, .netsecure_enclosure ol {
    margin: 15px 0;
}.netsecure_enclosure li {
    padding: 8px 0;
}.netsecure_enclosure p, .netsecure_enclosure span, .netsecure_enclosure div {
    margin-bottom: 15px;
}}
.netcookie_warning_banner {
    border-top: 3px solid rgb(125,113,111);
    font-family: Arial, sans-serif;
    background: rgb(125,113,111);
    animation: slideUp 0.5s forwards;
    width: 100%;
    z-index: 90;
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    transition: transform 0.5s ease-in-out;
    transform: translateY(100%);
    bottom: 0;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.nettrack_accept {
    padding: 20px 5%;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.netcookie_warning_banner h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}.netcookie_warning_banner p {
    margin: 0;
    font-size: 13px;
    color: #ffffff;
    line-height: 1.5;
}.netuser_default {
    flex-shrink: 0;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(168,155,153));
    display: flex;
    align-items: center;
    margin-right: 15px;
}.netuser_default svg {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(168,155,153);
}.netuser_default:hover svg {
    transform: scale(1.1);
}.netcookie_gate {
    margin-left: 10px;
    min-width: 140px;
    background: linear-gradient(90deg, rgb(168,155,153), rgb(125,113,111));
    flex-shrink: 0;
    padding: 10px 20px;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 15px rgb(168,155,153);
    border-radius: 11px;
    line-height: 40px;
}.netcookie_gate:hover {
    box-shadow: 0 0 20px rgb(125,113,111);
}.cookie_button.netvisitor_confirm:hover {
    box-shadow: 0 0 15px rgb(125,113,111);
}.netcookie_warning_banner p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(168,155,153);
}.netcookie_warning_banner p a:hover {
    color: rgb(125,113,111);
}#netcookie_dialog_box {
    display: none;
}#netcookie_dialog_box:checked ~ .netcookie_warning_banner {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.netcookie_warning_banner {
    padding: 15px 0;
}.nettrack_accept {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.netuser_default {
    display: none;
}.nettrack_accept {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.netcookie_warning_banner h5 {
    margin-bottom: 5px;
    font-size: 16px;
}.netdata_notice {
    margin-bottom: 15px;
}.netcookie_gate {
    min-width: 100%;
    margin: 10px 0;
}}
.netour_team {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(201,200,177) 30%, rgba(rgb(168,155,153,0.5), 0.05) 100%);
    padding: 120px 0;
    position: relative;
}.netour_team::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(125,113,111,0.5), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(168,155,153,0.5), 0.08) 0%, transparent 60%);
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}.netour_team .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.netour_team h1 {
    margin-bottom: 60px;
    font-size: 46px;
    display: inline-block;
    color: #000000;
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    position: relative;
    opacity: 0;
    font-weight: 700;
    transform: translateX(30px);
}.netour_team h1::after {
    transform: scaleX(0);
    content: "";
    animation: expandLine 0.6s ease-out forwards 1s;
    width: 80px;
    height: 4px;
    position: absolute;
    bottom: -12px;
    background: rgb(168,155,153);
    left: 0;
    transform-origin: left;
}.netour_team .netedu_values {
    position: relative;
}.netour_team .netedu_values ul {
    padding: 0;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
}.netour_team .netstudy_training {
    animation: fadeUpIn 0.8s ease-out forwards;
    position: relative;
    padding: 30px;
    transform: translateY(40px);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    opacity: 0;
}.netour_team .netstudy_training:nth-child(1) {
    animation-delay: 0.4s;
    transform: translateY(40px) rotate(-1deg);
}.netour_team .netstudy_training:nth-child(2) {
    transform: translateY(40px) rotate(1deg);
    animation-delay: 0.6s;
}.netour_team .netstudy_training::before {
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(168,155,153), rgb(125,113,111));
    position: absolute;
    animation: expandHeight 0.6s ease-out forwards 1.2s;
    transform-origin: top;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    width: 4px;
}.netour_team .netstudy_training h4 {
    position: relative;
    margin-left: 15px;
    color: #000000;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
    animation: slideInHeading 0.6s ease-out forwards 0.8s;
    transform: translateX(-15px);
}.netour_team .netstudy_training h4::before {
    top: 50%;
    border-radius: 50%;
    width: 8px;
    position: absolute;
    transform: translateY(-50%) scale(0);
    height: 8px;
    content: "";
    background: rgb(168,155,153);
    animation: popIn 0.4s ease-out forwards 1.2s;
    left: -15px;
}.netour_team .netstudy_training div {
    margin-left: 15px;
    line-height: 1.7;
    animation: fadeUp 0.8s ease-out forwards 1s;
    font-size: 18px;
    opacity: 0;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    color: #000000;
}

@media (min-width: 768px) {.netour_team {
    padding: 150px 0;
}.netour_team h1 {
    font-size: calc(46px * 1.1);
    margin-bottom: 80px;
}.netour_team h1::after {
    width: 120px;
}.netour_team .netedu_values ul {
    gap: 60px;
    grid-template-columns: repeat(2, 1fr);
}.netour_team .netstudy_training {
    padding: 40px;
}.netour_team .netstudy_training:nth-child(1) {
    transform: translateY(25px) translateX(-15px) rotate(-1deg);
}.netour_team .netstudy_training:nth-child(2) {
    transform: translateY(-25px) translateX(15px) rotate(1deg);
}
}

@media (min-width: 992px) {.netour_team {
    padding: 180px 0;
}.netour_team h1 {
    font-size: calc(46px * 1.2);
}.netour_team .netstudy_training {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.netour_team .netstudy_training:hover {
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: translateY(-5px) scale(1.02);
}.netour_team .netstudy_training:hover::before {
    background: linear-gradient(to bottom, rgb(125,113,111), rgb(168,155,153));
}}

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

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

@keyframes fadeUpIn {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
}

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

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

@keyframes popIn {
    0% {
        transform: translateY(-50%) scale(0);
    }
    70% {
        transform: translateY(-50%) scale(1.3);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }
}

@keyframes fadeUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}.nettariff_plan {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.nettariff_plan::before {
    content: "";
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    right: 0;
    position: absolute;
    left: 0;
    z-index: 1;
}.nettariff_plan .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.netcert_plans {
    position: relative;
}.nettariff_plan h2 {
    animation: titleFadeIn 0.8s ease-out forwards;
    margin-bottom: 25px;
    color: #ffffff;
    text-align: center;
    font-size: 33px;
    transform: translateY(0);
    position: relative;
    font-weight: 700;
}.nettariff_plan .netpricing_pack {
    font-size: 13px;
    opacity: 0;
    position: relative;
    line-height: 1.6;
    color: #ffffff;
    max-width: 700px;
    text-align: center;
    margin: 0 auto 60px;
    animation: fadeIn 0.8s ease-out 0.3s forwards;
}.nettariff_plan .netfee_board {
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 30px;
    display: grid;
}.nettariff_plan .netfee_board li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.nettariff_plan .netlearn_packs {
    transform: translateZ(0);
    display: block;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    height: 100%;
}.nettariff_plan .netlearn_packs:hover {
    transform: translateY(-10px) scale(1.02);
}.nettariff_plan .netcost_breakdown {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
    height: 100%;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}.nettariff_plan .netlearn_packs:hover .netcost_breakdown {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.9));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
}.nettariff_plan .netcost_breakdown::before {
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    background: linear-gradient(90deg, rgb(168,155,153), rgb(125,113,111));
    content: "";
    position: absolute;
    top: 0;
    transform: scaleX(0);
    width: 100%;
    left: 0;
    height: 6px;
}.nettariff_plan .netlearn_packs:hover .netcost_breakdown::before {
    transform: scaleX(1);
}.nettariff_plan .netclass_rates {
    display: flex;
    padding: 35px 30px;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}.nettariff_plan .netclass_rates h4 {
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    font-size: calc(21px * 1.1);
    transition: color 0.3s ease;
    margin: 0 0 20px;
}.nettariff_plan .netlearn_packs:hover .netclass_rates h4 {
    color: rgb(168,155,153);
}.nettariff_plan .netclass_rates h4::after {
    bottom: 0;
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
    background: rgb(168,155,153);
    width: 40px;
    transition: width 0.4s ease;
}.nettariff_plan .netlearn_packs:hover .netclass_rates h4::after {
    width: 60px;
}.nettariff_plan .netclass_rates p {
    flex-grow: 1;
    margin: 0 0 25px;
    line-height: 1.6;
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    font-size: calc(13px * 0.95);
}.nettariff_plan .netmonthly_plan {
    display: inline-block;
    transition: all 0.3s ease;
    color: #000000;
    font-weight: 700;
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
    align-self: flex-start;
    padding: 12px 25px;
    position: relative;
    font-size: calc(21px * 1.4);
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}.nettariff_plan .netlearn_packs:hover .netmonthly_plan {
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
    background: linear-gradient(135deg, rgb(168,155,153,0.5), rgb(168,155,153));
}.nettariff_plan .netmonthly_plan::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    left: -100%;
    content: "";
    width: 100%;
    top: 0;
    transition: left 0.7s ease;
    height: 100%;
}.nettariff_plan .netlearn_packs:hover .netmonthly_plan::before {
    left: 100%;
}

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

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

@media (max-width: 1200px) {.nettariff_plan {
    padding: 100px 0;
}.nettariff_plan .netfee_board {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}

@media (max-width: 991px) {.nettariff_plan {
    padding: 80px 0;
}.nettariff_plan h2 {
    font-size: calc(33px * 0.9);
}.nettariff_plan .netpricing_pack {
    font-size: calc(13px * 0.95);
    margin-bottom: 50px;
}.nettariff_plan .netfee_board {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.nettariff_plan .netclass_rates {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.nettariff_plan {
    padding: 70px 0;
}.nettariff_plan h2 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.85);
}.nettariff_plan .netpricing_pack {
    margin-bottom: 40px;
    font-size: calc(13px * 0.9);
}.nettariff_plan .netfee_board {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 25px;
}.nettariff_plan .netclass_rates h4 {
    font-size: 21px;
}.nettariff_plan .netclass_rates p {
    font-size: calc(13px * 0.9);
    margin-bottom: 20px;
}.nettariff_plan .netmonthly_plan {
    padding: 10px 20px;
    font-size: calc(21px * 1.3);
}
}

@media (max-width: 480px) {.nettariff_plan {
    padding: 60px 0;
}.nettariff_plan h2 {
    font-size: calc(33px * 0.8);
}.nettariff_plan .netpricing_pack {
    margin-bottom: 35px;
    font-size: calc(13px * 0.85);
}.nettariff_plan .netclass_rates {
    padding: 25px 20px;
}.nettariff_plan .netclass_rates h4 {
    margin-bottom: 15px;
    padding-bottom: 12px;
}.nettariff_plan .netclass_rates p {
    font-size: calc(13px * 0.85);
    line-height: 1.5;
}.nettariff_plan .netmonthly_plan {
    padding: 8px 18px;
    font-size: calc(21px * 1.2);
}}.netcontact_box {
    position: relative;
    overflow: hidden;
    background: rgb(201,200,177);
    padding: 100px 0;
}.netcontact_box::before {
    content: '';
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.netcontact_box .netimg_circular {
    width: 100%;
    z-index: 0;
    left: 0;
    height: 50%;
    top: 0;
    position: absolute;
}.netcontact_box .netimg_circular::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(201,200,177) 100%);
    content: '';
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
}.netcontact_box .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.netcontact_box h3 {
    font-size: 41px;
    letter-spacing: 2px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 70px;
    color: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}.netcontact_box .netsupport_panel {
    overflow: hidden;
    display: flex;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 10px;
}.netcontact_box .nethelp_message {
    position: relative;
    padding: 60px 50px;
    flex: 2;
}.netcontact_box form h3 {
    color: #000000;
    text-transform: none;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: none;
    text-align: left;
    letter-spacing: normal;
}.netcontact_box input[type="text"],
.netcontact_box textarea {
    font-size: 15px;
    color: #000000;
    border-radius: 0;
    margin-bottom: 30px;
    background: #ffffff;
    border: none;
    padding: 15px 0;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    width: 100%;
    border-bottom: 2px solid rgb(125,113,111,0.5);
}.netcontact_box input[type="text"]::placeholder,
.netcontact_box textarea::placeholder {
    opacity: 0.7;
    color: #000000;
}.netcontact_box input[type="text"]:focus,
.netcontact_box textarea:focus {
    border-color: rgb(168,155,153);
    outline: none;
}.netcontact_box textarea {
    height: 120px;
    resize: none;
}.netcontact_box .netsupport_query {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.netcontact_box .netsupport_query input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.netcontact_box .netsupport_query label {
    position: relative;
    color: #000000;
    cursor: pointer;
    line-height: 1.5;
    font-size: 14px;
    padding-left: 35px;
}.netcontact_box .netsupport_query label::before {
    top: 0;
    position: absolute;
    left: 0;
    content: '';
    width: 22px;
    background: #ffffff;
    height: 22px;
    border: 2px solid rgb(125,113,111);
    transition: all 0.3s ease;
}.netcontact_box .netsupport_query input[type="checkbox"]:checked + label::before {
    background: rgb(168,155,153);
    border-color: rgb(168,155,153);
}.netcontact_box .netsupport_query input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    content: '';
    border: solid #ffffff;
    top: 4px;
    border-width: 0 2px 2px 0;
    left: 8px;
    position: absolute;
    width: 6px;
    height: 12px;
}.netcontact_box .netsupport_query a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(168,155,153);
    font-weight: 600;
}.netcontact_box .netsupport_query a:hover {
    color: #000000;
}.netcontact_box .netmessage_message {
    color: #ffffff;
    background: rgb(168,155,153);
    display: inline-block;
    letter-spacing: 1px;
    padding: 16px 40px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 50px;
    font-size: 16px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
}.netcontact_box .netmessage_message:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    background: #000000;
}.netcontact_box .netconnect_panel {
    background: #000000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 60px 40px;
    flex: 1;
    color: #ffffff;
}.netcontact_box .netconnect_panel::before {
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
}.netcontact_box .netconnect_panel h4 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 22px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}.netcontact_box .netconnect_panel h4::after {
    height: 3px;
    width: 50px;
    left: 0;
    position: absolute;
    bottom: -15px;
    background: rgb(168,155,153);
    content: '';
}.netcontact_box .netmessage_box {
    margin: 0;
    padding: 0;
    list-style: none;
}.netcontact_box .netmessage_box li {
    transition: transform 0.3s ease;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}.netcontact_box .netmessage_box li:last-child {
    margin-bottom: 0;
}.netcontact_box .netmessage_box li:hover {
    transform: translateX(5px);
}.netcontact_box .netmessage_box svg {
    flex-shrink: 0;
    height: 24px;
    transition: transform 0.3s ease;
    margin-right: 20px;
    width: 24px;
}.netcontact_box .netmessage_box svg path {
    fill: rgb(168,155,153);
}.netcontact_box .netmessage_box li:hover svg {
    transform: scale(1.2);
}.netcontact_box .netmessage_box span {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
}.netcontact_box .netmessage_box a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.netcontact_box .netmessage_box a:hover {
    color: rgb(168,155,153);
}

@media (max-width: 992px) {.netcontact_box .netimg_circular {
    height: 30%;
}.netcontact_box h3 {
    margin-bottom: 50px;
}.netcontact_box .netsupport_panel {
    max-width: 700px;
    margin: 0 auto;
    flex-direction: column;
}.netcontact_box .nethelp_message,
    .netcontact_box .netconnect_panel {
    width: 100%;
    padding: 40px;
}
}

@media (max-width: 768px) {.netcontact_box {
    padding: 80px 0;
}.netcontact_box .netimg_circular {
    height: 25%;
}.netcontact_box h3 {
    margin-bottom: 40px;
    font-size: calc(41px * 0.8);
}.netcontact_box .nethelp_message,
    .netcontact_box .netconnect_panel {
    padding: 30px;
}.netcontact_box form h3,
    .netcontact_box .netconnect_panel h4 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.netcontact_box .netmessage_message {
    padding: 14px 30px;
}
}

@media (max-width: 576px) {.netcontact_box {
    padding: 60px 0;
}.netcontact_box .netimg_circular {
    height: 20%;
}.netcontact_box h3 {
    font-size: calc(41px * 0.7);
    margin-bottom: 30px;
}.netcontact_box .nethelp_message,
    .netcontact_box .netconnect_panel {
    padding: 25px 20px;
}.netcontact_box input[type="text"],
    .netcontact_box textarea {
    padding: 12px 0;
    margin-bottom: 20px;
}.netcontact_box .netmessage_message {
    padding: 14px 20px;
    width: 100%;
}.netcontact_box .netmessage_box li {
    margin-bottom: 20px;
}.netcontact_box .netmessage_box svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}}.netinstructional_approach {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(145deg, rgb(201,200,177) 0%, #ffffff 100%);
}.netinstructional_approach::before {
    background: linear-gradient(120deg, 
        rgba(rgb(168,155,153,0.5), 0.05) 0%, 
        rgba(rgb(125,113,111,0.5), 0.05) 50%, 
        rgba(rgb(168,155,153,0.5), 0.05) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
}.netinstructional_approach::after {
    content: "";
    border: 2px solid rgba(rgb(168,155,153,0.5), 0.2);
    animation: float 12s ease-in-out infinite;
    z-index: 0;
    top: 20%;
    position: absolute;
    height: 300px;
    width: 300px;
    transform: rotate(30deg);
    right: -5%;
}.netinstructional_approach .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.netinstructional_approach .netsuccess_path {
    backdrop-filter: blur(8px);
    background: linear-gradient(to right, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.8));
    padding: 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 5px 15px rgba(rgb(168,155,153,0.5), 0.07);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-items: center;
    border-left: 4px solid rgb(168,155,153);
    display: flex;
    position: relative;
    justify-content: center;
}.netinstructional_approach .netsuccess_path:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
                0 10px 20px rgba(rgb(168,155,153,0.5), 0.1);
    transform: perspective(1000px) rotateY(0deg);
}.netinstructional_approach h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(29px * 0.9);
    color: rgb(168,155,153);
    display: inline-block;
    letter-spacing: -0.5px;
}.netinstructional_approach h3::after {
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(168,155,153), transparent);
    position: absolute;
    width: 70%;
    transform-origin: left;
    bottom: -8px;
    content: "";
    height: 3px;
    left: 0;
}.netinstructional_approach .netsuccess_path:hover h3::after {
    transform: scaleX(1.2);
}.netinstructional_approach p {
    z-index: 2;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    color: #000000;
}.netinstructional_approach p span {
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}.netinstructional_approach p span::before {
    height: 0;
    top: 0;
    opacity: 0.5;
    background: rgb(125,113,111);
    transition: height 0.5s ease 0.1s;
    width: 3px;
    left: -20px;
    content: "";
    position: absolute;
}.netinstructional_approach .netsuccess_path:hover p span::before {
    height: 100%;
}

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


@media (max-width: 992px) {.netinstructional_approach {
    padding: 4rem 0;
}.netinstructional_approach::after {
    height: 200px;
    top: 30%;
    width: 200px;
}.netinstructional_approach .netsuccess_path {
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(-1deg);
}.netinstructional_approach h3 {
    font-size: calc(29px * 0.8);
}
}

@media (max-width: 768px) {.netinstructional_approach {
    padding: 3rem 0;
}.netinstructional_approach::after {
    height: 150px;
    width: 150px;
    bottom: 10%;
    top: auto;
    right: -10%;
}.netinstructional_approach .netsuccess_path {
    flex-direction: column;
    transform: none;
    padding: 2rem;
}.netinstructional_approach h3 {
    text-align: left;
    width: 100%;
    font-size: calc(21px * 1.2);
}.netinstructional_approach p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.netinstructional_approach {
    padding: 2.5rem 0;
}.netinstructional_approach::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.netinstructional_approach::after {
    display: none;
}.netinstructional_approach .netsuccess_path {
    padding: 1.5rem;
    border-left: 3px solid rgb(168,155,153);
    margin: 0 10px;
}.netinstructional_approach h3 {
    font-size: 21px;
    margin-bottom: 1rem;
}.netinstructional_approach h3::after {
    height: 2px;
}.netinstructional_approach p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.netinstructional_approach p span::before {
    left: -10px;
    width: 2px;
}}.neteducation_experience {
    overflow: hidden;
    background: linear-gradient(180deg, rgb(201,200,177) 0%, rgb(125,113,111,0.5) 100%);
    padding: 6rem 2rem 4rem;
    position: relative;
}.neteducation_experience::before {
    position: absolute;
    width: 100%;
    opacity: 0.2;
    content: "";
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(168,155,153,0.5) 0px,
        rgb(168,155,153,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    top: 0;
    z-index: 1;
}.neteducation_experience::after {
    right: 0;
    content: "";
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    height: 100%;
    width: 50%;
    top: 0;
    opacity: 0.1;
    background: #ffffff;
    z-index: 1;
}.neteducation_experience .netfeedback_perspectives {
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 2;
    margin: 0 auto;
    align-items: center;
    max-width: 600px;
}.neteducation_experience .netimg_circular {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    margin-bottom: -50px;
    z-index: 3;
    border-radius: 0;
    height: 250px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    width: 200px;
    position: relative;
}.neteducation_experience .netimg_circular:hover {
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-15px);
}.neteducation_experience .netjob_table {
    align-items: center;
    z-index: 2;
    background: #ffffff;
    display: flex;
    position: relative;
    padding: 70px 30px 30px;
    width: 100%;
    flex-direction: column;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    transform-style: preserve-3d;
    perspective: 1000px;
}.neteducation_experience .netjob_table::before {
    transform: translateZ(-20px);
    background: rgb(168,155,153);
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
}.neteducation_experience .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
    font-size: 35px;
    color: rgb(168,155,153);
    text-align: center;
}.neteducation_experience .name::after {
    height: 3px;
    left: 50%;
    bottom: -10px;
    background: rgb(125,113,111);
    width: 50px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
}.neteducation_experience .netjob_table > div:nth-child(2) {
    color: rgb(125,113,111);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
}.neteducation_experience .netpast_experience {
    color: #000000;
    width: 100%;
    border-top: 1px solid rgb(201,200,177);
    text-align: center;
    padding-top: 30px;
    font-weight: 400;
    line-height: 1.8;
    font-style: italic;
    margin-top: 20px;
    position: relative;
    font-size: 18px;
}.neteducation_experience .netpast_experience::before,
.neteducation_experience .netpast_experience::after {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: rgb(125,113,111,0.5);
    position: absolute;
    content: "";
}.neteducation_experience .netpast_experience::before {
    transform: translateX(-20px);
    left: 50%;
    top: -15px;
}.neteducation_experience .netpast_experience::after {
    left: 50%;
    transform: translateX(-10px);
    top: -15px;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.neteducation_experience .netjob_table:hover {
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {.neteducation_experience {
    padding: 4rem 1rem 3rem;
}.neteducation_experience .netimg_circular {
    height: 180px;
    width: 150px;
    margin-bottom: -40px;
}.neteducation_experience .netjob_table {
    padding: 60px 20px 20px;
}}.netcustomer_comments {
    position: relative;
    background: linear-gradient(120deg, rgb(201,200,177), #ffffff);
    padding: 100px 0;
    overflow: hidden;
}.netcustomer_comments::before {
    top: 0;
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(ellipse at top left, rgb(168,155,153,0.5) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgb(125,113,111,0.5) 0%, transparent 50%);
    opacity: 0.6;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}.netcustomer_comments::after {
    background-size: 100px 100px;
    content: "";
    z-index: 0;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    opacity: 0.03;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(45deg, rgb(168,155,153,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(168,155,153,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(168,155,153,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(168,155,153,0.5) 75%);
    top: 0;
    width: 100%;
    height: 100%;
}.netcustomer_comments .netsuccess_path {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.netcustomer_comments h4 {
    text-align: center;
    font-size: 32px;
    position: relative;
    margin-bottom: 80px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 700;
}.netcustomer_comments h4::before {
    width: 100px;
    bottom: -15px;
    background: rgb(168,155,153);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
    height: 2px;
}.netcustomer_comments h4::after {
    position: absolute;
    background: rgb(168,155,153);
    border-radius: 50%;
    content: "";
    bottom: -20px;
    height: 12px;
    transform: translateX(-50%);
    left: 50%;
    width: 12px;
}.netcustomer_comments .netlearning_stories {
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}.netcustomer_comments .netfeedback_perspectives {
    position: relative;
    margin: 0 20px 40px;
    height: 120px;
    -webkit-backdrop-filter: blur(10px);
    border-radius: 27px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    width: calc(33.33% - 40px);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    z-index: 1;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.8);
}.netcustomer_comments .netfeedback_perspectives:hover {
    height: 280px;
    z-index: 2;
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.1),
        0 2px 6px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}.netcustomer_comments .netfeedback_perspectives::before {
    z-index: -1;
    background: 
        linear-gradient(135deg, 
            rgba(255, 255, 255, 0.4) 0%, 
            rgba(255, 255, 255, 0) 100%);
    border-radius: inherit;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
}.netcustomer_comments .netfeedback_perspectives::after {
    top: 15px;
    z-index: 0;
    opacity: 0.3;
    position: absolute;
    content: "";
    border: 2px solid rgb(168,155,153,0.5);
    border-radius: 50%;
    right: 15px;
    height: 30px;
    width: 30px;
    transition: all 0.4s ease;
}.netcustomer_comments .netfeedback_perspectives:hover::after {
    transform: scale(0.8);
    opacity: 0.6;
}.netcustomer_comments .netimg_circular {
    width: 70px;
    margin: 25px 20px;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    float: left;
    border-radius: 50%;
    position: relative;
    border: 3px solid rgba(255, 255, 255, 0.3);
    z-index: 1;
    height: 70px;
}.netcustomer_comments .netfeedback_perspectives:hover .netimg_circular {
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
    margin-bottom: 10px;
    border-color: rgb(168,155,153,0.5);
}.netcustomer_comments .netfeedback_perspectives span {
    overflow: hidden;
    display: block;
    color: #000000;
    padding-right: 60px;
    transition: all 0.4s ease;
    white-space: nowrap;
    margin-top: 40px;
    text-overflow: ellipsis;
    font-size: calc(17px * 1.1);
    font-weight: 600;
}.netcustomer_comments .netfeedback_perspectives:hover span {
    margin-left: 20px;
    margin-top: 15px;
    color: rgb(168,155,153);
    white-space: normal;
}.netcustomer_comments .netfeedback_perspectives p {
    color: #000000;
    -webkit-line-clamp: 5;
    max-height: 0;
    -webkit-box-orient: vertical;
    font-size: 17px;
    margin: 0 20px;
    overflow: hidden;
    transition: all 0.5s ease;
    display: -webkit-box;
    opacity: 0;
    line-height: 1.6;
}.netcustomer_comments .netfeedback_perspectives:hover p {
    margin-top: 15px;
    opacity: 1;
    max-height: 150px;
}.netcustomer_comments .netfeedback_perspectives:nth-child(3n+1) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
}.netcustomer_comments .netfeedback_perspectives:nth-child(3n+2) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(rgb(168,155,153,0.5), 0.05) 100%
    );
}.netcustomer_comments .netfeedback_perspectives:nth-child(3n+3) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(rgb(125,113,111,0.5), 0.05) 100%
    );
}

@media (max-width: 1200px) {.netcustomer_comments .netfeedback_perspectives {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
}
}

@media (max-width: 992px) {.netcustomer_comments .netfeedback_perspectives {
    height: 100px;
}.netcustomer_comments .netfeedback_perspectives:hover {
    height: 250px;
}.netcustomer_comments .netimg_circular {
    width: 60px;
    height: 60px;
    margin: 20px 15px;
}.netcustomer_comments .netfeedback_perspectives span {
    margin-top: 32px;
    font-size: 17px;
}
}

@media (max-width: 768px) {.netcustomer_comments {
    padding: 70px 0;
}.netcustomer_comments h4 {
    margin-bottom: 60px;
}.netcustomer_comments .netfeedback_perspectives {
    min-height: 100px;
    max-width: 400px;
    height: auto;
    margin: 0 auto 25px;
    width: 100%;
}.netcustomer_comments .netfeedback_perspectives:hover {
    height: auto;
    min-height: 250px;
}.netcustomer_comments .netfeedback_perspectives:last-child {
    margin-bottom: 0;
}.netcustomer_comments .netfeedback_perspectives::after {
    top: 10px;
    right: 10px;
}.netcustomer_comments .netimg_circular {
    margin: 15px;
}.netcustomer_comments .netfeedback_perspectives span {
    margin-top: 28px;
}.netcustomer_comments .netfeedback_perspectives:hover span {
    margin-top: 10px;
}.netcustomer_comments .netfeedback_perspectives:hover p {
    margin-top: 10px;
}}.netappSpot {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(201,200,177) 0%, rgb(125,113,111,0.5) 100%);
    padding: 4rem 0;
    position: relative;
}.netappSpot::before {
    pointer-events: none;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(168,155,153,0.5) 0%, transparent 50%);
}.netappSpot::after {
    position: absolute;
    bottom: -5rem;
    content: "";
    width: 15rem;
    z-index: 0;
    right: -5rem;
    background: linear-gradient(225deg, rgb(125,113,111) 0%, transparent 70%);
    opacity: 0.15;
    transform: rotate(-15deg);
    height: 15rem;
}.netappSpot .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
}.netappSpot .netsuccess_path {
    position: relative;
    flex-direction: column;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    display: flex;
    opacity: 0;
    transform: translateX(-20px);
    gap: 2.5rem;
}.netappSpot .netsuccess_path > div:first-child {
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    position: relative;
}.netappSpot .netsuccess_path > div:first-child::before {
    content: "";
    top: 50%;
    width: 0.5rem;
    left: -2rem;
    position: absolute;
    background: rgb(168,155,153);
    transform: translateY(-50%);
    height: 50%;
}.netappSpot .netsuccess_path > div:last-child {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    opacity: 0;
    padding: 2.5rem;
    transform: translateY(15px);
    position: relative;
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
}.netappSpot .netsuccess_path > div:last-child::after {
    left: 0;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    background: linear-gradient(90deg, rgb(168,155,153), rgb(125,113,111));
    position: absolute;
    transform: scaleX(0);
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    content: "";
    transform-origin: left;
    bottom: 0;
    width: 100%;
}.netappSpot h5 {
    margin: 0;
    transition: transform 0.4s ease;
    font-weight: 700;
    font-size: 19px;
    padding-left: 1rem;
    position: relative;
    transform: translateY(0);
    line-height: 1.4;
    color: #000000;
}.netappSpot p {
    font-size: 14px;
    position: relative;
    color: #000000;
    line-height: 1.8;
    margin: 0;
    font-family: Arial, sans-serif;
}.netappSpot a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.netappSpot a:hover {
    transform: translateY(-5px);
}.netappSpot a:hover p {
    color: rgb(168,155,153);
}.netappSpot a:focus {
    box-shadow: 0 0 0 3px rgb(168,155,153,0.5);
    outline: none;
}

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

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

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.netappSpot {
    padding: 6rem 0;
}.netappSpot .netsuccess_path {
    gap: 3.5rem;
}.netappSpot .netsuccess_path > div:first-child::before {
    width: 0.6rem;
    height: 70%;
}.netappSpot h5 {
    font-size: calc(19px * 1.2);
    padding-left: 1.5rem;
}.netappSpot .netsuccess_path > div:last-child {
    max-width: 90%;
    margin-left: 3rem;
    padding: 3rem;
}
}

@media (min-width: 992px) {.netappSpot {
    padding: 8rem 0;
}.netappSpot .container {
    padding: 0 2rem;
}.netappSpot .netsuccess_path {
    gap: 4rem;
}.netappSpot .netsuccess_path > div:first-child {
    padding-left: 2rem;
}.netappSpot .netsuccess_path > div:first-child::before {
    width: 0.7rem;
    left: 0;
}.netappSpot h5 {
    font-size: calc(19px * 1.4);
    padding-left: 2rem;
}.netappSpot .netsuccess_path > div:last-child {
    padding: 4rem;
    margin-left: 6rem;
    max-width: 80%;
}.netappSpot p {
    line-height: 1.9;
    font-size: calc(14px * 1.1);
}
}

@media (min-width: 1200px) {.netappSpot .netsuccess_path > div:last-child {
    margin-left: 8rem;
    padding: 4.5rem;
    max-width: 75%;
}.netappSpot h5 {
    font-size: calc(19px * 1.5);
}
}

@media (max-width: 767px) {.netappSpot {
    padding: 3rem 0;
}.netappSpot .netsuccess_path > div:first-child::before {
    left: -1rem;
    width: 0.4rem;
}.netappSpot h5 {
    font-size: calc(19px * 0.9);
    padding-left: 0.75rem;
}.netappSpot .netsuccess_path > div:last-child {
    padding: 1.75rem;
}}.nettraining_results {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(201,200,177) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
    position: relative;
}.nettraining_results::before {
    z-index: 0;
    background: radial-gradient(circle at 30% 70%, rgb(125,113,111,0.5) 0%, transparent 40%);
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
}.nettraining_results::after {
    z-index: 0;
    position: absolute;
    height: 200px;
    right: -50px;
    transform: rotate(15deg);
    top: -50px;
    width: 200px;
    content: "";
    border: 2px solid rgb(168,155,153,0.5);
}.nettraining_results .container {
    max-width: 1200px;
    gap: 40px;
    display: grid;
    z-index: 1;
    grid-template-columns: 1fr 1.5fr;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.nettraining_results .netimg_circular {
    object-fit: cover;
    height: auto;
    box-shadow: 20px 20px 0 rgb(125,113,111,0.5), 
                -10px -10px 0 rgb(168,155,153,0.5);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}.nettraining_results .netimg_circular:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.nettraining_results .netsuccess_path {
    display: flex;
    justify-content: center;
    flex-direction: column;
}.nettraining_results .nettext_area_wrap {
    padding: 20px 0;
    position: relative;
}.nettraining_results .nettext_area_wrap::before {
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 80%;
    background: linear-gradient(to bottom, rgb(168,155,153), rgb(125,113,111));
    left: -30px;
    position: absolute;
    width: 3px;
}.nettraining_results h1 {
    margin-bottom: 30px;
    transition: transform 0.5s ease;
    font-weight: 700;
    transform: translateX(0);
    font-family: Arial, sans-serif;
    font-size: 43px;
    color: #000000;
    line-height: 1.3;
}.nettraining_results h1:hover {
    transform: translateX(5px);
}.nettraining_results ul {
    list-style: none;
    display: grid;
    gap: 20px;
    padding: 0;
    margin: 0;
}.nettraining_results li {
    padding-left: 35px;
    position: relative;
    transition: transform 0.3s ease-out;
}.nettraining_results li:hover {
    transform: translateX(10px);
}.nettraining_results li p {
    align-items: center;
    display: flex;
    color: #000000;
    margin: 0;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.6;
}.nettraining_results li:nth-child(odd) {
    padding: 12px 15px 12px 35px;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), transparent);
}.nettraining_results li svg {
    transform: translateY(-50%);
    width: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    left: 0;
    position: absolute;
    top: 50%;
    height: 24px;
}.nettraining_results li:hover svg {
    transform: translateY(-50%) scale(1.2);
}.nettraining_results svg path {
    fill: rgb(168,155,153);
    transition: fill 0.3s ease;
}.nettraining_results li:hover svg path:first-child {
    fill: rgb(125,113,111);
}.nettraining_results li:nth-child(even) svg path:last-child {
    fill: rgb(125,113,111);
}

@media (max-width: 992px) {.nettraining_results {
    padding: 80px 0;
}.nettraining_results .container {
    grid-template-columns: 1fr;
    gap: 30px;
}.nettraining_results .netimg_circular {
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 15px 15px 0 rgb(125,113,111,0.5), 
                   -8px -8px 0 rgb(168,155,153,0.5);
}.nettraining_results .nettext_area_wrap::before {
    top: -20px;
    left: 0;
    height: 3px;
    transform: none;
    width: 80px;
}.nettraining_results h1 {
    margin-bottom: 25px;
    font-size: calc(43px * 0.85);
}
}

@media (max-width: 768px) {.nettraining_results {
    padding: 60px 0;
}.nettraining_results::after {
    display: none;
}.nettraining_results .netimg_circular {
    box-shadow: 10px 10px 0 rgb(125,113,111,0.5), 
                   -5px -5px 0 rgb(168,155,153,0.5);
}.nettraining_results h1 {
    margin-bottom: 20px;
    font-size: calc(43px * 0.7);
}.nettraining_results ul {
    gap: 15px;
}.nettraining_results li p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.nettraining_results {
    padding: 40px 0;
}.nettraining_results .container {
    padding: 0 15px;
    gap: 25px;
}.nettraining_results .netimg_circular {
    box-shadow: 8px 8px 0 rgb(125,113,111,0.5), 
                   -4px -4px 0 rgb(168,155,153,0.5);
}.nettraining_results h1 {
    font-size: calc(43px * 0.6);
    margin-bottom: 15px;
}.nettraining_results li {
    padding-left: 30px;
}.nettraining_results li:nth-child(odd) {
    padding: 8px 10px 8px 30px;
}.nettraining_results li svg {
    height: 20px;
    width: 20px;
}.nettraining_results li p {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}header {
    z-index: 100;
    position: relative;
    background: rgb(201,200,177);
    margin-top: 0;
    overflow: visible;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
}header::before {
    left: 0;
    content: '';
    width: 100%;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(168,155,153), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(168,155,153), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(168,155,153), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(168,155,153), 0.03) 25%) 0 0 / 20px 20px;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
}header::after {
    content: '';
    transform-origin: center;
    position: absolute;
    transform: scaleX(0.7);
    height: 5px;
    transition: transform 0.5s ease;
    bottom: 0;
    background: linear-gradient(to right, 
        rgb(168,155,153), 
        rgb(125,113,111), 
        rgb(168,155,153)
    );
    left: 0;
    width: 100%;
}header:hover::after {
    transform: scaleX(1);
}header .netheader_main {
    justify-content: space-between;
    display: flex;
    align-items: center;
    z-index: 5;
    padding: 1.3rem 2.5rem;
    position: relative;
}header .nethead_know {
    flex: 0 0 auto;
    perspective: 800px;
    position: relative;
    margin-right: 2rem;
}header .nettop_main {
    transform-style: preserve-3d;
    display: block;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .nettop_main:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .nettop_main::before {
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    background: rgb(168,155,153);
    filter: blur(10px);
    position: absolute;
    transform: translateZ(-10px);
    opacity: 0.1;
    top: 0;
}header .nettop_main img {
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    max-height: 40px;
}header .netnav_learning {
    margin: 0;
    padding: 0;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    list-style: none;
    display: flex;
}header .netnav_learning::before {
    transform-origin: top;
    left: 0;
    height: 10px;
    content: '';
    top: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    position: absolute;
    transform: rotateX(90deg);
    width: 100%;
}header .nettop_mainwrap {
    transform-style: preserve-3d;
    position: relative;
    margin: 0 0.3rem;
}header .nettop_mainwrap a {
    padding: 0.7rem 1.2rem;
    text-decoration: none;
    justify-content: center;
    display: flex;
    font-weight: 600;
    transform: translateZ(0);
    transform-style: preserve-3d;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    color: #000000;
    font-size: 17px;
    background: #ffffff;
    transition: all 0.4s ease;
    border-radius: 10px;
    align-items: center;
}header .nettop_mainwrap a::before {
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(168,155,153,0.5) 0%, 
        rgb(125,113,111,0.5) 100%
    );
    top: 0;
    content: '';
    height: 100%;
    transform: translateZ(-5px);
    opacity: 0;
    left: 0;
    border-radius: 10px;
    transition: opacity 0.4s ease;
    width: 100%;
}header .nettop_mainwrap a:hover {
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
}header .nettop_mainwrap a:hover::before {
    opacity: 1;
}header .nettop_mainwrap a::after {
    left: 5px;
    transition: all 0.4s ease;
    background: rgb(168,155,153);
    bottom: -5px;
    right: 5px;
    opacity: 0;
    content: '';
    height: 5px;
    position: absolute;
    transform: translateZ(-10px);
}header .nettop_mainwrap a:hover::after {
    opacity: 0.3;
    bottom: -8px;
}header .netheader_main::before {
    content: '';
    width: 30%;
    left: 35%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(168,155,153), 
        transparent
    );
    position: absolute;
    top: 0;
    height: 1px;
}.nethead_bar {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    background: #ffffff;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .netheader_main {
    max-width: 1320px;
    margin: 0 auto;
}header .nettop_mainwrap {
    margin: 0 0.5rem;
}header .nettop_mainwrap a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .netheader_main {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nethead_know {
    margin-bottom: 0;
    margin-right: 0;
}header .netnav_learning {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .nettop_mainwrap a {
    font-size: calc(17px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .netheader_main {
    padding: 0.8rem 1.5rem;
}header .nethead_know {
    max-width: 140px;
}header .nettop_main img {
    max-height: 35px;
}header .netnav_learning {
    overflow-x: auto;
    margin-top: 0.8rem;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}header .netnav_learning::-webkit-scrollbar {
    height: 3px;
}header .netnav_learning::-webkit-scrollbar-thumb {
    background: rgb(168,155,153,0.5);
    border-radius: 10px;
}header .nettop_mainwrap {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .nettop_mainwrap a {
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    font-size: calc(17px - 2px);
}
}

@media (max-width: 479px) {header .netheader_main {
    padding: 0.7rem 1.2rem;
}header .nethead_know {
    max-width: 120px;
}header .nettop_mainwrap a {
    padding: 0.4rem 0.6rem;
    font-size: calc(17px - 3px);
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .nettop_main:hover {
    transform: translateY(-3px);
}header .nettop_mainwrap a:hover {
    transform: translateY(-3px);
}}

.netprogram_overview {
    display: flex;
    min-height: 100vh;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    background-color: rgb(201,200,177);
    position: relative;
}.netprogram_overview .netprogram_route {
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}.netprogram_overview .netprogram_route::before {
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background: radial-gradient(circle at center, transparent 30%, #000000 100%);
    z-index: 2;
}.netprogram_overview .nettraining_map {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.netprogram_overview .netclass_plan {
    opacity: 0;
    width: 100%;
    left: 0;
    position: absolute;
    transition: transform 1s ease;
    height: 100%;
    animation: fade-slides 30s infinite;
    transform: scale(1.1);
    top: 0;
}.netprogram_overview .netprogram_route:hover .netclass_plan {
    animation-play-state: paused;
}.netprogram_overview .netclass_plan:hover {
    transform: scale(1);
}.netprogram_overview .netclass_plan:nth-child(1) {
    animation-delay: 0s;
}.netprogram_overview .netclass_plan:nth-child(2) {
    animation-delay: -6s;
}.netprogram_overview .netclass_plan:nth-child(3) {
    animation-delay: -12s;
}.netprogram_overview .netclass_plan:nth-child(4) {
    animation-delay: -18s;
}.netprogram_overview .netclass_plan:nth-child(5) {
    animation-delay: -24s;
}.netprogram_overview .netclass_plan img {
    filter: saturate(0.8) brightness(0.7);
    width: 100%;
    height: 100%;
    object-fit: cover;
}.netprogram_overview .container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    z-index: 10;
    position: relative;
}.netprogram_overview .netsuccess_path {
    align-items: center;
    justify-content: center;
    display: flex;
}.netprogram_overview .netlearn_tools {
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    display: flex;
    max-width: 1000px;
    flex-direction: column;
    padding: 3rem;
}.netprogram_overview .netlearn_tools::before {
    animation: rotate-border 15s linear infinite;
    opacity: 0.7;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgb(168,155,153,0.5) 90deg,
        transparent 180deg,
        rgb(125,113,111,0.5) 270deg,
        transparent 360deg
    );
    content: "";
    bottom: -5px;
    position: absolute;
    right: -5px;
    top: -5px;
    left: -5px;
    border-radius: 50%;
    z-index: -1;
}.netprogram_overview .netlearn_tools::after {
    height: 120%;
    animation: pulse-glow 5s ease-in-out infinite alternate;
    z-index: -2;
    opacity: 0.1;
    filter: blur(20px);
    width: 120%;
    position: absolute;
    content: "";
    background: radial-gradient(
        ellipse at center,
        rgb(168,155,153,0.5) 0%,
        transparent 70%
    );
}.netprogram_overview .netlearn_tools h3 {
    font-size: 32px;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #ffffff;
}.netprogram_overview .netlearn_tools p {
    color: #000000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 2rem;
    display: -webkit-box;
    font-size: 12px;
    overflow: hidden;
    line-height: 1.6;
}.netprogram_overview .netmessage_message {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: all 0.3s ease;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    background: rgb(168,155,153);
    position: relative;
    color: #ffffff;
    text-decoration: none;
    padding: 0.8rem 2rem;
    overflow: hidden;
    border-radius: 50px;
}.netprogram_overview .netmessage_message::before {
    transform: scaleX(0);
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(125,113,111);
    position: absolute;
    z-index: -1;
    left: 0;
    transition: transform 0.6s ease;
    transform-origin: right;
    content: "";
}.netprogram_overview .netmessage_message:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}.netprogram_overview .netmessage_message:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.netprogram_overview .netlearn_tools .orbital-elements {
    left: 0;
    pointer-events: none;
    top: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    position: absolute;
}.netprogram_overview .netlearn_tools::before,
.netprogram_overview .netlearn_tools::after {
    position: absolute;
    content: "";
    border-radius: 50%;
}.netprogram_overview::after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    gap: 15px;
    bottom: 15%;
    z-index: 100;
}.netprogram_overview::after {
    opacity: 0.3;
    width: 100px;
    height: 10px;
    background: repeating-linear-gradient(
        90deg,
        #ffffff,
        #ffffff 10px,
        transparent 10px,
        transparent 25px
    );
}

@keyframes fade-slides {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.05);
    }
}

@keyframes slide-indicator {
    0%, 16% {
        left: calc(50% - 50px);
    }
    20%, 36% {
        left: calc(50% - 25px);
    }
    40%, 56% {
        left: calc(50%);
    }
    60%, 76% {
        left: calc(50% + 25px);
    }
    80%, 96% {
        left: calc(50% + 50px);
    }
    100% {
        left: calc(50% - 50px);
    }
}


@media screen and (max-width: 1200px) {.netprogram_overview .netlearn_tools {
    max-width: 900px;
}
}

@media screen and (max-width: 992px) {.netprogram_overview .netlearn_tools {
    padding: 3rem;
    max-width: 800px;
}
}

@media screen and (max-width: 768px) {.netprogram_overview {
    padding: 2rem 0;
}.netprogram_overview .netlearn_tools {
    aspect-ratio: auto;
    height: auto;
    padding: 3rem;
    max-width: 700px;
    min-height: 700px;
    border-radius: 20px;
}.netprogram_overview .netlearn_tools::before {
    border-radius: 20px;
}.netprogram_overview .netlearn_tools h3 {
    font-size: calc(32px * 0.9);
}.netprogram_overview .netlearn_tools p {
    -webkit-line-clamp: 3;
}
}

@media screen and (max-width: 576px) {.netprogram_overview .netlearn_tools {
    max-width: 90%;
    min-height: auto;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    aspect-ratio: auto;
}.netprogram_overview .netlearn_tools::before {
    border-radius: 15px;
}.netprogram_overview .netlearn_tools h3 {
    font-size: calc(32px * 0.8);
}.netprogram_overview .netlearn_tools p {
    margin-bottom: 1.5rem;
    -webkit-line-clamp: 4;
    font-size: calc(12px * 0.9);
}.netprogram_overview .netmessage_message {
    font-size: calc(16px * 0.9);
    padding: 0.7rem 1.8rem;
}.netprogram_overview::after {
    bottom: 10%;
}}


.netprogram_overview .nettraining_map:has(.netclass_plan:nth-child(2):last-child) .netclass_plan:nth-child(1) {
    animation-delay: 0s;
}.netprogram_overview .nettraining_map:has(.netclass_plan:nth-child(2):last-child) .netclass_plan:nth-child(2) {
    animation-delay: -15s;
}.netprogram_overview .nettraining_map:has(.netclass_plan:nth-child(3):last-child) .netclass_plan:nth-child(1) {
    animation-delay: 0s;
}.netprogram_overview .nettraining_map:has(.netclass_plan:nth-child(3):last-child) .netclass_plan:nth-child(2) {
    animation-delay: -10s;
}.netprogram_overview .nettraining_map:has(.netclass_plan:nth-child(3):last-child) .netclass_plan:nth-child(3) {
    animation-delay: -20s;
}.netprogram_overview .nettraining_map:has(.netclass_plan:nth-child(4):last-child) .netclass_plan:nth-child(1) {
    animation-delay: 0s;
}.netprogram_overview .nettraining_map:has(.netclass_plan:nth-child(4):last-child) .netclass_plan:nth-child(2) {
    animation-delay: -7.5s;
}.netprogram_overview .nettraining_map:has(.netclass_plan:nth-child(4):last-child) .netclass_plan:nth-child(3) {
    animation-delay: -15s;
}.netprogram_overview .nettraining_map:has(.netclass_plan:nth-child(4):last-child) .netclass_plan:nth-child(4) {
    animation-delay: -22.5s;
}.nettitle_portal {
    background: linear-gradient(135deg, rgb(201,200,177), rgb(125,113,111,0.5), rgb(168,155,153,0.5) 80%);
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
    position: relative;
}.nettitle_portal::before {
    content: "";
    top: 0;
    opacity: 0.7;
    left: 0;
    pointer-events: none;
    z-index: 1;
    background-size: 60px 60px, 40px 40px;
    height: 100%;
    width: 100%;
    animation: starfield 100s linear infinite;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 1px, transparent 6px),
              radial-gradient(circle at 30% 70%, rgba(255,255,255,0.08) 1px, transparent 4px);
    position: absolute;
}.nettitle_portal::after {
    width: 200%;
    pointer-events: none;
    z-index: 0;
    content: "";
    top: -50%;
    position: absolute;
    left: -50%;
    background: radial-gradient(ellipse at center, rgba(rgb(125,113,111), 0.15) 0%, transparent 70%);
    transform: rotate(-15deg);
    height: 200%;
}.nettitle_portal .netedu_lead {
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 2;
    position: relative;
    padding: 4rem 2rem;
    justify-content: center;
    align-items: center;
}.nettitle_portal .netedu_lead > div {
    position: relative;
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
}.nettitle_portal .netedu_lead > div > div:first-child {
    margin-bottom: 3rem;
    position: relative;
    transform: translateZ(20px);
}.nettitle_portal .netedu_lead h3 {
    backdrop-filter: blur(5px);
    color: #000000;
    max-width: 80%;
    background: rgba(255, 255, 255, 0.85);
    transform: translateX(-1rem);
    box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.1);
    padding: 1.5rem 2rem;
    font-size: calc(21px * 0.95);
    position: relative;
    margin: 0 0 1rem 2rem;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    font-weight: 600;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
}.nettitle_portal .netedu_lead h3::before {
    transition: transform 0.3s ease-out;
    width: 4px;
    transform-origin: center;
    top: 0;
    background: rgb(168,155,153);
    transform: scaleY(0.7);
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
}.nettitle_portal .netvirtual_track {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    transform: translateY(0);
    height: 65vh;
    position: relative;
    box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}.nettitle_portal .netvirtual_track::before {
    content: "";
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), transparent 40%, rgba(0, 0, 0, 0.2));
    top: 0;
    width: 100%;
    height: 100%;
}.nettitle_portal .netvirtual_track::after {
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    z-index: 1;
    position: absolute;
}.nettitle_portal .netvirtual_track > div {
    z-index: 2;
    padding: 3rem;
    bottom: 0;
    left: 0;
    transform: translateY(0);
    width: 100%;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.nettitle_portal .netvirtual_track p {
    transform: translateX(0);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), background 0.3s ease;
    font-weight: 400;
    position: relative;
    background: rgba(rgb(125,113,111), 0.15);
    color: #ffffff;
    margin: 0 0 1.5rem;
    max-width: 80%;
    padding: 0.75rem 1.5rem;
    font-size: calc(18px * 1.1);
    font-family: Arial, sans-serif;
    backdrop-filter: blur(8px);
    line-height: 1.6;
}.nettitle_portal .netvirtual_track p::before {
    transform-origin: bottom;
    content: "";
    left: 0;
    width: 3px;
    position: absolute;
    height: 100%;
    top: 0;
    transform: scaleY(0.8);
    transition: transform 0.3s ease;
    background: rgb(168,155,153);
}.nettitle_portal .title_style_header {
    line-height: 1.2;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    letter-spacing: -0.02em;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 48px;
    margin: 0;
    font-weight: 700;
    transform: translateY(0);
}.nettitle_portal .title_style_header::after {
    left: 0;
    transform: scaleX(0.8);
    height: 4px;
    content: "";
    position: absolute;
    bottom: -1rem;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: left;
    width: 8rem;
    background: rgb(168,155,153);
}.nettitle_portal:hover .netedu_lead h3 {
    transform: translateX(0);
}.nettitle_portal:hover .netedu_lead h3::before {
    transform: scaleY(1);
}.nettitle_portal:hover .netvirtual_track {
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}.nettitle_portal:hover .netvirtual_track > div {
    transform: translateY(-10px);
}.nettitle_portal:hover .netvirtual_track p {
    transform: translateX(10px);
    background: rgba(rgb(125,113,111), 0.25);
}.nettitle_portal:hover .netvirtual_track p::before {
    transform: scaleY(1);
}.nettitle_portal:hover .title_style_header {
    transform: translateY(-5px);
}.nettitle_portal:hover .title_style_header::after {
    transform: scaleX(1);
}

@keyframes starfield {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 1000px 1000px, -1000px -1000px;
  }
}

@media (max-width: 991px) {.nettitle_portal .netedu_lead {
    padding: 3rem 1.5rem;
}.nettitle_portal .netedu_lead h3 {
    font-size: calc(21px * 0.85);
    max-width: 90%;
    margin: 0 0 1rem 1rem;
    padding: 1.25rem 1.5rem;
}.nettitle_portal .netvirtual_track {
    height: 55vh;
}.nettitle_portal .netvirtual_track > div {
    padding: 2rem;
}.nettitle_portal .netvirtual_track p {
    margin: 0 0 1.25rem;
    max-width: 90%;
    font-size: 18px;
}.nettitle_portal .title_style_header {
    font-size: calc(48px * 0.9);
}
}

@media (max-width: 767px) {.nettitle_portal .netedu_lead {
    padding: 2.5rem 1rem;
}.nettitle_portal .netedu_lead > div {
    transform: perspective(800px) rotateX(1deg);
}.nettitle_portal .netedu_lead h3 {
    margin: 0 0 1rem 0;
    font-size: calc(18px * 1.1);
    max-width: 100%;
    padding: 1rem;
}.nettitle_portal .netvirtual_track {
    height: 50vh;
}.nettitle_portal .netvirtual_track > div {
    padding: 1.5rem;
}.nettitle_portal .netvirtual_track p {
    max-width: 100%;
    margin: 0 0 1rem;
    padding: 0.5rem 1rem;
    font-size: calc(18px * 0.9);
}.nettitle_portal .title_style_header {
    font-size: calc(34px * 1.1);
}.nettitle_portal .title_style_header::after {
    width: 6rem;
    bottom: -0.75rem;
    height: 3px;
}
}

@media (max-width: 480px) {.nettitle_portal .netedu_lead {
    padding: 2rem 0.75rem;
}.nettitle_portal .netedu_lead > div {
    transform: none;
}.nettitle_portal .netedu_lead > div > div:first-child {
    margin-bottom: 2rem;
}.nettitle_portal .netedu_lead h3 {
    padding: 0.75rem;
    font-size: 18px;
    line-height: 1.4;
}.nettitle_portal .netvirtual_track {
    height: 45vh;
}.nettitle_portal .netvirtual_track > div {
    padding: 1.25rem;
}.nettitle_portal .netvirtual_track p {
    padding: 0.5rem 0.75rem;
    font-size: calc(18px * 0.85);
    line-height: 1.5;
}.nettitle_portal .title_style_header {
    font-size: 34px;
}}.netgrade_help {
    z-index: 1;
    padding: 5rem 0 1rem;
    background: linear-gradient(135deg, #000000 0%, rgb(168,155,153,0.5) 100%);
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.netgrade_help::before {
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(168,155,153,0.5) 0%, transparent 50%);
    right: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    content: '';
}.netgrade_help::after {
    background: linear-gradient(90deg, transparent, rgb(168,155,153), transparent);
    height: 3px;
    z-index: 2;
    right: 0;
    position: absolute;
    top: 0;
    content: '';
    animation: glowLine 3s infinite alternate;
    left: 0;
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.netgrade_help .container {
    position: relative;
    z-index: 2;
}.netgrade_help .nettrade_mark {
    flex-direction: column;
    gap: 3rem;
    display: flex;
}.netgrade_help .netsubmit_request {
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    border: 1px solid rgb(125,113,111,0.5);
    flex-wrap: wrap;
    position: relative;
    gap: 2rem;
    backdrop-filter: blur(8px);
    padding: 1.5rem;
    margin-bottom: 1rem;
}.netgrade_help .netsubmit_request::before {
    height: 2px;
    top: -2px;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(125,113,111), transparent);
    width: 50%;
    left: 50%;
    content: '';
    animation: scanLine 4s infinite linear;
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.netgrade_help .info_item {
    max-width: 300px;
    transition: transform 0.3s ease;
    min-width: 200px;
    flex: 1;
    text-align: center;
}.netgrade_help .info_item:hover {
    transform: translateY(-5px);
}.netgrade_help .info_item p, 
.netgrade_help .info_item a {
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border: 1px solid transparent;
    align-items: center;
    color: #ffffff;
    justify-content: center;
    font-size: calc(17px - 2px);
    gap: 0.5rem;
    border-radius: 10px;
    padding: 0.75rem;
    display: flex;
    text-decoration: none;
}.netgrade_help .info_item svg {
    width: 1.25rem;
    fill: rgb(125,113,111);
    transition: fill 0.3s ease;
    height: 1.25rem;
}.netgrade_help .info_item a:hover {
    border-color: rgb(168,155,153,0.5);
    box-shadow: 0 0 15px rgb(168,155,153,0.5);
    background: #000000;
}.netgrade_help .info_item a:hover svg {
    fill: rgb(168,155,153);
}.netgrade_help .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 2rem;
}.netgrade_help .nethead_know {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.netgrade_help .nethead_know svg {
    height: auto;
    filter: drop-shadow(0 0 5px rgb(168,155,153,0.5));
    transition: filter 0.3s ease;
    max-width: 180px;
}.netgrade_help .nethead_know svg:hover {
    filter: drop-shadow(0 0 10px rgb(168,155,153));
}.netgrade_help .netbrainstorm {
    opacity: 0.7;
    line-height: 1.5;
    font-size: calc(16px - 1px);
    max-width: 280px;
    color: #ffffff;
}.netgrade_help .netnav_learning {
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}.netgrade_help .netnav_learning h5 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 0.5rem;
    padding-bottom: 0.75rem;
    color: #ffffff;
    position: relative;
}.netgrade_help .netnav_learning h5::after {
    position: absolute;
    content: '';
    left: 0;
    transition: width 0.3s ease;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: rgb(125,113,111);
}.netgrade_help .netnav_learning:hover h5::after {
    width: 80px;
}.netgrade_help .netfirst_teach {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}.netgrade_help .netfirst_teach a {
    opacity: 0.8;
    transition: all 0.3s ease;
    color: #ffffff;
    padding-left: 1rem;
    position: relative;
    font-size: 17px;
    text-decoration: none;
}.netgrade_help .netfirst_teach a::before {
    background: rgb(125,113,111);
    content: '';
    transition: all 0.3s ease;
    border-radius: 50%;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    height: 5px;
    width: 5px;
    position: absolute;
}.netgrade_help .netfirst_teach a:hover {
    transform: translateX(5px);
    color: rgb(168,155,153);
    opacity: 1;
}.netgrade_help .netfirst_teach a:hover::before {
    background: rgb(168,155,153);
    box-shadow: 0 0 8px rgb(168,155,153);
    height: 7px;
    width: 7px;
}.netgrade_help .subscribe_holder {
    flex-direction: column;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    display: flex;
    overflow: hidden;
    gap: 1.25rem;
    padding: 1.5rem;
    border: 1px solid rgb(125,113,111,0.5);
    position: relative;
}.netgrade_help .subscribe_holder::before {
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    background: radial-gradient(circle at top right, rgb(168,155,153,0.5) 0%, transparent 70%);
    z-index: -1;
    top: 0;
    right: 0;
    opacity: 0.1;
}.netgrade_help .subscribe_holder h5 {
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
}.netgrade_help .subscribe_holder p {
    opacity: 0.9;
    font-size: calc(17px - 1px);
    line-height: 1.6;
    color: #ffffff;
}.netgrade_help .input_holder {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
    position: relative;
}.netgrade_help .input_holder input[type="email"] {
    transition: all 0.3s ease;
    width: 100%;
    font-size: 17px;
    border: 1px solid rgb(125,113,111,0.5);
    padding: 0.875rem 1rem;
    background: rgba(0, 0, 0, 0.2);
    flex: 1;
    border-radius: 10px;
    color: #ffffff;
}.netgrade_help .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(168,155,153);
    box-shadow: 0 0 10px rgb(168,155,153,0.5);
}.netgrade_help .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #ffffff;
}.netgrade_help .netsub_tutorial {
    position: relative;
    border-radius: 10px;
    padding: 0.875rem 1.5rem;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
    background: rgb(168,155,153);
    font-size: 18px;
    border: none;
}.netgrade_help .netsub_tutorial::before {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
}.netgrade_help .netsub_tutorial:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(125,113,111,0.5);
    background: rgb(125,113,111);
}.netgrade_help .netsub_tutorial:hover::before {
    left: 100%;
}.netgrade_help .netacademy_info {
    position: relative;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(125,113,111,0.5);
    text-align: center;
}.netgrade_help .netacademy_info::before {
    width: 100%;
    top: -1px;
    background: linear-gradient(90deg, transparent, rgb(125,113,111,0.5), transparent);
    content: '';
    left: 0;
    position: absolute;
    height: 1px;
}.netgrade_help .netpledge_block {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.7;
}

@media (max-width: 1024px) {.netgrade_help {
    padding: 4rem 0 1rem;
}.netgrade_help .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.netgrade_help .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.netgrade_help .input_holder {
    flex-direction: row;
}.netgrade_help .netsub_tutorial {
    width: auto;
}
}

@media (max-width: 768px) {.netgrade_help {
    padding: 3rem 0 1rem;
}.netgrade_help .netsubmit_request {
    align-items: center;
    gap: 1rem;
    flex-direction: column;
}.netgrade_help .info_item {
    min-width: 100%;
}.netgrade_help .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.netgrade_help .subscribe_holder {
    grid-column: auto;
}.netgrade_help .nethead_know {
    text-align: center;
    align-items: center;
}.netgrade_help .netbrainstorm {
    max-width: 100%;
    text-align: center;
}.netgrade_help .netnav_learning h5 {
    text-align: center;
}.netgrade_help .netnav_learning h5::after {
    transform: translateX(-50%);
    left: 50%;
}.netgrade_help .netfirst_teach {
    align-items: center;
}.netgrade_help .netfirst_teach a {
    text-align: center;
}.netgrade_help .netfirst_teach a:hover {
    transform: translateY(-2px);
}.netgrade_help .input_holder {
    flex-direction: column;
}.netgrade_help .netsub_tutorial {
    width: 100%;
}
}

@media (max-width: 480px) {.netgrade_help {
    padding: 2.5rem 0 1rem;
}.netgrade_help .info_item p, 
    .netgrade_help .info_item a {
    font-size: calc(17px - 3px);
}.netgrade_help .netnav_learning h5, 
    .netgrade_help .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}.netgrade_help .netfirst_teach a, 
    .netgrade_help .subscribe_holder p {
    font-size: calc(17px - 2px);
}.netgrade_help .netpledge_block {
    font-size: calc(16px - 2px);
}
}