* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
    min-height: 100%;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    padding: 5px;
    width: 15px;
    scroll-behavior: smooth;
}::-webkit-scrollbar-track {
    margin: 3px 0;
    background: rgb(116,172,163,0.5);
    border: 1px dotted rgb(163,201,190,0.5);
}::-webkit-scrollbar-thumb {
    border: 1px groove rgb(163,201,190);
    transition: transform 2.2s ease-in-out;
    background: rgb(163,201,190);
    border-radius: 18.1em;
    min-height: 40px;
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}::-webkit-scrollbar-thumb:active {
    background: rgb(116,172,163);
}::-webkit-scrollbar-corner {
    border-radius: 1px;
    background: rgb(163,201,190);
}a {
    text-decoration: none;
    color: inherit;
}.main_mainbartb {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1277px;
}.job_boardFu {
    flex: 0 0 auto;
}.wrapper-skeleton2f {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}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;
}}
header {
    background: linear-gradient(to right, rgb(208,229,221), #ffffff);
    z-index: 100;
    padding: 1.5rem 0;
    position: relative;
    box-shadow: 0 5px 15px rgb(163,201,190,0.5);
}header .container {
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
}header .main_mentorqf {
    flex-direction: column;
    gap: 1.2rem;
    display: flex;
    align-items: center;
}header .header_maing3 {
    margin-bottom: 0.5rem;
    position: relative;
    text-decoration: none;
    padding: 0.5rem;
    transition: all 0.3s ease;
    display: block;
    border-radius: 10px;
}header .header_maing3::after {
    position: absolute;
    bottom: -5px;
    opacity: 0.7;
    content: '';
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(163,201,190), transparent);
    left: 0;
}header .header_maing3 svg {
    width: 180px;
    height: auto;
    transition: transform 0.3s ease;
}header .header_maing3:hover svg {
    transform: scale(1.05);
}header .first_pagebarU3 {
    background: linear-gradient(to right, rgb(163,201,190,0.5), rgb(116,172,163,0.5));
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    padding: 0.8rem;
    border-radius: 18px;
    gap: 0.5rem;
    justify-content: center;
}header .main_teach5a {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 0.6rem 1.2rem;
    background: #ffffff;
    font-weight: 400;
}header .main_teach5a:hover {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(163,201,190), rgb(116,172,163));
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgb(163,201,190,0.5);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .header_maing3 svg {
    width: 160px;
}header .first_pagebarU3 {
    padding: 0.7rem;
}header .main_teach5a {
    font-size: calc(16px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .main_mentorqf {
    gap: 1rem;
}header .header_maing3 svg {
    width: 140px;
}header .first_pagebarU3 {
    gap: 0.4rem;
    padding: 0.6rem;
}header .main_teach5a {
    padding: 0.4rem 0.8rem;
    font-size: calc(16px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .main_mentorqf {
    gap: 0.8rem;
}header .header_maing3 svg {
    width: 120px;
}header .first_pagebarU3 {
    flex-wrap: nowrap;
    padding: 0.5rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .first_pagebarU3::-webkit-scrollbar {
    height: 3px;
}header .first_pagebarU3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(163,201,190);
}header .main_teach5a {
    font-size: calc(16px - 2px);
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0.4rem 0.7rem;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(163,201,190);
}header .top_plank .skill_techpro4f div svg, header .top_plank .skill_techpro4f div svg path {
    fill: #ffffff;
}header .top_plank .skill_techpro4f div span {
    color: #ffffff;
}header .top_plank .skill_techpro4f {
    line-height: 21px;
    font-size: 12px;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .skill_techpro4f div {
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
}header .top_plank .skill_techpro4f div img, header .top_plank .skill_techpro4f div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}footer {
    position: relative;
}footer::before {
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    content: '';
    background: linear-gradient(45deg, rgb(116,172,163,0.5) 0%, rgb(163,201,190,0.5) 100%);
    top: 0;
    left: 0;
}.job_boardFu {
    z-index: 2;
    color: #ffffff;
    padding: 80px 0 40px;
    position: relative;
    font-family: Arial, sans-serif;
}.job_boardFu .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 30px;
}.job_boardFu .company_holder {
    position: relative;
    grid-column: 1 / 5;
    z-index: 3;
}.job_boardFu .company_holder h3 {
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
    padding-bottom: 10px;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}.job_boardFu .company_holder h3::after {
    border-radius: 10px;
    bottom: 0;
    width: 40px;
    position: absolute;
    content: '';
    height: 4px;
    left: 0;
    background: rgb(163,201,190);
}.job_boardFu .credit_inforR {
    margin-top: 25px;
    border-left: 4px solid rgb(163,201,190);
    line-height: 1.6;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 30px;
    transform: translateZ(0);
}.job_boardFu .project_refyd {
    position: relative;
    grid-column: 5 / 13;
}.job_boardFu .nav_study6b {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}.job_boardFu .first_pagebarU3 {
    position: relative;
}.job_boardFu .first_pagebarU3 h5 {
    font-size: 21px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    margin-bottom: 25px;
    display: inline-block;
}.job_boardFu .first_pagebarU3 h5::before {
    top: 50%;
    position: absolute;
    height: 8px;
    width: 8px;
    left: -15px;
    border-radius: 50%;
    content: '';
    background: rgb(163,201,190);
    transform: translateY(-50%);
}.job_boardFu .first_pagebarU3 .nav_study6b {
    display: flex;
    gap: 15px;
    flex-direction: column;
}.job_boardFu .first_pagebarU3 .nav_study6b a {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    padding: 8px 15px;
    position: relative;
    font-size: 12px;
    transition: all 0.3s ease;
    color: #ffffff;
}.job_boardFu .first_pagebarU3 .nav_study6b a::before {
    top: 0;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease;
    width: 3px;
    left: 0;
    background: rgb(163,201,190);
    z-index: -1;
    content: '';
}.job_boardFu .first_pagebarU3 .nav_study6b a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.job_boardFu .first_pagebarU3 .nav_study6b a:hover::before {
    background: rgb(163,201,190,0.5);
    width: 100%;
}.award_showHL {
    padding: 20px 0;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 60px;
    z-index: 2;
}.award_showHL::before {
    position: absolute;
    right: 15%;
    left: 15%;
    height: 1px;
    opacity: 0.2;
    top: 0;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.award_showHL .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.award_showHL .mobile_ctaDR {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 14px;
    opacity: 0.8;
    text-align: center;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    position: absolute;
    content: '';
    z-index: 1;
}

@media (max-width: 992px) {.job_boardFu .container {
    grid-template-columns: repeat(1, 1fr);
}.job_boardFu .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.job_boardFu .project_refyd {
    grid-column: 1 / -1;
}.job_boardFu .nav_study6b {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.job_boardFu {
    padding: 60px 0 30px;
}.job_boardFu .nav_study6b {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.job_boardFu .first_pagebarU3 {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.job_boardFu::before {
    background: linear-gradient(90deg, rgb(163,201,190), rgb(116,172,163), rgb(163,201,190));
    top: 0;
    width: 100%;
    position: absolute;
    height: 5px;
    background-size: 200% 200%;
    left: 0;
    content: '';
    animation: gradientShift 5s infinite;
}.job_boardFu .company_holder::after {
    right: -50px;
    z-index: -1;
    content: '';
    filter: blur(60px);
    height: 150px;
    top: 40px;
    position: absolute;
    opacity: 0.4;
    width: 150px;
    border-radius: 50%;
    background: rgb(163,201,190,0.5);
}.job_boardFu .company_holder::before {
    left: -30px;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgb(116,172,163,0.5);
    border-radius: 50%;
    content: '';
    filter: blur(40px);
    z-index: -1;
    opacity: 0.3;
}.job_boardFu .project_refyd::after {
    top: -20px;
    position: absolute;
    z-index: -1;
    content: '';
    height: 120px;
    width: 120px;
    opacity: 0.2;
    background: rgb(163,201,190,0.5);
    border-radius: 50%;
    right: 100px;
    filter: blur(50px);
}.job_boardFu .project_refyd::before {
    bottom: -50px;
    filter: blur(70px);
    width: 180px;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.25;
    position: absolute;
    height: 180px;
    background: rgb(116,172,163,0.5);
    content: '';
    left: 80px;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.job_boardFu .first_pagebarU3 {
    padding-top: 20px;
    animation: borderPulse 4s infinite;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.job_boardFu .first_pagebarU3 h5 {
    letter-spacing: 0.5px;
}.job_boardFu .first_pagebarU3 h5::after {
    left: 0;
    background: rgb(116,172,163);
    width: 30px;
    position: absolute;
    height: 2px;
    bottom: -5px;
    content: '';
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.award_showHL {
    animation: movingGradient 10s ease infinite;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    background-size: 200% 200%;
}.statistical_overviewLz {
    overflow: hidden;
    position: relative;
    padding: 6rem 0 4rem;
    background: linear-gradient(135deg, rgb(208,229,221) 0%, rgba(rgb(163,201,190,0.5), 0.1) 100%);
}.statistical_overviewLz::before {
    content: "";
    right: -5%;
    height: 70%;
    width: 40%;
    background: linear-gradient(230deg, rgb(163,201,190) 0%, transparent 80%);
    transform: rotate(-15deg) skewX(30deg);
    position: absolute;
    pointer-events: none;
    opacity: 0.07;
    top: -10%;
}.statistical_overviewLz::after {
    height: 60%;
    background: linear-gradient(45deg, rgb(116,172,163) 0%, transparent 70%);
    content: "";
    position: absolute;
    transform: rotate(10deg) skewY(-20deg);
    bottom: -10%;
    opacity: 0.05;
    left: -5%;
    pointer-events: none;
    width: 30%;
}.statistical_overviewLz .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
}.statistical_overviewLz h4 {
    transform: translateY(20px);
    color: #000000;
    margin-top: 3rem;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 600;
    animation: fadeUpIn 0.8s ease-out forwards 0.4s;
    opacity: 0;
    font-size: 23px;
    text-align: center;
}.statistical_overviewLz h4::after {
    width: 60px;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: expandLine 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 1s;
    margin: 1rem auto 0;
    background: rgb(163,201,190);
    height: 3px;
    transform-origin: center;
    content: "";
    display: block;
}.statistical_overviewLz ul {
    display: grid;
    padding: 0;
    margin: 0;
    gap: 2rem;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.statistical_overviewLz .statistics_extrasTB {
    opacity: 0;
    animation-delay: calc(0.15s * var(--i, 0));
    position: relative;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: translateY(30px);
}.statistical_overviewLz .statistics_extrasTB:nth-child(1) {
    --i: 1;
}.statistical_overviewLz .statistics_extrasTB:nth-child(2) {
    --i: 2;
}.statistical_overviewLz .statistics_extrasTB:nth-child(3) {
    --i: 3;
}.statistical_overviewLz .statistics_extrasTB:nth-child(4) {
    --i: 4;
}.statistical_overviewLz .statistics_extrasTB:nth-child(5) {
    --i: 5;
}.statistical_overviewLz .statistics_extrasTB:nth-child(6) {
    --i: 6;
}.statistical_overviewLz .statistics_extrasTB:nth-child(7) {
    --i: 7;
}.statistical_overviewLz .statistics_extrasTB div {
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    justify-content: center;
    z-index: 1;
    position: relative;
    border-radius: 2px;
    padding: 2rem 1.5rem;
    align-items: center;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
}.statistical_overviewLz .statistics_extrasTB div::before {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(163,201,190) 0%, rgb(116,172,163) 100%);
    height: 4px;
    position: absolute;
    content: "";
    transform-origin: left;
    width: 100%;
    left: 0;
    transform: scaleX(0);
    top: 0;
    z-index: 1;
}.statistical_overviewLz .statistics_extrasTB div::after {
    height: 50%;
    position: absolute;
    content: "";
    width: 50%;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(163,201,190,0.5), 0.03) 100%);
}.statistical_overviewLz .statistics_extrasTB:hover div {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.statistical_overviewLz .statistics_extrasTB:hover div::before {
    transform: scaleX(1);
}.statistical_overviewLz .statistics_extrasTB p {
    font-size: 2.5rem;
    margin: 0 0 0.5rem;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 700;
    display: inline-block;
    line-height: 1.2;
    color: rgb(163,201,190);
}.statistical_overviewLz .statistics_extrasTB p::after {
    transition: opacity 0.4s ease, transform 0.4s ease;
    top: 5px;
    font-size: 1.2rem;
    color: rgb(116,172,163);
    content: "+";
    position: absolute;
    transform: translateY(5px);
    right: -12px;
    opacity: 0;
}.statistical_overviewLz .statistics_extrasTB:hover p {
    transform: scale(1.05);
}.statistical_overviewLz .statistics_extrasTB:hover p::after {
    transform: translateY(0);
    opacity: 1;
}.statistical_overviewLz .statistics_extrasTB span {
    z-index: 1;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    max-width: 95%;
    color: #000000;
    margin: 0;
    font-size: calc(14px - 0.1rem);
    position: relative;
    line-height: 1.4;
}

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

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

@media (min-width: 992px) {.statistical_overviewLz .container {
    max-width: 1140px;
}.statistical_overviewLz ul {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1.5rem;
}.statistical_overviewLz .statistics_extrasTB div {
    padding: 2.5rem 1rem;
}.statistical_overviewLz h4 {
    font-size: calc(23px + 0.1rem);
    margin-top: 4rem;
}
}

@media (min-width: 1200px) {.statistical_overviewLz .container {
    max-width: 1320px;
}.statistical_overviewLz ul {
    gap: 1rem;
    grid-template-columns: repeat(7, 1fr);
}.statistical_overviewLz .statistics_extrasTB p {
    font-size: 2.8rem;
}.statistical_overviewLz h4 {
    font-size: calc(23px + 0.2rem);
}.statistical_overviewLz .statistics_extrasTB:nth-child(odd) div {
    transform: translateY(15px);
}.statistical_overviewLz .statistics_extrasTB:nth-child(odd):hover div {
    transform: translateY(10px);
}.statistical_overviewLz .statistics_extrasTB:nth-child(even):hover div {
    transform: translateY(-10px);
}
}

@media (max-width: 991px) {.statistical_overviewLz {
    padding: 5rem 0 3rem;
}.statistical_overviewLz .statistics_extrasTB p {
    font-size: 2.2rem;
}.statistical_overviewLz ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {.statistical_overviewLz {
    padding: 4rem 0 2.5rem;
}.statistical_overviewLz ul {
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}.statistical_overviewLz .statistics_extrasTB div {
    padding: 1.5rem 1rem;
}.statistical_overviewLz .statistics_extrasTB p {
    font-size: 2rem;
}.statistical_overviewLz h4 {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.statistical_overviewLz {
    padding: 3rem 0 2rem;
}.statistical_overviewLz ul {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}.statistical_overviewLz .statistics_extrasTB div {
    padding: 1.25rem 0.75rem;
}.statistical_overviewLz .statistics_extrasTB p {
    font-size: 1.8rem;
}.statistical_overviewLz .statistics_extrasTB span {
    font-size: calc(14px - 0.2rem);
}}.our_teamac {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our_teamac::before {
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(163,201,190,0.5), rgba(0, 0, 0, 0.5) 70%);
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
}.our_teamac::after {
    content: "";
    height: 200px;
    opacity: 0.1;
    z-index: 1;
    bottom: -50px;
    animation: float 8s ease-in-out infinite;
    background: rgb(116,172,163);
    width: 200px;
    position: absolute;
    border-radius: 50%;
    right: -50px;
}.our_teamac h4 {
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 2px;
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: relative;
    text-transform: uppercase;
    transform: translateY(0);
    font-weight: 700;
    color: #ffffff;
    z-index: 2;
    font-size: calc(33px * 1.2);
}.our_teamac h4::after {
    content: "";
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    bottom: -15px;
    height: 4px;
    background: linear-gradient(90deg, rgb(116,172,163), rgb(163,201,190));
    left: 50%;
}.our_teamac .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.our_teamac .text_elementvz {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    padding: 40px 50px;
    background: rgba(255, 255, 255, 0.92);
    opacity: 1;
    transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
    border-left: 5px solid rgb(163,201,190);
    backdrop-filter: blur(10px);
    position: relative;
}.our_teamac .text_elementvz::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(116,172,163));
    content: "";
    height: 5px;
    right: 0;
    top: 0;
    width: 30%;
}.our_teamac .text_elementvz::after {
    height: 2px;
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(163,201,190,0.5));
}.our_teamac .text_elementvz h6 {
    font-size: calc(21px * 1.2);
    font-weight: 700;
    color: rgb(163,201,190);
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
}.our_teamac .text_elementvz h6::after {
    transform: scaleX(0.3);
    width: 100%;
    bottom: -10px;
    left: 0;
    transform-origin: left;
    position: absolute;
    content: "";
    background: rgb(116,172,163,0.5);
    height: 2px;
    transition: transform 0.5s ease;
}.our_teamac .text_elementvz:hover h6::after {
    transform: scaleX(1);
}.our_teamac .text_elementvz div {
    position: relative;
}.our_teamac .text_elementvz span {
    line-height: 1.8;
    font-size: 13px;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    hyphens: auto;
    column-count: 2;
    text-align: justify;
    column-gap: 30px;
}


@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}


@media screen and (max-width: 1200px) {.our_teamac {
    padding: 100px 0;
}.our_teamac .text_elementvz {
    padding: 35px 40px;
}
}

@media screen and (max-width: 992px) {.our_teamac {
    padding: 80px 0;
}.our_teamac h4 {
    font-size: calc(33px * 1.1);
    margin-bottom: 50px;
}.our_teamac .text_elementvz {
    padding: 30px 35px;
}.our_teamac .text_elementvz h6 {
    font-size: 21px;
}
}

@media screen and (max-width: 768px) {.our_teamac {
    padding: 70px 0;
}.our_teamac h4 {
    margin-bottom: 40px;
    font-size: 33px;
}.our_teamac h4::after {
    height: 3px;
    width: 60px;
}.our_teamac .text_elementvz {
    padding: 25px 30px;
}.our_teamac .text_elementvz span {
    font-size: calc(13px - 1px);
    column-count: 1;
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.our_teamac {
    padding: 60px 0;
}.our_teamac h4 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.9);
}.our_teamac h4::after {
    width: 50px;
}.our_teamac .text_elementvz {
    padding: 20px 25px;
    border-left-width: 3px;
}.our_teamac .text_elementvz h6 {
    margin-bottom: 20px;
    font-size: calc(21px * 0.9);
}.our_teamac .text_elementvz span {
    font-size: calc(13px - 2px);
    line-height: 1.6;
}
}

@media (hover: hover) and (pointer: fine) {.our_teamac .text_elementvz:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}}.instructor_profile9o {
    position: relative;
    background: linear-gradient(135deg, rgb(208,229,221) 0%, rgb(163,201,190,0.5) 50%, rgb(208,229,221) 100%);
    padding: 100px 0;
    overflow: hidden;
}.instructor_profile9o::before {
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(163,201,190,0.5) 0,
        rgb(163,201,190,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
}.instructor_profile9o::after {
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(163,201,190,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(116,172,163,0.5) 0%, transparent 50%);
    position: absolute;
    opacity: 0.4;
    filter: blur(60px);
}.instructor_profile9o .container {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
}.instructor_profile9o .client_reviewvq {
    position: relative;
    display: flex;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-items: center;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 60px 40px;
    border-radius: 10px;
    flex-direction: column;
}.instructor_profile9o .client_reviewvq::before {
    position: absolute;
    transform: rotate(-45deg) scale(2);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.6s ease;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    inset: 0;
    content: "";
}.instructor_profile9o .client_reviewvq:hover::before {
    opacity: 1;
    animation: holographic-sweep 1.5s ease infinite;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.instructor_profile9o .img_border_box4E {
    z-index: 2;
    margin-bottom: 35px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(163,201,190,0.5);
    overflow: hidden;
    width: 180px;
    transform: rotate(-3deg);
    transition: all 0.5s ease;
    height: 180px;
    border-radius: 10px;
    position: relative;
}.instructor_profile9o .img_border_box4E::before {
    position: absolute;
    content: "";
    width: 100%;
    z-index: 3;
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    left: 0;
    height: 100%;
}.instructor_profile9o .img_border_box4E::after {
    animation: rotate 15s linear infinite;
    width: 200%;
    top: -50%;
    content: "";
    height: 200%;
    position: absolute;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(163,201,190,0.5) 90deg,
            transparent 180deg,
            rgb(116,172,163,0.5) 270deg,
            transparent 360deg
        );
    opacity: 0.15;
    left: -50%;
    z-index: 1;
    mix-blend-mode: overlay;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.instructor_profile9o .name {
    text-align: center;
    z-index: 2;
    position: relative;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
}.instructor_profile9o .name::after {
    content: "";
    height: 2px;
    bottom: -8px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(163,201,190) 50%,
        transparent 100%
    );
    width: 70px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}.instructor_profile9o .client_reviewvq span:not(.name) {
    position: relative;
    text-transform: uppercase;
    z-index: 2;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 25px;
}.instructor_profile9o .career_overviewTO {
    background: rgba(255, 255, 255, 0.5);
    color: #000000;
    margin: 0;
    backdrop-filter: blur(5px);
    line-height: 1.8;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    max-width: 85%;
    padding: 25px 30px;
    border-right: 3px solid rgb(116,172,163);
    text-align: center;
    font-size: 15px;
    border-left: 3px solid rgb(163,201,190);
    z-index: 2;
    border-radius: 10px;
    position: relative;
}.instructor_profile9o .career_overviewTO::before,
.instructor_profile9o .career_overviewTO::after {
    background: rgb(163,201,190,0.5);
    height: 40px;
    content: "";
    opacity: 0.1;
    position: absolute;
    width: 40px;
}.instructor_profile9o .career_overviewTO::before {
    border-left: 3px solid rgb(163,201,190);
    border-top: 3px solid rgb(163,201,190);
    top: -5px;
    left: -5px;
}.instructor_profile9o .career_overviewTO::after {
    border-right: 3px solid rgb(116,172,163);
    border-bottom: 3px solid rgb(116,172,163);
    right: -5px;
    bottom: -5px;
}.instructor_profile9o .client_reviewvq:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.instructor_profile9o .client_reviewvq:hover .img_border_box4E {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(163,201,190,0.5);
    transform: rotate(0deg) scale(1.05);
}

@media (max-width: 991px) {.instructor_profile9o {
    padding: 80px 0;
}.instructor_profile9o .client_reviewvq {
    padding: 50px 30px;
}.instructor_profile9o .img_border_box4E {
    height: 160px;
    width: 160px;
    margin-bottom: 30px;
}.instructor_profile9o .career_overviewTO {
    padding: 20px 25px;
    max-width: 90%;
}
}

@media (max-width: 767px) {.instructor_profile9o {
    padding: 60px 0;
}.instructor_profile9o .client_reviewvq {
    padding: 40px 25px;
}.instructor_profile9o .img_border_box4E {
    width: 140px;
    margin-bottom: 25px;
    height: 140px;
}.instructor_profile9o .name {
    font-size: calc(35px * 0.9);
}.instructor_profile9o .client_reviewvq span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(18px * 0.95);
}.instructor_profile9o .career_overviewTO {
    padding: 18px 20px;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 575px) {.instructor_profile9o {
    padding: 50px 0;
}.instructor_profile9o .client_reviewvq {
    padding: 35px 20px;
}.instructor_profile9o .img_border_box4E {
    margin-bottom: 20px;
    height: 120px;
    width: 120px;
}.instructor_profile9o .name {
    font-size: calc(35px * 0.8);
}.instructor_profile9o .client_reviewvq span:not(.name) {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
    letter-spacing: 1px;
}.instructor_profile9o .career_overviewTO {
    font-size: calc(15px * 0.9);
    max-width: 100%;
    padding: 15px;
}}.educational_gainsQK {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(208,229,221) 30%, rgb(116,172,163,0.5) 150%);
}.educational_gainsQK::before {
    opacity: 0.1;
    content: "";
    position: absolute;
    width: 100%;
    background-image: 
        linear-gradient(rgb(163,201,190,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(163,201,190,0.5) 1px, transparent 1px);
    top: 0;
    height: 100%;
    background-size: 30px 30px;
    left: 0;
}.educational_gainsQK::after {
    filter: blur(100px);
    width: 300px;
    bottom: -150px;
    background: rgb(163,201,190,0.5);
    position: absolute;
    right: -150px;
    content: "";
    opacity: 0.3;
    border-radius: 50%;
    height: 300px;
}.educational_gainsQK .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.educational_gainsQK .skill_philo8K {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}.educational_gainsQK .img_border_box4E {
    border-radius: 29px;
    transform: translateY(40px);
    width: 40%;
    z-index: 2;
    transition: all 0.5s ease;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.educational_gainsQK .img_border_box4E:hover {
    transform: translateY(35px) scale(1.02);
}.educational_gainsQK .text_elementvz {
    border-radius: 29px;
    padding: 60px 40px 40px;
    background: #ffffff;
    position: relative;
    width: 85%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 1;
}.educational_gainsQK .text_elementvz::before {
    height: 5px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    border-radius: 10px;
    width: 60%;
    background: linear-gradient(to right, rgb(163,201,190), rgb(116,172,163));
    top: 0;
}.educational_gainsQK h3 {
    text-align: center;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 37px;
}.educational_gainsQK h3::after {
    left: 50%;
    position: absolute;
    height: 3px;
    content: "";
    border-radius: 10px;
    width: 60px;
    transform: translateX(-50%);
    background: rgb(116,172,163,0.5);
    bottom: -15px;
}.educational_gainsQK ul {
    margin: 0;
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}.educational_gainsQK li {
    transition: all 0.3s ease;
    position: relative;
}.educational_gainsQK li:hover {
    transform: translateY(-5px);
}.educational_gainsQK li p {
    font-weight: 400;
    display: flex;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 16px;
    font-size: 18px;
    line-height: 1.5;
    background: linear-gradient(120deg, #ffffff, rgb(208,229,221));
    gap: 15px;
    margin: 0;
    border-radius: 12px;
    align-items: center;
    transition: all 0.3s ease;
    color: #000000;
}.educational_gainsQK li:hover p {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(120deg, #ffffff, rgb(163,201,190,0.5));
}.educational_gainsQK svg {
    height: 24px;
    transition: all 0.3s ease;
    display: flex;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    align-items: center;
    width: 24px;
    background: #ffffff;
    flex-shrink: 0;
    justify-content: center;
}.educational_gainsQK svg path {
    fill: rgb(163,201,190);
    transition: fill 0.3s ease;
}.educational_gainsQK li:hover svg {
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}.educational_gainsQK li:hover svg path {
    fill: rgb(116,172,163);
}

@media (max-width: 992px) {.educational_gainsQK {
    padding: 80px 0;
}.educational_gainsQK .img_border_box4E {
    width: 50%;
    transform: translateY(30px);
}.educational_gainsQK .img_border_box4E:hover {
    transform: translateY(25px) scale(1.02);
}.educational_gainsQK .text_elementvz {
    padding: 50px 30px 30px;
    width: 90%;
}.educational_gainsQK ul {
    grid-template-columns: 1fr;
    gap: 15px;
}
}

@media (max-width: 576px) {.educational_gainsQK {
    padding: 60px 0;
}.educational_gainsQK .img_border_box4E {
    transform: translateY(25px);
    width: 70%;
}.educational_gainsQK .img_border_box4E:hover {
    transform: translateY(22px) scale(1.02);
}.educational_gainsQK .text_elementvz {
    width: 100%;
    padding: 40px 25px 25px;
}.educational_gainsQK h3 {
    font-size: 21px;
    margin-bottom: 25px;
}.educational_gainsQK li p {
    padding: 12px;
}.educational_gainsQK svg {
    padding: 4px;
    width: 22px;
    height: 22px;
}}.tariff_planCr {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background-color: rgb(208,229,221);
}.tariff_planCr::before {
    transform: rotate(-3deg);
    height: 120%;
    left: -5%;
    top: -10%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    width: 110%;
    z-index: 0;
}.tariff_planCr .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.tariff_planCr .fee_choices3K {
    display: flex;
    flex-direction: column;
}.tariff_planCr .package_priceG9 {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    order: 1;
}.tariff_planCr .package_priceG9 h2 {
    margin-bottom: 15px;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(120deg, rgb(116,172,163), rgb(163,201,190));
    font-size: 33px;
    color: #000000;
    transform: translateY(0);
}.tariff_planCr .package_priceG9:hover h2 {
    transform: translateY(-5px);
}.tariff_planCr .learn_feesUL {
    margin: 0 auto;
    line-height: 1.6;
    font-size: 13px;
    max-width: 700px;
    color: #000000;
    position: relative;
}.tariff_planCr .learn_feesUL::after {
    transition: transform 0.5s ease;
    content: "";
    background: linear-gradient(90deg, rgb(116,172,163), rgb(163,201,190));
    position: absolute;
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%) scaleX(0.7);
    width: 100px;
    left: 50%;
}.tariff_planCr .package_priceG9:hover .learn_feesUL::after {
    transform: translateX(-50%) scaleX(1);
}.tariff_planCr .monthly_rateYM {
    order: 2;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    display: grid;
    gap: 30px;
}.tariff_planCr .payment_dealsCz {
    position: relative;
    border-radius: 22px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none;
    transform-style: preserve-3d;
    perspective: 1000px;
    overflow: hidden;
    display: block;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    z-index: 1;
}.tariff_planCr .payment_dealsCz::before {
    content: "";
    z-index: 2;
    top: 0;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(116,172,163), rgb(163,201,190));
    position: absolute;
    transform: scaleX(0.85);
    height: 5px;
}.tariff_planCr .payment_dealsCz:hover {
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
    transform: translateY(-10px);
}.tariff_planCr .payment_dealsCz:hover::before {
    transform: scaleX(1);
}.tariff_planCr .rate_choice9L {
    height: 100%;
    flex-direction: column;
    display: flex;
}.tariff_planCr .study_feesxq {
    flex-grow: 1;
    z-index: 1;
    padding: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}.tariff_planCr .study_feesxq::before {
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
}.tariff_planCr .study_feesxq h3 {
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
    font-size: calc(18px + 2px);
    color: #000000;
    transition: transform 0.4s ease;
}.tariff_planCr .payment_dealsCz:hover .study_feesxq h3 {
    transform: translateX(5px);
}.tariff_planCr .learning_packageBJ {
    color: rgb(163,201,190);
    font-size: calc(18px + 8px);
    display: inline-block;
    transition: transform 0.4s ease, color 0.4s ease;
    padding: 5px 10px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}.tariff_planCr .learning_packageBJ::before {
    bottom: 0;
    background: linear-gradient(90deg, rgb(116,172,163), rgb(163,201,190));
    transform-origin: left;
    content: "";
    width: 100%;
    position: absolute;
    transform: scaleX(0.3);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    height: 2px;
}.tariff_planCr .payment_dealsCz:hover .learning_packageBJ {
    transform: translateY(-5px);
    color: rgb(116,172,163);
}.tariff_planCr .payment_dealsCz:hover .learning_packageBJ::before {
    transform: scaleX(1);
}.tariff_planCr .study_feesxq p {
    max-width: 100%;
    margin-bottom: 0;
    color: #000000;
    hyphens: auto;
    flex-grow: 1;
    word-wrap: break-word;
    font-size: 13px;
    overflow-wrap: break-word;
    line-height: 1.6;
}.tariff_planCr .img_border_box4E {
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}.tariff_planCr .img_border_box4E::after {
    width: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
}.tariff_planCr .payment_dealsCz:hover .img_border_box4E {
    transform: scale(1.05);
}

@media (min-width: 768px) {.tariff_planCr .monthly_rateYM {
    grid-template-columns: repeat(2, 1fr);
}.tariff_planCr .study_feesxq {
    padding: 35px;
}.tariff_planCr .img_border_box4E {
    height: 220px;
}
}

@media (min-width: 992px) {.tariff_planCr .fee_choices3K {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.tariff_planCr .package_priceG9 {
    flex: 0 0 30%;
    order: 2;
    margin-bottom: 0;
    text-align: left;
}.tariff_planCr .monthly_rateYM {
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}.tariff_planCr .learn_feesUL::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.tariff_planCr .package_priceG9:hover .learn_feesUL::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.tariff_planCr {
    padding: 150px 0;
}.tariff_planCr .monthly_rateYM {
    gap: 40px;
}.tariff_planCr .payment_dealsCz {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.tariff_planCr .payment_dealsCz:hover {
    transform: translateY(-15px) scale(1.02);
}.tariff_planCr .payment_dealsCz:nth-child(even) {
    transform: translateY(15px);
}.tariff_planCr .payment_dealsCz:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.tariff_planCr .img_border_box4E {
    height: 250px;
}}.course_suitabilityKQ {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
}.course_suitabilityKQ::before {
    position: absolute;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(163,201,190,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(116,172,163,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.15;
    content: '';
}.course_suitabilityKQ::after {
    left: 0;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(163,201,190,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(116,172,163,0.5) 49%, transparent 51%);
    position: absolute;
    content: '';
    background-size: 60px 60px;
    height: 100%;
    z-index: 2;
    width: 100%;
    opacity: 0.05;
}.course_suitabilityKQ .skill_philo8K {
    z-index: 10;
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
}.course_suitabilityKQ h3 {
    margin-bottom: 70px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding: 0 20px;
    font-size: 34px;
}.course_suitabilityKQ h3::before,
.course_suitabilityKQ h3::after {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    height: 2px;
    background: linear-gradient(90deg, rgb(163,201,190), rgb(116,172,163));
    width: 40px;
    top: 50%;
}.course_suitabilityKQ h3::before {
    left: -60px;
}.course_suitabilityKQ h3::after {
    right: -60px;
}.course_suitabilityKQ ul {
    padding: 0;
    margin: 0;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
    gap: 40px;
    display: flex;
}.course_suitabilityKQ ul li {
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    min-width: 280px;
    width: calc(33.333% - 27px);
    border-radius: 18px;
    text-align: left;
    z-index: 1;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    align-items: flex-start;
    position: relative;
    gap: 20px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 40px 30px;
}.course_suitabilityKQ ul li::before {
    left: 0;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(163,201,190), rgb(116,172,163));
    top: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    height: 5px;
    width: 100%;
}.course_suitabilityKQ ul li::after {
    left: -50px;
    opacity: 0.1;
    z-index: -1;
    width: 100px;
    height: 100px;
    background: rgb(163,201,190,0.5);
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all 0.6s ease;
    bottom: -50px;
}.course_suitabilityKQ ul li:hover {
    transform: translateY(-15px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
}.course_suitabilityKQ ul li:hover::before {
    opacity: 1;
}.course_suitabilityKQ ul li:hover::after {
    transform: scale(6);
    opacity: 0.05;
}.course_suitabilityKQ ul li svg {
    transition: all 0.5s ease;
    width: 50px;
    position: relative;
    height: 50px;
    flex-shrink: 0;
}.course_suitabilityKQ ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}.course_suitabilityKQ ul li svg path {
    transition: fill 0.5s ease;
    fill: rgb(163,201,190);
}.course_suitabilityKQ ul li:hover svg path {
    fill: rgb(116,172,163);
}@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_suitabilityKQ ul li {
    animation: slideInBottom 0.6s forwards;
    opacity: 0;
}.course_suitabilityKQ ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course_suitabilityKQ ul li:nth-child(2) {
    animation-delay: 0.25s;
}.course_suitabilityKQ ul li:nth-child(3) {
    animation-delay: 0.4s;
}.course_suitabilityKQ ul li:nth-child(4) {
    animation-delay: 0.55s;
}.course_suitabilityKQ ul li:nth-child(5) {
    animation-delay: 0.7s;
}.course_suitabilityKQ ul li:nth-child(6) {
    animation-delay: 0.85s;
}.course_suitabilityKQ ul li:nth-child(3n+1) {
    animation-delay: 0.1s, 2s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
}.course_suitabilityKQ ul li:nth-child(3n+2) {
    animation-delay: 0.25s, 3s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
}.course_suitabilityKQ ul li:nth-child(3n+3) {
    animation-delay: 0.4s, 4s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
}

@media (max-width: 992px) {.course_suitabilityKQ {
    padding: 90px 0;
}.course_suitabilityKQ h3 {
    margin-bottom: 60px;
}.course_suitabilityKQ h3::before,
    .course_suitabilityKQ h3::after {
    width: 30px;
}.course_suitabilityKQ h3::before {
    left: -40px;
}.course_suitabilityKQ h3::after {
    right: -40px;
}.course_suitabilityKQ ul {
    gap: 30px;
}.course_suitabilityKQ ul li {
    padding: 35px 25px;
    width: calc(50% - 15px);
}
}

@media (max-width: 768px) {.course_suitabilityKQ ul li {
    width: 100%;
    max-width: 400px;
}.course_suitabilityKQ ul li:nth-child(3n+1),
    .course_suitabilityKQ ul li:nth-child(3n+2),
    .course_suitabilityKQ ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}

@media (max-width: 576px) {.course_suitabilityKQ {
    padding: 70px 0;
}.course_suitabilityKQ h3 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
}.course_suitabilityKQ h3::before,
    .course_suitabilityKQ h3::after {
    display: none;
}.course_suitabilityKQ ul {
    gap: 25px;
}.course_suitabilityKQ ul li {
    padding: 30px 20px;
}.course_suitabilityKQ ul li svg {
    width: 40px;
    height: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.course_suitabilityKQ ul li {
    opacity: 1;
    animation: none;
}.course_suitabilityKQ ul li:hover {
    transform: none;
}.course_suitabilityKQ ul li:hover svg {
    transform: none;
}}.course_featuresLz {
    background: linear-gradient(135deg, rgba(rgb(163,201,190,0.5), 0.05), rgba(rgb(116,172,163,0.5), 0.1));
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}.course_featuresLz::before {
    content: "";
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(163,201,190,0.5), 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(116,172,163,0.5), 0.12) 0%, transparent 45%);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
}.course_featuresLz::after {
    width: 45%;
    transform: rotate(-15deg) skew(15deg);
    content: "";
    background: linear-gradient(225deg, rgba(rgb(163,201,190,0.5), 0.08), transparent);
    position: absolute;
    z-index: 0;
    top: -10%;
    right: -5%;
    height: 45%;
}.course_featuresLz .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.course_featuresLz h2 {
    position: relative;
    line-height: 1.3;
    font-size: 35px;
    margin-bottom: 50px;
    font-weight: 700;
    max-width: 85%;
    color: #000000;
    transform: translateX(-5%);
}.course_featuresLz h2::after {
    background: linear-gradient(90deg, rgb(163,201,190), rgb(116,172,163));
    transform-origin: left center;
    bottom: -15px;
    transform: scaleX(1);
    height: 3px;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    content: "";
    width: 80px;
}.course_featuresLz h2:hover::after {
    transform: scaleX(1.5);
}.course_featuresLz .job_successLs {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.course_featuresLz .img_border_box4E {
    height: 400px;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 0;
    position: relative;
    box-shadow: 
        -15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
        5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.1);
}.course_featuresLz .img_border_box4E::before {
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    mix-blend-mode: overlay;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(rgb(163,201,190,0.5), 0.1),
        rgba(rgb(116,172,163,0.5), 0.15)
    );
}.course_featuresLz .img_border_box4E::after {
    position: absolute;
    transition: opacity 1.2s ease;
    opacity: 0;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(255, 255, 255, 0.5), 0.1) 0%,
        transparent 70%
    );
    content: "";
    mix-blend-mode: overlay;
    z-index: 2;
    height: 200%;
    width: 200%;
    top: -50%;
    pointer-events: none;
    left: -50%;
}.course_featuresLz .img_border_box4E:hover {
    box-shadow: 
        -20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
        10px -10px 30px rgba(rgb(255, 255, 255, 0.5), 0.05);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.course_featuresLz .img_border_box4E:hover::after {
    opacity: 1;
}.course_featuresLz .text_elementvz {
    padding: 20px 0 0;
    position: relative;
}.course_featuresLz .description {
    padding-right: 15px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: relative;
    color: #000000;
    font-size: 13px;
    opacity: 1;
    line-height: 1.75;
    max-height: 350px;
    margin-bottom: 25px;
    transform: translateY(0);
    overflow-y: auto;
}.course_featuresLz .description::-webkit-scrollbar {
    width: 4px;
}.course_featuresLz .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course_featuresLz .description::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(163,201,190), rgb(116,172,163));
    border-radius: 2px;
}.course_featuresLz .description:first-of-type {
    position: relative;
    z-index: 1;
}.course_featuresLz .description:first-of-type::first-letter {
    color: rgb(163,201,190);
    margin-right: 1px;
    font-weight: 700;
    font-size: 1.5em;
}.course_featuresLz .description:last-of-type {
    border-left: 1px solid rgba(rgb(163,201,190,0.5), 0.2);
    position: relative;
    padding-left: 20px;
}.course_featuresLz .description:last-of-type::before {
    top: 0;
    border-radius: 50%;
    position: absolute;
    height: 10px;
    left: -5px;
    background: rgb(163,201,190);
    content: "";
    width: 10px;
}

@media (min-width: 768px) {.course_featuresLz {
    padding: 150px 0 100px;
}.course_featuresLz h2 {
    margin-bottom: 60px;
    font-size: calc(35px * 1.2);
    max-width: 80%;
}.course_featuresLz .job_successLs {
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course_featuresLz .img_border_box4E {
    height: 500px;
    transform: perspective(1500px) rotateY(-5deg) rotateX(3deg) translateX(-20px);
}.course_featuresLz .img_border_box4E:hover {
    transform: perspective(1500px) rotateY(-2deg) rotateX(1deg) translateX(0);
}.course_featuresLz .text_elementvz {
    padding: 0 0 0 20px;
}.course_featuresLz .description {
    max-height: 300px;
}
}

@media (min-width: 992px) {.course_featuresLz .container {
    padding: 0 40px;
}.course_featuresLz h2 {
    max-width: 70%;
    transform: translateX(-8%);
    font-size: calc(35px * 1.4);
}.course_featuresLz h2::after {
    height: 4px;
    width: 120px;
}.course_featuresLz .job_successLs {
    grid-gap: 80px;
}.course_featuresLz .img_border_box4E {
    height: 550px;
    transform: perspective(2000px) rotateY(-7deg) rotateX(3deg) translateX(-30px);
}.course_featuresLz .img_border_box4E:hover {
    transform: perspective(2000px) rotateY(-3deg) rotateX(1deg) translateX(-10px);
}.course_featuresLz .text_elementvz {
    padding: 0 0 0 40px;
}.course_featuresLz .description {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course_featuresLz {
    padding: 180px 0 120px;
}.course_featuresLz h2 {
    max-width: 60%;
    font-size: calc(35px * 1.5);
}.course_featuresLz .job_successLs {
    grid-gap: 100px;
}.course_featuresLz .img_border_box4E {
    height: 600px;
}.course_featuresLz .description {
    font-size: calc(13px * 1.1);
    max-height: 450px;
}
}

@media (max-width: 767px) {.course_featuresLz {
    padding: 80px 0 60px;
}.course_featuresLz h2 {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
    transform: translateX(0);
}.course_featuresLz .img_border_box4E {
    height: 300px;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
}.course_featuresLz .text_elementvz {
    padding: 20px 0 0;
}.course_featuresLz .description {
    font-size: calc(13px * 0.95);
    max-height: 250px;
    line-height: 1.6;
}}.tyContentHd {
    background: linear-gradient(135deg, rgb(163,201,190,0.5) 0%, rgb(208,229,221) 40%, rgb(116,172,163,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.tyContentHd::before {
    animation: pulse 8s infinite alternate ease-in-out;
    top: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    content: "";
    width: 100%;
    z-index: 1;
    height: 100%;
}.tyContentHd::after {
    left: -25%;
    height: 150%;
    background: repeating-linear-gradient(45deg, rgb(163,201,190,0.5) 0px, transparent 2px, transparent 10px);
    width: 150%;
    content: "";
    position: absolute;
    animation: patternShift 20s infinite linear;
    top: -25%;
    transform: rotate(-5deg);
    z-index: 0;
    opacity: 0.04;
}.tyContentHd .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1140px;
}.tyContentHd h2 {
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
    font-family: Arial, sans-serif;
    font-size: 31px;
    font-weight: 700;
    transform: translateY(20px);
    position: relative;
    color: #000000;
    opacity: 0;
    text-align: center;
    margin-bottom: 3rem;
}.tyContentHd h2::after {
    left: 50%;
    height: 4px;
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    width: 80px;
    position: absolute;
    transform: translateX(-50%) scaleX(0);
    bottom: -15px;
    background: linear-gradient(90deg, rgb(163,201,190), rgb(116,172,163));
}.tyContentHd .skill_philo8K {
    position: relative;
    transform-origin: center top;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
    animation: fadeIn 1s 0.5s both ease-out;
    transition: transform 0.5s;
}.tyContentHd .skill_philo8K::before {
    opacity: 0.3;
    border-radius: 10px;
    width: 95%;
    position: absolute;
    background: linear-gradient(180deg, rgb(163,201,190,0.5) 0%, transparent 80%);
    filter: blur(12px);
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    height: 100%;
    top: -8px;
    content: "";
}.tyContentHd .skill_philo8K:hover {
    transform: perspective(1000px) rotateX(0deg);
}.tyContentHd ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}.tyContentHd ul::before {
    background: linear-gradient(to bottom, rgb(163,201,190), rgb(116,172,163));
    top: 0;
    animation: growHeight 1.5s 1s forwards ease-in-out;
    left: -20px;
    height: 0;
    position: absolute;
    content: "";
    width: 4px;
}.tyContentHd li {
    opacity: 0;
    padding-left: 0;
    animation: slideIn 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(20px);
    position: relative;
}.tyContentHd li::before {
    transform: scale(0);
    left: -40px;
    content: "";
    opacity: 0;
    box-shadow: 0 5px 15px -5px rgb(116,172,163,0.5);
    border-radius: 50%;
    animation: popIn 0.4s 1.2s forwards cubic-bezier(0.25, 1.8, 0.5, 1);
    background: linear-gradient(135deg, rgb(116,172,163) 0%, rgb(163,201,190) 100%);
    width: 32px;
    height: 32px;
    position: absolute;
    top: -5px;
}.tyContentHd li span {
    color: #000000;
    position: relative;
    animation: fadeIn 1s 1.2s forwards ease-out;
    letter-spacing: 0.01em;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    display: block;
    opacity: 0;
    font-size: 15px;
}.tyContentHd li span::first-letter {
    font-weight: 700;
    color: rgb(163,201,190);
    font-size: 1.4em;
}

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

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

@keyframes patternShift {
    from {
        transform: rotate(-5deg) translateX(0);
    }
    to {
        transform: rotate(-5deg) translateX(100px);
    }
}

@media (max-width: 992px) {.tyContentHd {
    padding: 5rem 0;
}.tyContentHd h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.9);
}.tyContentHd .skill_philo8K {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.tyContentHd {
    padding: 4rem 0;
}.tyContentHd h2 {
    line-height: 1.4;
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.tyContentHd .skill_philo8K {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.tyContentHd ul::before {
    left: -15px;
}.tyContentHd li::before {
    width: 24px;
    left: -30px;
    height: 24px;
}
}

@media (max-width: 576px) {.tyContentHd {
    padding: 3rem 0;
}.tyContentHd h2 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.7);
}.tyContentHd .skill_philo8K {
    padding: 1.5rem;
    transform: none;
}.tyContentHd ul::before {
    left: -12px;
}.tyContentHd li::before {
    left: -25px;
    top: -2px;
    height: 20px;
    width: 20px;
}.tyContentHd li span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}.contact_paneldk {
    background: rgb(208,229,221);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}.contact_paneldk::before {
    content: '';
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(163,201,190,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(116,172,163,0.5) 0%, transparent 60%);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.2;
    left: 0;
}.contact_paneldk::after {
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    width: 100%;
}.contact_paneldk .img_border_box4E {
    width: 45%;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    right: 0;
    top: 2.5%;
    position: absolute;
    border-radius: 100px 0 0 100px;
    z-index: 1;
    height: 95%;
}.contact_paneldk .img_border_box4E::after {
    left: 0;
    background: linear-gradient(to right, rgb(163,201,190,0.5), transparent 70%);
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100px 0 0 100px;
}.contact_paneldk .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.contact_paneldk h3 {
    font-size: 29px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}.contact_paneldk .feedback_sectionYv {
    display: flex;
    border-radius: 20px;
    position: relative;
    background: #ffffff;
    width: 100%;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.contact_paneldk .feedback_sectionYv::before {
    content: '';
    border-radius: 50%;
    opacity: 0.05;
    width: 200px;
    position: absolute;
    left: -100px;
    height: 200px;
    background: rgb(163,201,190,0.5);
    top: -100px;
}.contact_paneldk .feedback_sectionYv::after {
    height: 150px;
    content: '';
    width: 150px;
    position: absolute;
    background: rgb(116,172,163,0.5);
    border-radius: 50%;
    bottom: -75px;
    right: -75px;
    opacity: 0.05;
}.contact_paneldk .feedback_formLR {
    width: 60%;
    padding: 50px;
    position: relative;
}.contact_paneldk form h3 {
    margin-bottom: 30px;
    font-size: 19px;
    color: rgb(163,201,190);
    text-align: left;
}.contact_paneldk form h3::before,
.contact_paneldk form h3::after {
    display: none;
}.contact_paneldk input[type="text"],
.contact_paneldk textarea {
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(245, 245, 245, 0.5);
    padding: 15px 25px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    color: #000000;
    border-radius: 30px;
}.contact_paneldk input[type="text"]:focus,
.contact_paneldk textarea:focus {
    border-color: rgb(163,201,190,0.5);
    outline: none;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 15px rgb(163,201,190,0.5);
}.contact_paneldk textarea {
    height: 140px;
    border-radius: 20px;
    resize: none;
}.contact_paneldk .feedback_inquirypq {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.contact_paneldk .feedback_inquirypq input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_paneldk .feedback_inquirypq label {
    position: relative;
    padding-left: 35px;
    line-height: 1.6;
    cursor: pointer;
    color: #000000;
    font-size: 15px;
}.contact_paneldk .feedback_inquirypq label::before {
    height: 22px;
    border: 2px solid rgb(163,201,190,0.5);
    content: '';
    border-radius: 50%;
    width: 22px;
    position: absolute;
    background: #ffffff;
    left: 0;
    top: 2px;
    transition: all 0.3s ease;
}.contact_paneldk .feedback_inquirypq input[type="checkbox"]:checked + label::before {
    border-color: rgb(163,201,190);
    background: rgb(163,201,190);
}.contact_paneldk .feedback_inquirypq input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    transform: rotate(45deg);
    height: 10px;
    left: 8px;
    width: 6px;
    content: '';
    top: 6px;
    position: absolute;
}.contact_paneldk .feedback_inquirypq a {
    text-decoration: none;
    color: rgb(163,201,190);
    transition: all 0.3s ease;
}.contact_paneldk .feedback_inquirypq a:hover {
    color: rgb(116,172,163);
}.contact_paneldk .request_boxM4 {
    font-size: 15px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: rgb(163,201,190);
    padding: 15px 40px;
    border: none;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 50px;
}.contact_paneldk .request_boxM4::before {
    height: 100%;
    content: '';
    width: 100%;
    transform: translateY(100%);
    transition: all 0.5s ease;
    top: 0;
    position: absolute;
    background: rgb(116,172,163);
    border-radius: 50px;
    left: 0;
    z-index: -1;
}.contact_paneldk .request_boxM4:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(163,201,190,0.5);
}.contact_paneldk .request_boxM4:hover::before {
    transform: translateY(0);
}.contact_paneldk .request_paneljz {
    justify-content: center;
    border-radius: 70px 0 0 70px;
    right: 0;
    flex-direction: column;
    padding: 50px;
    display: flex;
    background: linear-gradient(135deg, rgb(163,201,190), rgb(116,172,163));
    top: 50%;
    transform: translateY(-50%);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    z-index: 3;
    position: absolute;
    width: 40%;
}.contact_paneldk .request_paneljz::before {
    height: 100%;
    width: 100%;
    top: 0;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    content: '';
    left: 0;
    position: absolute;
    border-radius: 70px 0 0 70px;
}.contact_paneldk .request_paneljz h4 {
    font-size: 19px;
    margin-bottom: 30px;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
}.contact_paneldk .request_paneljz h4::after {
    height: 3px;
    left: 0;
    content: '';
    width: 40px;
    border-radius: 3px;
    bottom: -10px;
    position: absolute;
    background: #ffffff;
}.contact_paneldk .support_listd3 {
    list-style: none;
    padding: 0;
    margin: 0;
}.contact_paneldk .support_listd3 li {
    transition: all 0.3s ease;
    margin-bottom: 25px;
    display: flex;
    padding: 5px;
    border-radius: 10px;
    align-items: flex-start;
}.contact_paneldk .support_listd3 li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.contact_paneldk .support_listd3 svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
    margin-top: 3px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}.contact_paneldk .support_listd3 li:hover svg {
    transform: scale(1.2);
}.contact_paneldk .support_listd3 svg path {
    fill: #ffffff;
}.contact_paneldk .support_listd3 span {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #ffffff;
    line-height: 1.6;
}.contact_paneldk .support_listd3 a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact_paneldk .support_listd3 a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {.contact_paneldk .feedback_sectionYv {
    width: 70%;
}.contact_paneldk .request_paneljz {
    width: 35%;
}
}

@media (max-width: 992px) {.contact_paneldk .img_border_box4E {
    display: none;
}.contact_paneldk .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}.contact_paneldk .feedback_sectionYv {
    flex-direction: column;
    width: 100%;
    max-width: 600px;
}.contact_paneldk .request_paneljz {
    border-radius: 20px;
    width: 100%;
    max-width: 600px;
    position: relative;
    right: auto;
    margin-top: 30px;
    top: auto;
    transform: none;
}.contact_paneldk .request_paneljz::before {
    border-radius: 20px;
}
}

@media (max-width: 768px) {.contact_paneldk {
    padding: 70px 0;
}.contact_paneldk h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.contact_paneldk .feedback_formLR,
    .contact_paneldk .request_paneljz {
    padding: 30px;
}
}

@media (max-width: 576px) {.contact_paneldk {
    padding: 50px 0;
}.contact_paneldk h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.contact_paneldk .feedback_formLR,
    .contact_paneldk .request_paneljz {
    padding: 25px 20px;
}.contact_paneldk input[type="text"],
    .contact_paneldk textarea {
    padding: 12px 20px;
    margin-bottom: 15px;
}.contact_paneldk .request_boxM4 {
    padding: 12px;
    width: 100%;
}}.secure_archive8v {
    border: 1px solid rgba(0, 0, 0, 0.5);
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    background-color: #ffffff;
    padding: 30px;
    height: 100%;
}.secure_archive8v h1 {
    padding-bottom: 10px;
    color: rgb(163,201,190);
    text-align: center;
    border-bottom: 2px solid rgb(163,201,190);
    font-family: Arial, sans-serif;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 39px;
    font-weight: 700;
}.secure_archive8v h2 {
    padding-bottom: 5px;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(116,172,163);
    font-family: Arial, sans-serif;
    color: rgb(116,172,163);
    font-weight: 600;
    font-size: 31px;
    text-align: left;
}.secure_archive8v h3, .secure_archive8v h4, .secure_archive8v h5, .secure_archive8v h6 {
    font-weight: 400;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}.secure_archive8v ul, .secure_archive8v ol {
    padding-left: 0;
    list-style-position: inside;
    font-family: Arial, sans-serif;
    list-style: none;
    color: #000000;
    font-size: 15px;
    padding: 10px 0;
}.secure_archive8v li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}.secure_archive8v li::before {
    color: rgb(163,201,190);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em;
    line-height: 1em;
    content: "•";
}.secure_archive8v section {
    background: none;
}.secure_archive8v p, .secure_archive8v span, .secure_archive8v div {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
}

@media only screen and (max-width: 800px) {.secure_archive8v {
    padding: 20px 10px;
}.secure_archive8v h1 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: calc(18px - 4px);
}.secure_archive8v h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: calc(18px - 4px);
}.secure_archive8v ul, .secure_archive8v ol {
    padding-left: 10px;
}.secure_archive8v li {
    padding-left: 15px;
}}.title_screenPe {
    overflow: hidden;
    position: relative;
    width: 100%;
}.title_screenPe .learn_skillspro6T {
    min-height: 100vh;
    perspective: 1000px;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}.title_screenPe .learn_skillspro6T::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(163,201,190,0.5), rgba(0, 0, 0, 0.5) 70%);
    transform: translateZ(-5px);
    backdrop-filter: blur(8px);
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    right: 0;
}.title_screenPe .learn_skillspro6T::after {
    animation: ambientGlow 15s infinite alternate ease-in-out;
    left: -5%;
    z-index: 2;
    content: "";
    top: -5%;
    height: 110%;
    position: absolute;
    width: 110%;
    background: linear-gradient(45deg, rgb(116,172,163,0.5) 0%, transparent 50%);
}.title_screenPe .training_trackfv {
    transform: translateZ(20px) rotateX(2deg);
    max-width: 1200px;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.4), 
              0 10px 20px rgba(0,0,0,0.25),
              0 0 0 1px rgba(255,255,255,0.1);
    position: relative;
    padding: 4rem 3rem;
    border-left: 4px solid rgb(163,201,190);
    width: 90%;
    z-index: 10;
}.title_screenPe .training_trackfv::before {
    height: 4px;
    background: rgb(163,201,190);
    width: 70%;
    position: absolute;
    transform: translateX(-20px);
    left: 0;
    top: -10px;
    content: "";
    opacity: 0.8;
}.title_screenPe .training_trackfv::after {
    content: "";
    right: 0;
    opacity: 0.8;
    position: absolute;
    transform: translateX(20px);
    width: 40%;
    background: rgb(116,172,163);
    bottom: -10px;
    height: 4px;
}.title_screenPe h1 {
    animation: slideInTitle 1s ease-out forwards;
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    color: #ffffff;
    font-size: 44px;
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
}.title_screenPe h1::before {
    height: 100%;
    animation: lineGrow 1.2s 0.5s ease-out forwards;
    background: rgb(163,201,190);
    top: 0;
    content: "";
    transform-origin: top;
    left: -20px;
    position: absolute;
    width: 4px;
    transform: scaleY(0);
}.title_screenPe h3 {
    position: relative;
    animation: slideInSubtitle 1s 0.4s ease-out forwards;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    transform: translateX(10px);
    margin-bottom: 2rem;
    font-size: 18px;
    opacity: 0;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.6;
    max-width: 85%;
}.title_screenPe p {
    font-size: 15px;
    transform: translateY(20px);
    border-left: 2px solid rgb(116,172,163);
    font-weight: 400;
    color: #ffffff;
    animation: fadeUp 1s 0.8s ease-out forwards;
    padding-left: 20px;
    max-width: 80%;
    opacity: 0;
    line-height: 1.8;
}@keyframes slideInTitle {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@keyframes lineGrow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes ambientGlow {
  0% {
    opacity: 0.3;
    transform: translateX(-5px) translateY(-5px);
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.3;
    transform: translateX(5px) translateY(5px);
  }
}

.title_screenPe .learn_skillspro6T:hover {
    transition: transform 0.5s ease;
    transform: scale(1.01);
}.title_screenPe .learn_skillspro6T:hover .training_trackfv {
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.4), 
              0 15px 30px rgba(0,0,0,0.3),
              0 0 0 1px rgba(255,255,255,0.15);
    transform: translateZ(25px) rotateX(3deg);
    transition: transform 0.7s ease, box-shadow 0.7s ease;
}

@media (max-width: 992px) {.title_screenPe .training_trackfv {
    transform: translateZ(10px) rotateX(1deg);
    padding: 3rem 2.5rem;
}.title_screenPe h1 {
    font-size: calc(44px * 0.9);
}.title_screenPe h3 {
    max-width: 95%;
    font-size: calc(18px * 0.95);
}.title_screenPe p {
    max-width: 90%;
}
}

@media (max-width: 768px) {.title_screenPe .learn_skillspro6T {
    min-height: 90vh;
}.title_screenPe .training_trackfv {
    padding: 2.5rem 2rem;
    width: 95%;
    transform: translateZ(0) rotateX(0);
}.title_screenPe h1 {
    margin-bottom: 1.2rem;
    font-size: calc(44px * 0.8);
}.title_screenPe h3 {
    margin-bottom: 1.5rem;
    max-width: 100%;
    font-size: calc(18px * 0.9);
}.title_screenPe p {
    font-size: calc(15px * 0.95);
    padding-left: 15px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.title_screenPe .learn_skillspro6T {
    min-height: 80vh;
}.title_screenPe .training_trackfv {
    padding: 2rem 1.5rem;
}.title_screenPe h1 {
    font-size: calc(44px * 0.7);
    margin-bottom: 1rem;
}.title_screenPe h3 {
    line-height: 1.5;
    font-size: calc(18px * 0.85);
    margin-bottom: 1.2rem;
}.title_screenPe p {
    padding-left: 12px;
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.title_screenPe .training_trackfv::before,
  .title_screenPe .training_trackfv::after {
    width: 50%;
}
}