header,footer {
    width: 100%;
}

header {
    width: 100%;
    background: linear-gradient(135deg, rgb(113,170,193,0.5) 0%, rgb(77,71,169) 100%);
    z-index: 99;
    position: relative;
    overflow: visible;
}

.net_thxWrap::after {
    z-index: 0;
    height: 15rem;
    background: linear-gradient(225deg, rgb(77,71,169) 0%, transparent 70%);
    transform: rotate(-15deg);
    bottom: -5rem;
    width: 15rem;
    content: "";
    position: absolute;
    opacity: 0.15;
    right: -5rem;
}

.net_thxWrap .net_learning_growth > div:last-child {
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    transform: translateY(15px);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    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);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
}

.net_thxWrap a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(113,170,193,0.5);
}

.net_contact h2 {
    position: relative;
    text-align: center;
    font-size: 37px;
    color: rgb(113,170,193);
    margin-bottom: 60px;
    font-weight: 700;
}

.net_contact .net_connect_links::before {
    background: linear-gradient(90deg, rgb(113,170,193), rgb(77,71,169));
    position: absolute;
    height: 5px;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
}

.net_contact .net_request_grid::before {
    content: "";
    height: 100%;
    top: 0;
    width: 10px;
    left: 0;
    background: rgb(164,203,208);
    position: absolute;
}

.net_contact input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(113,170,193);
}

.net_contact .net_inquiry_info input[type="checkbox"]:checked {
    background: rgb(113,170,193);
    border-color: rgb(113,170,193);
}

.net_contact .net_inquiry_info a {
    text-decoration: none;
    color: rgb(113,170,193);
    font-weight: 600;
    transition: all 0.3s ease;
}

.net_contact .net_feedback_widget:hover {
    background: rgb(77,71,169);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(77,71,169,0.5);
}

.net_contact svg path {
    fill: rgb(113,170,193);
    transition: all 0.3s ease;
}

.net_contact svg:hover path {
    fill: rgb(77,71,169);
}

.net_pricing_suite::before {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    left: 0;
    top: 0;
}

.net_pricing_suite .net_package_rates {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: block;
    border-radius: 8px;
    position: relative;
    text-decoration: none;
    color: #000000;
    overflow: hidden;
}

.net_pricing_suite .net_pricing_tiers {
    color: rgb(113,170,193);
    font-size: calc(22px + 4px);
    display: inline-block;
    margin: 15px 0;
    position: relative;
    font-weight: 700;
}

.net_pricing_suite .net_img_thumbnail {
    position: relative;
    width: 100%;
    transition: transform 0.6s ease;
    height: 200px;
    overflow: hidden;
}

.net_pricing_suite .net_package_rates:nth-child(odd) .net_program_price {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}

.net_pricing_suite .net_package_rates:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}

.net_client_testimonials .container {
    position: relative;
    z-index: 1;
}

.net_client_testimonials .net_testimonials_pro {
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    display: grid;
}

.net_client_testimonials .net_learning_views:nth-child(3n+3) {
    animation-delay: 0.5s;
    grid-column: span 3;
    margin-top: 40px;
}

.net_client_testimonials .net_learning_views p {
    margin: 0;
}

.net_client_testimonials .net_learning_views p:first-of-type {
    position: absolute;
    right: 70px;
    letter-spacing: 1px;
    font-weight: 600;
    bottom: 0;
    text-transform: uppercase;
    font-size: 19px;
    white-space: nowrap;
    color: rgb(113,170,193);
}

.net_title_opener {
    width: 100%;
    overflow: hidden;
    position: relative;
    isolation: isolate;
}

.net_title_opener .net_page_intro::after {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    pointer-events: none;
    top: 0;
    background: linear-gradient(to bottom, 
        transparent 30%, 
        rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    content: '';
}

.net_title_opener .net_how_grow::after {
    animation: lineGrow 1.5s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: scaleX(0);
    background: rgb(77,71,169);
    left: 0;
    width: 120px;
    content: '';
    top: -10px;
    transform-origin: left center;
    position: absolute;
    height: 4px;
}

.net_title_opener h3 {
    color: #ffffff;
    animation: fadeInUp 0.8s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    line-height: 1.4;
    max-width: 90%;
    position: relative;
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    opacity: 0;
    transform: translateY(15px);
    margin-bottom: 1.5rem;
}

.net_course_program .container {
    grid-template-columns: 1fr;
    max-width: 1400px;
    padding: 0;
    width: 100%;
    gap: 20px;
    display: grid;
    grid-template-rows: auto auto;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.net_course_program .net_skill_path {
    height: 100%;
    width: 20%;
    position: relative;
    overflow: hidden;
}

.net_course_program .net_skill_path {
    width: 16.6667%;
}

.net_course_program .net_skill_path:hover img {
    transform: scale(1);
    filter: grayscale(0) brightness(1);
}

.net_course_program .net_learn_challenge:hover {
    transform: translateY(-10px);
}

.net_course_program .net_learn_challenge::after {
    right: 0;
    bottom: 0;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    background: linear-gradient(90deg, 
                transparent 0%,
                rgb(77,71,169) 50%,
                transparent 100%);
}

.net_course_program .net_learn_challenge h3::before {
    height: 100%;
    width: 4px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(113,170,193);
}

.net_course_program .net_learn_challenge p {
    margin-bottom: 2.5rem;
    border-left: 1px solid rgba(rgb(77,71,169), 0.3);
    padding-left: 20px;
    font-size: 18px;
    position: relative;
    color: #000000;
    line-height: 1.8;
}

.net_course_program .net_learn_challenge .net_feedback_widget:hover {
    color: #ffffff;
    border-color: rgb(113,170,193);
}

.net_company_info::before {
    left: 0;
    animation: gradientFlow 15s ease infinite;
    content: "";
    z-index: -1;
    background: 
        linear-gradient(217deg, rgb(113,170,193,0.5), transparent 70%),
        linear-gradient(127deg, rgb(77,71,169,0.5), transparent 70%),
        linear-gradient(336deg, rgb(113,170,193,0.5), transparent 70%);
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.15;
    transform-origin: center center;
    filter: blur(20px);
    height: 100%;
}

.net_company_info .net_growth_hist:hover {
    border-color: rgb(113,170,193,0.5);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(113,170,193,0.5);
    transform: translateY(-15px) rotateX(5deg);
}

.net_company_info .net_growth_hist:hover::before {
    opacity: 0.12;
}

.net_company_info .net_img_thumbnail {
    transition: all 0.5s ease;
    border-radius: 50%;
    z-index: 2;
    height: 220px;
    margin-bottom: 30px;
    border: 5px solid rgba(255, 255, 255, 0.8);
    position: relative;
    width: 220px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.net_company_info .net_value_vision::before {
    width: 70px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(113,170,193), transparent);
    left: 50%;
    height: 2px;
    top: 0;
    opacity: 0.8;
    position: absolute;
    content: "";
}

.net_company_info .net_skill_experts {
    color: rgb(113,170,193);
    opacity: 0.9;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-size: calc(17px * 1.05);
}

.net_company_info .net_text_section::after {
    background: rgb(77,71,169,0.5);
    animation-delay: -15s;
    bottom: -250px;
    left: -250px;
}

.net_company_info .net_expert_guides {
    position: relative;
    gap: 16px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    font-size: calc(22px * 1.2);
    color: rgb(113,170,193);
    font-weight: 600;
    display: flex;
    align-items: center;
}

.net_company_info .net_expert_guides svg path {
    transition: fill 0.4s ease;
}

.net_company_info .net_text_section h2::after {
    border-radius: 10px;
    left: 0;
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    transition: width 0.5s ease;
    background: linear-gradient(90deg, rgb(113,170,193), rgb(77,71,169,0.5), transparent);
    bottom: 0;
}

.net_cookie_message_panel .net_data_settings svg {
    width: 60px;
    fill: rgb(113,170,193);
    height: 60px;
}


.net_cookie_message_panel .net_user_tracker {
    flex-grow: 1;
}

.net_cookie_message_panel .net_user_tracker p {
    font-size: 12px;
    color: #000000;
    margin: 0;
    line-height: 1.5;
}

.net_cookie_message_panel .net_data_control:active {
    box-shadow: none;
    transform: translateY(1px);
}

.net_ideal_participants::before {
    top: 0;
    position: absolute;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(77,71,169,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(113,170,193,0.5) 0%, transparent 40%);
    width: 100%;
    animation: backgroundShift 15s ease-in-out infinite alternate;
    content: "";
    left: 0;
    z-index: 1;
}

.net_ideal_participants h4 {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 35px;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: rgb(113,170,193);
}

.net_ideal_participants p::before {
    z-index: -1;
    content: "";
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(113,170,193), rgb(77,71,169));
    width: 4px;
}

.net_ideal_participants p svg {
    flex-shrink: 0;
    margin-right: 15px;
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
}

.net_ideal_participants p:hover svg path {
    fill: rgb(77,71,169);
}

.net_ideal_participants .net_learning_growth > div p:nth-child(1) {
    animation-delay: 0.2s;
}

.net_ideal_participants .net_learning_growth > div p:nth-child(5) {
    animation-delay: 1s;
}

header .net_main_primary .net_head_mainwrap {
    transform: translateX(0);
    margin-right: 10px;
    transition: transform 0.4s ease;
}

header .net_main_primary .net_head_mainwrap .net_main_core svg {
    width: auto;
    height: 50px;
}

header .net_main_primary .net_top_guide .net_top_lead:hover {
    transform: translateY(-3px) scale(1.05);
}

header .net_main_primary .net_top_guide .net_top_lead a {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 8px 5px;
    color: #ffffff;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    display: block;
}

.net_privacy_folio::after {
    background: radial-gradient(circle at center, rgb(113,170,193,0.5) 0%, transparent 70%);
    opacity: 0.05;
    transform: scale(1);
    height: 200%;
    top: -50%;
    width: 200%;
    position: absolute;
    z-index: -1;
    content: "";
    left: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
}

.net_privacy_folio h1::after {
    background: rgb(113,170,193);
    bottom: 0;
    content: "";
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    transform: scaleX(1);
    height: 3px;
    width: 60px;
    position: absolute;
    left: 0;
}

.net_privacy_folio h4 {
    font-size: 21px;
    color: #000000;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
}

.net_privacy_folio ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.25rem;
}

.net_privacy_folio li::before {
    transform: rotate(45deg);
    transition: transform 0.3s ease, background-color 0.3s ease;
    position: absolute;
    top: 0.7em;
    height: 8px;
    background: rgb(113,170,193,0.5);
    left: 0;
    width: 8px;
    border-radius: 1px;
    content: "";
}

footer .net_subscr_info {
    z-index: 1;
    position: relative;
}

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

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

footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

footer .net_head_mainwrap svg {
    margin: 0 auto 20px;
    width: auto;
    filter: brightness(0) invert(1);
    height: 50px;
}

footer .net_top_guide h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: 19px;
    position: relative;
    color: #ffffff;
    padding-bottom: 10px;
    font-weight: 600;
    display: inline-block;
}

footer .net_head_guide a {
    text-align: center;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    border-radius: 20px;
    background-color: rgb(113,170,193,0.5);
    text-decoration: none;
    font-size: 15px;
    overflow: hidden;
    flex: 1 1 calc(50% - 10px);
    padding: 8px 15px;
}

footer .net_sub_agreement {
    color: rgb(113,170,193);
    padding: 15px 20px;
    border-radius: 25px;
    font-weight: 600;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    cursor: pointer;
    font-size: 19px;
    border: none;
    transition: all 0.3s ease;
}

footer .net_contest_info::before,
footer .net_contest_info::after {
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    height: 1px;
    width: 20px;
    position: absolute;
}

footer .net_contest_info::before {
    left: 0;
}

.net_education_framework .container > div {
    position: relative;
}

.net_education_framework h3 {
    font-weight: 700;
    font-size: calc(38px * 0.85);
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    animation: text-entrance 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s forwards;
    line-height: 1.3;
    color: #000000;
    display: inline-block;
}

.net_education_framework p span {
    padding-left: 1.5rem;
    display: block;
    position: relative;
}

.net_learning_outcomes::after {
    content: "";
    top: 0;
    height: 100%;
    background-image: 
    linear-gradient(#ffffff 1px, transparent 1px),
    linear-gradient(90deg, #ffffff 1px, transparent 1px);
    position: absolute;
    width: 100%;
    animation: moveBg 60s linear infinite;
    left: 0;
    background-size: 50px 50px;
    opacity: 0.05;
}

.net_learning_outcomes .net_text_section {
    position: relative;
    padding: 40px 30px 40px 10px;
}

.net_learning_outcomes h3::after {
    width: 60px;
    background: linear-gradient(to right, rgb(113,170,193), rgb(77,71,169));
    left: 0;
    content: "";
    bottom: -8px;
    height: 3px;
    transition: width 0.3s ease;
    position: absolute;
}

.net_learning_outcomes li:hover::before {
    opacity: 0.2;
}

.net_learning_outcomes li p {
    margin: 0;
    color: #000000;
    position: relative;
    gap: 12px;
    z-index: 1;
    align-items: center;
    display: flex;
    font-size: 17px;
}

.net_academic_experience::before {
    content: "";
    width: 120%;
    transform: skewY(-5deg);
    top: -10%;
    background: linear-gradient(
        135deg,
        rgb(77,71,169,0.5) 0%,
        transparent 40%,
        rgb(113,170,193,0.5) 100%
    );
    left: -5%;
    z-index: 0;
    height: 120%;
    position: absolute;
}

.net_academic_experience .net_learning_views:hover > div:first-child {
    transform: translateZ(40px) translateY(-5px);
}

.net_academic_experience .net_learning_views:hover .net_img_thumbnail {
    transform: scale(1.03);
}

.net_academic_experience .net_learning_views:hover > div:nth-child(2)::before {
    transform: scaleY(1);
}

.net_academic_experience .net_learning_views:hover .name::after {
    width: 100%;
}

.net_academic_experience .net_learning_views > div:nth-child(2) > div {
    color: rgb(77,71,169);
    font-weight: 600;
    opacity: 0.9;
    letter-spacing: 0.5px;
    font-size: calc(15px - 2px);
    margin-top: 5px;
}

::-webkit-scrollbar {
    width: thin;
}

::-webkit-scrollbar-track {
    box-shadow: inset 5px -3px 13px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5.2em;
    background: rgb(77,71,169);
}

::-webkit-scrollbar-track:active {
    background: rgb(77,71,169);
}

::-webkit-scrollbar-thumb {
    border: 3px double rgb(77,71,169);
    min-height: 65px;
    border-radius: 18.9vw;
    background: linear-gradient(144deg, rgb(255, 255, 255, 0.5) 54%, rgb(77,71,169) 44%, rgb(77,71,169,0.5) 27%, rgb(113,170,193) 100%, rgb(113,170,193,0.5) 34%, rgb(164,203,208) 81%);
    box-shadow: -1px 5px 1px 5px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: -2px 1px 1px 7px rgba(0, 0, 0, 0.6);
    background: #ffffff;
}

::-webkit-scrollbar-thumb:active {
    background: rgb(113,170,193);
}

::-webkit-scrollbar-corner {
    background: rgb(113,170,193);
}



@media (max-width: 576px) {.net_contact {
    padding: 50px 0;
}.net_contact .container {
    padding: 0 15px;
}.net_contact h2 {
    font-size: calc(37px - 6px);
    margin-bottom: 30px;
}.net_contact .net_request_grid {
    padding: 35px 25px;
}.net_contact #contact {
    gap: 20px;
}.net_contact input[type="text"] {
    padding: 15px;
}.net_contact .net_feedback_widget {
    padding: 15px 25px;
    width: 100%;
}.net_contact .net_img_thumbnail {
    min-height: 250px;
}}



@media (max-width: 767px) {.net_client_testimonials {
    padding: 60px 0;
}.net_client_testimonials::before {
    top: -20%;
    right: -20%;
}.net_client_testimonials h2 {
    margin-bottom: 50px;
    font-size: calc(38px * 0.9);
}.net_client_testimonials .net_testimonials_pro {
    grid-template-columns: 1fr;
}.net_client_testimonials .net_learning_views:nth-child(3n+1),
    .net_client_testimonials .net_learning_views:nth-child(3n+2),
    .net_client_testimonials .net_learning_views:nth-child(3n+3),
    .net_client_testimonials .net_learning_views:nth-child(2n) {
    margin-top: 0;
    grid-column: 1;
    margin-bottom: 50px;
}.net_client_testimonials .net_learning_views::before {
    font-size: 80px;
}.net_client_testimonials .net_learning_views img {
    height: 50px;
    width: 50px;
}.net_client_testimonials .net_learning_views p:first-of-type {
    right: 60px;
    font-size: calc(19px * 0.9);
}.net_client_testimonials .net_learning_views .description {
    font-size: 14px;
}}



@media (max-width: 767px) {.net_company_info {
    padding: 80px 0;
}.net_company_info .net_img_thumbnail {
    height: 180px;
    width: 180px;
}.net_company_info .net_growth_hist {
    padding: 35px 25px;
}.net_company_info .net_text_section {
    padding: 35px 25px;
}.net_company_info .net_text_section h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.net_company_info .net_skills_center {
    font-size: 19px;
}.net_company_info .net_skill_experts {
    font-size: 17px;
}.net_company_info .net_expert_guides {
    font-size: 22px;
}.net_company_info .net_expert_guides svg {
    width: 40px;
    height: 40px;
}
}



@media (max-width: 576px) {.net_ideal_participants {
    padding: 60px 0 80px;
}.net_ideal_participants .net_learning_growth {
    padding: 30px 20px;
}.net_ideal_participants .net_learning_growth::before,
    .net_ideal_participants .net_learning_growth::after {
    height: 70px;
    width: 70px;
}.net_ideal_participants h4 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.7);
    padding-bottom: 10px;
}.net_ideal_participants h4::after {
    width: 50px;
    height: 3px;
}.net_ideal_participants p {
    padding: 12px;
    font-size: calc(18px * 0.9);
}.net_ideal_participants p svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.net_ideal_participants::after {
    height: 40px;
}}



@media (min-width: 768px) {footer .net_head_mainwrap {
    flex: 1 1 100%;
}footer .net_top_guide, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .net_sub_agreement {
    white-space: nowrap;
}
}



@media (min-width: 768px) {.net_education_framework {
    padding: 10rem 3rem;
}.net_education_framework .container {
    transform: perspective(1200px) rotateX(1deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 20px rgba(0, 0, 0, 0.03);
    padding: 4rem;
}.net_education_framework h3 {
    font-size: 38px;
    margin-bottom: 3rem;
}.net_education_framework p {
    font-size: calc(18px * 1.1);
    padding-right: 2rem;
}.net_education_framework p span {
    padding-left: 2rem;
}.net_education_framework p span::before {
    height: 8px;
    width: 8px;
}
}



@media (max-width: 768px) {.net_learning_outcomes {
    padding: 50px 0;
}.net_learning_outcomes .net_img_thumbnail {
    height: 250px;
}.net_learning_outcomes li {
    flex: 0 0 100%;
}
}



@media screen and (min-width: 992px) {.net_academic_experience {
    padding: 120px 0;
}.net_academic_experience .net_learning_views {
    gap: 40px;
    grid-template-columns: 380px 1fr;
    transform: perspective(1200px) rotateY(-3deg);
    padding: 60px;
}.net_academic_experience .name {
    font-size: calc(18px + 2px);
}.net_academic_experience .net_learning_views > div:nth-child(2) > div {
    font-size: 15px;
}.net_academic_experience .net_exp_content {
    padding: 30px 25px 30px 45px;
    line-height: 1.9;
}.net_academic_experience .net_exp_content::before {
    font-size: calc(47px * 2);
}
}



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



@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}



@keyframes dot-entrance {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

