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

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

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

.program-overview::after {
    bottom: -10%;
    background: radial-gradient(circle at center, rgb(179,101,140,0.5) 0%, transparent 70%);
    width: 30vw;
    height: 30vw;
    content: "";
    animation: float 18s infinite ease-in-out reverse;
    position: absolute;
    z-index: 1;
    left: -5%;
}

.program-overview:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}

.program-overview .job-success {
    perspective: 1000px;
    display: grid;
    gap: 3rem;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    position: relative;
}

.program-overview .img-horizontal::after {
    border-radius: 50%;
    position: absolute;
    background: rgb(198,154,165);
    opacity: 0.7;
    width: 70px;
    filter: blur(15px);
    height: 70px;
    top: -10px;
    right: -10px;
    content: "";
    z-index: 1;
    animation: pulse 6s infinite alternate;
}

.program-overview .phrase-holder {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
    position: relative;
    transform: translateZ(0);
    overflow-y: auto;
    max-height: 500px;
}

.user-feedback::after {
    left: -50px;
    width: 200px;
    transform: rotate(25deg) skew(-15deg);
    z-index: 1;
    content: "";
    bottom: -80px;
    height: 200px;
    background: rgb(179,101,140,0.5);
    position: absolute;
}

.user-feedback h2:hover {
    transform: perspective(1000px) translateZ(15px);
}

.user-feedback .success-reviews {
    display: grid;
    gap: 30px;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}

.user-feedback .student-votes::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(198,154,165), rgb(179,101,140));
    height: 3px;
    content: "";
    transition: width 0.3s ease-in-out;
    right: 0;
    top: 0;
    width: 0;
}

.user-feedback .student-votes:hover::after {
    width: 100%;
}

.user-feedback .student-votes img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    transition: transform 0.3s ease;
    border: 2px solid #ffffff;
    margin-right: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.user-feedback .description {
    z-index: 1;
    font-size: 17px;
    font-style: italic;
    position: relative;
    color: #000000;
    line-height: 1.6;
    margin: 0;
}

.user-feedback .student-votes:nth-child(even):hover {
    transform: perspective(800px) rotateY(0) translateY(-10px);
}

.user-feedback a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.user-feedback a:hover::before {
    left: 100%;
}

.data-overview {
    position: relative;
    background-color: rgb(231,218,222);
    padding: 120px 0;
    overflow: hidden;
}

.data-overview .container {
    position: relative;
    z-index: 2;
    align-items: center;
    flex-direction: column;
    display: flex;
}

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

.data-overview .edge-statistics::after {
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(198,154,165), transparent);
    width: 80%;
    left: 50%;
    content: "";
    height: 3px;
    bottom: 0;
}

.data-overview .statistics-advance:nth-child(even) {
    margin-top: 60px;
}

.data-overview .statistics-advance::after {
    position: absolute;
    border-radius: calc(27px - 15px);
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: 2px dashed rgb(198,154,165,0.5);
    opacity: 0.5;
    content: "";
    z-index: -1;
}

.data-overview .statistics-advance:hover h4 {
    transform: translate(-50%, -50%) scale(1.1);
    color: rgb(198,154,165);
}

.data-overview .statistics-advance:hover span {
    transform: translateY(-10px);
}

.data-overview svg path {
    fill: rgb(198,154,165);
}

.mentorship-profile {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(170deg, rgb(231,218,222), #ffffff);
    position: relative;
}

.mentorship-profile .student-votes {
    flex-direction: column;
    border-radius: 12px;
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 50px;
    position: relative;
    max-width: 800px;
    background-color: #ffffff;
    display: flex;
}

.mentorship-profile .student-votes:hover .img-horizontal {
    transform: scale(1.05);
}

.mentorship-profile .student-votes:hover .img-horizontal::before {
    opacity: 1;
}

.mentorship-profile .work-table {
    padding: 20px 30px;
    border-radius: 12px;
    position: relative;
    order: 3;
    margin: 25px 0 0;
    line-height: 1.8;
    font-size: 12px;
    background-color: rgb(231,218,222);
    color: #000000;
}

.mentorship-profile .name::after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease;
    left: 50%;
    height: 2px;
    background-color: rgb(198,154,165);
    width: 40px;
}

.pricing-plan-card::before {
    opacity: 0.1;
    z-index: 0;
    width: 40%;
    top: -10%;
    position: absolute;
    right: -5%;
    background: linear-gradient(120deg, rgb(198,154,165,0.5) 20%, rgb(179,101,140,0.5) 80%);
    content: "";
    height: 70%;
    transform: rotate(-15deg);
    border-radius: 10px;
}

.pricing-plan-card .monthly-plan h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    font-size: 33px;
}

.pricing-plan-card .payment-plan {
    order: 2;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    gap: 2rem;
}

.pricing-plan-card .trial-offers:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}

.pricing-plan-card .trial-offers:hover::before {
    transform: translateY(0);
}

.pricing-plan-card .cost-options {
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.pricing-plan-card .learn-deals .learning-package {
    font-size: calc(23px * 1.3);
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    color: rgb(198,154,165);
}

.pricing-plan-card .img-horizontal {
    height: 180px;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: transform 0.5s ease;
}

.pricing-plan-card .trial-offers:hover .img-horizontal {
    transform: scale(1.05);
}

.pricing-plan-card .trial-offers:nth-child(even) .learn-deals::before {
    border-radius: 50%;
    left: 1rem;
    z-index: -1;
    opacity: 0.1;
    background: rgb(179,101,140,0.5);
    content: "";
    position: absolute;
    height: 2.5rem;
    width: 2.5rem;
    bottom: 1rem;
}

.cookieUsagePromptPanel h5 {
    font-weight: 700;
    transition: color 0.3s ease-in-out;
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 6px;
}

.cookie-comply svg, .cookie-comply svg path {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(198,154,165);
    height: 80px;
}

.cookie-preference:hover {
    transform: scale(1.05);
    box-shadow: rgb(198,154,165,0.5) 0px 6px 15px 0px;
}

.cookieUsagePromptPanel p a:hover {
    color: rgb(179,101,140);
}

.wrapper-capsule .cookieUsagePromptPanel {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    background: rgb(179,101,140);
    border: none;
}

#cookieNoticePanel:checked ~ .cookieUsagePromptPanel {
    opacity: 0;
    visibility: hidden;
}

header .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}

header .main-base {
    z-index: 2;
    position: relative;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    display: flex;
    padding: 1rem;
}

header .main-base svg {
    transition: all 0.3s ease;
    width: 220px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgb(198,154,165,0.5));
}

header .top-head::before {
    position: absolute;
    border-radius: 11px;
    top: 0;
    z-index: -1;
    width: 100%;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    height: 100%;
    left: 0;
    content: '';
}

header .head-class:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: rgb(198,154,165);
}

.sign-up-for-updates {
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(179,101,140,0.5), rgb(198,154,165));
    isolation: isolate;
    position: relative;
}

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

.sign-up-for-updates .knowledge-space {
    flex-direction: column;
    align-items: center;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.08);
    clip-path: polygon(
        0 5%,
        3% 0,
        97% 0,
        100% 5%,
        100% 95%,
        97% 100%,
        3% 100%,
        0 95%
    );
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    gap: 2.5rem;
    padding: 3rem 2rem;
    display: flex;
    backdrop-filter: blur(10px);
}

.sign-up-for-updates input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.sign-up-for-updates .sub-support {
    align-self: center;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    padding: 1.1rem 2.5rem;
    background: rgb(179,101,140);
    cursor: pointer;
    letter-spacing: 0.03em;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.training-structure::before {
    content: "";
    top: -50px;
    opacity: 0.1;
    height: 250px;
    width: 250px;
    transform: rotate(45deg);
    animation: float 12s infinite ease-in-out;
    position: absolute;
    z-index: -1;
    right: -50px;
    background: rgb(198,154,165);
}

.training-structure .knowledge-space:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.training-structure .knowledge-space > div {
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    padding: 3.5rem 3rem;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 0 rgba(255,255,255,0.8) inset;
    transform: translateX(0);
    border-left: 5px solid rgb(198,154,165);
}

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

footer {
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    perspective: 1000px;
}

footer::before {
    height: 100%;
    opacity: 0.85;
    width: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(198,154,165,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    top: 0;
}

.verify-cta .container {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.verify-cta .company_holder h3 {
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: calc(32px * 0.9);
    position: relative;
    color: #ffffff;
    margin-bottom: 1.75rem;
    padding-bottom: 0.75rem;
}

.verify-cta .company_holder:hover h3::after {
    width: 100%;
}

.verify-cta .lesson-cta::before {
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, 
                rgb(198,154,165) 0%, 
                transparent 100%);
    left: 0;
    position: absolute;
    width: 2px;
    content: "";
}

.verify-cta .top-head::before {
    content: "";
    transition: all 0.6s ease;
    z-index: -1;
    height: 200%;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    left: -50%;
    position: absolute;
    transform: rotate(45deg);
    top: -50%;
    width: 200%;
}

.verify-cta .top-head::before {
    top: -20px;
    left: -20px;
}

.verify-cta .top-head h5::before {
    bottom: -8px;
    width: 100%;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    background: rgb(179,101,140);
}

.verify-cta .top-head:hover h5::after {
    width: 100%;
}

.verify-cta .top-head a {
    text-decoration: none;
    transform-style: preserve-3d;
    padding: 0.5rem 0;
    display: block;
    font-size: 17px;
    transition: all 0.3s ease;
    position: relative;
    color: rgba(255, 255, 255, 0.75);
}

.workshop-cta {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.3);
    margin-top: 3rem;
    padding: 1.5rem 0;
    position: relative;
}

.workshop-cta .a11y-tools:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(rgb(198,154,165), 0.3);
}



.verify-cta .company_holder::before,
.verify-cta .top-head::before {
    background: radial-gradient(circle, rgb(198,154,165,0.5) 0%, transparent 70%);
    transition: opacity 0.5s ease;
    content: "";
    filter: blur(30px);
    position: absolute;
    width: 100px;
    z-index: -1;
    border-radius: 50%;
    height: 100px;
    opacity: 0;
}

.verify-cta .company_holder::before {
    bottom: -20px;
    right: -20px;
}

.verify-cta::after {
    z-index: -2;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-size: 40px 40px;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    width: 100%;
    position: absolute;
    opacity: 0.3;
}

.landing-page::before {
    pointer-events: none;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 15%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.08) 0%, transparent 20%);
    top: 0;
    width: 100%;
}

.landing-page .learn-entry > div:first-child {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 
              0 4px 10px rgba(0, 0, 0, 0.08),
              inset 0 1px 2px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(8px) saturate(120%);
}

.landing-page .study-guide:hover {
    box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.18),
    0 15px 25px rgba(0, 0, 0, 0.12),
    inset 0 1px 2px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) translateZ(20px) rotateY(0deg);
}

.landing-page .study-guide > div {
    transform: translateY(0);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    margin-top: 1.5rem;
    box-shadow: 
    0 15px 30px rgba(0, 0, 0, 0.2),
    0 8px 15px rgba(0, 0, 0, 0.15),
    inset 0 2px 0 rgba(255, 255, 255, 0.1);
}

.connect-with-us {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(231,218,222) 0%, rgb(198,154,165,0.5) 100%);
    overflow: hidden;
}

.connect-with-us::after {
    height: 100%;
    z-index: 1;
    width: 100%;
    opacity: 0.05;
    top: 0;
    background-size: 200px 200px;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgb(198,154,165,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(198,154,165,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(198,154,165,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(198,154,165,0.5) 75%);
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    left: 0;
    content: '';
}

.connect-with-us .message-feedback::before {
    background: linear-gradient(45deg, rgb(179,101,140), rgb(198,154,165), rgb(179,101,140));
    border-radius: calc(27px + 5px);
    content: '';
    animation: border-glow 5s infinite linear;
    top: -5px;
    right: -5px;
    left: -5px;
    position: absolute;
    bottom: -5px;
    z-index: -1;
}

.connect-with-us .query-widget h3::after {
    left: 0;
    width: 60px;
    transform: none;
}

.connect-with-us .query-widget input[type="text"]:focus,
.connect-with-us .query-widget textarea:focus {
    background-color: #ffffff;
    outline: none;
    border-color: rgb(198,154,165);
    box-shadow: 0 0 0 3px rgb(198,154,165,0.5);
}

.connect-with-us .query-widget textarea {
    height: 120px;
    resize: vertical;
}

.connect-with-us .query-widget .feedback-info {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.connect-with-us .query-widget .feedback-info label::before {
    width: 22px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    top: 2px;
    height: 22px;
    content: '';
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
}

.connect-with-us .query-widget .feedback-info a:hover {
    text-decoration: underline;
    color: rgb(179,101,140);
}

.connect-with-us .query-widget .support-query::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    left: -100%;
    content: '';
    transition: all 0.5s ease;
    top: 0;
}

.connect-with-us .help-info::before {
    height: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    opacity: 0.6;
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
}

.connect-with-us .help-info .inquiry-grid li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.connect-with-us .help-info .inquiry-grid li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}

.about-this::before {
    left: 0;
    animation: gradientFlow 15s ease infinite;
    content: "";
    filter: blur(20px);
    opacity: 0.15;
    position: absolute;
    transform-origin: center center;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: 
        linear-gradient(217deg, rgb(198,154,165,0.5), transparent 70%),
        linear-gradient(127deg, rgb(179,101,140,0.5), transparent 70%),
        linear-gradient(336deg, rgb(198,154,165,0.5), transparent 70%);
}



.about-this .about-section {
    backdrop-filter: blur(15px);
    padding: 50px 35px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    width: 100%;
    z-index: 3;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.02);
    max-width: 500px;
    border-radius: 22px;
    margin-bottom: 20px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    perspective: 1000px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex-direction: column;
}



.about-this .about-section:hover::after {
    opacity: 1;
}

.about-this .img-horizontal::before {
    background: conic-gradient(rgb(198,154,165), rgb(179,101,140), rgb(198,154,165));
    inset: -3px;
    position: absolute;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    padding: 3px;
    animation: rotate 8s linear infinite;
    mask-composite: exclude;
    content: "";
    -webkit-mask-composite: xor;
    border-radius: 50%;
}

.about-this .learn-studio::after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    transition: width 0.4s ease;
    background: rgb(198,154,165);
    width: 0;
    height: 2px;
}

.about-this .phrase-holder {
    position: relative;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.01);
    padding: 50px 45px;
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.03);
    width: 100%;
    overflow: hidden;
}

.about-this .phrase-holder:hover::before,
.about-this .phrase-holder:hover::after {
    filter: blur(40px);
    opacity: 0.08;
}

.about-this .knowledge-studio::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(198,154,165), transparent);
    height: 1px;
    transition: width 0.4s ease;
    left: 0;
    width: 0;
    bottom: -8px;
}

.about-this .knowledge-studio svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.4s ease;
    height: 48px;
    fill: rgb(198,154,165);
    width: 48px;
}

.about-this .phrase-holder h2 {
    transition: all 0.4s ease;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    padding-bottom: 20px;
    font-size: calc(35px * 1.1);
}

.about-this .phrase-holder:hover p {
    transform: translateY(3px);
}

.about-this .knowledge-space::after {
    background-position: 0 0, 20px 20px;
    position: absolute;
    top: 0;
    pointer-events: none;
    height: 100%;
    background-size: 40px 40px;
    left: 0;
    width: 100%;
    background-image: 
        radial-gradient(rgb(198,154,165,0.5) 1px, transparent 1px),
        radial-gradient(rgb(179,101,140,0.5) 1px, transparent 1px);
    content: "";
    opacity: 0.03;
    z-index: -1;
}

.about-this .knowledge-space::after {
    z-index: 0;
    height: 40px;
    left: 50%;
    position: absolute;
    animation: pulseHeight 3s infinite;
    background: linear-gradient(to bottom, rgb(198,154,165), transparent);
    content: "";
    width: 2px;
    top: 350px;
}

.gratSpace .knowledge-space:hover::before {
    transform: scale(1);
}

.gratSpace .knowledge-space > div:first-child {
    margin-bottom: 30px;
    padding-bottom: 25px;
    position: relative;
}

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

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

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

.secure-zone h3, .secure-zone h4, .secure-zone h5, .secure-zone h6 {
    font-weight: 600;
    font-size: 19px;
    color: rgb(198,154,165);
    text-shadow: 0 0 5px rgb(198,154,165,0.5);
    margin-bottom: 10px;
    margin-top: 20px;
}

.secure-zone p, .secure-zone span, .secure-zone div {
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 17px;
    text-shadow: 0 0 5px rgb(198,154,165,0.5);
    color: #000000;
}


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



@media (min-width: 992px) {.program-overview {
    padding: 8rem 0;
}.program-overview .job-success {
    gap: 5rem;
}.program-overview h2 {
    margin-bottom: 4rem;
    font-size: calc(34px * 1.2);
}.program-overview .img-horizontal {
    min-height: 550px;
    transform: translateX(-20px) rotate(-1deg);
}.program-overview:hover .img-horizontal {
    transform: translateX(-20px) translateY(-10px) rotate(0deg);
}.program-overview .phrase-holder {
    transform: translateX(20px);
    padding: 3rem;
    max-height: 550px;
}.program-overview:hover .phrase-holder {
    transform: translateX(20px) translateZ(30px);
}
}



@media (max-width: 1200px) {.user-feedback {
    padding: 100px 0 60px;
}.user-feedback .success-reviews {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 576px) {.user-feedback {
    padding: 50px 0 30px;
}.user-feedback h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.75);
}.user-feedback .student-votes {
    padding: 20px;
}.user-feedback .student-votes img {
    height: 50px;
    width: 50px;
}.user-feedback a {
    font-size: calc(17px * 0.9);
    padding: 12px 30px;
}
}



@media (max-width: 1200px) {.data-overview .statistics-advance {
    height: 300px;
    width: calc(25% - 20px);
    margin: 0 10px;
}.data-overview .statistics-advance h4 {
    font-size: 3.5rem;
}
}



@media (max-width: 767px) {.data-overview {
    padding: 70px 0;
}.data-overview .benefits-track {
    margin-bottom: 50px;
}.data-overview .edge-statistics {
    font-size: calc(33px * 0.9);
}.data-overview .statistics-advance {
    height: 240px;
}.data-overview .statistics-advance h4 {
    font-size: 2.8rem;
}.data-overview .statistics-advance span {
    font-size: calc(14px * 0.9);
    bottom: 30px;
}.data-overview svg {
    width: 30px;
    top: 30px;
    height: 30px;
}
}



@media (max-width: 768px) {.mentorship-profile {
    padding: 70px 0;
}.mentorship-profile .student-votes {
    padding: 40px 30px;
}
}



@media (min-width: 992px) {.pricing-plan-card .value-deals {
    flex-direction: row;
}.pricing-plan-card .monthly-plan {
    display: flex;
    flex: 0 0 30%;
    text-align: left;
    margin-bottom: 0;
    flex-direction: column;
    order: 2;
    justify-content: center;
    padding-left: 3rem;
}.pricing-plan-card .monthly-plan h2 {
    margin-bottom: 2rem;
    text-align: left;
}.pricing-plan-card .monthly-plan h2::after {
    transform: none;
    left: 0;
    width: 40%;
}.pricing-plan-card .pay-plans {
    margin: 0;
    text-align: left;
}.pricing-plan-card .payment-plan {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}


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



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .main-head {
    gap: 1.2rem;
}header .main-base svg {
    width: 180px;
}header .top-head {
    padding: 0.5rem;
    gap: 0.6rem;
}header .head-class {
    font-size: calc(12px - 1px);
    padding: 0.6rem 1rem;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .main-head {
    gap: 0.8rem;
}header .main-base svg {
    width: 140px;
}header .top-head {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.4rem 0.6rem;
    flex-wrap: nowrap;
}header .top-head::-webkit-scrollbar {
    height: 3px;
}header .top-head::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .head-class {
    padding: 0.4rem 0.7rem;
    font-size: calc(12px - 3px);
    white-space: nowrap;
}}



@media (min-width: 768px) {.training-structure {
    padding: 8rem 0;
}.training-structure .knowledge-space > div {
    transform: translateX(0) skewX(-2deg);
    padding: 4rem 5rem;
}.training-structure .knowledge-space > div:hover {
    transform: translateX(8px) translateY(-8px) skewX(-2deg);
}.training-structure h3 {
    font-size: 34px;
}.training-structure p span {
    padding-left: 2rem;
}
}



@media (max-width: 767px) {.training-structure {
    padding: 5rem 0;
}.training-structure .knowledge-space > div {
    padding: 2.5rem 1.5rem;
}.training-structure h3 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.7);
}.training-structure p {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.training-structure p span {
    padding-left: 0.75rem;
}}



@media (min-width: 768px) {.landing-page .learn-entry {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.landing-page h3 {
    font-size: 18px;
}.landing-page .study-guide h1 {
    font-size: calc(48px * 1.2);
}.landing-page .study-guide {
    padding: 3rem;
}
}



@media (max-width: 767px) {.landing-page {
    padding: 1.5rem;
}.landing-page .learn-entry {
    gap: 2rem;
}.landing-page .learn-entry > div:first-child {
    padding: 1.5rem;
}.landing-page h3 {
    font-size: calc(22px * 1.1);
}.landing-page .study-guide {
    padding: 1.8rem;
}.landing-page .study-guide h1 {
    font-size: calc(33px * 1.1);
    margin-bottom: 1.5rem;
}.landing-page .study-guide > div {
    padding: 2rem;
}.landing-page .study-guide p {
    font-size: 16px;
}}



@media (max-width: 1199px) {.about-this {
    padding: 120px 0;
}.about-this .knowledge-space {
    gap: 50px;
}.about-this .phrase-holder {
    padding: 40px 35px;
}.about-this .about-section {
    padding: 40px 30px;
}.about-this .knowledge-space::after {
    top: 320px;
}
}



@media (max-width: 767px) {.about-this {
    padding: 80px 0;
}.about-this .img-horizontal {
    height: 180px;
    width: 180px;
}.about-this .about-section {
    padding: 35px 25px;
}.about-this .phrase-holder {
    padding: 35px 25px;
}.about-this .phrase-holder h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(35px * 0.9);
}.about-this .learn-studio {
    font-size: 24px;
}.about-this .study-studio {
    font-size: 17px;
}.about-this .knowledge-studio {
    font-size: 21px;
}.about-this .knowledge-studio svg {
    width: 40px;
    height: 40px;
}.about-this .knowledge-space::after {
    top: 280px;
}
}



@media (max-width: 576px) {.gratSpace {
    padding: 50px 0;
}.gratSpace .knowledge-space {
    padding: 30px 20px;
    transform: none;
    border-left: 3px solid rgb(198,154,165);
}.gratSpace .knowledge-space::before {
    display: none;
}.gratSpace .knowledge-space > div:first-child {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.gratSpace .knowledge-space > div:first-child::after {
    height: 2px;
    width: 60px;
}.gratSpace h5 {
    font-size: calc(21px - 6px);
}.gratSpace p {
    line-height: 1.6;
    font-size: calc(16px - 2px);
}}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}



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



@keyframes float {
    0%, 100% {
        transform: rotate(45deg) translate(0px, 0px);
    }
    50% {
        transform: rotate(45deg) translate(20px, 20px);
    }
}



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(179,101,140,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(179,101,140);
    }
}



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



@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}



@keyframes pulseHeight {
    0%, 100% {
        height: 40px;
        opacity: 0.6;
    }
    50% {
        height: 60px;
        opacity: 0.8;
    }
}



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

