.youtube-chan {
    flex: 0 0 auto;
}

.youtube-chan {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 3rem;
    z-index: 1;
    background-position: center center;
}

header,footer {
    width: 100%;
}

header {
    width: 100%;
    position: relative;
    z-index: 99;
    overflow: visible;
    background: rgb(233,222,230);
}

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

.training-structure::before {
    z-index: 1;
    width: 100%;
    background-image: linear-gradient(rgb(211,189,204,0.5) 1px, transparent 1px);
    background-size: 100% 40px;
    left: 0;
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    opacity: 0.05;
}

.training-structure .article-wrap h2 {
    color: #ffffff;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: linear-gradient(120deg, rgb(211,189,204,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 4;
    font-weight: 700;
    transform: translate(-60px, -40px);
    border-radius: 12px;
    margin: 0;
    padding: 35px 40px;
    align-self: flex-start;
    font-size: 34px;
    width: 40%;
    position: relative;
}

.training-structure .article-wrap::before {
    border-radius: 12px;
    left: 10%;
    content: '';
    width: 80%;
    filter: blur(40px);
    background: linear-gradient(140deg, rgb(211,189,204,0.5) 0%, transparent 70%);
    opacity: 0.15;
    top: 15%;
    z-index: 1;
    height: 65%;
    position: absolute;
}

.training-structure .article-wrap h2::after {
    bottom: -90px;
    position: absolute;
    height: 80px;
    content: '';
    width: 3px;
    background: rgb(211,189,204);
    right: 40px;
    opacity: 0.6;
    z-index: 5;
}

.training-structure .article-wrap p::before {
    content: '';
    width: 80%;
    background: linear-gradient(90deg, transparent, rgb(211,189,204,0.5), transparent);
    left: 10%;
    position: absolute;
    height: 1px;
    opacity: 0.3;
    top: 30px;
}

.training-structure::after {
    filter: blur(80px);
    position: absolute;
    content: '';
    right: 10%;
    animation: float-morph 20s infinite alternate;
    opacity: 0.05;
    width: 250px;
    background: rgb(211,189,204,0.5);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    z-index: 1;
    bottom: -100px;
    height: 250px;
}

.training-structure .virtual-academy::after {
    left: 40%;
    height: 180px;
    content: '';
    position: absolute;
    animation: rotate-scale 20s infinite linear reverse;
    width: 180px;
    opacity: 0.15;
    border: 1px dashed rgb(211,189,204,0.5);
    bottom: -90px;
    transform-origin: center;
}

.training-structure .virtual-academy::after {
    clip-path: polygon(50% 0, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

.privacy-container::after {
    width: 100px;
    left: -30px;
    height: 100px;
    background: rgb(184,154,177);
    bottom: -30px;
}

.privacy-container h1 {
    border-bottom: 3px solid rgb(211,189,204);
    color: rgb(211,189,204);
    margin-bottom: 30px;
    font-size: 42px;
    z-index: 1;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.privacy-container h3,
.privacy-container h4,
.privacy-container h5,
.privacy-container h6 {
    position: relative;
    z-index: 1;
    color: rgb(211,189,204);
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 400;
}

.privacy-container h3 {
    font-size: calc(24px - 0.2rem);
}

.privacy-container h4 {
    font-size: 24px;
}

.privacy-container h5 {
    font-size: calc(24px - 0.2rem);
}

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

.privacy-container li {
    z-index: 1;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 3px solid rgb(184,154,177);
    position: relative;
    line-height: 1.7;
}

.privacy-container p {
    position: relative;
    margin-bottom: 25px;
    font-size: 14px;
    z-index: 1;
}

.privacy-container section {
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    margin: 50px 0;
    padding-top: 25px;
}

.connect-with-us {
    background: rgb(233,222,230);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

.connect-with-us::after {
    content: "";
    background-size: 30px 30px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgb(184,154,177,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(184,154,177,0.5) 1px, transparent 1px);
    z-index: 1;
    opacity: 0.07;
    top: 0;
}

.connect-with-us h2 {
    margin-bottom: 20px;
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    left: 50%;
    display: inline-block;
    transform: translateX(-50%);
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

.connect-with-us h2::after {
    width: 30px;
    left: calc(50% - 15px);
    background: rgb(184,154,177);
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
}

.connect-with-us .img-preview {
    position: relative;
    min-height: 550px;
    flex: 0 0 45%;
}

.connect-with-us .help-feedback {
    justify-content: center;
    flex: 0 0 55%;
    position: relative;
    flex-direction: column;
    display: flex;
    padding: 60px;
}

.connect-with-us .help-feedback::before {
    position: absolute;
    width: 150px;
    border-radius: 50%;
    top: -75px;
    content: "";
    right: -75px;
    border: 30px solid rgb(211,189,204,0.5);
    z-index: 0;
    height: 150px;
}

.connect-with-us form {
    z-index: 2;
    position: relative;
}

.connect-with-us form h3::after {
    height: 2px;
    position: absolute;
    width: 50%;
    background: rgb(211,189,204);
    content: "";
    left: 0;
    bottom: -15px;
}

.connect-with-us form input[type="text"]:focus {
    border-bottom-color: rgb(211,189,204);
    outline: none;
}

.connect-with-us form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.connect-with-us form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}

.connect-with-us .support-inquiry label {
    position: relative;
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
    font-size: 16px;
    padding-left: 35px;
}

.connect-with-us .support-inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(211,189,204);
    border-color: rgb(211,189,204);
}

.connect-with-us .support-inquiry input[type="checkbox"]:checked + label::after {
    left: 8px;
    transform: rotate(45deg);
    width: 6px;
    border: solid #ffffff;
    height: 12px;
    top: 4px;
    position: absolute;
    content: "";
    border-width: 0 2px 2px 0;
}

.connect-with-us .support-inquiry label a:hover {
    color: rgb(184,154,177);
}

.connect-with-us .support-inquiry label a:hover::after {
    background: rgb(184,154,177);
    transform: scaleX(0);
}

.connect-with-us .query-message {
    cursor: pointer;
    background: rgb(211,189,204);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    color: #ffffff;
    width: auto;
    border: none;
    z-index: 1;
    padding: 18px 40px;
    font-weight: 600;
    overflow: hidden;
}

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

.trackingNoticeDialog {
    z-index: 90;
    width: 100%;
    bottom: 0;
    background: rgb(233,222,230);
    border-top: 2px solid rgb(211,189,204);
    position: fixed;
}

#cookiePopupMessage:checked ~ .trackingNoticeDialog {
    opacity: 0;
    visibility: hidden;
}

.user-tracker {
    flex-shrink: 0;
    margin-right: 10px;
}

.visitor-controls {
    text-align: center;
    flex-shrink: 0;
    cursor: pointer;
    min-width: 120px;
    line-height: 35px;
    margin-left: 10px;
    font-size: 24px;
    border-bottom: 2px solid rgb(211,189,204);
    white-space: nowrap;
    text-decoration: none;
    color: rgb(211,189,204);
}

.segment-wrapper .visitor-controls {
    font-weight: 400;
    padding: 10px;
    margin-left: 30px;
    background: rgb(211,189,204);
    border: none;
    color: #ffffff;
    font-size: 20px;
}

.segment-wrapper .user-tracker svg, .segment-wrapper .user-tracker svg path, .segment-wrapper .user-tracker img {
    width: 40px;
    height: 40px;
    fill:#000000;
}

.learning-outcomes::before {
    width: 100%;
    left: 0;
    top: 0;
    background-size: 30px 30px;
    z-index: 0;
    content: '';
    background-image: linear-gradient(#ffffff 1px, transparent 1px),
                      linear-gradient(to right, #ffffff 1px, transparent 1px);
    position: absolute;
    height: 100%;
    opacity: 0.03;
}

.learning-outcomes .virtual-academy {
    max-width: 1280px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.learning-outcomes h2::after {
    transform: translateX(-50%);
    height: 4px;
    width: 140px;
    border-radius: 10px;
    content: '';
    left: 50%;
    background: linear-gradient(90deg, rgb(211,189,204), rgb(184,154,177));
    bottom: -20px;
    position: absolute;
}

.learning-outcomes .img-preview::before {
    left: 0;
    z-index: 1;
    position: absolute;
    content: '';
    top: 0;
    background: linear-gradient(135deg, rgb(211,189,204,0.5) 0%, transparent 70%);
    height: 100%;
    width: 100%;
}

.learning-outcomes .text_main_holder {
    justify-content: center;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.learning-outcomes .text_main_holder > div::before {
    content: '';
    inset: 0;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background: linear-gradient(135deg, rgb(211,189,204,0.5), rgb(184,154,177,0.5)) border-box;
    z-index: -1;
    border: 2px solid transparent;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    position: absolute;
    border-radius: 17px;
    opacity: 0.3;
}

.learning-outcomes .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
}

.learning-outcomes .text_main_holder svg {
    flex-shrink: 0;
    height: 42px;
    position: relative;
    padding: 8px;
    background: rgba(255, 255, 255, 0.08);
    z-index: 1;
    border-radius: 12px;
    width: 42px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.learning-outcomes .text_main_holder p {
    color: #ffffff;
    position: relative;
    font-size: 12px;
    margin: 0;
    z-index: 1;
    line-height: 1.6;
}

.youtube-chan::after {
    opacity: 0.5;
    height: 100%;
    z-index: -1;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
}

.youtube-chan .company_holder {
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    backdrop-filter: blur(5px);
    padding: 2rem;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(rgb(211,189,204), 0.3);
    margin-bottom: 4rem;
    position: relative;
}

.youtube-chan .company_holder h3 {
    margin-bottom: 1.5rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: calc(32px * 1.2);
    position: relative;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(211,189,204), 0 0 20px rgb(211,189,204), 0 0 30px rgb(211,189,204);
    font-weight: 700;
}

.youtube-chan .job-board {
    margin-top: 1.5rem;
    color: #ffffff;
    padding-left: 1rem;
    font-size: 18px;
    opacity: 0.8;
    border-left: 2px solid rgb(211,189,204);
    line-height: 1.6;
}

.youtube-chan .nav-pagebar {
    gap: 2rem;
    justify-content: space-between;
    width: 100%;
    display: flex;
}

.youtube-chan .header-edu {
    border-bottom: 2px solid rgb(211,189,204);
    padding: 1.5rem;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
    border-left: 2px solid rgb(211,189,204);
    position: relative;
    transition: all 0.3s ease;
    flex: 1;
}

.youtube-chan .header-edu h5::after {
    bottom: -8px;
    box-shadow: 0 0 10px rgb(211,189,204);
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
    background: rgb(211,189,204);
}

.youtube-chan .header-edu .nav-pagebar a {
    color: #ffffff;
    overflow: hidden;
    font-size: 18px;
    position: relative;
    opacity: 0.7;
    transition: all 0.3s ease;
    padding: 0.5rem 0 0.5rem 1.5rem;
    text-decoration: none;
}

.youtube-chan .header-edu .nav-pagebar a:hover::before {
    color: rgb(184,154,177);
}

.digital-res {
    padding: 1.5rem 0;
    margin-top: 3rem;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.digital-res .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.digital-res .volunteer::before,
.digital-res .volunteer::after {
    content: "//";
    color: rgb(211,189,204);
    margin: 0 10px;
}

.course-demographic {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
    background: rgb(233,222,230);
}

.course-demographic::after {
    bottom: -50%;
    height: 100%;
    z-index: 1;
    content: "";
    width: 100%;
    transform: rotate(-35deg);
    position: absolute;
    left: -50%;
    background: rgb(184,154,177,0.5);
}

.course-demographic .virtual-academy {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 60px 40px;
    position: relative;
}

.course-demographic .virtual-academy::after {
    border: 2px solid rgb(211,189,204,0.5);
    height: 120px;
    width: 120px;
    position: absolute;
    opacity: 0.5;
    right: 20px;
    top: 20px;
    z-index: -1;
    content: "";
    border-radius: 50%;
}

.course-demographic h4::before {
    background: rgb(211,189,204);
    border-radius: 10px;
    left: 50%;
    bottom: -20px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    width: 40px;
    height: 4px;
}

.course-demographic div > div {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    position: relative;
}

.course-demographic p {
    font-size: 16px;
    display: flex;
    z-index: 1;
    margin: 0;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.05);
    align-items: center;
    border-radius: 10px;
    background: #ffffff;
    position: relative;
    padding: 24px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.course-demographic p:hover {
    border-color: rgb(211,189,204,0.5);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.course-demographic p svg {
    margin-right: 18px;
    transition: all 0.4s ease;
    width: 28px;
    flex-shrink: 0;
    height: 28px;
}

.course-demographic p:hover svg path {
    fill: rgb(184,154,177);
}

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

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

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

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

.course-demographic p:hover::after {
    transform: scale(2);
    opacity: 0.3;
}

header::before {
    z-index: -1;
    top: 0;
    position: absolute;
    content: "";
    opacity: 0.15;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(211,189,204,0.5) 0%, transparent 50%, rgb(211,189,204,0.5) 100%);
}

header .nav-pagewrap::after {
    position: absolute;
    top: 50%;
    width: 100%;
    content: "";
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(211,189,204,0.5), transparent);
}

header .nav-pagewrap .top-navbar::after {
    border-bottom: 2px solid rgb(184,154,177);
    bottom: -5px;
    border-right: 2px solid rgb(184,154,177);
    transition: transform 0.3s ease;
    transform-origin: bottom right;
    transform: scale(0);
    right: -5px;
}

header .nav-pagewrap .top-navbar:hover::before,
header .nav-pagewrap .top-navbar:hover::after {
    transform: scale(1);
}

header .nav-pagewrap .top-navbar .head-mainwrap svg {
    width: auto;
    height: 60px;
}

header .nav-pagewrap .header-edu {
    list-style: none;
    margin: 0;
    position: relative;
    flex-wrap: wrap;
    background: linear-gradient(180deg, transparent, rgb(184,154,177) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    justify-content: center;
    display: flex;
    padding: 20px 0 10px;
}

header .nav-pagewrap .header-edu .main-teach {
    padding: 0 15px;
    position: relative;
    transition: transform 0.3s ease;
    margin: 0;
}

header .nav-pagewrap .header-edu .main-teach:hover {
    transform: translateY(-3px);
}

header .nav-pagewrap .header-edu .main-teach a {
    font-weight: 600;
    padding: 10px 5px;
    transition: color 0.3s ease;
    font-size: 12px;
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
    display: block;
    color: #000000;
    text-decoration: none;
}

header .nav-pagewrap .header-edu .main-teach a:hover::before {
    transform: scaleX(1);
}

.sign-up-for-updates::before {
    background: 
        linear-gradient(45deg, transparent 70%, rgb(184,154,177,0.5) 70%),
        linear-gradient(135deg, rgb(211,189,204,0.5) 30%, transparent 30%);
    content: "";
    top: -10%;
    height: 120%;
    position: absolute;
    z-index: 1;
    width: 120%;
    left: -10%;
    opacity: 0.3;
    transform: rotateX(45deg);
}

.sign-up-for-updates .connect-query:hover {
    transform: rotateX(0deg) rotateY(0deg);
}

.sign-up-for-updates h3 {
    position: relative;
    font-weight: 700;
    margin: 0 3rem 0 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 19px;
    flex: 1;
    transform: translateZ(30px);
    color: #000000;
}

.sign-up-for-updates h3::before {
    left: -20px;
    width: 4px;
    top: 0;
    position: absolute;
    transform: translateZ(40px) skewY(15deg);
    height: 100%;
    content: "";
    background: rgb(211,189,204);
}

.sign-up-for-updates input[type="email"] {
    background: #ffffff;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    border: 2px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    flex: 3;
    border-radius: 10px;
    font-size: 17px;
}

.sign-up-for-updates input[type="submit"]:hover {
    transform: translateZ(50px) translateY(-5px);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(211,189,204,0.5);
}

.sign-up-for-updates input[type="submit"]::before {
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(184,154,177) 0%, rgb(211,189,204) 100%);
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.course-program-details::before {
    pointer-events: none;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(211,189,204,0.5) 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.course-program-details .skill-master {
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
}

.course-program-details .learn-work {
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    width: calc(100% * var(--slide-count, 5));
    height: 100%;
    display: flex;
}



.course-program-details .learn-work {
    --slide-count: 5;
}

.course-program-details .tech-training::before {
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 2;
    opacity: 0.7;
}

.course-program-details .tech-training img {
    object-fit: cover;
    transition: transform 8s ease;
    filter: saturate(1.2) contrast(1.1);
    width: 100%;
    height: 100%;
    transform: scale(1.05);
}

.course-program-details .tech-training:hover img {
    transform: scale(1.15);
}

.course-program-details .virtual-academy {
    border-radius: 25px;
    width: 100%;
    padding: 3rem;
    animation: float 6s ease-in-out infinite;
    max-width: 600px;
    transform: translateX(0);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.course-program-details .virtual-academy {
    padding: 1.5rem;
}

.course-program-details .learn-coding::after {
    bottom: -20px;
    width: 40px;
    height: 40px;
    position: absolute;
    opacity: 0.8;
    border-bottom: 2px solid rgb(184,154,177);
    right: -20px;
    content: '';
    border-right: 2px solid rgb(184,154,177);
}

.course-program-details .learn-coding h3::after {
    left: 0;
    position: absolute;
    width: 60%;
    content: '';
    background: linear-gradient(90deg, rgb(211,189,204) 0%, transparent 100%);
    bottom: -10px;
    height: 3px;
}

.course-program-details .learn-coding .query-message {
    font-size: 20px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    padding: 1rem 2.5rem;
    font-weight: 600;
    z-index: 1;
    background: linear-gradient(135deg, rgb(211,189,204) 0%, rgb(184,154,177) 100%);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #ffffff;
}

.course-program-details .learn-coding .query-message:hover::before {
    left: 100%;
    transition: all 0.4s ease;
}

.about-this {
    overflow: hidden;
    background: rgb(233,222,230);
    padding: 140px 0 120px;
    position: relative;
}



.about-this::after {
    height: 100%;
    background: radial-gradient(ellipse at 30% 20%, rgb(211,189,204,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 80%, rgb(184,154,177,0.5) 0%, transparent 60%);
    content: "";
    top: 0;
    position: absolute;
    z-index: 1;
    filter: blur(50px);
    left: 0;
    animation: pulseBackground 15s infinite alternate;
    opacity: 0.15;
    width: 100%;
}

.about-this h3 {
    letter-spacing: 1px;
    font-size: 28px;
    margin: 0;
    transform: translateY(-100%) translateY(-30px);
    left: 0;
    font-weight: 700;
    color: #000000;
    border-left: 4px solid rgb(211,189,204);
    padding-left: 30px;
    top: 0;
    position: absolute;
}

.about-this .study-guide span::before {
    background: rgb(211,189,204);
    z-index: -1;
    content: "";
    transform: skewX(15deg);
    width: 15px;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 0;
}

.about-this .study-guide p {
    transform: translateX(-30px);
    background: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    z-index: 5;
    border-radius: 28px;
    backdrop-filter: blur(10px);
    width: 110%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    color: #000000;
    grid-column: 2 / 3;
    line-height: 1.8;
    padding: 40px;
    align-self: center;
    grid-row: 1 / 2;
}

.about-this .smart-learning {
    gap: 20px;
    position: relative;
    display: grid;
    grid-template-columns: 1.4fr 1.6fr;
    margin-right: -15%;
    margin-left: auto;
    width: 115%;
}

.about-this .smart-learning p {
    grid-row: 1 / 2;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.8);
    transform: translateX(30px);
    grid-column: 1 / 2;
    width: 110%;
    font-size: 14px;
    align-self: center;
    backdrop-filter: blur(10px);
    border-radius: 28px;
    padding: 40px;
    z-index: 5;
    color: #000000;
    line-height: 1.8;
}

.about-this .smart-learning .skill-lab::before {
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
    content: "";
}

.about-this .smart-learning::after {
    left: 10%;
    background: rgb(184,154,177);
    top: -100px;
}

.about-this .study-guide::before,
.about-this .smart-learning::before {
    animation: widthPulse 6s infinite alternate;
    background: linear-gradient(to right, transparent, rgb(211,189,204,0.5) 50%, transparent);
    height: 1px;
    position: absolute;
    content: "";
    width: 300px;
}



.about-this .study-guide::before {
    left: 20%;
    top: -20px;
}

.about-this .virtual-academy::after {
    bottom: 15%;
    right: 10%;
}

.primary-page {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    background-color: rgb(233,222,230);
}

.primary-page .fast-skill::before {
    right: 0;
    backdrop-filter: blur(8px);
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
    135deg,
    rgb(211,189,204,0.5),
    rgb(184,154,177,0.5)
  );
}

.primary-page .fast-skill span {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
    position: relative;
}

.primary-page .fast-skill h3 {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 0.75rem 1rem;
    transform: translateX(0);
    max-width: 90%;
    background: linear-gradient(
    90deg,
    rgb(211,189,204,0.5),
    transparent
  );
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
    font-size: calc(20px * 0.9);
    border-left: 3px solid rgb(211,189,204);
    margin: 0;
}

.primary-page .fast-skill div div {
    z-index: 2;
    position: relative;
}

.primary-page .fast-skill p {
    padding: 0.75rem 1rem;
    line-height: 1.6;
    font-size: calc(18px * 1.2);
    transform: translateY(0);
    color: #ffffff;
    border-radius: 10px;
    max-width: 90%;
    margin: 0;
    backdrop-filter: blur(4px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
    background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    transparent
  );
}

.ty-sidebar {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(233,222,230) 0%, rgb(184,154,177,0.5) 100%);
    position: relative;
}

.ty-sidebar::after {
    top: -50%;
    position: absolute;
    height: 90%;
    right: -50%;
    opacity: 0.08;
    width: 90%;
    z-index: 1;
    content: "";
    transform: rotate(-15deg);
    pointer-events: none;
    filter: blur(80px);
    background: rgb(255, 255, 255, 0.5);
}

.ty-sidebar .virtual-academy {
    background: #ffffff;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 5px 12px rgba(0, 0, 0, 0.05);
    padding: 60px 50px;
    position: relative;
    border-left: 4px solid rgb(211,189,204);
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.45, 1.09) forwards;
    transform: perspective(1000px) rotateX(2deg);
}

.ty-sidebar .virtual-academy > div:first-child {
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 30px;
}

.ty-sidebar h5 {
    transform: translateY(15px);
    line-height: 1.4;
    color: #000000;
    opacity: 0;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.ty-sidebar p {
    font-size: 16px;
    line-height: 1.8;
    opacity: 0;
    margin: 0;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    color: #000000;
    transform: translateY(15px);
    font-weight: 400;
}

.ty-sidebar a::after {
    transform: scaleX(0.3);
    background: linear-gradient(90deg, rgb(211,189,204,0.5) 0%, transparent 100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform-origin: left;
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    opacity: 0;
    height: 1px;
    width: 100%;
}

.plan-comparison::after {
    position: absolute;
    z-index: 1;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    bottom: -100px;
    background: linear-gradient(135deg, rgb(184,154,177,0.5), transparent);
    filter: blur(25px);
    content: '';
    opacity: 0.5;
    width: 300px;
    height: 300px;
    left: -50px;
}

.plan-comparison .member-fees {
    display: flex;
    flex-direction: column;
}

.plan-comparison .plan-table h2 {
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 36px;
    display: inline-block;
}

.plan-comparison .learn-deals {
    font-size: 13px;
    margin: 1.5rem auto 0;
    line-height: 1.6;
    max-width: 700px;
    color: #000000;
}

.plan-comparison .learning-fees {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 2rem;
    display: grid;
    gap: 2rem;
}

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

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

.plan-comparison .package-deal:hover {
    transform: translateY(-10px);
}

.plan-comparison .package-deal:hover .cost-options {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}

.plan-comparison .learn-pricing {
    padding: 2.5rem 2rem;
    display: flex;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    z-index: 2;
}

.plan-comparison .learn-pricing h3 {
    margin-bottom: 1rem;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 700;
    font-size: calc(18px + 2px);
    color: #000000;
}

.plan-comparison .plan-deals::after {
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 40px;
    background: rgb(211,189,204,0.5);
    content: '';
}

.plan-comparison .learn-pricing p {
    margin-bottom: 2rem;
    color: #000000;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.6;
    flex-grow: 1;
    word-wrap: break-word;
    font-size: 13px;
    hyphens: auto;
}

.plan-comparison .package-deal:hover .img-preview::after {
    opacity: 1;
}

.education-experience {
    background: linear-gradient(135deg, rgb(233,222,230) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.education-experience::after {
    height: 200%;
    right: -25%;
    background: radial-gradient(
        ellipse at center,
        rgb(211,189,204,0.5) 0%,
        transparent 70%
    );
    width: 80%;
    content: "";
    z-index: 1;
    opacity: 0.1;
    transform: rotate(-15deg);
    top: -50%;
    position: absolute;
}

.education-experience .review-carousel {
    transform: perspective(1000px) rotateY(0deg);
    display: grid;
    background: #ffffff;
    gap: 2rem;
    padding: 3rem;
    position: relative;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.education-experience .review-carousel:hover::before {
    transform: scaleY(1);
}

.education-experience .img-preview {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    height: 180px;
    position: relative;
    transform: rotate(-3deg) translateY(0);
    overflow: hidden;
    width: 180px;
    margin: 0 auto;
    border: 6px solid #ffffff;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.education-experience .img-preview::after {
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    top: 0;
    content: "";
    height: 100%;
}

.education-experience .review-carousel:hover .name {
    transform: translateY(-5px);
}

.education-experience .review-carousel:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}

.education-experience .review-carousel div:nth-child(2) div {
    color: rgb(184,154,177);
    text-align: center;
    font-size: calc(15px * 1.05);
    font-style: italic;
    margin-top: 0.5rem;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}

.education-experience .review-carousel:hover .experience-block {
    opacity: 1;
}

.education-experience .experience-block::before {
    top: -0.5rem;
    font-size: 4rem;
    color: rgb(211,189,204,0.5);
    left: 50%;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    text-shadow: 2px 2px 0 #ffffff;
    line-height: 1;
    font-family: serif;
}

.connect::before {
    animation: gridMove 25s linear infinite;
    opacity: 0.2;
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    content: '';
    bottom: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(184,154,177,0.5) 95%) 0 0 / 20px 100%,
        linear-gradient(180deg, transparent 95%, rgb(211,189,204,0.5) 95%) 0 0 / 100% 20px;
}


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

.connect .help-question::before {
    animation: gradientFlow 3s linear infinite;
    content: '';
    background: linear-gradient(90deg, rgb(211,189,204), rgb(184,154,177), rgb(211,189,204));
    width: 100%;
    position: absolute;
    background-size: 200% 100%;
    height: 3px;
    left: 0;
    top: 0;
}


.connect .help-question::after {
    background: rgb(211,189,204,0.5);
    top: -75px;
    z-index: -1;
    content: '';
    opacity: 0.2;
    width: 150px;
    right: -75px;
    position: absolute;
    border-radius: 50%;
    height: 150px;
}

.connect h3::after {
    transition: width 0.3s ease;
    width: 50px;
    background: rgb(211,189,204);
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    box-shadow: 0 0 8px rgb(211,189,204);
    position: absolute;
}

.connect .request-info {
    position: relative;
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.connect .request-info::before {
    box-shadow: 0 0 5px rgb(211,189,204);
    left: 0;
    top: -20px;
    height: 1px;
    position: absolute;
    width: 30%;
    content: '';
    background: rgb(211,189,204);
}

.connect .request-info span {
    transition: all 0.3s ease;
    padding: 20px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background: #ffffff;
    z-index: 1;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    flex-direction: column;
    display: flex;
}

.connect .request-info span:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 0 4px rgb(211,189,204,0.5);
}

.connect .request-info span:hover svg {
    transform: scale(1.2);
    fill: rgb(184,154,177);
}

.connect .request-info span svg path {
    stroke-linejoin: round;
    stroke-width: 0.5;
    stroke-linecap: round;
    transition: all 0.3s ease;
    stroke: #ffffff;
}

.connect .request-info span span::before {
    display: none;
}

.connect .request-info span span a {
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    padding: 2px 5px;
    color: rgb(211,189,204);
    border-radius: 10px;
    text-decoration: none;
    display: flex;
}

.connect .message-block {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    border-radius: 21px;
    position: relative;
    backdrop-filter: blur(10px);
    padding: 30px;
    grid-column: 1 / -1;
    overflow: hidden;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.8);
}

.connect .message-block h4 {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 15px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.5px;
    color: rgb(211,189,204);
    margin-bottom: 20px;
}

.connect .message-block h4::before {
    position: absolute;
    width: 4px;
    border-radius: 10px;
    content: '';
    left: 0;
    top: 0;
    background: rgb(211,189,204);
    height: 100%;
}

.connect .message-block span {
    display: flex;
    color: #000000;
    overflow: hidden;
    position: relative;
    padding: 12px 15px;
    align-items: center;
    margin-bottom: 8px;
    border-radius: 10px;
    font-size: 15px;
    z-index: 1;
    transition: all 0.3s ease;
    background: rgb(233,222,230);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (max-width: 992px) {.training-structure {
    padding: 140px 0 120px;
}.training-structure .article-wrap h2 {
    padding: 30px 35px;
    transform: translate(-30px, -25px);
    width: 50%;
}.training-structure .article-wrap p {
    padding: 35px 40px;
    width: 70%;
    transform: translate(15px, 25px);
}.training-structure .article-wrap h2::after {
    height: 60px;
    bottom: -70px;
}.training-structure .virtual-academy::before {
    top: -70px;
    height: 140px;
    width: 140px;
}.training-structure .virtual-academy::after {
    bottom: -70px;
    height: 140px;
    width: 140px;
}
}



@media screen and (max-width: 480px) {.training-structure {
    padding: 100px 0 80px;
}.training-structure .article-wrap h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
    padding: 20px 25px;
}.training-structure .article-wrap p {
    font-size: calc(17px * 0.9);
    padding: 25px 30px;
}.training-structure .article-wrap h2::after {
    bottom: -40px;
    height: 30px;
}}


@media only screen and (max-width: 800px) {.privacy-container {
    padding: 25px;
    border-radius: 10px;
}.privacy-container h1 {
    font-size: calc(24px - 0.5rem);
}.privacy-container h2 {
    font-size: calc(24px - 0.4rem);
}.privacy-container p {
    font-size: calc(14px - 0.2rem);
}}



@media (max-width: 480px) {.connect-with-us {
    padding: 50px 0;
}.connect-with-us h2 {
    font-size: calc(35px * 0.85);
}.connect-with-us .feedback-message {
    margin-top: 30px;
}.connect-with-us .img-preview {
    min-height: 200px;
}.connect-with-us .help-feedback {
    padding: 30px 20px;
}.connect-with-us form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.connect-with-us form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.connect-with-us .support-inquiry {
    margin-bottom: 25px;
}.connect-with-us .support-inquiry label {
    font-size: calc(16px * 0.9);
}.connect-with-us .query-message {
    padding: 12px 25px;
}}


@media only screen and (max-width: 800px){.segment-wrapper .user-tracker {
    margin: 0;
    margin-bottom: 14px;
}}



@media (max-width: 1200px) {.learning-outcomes .text_main_holder > div {
    flex: 0 0 calc(50% - 15px);
}
}



@media (max-width: 992px) {.learning-outcomes {
    padding: 100px 0;
}.learning-outcomes .img-preview {
    width: 85%;
}
}



@media (max-width: 768px) {.learning-outcomes {
    padding: 80px 0;
}.learning-outcomes h2 {
    margin-bottom: 60px;
    font-size: calc(45px * 0.8);
}.learning-outcomes .text_main_holder > div {
    flex: 0 0 100%;
}.learning-outcomes .img-preview {
    height: 350px;
    width: 100%;
}
}



@media screen and (max-width: 992px) {.youtube-chan .telegram-ref {
    flex-direction: column;
}.youtube-chan .nav-pagebar {
    flex-direction: column;
}.youtube-chan .header-edu {
    width: 100%;
    margin-bottom: 1rem;
}.digital-res {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}



@media screen and (max-width: 576px) {.youtube-chan {
    padding: 3rem 0 2rem;
}.youtube-chan .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.youtube-chan .company_holder h3 {
    font-size: calc(32px * 0.85);
    letter-spacing: 1px;
}.youtube-chan .job-board {
    font-size: calc(18px * 0.9);
}.youtube-chan .header-edu {
    padding: 1rem;
}.youtube-chan .header-edu .nav-pagebar a {
    font-size: calc(18px * 0.9);
}.digital-res {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    padding: 1rem 0;
}.digital-res .volunteer::before,
    .digital-res .volunteer::after {
    display: none;
}}



@media (max-width: 576px) {.course-demographic {
    padding: 60px 0 50px;
}.course-demographic .virtual-academy {
    padding: 35px 20px;
}.course-demographic h4 {
    font-size: calc(28px * 0.7);
    margin-bottom: 30px;
}.course-demographic h4::before {
    width: 30px;
    height: 3px;
}.course-demographic h4::after {
    width: 60px;
    height: 3px;
}.course-demographic p {
    padding: 15px;
    font-size: calc(16px * 0.9);
}.course-demographic p svg {
    margin-right: 12px;
    height: 20px;
    width: 20px;
}.course-demographic p:hover {
    transform: translateY(-5px) scale(1.01);
}.course-demographic .virtual-academy::after {
    height: 60px;
    width: 60px;
}}



@media (max-width: 992px) {header .nav-pagewrap {
    padding: 15px;
    gap: 10px;
    grid-template-rows: auto auto;
}header .nav-pagewrap .top-navbar {
    padding: 5px 10px;
}header .nav-pagewrap .top-navbar .head-mainwrap svg {
    height: 45px;
}header .nav-pagewrap .header-edu {
    padding: 15px 0 10px;
}header .nav-pagewrap .header-edu .main-teach {
    padding: 0 10px;
}header .nav-pagewrap .header-edu .main-teach a {
    padding: 8px 3px;
    font-size: calc(12px - 1px);
}
}



@media (max-width: 768px) {.sign-up-for-updates {
    padding: 4rem 1.5rem;
}.sign-up-for-updates .connect-query {
    padding: 2rem;
    max-width: 100%;
}.sign-up-for-updates .input_holder {
    flex-direction: column;
}.sign-up-for-updates input[type="email"],
    .sign-up-for-updates input[type="submit"] {
    width: 100%;
}
}



@media (max-width: 480px) {.sign-up-for-updates {
    padding: 3rem 1rem;
}.sign-up-for-updates .connect-query {
    padding: 1.5rem;
}.sign-up-for-updates h3 {
    font-size: calc(19px * 0.9);
    margin: 0 0 1.5rem 0;
}.sign-up-for-updates input[type="email"] {
    padding: 0.8rem 1rem;
}.sign-up-for-updates input[type="submit"] {
    padding: 0.8rem 1rem;
}}



@media screen and (max-width: 1199px) {.about-this {
    padding: 120px 0 100px;
}.about-this h3 {
    font-size: calc(28px - 0.2rem);
}.about-this .study-guide,
    .about-this .smart-learning {
    width: 110%;
}.about-this .study-guide {
    margin-left: -10%;
}.about-this .smart-learning {
    margin-right: -10%;
}.about-this .study-guide .img-preview,
    .about-this .smart-learning .skill-lab {
    height: 450px;
}.about-this .study-guide p,
    .about-this .smart-learning p {
    padding: 30px;
}
}



@media screen and (max-width: 767px) {.about-this {
    padding: 80px 0 60px;
}.about-this h3 {
    margin-bottom: 40px;
    padding-left: 20px;
    font-size: calc(28px - 0.6rem);
}.about-this .study-guide {
    margin-bottom: 60px;
}.about-this .study-guide span {
    font-size: calc(20px - 0.3rem);
    padding: 8px 20px;
}.about-this .study-guide .img-preview,
    .about-this .smart-learning .skill-lab {
    height: 350px;
}.about-this .study-guide p,
    .about-this .smart-learning p {
    font-size: calc(14px - 0.1rem);
    padding: 25px;
}.about-this::after {
    filter: blur(30px);
}.about-this .study-guide::after,
    .about-this .smart-learning::after {
    filter: blur(50px);
    width: 100px;
    height: 100px;
}
}



@media screen and (max-width: 575px) {.about-this {
    padding: 60px 0 40px;
}.about-this h3 {
    border-left-width: 3px;
    margin-bottom: 30px;
    padding-left: 15px;
    font-size: calc(28px - 0.8rem);
}.about-this .study-guide {
    margin-bottom: 50px;
    gap: 20px;
}.about-this .study-guide span {
    font-size: calc(20px - 0.4rem);
    padding: 6px 15px;
}.about-this .study-guide .img-preview,
    .about-this .smart-learning .skill-lab {
    height: 280px;
}.about-this .study-guide p,
    .about-this .smart-learning p {
    padding: 20px;
    font-size: calc(14px - 0.2rem);
}.about-this::after {
    filter: blur(20px);
}.about-this .virtual-academy::before,
    .about-this .virtual-academy::after {
    width: 70%;
}
}



@media (min-width: 992px) {.primary-page .fast-skill {
    padding: 6rem 5rem;
}.primary-page .fast-skill::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
}.primary-page .fast-skill h1 {
    font-size: 39px;
}.primary-page .fast-skill h1::after {
    width: 120px;
}.primary-page .fast-skill h3 {
    font-size: calc(20px * 1.1);
    padding: 1rem 1.5rem;
}.primary-page .fast-skill p {
    font-size: calc(18px * 1.4);
}
}



@media (max-width: 992px) {.ty-sidebar {
    padding: 80px 0;
}.ty-sidebar .virtual-academy {
    padding: 50px 40px;
}.ty-sidebar h5 {
    font-size: calc(18px - 2px);
}
}



@media (max-width: 576px) {.ty-sidebar {
    padding: 50px 0;
}.ty-sidebar .virtual-academy {
    padding: 30px 20px;
    border-left: 3px solid rgb(211,189,204);
    transform: none;
}.ty-sidebar .virtual-academy::before {
    display: none;
}.ty-sidebar .virtual-academy > div:first-child {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.ty-sidebar .virtual-academy > div:first-child::after {
    height: 2px;
    width: 60px;
}.ty-sidebar h5 {
    font-size: calc(18px - 6px);
}.ty-sidebar p {
    font-size: calc(16px - 2px);
    line-height: 1.6;
}}



@media (max-width: 991px) {.plan-comparison {
    padding: 5rem 0;
}.plan-comparison .plan-table {
    margin-bottom: 2rem;
}.plan-comparison .learning-fees {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}



@media (max-width: 767px) {.plan-comparison {
    padding: 4rem 0;
}.plan-comparison .learn-pricing {
    padding: 2rem 1.5rem;
}.plan-comparison .img-preview {
    height: 180px;
}
}



@media (max-width: 575px) {.plan-comparison {
    padding: 3rem 0;
}.plan-comparison .plan-table h2 {
    font-size: calc(36px - 4px);
}.plan-comparison .learning-fees {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.plan-comparison .learn-pricing {
    padding: 1.5rem 1.25rem;
}.plan-comparison .img-preview {
    height: 160px;
}
}



@media (min-width: 768px) {.education-experience .review-carousel {
    gap: 2.5rem;
    grid-template-columns: auto 1fr;
    padding: 3.5rem;
}.education-experience .img-preview {
    height: 200px;
    margin: 0;
    width: 200px;
}.education-experience .name {
    text-align: left;
}.education-experience .name::after {
    transform: translateX(0) scaleX(0.5);
    left: 0;
}.education-experience .review-carousel:hover .name::after {
    transform: translateX(0) scaleX(1);
}.education-experience .review-carousel div:nth-child(2) div {
    text-align: left;
}.education-experience .review-carousel div:nth-child(3) {
    grid-column: span 2;
}.education-experience .experience-block {
    padding: 2rem 1rem 0.5rem;
}.education-experience .experience-block::before {
    left: 1rem;
    transform: translateX(0);
}
}



@media (min-width: 1200px) {.education-experience .review-carousel {
    padding: 5rem;
    grid-template-columns: 250px 1fr 2.5fr;
    gap: 3.5rem;
}.education-experience .img-preview {
    width: 250px;
    height: 320px;
}.education-experience .name {
    font-size: calc(20px * 1.2);
}.education-experience .review-carousel div:nth-child(2) div {
    margin-top: 0.75rem;
    font-size: calc(15px * 1.1);
}.education-experience .experience-block {
    line-height: 1.9;
    padding: 0 0 0 4rem;
    font-size: calc(15px * 1.05);
}}


@media (max-width: 480px) {.connect {
    border-radius: 10px;
    padding: 40px 0;
}.connect .container {
    padding: 0 15px;
}.connect .help-question {
    padding: 25px 20px;
}.connect h3 {
    margin-bottom: 20px;
    font-size: calc(37px - 0.4rem);
}.connect .message-panel {
    font-size: 15px;
    margin-bottom: 25px;
    padding: 10px;
}.connect .request-info span {
    padding: 12px;
}.connect .message-block {
    padding: 20px 15px;
    margin-top: 15px;
}.connect .message-block h4 {
    margin-bottom: 15px;
}.connect .message-block span {
    padding: 8px 10px;
    margin-bottom: 6px;
}.connect .request-info span svg {
    height: 14px;
    width: 14px;
    margin-right: 5px;
}.connect .message-block h4 svg {
    width: 18px;
    margin-right: 8px;
    height: 18px;
}.connect .message-block span svg {
    margin-right: 6px;
    height: 14px;
    width: 14px;
}
}



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



@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}



@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}

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

@keyframes pulseBackground {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

@keyframes pulseOpacity {
    0% {
        opacity: 0.15;
        transform: scale(1);
    }
    100% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

@keyframes horizontalLine {
    0% {
        opacity: 0.1;
        transform: translateX(-10%);
    }
    100% {
        opacity: 0.3;
        transform: translateX(10%);
    }
}



@keyframes fadeUp {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



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



@keyframes slideIn {
  0% {
    transform: perspective(1000px) translateY(50px) rotateX(8deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translateY(0) rotateX(2deg);
    opacity: 1;
  }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}


@keyframes pulseEffect {
    0%, 100% {
        transform: scale(1);
        opacity: 0.03;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.05;
    }
}

