* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}.header-pagewrap {
    flex: 1 0 auto;
}.container-wrap {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1276px;
}a {
    color: inherit;
    text-decoration: none;
}.edu-links {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.secure-citadel {
    width: 90%;
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    font-family: Arial, sans-serif;
    margin: 0 auto;
    color: #000000;
    border: 1px solid rgb(217,206,200);
}.secure-citadel:before {
    background: rgb(217,206,200,0.5);
    content: "";
    width: 150px;
    height: 150px;
    top: -50px;
    z-index: 1;
    left: -50px;
    position: absolute;
    border-radius: 50%;
}.secure-citadel:after {
    right: -50px;
    background: rgb(185,169,164,0.5);
    height: 200px;
    z-index: 1;
    border-radius: 50%;
    bottom: -50px;
    position: absolute;
    content: "";
    width: 200px;
}.secure-citadel h1 {
    margin-top: 40px;
    position: relative;
    font-weight: 700;
    font-size: 39px;
    padding-bottom: 10px;
    z-index: 2;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(217,206,200);
    color: #000000;
    margin-bottom: 30px;
}.secure-citadel h1:before {
    z-index: -1;
    left: 0;
    height: 5px;
    position: absolute;
    background: rgb(185,169,164);
    bottom: -5px;
    content: "";
    width: 50px;
}.secure-citadel h2 {
    font-weight: 600;
    position: relative;
    font-size: 34px;
    margin-bottom: 25px;
    color: rgb(185,169,164);
    margin-top: 35px;
    z-index: 2;
}.secure-citadel h2:before {
    background: rgb(217,206,200);
    bottom: -5px;
    left: 0;
    width: 30px;
    position: absolute;
    height: 3px;
    content: "";
    z-index: -1;
}.secure-citadel ul, .secure-citadel ol {
    list-style-type: disc;
    padding-left: 40px;
    z-index: 2;
    list-style: none;
    margin-bottom: 30px;
    position: relative;
}.secure-citadel li {
    position: relative;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 15px;
}.secure-citadel li:before {
    content: "•";
    font-size: 1.5em;
    left: -25px;
    line-height: 1;
    color: rgb(217,206,200);
    position: absolute;
}.secure-citadel div {
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    line-height: 1.8;
    z-index: 2;
    padding: 25px;
    border-radius: 10px;
    background: #ffffff;
}.secure-citadel .container {
    position: relative;
    z-index: 2;
}.secure-citadel h3, .secure-citadel h4, .secure-citadel h5, .secure-citadel h6 {
    position: relative;
    margin-top: 30px;
    font-size: 1.2em;
    color: rgb(217,206,200);
    font-weight: 600;
    margin-bottom: 15px;
    z-index: 2;
}.secure-citadel p, .secure-citadel span {
    line-height: 1.8;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    z-index: 2;
    color: #000000;
}.secure-citadel a {
    color: rgb(185,169,164);
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgb(185,169,164);
    text-decoration: none;
    font-weight: 400;
}.secure-citadel a:hover {
    border-bottom: 1px solid rgb(217,206,200);
    color: rgb(217,206,200);
}.secure-citadel button {
    z-index: 2;
    border: 2px solid rgb(217,206,200);
    padding: 12px 25px;
    background: rgb(185,169,164);
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    font-size: 17px;
}.secure-citadel button:hover {
    background: rgb(217,206,200);
    border-color: rgb(185,169,164);
}

@media only screen and (max-width: 800px) {.secure-citadel {
    padding: 30px;
    width: 95%;
}.secure-citadel h1 {
    font-size: calc(21px - 10px);
}.secure-citadel h2 {
    font-size: calc(21px - 5px);
}.secure-citadel ul, .secure-citadel ol {
    padding-left: 20px;
}.secure-citadel li:before {
    left: -15px;
}.secure-citadel button {
    padding: 10px 20px;
}}.plan-selection {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.plan-selection::before {
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(18, 36, 66, 0.92), rgba(39, 55, 89, 0.85));
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
}.plan-selection .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    z-index: 2;
}.study-packages {
    position: relative;
}.plan-selection h2 {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    text-align: center;
    font-size: 31px;
    font-weight: 700;
    color: #ffffff;
    transform: translateY(0);
    margin-bottom: 20px;
}.plan-selection h2::after {
    width: 80px;
    height: 3px;
    left: 50%;
    position: absolute;
    content: "";
    bottom: -12px;
    background: rgb(217,206,200);
    transform: translateX(-50%);
}.plan-selection .rate-choice {
    opacity: 0.9;
    line-height: 1.6;
    max-width: 760px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 50px;
}.plan-selection .learning-package {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 30px;
    padding: 0;
    list-style: none;
    display: grid;
}.plan-selection .cert-fees {
    height: 100%;
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.plan-selection .cost-schemes {
    position: relative;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(10px);
    display: flex;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    height: 100%;
    justify-content: space-between;
    min-height: 380px;
}.plan-selection .cost-schemes::before {
    transition: opacity 0.5s ease;
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom right, 
        rgb(217,206,200,0.5), 
        transparent,
        rgba(255, 255, 255, 0.05));
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0;
    content: "";
}.plan-selection .member-fees {
    z-index: 2;
    flex-direction: column;
    height: 100%;
    display: flex;
    position: relative;
}.plan-selection .cert-fees h4 {
    font-size: 22px;
    transition: transform 0.4s ease;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
}.plan-selection .cert-fees h4::after {
    width: 40px;
    content: "";
    transition: width 0.4s ease;
    height: 2px;
    background: rgb(217,206,200);
    position: absolute;
    bottom: 0;
    left: 0;
}.plan-selection .cert-fees p {
    opacity: 0.85;
    font-size: 15px;
    color: #ffffff;
    overflow-wrap: break-word;
    flex-grow: 1;
    white-space: normal;
    word-break: break-word;
    margin-bottom: 25px;
    line-height: 1.7;
}.plan-selection .lesson-plans {
    font-weight: 700;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    font-size: 28px;
    color: #ffffff;
    padding: 10px 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    margin-top: auto;
    background: linear-gradient(135deg, rgb(217,206,200), rgb(185,169,164));
    align-self: flex-start;
    display: inline-block;
}.plan-selection .lesson-plans::before {
    position: absolute;
    content: "";
    transition: transform 0.6s ease;
    top: 0;
    height: 100%;
    transform: translateX(-100%);
    width: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: 0;
}.plan-selection .cert-fees:hover {
    transform: translateY(-10px);
}.plan-selection .cert-fees:hover .cost-schemes {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}.plan-selection .cert-fees:hover .cost-schemes::before {
    opacity: 1;
}.plan-selection .cert-fees:hover h4 {
    transform: translateX(5px);
}.plan-selection .cert-fees:hover h4::after {
    width: 60px;
}.plan-selection .cert-fees:hover .lesson-plans {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}.plan-selection .cert-fees:hover .lesson-plans::before {
    transform: translateX(100%);
}

@media (max-width: 1200px) {.plan-selection {
    padding: 100px 0;
}.plan-selection .learning-package {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}.plan-selection .cost-schemes {
    min-height: 360px;
    padding: 25px;
}.plan-selection h2 {
    font-size: calc(31px - 2px);
}
}

@media (max-width: 992px) {.plan-selection {
    padding: 80px 0;
}.plan-selection .learning-package {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.plan-selection .cost-schemes {
    padding: 22px;
    min-height: 340px;
}.plan-selection .cert-fees h4 {
    font-size: 20px;
}.plan-selection .cert-fees p {
    line-height: 1.6;
    font-size: 14px;
}.plan-selection .lesson-plans {
    font-size: 24px;
    padding: 8px 16px;
}
}

@media (max-width: 768px) {.plan-selection {
    padding: 60px 0;
}.plan-selection .learning-package {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.plan-selection .cost-schemes {
    min-height: auto;
    padding: 25px;
}.plan-selection h2 {
    font-size: calc(31px - 4px);
}.plan-selection .rate-choice {
    margin-bottom: 40px;
    font-size: 16px;
}
}

@media (max-width: 576px) {.plan-selection {
    padding: 50px 0;
}.plan-selection h2 {
    font-size: calc(31px - 6px);
}.plan-selection .rate-choice {
    margin-bottom: 30px;
    font-size: 15px;
}.plan-selection .cost-schemes {
    padding: 20px;
}.plan-selection .cert-fees h4 {
    padding-bottom: 12px;
    font-size: 18px;
    margin-bottom: 15px;
}.plan-selection .cert-fees p {
    font-size: 14px;
    margin-bottom: 20px;
}.plan-selection .lesson-plans {
    padding: 8px 14px;
    font-size: 22px;
}}.educational-gains {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(242,234,231) 0%, #ffffff 100%);
}.educational-gains::before {
    background: linear-gradient(45deg, rgb(217,206,200,0.5) 0%, rgb(185,169,164,0.5) 100%);
    position: absolute;
    opacity: 0.4;
    width: 300px;
    z-index: 0;
    top: -50px;
    filter: blur(60px);
    animation: float 15s infinite alternate ease-in-out;
    content: "";
    right: -50px;
    height: 300px;
    border-radius: 50%;
}.educational-gains::after {
    z-index: 0;
    height: 400px;
    filter: blur(80px);
    content: "";
    bottom: -100px;
    border-radius: 50%;
    animation: float 18s infinite alternate-reverse ease-in-out;
    left: -100px;
    background: linear-gradient(225deg, rgb(185,169,164,0.5) 0%, rgb(217,206,200,0.5) 100%);
    width: 400px;
    opacity: 0.3;
    position: absolute;
}.educational-gains .container {
    max-width: 1200px;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    display: flex;
    position: relative;
}.educational-gains .img-float {
    filter: brightness(1.05) contrast(1.05);
    height: 380px;
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    clip-path: polygon(0 0, 100% 4%, 97% 100%, 3% 96%);
    width: 100%;
}.educational-gains .img-float:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.educational-gains .timeline-hist {
    z-index: 2;
    position: relative;
    margin-top: -120px;
    padding: 40px 0 0;
}.educational-gains .note-frame {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    backdrop-filter: blur(10px);
    animation: slideUp 0.8s forwards 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0;
    transform: translateY(30px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    padding: 40px 45px;
}.educational-gains h1 {
    position: relative;
    font-weight: 700;
    opacity: 0;
    font-size: 28px;
    color: #000000;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    transform: translateY(10px);
    animation: fadeIn 0.6s forwards 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    line-height: 1.3;
}.educational-gains h1::after {
    left: 0;
    transform: scaleX(0);
    height: 3px;
    position: absolute;
    width: 80px;
    bottom: -10px;
    animation: lineExpand 0.6s forwards 1s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    background: linear-gradient(90deg, rgb(217,206,200) 0%, rgb(185,169,164) 100%);
    transform-origin: left;
}.educational-gains ul {
    grid-template-columns: 1fr;
    display: grid;
    margin: 0;
    list-style: none;
    padding: 0;
    gap: 15px;
}.educational-gains li {
    position: relative;
    transform: translateX(15px);
    opacity: 0;
    padding-left: 40px;
}.educational-gains li:nth-child(1) {
    animation: slideIn 0.5s forwards 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.educational-gains li:nth-child(2) {
    animation: slideIn 0.5s forwards 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}.educational-gains li:nth-child(3) {
    animation: slideIn 0.5s forwards 1s cubic-bezier(0.22, 1, 0.36, 1);
}.educational-gains li:nth-child(4) {
    animation: slideIn 0.5s forwards 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}.educational-gains li:nth-child(5) {
    animation: slideIn 0.5s forwards 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}.educational-gains li p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
}.educational-gains li svg {
    width: 24px;
    top: 0;
    left: 0;
    height: 24px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
}.educational-gains li:hover svg {
    transform: translateY(-3px) scale(1.1);
}.educational-gains svg path {
    fill: rgb(217,206,200);
    transition: fill 0.3s ease;
}.educational-gains li:hover svg path {
    fill: rgb(185,169,164);
}

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

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

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

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

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, -30px);
    }
}

@media (min-width: 768px) {.educational-gains .container {
    gap: 30px;
    align-items: center;
    flex-direction: row;
}.educational-gains .img-float {
    width: 45%;
    height: 450px;
    clip-path: polygon(0 0, 100% 4%, 96% 100%, 4% 96%);
}.educational-gains .timeline-hist {
    margin-top: 0;
    width: 55%;
    padding: 0;
}.educational-gains .note-frame {
    padding: 50px;
}.educational-gains h1 {
    font-size: 48px;
}.educational-gains ul {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.educational-gains {
    padding: 150px 0;
}.educational-gains .img-float {
    height: 550px;
}.educational-gains .note-frame {
    padding: 60px;
}.educational-gains h1::after {
    width: 100px;
}
}

@media (max-width: 767px) {.educational-gains {
    padding: 80px 0;
}.educational-gains .note-frame {
    padding: 30px;
}.educational-gains h1 {
    font-size: calc(28px * 0.9);
    margin-bottom: 25px;
}.educational-gains li {
    padding-left: 35px;
}.educational-gains li p {
    font-size: calc(14px * 0.95);
}
}

@media (hover: none) {.educational-gains .img-float {
    transform: none;
}.educational-gains li:hover svg {
    transform: none;
}}.leadership-profile {
    background: rgb(242,234,231);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.leadership-profile::before {
    opacity: 0.05;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(217,206,200,0.5) 0,
        rgb(217,206,200,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    top: 0;
}.leadership-profile .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
    z-index: 2;
}.leadership-profile .success-reviews {
    border-radius: 28px;
    gap: 50px;
    background: #ffffff;
    display: grid;
    max-width: 1000px;
    overflow: hidden;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    position: relative;
    grid-template-columns: 350px 1fr;
}.leadership-profile .img-float {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 0;
    height: 100%;
    min-height: 400px;
}.leadership-profile .img-float::before {
    content: "";
    width: 100%;
    bottom: 0;
    height: 50%;
    z-index: 1;
    position: absolute;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}.leadership-profile .img-float::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0.15;
    top: 0;
    left: 0;
    background: rgb(217,206,200);
}.leadership-profile .img-float:hover::after {
    opacity: 0;
}.leadership-profile .name {
    color: #ffffff;
    left: 30px;
    font-family: Arial, sans-serif;
    font-size: 23px;
    z-index: 2;
    padding-bottom: 0;
    transition: transform 0.3s ease;
    margin: 0;
    font-weight: 700;
    position: absolute;
    bottom: 60px;
}.leadership-profile .success-reviews span:not(.name) {
    font-size: 14px;
    left: 30px;
    position: absolute;
    font-family: Arial, sans-serif;
    z-index: 2;
    transition: transform 0.3s ease;
    margin: 0;
    color: #ffffff;
    bottom: 30px;
    opacity: 0.85;
    font-weight: 400;
}.leadership-profile .img-float:hover ~ .name,
.leadership-profile .img-float:hover ~ span:not(.name) {
    transform: translateX(5px);
}.leadership-profile .experience-summary {
    justify-content: center;
    margin: 0;
    color: #000000;
    padding: 50px 40px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    position: relative;
    flex-direction: column;
    display: flex;
    font-weight: 400;
}.leadership-profile .experience-summary::before {
    width: 40px;
    height: 30px;
    top: 40px;
    opacity: 0.2;
    content: "";
    position: absolute;
    background: linear-gradient(to right bottom, 
        rgb(217,206,200) 0%, 
        rgb(217,206,200) 50%, 
        transparent 50%, 
        transparent 100%);
    left: 40px;
}.leadership-profile .experience-summary::after {
    right: 40px;
    background: linear-gradient(to left top, 
        rgb(185,169,164) 0%, 
        rgb(185,169,164) 50%, 
        transparent 50%, 
        transparent 100%);
    content: "";
    height: 30px;
    width: 40px;
    position: absolute;
    bottom: 40px;
    opacity: 0.2;
}

@media (max-width: 992px) {.leadership-profile {
    padding: 100px 0;
}.leadership-profile .success-reviews {
    gap: 40px;
    grid-template-columns: 300px 1fr;
}.leadership-profile .img-float {
    min-height: 350px;
}.leadership-profile .experience-summary {
    padding: 40px 30px;
}.leadership-profile .experience-summary::before {
    height: 24px;
    width: 30px;
    top: 30px;
    left: 30px;
}.leadership-profile .experience-summary::after {
    width: 30px;
    right: 30px;
    height: 24px;
    bottom: 30px;
}
}

@media (max-width: 768px) {.leadership-profile {
    padding: 80px 0;
}.leadership-profile .container {
    padding: 0 20px;
}.leadership-profile .success-reviews {
    grid-template-columns: 1fr;
    gap: 0;
}.leadership-profile .img-float {
    height: 300px;
    min-height: 300px;
}.leadership-profile .experience-summary {
    padding: 35px 25px;
}.leadership-profile .name {
    left: 25px;
    font-size: calc(23px * 0.9);
    bottom: 50px;
}.leadership-profile .success-reviews span:not(.name) {
    font-size: calc(14px * 0.95);
    bottom: 25px;
    left: 25px;
}.leadership-profile .experience-summary::before {
    left: 25px;
    height: 20px;
    width: 24px;
    top: 25px;
}.leadership-profile .experience-summary::after {
    right: 25px;
    height: 20px;
    bottom: 25px;
    width: 24px;
}
}

@media (max-width: 480px) {.leadership-profile {
    padding: 60px 0;
}.leadership-profile .img-float {
    height: 250px;
    min-height: 250px;
}.leadership-profile .experience-summary {
    padding: 30px 20px;
    font-size: calc(14px * 0.9);
}.leadership-profile .name {
    left: 20px;
    font-size: calc(23px * 0.85);
    bottom: 45px;
}.leadership-profile .success-reviews span:not(.name) {
    bottom: 20px;
    font-size: calc(14px * 0.9);
    left: 20px;
}.leadership-profile .experience-summary::before,
    .leadership-profile .experience-summary::after {
    width: 20px;
    height: 16px;
}}.target-audience {
    background: rgb(242,234,231);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.target-audience::before {
    top: -50%;
    height: 200%;
    position: absolute;
    content: "";
    z-index: 1;
    left: -30%;
    opacity: 0.08;
    transform: rotate(-30deg);
    width: 80%;
    background: rgb(217,206,200,0.5);
}.target-audience::after {
    transform: rotate(-30deg);
    width: 80%;
    right: -30%;
    height: 200%;
    content: "";
    z-index: 1;
    bottom: -50%;
    background: rgb(185,169,164,0.5);
    position: absolute;
    opacity: 0.08;
}.target-audience .container {
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
}.target-audience .timeline-hist {
    position: relative;
}.target-audience h4 {
    text-align: center;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    font-weight: 700;
    color: #000000;
    padding-bottom: 15px;
    font-size: 31px;
}.target-audience h4::before {
    animation: shimmer 3s infinite;
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(217,206,200,0.5), transparent);
    left: -100%;
    top: 0;
}.target-audience h4::after {
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    content: "";
    border-radius: 3px;
    background: linear-gradient(90deg, rgb(217,206,200), rgb(185,169,164));
    height: 3px;
    left: 50%;
}@keyframes shimmer {
    100% {
        left: 100%;
    }
}

.target-audience div > div {
    display: flex;
    flex-wrap: wrap;
    perspective: 1000px;
    gap: 20px;
}.target-audience p {
    width: calc(33.333% - 20px);
    color: #000000;
    transition: all 0.4s ease;
    align-items: center;
    padding: 0;
    transform-style: preserve-3d;
    background: #ffffff;
    position: relative;
    min-height: 100px;
    margin: 0;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    font-size: 18px;
}.target-audience p::before {
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, #ffffff 0%, rgb(242,234,231) 100%);
    left: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    width: 100%;
    position: absolute;
    opacity: 0;
}.target-audience p::after {
    transition: width 0.3s ease;
    background: rgb(217,206,200);
    left: 0;
    content: "";
    width: 4px;
    height: 100%;
    top: 0;
    position: absolute;
}.target-audience p:hover {
    transform: translateY(-5px) rotateX(5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.target-audience p:hover::before {
    opacity: 1;
}.target-audience p:hover::after {
    width: 8px;
}.target-audience p svg {
    border-radius: 50%;
    width: 40px;
    transition: all 0.3s ease;
    margin: 0 15px;
    height: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
    padding: 8px;
    background: #ffffff;
    flex-shrink: 0;
    position: relative;
}.target-audience p svg path {
    fill: rgb(217,206,200);
    transition: fill 0.3s ease;
}.target-audience p:hover svg {
    transform: rotate(10deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.target-audience p:hover svg path {
    fill: rgb(185,169,164);
}.target-audience p span {
    flex: 1;
    padding: 20px 20px 20px 0;
}.target-audience p:nth-child(odd) {
    transform: translateZ(10px);
}.target-audience p:nth-child(even) {
    transform: translateZ(20px);
}.target-audience p:nth-child(odd):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(10px);
}.target-audience p:nth-child(even):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(20px);
}.target-audience p:nth-child(3n+1)::after {
    background: rgb(217,206,200);
}.target-audience p:nth-child(3n+2)::after {
    background: rgb(185,169,164);
}.target-audience p:nth-child(3n)::after {
    background: linear-gradient(to bottom, rgb(217,206,200), rgb(185,169,164));
}@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.target-audience .timeline-hist > div p {
    opacity: 0;
    animation: fadeInStagger 0.6s ease forwards;
}.target-audience .timeline-hist > div p:nth-child(1) {
    animation-delay: 0.1s;
}.target-audience .timeline-hist > div p:nth-child(2) {
    animation-delay: 0.2s;
}.target-audience .timeline-hist > div p:nth-child(3) {
    animation-delay: 0.3s;
}.target-audience .timeline-hist > div p:nth-child(4) {
    animation-delay: 0.4s;
}.target-audience .timeline-hist > div p:nth-child(5) {
    animation-delay: 0.5s;
}.target-audience .timeline-hist > div p:nth-child(6) {
    animation-delay: 0.6s;
}.target-audience p:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(217,206,200,0.5);
}.target-audience p:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(185,169,164,0.5);
}.target-audience p:hover:nth-child(odd) {
    box-shadow: 10px 10px 0 rgb(217,206,200,0.5);
}.target-audience p:hover:nth-child(even) {
    box-shadow: 10px 10px 0 rgb(185,169,164,0.5);
}

@media (max-width: 991px) {.target-audience {
    padding: 100px 0;
}.target-audience h4 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.target-audience div > div {
    gap: 15px;
}.target-audience p {
    width: calc(50% - 15px);
    min-height: 90px;
}.target-audience p svg {
    padding: 7px;
    height: 36px;
    margin: 0 12px;
    width: 36px;
}.target-audience p span {
    padding: 18px 18px 18px 0;
}.target-audience p:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(217,206,200,0.5);
}.target-audience p:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(185,169,164,0.5);
}.target-audience p:hover:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(217,206,200,0.5);
}.target-audience p:hover:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(185,169,164,0.5);
}
}

@media (max-width: 768px) {.target-audience {
    padding: 80px 0;
}.target-audience h4 {
    margin-bottom: 35px;
    font-size: calc(31px * 0.8);
}.target-audience div > div {
    gap: 20px;
}.target-audience p {
    width: 100%;
    min-height: 80px;
}.target-audience p svg {
    width: 32px;
    margin: 0 10px;
    height: 32px;
    padding: 6px;
}.target-audience p span {
    padding: 15px 15px 15px 0;
}
}

@media (max-width: 576px) {.target-audience {
    padding: 60px 0;
}.target-audience h4 {
    font-size: calc(31px * 0.7);
    margin-bottom: 30px;
}.target-audience h4::after {
    height: 2px;
    width: 60px;
}.target-audience div > div {
    gap: 15px;
}.target-audience p {
    font-size: calc(18px * 0.9);
    min-height: 70px;
}.target-audience p svg {
    width: 28px;
    height: 28px;
    padding: 5px;
    margin: 0 8px;
}.target-audience p:nth-child(odd) {
    box-shadow: 4px 4px 0 rgb(217,206,200,0.5);
}.target-audience p:nth-child(even) {
    box-shadow: 4px 4px 0 rgb(185,169,164,0.5);
}.target-audience p:hover:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(217,206,200,0.5);
}.target-audience p:hover:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(185,169,164,0.5);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    content: "";
    background: linear-gradient(145deg, rgb(242,234,231) 0%, rgb(217,206,200,0.5) 100%);
    left: 0;
    bottom: 0;
    top: 0;
    z-index: -2;
    position: absolute;
    opacity: 0.9;
    right: 0;
}footer::after {
    bottom: 0;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.1;
    position: absolute;
    right: 0;
    z-index: -1;
    background-image: 
        repeating-linear-gradient(0deg, rgb(217,206,200,0.5), rgb(217,206,200,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(217,206,200,0.5), rgb(217,206,200,0.5) 1px, transparent 1px, transparent 20px);
}.edu-links {
    color: #000000;
    padding: 4rem 0 2rem;
    position: relative;
}.edu-links::after {
    left: 0;
    height: 6px;
    top: 0;
    background: linear-gradient(90deg, rgb(217,206,200), rgb(185,169,164));
    position: absolute;
    width: 100%;
    content: "";
}.edu-links .container {
    position: relative;
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}.edu-links .company_holder {
    padding: 2rem 2.5rem;
    flex: 1 1 400px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 30px;
}.edu-links .company_holder::before {
    top: 0;
    height: 5px;
    background: rgb(217,206,200);
    width: 100%;
    left: 0;
    position: absolute;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    content: "";
}.edu-links .company_holder h3 {
    font-size: 29px;
    letter-spacing: 0.5px;
    color: rgb(217,206,200);
    position: relative;
    margin: 0 0 1.5rem;
    font-weight: 700;
}.edu-links .company_holder h3::after {
    bottom: -0.5rem;
    width: 80px;
    content: "";
    background: rgb(185,169,164);
    height: 3px;
    left: 0;
    position: absolute;
}.edu-links .glossary {
    line-height: 1.7;
    border-left: 3px solid rgb(185,169,164);
    background: rgb(242,234,231);
    border-radius: 10px;
    position: relative;
    font-size: 14px;
    padding: 1.5rem;
    color: #000000;
}.edu-links .edu-global {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.edu-links .head-know {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}.edu-links .top-bar {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
    border-radius: 30px;
    position: relative;
    background: #ffffff;
}.edu-links .top-bar h5 {
    font-size: 18px;
    position: relative;
    background: rgb(185,169,164);
    padding: 1rem 1.5rem;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
}.edu-links .top-bar .head-know {
    display: flex;
    padding: 1rem 0;
    gap: 0;
    flex-direction: column;
}.edu-links .top-bar .head-know a {
    color: #000000;
    position: relative;
    align-items: center;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
    padding: 0.8rem 1.5rem;
    font-size: 14px;
}.edu-links .top-bar .head-know a::before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(242,234,231);
    height: 100%;
    width: 0;
    z-index: -1;
    transition: all 0.3s ease;
    content: "";
}.edu-links .top-bar .head-know a::after {
    transition: all 0.3s ease;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    width: 5px;
    transform: translateY(-50%);
    left: 1.5rem;
    content: "";
    background: rgb(185,169,164);
    opacity: 0;
    top: 50%;
}.edu-links .top-bar .head-know a:hover {
    padding-left: 2.2rem;
    color: rgb(217,206,200);
}.edu-links .top-bar .head-know a:hover::before {
    width: 100%;
}.edu-links .top-bar .head-know a:hover::after {
    opacity: 1;
}.netiquette {
    background: rgb(242,234,231);
    padding: 2rem 0;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 3rem;
}.netiquette::before {
    background: linear-gradient(90deg, transparent, rgb(217,206,200,0.5), transparent);
    top: 0;
    height: 1px;
    right: 10%;
    content: "";
    position: absolute;
    left: 10%;
}.netiquette .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.netiquette .brainstorm {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    color: #000000;
    background: #ffffff;
}

@media (max-width: 1200px) {.edu-links .container {
    gap: 2rem;
}.edu-links .company_holder {
    flex: 1 1 360px;
}.edu-links .edu-global {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.edu-links .head-know {
    gap: 2rem;
}
}

@media (max-width: 992px) {.edu-links {
    padding: 3.5rem 0 2rem;
}.edu-links .container {
    flex-direction: column;
    gap: 2.5rem;
}.edu-links .company_holder,
    .edu-links .edu-global {
    flex: 1 1 100%;
    min-width: 100%;
}.edu-links .top-bar {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.edu-links {
    padding: 3rem 0 1.5rem;
}.edu-links .head-know {
    gap: 1.5rem;
}.edu-links .company_holder {
    padding: 2rem;
}.edu-links .company_holder h3 {
    font-size: calc(29px - 2px);
}.netiquette {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.edu-links {
    padding: 2.5rem 0 1rem;
}.edu-links .container {
    gap: 1.5rem;
}.edu-links .top-bar {
    min-width: 100%;
    flex: 1 1 100%;
}.edu-links .head-know {
    gap: 1rem;
}.edu-links .company_holder {
    padding: 1.5rem;
}.edu-links .glossary {
    padding: 1.2rem;
}.netiquette {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}

@media (max-width: 420px) {.edu-links .company_holder h3::after {
    width: 50px;
}.edu-links .top-bar .head-know a:hover {
    padding-left: 2rem;
}.netiquette .brainstorm {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.course-program-info {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: #ffffff;
    min-height: 600px;
    max-height: 900px;
}.course-program-info::before {
    left: 0;
    pointer-events: none;
    width: 70%;
    top: 0;
    content: '';
    height: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
}.course-program-info .training-map {
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
    width: 100%;
    overflow: hidden;
    left: 0;
}.course-program-info .learn-career {
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    width: 500%;
    animation: carousel-slide 30s infinite linear;
    position: absolute;
}.course-program-info .training-map:hover .learn-career {
    animation-play-state: paused;
}.course-program-info .skill-master {
    width: 20%;
    height: 100%;
    overflow: hidden;
}.course-program-info .skill-master img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(1.05) contrast(1.1);
    transition: transform 1s ease;
    transform: scale(1.1);
}.course-program-info .skill-master:hover img {
    transform: scale(1.2);
}.course-program-info .container {
    justify-content: flex-start;
    height: 100%;
    position: relative;
    width: 65%;
    align-items: center;
    padding-left: 0;
    z-index: 2;
    display: flex;
}.course-program-info .timeline-hist {
    max-width: 750px;
    width: 100%;
    padding-left: 3%;
}.course-program-info .skill-route {
    padding: 3rem;
    position: relative;
    border-top: 4px solid rgb(217,206,200);
    backdrop-filter: blur(5px);
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.course-program-info .skill-route h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 34px;
    color: #000000;
}.course-program-info .skill-route p {
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
    margin-bottom: 2rem;
}.course-program-info .skill-route .connect-reach {
    border-radius: 10px;
    background: linear-gradient(to right, rgb(217,206,200), rgb(185,169,164));
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 19px;
    z-index: 1;
    display: inline-block;
    padding: 1rem 2rem;
}.course-program-info .skill-route .connect-reach::before {
    z-index: -1;
    opacity: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(185,169,164), rgb(217,206,200));
    transition: opacity 0.3s ease;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
}.course-program-info .skill-route .connect-reach:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.course-program-info .skill-route .connect-reach:hover::before {
    opacity: 1;
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media screen and (max-width: 1200px) {.course-program-info .container {
    width: 70%;
}.course-program-info::before {
    width: 75%;
}
}

@media screen and (max-width: 992px) {.course-program-info {
    height: auto;
    min-height: 0;
    max-height: none;
    display: flex;
    flex-direction: column;
}.course-program-info::before {
    background: linear-gradient(180deg, rgb(242,234,231) 0%, transparent 50%);
}.course-program-info .training-map {
    width: 100%;
    height: 400px;
    position: relative;
    order: 2;
}.course-program-info .container {
    order: 1;
    width: 100%;
    padding: 4rem 2rem;
}.course-program-info .timeline-hist {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
}

@media screen and (max-width: 768px) {.course-program-info .training-map {
    height: 350px;
}.course-program-info .container {
    padding: 3rem 1.5rem;
}.course-program-info .skill-route {
    padding: 2rem;
}.course-program-info .skill-route h3 {
    font-size: calc(34px * 0.9);
}
}

@media screen and (max-width: 576px) {.course-program-info .training-map {
    height: 250px;
}.course-program-info .container {
    padding: 2.5rem 1rem;
}.course-program-info .skill-route {
    padding: 1.5rem;
}.course-program-info .skill-route h3 {
    font-size: calc(34px * 0.8);
}.course-program-info .skill-route p {
    margin-bottom: 1.5rem;
    font-size: calc(14px * 0.9);
}.course-program-info .skill-route .connect-reach {
    padding: 0.8rem 1.5rem;
    width: 100%;
    text-align: center;
}}.newsletter-subscription {
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(217,206,200,0.5) 0%, rgb(242,234,231) 50%, rgba(0, 0, 0, 0.5) 100%);
    padding: 5rem 2rem;
}.newsletter-subscription::before {
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 70% 20%, rgb(185,169,164,0.5) 0%, transparent 30%),
        radial-gradient(circle at 30% 70%, rgb(217,206,200,0.5) 0%, transparent 25%);
    position: absolute;
    z-index: 0;
    left: 0;
    filter: blur(40px);
}.newsletter-subscription .timeline-hist {
    z-index: 1;
    position: relative;
    perspective: 1500px;
    margin: 0 auto;
    max-width: 1200px;
}.newsletter-subscription .message-reach {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    width: 90%;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    border-radius: 22px;
    transform: rotateX(10deg) rotateY(-5deg);
    padding: 3rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.newsletter-subscription .message-reach:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: rotateX(0deg) rotateY(0deg);
}.newsletter-subscription h3 {
    font-weight: 700;
    width: fit-content;
    font-size: 34px;
    transform: translateZ(30px);
    position: relative;
    color: #ffffff;
    margin-bottom: 2rem;
}.newsletter-subscription h3::before {
    background: linear-gradient(90deg, rgb(217,206,200), transparent);
    width: 50%;
    content: "";
    transform: translateZ(35px);
    bottom: -10px;
    height: 3px;
    position: absolute;
    left: 0;
}.newsletter-subscription .input_holder {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    transform: translateZ(20px);
}.newsletter-subscription input[type="email"] {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    color: #ffffff;
    margin-bottom: 1.5rem;
}.newsletter-subscription input[type="email"]:focus {
    transform: translateZ(40px) scale(1.02);
    box-shadow: 0 5px 20px rgb(217,206,200,0.5);
    border-color: rgb(217,206,200);
    outline: none;
}.newsletter-subscription input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.newsletter-subscription .sub-widget {
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    border-radius: 10px;
    transform: translateZ(20px) translateX(0);
    background: rgb(217,206,200);
    font-size: 18px;
    align-self: flex-start;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 1.2rem 2.5rem;
    position: relative;
    border: none;
}.newsletter-subscription .sub-widget::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 120%;
    transition: all 0.5s ease;
    top: -10%;
    height: 120%;
    content: "";
    left: -150%;
    transform: rotate(45deg);
    position: absolute;
}.newsletter-subscription .sub-widget:hover {
    transform: translateZ(40px) translateX(10px);
    background: linear-gradient(to right, rgb(217,206,200), rgb(185,169,164));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}.newsletter-subscription .sub-widget:hover::before {
    left: 150%;
}

@media (min-width: 768px) {.newsletter-subscription {
    padding: 7rem 3rem;
}.newsletter-subscription .message-reach {
    padding: 4rem;
}.newsletter-subscription .input_holder {
    gap: 1.5rem;
    align-items: center;
    flex-direction: row;
}.newsletter-subscription input[type="email"] {
    margin-bottom: 0;
    flex: 1;
}.newsletter-subscription .sub-widget {
    align-self: center;
}
}

@media (max-width: 767px) {.newsletter-subscription {
    padding: 4rem 1.5rem;
}.newsletter-subscription h3 {
    font-size: 19px;
    transform: translateZ(20px);
}.newsletter-subscription .message-reach {
    transform: rotateX(5deg) rotateY(-3deg);
    padding: 2rem;
    width: 100%;
}.newsletter-subscription .sub-widget {
    width: 100%;
}}.title-portal {
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 650px;
    height: 100vh;
}.title-portal .start-learn {
    height: 100%;
    justify-content: flex-start;
    left: 0;
    width: 100%;
    position: absolute;
    align-items: center;
    top: 0;
    display: flex;
}.title-portal .start-learn::before {
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, 
    rgba(#000000, 0.85) 0%,
    rgba(#000000, 0.65) 50%,
    rgba(rgb(217,206,200), 0.5) 100%);
    width: 100%;
}.title-portal .start-learn::after {
    background: repeating-linear-gradient(
    -45deg,
    rgba(rgb(185,169,164), 0.03),
    rgba(rgb(185,169,164), 0.03) 1px,
    transparent 1px,
    transparent 10px
  );
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    animation: patternShift 20s infinite linear;
    width: 100%;
}.title-portal .study-hub {
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    max-width: 1200px;
    padding: 5% 8%;
    z-index: 10;
    width: 100%;
}.title-portal .study-hub > div {
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s forwards;
    opacity: 0;
}.title-portal .study-hub > div:nth-child(1) {
    animation-delay: 0.3s;
}.title-portal .study-hub > div:nth-child(2) {
    animation-delay: 0.6s;
}.title-portal .study-hub > div:nth-child(3) {
    animation-delay: 0.9s;
}.title-portal .study-hub p {
    max-width: 85%;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: calc(16px * 1.2);
}.title-portal .study-hub p::before {
    top: 0;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    content: "";
    width: 4px;
    background: linear-gradient(to bottom, rgb(217,206,200), rgb(185,169,164));
    left: 0;
}.title-portal .title_style_header {
    color: #ffffff;
    max-width: 90%;
    letter-spacing: -0.5px;
    display: inline-block;
    margin-bottom: 2rem;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    line-height: 1.2;
    font-size: calc(46px * 1.2);
    position: relative;
    font-weight: 700;
}.title-portal .title_style_header::after {
    background: rgb(185,169,164);
    content: "";
    position: absolute;
    animation: expandLine 1.2s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 4px;
    transform-origin: left;
    width: 80px;
    bottom: -15px;
    left: 0;
    transform: scaleX(0);
}.title-portal .study-hub h3 {
    line-height: 1.5;
    font-weight: 400;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 2px solid rgb(185,169,164);
    backdrop-filter: blur(5px);
    color: #ffffff;
    background: linear-gradient(
    to right,
    rgba(rgb(217,206,200), 0.15),
    rgba(rgb(217,206,200), 0.05)
  );
    max-width: 80%;
    padding: 20px 30px;
    font-size: calc(22px * 1.1);
    opacity: 0.9;
}

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

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

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

@media (max-width: 1200px) {.title-portal .title_style_header {
    max-width: 95%;
    font-size: calc(46px * 1.1);
}.title-portal .study-hub h3 {
    font-size: 22px;
    max-width: 90%;
}
}

@media (max-width: 992px) {.title-portal {
    height: 90vh;
}.title-portal .study-hub {
    transform: perspective(800px) rotateY(-1deg);
    padding: 4% 6%;
}.title-portal .title_style_header {
    font-size: 46px;
}.title-portal .study-hub h3 {
    max-width: 95%;
    padding: 15px 20px;
}.title-portal .study-hub p {
    font-size: 16px;
    max-width: 90%;
}
}

@media (max-width: 768px) {.title-portal {
    min-height: 500px;
    height: auto;
}.title-portal .start-learn {
    min-height: 100vh;
    position: relative;
}.title-portal .study-hub {
    transform: none;
    padding: 60px 30px;
}.title-portal .title_style_header {
    max-width: 100%;
    font-size: calc(28px * 1.1);
}.title-portal .study-hub h3 {
    max-width: 100%;
    padding: 15px;
    font-size: calc(20px * 1.1);
}.title-portal .study-hub p {
    max-width: 100%;
}
}

@media (max-width: 576px) {.title-portal .study-hub {
    padding: 40px 20px;
}.title-portal .title_style_header {
    font-size: 28px;
}.title-portal .study-hub h3 {
    padding: 12px;
    font-size: 20px;
}.title-portal .study-hub p {
    font-size: calc(16px * 0.95);
    padding-left: 15px;
}.title-portal .study-hub p::before {
    width: 3px;
}
}

@media (prefers-reduced-motion: reduce) {.title-portal .study-hub > div {
    animation: none;
    transform: none;
    opacity: 1;
}.title-portal .title_style_header::after {
    animation: none;
    transform: scaleX(1);
}.title-portal .start-learn::after {
    animation: none;
}}.help-center {
    padding: 90px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(217,206,200,0.5) 0%, rgb(242,234,231) 40%, rgb(242,234,231) 60%, rgb(185,169,164,0.5) 100%);
    overflow: hidden;
}.help-center::before {
    z-index: 1;
    opacity: 0.6;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 15% 15%, rgb(217,206,200,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(185,169,164,0.5) 0%, transparent 25%),
        radial-gradient(circle at 75% 25%, rgb(217,206,200,0.5) 0%, transparent 15%),
        radial-gradient(circle at 25% 65%, rgb(185,169,164,0.5) 0%, transparent 20%);
    content: '';
    left: 0;
}.help-center::after {
    z-index: 1;
    animation: patternShift 60s linear infinite;
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    width: 100%;
    opacity: 0.03;
    background-size: 100px 100px;
    background-image: 
        linear-gradient(45deg, rgb(242,234,231) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(242,234,231) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(242,234,231) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(242,234,231) 75%);
}.help-center .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.help-center .edu-faq {
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
}.help-center h3 {
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 34px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
}.help-center h3::after {
    width: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    background: rgb(217,206,200);
    height: 3px;
}.help-center .message-us {
    margin: 0 auto 50px;
    color: #000000;
    max-width: 700px;
    text-align: center;
    line-height: 1.6;
    font-size: 15px;
}.help-center .start-chat {
    flex-wrap: wrap;
    gap: 20px;
    perspective: 1000px;
    display: flex;
    justify-content: center;
    width: 100%;
}.help-center .start-chat > span {
    max-width: 350px;
    transform-style: preserve-3d;
    padding-left: 70px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    min-width: 250px;
    flex: 1 1 calc(33.333% - 20px);
    border-radius: 0 0  16px 16px;
    flex-direction: column;
    padding: 25px;
    z-index: 1;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    display: flex;
}.help-center .start-chat > span:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) rotateY(5deg);
}.help-center .start-chat > span::before {
    transform: translateZ(1px);
    content: '';
    right: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(217,206,200), rgb(185,169,164));
    left: 0;
    height: 5px;
    top: 0;
}.help-center .start-chat > span::after {
    transform: translateZ(1px) scale(0);
    left: 25px;
    content: '';
    transition: opacity 0.5s ease, transform 0.5s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 40px;
    z-index: -1;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0;
    position: absolute;
    height: 40px;
    top: 5px;
}.help-center .start-chat > span p {
    color: rgb(217,206,200);
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(15px - 1px);
    text-transform: uppercase;
    margin-bottom: 5px;
}.help-center .start-chat > span > span {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}.help-center .start-chat > span a {
    z-index: 2;
    text-decoration: none;
    color: #000000;
    position: relative;
    transition: color 0.3s ease;
}.help-center .start-chat > span a:hover {
    color: rgb(217,206,200);
}.help-center .start-chat > span svg {
    transition: transform 0.5s ease, filter 0.5s ease;
    stroke: rgb(217,206,200);
    height: 30px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transform-style: preserve-3d;
    width: 30px;
    fill: none;
    z-index: 2;
    left: 25px;
    stroke-width: 2px;
    stroke-linejoin: round;
    transform: translateZ(5px);
    position: absolute;
    stroke-linecap: round;
    top: 25px;
}.help-center .start-chat > span:nth-child(2n) svg {
    stroke: rgb(185,169,164);
}.help-center .start-chat > span:hover svg {
    transform: translateZ(15px) scale(1.2);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}.help-center .start-chat > span svg path {
    stroke-dasharray: 0;
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
    stroke-dashoffset: 0;
}.help-center .course-info {
    margin-top: 50px;
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    width: 100%;
    padding: 30px;
}.help-center .course-info::before {
    content: '';
    position: absolute;
    opacity: 0.1;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(217,206,200,0.5) 0%, transparent 70%);
    height: 100%;
}.help-center .course-info h4 {
    margin-bottom: 25px;
    color: #000000;
    text-align: center;
    font-size: 20px;
    z-index: 1;
    display: flex;
    gap: 10px;
    font-weight: 700;
    justify-content: center;
    position: relative;
    align-items: center;
}.help-center .course-info h4 svg {
    width: 24px;
    height: 24px;
    stroke-width: 2px;
    stroke-linejoin: round;
    stroke: rgb(217,206,200);
    fill: none;
    stroke-linecap: round;
}.help-center .course-info h4::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    background: rgb(185,169,164);
    width: 30px;
    height: 2px;
    position: absolute;
    content: '';
}.help-center .course-info span {
    z-index: 1;
    background: rgba(0, 0, 0, 0.03);
    padding: 10px 20px;
    align-items: center;
    font-size: 15px;
    border-radius: 10px;
    display: inline-flex;
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
    margin: 5px;
}.help-center .course-info span svg {
    transition: transform 0.3s ease;
    width: 16px;
    margin-right: 8px;
    stroke-linejoin: round;
    stroke-linecap: round;
    fill: none;
    stroke: rgb(185,169,164);
    stroke-width: 2px;
    height: 16px;
}.help-center .course-info span:hover {
    color: #000000;
    background: rgb(217,206,200,0.5);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.help-center .course-info span:hover svg {
    transform: rotate(360deg);
}@keyframes patternShift {
    0% {
        background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    }
    100% {
        background-position: 500px 500px, 500px 550px, 550px 450px, 450px 500px;
    }
}
@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.help-center .start-chat > span:nth-child(3n+1) {
    animation: floatAnimation 4s ease-in-out infinite;
    animation-delay: 0s;
}.help-center .start-chat > span:nth-child(3n+2) {
    animation: floatAnimation 4s ease-in-out infinite;
    animation-delay: 1.3s;
}.help-center .start-chat > span:nth-child(3n+3) {
    animation: floatAnimation 4s ease-in-out infinite;
    animation-delay: 2.6s;
}
@media (max-width: 991px) {.help-center {
    padding: 70px 0;
}.help-center h3 {
    font-size: calc(34px - 2px);
}.help-center .message-us {
    margin-bottom: 40px;
}.help-center .start-chat > span {
    flex: 1 1 calc(50% - 20px);
}.help-center .start-chat > span svg {
    width: 28px;
    height: 28px;
}.help-center .course-info h4 svg {
    height: 22px;
    width: 22px;
}
}
@media (max-width: 767px) {.help-center {
    padding: 60px 0;
}.help-center h3 {
    font-size: calc(34px - 4px);
}.help-center .message-us {
    margin-bottom: 30px;
}.help-center .start-chat {
    gap: 15px;
}.help-center .start-chat > span {
    flex: 1 1 100%;
    padding: 20px;
    padding-left: 60px;
    max-width: 100%;
}.help-center .course-info {
    margin-top: 30px;
    padding: 25px;
}.help-center .course-info span {
    padding: 8px 15px;
}.help-center .start-chat > span:nth-child(n) {
    animation: none;
}.help-center .start-chat > span svg {
    width: 24px;
    left: 20px;
    top: 20px;
    height: 24px;
}.help-center .course-info h4 svg {
    width: 20px;
    height: 20px;
}.help-center .course-info span svg {
    margin-right: 6px;
    height: 14px;
    width: 14px;
}
}
@media (max-width: 479px) {.help-center {
    padding: 50px 0;
}.help-center h3 {
    font-size: calc(34px - 6px);
}.help-center .message-us {
    font-size: calc(15px - 1px);
    margin-bottom: 25px;
}.help-center .start-chat > span {
    padding-left: 50px;
    padding: 15px;
}.help-center .start-chat > span svg {
    width: 20px;
    left: 15px;
    height: 20px;
    top: 15px;
}.help-center .course-info {
    padding: 20px 15px;
}.help-center .course-info h4 {
    margin-bottom: 20px;
    font-size: calc(20px - 2px);
}.help-center .course-info h4 svg {
    width: 18px;
    height: 18px;
}.help-center .course-info span {
    font-size: calc(15px - 1px);
    margin: 3px;
    padding: 6px 12px;
}.help-center .course-info span svg {
    margin-right: 4px;
    width: 12px;
    height: 12px;
}
}
@media (hover: none) {.help-center .start-chat > span:hover,
    .help-center .course-info span:hover {
    background: #ffffff;
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.help-center .course-info span:hover {
    background: rgba(0, 0, 0, 0.03);
    color: #000000;
}.help-center .start-chat > span a:hover {
    color: #000000;
}.help-center .start-chat > span:hover svg {
    transform: translateZ(5px);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}.help-center .start-chat > span:hover svg path {
    stroke-dasharray: 0;
    animation: none;
}.help-center .course-info span:hover svg {
    transform: none;
}}.get-in-touch {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: rgb(242,234,231);
}.get-in-touch::before {
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(217,206,200), 0.05) 49%, rgba(rgb(217,206,200), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(185,169,164), 0.05) 49%, rgba(rgb(185,169,164), 0.05) 51%, transparent 52%);
    width: 100%;
    z-index: 0;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-size: 40px 40px;
}.get-in-touch .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.get-in-touch h2 {
    position: relative;
    border-bottom: 3px solid rgb(217,206,200);
    font-weight: 700;
    margin-bottom: 50px;
    padding-bottom: 15px;
    font-size: 32px;
    color: #000000;
    display: inline-block;
}.get-in-touch .help-card {
    display: flex;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}.get-in-touch .img-float {
    flex: 0 0 45%;
    min-height: 550px;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    position: relative;
}.get-in-touch .feedback-links {
    padding: 60px;
    background: #ffffff;
    position: relative;
    flex: 0 0 55%;
}.get-in-touch .feedback-links::before {
    height: 100%;
    position: absolute;
    content: "";
    background-position: 0 0, 15px 15px;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    opacity: 0.1;
    z-index: -1;
    background-size: 30px 30px;
    left: 0;
}.get-in-touch #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}.get-in-touch h3 {
    font-weight: 700;
    color: rgb(217,206,200);
    position: relative;
    margin-bottom: 30px;
    font-size: 18px;
}.get-in-touch input[type="text"] {
    padding: 15px 20px;
    font-size: 15px;
    border-radius: 0 10px 10px 0;
    width: 100%;
    border: none;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(217,206,200);
    background: rgb(242,234,231);
    color: #000000;
}.get-in-touch input[type="text"]:focus {
    border-left-color: rgb(185,169,164);
    background: #ffffff;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.get-in-touch input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.get-in-touch .contact-feedback {
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
    gap: 12px;
}.get-in-touch .contact-feedback input[type="checkbox"] {
    height: 22px;
    border: 2px solid rgb(242,234,231);
    background: rgb(242,234,231);
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    width: 22px;
    position: relative;
    margin-top: 3px;
    border-radius: 4px;
}.get-in-touch .contact-feedback input[type="checkbox"]:checked {
    background: rgb(217,206,200);
    border-color: rgb(217,206,200);
}.get-in-touch .contact-feedback input[type="checkbox"]:checked::after {
    top: 40%;
    border-bottom: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
    content: "";
    position: absolute;
    width: 5px;
    left: 50%;
    height: 10px;
    border-right: 2px solid #ffffff;
}.get-in-touch .contact-feedback label {
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
}.get-in-touch .contact-feedback a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(217,206,200);
}.get-in-touch .contact-feedback a:hover {
    color: rgb(185,169,164);
}.get-in-touch .contact-feedback a::after {
    height: 1px;
    left: 0;
    content: "";
    background: rgb(217,206,200);
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
    bottom: -2px;
}.get-in-touch .contact-feedback a:hover::after {
    background: rgb(185,169,164);
    height: 2px;
}.get-in-touch .connect-reach {
    color: #ffffff;
    border: none;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 600;
    align-self: flex-start;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(217,206,200);
    padding: 15px 35px;
    position: relative;
    border-radius: 10px;
}.get-in-touch .connect-reach::after {
    border-radius: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
    transition: all 0.6s ease;
    content: "";
    background: rgba(255, 255, 255, 0.1);
    left: 50%;
}.get-in-touch .connect-reach:hover {
    background: rgb(185,169,164);
}.get-in-touch .connect-reach:hover::after {
    height: 300%;
    width: 300%;
}.get-in-touch svg {
    width: 20px;
    fill: rgb(217,206,200);
    transition: all 0.3s ease;
    height: 20px;
}.get-in-touch svg path {
    fill: rgb(217,206,200);
    transition: all 0.3s ease;
}.get-in-touch svg:hover {
    fill: rgb(185,169,164);
}.get-in-touch svg:hover path {
    fill: rgb(185,169,164);
}

@media (max-width: 992px) {.get-in-touch {
    padding: 70px 0;
}.get-in-touch .help-card {
    flex-direction: column;
}.get-in-touch .img-float {
    flex: 0 0 auto;
    min-height: 300px;
}.get-in-touch .feedback-links {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.get-in-touch {
    padding: 60px 0;
}.get-in-touch h2 {
    font-size: calc(32px - 4px);
    margin-bottom: 40px;
}.get-in-touch .feedback-links {
    padding: 35px 25px 45px;
}.get-in-touch #contact {
    gap: 20px;
}.get-in-touch .img-float {
    min-height: 250px;
}
}

@media (max-width: 576px) {.get-in-touch {
    padding: 50px 0;
}.get-in-touch .container {
    padding: 0 15px;
}.get-in-touch h2 {
    margin-bottom: 30px;
    font-size: calc(32px - 6px);
}.get-in-touch .feedback-links {
    padding: 30px 20px 40px;
}.get-in-touch .connect-reach {
    width: 100%;
}.get-in-touch .img-float {
    min-height: 200px;
}}.give-it-a-try {
    animation: gradientMove 15s ease infinite;
    padding: 110px 0;
    position: relative;
    z-index: 1;
    background: 
        linear-gradient(140deg, 
            rgb(185,169,164) 0%, 
            rgb(217,206,200) 50%, 
            rgb(185,169,164) 100%);
    background-size: 200% 200%;
    overflow: hidden;
}.give-it-a-try::before {
    position: absolute;
    content: '';
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 49px,
            rgba(255, 255, 255, 0.03) 49px,
            rgba(255, 255, 255, 0.03) 50px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 49px,
            rgba(255, 255, 255, 0.03) 49px,
            rgba(255, 255, 255, 0.03) 50px
        );
    left: 0;
    opacity: 0.6;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
}.give-it-a-try::after {
    left: 0;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(0, 0, 0, 0.3) 50%,
            transparent 100%
        );
    content: '';
    width: 100%;
    top: 0;
    z-index: -1;
    animation: shadowSweep 10s linear infinite alternate;
}.give-it-a-try .timeline-hist {
    padding: 0;
    z-index: 2;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 1000px;
    flex-direction: column;
}.give-it-a-try .timeline-hist::before {
    background: 
        linear-gradient(
            to right,
            transparent,
            rgba(0, 0, 0, 0.6),
            transparent
        );
    z-index: -1;
    filter: blur(30px);
    position: absolute;
    top: 15%;
    transform-origin: center center;
    height: 70%;
    left: -10%;
    transform: perspective(800px) rotateX(60deg);
    width: 120%;
    content: '';
    border-radius: 50%;
}.give-it-a-try .timeline-hist::after {
    height: 1px;
    width: 100%;
    bottom: -20px;
    filter: blur(1px);
    background: 
        linear-gradient(
            to right,
            transparent,
            #ffffff,
            transparent
        );
    content: '';
    opacity: 0.3;
    animation: glowLine 3s ease-in-out infinite alternate;
    position: absolute;
    left: 0;
}.give-it-a-try h3 {
    font-size: calc(38px * 1.2);
    letter-spacing: 6px;
    position: relative;
    color: #ffffff;
    margin-bottom: 70px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}.give-it-a-try h3::before {
    background: 
        linear-gradient(
            to right,
            transparent,
            #ffffff,
            transparent
        );
    height: 10px;
    position: absolute;
    width: 60%;
    opacity: 0.1;
    filter: blur(5px);
    animation: widthPulse 4s ease-in-out infinite alternate;
    bottom: -25px;
    left: 20%;
    content: '';
}.give-it-a-try h3::after {
    border-radius: 50%;
    position: absolute;
    left: 50%;
    width: 30px;
    transform: translateX(-50%);
    height: 30px;
    content: '';
    background: transparent;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: pulseSphere 6s ease-in-out infinite;
    top: -50px;
}.give-it-a-try .learn-help {
    border: none;
    font-weight: 700;
    color: rgb(217,206,200);
    letter-spacing: 3px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 0 0 2px rgba(0, 0, 0, 0.05);
    padding: 20px 60px;
    position: relative;
    font-size: 18px;
    clip-path: polygon(
        10px 0%, 
        calc(100% - 10px) 0%, 
        100% 10px, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        10px 100%, 
        0% calc(100% - 10px), 
        0% 10px
    );
    display: inline-block;
    border-radius: 0;
    z-index: 1;
    background: #ffffff;
    transition: all 0.4s ease;
    overflow: hidden;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    text-decoration: none;
}.give-it-a-try .learn-help::before {
    transition: opacity 0.4s ease;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgb(217,206,200) 0%,
        rgb(185,169,164) 100%
    );
    top: 0;
    opacity: 0;
    position: absolute;
    content: '';
    left: 0;
}.give-it-a-try .learn-help::after {
    right: -2px;
    animation: borderGradient 3s linear infinite;
    bottom: -2px;
    left: -2px;
    transition: opacity 0.4s ease;
    top: -2px;
    z-index: -2;
    clip-path: polygon(
        10px 0%, 
        calc(100% - 10px) 0%, 
        100% 10px, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        10px 100%, 
        0% calc(100% - 10px), 
        0% 10px
    );
    content: '';
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(217,206,200),
        rgb(185,169,164),
        rgb(217,206,200)
    );
    opacity: 0;
    background-size: 200% 200%;
}.give-it-a-try .learn-help:hover {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transform: translateY(-5px) scale(1.05);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.give-it-a-try .learn-help:hover::before {
    opacity: 1;
}.give-it-a-try .learn-help:hover::after {
    opacity: 1;
}

@media screen and (max-width: 992px) {.give-it-a-try {
    padding: 90px 0;
}.give-it-a-try h3 {
    margin-bottom: 60px;
    font-size: calc(38px * 1.1);
    letter-spacing: 5px;
}.give-it-a-try h3::after {
    width: 25px;
    top: -40px;
    height: 25px;
}.give-it-a-try .learn-help {
    padding: 18px 50px;
    font-size: calc(18px * 0.95);
}
}

@media screen and (max-width: 768px) {.give-it-a-try {
    padding: 80px 0;
}.give-it-a-try h3 {
    letter-spacing: 4px;
    margin-bottom: 50px;
    font-size: calc(38px * 0.9);
}.give-it-a-try h3::before {
    height: 8px;
    bottom: -20px;
}.give-it-a-try h3::after {
    height: 20px;
    width: 20px;
    top: -35px;
}.give-it-a-try .learn-help {
    font-size: calc(18px * 0.9);
    letter-spacing: 2px;
    padding: 15px 40px;
}
}

@media screen and (max-width: 576px) {.give-it-a-try {
    padding: 60px 0;
}.give-it-a-try h3 {
    letter-spacing: 3px;
    margin-bottom: 45px;
    font-size: calc(38px * 0.8);
}.give-it-a-try h3::before {
    bottom: -15px;
    height: 6px;
}.give-it-a-try h3::after {
    width: 15px;
    height: 15px;
    top: -30px;
}.give-it-a-try .learn-help {
    font-size: calc(18px * 0.85);
    padding: 12px 35px;
    letter-spacing: 1.5px;
}}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes shadowSweep {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(50%);
    }
}

@keyframes glowLine {
    0% {
        opacity: 0.2;
        filter: blur(1px);
    }
    100% {
        opacity: 0.4;
        filter: blur(2px);
    }
}

@keyframes widthPulse {
    0% {
        width: 60%;
        opacity: 0.1;
    }
    100% {
        width: 70%;
        opacity: 0.2;
    }
}

@keyframes pulseSphere {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.4;
    }
}

@keyframes borderGradient {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}.cookie-banner-window {
    width: 100%;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    background: #ffffff;
    z-index: 1050;
    position: fixed;
    border-top: 3px solid rgb(217,206,200);
    bottom: 0;
    font-family: Arial, sans-serif;
}.cookie-eductrl {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.data-policy {
    flex-shrink: 0;
    margin-right: 15px;
}.data-policy svg {
    fill: rgb(217,206,200);
    transition: fill 0.3s ease-in-out;
    width: 50px;
    height: 50px;
}.cookie-gate {
    margin-right: 15px;
    flex-grow: 1;
}.cookie-gate h5 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
    color: rgb(217,206,200);
}.cookie-gate p {
    margin-bottom: 0;
    font-size: 12px;
    color: #000000;
}.consent-comply {
    text-decoration: none;
    text-align: center;
    margin-left: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    vertical-align: middle;
    border-radius: 10px;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    user-select: none;
    font-size: 19px;
    white-space: nowrap;
    border: 1px solid transparent;
}.cookie_button.cookie-confirm {
    background-color: rgb(217,206,200);
    color: #ffffff;
    border-color: rgb(217,206,200);
}#privacyAlertPopup {
    display: none;
}#privacyAlertPopup:checked ~ .cookie-banner-window {
    opacity: 0;
    visibility: hidden;
}.cookie_button.cookie-confirm:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.edu-track {
    background-color: rgb(185,169,164);
    border-color: rgb(185,169,164);
    color: #000000;
}.cookie_button.edu-track:hover {
    border-color: rgb(217,206,200);
    color: #ffffff;
    background-color: rgb(217,206,200);
}.cookie-banner-window p a {
    text-decoration: underline;
    color: rgb(217,206,200);
}.cookie-banner-window p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie-gate h5 {
    font-size: calc(24px - 2px);
}.cookie-gate p {
    font-size: calc(12px - 2px);
}.consent-comply {
    font-size: calc(19px - 2px);
}
}
@media (max-width: 800px) {.cookie-eductrl {
    flex-direction: column;
    align-items: center;
}.data-policy {
    margin-bottom: 10px;
}.cookie-gate {
    margin-bottom: 15px;
    text-align: center;
}.consent-comply {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}
header {
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 100;
    background: rgb(242,234,231);
}header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(217,206,200,0.5) 0%, 
        transparent 60%, 
        rgb(185,169,164,0.5) 100%);
    width: 100%;
    opacity: 0.6;
}header .container {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 100%;
    z-index: 1;
}header .head-train {
    flex-wrap: wrap;
    align-items: center;
    padding: 0.8rem 3%;
    display: flex;
    justify-content: space-between;
}header .nav-mentor {
    margin-right: 1rem;
    text-decoration: none;
    position: relative;
    padding: 0.6rem;
    align-items: center;
    display: flex;
}header .nav-mentor::after {
    transition: transform 0.3s ease;
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(217,206,200), rgb(185,169,164));
    transform: scaleX(0.7);
    height: 2px;
    bottom: 0;
}header .nav-mentor:hover::after {
    transform: scaleX(1);
}header .nav-mentor svg {
    width: 140px;
    height: auto;
    transition: all 0.3s ease;
}header .nav-mentor:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .top-bar {
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.5);
    gap: 0.4rem;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}header .main-master {
    font-size: 18px;
    text-decoration: none;
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 1;
    font-weight: 400;
    padding: 0.4rem 0.7rem;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #000000;
}header .main-master::after {
    width: 100%;
    transform-origin: left;
    transition: transform 0.3s ease;
    position: absolute;
    height: 2px;
    bottom: 0;
    content: '';
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(217,206,200), rgb(185,169,164));
    left: 0;
}header .main-master:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(217,206,200);
}header .main-master:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .head-train {
    padding: 0.7rem 2.5%;
}header .nav-mentor svg {
    width: 130px;
}header .top-bar {
    padding: 0.4rem;
    gap: 0.35rem;
}header .main-master {
    padding: 0.35rem 0.6rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header .head-train {
    justify-content: center;
    padding: 0.7rem 2%;
}header .nav-mentor {
    margin: 0 0 0.6rem 0;
}header .nav-mentor svg {
    width: 120px;
}header .top-bar {
    justify-content: center;
    width: 100%;
}header .main-master {
    font-size: calc(18px - 2px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header .head-train {
    padding: 0.6rem 1.5%;
}header .nav-mentor svg {
    width: 110px;
}header .top-bar {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .top-bar::-webkit-scrollbar {
    height: 2px;
}header .top-bar::-webkit-scrollbar-thumb {
    background: rgb(217,206,200);
    border-radius: 10px;
}header .main-master {
    white-space: nowrap;
    flex-shrink: 0;
}}.appWrap {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,234,231) 0%, rgba(255,255,255,0.95) 100%);
    padding: 120px 0;
    position: relative;
}.appWrap::before {
    animation: float 18s infinite ease-in-out;
    transform: rotate(-15deg) skew(15deg);
    filter: blur(60px);
    height: 80%;
    right: -10%;
    position: absolute;
    z-index: 0;
    opacity: 0.3;
    width: 50%;
    top: -20%;
    content: "";
    background: rgb(217,206,200,0.5);
}.appWrap::after {
    opacity: 0.2;
    transform: rotate(10deg) skew(-10deg);
    bottom: -10%;
    background: rgb(185,169,164,0.5);
    filter: blur(50px);
    height: 60%;
    left: -5%;
    z-index: 0;
    position: absolute;
    animation: float 15s infinite ease-in-out reverse;
    width: 40%;
    content: "";
}.appWrap .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.appWrap h2 {
    color: #000000;
    font-size: calc(35px * 1.1);
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    position: relative;
    margin-bottom: 2.5rem;
    font-family: Arial, sans-serif;
}.appWrap h2::after {
    height: 3px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(217,206,200), rgb(185,169,164));
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
}.appWrap .timeline-hist {
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    transform: perspective(1000px) rotateX(0deg);
    border-left: 5px solid rgb(217,206,200);
    position: relative;
}.appWrap .timeline-hist:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08),
                0 10px 20px rgba(0,0,0,0.05),
                0 0 0 1px rgba(0,0,0,0.02);
}.appWrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.appWrap li {
    padding-left: 25px;
    position: relative;
}.appWrap li::before {
    background: linear-gradient(135deg, rgb(217,206,200) 0%, rgb(185,169,164) 100%);
    position: absolute;
    content: "";
    width: 12px;
    transform: rotate(45deg);
    left: 0;
    border-radius: 2px;
    top: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    height: 12px;
}.appWrap span {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    display: block;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

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

@media (max-width: 991px) {.appWrap {
    padding: 90px 0;
}.appWrap h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.9);
}.appWrap .timeline-hist {
    padding: 30px;
}
}

@media (max-width: 767px) {.appWrap {
    padding: 70px 0;
}.appWrap h2 {
    line-height: 1.4;
    font-size: calc(35px * 0.8);
}.appWrap h2::after {
    width: 60px;
    bottom: -12px;
}.appWrap .timeline-hist {
    padding: 25px 20px;
    border-left: 4px solid rgb(217,206,200);
}.appWrap li {
    padding-left: 20px;
}.appWrap li::before {
    width: 10px;
    top: 7px;
    height: 10px;
}.appWrap span {
    line-height: 1.7;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {.appWrap {
    padding: 50px 0;
}.appWrap h2 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.7);
}.appWrap .timeline-hist {
    border-left: 3px solid rgb(217,206,200);
    padding: 20px 15px;
}.appWrap li::before {
    width: 8px;
    top: 8px;
    height: 8px;
}.appWrap span {
    line-height: 1.6;
    font-size: calc(15px - 2px);
}}.our-mission {
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
}.our-mission::before {
    left: 0;
    z-index: 1;
    bottom: 0;
    top: 0;
    content: "";
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgb(217,206,200,0.5), rgba(0, 0, 0, 0.5) 70%);
}.our-mission::after {
    opacity: 0.15;
    height: 200px;
    width: 200px;
    background: rgb(185,169,164);
    transform: rotate(45deg);
    animation: float 20s infinite ease-in-out;
    right: -50px;
    top: -50px;
    position: absolute;
    z-index: 0;
    content: "";
}.our-mission .container {
    z-index: 2;
    position: relative;
    width: 100%;
    padding: 3rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}.our-mission .note-frame {
    max-width: 90%;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 3.5rem;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    margin-left: auto;
    background: rgba(255, 255, 255, 0.9);
}.our-mission .note-frame:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-mission .note-frame::before {
    position: absolute;
    height: 100%;
    left: -15px;
    width: 5px;
    background: linear-gradient(to bottom, rgb(217,206,200), rgb(185,169,164));
    content: "";
    top: 0;
}.our-mission .note-frame > div:first-child {
    margin-bottom: 1rem;
    position: relative;
}.our-mission .note-frame h5 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    font-weight: 700;
    color: rgb(217,206,200);
    position: relative;
    margin: 0;
}.our-mission .note-frame h5::after {
    background: linear-gradient(90deg, rgb(217,206,200), transparent);
    bottom: -5px;
    height: 2px;
    animation: lineGrow 3s infinite alternate cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    position: absolute;
    left: 0;
    transform-origin: left;
    content: "";
}.our-mission .note-frame > div:nth-child(2) {
    margin-bottom: 1.5rem;
}.our-mission .note-frame p {
    line-height: 1.5;
    margin: 0;
    color: #000000;
    font-size: calc(16px * 1.4);
}.our-mission .note-frame p b {
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: rgb(185,169,164);
}.our-mission .note-frame ol {
    padding: 0;
    list-style-position: inside;
    margin: 0;
}.our-mission .note-frame li {
    margin-bottom: 1rem;
    text-indent: 0;
    line-height: 1.8;
    column-count: 1;
    text-align: justify;
    column-gap: 2rem;
    color: #000000;
    list-style: none;
    font-size: 16px;
    position: relative;
}

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

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

@media (min-width: 768px) {.our-mission .note-frame {
    padding: 4rem;
    max-width: 80%;
}.our-mission .note-frame li {
    column-count: 2;
}
}

@media (min-width: 992px) {.our-mission .container {
    padding: 5rem 3rem;
}.our-mission .note-frame {
    padding: 5rem;
    max-width: 75%;
}.our-mission .note-frame h5 {
    font-size: calc(18px * 1.2);
}.our-mission .note-frame p {
    font-size: calc(16px * 1.6);
}.our-mission .note-frame li {
    font-size: calc(16px * 1.1);
}
}

@media (max-width: 767px) {.our-mission {
    min-height: auto;
}.our-mission .container {
    padding: 2rem 1rem;
}.our-mission .note-frame {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
    max-width: 100%;
}.our-mission .note-frame h5 {
    font-size: calc(18px * 0.9);
}.our-mission .note-frame p {
    font-size: calc(16px * 1.2);
}.our-mission .note-frame::before {
    left: -10px;
    width: 3px;
}
}