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

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

.top-learn-L {
    flex: 1 0 auto;
}

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

.data-statistics-Q::before {
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
}

.data-statistics-Q h2 {
    font-weight: 700;
    margin-bottom: 80px;
    border-left: 5px solid rgb(217,197,208);
    padding-left: 25px;
    position: relative;
    color: #000000;
    font-size: 34px;
    text-align: left;
}

.data-statistics-Q h2 {
    padding-bottom: 15px;
    border-bottom: 3px solid rgb(217,197,208);
    border-left: none;
    padding-left: 0;
    text-align: center;
}

.data-statistics-Q .statistics-benefits-K p {
    justify-content: center;
    color: #ffffff;
    min-width: 180px;
    margin: 0;
    display: flex;
    position: relative;
    background: rgb(217,197,208);
    padding: 30px 40px;
    font-weight: 700;
    font-size: 3rem;
    align-items: center;
}

.data-statistics-Q .statistics-benefits-K p {
    font-size: 2.2rem;
    width: 100%;
    padding: 20px;
    min-width: auto;
}

.data-statistics-Q .statistics-benefits-K:hover span {
    color: rgb(217,197,208);
}

.data-statistics-Q .statistics-benefits-K:nth-child(2n):hover span {
    color: rgb(180,166,179);
}

.data-statistics-Q svg {
    top: 20px;
    transition: all 0.3s ease;
    fill: #ffffff;
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
}

.data-statistics-Q svg {
    margin: 15px 0;
    position: relative;
    top: auto;
    right: auto;
}

.data-statistics-Q .statistics-benefits-K:nth-child(1) {
    animation: slide-in 0.5s 0.1s both;
}

.data-statistics-Q .statistics-benefits-K:nth-child(3) {
    animation: slide-in 0.5s 0.3s both;
}



.data-statistics-Q .container::before,
.data-statistics-Q .container::after {
    opacity: 0.1;
    width: 300px;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(217,197,208,0.5) 0%, transparent 70%);
    height: 300px;
    border-radius: 50%;
    z-index: -1;
}

.data-statistics-Q .container::before {
    top: -150px;
    right: -150px;
}

.who-we-are-o .container {
    justify-content: center;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
}

.who-we-are-o h4 {
    position: relative;
    z-index: 5;
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 60px;
}

.who-we-are-o .editorial-box-K {
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    position: relative;
}

.who-we-are-o .editorial-box-K {
    transform: perspective(1200px) rotateX(2deg) translateY(-10px);
    padding: 60px 70px;
}

.who-we-are-o h6::after {
    bottom: -8px;
    left: 0;
    height: 2px;
    position: absolute;
    background: rgb(180,166,179);
    width: 30%;
    content: "";
}

.who-we-are-o .editorial-box-K div::before {
    position: absolute;
    opacity: 0.6;
    height: 20px;
    left: -40px;
    content: "";
    width: 20px;
    border-left: 2px solid rgb(217,197,208,0.5);
    border-top: 2px solid rgb(217,197,208,0.5);
    top: 0;
}

.connect-C::before {
    top: -5%;
    transform: rotate(-15deg) translate3d(0, 0, 0);
    height: 30%;
    right: -5%;
    border-radius: 10px;
    opacity: 0.15;
    position: absolute;
    z-index: 0;
    filter: blur(15px);
    content: "";
    background: linear-gradient(225deg, rgb(217,197,208) 0%, rgb(217,197,208,0.5) 70%, transparent 100%);
    width: 30%;
}

.connect-C::before,
    .connect-C::after {
    animation: floatElement 15s infinite alternate ease-in-out;
}

.connect-C h3 {
    font-size: 32px;
    color: rgb(217,197,208);
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.connect-C h3:hover::after {
    transform: scaleX(1.5);
}

.connect-C h5 {
    margin: 1.5rem 0 0.5rem;
    display: flex;
    color: #000000;
    font-weight: 600;
    align-items: center;
    gap: 0.75rem;
    font-size: 23px;
}

.connect-C .contact-help-U {
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.7);
    border-left: 3px solid rgb(217,197,208);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    display: flex;
    text-decoration: none;
    align-items: center;
    font-size: calc(15px - 1px);
    transform: translateX(0);
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.05);
    gap: 0.75rem;
}

.title-portal-q .intro-title-C::before {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 40%, 
    rgb(217,197,208,0.5), 
    #000000 85%);
    left: 0;
    content: "";
    z-index: 1;
}

.title-portal-q .how-started-J > div {
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}

.title-portal-q .how-started-J > div:nth-child(1) {
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    margin-left: 5%;
}

.title-portal-q .how-started-J > div:nth-child(3) {
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s forwards;
    margin-left: 10%;
}

.title-portal-q h1.title_style_header {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    padding-right: 10%;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin: 0.5rem 0 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-size: calc(45px * 1.2);
}

.title-portal-q h3::before {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    background: rgb(217,197,208,0.5);
    width: 4px;
}

.user-dialog-X {
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.cookie-check-W {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookie-warning-notice-q p a {
    text-decoration: none;
    color: rgb(217,197,208);
}

#cookiePromptAlert-Z:checked ~ .cookie-warning-notice-q {
    opacity: 0;
    visibility: hidden;
}

.inner-container-k .learn-cookies-j {
    margin-left: 30px;
    font-size: 20px;
    color: #ffffff;
    background: rgb(217,197,208);
    padding: 10px;
}

footer .campus-links-s {
    z-index: 1;
    position: relative;
}

footer .instant-request-t {
    flex-wrap: wrap;
    margin-bottom: 60px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

footer .info_item::before {
    left: 0;
    position: absolute;
    background-color: rgb(217,197,208);
    content: "";
    width: 5px;
    top: 0;
    height: 100%;
}

footer .info_item:nth-child(even) {
    background-color: rgb(217,197,208,0.5);
}

footer .info_item svg {
    vertical-align: middle;
    margin-right: 12px;
    width: 20px;
    position: relative;
    height: 20px;
    top: -1px;
    fill: rgb(217,197,208);
}

footer .top-base-E {
    padding: 30px;
    position: relative;
    border-radius: 26px;
    background-color: rgb(180,166,179,0.5);
}

footer .pledge-block-h {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
}

footer .nav-block-r {
    position: relative;
}

footer .nav-block-r h5::before {
    width: 3px;
    content: "";
    left: 0;
    background-color: rgb(217,197,208);
    top: 0;
    position: absolute;
    height: 100%;
}

footer .top-nav-g a:hover {
    color: #ffffff;
    transform: translateX(5px);
    background-color: rgb(217,197,208,0.5);
}

footer .top-nav-g a:hover::before {
    width: 5px;
}

footer .subscribe_holder::before {
    left: 15px;
    bottom: 15px;
    border-radius: calc(26px - 8px);
    right: 15px;
    position: absolute;
    pointer-events: none;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    top: 15px;
    content: "";
}

footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(217,197,208);
    outline: none;
}

footer .news-box-A::after {
    top: -50%;
    width: 200%;
    background: rgba(255, 255, 255, 0.1);
    height: 200%;
    content: "";
    left: -100%;
    position: absolute;
    transition: all 0.5s ease;
    transform: rotate(30deg);
}

footer .qna-board-I {
    font-size: 15px;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
}

.tyWrapper-T::before {
    content: "";
    background: 
        radial-gradient(circle at 15% 15%, rgb(217,197,208,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 85%, rgb(180,166,179,0.5) 0%, transparent 45%);
    z-index: 0;
    height: 100%;
    width: 100%;
    right: 0;
    position: absolute;
    top: 0;
}

.tyWrapper-T h2 {
    font-weight: 700;
    transform: translateY(20px);
    animation: fadeUpIn 0.8s ease-out 0.5s forwards;
    position: relative;
    margin-bottom: 2.5rem;
    font-size: 28px;
    opacity: 0;
    line-height: 1.3;
    color: rgb(217,197,208);
    max-width: 90%;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.tyWrapper-T .growth-hist-s::before {
    right: 20px;
    background: linear-gradient(135deg, rgb(180,166,179,0.5) 0%, transparent 70%);
    animation: pulseIn 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s forwards;
    opacity: 0.5;
    width: 60px;
    content: "";
    position: absolute;
    height: 60px;
    border-radius: 50%;
    transform: scale(0);
    top: 20px;
}

.mentorship-profile-L {
    position: relative;
    background: linear-gradient(125deg, #000000 0%, rgb(241,228,232) 100%);
    overflow: hidden;
    padding: 120px 0;
}

.mentorship-profile-L .edu-reviews-W {
    display: grid;
    position: relative;
    transform: rotateY(-10deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    gap: 10px 30px;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: auto auto auto;
}

.mentorship-profile-L .pic-list-e {
    border-radius: 10px;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(217,197,208,0.5);
    height: 280px;
    grid-area: photo;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    transform: translateZ(40px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.mentorship-profile-L .edu-reviews-W > span:not(.name) {
    transform: translateZ(25px);
    font-weight: 600;
    border-radius: 10px;
    color: rgb(180,166,179);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    font-size: 13px;
    z-index: 2;
    padding: 10px 15px;
    transition: transform 0.3s ease;
    background: #ffffff;
    grid-area: job;
}

.contact-form-section-v::after {
    height: 200%;
    content: '';
    opacity: 0.6;
    top: -50%;
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgb(217,197,208,0.5) 0%, 
        transparent 70%
    );
    left: -50%;
    z-index: 2;
    animation: circuit-pulse 10s infinite alternate;
    position: absolute;
}

.contact-form-section-v h2::before,
.contact-form-section-v h2::after {
    position: absolute;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(217,197,208), 
        transparent
    );
    content: '';
    bottom: -0.5rem;
    height: 2px;
}

.contact-form-section-v h2::before {
    left: 0;
    width: 30%;
}

.contact-form-section-v .query-links-W {
    padding: 4rem 3rem;
    flex: 0 0 60%;
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.contact-form-section-v .query-links-W form {
    margin: 0 auto;
    max-width: 500px;
    position: relative;
    width: 100%;
    z-index: 3;
}

.contact-form-section-v .query-links-W input:not([type="checkbox"]):not([type="submit"]) {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    width: 100%;
    padding: 1rem 1.5rem;
    background: rgb(180,166,179,0.5);
    outline: none;
    transition: all 0.3s ease;
    border: 1px solid rgb(217,197,208,0.5);
}

.contact-form-section-v .query-links-W .reach-feedback-i {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.contact-form-section-v .query-links-W .reach-feedback-i input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    content: '✔';
    color: #ffffff;
    left: 50%;
    font-size: 0.8rem;
}

.contact-form-section-v .query-links-W .reach-feedback-i a {
    margin-left: 0.3rem;
    color: rgb(217,197,208);
    transition: color 0.3s ease;
    text-decoration: none;
}

.contact-form-section-v .query-links-W .help-links-k:hover::before {
    left: 100%;
}

.contact-form-section-v .query-links-W .help-links-k:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(217,197,208,0.5);
}

.course-program-description-w {
    background-color: rgb(241,228,232);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.course-program-description-w .job-ready-g {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.course-program-description-w .editorial-box-K {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    padding: 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    z-index: 4;
    transform: translateZ(0);
    width: 100%;
}

.course-program-description-w .editorial-box-K h2::after {
    background: linear-gradient(90deg, rgb(217,197,208), rgb(180,166,179));
    left: 50%;
    border-radius: 10px;
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
}

.course-program-description-w .pic-list-e {
    height: 500px;
    width: 100%;
    margin-top: 60px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    overflow: hidden;
}

.course-program-description-w .job-ready-g::before,
.course-program-description-w .job-ready-g::after {
    top: 50%;
    content: "";
    background-color: rgb(217,197,208,0.5);
    height: 1px;
    width: 200px;
    z-index: 1;
    opacity: 0.5;
    position: absolute;
}

.course-program-description-w .job-ready-g::before {
    transform: rotate(45deg);
    left: -100px;
}

header .nav-primary-L::before {
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(217,197,208), rgb(180,166,179));
    height: 5px;
    position: absolute;
    top: 0;
    content: '';
}

header .nav-class-i::after {
    background: linear-gradient(to right, transparent, rgb(217,197,208,0.5), rgb(180,166,179,0.5), rgb(217,197,208,0.5), transparent);
    left: 20%;
    width: 60%;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 0;
}

header .nav-train-o::before {
    background: linear-gradient(to top, rgb(217,197,208,0.5), transparent);
    width: 100%;
    left: 0;
    content: '';
    height: 0;
    transition: height 0.3s ease;
    z-index: -1;
    position: absolute;
    bottom: 0;
}

.ideal-participants-S::before {
    right: -5%;
    background: linear-gradient(45deg, rgb(217,197,208,0.5), rgb(180,166,179,0.5));
    top: -10%;
    width: 600px;
    content: '';
    animation: rotateBlob 20s infinite linear;
    height: 600px;
    opacity: 0.6;
    filter: blur(60px);
    transform: rotate(-15deg);
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    position: absolute;
}

.ideal-participants-S h4::after {
    bottom: -15px;
    width: 120px;
    border-radius: 10px;
    content: '';
    background: rgb(180,166,179);
    left: 30px;
    position: absolute;
    height: 3px;
}

.ideal-participants-S p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateZ(20px);
}

.ideal-participants-S p:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.ideal-participants-S p svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,197,208);
}

.ideal-participants-S p::after {
    transition: transform 0.4s ease;
    width: 100%;
    background: linear-gradient(90deg, rgb(217,197,208), rgb(180,166,179));
    left: 0;
    position: absolute;
    bottom: 0;
    height: 4px;
    transform-origin: left;
    transform: scaleX(0);
    content: '';
}

.ideal-participants-S p:nth-child(4) {
    grid-column: 1 / span 4;
    z-index: 3;
    grid-row: 3;
}

.ideal-participants-S p:nth-child(4) {
    animation-delay: 0.7s;
}

.ideal-participants-S p:nth-child(7) {
    grid-row: 4;
    grid-column: 8 / span 5;
    z-index: 1;
}

.ideal-participants-S p:nth-child(7) {
    animation-delay: 1.3s;
}

.pricing-layout-M::before {
    bottom: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    right: 0;
    left: 0;
    content: "";
}

.pricing-layout-M .pricing-tiers-z {
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto 50px;
    opacity: 0;
    line-height: 1.6;
    font-size: calc(15px * 1.1);
    text-align: center;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    transform: translateY(20px);
    letter-spacing: 0.3px;
}

.pricing-layout-M .pricing-schemes-l li:nth-child(1) {
    --li-index: 1;
}

.pricing-layout-M .pricing-schemes-l li:nth-child(2) {
    --li-index: 2;
}

.pricing-layout-M .cost-options-i {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
    display: block;
    text-decoration: none;
}

.pricing-layout-M .price-plan-d::before {
    content: "";
    width: 200%;
    height: 200%;
    z-index: 0;
    left: -50%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(180,166,179), 0.05) 0%,
        transparent 70%
    );
    position: absolute;
    transform: scale(0.8);
    top: -50%;
    transition: transform 0.8s ease, opacity 0.8s ease;
    opacity: 0;
}

.pricing-layout-M .cost-options-i:hover .fee-pricing-a h4 {
    transform: translateY(-5px);
    color: rgb(180,166,179);
}

.pricing-layout-M .fee-pricing-a p {
    overflow-y: auto;
    margin-bottom: 25px;
    scrollbar-color: rgb(180,166,179) rgba(255,255,255,0.1);
    scrollbar-width: thin;
    color: rgba(255,255,255,0.8);
    padding-right: 10px;
    font-size: 15px;
    max-height: 150px;
    line-height: 1.6;
}

.pricing-layout-M .cost-options-i:hover .bundle-rate-V::before {
    left: 200%;
}

.training-results-S {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(241,228,232) 0%, rgba(247, 248, 255, 0.85) 100%);
}

.training-results-S .editorial-box-K {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    padding: 2rem;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.training-results-S .editorial-box-K > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.training-results-S li:hover {
    transform: translateX(5px);
}

.training-results-S li p span:first-child {
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.training-results-S li:hover svg {
    transform: scale(1.15);
}

.training-results-S li:hover svg path {
    fill: rgb(180,166,179);
}

.secure-cache-a {
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,197,208,0.5) 0%, rgb(180,166,179,0.5) 100%);
    position: relative;
    padding: 60px 40px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}

.secure-cache-a h3 {
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 35px;
}

.secure-cache-a ul, .secure-cache-a ol {
    z-index: 1;
    padding-left: 25px;
    margin-bottom: 25px;
    list-style: none;
    position: relative;
}

.secure-cache-a ol {
    counter-reset: item;
}

.secure-cache-a ol li {
    list-style-type: none;
}

.secure-cache-a p, .secure-cache-a span {
    text-align: justify;
    margin-bottom: 25px;
    z-index: 1;
    font-size: 13px;
    position: relative;
}


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


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



@media (max-width: 576px) {.data-statistics-Q {
    padding: 50px 0;
}.data-statistics-Q h2 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.8);
}.data-statistics-Q .statistics-benefits-K p {
    padding: 15px;
    font-size: 2rem;
}.data-statistics-Q .statistics-benefits-K span {
    font-size: calc(24px * 0.9);
    padding: 20px 15px;
}.data-statistics-Q ul {
    gap: 20px;
}}



@media (max-width: 767px) {.who-we-are-o {
    padding: 80px 0 60px;
}.who-we-are-o .editorial-box-K {
    transform: perspective(800px) rotateX(1deg);
    padding: 30px;
}.who-we-are-o h4 {
    font-size: calc(19px * 0.9);
    margin-bottom: 40px;
}.who-we-are-o h6 {
    margin-bottom: 20px;
    font-size: 20px;
}.who-we-are-o span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}



@media (min-width: 768px) {.connect-C .contact-details-u {
    padding: 4rem;
    max-width: 90%;
    margin: 0 auto;
}.connect-C .contact-faq-L {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.connect-C h3 {
    font-size: calc(32px + 0.25rem);
}.connect-C p {
    font-size: calc(15px + 0.1rem);
    max-width: 80%;
}
}



@media screen and (max-width: 1200px) {.title-portal-q h1.title_style_header {
    padding-right: 5%;
    font-size: calc(45px * 1.1);
}.title-portal-q p {
    font-size: calc(18px * 1.1);
}.title-portal-q h3 {
    max-width: 95%;
    font-size: 23px;
}
}



@media screen and (max-width: 768px) {.title-portal-q h1.title_style_header {
    font-size: calc(45px * 0.9);
}.title-portal-q p {
    font-size: 18px;
}.title-portal-q h3 {
    font-size: calc(23px * 0.9);
    max-width: 100%;
}.title-portal-q .intro-title-C::after {
    background-size: 150px 150px, 100px 100px, 80px 80px;
}.title-portal-q .how-started-J > div:nth-child(1),
  .title-portal-q .how-started-J > div:nth-child(3) {
    margin-left: 0;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .news-box-A {
    white-space: nowrap;
}
}



@media (max-width: 991px) {.tyWrapper-T {
    padding: 6rem 0;
}.tyWrapper-T h2 {
    max-width: 100%;
    font-size: calc(28px * 0.9);
}.tyWrapper-T .growth-hist-s {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.tyWrapper-T {
    padding: 5rem 0;
}.tyWrapper-T h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
}.tyWrapper-T .growth-hist-s {
    padding: 2rem;
}.tyWrapper-T li span {
    font-size: 17px;
}.tyWrapper-T .growth-hist-s::before {
    height: 45px;
    width: 45px;
    right: 15px;
    top: 15px;
}
}



@media (max-width: 576px) {.mentorship-profile-L {
    padding: 60px 0;
}.mentorship-profile-L .pic-list-e {
    height: 200px;
    width: 100%;
}.mentorship-profile-L .exp-flex-f {
    font-size: calc(13px * 0.95);
    padding: 25px 20px;
}.mentorship-profile-L .name {
    font-size: calc(21px * 0.9);
}.mentorship-profile-L .edu-reviews-W > span:not(.name) {
    font-size: calc(13px * 0.9);
}}



@media screen and (max-width: 480px) {.contact-form-section-v .reach-query-t {
    border-radius: 0;
}.contact-form-section-v .pic-list-e {
    min-height: 250px;
}.contact-form-section-v .query-links-W {
    padding: 2rem 1.5rem;
}}



@media (min-width: 992px) {.course-program-description-w .job-ready-g {
    grid-gap: 30px;
    align-items: center;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
}.course-program-description-w .editorial-box-K {
    grid-column: 1 / 3;
    margin-bottom: 60px;
    max-width: 100%;
    grid-row: 1;
}.course-program-description-w .editorial-box-K .description:first-of-type {
    padding-right: 30px;
    grid-row: 2;
    text-align: right;
    grid-column: 1;
}.course-program-description-w .editorial-box-K .description:last-child {
    grid-row: 2;
    text-align: left;
    padding-left: 30px;
    grid-column: 2;
}.course-program-description-w .pic-list-e {
    grid-column: 1 / 3;
    max-width: 100%;
    margin-top: 60px;
    height: 500px;
    grid-row: 3;
}.course-program-description-w .job-ready-g {
    position: relative;
}.course-program-description-w .job-ready-g::after {
    width: 1px;
    position: absolute;
    left: 50%;
    content: "";
    z-index: 1;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, transparent, rgb(217,197,208,0.5) 30%, rgb(217,197,208,0.5) 70%, transparent);
    top: 0;
    height: 100%;
}
}



@media (max-width: 576px) {.course-program-description-w {
    padding: 50px 0;
}.course-program-description-w .editorial-box-K {
    padding: 20px 15px;
}.course-program-description-w .editorial-box-K h2 {
    padding-bottom: 12px;
    font-size: calc(35px * 0.8);
    margin-bottom: 20px;
}.course-program-description-w .editorial-box-K h2::after {
    width: 40px;
}.course-program-description-w .editorial-box-K .description {
    font-size: calc(16px * 0.9);
    line-height: 1.7;
}.course-program-description-w .pic-list-e {
    margin-top: 25px;
    height: 250px;
}}



@media screen and (max-width: 1200px) {.ideal-participants-S p:nth-child(1) {
    grid-column: 1 / span 7;
}.ideal-participants-S p:nth-child(2) {
    grid-column: 8 / span 5;
}.ideal-participants-S p:nth-child(3) {
    grid-column: 2 / span 7;
}.ideal-participants-S p:nth-child(4) {
    grid-column: 1 / span 5;
}.ideal-participants-S p:nth-child(5) {
    grid-column: 6 / span 7;
}
}



@media (min-width: 768px) {.pricing-layout-M .pricing-schemes-l {
    grid-template-columns: repeat(2, 1fr);
}.pricing-layout-M h2 {
    font-size: calc(37px * 1.1);
}
}



@media (min-width: 992px) {.pricing-layout-M {
    padding: 150px 0;
}.pricing-layout-M .pricing-schemes-l {
    grid-template-columns: repeat(4, 1fr);
}.pricing-layout-M .price-plan-d {
    padding: 40px 25px;
}.pricing-layout-M h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 1.2);
}.pricing-layout-M .pricing-tiers-z {
    margin-bottom: 70px;
}
}



@media (min-width: 992px) {.training-results-S {
    padding: 8rem 0;
}.training-results-S .growth-hist-s {
    gap: 6rem;
}.training-results-S .editorial-box-K {
    padding: 3.5rem;
}.training-results-S .pic-list-e {
    transform: perspective(1000px) rotateY(-3deg);
    border-radius: 100px;
}.training-results-S .pic-list-e:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.training-results-S h4 {
    font-size: 2.2rem;
}.training-results-S li {
    margin-bottom: 1.5rem;
}.training-results-S li p {
    font-size: calc(12px + 0.1rem);
}
}


@media only screen and (max-width: 800px) {.secure-cache-a {
    padding: 40px 20px;
}.secure-cache-a h1 {
    font-size: calc(22px - 10px);
}.secure-cache-a h2 {
    font-size: calc(22px - 8px);
}.secure-cache-a p, .secure-cache-a li {
    font-size: calc(13px - 2px);
}
}


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



@keyframes slideRight {
    0% {
        transform: translateX(-50%) translateX(45px);
    }
    100% {
        transform: translateX(-50%) translateX(60px);
    }
}


    
    @keyframes floatElement {
        0% {
            transform: rotate(-15deg) translate(0, 0);
        }
        50% {
            transform: rotate(-10deg) translate(-20px, 10px);
        }
        100% {
            transform: rotate(-18deg) translate(10px, -10px);
        }
    }



@keyframes lineDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}



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



@keyframes diamondAppear {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}



@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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

