﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}::-webkit-scrollbar {
    width: 17px;
}::-webkit-scrollbar-track {
    background: linear-gradient(111deg, rgb(255, 255, 255, 0.5) 29%, rgb(111,131,169) 41%, rgb(111,131,169,0.5) 32%, rgb(147,167,205) 93%, rgb(183,203,242) 75%);
    margin: 1px 0;
}::-webkit-scrollbar-track:active {
    background: rgb(111,131,169);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    transition: box-shadow, transform 4.8s ease-in;
    border: 3px ridge rgb(255, 255, 255, 0.5);
    background: radial-gradient(ellipse at bottom left, #ffffff 80%, rgb(255, 255, 255, 0.5) 31%, rgb(147,167,205) 36%, rgb(183,203,242) 65%);
    box-shadow: 4px -4px 15px 7px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1);
    background: rgb(183,203,242);
}* {
    scrollbar-color: rgb(111,131,169) rgb(111,131,169);
    scrollbar-width: thin;
}.container {
    max-width: 100%;
    width: 1130px;
    margin: auto;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.net_qna_board {
    flex: 0 0 auto;
}.net_framework-wrap {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}.net_nav_study {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.net_cookie_notice_message {
    bottom: 0;
    position: fixed;
    width: 100%;
    border-top: 2px solid rgb(147,167,205);
    background: rgb(183,203,242);
    z-index: 90;
}.net_policy_opt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}.net_cookie_notice_message h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.net_cookie_notice_message p {
    font-size: 18px;
}.net_cookie_guard {
    flex-shrink: 0;
    margin-right: 10px;
}.net_cookie_guard svg, .net_cookie_guard svg path, .net_cookie_guard img {
    width: 100px;
    fill: rgb(147,167,205);
    height: 100px;
}.net_cookie_panel {
    flex-shrink: 0;
    min-width: 120px;
    white-space: nowrap;
    border-bottom: 2px solid rgb(147,167,205);
    color: rgb(147,167,205);
    margin-left: 10px;
    line-height: 35px;
    font-size: 24px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}.net_cookie_notice_message p a {
    text-decoration: none;
    color: rgb(147,167,205);
}#net_cookieWarningWindow {
    display: none;
}#net_cookieWarningWindow:checked ~ .net_cookie_notice_message {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.net_cookie_notice_message {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.net_cookie_guard {
    display: none;
}.net_policy_opt {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.net_cookie_notice_message h5 {
    text-align: center;
}.net_cookie_notice_message p {
    text-align: center;
}.net_privacy_opt {
    margin-bottom: 20px;
}body .net_framework-wrap .net_cookie_panel {
    margin-left: 0;
}}
.net_framework-wrap .net_policy_opt {
    justify-content: flex-end;
}.net_framework-wrap .net_cookie_panel {
    color: #ffffff;
    background: rgb(147,167,205);
    padding: 10px;
    margin-left: 30px;
    font-size: 20px;
}.net_framework-wrap .net_privacy_opt {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.net_framework-wrap .net_cookie_panel {
    margin-bottom: 10px;
    margin-left: 0;
}}.net_company_overview {
    color: #ffffff;
    overflow: hidden;
    background-color: rgb(111,131,169,0.5);
    position: relative;
    padding: 120px 0;
}.net_company_overview::before {
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(147,167,205,0.5) 95%, rgb(147,167,205,0.5) 96%, transparent 96%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 95%, rgb(147,167,205,0.5) 95%, rgb(147,167,205,0.5) 96%, transparent 96%) 0 0 / 100% 20px;
    animation: gridGlow 4s infinite alternate;
    z-index: 1;
    left: 0;
}.net_company_overview::after {
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 49.5%,
            rgb(147,167,205,0.5) 49.5%,
            rgb(147,167,205,0.5) 50.5%,
            transparent 50.5%,
            transparent 100%
        );
    content: "";
    z-index: 0;
    top: 0;
    height: 400%;
    position: absolute;
    left: 0;
    animation: scanlines 10s linear infinite;
    width: 100%;
    opacity: 0.2;
}.net_company_overview .container {
    position: relative;
    z-index: 2;
}.net_company_overview .net_skill_growth {
    position: relative;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}.net_company_overview .net_skill_growth h3 {
    font-weight: 700;
    align-items: center;
    letter-spacing: 3px;
    border-bottom: 1px solid rgb(147,167,205,0.5);
    font-size: 36px;
    display: flex;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: rgb(147,167,205);
    margin-bottom: 50px;
    grid-column: 1 / -1;
}.net_company_overview .net_skill_growth h3::before {
    height: 8px;
    width: 8px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    display: block;
    margin-right: 15px;
    content: "";
    animation: rotate 3s linear infinite;
    background: rgb(147,167,205);
}.net_company_overview .net_skill_growth h3::after {
    bottom: -1px;
    background: rgb(147,167,205);
    left: 0;
    animation: scanRight 4s ease-in-out infinite;
    width: 100px;
    position: absolute;
    height: 3px;
    content: "";
}.net_company_overview .net_knowledge_learn {
    display: flex;
    border-left: 1px solid rgb(147,167,205,0.5);
    position: relative;
    padding-left: 30px;
    flex-direction: column;
}.net_company_overview .net_knowledge_learn::before {
    height: 16px;
    width: 16px;
    background-color: rgb(147,167,205);
    top: 0;
    content: "";
    left: -8px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: blinkSlow 4s infinite alternate;
    position: absolute;
}.net_company_overview .net_knowledge_learn span {
    border-bottom: 1px dashed rgb(111,131,169,0.5);
    margin-bottom: 20px;
    padding: 5px 0;
    width: fit-content;
    position: relative;
    font-size: 20px;
    color: rgb(111,131,169);
    font-weight: 600;
}.net_company_overview .net_knowledge_learn p {
    color: #ffffff;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}.net_company_overview .net_knowledge_learn .net_image_holder {
    transition: all 0.4s ease;
    width: 100%;
    height: 340px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: relative;
}.net_company_overview .net_knowledge_learn .net_image_holder::before {
    inset: 0;
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    background: linear-gradient(135deg, transparent 0%, rgb(147,167,205,0.5) 100%);
    content: "";
}.net_company_overview .net_knowledge_learn .net_image_holder::after {
    content: "";
    position: absolute;
    border-left: 2px solid rgb(147,167,205);
    bottom: 0;
    opacity: 0.8;
    right: 0;
    z-index: 2;
    width: 60px;
    height: 60px;
    border-top: 2px solid rgb(147,167,205);
}.net_company_overview .net_class_experts {
    position: relative;
    padding-right: 30px;
    border-right: 1px solid rgb(111,131,169,0.5);
    flex-direction: column;
    display: flex;
}.net_company_overview .net_class_experts::before {
    position: absolute;
    right: -8px;
    width: 16px;
    height: 16px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: blinkSlow 4s infinite alternate 1s;
    content: "";
    bottom: 0;
    background-color: rgb(111,131,169);
}.net_company_overview .net_class_experts p {
    color: #ffffff;
    order: 2;
    line-height: 1.8;
    position: relative;
    font-size: 16px;
    margin-bottom: 30px;
}.net_company_overview .net_class_experts .net_expert_studio {
    width: 100%;
    transition: all 0.4s ease;
    position: relative;
    order: 1;
    height: 340px;
    margin-bottom: 30px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 85%);
}.net_company_overview .net_class_experts .net_expert_studio::before {
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(111,131,169,0.5) 0%, transparent 100%);
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
}.net_company_overview .net_class_experts .net_expert_studio::after {
    bottom: 0;
    z-index: 2;
    border-top: 2px solid rgb(111,131,169);
    height: 60px;
    content: "";
    left: 0;
    position: absolute;
    width: 60px;
    border-right: 2px solid rgb(111,131,169);
    opacity: 0.8;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes blinkSlow {
    0%, 90% {
        opacity: 1;
    }
    95% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes scanRight {
    0%, 100% {
        left: 0;
        width: 100px;
    }
    45%, 55% {
        left: calc(100% - 100px);
        width: 100px;
    }
    50% {
        left: calc(100% - 100px);
        width: 40px;
    }
}

@keyframes gridGlow {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes scanlines {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-75%);
    }
}

@media (max-width: 1024px) {.net_company_overview {
    padding: 80px 0;
}.net_company_overview .net_skill_growth {
    gap: 30px;
}.net_company_overview .net_skill_growth h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
}.net_company_overview .net_knowledge_learn,
    .net_company_overview .net_class_experts {
    padding-left: 20px;
    padding-right: 20px;
}.net_company_overview .net_knowledge_learn .net_image_holder,
    .net_company_overview .net_class_experts .net_expert_studio {
    height: 280px;
}
}

@media (max-width: 768px) {.net_company_overview {
    padding: 60px 0;
}.net_company_overview .net_skill_growth {
    gap: 50px;
    grid-template-columns: 1fr;
}.net_company_overview .net_skill_growth h3 {
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-size: calc(36px * 0.85);
}.net_company_overview .net_knowledge_learn {
    padding-left: 0;
    padding-top: 30px;
    border-top: 1px solid rgb(147,167,205,0.5);
    border-left: none;
}.net_company_overview .net_knowledge_learn::before {
    top: -8px;
    left: 0;
}.net_company_overview .net_class_experts {
    border-bottom: 1px solid rgb(111,131,169,0.5);
    padding-right: 0;
    border-right: none;
    padding-bottom: 30px;
}.net_company_overview .net_class_experts::before {
    right: 0;
    bottom: -8px;
}.net_company_overview .net_knowledge_learn .net_image_holder,
    .net_company_overview .net_class_experts .net_expert_studio {
    height: 300px;
}
}

@media (max-width: 576px) {.net_company_overview {
    padding: 50px 0;
}.net_company_overview .net_skill_growth {
    gap: 40px;
}.net_company_overview .net_skill_growth h3 {
    font-size: calc(36px * 0.75);
    padding-bottom: 15px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}.net_company_overview .net_skill_growth h3::before {
    margin-right: 10px;
    height: 6px;
    width: 6px;
}.net_company_overview .net_knowledge_learn {
    padding-top: 20px;
}.net_company_overview .net_class_experts {
    padding-bottom: 20px;
}.net_company_overview .net_knowledge_learn span {
    font-size: calc(20px * 0.9);
}.net_company_overview .net_knowledge_learn p,
    .net_company_overview .net_class_experts p {
    font-size: calc(16px * 0.95);
    margin-bottom: 20px;
    line-height: 1.6;
}.net_company_overview .net_knowledge_learn .net_image_holder,
    .net_company_overview .net_class_experts .net_expert_studio {
    height: 240px;
}.net_company_overview .net_knowledge_learn .net_image_holder::after,
    .net_company_overview .net_class_experts .net_expert_studio::after {
    width: 40px;
    height: 40px;
}}footer {
    width: 100%;
    position: relative;
}footer .net_qna_board {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 30px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(147,167,205), rgb(111,131,169));
}footer .net_qna_board::before {
    content: "";
    position: absolute;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}footer .net_calc_foot {
    z-index: 1;
    position: relative;
}footer .net_connect_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
    gap: 20px;
}footer .info_item {
    position: relative;
    z-index: 1;
    align-items: center;
    transition: all 0.4s ease;
    flex: 0 1 220px;
    background-color: rgb(147,167,205,0.5);
    backdrop-filter: blur(5px);
    justify-content: center;
    padding: 20px;
    display: flex;
    height: 220px;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    background-color: rgb(111,131,169,0.5);
    z-index: 2;
    transform: scale(1.05) translateY(0);
}footer .info_item svg {
    height: 24px;
    width: 24px;
    fill: #ffffff;
    margin-right: 10px;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-size: 13px;
    max-width: 80%;
    text-decoration: none;
    text-align: center;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    justify-content: center;
}footer .net_top_pagewrap, footer .net_head_sitewrap, footer .subscribe_holder {
    border-radius: 27px;
    flex: 1 1 300px;
    overflow: hidden;
    display: flex;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    align-items: center;
    max-width: 400px;
    text-align: center;
    padding: 30px;
    background-color: rgb(147,167,205,0.5);
    position: relative;
    flex-direction: column;
}footer .net_top_pagewrap:hover, footer .net_head_sitewrap:hover, footer .subscribe_holder:hover {
    background-color: rgb(111,131,169,0.5);
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .net_top_pagewrap::before, footer .net_head_sitewrap::before, footer .subscribe_holder::before {
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    width: 150px;
    content: "";
    height: 150px;
    opacity: 0.1;
}footer .net_top_pagewrap::before {
    background-color: rgb(147,167,205);
    left: -50px;
    top: -50px;
}footer .net_head_sitewrap::before {
    bottom: -50px;
    background-color: rgb(111,131,169);
    right: -50px;
}footer .subscribe_holder::before {
    background-color: rgb(147,167,205);
    bottom: -50px;
    left: -50px;
}footer .net_top_pagewrap svg {
    filter: brightness(0) invert(1);
    height: 50px;
    width: auto;
    margin-bottom: 20px;
}footer .net_zoom_meet {
    line-height: 1.6;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 300px;
}footer .net_head_sitewrap h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: 23px;
}footer .net_head_sitewrap h5::after, footer .subscribe_holder h5::after {
    width: 40px;
    height: 2px;
    background-color: #ffffff;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    bottom: -8px;
}footer .net_head_sitewrap:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .net_main_guide {
    max-width: 300px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}footer .net_main_guide a {
    padding: 8px 15px;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 13px;
    background-color: rgb(147,167,205,0.5);
}footer .net_main_guide a:hover {
    transform: translateY(-3px);
    background-color: rgb(111,131,169,0.5);
}footer .subscribe_holder p {
    max-width: 300px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    width: 100%;
    max-width: 300px;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    text-align: center;
    padding: 15px 20px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: none;
    width: 100%;
    font-size: 13px;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(147,167,205,0.5);
    background-color: rgba(255, 255, 255, 0.3);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .net_mail_container {
    transition: all 0.3s ease;
    background-color: rgb(147,167,205);
    width: 100%;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    border: none;
    color: #ffffff;
    padding: 15px 20px;
}footer .net_mail_container:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(111,131,169);
}footer .net_footnote_ref {
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .net_youtube_chan {
    padding: 8px 20px;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    background-color: rgb(147,167,205,0.5);
    font-size: 15px;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    height: 180px;
    flex: 0 1 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .net_qna_board {
    padding: 60px 0 30px;
}footer .net_connect_section {
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    padding: 15px;
    height: 100px;
    flex: 0 1 100px;
}footer .net_top_pagewrap, footer .net_head_sitewrap, footer .subscribe_holder {
    padding: 25px 20px;
}footer .net_footnote_ref {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .net_qna_board {
    padding: 50px 0 20px;
}footer .info_item {
    flex: 0 1 90px;
    height: 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(13px - 1px);
}footer .net_head_sitewrap h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .net_main_guide a {
    padding: 6px 12px;
    font-size: calc(13px - 1px);
}footer .input_holder input[type="email"],
    footer .net_mail_container {
    padding: 12px 15px;
}footer .net_youtube_chan {
    padding: 6px 15px;
}}.net_title_greeting {
    overflow: hidden;
    width: 100%;
    position: relative;
}.net_title_greeting .net_skill_upfast {
    position: relative;
    justify-content: center;
    height: 100vh;
    align-items: center;
    display: flex;
}.net_title_greeting .net_skill_upfast::before {
    content: "";
    background: linear-gradient(135deg, 
    rgb(147,167,205,0.5) 0%, 
    rgba(0,0,0,0.5) 50%, 
    rgb(111,131,169,0.5) 100%);
    z-index: 1;
    animation: gradientFlow 15s infinite alternate;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}.net_title_greeting .net_skill_upfast::after {
    z-index: 2;
    left: 0;
    height: 35%;
    width: 100%;
    content: "";
    background: linear-gradient(to top, 
    rgba(0,0,0,0.85) 0%, 
    rgba(0,0,0,0) 100%);
    bottom: 0;
    position: absolute;
}.net_title_greeting .net_fast_study {
    position: relative;
    z-index: 3;
    max-width: 90%;
    transform: translateY(-2rem);
    animation: fadeSlideUp 1.2s ease-out forwards;
    width: 900px;
    padding: 3rem;
}.net_title_greeting .net_fast_study::before {
    background: rgb(147,167,205);
    transform: scaleX(0);
    content: "";
    top: -20px;
    transform-origin: left;
    width: 60%;
    height: 5px;
    position: absolute;
    left: 0;
    animation: lineReveal 1s ease-out 0.5s forwards;
}.net_title_greeting .net_fast_study::after {
    content: "";
    background: rgb(111,131,169);
    right: 0;
    transform: scaleX(0);
    height: 5px;
    position: absolute;
    bottom: -20px;
    animation: lineReveal 1s ease-out 0.8s forwards;
    transform-origin: right;
    width: 40%;
}.net_title_greeting h1 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    animation: textReveal 0.8s ease-out 0.3s forwards;
    transform: translateY(20px);
    color: #ffffff;
    position: relative;
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 45px);
    opacity: 0;
    text-shadow: 0 2px 15px rgba(0,0,0,0.3);
}.net_title_greeting h1::after {
    background: rgb(111,131,169);
    animation: lineReveal 1s ease-out 1s forwards;
    left: 0;
    transform: scaleX(0);
    width: 80px;
    content: "";
    position: absolute;
    height: 3px;
    transform-origin: left;
    bottom: -10px;
}.net_title_greeting h3 {
    opacity: 0;
    color: #ffffff;
    text-shadow: 0 1px 10px rgba(0,0,0,0.3);
    margin-bottom: 2rem;
    max-width: 90%;
    font-weight: 600;
    line-height: 1.5;
    font-size: clamp(1.25rem, 3vw, 20px);
    animation: textReveal 0.8s ease-out 0.6s forwards;
    transform: translateY(20px);
}.net_title_greeting p {
    font-size: clamp(1rem, 2vw, 17px);
    position: relative;
    max-width: 80%;
    transform: translateY(20px);
    animation: textReveal 0.8s ease-out 0.9s forwards;
    color: #ffffff;
    opacity: 0;
    font-weight: 400;
    line-height: 1.6;
    padding-left: 1.5rem;
}.net_title_greeting p::before {
    top: 0.5rem;
    width: 3px;
    position: absolute;
    height: 0;
    content: "";
    left: 0;
    animation: verticalLineGrow 0.8s ease-out 1.2s forwards;
    background: rgb(111,131,169);
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(-2rem);
  }
}

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

@keyframes lineReveal {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes verticalLineGrow {
  from {
    height: 0;
  }
  to {
    height: 80%;
  }
}

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

@media screen and (max-width: 992px) {.net_title_greeting .net_skill_upfast {
    height: 90vh;
}.net_title_greeting .net_fast_study {
    transform: translateY(0);
    padding: 2.5rem 2rem;
}
}

@media screen and (max-width: 768px) {.net_title_greeting .net_skill_upfast {
    height: 80vh;
}.net_title_greeting h3, 
  .net_title_greeting p {
    max-width: 100%;
}.net_title_greeting .net_fast_study {
    padding: 2rem 1.5rem;
    width: 100%;
}
}

@media screen and (max-width: 576px) {.net_title_greeting .net_skill_upfast {
    align-items: flex-end;
    height: 100vh;
    padding-bottom: 2rem;
}.net_title_greeting .net_fast_study {
    padding: 1.5rem 1rem;
}.net_title_greeting p {
    padding-left: 1rem;
}.net_title_greeting h1::after {
    width: 60px;
}
}

@media (hover: hover) {.net_title_greeting .net_skill_upfast:hover::before {
    transition: background 0.8s ease;
    background: linear-gradient(135deg, 
      rgb(147,167,205,0.5) 10%, 
      rgba(0,0,0,0.5) 60%, 
      rgb(111,131,169,0.5) 90%);
}}header {
    background: rgb(111,131,169);
    padding: 0;
    overflow: visible;
    position: relative;
    z-index: 100;
    margin-top: 0;
}header::before {
    position: absolute;
    left: 0;
    content: '';
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    width: 100%;
    z-index: 0;
    top: 0;
    background-size: 20px 20px;
    height: 100%;
}header::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
    position: absolute;
    background: 
        linear-gradient(to right, transparent 0%, rgb(111,131,169,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(111,131,169,0.5) 50%, transparent 100%);
}header .net_head_lesson {
    z-index: 5;
    padding: 1.3rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}header .net_top_pagewrap {
    transition: all 0.3s ease;
    flex: 0 0 auto;
    position: relative;
    border-left: 3px solid rgb(147,167,205);
    margin-right: 2rem;
    overflow: hidden;
    padding: 0.5rem 0.7rem;
    z-index: 2;
}header .net_top_pagewrap::before {
    transform: scaleX(0);
    left: 0;
    content: '';
    top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}header .net_top_pagewrap:hover {
    transform: translateX(5px);
    box-shadow: 5px 0 15px -5px rgb(147,167,205);
}header .net_top_pagewrap:hover::before {
    transform: scaleX(1);
    opacity: 1;
}header .net_header_pagewrap {
    display: block;
    position: relative;
    transition: all 0.3s ease;
}header .net_header_pagewrap::after {
    height: 10px;
    background: rgb(147,167,205);
    right: -5px;
    width: 10px;
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
    bottom: -5px;
}header .net_header_pagewrap:hover::after {
    opacity: 1;
}header .net_header_pagewrap img {
    filter: brightness(1.1);
    max-height: 40px;
}header .net_head_sitewrap {
    z-index: 2;
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative;
}header .net_head_sitewrap::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 40px;
    background: rgb(147,167,205);
    transform: translateY(-50%);
    top: 50%;
    right: -20px;
}header .net_head_learning {
    position: relative;
    margin: 0 1px;
}header .net_head_learning a {
    padding: 0 1.2rem;
    font-weight: 600;
    font-size: 12px;
    z-index: 1;
    height: 45px;
    align-items: center;
    position: relative;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    text-decoration: none;
    justify-content: center;
    display: flex;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    letter-spacing: 1px;
}header .net_head_learning a::before {
    background: rgb(147,167,205);
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}header .net_head_learning a:hover {
    border-left-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}header .net_head_learning a:hover::before {
    transform: translateX(0);
}header .net_head_learning a::after {
    top: 0;
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
    background: rgb(147,167,205);
    height: 2px;
    transform-origin: right;
    width: 100%;
    content: '';
    transform: scaleX(0);
}header .net_head_learning a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}header .net_head_learning::before {
    transform: translateY(-50%) scale(0);
    left: -10px;
    content: '';
    transition: transform 0.3s ease;
    top: 50%;
    width: 5px;
    height: 5px;
    background: rgb(147,167,205);
    position: absolute;
}header .net_head_learning:hover::before {
    transform: translateY(-50%) scale(1);
}header .net_head_lesson::before {
    width: 30px;
    background: rgb(147,167,205);
    top: 20px;
    left: 20px;
    height: 1px;
    content: '';
    position: absolute;
}header .net_head_lesson::after {
    height: 30px;
    background: rgb(147,167,205);
    top: 20px;
    position: absolute;
    left: 20px;
    width: 1px;
    content: '';
}.net_nav_study {
    background: rgb(183,203,242);
    position: relative;
    padding-top: 2rem;
    z-index: 1;
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .net_head_learning:last-child::after {
    right: -10px;
    content: '|';
    position: absolute;
    animation: typingCursor 1s infinite;
    transform: translateY(-50%);
    font-weight: 700;
    top: 50%;
    color: rgb(147,167,205);
}

@media (min-width: 1400px) {header .net_head_lesson {
    margin: 0 auto;
    max-width: 1320px;
}header .net_head_learning {
    margin: 0 2px;
}header .net_head_learning a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .net_head_lesson {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .net_top_pagewrap {
    margin-bottom: 0;
    margin-right: 0;
}header .net_head_sitewrap {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .net_head_sitewrap::before {
    display: none;
}header .net_head_learning a {
    height: 40px;
    font-size: calc(12px - 1px);
    padding: 0 1rem;
}header .net_head_learning::before {
    display: none;
}header .net_head_lesson::before,
    header .net_head_lesson::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .net_head_lesson {
    padding: 0.8rem 1.5rem;
}header .net_top_pagewrap {
    max-width: 140px;
    padding: 0.4rem 0.6rem;
}header .net_header_pagewrap img {
    max-height: 35px;
}header .net_head_sitewrap {
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
}header .net_head_sitewrap::-webkit-scrollbar {
    height: 3px;
}header .net_head_sitewrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(147,167,205);
}header .net_head_learning {
    flex: 0 0 auto;
    margin: 0;
}header .net_head_learning a {
    white-space: nowrap;
    font-size: calc(12px - 2px);
    padding: 0 0.8rem;
    height: 35px;
    letter-spacing: 0.5px;
}header .net_head_learning:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .net_head_lesson {
    padding: 0.7rem 1.2rem;
}header .net_top_pagewrap {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .net_head_learning a {
    font-size: calc(12px - 3px);
    padding: 0 0.6rem;
    height: 32px;
}}.net_experience_trial {
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(120deg, rgb(147,167,205) 0%, rgb(111,131,169) 100%);
}.net_experience_trial::before {
    background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
}.net_experience_trial::after {
    height: 200%;
    position: absolute;
    opacity: 0.4;
    z-index: 0;
    content: "";
    top: -50%;
    animation: constellation 60s linear infinite;
    width: 200%;
    left: -50%;
}.net_experience_trial .container {
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    transform: translateZ(30px);
}.net_experience_trial h6 {
    transform: translateY(-10px);
    margin-bottom: 3rem;
    font-size: calc(17px * 1.25);
    text-align: center;
    max-width: 800px;
    letter-spacing: 0.015em;
    color: #ffffff;
    opacity: 0;
    font-weight: 700;
    line-height: 1.6;
    animation: slideUpFade 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}.net_experience_trial div > span {
    transform: perspective(1000px) rotateX(10deg);
    transform-origin: center bottom;
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.net_experience_trial div > span:hover {
    transform: perspective(1000px) rotateX(0deg) scale(1.05);
}.net_experience_trial .net_query_box {
    border: none;
    padding: 1rem 2.5rem;
    font-size: 15px;
    font-weight: 600;
    opacity: 0;
    letter-spacing: 0.05em;
    overflow: hidden;
    display: inline-block;
    transform: translateY(-5px);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    text-decoration: none;
    color: rgb(147,167,205);
    animation: buttonAppear 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}.net_experience_trial .net_query_box::before {
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: absolute;
    height: 120%;
    top: -10%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: translateX(-100%);
    left: -10%;
    width: 120%;
    content: "";
}.net_experience_trial .net_query_box:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
    color: rgb(111,131,169);
}.net_experience_trial .net_query_box:hover::before {
    transform: translateX(100%);
}.net_experience_trial .net_query_box span {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: inline-block;
    z-index: 1;
}.net_experience_trial .net_query_box:hover span {
    transform: scale(1.05);
}.net_experience_trial div {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

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

@media (max-width: 1200px) {.net_experience_trial {
    padding: 6rem 0;
}.net_experience_trial h6 {
    max-width: 700px;
    font-size: calc(17px * 1.15);
}
}

@media (max-width: 992px) {.net_experience_trial {
    padding: 5rem 0;
}.net_experience_trial h6 {
    font-size: 17px;
    max-width: 600px;
    margin-bottom: 2.5rem;
}
}

@media (max-width: 768px) {.net_experience_trial {
    padding: 4rem 0;
}.net_experience_trial .container {
    padding: 0 1.5rem;
}.net_experience_trial h6 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: calc(17px * 0.95);
}.net_experience_trial .net_query_box {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.net_experience_trial {
    padding: 3.5rem 0;
}.net_experience_trial .container {
    padding: 0 1rem;
}.net_experience_trial h6 {
    margin-bottom: 1.75rem;
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}.net_experience_trial .net_query_box {
    font-size: calc(15px * 0.95);
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 375px) {.net_experience_trial {
    padding: 3rem 0;
}.net_experience_trial h6 {
    margin-bottom: 1.5rem;
    font-size: calc(17px * 0.85);
}.net_experience_trial .net_query_box {
    font-size: calc(15px * 0.9);
    padding: 0.75rem 1.6rem;
}
}

@media (hover: none) {.net_experience_trial div > span {
    transform: none !important;
}.net_experience_trial .net_query_box:hover {
    transform: none;
}.net_experience_trial .net_query_box:hover span {
    transform: none;
}}.net_thxBlock {
    position: relative;
    background: linear-gradient(135deg, rgb(111,131,169,0.5), rgb(147,167,205,0.5));
    overflow: hidden;
    padding: 6rem 0;
    perspective: 1000px;
}.net_thxBlock::before {
    opacity: 0.1;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(111,131,169,0.5) 0px,
        rgb(111,131,169,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    top: 0;
    pointer-events: none;
    z-index: 1;
}.net_thxBlock::after {
    background: radial-gradient(
        circle at center,
        rgb(147,167,205,0.5) 0%,
        transparent 70%
    );
    z-index: 0;
    right: -10%;
    position: absolute;
    top: -10%;
    height: 80%;
    content: "";
    width: 80%;
    transform: rotate(-15deg);
    opacity: 0.4;
}.net_thxBlock .container {
    position: relative;
    transform: translateZ(0);
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    transform-style: preserve-3d;
}.net_thxBlock h2 {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    transform: translateZ(30px);
    margin-bottom: 3rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 90%;
    position: relative;
}.net_thxBlock h2::after {
    transform-origin: left;
    left: 0;
    bottom: -1rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgb(147,167,205), rgb(111,131,169));
    position: absolute;
    transform: scaleX(1);
    width: 8rem;
    height: 0.3rem;
    content: "";
}.net_thxBlock .net_skill_growth {
    padding: 3rem;
    background: #ffffff;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 8px 16px rgba(0, 0, 0, 0.05),
        0 4px 8px rgba(0, 0, 0, 0.025);
    transform: translateZ(10px) rotateX(2deg);
    border-left: 4px solid rgb(147,167,205);
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    backdrop-filter: blur(5px);
    position: relative;
}.net_thxBlock .net_skill_growth::before {
    border: 1px dashed rgb(111,131,169,0.5);
    position: absolute;
    left: 1rem;
    z-index: 0;
    content: "";
    opacity: 0.5;
    top: 1rem;
    bottom: 1rem;
    right: 1rem;
    pointer-events: none;
}.net_thxBlock .net_skill_growth:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) rotateX(0deg);
}.net_thxBlock ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}.net_thxBlock li {
    position: relative;
    transform: translateZ(5px);
    margin-bottom: 1rem;
}.net_thxBlock li::before {
    opacity: 0;
    width: 0.8rem;
    left: -2rem;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background: linear-gradient(135deg, rgb(147,167,205), rgb(111,131,169));
    position: absolute;
    top: 0.5rem;
    content: "";
    border-radius: 0.2rem;
    height: 0.8rem;
    transform: rotate(45deg);
}.net_thxBlock li:hover::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 1;
}.net_thxBlock span {
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    padding-left: 0;
    transition: padding-left 0.3s ease;
    line-height: 1.8;
    font-size: 15px;
    display: block;
}.net_thxBlock span::after {
    content: "";
    bottom: -0.8rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    transform-origin: left;
    width: 100%;
    background: linear-gradient(to right, rgb(111,131,169,0.5), transparent);
    position: absolute;
    left: 0;
    height: 1px;
}.net_thxBlock li:hover span {
    padding-left: 0.5rem;
}.net_thxBlock li:hover span::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.net_thxBlock {
    padding: 5rem 0;
}.net_thxBlock .net_skill_growth {
    transform: translateZ(5px) rotateX(1deg);
    padding: 2.5rem;
}.net_thxBlock h2 {
    transform: translateZ(20px);
    max-width: 100%;
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 767px) {.net_thxBlock {
    padding: 4rem 0;
}.net_thxBlock .container {
    padding: 0 1.5rem;
}.net_thxBlock .net_skill_growth {
    padding: 2rem;
    transform: translateZ(0) rotateX(0deg);
}.net_thxBlock h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
    transform: translateZ(10px);
}.net_thxBlock h2::after {
    width: 6rem;
    height: 0.25rem;
}.net_thxBlock span {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 575px) {.net_thxBlock {
    padding: 3rem 0;
}.net_thxBlock .container {
    padding: 0 1rem;
}.net_thxBlock .net_skill_growth {
    border-left-width: 3px;
    padding: 1.5rem;
}.net_thxBlock h2 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.7);
}.net_thxBlock h2::after {
    width: 5rem;
    height: 0.2rem;
    bottom: -0.7rem;
}.net_thxBlock span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.net_thxBlock li::before {
    left: -1.5rem;
    height: 0.7rem;
    width: 0.7rem;
}}.net_education_experience {
    padding: 6rem 0;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(183,203,242) 0%, rgb(147,167,205,0.5) 100%);
}.net_education_experience::before {
    top: 0;
    height: 100%;
    background: conic-gradient(from 225deg at 50% 50%, rgb(111,131,169,0.5) 0%, transparent 25%, rgb(147,167,205,0.5) 50%, transparent 75%, rgb(111,131,169,0.5) 100%);
    content: "";
    position: absolute;
    opacity: 0.4;
    animation: rotateBackground 15s linear infinite;
    left: 0;
    width: 100%;
}.net_education_experience .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.net_education_experience .net_client_feedback {
    grid-template-rows: auto auto;
    grid-template-columns: 300px 1fr;
    border-radius: 13px;
    position: relative;
    transition: transform 0.5s ease;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    padding: 3rem;
    transform: rotateY(-5deg);
    display: grid;
    grid-template-areas:
        "photo quote"
        "info quote";
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(111,131,169,0.5),
                0 10px 0 -5px rgb(147,167,205,0.5);
    gap: 1.5rem;
    backdrop-filter: blur(10px);
}.net_education_experience .net_client_feedback:hover {
    transform: rotateY(0);
}.net_education_experience .net_image_holder {
    border-radius: 50%;
    transition: all 0.4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(147,167,205,0.5);
    border: 5px solid #ffffff;
    height: 220px;
    grid-area: photo;
    transform: translateZ(30px);
    width: 220px;
}.net_education_experience .net_client_feedback:hover .net_image_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(147,167,205);
    transform: translateZ(50px) scale(1.05);
}.net_education_experience .name {
    grid-area: info;
    color: #000000;
    font-weight: 700;
    margin-top: 1rem;
    transform: translateZ(20px);
    margin-bottom: 0.5rem;
    display: block;
    font-size: 36px;
}.net_education_experience .net_client_feedback span:not(.name) {
    display: block;
    font-weight: 600;
    font-size: 12px;
    grid-area: info;
    transform: translateZ(15px);
    color: rgb(147,167,205);
    margin-top: 3.5rem;
}.net_education_experience .net_work_background {
    padding: 1.5rem 2rem;
    color: #000000;
    border-left: 4px solid rgb(111,131,169);
    transform: translateZ(10px);
    position: relative;
    grid-area: quote;
    font-size: calc(12px * 1.1);
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 0 13px 13px 0;
    line-height: 1.6;
    font-weight: 400;
}.net_education_experience .net_work_background::before {
    background: linear-gradient(45deg, transparent 40%, rgb(111,131,169,0.5) 40%, rgb(111,131,169,0.5) 60%, transparent 60%);
    position: absolute;
    content: "";
    background-size: 200% 200%;
    left: 0;
    width: 100%;
    opacity: 0.2;
    top: 0;
    mix-blend-mode: overlay;
    animation: shimmer 3s infinite linear;
    height: 100%;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.net_education_experience .net_client_feedback {
    padding: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-areas:
            "net_image_holder"
            "net_request_block"
            "net_work_background";
    grid-template-columns: 1fr;
}.net_education_experience .net_image_holder {
    width: 180px;
    margin: 0 auto;
    height: 180px;
}.net_education_experience .name,
    .net_education_experience .net_client_feedback span:not(.name) {
    margin-top: 1rem;
    text-align: center;
}.net_education_experience .net_client_feedback span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.net_education_experience {
    padding: 4rem 0;
}.net_education_experience .net_client_feedback {
    transform: none;
    padding: 1.5rem;
}.net_education_experience .net_image_holder {
    width: 140px;
    height: 140px;
}.net_education_experience .net_work_background {
    font-size: 12px;
    padding: 1rem;
}}.net_connect_form {
    background: linear-gradient(90deg, #ffffff 50%, rgb(183,203,242) 50%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.net_connect_form::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    z-index: 0;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    background-size: 60px 60px;
    height: 100%;
}.net_connect_form .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.net_connect_form h2 {
    color: rgb(147,167,205);
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    position: relative;
    font-size: 33px;
}.net_connect_form h2::after {
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
    width: 60px;
    background: rgb(147,167,205);
    content: "";
    height: 3px;
    left: 50%;
}.net_connect_form .net_contact_query {
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 13px;
    display: flex;
}.net_connect_form .net_contact_query::before {
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(147,167,205), rgb(111,131,169));
    top: 0;
    position: absolute;
    content: "";
    left: 0;
}.net_connect_form .net_image_holder {
    flex: 0 0 50%;
    position: relative;
    min-height: 550px;
    transition: all 0.5s ease;
}.net_connect_form .net_image_holder::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(147,167,205,0.5), transparent);
}.net_connect_form .net_query_map {
    flex: 0 0 50%;
    background: #ffffff;
    position: relative;
    padding: 60px 50px;
}.net_connect_form .net_query_map::before {
    position: absolute;
    top: 0;
    width: 10px;
    content: "";
    height: 100%;
    background: rgb(183,203,242);
    left: 0;
}.net_connect_form #contact {
    gap: 30px;
    display: flex;
    flex-direction: column;
}.net_connect_form h3 {
    color: #000000;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;
}.net_connect_form h3::after {
    bottom: 0;
    background: rgb(147,167,205,0.5);
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    width: 100%;
}.net_connect_form input[type="text"] {
    color: #000000;
    border: 2px solid rgb(183,203,242);
    border-radius: 10px;
    background: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    padding: 18px 20px;
    width: 100%;
}.net_connect_form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(147,167,205);
}.net_connect_form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.net_connect_form .net_message_box {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    gap: 12px;
}.net_connect_form .net_message_box input[type="checkbox"] {
    transition: all 0.3s ease;
    width: 24px;
    cursor: pointer;
    height: 24px;
    appearance: none;
    position: relative;
    border: 2px solid rgb(183,203,242);
    border-radius: 10px;
    margin-top: 2px;
}.net_connect_form .net_message_box input[type="checkbox"]:checked {
    border-color: rgb(147,167,205);
    background: rgb(147,167,205);
}.net_connect_form .net_message_box input[type="checkbox"]:checked::after {
    content: "";
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    height: 10px;
    left: 8px;
    width: 6px;
    position: absolute;
    top: 5px;
}.net_connect_form .net_message_box label {
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
}.net_connect_form .net_message_box a {
    transition: all 0.3s ease;
    color: rgb(147,167,205);
    text-decoration: none;
    font-weight: 600;
}.net_connect_form .net_message_box a:hover {
    color: rgb(111,131,169);
}.net_connect_form .net_query_box {
    box-shadow: 0 8px 20px rgb(147,167,205,0.5);
    color: #ffffff;
    cursor: pointer;
    font-size: 19px;
    position: relative;
    transition: all 0.3s ease;
    background: rgb(147,167,205);
    overflow: hidden;
    margin-top: 20px;
    align-self: flex-start;
    border-radius: 10px;
    border: none;
    padding: 16px 40px;
    font-weight: 600;
}.net_connect_form .net_query_box::before {
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s ease;
    left: -100%;
}.net_connect_form .net_query_box:hover {
    background: rgb(111,131,169);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(111,131,169,0.5);
}.net_connect_form .net_query_box:hover::before {
    left: 100%;
}.net_connect_form svg {
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    fill: rgb(147,167,205);
}.net_connect_form svg path {
    fill: rgb(147,167,205);
    transition: all 0.3s ease;
}.net_connect_form svg:hover {
    fill: rgb(111,131,169);
    transform: translateY(-2px);
}.net_connect_form svg:hover path {
    fill: rgb(111,131,169);
}

@media (max-width: 1200px) {.net_connect_form {
    background: #ffffff;
}
}

@media (max-width: 992px) {.net_connect_form {
    padding: 80px 0;
}.net_connect_form .net_contact_query {
    flex-direction: column-reverse;
}.net_connect_form .net_image_holder {
    min-height: 350px;
    flex: 0 0 auto;
}.net_connect_form .net_query_map {
    flex: 0 0 auto;
    padding: 50px 40px;
}.net_connect_form .net_query_map::before {
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
}
}

@media (max-width: 768px) {.net_connect_form {
    padding: 60px 0;
}.net_connect_form h2 {
    font-size: calc(33px - 4px);
    margin-bottom: 40px;
}.net_connect_form .net_query_map {
    padding: 40px 30px;
}.net_connect_form #contact {
    gap: 25px;
}.net_connect_form .net_image_holder {
    min-height: 300px;
}
}

@media (max-width: 576px) {.net_connect_form {
    padding: 50px 0;
}.net_connect_form .container {
    padding: 0 15px;
}.net_connect_form h2 {
    margin-bottom: 30px;
    font-size: calc(33px - 6px);
}.net_connect_form .net_query_map {
    padding: 35px 25px;
}.net_connect_form #contact {
    gap: 20px;
}.net_connect_form input[type="text"] {
    padding: 15px;
}.net_connect_form .net_query_box {
    width: 100%;
    padding: 15px 25px;
}.net_connect_form .net_image_holder {
    min-height: 250px;
}}.net_pricing_card_set {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.net_pricing_card_set::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    top: 0;
}.net_pricing_card_set .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.net_pricing_card_set .net_package_rates {
    transform-style: preserve-3d;
    perspective: 1000px;
}.net_pricing_card_set h2 {
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
    transform: translateZ(20px);
    position: relative;
    font-size: 33px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-weight: 700;
}.net_pricing_card_set .net_pricing_card {
    transform: translateZ(15px);
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    line-height: 1.6;
    position: relative;
    text-align: center;
    font-size: calc(12px * 1.1);
    max-width: 700px;
}.net_pricing_card_set .net_fee_structure {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    gap: 30px;
}.net_pricing_card_set .net_fee_structure li {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    perspective: 800px;
    transform-style: preserve-3d;
}.net_pricing_card_set .net_study_cost {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
    display: block;
    position: relative;
    text-decoration: none;
    height: 100%;
}.net_pricing_card_set .net_pricing_list {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    border-radius: 4px;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.03) 100%);
    transform: translateZ(0);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    position: relative;
    padding: 40px 30px;
    backdrop-filter: blur(10px);
    height: 100%;
}.net_pricing_card_set .net_pricing_list::before {
    transition: all 0.4s ease;
    height: 4px;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.8;
    background: linear-gradient(90deg, 
        rgb(147,167,205) 0%, 
        rgb(111,131,169) 100%);
    transform: scaleX(0.8);
    position: absolute;
}.net_pricing_card_set .net_pricing_list::after {
    position: absolute;
    z-index: -1;
    right: -60px;
    transition: all 0.5s ease;
    height: 120px;
    width: 120px;
    opacity: 0.5;
    bottom: -60px;
    content: "";
    background: radial-gradient(
        circle, 
        rgb(147,167,205,0.5) 0%, 
        transparent 70%
    );
}.net_pricing_card_set .net_cost_table {
    position: relative;
    z-index: 2;
}.net_pricing_card_set .net_cost_table h4 {
    font-size: calc(19px * 1.2);
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 15px;
    margin: 0 0 20px;
    position: relative;
}.net_pricing_card_set .net_cost_table h4::after {
    left: 0;
    bottom: 0;
    content: "";
    background-color: rgb(111,131,169);
    width: 40px;
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
}.net_pricing_card_set .net_cost_table p {
    color: rgb(255, 255, 255, 0.5);
    max-height: 200px;
    overflow-y: auto;
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 30px;
    scrollbar-color: rgb(111,131,169) transparent;
    scrollbar-width: thin;
    padding-right: 10px;
}.net_pricing_card_set .net_cost_table p::-webkit-scrollbar {
    width: 4px;
}.net_pricing_card_set .net_cost_table p::-webkit-scrollbar-track {
    background: transparent;
}.net_pricing_card_set .net_cost_table p::-webkit-scrollbar-thumb {
    background-color: rgb(111,131,169,0.5);
    border-radius: 20px;
}.net_pricing_card_set .net_cost_rates {
    font-size: calc(19px * 1.4);
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    font-weight: 700;
    margin-top: 10px;
    color: #ffffff;
    position: relative;
    padding: 10px 0;
    display: block;
}.net_pricing_card_set .net_cost_rates::before {
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
        rgb(111,131,169) 0%, 
        transparent 100%);
    left: 0;
    height: 3px;
    width: 60px;
}.net_pricing_card_set .net_study_cost:hover .net_pricing_list {
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.25),
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.15) inset;
    transform: translateY(-8px) translateZ(20px);
}.net_pricing_card_set .net_study_cost:hover .net_pricing_list::before {
    transform: scaleX(1);
    opacity: 1;
}.net_pricing_card_set .net_study_cost:hover .net_pricing_list::after {
    transform: scale(1.2);
    opacity: 0.7;
}.net_pricing_card_set .net_study_cost:hover .net_cost_table h4::after {
    width: 60px;
}@keyframes priceFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.net_pricing_card_set .net_fee_structure li {
    opacity: 0;
    animation: priceFadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}.net_pricing_card_set .net_fee_structure li:nth-child(1) {
    animation-delay: 0.1s;
}.net_pricing_card_set .net_fee_structure li:nth-child(2) {
    animation-delay: 0.2s;
}.net_pricing_card_set .net_fee_structure li:nth-child(3) {
    animation-delay: 0.3s;
}.net_pricing_card_set .net_fee_structure li:nth-child(4) {
    animation-delay: 0.4s;
}


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

@media (max-width: 992px) {.net_pricing_card_set h2 {
    font-size: calc(33px * 0.9);
}.net_pricing_card_set .net_pricing_card {
    margin-bottom: 40px;
}.net_pricing_card_set .net_pricing_list {
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.net_pricing_card_set {
    padding: 80px 0 60px;
}.net_pricing_card_set h2 {
    font-size: calc(33px * 0.8);
}.net_pricing_card_set .net_pricing_card {
    margin-bottom: 30px;
    font-size: 12px;
}.net_pricing_card_set .net_fee_structure {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.net_pricing_card_set .net_cost_table p {
    font-size: calc(12px * 0.95);
    max-height: 180px;
}
}

@media (max-width: 576px) {.net_pricing_card_set {
    padding: 60px 0 40px;
}.net_pricing_card_set .container {
    padding: 0 15px;
}.net_pricing_card_set h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 15px;
}.net_pricing_card_set .net_pricing_card {
    margin-bottom: 25px;
    font-size: calc(12px * 0.95);
}.net_pricing_card_set .net_fee_structure {
    grid-template-columns: 1fr;
    gap: 25px;
}.net_pricing_card_set .net_pricing_list {
    padding: 30px 20px;
}.net_pricing_card_set .net_cost_table h4 {
    font-size: 19px;
}.net_pricing_card_set .net_cost_rates {
    font-size: calc(19px * 1.2);
}}.net_course_features {
    z-index: 1;
    background: linear-gradient(145deg, rgb(183,203,242) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
}.net_course_features::before {
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(147,167,205,0.5), 0.05) 100%);
    transform: skewX(-15deg) translateX(10%);
    z-index: -1;
    content: "";
    right: 0;
    height: 100%;
    width: 60%;
}.net_course_features::after {
    height: 200px;
    position: absolute;
    bottom: -50px;
    width: 200px;
    background: linear-gradient(225deg, rgb(147,167,205) 0%, rgb(111,131,169) 100%);
    transform: rotate(15deg);
    opacity: 0.05;
    z-index: -1;
    content: "";
    left: -50px;
}.net_course_features .container {
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.net_course_features h2 {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
    transform-origin: left center;
    position: relative;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 50px;
}.net_course_features h2::after {
    bottom: -10px;
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
    background: rgb(147,167,205);
    width: 80px;
    height: this;
    content: "";
    position: absolute;
    left: 0;
    transform-origin: left;
}.net_course_features h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.net_course_features h2:hover::after {
    transform: scaleX(1.5);
}.net_course_features .net_job_training {
    transform-style: preserve-3d;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
}.net_course_features .net_image_holder {
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
    height: 350px;
    border: none;
    position: relative;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    overflow: hidden;
}.net_course_features .net_image_holder::before {
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(rgba(0, 0, 0, 0.5), 0.1) 100%
    );
    transition: opacity 0.3s ease;
    bottom: 0;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
}.net_course_features .net_image_holder:hover {
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
}.net_course_features .net_summary_frame {
    padding: 40px 30px;
    position: relative;
    border-radius: 10px;
    background-color: #ffffff;
    transform: perspective(1000px) rotateY(2deg) translateZ(5px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.15);
}.net_course_features .net_summary_frame::before {
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 5px;
    content: "";
    height: 0;
    background: linear-gradient(to bottom, rgb(147,167,205), rgb(111,131,169));
    top: 0;
    left: 0;
}.net_course_features .net_summary_frame:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.net_course_features .net_summary_frame:hover::before {
    height: 100%;
}.net_course_features .description {
    margin-bottom: 20px;
    color: #000000;
    transition: transform 0.4s ease;
    position: relative;
    font-size: 17px;
    line-height: 1.7;
    transform: translateZ(0);
}.net_course_features .description:last-child {
    margin-bottom: 0;
}.net_course_features .description::first-letter {
    color: rgb(147,167,205);
    font-size: 1.2em;
    font-weight: 600;
}.net_course_features .description:nth-child(1) {
    animation: fadeText 0.8s ease forwards;
}.net_course_features .description:nth-child(2) {
    opacity: 0;
    animation: fadeText 0.8s 0.3s ease forwards;
}@keyframes fadeText {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.net_course_features .net_job_training:hover .net_image_holder {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.net_course_features .net_job_training:hover .net_summary_frame {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}


@media (min-width: 768px) {.net_course_features {
    padding: 150px 0 130px;
}.net_course_features .net_job_training {
    gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1.2fr;
}.net_course_features h2 {
    max-width: 80%;
    font-size: calc(33px * 1.1);
}.net_course_features .net_image_holder {
    height: 500px;
}.net_course_features .net_summary_frame {
    padding: 50px 40px;
}
}

@media (min-width: 992px) {.net_course_features {
    padding: 180px 0 160px;
}.net_course_features h2 {
    margin-bottom: 70px;
}.net_course_features .net_job_training {
    gap: 80px;
}.net_course_features .net_image_holder {
    height: 600px;
}.net_course_features .net_summary_frame {
    padding: 60px 50px;
}
}

@media (max-width: 767px) {.net_course_features {
    padding: 80px 0 70px;
}.net_course_features h2 {
    font-size: calc(33px * 0.85);
    margin-bottom: 30px;
}.net_course_features .net_image_holder {
    height: 250px;
}.net_course_features .net_summary_frame {
    padding: 30px 20px;
}.net_course_features .description {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.net_course_features {
    padding: 60px 0 50px;
}.net_course_features h2 {
    font-size: calc(33px * 0.75);
    margin-bottom: 25px;
}.net_course_features .net_image_holder {
    height: 200px;
}.net_course_features .net_summary_frame {
    padding: 25px 15px;
}.net_course_features .description {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}.net_learning_profits {
    background: linear-gradient(120deg, rgb(183,203,242) 0%, rgb(147,167,205,0.5) 100%);
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}.net_learning_profits::before {
    left: 0;
    position: absolute;
    opacity: 0.4;
    content: "";
    top: 0;
    background: repeating-radial-gradient(
        circle at 90% 20%,
        rgb(111,131,169,0.5) 0,
        transparent 100px
    );
    height: 100%;
    width: 100%;
}.net_learning_profits .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.net_learning_profits .net_skill_growth {
    display: flex;
    align-items: center;
    gap: 50px;
}.net_learning_profits .net_image_holder {
    position: relative;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 5px rgb(183,203,242),
        0 0 0 8px rgb(147,167,205,0.5);
    z-index: 1;
    max-width: 40%;
    transform: rotate(-2deg);
    flex: 0 0 40%;
    border-radius: 20px;
}.net_learning_profits .net_image_holder:hover {
    transform: rotate(0deg) scale(1.02);
}.net_learning_profits .net_summary_frame {
    z-index: 2;
    position: relative;
    flex: 0 0 52%;
}.net_learning_profits .net_summary_frame::before {
    position: absolute;
    z-index: -1;
    inset: -20px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    content: "";
}.net_learning_profits .net_summary_frame::after {
    animation: float 10s infinite alternate ease-in-out;
    position: absolute;
    background: linear-gradient(135deg, rgb(147,167,205,0.5), rgb(111,131,169,0.5));
    width: 70px;
    content: "";
    border-radius: 50%;
    left: 30px;
    z-index: -2;
    height: 70px;
    opacity: 0.7;
    top: -35px;
}.net_learning_profits h3 {
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 35px;
    font-size: 37px;
}.net_learning_profits h3::after {
    content: "";
    height: 4px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    bottom: -12px;
    width: 30px;
    background: rgb(147,167,205);
}.net_learning_profits ul {
    margin: 0;
    display: flex;
    padding: 0;
    flex-direction: column;
    list-style: none;
    gap: 16px;
}.net_learning_profits li {
    transition: all 0.3s ease;
    padding-left: 10px;
    position: relative;
}.net_learning_profits li::before {
    opacity: 0;
    top: 50%;
    height: 10px;
    transition: all 0.3s ease;
    width: 10px;
    background: rgb(147,167,205,0.5);
    transform: translateY(-50%);
    content: "";
    border-radius: 50%;
    left: -5px;
    position: absolute;
}.net_learning_profits li:hover {
    transform: translateX(10px);
}.net_learning_profits li:hover::before {
    left: -10px;
    opacity: 1;
}.net_learning_profits li p {
    margin: 0;
    display: flex;
    transition: all 0.3s ease;
    gap: 16px;
    color: #000000;
    background: rgb(183,203,242);
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    padding: 16px 20px;
    border-radius: 12px;
    align-items: center;
}.net_learning_profits li:hover p {
    background: linear-gradient(to right, rgb(147,167,205,0.5), rgb(183,203,242));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.net_learning_profits svg {
    justify-content: center;
    background: #ffffff;
    width: 24px;
    display: flex;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    align-items: center;
    height: 24px;
    padding: 5px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}.net_learning_profits svg path {
    transition: fill 0.3s ease;
    fill: rgb(147,167,205);
}.net_learning_profits li:hover svg {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.net_learning_profits li:hover svg path {
    fill: rgb(111,131,169);
}

@keyframes float {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(10px, -10px) scale(1.1); }
    100% { transform: translate(0, 0) scale(1); }
}

@media (max-width: 992px) {.net_learning_profits {
    padding: 70px 0;
}.net_learning_profits .net_skill_growth {
    flex-direction: column;
    gap: 70px;
}.net_learning_profits .net_image_holder {
    max-width: 60%;
    flex: none;
    margin: 0 auto;
}.net_learning_profits .net_summary_frame {
    width: 80%;
    flex: none;
    margin: 0 auto;
}.net_learning_profits .net_summary_frame::after {
    transform: translateX(-50%);
    left: 50%;
    top: -60px;
}
}

@media (max-width: 576px) {.net_learning_profits {
    padding: 50px 0;
}.net_learning_profits .net_image_holder {
    max-width: 80%;
}.net_learning_profits .net_summary_frame {
    width: 100%;
}.net_learning_profits .net_summary_frame::before {
    inset: -15px;
}.net_learning_profits h3 {
    font-size: 24px;
    margin-bottom: 30px;
}.net_learning_profits ul {
    gap: 12px;
}.net_learning_profits li p {
    padding: 12px 15px;
}.net_learning_profits svg {
    width: 22px;
    height: 22px;
    padding: 4px;
}}.net_privacy_bastion {
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(183,203,242) 0%, rgba(246, 246, 250, 0.95) 100%);
}.net_privacy_bastion::before {
    background-size: 50px 50px;
    top: 0;
    z-index: 1;
    left: 0;
    background-image: 
        linear-gradient(45deg, transparent 48%, rgb(147,167,205,0.5) 49%, rgb(147,167,205,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(111,131,169,0.5) 49%, rgb(111,131,169,0.5) 51%, transparent 52%);
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0.07;
}.net_privacy_bastion .container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    z-index: 2;
    transform: perspective(1200px) rotateX(1deg);
    max-width: 1140px;
    position: relative;
    background: #ffffff;
    padding: 3rem;
}.net_privacy_bastion h1 {
    font-weight: 700;
    color: rgb(147,167,205);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    transform: translateX(-0.5rem);
    font-size: 38px;
}.net_privacy_bastion h1::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(147,167,205) 0%, rgb(111,131,169) 100%);
    left: 0;
    position: absolute;
    transform-origin: left center;
    content: "";
    width: 80px;
    height: 4px;
    animation: widthPulse 3s infinite alternate ease-in-out;
}.net_privacy_bastion h2 {
    margin: 2.5rem 0 1.5rem;
    position: relative;
    color: #000000;
    font-weight: 600;
    border-left: 3px solid rgb(111,131,169);
    padding-left: 1rem;
    font-size: 33px;
}.net_privacy_bastion h3 {
    padding-left: 1rem;
    color: #000000;
    margin: 2rem 0 1.2rem;
    font-size: calc(33px * 0.85);
    font-weight: 600;
    border-left: 2px solid rgb(111,131,169,0.5);
    position: relative;
}.net_privacy_bastion h4 {
    color: #000000;
    margin: 1.8rem 0 1rem;
    font-weight: 600;
    position: relative;
    padding-left: 1rem;
    border-left: 1px solid rgb(111,131,169,0.5);
    font-size: calc(33px * 0.7);
}.net_privacy_bastion p {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 15px;
}.net_privacy_bastion p strong {
    color: #000000;
    font-weight: 600;
    display: inline-block;
    position: relative;
}.net_privacy_bastion p strong::after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    opacity: 0.3;
    bottom: 0;
    background-color: rgb(111,131,169,0.5);
    height: 8px;
    width: 100%;
}.net_privacy_bastion ul {
    list-style-type: none;
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
}.net_privacy_bastion li {
    padding-left: 1.5rem;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 15px;
    position: relative;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}.net_privacy_bastion li::before {
    background-color: rgb(147,167,205);
    content: "";
    position: absolute;
    left: 0;
    border-radius: 10px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    width: 8px;
    height: 8px;
    top: 0.65rem;
}.net_privacy_bastion li:hover::before {
    transform: rotate(135deg);
}.net_privacy_bastion span {
    display: block;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    position: relative;
    padding: 0.5rem 0 1.5rem;
    color: #000000;
    font-size: 15px;
}.net_privacy_bastion span::before {
    position: absolute;
    top: 0;
    left: -1rem;
    width: 3px;
    opacity: 0.5;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(147,167,205,0.5), transparent);
}

@keyframes widthPulse {
    0% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 80px;
    }
}

@media (max-width: 992px) {.net_privacy_bastion {
    padding: 3rem 1.5rem;
}.net_privacy_bastion .container {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0.5deg);
}.net_privacy_bastion h1 {
    font-size: calc(38px * 0.9);
}.net_privacy_bastion h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.net_privacy_bastion {
    padding: 2rem 1rem;
}.net_privacy_bastion .container {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    transform: none;
}.net_privacy_bastion h1 {
    font-size: calc(38px * 0.8);
    transform: translateX(0);
}.net_privacy_bastion h2 {
    margin: 2rem 0 1rem;
    font-size: calc(33px * 0.8);
}.net_privacy_bastion h3 {
    font-size: calc(33px * 0.7);
}.net_privacy_bastion h4 {
    font-size: calc(33px * 0.6);
}.net_privacy_bastion p, 
    .net_privacy_bastion li,
    .net_privacy_bastion span {
    font-size: calc(15px * 0.95);
}.net_privacy_bastion ul {
    margin-left: 0.5rem;
}
}

@media (max-width: 576px) {.net_privacy_bastion {
    padding: 1.5rem 0.5rem;
}.net_privacy_bastion .container {
    padding: 1.25rem;
}.net_privacy_bastion h1 {
    font-size: calc(38px * 0.7);
}.net_privacy_bastion h2 {
    font-size: calc(33px * 0.7);
}.net_privacy_bastion h3 {
    font-size: calc(33px * 0.6);
}.net_privacy_bastion h4 {
    font-size: calc(33px * 0.5);
}.net_privacy_bastion p, 
    .net_privacy_bastion li,
    .net_privacy_bastion span {
    font-size: calc(15px * 0.9);
}.net_privacy_bastion span::before {
    left: -0.75rem;
}
}