html {
    scrollbar-color: rgb(216,178,166) rgb(188,148,137);
}

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

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

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

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

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(to right, rgb(243,209,200), #ffffff);
    z-index: 100;
    position: relative;
    padding: 1.5rem 0;
    box-shadow: 0 5px 15px rgb(216,178,166,0.5);
}

.program-results::before {
    opacity: 0.4;
    left: -50%;
    width: 200%;
    animation: rotateBackground 30s infinite linear;
    top: -50%;
    content: "";
    height: 200%;
    z-index: 0;
    background: radial-gradient(
        ellipse at center,
        rgb(188,148,137,0.5) 0%,
        transparent 70%
    );
    position: absolute;
}

.program-results .story-tl {
    gap: 50px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    border-radius: 20px;
    position: relative;
    position: relative;
}



.program-results .story-tl::after {
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(245, 245, 250, 0.9) 100%
    );
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
    content: "";
    inset: 0;
    position: absolute;
    border-radius: 20px;
    z-index: -1;
}

.program-results .image-section {
    z-index: 1;
    object-fit: cover;
    box-shadow: 
        20px 0 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: scale(1.05) translateX(-5%);
    border-radius: 0 20px 20px 0;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    width: 100%;
    order: 2;
}

.program-results h3::after {
    left: 0;
    background: linear-gradient(
        to right, 
        rgb(188,148,137) 0%, 
        rgb(216,178,166) 50%,
        transparent 100%
    );
    position: absolute;
    height: 3px;
    bottom: -10px;
    border-radius: 10px;
    width: 80px;
    content: "";
}

.program-results li::before {
    left: 0;
    width: 4px;
    opacity: 0.7;
    background: linear-gradient(
        to bottom,
        rgb(216,178,166) 0%,
        rgb(188,148,137) 100%
    );
    transition: all 0.4s ease;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
}

.program-results li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(
        to right,
        rgb(243,209,200) 0%,
        #ffffff 100%
    );
    transform: translateX(5px);
}

.program-results li:hover::after {
    opacity: 0.3;
}

.program-results svg {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    width: 24px;
    border-radius: 50%;
    height: 24px;
    position: relative;
    flex-shrink: 0;
    padding: 4px;
    background: #ffffff;
    transition: all 0.5s ease;
}

.program-results li:hover svg path {
    fill: rgb(188,148,137);
}

.contact-form-section {
    background: rgb(243,209,200);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.contact-form-section::after {
    background: radial-gradient(circle at 30% 70%, rgb(216,178,166,0.5) 0%, transparent 30%);
    position: absolute;
    z-index: 1;
    animation: pulse 15s infinite alternate;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
}

.contact-form-section h3 {
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    position: relative;
    font-size: 34px;
}

.contact-form-section .image-section {
    height: 100%;
    position: absolute;
    left: 0;
    filter: grayscale(40%) contrast(120%);
    width: 100%;
    opacity: 0.1;
    top: 0;
    z-index: 0;
}

.help-card {
    overflow: hidden;
    z-index: 10;
    border-radius: 28px;
    background: #ffffff;
    display: flex;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
}

.help-card .support-panel {
    padding: 50px;
    position: relative;
    flex: 0 0 60%;
}

.help-card .support-panel h3 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #000000;
}

.help-card .support-panel h3::after {
    transform: none;
    left: 0;
    width: 60px;
}

.help-card .support-panel input[type="text"],
.help-card .support-panel textarea {
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.8);
}

.help-card .support-panel .feedback-form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.help-card .support-panel .feedback-form label {
    color: #000000;
    cursor: pointer;
    padding-left: 30px;
    font-size: calc(13px - 2px);
    line-height: 1.5;
    position: relative;
}

.help-card .support-panel .feedback-form input[type="checkbox"]:checked + label::before {
    background: rgb(216,178,166);
    border-color: rgb(216,178,166);
}

.help-card .support-panel .feedback-form a {
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(216,178,166);
    text-decoration: none;
}

.help-card .support-panel .feedback-form a:hover {
    text-decoration: underline;
}

.help-card .support-panel .feedback-card::before {
    position: absolute;
    background: rgb(188,148,137);
    width: 100%;
    top: 0;
    content: "";
    z-index: -1;
    height: 100%;
    transition: all 0.5s ease;
    left: -100%;
}

.help-card .support-panel .feedback-card:hover::before {
    left: 0;
}

.help-card .support-panel .feedback-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgb(216,178,166,0.5);
}

.help-card .support-help::before {
    height: 100%;
    content: "";
    animation: rotate 30s linear infinite;
    background: radial-gradient(circle, rgb(216,178,166,0.5) 0%, transparent 70%);
    top: -50%;
    right: -50%;
    position: absolute;
    width: 100%;
}

.help-card .support-help .help-reach {
    margin: 0;
    padding: 0;
    list-style: none;
}

.help-card .support-help .help-reach li {
    z-index: 1;
    margin-bottom: 25px;
    display: flex;
    position: relative;
    align-items: flex-start;
}

.help-card .support-help .help-reach li svg path {
    fill: rgb(216,178,166);
    transition: all 0.3s ease;
}

.help-card .support-help .help-reach li:hover svg path {
    fill: rgb(188,148,137);
}

.help-card .support-help .help-reach li a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
}

.our-background::before {
    width: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(30, 45, 60, 0.92), rgba(20, 30, 45, 0.86));
    left: 0;
}

.our-background h4 {
    text-align: center;
    font-size: calc(20px * 1.2);
    z-index: 3;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 3px;
    transform: translateY(0);
    color: #ffffff;
    opacity: 1;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

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

.our-background .text-card-wrap {
    backdrop-filter: blur(12px);
    border-radius: 4px;
    padding: 40px;
    transform: translateY(0);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 
        0 10px 25px -5px rgba(0, 0, 0, 0.1),
        0 15px 10px -10px rgba(0, 0, 0, 0.04),
        inset 0 1px 1px rgba(255, 255, 255, 0.15),
        inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.our-background .text-card-wrap:hover h6::after {
    transform: scaleX(1.5);
}

.our-background .text-card-wrap div {
    position: relative;
}

.our-background .text-card-wrap span {
    font-size: 16px;
    column-gap: 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
    display: block;
    line-height: 1.8;
    font-weight: 400;
    column-count: 1;
    letter-spacing: 0.3px;
}

header .nav-know {
    text-decoration: none;
    position: relative;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    display: block;
    border-radius: 10px;
    padding: 0.5rem;
}

header .nav-know svg {
    transition: transform 0.3s ease;
    height: auto;
    width: 180px;
}

header .top-teach {
    flex-wrap: wrap;
    border-radius: 23px;
    gap: 0.5rem;
    padding: 0.8rem;
    width: 100%;
    justify-content: center;
    display: flex;
    background: linear-gradient(to right, rgb(216,178,166,0.5), rgb(188,148,137,0.5));
}

header .top-wrap:hover {
    box-shadow: 0 4px 8px rgb(216,178,166,0.5);
    background: linear-gradient(135deg, rgb(216,178,166), rgb(188,148,137));
    color: #ffffff;
    transform: translateY(-2px);
}

.cookie-tips {
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

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

.digital-consent {
    font-size: 24px;
    border-bottom: 2px solid rgb(216,178,166);
    text-decoration: none;
    white-space: nowrap;
    line-height: 35px;
    color: rgb(216,178,166);
    min-width: 120px;
    flex-shrink: 0;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
}

.leadership-profile {
    background: linear-gradient(135deg, rgb(243,209,200), rgb(188,148,137,0.5));
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.leadership-profile::after {
    animation: float 6s ease-in-out infinite reverse;
    background: rgb(188,148,137,0.5);
    bottom: -5%;
    border-radius: 11px;
    position: absolute;
    transform: rotate(20deg);
    height: 60%;
    width: 40%;
    z-index: 1;
    content: "";
    left: -5%;
}

.leadership-profile .testimonials-hub:hover {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.leadership-profile .image-section {
    grid-area: photo;
    transition: transform 0.3s ease;
    height: 200px;
    border-radius: 11px;
    box-shadow: 10px 10px 0 rgb(216,178,166,0.5);
    transform: rotate(4deg);
}

.leadership-profile .name {
    color: #000000;
    transform: translateX(20px);
    font-size: 18px;
    margin-top: 20px;
    font-weight: 700;
    grid-area: name;
}

.leadership-profile .work-box {
    color: #000000;
    margin-top: 20px;
    border-left: 4px solid rgb(216,178,166);
    position: relative;
    line-height: 1.6;
    font-size: 13px;
    background: linear-gradient(to right, rgb(243,209,200), transparent);
    border-radius: 0 10px 10px 0;
    grid-area: quote;
    padding: 20px;
}

.welcome-section .story-tl {
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: column;
    height: 100vh;
}

.welcome-section .edu-title input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.welcome-section .learn-techfast {
    flex-shrink: 0;
    width: 20%;
    height: 100%;
    position: relative;
}

.welcome-section .learn-techfast img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    filter: brightness(0.8);
}

.welcome-section .edu-page {
    position: absolute;
    transform: translateX(-50%);
    display: flex;
    bottom: 30px;
    z-index: 10;
    gap: 15px;
    left: 50%;
}

.welcome-section .edu-page label {
    opacity: 0.4;
    transition: all 0.3s ease;
    background: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    height: 6px;
    width: 40px;
}

.welcome-section .text-card-wrap .container {
    padding: 40px;
    margin: 0 auto;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    border-left: 4px solid rgb(216,178,166);
    max-width: 1200px;
}

.welcome-section .text-card-wrap p {
    color: #000000;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 15px;
}

.welcome-section .edu-title input:nth-child(3):checked ~ .learn-welcome {
    transform: translateX(-40%);
}

.welcome-section .edu-title input:nth-child(5):checked ~ .learn-welcome {
    transform: translateX(-80%);
}

.welcome-section .edu-title input:nth-child(7):checked ~ .learn-welcome {
    transform: translateX(-120%);
}

.welcome-section .edu-title input:nth-child(9):checked ~ .learn-welcome {
    transform: translateX(-160%);
}

.welcome-section .edu-title input:nth-child(1):checked ~ .edu-page label:nth-child(1),
.welcome-section .edu-title input:nth-child(2):checked ~ .edu-page label:nth-child(2),
.welcome-section .edu-title input:nth-child(3):checked ~ .edu-page label:nth-child(3),
.welcome-section .edu-title input:nth-child(4):checked ~ .edu-page label:nth-child(4),
.welcome-section .edu-title input:nth-child(5):checked ~ .edu-page label:nth-child(5),
.welcome-section .edu-title input:nth-child(6):checked ~ .edu-page label:nth-child(6),
.welcome-section .edu-title input:nth-child(7):checked ~ .edu-page label:nth-child(7),
.welcome-section .edu-title input:nth-child(8):checked ~ .edu-page label:nth-child(8),
.welcome-section .edu-title input:nth-child(9):checked ~ .edu-page label:nth-child(9),
.welcome-section .edu-title input:nth-child(10):checked ~ .edu-page label:nth-child(10) {
    opacity: 1;
    width: 50px;
    background: rgb(216,178,166);
}

.appSection::after {
    transform: rotate(-15deg) translateZ(-10px);
    position: absolute;
    right: -5%;
    z-index: -1;
    content: "";
    top: -10%;
    height: 70%;
    opacity: 0.15;
    animation: float 15s ease-in-out infinite;
    background: linear-gradient(45deg, rgb(216,178,166) 0%, rgba(rgb(188,148,137,0.5), 0.8) 100%);
    filter: blur(80px);
    width: 40%;
}

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

.appSection .story-tl:hover {
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(216,178,166,0.5), 0.12);
    transform: translateY(-5px);
}

.appSection .story-tl::before {
    top: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    left: 0;
    width: 4px;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(216,178,166), rgb(188,148,137));
    transform: scaleY(0);
    transform-origin: top;
}

.appSection h5::after {
    content: "";
    bottom: 0;
    width: 4rem;
    left: 0;
    transition: width 0.6s ease, transform 0.6s ease;
    height: 3px;
    position: absolute;
    background: rgb(216,178,166);
    transform: translateX(0);
}

.appSection a {
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.appSection a:hover {
    transform: translateY(-2px);
}

.appSection a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.appSection a:hover p {
    color: rgb(216,178,166);
}

.privacy-depot {
    overflow: hidden;
    padding: 40px;
    transition: all 0.3s ease;
    height: auto;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.privacy-depot h2 {
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    margin-top: 35px;
    font-size: 35px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
}

.privacy-depot ul {
    list-style-type: none;
    padding-left: 0;
}

.privacy-depot li:hover {
    background: rgb(216,178,166);
    color: #ffffff;
}

.privacy-depot div {
    color: #000000;
    margin-bottom: 20px;
    border-radius: 16px;
    padding: 15px;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: 1.8;
    background: rgb(243,209,200);
}

.join-our-mailing-list {
    background: linear-gradient(135deg, rgb(188,148,137,0.5), rgb(216,178,166));
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
}

.join-our-mailing-list::after {
    bottom: 0;
    content: "";
    pointer-events: none;
    opacity: 0.1;
    background: linear-gradient(to top, rgb(188,148,137) 0%, transparent 100%);
    position: absolute;
    left: 0;
    height: 30%;
    width: 100%;
}

.join-our-mailing-list .story-tl {
    border-left: 4px solid rgb(216,178,166);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    gap: 2rem;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex-direction: column;
    display: flex;
    backdrop-filter: blur(10px);
}

.join-our-mailing-list .story-tl:hover h3::after {
    transform: scaleX(1);
}

.join-our-mailing-list .input_holder {
    position: relative;
    gap: 1rem;
    width: 100%;
    display: flex;
}

.join-our-mailing-list .input_holder > div {
    position: relative;
    flex: 1;
}

.join-our-mailing-list .sub-alerts {
    width: 100%;
    color: #ffffff;
    padding: 1.2rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.join-our-mailing-list .sub-alerts:focus::placeholder {
    transform: translateX(5px);
    color: rgba(255, 255, 255, 0.3);
}

.join-our-mailing-list .updates-list:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.join-our-mailing-list .updates-list::before {
    left: 0;
    transform: translateX(-100%);
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
}

.membership-plan {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(243,209,200) 0%, rgba(245, 247, 252, 1) 100%);
}

.membership-plan .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.membership-plan .cost-breakdown {
    flex-direction: column-reverse;
    display: flex;
}

.membership-plan .value-rates h2 {
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    color: #000000;
    font-size: 34px;
    position: relative;
}

.membership-plan .payment-plans {
    font-size: 17px;
    color: #000000;
    word-break: break-word;
    margin: 0 auto;
    max-width: 700px;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 1.6;
}

.membership-plan .study-packages:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.membership-plan .premium-plan {
    overflow: hidden;
    display: flex;
    position: relative;
    min-height: 450px;
    background-color: #ffffff;
    flex-direction: column;
}

.membership-plan .value-plan h3 {
    font-size: calc(24px + 2px);
    font-weight: 600;
    color: #000000;
    transition: transform 0.3s ease;
    transform: translateX(0);
    margin-bottom: 8px;
    position: relative;
}

.membership-plan .learn-packs {
    position: relative;
    font-size: calc(24px + 4px);
    color: rgb(216,178,166);
    font-weight: 700;
    margin: 15px 0;
    display: inline-block;
}

.membership-plan .study-packages:hover .learn-packs::before {
    opacity: 1;
    transform: translateX(0);
}

.membership-plan .value-plan p {
    font-size: 17px;
    word-break: break-word;
    margin-top: 15px;
    white-space: normal;
    line-height: 1.6;
    overflow-wrap: break-word;
    flex: 1;
    color: #000000;
}

.membership-plan .study-packages:hover .image-section {
    transform: scale(1.05);
}

.membership-plan .study-packages:nth-child(odd) .premium-plan {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}

.membership-plan .study-packages:nth-child(even) .premium-plan {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}

.membership-plan .study-packages:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}

.testimonials {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(243,209,200) 0%, rgb(188,148,137,0.5) 100%);
}

.testimonials::after {
    pointer-events: none;
    height: 60%;
    background: linear-gradient(45deg, rgb(188,148,137,0.5) 20%, transparent 80%);
    left: -5%;
    bottom: -10%;
    transform: rotate(10deg) skewX(-10deg);
    content: "";
    position: absolute;
    width: 35%;
    z-index: 1;
    opacity: 0.5;
}

.testimonials h2 {
    position: relative;
    font-size: 31px;
    margin-bottom: 3.5rem;
    font-weight: 700;
    color: #000000;
    text-align: center;
    transform: translateZ(30px);
    letter-spacing: 0.5px;
}

.testimonials .rating-showcase {
    list-style: none;
    display: grid;
    margin: 0;
    padding: 0;
    gap: 2.5rem;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.testimonials .testimonials-hub::before {
    background: linear-gradient(90deg, rgb(216,178,166) 0%, rgb(188,148,137) 100%);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    width: 100%;
    z-index: 2;
    transform: scaleX(0);
    content: "";
    position: absolute;
    height: 5px;
    transform-origin: left;
    top: 0;
}

.testimonials .testimonials-hub > div {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}

.testimonials .testimonials-hub:hover img {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.testimonials .testimonials-hub h4 {
    color: #000000;
    margin: 0;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 19px;
    font-weight: 600;
}

.testimonials .description {
    position: relative;
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
    z-index: 2;
    margin: 0;
}

.testimonials .testimonials-hub:hover .description::before {
    opacity: 0.5;
    transform: scale(1.2) rotate(5deg);
}

.testimonials a {
    font-weight: 600;
    display: inline-block;
    padding: 0.8rem 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, rgb(216,178,166) 0%, rgb(188,148,137) 100%);
    border-radius: 4px;
    margin-left: auto;
    margin-top: 2.5rem;
    overflow: hidden;
    display: table;
    text-decoration: none;
    font-size: 19px;
    margin-right: auto;
    text-align: center;
}

.program-overview .skill-path {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
    grid-column: 1;
    grid-row: 1;
}

.program-overview .skill-path {
    height: 350px;
}

.program-overview .job-classes {
    animation: carousel-slide 25s ease-in-out infinite;
    width: 500%;
    height: 100%;
    display: flex;
}

.program-overview .job-classes {
    width: 600%;
    animation-duration: 20s;
}

.program-overview .skill-path:hover .job-classes {
    animation-play-state: paused;
}

.program-overview .knowledge-base img {
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
    height: 100%;
    width: 100%;
}

.program-overview .container {
    padding: 0;
    grid-column: 1 / 3;
    height: 100%;
    z-index: 10;
    grid-row: 1;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}

.program-overview .fast-development:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.program-overview .fast-development::before {
    left: 0;
    content: '';
    height: 100%;
    border-radius: 10px;
    opacity: 1;
    width: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    background-color: rgb(243,209,200);
}

.program-overview .fast-development h3 {
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
    color: rgb(216,178,166);
    text-transform: uppercase;
    font-size: 31px;
    padding-left: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.program-overview .fast-development h3 {
    font-size: calc(31px * 0.9);
}

.program-overview .fast-development .feedback-card {
    display: inline-block;
    border-radius: 10px;
    font-size: 15px;
    position: relative;
    margin-left: 1.5rem;
    border: 2px solid rgb(216,178,166);
    background-color: transparent;
    letter-spacing: 0.5px;
    padding: 0.8rem 2rem;
    overflow: hidden;
    text-decoration: none;
    color: rgb(216,178,166);
    transition: all 0.3s ease;
    font-weight: 600;
}

.program-overview .fast-development .feedback-card:hover::before {
    left: 0;
}

.story-spot .container {
    position: relative;
    z-index: 2;
}

.story-spot .equity-pledge {
    display: flex;
    flex-direction: column;
}

.story-spot .support-request::before {
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    position: absolute;
}

.story-spot .info_item p,
.story-spot .info_item a {
    text-decoration: none;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 17px;
    display: flex;
}

.story-spot .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    z-index: 2;
    position: relative;
    gap: 0;
    display: grid;
}

.story-spot .head-info svg {
    filter: brightness(0) invert(1);
    max-width: 150px;
    transition: all 0.3s ease;
    height: auto;
}

.story-spot .head-info:hover svg {
    transform: scale(1.05);
}

.story-spot .top-teach {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    position: relative;
    display: flex;
    z-index: 2;
    background-color: #000000;
    padding: 5rem 2rem 3rem;
    flex-direction: column;
    gap: 2rem;
}

.story-spot .top-teach h5 {
    position: relative;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
}

.story-spot .nav-lead {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    display: grid;
}

.story-spot .nav-lead a {
    opacity: 0.8;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    color: #ffffff;
}

.story-spot .nav-lead a:hover {
    opacity: 1;
    padding-left: 10px;
}

.story-spot .subscribe_holder {
    gap: 1.5rem;
    position: relative;
    z-index: 3;
    display: flex;
    background-color: rgb(188,148,137);
    padding: 4rem 2rem 3rem;
    flex-direction: column;
}

.story-spot .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 19px;
}

.story-spot .subscribe_holder p {
    opacity: 0.9;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.story-spot .input_holder input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}

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

.story-spot .updates-list::before {
    position: absolute;
    top: 0;
    transition: left 0.5s ease;
    height: 100%;
    content: '';
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.story-spot .updates-list:hover {
    background-color: rgb(216,178,166,0.5);
}

.story-spot .discord-cta {
    z-index: 1;
    background-color: rgb(188,148,137);
    margin-top: 0;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    position: relative;
    text-align: center;
    padding: 6rem 0 2rem;
}

.story-spot .discount-cta {
    opacity: 0.7;
    color: #ffffff;
    font-size: 14px;
}

header .top_plank .nav-row div span {
    color: #ffffff;
}

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



::-webkit-scrollbar {
    height: 8px;
    background: #ffffff;
    width: 16px;
}

::-webkit-scrollbar-track {
    border-radius: 3.6vw;
    background: rgb(188,148,137,0.5);
}

::-webkit-scrollbar-track:active {
    background: rgb(188,148,137,0.5);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(18deg, rgb(216,178,166) 82%, rgb(243,209,200) 19%);
    border-radius: 5px;
}



@media (max-width: 768px) {.program-results .story-tl {
    grid-template-columns: 1fr;
    gap: 40px;
}.program-results .image-section {
    max-height: 350px;
    width: 100%;
    border-radius: 20px 20px 0 0;
    transform: scale(1);
    order: 1;
}.program-results .text-card-wrap {
    padding: 30px;
    order: 2;
}.program-results h3::before {
    width: 20px;
    left: -30px;
}
}



@media screen and (max-width: 992px) {.contact-form-section {
    padding: 80px 0;
}.help-card {
    flex-direction: column;
}.help-card .support-panel,
    .help-card .support-help {
    width: 100%;
    flex: 0 0 100%;
}.help-card .support-panel::before {
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(188,148,137,0.5), transparent);
    top: auto;
    right: 0;
    width: 100%;
    bottom: 0;
}
}



@media screen and (max-width: 480px) {.contact-form-section {
    padding: 40px 0;
}.help-card .support-panel,
    .help-card .support-help {
    padding: 20px;
}.help-card .support-help .help-reach li {
    flex-direction: column;
}.help-card .support-help .help-reach li svg {
    margin-bottom: 10px;
}}



@media (min-width: 992px) {.our-background {
    padding: 160px 0 140px;
}.our-background .container {
    padding: 0 50px;
}.our-background h4 {
    font-size: calc(20px * 1.5);
}.our-background .text-card-wrap {
    padding: 70px;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(0);
}.our-background .text-card-wrap:hover {
    transform: translateY(-5px);
}.our-background .text-card-wrap h6 {
    margin-bottom: 30px;
    font-size: calc(20px * 1.6);
}.our-background .text-card-wrap span {
    column-count: 2;
    font-size: calc(16px * 1.05);
    line-height: 1.9;
    column-gap: 50px;
}
}



@media (hover: hover) {.our-background .text-card-wrap {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}.our-background .text-card-wrap:hover {
    box-shadow: 
            0 15px 35px -5px rgba(0, 0, 0, 0.15),
            0 20px 15px -15px rgba(0, 0, 0, 0.07),
            inset 0 1px 1px rgba(255, 255, 255, 0.2),
            inset 0 -1px 1px rgba(0, 0, 0, 0.15);
}}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top-navbar {
    gap: 1rem;
}header .nav-know svg {
    width: 140px;
}header .top-teach {
    padding: 0.6rem;
    gap: 0.4rem;
}header .top-wrap {
    padding: 0.4rem 0.8rem;
    font-size: calc(16px - 2px);
}
}


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


@media only screen and (max-width: 800px) {.visitor-controls {
    display: none;
}.cookie-tips {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie-alert-message h5 {
    text-align: center;
}.cookie-alert-message p {
    text-align: center;
}.policy-ack {
    margin-bottom: 20px;
}body .wrapper-template .digital-consent {
    margin-left: 0;
}}



@media (max-width: 991px) {.welcome-section {
    min-height: unset;
}.welcome-section .story-tl {
    height: 90vh;
}.welcome-section .edu-title {
    height: 100%;
}.welcome-section .text-card-wrap {
    bottom: 60px;
}.welcome-section .text-card-wrap .container {
    padding: 30px;
    margin: 0 20px;
}.welcome-section .edu-page {
    bottom: 20px;
}.welcome-section .edu-page label {
    height: 5px;
    width: 30px;
}.welcome-section .edu-title input:checked ~ .edu-page label {
    width: 40px;
}
}



@media (max-width: 575px) {.welcome-section .story-tl {
    height: 70vh;
}.welcome-section .text-card-wrap {
    bottom: 40px;
}.welcome-section .text-card-wrap .container {
    margin: 0 10px;
    padding: 20px;
}.welcome-section .text-card-wrap h1 {
    margin-bottom: 8px;
    font-size: calc(48px * 0.7);
}.welcome-section .text-card-wrap h3 {
    margin-bottom: 12px;
    font-size: calc(18px * 0.7);
}.welcome-section .text-card-wrap p {
    font-size: calc(15px * 0.8);
    line-height: 1.5;
}.welcome-section .edu-page {
    gap: 8px;
    bottom: 10px;
}.welcome-section .edu-page label {
    height: 3px;
    width: 20px;
}.welcome-section .edu-title input:checked ~ .edu-page label {
    width: 30px;
}}



@media (min-width: 1024px) {.appSection .story-tl {
    gap: 4rem;
    padding: 5rem;
}.appSection h5 {
    font-size: calc(19px * 1.3);
}.appSection::after {
    width: 50%;
    right: -10%;
}
}



@media (max-width: 767px) {.appSection {
    padding: 4rem 0;
}.appSection .story-tl {
    padding: 2.5rem;
}.appSection h5 {
    font-size: 19px;
}.appSection::before {
    background-size: 15px 15px;
}.appSection::after {
    opacity: 0.1;
}
}


@media only screen and (max-width: 800px) {.privacy-depot {
    padding: 20px;
}.privacy-depot h1 {
    margin-top: 30px;
    font-size: calc(20px - 4px);
    margin-bottom: 20px;
}.privacy-depot h2 {
    margin-bottom: 15px;
    font-size: calc(20px - 4px);
    margin-top: 25px;
}.privacy-depot li {
    margin-bottom: 10px;
    padding: 8px;
}.privacy-depot div {
    padding: 10px;
}}



@media (max-width: 767px) {.join-our-mailing-list {
    padding: 2.5rem 0;
}.join-our-mailing-list .story-tl {
    transform: none;
    padding: 2rem;
    border-left: 3px solid rgb(216,178,166);
}.join-our-mailing-list .input_holder {
    flex-direction: column;
}.join-our-mailing-list .sub-alerts {
    padding: 1rem 1.25rem;
}.join-our-mailing-list .updates-list {
    padding: 1rem;
    width: 100%;
}.join-our-mailing-list h3 {
    font-size: calc(20px * 1.1);
}.join-our-mailing-list h3::after {
    width: 60px;
    bottom: -8px;
}
}



@media (min-width: 992px) {.membership-plan .cost-breakdown {
    gap: 50px;
    flex-direction: row;
    align-items: center;
}.membership-plan .value-rates {
    margin-bottom: 0;
    text-align: left;
    flex: 0 0 30%;
}.membership-plan .value-rates h2::after {
    transform: none;
    left: 0;
}.membership-plan .price-options {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}.membership-plan .value-plan {
    padding: 35px;
}
}



@media (max-width: 1024px) {.testimonials {
    padding: 5rem 0;
}.testimonials .rating-showcase {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}.testimonials h2 {
    margin-bottom: 3rem;
    font-size: calc(31px * 0.9);
}
}



@media (max-width: 576px) {.testimonials {
    padding: 3.5rem 0;
}.testimonials .container {
    padding: 0 1rem;
}.testimonials .rating-showcase {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.testimonials h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.8);
}.testimonials .testimonials-hub img {
    height: 50px;
    width: 50px;
}.testimonials .testimonials-hub {
    padding: 1.5rem;
}.testimonials .description::before {
    font-size: 60px;
    top: -25px;
}
}



@media (max-width: 991px) {.program-overview {
    min-height: auto;
    flex-direction: column;
    display: flex;
}.program-overview .skill-path {
    width: 100%;
    height: 400px;
}.program-overview .skill-path::before {
    background: linear-gradient(to bottom, 
                    rgba(0, 0, 0, 0.6) 0%,
                    transparent 100%);
}.program-overview .container {
    position: relative;
    padding: 3rem 1rem;
}.program-overview .story-tl {
    width: 100%;
    margin-right: 0;
}.program-overview .fast-development {
    max-width: 100%;
}
}



@media (max-width: 991px) {.story-spot .text_main_holder {
    grid-template-columns: 1fr;
}.story-spot .head-info,
    .story-spot .top-teach,
    .story-spot .subscribe_holder {
    clip-path: none;
}.story-spot .top-teach {
    padding: 3rem 2rem;
}.story-spot .head-info {
    text-align: center;
    padding: 3rem 2rem;
    align-items: center;
}.story-spot .subscribe_holder {
    padding: 3rem 2rem;
}.story-spot .discord-cta {
    padding: 3rem 0 2rem;
    clip-path: none;
}
}



@media (max-width: 576px) {.story-spot .head-info,
    .story-spot .top-teach,
    .story-spot .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.story-spot .discord-cta {
    padding: 2.5rem 0 1.5rem;
}.story-spot .info_item {
    padding: 0.5rem 0;
}.story-spot .info_item p,
    .story-spot .info_item a {
    justify-content: center;
}}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
        filter: blur(3px);
    }
    100% {
        opacity: 0.6;
        filter: blur(1px);
    }
}



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



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



@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}



@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

