.top-wrap {
    flex: 1 0 auto;
}

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

header,footer {
    width: 100%;
}

header {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    z-index: 1000;
    background-color: rgb(247,230,222);
    padding: 1.2rem 0;
}

svg {
    height: 30px;
    width: 30px;
}

.core-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}


header .top_plank {
    color:  #ffffff;
    background: rgb(222,192,181);
}

header .top_plank .learning-learn div span {
    color: #ffffff;
}

header .top_plank .learning-learn {
    flex-wrap: wrap;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    line-height: 21px;
    width: 100%;
}

.course-offering {
    background: linear-gradient(135deg, rgb(247,230,222) 0%, rgba(255,255,255,0.9) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

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

.course-offering h2 {
    text-align: left;
    position: relative;
    font-size: 29px;
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    transform: translateX(-20px);
    opacity: 0;
    color: #000000;
    font-weight: 700;
    margin-bottom: 3rem;
}

.course-offering .lesson-route {
    transform: translateY(20px);
    opacity: 0;
    grid-template-columns: 1fr;
    display: grid;
    animation: fadeIn 0.8s ease-out 0.6s forwards;
    gap: 3rem;
}

.course-offering .image-wrap::before {
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%);
    z-index: 1;
}

.course-offering .text-description {
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 2rem;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    backdrop-filter: blur(5px);
}

.course-offering .description {
    position: relative;
    transform: translateY(15px);
    margin-bottom: 1.5rem;
    color: #000000;
    opacity: 0;
    font-size: 13px;
    line-height: 1.8;
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
}

.course-offering .description:last-of-type {
    animation-delay: 1s;
    margin-bottom: 0;
}

.title-intro {
    background: rgb(247,230,222);
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 100vh;
}

.title-intro::after {
    filter: blur(10px);
    z-index: 2;
    animation: pulseGlow 15s infinite alternate;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgb(222,192,181,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(197,159,146,0.5) 0%, transparent 25%),
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
}

.title-intro .edu-skill {
    overflow: hidden;
    height: 100vh;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}

.title-intro .virtual-school {
    height: 100%;
    position: relative;
    flex: 0 0 100%;
    overflow: hidden;
}

.title-intro .virtual-school img {
    transform: scale(1.05);
    width: 100%;
    filter: saturate(1.2) contrast(1.1);
    transition: transform 8s cubic-bezier(0.165, 0.84, 0.44, 1);
    object-fit: cover;
    height: 100%;
}

.title-intro .learning-welcome {
    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%);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    z-index: 10;
    left: 50%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
    position: absolute;
    display: flex;
    padding: 12px 24px;
    bottom: 40px;
    gap: 16px;
}

.title-intro .learning-welcome label::before {
    transform: rotate(0deg);
    border-radius: 2px;
    background: #ffffff;
    opacity: 0.3;
    inset: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
}

.title-intro .learning-welcome label:hover::before {
    transform: rotate(45deg);
    background: #ffffff;
    opacity: 0.8;
}

.title-intro .text-description {
    position: absolute;
    align-items: center;
    display: flex;
    width: 100%;
    z-index: 5;
    height: 100%;
}

.title-intro .text-description .container::before {
    position: absolute;
    left: -50%;
    width: 200%;
    animation: rotateBackground 120s linear infinite;
    background: 
        radial-gradient(circle at 50% 50%, transparent 15%, rgba(0, 0, 0, 0.5) 50%),
        repeating-conic-gradient(rgb(222,192,181,0.5) 0deg, rgb(222,192,181,0.5) 5deg, transparent 5deg, transparent 10deg, rgb(197,159,146,0.5) 10deg, rgb(197,159,146,0.5) 15deg, transparent 15deg, transparent 20deg);
    opacity: 0.05;
    z-index: -1;
    top: -50%;
    height: 200%;
    content: "";
}

.title-intro .text-description h1 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 46px;
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 4px #000000;
}

.title-intro .text-description h3 {
    color: rgb(197,159,146);
    display: inline-block;
    position: relative;
    text-shadow: 0 1px 2px #000000;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 24px;
}

.title-intro .text-description p {
    border-left: 1px solid rgb(197,159,146,0.5);
    font-weight: 400;
    text-shadow: 0 1px 2px #000000;
    line-height: 1.8;
    max-width: 90%;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    padding-left: 20px;
}

.title-intro .text-description p::before {
    position: absolute;
    left: -3px;
    width: 7px;
    background: rgb(197,159,146);
    content: "";
    top: 0;
    height: 7px;
    border-radius: 50%;
}

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

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

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

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

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

.title-intro input[type="radio"]:nth-of-type(1):checked ~ .learning-welcome label:nth-of-type(1)::before,
.title-intro input[type="radio"]:nth-of-type(2):checked ~ .learning-welcome label:nth-of-type(2)::before,
.title-intro input[type="radio"]:nth-of-type(3):checked ~ .learning-welcome label:nth-of-type(3)::before,
.title-intro input[type="radio"]:nth-of-type(4):checked ~ .learning-welcome label:nth-of-type(4)::before,
.title-intro input[type="radio"]:nth-of-type(5):checked ~ .learning-welcome label:nth-of-type(5)::before,
.title-intro input[type="radio"]:nth-of-type(6):checked ~ .learning-welcome label:nth-of-type(6)::before,
.title-intro input[type="radio"]:nth-of-type(7):checked ~ .learning-welcome label:nth-of-type(7)::before,
.title-intro input[type="radio"]:nth-of-type(8):checked ~ .learning-welcome label:nth-of-type(8)::before,
.title-intro input[type="radio"]:nth-of-type(9):checked ~ .learning-welcome label:nth-of-type(9)::before,
.title-intro input[type="radio"]:nth-of-type(10):checked ~ .learning-welcome label:nth-of-type(10)::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 1;
    background: #ffffff;
    box-shadow: 0 0 15px #ffffff;
}

.our-mission {
    z-index: 1;
    overflow: hidden;
    padding: 120px 0 160px;
    position: relative;
}

.our-mission::before {
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, 
        rgba(#000000, 0.85) 0%,
        rgba(#000000, 0.75) 50%,
        rgba(rgb(222,192,181), 0.65) 100%);
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    content: "";
    bottom: 0;
}

.our-mission::after {
    z-index: -1;
    transform: rotate(-3deg);
    background: #ffffff;
    bottom: -75px;
    content: "";
    left: -25%;
    width: 150%;
    position: absolute;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    height: 150px;
}

.our-mission .container {
    margin: 0 auto;
    max-width: 1200px;
    perspective: 1000px;
    padding: 0 30px;
    position: relative;
}

.our-mission h2 {
    transform: translateZ(0);
    letter-spacing: 2px;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 30px);
    font-weight: 700;
}

.our-mission h2::after {
    transform: scaleX(1);
    content: "";
    background: rgb(222,192,181);
    bottom: -15px;
    left: 0;
    transform-origin: left center;
    width: 80px;
    position: absolute;
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.our-mission .text-description::before {
    content: "";
    background: linear-gradient(to bottom, 
        rgb(222,192,181) 0%, 
        rgb(197,159,146) 100%);
    height: 100%;
    width: 6px;
    position: absolute;
    left: 0;
    top: 0;
}

.our-mission .text-description:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 
                0 10px 25px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(rgb(222,192,181), 0.15);
}

.our-mission .text-description p::after {
    transition: transform 0.4s ease-out;
    position: absolute;
    left: 0;
    bottom: -8px;
    transform-origin: left center;
    background: linear-gradient(to right, 
        rgb(222,192,181) 0%, 
        rgb(197,159,146) 100%);
    content: "";
    height: 2px;
    width: 100%;
    transform: scaleX(0.3);
}

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

.thanksField::after {
    background: rgb(222,192,181);
    transform: rotate(15deg);
    width: 300px;
    opacity: 0.1;
    position: absolute;
    height: 300px;
    bottom: -50px;
    z-index: 0;
    animation: float 15s ease-in-out infinite;
    right: -50px;
    content: "";
    border-radius: 100px;
}

.thanksField h2 {
    font-size: 28px;
    color: #000000;
    transform: translateZ(20px);
    margin-bottom: 40px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.thanksField .edu-promise {
    transform: perspective(1000px) rotateY(-2deg);
    border-radius: 8px;
    padding: 40px;
    background: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.thanksField .edu-promise:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

.thanksField li {
    padding-left: 25px;
    position: relative;
}

.thanksField span {
    color: #000000;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: 17px;
    position: relative;
    display: block;
    z-index: 2;
}

.attempt-now {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    isolation: isolate;
    background: linear-gradient(135deg, rgb(197,159,146) 0%, rgb(222,192,181) 100%);
}

.attempt-now::after {
    background: radial-gradient(circle, rgb(222,192,181,0.5) 0%, transparent 70%);
    width: 200px;
    filter: blur(40px);
    height: 200px;
    content: "";
    bottom: -50px;
    right: -50px;
    position: absolute;
    z-index: -1;
}

.attempt-now h2 {
    text-align: center;
    font-size: clamp(1.75rem, 4vw, 31px);
    margin-bottom: 3rem;
    transform: translateZ(20px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    z-index: 2;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    line-height: 1.4;
}

.attempt-now .edu-promise:hover {
    transform: translateZ(40px) rotateX(0);
    box-shadow: 
    0 30px 60px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.2);
}

.attempt-now .edu-promise::before {
    z-index: -1;
    content: "";
    border-radius: calc(13px + 3px);
    top: -3px;
    left: -3px;
    position: absolute;
    bottom: -3px;
    filter: blur(3px);
    opacity: 0.6;
    animation: borderGlow 3s infinite alternate;
    background: linear-gradient(45deg, transparent 40%, rgb(197,159,146), transparent 60%);
    right: -3px;
}

.attempt-now .edu-promise:hover svg {
    transform: rotateZ(0) scale(1.1);
}

.attempt-now svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.attempt-now .edu-promise:hover svg path {
    animation: pathPulse 2s infinite alternate;
    fill: #ffffff;
}

.attempt-now .request-reach::before {
    left: 0;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    content: "";
}

.attempt-now .request-reach:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px) scale(1.03);
    color: rgb(222,192,181);
}

.attempt-now .request-reach:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px) scale(0.98);
}

.privacy-den h1 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-size: 45px;
    border-bottom: 2px solid rgb(197,159,146);
    color: rgb(222,192,181);
}

.privacy-den ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.privacy-den li {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    font-size: 12px;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
}

.privacy-den a {
    color: rgb(222,192,181);
    text-decoration: none;
    border-bottom: 1px solid rgb(222,192,181,0.5);
    font-weight: 600;
}

.cookie-overlay-banner {
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    border-top: 3px solid rgb(222,192,181);
    bottom: 0;
    position: fixed;
    justify-content: center;
    display: flex;
    background: rgb(247,230,222);
    width: 100%;
    z-index: 100;
}

.visitor-controls svg {
    height: 50px;
    fill: rgb(222,192,181);
    width: 50px;
}

.privacy-learn h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 19px;
    font-weight: 700;
    color: rgb(222,192,181);
}

.online-cookies {
    flex-shrink: 0;
    cursor: pointer;
    min-width: 120px;
    font-size: 15px;
    padding: 10px 20px;
    background: rgb(222,192,181);
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    text-align: center;
}

.learning-system::before {
    z-index: 1;
    transform: perspective(1000px) rotateY(5deg);
    background-size: 120px 120px;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    animation: patternShift 30s infinite linear;
    background-image: 
        linear-gradient(45deg, rgb(197,159,146,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(197,159,146,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(197,159,146,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(197,159,146,0.5) 75%);
    left: 0;
    top: 0;
    opacity: 0.05;
}

.learning-system .edu-promise:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.3) inset,
        0 10px 25px rgba(rgb(222,192,181), 0.1);
}

.learning-system .edu-promise > div {
    z-index: 3;
    position: relative;
    padding: 40px;
}

.learning-system .edu-promise > div::before {
    position: absolute;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(222,192,181) 0%, rgb(197,159,146) 100%);
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    left: 0;
    z-index: 4;
    width: 60px;
    height: 4px;
    top: 0;
}

.learning-system .edu-promise:hover h3 {
    transform: translateX(10px);
}

.learning-system p {
    font-size: 16px;
    color: #000000;
    position: relative;
    line-height: 1.8;
    margin-bottom: 0;
}

.learning-system .edu-promise:hover p span {
    transform: translateY(5px);
}

footer {
    position: relative;
    width: 100%;
    z-index: 1;
}

.a11y-tools::before {
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 10% 20%, rgb(197,159,146,0.5) 0%, transparent 50%);
    right: 0;
    pointer-events: none;
    bottom: 0;
}



.a11y-tools .container {
    z-index: 2;
    position: relative;
}

footer .talk-experts {
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    display: flex;
    backdrop-filter: blur(8px);
    flex-wrap: wrap;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    gap: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

footer .info_item:hover svg {
    transform: scale(1.1);
}

footer .info_item p, footer .info_item a {
    color: #ffffff;
    font-size: 15px;
    display: flex;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
    align-items: center;
}

footer .nav-top {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}

footer .nav-top:hover svg {
    filter: drop-shadow(0 0 8px rgb(222,192,181));
}

footer .edu-global {
    line-height: 1.5;
    max-width: 300px;
    opacity: 0.8;
    font-size: 16px;
    color: #ffffff;
}

footer .header-pro:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .header-pro::before {
    content: "";
    right: -2px;
    border-radius: calc(16px + 2px);
    z-index: -1;
    bottom: -2px;
    transition: opacity 0.5s ease;
    opacity: 0;
    background: linear-gradient(45deg, rgb(222,192,181), transparent, rgb(197,159,146), transparent);
    top: -2px;
    left: -2px;
    position: absolute;
}

footer .header-pro h5::after {
    background: rgb(222,192,181);
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    width: 50px;
    left: 0;
    position: absolute;
    bottom: -1px;
}

footer .head-main a {
    font-weight: 400;
    color: #ffffff;
    position: relative;
    font-size: calc(15px - 1px);
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    padding-left: 15px;
}

footer .head-main a:hover {
    color: rgb(222,192,181);
    padding-left: 20px;
}

footer .head-main a:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    background-color: rgb(222,192,181);
    box-shadow: 0 0 5px rgb(222,192,181), 0 0 10px rgb(222,192,181,0.5);
}

footer .subscribe_holder::before {
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    height: 200%;
    content: "";
    position: absolute;
    z-index: -1;
    left: -50%;
    top: -50%;
    width: 200%;
    animation: pulseBackground 10s infinite ease-in-out;
}

footer .subscribe_holder p {
    color: #ffffff;
    line-height: 1.6;
    font-size: 15px;
    opacity: 0.9;
    margin-bottom: 20px;
}

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

footer .input_holder input[type="email"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgb(222,192,181,0.5);
    border-color: rgb(222,192,181);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .sub-transition::before {
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    height: 100%;
    position: absolute;
    left: -100%;
    content: "";
}

footer .sub-transition:hover::before {
    left: 100%;
}

footer .code-labs {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-information {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 120px 0;
}

.contact-information .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}

.contact-information .query-reach {
    display: flex;
    position: relative;
    border-radius: 11px;
    flex-direction: column;
    margin: 0 auto;
    overflow: hidden;
}

.contact-information .inquiry-widget h3 {
    font-weight: 700;
    font-size: 19px;
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    display: inline-block;
}

.contact-information .inquiry-widget form {
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}

.contact-information .inquiry-widget input[type="text"]:focus,
.contact-information .inquiry-widget input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(197,159,146,0.5);
}

.contact-information .inquiry-widget input::placeholder {
    opacity: 0.6;
    color: #000000;
}

.contact-information .inquiry-widget .request-support {
    flex: 1 0 100%;
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
}

.contact-information .inquiry-widget .request-support input[type="checkbox"]:checked {
    background-color: rgb(197,159,146);
}

.contact-information .inquiry-widget .request-support input[type="checkbox"]:checked::before {
    left: 9px;
    position: absolute;
    top: 6px;
    border-width: 0 2px 2px 0;
    height: 10px;
    border: solid #ffffff;
    content: '';
    width: 6px;
    transform: rotate(45deg);
}

.contact-information .inquiry-widget .request-support label a {
    color: rgb(222,192,181);
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.contact-information .inquiry-widget .request-support label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.contact-information .inquiry-widget .request-reach {
    overflow: hidden;
    margin-top: 15px;
    border: none;
    transition: all 0.3s ease;
    flex: 1 0 100%;
    position: relative;
    box-shadow: 0 4px 10px rgb(197,159,146,0.5);
    background-color: rgb(197,159,146);
    text-transform: uppercase;
    font-weight: 600;
    z-index: 1;
    cursor: pointer;
    font-size: 20px;
    border-radius: 10px;
    height: 60px;
    letter-spacing: 1px;
    color: #ffffff;
}

.contact-information .inquiry-widget .request-reach:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.contact-information .inquiry-feedback::before {
    top: 0;
    position: absolute;
    left: 0;
    height: 30px;
    background: rgb(222,192,181);
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    transform: translateY(-15px);
    content: '';
}

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

.contact-information .inquiry-feedback div::before {
    left: 0;
    position: absolute;
    height: 1px;
    content: '';
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    width: 100%;
    opacity: 0.2;
    bottom: -10px;
}

.contact-information .inquiry-feedback div svg path {
    fill: #ffffff;
}

.contact-information .inquiry-feedback div span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

.contact-information .inquiry-feedback div span a::after {
    transform: scaleX(0);
    width: 100%;
    background-color: #ffffff;
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    height: 1px;
    transform-origin: right;
    content: '';
    bottom: -2px;
}

header::after {
    position: absolute;
    height: 4px;
    content: '';
    background: linear-gradient(90deg, 
        rgb(222,192,181) 0%, 
        rgb(197,159,146) 50%, 
        rgb(222,192,181) 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
}

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

header .nav-guide {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

header .main-know {
    padding: 0.7rem 1.2rem;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

header .main-know::after {
    z-index: -1;
    background: rgb(222,192,181);
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
    left: 0;
    content: '';
}

header .main-know:hover::before {
    opacity: 1;
    transform: scale(1);
}

header .head-nav {
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    display: flex;
    padding: 0.5rem 1rem;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

header .head-nav:hover::before {
    left: 100%;
}

header .head-nav svg {
    z-index: 2;
    height: auto;
    position: relative;
    width: 160px;
}

.future-attendees::before {
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(222,192,181,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(197,159,146,0.5) 0%, transparent 50%);
    top: 0;
    opacity: 0.5;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    height: 100%;
    content: "";
}

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

.future-attendees .edu-promise {
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    backdrop-filter: blur(10px);
    display: flex;
    border-radius: 26px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.future-attendees h4::before {
    top: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.5;
}

.future-attendees div p:last-child {
    margin-bottom: 0;
}

.future-attendees div p::before {
    transition: all 0.3s ease;
    background: linear-gradient(180deg, rgb(222,192,181), rgb(197,159,146));
    left: 0;
    width: 4px;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
}

.future-attendees div p:hover {
    border-color: rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.future-attendees div p:hover::before {
    width: 8px;
}

.future-attendees div p:hover::after {
    opacity: 1;
}

.future-attendees div p svg {
    height: 28px;
    width: 28px;
    min-width: 28px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    margin-right: 18px;
}

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

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

.developer-experience .review-quotes {
    gap: 50px;
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
    display: grid;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 20px;
    grid-template-columns: 350px 1fr;
}

.developer-experience .image-wrap::after {
    height: 100%;
    width: 100%;
    background: rgb(222,192,181);
    opacity: 0.15;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    transition: opacity 0.4s ease;
}

.developer-experience .name {
    bottom: 60px;
    transition: transform 0.3s ease;
    z-index: 2;
    padding-bottom: 0;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    font-size: 22px;
    margin: 0;
    font-family: Arial, sans-serif;
    left: 30px;
}

.developer-experience .image-wrap:hover ~ .name,
.developer-experience .image-wrap:hover ~ span:not(.name) {
    transform: translateX(5px);
}

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

.subscribe-to-newsletter {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
}

.subscribe-to-newsletter::before {
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    z-index: 0;
    opacity: 0.3;
    background-image: linear-gradient(
        90deg,
        rgb(247,230,222) 0%,
        rgb(247,230,222) 50%,
        transparent 50%,
        transparent 100%
    );
    width: 100%;
    background-size: 4px 4px;
    top: 0;
}

.subscribe-to-newsletter p {
    position: relative;
    font-size: 38px;
    max-width: 70%;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 4rem;
    line-height: 1.3;
    font-weight: 700;
    transform: translateX(15%);
}

.subscribe-to-newsletter p::after {
    transform-origin: left;
    bottom: -20px;
    width: 100px;
    background: rgb(222,192,181);
    content: "";
    height: 5px;
    position: absolute;
    left: 0;
    animation: expandLine 1.5s cubic-bezier(.17,.67,.83,.67) forwards;
}

.subscribe-to-newsletter .input_holder:hover::before {
    transform: translate(5px, 5px);
}

.subscribe-to-newsletter .email-input-box {
    padding: 1.5rem;
    border: 2px solid #000000;
    transition: all 0.3s ease;
    outline: none;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    background: #ffffff;
    border-right: none;
}

.subscribe-to-newsletter .request-reach::after {
    position: absolute;
    left: -50%;
    top: -50%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scale(0);
    z-index: -1;
    content: "";
    height: 200%;
    width: 200%;
    opacity: 0;
    border-radius: 50%;
    background: rgb(222,192,181);
}

.subscribe-to-newsletter .request-reach:hover::after {
    transform: scale(1);
    opacity: 1;
}



.subscribe-to-newsletter::after {
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.1;
    width: 300px;
    right: -150px;
    content: "";
    animation: floatingItem 20s ease-in-out infinite;
    height: 300px;
    top: -150px;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(222,192,181,0.5),
        rgb(197,159,146,0.5)
    );
}

.plan-comparison .trial-pricing {
    flex-direction: column-reverse;
    display: flex;
    gap: 60px;
}

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

.plan-comparison .cert-cost h2::after {
    background: rgb(222,192,181);
    position: absolute;
    height: 3px;
    bottom: -10px;
    left: 50%;
    width: 80px;
    content: "";
    transform: translateX(-50%);
}

.plan-comparison .premium-plan {
    gap: 30px;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
}

.plan-comparison .discount-price:nth-child(1) {
    --index: 1;
}

.plan-comparison .discount-price:nth-child(2) {
    --index: 2;
}

.plan-comparison .discount-price:nth-child(3) {
    --index: 3;
}

.plan-comparison .discount-price:nth-child(4) {
    --index: 4;
}

.plan-comparison .discount-price:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}

.plan-comparison .cost-options::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 5px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(222,192,181), rgb(197,159,146));
}

.plan-comparison .training-sub h3 {
    margin-top: 0;
    font-size: 23px;
    word-break: break-word;
    margin-bottom: 15px;
    overflow-wrap: break-word;
    color: #000000;
    font-weight: 700;
    position: relative;
}

.plan-comparison .discount-price:hover .training-sub h3::after {
    width: 70px;
}

.plan-comparison .plan-table {
    font-size: calc(23px * 1.2);
    overflow-wrap: break-word;
    position: relative;
    padding: 8px 16px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    border-radius: 10px;
    font-weight: 700;
    word-break: break-word;
    color: rgb(222,192,181);
    margin: 10px 0 20px;
    display: inline-block;
}

.program-assets {
    position: relative;
    overflow: hidden;
    background: rgb(222,192,181);
    padding: 120px 0 160px;
}

.program-assets::after {
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, #000000, transparent);
    left: 0;
    content: '';
    z-index: 1;
    position: absolute;
    bottom: 0;
}

.program-assets .edu-promise {
    align-items: center;
    position: relative;
    display: flex;
    padding: 0 20px;
    flex-direction: column;
    margin: 0 auto;
    z-index: 2;
    max-width: 1280px;
}

.program-assets h2 {
    padding-bottom: 25px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
}

.program-assets h2::before {
    width: 80px;
    position: absolute;
    content: '';
    opacity: 0.3;
    bottom: -5px;
    height: 1px;
    left: 50%;
    background: #ffffff;
    transform: translateX(-50%);
}

.program-assets .image-wrap::before {
    height: 100%;
    left: 0;
    content: '';
    z-index: 1;
    top: 0;
    background: linear-gradient(45deg, rgb(222,192,181,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
}

.program-assets .image-wrap::after {
    height: 40%;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

.program-assets .text_main_holder::after {
    height: 20px;
    border: 2px solid rgb(197,159,146);
    width: 20px;
    content: '';
    opacity: 0.8;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    top: -80px;
}

.program-assets .text_main_holder > div:nth-child(1) {
    --i: 1;
}

.program-assets .text_main_holder > div:nth-child(2) {
    --i: 2;
}

.program-assets .text_main_holder > div:nth-child(3) {
    --i: 3;
}

.program-assets .text_main_holder > div:nth-child(4) {
    --i: 4;
}

.program-assets .text_main_holder > div:nth-child(5) {
    --i: 5;
}

.program-assets .text_main_holder > div:nth-child(6) {
    --i: 6;
}

.program-assets .text_main_holder > div::before {
    position: absolute;
    content: '';
    z-index: -1;
    opacity: 0;
    bottom: -2px;
    transition: opacity 0.3s ease;
    left: -2px;
    right: -2px;
    border-radius: calc(10px + 1px);
    top: -2px;
    background: linear-gradient(45deg, rgb(222,192,181,0.5) 0%, transparent 20%, transparent 80%, rgb(197,159,146,0.5) 100%);
}

.program-assets .text_main_holder > div:hover svg {
    transform: scale(1.1);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3),
                0 0 20px rgb(222,192,181);
}

.program-assets .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(197,159,146);
}

.program-assets .text_main_holder p {
    margin: 0;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff;
}


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



@media (min-width: 992px) {.course-offering {
    padding: 10rem 0;
}.course-offering h2 {
    max-width: 70%;
    font-size: calc(29px * 1.4);
}.course-offering .lesson-route {
    gap: 6rem;
}.course-offering .image-wrap {
    height: 600px;
}.course-offering .description {
    font-size: calc(13px * 1.05);
    line-height: 1.9;
}
}



@media (max-width: 767px) {.course-offering h2 {
    text-align: center;
    font-size: calc(29px * 0.9);
}.course-offering h2::after {
    margin: 15px auto 0;
}.course-offering .image-wrap {
    order: -1;
}.course-offering .text-description {
    padding: 1.5rem;
}.course-offering .description {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}}



@media screen and (max-width: 480px) {.title-intro .text-description {
    padding-bottom: 100px;
}.title-intro .text-description .container {
    border-left: 2px solid rgb(222,192,181);
    padding: 1.5rem;
}.title-intro .text-description h1 {
    font-size: calc(46px * 0.7);
    margin-bottom: 1rem;
}.title-intro .text-description h3 {
    margin-bottom: 1rem;
    font-size: calc(24px * 0.8);
}.title-intro .text-description p {
    padding-left: 10px;
}.title-intro .learning-welcome {
    bottom: 25px;
    padding: 8px 15px;
    gap: 8px;
}.title-intro .learning-welcome label {
    height: 10px;
    width: 10px;
}}



@media (min-width: 768px) {.our-mission .text-description div div {
    column-count: 2;
}
}



@media (min-width: 992px) {.our-mission {
    padding: 150px 0 200px;
}.our-mission .text-description {
    padding: 60px 70px;
}.our-mission .text-description div div {
    column-count: 2;
}
}



@media (max-width: 480px) {.our-mission {
    padding: 60px 0 100px;
}.our-mission .text-description {
    padding: 25px 20px;
}.our-mission h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}.our-mission h2::after {
    width: 50px;
    bottom: -8px;
}.our-mission .text-description p {
    font-size: 1.125rem;
}
}



@media (hover: hover) {.our-mission .text-description::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, 
            rgba(rgb(222,192,181,0.5), 0.05) 0%,
            rgba(rgb(222,192,181,0.5), 0) 50%);
    transition: opacity 0.5s ease;
    z-index: 1;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}.our-mission .text-description:hover::after {
    opacity: 1;
}}



@media (max-width: 576px) {.thanksField {
    padding: 50px 0;
}.thanksField h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.7);
}.thanksField h2::after {
    width: 50px;
    height: 3px;
}.thanksField .edu-promise {
    transform: none;
    padding: 20px;
}.thanksField li {
    padding-left: 20px;
}.thanksField span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 480px) {.attempt-now {
    padding: 3rem 0;
}.attempt-now h2 {
    font-size: 1.5rem;
}.attempt-now h2::after {
    width: 60px;
}.attempt-now .edu-promise {
    transform: translateZ(10px) rotateX(1deg);
    padding: 1.5rem;
}.attempt-now svg {
    width: 36px;
    height: 36px;
}.attempt-now .request-reach {
    font-size: 0.9rem;
    padding: 0.65rem 1.25rem;
}}



@media (min-width: 768px) {.learning-system {
    padding: 150px 0;
}.learning-system .container {
    gap: 60px;
    grid-template-columns: 1fr;
}.learning-system .edu-promise > div {
    padding: 60px;
}.learning-system h3 {
    font-size: calc(32px * 1.1);
    margin-bottom: 30px;
}.learning-system p {
    font-size: calc(16px * 1.05);
    line-height: 1.9;
}
}



@media (max-width: 767px) {.learning-system {
    padding: 80px 0;
}.learning-system .container {
    padding: 0 15px;
}.learning-system .edu-promise > div {
    padding: 30px;
}.learning-system h3 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.85);
}.learning-system p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}.learning-system .edu-promise > div::before {
    height: 3px;
    width: 40px;
}}



@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-transition {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .a11y-tools {
    padding: 60px 0 30px;
}footer .talk-experts {
    padding: 20px;
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
}footer .header-pro, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .header-pro h5 {
    font-size: calc(18px - 2px);
}footer .subscribe_holder p, footer .head-main a {
    font-size: calc(15px - 2px);
}footer .code-labs {
    margin-top: 30px;
}
}



@media screen and (max-width: 991px) {.contact-information {
    padding: 80px 0;
}.contact-information .inquiry-feedback div {
    max-width: 100%;
}
}



@media screen and (max-width: 767px) {.contact-information {
    padding: 60px 0;
}.contact-information .inquiry-widget,
    .contact-information .inquiry-feedback {
    padding: 40px 25px;
}.contact-information .inquiry-widget h3,
    .contact-information .inquiry-feedback h3 {
    font-size: calc(19px + 2px);
}.contact-information .inquiry-widget input[type="text"],
    .contact-information .inquiry-widget input[type="email"],
    .contact-information .inquiry-widget .request-reach {
    height: 55px;
}
}



@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .header-pro {
    gap: 0.3rem;
}header .main-know {
    padding: 0.6rem 0.8rem;
    font-size: calc(16px - 1px);
}header .head-nav svg {
    width: 140px;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .header-pro {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .header-pro::-webkit-scrollbar {
    height: 3px;
}header .header-pro::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(222,192,181);
}header .main-know {
    white-space: nowrap;
}header .head-nav svg {
    width: 110px;
}}



@media (max-width: 991px) {.future-attendees {
    padding: 80px 0;
}.future-attendees h4 {
    padding: 30px 25px;
    font-size: calc(35px - 2px);
}.future-attendees div {
    padding: 30px;
}.future-attendees div p {
    margin-bottom: 15px;
    padding: 15px;
}.future-attendees div p svg {
    min-width: 24px;
    margin-right: 15px;
    width: 24px;
    height: 24px;
}
}



@media (max-width: 479px) {.future-attendees {
    padding: 40px 0;
}.future-attendees h4 {
    padding: 20px 15px;
    font-size: calc(35px - 6px);
}.future-attendees div {
    padding: 20px 15px;
}.future-attendees div p {
    padding: 10px 12px;
    font-size: calc(17px - 1px);
    margin-bottom: 10px;
}.future-attendees div p svg {
    height: 18px;
    min-width: 18px;
    margin-right: 10px;
    width: 18px;
}}



@media (max-width: 768px) {.developer-experience {
    padding: 80px 0;
}.developer-experience .container {
    padding: 0 20px;
}.developer-experience .review-quotes {
    grid-template-columns: 1fr;
    gap: 0;
}.developer-experience .image-wrap {
    height: 300px;
    min-height: 300px;
}.developer-experience .career-area {
    padding: 35px 25px;
}.developer-experience .name {
    left: 25px;
    font-size: calc(22px * 0.9);
    bottom: 50px;
}.developer-experience .review-quotes span:not(.name) {
    bottom: 25px;
    font-size: calc(13px * 0.95);
    left: 25px;
}.developer-experience .career-area::before {
    width: 24px;
    top: 25px;
    left: 25px;
    height: 20px;
}.developer-experience .career-area::after {
    right: 25px;
    height: 20px;
    bottom: 25px;
    width: 24px;
}
}



@media (max-width: 992px) {.subscribe-to-newsletter p {
    max-width: 80%;
    transform: translateX(10%);
    font-size: 36px;
}.subscribe-to-newsletter .input_holder {
    transform: translateX(-10%);
    max-width: 90%;
}.subscribe-to-newsletter .edu-promise::before {
    font-size: 8rem;
}
}



@media (max-width: 576px) {.subscribe-to-newsletter {
    margin: 4rem 0;
    padding: 3rem 1rem;
}.subscribe-to-newsletter p {
    font-size: 23px;
    margin-bottom: 3rem;
}.subscribe-to-newsletter p::after {
    height: 3px;
    width: 60px;
}.subscribe-to-newsletter .edu-promise::before {
    font-size: 3.5rem;
}.subscribe-to-newsletter .email-input-box,
    .subscribe-to-newsletter .request-reach {
    padding: 1rem;
}}



@media (min-width: 992px) {.plan-comparison .trial-pricing {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.plan-comparison .premium-plan {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.plan-comparison .cert-cost {
    text-align: left;
    margin: 0;
    width: 35%;
}.plan-comparison .cert-cost h2::after {
    transform: none;
    left: 0;
}.plan-comparison .sub-options {
    margin: 0;
}
}



@media (max-width: 480px) {.plan-comparison {
    padding: 60px 0;
}.plan-comparison .cert-cost h2 {
    font-size: calc(36px * 0.85);
}.plan-comparison .training-sub h3 {
    font-size: calc(23px * 0.95);
}.plan-comparison .image-wrap {
    height: 160px;
}}



@media (max-width: 768px) {.program-assets {
    padding: 80px 0 120px;
}.program-assets h2 {
    margin-bottom: 40px;
    font-size: calc(40px * 0.8);
}.program-assets .image-wrap {
    height: 300px;
    margin-bottom: 50px;
}
}



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



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



@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translateY(-50%) scale(1.5);
    }
}



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



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



@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}



@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}



@keyframes borderGlow {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.8;
  }
}



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



@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

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

@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

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



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



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

