.main-page {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    z-index: 1000;
    position: relative;
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(179,101,140,0.5), rgb(198,154,165));
}


.program-overview {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,218,222) 40%, rgb(179,101,140,0.5) 100%);
}

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

.program-overview h2 {
    font-size: 34px;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 3rem;
    position: relative;
    text-align: center;
    color: #000000;
}

.program-overview .img-horizontal {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0) rotate(0deg);
    height: 400px;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.program-overview .phrase-holder::before {
    width: 60px;
    opacity: 0.6;
    height: 60px;
    border-radius: 50%;
    left: 20px;
    z-index: -1;
    filter: blur(25px);
    content: "";
    top: -30px;
    background: rgb(179,101,140,0.5);
    position: absolute;
}

.program-overview .description:last-child {
    animation-delay: 0.4s;
    margin-bottom: 0;
}

.user-feedback {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,218,222) 0%, #ffffff 100%);
    padding: 120px 0 80px;
}

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

.user-feedback h2::before {
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(198,154,165), rgb(179,101,140));
    content: "";
    left: 50%;
}

.user-feedback .student-votes::before {
    color: rgb(179,101,140,0.5);
    position: absolute;
    font-family: serif;
    line-height: 1;
    right: 20px;
    font-size: 100px;
    opacity: 0.15;
    z-index: 0;
    content: "";
    top: 10px;
}

.user-feedback .student-votes:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    border-left: 3px solid rgb(198,154,165);
}

.user-feedback .student-votes:hover img {
    transform: scale(1.1);
}

.user-feedback .student-votes h4::after {
    height: 2px;
    position: absolute;
    width: 0;
    background: rgb(198,154,165);
    left: 0;
    transition: width 0.3s ease;
    content: "";
    bottom: -5px;
}

.user-feedback .student-votes:nth-child(even) {
    transform: perspective(800px) rotateY(2deg);
}

.user-feedback a {
    color: #ffffff;
    display: block;
    text-align: center;
    overflow: hidden;
    max-width: 250px;
    transition: all 0.3s ease;
    margin-right: auto;
    text-decoration: none;
    font-weight: 600;
    margin-left: auto;
    margin-top: 50px;
    font-size: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    background: linear-gradient(135deg, rgb(198,154,165) 0%, rgb(179,101,140) 100%);
    border-radius: 19px;
    padding: 15px 40px;
}

.data-overview .benefits-track {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    max-width: 600px;
}

.data-overview .benefits-track::after {
    content: "";
    bottom: -40px;
    left: 50%;
    height: 10px;
    transform: translateX(-50%);
    position: absolute;
    width: 10px;
    border-radius: 50%;
    background-color: rgb(198,154,165);
}

.data-overview .smart-statistics {
    justify-content: center;
    width: 100%;
    position: relative;
    display: flex;
}

.data-overview .statistics-advance::before {
    position: absolute;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    width: 100%;
    transform: translateZ(-10px);
    content: "";
    left: 0;
    height: 100%;
    border-radius: 27px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    top: 0;
    z-index: -1;
}

.data-overview .statistics-advance span {
    left: 0;
    text-align: center;
    bottom: 40px;
    transition: all 0.3s ease;
    width: 100%;
    position: absolute;
    z-index: 3;
    color: #000000;
    font-size: 14px;
    padding: 0 20px;
    font-weight: 600;
}

.mentorship-profile::before {
    background-color: rgb(198,154,165,0.5);
    width: 500px;
    right: -200px;
    position: absolute;
    opacity: 0.1;
    top: -200px;
    content: "";
    height: 500px;
    border-radius: 50%;
}

.mentorship-profile .student-votes::after {
    position: absolute;
    z-index: -1;
    height: 30px;
    transform: rotate(45deg);
    bottom: -15px;
    right: 50px;
    content: "";
    width: 30px;
    background-color: rgb(198,154,165);
}

.mentorship-profile .img-horizontal::before {
    background: linear-gradient(45deg, transparent 40%, rgb(198,154,165,0.5));
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    inset: 0;
    content: "";
}

.mentorship-profile .work-table::before {
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    content: "";
    left: 30px;
    border-bottom: 10px solid rgb(231,218,222);
    border-left: 10px solid transparent;
}

.mentorship-profile .student-votes:hover .name::after {
    width: 80px;
}

.pricing-plan-card {
    background: linear-gradient(135deg, rgb(231,218,222) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
}

.pricing-plan-card::after {
    transform: rotate(10deg);
    background: linear-gradient(45deg, rgb(179,101,140,0.5) 30%, rgb(198,154,165,0.5) 70%);
    z-index: 0;
    left: -3%;
    opacity: 0.08;
    bottom: -5%;
    height: 50%;
    border-radius: 10px;
    content: "";
    width: 35%;
    position: absolute;
}

.pricing-plan-card .monthly-plan h2::after {
    bottom: -0.75rem;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(198,154,165), transparent);
    width: 70%;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    height: 3px;
}

.pricing-plan-card .trial-offers::before {
    top: 0;
    transition: transform 0.3s ease;
    content: "";
    background: linear-gradient(90deg, rgb(198,154,165), rgb(179,101,140));
    position: absolute;
    left: 0;
    transform: translateY(-5px);
    width: 100%;
    height: 5px;
}

.pricing-plan-card .learn-deals h3 {
    font-size: calc(23px * 1.1);
    margin-bottom: 1rem;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    position: relative;
}

.pricing-plan-card .learn-deals p {
    margin-bottom: 1.5rem;
    flex-grow: 1;
    word-wrap: break-word;
    word-break: break-word;
    font-size: 18px;
    line-height: 1.65;
    color: #000000;
    overflow-wrap: break-word;
}

.pricing-plan-card .trial-offers:nth-child(odd) .learn-deals::before {
    opacity: 0.1;
    content: "";
    top: 1rem;
    height: 2.5rem;
    width: 2.5rem;
    background: rgb(198,154,165,0.5);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    right: 1rem;
}

.user-default {
    margin: auto;
    justify-content: space-between;
    padding: 20px 30px;
    flex-wrap: wrap;
    max-width: 1200px;
    display: flex;
    align-items: center;
}

.cookie-comply {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookie-preference {
    cursor: pointer;
    border-radius: 30px;
    padding: 10px 20px;
    background: rgb(198,154,165);
    margin-left: 20px;
    box-shadow: rgb(198,154,165,0.5) 0px 4px 10px 0px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    line-height: 35px;
}

.wrapper-capsule .web-cookies h5, .wrapper-capsule .web-cookies p {
    color: #ffffff;
}


#cookieNoticePanel {
    display: none;
}

header::before {
    opacity: 0.1;
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    content: '';
}

header .main-base:hover::after {
    width: 80%;
    opacity: 1;
}

header .main-base:hover svg {
    transform: translateY(-5px);
}

header .top-head {
    flex-wrap: wrap;
    border-radius: 11px;
    max-width: 800px;
    gap: 0.8rem;
    width: 100%;
    padding: 0.6rem 1rem;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    justify-content: center;
    position: relative;
}

header .head-class::before {
    opacity: 0;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    background: #ffffff;
    z-index: -1;
    left: 0;
    transform: translateY(100%) scale(0.8);
    transition: opacity 0.3s ease;
    top: 0;
    height: 100%;
    content: '';
}

.sign-up-for-updates::after {
    z-index: -1;
    right: -50%;
    background: radial-gradient(circle, rgb(179,101,140) 0%, transparent 70%);
    content: "";
    width: 100%;
    height: 100%;
    top: -50%;
    opacity: 0.15;
    position: absolute;
    animation: pulseGlow 15s infinite alternate ease-in-out;
}

.sign-up-for-updates .input_holder {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 550px;
}

.sign-up-for-updates .input_holder div {
    width: 100%;
    position: relative;
}

.sign-up-for-updates .input_holder div::before {
    left: 0;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    z-index: 1;
    height: 2px;
    background: rgb(179,101,140);
    content: "";
    bottom: -5px;
    width: 0;
}

.sign-up-for-updates input[type="email"]:focus {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.sign-up-for-updates .sub-support::before {
    top: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    height: 100%;
    left: -100%;
    content: "";
    transition: 0.5s;
    position: absolute;
}

.training-structure {
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(140deg, rgb(231,218,222) 0%, rgb(198,154,165,0.5) 100%);
}

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

.training-structure .knowledge-space {
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    display: flex;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.training-structure .knowledge-space > div::before {
    opacity: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(198,154,165,0.5) 0%, transparent 100%);
    mix-blend-mode: overlay;
    content: "";
    z-index: -1;
    transition: opacity 0.5s ease;
    left: 0;
    position: absolute;
    top: 0;
}

.training-structure .knowledge-space > div:hover h3 {
    transform: translateX(5px);
}

.training-structure .knowledge-space > div:hover h3::after {
    width: 100px;
}

.training-structure .knowledge-space > div:hover p {
    transform: translateY(3px);
}

.training-structure p span {
    padding-left: 1rem;
    position: relative;
    display: block;
    border-left: 2px solid rgba(rgb(198,154,165,0.5), 0.2);
}

footer::after {
    position: absolute;
    left: 0;
    content: "";
    animation: scanline 10s linear infinite;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
}

.verify-cta .company_holder:hover {
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    border-left: 3px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(198,154,165,0.5);
}

.verify-cta .company_holder h3::after {
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgb(198,154,165);
    content: "";
    height: 3px;
    width: 60px;
    transition: width 0.4s ease-in-out;
}

.verify-cta .head-guide {
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}

.verify-cta .top-head:hover::before {
    left: -100%;
    top: -100%;
}

.verify-cta .top-head::after {
    position: absolute;
    border-color: transparent rgb(198,154,165) transparent transparent;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    transition: all 0.4s ease;
    border-width: 0 25px 25px 0;
    height: 0;
    transform: translateZ(5px);
    transform-style: preserve-3d;
    border-style: solid;
}

.verify-cta .top-head h5 {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 19px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    display: inline-block;
}

.verify-cta .top-head .head-guide {
    display: flex;
    gap: 0.875rem;
    flex-direction: column;
}

.verify-cta .top-head a:hover {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    color: #ffffff;
    transform: translateX(20px);
}

.verify-cta .top-head a:hover::before {
    opacity: 1;
    left: 0;
}

.workshop-cta .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.workshop-cta .a11y-tools {
    text-align: center;
    padding: 0.5rem 1.5rem;
    font-size: 14px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    position: relative;
}

.verify-cta .company_holder::after {
    height: 30px;
    width: 30px;
    position: absolute;
    content: "";
    opacity: 0.7;
    border-top: 2px solid rgb(198,154,165);
    right: 20px;
    top: 20px;
    border-right: 2px solid rgb(198,154,165);
    transition: all 0.4s ease;
}

.verify-cta .company_holder:hover .lesson-cta::after {
    width: calc(100% - 1rem);
}

.verify-cta .top-head:nth-child(1)::before {
    background: radial-gradient(circle, rgb(198,154,165,0.5) 0%, transparent 70%);
}

.verify-cta .head-guide a::after {
    left: 0;
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
    bottom: 0;
    background: linear-gradient(to right, rgb(198,154,165), rgb(179,101,140));
    height: 1px;
    content: "";
}

.landing-page::after {
    transform: rotate(15deg) scale(1.5);
    position: absolute;
    top: -50%;
    opacity: 0.4;
    height: 100%;
    right: -50%;
    z-index: 0;
    content: "";
    width: 100%;
    animation: gradientShift 12s infinite alternate ease-in-out;
    background: linear-gradient(215deg, rgb(198,154,165,0.5) 0%, transparent 70%);
}

.landing-page .learn-entry > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.landing-page .learn-entry > div:nth-child(2) {
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 2rem;
}

.landing-page .study-guide {
    position: relative;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2.5rem;
    transform: perspective(1000px) translateZ(0) rotateY(-3deg);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 10px 20px rgba(0, 0, 0, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px) saturate(150%);
    background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.08), 
    rgba(255, 255, 255, 0.01));
}

.landing-page .study-guide > div::before {
    z-index: 1;
    background: linear-gradient(180deg, 
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}

.connect-with-us::before {
    content: '';
    z-index: 0;
    width: 100%;
    position: absolute;
    animation: pulse 15s infinite alternate;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(179,101,140,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(198,154,165,0.5) 0%, transparent 40%);
    top: 0;
    left: 0;
}

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

.connect-with-us h3::after {
    bottom: -10px;
    height: 4px;
    background: rgb(198,154,165);
    width: 80px;
    content: '';
    border-radius: 10px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

.connect-with-us .query-widget {
    padding: 40px;
    position: relative;
    overflow: hidden;
    flex: 1 1 60%;
}

.connect-with-us .query-widget::before {
    position: absolute;
    width: 100%;
    left: 0;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    content: '';
    top: 0;
    height: 100%;
    z-index: 0;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    opacity: 0.3;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
}

.connect-with-us .query-widget .feedback-info label {
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    position: relative;
    font-size: calc(15px - 2px);
    line-height: 1.5;
}

.connect-with-us .query-widget .feedback-info input[type="checkbox"]:checked + label::after {
    position: absolute;
    border-bottom: 2px solid #ffffff;
    content: '';
    left: 7px;
    top: 9px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
}

.connect-with-us .query-widget .support-query:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.connect-with-us .query-widget .support-query:hover::before {
    left: 100%;
}

.connect-with-us .help-info {
    background: linear-gradient(135deg, rgb(179,101,140) 0%, rgb(198,154,165) 100%);
    overflow: hidden;
    flex: 1 1 40%;
    position: relative;
    padding: 40px;
}

.connect-with-us .help-info h4::after {
    position: absolute;
    bottom: -10px;
    width: 60px;
    background: #ffffff;
    height: 3px;
    border-radius: 10px;
    left: 0;
    content: '';
}

.connect-with-us .help-info .inquiry-grid li svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 15px;
}

.connect-with-us .help-info .inquiry-grid li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}

.connect-with-us .help-info .inquiry-grid li a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}



.about-this::after {
    left: 0;
    z-index: -2;
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    height: 100%;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(198,154,165,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(179,101,140,0.5) 0%, transparent 50%);
    position: absolute;
    opacity: 0.2;
    top: 0;
    width: 100%;
}



.about-this .knowledge-space {
    position: relative;
    gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.about-this .about-section:hover {
    transform: translateY(-15px) rotateX(5deg);
    border-color: rgb(198,154,165,0.5);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(198,154,165,0.5);
}

.about-this .about-section:hover::before {
    opacity: 0.12;
}

.about-this .about-section::after {
    animation: borderGlow 4s linear infinite;
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0;
    border-radius: calc(22px + 1px);
    inset: -1px;
    z-index: -2;
    background: linear-gradient(90deg, transparent, rgb(198,154,165,0.5), transparent);
    content: "";
}

.about-this .img-horizontal::after {
    content: "";
    opacity: 0.5;
    position: absolute;
    border-radius: 50%;
    inset: -10px;
    border: 1px dashed rgb(198,154,165,0.5);
    animation: rotateReverse 20s linear infinite;
}

.about-this .training-track::before {
    top: 0;
    content: "";
    position: absolute;
    height: 2px;
    opacity: 0.8;
    left: 50%;
    width: 70px;
    background: linear-gradient(90deg, transparent, rgb(198,154,165), transparent);
    transform: translateX(-50%);
}

.about-this .study-studio {
    font-size: calc(17px * 1.05);
    font-weight: 600;
    opacity: 0.9;
    color: rgb(198,154,165);
    margin-bottom: 0;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.about-this .phrase-holder::before,
.about-this .phrase-holder::after {
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    content: "";
    background: rgb(198,154,165,0.5);
    width: 500px;
    opacity: 0.03;
    height: 500px;
    filter: blur(60px);
    z-index: -1;
    animation: blobAnimation 25s infinite alternate;
    transition: all 0.8s ease;
    position: absolute;
}



.about-this .phrase-holder::before {
    top: -250px;
    right: -250px;
}

.about-this .phrase-holder::before,
.about-this .phrase-holder::after,
.about-this .about-section::before,
.about-this .about-section::after,
.about-this .img-horizontal::before,
.about-this .img-horizontal::after {
    pointer-events: none;
}

.about-this .knowledge-studio:hover svg path {
    fill: rgb(179,101,140);
}

.about-this .phrase-holder h2::after {
    content: "";
    position: absolute;
    transition: width 0.5s ease;
    bottom: 0;
    background: linear-gradient(90deg, rgb(198,154,165), rgb(179,101,140,0.5), transparent);
    border-radius: 10px;
    left: 0;
    height: 3px;
    width: 100px;
}

.gratSpace {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(231,218,222) 0%, rgb(179,101,140,0.5) 100%);
    padding: 120px 0;
}

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

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

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

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

.secure-zone h1 {
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(198,154,165);
    margin-top: 30px;
    padding-bottom: 10px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(198,154,165,0.5);
    color: rgb(198,154,165);
    font-size: 45px;
    text-transform: uppercase;
}

.secure-zone li {
    margin-bottom: 15px;
    position: relative;
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
}

.secure-zone li::before {
    left: -15px;
    content: "▸";
    top: 0;
    color: rgb(198,154,165);
    position: absolute;
}

.program-overview .phrase-holder::-webkit-scrollbar {
    width: 8px;
}

.program-overview .phrase-holder::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 10px;
}

.program-overview .phrase-holder::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(179,101,140,0.5);
    transition: background 0.3s ease;
}

.program-overview .phrase-holder::-webkit-scrollbar-thumb:hover {
    background: rgb(179,101,140);
}



@media (min-width: 1200px) {.program-overview .img-horizontal {
    transform: translateX(-40px) rotate(-1deg);
    min-height: 600px;
}.program-overview:hover .img-horizontal {
    transform: translateX(-40px) translateY(-15px) rotate(0deg);
}.program-overview .phrase-holder {
    max-height: 600px;
    transform: translateX(40px);
    padding: 3.5rem;
}.program-overview:hover .phrase-holder {
    transform: translateX(40px) translateZ(40px);
}
}



@media (max-width: 992px) {.user-feedback {
    padding: 80px 0 50px;
}.user-feedback h2 {
    margin-bottom: 50px;
}.user-feedback .success-reviews {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user-feedback .student-votes {
    padding: 25px;
}
}



@media (prefers-reduced-motion) {.user-feedback .student-votes,
    .user-feedback h2,
    .user-feedback a,
    .user-feedback .student-votes img {
    transition: none;
}.user-feedback .student-votes:hover {
    transform: none;
}.user-feedback h2:hover {
    transform: none;
}.user-feedback a:hover {
    transform: none;
}.user-feedback .student-votes:hover img {
    transform: none;
}}



@media (max-width: 576px) {.data-overview {
    padding: 60px 0;
}.data-overview .benefits-track {
    margin-bottom: 40px;
}.data-overview .smart-statistics {
    flex-direction: column;
    align-items: center;
}.data-overview .statistics-advance {
    max-width: 300px;
    width: 90%;
    margin: 10px 0 !important;
    height: 200px;
}.data-overview .statistics-advance h4 {
    font-size: 2.5rem;
}.data-overview .statistics-advance span {
    bottom: 25px;
}}



@media (max-width: 576px) {.mentorship-profile {
    padding: 50px 0;
}.mentorship-profile .student-votes {
    padding: 30px 20px;
}.mentorship-profile .work-table {
    padding: 15px 20px;
    margin-top: 20px;
}}



@media (max-width: 991px) {.pricing-plan-card {
    padding: 5rem 0;
}.pricing-plan-card .trial-offers {
    margin-bottom: 1.5rem;
}.pricing-plan-card .monthly-plan {
    padding: 0 1rem;
}
}



@media (max-width: 767px) {.pricing-plan-card {
    padding: 4rem 0;
}.pricing-plan-card .monthly-plan h2 {
    font-size: calc(33px * 0.9);
}.pricing-plan-card .learn-deals h3 {
    font-size: 23px;
}.pricing-plan-card .learn-deals .learning-package {
    font-size: calc(23px * 1.15);
}.pricing-plan-card .img-horizontal {
    height: 160px;
}
}



@media (hover: none) {.pricing-plan-card .trial-offers:hover {
    transform: none;
}.pricing-plan-card .trial-offers:hover .img-horizontal {
    transform: none;
}}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .main-head {
    gap: 1rem;
}header .main-base svg {
    width: 150px;
}header .top-head {
    gap: 0.4rem;
    padding: 0.4rem;
}header .head-class {
    padding: 0.5rem 0.8rem;
    font-size: calc(12px - 2px);
}
}



@media (min-width: 768px) {.sign-up-for-updates {
    padding: 7rem 3rem;
}.sign-up-for-updates .knowledge-space {
    padding: 4rem 3rem;
    gap: 3rem;
}.sign-up-for-updates .input_holder {
    flex-direction: row;
    align-items: stretch;
}.sign-up-for-updates .input_holder div {
    flex: 1;
}.sign-up-for-updates .sub-support {
    align-self: stretch;
    padding: 0 2.5rem;
}
}



@media (max-width: 767px) {.sign-up-for-updates {
    padding: 4rem 1.5rem;
}.sign-up-for-updates .knowledge-space {
    padding: 2.5rem 1.5rem;
    gap: 2rem;
}.sign-up-for-updates h3 {
    font-size: 1.3rem;
    max-width: 100%;
}
}



@media (min-width: 992px) {.training-structure {
    padding: 10rem 0;
}.training-structure .knowledge-space {
    transform: perspective(1000px) rotateY(3deg);
}.training-structure .knowledge-space > div {
    padding: 5rem 6rem;
}.training-structure h3 {
    margin-bottom: 2.5rem;
}.training-structure p {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}
}



@media (max-width: 768px) {.verify-cta {
    padding: 3.5rem 0 1.5rem;
}.verify-cta .head-guide {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.verify-cta .company_holder,
    .verify-cta .top-head {
    padding: 1.5rem;
}.verify-cta .company_holder h3,
    .verify-cta .top-head h5 {
    margin-bottom: 1.25rem;
}.workshop-cta {
    padding: 1.25rem 0;
    margin-top: 2rem;
}
}



@media (min-width: 992px) {.landing-page {
    padding: 3rem;
}.landing-page .learn-entry > div:first-child {
    padding: 3rem;
}.landing-page h3 {
    font-size: calc(18px * 1.2);
}.landing-page .study-guide h1 {
    margin-bottom: 2.5rem;
    font-size: calc(48px * 1.4);
}.landing-page .study-guide {
    padding: 4rem;
}.landing-page .study-guide > div {
    padding: 3rem;
}.landing-page .study-guide p {
    font-size: calc(16px * 1.25);
}
}



@media (max-width: 768px) {.connect-with-us {
    padding: 40px 0;
}.connect-with-us h3 {
    margin-bottom: 30px;
    font-size: calc(33px - 4px);
}.connect-with-us .query-widget h3,
    .connect-with-us .help-info h4 {
    margin-bottom: 20px;
    font-size: calc(23px - 2px);
}.connect-with-us .query-widget input[type="text"],
    .connect-with-us .query-widget textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.connect-with-us .query-widget textarea {
    height: 100px;
}.connect-with-us .query-widget .support-query {
    padding: 12px 25px;
    font-size: calc(15px - 1px);
}.connect-with-us .help-info .inquiry-grid li {
    margin-bottom: 20px;
}.connect-with-us .help-info .inquiry-grid li svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}



@media (max-width: 575px) {.about-this {
    padding: 60px 0;
}.about-this .img-horizontal {
    height: 150px;
    width: 150px;
    margin-bottom: 20px;
}.about-this .about-section {
    padding: 30px 20px;
}.about-this .phrase-holder {
    padding: 30px 20px;
}.about-this .knowledge-studio {
    font-size: calc(21px * 0.95);
}.about-this .knowledge-studio svg {
    width: 35px;
    height: 35px;
}.about-this .phrase-holder h2 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.8);
}.about-this .phrase-holder p {
    line-height: 1.8;
    font-size: 17px;
}.about-this .learn-studio {
    font-size: calc(24px * 0.95);
}.about-this .study-studio {
    font-size: calc(17px * 0.95);
}.about-this .knowledge-space::after {
    top: 250px;
}}



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



@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(5%, 3%);
    }
    50% {
        transform: translate(-3%, 5%);
    }
    75% {
        transform: translate(3%, -3%);
    }
}



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



@keyframes pulseGlow {
    0%, 100% {
        transform: scale(1);
        opacity: 0.15;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.25;
    }
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

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



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



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



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

