* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.news-feed {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1218px;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-snap-type: none;
    min-height: 100%;
    auto
contain
touch-action: none;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.header-pro {
    flex: 1 0 auto;
}.wrapper-container {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    width: 100%;
}footer .news-feed {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
    background-color: rgb(220,215,226);
    color: #000000;
}footer .news-feed::before {
    height: 100%;
    opacity: 0.3;
    z-index: 0;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(185,180,197,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(150,140,166,0.5) 0%, transparent 20%);
    content: "";
}footer .diversity {
    position: relative;
    z-index: 1;
}footer .course-info {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px;
    width: 85%;
    z-index: 3;
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    margin: auto;
    display: flex;
    gap: 15px;
}footer .info_item {
    border-radius: 10px;
    padding: 15px;
    background-color: rgb(220,215,226);
    transition: all 0.3s ease;
    display: flex;
    flex: 1 1 200px;
    align-items: center;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item svg {
    width: 22px;
    fill: rgb(185,180,197);
    margin-right: 12px;
    height: 22px;
    transition: transform 0.3s ease;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(185,180,197);
}footer .text_main_holder {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 20px;
    margin-top: 40px;
    perspective: 2000px;
}footer .page-header, footer .main-start, footer .subscribe_holder {
    padding: 30px;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 25px;
    transform-origin: center center;
    position: relative;
}footer .page-header {
    transform: translateZ(0) scale(1);
    z-index: 2;
    background-color: #ffffff;
}footer .page-header:hover {
    transform: translateZ(30px) scale(1.02);
}footer .main-start {
    color: #ffffff;
    margin-top: -20px;
    margin-left: 20px;
    background-color: rgb(150,140,166);
    z-index: 1;
    transform: translateZ(-10px) scale(0.98);
    margin-right: 20px;
}footer .subscribe_holder {
    margin-right: 40px;
    margin-top: -20px;
    margin-left: 40px;
    color: #ffffff;
    z-index: 0;
    transform: translateZ(-20px) scale(0.96);
    background-color: rgb(185,180,197);
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .page-header::after, footer .main-start::after, footer .subscribe_holder::after {
    width: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    border-radius: 25px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
}footer .page-header:hover::after, footer .main-start:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .page-header svg {
    height: 45px;
    display: block;
    margin-bottom: 20px;
    width: auto;
}footer .gift-card {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
}footer .main-start h5 {
    font-weight: 600;
    display: inline-block;
    font-size: 22px;
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
}footer .main-start h5::after {
    transition: width 0.3s ease;
    height: 2px;
    background: linear-gradient(90deg, rgb(185,180,197), transparent);
    left: 0;
    content: "";
    bottom: -8px;
    position: absolute;
    width: 40px;
}footer .main-start h5:hover::after {
    width: 100%;
}footer .nav-begin {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
    display: grid;
}footer .nav-begin a {
    padding: 5px 0;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    display: inline-block;
}footer .nav-begin a::before {
    width: 0;
    background-color: rgb(185,180,197);
    bottom: 0;
    transition: width 0.3s ease;
    position: absolute;
    height: 1px;
    left: 0;
    content: "";
}footer .nav-begin a:hover {
    transform: translateX(5px);
    color: #ffffff;
}footer .nav-begin a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
    color: #ffffff;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    font-size: 13px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: none;
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub-strategy {
    font-weight: 600;
    padding: 14px 20px;
    font-size: 20px;
    text-align: center;
    border: none;
    color: rgb(185,180,197);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #ffffff;
}footer .sub-strategy:hover {
    transform: translateY(-3px);
    background-color: rgb(150,140,166);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}footer .affiliate-cta {
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .story-spot {
    background-color: #ffffff;
    display: inline-block;
    color: #000000;
    font-size: 12px;
    border-radius: 30px;
    padding: 8px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-direction: row;
    align-items: stretch;
}footer .page-header, footer .main-start, footer .subscribe_holder {
    display: flex;
    flex: 1;
    margin-top: 0;
    flex-direction: column;
}footer .page-header {
    margin-right: -20px;
}footer .main-start {
    margin-left: 0;
    margin-right: -20px;
    z-index: 1;
}footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
}
}

@media (max-width: 991px) {footer .course-info {
    padding: 20px;
    width: 90%;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .news-feed {
    padding: 80px 0 30px;
}footer .course-info {
    padding: 15px;
    width: 95%;
}footer .info_item {
    flex: 1 1 100%;
}footer .page-header, footer .main-start, footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
    padding: 25px 20px;
}footer .main-start, footer .subscribe_holder {
    margin-top: -10px;
}footer .affiliate-cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .news-feed {
    padding: 70px 0 20px;
}footer .course-info {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .page-header, footer .main-start, footer .subscribe_holder {
    padding: 20px 15px;
}footer .main-start h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .nav-begin {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .sub-strategy {
    padding: 12px;
}}.potential-students {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    color: #ffffff;
    background-color: #000000;
    background-size: 60px 60px;
}.potential-students::before {
    position: absolute;
    content: '';
    width: 200%;
    top: -50%;
    height: 200%;
    left: -50%;
    opacity: 0.4;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(185,180,197,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(150,140,166,0.5) 0%, transparent 25%);
    animation: rotateBackground 60s linear infinite;
    pointer-events: none;
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.potential-students::after {
    width: 100%;
    position: absolute;
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
    top: 0;
    height: 100%;
    pointer-events: none;
    content: '';
    left: 0;
}.potential-students .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
    z-index: 5;
}.potential-students .skills-center {
    overflow: visible;
    position: relative;
    padding: 0;
}.potential-students h4 {
    text-shadow: 0 0 15px rgb(185,180,197,0.5), 0 0 30px rgb(185,180,197,0.5);
    position: relative;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: calc(29px * 1.2);
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin: 0 0 70px;
    text-align: center;
}.potential-students h4::before {
    background: rgb(185,180,197);
    width: 120px;
    transform: translateX(-50%);
    bottom: 0;
    position: absolute;
    height: 3px;
    box-shadow: 0 0 10px 2px rgb(185,180,197);
    left: 50%;
    content: '';
}.potential-students h4::after {
    bottom: -5px;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    background: rgb(150,140,166,0.5);
    width: 200px;
    left: 50%;
    height: 1px;
}.potential-students div > div {
    gap: 30px;
    perspective: 1500px;
    display: grid;
    margin: 0 -50px;
    grid-template-columns: repeat(3, 1fr);
}.potential-students p {
    font-size: calc(17px * 1.05);
    z-index: 1;
    margin: 0;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    align-items: flex-start;
    position: relative;
    border: 1px solid rgb(185,180,197,0.5);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    padding: 30px 35px;
    backdrop-filter: blur(5px);
    overflow: visible;
    line-height: 1.7;
    box-shadow: 
        0 0 20px rgb(185,180,197,0.5),
        inset 0 0 10px rgb(185,180,197,0.5);
}.potential-students p::before {
    opacity: 0.7;
    transition: opacity 0.3s ease;
    right: 0;
    background: rgb(185,180,197);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    bottom: 0;
    height: 30px;
    width: 30px;
    position: absolute;
    content: '';
}.potential-students p::after {
    transition: all 0.3s ease;
    right: 25px;
    opacity: 0.15;
    font-weight: 700;
    color: rgb(150,140,166);
    z-index: -1;
    content: attr(data-number);
    top: -15px;
    position: absolute;
    font-size: calc(46px * 1.2);
}.potential-students p:nth-child(1)::after {
    content: '01';
}.potential-students p:nth-child(2)::after {
    content: '02';
}.potential-students p:nth-child(3)::after {
    content: '03';
}.potential-students p:nth-child(4)::after {
    content: '04';
}.potential-students p:nth-child(5)::after {
    content: '05';
}.potential-students p:nth-child(6)::after {
    content: '06';
}.potential-students p:nth-child(7)::after {
    content: '07';
}.potential-students p:nth-child(8)::after {
    content: '08';
}.potential-students p:nth-child(9)::after {
    content: '09';
}.potential-students p:nth-child(10)::after {
    content: '10';
}.potential-students p:hover {
    border-color: rgb(185,180,197);
    z-index: 10;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(185,180,197,0.5),
        inset 0 0 15px rgb(185,180,197);
    transform: translateY(-15px) rotateX(5deg);
}.potential-students p:hover::before {
    opacity: 1;
}.potential-students p:hover::after {
    opacity: 0.3;
    transform: translateY(-10px) scale(1.2);
}.potential-students p:nth-child(3n+1) {
    transform: translateX(-30px);
}.potential-students p:nth-child(3n+3) {
    transform: translateX(30px);
}.potential-students p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}.potential-students p:nth-child(3n+3):hover {
    transform: translateX(30px) translateY(-15px) rotateX(5deg) rotateY(5deg);
}.potential-students p svg {
    filter: drop-shadow(0 0 8px rgb(185,180,197,0.5));
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-right: 20px;
    height: 36px;
    width: 36px;
}.potential-students p:hover svg {
    transform: scale(1.2) rotate(15deg);
}.potential-students p svg path {
    fill: rgb(185,180,197);
    transition: fill 0.3s ease;
}.potential-students p:hover svg path {
    fill: rgb(150,140,166);
}.potential-students .skills-center::before {
    height: 200px;
    width: 200px;
    content: '';
    position: absolute;
    filter: blur(2px);
    top: -70px;
    opacity: 0.2;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(150,140,166) 49%, rgb(150,140,166) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(150,140,166) 49%, rgb(150,140,166) 51%, transparent 52%) 0 0/20px 20px;
    animation: rotateMesh 30s linear infinite;
    border-radius: 50%;
    left: -100px;
}.potential-students .skills-center::after {
    right: -70px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(185,180,197) 49%, rgb(185,180,197) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(185,180,197) 49%, rgb(185,180,197) 51%, transparent 52%) 0 0/15px 15px;
    opacity: 0.2;
    border-radius: 50%;
    bottom: -70px;
    position: absolute;
    width: 150px;
    filter: blur(2px);
    content: '';
    animation: rotateMesh 30s linear infinite reverse;
    height: 150px;
}

@keyframes rotateMesh {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199px) {.potential-students div > div {
    margin: 0 -30px;
}
}

@media (max-width: 991px) {.potential-students {
    padding: 80px 0;
}.potential-students h4 {
    font-size: calc(29px * 1.1);
    margin-bottom: 60px;
}.potential-students div > div {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -20px;
}.potential-students p {
    padding: 25px 30px;
}.potential-students p svg {
    width: 32px;
    margin-right: 15px;
    height: 32px;
}.potential-students p:nth-child(3n+1),
    .potential-students p:nth-child(3n+3) {
    transform: none;
}.potential-students p:nth-child(odd) {
    transform: translateX(-20px);
}.potential-students p:nth-child(even) {
    transform: translateX(20px);
}.potential-students p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.potential-students p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}

@media (max-width: 767px) {.potential-students {
    padding: 70px 0;
}.potential-students h4 {
    font-size: 29px;
    margin-bottom: 50px;
    letter-spacing: 2px;
}.potential-students div > div {
    grid-template-columns: 1fr;
    margin: 0;
    gap: 25px;
}.potential-students p {
    padding: 25px;
    transform: none !important;
}.potential-students p:hover {
    transform: translateY(-10px) !important;
}.potential-students .skills-center::before {
    height: 120px;
    top: -50px;
    left: -60px;
    width: 120px;
}.potential-students .skills-center::after {
    right: -50px;
    height: 100px;
    width: 100px;
    bottom: -50px;
}
}

@media (max-width: 480px) {.potential-students {
    padding: 60px 0;
}.potential-students h4 {
    letter-spacing: 1px;
    font-size: calc(29px * 0.85);
    margin-bottom: 40px;
}.potential-students p {
    padding: 20px;
    font-size: 17px;
}.potential-students p svg {
    margin-right: 12px;
    width: 28px;
    height: 28px;
}.potential-students p::after {
    right: 15px;
    font-size: 46px;
    top: -10px;
}}.learning-profits {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(220,215,226) 0%, rgba(247, 248, 255, 0.85) 100%);
    position: relative;
    overflow: hidden;
}.learning-profits .container {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}.learning-profits .skills-center {
    display: flex;
    position: relative;
    gap: 3rem;
    flex-direction: column-reverse;
}.learning-profits .legend-holder {
    backdrop-filter: blur(10px);
    transform: translateY(0);
    padding: 2rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 2;
}.learning-profits .legend-holder:hover {
    transform: translateY(-5px);
}.learning-profits .legend-holder::before {
    background: rgb(185,180,197);
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 0;
    width: 3px;
}.learning-profits .legend-holder:hover::before {
    height: 100%;
}.learning-profits h4 {
    margin-bottom: 2rem;
    color: #000000;
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    padding-left: 1rem;
    line-height: 1.4;
    border-left: 3px solid rgb(150,140,166);
}.learning-profits .legend-holder > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.learning-profits ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.learning-profits li {
    transform: translateX(0);
    margin-bottom: 1.25rem;
    transition: transform 0.4s ease;
    position: relative;
}.learning-profits li:hover {
    transform: translateX(5px);
}.learning-profits li p {
    gap: 1rem;
    font-size: 14px;
    margin: 0;
    align-items: flex-start;
    line-height: 1.6;
    color: #000000;
    display: flex;
}.learning-profits li p span:first-child {
    margin-top: 0.2rem;
    flex-shrink: 0;
}.learning-profits li svg {
    transform: scale(1);
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}.learning-profits li:hover svg {
    transform: scale(1.15);
}.learning-profits li svg path {
    fill: rgb(185,180,197);
    transition: fill 0.3s ease;
}.learning-profits li:hover svg path {
    fill: rgb(150,140,166);
}.learning-profits .thumb {
    height: auto;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    filter: saturate(0.9);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    width: 100%;
}.learning-profits .thumb:hover {
    transform: scale(1.02);
    filter: saturate(1.1);
}

@media (min-width: 768px) {.learning-profits {
    padding: 7rem 0;
}.learning-profits .skills-center {
    align-items: center;
    gap: 5rem;
    flex-direction: row;
}.learning-profits .legend-holder {
    flex: 1;
    padding: 3rem;
}.learning-profits .thumb {
    max-width: 45%;
    height: 100%;
    flex: 1;
    max-height: 500px;
}.learning-profits .legend-holder > div {
    flex-direction: row;
}.learning-profits h4 {
    font-size: 2rem;
    padding-left: 1.5rem;
}
}

@media (min-width: 992px) {.learning-profits {
    padding: 8rem 0;
}.learning-profits .skills-center {
    gap: 6rem;
}.learning-profits .legend-holder {
    padding: 3.5rem;
}.learning-profits .thumb {
    transform: perspective(1000px) rotateY(-3deg);
    border-radius: 100px;
}.learning-profits .thumb:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.learning-profits h4 {
    font-size: 2.2rem;
}.learning-profits li {
    margin-bottom: 1.5rem;
}.learning-profits li p {
    font-size: calc(14px + 0.1rem);
}
}

@media (min-width: 1200px) {.learning-profits .legend-holder::after {
    border-bottom: 3px solid rgb(150,140,166);
    border-right: 3px solid rgb(150,140,166);
    position: absolute;
    transition: opacity 0.5s ease, transform 0.5s ease;
    height: 60px;
    right: 0;
    transform: translate(10px, 10px);
    bottom: 0;
    width: 60px;
    content: "";
    opacity: 0;
}.learning-profits .legend-holder:hover::after {
    transform: translate(0, 0);
    opacity: 1;
}.learning-profits h4 {
    font-size: 2.4rem;
}.learning-profits li p {
    font-size: calc(14px + 0.15rem);
}.learning-profits .thumb {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
}.learning-profits .thumb:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
}

@media (prefers-reduced-motion: reduce) {.learning-profits *,
    .learning-profits *::before,
    .learning-profits *::after {
    animation-duration: 0.01s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01s !important;
}}.user-testimonials {
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
    background: rgb(220,215,226);
}.user-testimonials::before {
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0.05;
    top: 0;
    background-position: 0 0, 30px 30px;
    background: linear-gradient(45deg, rgb(185,180,197,0.5) 25%, transparent 25%, transparent 75%, rgb(185,180,197,0.5) 75%),
    linear-gradient(45deg, rgb(185,180,197,0.5) 25%, transparent 25%, transparent 75%, rgb(185,180,197,0.5) 75%);
    background-size: 60px 60px;
    left: 0;
    height: 100%;
    z-index: 0;
}.user-testimonials::after {
    background: rgb(185,180,197,0.5);
    position: absolute;
    content: "";
    left: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    transform: skewX(-20deg) translateX(-20%);
    width: 60%;
    opacity: 0.1;
}.user-testimonials .container {
    position: relative;
    z-index: 1;
}.user-testimonials h2 {
    text-align: center;
    transform: perspective(500px) rotateX(5deg);
    margin-bottom: 5rem;
    font-weight: 700;
    background: linear-gradient(180deg, transparent, rgb(185,180,197,0.5));
    transform: translateX(-50%);
    left: 50%;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 1rem 3rem;
    font-size: 30px;
    position: relative;
    color: #000000;
}.user-testimonials h2::after {
    background: linear-gradient(90deg, transparent, rgb(185,180,197), transparent);
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 5px;
    content: "";
}.user-testimonials .client-praises {
    grid-template-columns: repeat(3, 1fr);
    perspective: 1000px;
    display: grid;
    gap: 3rem;
    transform-style: preserve-3d;
}.user-testimonials .learning-testimonials {
    transform-origin: center center;
    box-shadow: 
        -5px 5px 15px rgba(0, 0, 0, 0.1),
        inset 1px 1px 0 rgba(255, 255, 255, 0.8),
        inset -1px -1px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    transform: rotateY(10deg) rotateX(5deg);
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2.5rem;
}.user-testimonials .learning-testimonials:nth-child(2n) {
    transform: rotateY(-10deg) rotateX(-5deg);
}.user-testimonials .learning-testimonials:nth-child(3n) {
    transform: rotateY(0) rotateX(-7deg);
}.user-testimonials .learning-testimonials::before {
    left: 0;
    transform: translateZ(-10px);
    z-index: -1;
    opacity: 0.5;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
}.user-testimonials .learning-testimonials::after {
    content: "";
    width: 0;
    border-style: solid;
    border-color: transparent transparent rgb(150,140,166,0.5) transparent;
    height: 0;
    right: 0;
    position: absolute;
    transform: translateZ(5px);
    border-width: 0 0 30px 30px;
    transition: all 0.3s ease;
    bottom: 0;
}.user-testimonials .learning-testimonials:hover {
    z-index: 10;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        inset 1px 1px 0 rgba(255, 255, 255, 1),
        inset -1px -1px 0 rgba(0, 0, 0, 0.1);
    transform: rotateY(0) rotateX(0) translateZ(20px) scale(1.05);
}.user-testimonials .learning-testimonials:hover::after {
    border-color: transparent transparent rgb(150,140,166) transparent;
    border-width: 0 0 50px 50px;
}.user-testimonials .learning-testimonials img {
    border: 2px solid #ffffff;
    transition: all 0.5s ease;
    border-radius: 0;
    width: 80px;
    margin-bottom: 1.5rem;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: 80px;
    transform: translateZ(15px);
}.user-testimonials .learning-testimonials:hover img {
    transform: translateZ(30px) rotate(360deg);
}.user-testimonials .learning-testimonials p {
    text-align: center;
    margin-bottom: 0.5rem;
    transform: translateZ(10px);
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #000000;
}.user-testimonials .learning-testimonials:hover p {
    color: rgb(185,180,197);
    transform: translateZ(25px);
}.user-testimonials .learning-testimonials .description {
    text-align: center;
    font-weight: 400;
    color: #000000;
    position: relative;
    padding: 1rem;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 1.6;
    transform: translateZ(5px);
}.user-testimonials .learning-testimonials:hover .description {
    transform: translateZ(20px);
}.user-testimonials .learning-testimonials .description::before {
    border-top: 2px solid rgb(185,180,197,0.5);
    content: "";
    border-left: 2px solid rgb(185,180,197,0.5);
    position: absolute;
    transition: all 0.3s ease;
    height: 20px;
    top: 0;
    left: 0;
    width: 20px;
}.user-testimonials .learning-testimonials:hover .description::before {
    border-color: rgb(185,180,197);
    width: 30px;
    height: 30px;
}.user-testimonials .learning-testimonials .description::after {
    bottom: 0;
    width: 20px;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(150,140,166,0.5);
    right: 0;
    content: "";
    position: absolute;
    height: 20px;
    border-right: 2px solid rgb(150,140,166,0.5);
}.user-testimonials .learning-testimonials:hover .description::after {
    width: 30px;
    height: 30px;
    border-color: rgb(150,140,166);
}.user-testimonials .learning-testimonials:nth-child(3n+1)::before {
    background: linear-gradient(135deg, #ffffff, rgb(220,215,226));
}.user-testimonials .learning-testimonials:nth-child(3n+2)::before {
    background: linear-gradient(45deg, #ffffff, rgb(220,215,226));
}.user-testimonials .skills-center::before {
    bottom: -50px;
    background: rgb(185,180,197,0.5);
    opacity: 0.1;
    content: "";
    left: -50px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    height: 200px;
    position: absolute;
    z-index: -1;
    width: 200px;
}.user-testimonials .skills-center::after {
    opacity: 0.1;
    z-index: -1;
    background: rgb(150,140,166,0.5);
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    content: "";
    right: -50px;
    width: 200px;
    position: absolute;
    top: -50px;
    height: 200px;
}

@keyframes fold {
    0%, 100% { transform: rotateY(0) rotateX(0); }
    50% { transform: rotateY(5deg) rotateX(5deg); }
}

@media (max-width: 992px) {.user-testimonials .client-praises {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.user-testimonials {
    padding: 5rem 0;
}.user-testimonials h2 {
    background: none;
    clip-path: none;
    margin-bottom: 3rem;
    transform: none;
    font-size: calc(30px * 0.9);
    padding: 0;
}.user-testimonials .client-praises {
    gap: 3rem;
    grid-template-columns: 1fr;
}.user-testimonials .learning-testimonials,
    .user-testimonials .learning-testimonials:nth-child(2n),
    .user-testimonials .learning-testimonials:nth-child(3n) {
    transform: none;
    animation: fold 10s infinite alternate ease-in-out;
}.user-testimonials .learning-testimonials:hover {
    transform: translateY(-10px);
}.user-testimonials .learning-testimonials:hover img {
    transform: translateZ(10px) rotate(360deg);
}.user-testimonials .learning-testimonials img,
    .user-testimonials .learning-testimonials p,
    .user-testimonials .learning-testimonials .description,
    .user-testimonials .learning-testimonials:hover p,
    .user-testimonials .learning-testimonials:hover .description {
    transform: none;
}}header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    margin-top: 0;
    z-index: 100;
    overflow: visible;
    position: relative;
    background: linear-gradient(90deg, rgb(150,140,166) 0%, rgb(185,180,197) 100%);
    padding: 0;
}header::before {
    left: 0;
    position: absolute;
    content: '';
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    height: 100%;
    top: 0;
    width: 100%;
}header .head-mainwrap {
    align-items: center;
    justify-content: space-between;
    z-index: 5;
    padding: 1.2rem 2.5rem;
    position: relative;
    display: flex;
}header .page-header {
    padding: 0.5rem;
    position: relative;
    flex: 0 0 auto;
    margin-right: 2rem;
    overflow: visible;
}header .page-header::before {
    left: -5px;
    transform: skew(-5deg);
    top: -5px;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    position: absolute;
    content: '';
    bottom: -5px;
    right: -5px;
    z-index: -1;
    opacity: 0.1;
}header .page-header::after {
    opacity: 0;
    position: absolute;
    content: '';
    right: -5px;
    z-index: -1;
    bottom: -5px;
    left: -5px;
    transform: skew(-5deg);
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    top: -5px;
}header .page-header:hover::before {
    opacity: 0;
}header .page-header:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .main-pro {
    display: block;
    transition: all 0.3s ease;
    position: relative;
}header .main-pro:hover {
    transform: scale(1.05);
}header .main-pro img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .main-start {
    margin: 0;
    position: relative;
    z-index: 2;
    display: flex;
    list-style: none;
    padding: 0;
}header .first-pagebar {
    position: relative;
    margin: 0 0.4rem;
}header .first-pagebar a {
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
    text-shadow: 0 0 5px #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    padding: 0 1.2rem;
    position: relative;
    height: 40px;
    letter-spacing: 0.5px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
}header .first-pagebar a::before {
    bottom: -2px;
    left: -2px;
    position: absolute;
    opacity: 0;
    top: -2px;
    background: #ffffff;
    transform: scale(0.9);
    transition: opacity 0.3s ease;
    z-index: -1;
    right: -2px;
    content: '';
}header .first-pagebar a:hover {
    transform: translateY(-3px);
    text-shadow: none;
    color: rgb(185,180,197);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    border-color: #ffffff;
}header .first-pagebar a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .first-pagebar::after {
    opacity: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    filter: blur(3px);
    bottom: -10px;
    left: 10%;
    position: absolute;
    transition: all 0.3s ease;
    width: 80%;
    height: 5px;
    content: '';
}header .first-pagebar:hover::after {
    bottom: -5px;
    opacity: 0.5;
}header .head-mainwrap::before {
    top: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
}header .head-mainwrap::after {
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    left: 0;
    height: 1px;
    content: '';
    position: absolute;
}header .header-pro {
    padding-top: 2rem;
    position: relative;
    background: rgb(220,215,226);
    z-index: 1;
}

@media (min-width: 1400px) {header .head-mainwrap {
    max-width: 1320px;
    margin: 0 auto;
}header .first-pagebar {
    margin: 0 0.6rem;
}header .first-pagebar a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .head-mainwrap {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .page-header {
    margin-right: 0;
    margin-bottom: 0;
}header .main-start {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .first-pagebar a {
    font-size: calc(15px - 1px);
    padding: 0 1rem;
    height: 36px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head-mainwrap {
    padding: 0.8rem 1.5rem;
}header .page-header {
    max-width: 140px;
}header .page-header::before, 
    header .page-header::after {
    bottom: -3px;
    right: -3px;
    top: -3px;
    left: -3px;
}header .main-pro img {
    max-height: 35px;
}header .main-start {
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}header .main-start::-webkit-scrollbar {
    height: 3px;
}header .main-start::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .first-pagebar {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .first-pagebar a {
    padding: 0 0.8rem;
    height: 32px;
    white-space: nowrap;
    font-size: calc(15px - 2px);
}header .first-pagebar::after {
    display: none;
}
}

@media (max-width: 479px) {header .head-mainwrap {
    padding: 0.7rem 1.2rem;
}header .page-header {
    max-width: 120px;
}header .first-pagebar a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(15px - 3px);
}}.pricing-panel {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.pricing-panel::before {
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    right: 0;
    bottom: 0;
}.pricing-panel .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.pricing-panel .training-fees {
    perspective: 1000px;
    position: relative;
}.pricing-panel h2 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    transform: translateZ(50px);
    font-size: 32px;
    font-weight: 700;
    animation: fadeInDown 0.8s ease-out forwards;
    text-shadow: 0 3px 10px rgba(0,0,0,0.3);
}.pricing-panel .rate-list {
    opacity: 0.9;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 50px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    color: #ffffff;
    transform: translateZ(30px);
    text-align: center;
    font-size: calc(12px * 1.1);
}.pricing-panel .value-pricing {
    gap: 30px;
    display: grid;
    list-style: none;
    perspective: 2000px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
}.pricing-panel .value-pricing li {
    animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    opacity: 0;
    transform: translateY(30px) rotateX(5deg);
    height: 100%;
}.pricing-panel .value-pricing li:nth-child(1) {
    animation-delay: 0.3s;
}.pricing-panel .value-pricing li:nth-child(2) {
    animation-delay: 0.5s;
}.pricing-panel .value-pricing li:nth-child(3) {
    animation-delay: 0.7s;
}.pricing-panel .value-pricing li:nth-child(4) {
    animation-delay: 0.9s;
}.pricing-panel .package-rates {
    display: block;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    color: inherit;
    transform-style: preserve-3d;
    will-change: transform;
}.pricing-panel .package-rates:hover {
    transform: translateY(-15px) scale(1.02) rotateX(2deg);
}.pricing-panel .cert-cost {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(185,180,197,0.5), rgb(150,140,166,0.5));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
    position: relative;
    transition: all 0.4s ease;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
}.pricing-panel .package-rates:hover .cert-cost {
    box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.25);
}.pricing-panel .cert-cost::before {
    width: 100px;
    opacity: 0.15;
    background: rgb(150,140,166);
    transition: all 0.4s ease;
    position: absolute;
    transform: rotate(45deg);
    right: -10px;
    height: 100px;
    content: "";
    top: -10px;
}.pricing-panel .package-rates:hover .cert-cost::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 0.25;
}.pricing-panel .fee-options {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    padding: 35px 30px;
    z-index: 1;
}.pricing-panel .package-rates:hover .fee-options {
    transform: translateZ(10px);
}.pricing-panel .fee-options h4 {
    margin: 0 0 20px;
    color: #ffffff;
    position: relative;
    transition: transform 0.3s ease;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: calc(23px * 1.2);
}.pricing-panel .package-rates:hover .fee-options h4 {
    transform: translateY(-5px);
}.pricing-panel .fee-options h4::after {
    width: 50px;
    transition: width 0.4s ease;
    height: 3px;
    left: 0;
    content: "";
    background: rgb(185,180,197);
    position: absolute;
    bottom: 0;
}.pricing-panel .package-rates:hover .fee-options h4::after {
    width: 80px;
}.pricing-panel .fee-options p {
    overflow-y: auto;
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
    transition: opacity 0.3s ease;
    padding-right: 10px;
    margin-bottom: 30px;
    max-height: 200px;
    font-size: 12px;
}.pricing-panel .fee-options p::-webkit-scrollbar {
    width: 4px;
}.pricing-panel .fee-options p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(185,180,197,0.5);
}.pricing-panel .package-rates:hover .fee-options p {
    opacity: 1;
}.pricing-panel .deal-grid {
    transition: all 0.4s ease;
    font-weight: 700;
    font-size: calc(23px * 1.4);
    margin-top: 20px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    color: #ffffff;
    position: relative;
    display: block;
}.pricing-panel .deal-grid::before {
    transition: width 0.4s ease;
    height: 2px;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(150,140,166);
    width: 30px;
    top: -10px;
}.pricing-panel .package-rates:hover .deal-grid::before {
    width: 50px;
}.pricing-panel .package-rates:hover .deal-grid {
    transform: scale(1.1);
    color: rgb(150,140,166);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px) translateZ(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(50px);
    }
}

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

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.pricing-panel {
    padding: 100px 0;
}.pricing-panel h2 {
    font-size: calc(32px * 0.9);
}.pricing-panel .rate-list {
    margin-bottom: 40px;
    font-size: 12px;
}.pricing-panel .value-pricing {
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing-panel {
    padding: 80px 0;
}.pricing-panel .value-pricing {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.pricing-panel .fee-options {
    padding: 30px 25px;
}.pricing-panel .fee-options p {
    max-height: 180px;
}
}

@media (max-width: 768px) {.pricing-panel {
    padding: 70px 0;
}.pricing-panel h2 {
    margin-bottom: 15px;
    font-size: calc(32px * 0.8);
}.pricing-panel .rate-list {
    font-size: calc(12px * 0.95);
    margin-bottom: 30px;
}.pricing-panel .value-pricing {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.pricing-panel .cert-cost {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
}.pricing-panel .deal-grid {
    font-size: calc(23px * 1.2);
}
}

@media (max-width: 576px) {.pricing-panel {
    padding: 60px 0;
}.pricing-panel h2 {
    font-size: calc(32px * 0.7);
}.pricing-panel .rate-list {
    margin-bottom: 25px;
    font-size: calc(12px * 0.9);
}.pricing-panel .fee-options {
    padding: 25px 20px;
}.pricing-panel .fee-options h4 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 23px;
}.pricing-panel .fee-options p {
    margin-bottom: 20px;
    font-size: calc(12px * 0.9);
    max-height: 150px;
}}.modalDataProtection {
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(185,180,197);
    position: fixed;
    width: 100%;
    background: rgb(220,215,226);
}.cookie-window {
    padding: 20px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}.modalDataProtection h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#cookie-popupbanner {
    display: none;
}#cookie-popupbanner:checked ~ .modalDataProtection {
    opacity: 0;
    visibility: hidden;
}.modalDataProtection p {
    font-size: 18px;
}.track-prefs {
    margin-right: 10px;
    flex-shrink: 0;
}.track-prefs svg, .track-prefs svg path, .track-prefs img {
    fill: rgb(185,180,197);
    height: 100px;
    width: 100px;
}.data-consent {
    margin-left: 10px;
    border-bottom: 2px solid rgb(185,180,197);
    color: rgb(185,180,197);
    min-width: 120px;
    white-space: nowrap;
    line-height: 35px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    flex-shrink: 0;
}.modalDataProtection p a {
    text-decoration: none;
    color: rgb(185,180,197);
}
@media only screen and (max-width: 1200px) {.modalDataProtection {
    padding: 20px;
}}

.wrapper-container .modalDataProtection {
    padding: 40px 0;
    border: none;
    background: rgb(150,140,166);
    box-shadow: rgb(150,140,166,0.5) 0px 0px 40px 39px;
}.wrapper-container .data-consent {
    padding: 10px;
    border: none;
    color: #ffffff;
    background: rgb(185,180,197);
    font-size: 20px;
    font-weight: 400;
    margin-left: 30px;
}.wrapper-container .cookie-verify h5, .wrapper-container .cookie-verify p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.track-prefs {
    display: none;
}.cookie-window {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.modalDataProtection h5 {
    text-align: center;
}.modalDataProtection p {
    text-align: center;
}.cookie-verify {
    margin-bottom: 20px;
}body .wrapper-container .data-consent {
    margin-bottom: 10px;
    margin-left: 0;
}}.welcome-board {
    justify-content: center;
    overflow: hidden;
    align-items: center;
    min-height: 100vh;
    display: flex;
    z-index: 1;
    position: relative;
}.welcome-board::before {
    left: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, 
    rgb(185,180,197,0.5) 0%, 
    rgba(0,0,0,0.65) 100%);
    top: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(2px);
    position: absolute;
}.welcome-board::after {
    content: "";
    background: radial-gradient(circle at center, 
    rgb(150,140,166,0.5) 0%, 
    transparent 70%);
    right: -5%;
    transform: rotate(-15deg);
    width: 50%;
    height: 50%;
    animation: pulse 8s infinite alternate ease-in-out;
    position: absolute;
    bottom: -5%;
    z-index: -1;
}.welcome-board > div {
    transform: translateY(-2%);
    width: 90%;
    max-width: 1200px;
    position: relative;
    padding: 4rem 2rem;
}.welcome-board > div > div:first-child {
    margin-bottom: 3rem;
    opacity: 0;
    position: relative;
    animation: slideRight 0.8s ease-out forwards;
    transform: translateX(-2rem);
}.welcome-board .title_style_header {
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    line-height: 1.2;
    font-size: calc(45px * 1.2);
    position: relative;
    text-shadow: 0 4px 12px rgba(0,0,0,0.25);
}.welcome-board .title_style_header::after {
    animation: expandWidth 1.2s 0.5s ease-out forwards;
    width: 0;
    content: "";
    left: 0;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(150,140,166), transparent);
    bottom: -0.5rem;
}.welcome-board .learning-intro {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    transform: translateY(2rem);
    border-left: 3px solid rgb(150,140,166);
    animation: slideUp 0.8s 0.3s ease-out forwards;
    opacity: 0;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, 
    rgba(255,255,255,0.1) 0%, 
    rgba(255,255,255,0.05) 100%);
    padding: 2.5rem;
}.welcome-board .learning-growth {
    animation: slideRight 0.8s 0.5s ease-out forwards;
    opacity: 0;
    transform: translateX(-1rem);
    margin-bottom: 1.5rem;
}.welcome-board .learning-growth h3 {
    font-weight: 600;
    position: relative;
    line-height: 1.5;
    color: #ffffff;
    padding-left: 1rem;
    font-size: calc(20px * 1.1);
}.welcome-board .learning-growth h3::before {
    width: 3px;
    content: "";
    background: rgb(150,140,166);
    transform-origin: top;
    position: absolute;
    transform: scaleY(0);
    left: -0.5rem;
    top: 0;
    height: 100%;
    animation: scaleVertical 0.6s 0.8s ease-out forwards;
}.welcome-board .learning-intro > div:last-child {
    position: relative;
    opacity: 0;
    animation: slideUp 0.8s 0.7s ease-out forwards;
    padding-top: 1rem;
    transform: translateY(1rem);
}.welcome-board .learning-intro > div:last-child::before {
    width: 30%;
    top: 0;
    background: linear-gradient(90deg, rgb(150,140,166), transparent);
    content: "";
    left: 0;
    position: absolute;
    height: 1px;
}.welcome-board .learning-intro span p {
    line-height: 1.7;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: calc(16px * 1.1);
}

@keyframes slideRight {
  from {
    transform: translateX(-2rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(2rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 60%;
  }
}

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

@keyframes pulse {
  0%, 100% {
    transform: scale(1) rotate(-15deg);
  }
  50% {
    transform: scale(1.1) rotate(-15deg);
  }
}

@media (max-width: 992px) {.welcome-board > div {
    width: 95%;
    padding: 3rem 1.5rem;
}.welcome-board .title_style_header {
    font-size: calc(45px * 1.1);
}.welcome-board .learning-intro {
    padding: 2rem;
}.welcome-board .learning-growth h3 {
    font-size: 20px;
}
}

@media (max-width: 768px) {.welcome-board > div {
    padding: 2.5rem 1.25rem;
    width: 100%;
}.welcome-board .title_style_header {
    font-size: 45px;
}.welcome-board .learning-intro {
    padding: 1.75rem;
}
}

@media (max-width: 576px) {.welcome-board {
    min-height: 90vh;
}.welcome-board > div {
    padding: 2rem 1rem;
}.welcome-board > div > div:first-child {
    margin-bottom: 2rem;
}.welcome-board .title_style_header {
    font-size: calc(45px * 0.9);
}.welcome-board .learning-intro {
    padding: 1.5rem;
}.welcome-board .learning-growth h3 {
    font-size: calc(20px * 0.9);
}.welcome-board .learning-intro span p {
    font-size: 16px;
}.welcome-board::after {
    width: 70%;
    height: 50%;
}}.appZone {
    background: linear-gradient(135deg, rgb(185,180,197,0.5) 0%, rgb(220,215,226) 70%);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
}.appZone::before {
    content: "";
    top: 0;
    background-size: 80px 80px, 60px 60px, 100px 100px;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, transparent 20%, rgb(185,180,197,0.5) 21%, transparent 22%),
        radial-gradient(circle at 90% 60%, transparent 10%, rgb(185,180,197,0.5) 11%, transparent 12%),
        radial-gradient(circle at 50% 40%, transparent 30%, rgb(185,180,197,0.5) 31%, transparent 32%);
    z-index: 0;
    height: 100%;
    width: 100%;
    opacity: 0.15;
}.appZone .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    transform-style: preserve-3d;
    z-index: 1;
}.appZone h2 {
    margin-bottom: 3rem;
    transform: translateZ(40px);
    opacity: 0;
    line-height: 1.3;
    font-size: 29px;
    font-weight: 700;
    color: #000000;
    position: relative;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-family: Arial, sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}.appZone h2::after {
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    left: 0;
    position: absolute;
    transform: scaleX(0);
    bottom: -15px;
    width: 80px;
    content: "";
    height: 3px;
    background: rgb(185,180,197);
    transform-origin: left;
}.appZone .skills-center {
    background: #ffffff;
    transform: translateZ(20px) rotateY(-2deg);
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    border-left: 5px solid rgb(185,180,197);
    box-shadow: 
        0 10px 25px -10px rgba(0,0,0,0.1),
        0 5px 10px -5px rgba(0,0,0,0.04);
    opacity: 0;
}.appZone .skills-center:hover {
    transform: translateZ(25px) rotateY(0deg);
}.appZone ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}.appZone li {
    padding: 2.5rem;
    position: relative;
}.appZone li::before {
    width: 40px;
    content: "";
    z-index: -1;
    height: 40px;
    top: -8px;
    opacity: 0.7;
    right: -8px;
    animation: pulseIn 1.5s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: scale(0);
    position: absolute;
    background: rgb(150,140,166,0.5);
    border-radius: 50%;
}.appZone span {
    line-height: 1.8;
    transform: translateZ(10px);
    font-size: 13px;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(40px);
    }
}

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

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 992px) {.appZone {
    padding: 4rem 1.5rem;
}.appZone h2 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.9);
}.appZone .skills-center {
    transform: translateZ(15px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.appZone {
    padding: 3rem 1rem;
}.appZone h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.appZone .skills-center {
    transform: translateZ(10px) rotateY(0);
}.appZone li {
    padding: 2rem;
}
}

@media (max-width: 576px) {.appZone {
    padding: 2.5rem 0.8rem;
}.appZone h2 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.7);
}.appZone h2::after {
    height: 2px;
    width: 60px;
}.appZone li {
    padding: 1.5rem;
}.appZone span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.explore-now {
    background: linear-gradient(165deg, rgb(185,180,197) 0%, rgb(150,140,166) 100%);
    z-index: 1;
    padding: 130px 0;
    overflow: hidden;
    position: relative;
}.explore-now::before {
    backdrop-filter: blur(100px);
    width: 100%;
    background-color: rgba(255, 255, 255, 0.02);
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    content: '';
    left: 0;
}.explore-now::after {
    z-index: -1;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 60%
    );
    position: absolute;
    width: 100%;
}.explore-now .skills-center {
    padding: 80px 60px;
    z-index: 2;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.1);
    justify-content: center;
    max-width: 800px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    background-color: rgba(255, 255, 255, 0.06);
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    display: flex;
}.explore-now .skills-center::before {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.05) 100%
    );
    content: '';
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
}.explore-now .skills-center::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    z-index: 1;
}.explore-now .skills-center:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 35px 60px rgba(0, 0, 0, 0.2),
        0 15px 40px rgba(0, 0, 0, 0.15);
}.explore-now h3 {
    letter-spacing: 8px;
    font-family: Arial, sans-serif;
    text-align: center;
    transition: all 0.4s ease;
    font-size: 35px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 0.9;
    position: relative;
    font-weight: 300;
    margin-bottom: 60px;
}.explore-now h3::before {
    transform: translateX(-50%);
    bottom: -25px;
    content: '';
    position: absolute;
    height: 1px;
    left: 50%;
    background: rgba(255, 255, 255, 0.3);
    width: 40px;
}.explore-now h3::after {
    height: 6px;
    position: absolute;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    content: '';
    transform: translateX(-50%);
    width: 6px;
    background: #ffffff;
    bottom: -27px;
    border-radius: 50%;
    left: 50%;
}.explore-now .message-infoKTpN7 {
    text-transform: uppercase;
    display: inline-block;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    letter-spacing: 3px;
    text-decoration: none;
    z-index: 1;
    padding: 16px 50px;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 16px;
    color: rgb(185,180,197);
}.explore-now .message-infoKTpN7::before {
    position: absolute;
    transition: opacity 0.4s ease;
    z-index: -1;
    background: linear-gradient(
        to right,
        rgb(185,180,197),
        rgb(150,140,166)
    );
    opacity: 0;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
}.explore-now .message-infoKTpN7::after {
    height: 0;
    width: 0;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    left: 50%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 50%;
}.explore-now .message-infoKTpN7:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 8px 20px rgba(0, 0, 0, 0.1);
}.explore-now .message-infoKTpN7:hover::before {
    opacity: 1;
}.explore-now .message-infoKTpN7:hover::after {
    width: 300px;
    opacity: 0;
    height: 300px;
    transition: width 0.6s ease, height 0.6s ease, opacity 0.6s ease 0.2s;
}

@media screen and (max-width: 992px) {.explore-now {
    padding: 110px 0;
}.explore-now .skills-center {
    max-width: 85%;
    padding: 70px 50px;
}.explore-now h3 {
    font-size: calc(35px * 0.9);
    letter-spacing: 6px;
    margin-bottom: 55px;
}.explore-now .message-infoKTpN7 {
    letter-spacing: 2.5px;
    font-size: calc(16px * 0.95);
    padding: 14px 45px;
}
}

@media screen and (max-width: 768px) {.explore-now {
    padding: 90px 0;
}.explore-now .skills-center {
    padding: 60px 40px;
}.explore-now h3 {
    letter-spacing: 5px;
    font-size: calc(35px * 0.8);
    margin-bottom: 50px;
}.explore-now h3::before {
    bottom: -20px;
    width: 35px;
}.explore-now h3::after {
    height: 5px;
    width: 5px;
    bottom: -22px;
}.explore-now .message-infoKTpN7 {
    letter-spacing: 2px;
    font-size: calc(16px * 0.9);
    padding: 12px 40px;
}
}

@media screen and (max-width: 576px) {.explore-now {
    padding: 70px 0;
}.explore-now .skills-center {
    padding: 50px 30px;
}.explore-now h3 {
    margin-bottom: 45px;
    font-size: calc(35px * 0.7);
    letter-spacing: 4px;
}.explore-now h3::before {
    width: 30px;
    bottom: -15px;
}.explore-now h3::after {
    width: 4px;
    bottom: -17px;
    height: 4px;
}.explore-now .message-infoKTpN7 {
    padding: 10px 35px;
    letter-spacing: 1.5px;
    font-size: calc(16px * 0.85);
}}.meet-us {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}.meet-us::before {
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: 1;
    right: 0;
    content: "";
    bottom: 0;
    position: absolute;
    background: linear-gradient(145deg, rgba(15, 25, 35, 0.92), rgba(25, 35, 45, 0.85));
}.meet-us::after {
    opacity: 0.05;
    background: rgb(185,180,197,0.5);
    right: -5%;
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    width: 50%;
    z-index: 1;
    animation: floatBackground 30s infinite alternate ease-in-out;
    content: "";
    top: -10%;
    position: absolute;
}.meet-us h4 {
    letter-spacing: 2px;
    color: #ffffff;
    z-index: 2;
    margin-bottom: 40px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: max(32px, min(5vw, 48px));
}.meet-us h4::after {
    background: rgb(150,140,166);
    z-index: 2;
    content: "";
    bottom: 0;
    width: 80px;
    position: absolute;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
}.meet-us .container {
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.meet-us .legend-holder {
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-left: 5px solid rgb(150,140,166);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    position: relative;
}.meet-us .legend-holder:hover {
    transform: translateY(-5px);
}.meet-us .legend-holder::before {
    width: 60px;
    opacity: 0.5;
    border-top: 3px solid rgb(150,140,166,0.5);
    border-right: 3px solid rgb(150,140,166,0.5);
    right: 20px;
    content: "";
    top: 20px;
    height: 60px;
    position: absolute;
}.meet-us .legend-holder::after {
    content: "";
    border-bottom: 3px solid rgb(150,140,166,0.5);
    height: 60px;
    position: absolute;
    width: 60px;
    border-left: 3px solid rgb(150,140,166,0.5);
    bottom: 20px;
    opacity: 0.5;
    left: 20px;
}.meet-us h6 {
    color: #000000;
    font-size: max(24px, min(3vw, 32px));
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    display: inline-block;
}.meet-us h6::after {
    transform: scaleX(0.7);
    height: 3px;
    content: "";
    width: 70%;
    background: rgb(150,140,166);
    transition: transform 0.4s ease;
    position: absolute;
    left: 0;
    transform-origin: left;
    bottom: -8px;
}.meet-us .legend-holder:hover h6::after {
    transform: scaleX(1);
}.meet-us span {
    font-family: Arial, sans-serif;
    hyphens: auto;
    column-count: 1;
    max-width: 100%;
    display: block;
    column-gap: 40px;
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
}


@media (min-width: 768px) {.meet-us {
    padding: 150px 0 100px;
}.meet-us h4 {
    margin-bottom: 60px;
}.meet-us .legend-holder {
    padding: 50px;
    margin: 0 auto;
    max-width: 90%;
}.meet-us span {
    column-count: 2;
    text-align: justify;
}
}

@media (min-width: 992px) {.meet-us {
    padding: 180px 0 120px;
}.meet-us .legend-holder {
    max-width: 85%;
    padding: 60px 70px;
}.meet-us h4 {
    font-size: 42px;
}.meet-us h6 {
    font-size: 28px;
}.meet-us span {
    font-size: calc(14px + 1px);
}
}

@media (max-width: 767px) {.meet-us {
    padding: 80px 0 60px;
}.meet-us h4 {
    font-size: 28px;
    margin-bottom: 30px;
}.meet-us .legend-holder {
    padding: 30px 25px;
}.meet-us h6 {
    font-size: 22px;
    margin-bottom: 20px;
}.meet-us span {
    line-height: 1.6;
    font-size: calc(14px - 1px);
}.meet-us .legend-holder::before,
    .meet-us .legend-holder::after {
    height: 40px;
    width: 40px;
}}

@keyframes floatBackground {
    0% {
        transform: rotate(-15deg) skewX(15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) skewX(12deg) translateY(-20px);
    }
    100% {
        transform: rotate(-18deg) skewX(18deg) translateY(10px);
    }
}.developer-experience {
    background: linear-gradient(135deg, rgb(220,215,226) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.developer-experience::before {
    animation: rotateBg 30s linear infinite;
    left: 0;
    content: "";
    position: absolute;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(185,180,197,0.5) 90deg, transparent 180deg, rgb(150,140,166,0.5) 270deg, transparent 360deg);
    opacity: 0.2;
    top: 0;
    height: 100%;
    width: 100%;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.developer-experience .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
}.developer-experience .learning-testimonials {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateX(2deg);
    background-color: rgba(0, 0, 0, 0.5);
    grid-gap: 1.5rem;
    grid-template-columns: minmax(250px, 35%) 1fr;
    display: grid;
    padding: 3rem;
    border-radius: 14px;
}.developer-experience .learning-testimonials:hover {
    transform: perspective(1000px) rotateX(0);
}.developer-experience .thumb {
    border-radius: 14px;
    transition: transform 0.3s ease;
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    grid-area: photo;
    min-height: 350px;
    height: 100%;
}.developer-experience .learning-testimonials:hover .thumb {
    transform: translateZ(30px);
}.developer-experience .name {
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 36px;
    grid-area: name;
    font-weight: 700;
    transform: translateZ(10px);
    color: #ffffff;
}.developer-experience .learning-testimonials span:not(.name) {
    transform: translateZ(5px);
    font-weight: 600;
    color: rgb(150,140,166);
    font-size: 20px;
    grid-area: job;
    margin-bottom: 1rem;
}.developer-experience .emp-achievements {
    color: #ffffff;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    grid-area: quote;
    padding: 1.5rem;
    transform: translateZ(15px);
    position: relative;
    line-height: 1.6;
    border-left: 4px solid rgb(185,180,197);
    border-radius: 10px;
    font-size: 14px;
}.developer-experience .emp-achievements::before {
    background: linear-gradient(90deg, rgb(185,180,197,0.5) 0%, transparent 100%);
    mix-blend-mode: overlay;
    content: "";
    top: 0;
    position: absolute;
    opacity: 0.1;
    left: 0;
    height: 100%;
    border-radius: 10px;
    width: 100%;
}

@media (max-width: 991px) {.developer-experience .learning-testimonials {
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
    grid-template-columns: 1fr 1fr;
}.developer-experience .thumb {
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
    min-height: 300px;
}
}

@media (max-width: 767px) {.developer-experience {
    padding: 3rem 0;
}.developer-experience .learning-testimonials {
    padding: 2rem;
    grid-template-areas:
            "thumb"
            "name"
            "work-container"
            "emp-achievements";
    grid-template-columns: 1fr;
}.developer-experience .thumb {
    min-height: 250px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}}.secure-depot {
    border: 1px solid rgb(185,180,197);
    color: #000000;
    flex-direction: column;
    padding: 2rem;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    display: flex;
    gap: 1.5rem;
}.secure-depot h1, .secure-depot h2 {
    letter-spacing: 0.05em;
    color: rgb(185,180,197);
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}.secure-depot h1 {
    font-weight: 700;
    padding-left: 0.5rem;
    font-size: 44px;
    border-left: 4px solid rgb(150,140,166);
}.secure-depot h2 {
    border-left: 3px solid rgb(150,140,166,0.5);
    font-weight: 600;
    font-size: 36px;
    padding-left: 0.5rem;
}.secure-depot ul {
    margin: 0;
    gap: 0.5rem;
    list-style: none;
    display: flex;
    flex-direction: column;
    padding-left: 0;
}.secure-depot ul li {
    border-radius: 10px;
    padding: 0.5rem;
    align-items: center;
    font-weight: 400;
    background-color: rgb(150,140,166,0.5);
    font-size: 15px;
    display: flex;
}.secure-depot ul li::before {
    background-color: rgb(185,180,197);
    height: 10px;
    margin-right: 0.75rem;
    content: '';
    width: 10px;
    border-radius: 50%;
}.secure-depot p, .secure-depot span {
    color: #000000;
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 1rem;
}.secure-depot div {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.secure-depot section {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}
@media only screen and (max-width: 800px) {.secure-depot {
    border-radius: 10px;
    padding: 1.5rem;
    gap: 1rem;
}.secure-depot h1 {
    font-size: calc(18px * 0.9);
}.secure-depot h2 {
    font-size: calc(18px * 0.9);
}.secure-depot ul {
    gap: 0.75rem;
}.secure-depot ul li {
    padding: 0.75rem;
}.secure-depot ul li::before {
    height: 8px;
    width: 8px;
}}.contact {
    position: relative;
    padding: 120px 0;
}.contact::before {
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(150,140,166,0.5), rgb(185,180,197,0.5));
    top: 0;
    width: 100%;
    height: 100%;
}.contact .container {
    z-index: 5;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.contact .message-support {
    flex-direction: row;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    display: flex;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}.contact .message-support:hover {
    transform: perspective(1000px) rotateX(2deg);
}.contact .inquiry-feedback {
    width: 40%;
    overflow: hidden;
    background-color: rgb(220,215,226);
    position: relative;
    padding: 60px 40px;
}.contact .inquiry-feedback::before {
    position: absolute;
    border-radius: 50%;
    content: '';
    opacity: 0.2;
    right: -150px;
    height: 300px;
    top: -150px;
    width: 300px;
    background: radial-gradient(circle, rgb(150,140,166) 0%, transparent 70%);
}.contact .inquiry-feedback h3 {
    color: #000000;
    font-size: 35px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
}.contact .inquiry-feedback h3::after {
    content: '';
    left: 0;
    width: 60px;
    bottom: -15px;
    height: 4px;
    position: absolute;
    background: rgb(150,140,166);
}.contact .inquiry-feedback div {
    transform: translateX(0);
    align-items: center;
    border-radius: 10px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 15px;
    margin-bottom: 25px;
    background: #ffffff;
}.contact .inquiry-feedback div:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}.contact .inquiry-feedback div svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}.contact .inquiry-feedback div svg path {
    fill: rgb(185,180,197);
}.contact .inquiry-feedback div span {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}.contact .inquiry-feedback div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.contact .inquiry-feedback div span a:hover {
    color: rgb(185,180,197);
}.contact .help-message {
    width: 60%;
    padding: 60px 40px;
    position: relative;
    background: #ffffff;
}.contact .help-message::before {
    background: radial-gradient(circle, rgb(185,180,197,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.3;
    bottom: 0;
    content: '';
    width: 200px;
    right: 0;
    height: 200px;
}.contact .help-message h3 {
    color: #000000;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
}.contact form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}.contact form input[type="text"],
.contact form input[type="email"] {
    font-size: 16px;
    padding: 18px 20px;
    transition: all 0.3s ease;
    border: none;
    background-color: rgb(220,215,226);
    color: #000000;
    border-radius: 10px;
}.contact form input[type="text"]:focus,
.contact form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(185,180,197);
    transform: translateY(-2px);
}.contact form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact .contact-inquiry {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-top: 10px;
}.contact .contact-inquiry input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact .contact-inquiry label {
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    font-size: 12px;
    color: #000000;
}.contact .contact-inquiry label::before {
    left: 0;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: transparent;
    border: 2px solid rgb(185,180,197);
    height: 20px;
    position: absolute;
    top: 0;
    content: '';
    width: 20px;
}.contact .contact-inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(185,180,197);
}.contact .contact-inquiry input[type="checkbox"]:checked + label::after {
    top: 3px;
    border-width: 0 2px 2px 0;
    height: 12px;
    transform: rotate(45deg);
    width: 6px;
    border: solid #ffffff;
    left: 7px;
    position: absolute;
    content: '';
}.contact .contact-inquiry label a {
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(185,180,197);
}.contact .contact-inquiry label a:hover {
    text-decoration: underline;
}.contact form .request-card {
    position: relative;
    transition: all 0.3s ease;
    font-size: 18px;
    overflow: hidden;
    background: rgb(185,180,197);
    color: #ffffff;
    border-radius: 10px;
    padding: 18px 35px;
    border: none;
    margin-top: 15px;
    cursor: pointer;
    font-weight: 600;
    align-self: flex-start;
}.contact form .request-card::before {
    left: 0;
    height: 100%;
    transition: transform 0.6s ease;
    transform: translateX(-100%);
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.contact form .request-card:hover {
    background: rgb(150,140,166);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.contact form .request-card:hover::before {
    transform: translateX(100%);
}@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.contact .inquiry-feedback div:nth-child(2) {
    animation-delay: 0.1s;
    animation: bounce 5s infinite ease-in-out;
}.contact .inquiry-feedback div:nth-child(3) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.3s;
}.contact .inquiry-feedback div:nth-child(4) {
    animation-delay: 0.5s;
    animation: bounce 5s infinite ease-in-out;
}.contact .inquiry-feedback div:nth-child(5) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.7s;
}

@media screen and (max-width: 992px) {.contact .message-support {
    flex-direction: column;
}.contact .inquiry-feedback,
    .contact .help-message {
    width: 100%;
    padding: 40px 30px;
}.contact .inquiry-feedback div {
    animation: none;
}
}

@media screen and (max-width: 576px) {.contact {
    padding: 60px 0;
}.contact .container {
    width: 90%;
}.contact .inquiry-feedback,
    .contact .help-message {
    padding: 30px 20px;
}.contact .inquiry-feedback h3 {
    font-size: calc(35px * 0.8);
}.contact form input[type="text"],
    .contact form input[type="email"] {
    padding: 15px;
}.contact form .request-card {
    width: 100%;
    padding: 15px;
}}.training-method {
    position: relative;
    overflow: hidden;
    background: rgb(220,215,226);
    padding: 6rem 2rem;
}.training-method::before {
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(185,180,197,0.5) 0%, transparent 70%);
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.2;
    height: 100%;
    z-index: 1;
}.training-method::after {
    width: 100%;
    position: absolute;
    opacity: 0.3;
    z-index: 0;
    top: -50%;
    background: radial-gradient(circle, rgb(150,140,166,0.5) 0%, transparent 70%);
    animation: moveGradient 20s infinite alternate ease-in-out;
    height: 100%;
    content: "";
    right: -50%;
}.training-method .skills-center {
    z-index: 2;
    max-width: 900px;
    flex-direction: column;
    gap: 2.5rem;
    margin: 0 auto;
    display: flex;
    position: relative;
}.training-method h3 {
    font-weight: 700;
    color: #000000;
    text-align: center;
    border-radius: 27px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: fadeInDown 0.8s ease-out forwards;
    font-size: 34px;
    padding: 2rem;
    margin: 0;
}.training-method h3::before {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    border: 2px solid rgb(185,180,197,0.5);
    transform: translate(8px, 8px);
    z-index: -1;
    border-radius: inherit;
    content: "";
    position: absolute;
    height: 100%;
    pointer-events: none;
}.training-method span {
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 27px;
    position: relative;
    padding: 2rem;
    opacity: 0;
    color: #000000;
    line-height: 1.8;
    font-size: 14px;
    background: #ffffff;
}.training-method span::before {
    opacity: 0.5;
    pointer-events: none;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-8px, -8px);
    height: 100%;
    border: 2px solid rgb(150,140,166,0.5);
    border-radius: inherit;
    width: 100%;
    content: "";
    z-index: -1;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-20%, -20%);
    }
}

@media (max-width: 992px) {.training-method {
    padding: 5rem 1.5rem;
}.training-method h3 {
    font-size: calc(34px * 0.9);
    padding: 1.8rem;
}.training-method span {
    padding: 1.8rem;
}.training-method h3::before,
    .training-method span::before {
    transform: translate(6px, 6px);
}.training-method span::before {
    transform: translate(-6px, -6px);
}
}

@media (max-width: 768px) {.training-method {
    padding: 4rem 1rem;
}.training-method h3 {
    padding: 1.5rem;
    font-size: calc(34px * 0.8);
}.training-method span {
    font-size: calc(14px * 0.95);
    padding: 1.5rem;
}.training-method .skills-center {
    gap: 2rem;
}.training-method h3::before,
    .training-method span::before {
    transform: translate(4px, 4px);
}.training-method span::before {
    transform: translate(-4px, -4px);
}}.data-analysis {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,215,226) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 6rem 0;
}.data-analysis::before {
    position: absolute;
    background: linear-gradient(210deg, rgb(185,180,197,0.5) 0%, transparent 80%);
    content: "";
    height: 70%;
    top: -10%;
    z-index: 1;
    right: -5%;
    width: 40%;
    opacity: 0.15;
    transform: rotate(-15deg);
}.data-analysis::after {
    opacity: 0.15;
    content: "";
    z-index: 1;
    bottom: -10%;
    position: absolute;
    left: -5%;
    background: linear-gradient(30deg, rgb(150,140,166,0.5) 0%, transparent 80%);
    transform: rotate(15deg);
    width: 35%;
    height: 70%;
}.data-analysis .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
}.data-analysis h4 {
    font-weight: 600;
    margin-top: 3.5rem;
    position: relative;
    font-size: calc(24px * 1.1);
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    text-align: center;
}.data-analysis h4::after {
    background: linear-gradient(90deg, rgb(185,180,197) 0%, rgb(150,140,166) 100%);
    content: "";
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    height: 3px;
    bottom: -12px;
    position: absolute;
}.data-analysis ul {
    gap: 2rem;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    display: grid;
}.data-analysis .class-gains {
    padding: 1.8rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(250, 250, 250, 0.85));
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    position: relative;
    overflow: hidden;
    border-left: 3px solid rgb(185,180,197);
    transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}.data-analysis .class-gains::before {
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-image: linear-gradient(120deg, transparent 0%, transparent 40%, rgba(var(--primary-color-rgb), 0.03) 70%);
    width: 100%;
}.data-analysis .class-gains:hover {
    border-left: 3px solid rgb(150,140,166);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-6px);
}.data-analysis .class-gains div {
    position: relative;
    z-index: 2;
}.data-analysis .class-gains p {
    position: relative;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    background-clip: text;
    display: inline-block;
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, rgb(185,180,197), rgb(150,140,166));
    color: rgb(185,180,197);
    line-height: 1.1;
    -webkit-background-clip: text;
    margin: 0 0 0.5rem;
    font-size: calc(34px * 1.2);
}.data-analysis .class-gains:hover p {
    transform-origin: left center;
    transform: scale(1.05);
}.data-analysis .class-gains span {
    font-weight: 600;
    position: relative;
    color: #000000;
    transition: transform 0.3s ease;
    padding-bottom: 0.4rem;
    font-size: 14px;
    display: block;
}.data-analysis .class-gains:hover span {
    transform: translateX(5px);
}.data-analysis .class-gains span::after {
    left: 0;
    content: "";
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, rgb(185,180,197,0.5), rgb(150,140,166,0.5));
    position: absolute;
    bottom: 0;
    transition: width 0.4s ease;
}.data-analysis .class-gains:hover span::after {
    width: 70%;
}.data-analysis .class-gains:nth-child(odd)::after {
    width: 40px;
    z-index: 1;
    content: "";
    opacity: 0.2;
    border-radius: 50%;
    height: 40px;
    right: -15px;
    background: linear-gradient(135deg, rgb(185,180,197,0.5), transparent);
    position: absolute;
    top: -15px;
}.data-analysis .class-gains:nth-child(even)::after {
    opacity: 0.2;
    content: "";
    height: 40px;
    left: -15px;
    position: absolute;
    z-index: 1;
    width: 40px;
    border-radius: 50%;
    bottom: -15px;
    background: linear-gradient(135deg, rgb(150,140,166,0.5), transparent);
}

@media screen and (min-width: 992px) {.data-analysis ul {
    grid-template-columns: repeat(4, 1fr);
}.data-analysis .class-gains {
    display: flex;
    min-height: 180px;
    align-items: center;
}.data-analysis .class-gains:first-child {
    transform: translateY(-15px);
}.data-analysis .class-gains:last-child {
    transform: translateY(15px);
}.data-analysis .class-gains:first-child:hover,
    .data-analysis .class-gains:last-child:hover {
    transform: translateY(-6px);
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.data-analysis ul {
    grid-template-columns: repeat(3, 1fr);
}.data-analysis .class-gains {
    min-height: 160px;
}
}

@media screen and (max-width: 767px) {.data-analysis {
    padding: 4rem 0;
}.data-analysis h4 {
    font-size: 24px;
    margin-top: 2.5rem;
}.data-analysis h4::after {
    width: 60px;
}.data-analysis ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.data-analysis .class-gains {
    padding: 1.5rem;
}.data-analysis .class-gains p {
    font-size: calc(34px * 0.9);
}
}

@media screen and (max-width: 576px) {.data-analysis ul {
    grid-template-columns: 1fr;
}.data-analysis .class-gains {
    border-left: none;
    border-top: 3px solid rgb(185,180,197);
    text-align: center;
}.data-analysis .class-gains:hover {
    border-top: 3px solid rgb(150,140,166);
    border-left: none;
}.data-analysis .class-gains span::after {
    left: 50%;
    transform: translateX(-50%);
}.data-analysis .class-gains:hover span {
    transform: translateX(0);
}.data-analysis .class-gains:hover span::after {
    transform: translateX(-50%);
    width: 50%;
    left: 50%;
}}

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

.data-analysis .container:hover h4 {
    transform: translateY(-5px);
}.course-program-info {
    position: relative;
    background: linear-gradient(135deg, rgb(220,215,226) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
}.course-program-info::before {
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 20% 50%, rgb(185,180,197,0.5) 0%, transparent 50%);
    position: absolute;
    left: 0;
    z-index: 1;
}.course-program-info::after {
    animation: pulse 8s infinite alternate;
    top: -50px;
    z-index: 1;
    right: -50px;
    position: absolute;
    background: radial-gradient(circle, rgb(150,140,166,0.5) 0%, transparent 70%);
    height: 200px;
    content: "";
    width: 200px;
    border-radius: 50%;
}.course-program-info .container {
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.course-program-info .skills-center {
    border: 1px solid rgb(185,180,197,0.5);
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 14px;
    overflow: hidden;
    justify-content: space-between;
    padding: 40px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    gap: 40px;
    backdrop-filter: blur(5px);
}.course-program-info .skills-center::before {
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: -100%;
    top: 0;
    position: absolute;
    animation: shine 5s infinite;
}.course-program-info .skill-master {
    padding-right: 20px;
    flex: 1;
    position: relative;
}.course-program-info .skill-master::before {
    border-radius: 50%;
    z-index: -1;
    border: 2px solid rgb(185,180,197,0.5);
    position: absolute;
    animation: rotate 25s linear infinite;
    left: -30px;
    top: -30px;
    content: "";
    height: 60px;
    width: 60px;
}.course-program-info .skill-master::after {
    height: 40px;
    border-radius: 10px;
    animation: float 8s ease-in-out infinite;
    bottom: -20px;
    z-index: -1;
    content: "";
    right: 50px;
    position: absolute;
    width: 40px;
    border: 1px solid rgb(150,140,166,0.5);
}.course-program-info .page-header {
    padding: 10px 15px;
    width: 60px;
    display: flex;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    max-width: 180px;
    position: relative;
    transform: translateZ(0);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    height: 60px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(220,215,226) 100%);
    border-radius: 10px;
    align-items: center;
}.course-program-info .page-header:hover {
    transform: translateY(-5px) translateZ(0);
}.course-program-info .page-header svg {
    transition: fill 0.3s ease;
    fill: rgb(185,180,197);
    max-width: 100%;
    width: 40px;
    max-height: 100%;
    height: 40px;
}.course-program-info .page-header svg path {
    fill: rgb(185,180,197);
    transition: fill 0.3s ease;
}.course-program-info .page-header:hover svg,
.course-program-info .page-header:hover svg path {
    fill: rgb(150,140,166);
}.course-program-info h3 {
    color: rgb(185,180,197);
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    font-size: 34px;
    padding-bottom: 15px;
}.course-program-info h3::after {
    bottom: 0;
    content: "";
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, rgb(185,180,197), rgb(150,140,166));
    left: 0;
    position: absolute;
    border-radius: 10px;
}.course-program-info p {
    position: relative;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    font-family: Arial, sans-serif;
}.course-program-info .thumb {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
    min-height: 400px;
    transition: all 0.5s ease;
    overflow: hidden;
    flex: 1;
    position: relative;
    border-radius: 14px;
}.course-program-info .thumb::before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
}.course-program-info .thumb::after {
    z-index: 3;
    width: 200%;
    position: absolute;
    content: "";
    transform: rotate(25deg);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    animation: shine-effect 6s infinite;
    left: -50%;
    height: 200%;
    top: -50%;
}.course-program-info .skills-center:hover .thumb {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}

@media screen and (max-width: 991px) {.course-program-info {
    padding: 60px 0;
}.course-program-info .skills-center {
    flex-direction: column;
    padding: 30px;
    gap: 30px;
}.course-program-info .skill-master {
    width: 100%;
    padding-right: 0;
}.course-program-info .thumb {
    min-height: 350px;
    width: 100%;
    transform: perspective(1000px) rotateY(0);
}.course-program-info h3 {
    font-size: calc(34px - 4px);
}
}

@media screen and (max-width: 767px) {.course-program-info {
    padding: 50px 0;
}.course-program-info .skills-center {
    padding: 25px;
}.course-program-info .page-header {
    max-width: 150px;
    height: 50px;
}.course-program-info h3 {
    padding-bottom: 10px;
    font-size: calc(34px - 6px);
    margin-bottom: 15px;
}.course-program-info h3::after {
    width: 60px;
    height: 2px;
}.course-program-info p {
    margin-bottom: 20px;
    font-size: calc(17px - 1px);
}.course-program-info .thumb {
    min-height: 300px;
}
}

@media screen and (max-width: 576px) {.course-program-info {
    padding: 40px 0;
}.course-program-info .skills-center {
    padding: 20px;
    gap: 20px;
}.course-program-info .page-header {
    max-width: 120px;
    margin-bottom: 15px;
    height: 40px;
}.course-program-info h3 {
    font-size: calc(34px - 8px);
}.course-program-info .thumb {
    min-height: 250px;
}
}