* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
.net_wrapper-bundle {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(200,218,211);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}
.net_benefits .advantages_content h2 {
    color: rgb(99,112,126);
}

.net_benefits .advantage_item svg, .net_benefits .advantage_item svg path {
    fill: rgb(147,181,179);
}

.net_benefits .advantage_item p {
    color: #000000;
}

.net_benefits .advantage_item b {
    color: rgb(147,181,179);
}

.net_benefits {
    padding-top: 80px;
    padding-bottom: 80px;
}

.net_benefits .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.net_benefits .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.net_benefits .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 34px;
    font-weight: 600;
}

.net_benefits .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.net_benefits .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.net_benefits .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.net_benefits .advantage_item svg, .net_benefits .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .net_wrapper-bundle .net_benefits .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .net_benefits .advantages_content h2 {
        font-size: 30px;
    }

    .net_benefits .advantages_holder {
        flex-direction: column;
    }

    .net_benefits {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .net_wrapper-bundle .net_benefits .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.net_wrapper-bundle .net_benefits {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgb(200,218,211);
}

.net_wrapper-bundle .net_benefits .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.net_wrapper-bundle .net_benefits .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    color: #000000;
}

.net_wrapper-bundle .net_benefits .advantages_content h2 {
    font-size: 34px;
    font-weight: 700;
    color: rgb(147,181,179);
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.net_wrapper-bundle .net_benefits .advantages_content h2:hover {
    color: rgb(99,112,126);
}

.net_wrapper-bundle .net_benefits .advantages_description {
    font-size: 17px;
    color: #000000;
    margin-bottom: 30px;
    max-width: 800px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.net_wrapper-bundle .net_benefits .advantages_description:hover {
    opacity: 1;
}

.net_wrapper-bundle .net_benefits .advantages_holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.net_wrapper-bundle .net_benefits .advantage_item {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.5);
    width: calc(25% - 20px);
    min-height: 250px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.net_wrapper-bundle .net_benefits .advantage_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.net_wrapper-bundle .net_benefits .advantage_image {
    background-color: rgb(147,181,179,0.5);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.net_wrapper-bundle .net_benefits .advantage_image img, .net_wrapper-bundle .net_benefits .advantage_image svg {
    width: 70%;
    height: 70%;
    object-fit: cover;
    fill: rgb(147,181,179);
}

.net_wrapper-bundle .net_benefits .advantage_item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media only screen and (max-width: 1200px) {
    .net_wrapper-bundle .net_benefits .advantages_holder .advantage_item {
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 800px) {
    .net_wrapper-bundle .net_benefits {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .net_wrapper-bundle .net_benefits .advantages_content h2 {
        font-size: 30px;
    }

    .net_wrapper-bundle .net_benefits .advantages_holder {
        flex-direction: column;
    }

    .net_wrapper-bundle .net_benefits .advantages_holder .advantage_item {
        width: 100%;
    }
}.net_study_process {
    position: relative;
    width: 100%;
    background: rgb(200,218,211);
}

.net_study_process .work_holder {
    position: relative;
    padding: 4.5rem 0;
    min-height: 470px;
}

.net_study_process .work_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 70% 30%,
        rgb(147,181,179,0.5) 0%,
        transparent 60%
    );
    z-index: 1;
}

.net_study_process .work_holder::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 30px
        ),
        repeating-linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 30px
        );
    z-index: 2;
}

.net_study_process .container {
    position: relative;
    z-index: 3;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: flex-start;
}

.net_study_process .text_holder {
    max-width: 580px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.05)
    );
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateY(5deg);
    transform-origin: left center;
}

.net_study_process .text_holder::before {
    content: '';
    position: absolute;
    inset: -1px;
    background: linear-gradient(
        45deg,
        rgb(147,181,179),
        transparent,
        rgb(99,112,126)
    );
    border-radius: inherit;
    z-index: -1;
    opacity: 0.3;
}

.net_study_process .text_holder h4 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: Playfair Display, sans-serif;
}

.net_study_process .text_holder p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    border-left: 2px solid rgb(147,181,179,0.5);
}

@media (max-width: 991px) {
    .net_study_process .container {
        justify-content: center;
    }

    .net_study_process .text_holder {
        transform: none;
        max-width: 600px;
    }
}

@media (max-width: 767px) {
    .net_study_process .work_holder {
        padding: 3rem 1rem;
    }

    .net_study_process .text_holder {
        padding: 2rem;
    }

    .net_study_process .text_holder h4 {
        font-size: calc(35px * 0.85);
    }

    .net_study_process .text_holder p {
        font-size: calc(17px * 0.95);
        padding-left: 1rem;
    }
}.net_welcome_section {
    width: 100%;
    padding: 40px 20px;
    background: rgb(200,218,211);
}

.net_welcome_section .title_page_holder {
    width: 100%;
    min-height: 700px;
    background-size: cover;
    background-position: center !important;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.net_welcome_section .style_element {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
    width: 100%;
    padding: 60px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    color: #ffffff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.net_welcome_section .style_element h1 {
    font-family: Playfair Display, sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: rgb(147,181,179);
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.net_welcome_section .style_element h3 {
    font-family: Playfair Display, sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: rgb(99,112,126);
    margin-bottom: 15px;
    text-align: left;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.net_welcome_section .style_element p {
    font-family: Playfair Display, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    text-align: left;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 800px) {
    .net_welcome_section .title_page_holder {
        min-height: 400px;
    }

    .net_welcome_section .style_element {
        padding: 40px 20px;
    }

    .net_welcome_section .style_element h1 {
        font-size: 24px;
    }

    .net_welcome_section .style_element h3 {
        font-size: 18px;
    }

    .net_welcome_section .style_element p {
        font-size: 14px;
    }
}

.net_wrapper-bundle .net_welcome_section {
    padding: 0;
}

.net_wrapper-bundle .net_welcome_section .style_element {
    position: static;
    max-width: 80%;
    width: fit-content;
    padding: 20px 40px;
    justify-content: center;
    align-items: flex-start;
    height: calc(100% + 20px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.net_wrapper-bundle .net_welcome_section .title_page_holder {
    background-position: center !important;
    min-height: 500px;
    width: 100%;
    margin: auto;
    padding: 40px;
}

@media only screen and (max-width: 1200px) {
    .net_wrapper-bundle .net_welcome_section .title_page_holder {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .net_wrapper-bundle .net_welcome_section {
        padding: 0;
    }

    .net_wrapper-bundle .net_welcome_section .style_element {
        width: 100%;
        height: 100%;
        position: static;
        padding: 30px 20px;
        clip-path: none;
        border-radius: 10px;
    }

    .net_wrapper-bundle .net_welcome_section .title_page_holder {
        min-height: unset;
        height: auto;
    }
}.net_course_overview {
    padding: 120px 0;
    background: rgb(200,218,211);
    position: relative;
    overflow: hidden;
}

.net_course_overview .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.net_course_overview h2 {
    font-size: 47px;
    font-weight: 700;
    color: rgb(147,181,179);
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}

.net_course_overview h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 5px;
    background: rgb(99,112,126);
    transform: translateX(-50%);
}

.net_course_overview .items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    width: 100%;
    padding: 0 20px;
}

.net_course_overview .course {
    background: #ffffff;
    border: 2px solid rgb(147,181,179,0.5);
    border-radius: 13px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.net_course_overview .course::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: rgb(99,112,126,0.5);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.net_course_overview .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.net_course_overview .photo {
    width: 100%;
    height: 200px;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 2px solid rgb(99,112,126,0.5);
}

.net_course_overview .text_holder {
    text-align: center;
    width: 100%;
}

.net_course_overview h3 {
    font-size: 31px;
    font-weight: 600;
    color: rgb(147,181,179);
    margin-bottom: 15px;
    position: relative;
}

.net_course_overview h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 30px;
    height: 3px;
    background: rgb(99,112,126);
    transform: translateX(-50%);
}

.net_course_overview p {
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}

.net_course_overview .button {
    display: inline-block;
    padding: 12px 24px;
    background: rgb(147,181,179);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    border: 2px solid rgb(147,181,179);
}

.net_course_overview .button:hover {
    background: rgb(99,112,126);
    border-color: rgb(99,112,126);
    color: #ffffff;
}

@media only screen and (max-width: 600px) {
    .net_course_overview {
        padding: 80px 0;
    }

    .net_course_overview h2 {
        font-size: 31px;
        margin-bottom: 30px;
    }

    .net_course_overview .items {
        gap: 20px;
    }

    .net_course_overview .course {
        padding: 15px;
    }

    .net_course_overview h3 {
        font-size: 22px;
    }

    .net_course_overview p {
        font-size: 15px;
        line-height: 1.4;
    }

    .net_course_overview .button {
        padding: 10px 20px;
        font-size: 20px;
    }
}.net_contact_information {
    padding: 80px 20px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    font-family: Playfair Display, sans-serif;
}

.net_contact_information h3 {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.net_contact_information .form {
    background: rgb(200,218,211);
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
}

.net_contact_information .form:hover {
    transform: scale(1.02);
}

.net_contact_information form input {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgb(99,112,126,0.5);
    padding: 15px;
    margin-bottom: 20px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
    width: 100%;
}

.net_contact_information form input:focus {
    border-color: rgb(147,181,179);
    box-shadow: 0 0 8px rgb(147,181,179,0.5);
    transform: scale(1.01);
}

.net_contact_information form .button {
    background: rgb(147,181,179);
    color: #ffffff;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    align-self: center;
}

.net_contact_information form .button:hover {
    background: rgb(99,112,126);
    transform: scale(1.05);
}

.net_contact_information .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.net_contact_information .holder>div {
    width: 100%;
    max-width: 600px;
    padding: 20px;
}

.net_contact_information .form_text {
    margin-bottom: 15px;
    font-size: 17px;
    color: #000000;
    text-align: center;
    line-height: 1.5;
}

.net_contact_information .name_holder {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.net_contact_information .name_holder input {
    flex: 1;
}

.net_contact_information .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.net_contact_information .agree input[type=checkbox] {
    width: auto;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.net_contact_information .agree label {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #000000;
}

.net_contact_information .agree a {
    margin-left: 5px;
    color: rgb(147,181,179);
    text-decoration: none;
    transition: color 0.3s;
}

.net_contact_information .agree a:hover {
    color: rgb(99,112,126);
}

@media only screen and (max-width: 600px) {
    .net_contact_information {
        padding: 50px 10px;
    }
    .net_contact_information .holder {
        flex-direction: column;
    }
    .net_contact_information .holder>div {
        width: 100%;
        padding: 0;
    }
    .net_contact_information h3 {
        font-size: 48px;
    }
    .net_contact_information form input {
        padding: 10px;
    }
    .net_contact_information form .button {
        width: 100%;
    }
    .net_contact_information .name_holder {
        flex-direction: column;
        gap: 0;
    }
    .net_contact_information .holder .form {
        padding: 20px;
    }
}.net_leadership_experience {
    position: relative;
    background: rgb(147,181,179);
    padding: 100px 0;
}

.net_leadership_experience::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(147,181,179) 0,
        rgb(147,181,179) 2px,
        transparent 2px,
        transparent 8px
    );
}

.net_leadership_experience .holder {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}

.net_leadership_experience .review {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: box-shadow 0.25s ease-in-out;
}

.net_leadership_experience .review:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}

.net_leadership_experience .photo {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.net_leadership_experience .photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.5));
}

.net_leadership_experience .worker_description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    z-index: 2;
    width: 100%;
}

.net_leadership_experience .name {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.net_leadership_experience .job {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background: rgb(147,181,179);
    padding: 0.375rem 0.75rem;
    border-radius: 10px;
}

.net_leadership_experience .worker_info {
    padding: 2rem;
    position: relative;
}

.net_leadership_experience .worker_info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 2rem;
    right: 2rem;
    height: 1px;
    background: rgb(200,218,211);
}

.net_leadership_experience .quote {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: rgb(147,181,179);
    padding: 1rem 1.25rem;
    background: rgb(200,218,211);
    border-radius: 10px;
}

.net_leadership_experience .quote::before {
    content: '';
    position: absolute;
    top: -0.5rem;
    left: 1.25rem;
    width: 1rem;
    height: 1rem;
    background: rgb(200,218,211);
    transform: rotate(45deg);
}

.net_leadership_experience .story {
    font-size: 18px;
    color: #000000;
    padding: 0 1.25rem;
}

@media (min-width: 768px) {
    .net_leadership_experience .review {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }

    .net_leadership_experience .photo {
        grid-column: span 5;
        height: auto;
    }

    .net_leadership_experience .worker_description {
        bottom: 2rem;
        left: 2rem;
        right: 2rem;
        width: 40%;
    }

    .net_leadership_experience .worker_info {
        grid-column: span 7;
        padding: 2.5rem;
    }

    .net_leadership_experience .worker_info::before {
        top: 2.5rem;
        left: 0;
        width: 1px;
        height: calc(100% - 5rem);
    }

    .net_leadership_experience .quote::before {
        top: 1.25rem;
        left: -0.5rem;
    }

    .net_leadership_experience .story {
        padding: 0;
        margin-top: 2rem;
    }
}

@media (min-width: 992px) {
    .net_leadership_experience {
        padding: 120px 0;
    }

    .net_leadership_experience .photo {
        grid-column: span 4;
    }

    .net_leadership_experience .worker_info {
        grid-column: span 8;
        padding: 3rem;
    }

}

@media (min-width: 1200px) {
    .net_leadership_experience .photo {
        grid-column: span 5;
    }

    .net_leadership_experience .worker_info {
        grid-column: span 7;
    }
}

@media (max-width: 767px) {
    .net_leadership_experience {
        padding: 60px 0;
    }
    .net_leadership_experience .review {
        padding-bottom: 130px;
        position: relative;
    }
    .net_leadership_experience .name {
        color: #000000;
    }
    .net_leadership_experience .worker_info {
        padding: 1.5rem;
    }

    .net_leadership_experience .quote {
        margin: 0 -0.5rem 1.5rem;
    }
}.net_future_learners {
    background: #ffffff;
    padding: 120px 0;
    position: relative;
}

.net_future_learners::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: rgb(200,218,211);
}

.net_future_learners .container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
        "title title title title"
        "list list list list"
        "photo photo photo photo";
    gap: 40px;
}

.net_future_learners .who_needs_text {
    grid-area: title;
}

.net_future_learners .who_needs_text h2 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(147,181,179);
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.net_future_learners .who_needs_text h2::before,
.net_future_learners .who_needs_text h2::after {
    content: '';
    height: 2px;
    width: 100px;
    background: rgb(147,181,179);
    opacity: 0.3;
}

.net_future_learners .who_needs_list {
    grid-area: list;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.net_future_learners .who_needs_list div {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 17px;
    font-size: 12px;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    box-shadow: 0 10px 30px rgb(147,181,179,0.5);
}

.net_future_learners .who_needs_list svg {
    width: 40px;
    height: 40px;
    fill: rgb(147,181,179);
}

.net_future_learners .who_needs_photo {
    grid-area: photo;
    width: 100%;
    aspect-ratio: 21/9;
    border-radius: 17px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.net_future_learners .who_needs_photo::before {
    content: '';
    position: absolute;
    inset: 0;
    backdrop-filter: grayscale(30%);
    border: 1px solid rgb(147,181,179,0.5);
    border-radius: inherit;
}

@media (max-width: 1024px) {
    .net_future_learners .who_needs_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .net_future_learners {
        padding: 60px 0;
    }

    .net_future_learners .who_needs_list {
        grid-template-columns: 1fr;
    }

    .net_future_learners .who_needs_text h2::before,
    .net_future_learners .who_needs_text h2::after {
        width: 50px;
    }

    .net_future_learners .who_needs_list div {
        padding: 20px;
    }
}.net_who_we_are {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(99,112,126), rgb(147,181,179,0.5));
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    position: relative;
    overflow: hidden;
}

.net_wrapper-bundle .net_who_we_are .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 0 auto;
}

.net_wrapper-bundle .net_who_we_are .holder::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background: linear-gradient(45deg, rgb(147,181,179), transparent);
    opacity: 0.1;
    z-index: -1;
    transform: rotate(45deg);
}

.net_wrapper-bundle .net_who_we_are .caption_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.net_wrapper-bundle .net_who_we_are .photo {
    width: 350px;
    height: 350px;
    border-radius: 11px;
    margin-bottom: 40px;
    border: 3px solid rgb(147,181,179);
    box-shadow: 0 0 20px rgb(147,181,179);
}

.net_wrapper-bundle .net_who_we_are .style_element {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(99,112,126);
    border-radius: 11px;
    padding: 40px;
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.net_wrapper-bundle .net_who_we_are h2 {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.net_wrapper-bundle .net_who_we_are p {
    font-size: 15px;
    line-height: 1.8;
    color: #ffffff;
    margin-top: 20px;
    text-align: justify;
}

@media only screen and (max-width: 1200px) {
    .net_wrapper-bundle .net_who_we_are .photo {
        width: 300px;
        height: 300px;
    }

    .net_wrapper-bundle .net_who_we_are .style_element {
        padding: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .net_wrapper-bundle .net_who_we_are .photo {
        width: 250px;
        height: 250px;
    }

    .net_wrapper-bundle .net_who_we_are .style_element {
        padding: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .net_wrapper-bundle .net_who_we_are .style_element {
        padding: 15px;
    }

    .net_wrapper-bundle .net_who_we_are .photo {
        width: 200px;
        height: 200px;
    }

    .net_wrapper-bundle .net_who_we_are h2 {
        font-size: calc(34px - 5px);
    }

    .net_wrapper-bundle .net_who_we_are p {
        font-size: calc(15px - 2px);
    }
}.net_privacy_fort {
    background-color: rgb(200,218,211);
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    font-family: Playfair Display, sans-serif;
    color: #000000;
    line-height: 1.6;
}
.net_privacy_fort h1 {
    font-size: 42px;
    color: rgb(147,181,179);
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 2px solid rgb(147,181,179,0.5);
    padding-bottom: 10px;
}
.net_privacy_fort h2 {
    font-size: 37px;
    color: rgb(99,112,126);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}
.net_privacy_fort h3,
.net_privacy_fort h4,
.net_privacy_fort h5,
.net_privacy_fort h6 {
    color: rgb(99,112,126,0.5);
    margin-top: 20px;
    font-weight: 400;
}
.net_privacy_fort ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.net_privacy_fort ul li {
    background-color: #ffffff;
    border-left: 4px solid rgb(147,181,179);
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.net_privacy_fort ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.net_privacy_fort ol li {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 15px 10px 40px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.net_privacy_fort ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(147,181,179);
    color: #ffffff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.net_privacy_fort p {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 300;
}
.net_privacy_fort span {
    color: rgb(147,181,179);
    font-weight: 600;
}
.net_privacy_fort div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .net_privacy_fort {
        padding: 20px;
    }
    .net_privacy_fort h1 {
        font-size: calc(19px * 0.8);
    }
    .net_privacy_fort h2 {
        font-size: calc(19px * 0.8);
    }
    .net_privacy_fort ul li,
    .net_privacy_fort ol li {
        padding: 10px;
    }
    .net_privacy_fort ol li:before {
        width: 20px;
        height: 20px;
        font-size: 0.8em;
    }
    .net_privacy_fort p {
        font-size: calc(18px * 0.9);
    }
}.net_gallery-area {
    background: rgb(200,218,211);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.net_gallery-area::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: 
        radial-gradient(circle at 50% 50%, 
            rgb(147,181,179,0.5) 0%,
            transparent 20%),
        radial-gradient(circle at 80% 80%, 
            rgb(99,112,126,0.5) 0%,
            transparent 20%);
    filter: blur(60px);
    animation: gradientMove 10s ease-in-out infinite alternate;
}

@keyframes gradientMove {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.5);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.net_gallery-area .gallery_content {
    position: relative;
    padding: 5rem 2rem;
    z-index: 1;
}

.net_gallery-area .gallery_content h2 {
    font-size: 35px;
    color: #000000;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.net_gallery-area .gallery_holder {
    display: grid;
    gap: 2rem;
    padding: 0 2rem;
    transform-style: preserve-3d;
    perspective: 2000px;
}

.net_gallery-area .gallery_holder:has(> .gallery_image:nth-child(4)) {
    grid-template-columns: repeat(2, 1fr);
    animation: gridRotate4 20s ease-in-out infinite;
}

.net_gallery-area .gallery_holder:has(> .gallery_image:nth-child(6)) {
    grid-template-columns: repeat(3, 1fr);
    animation: gridRotate6 25s ease-in-out infinite;
}

.net_gallery-area .gallery_holder:has(> .gallery_image:nth-child(8)) {
    grid-template-columns: repeat(4, 1fr);
    animation: gridRotate8 30s ease-in-out infinite;
}

@keyframes gridRotate4 {
    0%, 100% { transform: rotateX(5deg) rotateY(0deg); }
    50% { transform: rotateX(-5deg) rotateY(3deg); }
}

@keyframes gridRotate6 {
    0%, 100% { transform: rotateX(3deg) rotateY(0deg); }
    50% { transform: rotateX(-3deg) rotateY(2deg); }
}

@keyframes gridRotate8 {
    0%, 100% { transform: rotateX(2deg) rotateY(0deg); }
    50% { transform: rotateX(-2deg) rotateY(1deg); }
}

.net_gallery-area .gallery_image {
    position: relative;
    border-radius: 23px;
    overflow: hidden;
    transform-style: preserve-3d;
    animation: cardFloat 6s ease-in-out infinite;
    animation-delay: calc(var(--i, 0) * -1s);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

@keyframes cardFloat {
    0%, 100% { transform: translateZ(10px); }
    50% { transform: translateZ(20px); }
}

.net_gallery-area .gallery_image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgb(147,181,179,0.5),
        rgb(99,112,126,0.5)
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    mix-blend-mode: overlay;
}

.net_gallery-area .gallery_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
}

.net_gallery-area .gallery_image:hover {
    transform: translateZ(30px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.net_gallery-area .gallery_image:hover img {
    transform: scale(1.1);
}

.net_gallery-area .gallery_image:hover::before {
    opacity: 0.3;
}

.net_gallery-area .gallery_image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        45deg,
        transparent,
        #ffffff 50%,
        transparent
    );
    opacity: 0;
    z-index: 3;
    transition: opacity 0.3s ease;
}

.net_gallery-area .gallery_image:hover::after {
    opacity: 0.2;
    animation: lightSweep 1.5s ease-in-out infinite;
}

@keyframes lightSweep {
    0% {
        transform: translateX(-100%) rotate(-45deg);
    }
    100% {
        transform: translateX(100%) rotate(-45deg);
    }
}

@media (max-width: 1200px) {
    .net_gallery-area .gallery_holder:has(> .gallery_image:nth-child(8)) {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .net_gallery-area .gallery_holder {
        perspective: 1500px;
    }
}

@media (max-width: 991px) {
    .net_gallery-area .gallery_holder:has(> .gallery_image:nth-child(6)),
    .net_gallery-area .gallery_holder:has(> .gallery_image:nth-child(8)) {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .net_gallery-area .gallery_holder {
        perspective: 1000px;
    }
    
    .net_gallery-area .gallery_content h2 {
        letter-spacing: 0.2em;
    }
}

@media (max-width: 768px) {
    .net_gallery-area .gallery_holder {
        gap: 1.5rem;
        padding: 0 1rem;
        perspective: none;
    }
    
    .net_gallery-area .gallery_holder:has(> .gallery_image:nth-child(n)) {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
        animation: none;
    }
    
    .net_gallery-area .gallery_content {
        padding: 3rem 1rem;
    }
    
    .net_gallery-area .gallery_content h2 {
        font-size: calc(35px * 0.8);
        letter-spacing: 0.15em;
    }
    
    .net_gallery-area .gallery_image:hover {
        transform: translateY(-5px);
    }
    
    @keyframes cardFloat {
        0%, 100% { transform: translateY(-3px); }
        50% { transform: translateY(3px); }
    }
}.net_test_drive {
    padding-bottom: 80px;
    padding-top: 80px;
}

.net_test_drive h2 {
    color: rgb(99,112,126);
}

.net_test_drive .button {
    background: rgb(99,112,126);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.net_test_drive .button:hover {
    background: rgb(147,181,179);
}

.net_test_drive .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.net_test_drive h2 {
    font-size: 28px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.net_test_drive .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .net_test_drive .holder {
        flex-direction: column;
    }

    .net_wrapper-bundle section.net_test_drive h2 {
        font-size: 26px;
    }

    .net_test_drive h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .net_test_drive .button {
        font-size: 24px;
    }

    .net_test_drive {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.net_wrapper-bundle .net_test_drive .holder {
    width: 85%;
    padding: 60px;
    background: linear-gradient(135deg, rgb(147,181,179,0.5), rgb(99,112,126,0.5));
    border: 2px solid rgb(147,181,179);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.net_wrapper-bundle .net_test_drive .holder:hover {
    transform: scale(1.05);
}

.net_wrapper-bundle .net_test_drive h2 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
}

.net_wrapper-bundle .net_test_drive .button {
    padding: 20px 100px;
    color: #ffffff;
    background: rgb(147,181,179);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 13px;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.net_wrapper-bundle .net_test_drive .button:hover {
    background: rgb(99,112,126);
    box-shadow: 0 4px 10px rgb(99,112,126,0.5);
}

@media only screen and (max-width: 800px) {
    .net_wrapper-bundle .net_test_drive .holder {
        width: 95%;
        padding: 40px;
    }

    .net_wrapper-bundle .net_test_drive h2 {
        font-size: 28px;
    }

    .net_wrapper-bundle .net_test_drive .button {
        width: 100%;
        padding: 15px;
    }
}.net_plan_deal {
  background: rgb(200,218,211);
  padding: 140px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.net_plan_deal .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.net_plan_deal .pricing_holder {
  perspective: 2000px;
}

.net_plan_deal .price_info {
  text-align: center;
  margin-bottom: 100px;
  transform: translateZ(0);
  position: relative;
}

.net_plan_deal .price_info::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgb(147,181,179,0.5);
  border-radius: 50%;
  top: -100px;
  left: -100px;
  filter: blur(60px);
  z-index: -1;
}

.net_plan_deal .price_info h2 {
  font-size: calc(37px * 1.2);
  color: #000000;
  font-weight: 700;
  margin-bottom: 35px;
  position: relative;
  display: inline-block;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.net_plan_deal .price_info h2::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 8px;
  background: rgb(147,181,179,0.5);
  bottom: -15px;
  left: -10%;
  transform: skewX(-25deg);
}

.net_plan_deal .section_description {
  font-size: 13px;
  color: #000000;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
  transform: translateZ(20px);
}

.net_plan_deal .price_types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  perspective: 1000px;
}

.net_plan_deal .price_type {
  text-decoration: none;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.net_plan_deal .price_type:hover {
  transform: translateY(-15px) rotateX(10deg);
}

.net_plan_deal .price_type_holder {
  position: relative;
  background: #ffffff;
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: all 0.4s ease;
}

.net_plan_deal .price_type:hover .price_type_holder {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.net_plan_deal .photo {
  height: 280px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  transform: translateZ(20px);
}

.net_plan_deal .photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    45deg,
    rgb(147,181,179,0.5),
    transparent,
    rgb(99,112,126,0.5)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.net_plan_deal .price_type:hover .photo::after {
  opacity: 1;
}

.net_plan_deal .price_type_text {
  padding: 35px;
  transform: translateZ(40px);
  position: relative;
  background: linear-gradient(
    to bottom,
    #ffffff,
    rgba(255, 255, 255, 0.95)
  );
}

.net_plan_deal .price_type_text::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 40px;
  width: 70px;
  height: 70px;
  background: rgb(99,112,126);
  border-radius: 50%;
  opacity: 0.1;
  transform: translateZ(-10px);
}

.net_plan_deal .price_type_text h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.net_plan_deal .price_type_text h3::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 3px;
  background: rgb(147,181,179);
  bottom: -8px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}

.net_plan_deal .price_type:hover .price_type_text h3::after {
  transform: scaleX(1);
}

.net_plan_deal .price_type_text .price_amount {
  display: inline-block;
  font-size: calc(37px * 1.1);
  color: rgb(147,181,179);
  font-weight: 700;
  margin: 15px 0 25px;
  position: relative;
  transform: translateZ(30px);
}

.net_plan_deal .price_type_text .price_amount::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(147,181,179,0.5);
  z-index: -1;
  transform: skewX(-10deg) translateX(10px);
  opacity: 0;
  transition: all 0.3s ease;
}

.net_plan_deal .price_type:hover .price_amount::before {
  opacity: 0.15;
  transform: skewX(-10deg) translateX(0);
}

.net_plan_deal .price_type_text p {
  font-size: 13px;
  color: #000000;
  line-height: 1.7;
  margin: 0;
  transform: translateZ(20px);
}

@media (max-width: 1200px) {
  .net_plan_deal .price_types {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }
  
  .net_plan_deal .photo {
    height: 260px;
  }
  
  .net_plan_deal .price_type_text {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .net_plan_deal {
    padding: 100px 0;
  }
  
  .net_plan_deal .price_info {
    margin-bottom: 70px;
  }
  
  .net_plan_deal .price_info h2 {
    font-size: 37px;
  }
  
  .net_plan_deal .photo {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .net_plan_deal {
    padding: 70px 0;
  }
  
  .net_plan_deal .price_info {
    margin-bottom: 50px;
  }
  
  .net_plan_deal .price_types {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
    gap: 25px;
  }
  
  .net_plan_deal .price_type:hover {
    transform: translateY(-8px) rotateX(5deg);
  }
  
  .net_plan_deal .photo {
    height: 220px;
  }
  
  .net_plan_deal .price_type_text {
    padding: 25px;
  }
  
  .net_plan_deal .price_type_text .price_amount {
    font-size: 37px;
  }
}

@media (max-width: 480px) {
  .net_plan_deal .price_info h2 {
    font-size: calc(37px * 0.9);
  }
  
  .net_plan_deal .photo {
    height: 200px;
  }
  
  .net_plan_deal .price_type_text {
    padding: 20px;
  }
}header {
    padding-bottom: 10px;
    background: #ffffff;
}
header .main_header {
    border-top: 20px solid rgb(147,181,179);
    border-bottom: 2px solid rgb(147,181,179);
}
.main_header .header_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main_header .header_holder .logo_holder {
    margin: 10px 0;
}
.main_header .header_holder .logo_holder svg, header .header_holder .logo_holder img {
    width: 100px;
    height: 100px;
    fill: rgb(147,181,179);
}
.main_header .header_description {
    width: 50%;
    font-size: 18px;
    text-align: center;
    color: rgb(147,181,179);
    font-weight: bold;
}
.main_header .header_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -2px;
    margin-top: 20px;
    position: relative;
    z-index: 11;
}
.main_header .header_menu a {
    border: 2px solid transparent;
    border-bottom: 2px solid rgb(147,181,179);
    padding: 10px 16px;
}
.main_header .header_menu a:hover {
    color: rgb(147,181,179);
}
.main_header .header_menu a:first-child {
    border: 2px solid rgb(147,181,179);
    color: rgb(147,181,179);
    position: relative;
}
.main_header .header_menu a:first-child:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    bottom: -2px;
    left: 0;
}
@media only screen and (max-width: 800px) {
    .main_header .header_description {
        width: 100%;
    }
    .main_header .header_menu {
        flex-direction: column;
    }
    .main_header .header_menu a:first-child:after {
        display: none;
    }
    .main_header .header_menu a:first-child {
        border: 2px solid transparent;
        border-bottom: 2px solid rgb(147,181,179);
    }
}.net_appWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: rgb(200,218,211);
    padding: 60px 20px;
}
.net_appWrapper .container {
    width: 100%;
    max-width: 1000px;
    padding: 40px;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.net_appWrapper h2 {
    margin-bottom: 30px;
    font-size: 44px;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    color: rgb(147,181,179);
    background: linear-gradient(145deg, rgb(147,181,179), rgb(99,112,126));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 2px solid rgb(147,181,179);
}
.net_appWrapper p {
    font-size: 13px;
    font-family: Playfair Display, sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
    background: linear-gradient(145deg, rgb(147,181,179,0.5), rgb(99,112,126,0.5));
    padding: 20px;
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {
    .net_appWrapper {
        padding: 20px;
    }
    .net_appWrapper .container {
        padding: 20px;
    }
    .net_appWrapper h2 {
        font-size: 32px;
    }
    .net_appWrapper p {
        font-size: 16px;
    }
}
footer {
    background: linear-gradient(135deg, rgb(99,112,126) 0%, rgb(99,112,126,0.5) 100%);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
    fill: rgb(147,181,179);
}
footer h5 {
    color: rgb(147,181,179);
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 700;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
}
footer .menu a:hover {
    color: rgb(147,181,179);
    text-decoration: underline;
}
footer .contact_info {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
footer .contact_info div svg, footer .contact_info div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #ffffff;
}
footer .contact_info div span {
    color: #ffffff;
    font-size: 15px;
    text-align: left;
}
footer .footer_agreement {
    display: flex;
    margin: 10px 0;
    justify-content: flex-start;
    text-align: left;
    color: #ffffff;
    font-size: 15px;
}
footer .copyright {
    background: linear-gradient(135deg, rgb(147,181,179) 0%, rgb(147,181,179,0.5) 100%);
    color: #ffffff;
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}
footer .copyright_info {
    color: #ffffff;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}
footer .copyright_info a:hover {
    color: rgb(99,112,126);
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
    footer .footer_agreement {
        text-align: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .contact_info {
        margin-top: 10px;
    }
    footer h5 {
        margin-top: 5px;
    }
}
.net_client_opinions {
    background-color: rgb(200,218,211);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.net_client_opinions::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(147,181,179,0.5) 0%, rgb(99,112,126,0.5) 100%);
    opacity: 0.1;
}

.net_client_opinions .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.net_client_opinions .holder {
    text-align: center;
}

.net_client_opinions h3 {
    font-size: 29px;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.net_client_opinions h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: rgb(147,181,179);
}

.net_client_opinions .reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.net_client_opinions .review {
    background-color: #ffffff;
    border-radius: 22px;
    padding: 25px;
    display: flex;
    align-items: center;
    text-align: left;
    width: calc(33.333% - 20px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    border: 1px solid rgb(99,112,126,0.5);
}

.net_client_opinions .review:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    border-color: rgb(147,181,179);
}

.net_client_opinions .photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
    border: 3px solid rgb(99,112,126);
    transition: all 0.3s ease;
    object-fit: cover;
}

.net_client_opinions .review:hover .photo {
    border-color: rgb(147,181,179);
}

.net_client_opinions .text {
    flex-grow: 1;
}

.net_client_opinions .text p {
    font-size: 22px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 600;
}

.net_client_opinions .text span {
    font-size: 18px;
    color: #000000;
    display: block;
    position: relative;
    padding-left: 15px;
}

.net_client_opinions .text span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 2px;
    background-color: rgb(147,181,179);
}

@media (max-width: 991px) {
    .net_client_opinions .review {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .net_client_opinions {
        padding: 50px 0;
    }

    .net_client_opinions h3 {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .net_client_opinions .reviews {
        gap: 20px;
    }

    .net_client_opinions .review {
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .net_client_opinions .photo {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .net_client_opinions .text span {
        padding-left: 0;
    }

    .net_client_opinions .text span::before {
        display: none;
    }
}