* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.netgrid-container {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}.netlesson_cta {
    flex: 0 0 auto;
}.netnav_mainwrap {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1268px;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .top_plank {
    background: rgb(178,158,136);
    color:  #ffffff;
}header .top_plank .netedu_learn div svg, header .top_plank .netedu_learn div svg path {
    fill: #ffffff;
}header .top_plank .netedu_learn div span {
    color: #ffffff;
}header .top_plank .netedu_learn {
    line-height: 21px;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 0 10px 0;
    align-items: center;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}header .top_plank .netedu_learn div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .netedu_learn div img, header .top_plank .netedu_learn div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.netwelcome_section {
    overflow: hidden;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    display: flex;
    padding: 2rem;
    position: relative;
}.netwelcome_section::before {
    right: 0;
    z-index: 1;
    bottom: 0;
    top: 0;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.65) 40%,
    rgba(0, 0, 0, 0.45) 60%,
    rgba(0, 0, 0, 0.25)
  );
    left: 0;
    content: "";
    position: absolute;
}.netwelcome_section::after {
    content: "";
    background: radial-gradient(
    circle at 30% 70%,
    rgb(178,158,136,0.5) 0%,
    transparent 40%
  );
    position: absolute;
    height: 200%;
    z-index: 2;
    right: -100%;
    top: -100%;
    pointer-events: none;
    width: 200%;
    animation: glowPulse 15s infinite alternate ease-in-out;
}.netwelcome_section > div {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 3rem;
    z-index: 5;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    max-width: 1200px;
}.netwelcome_section > div > div:first-child {
    transform: translateZ(40px);
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}.netwelcome_section h1.title_style_header {
    -webkit-background-clip: text !important;
    font-weight: 700;
    letter-spacing: 0.05em;
    opacity: 0;
    background: linear-gradient(
    120deg,
    #ffffff 0%,
    rgb(178,158,136) 50%,
    rgb(143,122,107) 100%
  );
    color: transparent;
    line-height: 1.2;
    transform: translateY(-20px);
    font-size: clamp(2.5rem, 5vw, 41px);
    background-clip: text !important;
    margin: 0 0 1rem;
    animation: titleIn 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
}.netwelcome_section .netlearning_page {
    backdrop-filter: blur(8px);
    flex-direction: column;
    animation: holderIn 1.5s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateZ(20px) translateY(20px);
    opacity: 0;
    position: relative;
    display: flex;
    gap: 2rem;
    padding: 2.5rem;
    background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(23, 23, 40, 0.85) 100%
  );
}.netwelcome_section .netlearning_page::before {
    animation: lineGrow 1.2s 1.4s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    right: 0;
    transform: scaleX(0);
    background: linear-gradient(
    90deg,
    transparent,
    rgb(178,158,136) 40%,
    rgb(178,158,136) 60%,
    transparent
  );
    left: 0;
    top: 0;
    height: 1px;
    transform-origin: left;
    content: "";
    position: absolute;
}.netwelcome_section .netpedagogy_info {
    position: relative;
    transform: translateZ(30px);
}.netwelcome_section .netpedagogy_info h3 {
    opacity: 0;
    font-size: clamp(1.25rem, 3vw, 22px);
    animation: fadeUp 1s 1s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    transform: translateY(10px);
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    color: rgb(143,122,107);
    font-weight: 600;
}.netwelcome_section .netlearning_page > div:last-child {
    transform: translateZ(10px);
    position: relative;
}.netwelcome_section .netlearning_page p {
    position: relative;
    color: #ffffff;
    line-height: 1.6;
    font-weight: 400;
    animation: fadeUp 1s 1.3s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    opacity: 0;
    margin: 0;
    padding-left: 1.5rem;
    font-size: clamp(1rem, 2vw, 13px);
    transform: translateY(10px);
}.netwelcome_section .netlearning_page p::before {
    background: rgb(178,158,136);
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    height: 0.8rem;
    width: 0.8rem;
    top: 50%;
    border-radius: 0;
    content: "";
}

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

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

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

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

@keyframes glowPulse {
  0% {
    opacity: 0.3;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.05) rotate(5deg);
  }
  100% {
    opacity: 0.3;
    transform: scale(1) rotate(0deg);
  }
}

@media (min-width: 768px) {.netwelcome_section {
    padding: 3rem;
}.netwelcome_section > div {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}.netwelcome_section > div > div:first-child {
    transform: translateZ(50px) translateX(-20px);
}.netwelcome_section .netlearning_page {
    z-index: 10;
    margin-left: -2rem;
}.netwelcome_section h1.title_style_header {
    max-width: 95%;
    font-size: calc(41px * 1.2);
}
}

@media (min-width: 1024px) {.netwelcome_section {
    padding: 0;
}.netwelcome_section > div {
    gap: 4rem;
}.netwelcome_section > div > div:first-child {
    transform: translateZ(80px) translateX(-40px);
}.netwelcome_section .netlearning_page {
    padding: 3.5rem;
    transform: translateZ(40px) rotateY(-5deg);
    margin-left: -4rem;
}.netwelcome_section h1.title_style_header {
    font-size: calc(41px * 1.4);
}.netwelcome_section .netpedagogy_info h3 {
    font-size: calc(22px * 1.15);
}.netwelcome_section .netlearning_page p {
    font-size: calc(13px * 1.1);
}
}

@media (min-width: 1440px) {.netwelcome_section > div {
    grid-template-columns: 45% 55%;
}.netwelcome_section > div > div:first-child {
    transform: translateZ(100px) translateX(-60px);
}.netwelcome_section .netlearning_page {
    margin-left: -6rem;
}
}

@media (max-width: 767px) {.netwelcome_section {
    min-height: 90vh;
}.netwelcome_section > div {
    transform: perspective(800px) rotateX(0deg);
}.netwelcome_section .netlearning_page {
    padding: 2rem;
}}.netmentorship_experience {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    background: rgb(213,193,166);
}.netmentorship_experience::before {
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(120deg, rgb(178,158,136,0.5) 0%, transparent 70%);
    width: 100%;
    z-index: 0;
    left: 0;
    height: 100%;
}.netmentorship_experience::after {
    z-index: 0;
    bottom: 0;
    content: "";
    height: 70%;
    right: 0;
    width: 70%;
    background: linear-gradient(210deg, rgb(143,122,107,0.5) 0%, transparent 70%);
    position: absolute;
}.netmentorship_experience .netedu_ratings {
    position: relative;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
    z-index: 1;
    display: flex;
}.netmentorship_experience .netimg_thumbnail {
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
    border-radius: 18px;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
    width: 80%;
    z-index: 2;
    position: relative;
    height: 400px;
    margin: 0 auto;
}.netmentorship_experience .netimg_thumbnail::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
}.netmentorship_experience .netimg_thumbnail::after {
    transition: all 0.8s ease;
    mix-blend-mode: overlay;
    animation: shiftGradient 10s infinite alternate;
    height: 300%;
    opacity: 0.3;
    width: 300%;
    content: "";
    top: -100%;
    background: linear-gradient(45deg, rgb(178,158,136,0.5) 0%, transparent 40%, transparent 60%, rgb(143,122,107,0.5) 100%);
    left: -100%;
    position: absolute;
}.netmentorship_experience .netemp_milestones {
    border-radius: 18px;
    position: relative;
    background: #ffffff;
    margin: -80px auto 0;
    z-index: 3;
    padding: 2.5rem 2rem 2rem;
    width: 90%;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}.netmentorship_experience .netemp_milestones::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    height: 70px;
    left: 50%;
    width: 70px;
    border: 5px solid rgb(213,193,166);
    z-index: 4;
    top: 0;
    background: #ffffff;
}.netmentorship_experience .name {
    color: rgb(178,158,136);
    margin-bottom: 0.5rem;
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    position: relative;
}.netmentorship_experience .netemp_milestones div:nth-child(2) {
    color: rgb(143,122,107);
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
}.netmentorship_experience .netemp_milestones div:nth-child(2)::after {
    width: 40px;
    margin: 1rem auto 0;
    background: rgb(178,158,136,0.5);
    content: "";
    height: 3px;
    display: block;
}.netmentorship_experience .netexperiencep_wrap {
    color: #000000;
    font-size: 18px;
    font-style: italic;
    position: relative;
    text-align: center;
    line-height: 1.7;
    padding: 0 1rem;
}.netmentorship_experience .netexperiencep_wrap::before,
.netmentorship_experience .netexperiencep_wrap::after {
    color: rgb(178,158,136,0.5);
    line-height: 0;
    content: "";
    font-family: serif;
    position: absolute;
    font-size: 3rem;
}.netmentorship_experience .netexperiencep_wrap::before {
    left: 0;
    transform: rotate(180deg);
    top: 0.5rem;
}.netmentorship_experience .netexperiencep_wrap::after {
    bottom: -0.5rem;
    right: 0;
}.netmentorship_experience .netedu_ratings:hover .netimg_thumbnail {
    transform: translateY(-20px);
}.netmentorship_experience .netedu_ratings:hover .netemp_milestones {
    transform: translateY(20px);
}

@keyframes shiftGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {.netmentorship_experience .netimg_thumbnail {
    height: 320px;
    width: 90%;
}.netmentorship_experience .netemp_milestones {
    width: 95%;
    padding: 2rem 1.5rem 1.5rem;
    margin-top: -60px;
}.netmentorship_experience .netemp_milestones::before {
    height: 60px;
    width: 60px;
}}.netmeet_us {
    padding: 120px 0 160px;
    z-index: 1;
    overflow: hidden;
    position: relative;
}.netmeet_us::before {
    content: "";
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(135deg, 
        rgba(#000000, 0.85) 0%,
        rgba(#000000, 0.75) 50%,
        rgba(rgb(178,158,136), 0.65) 100%);
    top: 0;
    backdrop-filter: blur(5px);
    bottom: 0;
    position: absolute;
}.netmeet_us::after {
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    bottom: -75px;
    content: "";
    position: absolute;
    left: -25%;
    z-index: -1;
    background: #ffffff;
    transform: rotate(-3deg);
    width: 150%;
    height: 150px;
}.netmeet_us .container {
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    perspective: 1000px;
}.netmeet_us h2 {
    font-weight: 700;
    color: #ffffff;
    position: relative;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 60px;
    transform: translateZ(0);
    text-transform: uppercase;
    font-size: clamp(2.5rem, 5vw, 31px);
}.netmeet_us h2::after {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 4px;
    transform-origin: left center;
    width: 80px;
    left: 0;
    transform: scaleX(1);
    background: rgb(178,158,136);
    bottom: -15px;
    position: absolute;
}.netmeet_us:hover h2::after {
    transform: scaleX(1.5);
}.netmeet_us .netcaption_box {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(rgb(178,158,136), 0.1);
    overflow: hidden;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.95);
    padding: 50px;
    transform: translateY(0);
}.netmeet_us .netcaption_box::before {
    background: linear-gradient(to bottom, 
        rgb(178,158,136) 0%, 
        rgb(143,122,107) 100%);
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    width: 6px;
    top: 0;
}.netmeet_us .netcaption_box:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 
                0 10px 25px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(rgb(178,158,136), 0.15);
    transform: translateY(-5px);
}.netmeet_us .netcaption_box > div {
    position: relative;
    z-index: 2;
}.netmeet_us .netcaption_box p {
    display: inline-block;
    position: relative;
    color: rgb(178,158,136);
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    margin-bottom: 20px;
}.netmeet_us .netcaption_box p::after {
    width: 100%;
    transform: scaleX(0.3);
    position: absolute;
    height: 2px;
    transition: transform 0.4s ease-out;
    transform-origin: left center;
    background: linear-gradient(to right, 
        rgb(178,158,136) 0%, 
        rgb(143,122,107) 100%);
    left: 0;
    content: "";
    bottom: -8px;
}.netmeet_us .netcaption_box:hover p::after {
    transform: scaleX(1);
}.netmeet_us .netcaption_box div div {
    opacity: 0.9;
    column-gap: 40px;
    column-count: 1;
    transform: translateZ(0);
    color: #000000;
    max-width: 100%;
    text-align: justify;
    line-height: 1.8;
    font-size: 17px;
}

@media (min-width: 768px) {.netmeet_us .netcaption_box div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.netmeet_us {
    padding: 150px 0 200px;
}.netmeet_us .netcaption_box {
    padding: 60px 70px;
}.netmeet_us .netcaption_box div div {
    column-count: 2;
}
}

@media (max-width: 767px) {.netmeet_us {
    padding: 80px 0 120px;
}.netmeet_us .netcaption_box {
    padding: 30px;
}.netmeet_us h2 {
    margin-bottom: 40px;
}.netmeet_us h2::after {
    height: 3px;
    width: 60px;
    bottom: -10px;
}
}

@media (max-width: 480px) {.netmeet_us {
    padding: 60px 0 100px;
}.netmeet_us .netcaption_box {
    padding: 25px 20px;
}.netmeet_us h2 {
    margin-bottom: 30px;
    font-size: 2rem;
}.netmeet_us h2::after {
    width: 50px;
    bottom: -8px;
}.netmeet_us .netcaption_box p {
    font-size: 1.125rem;
}
}

@media (prefers-reduced-motion: reduce) {.netmeet_us .netcaption_box,
    .netmeet_us h2::after,
    .netmeet_us .netcaption_box:hover,
    .netmeet_us .netcaption_box p::after {
    transition: none;
    transform: none;
}
}

@media (hover: hover) {.netmeet_us .netcaption_box::after {
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, 
            rgba(rgb(178,158,136,0.5), 0.05) 0%,
            rgba(rgb(178,158,136,0.5), 0) 50%);
    content: "";
    top: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    left: 0;
}.netmeet_us .netcaption_box:hover::after {
    opacity: 1;
}}.netthxContent {
    background: linear-gradient(135deg, rgb(213,193,166) 0%, rgba(rgb(178,158,136,0.5), 0.08) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}.netthxContent::before {
    position: absolute;
    opacity: 0.8;
    animation: orbital 30s infinite linear;
    top: -50%;
    left: -50%;
    width: 200%;
    transform: rotate(-12deg);
    height: 200%;
    background: radial-gradient(circle at center, rgba(rgb(143,122,107,0.5), 0.03) 0%, transparent 60%);
    content: "";
    pointer-events: none;
}.netthxContent::after {
    width: 100%;
    left: 0;
    content: "";
    pointer-events: none;
    background-size: 8rem 8rem;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(178,158,136,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(178,158,136,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(178,158,136,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(178,158,136,0.5), 0.05) 1px, transparent 2px);
    top: 0;
}.netthxContent .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 1.5rem;
    transform-style: preserve-3d;
}.netthxContent .netteam_profile {
    transform: translateZ(0);
    gap: 2.5rem;
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
    padding: 3.5rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.netthxContent .netteam_profile:hover {
    transform: translateZ(20px) translateY(-5px);
}.netthxContent .netteam_profile > div:first-child {
    transform: translateZ(10px);
    position: relative;
}.netthxContent .netteam_profile > div:first-child::before {
    width: 2.5rem;
    transform: translateY(-50%);
    top: 50%;
    content: "";
    height: 2px;
    left: -3.5rem;
    background: linear-gradient(90deg, transparent, rgb(178,158,136), transparent);
    position: absolute;
}.netthxContent .netteam_profile > div:last-child {
    transform: translateZ(5px);
    position: relative;
}.netthxContent .netteam_profile > div:last-child::after {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(178,158,136), transparent);
    content: "";
    transform: translateY(-50%);
    right: -3.5rem;
    position: absolute;
    width: 2.5rem;
    bottom: 2rem;
}.netthxContent h5 {
    transition: transform 0.5s ease;
    font-size: 21px;
    margin: 0;
    font-weight: 700;
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
    padding-left: 1.5rem;
    line-height: 1.4;
    position: relative;
}.netthxContent h5::before {
    border-radius: 50%;
    position: absolute;
    animation: pulse 3s infinite ease-in-out;
    box-shadow: 0 0 10px rgba(rgb(178,158,136,0.5), 0.5);
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    left: 0;
    top: 0.5rem;
    background: rgb(178,158,136);
}.netthxContent a {
    transition: transform 0.4s ease-out;
    text-decoration: none;
    display: block;
}.netthxContent a:hover {
    transform: translateX(5px);
}.netthxContent p {
    padding: 0 0 0 1.5rem;
    position: relative;
    line-height: 1.8;
    color: #000000;
    font-size: 13px;
    margin: 0;
    border-left: 1px solid rgba(rgb(178,158,136,0.5), 0.2);
    font-weight: 400;
}

@media (min-width: 768px) {.netthxContent {
    padding: 8rem 0;
}.netthxContent .netteam_profile {
    gap: 3rem;
    padding: 4.5rem;
}.netthxContent h5 {
    font-size: calc(21px * 1.1);
    padding-left: 2rem;
}.netthxContent p {
    font-size: calc(13px * 1.05);
    padding: 0 0 0 2rem;
}.netthxContent .netteam_profile > div:first-child::before {
    width: 4rem;
}.netthxContent .netteam_profile > div:last-child::after {
    width: 4rem;
}
}

@media (min-width: 992px) {.netthxContent {
    padding: 10rem 0;
}.netthxContent .netteam_profile {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.netthxContent .netteam_profile > div:first-child {
    flex: 0 0 40%;
}.netthxContent .netteam_profile > div:last-child {
    flex: 0 0 60%;
}.netthxContent .netteam_profile > div:first-child::before {
    width: 2px;
    left: auto;
    right: -2rem;
    height: 3rem;
    background: linear-gradient(to bottom, transparent, rgb(178,158,136), transparent);
    top: 50%;
}.netthxContent .netteam_profile > div:last-child::after {
    height: 3rem;
    background: linear-gradient(to bottom, transparent, rgb(178,158,136), transparent);
    left: -2rem;
    right: auto;
    bottom: 2rem;
    width: 2px;
}
}

@media (min-width: 1200px) {.netthxContent .netteam_profile {
    gap: 5rem;
    padding: 5rem;
}.netthxContent h5 {
    font-size: calc(21px * 1.2);
}.netthxContent p {
    font-size: calc(13px * 1.1);
}
}

@media (max-width: 767px) {.netthxContent {
    padding: 4rem 0;
}.netthxContent .netteam_profile {
    gap: 2rem;
    padding: 2.5rem;
}.netthxContent h5 {
    font-size: calc(21px * 0.95);
}.netthxContent .netteam_profile > div:first-child::before,
    .netthxContent .netteam_profile > div:last-child::after {
    display: none;
}}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.7; }
}

@keyframes orbital {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}.netnewsletter {
    background: linear-gradient(135deg, rgb(178,158,136,0.5) 0%, rgb(213,193,166) 100%);
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
}.netnewsletter::before {
    width: 100%;
    transform: scale(1.5);
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, transparent 45%, rgb(143,122,107,0.5) 45%, rgb(143,122,107,0.5) 55%, transparent 55%);
    height: 100%;
}.netnewsletter .netteam_profile {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.netnewsletter .netcontact_inquiry {
    padding: 3rem;
    transform: skewX(-10deg);
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    background: linear-gradient(110deg, #ffffff 0%, rgb(213,193,166) 100%);
    flex-direction: column;
    display: flex;
    position: relative;
    max-width: 600px;
    margin-left: auto;
}.netnewsletter .netcontact_inquiry::after {
    position: absolute;
    content: "";
    background: rgb(143,122,107);
    width: 60%;
    right: -10px;
    transform: skewX(15deg);
    height: 10px;
    top: -10px;
}.netnewsletter .netcontact_inquiry::before {
    position: absolute;
    content: "";
    height: 10px;
    left: -10px;
    bottom: -10px;
    background: rgb(178,158,136);
    width: 60%;
    transform: skewX(15deg);
}.netnewsletter h3 {
    padding-left: 1rem;
    font-size: 23px;
    color: #000000;
    transform: skewX(10deg);
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.netnewsletter h3::before {
    top: 0;
    left: 0;
    background: rgb(178,158,136);
    position: absolute;
    transform: skewY(45deg);
    width: 5px;
    content: "";
    height: 100%;
}.netnewsletter .input_holder {
    display: flex;
    transform: skewX(10deg);
    gap: 1.2rem;
    flex-direction: column;
}.netnewsletter input[type="email"] {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: #ffffff;
    border-radius: 10px;
    border: 2px solid rgb(143,122,107,0.5);
    width: 100%;
    transform: translateX(-10px);
    padding: 0.8rem 1.5rem;
    font-size: 13px;
    color: #000000;
}.netnewsletter input[type="email"]:focus {
    border-color: rgb(178,158,136);
    outline: none;
    transform: translateX(0);
    box-shadow: 0 0 10px rgb(178,158,136,0.5);
}.netnewsletter input[type="submit"] {
    border-radius: 10px;
    align-self: flex-end;
    transition: all 0.3s ease;
    padding: 0.8rem 2rem;
    color: #ffffff;
    transform: translateY(0);
    background: linear-gradient(90deg, rgb(178,158,136) 0%, rgb(143,122,107) 100%);
    font-family: Arial, sans-serif;
    font-size: 19px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}.netnewsletter input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: linear-gradient(90deg, rgb(143,122,107) 0%, rgb(178,158,136) 100%);
    transform: translateY(-5px);
}

@media (max-width: 768px) {.netnewsletter {
    padding: 3rem 1rem;
}.netnewsletter .netcontact_inquiry {
    transform: skewX(-5deg);
    max-width: 100%;
    padding: 2rem;
}.netnewsletter h3 {
    transform: skewX(5deg);
    font-size: calc(23px * 0.9);
}.netnewsletter .input_holder {
    transform: skewX(5deg);
}.netnewsletter input[type="email"] {
    padding: 0.7rem 1rem;
}.netnewsletter input[type="submit"] {
    padding: 0.7rem 1.5rem;
    align-self: center;
}
}

@media (max-width: 480px) {.netnewsletter {
    padding: 2rem 0.8rem;
}.netnewsletter .netcontact_inquiry {
    padding: 1.5rem;
    transform: none;
}.netnewsletter h3 {
    font-size: calc(23px * 0.8);
    padding-left: 0;
    transform: none;
    text-align: center;
}.netnewsletter h3::before {
    transform: translateX(-50%);
    width: 50px;
    left: 50%;
    height: 5px;
    top: -10px;
}.netnewsletter .input_holder {
    transform: none;
}.netnewsletter input[type="email"] {
    transform: none;
}}.netstudy_method {
    overflow: visible;
    background: linear-gradient(130deg, rgb(213,193,166) 0%, rgb(143,122,107,0.5) 150%);
    position: relative;
    padding: 170px 0 140px;
}.netstudy_method::before {
    background-image: linear-gradient(rgb(178,158,136,0.5) 1px, transparent 1px);
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.05;
    content: '';
    background-size: 100% 40px;
    position: absolute;
}.netstudy_method .netteam_profile {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.netstudy_method .netcaption_box {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}.netstudy_method .netcaption_box h2 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    padding: 35px 40px;
    font-size: 36px;
    width: 40%;
    border-radius: 14px;
    position: relative;
    transform: translate(-60px, -40px);
    backdrop-filter: blur(10px);
    color: #ffffff;
    background: linear-gradient(120deg, rgb(178,158,136,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    margin: 0;
    align-self: flex-start;
    font-weight: 700;
    z-index: 4;
}.netstudy_method .netcaption_box p {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    position: relative;
    padding: 40px 50px;
    z-index: 3;
    color: #ffffff;
    align-self: flex-end;
    transform: translate(30px, 40px);
    line-height: 1.8;
    margin: 0;
    width: 60%;
    font-size: 18px;
    backdrop-filter: blur(15px);
}.netstudy_method .netcaption_box::before {
    filter: blur(40px);
    height: 65%;
    content: '';
    opacity: 0.15;
    z-index: 1;
    top: 15%;
    background: linear-gradient(140deg, rgb(178,158,136,0.5) 0%, transparent 70%);
    position: absolute;
    width: 80%;
    left: 10%;
    border-radius: 14px;
}.netstudy_method .netcaption_box::after {
    position: absolute;
    border: 1px solid rgb(178,158,136,0.5);
    left: 5%;
    border-radius: 14px;
    opacity: 0.1;
    content: '';
    width: 90%;
    height: 80%;
    top: 10%;
    z-index: 2;
}.netstudy_method .netcaption_box h2::before {
    border-radius: 50%;
    width: 120px;
    bottom: -60px;
    background: rgb(178,158,136);
    height: 120px;
    position: absolute;
    z-index: -1;
    opacity: 0.05;
    content: '';
    right: -60px;
    filter: blur(30px);
}.netstudy_method .netcaption_box h2::after {
    z-index: 5;
    content: '';
    bottom: -90px;
    opacity: 0.6;
    height: 80px;
    width: 3px;
    right: 40px;
    position: absolute;
    background: rgb(178,158,136);
}.netstudy_method .netcaption_box p::before {
    height: 1px;
    content: '';
    opacity: 0.3;
    width: 80%;
    background: linear-gradient(90deg, transparent, rgb(178,158,136,0.5), transparent);
    left: 10%;
    position: absolute;
    top: 30px;
}.netstudy_method .netcaption_box p::after {
    height: 1px;
    width: 60%;
    left: 20%;
    bottom: 30px;
    position: absolute;
    content: '';
    opacity: 0.3;
    background: linear-gradient(90deg, transparent, rgb(143,122,107,0.5), transparent);
}.netstudy_method::after {
    animation: float-morph 20s infinite alternate;
    content: '';
    width: 250px;
    position: absolute;
    filter: blur(80px);
    z-index: 1;
    background: rgb(178,158,136,0.5);
    height: 250px;
    opacity: 0.05;
    right: 10%;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    bottom: -100px;
}.netstudy_method .netteam_profile::before {
    border: 1px solid rgb(143,122,107,0.5);
    position: absolute;
    height: 200px;
    content: '';
    animation: rotate-scale 25s infinite linear;
    left: 12%;
    width: 200px;
    transform-origin: center;
    opacity: 0.2;
    top: -100px;
}.netstudy_method .netteam_profile::after {
    transform-origin: center;
    width: 180px;
    left: 40%;
    animation: rotate-scale 20s infinite linear reverse;
    height: 180px;
    position: absolute;
    border: 1px dashed rgb(178,158,136,0.5);
    bottom: -90px;
    opacity: 0.15;
    content: '';
}@keyframes float-morph {
    0% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
    50% {
        border-radius: 50% 50% 70% 30% / 60% 40% 30% 70%;
        transform: translate(-30px, -20px);
    }
    100% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
}

@keyframes rotate-scale {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.netstudy_method .netteam_profile::before {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}.netstudy_method .netteam_profile::after {
    clip-path: polygon(50% 0, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

@media screen and (max-width: 1200px) {.netstudy_method .netcaption_box h2 {
    width: 45%;
    transform: translate(-40px, -30px);
}.netstudy_method .netcaption_box p {
    transform: translate(20px, 30px);
    width: 65%;
}.netstudy_method .netteam_profile::before,
    .netstudy_method .netteam_profile::after {
    height: 160px;
    width: 160px;
}
}

@media screen and (max-width: 992px) {.netstudy_method {
    padding: 140px 0 120px;
}.netstudy_method .netcaption_box h2 {
    width: 50%;
    transform: translate(-30px, -25px);
    padding: 30px 35px;
}.netstudy_method .netcaption_box p {
    width: 70%;
    padding: 35px 40px;
    transform: translate(15px, 25px);
}.netstudy_method .netcaption_box h2::after {
    bottom: -70px;
    height: 60px;
}.netstudy_method .netteam_profile::before {
    height: 140px;
    top: -70px;
    width: 140px;
}.netstudy_method .netteam_profile::after {
    bottom: -70px;
    width: 140px;
    height: 140px;
}
}

@media screen and (max-width: 768px) {.netstudy_method {
    overflow: hidden;
    padding: 120px 0 100px;
}.netstudy_method .netcaption_box {
    flex-direction: column;
}.netstudy_method .netcaption_box h2 {
    font-size: calc(36px * 0.9);
    padding: 25px 30px;
    margin-bottom: 40px;
    width: 100%;
    transform: none;
}.netstudy_method .netcaption_box p {
    transform: none;
    width: 100%;
}.netstudy_method .netcaption_box::before,
    .netstudy_method .netcaption_box::after {
    display: none;
}.netstudy_method .netcaption_box h2::after {
    height: 40px;
    bottom: -50px;
    right: 50%;
}.netstudy_method .netteam_profile::before,
    .netstudy_method .netteam_profile::after,
    .netstudy_method::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.netstudy_method {
    padding: 100px 0 80px;
}.netstudy_method .netcaption_box h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
    padding: 20px 25px;
}.netstudy_method .netcaption_box p {
    padding: 25px 30px;
    font-size: calc(18px * 0.9);
}.netstudy_method .netcaption_box h2::after {
    height: 30px;
    bottom: -40px;
}}.netcookie_warning_notice {
    bottom: 0;
    padding: 15px 20px;
    border-top: 3px solid rgb(178,158,136);
    background: rgb(143,122,107);
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 90;
    position: fixed;
}.nettrack_optin {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}.netdigital_consent {
    flex-shrink: 0;
    margin-right: 20px;
}.netdigital_consent svg {
    height: 50px;
    fill: rgb(178,158,136);
    width: 50px;
}.netcookie_eductrl {
    justify-content: center;
    display: flex;
    max-width: 600px;
    flex-direction: column;
}.netcookie_warning_notice h5 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}.netcookie_warning_notice p {
    line-height: 1.5;
    color: #000000;
    font-size: 18px;
}.netcookie_all {
    cursor: pointer;
    flex-shrink: 0;
    background: rgb(178,158,136);
    text-decoration: none;
    font-size: 19px;
    border: 2px solid rgb(178,158,136);
    margin-left: 10px;
    text-align: center;
    border-radius: 10px;
    padding: 10px 20px;
    transition: none;
    min-width: 150px;
    color: #ffffff;
}.netcookie_all:hover {
    background: rgb(178,158,136,0.5);
    border-color: rgb(178,158,136,0.5);
}.netcookie_warning_notice p a {
    border-bottom: 2px solid rgb(178,158,136);
    text-decoration: none;
    color: rgb(178,158,136);
}.netcookie_warning_notice p a:hover {
    color: rgb(143,122,107);
    border-bottom-color: rgb(143,122,107);
}
@media only screen and (max-width: 1200px) {.netcookie_warning_notice {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.netdigital_consent {
    display: none;
}.nettrack_optin {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.netcookie_warning_notice h5, .netcookie_warning_notice p {
    text-align: center;
}.netcookie_eductrl {
    margin-bottom: 15px;
}.netcookie_all {
    margin-left: 0;
    margin-top: 10px;
}}
#netpanelCookieWarning {
    display: none;
}#netpanelCookieWarning:checked ~ .netcookie_warning_notice {
    opacity: 0;
    visibility: hidden;
}header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    position: fixed;
    left: 0;
    z-index: 1000;
    background: linear-gradient(180deg, 
        rgb(178,158,136) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgb(178,158,136,0.5);
    width: 100%;
    backdrop-filter: blur(10px);
    top: 0;
}header:before {
    opacity: 0.1;
    left: 0;
    content: '';
    top: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(178,158,136,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(143,122,107,0.5) 0%, transparent 25%);
    position: absolute;
    pointer-events: none;
    height: 100%;
    width: 100%;
}header:after {
    pointer-events: none;
    opacity: 0.02;
    height: 100%;
    top: 0;
    content: '';
    width: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    left: 0;
}header .nettop_header {
    position: relative;
    overflow: hidden;
}header .nettop_header:before {
    left: -50%;
    position: absolute;
    box-shadow: 0 0 15px rgb(178,158,136), 0 0 35px rgb(178,158,136);
    content: '';
    width: 200%;
    bottom: 0;
    animation: scanlineGlow 4s linear infinite;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(178,158,136) 25%,
        #ffffff 50%,
        rgb(178,158,136) 75%,
        transparent 100%
    );
    opacity: 0.7;
    height: 1px;
}header .container {
    position: relative;
    max-width: 1200px;
    padding: 18px 25px;
    margin: 0 auto;
}header .container:before {
    position: absolute;
    content: '';
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.5;
    mix-blend-mode: overlay;
}header .nethead_study {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}header .nethead_study:before {
    width: 20px;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    background: rgb(178,158,136);
    animation: breathe 5s infinite alternate;
    opacity: 0.3;
    left: -10px;
    height: 20px;
    transform: translateY(-50%);
    content: '';
    filter: blur(15px);
}header .nethead_study:after {
    background: rgb(143,122,107);
    transform: translateY(-50%);
    filter: blur(15px);
    content: '';
    border-radius: 50%;
    opacity: 0.3;
    right: -10px;
    animation: breathe 5s infinite alternate-reverse;
    width: 20px;
    top: 50%;
    position: absolute;
    height: 20px;
}header .nettop_navbar {
    position: relative;
    align-items: center;
    display: flex;
    gap: 30px;
}header .nettop_navbar:before {
    filter: blur(5px);
    content: '';
    opacity: 0.15;
    width: 110%;
    height: 110%;
    top: -5%;
    transform: translateX(-100%);
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(178,158,136,0.5), 
        transparent
    );
    left: -5%;
    animation: menuGlow 10s infinite ease-in-out;
}header .netmain_core {
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-weight: 400;
    text-shadow: 0 0 1px #ffffff;
    font-size: 17px;
    position: relative;
    padding: 8px 2px;
    text-decoration: none;
    letter-spacing: 1px;
}header .netmain_core:before {
    opacity: 0;
    left: 0;
    transition: all 0.4s ease;
    height: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(178,158,136,0.5), 
        transparent
    );
    z-index: -1;
    top: 0;
    transform: skewX(-20deg) scale(0.8, 1);
    width: 100%;
}header .netmain_core:after {
    bottom: -2px;
    background: linear-gradient(90deg, 
        rgb(178,158,136),
        #ffffff 50%,
        rgb(178,158,136)
    );
    content: '';
    width: 0;
    position: absolute;
    height: 2px;
    transform: translateX(-50%);
    filter: blur(0.5px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 50%;
    opacity: 0.8;
}header .netmain_core:hover {
    color: #ffffff;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(178,158,136);
    transform: translateY(-2px);
}header .netmain_core:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}header .netmain_core:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(178,158,136),
        0 0 10px rgb(178,158,136);
}header .netmain_mainwrap {
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px;
    position: relative;
    display: flex;
    justify-content: center;
}header .netmain_mainwrap:before {
    left: 50%;
    background: radial-gradient(circle, 
        rgb(178,158,136,0.5) 0%, 
        transparent 70%
    );
    width: 150%;
    height: 150%;
    transition: opacity 0.5s ease;
    content: '';
    top: 50%;
    position: absolute;
    opacity: 0;
    transform: translate(-50%, -50%);
}header .netmain_mainwrap:after {
    position: absolute;
    transition: all 0.5s ease;
    top: -5px;
    opacity: 0;
    border: 1px solid transparent;
    height: calc(100% + 10px);
    left: -5px;
    width: calc(100% + 10px);
    content: '';
    border-image: linear-gradient(45deg, rgb(178,158,136), rgb(143,122,107), rgb(178,158,136)) 1;
}header .netmain_mainwrap:hover:before {
    opacity: 0.3;
}header .netmain_mainwrap:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}header .netmain_mainwrap svg {
    height: 45px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    filter: drop-shadow(0 0 2px rgb(178,158,136,0.5));
}header .netmain_mainwrap:hover svg {
    filter: drop-shadow(0 0 5px rgb(178,158,136));
    transform: scale(1.05);
}header .netmain_mainwrap:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(178,158,136), rgb(143,122,107), rgb(178,158,136)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(178,158,136), rgb(143,122,107), rgb(178,158,136)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(178,158,136), rgb(143,122,107), rgb(178,158,136)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nettop_navbar {
    gap: 20px;
}header .netmain_mainwrap svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nettop_navbar {
    width: 85%;
    height: 100vh;
    flex-direction: column;
    -webkit-backdrop-filter: blur(15px);
    position: fixed;
    right: -100%;
    z-index: 1001;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    gap: 25px;
    padding: 85px 30px 30px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 330px;
    top: 0;
    backdrop-filter: blur(15px);
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    overflow-y: auto;
}header .nettop_navbar:before {
    width: 80%;
    animation: none;
    opacity: 0.3;
    left: 10%;
    top: 70px;
    height: 1px;
}header .nettop_navbar:after {
    border: 1px solid rgb(178,158,136,0.5);
    background: transparent;
    right: 20px;
    width: 30px;
    content: '';
    position: absolute;
    top: 20px;
    opacity: 0.6;
    height: 30px;
}header .menu.active {
    right: 0;
}header .netmain_core {
    opacity: 0.8;
    padding: 12px 5px;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid rgb(178,158,136,0.5);
}header .netmain_core:last-child {
    border-bottom: none;
}header .netmain_core:hover {
    transform: translateY(0);
    opacity: 1;
}header .netmain_mainwrap {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .netmain_mainwrap svg {
    height: 35px;
}header .nettop_navbar {
    width: 100%;
    max-width: 100%;
}}.netconnect_with_us {
    overflow: hidden;
    background: rgb(213,193,166);
    padding: 120px 0;
    position: relative;
}.netconnect_with_us::before {
    opacity: 0.4;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(180deg, rgb(143,122,107,0.5) 0%, transparent 100%);
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
}.netconnect_with_us::after {
    z-index: 2;
    position: absolute;
    background: linear-gradient(0deg, rgb(213,193,166) 0%, transparent 100%);
    bottom: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 200px;
}.netconnect_with_us .netimg_thumbnail {
    left: 0;
    opacity: 0.12;
    top: 0;
    filter: grayscale(100%) contrast(120%);
    z-index: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.netconnect_with_us .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    position: relative;
    padding: 0 20px;
}.netconnect_with_us h3 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    font-size: 33px;
    margin-bottom: 60px;
}.nethelp_message {
    z-index: 10;
    display: flex;
    gap: 0;
    position: relative;
}.nethelp_message .netquery_block {
    flex: 0 0 58%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 60px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: 1;
}.nethelp_message .netquery_block h3 {
    font-weight: 600;
    text-transform: none;
    margin-bottom: 40px;
    color: #000000;
    font-size: 24px;
    text-align: left;
}.nethelp_message .netquery_block h3::before,
.nethelp_message .netquery_block h3::after {
    content: none;
}.nethelp_message .netquery_block form {
    display: flex;
    flex-direction: column;
}.nethelp_message .netquery_block input[type="text"],
.nethelp_message .netquery_block textarea {
    padding: 16px 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    border: none;
    background: rgba(245, 245, 245, 0.5);
    width: 100%;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 12px;
}.nethelp_message .netquery_block input[type="text"]:focus,
.nethelp_message .netquery_block textarea:focus {
    border-bottom-color: rgb(178,158,136);
    background: rgba(245, 245, 245, 0.8);
    outline: none;
}.nethelp_message .netquery_block textarea {
    resize: vertical;
    min-height: 150px;
}.nethelp_message .netquery_block .netmessage_widget {
    align-items: flex-start;
    position: relative;
    display: flex;
    margin-bottom: 30px;
}.nethelp_message .netquery_block .netmessage_widget input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.nethelp_message .netquery_block .netmessage_widget label {
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    color: #000000;
    font-size: calc(12px - 2px);
    line-height: 1.5;
}.nethelp_message .netquery_block .netmessage_widget label::before {
    left: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    height: 22px;
    width: 22px;
    background: rgba(245, 245, 245, 0.5);
    position: absolute;
    content: "";
    top: 2px;
    transition: all 0.3s ease;
}.nethelp_message .netquery_block .netmessage_widget input[type="checkbox"]:checked + label::before {
    border-bottom-color: rgb(178,158,136);
    background: rgb(178,158,136);
}.nethelp_message .netquery_block .netmessage_widget input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    content: "";
    height: 12px;
    transform: rotate(45deg);
    left: 8px;
    position: absolute;
    top: 4px;
    border-width: 0 2px 2px 0;
    width: 6px;
}.nethelp_message .netquery_block .netmessage_widget a {
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(178,158,136);
    border-bottom: 1px dashed rgb(178,158,136);
}.nethelp_message .netquery_block .netmessage_widget a:hover {
    border-bottom-color: rgb(143,122,107);
    color: rgb(143,122,107);
}.nethelp_message .netquery_block .netquery_reach {
    color: #000000;
    letter-spacing: 1px;
    background: transparent;
    padding: 15px 35px;
    align-self: flex-start;
    cursor: pointer;
    border-bottom: 2px solid rgb(178,158,136);
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    font-size: 16px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}.nethelp_message .netquery_block .netquery_reach::before {
    width: 100%;
    height: 2px;
    transition: all 0.3s ease;
    left: 0;
    content: "";
    position: absolute;
    bottom: -2px;
    z-index: -1;
    background: rgb(178,158,136);
}.nethelp_message .netquery_block .netquery_reach:hover {
    color: #ffffff;
}.nethelp_message .netquery_block .netquery_reach:hover::before {
    height: 100%;
}.nethelp_message .netreach_widget {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    color: #ffffff;
    margin-left: -40px;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    flex: 0 0 42%;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 0;
}.nethelp_message .netreach_widget::before {
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    content: "";
}.nethelp_message .netreach_widget h4 {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    position: relative;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}.nethelp_message .netreach_widget .netfeedback_feedback {
    padding: 0;
    margin: 0;
    list-style: none;
}.nethelp_message .netreach_widget .netfeedback_feedback li {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    align-items: center;
    z-index: 1;
    display: flex;
    margin-bottom: 30px;
}.nethelp_message .netreach_widget .netfeedback_feedback li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}.nethelp_message .netreach_widget .netfeedback_feedback li svg {
    height: 24px;
    flex-shrink: 0;
    width: 24px;
    margin-right: 20px;
}.nethelp_message .netreach_widget .netfeedback_feedback li svg path {
    fill: rgb(178,158,136);
    transition: all 0.3s ease;
}.nethelp_message .netreach_widget .netfeedback_feedback li:hover svg path {
    fill: #ffffff;
}.nethelp_message .netreach_widget .netfeedback_feedback li span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}.nethelp_message .netreach_widget .netfeedback_feedback li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.9);
}.nethelp_message .netreach_widget .netfeedback_feedback li a:hover {
    color: rgb(178,158,136);
}

@media screen and (max-width: 992px) {.netconnect_with_us {
    padding: 80px 0;
}.nethelp_message {
    flex-direction: column;
}.nethelp_message .netquery_block {
    clip-path: none;
    width: 100%;
}.nethelp_message .netreach_widget {
    margin-left: 0;
    clip-path: none;
    width: 100%;
}
}

@media screen and (max-width: 768px) {.netconnect_with_us {
    padding: 60px 0;
}.netconnect_with_us h3 {
    font-size: calc(33px - 4px);
}.nethelp_message .netquery_block,
    .nethelp_message .netreach_widget {
    padding: 40px 30px;
}.nethelp_message .netquery_block .netquery_reach {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.netconnect_with_us {
    padding: 40px 0;
}.nethelp_message .netquery_block,
    .nethelp_message .netreach_widget {
    padding: 30px 20px;
}.nethelp_message .netquery_block h3,
    .nethelp_message .netreach_widget h4 {
    font-size: calc(24px - 2px);
}}.netprogram_structure {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,193,166) 0%, #ffffff 100%);
    padding: 7rem 0;
}.netprogram_structure::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: repeating-linear-gradient(
        45deg,
        rgb(178,158,136,0.5) 0px,
        rgb(178,158,136,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    opacity: 0.05;
    content: "";
}.netprogram_structure::after {
    right: -5%;
    height: 30rem;
    content: "";
    opacity: 0.15;
    width: 30rem;
    top: -10%;
    z-index: 0;
    position: absolute;
    background: radial-gradient(circle, rgb(178,158,136,0.5) 0%, transparent 70%);
}.netprogram_structure .container {
    z-index: 1;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.netprogram_structure h2 {
    line-height: 1.3;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease forwards 0.2s;
    color: #000000;
    position: relative;
    opacity: 0;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    font-size: 37px;
}.netprogram_structure h2::after {
    bottom: -15px;
    height: 4px;
    left: 50%;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(178,158,136) 0%, rgb(143,122,107) 100%);
    content: "";
    border-radius: 10px;
    transform: translateX(-50%);
}.netprogram_structure .netfast_development {
    gap: 2.5rem;
    flex-direction: column;
    display: flex;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards 0.4s;
}.netprogram_structure .netimg_thumbnail {
    height: 350px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 20px;
    transform: perspective(1000px) rotateY(-3deg);
}.netprogram_structure .netimg_thumbnail::before {
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    width: 100%;
    content: "";
    height: 100%;
}.netprogram_structure .netimg_thumbnail::after {
    transform: rotate(45deg);
    height: 300%;
    position: absolute;
    z-index: 2;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    top: -100%;
    width: 300%;
    left: -100%;
    animation: shimmer 6s infinite linear;
    content: "";
}.netprogram_structure .netcaption_box {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.netprogram_structure .description {
    transition: all 0.3s ease;
    line-height: 1.7;
    color: #000000;
    position: relative;
    padding: 0 0.5rem;
    font-weight: 400;
    font-size: 12px;
}.netprogram_structure .description:first-of-type {
    border-left: 3px solid rgb(178,158,136);
    position: relative;
    padding-left: 1.25rem;
}.netprogram_structure .description:nth-of-type(2) {
    border-right: 3px solid rgb(143,122,107);
    position: relative;
    padding-right: 1.25rem;
}.netprogram_structure .description:first-of-type::before {
    height: 20px;
    position: absolute;
    top: 0;
    left: -10px;
    content: "";
    opacity: 0.2;
    background: rgb(178,158,136);
    border-radius: 50%;
    width: 20px;
}.netprogram_structure .description:nth-of-type(2)::after {
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background: rgb(143,122,107);
    content: "";
    bottom: 0;
    opacity: 0.2;
    right: -10px;
    width: 20px;
}

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

@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@media (min-width: 768px) {.netprogram_structure .netfast_development {
    align-items: flex-start;
    flex-direction: row;
}.netprogram_structure .netimg_thumbnail {
    height: 450px;
    flex: 0 0 45%;
}.netprogram_structure .netcaption_box {
    flex: 0 0 55%;
    padding-left: 2.5rem;
}.netprogram_structure .description {
    font-size: calc(12px + 0.05rem);
}.netprogram_structure h2 {
    margin-left: auto;
    font-size: calc(37px + 0.2rem);
    margin-right: auto;
    max-width: 80%;
}.netprogram_structure .netimg_thumbnail:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.netprogram_structure {
    padding: 9rem 0;
}.netprogram_structure .container {
    padding: 0 3rem;
}.netprogram_structure .netimg_thumbnail {
    height: 500px;
}.netprogram_structure h2 {
    margin-bottom: 4rem;
}.netprogram_structure .description {
    font-size: calc(12px + 0.1rem);
}
}

@media (max-width: 767px) {.netprogram_structure {
    padding: 5rem 0;
}.netprogram_structure h2 {
    margin-bottom: 2rem;
    font-size: calc(37px - 0.2rem);
}.netprogram_structure .netimg_thumbnail {
    height: 280px;
}.netprogram_structure .netcaption_box {
    gap: 1rem;
}.netprogram_structure .description {
    font-size: calc(12px - 0.1rem);
}}.netsecure_protection {
    overflow: hidden;
    width: 90%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    color: #000000;
    margin: 0 auto;
    padding: 50px;
    max-width: 1200px;
    position: relative;
    font-family: Arial, sans-serif;
    background: #ffffff;
    border: 1px solid rgb(178,158,136);
}.netsecure_protection:before {
    z-index: 1;
    border-radius: 50%;
    height: 150px;
    position: absolute;
    background: rgb(178,158,136,0.5);
    top: -50px;
    left: -50px;
    width: 150px;
    content: "";
}.netsecure_protection:after {
    background: rgb(143,122,107,0.5);
    z-index: 1;
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 200px;
    bottom: -50px;
    height: 200px;
    right: -50px;
}.netsecure_protection h1 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    z-index: 2;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(178,158,136);
    position: relative;
    font-size: 39px;
    margin-top: 40px;
    text-transform: uppercase;
}.netsecure_protection h1:before {
    z-index: -1;
    background: rgb(143,122,107);
    content: "";
    width: 50px;
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 5px;
}.netsecure_protection h2 {
    margin-bottom: 25px;
    position: relative;
    font-size: 37px;
    color: rgb(143,122,107);
    font-weight: 600;
    margin-top: 35px;
    z-index: 2;
}.netsecure_protection h2:before {
    bottom: -5px;
    left: 0;
    width: 30px;
    background: rgb(178,158,136);
    content: "";
    z-index: -1;
    position: absolute;
    height: 3px;
}.netsecure_protection ul, .netsecure_protection ol {
    margin-bottom: 30px;
    list-style: none;
    position: relative;
    padding-left: 40px;
    list-style-type: disc;
    z-index: 2;
}.netsecure_protection li {
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 13px;
    position: relative;
}.netsecure_protection li:before {
    color: rgb(178,158,136);
    line-height: 1;
    position: absolute;
    font-size: 1.5em;
    content: "•";
    left: -25px;
}.netsecure_protection div {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 30px;
    line-height: 1.8;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 25px;
}.netsecure_protection .container {
    z-index: 2;
    position: relative;
}.netsecure_protection h3, .netsecure_protection h4, .netsecure_protection h5, .netsecure_protection h6 {
    position: relative;
    font-size: 1.2em;
    color: rgb(178,158,136);
    margin-bottom: 15px;
    font-weight: 600;
    z-index: 2;
    margin-top: 30px;
}.netsecure_protection p, .netsecure_protection span {
    font-size: 13px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    line-height: 1.8;
    color: #000000;
}.netsecure_protection a {
    color: rgb(143,122,107);
    font-weight: 400;
    z-index: 2;
    position: relative;
    border-bottom: 1px solid rgb(143,122,107);
    text-decoration: none;
}.netsecure_protection a:hover {
    border-bottom: 1px solid rgb(178,158,136);
    color: rgb(178,158,136);
}.netsecure_protection button {
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid rgb(178,158,136);
    padding: 12px 25px;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    background: rgb(143,122,107);
    z-index: 2;
}.netsecure_protection button:hover {
    border-color: rgb(143,122,107);
    background: rgb(178,158,136);
}

@media only screen and (max-width: 800px) {.netsecure_protection {
    width: 95%;
    padding: 30px;
}.netsecure_protection h1 {
    font-size: calc(18px - 10px);
}.netsecure_protection h2 {
    font-size: calc(18px - 5px);
}.netsecure_protection ul, .netsecure_protection ol {
    padding-left: 20px;
}.netsecure_protection li:before {
    left: -15px;
}.netsecure_protection button {
    padding: 10px 20px;
}}footer {
    width: 100%;
    position: relative;
}footer .netlesson_cta {
    position: relative;
    color: #ffffff;
    padding: 80px 0 30px;
    background-color: rgb(143,122,107);
    font-family: Arial, sans-serif;
}footer .netlesson_cta::before {
    background-size: 80px 140px;
    position: absolute;
    top: 0;
    opacity: 0.05;
    background-image: 
        linear-gradient(30deg, rgb(143,122,107) 12%, transparent 12.5%, transparent 87%, rgb(143,122,107) 87.5%, rgb(143,122,107)),
        linear-gradient(150deg, rgb(143,122,107) 12%, transparent 12.5%, transparent 87%, rgb(143,122,107) 87.5%, rgb(143,122,107)),
        linear-gradient(30deg, rgb(143,122,107) 12%, transparent 12.5%, transparent 87%, rgb(143,122,107) 87.5%, rgb(143,122,107)),
        linear-gradient(150deg, rgb(143,122,107) 12%, transparent 12.5%, transparent 87%, rgb(143,122,107) 87.5%, rgb(143,122,107)),
        linear-gradient(60deg, rgb(178,158,136,0.5) 25%, transparent 25.5%, transparent 75%, rgb(178,158,136,0.5) 75%, rgb(178,158,136,0.5)),
        linear-gradient(60deg, rgb(178,158,136,0.5) 25%, transparent 25.5%, transparent 75%, rgb(178,158,136,0.5) 75%, rgb(178,158,136,0.5));
    height: 100%;
    pointer-events: none;
    width: 100%;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    left: 0;
    content: "";
}footer .netlesson_cta::after {
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(178,158,136), rgb(143,122,107));
    left: 0;
    pointer-events: none;
}footer .netblog_ref {
    z-index: 1;
    position: relative;
}footer .netsend_info {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}footer .info_item {
    justify-content: center;
    display: flex;
    max-width: 300px;
    min-width: 200px;
    background-color: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    transition: all 0.4s ease;
    min-height: 60px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    position: relative;
    padding: 20px 25px;
    flex: 0 1 auto;
    align-items: center;
}footer .info_item::before {
    content: "";
    left: 3px;
    right: 3px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    pointer-events: none;
    position: absolute;
    z-index: -1;
    background-color: rgb(143,122,107);
    bottom: 3px;
    top: 3px;
}footer .info_item:hover {
    background-color: rgb(178,158,136);
    transform: translateY(-5px);
}footer .info_item svg {
    width: 20px;
    transition: fill 0.3s ease;
    height: 20px;
    fill: rgb(178,158,136);
    margin-right: 12px;
    flex-shrink: 0;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    white-space: nowrap;
    z-index: 1;
    transition: all 0.3s ease;
    align-items: center;
    text-overflow: ellipsis;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: flex;
    font-size: 14px;
}footer .text_main_holder {
    display: grid;
    padding-top: 40px;
    position: relative;
    gap: 50px;
    grid-template-columns: 1fr;
}footer .text_main_holder::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    top: 0;
    height: 1px;
    pointer-events: none;
    position: absolute;
    width: 80%;
    left: 10%;
    content: "";
}footer .nethead_teach {
    padding: 20px;
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    max-width: 350px;
    display: flex;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}footer .nethead_teach::before {
    background-color: rgb(143,122,107);
    z-index: -1;
    content: "";
    pointer-events: none;
    bottom: 3px;
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}footer .nethead_teach svg {
    margin-bottom: 20px;
    width: auto;
    height: 45px;
    filter: brightness(0) invert(1);
}footer .netfacebook_cta {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .nettop_navbar {
    border-radius: 13px;
    position: relative;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
}footer .nettop_navbar h5 {
    position: relative;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 25px;
    display: inline-block;
    color: #ffffff;
}footer .nettop_navbar h5::after {
    content: "";
    background-color: rgb(178,158,136);
    height: 2px;
    position: absolute;
    width: 50px;
    left: 0;
    pointer-events: none;
    bottom: 0;
}footer .netfirst_teach {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-bottom: 20px;
}footer .netfirst_teach a {
    cursor: pointer;
    font-size: 14px;
    padding: 12px 15px;
    display: flex;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.03);
}footer .netfirst_teach a::before {
    border-top: 4px solid transparent;
    transform: translateY(-50%);
    border-bottom: 4px solid transparent;
    height: 0;
    pointer-events: none;
    content: "";
    top: 50%;
    width: 0;
    border-left: 4px solid rgb(178,158,136);
    left: 5px;
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
}footer .netfirst_teach a:hover {
    padding-left: 25px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}footer .netfirst_teach a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 13px;
}footer .subscribe_holder::before {
    background-size: 20px 20px;
    width: 100%;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(178,158,136,0.5) 49%, rgb(178,158,136,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(178,158,136,0.5) 49%, rgb(178,158,136,0.5) 51%, transparent 52%);
    opacity: 0.05;
    left: 0;
    border-radius: 13px;
    pointer-events: none;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}footer .subscribe_holder h5 {
    font-size: 21px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}footer .input_holder {
    gap: 15px;
    z-index: 5;
    width: 100%;
    flex-direction: column;
    display: flex;
    position: relative;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    transition: all 0.3s ease;
    appearance: none;
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 14px;
    cursor: text;
    padding: 14px 16px;
    color: #ffffff;
    z-index: 5;
    border-radius: 10px;
    position: relative;
    -webkit-appearance: none;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.08);
    outline: none;
    border-color: rgb(178,158,136);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .netsub_codes {
    position: relative;
    z-index: 5;
    border: none;
    font-size: 15px;
    background-color: rgb(178,158,136);
    padding: 14px 20px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
}footer .netsub_codes:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(143,122,107);
    transform: translateY(-3px);
}footer .netscholar_cta {
    text-align: center;
    margin-top: 50px;
    position: relative;
}footer .netleaderboard {
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    position: relative;
    display: inline-block;
}footer .netleaderboard::before,
footer .netleaderboard::after {
    height: 1px;
    pointer-events: none;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    position: absolute;
    top: 50%;
}footer .netleaderboard::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .netleaderboard::after {
    transform: rotate(45deg);
    right: -10px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .netsub_codes {
    min-width: 150px;
    flex-shrink: 0;
    width: auto;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .netfirst_teach {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .netlesson_cta {
    padding: 60px 0 30px;
}footer .netsend_info {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .nettop_navbar, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nethead_teach {
    padding: 15px;
    margin-bottom: 20px;
}footer .netscholar_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .netlesson_cta {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .nettop_navbar h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
    margin-bottom: 20px;
}footer .nettop_navbar, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .netsub_codes {
    padding: 12px;
}}.netpotential_enrollees {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    padding: 90px 0;
}.netpotential_enrollees::before {
    z-index: 1;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(178,158,136,0.5) 0,
        rgb(178,158,136,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    opacity: 0.03;
    height: 100%;
    left: 0;
    position: absolute;
    content: '';
}.netpotential_enrollees .netteam_profile {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1100px;
    text-align: center;
    z-index: 10;
    position: relative;
}.netpotential_enrollees h3 {
    margin-bottom: 50px;
    color: #000000;
    font-size: 38px;
    position: relative;
    font-weight: 700;
    padding: 0 30px;
    display: inline-block;
}.netpotential_enrollees h3::before,
.netpotential_enrollees h3::after {
    width: 15px;
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    height: 15px;
    content: '';
    background-color: rgb(178,158,136,0.5);
}.netpotential_enrollees h3::before {
    left: 0;
}.netpotential_enrollees h3::after {
    right: 0;
}.netpotential_enrollees ul {
    gap: 25px;
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}.netpotential_enrollees ul li {
    align-items: center;
    border-radius: 17px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    background-color: #ffffff;
    gap: 20px;
    z-index: 1;
    text-align: left;
    padding: 35px 25px;
    width: calc(33.333% - 17px);
    min-width: 280px;
    transition: all 0.4s ease;
}.netpotential_enrollees ul li::before {
    content: '';
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(213,193,166) 100%);
    top: 0;
    position: absolute;
    height: 100%;
    border-radius: 17px;
    opacity: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    left: 0;
    z-index: -1;
}.netpotential_enrollees ul li:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-7px) scale(1.03);
    border-color: rgba(0, 0, 0, 0.1);
}.netpotential_enrollees ul li:hover::before {
    opacity: 1;
}.netpotential_enrollees ul li svg {
    flex-shrink: 0;
    height: 45px;
    transition: all 0.4s ease;
    position: relative;
    width: 45px;
}.netpotential_enrollees ul li:hover svg {
    transform: scale(1.1);
}.netpotential_enrollees ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(178,158,136);
}.netpotential_enrollees ul li:hover svg path {
    fill: rgb(143,122,107);
}.netpotential_enrollees ul li::after {
    width: 10px;
    opacity: 0.5;
    border-radius: 50%;
    height: 10px;
    transition: all 0.4s ease;
    content: '';
    bottom: 15px;
    position: absolute;
    background-color: rgb(178,158,136,0.5);
    right: 15px;
}.netpotential_enrollees ul li:hover::after {
    transform: scale(1.5);
    background-color: rgb(143,122,107,0.5);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.netpotential_enrollees ul li {
    animation: slideUp 0.5s ease forwards;
    opacity: 0;
}.netpotential_enrollees ul li:nth-child(1) {
    animation-delay: 0.1s;
}.netpotential_enrollees ul li:nth-child(2) {
    animation-delay: 0.2s;
}.netpotential_enrollees ul li:nth-child(3) {
    animation-delay: 0.3s;
}.netpotential_enrollees ul li:nth-child(4) {
    animation-delay: 0.4s;
}.netpotential_enrollees ul li:nth-child(5) {
    animation-delay: 0.5s;
}.netpotential_enrollees ul li:nth-child(6) {
    animation-delay: 0.6s;
}.netpotential_enrollees ul li:nth-child(3n+1) {
    box-shadow: 0 5px 20px rgba(rgb(178,158,136,0.5), 0.1);
}.netpotential_enrollees ul li:nth-child(3n+2) {
    box-shadow: 0 5px 20px rgba(rgb(143,122,107,0.5), 0.1);
}

@media (max-width: 992px) {.netpotential_enrollees {
    padding: 70px 0;
}.netpotential_enrollees h3 {
    margin-bottom: 40px;
}.netpotential_enrollees ul li {
    padding: 30px 20px;
    width: calc(50% - 13px);
}
}

@media (max-width: 768px) {.netpotential_enrollees ul {
    gap: 20px;
}.netpotential_enrollees ul li {
    padding: 25px 20px;
    width: 100%;
}
}

@media (max-width: 576px) {.netpotential_enrollees {
    padding: 50px 0;
}.netpotential_enrollees h3 {
    padding: 0 20px;
    margin-bottom: 30px;
    font-size: calc(38px * 0.85);
}.netpotential_enrollees h3::before,
    .netpotential_enrollees h3::after {
    width: 10px;
    height: 10px;
}.netpotential_enrollees ul li {
    gap: 15px;
    padding: 20px 15px;
}.netpotential_enrollees ul li svg {
    width: 35px;
    height: 35px;
}
}

@media (prefers-reduced-motion: reduce) {.netpotential_enrollees ul li {
    animation: none;
    opacity: 1;
}.netpotential_enrollees ul li:hover {
    transform: none;
}.netpotential_enrollees ul li:hover svg {
    transform: none;
}
}