a {
    color: inherit;
    text-decoration: none;
}

.net_container-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}


.net_thxWrap {
    background: linear-gradient(135deg, rgb(164,203,208) 0%, rgb(77,71,169,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}

.net_thxWrap .net_learning_growth {
    flex-direction: column;
    opacity: 0;
    position: relative;
    transform: translateX(-20px);
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    display: flex;
    gap: 2.5rem;
}

.net_thxWrap .net_learning_growth > div:last-child::after {
    transform: scaleX(0);
    bottom: 0;
    content: "";
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(113,170,193), rgb(77,71,169));
    left: 0;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    transform-origin: left;
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
}

.net_contact .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}

.net_contact .net_connect_links {
    border-radius: 14px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    overflow: hidden;
    display: flex;
}

.net_contact .net_request_grid {
    background: #ffffff;
    padding: 60px 50px;
    position: relative;
    flex: 0 0 50%;
}

.net_contact h3 {
    color: #000000;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 19px;
    position: relative;
    margin-bottom: 20px;
}

.net_contact input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.net_contact .net_inquiry_info input[type="checkbox"] {
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    border: 2px solid rgb(164,203,208);
    width: 24px;
    margin-top: 2px;
    height: 24px;
    appearance: none;
    transition: all 0.3s ease;
}

.net_contact .net_feedback_widget::before {
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.6s ease;
}

.net_pricing_suite {
    background: linear-gradient(135deg, rgb(164,203,208) 0%, rgba(245, 247, 252, 1) 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.net_pricing_suite .net_learn_pricing {
    text-align: center;
    transition: transform 0.5s ease-out;
    margin-bottom: 50px;
}

.net_pricing_suite .net_rate_choice {
    margin: 0 auto;
    line-height: 1.6;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 700px;
    color: #000000;
    font-size: 15px;
}

.net_pricing_suite .net_study_rates {
    padding: 30px;
    flex-direction: column;
    z-index: 2;
    position: relative;
    word-break: break-word;
    flex: 1;
    display: flex;
    overflow-wrap: break-word;
    white-space: normal;
}

.net_pricing_suite .net_package_rates:hover .net_pricing_tiers::before {
    transform: translateX(0);
    opacity: 1;
}

.net_pricing_suite .net_img_thumbnail::after {
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(rgb(113,170,193,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    content: "";
}

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

.net_client_testimonials::before {
    background: rgb(164,203,208);
    height: 100%;
    content: "";
    right: -50%;
    z-index: 0;
    width: 100%;
    position: absolute;
    border-radius: 50%;
    top: -50%;
}

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

.net_client_testimonials .net_learning_views:hover img {
    transform: translateY(-15px);
    filter: grayscale(0%);
}

.net_client_testimonials .net_learning_views .description {
    margin-bottom: 40px;
    line-height: 1.6;
    font-size: calc(14px * 1.2);
    color: #000000;
    font-weight: 300;
    position: relative;
}

.net_client_testimonials .net_learning_views .description::after {
    bottom: -20px;
    width: 40px;
    left: 0;
    background: rgb(77,71,169);
    height: 2px;
    position: absolute;
    content: "";
    transition: transform 0.4s ease;
    transform: scaleX(1);
    transform-origin: left;
}

.net_title_opener .net_how_grow::before {
    transition: transform 0.4s ease-out, opacity 0.4s ease;
    height: 100%;
    opacity: 0.15;
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    transform: scale(1.05);
    content: '';
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, 
        rgb(77,71,169,0.5) 0%, 
        rgb(113,170,193,0.5) 100%);
    left: 0;
    position: absolute;
    width: 100%;
}

.net_title_opener p {
    opacity: 0;
    transform: translateY(20px);
    margin-top: 2rem;
    max-width: 85%;
    backdrop-filter: blur(3px);
    line-height: 1.6;
    animation: fadeInUp 0.8s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-weight: 400;
    position: relative;
    border-left: 3px solid rgb(77,71,169);
    font-size: clamp(1rem, 2vw, 17px);
    color: #ffffff;
    padding: 1rem;
}

.net_course_program .net_knowledge_flow {
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
}

.net_course_program .net_tech_training {
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    display: flex;
    height: 100%;
    width: 500%;
}

.net_course_program .net_tech_training {
    animation-duration: 20s;
    width: 600%;
}

.net_course_program .net_learn_challenge {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(rgb(113,170,193), 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(0);
    position: relative;
    z-index: 5;
    overflow: hidden;
    padding: 40px;
    background: rgba(15, 15, 20, 0.75);
    grid-column: 3 / 11;
    border-radius: 4px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.net_course_program .net_learn_challenge {
    padding: 30px 20px;
}

.net_course_program .net_learn_challenge h3::after {
    content: '';
    bottom: -10px;
    background: rgb(77,71,169);
    height: 1px;
    width: 30px;
    position: absolute;
    left: 20px;
}

.net_course_program .net_learn_challenge .net_feedback_widget::before {
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
    background: rgb(113,170,193);
    left: -100%;
    content: '';
    top: 0;
    z-index: -1;
    position: absolute;
}

.net_company_info {
    background: rgb(164,203,208);
    padding: 140px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}



.net_company_info .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}



.net_company_info .net_learning_growth {
    position: relative;
    gap: 60px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.net_company_info .net_learning_growth::before {
    left: 30%;
    position: absolute;
    content: "";
    animation: scanline 4s ease-in-out infinite;
    bottom: -30px;
    background: linear-gradient(90deg, transparent, rgb(113,170,193), transparent);
    width: 40%;
    opacity: 0.4;
    height: 1px;
}

.net_company_info .net_growth_hist::after {
    position: absolute;
    opacity: 0;
    border-radius: calc(30px + 1px);
    animation: borderGlow 4s linear infinite;
    background: linear-gradient(90deg, transparent, rgb(113,170,193,0.5), transparent);
    transition: opacity 0.4s ease;
    z-index: -2;
    content: "";
    inset: -1px;
}



.net_company_info .net_value_vision {
    padding-top: 15px;
    text-align: center;
    width: 100%;
    position: relative;
}

.net_company_info .net_skills_center {
    position: relative;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: calc(19px * 1.15);
}

.net_company_info .net_text_section {
    position: relative;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    padding: 50px 45px;
    flex: 0 0 55%;
    border: 1px solid rgba(255, 255, 255, 0.03);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
}

.net_company_info .net_expert_guides::after {
    bottom: -8px;
    transition: width 0.4s ease;
    width: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, rgb(113,170,193), transparent);
}

.net_company_info .net_text_section h2 {
    color: #000000;
    font-weight: 700;
    position: relative;
    transition: all 0.4s ease;
    padding-bottom: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    font-size: calc(33px * 1.1);
}

.net_cookie_message_panel {
    position: fixed;
    width: 100%;
    bottom: 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    z-index: 1000;
    background-color: rgb(164,203,208);
    border-top: 1px solid rgb(113,170,193);
    animation: fadeInUp 0.5s ease-out;
}

.net_cookie_message_panel .net_data_control {
    font-size: 17px;
    background-color: rgb(113,170,193);
    transition: transform 0.3s, box-shadow 0.3s;
    color: #ffffff;
    margin-top: 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    margin-right: 15px;
}



.net_ideal_participants .container {
    padding: 0 15px;
    z-index: 3;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}

.net_ideal_participants .net_learning_growth::before {
    z-index: -1;
    position: absolute;
    background: rgb(77,71,169);
    height: 100px;
    border-radius: 10px;
    opacity: 0.3;
    right: -10px;
    transform: rotate(-15deg) translateZ(-10px);
    content: "";
    width: 100px;
    top: -10px;
}

.net_ideal_participants div > div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.net_ideal_participants p:hover {
    transform: translateY(-5px);
    color: #000000;
}

.net_ideal_participants p:hover::before {
    width: 8px;
}

.net_ideal_participants p:hover::after {
    opacity: 0.15;
}

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



.net_ideal_participants p:nth-child(odd) {
    animation: floatItem 6s ease-in-out infinite;
}

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

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

header .net_main_primary .net_head_mainwrap:hover {
    transform: scale(1.05);
}

header .net_main_primary .net_head_mainwrap .net_main_core {
    display: inline-block;
}

header .net_main_primary .net_top_guide::before {
    height: 100%;
    top: 0;
    transform: rotate(-2deg) scale(1.03);
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 22px;
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
}

.net_privacy_folio {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(164,203,208) 0%, rgb(164,203,208) 85%, rgb(113,170,193,0.5) 100%);
    z-index: 1;
    position: relative;
}

.net_privacy_folio .container:hover {
    transform: translateY(-5px);
}

.net_privacy_folio h1 {
    transition: transform 0.3s ease-out;
    margin-bottom: 2rem;
    color: #000000;
    line-height: 1.2;
    position: relative;
    transform: translateX(0);
    font-size: 43px;
    font-weight: 700;
    padding-bottom: 0.75rem;
}

.net_privacy_folio h2::before {
    height: 70%;
    content: "";
    left: 0;
    background: rgb(77,71,169);
    transition: transform 0.3s ease;
    top: 0.25em;
    position: absolute;
    transform: scaleY(1);
    width: 3px;
}

.net_privacy_folio span {
    display: inline-block;
    position: relative;
    font-weight: 600;
    transition: color 0.3s ease;
    color: rgb(113,170,193);
}

.net_privacy_folio li:hover {
    transform: translateX(3px);
}

.net_privacy_folio div {
    position: relative;
}

footer .net_rating_stars {
    position: relative;
    padding: 120px 0 30px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(113,170,193), rgb(77,71,169));
    font-family: Arial, sans-serif;
}

footer .info_item {
    height: 80px;
    align-items: center;
    padding: 0 25px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    max-width: 300px;
    flex: 1 1 200px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    backdrop-filter: blur(5px);
}

footer .net_head_mainwrap {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    flex: 1 1 100%;
}

footer .net_top_guide::before,footer .subscribe_holder::before {
    background: #ffffff;
    top: 0;
    position: absolute;
    left: -100%;
    animation: waveAnimation 20s linear infinite;
    content: "";
    opacity: 0.1;
    z-index: -1;
    height: 100%;
    width: 300%;
}

footer .net_head_guide a::before {
    left: -100%;
    transition: left 0.3s ease;
    width: 100%;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    bottom: 0;
    position: absolute;
}

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

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

footer .net_contest_info::after {
    right: 0;
}

.net_education_framework::before {
    opacity: 0.4;
    top: -5%;
    background: radial-gradient(circle at 75% 25%, rgb(113,170,193,0.5) 0%, transparent 60%);
    position: absolute;
    z-index: 0;
    transform: translateZ(0);
    height: 120%;
    content: "";
    width: 120%;
    animation: gradientShift 15s ease-in-out infinite alternate;
    left: -10%;
}

.net_education_framework p {
    animation: text-entrance 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) 0.6s forwards;
    font-size: 18px;
    opacity: 0;
    color: #000000;
    position: relative;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    transform: translateY(30px);
}

.net_education_framework p span::before {
    width: 6px;
    left: 0;
    height: 6px;
    transform: scale(0);
    background: rgb(113,170,193);
    content: "";
    position: absolute;
    border-radius: 50%;
    animation: dot-entrance 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) 1s forwards;
    top: 0.6rem;
}

.net_learning_outcomes .net_learning_growth {
    overflow: hidden;
    border-radius: 28px;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    display: grid;
    padding: 0;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.net_learning_outcomes li {
    position: relative;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    overflow: hidden;
    flex: 0 0 calc(50% - 10px);
    padding: 15px;
    transition: all 0.3s ease;
}

.net_academic_experience {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    perspective: 1000px;
    background-color: rgb(164,203,208);
}

.net_academic_experience .net_learning_views:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.07),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}

.net_academic_experience .net_learning_views .net_img_thumbnail {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    height: 100%;
}

.net_academic_experience .net_learning_views > div:nth-child(2)::before {
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: top;
    position: absolute;
    height: 100%;
    width: 3px;
    background: linear-gradient(
        to bottom,
        rgb(113,170,193) 0%,
        rgb(77,71,169) 100%
    );
    content: "";
    transform: scaleY(0);
    left: 0;
}

.net_academic_experience .net_exp_content {
    border-radius: 10px;
    margin: 0;
    font-size: 15px;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    box-shadow: 
        inset 0 0 0 1px rgba(rgb(113,170,193,0.5), 0.1),
        0 10px 30px rgba(0, 0, 0, 0.03);
    padding: 20px 10px 20px 25px;
    line-height: 1.8;
}



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



@media (max-width: 767px) {.net_thxWrap {
    padding: 3rem 0;
}.net_thxWrap .net_learning_growth > div:first-child::before {
    left: -1rem;
    width: 0.4rem;
}.net_thxWrap h5 {
    font-size: calc(18px * 0.9);
    padding-left: 0.75rem;
}.net_thxWrap .net_learning_growth > div:last-child {
    padding: 1.75rem;
}}



@media (min-width: 768px) {.net_pricing_suite .net_cert_plans {
    grid-template-columns: repeat(2, 1fr);
}.net_pricing_suite .net_learn_pricing {
    margin-bottom: 60px;
}.net_pricing_suite .net_study_rates h3 {
    font-size: 22px;
}.net_pricing_suite .net_pricing_tiers {
    font-size: calc(22px + 2px);
}.net_pricing_suite .net_study_rates p {
    font-size: calc(15px - 1px);
}
}



@media (max-width: 991px) {.net_client_testimonials {
    padding: 80px 0;
}.net_client_testimonials h2 {
    transform: none;
    margin-bottom: 60px;
}.net_client_testimonials .net_testimonials_pro {
    grid-template-columns: repeat(6, 1fr);
    display: grid;
}.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) {
    grid-column: span 3;
    margin-top: 0;
}.net_client_testimonials .net_learning_views:nth-child(2n) {
    margin-top: 40px;
}
}



@media (max-width: 480px) {.net_title_opener .net_page_intro {
    padding: 1.5rem 1rem;
}.net_title_opener .net_how_grow {
    padding: 1.5rem 1rem;
}.net_title_opener .net_how_grow::before {
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
}.net_title_opener h1::after {
    width: 50px;
    height: 3px;
}.net_title_opener .net_how_grow::after {
    height: 3px;
    width: 80px;
}}



@media (max-width: 991px) {.net_company_info {
    padding: 100px 0;
}.net_company_info .net_learning_growth {
    gap: 50px;
    flex-direction: column;
}.net_company_info .net_growth_hist,
    .net_company_info .net_text_section {
    width: 100%;
    flex: 0 0 100%;
}.net_company_info .net_text_section {
    padding: 40px 30px;
}.net_company_info .net_growth_hist {
    max-width: 500px;
    margin: 0 auto;
}.net_company_info .net_learning_growth::before {
    width: 60%;
    left: 20%;
}.net_company_info .net_text_section h2 {
    font-size: 33px;
}
}



@media (max-width: 768px) {.net_ideal_participants {
    padding: 70px 0 90px;
}.net_ideal_participants .net_learning_growth {
    padding: 35px 25px;
}.net_ideal_participants h4 {
    font-size: calc(30px * 0.8);
    margin-bottom: 25px;
}.net_ideal_participants div > div {
    grid-template-columns: 1fr;
}.net_ideal_participants::after {
    height: 60px;
}
}



@media (max-width: 992px) {header .net_main_primary {
    align-items: center;
    flex-direction: column;
}header .net_main_primary .net_head_mainwrap {
    margin-right: 0;
    margin-bottom: 15px;
}header .net_main_primary .net_top_guide {
    justify-content: center;
    padding: 15px;
    width: 100%;
}header .net_main_primary .net_top_guide .net_top_lead {
    margin: 5px 15px 5px 0;
}header .net_main_primary .net_top_guide .net_top_lead a {
    font-size: calc(14px - 2px);
    padding: 5px;
}}



@media (prefers-reduced-motion: reduce) {.net_privacy_folio::after {
    animation: none;
}.net_privacy_folio .container,
    .net_privacy_folio li,
    .net_privacy_folio h1::after,
    .net_privacy_folio h2::before {
    transition: none;
}}



@media (max-width: 576px) {footer .net_rating_stars {
    padding: 60px 0 20px;
}footer .net_rating_stars::before {
    height: 40px;
    background-size: 100% 40px;
}footer .net_top_guide h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(19px - 2px);
}footer .net_head_guide a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .net_sub_agreement {
    padding: 12px 15px;
}}



@media (max-width: 992px) {.net_learning_outcomes .net_learning_growth {
    grid-template-columns: 1fr;
}.net_learning_outcomes .net_img_thumbnail {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    height: 300px;
}.net_learning_outcomes .net_text_section {
    padding: 30px;
}
}



@media screen and (min-width: 768px) {.net_academic_experience {
    padding: 100px 0;
}.net_academic_experience .net_learning_views {
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
    padding: 50px;
}.net_academic_experience .net_learning_views > div:first-child {
    grid-row: 1 / span 2;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}.net_academic_experience .net_learning_views > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    padding-left: 40px;
}.net_academic_experience .net_learning_views > div:nth-child(3) {
    padding-left: 40px;
    grid-row: 2;
    grid-column: 2;
}.net_academic_experience .net_exp_content {
    padding: 25px 20px 25px 35px;
    font-size: calc(15px + 1px);
}
}



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

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


    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }



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

@keyframes backgroundShift {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}



@keyframes container-entrance {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(1deg) translateY(0);
    }
}



@keyframes gradientShift {
    0% {
        opacity: 0.3;
        transform: translateX(-5%) translateY(-5%) scale(1.05);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
        transform: translateX(5%) translateY(5%) scale(1);
    }
}

