* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.reg-remind {
    flex: 0 0 auto;
}.panel-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
}.header-mentor {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1216px;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.aspiring-learners {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(221,216,227) 0%, #ffffff 100%);
}.aspiring-learners::before {
    z-index: 1;
    background: rgb(187,181,199,0.5);
    content: "";
    right: 0;
    width: 50%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0.1;
    top: 0;
    position: absolute;
    height: 100%;
}.aspiring-learners::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    background: rgb(152,142,168,0.5);
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    opacity: 0.1;
    width: 50%;
    height: 100%;
    bottom: 0;
}.aspiring-learners .container {
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.aspiring-learners .pro-track {
    position: relative;
}.aspiring-learners h4 {
    border-left: 4px solid rgb(187,181,199);
    padding-left: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
    font-size: 34px;
    position: relative;
    text-align: left;
}.aspiring-learners h4::after {
    background: linear-gradient(90deg, rgb(152,142,168), transparent);
    width: 60%;
    bottom: -10px;
    left: 0;
    position: absolute;
    height: 1px;
    content: "";
}.aspiring-learners div > div {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin-left: 60px;
    position: relative;
}.aspiring-learners div > div::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(187,181,199,0.5), rgb(152,142,168,0.5));
    content: "";
    top: 0;
    z-index: 1;
    width: 2px;
    left: 15px;
}.aspiring-learners p {
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    margin-left: 30px;
    font-size: 14px;
    display: flex;
    padding: 20px 25px;
    align-items: center;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    z-index: 2;
}.aspiring-learners p:last-child {
    margin-bottom: 0;
}.aspiring-learners p::before {
    height: 2px;
    content: "";
    transform: translateY(-50%);
    top: 50%;
    background: linear-gradient(90deg, rgb(187,181,199,0.5), rgb(152,142,168));
    left: -30px;
    position: absolute;
    width: 30px;
}.aspiring-learners p::after {
    background: #ffffff;
    position: absolute;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    border: 3px solid rgb(187,181,199);
    left: -42px;
    border-radius: 50%;
    transition: all 0.3s ease;
    content: "";
    top: 50%;
    z-index: 3;
}.aspiring-learners p:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.aspiring-learners p:hover::after {
    background: rgb(187,181,199);
    transform: translateY(-50%) scale(1.2);
}.aspiring-learners p:nth-child(odd)::after {
    border-color: rgb(187,181,199);
}.aspiring-learners p:nth-child(even)::after {
    border-color: rgb(152,142,168);
}.aspiring-learners p:nth-child(even):hover::after {
    background: rgb(152,142,168);
}.aspiring-learners p svg {
    flex-shrink: 0;
    height: 24px;
    transition: all 0.3s ease;
    width: 24px;
    margin-right: 15px;
}.aspiring-learners p svg path {
    transition: fill 0.3s ease;
    fill: rgb(187,181,199);
}.aspiring-learners p:nth-child(even) svg path {
    fill: rgb(152,142,168);
}.aspiring-learners p:hover svg {
    transform: scale(1.1) rotate(10deg);
}.aspiring-learners p:nth-child(1) {
    transform: translateX(0);
}.aspiring-learners p:nth-child(2) {
    transform: translateX(30px);
}.aspiring-learners p:nth-child(3) {
    transform: translateX(60px);
}.aspiring-learners p:nth-child(4) {
    transform: translateX(90px);
}.aspiring-learners p:nth-child(5) {
    transform: translateX(120px);
}.aspiring-learners p:nth-child(6) {
    transform: translateX(150px);
}.aspiring-learners p:nth-child(1):hover {
    transform: translateX(10px);
}.aspiring-learners p:nth-child(2):hover {
    transform: translateX(40px);
}.aspiring-learners p:nth-child(3):hover {
    transform: translateX(70px);
}.aspiring-learners p:nth-child(4):hover {
    transform: translateX(100px);
}.aspiring-learners p:nth-child(5):hover {
    transform: translateX(130px);
}.aspiring-learners p:nth-child(6):hover {
    transform: translateX(160px);
}@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.aspiring-learners .pro-track > div p {
    opacity: 0;
    animation: slideIn 0.5s ease forwards;
}.aspiring-learners .pro-track > div p:nth-child(1) {
    animation-delay: 0.1s;
}.aspiring-learners .pro-track > div p:nth-child(2) {
    opacity: 1;
    animation-delay: 0.2s;
    animation-name: none;
    transform: translateX(30px);
}.aspiring-learners .pro-track > div p:nth-child(3) {
    opacity: 1;
    transform: translateX(60px);
    animation-name: none;
    animation-delay: 0.3s;
}.aspiring-learners .pro-track > div p:nth-child(4) {
    animation-delay: 0.4s;
    transform: translateX(90px);
    animation-name: none;
    opacity: 1;
}.aspiring-learners .pro-track > div p:nth-child(5) {
    animation-delay: 0.5s;
    animation-name: none;
    transform: translateX(120px);
    opacity: 1;
}.aspiring-learners .pro-track > div p:nth-child(6) {
    animation-delay: 0.6s;
    animation-name: none;
    transform: translateX(150px);
    opacity: 1;
}.aspiring-learners .pro-track > div p:nth-child(7) {
    opacity: 1;
    animation-delay: 0.6s;
    animation-name: none;
    transform: translateX(120px);
}.aspiring-learners .pro-track > div p:nth-child(8) {
    transform: translateX(90px);
    animation-name: none;
    animation-delay: 0.6s;
    opacity: 1;
}.aspiring-learners .pro-track > div p:nth-child(9) {
    animation-delay: 0.6s;
    transform: translateX(60px);
    opacity: 1;
    animation-name: none;
}.aspiring-learners .pro-track > div p:nth-child(10) {
    animation-delay: 0.6s;
    animation-name: none;
    opacity: 1;
    transform: translateX(30px);
}


@media (max-width: 991px) {.aspiring-learners {
    padding: 80px 0;
}.aspiring-learners h4 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
}.aspiring-learners div > div {
    margin-left: 40px;
}.aspiring-learners p {
    padding: 18px 20px;
    margin-bottom: 25px;
}.aspiring-learners p:nth-child(1) {
    transform: translateX(0);
}.aspiring-learners p:nth-child(2) {
    transform: translateX(20px);
}.aspiring-learners p:nth-child(3) {
    transform: translateX(40px);
}.aspiring-learners p:nth-child(4) {
    transform: translateX(60px);
}.aspiring-learners p:nth-child(5) {
    transform: translateX(80px);
}.aspiring-learners p:nth-child(6) {
    transform: translateX(100px);
}.aspiring-learners p:nth-child(7) {
    transform: translateX(120px);
}.aspiring-learners p:nth-child(8) {
    transform: translateX(140px);
}.aspiring-learners p:nth-child(9) {
    transform: translateX(160px);
}.aspiring-learners p:nth-child(10) {
    transform: translateX(180px);
}.aspiring-learners p:nth-child(1):hover {
    transform: translateX(5px);
}.aspiring-learners p:nth-child(2):hover {
    transform: translateX(25px);
}.aspiring-learners p:nth-child(3):hover {
    transform: translateX(45px);
}.aspiring-learners p:nth-child(4):hover {
    transform: translateX(65px);
}.aspiring-learners p:nth-child(5):hover {
    transform: translateX(85px);
}.aspiring-learners p:nth-child(6):hover {
    transform: translateX(105px);
}.aspiring-learners p:nth-child(7):hover {
    transform: translateX(125px);
}.aspiring-learners p:nth-child(8):hover {
    transform: translateX(145px);
}.aspiring-learners p:nth-child(9):hover {
    transform: translateX(165px);
}.aspiring-learners p:nth-child(10):hover {
    transform: translateX(185px);
}
}

@media (max-width: 768px) {.aspiring-learners {
    padding: 70px 0;
}.aspiring-learners h4 {
    font-size: calc(34px * 0.8);
    margin-bottom: 40px;
    padding-left: 15px;
}.aspiring-learners div > div {
    margin-left: 30px;
}.aspiring-learners div > div::before {
    left: 10px;
}.aspiring-learners p {
    padding: 15px;
    margin-bottom: 20px;
    margin-left: 20px;
}.aspiring-learners p::before {
    left: -20px;
    width: 20px;
}.aspiring-learners p::after {
    width: 14px;
    height: 14px;
    left: -32px;
}.aspiring-learners p:nth-child(1) {
    transform: translateX(0);
}.aspiring-learners p:nth-child(2) {
    transform: translateX(0);
}.aspiring-learners p:nth-child(3) {
    transform: translateX(0);
}.aspiring-learners p:nth-child(4) {
    transform: translateX(0);
}.aspiring-learners p:nth-child(5) {
    transform: translateX(0);
}.aspiring-learners p:nth-child(6) {
    transform: translateX(0);
}.aspiring-learners p:hover,
    .aspiring-learners p:nth-child(n):hover {
    transform: translateX(5px);
}
}

@media (max-width: 576px) {.aspiring-learners {
    padding: 60px 0;
}.aspiring-learners h4 {
    margin-bottom: 30px;
    border-left-width: 3px;
    font-size: calc(34px * 0.7);
}.aspiring-learners div > div {
    margin-left: 25px;
}.aspiring-learners p {
    margin-bottom: 15px;
    font-size: calc(14px * 0.9);
    padding: 12px;
}.aspiring-learners p svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}.aspiring-learners p::after {
    height: 12px;
    width: 12px;
    border-width: 2px;
}}.academic-experience {
    background: linear-gradient(135deg, rgb(221,216,227) 0%, rgb(187,181,199,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
}.academic-experience::before {
    opacity: 0.08;
    background: repeating-linear-gradient(
    -45deg,
    rgb(187,181,199,0.5) 0px,
    rgb(187,181,199,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
}.academic-experience::after {
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(152,142,168,0.5) 0%, transparent 70%);
    top: -50%;
    opacity: 0.15;
    width: 100%;
    z-index: 0;
    height: 100%;
    right: -50%;
}.academic-experience .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
}.academic-experience .review-feedback {
    grid-template-columns: 1fr;
    background: #ffffff;
    isolation: isolate;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem 2rem;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    display: grid;
    gap: 2rem;
}.academic-experience .review-feedback::before {
    background: linear-gradient(to bottom, rgb(187,181,199), rgb(152,142,168));
    content: "";
    height: 100%;
    width: 4px;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
}.academic-experience .review-feedback > div:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
    order: 1;
}.academic-experience .review-feedback .media-image {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) rotate(-3deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 200px;
    height: 200px;
}.academic-experience .review-feedback .media-image::after {
    background: linear-gradient(to top right, rgba(rgb(187,181,199), 0.2), transparent);
    inset: 0;
    z-index: 1;
    position: absolute;
    content: "";
    mix-blend-mode: overlay;
}.academic-experience .review-feedback .media-image:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}.academic-experience .review-feedback > div:nth-child(2) {
    order: 2;
    padding-left: 1rem;
    border-left: 1px solid rgb(187,181,199,0.5);
}.academic-experience .review-feedback .name {
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: rgb(187,181,199);
    font-size: calc(20px * 1.1);
}.academic-experience .review-feedback .name::after {
    bottom: -4px;
    background: rgb(152,142,168);
    content: "";
    transition: transform 0.3s ease-out;
    transform: scaleX(0.7);
    transform-origin: left;
    height: 2px;
    width: 60%;
    left: 0;
    position: absolute;
}.academic-experience .review-feedback .name:hover::after {
    transform: scaleX(1);
}.academic-experience .review-feedback > div:nth-child(2) > div {
    letter-spacing: 0.5px;
    color: rgb(152,142,168);
    font-weight: 600;
    font-size: 18px;
    margin-top: 0.5rem;
}.academic-experience .review-feedback > div:nth-child(3) {
    position: relative;
    order: 3;
    margin-top: 1rem;
}.academic-experience .review-feedback .experience-profile {
    padding: 1.5rem;
    margin: 0;
    font-size: 18px;
    color: #000000;
    line-height: 1.7;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(221,216,227) 0%, transparent 100%);
    position: relative;
}.academic-experience .review-feedback .experience-profile::before {
    content: "";
    top: -0.5rem;
    left: 0;
    font-size: 5rem;
    color: rgb(187,181,199,0.5);
    line-height: 1;
    position: absolute;
    opacity: 0.3;
}

@media (min-width: 768px) {.academic-experience .review-feedback {
    gap: 3rem;
    padding: 4rem;
    grid-template-areas: 
      "photo info"
      "quote quote";
    grid-template-columns: 250px 1fr;
}.academic-experience .review-feedback > div:first-child {
    justify-content: flex-start;
    grid-area: photo;
}.academic-experience .review-feedback > div:nth-child(2) {
    align-self: center;
    border-left: none;
    padding-left: 0;
    grid-area: info;
}.academic-experience .review-feedback > div:nth-child(3) {
    grid-area: quote;
}.academic-experience .review-feedback .experience-profile {
    background: linear-gradient(135deg, rgb(221,216,227) 0%, transparent 100%);
    padding: 2rem;
}
}

@media (min-width: 992px) {.academic-experience .review-feedback {
    grid-template-areas: 
      "photo info"
      "photo quote";
    padding: 5rem;
    gap: 3rem 4rem;
    grid-template-columns: 300px 1fr;
}.academic-experience .review-feedback > div:first-child {
    align-self: start;
}.academic-experience .review-feedback .media-image {
    width: 280px;
    height: 280px;
}.academic-experience .review-feedback .name {
    font-size: calc(20px * 1.3);
}.academic-experience .review-feedback > div:nth-child(2) > div {
    font-size: calc(18px * 1.1);
}.academic-experience .review-feedback .experience-profile {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
    padding: 2.5rem;
}
}

@media (min-width: 1200px) {.academic-experience .review-feedback {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg);
}.academic-experience .review-feedback:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.academic-experience .review-feedback .media-image {
    height: 320px;
    width: 320px;
}
}

@media (max-width: 767px) {.academic-experience {
    padding: 3rem 0;
}.academic-experience .container {
    padding: 0 1.5rem;
}.academic-experience .review-feedback {
    transform: none;
    padding: 2rem 1.5rem;
}.academic-experience .review-feedback .media-image {
    width: 180px;
    height: 180px;
}}.newsletter-subscription {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(187,181,199,0.5), rgb(152,142,168), rgb(187,181,199));
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    margin: 4rem 0;
    perspective: 1000px;
    padding: 3rem 0;
}.newsletter-subscription::before {
    animation: lightShift 8s ease-in-out infinite alternate;
    width: 200%;
    background: linear-gradient(45deg, transparent 20%, rgb(255, 255, 255, 0.5) 25%, transparent 30%);
    position: absolute;
    height: 200%;
    transform: rotate(-15deg);
    top: -50%;
    left: -50%;
    content: '';
    opacity: 0.07;
}.newsletter-subscription::after {
    bottom: 0;
    opacity: 0.2;
    right: 0;
    transform: skewY(-3deg);
    content: '';
    height: 40%;
    width: 100%;
    background: linear-gradient(to top, rgb(187,181,199,0.5) 0%, transparent 100%);
    transform-origin: bottom right;
    position: absolute;
}.newsletter-subscription .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    margin: 0 auto;
    padding: 0 2rem;
}.newsletter-subscription .pro-track {
    transform: translateZ(0);
    transition: transform 0.5s ease-out;
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
}.newsletter-subscription .pro-track:hover {
    transform: translateZ(20px);
}.newsletter-subscription h4 {
    line-height: 1.4;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.01em;
    transform: translateZ(10px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    color: #ffffff;
    font-weight: 600;
}.newsletter-subscription .input_holder {
    display: flex;
    gap: 1rem;
    transform: translateZ(15px) translateY(5px);
    flex-direction: column;
    position: relative;
}.newsletter-subscription .input_holder span {
    display: block;
    width: 100%;
    position: relative;
}.newsletter-subscription .input_holder span::before {
    left: 0;
    position: absolute;
    width: 100%;
    filter: blur(3px);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    content: '';
    transform-origin: right;
    z-index: -1;
    transform: scaleX(0);
    height: 5px;
    bottom: -3px;
    background: linear-gradient(90deg, rgb(152,142,168,0.5), rgb(187,181,199,0.5));
}.newsletter-subscription .input_holder span:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.newsletter-subscription input[type="email"] {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    backdrop-filter: blur(5px);
    width: 100%;
    font-size: 18px;
    background-color: rgba(255,255,255,0.15);
    color: #ffffff;
    transition: all 0.3s ease;
    border: 2px solid rgb(255, 255, 255, 0.5);
    padding: 1rem 1.5rem;
}.newsletter-subscription input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
    transition: opacity 0.3s ease, transform 0.3s ease;
}.newsletter-subscription input[type="email"]:focus {
    background-color: rgba(255,255,255,0.25);
    box-shadow: 0 7px 20px rgba(0,0,0,0.12);
    transform: translateZ(5px) translateY(-2px);
    outline: none;
    border-color: #ffffff;
}.newsletter-subscription input[type="email"]:focus::placeholder {
    transform: translateX(10px);
    opacity: 0.5;
}.newsletter-subscription .instant-learn {
    padding: 0.75rem 1.5rem;
    z-index: 1;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: pointer;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.03em;
    background: linear-gradient(135deg, rgb(152,142,168), rgb(187,181,199));
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}.newsletter-subscription .instant-learn::before {
    width: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    content: '';
    top: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, rgb(187,181,199), rgb(152,142,168));
}.newsletter-subscription .instant-learn:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transform: translateY(-3px) scale(1.02);
}.newsletter-subscription .instant-learn:hover::before {
    opacity: 1;
}.newsletter-subscription .instant-learn:active {
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    transform: translateY(1px) scale(0.98);
}

@keyframes lightShift {
    0% {
        transform: rotate(-15deg) translateX(-5%) translateY(2%);
    }
    100% {
        transform: rotate(-12deg) translateX(5%) translateY(-2%);
    }
}

@media (min-width: 768px) {.newsletter-subscription {
    padding: 4rem 0;
}.newsletter-subscription .pro-track {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.newsletter-subscription h4 {
    font-size: calc(18px * 1.1);
    max-width: 90%;
    transform: translateZ(25px) translateX(10px);
}.newsletter-subscription .input_holder {
    transform: translateZ(35px) translateY(0);
    flex-direction: row;
}.newsletter-subscription input[type="email"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}.newsletter-subscription .instant-learn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    white-space: nowrap;
}
}

@media (min-width: 992px) {.newsletter-subscription {
    padding: 5rem 0;
}.newsletter-subscription::before {
    animation-duration: 12s;
}.newsletter-subscription .pro-track {
    gap: 4rem;
}.newsletter-subscription h4 {
    max-width: 85%;
    font-size: calc(18px * 1.2);
    transform: translateZ(40px) translateX(20px) rotateY(2deg);
}.newsletter-subscription .input_holder {
    transform: translateZ(50px) translateY(0) rotateY(-2deg);
}
}

@media (max-width: 767px) {.newsletter-subscription {
    margin: 3rem 0;
    padding: 2.5rem 0;
}.newsletter-subscription h4 {
    margin-bottom: 1.5rem;
    text-align: center;
}.newsletter-subscription .instant-learn {
    width: 100%;
    margin-top: 0.5rem;
}.newsletter-subscription::before {
    opacity: 0.05;
}
}

@media (hover: none) {.newsletter-subscription .pro-track:hover {
    transform: translateZ(0);
}.newsletter-subscription input[type="email"]:focus {
    transform: none;
}.newsletter-subscription .instant-learn:hover {
    transform: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}}.connect-with-us {
    position: relative;
    padding: 6rem 0;
    isolation: isolate;
    background: linear-gradient(
        135deg, 
        rgb(152,142,168,0.5) 0%, 
        rgb(187,181,199,0.5) 100%
    );
    overflow: hidden;
}.connect-with-us::before {
    content: '';
    height: 200%;
    left: -50%;
    animation: subtle-pulse 12s infinite alternate;
    width: 200%;
    z-index: 1;
    position: absolute;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    top: -50%;
}.connect-with-us::after {
    z-index: 1;
    content: '';
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    width: 150%;
    bottom: -30%;
    right: -30%;
    height: 150%;
    position: absolute;
    animation: subtle-wave 15s infinite alternate-reverse;
}.connect-with-us .container {
    max-width: 1200px;
    padding: 0 1rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.connect-with-us h2 {
    font-weight: 700;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 38px;
}.connect-with-us h2::after {
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(187,181,199), 
        transparent
    );
    content: '';
    bottom: -0.5rem;
}.connect-with-us .help-inquiry {
    border-radius: 18px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    align-items: stretch;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
}.connect-with-us .media-image {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}.connect-with-us .media-image::before {
    content: '';
    position: absolute;
    background: linear-gradient(
        45deg, 
        rgb(152,142,168,0.5) 0%, 
        rgb(187,181,199,0.5) 100%
    );
    opacity: 0.6;
    mix-blend-mode: color-dodge;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}.connect-with-us .request-list {
    flex-direction: column;
    display: flex;
    flex: 0 0 60%;
    padding: 4rem 3rem;
    justify-content: center;
}.connect-with-us .request-list form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}.connect-with-us .request-list h3 {
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    font-size: 34px;
    margin-bottom: 2rem;
}.connect-with-us .request-list input:not([type="checkbox"]):not([type="submit"]) {
    border-radius: 10px;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    outline: none;
    font-size: 15px;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 1rem 1.5rem;
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    width: 100%;
}.connect-with-us .request-list input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgba(rgb(187,181,199), 0.3);
    border-color: rgb(187,181,199);
}.connect-with-us .request-list .support-support {
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
}.connect-with-us .request-list .support-support input[type="checkbox"] {
    margin-right: 1rem;
    width: 22px;
    border-radius: 10px;
    position: relative;
    height: 22px;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    appearance: none;
}.connect-with-us .request-list .support-support input[type="checkbox"]:checked {
    border-color: rgb(187,181,199);
    background: rgb(187,181,199);
}.connect-with-us .request-list .support-support input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    position: absolute;
    color: #ffffff;
    font-size: 0.8rem;
    left: 50%;
    top: 50%;
    content: '✔';
}.connect-with-us .request-list .support-support label {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 15px;
}.connect-with-us .request-list .support-support a {
    color: rgb(187,181,199);
    text-decoration: none;
    transition: color 0.3s ease;
    margin-left: 0.3rem;
}.connect-with-us .request-list .support-support a:hover {
    text-decoration: underline;
}.connect-with-us .request-list .feedback-section {
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    position: relative;
    cursor: pointer;
    background: rgb(187,181,199);
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    padding: 1rem;
    color: #ffffff;
    border: none;
}.connect-with-us .request-list .feedback-section::before {
    content: '';
    left: -100%;
    height: 100%;
    transition: all 0.3s ease;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    position: absolute;
    width: 100%;
    top: 0;
}.connect-with-us .request-list .feedback-section:hover::before {
    left: 100%;
}.connect-with-us .request-list .feedback-section:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.connect-with-us .help-inquiry {
    flex-direction: column;
}.connect-with-us .media-image {
    flex: 0 0 100%;
    min-height: 300px;
}.connect-with-us .request-list {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.connect-with-us {
    padding: 3rem 0;
}.connect-with-us h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.connect-with-us .request-list h3 {
    font-size: calc(34px * 0.9);
}.connect-with-us .request-list input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.connect-with-us .request-list .support-support {
    align-items: flex-start;
}.connect-with-us .request-list .support-support input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.connect-with-us .help-inquiry {
    border-radius: 0;
}.connect-with-us .media-image {
    min-height: 250px;
}.connect-with-us .request-list {
    padding: 2rem 1.5rem;
}}.location-info {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,216,227) 0%, rgba(255,255,255,0.9) 100%);
    transform-style: preserve-3d;
    perspective: 1000px;
    font-family: Arial, sans-serif;
}.location-info::before {
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(-10px);
    background: linear-gradient(45deg, rgb(187,181,199,0.5) 0%, transparent 40%);
    content: '';
}.location-info::after {
    height: 200px;
    background: linear-gradient(to bottom right, rgb(152,142,168) 0%, transparent 70%);
    transform: rotate(-15deg) translateZ(-5px);
    width: 200px;
    filter: blur(20px);
    right: -50px;
    position: absolute;
    content: '';
    z-index: -1;
    opacity: 0.6;
    border-radius: 100px;
    bottom: -50px;
}.location-info h1 {
    transform: translateZ(20px);
    text-shadow: 2px 2px 0 rgba(rgb(187,181,199,0.5), 0.1);
    font-weight: 700;
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    font-size: 40px;
}.location-info h1::after {
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    position: absolute;
    width: 80px;
    content: '';
    bottom: -15px;
    background: linear-gradient(90deg, rgb(187,181,199) 0%, rgb(152,142,168) 100%);
}.location-info .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.location-info .msg-block {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-columns: 1fr;
    display: grid;
    transform: rotateX(1deg) rotateY(0.5deg);
    gap: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08), 
                0 10px 20px rgba(0,0,0,0.05),
                0 5px 10px rgba(rgb(187,181,199,0.5), 0.08);
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
}.location-info .msg-block:hover {
    transform: rotateX(0deg) rotateY(0deg) translateZ(5px);
}.location-info .msg-block > div {
    background: linear-gradient(to right, rgba(rgb(221,216,227), 0.5), rgba(255,255,255,0.9));
    border-left: 3px solid rgb(187,181,199);
    position: relative;
    transform: translateZ(10px);
    border-radius: 10px;
    padding: 20px;
}.location-info .msg-block > div:nth-child(2) {
    border-left: 3px solid rgb(152,142,168);
}.location-info .msg-block > div:nth-child(3) {
    border-left: 3px solid rgb(187,181,199);
}.location-info h6 {
    margin-bottom: 10px;
    gap: 10px;
    display: flex;
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    align-items: center;
}.location-info span {
    position: relative;
    color: #000000;
    display: block;
    font-size: 17px;
    margin-left: 30px;
}.location-info span::before {
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: rgb(152,142,168);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: -15px;
    position: absolute;
}.location-info .edu-form {
    display: flex;
    gap: 15px;
    flex-direction: column;
}.location-info .info-request {
    font-weight: 400;
    text-decoration: none;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
    display: flex;
    align-items: center;
    color: #000000;
    position: relative;
    font-size: 17px;
    border-radius: 10px;
    padding: 5px 10px;
    overflow: hidden;
}.location-info .info-request::before {
    transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, rgb(187,181,199,0.5) 0%, transparent 100%);
    position: absolute;
    left: -10px;
    z-index: -1;
    content: '';
    top: 0;
}.location-info .info-request:hover {
    transform: translateX(5px);
    color: #000000;
}.location-info .info-request:hover::before {
    width: 100%;
}.location-info svg {
    transform-origin: center;
    height: 24px;
    width: 24px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.location-info .info-request:hover svg {
    transform: scale(1.15) rotate(5deg);
}.location-info svg path {
    fill: rgb(187,181,199);
    transition: fill 0.3s ease;
}.location-info .info-request:hover svg path {
    fill: rgb(152,142,168);
}.location-info .msg-block > div:first-child div {
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
    position: relative;
    padding-left: 15px;
}.location-info .msg-block > div:first-child div::before {
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    border-radius: 10px;
    top: 0;
    width: 3px;
    background: linear-gradient(to bottom, rgb(187,181,199), rgb(152,142,168));
}

@media (min-width: 768px) {.location-info {
    padding: 100px 40px;
}.location-info h1 {
    font-size: calc(40px * 1.2);
    margin-bottom: 60px;
}.location-info h1::after {
    width: 120px;
}.location-info .msg-block {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    padding: 50px 40px;
}.location-info .msg-block > div:first-child {
    grid-column: 1 / -1;
}
}

@media (min-width: 992px) {.location-info .msg-block {
    grid-template-columns: 2fr 1fr 1fr;
}.location-info .msg-block > div:first-child {
    grid-column: 1;
}.location-info .msg-block > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.location-info .msg-block > div:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}.location-info .msg-block > div {
    transform: translateZ(15px);
}
}

@media (max-width: 767px) {.location-info {
    padding: 60px 15px;
}.location-info h1 {
    font-size: calc(40px * 0.9);
    margin-bottom: 40px;
}.location-info .msg-block {
    padding: 30px 20px;
    transform: rotateX(0.5deg) rotateY(0.25deg);
}.location-info .msg-block > div {
    padding: 15px;
}.location-info span {
    margin-left: 20px;
}}.meet-us {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(221,216,227), #f0f4f8);
    perspective: 1000px;
    position: relative;
    padding: 120px 0 80px;
}.meet-us::before {
    right: -5%;
    z-index: 1;
    content: "";
    position: absolute;
    transform: rotate(-15deg) skewX(5deg);
    opacity: 0.7;
    top: -10%;
    filter: blur(40px);
    background: linear-gradient(135deg, rgb(187,181,199,0.5), rgb(152,142,168,0.5));
    width: 40%;
    height: 70%;
}.meet-us::after {
    background: linear-gradient(225deg, rgb(152,142,168,0.5), rgb(187,181,199,0.5));
    z-index: 1;
    opacity: 0.5;
    position: absolute;
    height: 60%;
    bottom: -10%;
    left: -5%;
    transform: rotate(10deg) skewX(-5deg);
    width: 50%;
    filter: blur(60px);
    content: "";
}.meet-us .container {
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.meet-us h1 {
    color: #000000;
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    transform: translateZ(30px);
    letter-spacing: 1px;
    font-size: 38px;
}.meet-us h1::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(187,181,199), rgb(152,142,168));
    width: 80px;
    content: "";
    left: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    height: 4px;
    transform: translateZ(40px);
    bottom: -15px;
}.meet-us .why-trust {
    position: relative;
    transform-style: preserve-3d;
}.meet-us .why-trust ul {
    grid-template-columns: 1fr;
    margin: 0;
    display: grid;
    transform-style: preserve-3d;
    list-style-type: none;
    gap: 50px;
    padding: 0;
}.meet-us .skill-program {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 10px;
    transform: translateZ(10px) rotateX(2deg);
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    padding: 40px;
}.meet-us .skill-program:hover {
    transform: translateZ(25px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0,0,0,0.12), 0 10px 25px rgba(0,0,0,0.08);
}.meet-us .skill-program::before {
    background: linear-gradient(180deg, rgb(187,181,199), rgb(152,142,168));
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    transform: translateZ(5px);
    width: 6px;
    content: "";
}.meet-us .skill-program h4 {
    margin-bottom: 20px;
    font-size: calc(18px + 2px);
    margin-top: 0;
    padding-bottom: 15px;
    color: rgb(187,181,199);
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
}.meet-us .skill-program h4::after {
    left: 0;
    position: absolute;
    background: rgb(152,142,168);
    width: 40px;
    content: "";
    bottom: 0;
    height: 3px;
}.meet-us .skill-program div {
    overflow-y: auto;
    max-height: 300px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    position: relative;
    margin: 0;
    color: #000000;
    font-size: 12px;
    line-height: 1.7;
    padding-right: 10px;
}.meet-us .skill-program div::-webkit-scrollbar {
    width: 6px;
}.meet-us .skill-program div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.05);
}.meet-us .skill-program div::-webkit-scrollbar-thumb {
    background: linear-gradient(rgb(187,181,199,0.5), rgb(152,142,168));
    border-radius: 10px;
}

@media (min-width: 768px) {.meet-us {
    padding: 150px 0 100px;
}.meet-us h1 {
    margin-bottom: 70px;
    font-size: calc(38px + 10px);
}.meet-us h1::after {
    height: 5px;
    width: 120px;
}.meet-us .why-trust ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}.meet-us .skill-program {
    transform: translateZ(20px) rotateX(2deg) rotateY(-1deg);
    padding: 50px;
    backdrop-filter: blur(5px);
}.meet-us .skill-program:hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.meet-us .skill-program:nth-child(even) {
    transform: translateZ(20px) rotateX(2deg) rotateY(1deg);
}.meet-us .skill-program:nth-child(even):hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.meet-us .skill-program::before {
    width: 8px;
}.meet-us .skill-program div {
    max-height: 350px;
}.meet-us .skill-program:first-child {
    transform: translateZ(20px) translateX(20px) rotateX(2deg) rotateY(-1deg);
}.meet-us .skill-program:first-child:hover {
    transform: translateZ(40px) translateX(20px) rotateX(0deg) rotateY(0deg);
}.meet-us .skill-program:last-child {
    transform: translateZ(20px) translateX(-20px) rotateX(2deg) rotateY(1deg);
}.meet-us .skill-program:last-child:hover {
    transform: translateZ(40px) translateX(-20px) rotateX(0deg) rotateY(0deg);
}
}

@media (min-width: 1024px) {.meet-us {
    padding: 180px 0 120px;
}.meet-us::before {
    height: 80%;
    width: 50%;
}.meet-us::after {
    width: 60%;
    height: 70%;
}.meet-us h1 {
    margin-bottom: 90px;
    transform: translateZ(50px);
    font-size: calc(38px + 16px);
}.meet-us h1::after {
    width: 150px;
    transform: translateZ(60px);
    height: 6px;
}.meet-us .why-trust ul {
    gap: 80px;
}.meet-us .skill-program {
    padding: 60px;
    transform: translateZ(30px) rotateX(3deg) rotateY(-2deg);
}.meet-us .skill-program:hover {
    transform: translateZ(60px) rotateX(0deg) rotateY(0deg);
}.meet-us .skill-program:nth-child(even) {
    transform: translateZ(30px) rotateX(3deg) rotateY(2deg);
}.meet-us .skill-program:nth-child(even):hover {
    transform: translateZ(60px) rotateX(0deg) rotateY(0deg);
}.meet-us .skill-program::before {
    width: 10px;
}.meet-us .skill-program h4 {
    font-size: calc(18px + 4px);
    margin-bottom: 30px;
}.meet-us .skill-program h4::after {
    height: 4px;
    width: 50px;
}.meet-us .skill-program div {
    max-height: 400px;
    line-height: 1.8;
    font-size: calc(12px + 1px);
}.meet-us .skill-program:first-child {
    transform: translateZ(30px) translateX(40px) rotateX(3deg) rotateY(-2deg);
}.meet-us .skill-program:first-child:hover {
    transform: translateZ(60px) translateX(40px) rotateX(0deg) rotateY(0deg);
}.meet-us .skill-program:last-child {
    transform: translateZ(30px) translateX(-40px) rotateX(3deg) rotateY(2deg);
}.meet-us .skill-program:last-child:hover {
    transform: translateZ(60px) translateX(-40px) rotateX(0deg) rotateY(0deg);
}
}

@media (max-width: 767px) {.meet-us {
    padding: 80px 0 60px;
}.meet-us h1 {
    margin-bottom: 40px;
    font-size: calc(38px - 2px);
}.meet-us .skill-program {
    margin-bottom: 30px;
    padding: 30px;
}.meet-us .skill-program h4 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}.meet-us .skill-program div {
    max-height: 250px;
    line-height: 1.6;
    font-size: calc(12px - 1px);
}}header .top_plank {
    background: rgb(187,181,199);
    color:  #ffffff;
}header .top_plank .learning-menu div svg, header .top_plank .learning-menu div svg path {
    fill: #ffffff;
}header .top_plank .learning-menu div span {
    color: #ffffff;
}header .top_plank .learning-menu {
    align-items: center;
    justify-content: flex-start;
    line-height: 21px;
    width: 100%;
    padding: 15px 0 10px 0;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}header .top_plank .learning-menu div {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-right: 24px;
}header .top_plank .learning-menu div img, header .top_plank .learning-menu div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}footer {
    z-index: 1;
    position: relative;
}footer::before {
    opacity: 0.9;
    right: 0;
    left: 0;
    top: 0;
    z-index: -2;
    position: absolute;
    bottom: 0;
    background: linear-gradient(145deg, rgb(221,216,227) 0%, rgb(187,181,199,0.5) 100%);
    content: "";
}footer::after {
    position: absolute;
    opacity: 0.1;
    right: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(187,181,199,0.5), rgb(187,181,199,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(187,181,199,0.5), rgb(187,181,199,0.5) 1px, transparent 1px, transparent 20px);
    left: 0;
    z-index: -1;
    bottom: 0;
    top: 0;
    content: "";
}.reg-remind {
    padding: 4rem 0 2rem;
    color: #000000;
    position: relative;
}.reg-remind::after {
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(187,181,199), rgb(152,142,168));
    height: 6px;
    width: 100%;
    left: 0;
    position: absolute;
}.reg-remind .container {
    position: relative;
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}.reg-remind .company_holder {
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    flex: 1 1 400px;
    padding: 2rem 2.5rem;
    border-radius: 23px;
}.reg-remind .company_holder::before {
    left: 0;
    top: 0;
    height: 5px;
    background: rgb(187,181,199);
    content: "";
    position: absolute;
    border-top-left-radius: 23px;
    width: 100%;
    border-top-right-radius: 23px;
}.reg-remind .company_holder h3 {
    margin: 0 0 1.5rem;
    font-weight: 700;
    position: relative;
    font-size: 35px;
    letter-spacing: 0.5px;
    color: rgb(187,181,199);
}.reg-remind .company_holder h3::after {
    left: 0;
    background: rgb(152,142,168);
    width: 80px;
    position: absolute;
    height: 3px;
    content: "";
    bottom: -0.5rem;
}.reg-remind .design-res {
    line-height: 1.7;
    color: #000000;
    font-size: 13px;
    border-radius: 10px;
    position: relative;
    background: rgb(221,216,227);
    padding: 1.5rem;
    border-left: 3px solid rgb(152,142,168);
}.reg-remind .med-guides {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.reg-remind .first-pagebar {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}.reg-remind .head-tutor {
    background: #ffffff;
    border-radius: 23px;
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    overflow: hidden;
}.reg-remind .head-tutor h5 {
    margin: 0;
    padding: 1rem 1.5rem;
    color: #ffffff;
    font-weight: 600;
    background: rgb(152,142,168);
    position: relative;
    font-size: 19px;
}.reg-remind .head-tutor .first-pagebar {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 1rem 0;
}.reg-remind .head-tutor .first-pagebar a {
    display: flex;
    padding: 0.8rem 1.5rem;
    align-items: center;
    font-size: 13px;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: #000000;
}.reg-remind .head-tutor .first-pagebar a::before {
    position: absolute;
    left: 0;
    z-index: -1;
    background: rgb(221,216,227);
    content: "";
    width: 0;
    top: 0;
    transition: all 0.3s ease;
    height: 100%;
}.reg-remind .head-tutor .first-pagebar a::after {
    opacity: 0;
    width: 5px;
    left: 1.5rem;
    border-radius: 50%;
    position: absolute;
    height: 5px;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(152,142,168);
    content: "";
    transition: all 0.3s ease;
}.reg-remind .head-tutor .first-pagebar a:hover {
    color: rgb(187,181,199);
    padding-left: 2.2rem;
}.reg-remind .head-tutor .first-pagebar a:hover::before {
    width: 100%;
}.reg-remind .head-tutor .first-pagebar a:hover::after {
    opacity: 1;
}.digital-res {
    padding: 2rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: 3rem;
    background: rgb(221,216,227);
}.digital-res::before {
    content: "";
    left: 10%;
    right: 10%;
    background: linear-gradient(90deg, transparent, rgb(187,181,199,0.5), transparent);
    position: absolute;
    top: 0;
    height: 1px;
}.digital-res .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.digital-res .quiz-links {
    font-size: 12px;
    padding: 0.8rem 2rem;
    color: #000000;
    border-radius: 50px;
    background: #ffffff;
    font-weight: 400;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}

@media (max-width: 1200px) {.reg-remind .container {
    gap: 2rem;
}.reg-remind .company_holder {
    flex: 1 1 360px;
}.reg-remind .med-guides {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.reg-remind .first-pagebar {
    gap: 2rem;
}
}

@media (max-width: 992px) {.reg-remind {
    padding: 3.5rem 0 2rem;
}.reg-remind .container {
    gap: 2.5rem;
    flex-direction: column;
}.reg-remind .company_holder,
    .reg-remind .med-guides {
    min-width: 100%;
    flex: 1 1 100%;
}.reg-remind .head-tutor {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.reg-remind {
    padding: 3rem 0 1.5rem;
}.reg-remind .first-pagebar {
    gap: 1.5rem;
}.reg-remind .company_holder {
    padding: 2rem;
}.reg-remind .company_holder h3 {
    font-size: calc(35px - 2px);
}.digital-res {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.reg-remind {
    padding: 2.5rem 0 1rem;
}.reg-remind .container {
    gap: 1.5rem;
}.reg-remind .head-tutor {
    flex: 1 1 100%;
    min-width: 100%;
}.reg-remind .first-pagebar {
    gap: 1rem;
}.reg-remind .company_holder {
    padding: 1.5rem;
}.reg-remind .design-res {
    padding: 1.2rem;
}.digital-res {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}

@media (max-width: 420px) {.reg-remind .company_holder h3::after {
    width: 50px;
}.reg-remind .head-tutor .first-pagebar a:hover {
    padding-left: 2rem;
}.digital-res .quiz-links {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.pricing-suite {
    position: relative;
    overflow: hidden;
    background: rgb(221,216,227);
    padding: 120px 0;
}.pricing-suite::before {
    content: "";
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    width: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    left: 0;
}.pricing-suite .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1400px;
    position: relative;
}.pricing-suite .rate-options {
    grid-template-columns: 1fr;
    gap: 60px;
    display: grid;
}.pricing-suite .group-rates {
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s forwards 0.2s;
    max-width: 800px;
    text-align: center;
}.pricing-suite .group-rates h2 {
    font-size: 37px;
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}.pricing-suite .group-rates h2::after {
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(187,181,199), rgb(152,142,168));
    width: 80px;
    bottom: -10px;
    position: absolute;
}.pricing-suite .payment-plan {
    margin-top: 30px;
    font-size: calc(18px + 0.1rem);
    line-height: 1.6;
    color: #000000;
}.pricing-suite .price-schemes {
    display: grid;
    gap: 30px;
    transform: translateY(30px);
    opacity: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    animation: fadeSlideUp 0.8s forwards 0.4s;
    margin-top: 20px;
}.pricing-suite .trial-pricing {
    will-change: transform;
    z-index: 1;
    color: inherit;
    text-decoration: none;
    display: block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing-suite .trial-pricing:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing-suite .cost-rates {
    min-height: 420px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}.pricing-suite .trial-pricing:hover .cost-rates {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.pricing-suite .trial-pricing:nth-child(odd) .cost-rates::before {
    background: rgb(187,181,199);
    content: "";
    transform-origin: bottom;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    transform: scaleY(0);
    width: 5px;
}.pricing-suite .trial-pricing:nth-child(even) .cost-rates::before {
    right: 0;
    position: absolute;
    background: rgb(152,142,168);
    height: 100%;
    content: "";
    transform-origin: bottom;
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    width: 5px;
}.pricing-suite .trial-pricing:hover .cost-rates::before {
    transform: scaleY(1);
}.pricing-suite .annual-fee {
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 40px 30px;
    z-index: 1;
    flex: 1;
}.pricing-suite .annual-fee h3 {
    color: #000000;
    font-size: calc(20px + 0.2rem);
    transition: color 0.3s ease;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}.pricing-suite .trial-pricing:hover .annual-fee h3 {
    color: rgb(187,181,199);
}.pricing-suite .trial-pricing:nth-child(even):hover .annual-fee h3 {
    color: rgb(152,142,168);
}.pricing-suite .price-panel {
    margin: 10px 0 20px;
    display: inline-block;
    font-size: calc(20px + 0.5rem);
    color: rgb(187,181,199);
    position: relative;
    padding-bottom: 10px;
    font-weight: 700;
}.pricing-suite .trial-pricing:nth-child(even) .price-panel {
    color: rgb(152,142,168);
}.pricing-suite .price-panel::after {
    opacity: 0.6;
    width: 40px;
    content: "";
    height: 3px;
    background: currentColor;
    left: 0;
    position: absolute;
    bottom: 0;
}.pricing-suite .annual-fee p {
    word-break: break-word;
    font-size: 18px;
    margin-top: auto;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    color: #000000;
}.pricing-suite .media-image {
    width: 100%;
    position: relative;
    transition: transform 0.5s ease;
    transform-origin: center;
    height: 200px;
}.pricing-suite .trial-pricing:hover .media-image {
    transform: scale(1.05);
}.pricing-suite .media-image::after {
    content: "";
    width: 100%;
    height: 40%;
    transition: opacity 0.4s ease;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    left: 0;
    position: absolute;
    opacity: 0;
}.pricing-suite .trial-pricing:hover .media-image::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.pricing-suite .rate-options {
    grid-template-columns: 1fr;
}.pricing-suite .price-schemes {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}
}

@media (min-width: 992px) {.pricing-suite {
    padding: 150px 0;
}.pricing-suite .rate-options {
    grid-template-columns: 1fr;
    gap: 80px;
}.pricing-suite .price-schemes {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}.pricing-suite .cost-rates {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.pricing-suite .price-schemes {
    gap: 40px;
}
}

@media (max-width: 767px) {.pricing-suite {
    padding: 80px 0;
}.pricing-suite .group-rates h2 {
    font-size: calc(37px - 0.4rem);
}.pricing-suite .payment-plan {
    font-size: 18px;
}.pricing-suite .annual-fee {
    padding: 30px 20px;
}.pricing-suite .cost-rates {
    min-height: 400px;
}.pricing-suite .media-image {
    height: 160px;
}
}

@media (max-width: 480px) {.pricing-suite {
    padding: 60px 0;
}.pricing-suite .rate-options {
    gap: 40px;
}.pricing-suite .price-schemes {
    gap: 25px;
}.pricing-suite .annual-fee h3 {
    font-size: 20px;
}.pricing-suite .price-panel {
    font-size: 20px;
}.pricing-suite .annual-fee p {
    font-size: calc(18px - 0.1rem);
}}.start-now {
    position: relative;
    overflow: hidden;
    margin: 4rem 0;
    z-index: 1;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(187,181,199,0.5), rgb(152,142,168) 85%);
}.start-now::before {
    content: "";
    z-index: -1;
    background: 
    radial-gradient(circle at 20% 30%, rgb(152,142,168,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgb(187,181,199,0.5) 0%, transparent 40%);
    transform: translateZ(0);
    opacity: 0.8;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}.start-now::after {
    width: 100%;
    filter: blur(80px);
    transform: rotate(35deg) translateZ(0);
    content: "";
    z-index: -1;
    animation: light-sweep 8s ease-in-out infinite alternate;
    top: -50%;
    position: absolute;
    height: 100%;
    background: rgb(255, 255, 255, 0.5);
    right: -50%;
    opacity: 0.15;
}.start-now .container {
    position: relative;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    align-items: flex-start;
}.start-now h2 {
    font-family: Arial, sans-serif;
    line-height: 1.3;
    color: #ffffff;
    animation: slide-in 0.7s cubic-bezier(0.25, 1, 0.5, 1) both;
    max-width: 85%;
    font-weight: 700;
    transform: translateX(-1rem);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 2.5rem;
    font-size: 36px;
    border-left: 6px solid rgb(152,142,168);
    padding-left: 2rem;
}.start-now .pro-track {
    width: fit-content;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 8px 12px rgba(0, 0, 0, 0.05),
              0 4px 6px rgba(rgb(152,142,168), 0.1);
    display: flex;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.92);
    border-left: 4px solid rgb(187,181,199);
    align-items: center;
    backdrop-filter: blur(10px);
    animation-delay: 0.3s;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fade-in-up 0.9s cubic-bezier(0.25, 1, 0.5, 1) both;
    padding: 2rem;
    transform: translateX(2rem) translateY(-1rem);
}.start-now .pro-track:hover {
    transform: translateX(2.5rem) translateY(-1.5rem) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
              0 12px 16px rgba(0, 0, 0, 0.08),
              0 6px 8px rgba(rgb(152,142,168), 0.15);
}.start-now svg {
    height: 50px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    margin-right: 2rem;
    transform: scale(1.2);
    width: 50px;
}.start-now .pro-track:hover svg {
    transform: scale(1.3) rotate(5deg);
}.start-now svg path {
    transition: fill 0.3s ease;
    fill: rgb(187,181,199);
}.start-now .pro-track:hover svg path {
    fill: rgb(152,142,168);
}.start-now .feedback-section {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    display: inline-block;
    padding: 1rem 2.5rem;
    text-decoration: none;
    overflow: hidden;
    font-weight: 600;
    border-radius: 4px;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 1;
    background: linear-gradient(45deg, rgb(187,181,199), rgb(152,142,168));
    letter-spacing: 0.5px;
    font-size: 18px;
}.start-now .feedback-section::before {
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transition: left 0.6s ease;
    left: -100%;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
}.start-now .feedback-section:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.start-now .feedback-section:hover::before {
    left: 100%;
}.start-now .feedback-section:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(-1rem);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateX(1rem) translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(2rem) translateY(-1rem);
  }
}

@keyframes light-sweep {
  0% {
    opacity: 0.05;
    transform: rotate(35deg) translate(0, 0);
  }
  100% {
    opacity: 0.2;
    transform: rotate(35deg) translate(-30%, -20%);
  }
}

@media screen and (max-width: 1024px) {.start-now {
    padding: 4rem 1.5rem;
}.start-now h2 {
    transform: translateX(-0.5rem);
    max-width: 90%;
    font-size: calc(36px * 0.9);
}.start-now .pro-track {
    transform: translateX(1rem) translateY(-0.5rem);
}.start-now .pro-track:hover {
    transform: translateX(1.5rem) translateY(-1rem) scale(1.02);
}
}

@media screen and (max-width: 768px) {.start-now {
    padding: 3.5rem 1.25rem;
    margin: 3rem 0;
}.start-now h2 {
    font-size: calc(36px * 0.8);
    padding-left: 1.5rem;
    border-left-width: 4px;
    transform: translateX(0);
    max-width: 100%;
}.start-now .pro-track {
    transform: translateX(0) translateY(0);
    justify-content: center;
    width: 100%;
    padding: 1.5rem;
}.start-now .pro-track:hover {
    transform: translateX(0) translateY(-0.5rem) scale(1.01);
}.start-now svg {
    width: 40px;
    height: 40px;
    margin-right: 1.5rem;
}.start-now .feedback-section {
    padding: 0.875rem 2rem;
}
  
  @keyframes slide-in {
    0% {
      opacity: 0;
      transform: translateX(-2rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes fade-in-up {
    0% {
      opacity: 0;
      transform: translateY(1rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media screen and (max-width: 480px) {.start-now {
    padding: 3rem 1rem;
    margin: 2rem 0;
}.start-now h2 {
    border-left-width: 3px;
    padding-left: 1rem;
    margin-bottom: 2rem;
    font-size: calc(36px * 0.7);
}.start-now .pro-track {
    text-align: center;
    padding: 1.25rem;
    flex-direction: column;
}.start-now svg {
    margin-bottom: 1rem;
    margin-right: 0;
}.start-now .feedback-section {
    text-align: center;
    padding: 0.75rem 1.75rem;
    width: 100%;
}}header {
    z-index: 100;
    width: 100%;
    background: linear-gradient(to right, rgb(187,181,199,0.5), rgb(152,142,168,0.5));
    position: relative;
    padding: 1.5rem 3%;
}header::before {
    z-index: 0;
    content: '';
    border-radius: 10px;
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
    right: 0.5rem;
    pointer-events: none;
    top: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header::after {
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
    z-index: 0;
    top: 0;
}header .container {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0;
    max-width: 100%;
    z-index: 1;
}header .header-lead {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    align-items: center;
    position: relative;
    padding: 1.5rem;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
}header .header-lead::before {
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(187,181,199), rgb(152,142,168));
    left: 0;
    content: '';
    position: absolute;
}header .header-lead::after {
    background: linear-gradient(to bottom, rgb(152,142,168), rgb(187,181,199));
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
    right: 0;
    width: 5px;
}header .header-top {
    padding: 0 0 1rem 0;
    text-decoration: none;
    justify-content: center;
    display: flex;
    position: relative;
}header .header-top::after {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 80px;
    bottom: 0;
    background: rgb(187,181,199,0.5);
    height: 1px;
    content: '';
}header .header-top svg {
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    width: 170px;
    transition: all 0.3s ease;
}header .header-top:hover svg {
    transform: scale(1.03);
}header .head-tutor {
    padding-top: 1rem;
    width: 100%;
    display: flex;
    gap: 0.7rem;
    max-width: 90%;
    flex-wrap: wrap;
    justify-content: center;
}header .header-train {
    z-index: 1;
    background: rgb(221,216,227);
    font-size: 18px;
    font-family: Arial, sans-serif;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    color: #000000;
    font-weight: 600;
    padding: 0.7rem 1.3rem;
}header .header-train::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    transition: width 0.3s ease;
    width: 3px;
    z-index: -1;
    height: 100%;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(to bottom, rgb(187,181,199), rgb(152,142,168));
}header .header-train:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    color: #ffffff;
}header .header-train:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .header-lead {
    padding: 1.2rem;
}header .header-top {
    padding: 0 0 0.8rem 0;
}header .header-top svg {
    width: 150px;
}header .head-tutor {
    gap: 0.6rem;
    padding-top: 0.8rem;
}header .header-train {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .header-lead {
    padding: 1rem;
}header .header-top {
    padding: 0 0 0.7rem 0;
}header .header-top svg {
    width: 130px;
}header .head-tutor {
    max-width: 95%;
    padding-top: 0.7rem;
    gap: 0.5rem;
}header .header-train {
    font-size: calc(18px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .header-lead {
    padding: 0.8rem 0.8rem 1rem;
}header .header-top {
    padding: 0 0 0.6rem 0;
}header .header-top svg {
    width: 120px;
}header .head-tutor {
    padding-bottom: 0.3rem;
    padding-top: 0.6rem;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .head-tutor::-webkit-scrollbar {
    height: 3px;
}header .head-tutor::-webkit-scrollbar-thumb {
    background: rgb(187,181,199);
    border-radius: 10px;
}header .header-train {
    white-space: nowrap;
    margin-right: 3px;
    flex-shrink: 0;
}}.cookie-message-window {
    position: fixed;
    width: 100%;
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(187,181,199);
    background: rgb(221,216,227);
}.edu-consent {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    display: flex;
}.cookie-message-window h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie-message-window p {
    font-size: 18px;
}.data-settings {
    margin-right: 10px;
    flex-shrink: 0;
}.data-settings svg, .data-settings svg path, .data-settings img {
    height: 100px;
    fill: rgb(187,181,199);
    width: 100px;
}.learn-cookies {
    flex-shrink: 0;
    text-align: center;
    margin-left: 10px;
    white-space: nowrap;
    min-width: 120px;
    line-height: 35px;
    font-size: 24px;
    color: rgb(187,181,199);
    border-bottom: 2px solid rgb(187,181,199);
    text-decoration: none;
    cursor: pointer;
}.cookie-message-window p a {
    text-decoration: none;
    color: rgb(187,181,199);
}
@media only screen and (max-width: 1200px) {.cookie-message-window {
    padding: 20px;
}}
#cookie-box-overlay {
    display: none;
}#cookie-box-overlay:checked ~ .cookie-message-window {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.data-settings {
    display: none;
}.edu-consent {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie-message-window h5 {
    text-align: center;
}.cookie-message-window p {
    text-align: center;
}.cookies-consent {
    margin-bottom: 20px;
}body .panel-container .learn-cookies {
    margin-left: 0;
}}.title-opener {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: rgb(221,216,227);
    width: 100%;
}.title-opener .pro-track {
    position: relative;
    height: 100vh;
    width: 100%;
}.title-opener .learn-head {
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
}.title-opener .learn-head input {
    position: absolute;
    opacity: 0;
}.title-opener .edu-start {
    position: relative;
    height: 100%;
}.title-opener .page-lead {
    z-index: 1;
    height: 100%;
    opacity: 0;
    width: 100%;
    top: 0;
    transform: scale(1.05);
    position: absolute;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transform-origin: center;
    left: 0;
}.title-opener .page-lead img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}.title-opener .page-lead::after {
    background: linear-gradient(
        0deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 30%,
        transparent 70%
    );
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}.title-opener .edu-welcome {
    position: absolute;
    display: flex;
    transform: translateY(-50%);
    z-index: 10;
    gap: 20px;
    left: 50px;
    top: 50%;
    flex-direction: column;
}.title-opener .edu-welcome label {
    border-radius: 50%;
    cursor: pointer;
    height: 15px;
    transition: all 0.3s ease;
    width: 15px;
    position: relative;
    border: 2px solid #ffffff;
}.title-opener .edu-welcome label::after {
    transition: transform 0.3s ease;
    top: 50%;
    background: rgb(187,181,199);
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    position: absolute;
    content: '';
    width: 7px;
    border-radius: 50%;
    height: 7px;
}.title-opener .edu-welcome label:hover {
    border-color: rgb(187,181,199);
}.title-opener .text-item {
    padding: 80px 50px;
    width: 45%;
    bottom: 0;
    right: 0;
    z-index: 5;
    position: absolute;
}.title-opener .text-item .container {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 27px;
    padding: 40px;
    backdrop-filter: blur(10px);
    border-top: 4px solid rgb(187,181,199);
    transition: transform 0.5s ease;
    transform: translateY(0);
}.title-opener .text-item h1 {
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 41px;
}.title-opener .text-item h1::after {
    height: 3px;
    width: 80px;
    left: 0;
    content: '';
    background: rgb(187,181,199);
    position: absolute;
    bottom: 0;
}.title-opener .text-item h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(187,181,199);
}.title-opener .text-item p {
    margin-bottom: 0;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 1.7;
}.title-opener .learn-head input:nth-child(1):checked ~ .edu-start .page-lead:nth-child(1),
.title-opener .learn-head input:nth-child(2):checked ~ .edu-start .page-lead:nth-child(2),
.title-opener .learn-head input:nth-child(3):checked ~ .edu-start .page-lead:nth-child(3),
.title-opener .learn-head input:nth-child(4):checked ~ .edu-start .page-lead:nth-child(4),
.title-opener .learn-head input:nth-child(5):checked ~ .edu-start .page-lead:nth-child(5),
.title-opener .learn-head input:nth-child(6):checked ~ .edu-start .page-lead:nth-child(6),
.title-opener .learn-head input:nth-child(7):checked ~ .edu-start .page-lead:nth-child(7),
.title-opener .learn-head input:nth-child(8):checked ~ .edu-start .page-lead:nth-child(8),
.title-opener .learn-head input:nth-child(9):checked ~ .edu-start .page-lead:nth-child(9),
.title-opener .learn-head input:nth-child(10):checked ~ .edu-start .page-lead:nth-child(10) {
    z-index: 2;
    opacity: 1;
    transform: scale(1);
}.title-opener .learn-head input:nth-child(1):checked ~ .edu-welcome label:nth-child(1)::after,
.title-opener .learn-head input:nth-child(2):checked ~ .edu-welcome label:nth-child(2)::after,
.title-opener .learn-head input:nth-child(3):checked ~ .edu-welcome label:nth-child(3)::after,
.title-opener .learn-head input:nth-child(4):checked ~ .edu-welcome label:nth-child(4)::after,
.title-opener .learn-head input:nth-child(5):checked ~ .edu-welcome label:nth-child(5)::after,
.title-opener .learn-head input:nth-child(6):checked ~ .edu-welcome label:nth-child(6)::after,
.title-opener .learn-head input:nth-child(7):checked ~ .edu-welcome label:nth-child(7)::after,
.title-opener .learn-head input:nth-child(8):checked ~ .edu-welcome label:nth-child(8)::after,
.title-opener .learn-head input:nth-child(9):checked ~ .edu-welcome label:nth-child(9)::after,
.title-opener .learn-head input:nth-child(10):checked ~ .edu-welcome label:nth-child(10)::after {
    transform: translate(-50%, -50%) scale(1);
}.title-opener .learn-head input:nth-child(1):checked ~ .edu-welcome label:nth-child(1),
.title-opener .learn-head input:nth-child(2):checked ~ .edu-welcome label:nth-child(2),
.title-opener .learn-head input:nth-child(3):checked ~ .edu-welcome label:nth-child(3),
.title-opener .learn-head input:nth-child(4):checked ~ .edu-welcome label:nth-child(4),
.title-opener .learn-head input:nth-child(5):checked ~ .edu-welcome label:nth-child(5),
.title-opener .learn-head input:nth-child(6):checked ~ .edu-welcome label:nth-child(6),
.title-opener .learn-head input:nth-child(7):checked ~ .edu-welcome label:nth-child(7),
.title-opener .learn-head input:nth-child(8):checked ~ .edu-welcome label:nth-child(8),
.title-opener .learn-head input:nth-child(9):checked ~ .edu-welcome label:nth-child(9),
.title-opener .learn-head input:nth-child(10):checked ~ .edu-welcome label:nth-child(10) {
    transform: scale(1.2);
    border-color: rgb(187,181,199);
}.title-opener .learn-head input:checked ~ .text-item .container {
    transform: translateY(0);
}.title-opener::before {
    left: 0;
    pointer-events: none;
    height: 100%;
    opacity: 0.4;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgb(152,142,168,0.5) 0%,
        transparent 50%
    );
    content: '';
    top: 0;
    z-index: 0;
    position: absolute;
}

@media (max-width: 1200px) {.title-opener .text-item {
    width: 55%;
    padding: 60px 40px;
}
}

@media (max-width: 991px) {.title-opener {
    min-height: unset;
}.title-opener .pro-track {
    min-height: unset;
}.title-opener .text-item {
    width: 65%;
    padding: 50px 30px;
}.title-opener .text-item .container {
    padding: 30px;
}.title-opener .edu-welcome {
    gap: 15px;
    left: 30px;
}
}

@media (max-width: 767px) {.title-opener .pro-track {
    height: auto;
}.title-opener .learn-head {
    position: relative;
    height: 60vh;
}.title-opener .text-item {
    position: relative;
    width: 100%;
    padding: 30px 20px;
}.title-opener .text-item .container {
    padding: 25px;
}.title-opener .edu-welcome {
    transform: none;
    left: initial;
    right: 20px;
    gap: 12px;
    top: initial;
    flex-direction: row;
    bottom: 20px;
}.title-opener .text-item h1 {
    font-size: calc(41px * 0.85);
}.title-opener .text-item h3 {
    font-size: calc(23px * 0.85);
}
}

@media (max-width: 575px) {.title-opener .learn-head {
    height: 50vh;
}.title-opener .text-item {
    padding: 20px 15px;
}.title-opener .text-item .container {
    padding: 20px;
}.title-opener .edu-welcome {
    gap: 10px;
    bottom: 15px;
    right: 15px;
}.title-opener .edu-welcome label {
    width: 12px;
    height: 12px;
}.title-opener .edu-welcome label::after {
    width: 6px;
    height: 6px;
}.title-opener .text-item h1 {
    margin-bottom: 10px;
    font-size: calc(41px * 0.7);
    padding-bottom: 10px;
}.title-opener .text-item h1::after {
    width: 60px;
    height: 2px;
}.title-opener .text-item h3 {
    font-size: calc(23px * 0.7);
    margin-bottom: 15px;
}.title-opener .text-item p {
    font-size: calc(16px * 0.8);
    line-height: 1.5;
}}.customer-opinions {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(221,216,227) 0%, rgba(rgb(187,181,199,0.5), 0.05) 100%);
}.customer-opinions::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(152,142,168), transparent);
    left: 0;
    top: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    height: 3px;
}.customer-opinions::after {
    height: 100%;
    width: 100%;
    z-index: 0;
    background: radial-gradient(circle at 50% 120%, rgb(187,181,199,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: 0;
    content: "";
    pointer-events: none;
    left: 0;
    opacity: 0.05;
}.customer-opinions h2.container {
    text-align: center;
    font-size: calc(36px * 1.1);
    position: relative;
    transition: transform 0.5s ease-out;
    font-weight: 700;
    z-index: 2;
    margin-bottom: 3.5rem;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
}.customer-opinions h2.container::after {
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(to right, transparent, rgb(152,142,168), transparent);
    position: absolute;
    content: "";
    left: 50%;
    width: 80px;
    bottom: -15px;
}.customer-opinions .container.pro-track {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.customer-opinions .learner-quotes {
    perspective: 1000px;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.customer-opinions .review-feedback {
    transform: translateY(0) scale(1) rotate(0);
    padding: 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(rgb(255, 255, 255, 0.5), 0.2);
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
}.customer-opinions .review-feedback::before {
    left: 0;
    transform-origin: left;
    width: 100%;
    transform: scaleX(0);
    top: 0;
    transition: transform 0.5s ease-out;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(187,181,199), rgb(152,142,168));
    opacity: 0.8;
    height: 3px;
}.customer-opinions .review-feedback:hover {
    transform: translateY(-10px) scale(1.01) rotate(0.5deg);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.04);
}.customer-opinions .review-feedback:hover::before {
    transform: scaleX(1);
}.customer-opinions .review-feedback h3 {
    font-weight: 600;
    transform-origin: left;
    margin-bottom: 0.75rem;
    z-index: 2;
    color: #000000;
    position: relative;
    font-size: calc(18px * 1.1);
    transition: transform 0.3s ease;
}.customer-opinions .review-feedback:hover h3 {
    transform: translateX(5px);
    color: rgb(187,181,199);
}.customer-opinions .review-feedback .description {
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    flex-grow: 1;
}.customer-opinions .review-feedback div {
    border-radius: 4px;
    transform-origin: bottom;
    transition: transform 0.4s ease;
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    height: 0;
    width: 100%;
}.customer-opinions .review-feedback:hover div {
    transform: scale(1.03);
}.customer-opinions .review-feedback img {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    object-fit: cover;
    width: 100%;
    transition: transform 0.6s ease;
}.customer-opinions .review-feedback:hover img {
    transform: scale(1.05);
}.customer-opinions .review-feedback:nth-child(odd) {
    transform: translateY(0) rotate(-0.5deg);
}.customer-opinions .review-feedback:nth-child(odd):hover {
    transform: translateY(-10px) rotate(0);
}.customer-opinions .review-feedback:nth-child(even) {
    transform: translateY(0) rotate(0.5deg);
}.customer-opinions .review-feedback:nth-child(even):hover {
    transform: translateY(-10px) rotate(0);
}.customer-opinions .review-feedback::after {
    transform: translateY(-10px);
    font-size: 5rem;
    right: 1rem;
    z-index: 1;
    transition: all 0.4s ease;
    position: absolute;
    color: rgb(152,142,168);
    opacity: 0.1;
    line-height: 1;
    top: 0.5rem;
    font-family: serif;
    content: "";
}.customer-opinions .review-feedback:hover::after {
    opacity: 0.15;
    transform: translateY(0) rotate(5deg);
}

@media (max-width: 991px) {.customer-opinions {
    padding: 4rem 0;
}.customer-opinions h2.container {
    font-size: 36px;
    margin-bottom: 2.5rem;
}.customer-opinions .learner-quotes {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 767px) {.customer-opinions {
    padding: 3rem 0;
}.customer-opinions h2.container {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.9);
}.customer-opinions h2.container::after {
    bottom: -10px;
    width: 60px;
}.customer-opinions .learner-quotes {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.customer-opinions .review-feedback {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.customer-opinions {
    padding: 2.5rem 0;
}.customer-opinions h2.container {
    padding: 0 1rem;
    font-size: calc(36px * 0.8);
}.customer-opinions .review-feedback {
    padding: 1.25rem;
}.customer-opinions .review-feedback h3 {
    font-size: 18px;
}.customer-opinions .review-feedback .description {
    margin-bottom: 1rem;
    font-size: calc(14px * 0.95);
}
}

@media (hover: none) {.customer-opinions .review-feedback:hover {
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                    0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform: none;
}.customer-opinions .review-feedback:hover::before {
    transform: scaleX(0.3);
}.customer-opinions .review-feedback:hover h3 {
    transform: none;
}.customer-opinions .review-feedback:hover div,
    .customer-opinions .review-feedback:hover img {
    transform: none;
}}.secure-lodge {
    height: auto;
    color: #ffffff;
    background: rgb(152,142,168);
    align-items: center;
    padding: 50px;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    width: 100%;
    border: 2px solid rgb(187,181,199);
}.secure-lodge h1 {
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
    padding-bottom: 10px;
    color: rgb(187,181,199);
    border-bottom: 4px solid rgb(152,142,168);
    font-weight: 700;
    font-size: 47px;
    width: 100%;
}.secure-lodge h2 {
    text-align: left;
    margin-top: 25px;
    width: 100%;
    padding-bottom: 5px;
    font-weight: 600;
    border-bottom: 2px solid rgb(187,181,199);
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 31px;
}.secure-lodge ul, .secure-lodge ol {
    padding-left: 0;
    list-style-type: none;
    margin: 20px 0;
    width: 100%;
}.secure-lodge li {
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 15px;
    background: rgb(187,181,199,0.5);
    border-radius: 10px;
    padding: 10px 20px;
    border-left: 4px solid rgb(152,142,168);
    font-size: 14px;
}.secure-lodge section {
    margin-bottom: 30px;
    padding: 30px;
    width: 100%;
    border-radius: 30px;
    background: rgb(152,142,168,0.5);
}.secure-lodge p, .secure-lodge span, .secure-lodge div {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.secure-lodge {
    padding: 30px 15px;
}.secure-lodge h1 {
    font-size: calc(24px - 10px);
}.secure-lodge h2 {
    font-size: calc(24px - 8px);
}.secure-lodge li {
    font-size: calc(14px - 2px);
    padding: 8px 15px;
}}.course-program-details {
    position: relative;
    background: rgb(221,216,227);
    overflow: hidden;
    padding: 120px 0;
}.course-program-details::before {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    background: radial-gradient(circle at 30% 30%, rgb(187,181,199,0.5) 0%, transparent 40%);
    z-index: 1;
    width: 100%;
    left: 0;
}.course-program-details::after {
    z-index: 1;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: radial-gradient(circle at 70% 80%, rgb(152,142,168,0.5) 0%, transparent 40%);
    position: absolute;
    content: "";
}.course-program-details .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 30px;
}.course-program-details .pro-track {
    overflow: hidden;
    display: grid;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr;
    position: relative;
    gap: 50px;
    background: #ffffff;
    border-radius: 17px;
}.course-program-details .pro-track::before {
    width: 100%;
    top: 0;
    height: 5px;
    left: 0;
    z-index: 1;
    background: linear-gradient(to right, rgb(187,181,199), rgb(152,142,168));
    position: absolute;
    content: "";
}.course-program-details .training-route {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 60px 50px;
}.course-program-details .training-route::before {
    position: absolute;
    z-index: -1;
    width: 80px;
    opacity: 0.5;
    left: 40px;
    content: "";
    border-radius: 10px;
    border: 2px solid rgb(187,181,199,0.5);
    animation: float 8s ease-in-out infinite;
    height: 80px;
    top: 40px;
}.course-program-details .training-route::after {
    bottom: 40px;
    right: 40px;
    background: rgb(152,142,168,0.5);
    height: 60px;
    animation: pulse 6s ease-in-out infinite;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
    width: 60px;
    position: absolute;
    content: "";
}.course-program-details .main-mainwrap {
    position: relative;
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    margin-bottom: 35px;
    background: linear-gradient(145deg, rgb(221,216,227), #ffffff);
    transition: all 0.3s ease;
}.course-program-details .main-mainwrap:hover {
    transform: translateY(-5px);
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.07), 
              -12px -12px 20px rgba(255, 255, 255, 0.9);
}.course-program-details .main-mainwrap svg {
    transition: all 0.3s ease;
    max-width: 140px;
    max-height: 50px;
}.course-program-details .main-mainwrap svg path {
    fill: rgb(187,181,199);
    transition: fill 0.3s ease;
}.course-program-details .main-mainwrap:hover svg path {
    fill: rgb(152,142,168);
}.course-program-details h3 {
    position: relative;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
}.course-program-details h3::after {
    content: "";
    background: linear-gradient(to right, rgb(187,181,199), rgb(152,142,168));
    width: 70px;
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    bottom: -12px;
}.course-program-details p {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-weight: 400;
    font-size: 17px;
    position: relative;
}.course-program-details .media-image {
    position: relative;
    transition: all 0.5s ease;
    min-height: 500px;
    height: 100%;
}.course-program-details .media-image::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(
    135deg,
    rgb(187,181,199,0.5) 0%,
    transparent 60%
  );
    left: 0;
    top: 0;
}.course-program-details .media-image::after {
    z-index: 2;
    width: 20px;
    position: absolute;
    animation: pulseCircle 3s infinite;
    content: "";
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    height: 20px;
    top: 30px;
    border: 2px solid #ffffff;
    right: 30px;
    border-radius: 50%;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes pulseCircle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 1024px) {.course-program-details {
    padding: 90px 0;
}.course-program-details .training-route {
    padding: 50px 40px;
}
}

@media screen and (max-width: 992px) {.course-program-details .pro-track {
    grid-template-columns: 1fr;
}.course-program-details .media-image {
    min-height: 400px;
    order: -1;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.course-program-details .training-route {
    padding: 40px;
}.course-program-details .training-route::before,
  .course-program-details .training-route::after {
    display: none;
}.course-program-details .main-mainwrap {
    margin-bottom: 25px;
}
}

@media screen and (max-width: 768px) {.course-program-details {
    padding: 70px 0;
}.course-program-details .training-route {
    padding: 30px;
}.course-program-details h3 {
    font-size: calc(28px - 4px);
}.course-program-details .media-image {
    min-height: 350px;
}.course-program-details .main-mainwrap {
    padding: 12px;
}.course-program-details .main-mainwrap svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.course-program-details {
    padding: 50px 0;
}.course-program-details .container {
    padding: 0 20px;
}.course-program-details .pro-track {
    border-radius: 10px;
}.course-program-details .training-route {
    padding: 25px 20px;
}.course-program-details h3 {
    font-size: calc(28px - 6px);
    margin-bottom: 20px;
}.course-program-details p {
    font-size: calc(17px - 1px);
}.course-program-details .main-mainwrap {
    margin-bottom: 20px;
    padding: 10px;
}.course-program-details .main-mainwrap svg {
    max-width: 100px;
}.course-program-details .media-image {
    min-height: 280px;
}.course-program-details .media-image::after {
    top: 20px;
    height: 15px;
    right: 20px;
    width: 15px;
}}.gratWrapper {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(221,216,227) 0%, rgba(rgb(187,181,199,0.5), 0.05) 100%);
    overflow: hidden;
}.gratWrapper::before {
    background: linear-gradient(225deg, rgb(187,181,199) 0%, transparent 70%);
    left: -5%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
    z-index: 1;
    opacity: 0.07;
    position: absolute;
    transform: rotate(-15deg) translateZ(0);
    content: "";
    height: 40%;
    top: -5%;
    width: 40%;
}.gratWrapper::after {
    position: absolute;
    opacity: 0.07;
    bottom: -5%;
    right: -5%;
    content: "";
    height: 50%;
    clip-path: polygon(20% 0, 100% 15%, 100% 100%, 0 100%);
    width: 50%;
    background: linear-gradient(45deg, transparent 40%, rgb(152,142,168) 100%);
    z-index: 1;
    transform: rotate(15deg) translateZ(0);
}.gratWrapper .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}.gratWrapper .pro-track {
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 2px 10px rgba(rgb(187,181,199,0.5), 0.05),
                0 30px 60px -10px rgba(rgb(152,142,168,0.5), 0.12);
    display: flex;
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: center top;
    position: relative;
    padding: 3.5rem;
    flex-direction: column;
}.gratWrapper .pro-track:hover {
    box-shadow: 0 15px 50px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 5px 20px rgba(rgb(187,181,199,0.5), 0.1),
                0 40px 80px -15px rgba(rgb(152,142,168,0.5), 0.18);
    transform: perspective(1000px) rotateX(0deg);
}.gratWrapper .pro-track > div:first-child {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}.gratWrapper .pro-track > div:first-child::after {
    width: 20%;
    transform: scaleX(1) translateZ(0);
    background: linear-gradient(90deg, rgb(187,181,199), rgb(152,142,168));
    content: "";
    transform-origin: left center;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 3px;
}.gratWrapper .pro-track:hover > div:first-child::after {
    transform: scaleX(2) translateZ(0);
}.gratWrapper h5 {
    margin: 0;
    font-size: 23px;
    line-height: 1.4;
    transform: translateZ(0);
    transition: transform 0.4s ease-out;
    font-weight: 700;
    color: #000000;
}.gratWrapper .pro-track:hover h5 {
    transform: translateY(-3px) translateZ(0);
}.gratWrapper a {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    position: relative;
    text-decoration: none;
    display: block;
}.gratWrapper a:hover {
    transform: translateY(-5px);
}.gratWrapper a::before {
    background: linear-gradient(135deg, transparent 45%, rgb(187,181,199) 55%);
    opacity: 0.1;
    position: absolute;
    transform-origin: center;
    height: 50px;
    content: "";
    z-index: 1;
    transform: rotate(45deg) scale(0);
    right: -10px;
    width: 50px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    top: -10px;
}.gratWrapper a:hover::before {
    transform: rotate(45deg) scale(1);
}.gratWrapper p {
    border-left: 2px solid rgba(rgb(187,181,199,0.5), 0.2);
    font-weight: 400;
    font-size: 17px;
    background: linear-gradient(to right, rgba(rgb(152,142,168,0.5), 0.03), rgba(rgb(187,181,199,0.5), 0.03));
    transition: all 0.4s ease;
    padding: 1.5rem;
    line-height: 1.7;
    color: #000000;
    position: relative;
    margin: 0;
}.gratWrapper a:hover p {
    border-left: 2px solid rgb(187,181,199);
    background: linear-gradient(to right, rgba(rgb(152,142,168,0.5), 0.07), rgba(rgb(187,181,199,0.5), 0.07));
}

@media (min-width: 768px) {.gratWrapper .pro-track {
    padding: 4rem 5rem;
}.gratWrapper h5 {
    font-size: calc(23px * 1.2);
}.gratWrapper p {
    padding: 2rem;
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 992px) {.gratWrapper {
    padding: 8rem 0;
}.gratWrapper .pro-track {
    max-width: 90%;
    margin: 0 auto;
    padding: 5rem 6rem;
}.gratWrapper .pro-track > div:first-child {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}.gratWrapper .pro-track > div:first-child::after {
    width: 15%;
}
}

@media (max-width: 767px) {.gratWrapper {
    padding: 3rem 0;
}.gratWrapper .pro-track {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.gratWrapper h5 {
    font-size: calc(23px * 0.9);
}.gratWrapper p {
    font-size: calc(17px * 0.95);
    padding: 1rem;
    line-height: 1.6;
}.gratWrapper .pro-track > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.gratWrapper {
    padding: 2rem 0;
}.gratWrapper .pro-track {
    transform: none;
    padding: 1.5rem;
}.gratWrapper h5 {
    font-size: calc(23px * 0.85);
}.gratWrapper p {
    font-size: calc(17px * 0.9);
    padding: 0.75rem;
    line-height: 1.5;
}}.educational-yield {
    overflow: hidden;
    position: relative;
    background: #f8f9fa;
    padding: 120px 0 80px;
}.educational-yield::before {
    left: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(187,181,199,0.5) 0%, transparent 60%);
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
}.educational-yield::after {
    background: rgb(152,142,168,0.5);
    right: -50px;
    height: 200px;
    top: -50px;
    width: 200px;
    z-index: 0;
    border-radius: 50%;
    position: absolute;
    filter: blur(70px);
    content: "";
}.educational-yield h5 {
    margin-bottom: 50px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    z-index: 2;
    letter-spacing: 0.5px;
    transform: translateY(-5px);
    color: #000000;
    text-align: center;
}.educational-yield h5::after {
    height: 4px;
    bottom: -15px;
    content: "";
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(187,181,199), rgb(152,142,168));
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
}.educational-yield .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.educational-yield .pro-track {
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 12px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.9),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    padding: 30px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    display: flex;
}.educational-yield .pro-track:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.07),
                -25px -25px 70px rgba(255, 255, 255, 1),
                inset 5px 5px 10px rgba(255, 255, 255, 0.9),
                inset -5px -5px 10px rgba(0, 0, 0, 0.04);
}.educational-yield .media-image {
    z-index: 1;
    height: 250px;
    object-fit: cover;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.6s ease;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 8px;
    position: relative;
}.educational-yield .pro-track:hover .media-image {
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.educational-yield .text-item {
    flex: 1;
    padding: 20px 10px;
}.educational-yield ul {
    gap: 22px;
    grid-template-columns: 1fr;
    list-style: none;
    padding: 0;
    display: grid;
    margin: 0;
}.educational-yield li {
    padding: 16px 20px;
    transition: all 0.3s ease;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.03),
                -8px -8px 16px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.9);
    position: relative;
    transform: translateZ(0);
    border-radius: 10px;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
}.educational-yield li:hover {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05),
                -10px -10px 20px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 1);
}.educational-yield li:nth-child(odd) {
    transform: translateX(-5px) translateZ(0);
}.educational-yield li:nth-child(even) {
    transform: translateX(5px) translateZ(0);
}.educational-yield li:nth-child(odd):hover {
    transform: translateX(-5px) translateY(-3px) translateZ(0);
}.educational-yield li:nth-child(even):hover {
    transform: translateX(5px) translateY(-3px) translateZ(0);
}.educational-yield li p {
    line-height: 1.5;
    align-items: flex-start;
    display: flex;
    color: #000000;
    margin: 0;
    font-size: 16px;
}.educational-yield li svg {
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-right: 12px;
    width: 22px;
    height: 22px;
}.educational-yield li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.educational-yield li svg path {
    fill: rgb(187,181,199);
    transition: fill 0.3s ease;
}.educational-yield li:hover svg path:first-child {
    fill: rgb(187,181,199);
}.educational-yield li:hover svg path:last-child {
    fill: rgb(152,142,168);
}

@media (min-width: 768px) {.educational-yield {
    padding: 150px 0 100px;
}.educational-yield .pro-track {
    flex-direction: row;
    gap: 40px;
    align-items: center;
    padding: 40px;
}.educational-yield .pro-track > div:first-child {
    flex: 0 0 45%;
}.educational-yield .media-image {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0% 95%);
    height: 350px;
    margin-bottom: 0;
}.educational-yield .text-item {
    padding: 0;
    flex: 1;
}.educational-yield ul {
    gap: 25px 20px;
    grid-template-columns: repeat(2, 1fr);
}.educational-yield h5 {
    margin-bottom: 60px;
    font-size: calc(18px * 1.2);
}.educational-yield h5::after {
    width: 100px;
}
}

@media (max-width: 767px) {.educational-yield {
    padding: 80px 0 60px;
}.educational-yield h5 {
    padding: 0 20px;
    line-height: 1.4;
}.educational-yield .pro-track {
    padding: 25px 20px;
}.educational-yield li {
    padding: 15px;
}.educational-yield li p {
    font-size: calc(16px * 0.95);
}.educational-yield li svg {
    width: 20px;
    height: 20px;
}
}

@media (min-width: 992px) {.educational-yield .pro-track {
    padding: 50px;
}.educational-yield .media-image {
    transition: clip-path 0.6s ease-in-out, transform 0.6s ease, box-shadow 0.6s ease;
    clip-path: polygon(0 0, 100% 8%, 92% 100%, 0% 92%);
}.educational-yield .pro-track:hover .media-image {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}.educational-yield li:nth-child(1) {
    animation: fadeInUp 0.5s 0.1s backwards;
}.educational-yield li:nth-child(2) {
    animation: fadeInUp 0.5s 0.2s backwards;
}.educational-yield li:nth-child(3) {
    animation: fadeInUp 0.5s 0.3s backwards;
}.educational-yield li:nth-child(4) {
    animation: fadeInUp 0.5s 0.4s backwards;
}.educational-yield li:nth-child(5) {
    animation: fadeInUp 0.5s 0.5s backwards;
}
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (min-width: 1200px) {.educational-yield .container {
    max-width: 1300px;
}.educational-yield h5 {
    font-size: calc(18px * 1.3);
}.educational-yield .pro-track > div:first-child {
    flex: 0 0 40%;
}.educational-yield .media-image {
    height: 400px;
}
}