* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

* {
    scrollbar-color: rgb(173,152,152) rgb(233,225,225);
    scrollbar-width: thin;
}

html,body {
    color: #000000;
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}

.H-service-info .container {
    position: relative;
    z-index: 2;
}

.H-service-info .j-online-form h2 {
    color: rgb(208,191,191);
    font-size: 31px;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
}

.H-service-info .j-online-form p {
    margin-bottom: 25px;
    font-size: 17px;
    max-width: 800px;
    color: #000000;
    line-height: 1.7;
}

.H-service-info .y-learn-faq {
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    margin-top: 10px;
    display: grid;
}

.H-service-info .f-talk-team:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
    color: rgb(208,191,191);
}

.H-service-info .f-talk-team:hover svg {
    transform: scale(1.1);
    stroke-width: 2;
}

header::before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(173,152,152,0.5) 10px,
            rgb(173,152,152,0.5) 11px
        );
    z-index: 1;
    position: absolute;
    opacity: 0.03;
    content: "";
}

header .v-top-lesson svg {
    filter: drop-shadow(0 0 8px rgb(208,191,191,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    width: auto;
    z-index: 2;
    height: 48px;
}

header .j-main-teach::before {
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    background: rgb(208,191,191,0.5);
    top: 0;
    left: 0;
}

header .n-main-know::after {
    top: 50%;
    transition: transform 0.3s ease;
    right: 12px;
    position: absolute;
    height: 8px;
    content: "";
    width: 8px;
    border-radius: 50%;
    background: rgb(173,152,152);
    box-shadow: 0 0 10px rgb(173,152,152);
    transform: translateY(-50%) scale(0);
}

.H-our-background {
    position: relative;
    background: rgb(233,225,225);
    overflow: hidden;
    padding: 120px 0;
}

.H-our-background .e-pro-classes {
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    align-items: center;
    display: grid;
}

.H-our-background h3::after {
    content: "";
    bottom: -10px;
    left: 0;
    border-radius: 10px;
    transition: width 0.5s ease;
    width: 80px;
    height: 4px;
    background: rgb(208,191,191);
    position: absolute;
}

.H-our-background .z-skill-experts:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
}

.H-our-background .z-skill-experts span::before {
    height: 10px;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    width: 10px;
    background: rgb(208,191,191);
    content: "";
}

.H-our-background .p-learn-culture::before {
    background: linear-gradient(90deg, rgb(173,152,152), rgb(208,191,191));
    top: 0;
    right: 0;
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.H-our-background .p-learn-culture .v-corp-culture::before {
    top: -15px;
    animation: rotate 30s linear infinite;
    border-radius: 50%;
    left: -15px;
    content: "";
    height: calc(100% + 30px);
    border: 2px dashed rgb(173,152,152,0.5);
    width: calc(100% + 30px);
    position: absolute;
}

.I-contest-info .container {
    flex-wrap: wrap;
    display: flex;
    gap: 0;
    position: relative;
}

.I-contest-info .company_holder::after {
    content: "";
    right: 1.5rem;
    background: linear-gradient(to bottom, #ffffff, transparent);
    position: absolute;
    opacity: 0.3;
    height: 100%;
    width: 1px;
    top: 0;
}

.I-contest-info .z-digital-res {
    display: flex;
    flex: 0 0 60%;
    gap: 0;
    flex-wrap: wrap;
}

.I-contest-info .j-main-teach h5 {
    padding-left: 1rem;
    color: #ffffff;
    transform: skewX(-5deg);
    position: relative;
    font-weight: 600;
    margin: 0 0 1.5rem;
    font-size: 23px;
}

.I-contest-info .j-main-teach .h-nav-skill a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-5deg) translateX(5px);
    padding-left: 1.5rem;
}

.h-footer-social .s-eng-center {
    font-size: 12px;
    color: #ffffff;
    transform: skewX(-5deg);
    width: 100%;
    text-align: center;
}

.r-test-drive .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.r-test-drive h2 {
    font-weight: 700;
    position: relative;
    font-size: 38px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(0deg);
    max-width: 90%;
    font-family: Arial, sans-serif;
}

.r-test-drive .c-query-query:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 20px rgba(0,0,0,0.15);
}

.d-cookie-modal-message {
    background: rgb(233,225,225);
    width: 100%;
    z-index: 90;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(208,191,191);
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

.J-privacy-opt {
    margin-right: 15px;
    color: #000000;
    flex-grow: 1;
}

.C-edu-track {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border-radius: 18px;
    background: rgb(208,191,191);
    line-height: 35px;
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    padding: 10px 20px;
    color: #ffffff;
}

.b-course-program-details::after {
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
    background: radial-gradient(
    circle at 80% 20%,
    rgb(173,152,152,0.5) 0%,
    transparent 60%
  );
}

.b-course-program-details .o-study-track::before {
    width: 60px;
    height: 60px;
    border-right: 2px solid rgb(173,152,152,0.5);
    z-index: 1;
    position: absolute;
    border-top: 2px solid rgb(173,152,152,0.5);
    content: "";
    top: 20px;
    right: 20px;
}

.b-course-program-details .K-main-pro::before {
    background-color: rgb(208,191,191);
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 10px;
    height: 10px;
    left: -20px;
}

.b-course-program-details h3 {
    font-size: 33px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.b-course-program-details .B-image-circle::after {
    inset: 0;
    content: "";
    z-index: 3;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
}

.k-offer-selection .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}

.k-offer-selection .p-value-plan {
    opacity: 0.9;
    font-size: calc(17px * 1.1);
    line-height: 1.6;
    margin: 0 auto 3rem;
    color: #ffffff;
    max-width: 800px;
}

.k-offer-selection .k-qtr-cost {
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    height: 100%;
    backdrop-filter: blur(10px);
    display: block;
    text-decoration: none;
}

.k-offer-selection .r-package-rates {
    color: #ffffff;
    font-size: calc(21px * 1.2);
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(208,191,191), rgb(173,152,152));
    border-radius: 10px;
    align-self: flex-start;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    display: inline-block;
    margin-top: auto;
    overflow: hidden;
}

.R-course-demographic h3::before {
    border-radius: 50%;
    left: -30px;
    content: "";
    z-index: -1;
    height: 100px;
    width: 100px;
    position: absolute;
    top: -20px;
    border: 2px solid rgb(208,191,191,0.5);
}

.R-course-demographic ul li::before {
    content: "";
    left: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    height: 100%;
    border-radius: 50%;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(208,191,191), rgb(173,152,152));
}

.R-course-demographic ul li:hover::before {
    opacity: 1;
}

.R-course-demographic ul li:hover svg {
    transform: scale(1.1);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}

.R-course-demographic ul li > span {
    overflow: hidden;
    display: block;
    max-width: 100%;
    padding: 0 30px;
    max-height: 100px;
}

.X-contact-section h2 {
    position: relative;
    font-size: 29px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    color: rgb(208,191,191);
}

.X-contact-section .R-reach-inquiry::before {
    height: 5px;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(208,191,191), rgb(173,152,152));
}

.X-contact-section h3 {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.X-contact-section input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}

.X-contact-section .X-help-map input[type="checkbox"] {
    height: 24px;
    cursor: pointer;
    margin-top: 2px;
    width: 24px;
    transition: all 0.3s ease;
    border: 2px solid rgb(233,225,225);
    appearance: none;
    border-radius: 10px;
    position: relative;
}

.X-contact-section .c-query-query::before {
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -100%;
    position: absolute;
    top: 0;
}

.X-contact-section svg:hover path {
    fill: rgb(173,152,152);
}

.w-instructor-profile::after {
    background: rgb(173,152,152);
    content: "";
    top: -50%;
    z-index: 0;
    width: 60%;
    right: -10%;
    transform: rotate(-12deg);
    position: absolute;
    height: 200%;
    opacity: 0.04;
}

.w-instructor-profile .a-success-stories > div:first-child {
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
    position: relative;
}

.w-instructor-profile .a-success-stories .B-image-circle::after {
    border: 2px solid rgb(173,152,152);
    z-index: -1;
    opacity: 0;
    right: -15px;
    transform: translate(10px, 10px);
    content: "";
    position: absolute;
    bottom: -15px;
    top: 15px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 15px;
}

.w-instructor-profile .a-success-stories > div:nth-child(2) > div {
    font-size: calc(13px * 1.05);
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.9;
    text-transform: uppercase;
    color: rgb(173,152,152);
}

.Z-privacy-guardhouse::before {
    position: absolute;
    width: 25vw;
    filter: blur(80px);
    right: -5%;
    background: rgb(208,191,191,0.5);
    content: "";
    opacity: 0.15;
    transform: rotate(-15deg);
    top: -10%;
    height: 25vw;
    z-index: 0;
}

.Z-privacy-guardhouse h1::before {
    height: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    background: linear-gradient(to bottom, rgb(208,191,191), rgb(173,152,152));
    left: -20px;
    width: 6px;
    content: "";
}

.Z-privacy-guardhouse h3::before {
    content: "";
    position: absolute;
    opacity: 0.7;
    height: 100%;
    background: rgb(173,152,152);
    left: 0;
    top: 0;
    width: 3px;
}

.Z-privacy-guardhouse ul {
    padding-left: 1.5rem;
    margin: 1.5rem 0 2.5rem;
    position: relative;
}

.Z-privacy-guardhouse li::before {
    transform: rotate(45deg);
    position: absolute;
    content: "";
    background: rgb(208,191,191);
    width: 8px;
    border-radius: 1px;
    left: -1.5rem;
    height: 8px;
    opacity: 0.7;
    top: 0.7rem;
    transition: transform 0.2s ease;
}

.l-tyDiv {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(233,225,225) 0%, rgb(173,152,152,0.5) 100%);
}

.l-tyDiv .e-pro-classes {
    background: rgba(255, 255, 255, 0.95);
    transform: rotateX(5deg);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    display: flex;
    padding: 3rem;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform-style: preserve-3d;
}

.l-tyDiv h5::after {
    background: linear-gradient(90deg, rgb(208,191,191) 0%, rgb(173,152,152) 100%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 3px;
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
}

.l-tyDiv a::before {
    left: 0;
    transform-origin: left;
    width: 100%;
    content: "";
    background: rgb(208,191,191);
    z-index: -1;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease;
    transform: scaleX(0);
    position: absolute;
    height: 100%;
    opacity: 0;
}

.X-opening-page .B-image-circle {
    z-index: 0;
    left: 0;
    animation: slowZoom 20s infinite alternate ease-in-out;
    filter: saturate(0.8) contrast(1.2);
    top: 0;
    position: absolute;
    width: 100%;
    transform: scale(1.05);
    height: 100%;
}

.X-opening-page .r-editorial-wrap {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-left: 4px solid rgb(208,191,191);
    backdrop-filter: blur(10px);
    max-width: 580px;
    transform: perspective(1000px) rotateY(-3deg);
    background: rgba(255,255,255,0.08);
    padding: 2.5rem;
    transition: transform 0.5s ease;
}

.X-opening-page svg:hover {
    filter: drop-shadow(0 10px 20px rgba(94,170,168,0.5));
    transform: translateY(-5px) scale(1.05);
}

.X-opening-page svg:hover path {
    fill: rgb(114,190,188);
}

.X-opening-page .c-query-query {
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
    padding: 0.9em 2.5em;
    font-size: 15px;
    display: inline-block;
    border: none;
    background: linear-gradient(135deg, rgb(208,191,191), rgb(64,140,138));
    font-weight: 600;
    transform: translateZ(0);
    transition: all 0.4s ease;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.5px;
    overflow: hidden;
}



@media screen and (max-width: 480px) {.H-service-info {
    padding: 40px 0;
}.H-service-info .j-online-form {
    padding: 30px 20px;
}.H-service-info .j-online-form h2 {
    font-size: calc(31px * 0.8);
}.H-service-info .y-learn-faq {
    grid-template-columns: repeat(1, 1fr);
}.H-service-info .f-talk-team {
    height: 100px;
}.H-service-info .f-talk-team svg {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
}}



@media (max-width: 768px) {.H-our-background {
    padding: 70px 0;
}.H-our-background h3 {
    font-size: calc(32px * 0.9);
    display: block;
    text-align: center;
}.H-our-background h3::after {
    transform: translateX(-50%);
    left: 50%;
}.H-our-background .z-skill-experts,
    .H-our-background .p-learn-culture {
    padding: 25px;
}.H-our-background .z-skill-experts span {
    font-size: calc(23px * 0.9);
}.H-our-background .z-skill-experts .B-image-circle {
    height: 200px;
}.H-our-background .p-learn-culture .v-corp-culture {
    width: 140px;
    height: 140px;
}
}



@media (max-width: 576px) {.I-contest-info {
    padding: 3rem 0 1rem;
}.I-contest-info::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.I-contest-info .j-main-teach {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.I-contest-info .company_holder {
    margin-bottom: 2rem;
}.I-contest-info .j-main-teach .h-nav-skill a {
    padding: 0.6rem 0.8rem;
}.I-contest-info .j-main-teach .h-nav-skill a:hover {
    padding-left: 1.2rem;
}.h-footer-social {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}



@media (max-width: 576px) {.r-test-drive {
    padding: 2.5rem 1rem;
}.r-test-drive h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.8rem;
}.r-test-drive svg {
    height: 32px;
    width: 32px;
}.r-test-drive .c-query-query {
    font-size: calc(16px * 0.9);
    padding: 0.7rem 1.4rem;
}}



@media (max-width: 1199px) {.b-course-program-details .e-pro-classes {
    gap: 40px;
}.b-course-program-details .o-study-track {
    padding: 30px;
}.b-course-program-details .B-image-circle {
    min-height: 450px;
}
}



@media (min-width: 1400px) {.b-course-program-details .container {
    max-width: 1320px;
}.b-course-program-details .B-image-circle {
    min-height: 550px;
}}



@media (max-width: 992px) {.k-offer-selection {
    padding: 80px 0;
}.k-offer-selection .J-rate-schemes {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}.k-offer-selection .w-pricing-schemes {
    padding: 2rem 1.25rem;
}
}



@media (max-width: 576px) {.k-offer-selection {
    padding: 50px 0;
}.k-offer-selection h2 {
    font-size: calc(32px * 0.8);
}.k-offer-selection .w-pricing-schemes {
    padding: 1.5rem 1rem;
}.k-offer-selection .r-package-rates {
    padding: 0.5rem 1rem;
    font-size: 21px;
}
}



@media (max-width: 580px) {.R-course-demographic {
    padding: 60px 0;
}.R-course-demographic .e-pro-classes {
    padding: 0 20px;
}.R-course-demographic h3 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.7);
}.R-course-demographic ul {
    grid-template-columns: 1fr;
    gap: 25px;
}.R-course-demographic ul li {
    width: 220px;
    height: 220px;
}
}



@media (max-width: 576px) {.X-contact-section {
    padding: 50px 0;
}.X-contact-section .container {
    padding: 0 15px;
}.X-contact-section h2 {
    margin-bottom: 30px;
    font-size: calc(29px - 6px);
}.X-contact-section .U-help-card {
    padding: 35px 25px;
}.X-contact-section #contact {
    gap: 20px;
}.X-contact-section input[type="text"] {
    padding: 15px;
}.X-contact-section .c-query-query {
    padding: 15px 25px;
    width: 100%;
}.X-contact-section .B-image-circle {
    min-height: 250px;
}}



@media (max-width: 991px) {.Z-privacy-guardhouse {
    padding: 4rem 1.5rem;
}.Z-privacy-guardhouse .container {
    transform: perspective(800px) rotateY(0.5deg);
    padding: 2.5rem 2rem;
}.Z-privacy-guardhouse h1 {
    font-size: calc(44px * 0.9);
}.Z-privacy-guardhouse h2 {
    font-size: calc(28px * 0.9);
}
}



@media (max-width: 480px) {.Z-privacy-guardhouse {
    padding: 2rem 0.75rem;
}.Z-privacy-guardhouse .container {
    transform: none;
    padding: 1.5rem 1.25rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}.Z-privacy-guardhouse h1 {
    margin-bottom: 1.5rem;
    font-size: calc(44px * 0.7);
}.Z-privacy-guardhouse h2 {
    font-size: calc(28px * 0.7);
    margin: 2rem 0 1rem;
}.Z-privacy-guardhouse h3 {
    margin: 1.75rem 0 1rem;
    font-size: calc(28px * 0.6);
}.Z-privacy-guardhouse h4 {
    font-size: calc(28px * 0.5);
}.Z-privacy-guardhouse p, 
    .Z-privacy-guardhouse li,
    .Z-privacy-guardhouse span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.Z-privacy-guardhouse li {
    margin-bottom: 0.75rem;
}.Z-privacy-guardhouse ul {
    margin: 1rem 0 2rem;
}}



@media (max-width: 767px) {.X-opening-page::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.X-opening-page .e-pro-classes {
    padding: 1.25rem;
}.X-opening-page h1 {
    margin-bottom: 1.25rem;
    font-size: calc(45px * 0.8);
}.X-opening-page .r-editorial-wrap {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 1.75rem;
}.X-opening-page .r-editorial-wrap p {
    margin-bottom: 1.5rem;
    font-size: 14px;
}.X-opening-page svg {
    width: 70px;
    height: 70px;
}.X-opening-page .c-query-query {
    padding: 0.8em 2em;
}
}



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



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



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

