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

.a11y-tools {
    flex: 0 0 auto;
}

.a11y-tools {
    position: relative;
    background: linear-gradient(135deg, #000000, rgb(197,159,146));
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

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

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

header .top_plank .learning-learn div svg, header .top_plank .learning-learn div svg path {
    fill: #ffffff;
}

header .top_plank .learning-learn div {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-right: 24px;
}

header .top_plank .learning-learn div img, header .top_plank .learning-learn div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.course-offering::before {
    right: -10%;
    height: 60%;
    position: absolute;
    width: 40%;
    transform: rotate(-15deg);
    content: "";
    filter: blur(60px);
    top: -5%;
    background: linear-gradient(145deg, rgb(197,159,146,0.5) 0%, rgb(222,192,181,0.5) 100%);
    opacity: 0.5;
    z-index: 0;
}

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

.course-offering h2::after {
    content: "";
    transform: scaleX(0);
    height: 4px;
    animation: expandLine 0.6s ease-out 1s forwards;
    background: linear-gradient(90deg, rgb(222,192,181), rgb(197,159,146));
    display: block;
    transform-origin: left;
    width: 80px;
    margin-top: 15px;
}

.course-offering .image-wrap {
    height: 300px;
    transition: transform 0.5s ease-out;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transform: perspective(1000px) rotateY(-2deg);
}

.course-offering .image-wrap::after {
    z-index: 2;
    background: linear-gradient(135deg, rgb(197,159,146,0.5) 0%, transparent 70%);
    content: "";
    left: -10%;
    position: absolute;
    top: -10%;
    opacity: 0.5;
    width: 120%;
    animation: shimmer 8s infinite alternate ease-in-out;
    height: 120%;
    mix-blend-mode: overlay;
}

.course-offering .text-description::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(222,192,181), rgb(197,159,146));
    width: 100%;
    top: 0;
    transform-origin: left;
    content: "";
    left: 0;
    position: absolute;
    transform: scaleX(0);
    animation: expandLine 0.8s ease-out 1.2s forwards;
}

.course-offering .description:first-of-type::first-letter {
    color: rgb(222,192,181);
    float: left;
    padding-right: 0.1em;
    line-height: 0.8;
    font-weight: 700;
    font-size: 1.8em;
}

.title-intro::before {
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(222,192,181,0.5) 25%, transparent 25%, transparent 50%, rgb(197,159,146,0.5) 50%, rgb(197,159,146,0.5) 75%, transparent 75%);
    opacity: 0.3;
    content: "";
    top: 0;
    z-index: 1;
    background-size: 100px 100px;
    height: 100%;
    animation: backgroundMove 60s linear infinite;
}

.title-intro .edu-promise {
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: relative;
    width: 100%;
    z-index: 3;
}

.title-intro .edu-skill input {
    display: none;
}

.title-intro .start-page {
    height: 100%;
    transition: transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1);
    width: 100%;
    display: flex;
}

.title-intro .virtual-school::before {
    background: linear-gradient(0deg, #000000 0%, transparent 35%, transparent 65%, #000000 100%);
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    z-index: 2;
    left: 0;
}

.title-intro .learning-welcome::before {
    opacity: 0.7;
    content: "";
    border-radius: calc(12px - 2px);
    background: linear-gradient(90deg, rgb(222,192,181,0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(197,159,146,0.5) 100%);
    z-index: -1;
    position: absolute;
    inset: 2px;
}

.title-intro .learning-welcome label {
    width: 12px;
    cursor: pointer;
    height: 12px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.title-intro .learning-welcome label::after {
    inset: 2px;
    content: "";
    background: rgb(222,192,181);
    opacity: 0.6;
    border-radius: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}

.title-intro .learning-welcome label:hover::after {
    background: rgb(197,159,146);
    opacity: 1;
    transform: rotate(-45deg);
}

.title-intro .text-description .container {
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(15px);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.65) 100%);
    max-width: 85%;
    margin: 0 auto;
    border-bottom: 1px solid rgb(197,159,146,0.5);
    border-left: 4px solid rgb(222,192,181);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    padding: 3.5rem;
}

.title-intro .text-description .container::after {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(222,192,181,0.5) 0%, transparent 70%);
    z-index: -1;
    content: "";
    width: 100%;
    opacity: 0.2;
}

.title-intro .text-description h1::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(222,192,181) 0%, rgb(197,159,146) 100%);
    content: "";
    bottom: -5px;
    position: absolute;
    left: 0;
    transform-origin: left;
    height: 2px;
    animation: lineExpand 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.title-intro .text-description h3::after {
    animation: pulse 2s infinite;
    top: 50%;
    box-shadow: 0 0 10px rgb(222,192,181), 0 0 20px rgb(222,192,181,0.5);
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
    height: 8px;
    background: rgb(222,192,181);
    width: 8px;
    right: -15px;
}

.title-intro .text-description p::after {
    background: rgb(222,192,181);
    width: 7px;
    border-radius: 50%;
    left: -3px;
    bottom: 0;
    height: 7px;
    content: "";
    position: absolute;
}

.title-intro input[type="radio"]:nth-of-type(2):checked ~ .start-page {
    transform: translateX(-100%);
}

.title-intro input[type="radio"]:nth-of-type(4):checked ~ .start-page {
    transform: translateX(-300%);
}

.title-intro input[type="radio"]:nth-of-type(6):checked ~ .start-page {
    transform: translateX(-500%);
}

.title-intro input[type="radio"]:nth-of-type(8):checked ~ .start-page {
    transform: translateX(-700%);
}

.title-intro input[type="radio"]:nth-of-type(10):checked ~ .start-page {
    transform: translateX(-900%);
}

.title-intro input[type="radio"]:nth-of-type(1):checked ~ .learning-welcome label:nth-of-type(1)::after,
.title-intro input[type="radio"]:nth-of-type(2):checked ~ .learning-welcome label:nth-of-type(2)::after,
.title-intro input[type="radio"]:nth-of-type(3):checked ~ .learning-welcome label:nth-of-type(3)::after,
.title-intro input[type="radio"]:nth-of-type(4):checked ~ .learning-welcome label:nth-of-type(4)::after,
.title-intro input[type="radio"]:nth-of-type(5):checked ~ .learning-welcome label:nth-of-type(5)::after,
.title-intro input[type="radio"]:nth-of-type(6):checked ~ .learning-welcome label:nth-of-type(6)::after,
.title-intro input[type="radio"]:nth-of-type(7):checked ~ .learning-welcome label:nth-of-type(7)::after,
.title-intro input[type="radio"]:nth-of-type(8):checked ~ .learning-welcome label:nth-of-type(8)::after,
.title-intro input[type="radio"]:nth-of-type(9):checked ~ .learning-welcome label:nth-of-type(9)::after,
.title-intro input[type="radio"]:nth-of-type(10):checked ~ .learning-welcome label:nth-of-type(10)::after {
    transform: rotate(-45deg) scale(0.6);
    background: rgb(222,192,181);
    opacity: 1;
}

.title-intro input[type="radio"]:nth-of-type(1):checked ~ .start-page .virtual-school:nth-of-type(1) img,
.title-intro input[type="radio"]:nth-of-type(2):checked ~ .start-page .virtual-school:nth-of-type(2) img,
.title-intro input[type="radio"]:nth-of-type(3):checked ~ .start-page .virtual-school:nth-of-type(3) img,
.title-intro input[type="radio"]:nth-of-type(4):checked ~ .start-page .virtual-school:nth-of-type(4) img,
.title-intro input[type="radio"]:nth-of-type(5):checked ~ .start-page .virtual-school:nth-of-type(5) img,
.title-intro input[type="radio"]:nth-of-type(6):checked ~ .start-page .virtual-school:nth-of-type(6) img,
.title-intro input[type="radio"]:nth-of-type(7):checked ~ .start-page .virtual-school:nth-of-type(7) img,
.title-intro input[type="radio"]:nth-of-type(8):checked ~ .start-page .virtual-school:nth-of-type(8) img,
.title-intro input[type="radio"]:nth-of-type(9):checked ~ .start-page .virtual-school:nth-of-type(9) img,
.title-intro input[type="radio"]:nth-of-type(10):checked ~ .start-page .virtual-school:nth-of-type(10) img {
    filter: saturate(1.3) contrast(1.15);
    transform: scale(1.15);
}

.our-mission:hover h2::after {
    transform: scaleX(1.5);
}

.our-mission .text-description {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 3px;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(rgb(222,192,181), 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}

.our-mission .text-description > div {
    z-index: 2;
    position: relative;
}

.our-mission .text-description p {
    font-weight: 600;
    color: rgb(222,192,181);
    margin-bottom: 20px;
    position: relative;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    display: inline-block;
}

.our-mission .text-description:hover p::after {
    transform: scaleX(1);
}

.our-mission .text-description div div {
    column-count: 1;
    column-gap: 40px;
    transform: translateZ(0);
    color: #000000;
    text-align: justify;
    max-width: 100%;
    font-size: 17px;
    line-height: 1.8;
    opacity: 0.9;
}

.thanksField::before {
    opacity: 0.1;
    transform: perspective(1000px) rotateX(5deg);
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(222,192,181,0.5) 0px,
        rgb(222,192,181,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
}

.thanksField .container {
    margin: 0 auto;
    max-width: 1200px;
    transform-style: preserve-3d;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.thanksField h2::after {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    left: 0;
    background: rgb(222,192,181);
    content: "";
    transform: translateZ(30px);
    height: 4px;
    width: 80px;
    position: absolute;
    animation: pulse 3s infinite alternate;
    bottom: -15px;
}

.thanksField .edu-promise::before {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(222,192,181) 0%, rgb(197,159,146) 100%);
    top: 0;
    height: 6px;
    width: 100%;
}

.thanksField ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.thanksField li::before {
    top: 8px;
    background: rgb(222,192,181);
    animation: spin 12s linear infinite;
    content: "";
    height: 8px;
    position: absolute;
    left: 0;
    width: 8px;
    transform: rotate(45deg);
}

.attempt-now::before {
    z-index: -1;
    animation: patternMove 30s linear infinite;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.4;
    height: 100%;
}

.attempt-now .container {
    display: flex;
    perspective: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.attempt-now h2::after {
    border-radius: 10px;
    background: #ffffff;
    bottom: -15px;
    left: 50%;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
    height: 3px;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
}

.attempt-now .edu-promise {
    justify-content: center;
    padding: 2.5rem 3rem;
    z-index: 3;
    gap: 25px;
    display: flex;
    transform-style: preserve-3d;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateZ(30px) rotateX(3deg);
    backdrop-filter: blur(10px);
    border-radius: 13px;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    align-items: center;
    position: relative;
}

.attempt-now svg {
    transform: rotateZ(-10deg);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
    height: 48px;
    transition: transform 0.5s cubic-bezier(0.3, 1.8, 0.3, 1);
    width: 48px;
    flex-shrink: 0;
}

.attempt-now .request-reach {
    justify-content: center;
    transform: translateZ(0);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-weight: 600;
    color: rgb(197,159,146);
    display: inline-flex;
    font-size: 14px;
    background: #ffffff;
    text-decoration: none;
    isolation: isolate;
    border-radius: 10px;
    overflow: hidden;
    padding: 0.75rem 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    align-items: center;
    letter-spacing: 0.5px;
}

.attempt-now .request-reach:hover::before {
    animation: shimmer 1.5s infinite;
}

.privacy-den {
    border: 2px solid rgb(222,192,181);
    max-width: 1200px;
    background-color: rgb(247,230,222);
    font-family: Arial, sans-serif;
    padding: 60px;
    line-height: 1.8;
    color: #000000;
    margin: 0 auto;
}

.privacy-den h2 {
    letter-spacing: 0.5px;
    color: rgb(197,159,146);
    margin-bottom: 20px;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 40px;
    font-weight: 600;
}

.privacy-den li::before {
    color: rgb(222,192,181);
    font-size: 1.5em;
    margin-right: 10px;
    content: '•';
}

.privacy-den p {
    font-size: 12px;
    margin-bottom: 20px;
    color: #000000;
}

.privacy-den span {
    font-weight: 700;
    color: rgb(222,192,181);
}

.privacy-den a:hover {
    color: rgb(197,159,146);
    border-bottom: 1px solid rgb(197,159,146);
}

.cookies-tracking {
    border: 2px solid rgb(222,192,181);
    padding: 20px;
    width: 90%;
    justify-content: space-between;
    max-width: 1200px;
    background: rgba(0, 0, 0, 0.5);
    margin: auto;
    align-items: center;
    display: flex;
    border-radius: 24px;
}

.visitor-controls {
    margin-right: 20px;
    flex-shrink: 0;
}

.privacy-learn {
    flex-grow: 1;
    text-align: left;
    color: #ffffff;
}

.privacy-learn p {
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
    font-size: 16px;
}

.privacy-learn p a {
    color: rgb(222,192,181);
    text-decoration: underline;
}

.cookie_button.data-settings {
    margin-right: 10px;
}

#consentNotification {
    display: none;
}

#consentNotification:checked ~ .cookie-overlay-banner {
    opacity: 0;
    visibility: hidden;
}


.learning-system {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(247,230,222) 0%, rgb(222,192,181,0.5) 100%);
}

.learning-system::after {
    position: absolute;
    filter: blur(80px);
    width: 70%;
    z-index: 0;
    right: -25%;
    content: "";
    opacity: 0.3;
    height: 200%;
    top: -50%;
    background: linear-gradient(120deg, rgb(222,192,181,0.5) 10%, transparent 70%);
    transform: rotate(15deg);
}

.learning-system .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    z-index: 2;
}

.learning-system .edu-promise {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset,
        0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
}

.learning-system .edu-promise:hover > div::before {
    animation: pulse 2s infinite;
    width: 100%;
}

.learning-system h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    color: #000000;
}

.learning-system p span {
    display: block;
    transform: translateY(0);
    opacity: 0.95;
    position: relative;
    transition: transform 0.5s 0.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.a11y-tools::after {
    right: 0;
    animation: shiftGradient 15s infinite linear;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 40%, rgb(222,192,181,0.5) 70%, transparent 100%);
    pointer-events: none;
    bottom: 0;
}

footer .report-abuse {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}

footer .talk-experts:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

footer .info_item {
    align-items: center;
    display: flex;
    flex: 1 1 220px;
}

footer .info_item svg {
    height: 20px;
    margin-right: 12px;
    fill: rgb(222,192,181);
    filter: drop-shadow(0 0 3px rgb(222,192,181,0.5));
    width: 20px;
    transition: transform 0.3s ease;
}

footer .info_item a:hover {
    color: rgb(222,192,181);
    text-shadow: 0 0 8px rgb(222,192,181,0.5);
}

footer .text_main_holder {
    display: grid;
    gap: 40px;
    margin-top: 20px;
    grid-template-columns: 1fr;
}

footer .nav-top svg {
    filter: drop-shadow(0 0 5px rgb(222,192,181,0.5));
    margin-bottom: 10px;
    height: 50px;
    transition: filter 0.3s ease;
    width: auto;
}

footer .header-pro {
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px;
    backdrop-filter: blur(5px);
    position: relative;
    transition: box-shadow 0.3s ease;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
}

footer .header-pro:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}



footer .header-pro h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    font-weight: 600;
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
}

footer .header-pro:hover h5::after {
    width: 100px;
}

footer .head-main {
    gap: 10px;
    flex-direction: column;
    margin-bottom: 25px;
    display: flex;
}

footer .head-main a::before {
    transform: translateY(-50%) scale(0.8);
    position: absolute;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    background-color: rgb(222,192,181);
    top: 50%;
    height: 6px;
    border-radius: 50%;
    width: 6px;
    left: 0;
    opacity: 0.7;
    content: "";
}

footer .subscribe_holder {
    background: linear-gradient(135deg, rgb(197,159,146,0.5), #000000);
    overflow: hidden;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    position: relative;
}



footer .subscribe_holder h5 {
    font-weight: 600;
    position: relative;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
    display: inline-block;
}

footer .subscribe_holder h5::after {
    width: 100%;
    bottom: -5px;
    content: "";
    background: linear-gradient(90deg, rgb(222,192,181), transparent);
    position: absolute;
    height: 2px;
    left: 0;
}

footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 15px;
    width: 100%;
}

footer .sub-transition {
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
    background: rgb(222,192,181);
    cursor: pointer;
    border: none;
    text-align: center;
}

footer .sub-transition:hover {
    background: rgb(197,159,146);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

footer .qna-board {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    opacity: 0.7;
    letter-spacing: 0.5px;
}

.contact-information::before {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    content: '';
    left: 0;
    background-color: rgb(222,192,181,0.5);
}

.contact-information .inquiry-widget {
    background-color: #ffffff;
    order: 1;
    position: relative;
    z-index: 2;
    border-radius: 11px 11px 0 0;
    width: 100%;
    padding: 50px 30px;
}

.contact-information .inquiry-widget h3::after {
    bottom: -8px;
    background-color: rgb(197,159,146);
    left: 0;
    position: absolute;
    content: '';
    height: 3px;
    width: 50%;
}

.contact-information .inquiry-widget input[type="text"],
.contact-information .inquiry-widget input[type="email"] {
    border: none;
    height: 60px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    flex: 1 0 100%;
    padding: 0 20px;
    color: #000000;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    font-size: 13px;
    background-color: rgb(247,230,222);
    border-radius: 10px;
}

.contact-information .inquiry-widget .request-support input[type="checkbox"] {
    border-radius: 10px;
    transition: background-color 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    height: 24px;
    -webkit-appearance: none;
    background-color: rgb(247,230,222);
    position: relative;
    cursor: pointer;
    width: 24px;
    margin-top: 2px;
    flex-shrink: 0;
    margin-right: 10px;
    appearance: none;
}

.contact-information .inquiry-widget .request-support label {
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
}

.contact-information .inquiry-widget .request-support label a::after {
    transform: scaleX(0);
    transition: transform 0.3s ease;
    position: absolute;
    width: 100%;
    content: '';
    background-color: rgb(222,192,181);
    left: 0;
    bottom: -2px;
    height: 1px;
    transform-origin: right;
}

.contact-information .inquiry-widget .request-reach::before {
    transform-origin: right;
    background: rgb(222,192,181);
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    transition: transform 0.5s ease;
    height: 100%;
    transform: scaleX(0);
    left: 0;
    border-radius: 10px;
    width: 100%;
}

.contact-information .inquiry-widget .request-reach:hover {
    box-shadow: 0 6px 15px rgb(222,192,181,0.5);
}

.contact-information .inquiry-feedback {
    position: relative;
    align-items: center;
    padding: 50px 30px;
    flex-direction: column;
    color: #ffffff;
    display: flex;
    width: 100%;
    border-radius: 0 0 11px 11px;
    order: 2;
    background-color: rgb(222,192,181);
}

.contact-information .inquiry-feedback h3 {
    width: 100%;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 29px;
    text-align: center;
    margin-bottom: 40px;
}

.contact-information .inquiry-feedback div {
    margin-bottom: 30px;
    padding: 0;
    align-items: center;
    position: relative;
    max-width: 400px;
    display: flex;
    width: 100%;
}

.contact-information .inquiry-feedback div:last-child::before {
    display: none;
}

.contact-information .inquiry-feedback div svg {
    height: 32px;
    background-color: rgb(197,159,146);
    width: 32px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgb(197,159,146,0.5);
    margin-right: 20px;
    padding: 6px;
}

.contact-information .inquiry-feedback div span a {
    transition: color 0.3s ease;
    position: relative;
    text-decoration: none;
    color: #ffffff;
}

.contact-information .inquiry-feedback div span a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

header::before {
    content: '';
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(222,192,181,0.5) 49.5%, rgb(222,192,181,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(197,159,146,0.5) 49.5%, rgb(197,159,146,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    left: 0;
    opacity: 0.15;
    animation: gridMove 40s linear infinite;
}

header .header-pro {
    display: flex;
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 22px;
    gap: 0.5rem;
}

header .main-know::before {
    transition: all 0.3s ease;
    top: -2px;
    border-radius: calc(10px + 2px);
    content: '';
    opacity: 0;
    left: -2px;
    bottom: -2px;
    right: -2px;
    background: linear-gradient(45deg, rgb(222,192,181), rgb(197,159,146));
    z-index: -1;
    transform: scale(0.95);
    position: absolute;
}

header .main-know:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

header .head-nav::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    content: '';
    transition: 0.5s;
    position: absolute;
    height: 100%;
    left: -100%;
    width: 100%;
    top: 0;
}

.future-attendees {
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(247,230,222) 0%, rgb(197,159,146,0.5) 100%);
    padding: 100px 0;
}

.future-attendees::after {
    z-index: 0;
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(222,192,181,0.5) 0,
            rgb(222,192,181,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(197,159,146,0.5) 0,
            rgb(197,159,146,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    opacity: 0.1;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}

.future-attendees .edu-promise:hover {
    transform: translateY(-10px);
}

.future-attendees h4 {
    font-weight: 700;
    margin: 0;
    position: relative;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 35px 30px;
    background: linear-gradient(120deg, rgb(222,192,181) 0%, rgb(197,159,146) 100%);
    text-align: center;
    font-size: 35px;
}

.future-attendees div {
    background: #ffffff;
    padding: 40px;
}

.future-attendees div p {
    font-weight: 400;
    color: #000000;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1;
    line-height: 1.6;
    border-radius: 10px;
    font-size: 17px;
    position: relative;
    padding: 20px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}

.future-attendees div p::after {
    width: 100%;
    z-index: -1;
    transition: opacity 0.3s ease;
    left: 0;
    background: linear-gradient(90deg, 
        rgba(rgb(222,192,181), 0.05) 0%, 
        rgba(rgb(197,159,146), 0.05) 100%
    );
    opacity: 0;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
}

.future-attendees div p:hover svg {
    transform: scale(1.15);
}

.future-attendees div p svg path {
    fill: rgb(222,192,181);
    transition: fill 0.3s ease;
}

.future-attendees div p:hover svg path {
    fill: rgb(197,159,146);
}

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

.developer-experience .image-wrap {
    overflow: hidden;
    min-height: 400px;
    width: 100%;
    position: relative;
    border-radius: 0;
    height: 100%;
}

.developer-experience .image-wrap::before {
    height: 50%;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    content: "";
    z-index: 1;
    left: 0;
}

.developer-experience .image-wrap:hover::after {
    opacity: 0;
}

.developer-experience .review-quotes span:not(.name) {
    left: 30px;
    z-index: 2;
    transition: transform 0.3s ease;
    opacity: 0.85;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    color: #ffffff;
    position: absolute;
    font-family: Arial, sans-serif;
    bottom: 30px;
}

.developer-experience .career-area {
    font-weight: 400;
    padding: 50px 40px;
    justify-content: center;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-family: Arial, sans-serif;
    margin: 0;
}

.developer-experience .career-area::after {
    bottom: 40px;
    height: 30px;
    background: linear-gradient(to left top, 
        rgb(197,159,146) 0%, 
        rgb(197,159,146) 50%, 
        transparent 50%, 
        transparent 100%);
    width: 40px;
    content: "";
    position: absolute;
    right: 40px;
    opacity: 0.2;
}

.subscribe-to-newsletter .container {
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.subscribe-to-newsletter .edu-promise {
    display: flex;
    position: relative;
    flex-direction: column;
}

.subscribe-to-newsletter .edu-promise::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.5rem;
    z-index: -1;
    position: absolute;
    font-weight: 700;
    color: rgb(222,192,181);
    opacity: 0.04;
    white-space: nowrap;
    font-size: 12rem;
    font-family: Arial, sans-serif;
}

.subscribe-to-newsletter .input_holder {
    transform: translateX(-15%);
    max-width: 80%;
    z-index: 2;
    margin-left: auto;
    display: grid;
    position: relative;
    grid-template-columns: 3fr 1fr;
}

.subscribe-to-newsletter .input_holder::before {
    position: absolute;
    transform: translate(10px, 10px);
    transition: transform 0.3s ease;
    z-index: -1;
    opacity: 0.02;
    height: 100%;
    background: #000000;
    width: 100%;
    content: "";
}

.subscribe-to-newsletter .email-input-box:focus {
    border-color: rgb(222,192,181);
}

.subscribe-to-newsletter .request-reach {
    position: relative;
    border: 2px solid #000000;
    padding: 0 2rem;
    overflow: hidden;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    font-size: 19px;
    color: #ffffff;
    background: #000000;
    font-family: Arial, sans-serif;
}

.subscribe-to-newsletter .request-reach:hover {
    color: #ffffff;
    border-color: rgb(222,192,181);
    background: transparent;
}

.plan-comparison {
    overflow: hidden;
    padding: 120px 0;
    background: rgb(247,230,222);
    position: relative;
}

.plan-comparison::before {
    left: 0;
    background: linear-gradient(135deg, rgb(222,192,181,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
}

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

.plan-comparison .cert-cost {
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(-10px);
    text-align: center;
    margin: 0 auto;
}

.plan-comparison .sub-options {
    color: #000000;
    word-break: break-word;
    margin-bottom: 0;
    line-height: 1.7;
    margin: 0 auto;
    overflow-wrap: break-word;
    font-size: 16px;
    max-width: 600px;
}

.plan-comparison .discount-price {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(20px);
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation-delay: calc(var(--index, 0) * 0.1s);
    overflow: hidden;
    text-decoration: none;
    border-radius: 10px;
    display: block;
}

.plan-comparison .cost-options {
    flex-direction: column;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
}

.plan-comparison .training-sub {
    padding: 40px 30px;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    flex: 1;
}

.plan-comparison .training-sub h3::after {
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    position: absolute;
    content: "";
    background-color: rgb(222,192,181);
    bottom: -8px;
    height: 2px;
}

.plan-comparison .training-sub p {
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
    margin-bottom: 0;
    flex-grow: 1;
    color: #000000;
    line-height: 1.7;
    font-size: 16px;
}

.plan-comparison .image-wrap {
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    width: 100%;
}

.plan-comparison .discount-price:hover .image-wrap {
    filter: brightness(1.05);
    transform: scale(1.05);
}

.program-assets::before {
    height: 100%;
    background-size: 60px 60px;
    left: 0;
    opacity: 0.07;
    content: '';
    animation: gridShift 25s linear infinite;
    position: absolute;
    width: 100%;
    top: 0;
    background-image: linear-gradient(0deg, transparent 24%, rgb(222,192,181,0.5) 25%, rgb(222,192,181,0.5) 26%, transparent 27%, transparent 74%, rgb(222,192,181,0.5) 75%, rgb(222,192,181,0.5) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, rgb(222,192,181,0.5) 25%, rgb(222,192,181,0.5) 26%, transparent 27%, transparent 74%, rgb(222,192,181,0.5) 75%, rgb(222,192,181,0.5) 76%, transparent 77%, transparent);
}

.program-assets h2::after {
    left: 50%;
    bottom: 0;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
    background: linear-gradient(to right, rgb(222,192,181), rgb(197,159,146));
    height: 3px;
}

.program-assets .image-wrap {
    overflow: hidden;
    border-radius: 29px;
    margin-bottom: 80px;
    width: 100%;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    height: 400px;
    transform: perspective(1000px) rotateX(5deg);
}

.program-assets .text_main_holder {
    gap: 30px;
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.program-assets .text_main_holder::before {
    transform: translateX(-50%);
    opacity: 0.8;
    left: 50%;
    background: rgb(197,159,146);
    position: absolute;
    content: '';
    width: 2px;
    height: 40px;
    top: -60px;
}

.program-assets .text_main_holder > div {
    position: relative;
    padding: 25px;
    backdrop-filter: blur(10px);
    animation-delay: calc(var(--i, 0) * 0.15s);
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    gap: 20px;
    transform: translateY(50px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgb(197,159,146,0.5);
    animation: floatUp 0.6s forwards;
}

.program-assets .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
}

.program-assets .text_main_holder > div:hover::before {
    opacity: 1;
}

.program-assets .text_main_holder svg {
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 15px rgb(222,192,181,0.5);
    padding: 10px;
    width: 50px;
    border: 1px solid rgb(222,192,181,0.5);
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.program-assets .text_main_holder > div:hover svg path {
    fill: rgb(222,192,181);
}


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



@media (min-width: 768px) {.course-offering {
    padding: 8rem 0;
}.course-offering h2 {
    font-size: calc(29px * 1.2);
    max-width: 80%;
}.course-offering .lesson-route {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course-offering .image-wrap {
    transform: perspective(1000px) rotateY(-3deg);
    height: 500px;
}.course-offering .image-wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course-offering .text-description {
    padding: 3rem;
}
}



@media screen and (max-width: 1024px) {.title-intro .text-description .container {
    max-width: 90%;
    padding: 2.5rem;
}.title-intro .text-description p {
    max-width: 95%;
}.title-intro .learning-welcome {
    padding: 10px 20px;
}
}



@media screen and (max-width: 768px) {.title-intro .text-description {
    padding-bottom: 120px;
    align-items: flex-end;
}.title-intro .text-description .container {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 100%);
    max-width: 95%;
    padding: 2rem;
}.title-intro .text-description h1 {
    margin-bottom: 1.2rem;
    font-size: calc(46px * 0.85);
}.title-intro .text-description h3 {
    margin-bottom: 1.2rem;
    font-size: calc(24px * 0.9);
}.title-intro .text-description p {
    padding-left: 15px;
    font-size: calc(12px * 0.95);
    max-width: 100%;
}.title-intro .learning-welcome {
    bottom: 30px;
    gap: 12px;
}.title-intro .virtual-school::before {
    background: linear-gradient(0deg, #000000 20%, transparent 50%, #000000 100%);
}
}



@media (max-width: 767px) {.our-mission {
    padding: 80px 0 120px;
}.our-mission .text-description {
    padding: 30px;
}.our-mission h2 {
    margin-bottom: 40px;
}.our-mission h2::after {
    height: 3px;
    bottom: -10px;
    width: 60px;
}
}



@media (prefers-reduced-motion: reduce) {.our-mission .text-description,
    .our-mission h2::after,
    .our-mission .text-description:hover,
    .our-mission .text-description p::after {
    transition: none;
    transform: none;
}
}



@media (max-width: 992px) {.thanksField {
    padding: 90px 0;
}.thanksField h2 {
    font-size: calc(28px * 0.9);
}.thanksField .edu-promise {
    padding: 30px;
}
}



@media (max-width: 768px) {.thanksField {
    padding: 70px 0;
}.thanksField h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.thanksField h2::after {
    width: 60px;
}.thanksField .edu-promise {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 25px;
}.thanksField span {
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 768px) {.attempt-now {
    padding: 4rem 0;
}.attempt-now h2 {
    margin-bottom: 2rem;
}.attempt-now .edu-promise {
    flex-direction: column;
    transform: translateZ(20px) rotateX(2deg);
    gap: 20px;
    padding: 2rem;
}.attempt-now svg {
    height: 40px;
    width: 40px;
}.attempt-now .request-reach {
    padding: 0.75rem 1.5rem;
    width: 100%;
}
}


@media only screen and (max-width: 800px) {.privacy-den {
    padding: 30px;
}.privacy-den h1 {
    font-size: calc(22px * 0.8);
}.privacy-den h2 {
    font-size: calc(22px * 0.8);
}.privacy-den p {
    font-size: calc(12px * 0.9);
}.privacy-den li {
    padding: 10px;
}}


@media only screen and (max-width: 1200px) {.cookies-tracking {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.visitor-controls {
    margin-bottom: 20px;
    margin-right: 0;
}.online-cookies {
    margin: 10px 0;
    max-width: 250px;
    width: 100%;
}}



@media (min-width: 992px) {.learning-system {
    padding: 180px 0;
}.learning-system .container {
    padding: 0 40px;
}.learning-system .edu-promise {
    transform: perspective(1000px) rotateY(-2deg);
}.learning-system .edu-promise:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.learning-system .edu-promise > div {
    padding: 70px;
}.learning-system h3 {
    font-size: calc(32px * 1.2);
    margin-bottom: 35px;
}.learning-system p {
    max-width: 90%;
    line-height: 2;
    font-size: calc(16px * 1.1);
}
}



@media (min-width: 992px) {footer .report-abuse {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .talk-experts {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}footer .info_item {
    flex: 0 1 auto;
}
}



@media (max-width: 576px) {footer .a11y-tools {
    padding: 40px 0 20px;
}footer .talk-experts, footer .header-pro, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .sub-transition {
    padding: 12px;
}footer .nav-top svg {
    height: 40px;
}footer .edu-global {
    font-size: calc(16px - 1px);
}}



@media screen and (min-width: 992px) {.contact-information .query-reach {
    align-items: stretch;
    flex-direction: row;
}.contact-information .inquiry-widget {
    border-radius: 11px 0 0 11px;
    order: 1;
    padding: 60px;
    width: 60%;
}.contact-information .inquiry-feedback {
    justify-content: center;
    order: 2;
    padding: 60px 40px;
    border-radius: 0 11px 11px 0;
    width: 40%;
}.contact-information .inquiry-feedback::before {
    left: 0;
    transform: translateX(-15px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    width: 30px;
    height: 100%;
    top: 0;
}.contact-information .inquiry-widget input#email {
    flex: 1 0 100%;
}
}



@media screen and (max-width: 480px) {.contact-information {
    padding: 40px 0;
}.contact-information .inquiry-widget,
    .contact-information .inquiry-feedback {
    padding: 30px 20px;
}.contact-information .inquiry-feedback div svg {
    height: 28px;
    margin-right: 15px;
    width: 28px;
}}



@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .nav-guide {
    flex-direction: column;
}header .header-pro {
    order: 2;
    margin-top: 1rem;
    gap: 0.5rem;
    justify-content: center;
    padding: 10px;
    width: 100%;
    flex-wrap: wrap;
}header .main-know {
    padding: 0.5rem 0.7rem;
    font-size: calc(16px - 2px);
}header .head-nav {
    order: 1;
    margin-bottom: 0.5rem;
}header .head-nav svg {
    width: 130px;
}
}



@media (max-width: 767px) {.future-attendees {
    padding: 60px 0;
}.future-attendees h4 {
    padding: 25px 20px;
    font-size: calc(35px - 4px);
}.future-attendees div {
    padding: 25px 20px;
}.future-attendees div p {
    padding: 12px 15px;
    margin-bottom: 12px;
}.future-attendees div p svg {
    height: 20px;
    margin-right: 12px;
    width: 20px;
    min-width: 20px;
}
}



@media (max-width: 992px) {.developer-experience {
    padding: 100px 0;
}.developer-experience .review-quotes {
    grid-template-columns: 300px 1fr;
    gap: 40px;
}.developer-experience .image-wrap {
    min-height: 350px;
}.developer-experience .career-area {
    padding: 40px 30px;
}.developer-experience .career-area::before {
    top: 30px;
    width: 30px;
    left: 30px;
    height: 24px;
}.developer-experience .career-area::after {
    bottom: 30px;
    right: 30px;
    height: 24px;
    width: 30px;
}
}



@media (max-width: 480px) {.developer-experience {
    padding: 60px 0;
}.developer-experience .image-wrap {
    height: 250px;
    min-height: 250px;
}.developer-experience .career-area {
    font-size: calc(13px * 0.9);
    padding: 30px 20px;
}.developer-experience .name {
    left: 20px;
    font-size: calc(22px * 0.85);
    bottom: 45px;
}.developer-experience .review-quotes span:not(.name) {
    left: 20px;
    font-size: calc(13px * 0.9);
    bottom: 20px;
}.developer-experience .career-area::before,
    .developer-experience .career-area::after {
    height: 16px;
    width: 20px;
}}



@media (max-width: 768px) {.subscribe-to-newsletter {
    padding: 4rem 1.5rem;
}.subscribe-to-newsletter p {
    transform: none;
    max-width: 100%;
    font-size: calc(36px * 0.8);
}.subscribe-to-newsletter .input_holder {
    max-width: 100%;
    transform: none;
    grid-template-columns: 1fr;
    gap: 1rem;
}.subscribe-to-newsletter .email-input-box {
    padding: 1.2rem;
    border: 2px solid #000000;
}.subscribe-to-newsletter .request-reach {
    padding: 1.2rem;
}.subscribe-to-newsletter .edu-promise::before {
    font-size: 5rem;
}
}



@media (min-width: 768px) {.plan-comparison .premium-plan {
    grid-template-columns: repeat(2, 1fr);
}.plan-comparison .training-sub {
    padding: 40px;
}.plan-comparison .image-wrap {
    height: 220px;
}
}



@media (min-width: 1200px) {.plan-comparison .premium-plan {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan-comparison .training-sub h3 {
    font-size: calc(23px * 1.1);
}.plan-comparison .plan-table {
    font-size: calc(23px * 1.3);
}.plan-comparison .image-wrap {
    height: 240px;
}
}



@media (max-width: 767px) {.plan-comparison {
    padding: 80px 0;
}.plan-comparison .training-sub {
    padding: 30px 20px;
}.plan-comparison .plan-table {
    padding: 6px 12px;
    font-size: 23px;
}.plan-comparison .image-wrap {
    height: 180px;
}
}



@media (max-width: 992px) {.program-assets .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}.program-assets .image-wrap {
    margin-bottom: 60px;
    height: 350px;
}
}



@media (max-width: 576px) {.program-assets {
    padding: 60px 0 100px;
}.program-assets .text_main_holder {
    grid-template-columns: 1fr;
    gap: 25px;
}.program-assets .image-wrap {
    height: 250px;
    margin-bottom: 40px;
}.program-assets h2 {
    padding-bottom: 20px;
    font-size: 30px;
}.program-assets .text_main_holder svg {
    height: 45px;
    width: 45px;
    padding: 8px;
}
}



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



@keyframes shimmer {
    0% {
        transform: translate(-10%, -10%) scale(1.1);
    }
    100% {
        transform: translate(5%, 5%) scale(1);
    }
}



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



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.3;
        filter: blur(10px) brightness(1);
    }
    50% {
        opacity: 0.5;
        filter: blur(15px) brightness(1.2);
    }
}



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



@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}



@keyframes pathPulse {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}



@keyframes patternShift {
    0% {
        background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    }
    100% {
        background-position: 1000px 1000px, 1000px 1060px, 1060px 940px, 940px 1000px;
    }
}

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



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



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



@keyframes floatingItem {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
}



@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

