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

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

a {
    text-decoration: none;
    color: inherit;
}

.head-section {
    flex: 1 0 auto;
}

.segment-wrapper {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}

.container {
    max-width: 100%;
    margin: auto;
    width: 1133px;
}


.training-structure {
    position: relative;
    padding: 170px 0 140px;
    background: linear-gradient(130deg, rgb(233,222,230) 0%, rgb(184,154,177,0.5) 150%);
    overflow: visible;
}

.training-structure .virtual-academy {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.training-structure .article-wrap {
    padding: 0;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.training-structure .article-wrap p {
    border-radius: 12px;
    backdrop-filter: blur(15px);
    font-size: 17px;
    transform: translate(30px, 40px);
    position: relative;
    align-self: flex-end;
    width: 60%;
    color: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    z-index: 3;
    padding: 40px 50px;
    margin: 0;
    background: rgba(255, 255, 255, 0.05);
    line-height: 1.8;
}

.training-structure .article-wrap::after {
    content: '';
    left: 5%;
    top: 10%;
    z-index: 2;
    position: absolute;
    height: 80%;
    border: 1px solid rgb(211,189,204,0.5);
    border-radius: 12px;
    width: 90%;
    opacity: 0.1;
}

.training-structure .article-wrap h2::before {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 120px;
    opacity: 0.05;
    z-index: -1;
    right: -60px;
    bottom: -60px;
    background: rgb(211,189,204);
    height: 120px;
    filter: blur(30px);
}

.training-structure .article-wrap p::after {
    position: absolute;
    width: 60%;
    opacity: 0.3;
    bottom: 30px;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(184,154,177,0.5), transparent);
    left: 20%;
}

.training-structure .virtual-academy::before {
    height: 200px;
    top: -100px;
    animation: rotate-scale 25s infinite linear;
    position: absolute;
    transform-origin: center;
    left: 12%;
    width: 200px;
    content: '';
    border: 1px solid rgb(184,154,177,0.5);
    opacity: 0.2;
}



.training-structure .virtual-academy::before {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.privacy-container {
    line-height: 1.8;
    color: #000000;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    padding: 50px;
    font-family: Arial, sans-serif;
    background-color: rgb(233,222,230);
}

.privacy-container::before, .privacy-container::after {
    content: '';
    position: absolute;
    opacity: 0.3;
    border-radius: 50%;
}

.privacy-container::before {
    top: -50px;
    height: 150px;
    right: -50px;
    width: 150px;
    background: rgb(211,189,204);
}


.privacy-container::before {
    margin-bottom: 25px;
    height: 6px;
    display: block;
    border-radius: 10px;
    background-color: rgb(211,189,204);
    width: 60px;
    content: '';
}

.privacy-container h2 {
    position: relative;
    color: rgb(184,154,177);
    font-size: 34px;
    margin-bottom: 20px;
    margin-top: 35px;
    z-index: 1;
    font-weight: 600;
}

.privacy-container h2 {
    background: linear-gradient(to right, rgb(211,189,204), rgb(184,154,177));
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.privacy-container h6 {
    font-size: 21px;
}

.privacy-container ol {
    list-style-type: decimal;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
}

.privacy-container li::marker {
    color: rgb(211,189,204);
    font-weight: 600;
}

.privacy-container div {
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
}

.privacy-container span {
    font-weight: 600;
    color: rgb(211,189,204);
}

.privacy-container ul li::marker,
.privacy-container ol li::marker {
    font-weight: 700;
    color: rgb(184,154,177);
}

.privacy-container hr {
    height: 1px;
    margin: 40px 0;
    background: rgba(0, 0, 0, 0.5);
    border: none;
}

.connect-with-us::before {
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.07;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(211,189,204,0.5) 0,
        rgb(211,189,204,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
}

.connect-with-us .container {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
}

.connect-with-us h2::before {
    background: rgb(211,189,204);
    width: 80px;
    height: 4px;
    bottom: 0;
    position: absolute;
    content: "";
    left: calc(50% - 40px);
}

.connect-with-us .feedback-message {
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    margin-top: 50px;
    display: flex;
    border-radius: 0;
}

.connect-with-us .img-preview::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        135deg, 
        rgba(rgb(211,189,204), 0.4), 
        rgba(rgb(184,154,177), 0.4)
    );
    content: "";
}

.connect-with-us .help-feedback::after {
    left: -50px;
    z-index: 0;
    transform: rotate(45deg);
    height: 100px;
    content: "";
    width: 100px;
    bottom: -50px;
    border-radius: 0;
    position: absolute;
    background: rgb(184,154,177,0.5);
}

.connect-with-us form h3 {
    display: inline-block;
    color: #000000;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
}

.connect-with-us form input[type="text"] {
    margin-bottom: 25px;
    border: none;
    width: 100%;
    background: transparent;
    border-bottom: 2px solid rgb(233,222,230);
    font-size: 16px;
    transition: all 0.3s ease;
    padding: 20px 25px;
    color: #000000;
}

.connect-with-us .support-inquiry {
    margin-bottom: 40px;
    position: relative;
}

.connect-with-us .support-inquiry input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.connect-with-us .support-inquiry label::before {
    height: 22px;
    top: 0;
    border: 2px solid rgb(233,222,230);
    background: transparent;
    left: 0;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    width: 22px;
}

.connect-with-us .support-inquiry label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(211,189,204);
    font-weight: 600;
    position: relative;
}

.connect-with-us .support-inquiry label a::after {
    content: "";
    width: 100%;
    height: 1px;
    transform-origin: left;
    transform: scaleX(1);
    bottom: -1px;
    background: rgb(211,189,204);
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
}

.connect-with-us .query-message::before {
    background: rgb(184,154,177);
    width: 0;
    content: "";
    left: -10px;
    position: absolute;
    z-index: -1;
    transform: skewX(-25deg);
    top: 0;
    transition: width 0.5s ease;
    height: 100%;
}

.connect-with-us .query-message:hover::before {
    width: 150%;
}

.connect-with-us svg {
    stroke: rgb(211,189,204);
    height: 24px;
    transition: all 0.3s ease;
    width: 24px;
    stroke-width: 2;
    fill: none;
}

.connect-with-us svg:hover,
.connect-with-us svg:hover path {
    stroke: rgb(184,154,177);
}

.consent-box {
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
}

#cookiePopupMessage {
    display: none;
}

.trackingNoticeDialog h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.trackingNoticeDialog p {
    font-size: 18px;
}

.user-tracker svg, .user-tracker svg path, .user-tracker img {
    height: 100px;
    fill: rgb(211,189,204);
    width: 100px;
}

.trackingNoticeDialog p a {
    color: rgb(211,189,204);
    text-decoration: none;
}


.segment-wrapper .trackingNoticeDialog {
    box-shadow: rgb(211,189,204,0.5) 0px 0px 40px 39px;
    background: #ffffff;
    border: none;
}

.segment-wrapper .user-tracker {
    display: flex;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    align-items: center;
    justify-content: center;
    background:rgb(211,189,204);
}

.segment-wrapper .cookie-comply h5, .segment-wrapper .cookie-comply p {
    color: #000000;
}

.learning-outcomes {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(125deg, rgb(233,222,230) 0%, rgb(211,189,204,0.5) 100%);
}

.learning-outcomes::after {
    position: absolute;
    height: 200%;
    content: '';
    left: -50%;
    width: 200%;
    opacity: 0.2;
    z-index: 0;
    top: -50%;
    background: radial-gradient(circle, rgb(184,154,177,0.5) 0%, transparent 60%);
}

.learning-outcomes h2 {
    position: relative;
    font-weight: 700;
    margin: 0 0 80px;
    text-align: center;
    font-size: 45px;
    color: #ffffff;
}

.learning-outcomes .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.learning-outcomes .img-preview {
    height: 400px;
    border-radius: 17px;
    width: 70%;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}

.learning-outcomes .img-preview::after {
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, transparent 60%, rgb(184,154,177,0.5) 100%);
    position: absolute;
    left: 0;
    z-index: 2;
}

.learning-outcomes .text_main_holder > div {
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 30px;
    backdrop-filter: blur(10px);
    align-items: flex-start;
    flex: 0 0 calc(33.333% - 20px);
    position: relative;
    border-radius: 17px;
    gap: 20px;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
}

.learning-outcomes .text_main_holder > div::after {
    width: 100%;
    position: absolute;
    content: '';
    z-index: 0;
    top: 0;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: 0.5s;
}

.learning-outcomes .text_main_holder > div:hover::after {
    left: 100%;
}

.learning-outcomes .text_main_holder > div:hover svg {
    transform: scale(1.1);
    background: rgb(211,189,204,0.5);
}

.learning-outcomes .text_main_holder svg path {
    fill: rgb(184,154,177);
    transition: fill 0.3s ease;
}

.learning-outcomes .text_main_holder > div:hover svg path {
    fill: #ffffff;
}

.youtube-chan::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
}

.youtube-chan .container {
    display: flex;
    flex-direction: column;
    position: relative;
}

.youtube-chan .container::before {
    height: 80px;
    left: 0;
    content: "";
    width: 100%;
    top: -80px;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(0deg, rgb(211,189,204) 0%, transparent 100%);
}

.youtube-chan .company_holder::before {
    position: absolute;
    left: -5px;
    height: calc(100% + 10px);
    z-index: -1;
    opacity: 0.5;
    content: "";
    width: calc(100% + 10px);
    top: -5px;
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    background: linear-gradient(45deg, rgb(211,189,204), transparent 70%);
    filter: blur(5px);
}

.youtube-chan .company_holder h3::before {
    opacity: 0.7;
    z-index: -1;
    left: 2px;
    top: 2px;
    position: absolute;
    color: rgb(211,189,204);
    filter: blur(1px);
    content: attr(data-text);
}

.youtube-chan .telegram-ref {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.youtube-chan .telegram-ref::before {
    background: linear-gradient(90deg, transparent, rgb(211,189,204), transparent);
    width: 100%;
    left: 0;
    top: -20px;
    content: "";
    position: absolute;
    height: 1px;
}

.youtube-chan .header-edu:hover {
    transform: translateY(-5px);
    background: rgba(rgb(211,189,204,0.5), 0.1);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
}

.youtube-chan .header-edu h5 {
    color: rgb(184,154,177);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 21px;
    font-weight: 600;
}

.youtube-chan .header-edu .nav-pagebar {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}

.youtube-chan .header-edu .nav-pagebar a::before {
    color: rgb(211,189,204);
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    font-size: 0.8em;
    content: "//";
}

.youtube-chan .header-edu .nav-pagebar a:hover {
    text-shadow: 0 0 5px rgb(211,189,204);
    opacity: 1;
    color: rgb(211,189,204);
}

.digital-res::before {
    height: 1px;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(90deg, transparent, rgb(211,189,204), transparent);
    left: 0;
}

.digital-res .volunteer {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    opacity: 0.7;
}

.course-demographic::before {
    position: absolute;
    width: 100%;
    right: -50%;
    height: 100%;
    transform: rotate(35deg);
    content: "";
    top: -50%;
    background: rgb(211,189,204,0.5);
    z-index: 1;
}

.course-demographic .container {
    max-width: 1140px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
}

.course-demographic .virtual-academy::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 6px;
    top: 0;
    background: linear-gradient(90deg, rgb(211,189,204), rgb(184,154,177));
}



.course-demographic .virtual-academy::before {
    animation: dotAnimation 8s infinite;
}

.course-demographic h4 {
    text-align: center;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
    font-size: 28px;
    position: relative;
}

.course-demographic h4::after {
    background: rgb(184,154,177,0.5);
    width: 80px;
    left: 50%;
    bottom: -20px;
    content: "";
    position: absolute;
    border-radius: 10px;
    transform: translateX(-20px);
    height: 4px;
}

.course-demographic div > div::before {
    z-index: -1;
    left: 0;
    top: 50%;
    content: "";
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(184,154,177,0.5) 20%, 
        rgb(184,154,177,0.5) 80%, 
        transparent 100%);
}

.course-demographic p::before {
    background: linear-gradient(135deg, #ffffff 0%, rgb(233,222,230) 100%);
    opacity: 0;
    width: 100%;
    border-radius: 10px;
    top: 0;
    position: absolute;
    height: 100%;
    transition: opacity 0.4s ease;
    z-index: -1;
    content: "";
    left: 0;
}

.course-demographic p:hover::before {
    opacity: 1;
}

.course-demographic p svg path {
    fill: rgb(211,189,204);
    transition: fill 0.3s ease;
}

.course-demographic p:hover svg {
    transform: rotate(10deg) scale(1.2);
}



.course-demographic .virtual-academy > div p {
    animation: fadeSlideIn 0.6s ease forwards;
    opacity: 0;
}

.course-demographic .virtual-academy > div p:nth-child(3) {
    animation-delay: 0.5s;
}

.course-demographic .virtual-academy > div p:nth-child(5) {
    animation-delay: 0.9s;
}

.course-demographic p::after {
    position: absolute;
    right: 10px;
    z-index: -1;
    opacity: 0;
    content: "";
    bottom: 10px;
    background: rgb(184,154,177,0.5);
    border-radius: 50%;
    transition: all 0.4s ease;
    width: 30px;
    height: 30px;
}

header .nav-pagewrap {
    gap: 15px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    position: relative;
}

header .nav-pagewrap .top-navbar {
    padding: 5px 20px 15px;
    z-index: 10;
    position: relative;
    justify-self: center;
}

header .nav-pagewrap .top-navbar::before,
header .nav-pagewrap .top-navbar::after {
    content: "";
    height: 90%;
    position: absolute;
    border-radius: 27px;
    width: 90%;
}

header .nav-pagewrap .top-navbar::before {
    top: -5px;
    left: -5px;
    border-left: 2px solid rgb(211,189,204);
    transition: transform 0.3s ease;
    transform-origin: top left;
    transform: scale(0);
    border-top: 2px solid rgb(211,189,204);
}

header .nav-pagewrap .top-navbar .head-mainwrap {
    display: block;
    transition: transform 0.3s ease;
}

header .nav-pagewrap .header-edu::before,
header .nav-pagewrap .header-edu::after {
    content: "";
    height: 70%;
    position: absolute;
    width: 2px;
    background: rgb(211,189,204,0.5);
    top: 15%;
}

header .nav-pagewrap .header-edu::before {
    left: 0;
}

header .nav-pagewrap .header-edu::after {
    right: 0;
}

header .nav-pagewrap .header-edu .main-teach:not(:last-child)::after {
    content: "";
    top: 20%;
    width: 1px;
    right: 0;
    background: rgb(184,154,177,0.5);
    position: absolute;
    height: 60%;
}

header .nav-pagewrap .header-edu .main-teach a:hover {
    color: rgb(211,189,204);
}

header .nav-pagewrap .header-edu .main-teach a::before {
    transition: transform 0.3s ease;
    content: "";
    bottom: 5px;
    position: absolute;
    height: 2px;
    background: rgb(184,154,177);
    width: 100%;
    transform: scaleX(0);
    left: 0;
}

.sign-up-for-updates {
    perspective: 1500px;
    background: linear-gradient(120deg, rgb(233,222,230) 0%, rgb(211,189,204,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
}

.sign-up-for-updates .virtual-academy {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.sign-up-for-updates .connect-query {
    margin: 0 auto;
    border-radius: 29px;
    transform: rotateX(5deg) rotateY(-5deg);
    display: flex;
    align-items: center;
    transform-style: preserve-3d;
    padding: 3rem 4rem;
    background: #ffffff;
    position: relative;
    transition: transform 0.5s ease;
    justify-content: space-between;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.5),
        -5px -5px 15px #ffffff;
    max-width: 90%;
    flex-direction: row;
}

.sign-up-for-updates .input_holder {
    flex: 2;
    flex-direction: row;
    align-items: stretch;
    gap: 1.5rem;
    transform: translateZ(20px);
    display: flex;
}

.sign-up-for-updates input[type="email"]:focus {
    border-color: rgb(211,189,204);
    transform: translateZ(40px);
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(211,189,204,0.5);
    outline: none;
}

.sign-up-for-updates input[type="submit"] {
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(211,189,204) 0%, rgb(184,154,177) 100%);
    flex: 1;
    color: #ffffff;
    font-weight: 600;
    border: none;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    padding: 1rem 1.5rem;
}

.sign-up-for-updates input[type="submit"]:hover::before {
    opacity: 1;
}

.course-program-details {
    overflow: hidden;
    position: relative;
    z-index: 1;
    justify-content: center;
    background-color: rgb(233,222,230);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.course-program-details {
    padding: 4rem 0;
}

.course-program-details::after {
    animation: pulse 15s infinite alternate;
    z-index: 3;
    height: 100%;
    width: 100%;
    left: 0;
    background: radial-gradient(circle at 75% 25%, rgb(184,154,177,0.5) 0%, transparent 50%);
    content: '';
    top: 0;
    position: absolute;
    pointer-events: none;
}

.course-program-details .skill-master:hover .learn-work {
    animation-play-state: paused;
}

.course-program-details .tech-training {
    overflow: hidden;
    height: 100%;
    transition: transform 0.5s ease;
    width: calc(100% / var(--slide-count, 5));
    position: relative;
}

.course-program-details .tech-training::after {
    background: repeating-linear-gradient(
        45deg,
        rgb(211,189,204,0.5),
        rgb(211,189,204,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    opacity: 0.05;
    mix-blend-mode: overlay;
}

.course-program-details .container {
    z-index: 10;
    height: 100%;
    padding: 2rem 0;
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: center;
}

.course-program-details .learn-coding {
    position: relative;
}

.course-program-details .learn-coding::before {
    top: -20px;
    left: -20px;
    border-top: 2px solid rgb(211,189,204);
    height: 40px;
    content: '';
    position: absolute;
    width: 40px;
    border-left: 2px solid rgb(211,189,204);
    opacity: 0.8;
}

.course-program-details .learn-coding::before,
    .course-program-details .learn-coding::after {
    height: 30px;
    width: 30px;
}

.course-program-details .learn-coding h3 {
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 32px;
    font-weight: 700;
    display: inline-block;
}

.course-program-details .learn-coding h3 {
    font-size: calc(32px * 0.7);
}

.course-program-details .learn-coding p {
    font-size: 12px;
    opacity: 0.8;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    color: #ffffff;
}

.course-program-details .learn-coding .query-message::before {
    z-index: -1;
    transition: all 0.4s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    height: 100%;
    content: '';
    width: 100%;
    top: 0;
}

.course-program-details .learn-coding .query-message:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}



@supports (animation-timeline: scroll()) {.course-program-details .learn-work {
    animation-range: 0 100vh;
    animation-timeline: scroll();
}}

.about-this::before {
    height: 100%;
    z-index: 1;
    width: 100%;
    background: linear-gradient(125deg, rgb(211,189,204,0.5) 0%, transparent 40%, rgb(184,154,177,0.5) 80%, rgb(211,189,204,0.5) 100%);
    left: 0;
    content: "";
    animation: gradientFlow 25s infinite alternate;
    top: 0;
    position: absolute;
    opacity: 0.15;
}



.about-this .container {
    position: relative;
    z-index: 2;
}

.about-this .virtual-academy {
    position: relative;
    max-width: 100vw;
}

.about-this .study-guide {
    gap: 20px;
    margin-bottom: 100px;
    grid-template-columns: 1.6fr 1.4fr;
    margin-left: -15%;
    display: grid;
    width: 115%;
    position: relative;
    padding-top: 20px;
}

.about-this .study-guide span {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    right: 10%;
    transform: skewX(-15deg);
    position: absolute;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 20px;
    z-index: 10;
    color: #ffffff;
    background: rgb(211,189,204);
    border-radius: 0 10px 10px 0;
    top: -15px;
}

.about-this .study-guide .img-preview {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    overflow: hidden;
    height: 500px;
    border-radius: 0 28px 28px 0;
    z-index: 3;
}

.about-this .study-guide .img-preview::before {
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
    left: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
}

.about-this .smart-learning::before {
    content: "";
    position: absolute;
    top: -50px;
    height: 1px;
    left: 30%;
    width: 40%;
    background: linear-gradient(to right, rgb(211,189,204,0.5), rgb(184,154,177,0.5), transparent);
}

.about-this .smart-learning::before {
    bottom: -20px;
    right: 20%;
}

.about-this .smart-learning .skill-lab {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    grid-column: 2 / 3;
    z-index: 3;
    height: 500px;
    position: relative;
    overflow: hidden;
    grid-row: 1 / 2;
    border-radius: 28px 0 0 28px;
}

.about-this .study-guide::after,
.about-this .smart-learning::after {
    opacity: 0.15;
    z-index: 1;
    content: "";
    filter: blur(80px);
    position: absolute;
    height: 200px;
    border-radius: 50%;
    width: 200px;
    animation: pulseOpacity 8s infinite alternate;
}



.about-this .study-guide::after {
    bottom: -100px;
    background: rgb(211,189,204);
    right: 10%;
}

.about-this .virtual-academy::before,
.about-this .virtual-academy::after {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(211,189,204,0.5) 50%, transparent);
    position: absolute;
    width: 80%;
    content: "";
    animation: horizontalLine 15s infinite alternate;
}



.about-this .virtual-academy::before {
    left: 10%;
    top: 15%;
}

.primary-page .learn-hero {
    padding: 0 20px;
    width: 100%;
    position: relative;
    max-width: 1400px;
    z-index: 2;
}

.primary-page .fast-skill {
    padding: 4rem 3rem;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 14px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    gap: 2rem;
    position: relative;
    overflow: hidden;
    grid-template-columns: 1fr;
    display: grid;
}

.primary-page .fast-skill::after {
    position: absolute;
    animation: morphShape 15s ease-in-out infinite alternate;
    right: -5%;
    top: -10%;
    content: "";
    z-index: 0;
    height: 60%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgb(184,154,177);
    opacity: 0.15;
    width: 40%;
}

.primary-page .fast-skill h1 {
    z-index: 2;
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    font-size: clamp(2.5rem, 5vw, 39px);
    color: #ffffff;
    transform: translateY(0);
    position: relative;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.primary-page .fast-skill h1::after {
    width: 80px;
    content: "";
    background: linear-gradient(
    90deg,
    rgb(211,189,204),
    rgb(184,154,177)
  );
    height: 4px;
    border-radius: 10px;
    display: block;
    margin-top: 1rem;
}

.primary-page:hover .fast-skill span {
    transform: translateY(-5px);
}

.primary-page:hover .fast-skill h3 {
    transform: translateX(5px);
}

.primary-page:hover .fast-skill h1 {
    transform: translateY(-5px);
}

.primary-page:hover .fast-skill p {
    transform: translateY(-5px);
}

.ty-sidebar::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: 
    radial-gradient(circle at 10% 20%, rgb(211,189,204,0.5) 5%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgb(184,154,177,0.5) 10%, transparent 50%);
    pointer-events: none;
    opacity: 0.4;
    height: 100%;
}

.ty-sidebar .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}

.ty-sidebar .virtual-academy::before {
    pointer-events: none;
    content: "";
    border: 1px solid rgb(184,154,177,0.5);
    right: 20px;
    position: absolute;
    transform: scale(0.97);
    border-radius: 10px;
    left: 20px;
    transition: transform 0.5s ease;
    opacity: 0.2;
    bottom: 20px;
    top: 20px;
}

.ty-sidebar .virtual-academy:hover::before {
    transform: scale(1);
}

.ty-sidebar .virtual-academy > div:first-child::after {
    background: linear-gradient(90deg, rgb(211,189,204) 0%, rgb(184,154,177) 100%);
    content: "";
    animation: lineExpand 1s ease-out 0.3s forwards;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    transform-origin: left center;
}

.ty-sidebar a {
    display: block;
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.45, 1.09);
    color: inherit;
}

.ty-sidebar a:hover {
    transform: translateY(-5px);
}

.ty-sidebar a:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

.plan-comparison {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}

.plan-comparison::before {
    animation: float 15s ease-in-out infinite alternate;
    background: linear-gradient(135deg, rgb(211,189,204,0.5), transparent);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.6;
    z-index: 1;
    right: -100px;
    filter: blur(30px);
    height: 400px;
    content: '';
    top: -150px;
    position: absolute;
    width: 400px;
}

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

.plan-comparison .plan-table {
    transform: translateY(20px);
    margin-bottom: 3rem;
    opacity: 0;
    text-align: center;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
}

.plan-comparison .plan-table h2::after {
    height: 3px;
    background: rgb(211,189,204);
    content: '';
    position: absolute;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.plan-comparison .package-deal {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    text-decoration: none;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    transform: translateY(30px);
    display: block;
}

.plan-comparison .package-deal:nth-child(4) {
    animation-delay: 0.7s;
}

.plan-comparison .cost-options {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    position: relative;
}

.plan-comparison .package-deal:hover .learn-pricing h3 {
    color: rgb(211,189,204);
}

.plan-comparison .plan-deals {
    color: rgb(211,189,204);
    padding-bottom: 10px;
    font-size: calc(18px + 4px);
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

.plan-comparison .package-deal:hover .plan-deals::after {
    width: 80px;
}

.plan-comparison .img-preview {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    height: 200px;
    width: 100%;
}

.plan-comparison .img-preview::after {
    opacity: 0;
    content: '';
    bottom: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    transition: opacity 0.4s ease;
    right: 0;
    left: 0;
    top: 0;
}

.education-experience::before {
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(184,154,177,0.5) 0px,
        rgb(184,154,177,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    left: 0;
    width: 100%;
    content: "";
}

.education-experience .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}

.education-experience .review-carousel:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.education-experience .review-carousel::before {
    height: 100%;
    top: 0;
    transform: scaleY(0);
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(211,189,204), rgb(184,154,177));
    width: 5px;
    transform-origin: top;
}

.education-experience .review-carousel:hover .img-preview {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.education-experience .name {
    display: inline-block;
    font-size: calc(20px * 1.1);
    margin: 0.5rem 0;
    position: relative;
    text-align: center;
    font-weight: 700;
    width: 100%;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    color: rgb(211,189,204);
}

.education-experience .name::after {
    width: 80px;
    position: absolute;
    background: rgb(184,154,177);
    content: "";
    left: 50%;
    transform: translateX(-50%) scaleX(0.5);
    height: 2px;
    bottom: -5px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.education-experience .review-carousel:hover div:nth-child(2) div {
    transform: translateY(-3px);
}

.education-experience .experience-block {
    line-height: 1.8;
    color: #000000;
    position: relative;
    opacity: 0.95;
    text-align: justify;
    padding: 1.5rem 0.5rem 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin: 1.5rem 0 0;
    transition: opacity 0.4s ease;
    font-size: 15px;
}

.connect {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    background: linear-gradient(120deg, rgb(211,189,204,0.5) 0%, rgb(233,222,230) 100%);
}

.connect::after {
    content: '';
    right: -50%;
    position: absolute;
    z-index: 0;
    opacity: 0.03;
    animation: pulseEffect 10s ease-in-out infinite;
    bottom: -50%;
    left: -50%;
    top: -50%;
    background: radial-gradient(circle at center, rgb(184,154,177) 0%, transparent 50%);
}

.connect .help-question {
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 5px 15px rgba(0, 0, 0, 0.05) inset;
    overflow: hidden;
    backdrop-filter: blur(15px);
    padding: 50px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.connect h3 {
    padding-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 37px;
    color: rgb(211,189,204);
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}

.connect .help-question:hover h3::after {
    width: 100px;
}

.connect .message-panel {
    border-left: 3px solid rgb(184,154,177);
    font-size: calc(15px + 0.05rem);
    background: rgb(233,222,230);
    margin-bottom: 40px;
    line-height: 1.8;
    font-weight: 400;
    padding: 15px;
    color: #000000;
    position: relative;
    border-radius: 10px;
}

.connect .request-info::after {
    top: -20px;
    content: '';
    height: 1px;
    background: linear-gradient(to right, rgb(211,189,204), transparent);
    right: 0;
    width: 60%;
    position: absolute;
}

.connect .request-info span::before {
    transform: translateX(0) translateY(0) rotate(45deg);
    transition: transform 0.6s ease;
    background: linear-gradient(135deg, rgb(233,222,230) 0%, #ffffff 100%);
    height: 300%;
    content: '';
    z-index: -1;
    width: 300%;
    top: -100%;
    left: -100%;
    position: absolute;
}

.connect .request-info span p {
    display: flex;
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    align-items: center;
    color: #000000;
}

.connect .request-info span svg {
    width: 20px;
    fill: rgb(211,189,204);
    height: 20px;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.connect .request-info span:hover svg path {
    stroke-width: 1;
    stroke: rgb(211,189,204);
}

.connect .request-info span span {
    background: transparent;
    margin: 5px 0 0 0;
    padding: 0;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    box-shadow: none;
}

.connect .request-info span span a svg {
    width: 16px;
    margin-right: 5px;
    opacity: 0.8;
    height: 16px;
}

.connect .request-info span span a::before {
    left: 0;
    bottom: 0;
    transform-origin: right;
    transition: transform 0.3s ease;
    content: '';
    width: 100%;
    background: rgb(211,189,204);
    height: 1px;
    position: absolute;
    transform: scaleX(0);
}

.connect .message-block::before {
    position: absolute;
    opacity: 0.3;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 98%, rgb(211,189,204,0.5) 98%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 98%, rgb(184,154,177,0.5) 98%) 0 0 / 20px 20px;
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
}

.connect .message-block h4 svg {
    margin-right: 10px;
    fill: rgb(211,189,204);
    height: 22px;
    width: 22px;
}

.connect .message-block h4 svg path {
    stroke: #ffffff;
    stroke-width: 0.5;
}

.connect .message-block span svg {
    margin-right: 8px;
    fill: rgb(184,154,177);
    width: 16px;
    transition: all 0.3s ease;
    height: 16px;
}

.connect .message-block span svg path {
    stroke-width: 0.3;
    stroke: #ffffff;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media screen and (max-width: 1200px) {.training-structure .article-wrap h2 {
    width: 45%;
    transform: translate(-40px, -30px);
}.training-structure .article-wrap p {
    transform: translate(20px, 30px);
    width: 65%;
}.training-structure .virtual-academy::before,
    .training-structure .virtual-academy::after {
    height: 160px;
    width: 160px;
}
}



@media screen and (max-width: 768px) {.training-structure {
    overflow: hidden;
    padding: 120px 0 100px;
}.training-structure .article-wrap {
    flex-direction: column;
}.training-structure .article-wrap h2 {
    font-size: calc(34px * 0.9);
    transform: none;
    width: 100%;
    margin-bottom: 40px;
    padding: 25px 30px;
}.training-structure .article-wrap p {
    width: 100%;
    transform: none;
}.training-structure .article-wrap::before,
    .training-structure .article-wrap::after {
    display: none;
}.training-structure .article-wrap h2::after {
    right: 50%;
    height: 40px;
    bottom: -50px;
}.training-structure .virtual-academy::before,
    .training-structure .virtual-academy::after,
    .training-structure::after {
    display: none;
}
}



@media (max-width: 1024px) {.connect-with-us {
    padding: 80px 0;
}.connect-with-us .img-preview {
    min-height: 500px;
}.connect-with-us .help-feedback {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.connect-with-us {
    padding: 60px 0;
}.connect-with-us .feedback-message {
    flex-direction: column;
}.connect-with-us .img-preview {
    min-height: 300px;
    width: 100%;
}.connect-with-us .help-feedback {
    padding: 40px 30px;
    width: 100%;
}.connect-with-us form h3 {
    margin-bottom: 30px;
}.connect-with-us form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.connect-with-us .support-inquiry {
    margin-bottom: 30px;
}.connect-with-us .query-message {
    padding: 15px 30px;
    width: 100%;
}
}


@media only screen and (max-width: 1200px) {.trackingNoticeDialog {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.user-tracker {
    display: none;
}.consent-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.trackingNoticeDialog h5 {
    text-align: center;
}.trackingNoticeDialog p {
    text-align: center;
}.cookie-comply {
    margin-bottom: 20px;
}body .segment-wrapper .visitor-controls {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 576px) {.learning-outcomes {
    padding: 60px 0;
}.learning-outcomes h2 {
    font-size: 34px;
}.learning-outcomes .img-preview {
    height: 280px;
}.learning-outcomes .text_main_holder > div {
    padding: 20px;
    gap: 15px;
}.learning-outcomes .text_main_holder svg {
    height: 36px;
    width: 36px;
    padding: 6px;
}}



@media screen and (max-width: 768px) {.youtube-chan {
    padding: 4rem 0 2rem;
}.youtube-chan .company_holder {
    margin-bottom: 3rem;
    padding: 1.5rem;
}.youtube-chan .company_holder h3 {
    font-size: 32px;
}.youtube-chan .header-edu h5 {
    font-size: calc(21px * 0.9);
}.digital-res {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    padding: 1.2rem 0;
    margin-top: 2rem;
}
}



@media (max-width: 991px) {.course-demographic {
    padding: 90px 0 80px;
}.course-demographic .virtual-academy {
    padding: 50px 30px;
}.course-demographic h4 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.course-demographic div > div {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.course-demographic p {
    padding: 20px;
}.course-demographic .virtual-academy::after {
    height: 100px;
    width: 100px;
}
}



@media (max-width: 768px) {.course-demographic {
    padding: 80px 0 70px;
}.course-demographic .virtual-academy {
    padding: 40px 25px;
}.course-demographic h4 {
    font-size: calc(28px * 0.8);
    margin-bottom: 35px;
}.course-demographic div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.course-demographic div > div::before {
    display: none;
}.course-demographic p {
    padding: 18px;
}.course-demographic p svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.course-demographic .virtual-academy::after {
    left: 20px;
    height: 80px;
    right: auto;
    top: auto;
    width: 80px;
    bottom: 20px;
}
}



@media (min-width: 993px) {header .nav-pagewrap {
    grid-template-columns: 1fr;
    padding: 15px 30px;
    grid-template-rows: auto auto;
}header .nav-pagewrap .header-edu {
    padding: 20px 10px 10px;
}
}



@media (max-width: 767px) {header .nav-pagewrap .header-edu {
    justify-content: center;
    flex-wrap: wrap;
}header .nav-pagewrap .header-edu .main-teach {
    margin: 3px 0;
}header .nav-pagewrap .header-edu .main-teach:not(:last-child)::after {
    display: none;
}}



@media (max-width: 992px) {.sign-up-for-updates .connect-query {
    padding: 2.5rem;
    flex-direction: column;
    transform: none;
}.sign-up-for-updates h3 {
    transform: none;
    margin: 0 0 2rem 0;
    text-align: center;
}.sign-up-for-updates h3::before {
    left: 50%;
    width: 50px;
    height: 4px;
    top: auto;
    bottom: -10px;
    transform: translateX(-50%);
}.sign-up-for-updates .input_holder {
    width: 100%;
    transform: none;
}.sign-up-for-updates input[type="submit"]:hover {
    transform: none;
}
}



@media screen and (max-width: 1200px) {.course-program-details .container {
    justify-content: center;
}.course-program-details .virtual-academy {
    max-width: 80%;
}
}



@media screen and (max-width: 768px) {.course-program-details {
    min-height: auto;
    padding: 6rem 0;
}.course-program-details .skill-master {
    height: 100%;
    position: fixed;
}.course-program-details .virtual-academy {
    max-width: 90%;
    padding: 2rem;
}.course-program-details .learn-coding h3 {
    font-size: calc(32px * 0.8);
}.course-program-details .learn-coding p {
    font-size: calc(12px * 0.9);
}.course-program-details .learn-coding .query-message {
    width: 100%;
    text-align: center;
}
}



@media screen and (max-width: 991px) {.about-this .study-guide p,
    .about-this .smart-learning p {
    width: 100%;
}.about-this {
    padding: 100px 0 80px;
}.about-this h3 {
    position: relative;
    font-size: calc(28px - 0.4rem);
    margin-bottom: 50px;
    transform: none;
}.about-this .study-guide,
    .about-this .smart-learning {
    margin-right: 0;
    width: 100%;
    gap: 30px;
    grid-template-columns: 1fr;
    margin-left: 0;
}.about-this .study-guide {
    margin-bottom: 80px;
}.about-this .study-guide span {
    font-size: calc(20px - 0.2rem);
    left: 0;
    top: -15px;
    right: auto;
}.about-this .study-guide .img-preview {
    grid-row: 1 / 2;
    border-radius: 28px;
    height: 400px;
    grid-column: 1 / 2;
}.about-this .study-guide p {
    transform: translateX(0);
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.about-this .smart-learning .skill-lab {
    border-radius: 28px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    height: 400px;
}.about-this .smart-learning p {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    transform: translateX(0);
}.about-this .study-guide::after,
    .about-this .smart-learning::after {
    width: 150px;
    height: 150px;
}
}



@media screen and (min-width: 1400px) {.about-this .study-guide {
    margin-left: -20%;
    width: 120%;
}.about-this .smart-learning {
    margin-right: -20%;
    width: 120%;
}.about-this .study-guide .img-preview,
    .about-this .smart-learning .skill-lab {
    height: 550px;
}}



@media (min-width: 768px) {.primary-page .fast-skill {
    grid-template-columns: 1fr 1fr;
    padding: 5rem 4rem;
    align-items: center;
}.primary-page .fast-skill span {
    grid-column: 1 / 3;
}.primary-page .fast-skill h1 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.primary-page .fast-skill div {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}.primary-page .fast-skill h3 {
    max-width: 80%;
    font-size: 20px;
}
}



@media (prefers-reduced-motion) {.primary-page .fast-skill::after {
    animation: none;
}.primary-page:hover .fast-skill span,
  .primary-page:hover .fast-skill h3,
  .primary-page:hover .fast-skill h1,
  .primary-page:hover .fast-skill p {
    transform: none;
}}



@media (max-width: 768px) {.ty-sidebar {
    padding: 60px 0;
}.ty-sidebar .virtual-academy {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.ty-sidebar .virtual-academy::before {
    right: 15px;
    top: 15px;
    left: 15px;
    bottom: 15px;
}.ty-sidebar .virtual-academy > div:first-child {
    padding-bottom: 20px;
    margin-bottom: 25px;
}.ty-sidebar h5 {
    font-size: calc(18px - 4px);
}.ty-sidebar p {
    line-height: 1.7;
    font-size: calc(16px - 1px);
}
}



@media (min-width: 992px) {.plan-comparison .member-fees {
    flex-direction: row-reverse;
}.plan-comparison .plan-table {
    flex-direction: column;
    padding-right: 3rem;
    width: 35%;
    text-align: left;
    display: flex;
    justify-content: center;
}.plan-comparison .plan-table h2 {
    text-align: left;
}.plan-comparison .plan-table h2::after {
    left: 0;
    transform: none;
}.plan-comparison .learn-deals {
    margin: 1.5rem 0 0;
}.plan-comparison .learning-fees {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 0;
}
}



@media (hover: none) {.plan-comparison .package-deal:hover {
    transform: none;
}.plan-comparison .package-deal:hover .cost-options {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.plan-comparison .package-deal:hover .img-preview::after {
    opacity: 0;
}.plan-comparison .package-deal:hover .plan-deals::after {
    width: 40px;
}}



@media (min-width: 992px) {.education-experience {
    padding: 150px 0;
}.education-experience .review-carousel {
    grid-template-columns: 220px 1fr 2fr;
    padding: 4rem;
    gap: 3rem;
}.education-experience .review-carousel div:nth-child(1) {
    grid-row: span 2;
}.education-experience .review-carousel div:nth-child(3) {
    grid-column: 3;
    grid-row: span 2;
}.education-experience .img-preview {
    width: 220px;
    height: 280px;
}.education-experience .experience-block {
    height: 100%;
    margin: 0;
    padding: 0 0 0 3rem;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    display: flex;
    align-items: center;
}.education-experience .experience-block::before {
    top: 1rem;
    left: 1rem;
}
}


@media (max-width: 991px) {.connect {
    padding: 70px 0;
}.connect .help-question {
    padding: 40px;
}.connect h3 {
    font-size: calc(37px - 0.2rem);
}.connect .request-info {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.connect .message-block {
    padding: 25px;
}.connect .request-info span svg {
    margin-right: 8px;
    height: 18px;
    width: 18px;
}
}


@media (max-width: 767px) {.connect {
    padding: 50px 0;
}.connect .help-question {
    padding: 30px;
}.connect h3 {
    font-size: calc(37px - 0.3rem);
}.connect .message-panel {
    margin-bottom: 30px;
    padding: 12px;
}.connect .request-info {
    gap: 15px;
    grid-template-columns: 1fr;
}.connect .request-info span {
    padding: 15px;
}.connect .message-block span {
    padding: 10px 12px;
}.connect .request-info span svg {
    margin-right: 6px;
    height: 16px;
    width: 16px;
}
}

@keyframes float-morph {
    0% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
    50% {
        border-radius: 50% 50% 70% 30% / 60% 40% 30% 70%;
        transform: translate(-30px, -20px);
    }
    100% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
}



@keyframes rotate-scale {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}



@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(211,189,204), 0 0 20px rgb(211,189,204);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

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



@keyframes float {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-10px) translateZ(20px);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}



@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes carousel-slide {
        0%, 5% {
            transform: translateX(0);
        }
        20%, 25% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
        }
        40%, 45% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
        }
        60%, 65% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
        }
        80%, 85% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
        }
        95%, 100% {
            transform: translateX(0);
        }
    }

@keyframes widthPulse {
    0% {
        width: 200px;
    }
    100% {
        width: 300px;
    }
}



@keyframes morphShape {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  25% {
    border-radius: 50% 50% 70% 30% / 40% 40% 60% 60%;
  }
  50% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
  }
  75% {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
  }
  100% {
    border-radius: 30% 70% 70% 30% / 30% 50% 50% 70%;
  }
}



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



@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

