svg {
    width: 30px;
    height: 30px;
}

header,footer {
    width: 100%;
}

header {
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(208,191,191,0.5) 100%);
    z-index: 1000;
    overflow: hidden;
    top: 0;
    width: 100%;
    left: 0;
    position: fixed;
    background: #000000;
}

.H-service-info .j-online-form::after {
    right: 0;
    height: 300px;
    z-index: -1;
    top: 0;
    position: absolute;
    content: '';
    opacity: 0.1;
    background: radial-gradient(circle, rgb(208,191,191,0.5) 0%, transparent 70%);
    width: 300px;
}

.H-service-info .j-online-form p:last-of-type {
    margin-bottom: 40px;
    padding-left: 35px;
    position: relative;
}

.H-service-info .f-talk-team::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    z-index: -1;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(208,191,191,0.5) 100%);
}

.H-service-info .f-talk-team svg path {
    transition: all 0.3s ease;
}

header::after {
    z-index: 5;
    content: "";
    height: 5px;
    top: 0;
    position: absolute;
    animation: gradient-shift 8s linear infinite;
    background-size: 200% 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(208,191,191),
        rgb(173,152,152),
        rgb(208,191,191));
}

header .v-top-lesson::after {
    background: rgb(208,191,191,0.5);
    content: "";
    opacity: 0.5;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(20px);
    animation: orb-float 5s ease-in-out infinite alternate;
}

header .n-main-know {
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    font-weight: 400;
    border: 1px solid rgb(208,191,191,0.5);
    color: #ffffff;
    padding: 0.6rem 1.8rem;
    position: relative;
    text-decoration: none;
}

.H-our-background::after {
    width: 100%;
    animation: slide 20s linear infinite;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(208,191,191,0.5) 49.5%, rgb(208,191,191,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(173,152,152,0.5) 49.5%, rgb(173,152,152,0.5) 50.5%, transparent 50.5%);
    opacity: 0.1;
    top: 0;
    content: "";
    background-size: 60px 60px;
    height: 100%;
    z-index: 1;
}

.H-our-background .z-skill-experts span {
    margin-bottom: 20px;
    display: block;
    color: rgb(208,191,191);
    position: relative;
    font-size: 23px;
    font-weight: 600;
    padding-left: 20px;
}

.H-our-background .z-skill-experts .B-image-circle::after {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    width: 50%;
    position: absolute;
    left: -100%;
    animation: shine 3s infinite;
    content: "";
}

.H-our-background .p-learn-culture .v-corp-culture {
    margin: 0 auto;
    transition: transform 0.5s ease;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 180px;
    border: 5px solid #ffffff;
    height: 180px;
}

footer::before {
    right: 0;
    z-index: -1;
    bottom: 0;
    background: linear-gradient(135deg, rgb(208,191,191,0.5) 0%, rgb(173,152,152,0.5) 100%);
    position: absolute;
    opacity: 0.92;
    top: 0;
    left: 0;
    content: "";
}

.I-contest-info .company_holder h3 {
    color: #ffffff;
    padding-bottom: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    transform: skewX(-10deg);
    margin: 0 0 1.5rem;
    font-weight: 700;
    font-size: 30px;
}

.I-contest-info .j-main-teach {
    padding: 0 1rem 2rem 1rem;
    flex: 0 0 50%;
    position: relative;
}

.I-contest-info .j-main-teach .h-nav-skill a {
    transition: all 0.3s ease;
    position: relative;
    padding: 0.7rem 1rem;
    overflow: hidden;
    transform: skewX(-5deg);
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

.h-footer-social .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.r-test-drive::after {
    content: "";
    background: rgb(208,191,191,0.5);
    filter: blur(70px);
    position: absolute;
    right: -50px;
    width: 200px;
    bottom: -50px;
    height: 200px;
    z-index: -1;
    animation: pulse 8s infinite alternate ease-in-out;
}

.r-test-drive svg {
    width: 48px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    height: 48px;
    transform: rotate(-5deg);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.r-test-drive .c-query-query::before {
    top: 0;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    height: 100%;
    width: 100%;
    transition: left 0.6s ease;
    z-index: -1;
}

.R-track-cookies {
    flex-shrink: 0;
    margin-right: 15px;
}

.R-track-cookies svg {
    transition: fill 0.3s ease;
    height: 60px;
    fill: rgb(208,191,191);
    width: 60px;
}

.d-cookie-modal-message p {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
}

#D-declineTrackingCookiesBtn {
    background: rgba(0, 0, 0, 0.5);
}


#J-cookiePopupWindow {
    display: none;
}

#J-cookiePopupWindow:checked ~ .d-cookie-modal-message {
    opacity: 0;
    visibility: hidden;
}

.b-course-program-details .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}

.b-course-program-details .e-pro-classes::before {
    width: 200px;
    animation: rotate 30s linear infinite;
    z-index: -1;
    position: absolute;
    left: -120px;
    height: 200px;
    top: -80px;
    border-radius: 50%;
    border: 1px solid rgb(208,191,191,0.5);
    content: "";
}

.b-course-program-details .o-study-track::after {
    width: 60px;
    content: "";
    height: 60px;
    border-left: 2px solid rgb(208,191,191,0.5);
    position: absolute;
    border-bottom: 2px solid rgb(208,191,191,0.5);
    z-index: 1;
    bottom: 20px;
    left: 20px;
}

.b-course-program-details .K-main-pro:hover svg {
    filter: drop-shadow(0 0 8px rgb(208,191,191,0.5));
}

.b-course-program-details p {
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 0;
    color: #000000;
    position: relative;
}

.b-course-program-details .B-image-circle::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(
    to bottom right,
    rgb(208,191,191,0.5) 0%,
    transparent 30%,
    transparent 70%,
    rgb(173,152,152,0.5) 100%
  );
    z-index: 2;
    content: "";
    width: 100%;
}

.k-offer-selection h2 {
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.k-offer-selection .J-rate-schemes li {
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.k-offer-selection .k-qtr-cost:hover::before {
    transform: scaleX(1);
}

.k-offer-selection .w-pricing-schemes {
    height: 100%;
    padding: 2.5rem 1.5rem;
    display: flex;
    flex-direction: column;
}

.k-offer-selection .M-program-price h4 {
    font-size: calc(21px * 1.1);
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-top: 0;
}

.k-offer-selection .r-package-rates::before {
    position: absolute;
    content: "";
    width: 100%;
    transition: all 0.8s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    top: 0;
}

.R-course-demographic h3 {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    margin-bottom: 70px;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 31px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
}

.R-course-demographic ul {
    padding: 0;
    margin: 0;
    grid-template-rows: repeat(2, 1fr);
    justify-items: center;
    list-style: none;
    gap: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.R-course-demographic ul li:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
    color: #ffffff;
}

.R-course-demographic ul li:hover::after {
    border-color: rgb(173,152,152);
    transform: scale(1.1) rotate(15deg);
    opacity: 0.7;
}

.R-course-demographic ul li svg path {
    fill: rgb(208,191,191);
    transition: fill 0.4s ease;
}

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

.X-contact-section .R-reach-inquiry {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    border-radius: 23px;
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.X-contact-section .B-image-circle::after {
    width: 100%;
    background: linear-gradient(45deg, rgb(208,191,191,0.5), transparent);
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
}

.X-contact-section h3::after {
    bottom: 0;
    height: 2px;
    background: rgb(208,191,191,0.5);
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
}

.X-contact-section .X-help-map {
    margin-top: 10px;
    gap: 12px;
    align-items: flex-start;
    display: flex;
}

.X-contact-section .X-help-map label {
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
}

.X-contact-section .X-help-map a:hover {
    color: rgb(173,152,152);
}

.X-contact-section .c-query-query {
    position: relative;
    padding: 16px 40px;
    overflow: hidden;
    font-size: 15px;
    color: #ffffff;
    box-shadow: 0 8px 20px rgb(208,191,191,0.5);
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    margin-top: 20px;
    align-self: flex-start;
    background: rgb(208,191,191);
}

.w-instructor-profile .container {
    position: relative;
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
}

.w-instructor-profile .a-success-stories:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.w-instructor-profile .a-success-stories .B-image-circle {
    position: relative;
    border-radius: 0.5rem;
    transform: translateZ(20px);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 260px;
    height: 260px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.w-instructor-profile .a-success-stories:hover > div:nth-child(2) {
    transform: translateY(-5px);
}

.w-instructor-profile .name::after {
    position: absolute;
    background: rgb(173,152,152);
    content: "";
    height: 2px;
    left: 50%;
    width: 0;
    bottom: -5px;
    transition: width 0.4s ease;
    transform: translateX(-50%);
}

.Z-privacy-guardhouse {
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,225) 0%, #ffffff 100%);
}

.Z-privacy-guardhouse .container:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.Z-privacy-guardhouse h1 {
    margin-bottom: 2rem;
    color: #000000;
    font-size: 44px;
    position: relative;
    transform: translateX(-8px);
    font-weight: 700;
}

.Z-privacy-guardhouse h2:hover::after {
    width: 100px;
}

.Z-privacy-guardhouse h3 {
    font-weight: 600;
    font-size: calc(28px * 0.85);
    margin: 2.5rem 0 1.25rem;
    position: relative;
    color: #000000;
    padding-left: 15px;
}

.Z-privacy-guardhouse p {
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 18px;
    line-height: 1.8;
    max-width: 90ch;
}

.Z-privacy-guardhouse li {
    position: relative;
    transition: transform 0.2s ease;
    color: #000000;
    font-size: 18px;
    margin-bottom: 1rem;
    line-height: 1.6;
    padding-left: 1rem;
}

.Z-privacy-guardhouse strong {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.l-tyDiv::before {
    transform: rotate(-15deg);
    z-index: 1;
    top: -10%;
    opacity: 0.7;
    background: radial-gradient(ellipse at center, rgb(208,191,191,0.5) 0%, transparent 70%);
    width: 60%;
    animation: floatGradient 15s ease-in-out infinite alternate;
    content: "";
    right: -5%;
    position: absolute;
    height: 70%;
}

.l-tyDiv .e-pro-classes > div:first-child {
    position: relative;
    transform: translateZ(30px);
    margin-bottom: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.l-tyDiv h5 {
    transform: translateX(0);
    margin: 0;
    font-size: 23px;
    position: relative;
    font-weight: 700;
    color: #000000;
    transition: transform 0.5s ease;
    line-height: 1.4;
    padding-bottom: 1rem;
}

.l-tyDiv .e-pro-classes:hover > div:last-child {
    transform: translateZ(25px);
}

.l-tyDiv a:hover::before {
    opacity: 0.05;
    transform: scaleX(1);
}

.l-tyDiv a:hover p {
    transform: translateY(-2px);
    color: #000000;
}

.X-opening-page::before {
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(94,170,168,0.1));
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    left: 0;
    bottom: 0;
}

.X-opening-page .e-pro-classes {
    padding: 2rem;
    z-index: 3;
    max-width: 1200px;
    animation: slideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    margin: 0 auto;
    position: relative;
    transform: translateY(0);
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.X-opening-page .r-editorial-wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.X-opening-page .o-course-base {
    justify-content: center;
    transform: scale(0.9);
    margin: 2rem 0;
    animation: fadeInScale 0.8s 0.9s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    opacity: 0;
}

.X-opening-page svg text {
    fill: rgb(94,170,168);
    transition: fill 0.4s ease;
    font-family: Arial, sans-serif;
}

.X-opening-page .c-query-query::before {
    left: -100%;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: left 0.7s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}



@media screen and (max-width: 991px) {.H-service-info {
    padding: 60px 0;
}.H-service-info .j-online-form {
    padding: 40px 30px;
}.H-service-info .y-learn-faq {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (max-width: 991px) {header .v-top-lesson {
    margin-bottom: 1.5rem;
}header .v-top-lesson svg {
    height: 42px;
}header .n-main-know {
    padding: 0.5rem 1.5rem;
    font-size: calc(15px - 1px);
}
}



@media (max-width: 992px) {.H-our-background {
    padding: 90px 0;
}.H-our-background .e-pro-classes {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.H-our-background .z-skill-experts,
    .H-our-background .p-learn-culture {
    margin: 0 auto;
    max-width: 600px;
}.H-our-background .z-skill-experts .B-image-circle {
    height: 240px;
}.H-our-background .p-learn-culture .v-corp-culture {
    height: 160px;
    width: 160px;
}
}



@media (max-width: 1200px) {.I-contest-info .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.I-contest-info .z-digital-res {
    flex: 0 0 65%;
}
}



@media (max-width: 768px) {.I-contest-info {
    padding: 3.5rem 0 1.5rem;
}.I-contest-info::before {
    height: 10px;
}.I-contest-info .company_holder h3 {
    font-size: calc(30px - 2px);
}.I-contest-info .V-inclusion {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.I-contest-info .j-main-teach h5, 
    .I-contest-info .j-main-teach .h-nav-skill a {
    transform: skewX(-3deg);
}.I-contest-info .j-main-teach .h-nav-skill a:hover {
    transform: skewX(-3deg) translateX(5px);
}.h-footer-social {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.h-footer-social .s-eng-center {
    transform: skewX(-3deg);
}
}



@media (max-width: 768px) {.r-test-drive {
    padding: 3rem 1rem;
}.r-test-drive h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.r-test-drive .e-pro-classes {
    align-items: flex-start;
    gap: 1.2rem;
    flex-direction: column;
}.r-test-drive svg {
    width: 36px;
    height: 36px;
}.r-test-drive .c-query-query {
    text-align: center;
    width: 100%;
    padding: 0.8rem 1.6rem;
}
}



@media (max-width: 991px) {.b-course-program-details {
    padding: 70px 0;
}.b-course-program-details .e-pro-classes {
    gap: 40px;
    grid-template-columns: 1fr;
}.b-course-program-details .o-study-track {
    order: 2;
}.b-course-program-details .B-image-circle {
    min-height: 400px;
    order: 1;
    transform: perspective(1000px) rotateY(0deg);
}.b-course-program-details .e-pro-classes::before,
  .b-course-program-details .e-pro-classes::after {
    display: none;
}
}



@media (max-width: 768px) {.k-offer-selection {
    padding: 60px 0;
}.k-offer-selection .J-rate-schemes {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.k-offer-selection h2 {
    font-size: calc(32px * 0.9);
}.k-offer-selection .p-value-plan {
    font-size: 17px;
    margin-bottom: 2rem;
}.k-offer-selection .M-program-price p {
    max-height: 150px;
}
}



@media (max-width: 480px) {.R-course-demographic ul li {
    height: 200px;
    width: 200px;
}.R-course-demographic ul li svg {
    height: 30px;
    margin-top: 35px;
    width: 30px;
    margin-bottom: 15px;
}.R-course-demographic ul li > span {
    padding: 0 20px;
}}



@media (max-width: 992px) {.X-contact-section {
    padding: 80px 0;
}.X-contact-section .R-reach-inquiry {
    flex-direction: column-reverse;
}.X-contact-section .B-image-circle {
    min-height: 350px;
    flex: 0 0 auto;
}.X-contact-section .U-help-card {
    flex: 0 0 auto;
    padding: 50px 40px;
}.X-contact-section .U-help-card::before {
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
}
}



@media (min-width: 1200px) {.w-instructor-profile .a-success-stories {
    grid-template-columns: 300px 1fr 2fr;
    gap: 3.5rem;
    padding: 5rem;
    transform: perspective(1500px) rotateY(3deg);
}.w-instructor-profile .B-image-circle {
    height: 300px;
    width: 300px;
}.w-instructor-profile .name {
    font-size: calc(24px * 1.3);
}.w-instructor-profile .Z-career-explore {
    line-height: 1.9;
}
}



@media (max-width: 767px) {.Z-privacy-guardhouse {
    padding: 3rem 1rem;
}.Z-privacy-guardhouse .container {
    border-left-width: 2px;
    transform: perspective(600px) rotateY(0.3deg);
    padding: 2rem 1.5rem;
}.Z-privacy-guardhouse h1 {
    transform: translateX(-5px);
    font-size: calc(44px * 0.8);
}.Z-privacy-guardhouse h1::before {
    width: 4px;
    left: -15px;
}.Z-privacy-guardhouse h2 {
    font-size: calc(28px * 0.8);
    margin: 2.5rem 0 1.25rem;
}.Z-privacy-guardhouse h3 {
    font-size: calc(28px * 0.7);
}.Z-privacy-guardhouse h4 {
    font-size: calc(28px * 0.6);
}.Z-privacy-guardhouse p, 
    .Z-privacy-guardhouse li,
    .Z-privacy-guardhouse span {
    font-size: calc(18px * 0.95);
}.Z-privacy-guardhouse ul {
    padding-left: 1rem;
}.Z-privacy-guardhouse li::before {
    width: 6px;
    height: 6px;
    left: -1rem;
}
}



@media (max-width: 575px) {.X-opening-page .e-pro-classes {
    padding: 1rem;
}.X-opening-page h1 {
    font-size: calc(45px * 0.7);
    margin-bottom: 1rem;
}.X-opening-page h1::after {
    height: 3px;
    width: 60px;
}.X-opening-page .r-editorial-wrap {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(-1deg);
    border-left-width: 3px;
}.X-opening-page .r-editorial-wrap p {
    margin-bottom: 1.25rem;
    font-size: calc(14px * 0.9);
}.X-opening-page .o-course-base {
    margin: 1.5rem 0;
}.X-opening-page svg {
    height: 60px;
    width: 60px;
}.X-opening-page h6 {
    margin-top: 1.5rem;
}.X-opening-page .c-query-query {
    font-size: calc(15px * 0.9);
    padding: 0.7em 1.8em;
}
}



@keyframes fadeInRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes scaleWidth {
    to {
        transform: scaleX(1);
    }
}



@keyframes pulse {
    from {
        opacity: 0.9;
    }
    to {
        opacity: 1;
    }
}

