* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.wrapper-bundle {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}.tech_stack {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1222px;
}a {
    color: inherit;
    text-decoration: none;
}.nav_skill {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.get_in_touch {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0;
    background: #000000;
}.get_in_touch::before {
    opacity: 0.2;
    width: 100%;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgb(166,167,166,0.5) 0%, transparent 50%, rgb(122,124,124,0.5) 100%);
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
}.get_in_touch::after {
    background: linear-gradient(90deg, transparent, rgb(166,167,166), transparent);
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
}.get_in_touch .img_embed {
    top: 0;
    opacity: 0.15;
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: luminosity;
    filter: saturate(0.6) contrast(1.3);
    z-index: 0;
    left: 0;
}.get_in_touch .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.get_in_touch h3 {
    color: #ffffff;
    position: relative;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 60px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgb(166,167,166,0.5), 0 0 20px rgb(166,167,166,0.5);
}.get_in_touch h3::before {
    background: rgb(166,167,166);
    content: "";
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    left: calc(50% - 100px);
    box-shadow: 0 0 10px rgb(166,167,166), 0 0 20px rgb(166,167,166);
    position: absolute;
    width: 200px;
    height: 3px;
    bottom: -20px;
}.get_in_touch .message_support {
    border-radius: 0;
    background: rgba(15, 15, 20, 0.8);
    border: 1px solid rgb(166,167,166,0.5);
    position: relative;
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 15px rgb(166,167,166,0.5);
    overflow: hidden;
    clip-path: polygon(
        0 0, 
        calc(100% - 20px) 0, 
        100% 20px, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        20px 100%, 
        0 calc(100% - 20px)
    );
}.get_in_touch .message_support::before {
    top: 0;
    z-index: 3;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(166,167,166), transparent);
}.get_in_touch .message_support::after {
    bottom: 0;
    z-index: 3;
    left: 0;
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(122,124,124), transparent);
    content: "";
    right: 0;
}.get_in_touch .contact_reach {
    z-index: 2;
    padding: 50px;
    position: relative;
    flex: 1 1 60%;
}.get_in_touch .contact_reach h3 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 30px;
    font-size: 22px;
    text-shadow: none;
    color: rgb(166,167,166);
}.get_in_touch .contact_reach h3::before {
    display: none;
}.get_in_touch .contact_reach input[type="text"],
.get_in_touch .contact_reach textarea {
    border: 1px solid rgb(166,167,166,0.5);
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 3px solid rgb(166,167,166);
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 18px;
    transition: all 0.3s ease;
    border-radius: 0;
    padding: 16px 20px;
    color: #ffffff;
}.get_in_touch .contact_reach input[type="text"]::placeholder,
.get_in_touch .contact_reach textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.get_in_touch .contact_reach input[type="text"]:focus,
.get_in_touch .contact_reach textarea:focus {
    border-color: rgb(166,167,166);
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(166,167,166,0.5);
    outline: none;
}.get_in_touch .contact_reach textarea {
    min-height: 150px;
    resize: vertical;
}.get_in_touch .contact_reach .inquiry_box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.get_in_touch .contact_reach .inquiry_box input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get_in_touch .contact_reach .inquiry_box label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.6;
}.get_in_touch .contact_reach .inquiry_box label::before {
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    top: 2px;
    content: "";
    height: 20px;
    position: absolute;
    width: 20px;
    border: 1px solid rgb(166,167,166,0.5);
    left: 0;
}.get_in_touch .contact_reach .inquiry_box input[type="checkbox"]:checked + label::before {
    background: rgb(166,167,166);
    border-color: rgb(166,167,166);
    box-shadow: 0 0 10px rgb(166,167,166,0.5);
}.get_in_touch .contact_reach .inquiry_box input[type="checkbox"]:checked + label::after {
    left: 7px;
    top: 4px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    width: 6px;
    height: 12px;
    content: "";
}.get_in_touch .contact_reach .inquiry_box a {
    color: rgb(166,167,166);
    transition: all 0.3s ease;
    text-decoration: none;
    border-bottom: 1px solid rgb(166,167,166,0.5);
    font-weight: 600;
}.get_in_touch .contact_reach .inquiry_box a:hover {
    text-shadow: 0 0 5px rgb(122,124,124);
    border-bottom-color: rgb(122,124,124);
    color: rgb(122,124,124);
}.get_in_touch .contact_reach .contact_inquiry {
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    font-size: 15px;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    color: #ffffff;
    overflow: hidden;
    padding: 16px 30px;
    letter-spacing: 1px;
    background: rgb(166,167,166);
    font-weight: 600;
    cursor: pointer;
    position: relative;
}.get_in_touch .contact_reach .contact_inquiry::before {
    content: "";
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.5s ease;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}.get_in_touch .contact_reach .contact_inquiry:hover {
    background: rgb(122,124,124);
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgb(122,124,124,0.5);
}.get_in_touch .contact_reach .contact_inquiry:hover::before {
    left: 100%;
}.get_in_touch .support_widget {
    background: rgba(0, 0, 0, 0.4);
    flex: 1 1 35%;
    z-index: 2;
    border-left: 1px solid rgb(166,167,166,0.5);
    position: relative;
    padding: 50px;
}.get_in_touch .support_widget h4 {
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
    font-size: 22px;
    color: rgb(122,124,124);
}.get_in_touch .support_widget h4::after {
    content: "";
    bottom: -10px;
    box-shadow: 0 0 10px rgb(122,124,124);
    background: rgb(122,124,124);
    left: 0;
    position: absolute;
    height: 2px;
    width: 50px;
}.get_in_touch .support_widget .connect_request {
    padding: 0;
    list-style: none;
    margin: 0;
}.get_in_touch .support_widget .connect_request li {
    display: flex;
    position: relative;
    border: 1px solid rgb(122,124,124,0.5);
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
    transition: all 0.3s ease;
    margin-bottom: 20px;
}.get_in_touch .support_widget .connect_request li::after {
    top: 0;
    height: 100%;
    width: 3px;
    left: 0;
    content: "";
    background: rgb(122,124,124);
    opacity: 0.7;
    position: absolute;
}.get_in_touch .support_widget .connect_request li:hover {
    border-color: rgb(122,124,124);
    transform: translateX(5px);
    box-shadow: 0 0 15px rgb(122,124,124,0.5);
}.get_in_touch .support_widget .connect_request li svg {
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    margin-right: 15px;
}.get_in_touch .support_widget .connect_request li:hover svg {
    transform: scale(1.1);
}.get_in_touch .support_widget .connect_request li svg path {
    fill: rgb(122,124,124);
    transition: all 0.3s ease;
}.get_in_touch .support_widget .connect_request li:hover svg path {
    fill: #ffffff;
    filter: drop-shadow(0 0 3px rgb(122,124,124));
}.get_in_touch .support_widget .connect_request li span {
    color: #ffffff;
    font-size: 18px;
}.get_in_touch .support_widget .connect_request li a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.get_in_touch .support_widget .connect_request li a:hover {
    text-shadow: 0 0 5px rgb(122,124,124,0.5);
    color: rgb(122,124,124);
}

@keyframes flicker {
    0% { opacity: 1; }
    3% { opacity: 0.8; }
    6% { opacity: 1; }
    7% { opacity: 0.9; }
    9% { opacity: 1; }
    11% { opacity: 0.7; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    83% { opacity: 0.8; }
    87% { opacity: 1; }
    100% { opacity: 1; }
}

@media (max-width: 992px) {.get_in_touch {
    padding: 70px 0;
}.get_in_touch h3 {
    font-size: calc(48px * 0.8);
}.get_in_touch .message_support {
    clip-path: polygon(
            0 0, 
            calc(100% - 20px) 0, 
            100% 20px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
    flex-direction: column;
}.get_in_touch .support_widget {
    border-top: 1px solid rgb(122,124,124,0.5);
    border-left: none;
}
}

@media (max-width: 768px) {.get_in_touch {
    padding: 60px 0;
}.get_in_touch h3 {
    margin-bottom: 40px;
    font-size: calc(48px * 0.7);
}.get_in_touch h3::before {
    width: 150px;
    bottom: -15px;
    left: calc(50% - 75px);
}.get_in_touch .contact_reach,
    .get_in_touch .support_widget {
    padding: 40px 30px;
}.get_in_touch .contact_reach input[type="text"],
    .get_in_touch .contact_reach textarea {
    padding: 14px 16px;
}.get_in_touch .support_widget .connect_request li {
    padding: 12px;
}
}

@media (max-width: 576px) {.get_in_touch {
    padding: 50px 0;
}.get_in_touch h3 {
    margin-bottom: 35px;
    font-size: calc(48px * 0.5);
}.get_in_touch h3::before {
    left: calc(50% - 50px);
    bottom: -12px;
    width: 100px;
    height: 2px;
}.get_in_touch .message_support {
    clip-path: polygon(
            0 0, 
            calc(100% - 15px) 0, 
            100% 15px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}.get_in_touch .contact_reach,
    .get_in_touch .support_widget {
    padding: 30px 20px;
}.get_in_touch .contact_reach input[type="text"],
    .get_in_touch .contact_reach textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.get_in_touch .contact_reach .inquiry_box label {
    font-size: calc(12px * 0.9);
}.get_in_touch .contact_reach .contact_inquiry {
    width: 100%;
    padding: 14px 20px;
}.get_in_touch .support_widget .connect_request li {
    padding: 10px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    margin-bottom: 15px;
}}.program_structure {
    position: relative;
    background: linear-gradient(45deg, rgb(122,124,124,0.5) 0%, rgb(204,204,178) 50%, rgb(166,167,166,0.5) 100%);
    overflow: hidden;
    padding: 8rem 2rem;
}.program_structure::before {
    animation: rotate 60s linear infinite;
    z-index: 1;
    width: 200%;
    left: -50%;
    position: absolute;
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 65%, rgb(122,124,124,0.5) 100%);
    content: "";
    top: -50%;
    height: 200%;
}.program_structure::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    background: linear-gradient(
        rgb(122,124,124,0.5),
        transparent 20%,
        transparent 80%,
        rgb(166,167,166,0.5)
    );
    left: 0;
    height: 100%;
}.program_structure .container {
    margin: 0 auto;
    max-width: 1400px;
    z-index: 3;
    position: relative;
}.program_structure .learn_now {
    flex-direction: column;
    margin-bottom: 2rem;
    display: flex;
    position: relative;
}.program_structure .abstract_box {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}.program_structure h2 {
    text-transform: uppercase;
    margin-bottom: 3rem;
    font-size: 47px;
    font-weight: 700;
    color: #000000;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
}.program_structure h2::before,
.program_structure h2::after {
    left: -25%;
    width: 150%;
    height: 3px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, transparent, rgb(166,167,166), transparent);
}.program_structure h2::before {
    top: -15px;
}.program_structure h2::after {
    bottom: -15px;
}.program_structure .description {
    color: #000000;
    animation: slideUp 0.8s forwards;
    font-size: calc(15px * 1.1);
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    line-height: 1.8;
    animation-delay: 0.2s;
    margin-bottom: 1.5rem;
}.program_structure .description:nth-of-type(2) {
    animation-delay: 0.5s;
}.program_structure .img_embed {
    width: 100%;
    height: 500px;
    border-radius: 22px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    margin-top: 2rem;
    transform: scale(0.95);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}.program_structure .img_embed::before {
    content: "";
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        to bottom,
        rgb(166,167,166,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(122,124,124,0.5) 100%
    );
    transition: opacity 0.5s ease;
    width: 100%;
}.program_structure .img_embed:hover {
    transform: scale(1);
}.program_structure .img_embed:hover::before {
    opacity: 0.4;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.program_structure {
    padding: 5rem 1.5rem;
}.program_structure .abstract_box {
    margin-bottom: 3rem;
}.program_structure h2 {
    font-size: calc(47px * 0.85);
}.program_structure .img_embed {
    height: 400px;
}
}

@media screen and (max-width: 768px) {.program_structure {
    padding: 4rem 1rem;
}.program_structure .abstract_box {
    margin-bottom: 2rem;
}.program_structure h2 {
    font-size: calc(47px * 0.7);
}.program_structure h2::before,
    .program_structure h2::after {
    width: 120%;
    left: -10%;
}.program_structure .description {
    font-size: 15px;
}.program_structure .img_embed {
    height: 300px;
}}.privacy_shelter {
    color: #000000;
    padding: 40px;
    width: 100%;
    align-items: center;
    height: auto;
    flex-direction: column;
    display: flex;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
}.privacy_shelter .container {
    max-width: 1200px;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
}.privacy_shelter h1, .privacy_shelter h2 {
    text-align: center;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(166,167,166), rgb(122,124,124));
}.privacy_shelter h1 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 38px;
    margin-top: 30px;
    letter-spacing: 1.5px;
}.privacy_shelter h2 {
    font-size: 34px;
    margin-top: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
}.privacy_shelter ul {
    margin: 0;
    list-style-type: none;
    width: 100%;
    padding: 0;
}.privacy_shelter li {
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    color: #000000;
    font-size: 13px;
    background-color: rgb(122,124,124,0.5);
    display: flex;
    padding: 15px;
    margin-bottom: 15px;
}.privacy_shelter li::before {
    color: rgb(166,167,166);
    font-size: 1.2em;
    content: '✔';
    margin-right: 10px;
}.privacy_shelter p, .privacy_shelter span, .privacy_shelter div {
    margin-bottom: 10px;
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.privacy_shelter {
    padding: 20px;
}.privacy_shelter h1 {
    margin-bottom: 15px;
    font-size: calc(21px - 5px);
    margin-top: 25px;
}.privacy_shelter h2 {
    font-size: calc(21px - 3px);
    margin-top: 20px;
    margin-bottom: 10px;
}.privacy_shelter ul, .privacy_shelter ol {
    margin: 10px 0;
    padding: 0;
}.privacy_shelter li {
    font-size: calc(13px - 1px);
    margin-bottom: 10px;
}.privacy_shelter p, .privacy_shelter span, .privacy_shelter div {
    font-size: calc(13px - 1px);
    margin-bottom: 8px;
}}
.learning_process {
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(122,124,124,0.5), rgb(166,167,166,0.5));
}.learning_process::before {
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.15) 0%, transparent 70%);
    top: 0;
    height: 100%;
    position: absolute;
}.learning_process::after {
    transform: rotate(-15deg);
    bottom: -5%;
    position: absolute;
    content: "";
    z-index: 0;
    background: radial-gradient(ellipse, rgb(166,167,166,0.5) 0%, transparent 70%);
    width: 50%;
    right: -10%;
    height: 50%;
}.learning_process .edu_promise {
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.learning_process h2 {
    font-weight: 700;
    animation: slideInTitle 0.8s ease-out forwards;
    font-size: 37px;
    transform: translateX(-20px);
    text-align: left;
    position: relative;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    opacity: 0;
    margin-bottom: 2.5rem;
}.learning_process h2::after {
    width: 120px;
    position: absolute;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(166,167,166), rgb(122,124,124));
    transform-origin: left;
    transform: scaleX(0);
    height: 3px;
    animation: expandLine 1s ease-out 0.3s forwards;
    left: 0;
    content: "";
}.learning_process .abstract_box {
    padding: 2.5rem 3rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    background: rgba(255, 255, 255, 0.9);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    position: relative;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    border-left: 5px solid rgb(166,167,166);
}.learning_process .abstract_box:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1);
}.learning_process .abstract_box::before {
    right: 0;
    background: linear-gradient(135deg, transparent 0%, transparent 50%, rgba(rgb(122,124,124,0.5), 0.05) 100%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}.learning_process p {
    font-size: 16px;
    opacity: 0;
    line-height: 1.8;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    position: relative;
    margin: 0;
    color: #000000;
    transform: translateY(20px);
}.learning_process p::first-letter {
    color: rgb(166,167,166);
    font-weight: 700;
    font-size: 1.5em;
}

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

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

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


@media screen and (max-width: 992px) {.learning_process {
    padding: 5rem 0;
}.learning_process h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2rem;
}.learning_process .abstract_box {
    transform: perspective(1000px) rotateX(1deg) rotateY(-0.5deg);
    padding: 2rem 2.5rem;
}
}


@media screen and (max-width: 768px) {.learning_process {
    padding: 4rem 0;
}.learning_process h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.8);
}.learning_process h2::after {
    height: 2px;
    width: 80px;
    bottom: -8px;
}.learning_process .abstract_box {
    padding: 1.75rem 2rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    transform: none;
}
}


@media screen and (max-width: 576px) {.learning_process {
    padding: 3rem 0;
}.learning_process .edu_promise {
    padding: 0 1.5rem;
}.learning_process h2 {
    margin-bottom: 1.25rem;
    font-size: calc(37px * 0.7);
}.learning_process .abstract_box {
    clip-path: none;
    border-left: 3px solid rgb(166,167,166);
    padding: 1.5rem;
}.learning_process p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}header {
    border-bottom: 1px solid rgb(166,167,166,0.5);
    -webkit-backdrop-filter: blur(8px);
    background: linear-gradient(135deg, #000000 0%, rgb(166,167,166) 100%);
    backdrop-filter: blur(8px);
    width: 100%;
    z-index: 1000;
    position: fixed;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    top: 0;
    transition: all 0.4s ease;
    left: 0;
}header:before {
    width: 100%;
    opacity: 0.4;
    left: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(166,167,166,0.5), transparent);
    position: absolute;
    height: 100%;
    animation: shine 8s infinite linear;
    top: 0;
    background-size: 200% 100%;
    pointer-events: none;
}header .top_primary {
    width: 100%;
}header .container {
    padding: 15px 20px;
    margin: 0 auto;
    max-width: 1200px;
}header .top_lead {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}header .head_mentor {
    gap: 25px;
    display: flex;
    position: relative;
}header .head_mentor:before {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(166,167,166), transparent);
    content: '';
    width: 100%;
    bottom: -8px;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.6s ease;
}header .head_mentor:hover:before {
    transform: scaleX(1);
}header .head_primary {
    letter-spacing: 0.5px;
    font-weight: 400;
    text-decoration: none;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    transition: all 0.4s ease;
    padding: 8px 0;
    font-size: 17px;
    position: relative;
    color: #ffffff;
}header .head_primary:after {
    left: 0;
    background: rgb(166,167,166);
    bottom: 0;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    transform-origin: right;
    content: '';
    height: 2px;
    position: absolute;
    transform: scaleX(0);
    width: 100%;
}header .head_primary:before {
    position: absolute;
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    content: '';
    left: 50%;
    opacity: 0;
    top: 0;
    background: rgb(166,167,166);
}header .head_primary:hover {
    color: rgb(166,167,166);
    text-shadow: 0 0 8px rgb(166,167,166,0.5);
}header .head_primary:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}header .head_primary:hover:before {
    opacity: 1;
}header .main_pagewrap {
    align-items: center;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
}header .main_pagewrap svg {
    transition: transform 0.5s ease;
    filter: drop-shadow(0 0 4px rgb(166,167,166,0.5));
    height: 40px;
    width: auto;
}header .main_pagewrap:hover svg {
    transform: scale(1.05);
}header .main_pagewrap:after {
    left: 50%;
    transition: width 0.4s ease;
    transform: translateX(-50%);
    width: 0;
    content: '';
    position: absolute;
    background: rgb(166,167,166);
    bottom: -8px;
    height: 1px;
}header .main_pagewrap:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .head_mentor {
    gap: 15px;
}header .head_primary {
    font-size: calc(17px - 1px);
}header .main_pagewrap svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .head_mentor {
    overflow-y: auto;
    flex-direction: column;
    padding: 80px 30px 30px;
    position: fixed;
    right: -100%;
    gap: 20px;
    z-index: 1001;
    max-width: 300px;
    width: 80%;
    height: 100vh;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    background: #000000;
    top: 0;
    transition: right 0.4s ease;
}header .menu.active {
    right: 0;
}header .head_primary {
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid rgb(166,167,166,0.5);
}header .head_mentor:before {
    display: none;
}header .main_pagewrap {
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .main_pagewrap svg {
    height: 30px;
}}.course_candidates {
    background: linear-gradient(135deg, rgb(204,204,178) 0%, rgb(166,167,166,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
}.course_candidates::before {
    border-radius: 50%;
    content: "";
    left: 50%;
    height: 500px;
    animation: rotate 20s linear infinite;
    position: absolute;
    width: 500px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%);
    z-index: 1;
    top: 50%;
}.course_candidates::after {
    top: 50%;
    border: 4px dotted rgb(166,167,166,0.5);
    border-radius: 50%;
    content: "";
    width: 800px;
    animation: rotate-reverse 30s linear infinite;
    height: 800px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
}@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotate-reverse {
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to { transform: translate(-50%, -50%) rotate(0deg); }
}

.course_candidates .edu_promise {
    max-width: 1200px;
    z-index: 5;
    padding: 2rem;
    border-radius: 29px;
    position: relative;
    margin: 0 auto;
}.course_candidates .edu_promise::before {
    width: 300px;
    filter: blur(50px);
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    animation: pulse 8s ease-in-out infinite alternate;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgb(122,124,124,0.5) 0%, transparent 70%);
    height: 300px;
}@keyframes pulse {
    0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.8); }
    100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); }
}

.course_candidates h3 {
    color: #ffffff;
    position: relative;
    margin-bottom: 4rem;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    z-index: 10;
}.course_candidates h3::after {
    left: 50%;
    height: 3px;
    position: absolute;
    content: "";
    width: 150px;
    animation: glow 3s infinite alternate;
    bottom: -15px;
    transform: translateX(-50%);
    border-radius: 50px;
    background: rgb(166,167,166);
    box-shadow: 0 0 15px rgb(166,167,166);
}@keyframes glow {
    0% { box-shadow: 0 0 5px rgb(166,167,166); }
    100% { box-shadow: 0 0 20px rgb(166,167,166), 0 0 40px rgb(166,167,166,0.5); }
}

.course_candidates ul {
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}.course_candidates li {
    position: relative;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1.5rem 2rem;
    transition: all 0.4s ease;
    font-size: 16px;
    align-items: center;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    border-radius: 50px;
}.course_candidates li::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: 0;
    width: 100%;
}.course_candidates li::after {
    transform: rotate(20deg) translateX(-150px);
    background: rgba(255, 255, 255, 0.2);
    height: 150%;
    width: 50px;
    content: "";
    animation-delay: calc(var(--i, 0) * 1s);
    opacity: 0;
    position: absolute;
    animation: data-stream 5s infinite;
    z-index: 0;
}.course_candidates li:nth-child(1) {
    --i: 0;
}.course_candidates li:nth-child(2) {
    --i: 1;
}.course_candidates li:nth-child(3) {
    --i: 2;
}.course_candidates li:nth-child(4) {
    --i: 3;
}.course_candidates li:nth-child(5) {
    --i: 4;
}.course_candidates li:nth-child(6) {
    --i: 5;
}.course_candidates li:nth-child(7) {
    --i: 6;
}.course_candidates li:nth-child(8) {
    --i: 7;
}.course_candidates li:nth-child(9) {
    --i: 8;
}.course_candidates li:nth-child(10) {
    --i: 9;
}@keyframes data-stream {
    0% { transform: rotate(20deg) translateX(-150px); opacity: 0; }
    20% { opacity: 0.5; }
    100% { transform: rotate(20deg) translateX(500px); opacity: 0; }
}

.course_candidates li:hover {
    border-color: rgb(122,124,124);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.course_candidates svg {
    transition: all 0.4s ease;
    width: 30px;
    z-index: 2;
    position: relative;
    height: 30px;
    margin-right: 1.5rem;
}.course_candidates svg path {
    transition: all 0.4s ease;
    fill: rgb(122,124,124);
}.course_candidates li:hover svg {
    transform: rotate(15deg);
}.course_candidates li:hover svg path {
    fill: rgb(166,167,166);
}

@media (max-width: 1200px) {.course_candidates::before {
    width: 400px;
    height: 400px;
}.course_candidates::after {
    height: 600px;
    width: 600px;
}
}

@media (max-width: 992px) {.course_candidates {
    padding: 4rem 1.5rem;
}.course_candidates ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.course_candidates li {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 768px) {.course_candidates {
    padding: 3.5rem 1.5rem;
}.course_candidates ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course_candidates::before {
    height: 300px;
    width: 300px;
}.course_candidates::after {
    height: 450px;
    width: 450px;
}.course_candidates h3 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 576px) {.course_candidates {
    padding: 3rem 1rem;
}.course_candidates .edu_promise {
    padding: 1.5rem 1rem;
}.course_candidates h3 {
    margin-bottom: 3rem;
    font-size: calc(30px * 0.8);
}.course_candidates li {
    padding: 1rem 1.25rem;
}.course_candidates svg {
    margin-right: 1rem;
    width: 25px;
    height: 25px;
}}.pricing_item {
    background: linear-gradient(135deg, rgb(204,204,178) 0%, rgb(122,124,124,0.5) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.pricing_item::before {
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(166,167,166), 0.03) 40px, rgba(rgb(166,167,166), 0.03) 80px);
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
    left: 0;
}.pricing_item .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1320px;
}.pricing_item .learn_fees {
    gap: 2.5rem;
    flex-direction: column-reverse;
    display: flex;
}.pricing_item .package_deal {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 3;
    background: rgba(#ffffff, 0.9);
    padding: 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 600px;
}.pricing_item .package_deal:hover {
    transform: translateY(-5px);
}.pricing_item .package_deal h2 {
    margin-bottom: 1rem;
    font-size: 37px;
    position: relative;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
}.pricing_item .package_deal h2::after {
    transform: scaleX(1);
    background: rgb(166,167,166);
    bottom: -10px;
    transform-origin: left;
    left: 0;
    position: absolute;
    height: 3px;
    width: 80px;
    transition: transform 0.5s ease;
    content: "";
}.pricing_item .package_deal:hover h2::after {
    transform: scaleX(1.5);
}.pricing_item .skill_pricing {
    color: #000000;
    margin-top: 1.5rem;
    max-width: 100%;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 14px;
}.pricing_item .bundle_rate {
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.pricing_item .pricing_options {
    position: relative;
    text-decoration: none;
    height: 100%;
    display: block;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.pricing_item .pricing_options:hover {
    transform: translateY(-8px);
}.pricing_item .learning_packages {
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    height: 100%;
    transition: box-shadow 0.4s ease;
    flex-direction: column;
    border-radius: 8px;
    display: flex;
}.pricing_item .pricing_options:hover .learning_packages {
    box-shadow: 0 15px 35px rgba(rgb(166,167,166,0.5), 0.15);
}.pricing_item .fee_plans {
    min-height: 280px;
    flex-direction: column;
    padding: 2rem;
    display: flex;
    flex-grow: 1;
}.pricing_item .fee_plans h3 {
    position: relative;
    font-weight: 600;
    font-size: calc(23px + 0.1rem);
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.3;
}.pricing_item .plan_cost {
    position: relative;
    display: block;
    font-size: calc(23px + 0.3rem);
    font-weight: 700;
    color: rgb(166,167,166);
    margin: 0.5rem 0 1.25rem;
}.pricing_item .plan_cost::before {
    content: "";
    width: 40px;
    bottom: -10px;
    background: rgb(122,124,124);
    height: 2px;
    left: 0;
    position: absolute;
}.pricing_item .fee_plans p {
    word-break: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    margin-top: 1.5rem;
    flex-grow: 1;
    color: #000000;
    font-size: 14px;
}.pricing_item .img_embed {
    transition: transform 0.6s ease-out;
    transform: scale(1);
    width: 100%;
    position: relative;
    height: 220px;
}.pricing_item .img_embed::after {
    height: 100%;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
}.pricing_item .pricing_options:hover .img_embed {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing_item .bundle_rate {
    grid-template-columns: repeat(2, 1fr);
}.pricing_item .package_deal {
    padding: 3rem;
}
}

@media (min-width: 992px) {.pricing_item .learn_fees {
    gap: 3rem;
    align-items: center;
    flex-direction: row;
}.pricing_item .package_deal {
    width: 35%;
    margin: 0;
}.pricing_item .bundle_rate {
    width: 65%;
}
}

@media (min-width: 1200px) {.pricing_item .bundle_rate {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_item .fee_plans {
    padding: 2.5rem;
}.pricing_item .package_deal h2 {
    font-size: calc(37px + 0.2rem);
}.pricing_item .img_embed {
    height: 250px;
}
}

@media (max-width: 767px) {.pricing_item {
    padding: 4rem 0;
}.pricing_item .fee_plans {
    min-height: 240px;
    padding: 1.5rem;
}.pricing_item .img_embed {
    height: 180px;
}.pricing_item .package_deal {
    padding: 1.5rem;
}.pricing_item .package_deal h2 {
    font-size: calc(37px - 0.2rem);
}.pricing_item .skill_pricing {
    font-size: calc(14px - 0.1rem);
}}.thanksSpot {
    background: linear-gradient(135deg, rgb(204,204,178) 0%, rgb(122,124,124,0.5) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.thanksSpot::before {
    background-size: 35px 35px;
    height: 100%;
    opacity: 0.07;
    position: absolute;
    width: 100%;
    content: "";
    transform: perspective(1000px) rotateX(5deg);
    z-index: 1;
    top: 0;
    background-image: 
        linear-gradient(90deg, rgb(166,167,166,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(166,167,166,0.5) 1px, transparent 1px);
    pointer-events: none;
    left: 0;
}.thanksSpot::after {
    background: radial-gradient(circle, rgb(166,167,166,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
    filter: blur(30px);
    content: "";
    width: 60%;
    animation: float 15s infinite ease-in-out;
    opacity: 0.15;
    height: 70%;
    right: -10%;
    top: -20%;
}.thanksSpot .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.thanksSpot h2 {
    transform: translateY(20px);
    font-size: 37px;
    animation: slideUp 0.8s forwards ease-out 0.2s;
    font-weight: 700;
    max-width: 80%;
    opacity: 0;
    margin-bottom: 2.5rem;
    position: relative;
    color: #000000;
}.thanksSpot h2::after {
    height: 3px;
    width: 80px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(166,167,166) 0%, rgb(166,167,166,0.5) 100%);
    animation: expandLine 1s forwards ease-out 1s;
    left: 0;
    position: absolute;
    transform-origin: left;
    content: "";
    bottom: -12px;
}.thanksSpot .edu_promise {
    padding: 3.5rem;
    opacity: 0;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(30px);
    animation: slideUp 0.8s forwards ease-out 0.5s;
    position: relative;
}.thanksSpot .edu_promise::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(166,167,166,0.5) 0%, transparent 100%);
    content: "";
    left: 0;
    opacity: 0.03;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}.thanksSpot .edu_promise ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.thanksSpot .edu_promise li {
    padding-left: 2rem;
    position: relative;
}.thanksSpot .edu_promise li::before {
    width: 8px;
    animation: pulseIn 0.6s forwards ease-out 1.2s;
    border-radius: 50%;
    top: 8px;
    position: absolute;
    content: "";
    height: 8px;
    background-color: rgb(166,167,166);
    transform: scale(0);
    left: 0;
}.thanksSpot .edu_promise span {
    display: block;
    position: relative;
    font-size: 17px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #000000;
    animation: fadeIn 0.8s forwards ease-out 0.9s;
    transform: translateX(10px);
    opacity: 0;
}

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

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

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

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

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

@media (max-width: 991px) {.thanksSpot {
    padding: 4rem 0;
}.thanksSpot h2 {
    max-width: 100%;
    font-size: calc(37px * 0.9);
}.thanksSpot .edu_promise {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.thanksSpot {
    padding: 3rem 0;
}.thanksSpot::before {
    background-size: 25px 25px;
}.thanksSpot h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.thanksSpot .edu_promise {
    padding: 2rem;
}.thanksSpot .edu_promise li {
    padding-left: 1.5rem;
}.thanksSpot .edu_promise li::before {
    height: 6px;
    top: 6px;
    width: 6px;
}
}

@media (max-width: 480px) {.thanksSpot {
    padding: 2.5rem 0;
}.thanksSpot h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
}.thanksSpot .edu_promise {
    padding: 1.5rem;
}.thanksSpot h2::after {
    width: 60px;
    height: 2px;
    bottom: -8px;
}}.trackingNoticeDialog {
    position: fixed;
    box-shadow: 0 -10px 30px rgb(166,167,166,0.5);
    width: 100%;
    border-top: 2px solid rgb(166,167,166);
    animation: slideIn 0.5s ease-in-out;
    bottom: 0;
    background: rgb(122,124,124);
    z-index: 90;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.cookie_updates {
    padding: 20px 5%;
    display: flex;
    background: linear-gradient(135deg, rgb(122,124,124) 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 0 20px rgb(166,167,166,0.5);
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}.data_opt {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(166,167,166);
    margin-right: 20px;
    overflow: hidden;
    padding: 10px;
    border-radius: 14px;
    flex-shrink: 0;
}.data_opt svg, .data_opt svg path {
    width: 60px;
    fill: rgb(166,167,166);
    height: 60px;
    transition: transform 0.3s ease;
}.data_opt:hover svg {
    transform: rotate(20deg);
}.consent_ack {
    min-width: 300px;
    color: #ffffff;
    flex: 1;
}.consent_ack h5 {
    text-shadow: 0 0 10px rgb(166,167,166);
    margin-bottom: 10px;
    color: rgb(166,167,166);
    font-size: 24px;
    font-weight: 700;
}.consent_ack p {
    color: #ffffff;
    text-shadow: 0 0 5px rgb(166,167,166,0.5);
    font-size: 17px;
    margin-bottom: 0;
}.data_consent {
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
    color: #000000;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    font-size: 18px;
    padding: 12px 25px;
    background: rgb(166,167,166);
    white-space: nowrap;
    box-shadow: 0 0 10px rgb(166,167,166,0.5);
    border-radius: 10px;
}.data_consent:hover {
    background: rgb(122,124,124);
    box-shadow: 0 0 20px rgb(122,124,124,0.5);
}.trackingNoticeDialog p a {
    color: rgb(166,167,166);
    transition: color 0.3s ease;
    text-decoration: underline;
}.trackingNoticeDialog p a:hover {
    color: rgb(122,124,124);
}#cookie_notice_box {
    display: none;
}#cookie_notice_box:checked ~ .trackingNoticeDialog {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.trackingNoticeDialog {
    padding: 20px;
}.cookie_updates {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.data_opt {
    display: none;
}.cookie_updates {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.consent_ack {
    text-align: center;
    margin-bottom: 20px;
}.trackingNoticeDialog h5, .trackingNoticeDialog p {
    text-align: center;
}.data_consent {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}}
.academic_experience {
    background: rgb(204,204,178);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.academic_experience::before {
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.05;
    position: absolute;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(166,167,166,0.5) 0,
        rgb(166,167,166,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.academic_experience .container {
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
    z-index: 2;
    margin: 0 auto;
}.academic_experience .feedback_grid {
    margin: 0 auto;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    gap: 50px;
    max-width: 1000px;
    display: grid;
    background: #ffffff;
    border-radius: 26px;
}.academic_experience .img_embed {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: relative;
    border-radius: 0;
    overflow: hidden;
}.academic_experience .img_embed::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    width: 100%;
    left: 0;
    height: 50%;
    content: "";
    bottom: 0;
    position: absolute;
    z-index: 1;
}.academic_experience .img_embed::after {
    opacity: 0.15;
    left: 0;
    background: rgb(166,167,166);
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease;
}.academic_experience .img_embed:hover::after {
    opacity: 0;
}.academic_experience .name {
    left: 30px;
    font-family: Arial, sans-serif;
    position: absolute;
    z-index: 2;
    margin: 0;
    bottom: 60px;
    transition: transform 0.3s ease;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 0;
}.academic_experience .feedback_grid span:not(.name) {
    font-size: 15px;
    font-weight: 400;
    transition: transform 0.3s ease;
    margin: 0;
    position: absolute;
    bottom: 30px;
    color: #ffffff;
    z-index: 2;
    font-family: Arial, sans-serif;
    left: 30px;
    opacity: 0.85;
}.academic_experience .img_embed:hover ~ .name,
.academic_experience .img_embed:hover ~ span:not(.name) {
    transform: translateX(5px);
}.academic_experience .work_items {
    display: flex;
    font-size: 15px;
    padding: 50px 40px;
    color: #000000;
    line-height: 1.8;
    margin: 0;
    font-family: Arial, sans-serif;
    flex-direction: column;
    font-weight: 400;
    position: relative;
    justify-content: center;
}.academic_experience .work_items::before {
    height: 30px;
    width: 40px;
    position: absolute;
    top: 40px;
    background: linear-gradient(to right bottom, 
        rgb(166,167,166) 0%, 
        rgb(166,167,166) 50%, 
        transparent 50%, 
        transparent 100%);
    opacity: 0.2;
    content: "";
    left: 40px;
}.academic_experience .work_items::after {
    content: "";
    width: 40px;
    background: linear-gradient(to left top, 
        rgb(122,124,124) 0%, 
        rgb(122,124,124) 50%, 
        transparent 50%, 
        transparent 100%);
    position: absolute;
    height: 30px;
    bottom: 40px;
    right: 40px;
    opacity: 0.2;
}

@media (max-width: 992px) {.academic_experience {
    padding: 100px 0;
}.academic_experience .feedback_grid {
    gap: 40px;
    grid-template-columns: 300px 1fr;
}.academic_experience .img_embed {
    min-height: 350px;
}.academic_experience .work_items {
    padding: 40px 30px;
}.academic_experience .work_items::before {
    top: 30px;
    width: 30px;
    left: 30px;
    height: 24px;
}.academic_experience .work_items::after {
    bottom: 30px;
    width: 30px;
    right: 30px;
    height: 24px;
}
}

@media (max-width: 768px) {.academic_experience {
    padding: 80px 0;
}.academic_experience .container {
    padding: 0 20px;
}.academic_experience .feedback_grid {
    gap: 0;
    grid-template-columns: 1fr;
}.academic_experience .img_embed {
    min-height: 300px;
    height: 300px;
}.academic_experience .work_items {
    padding: 35px 25px;
}.academic_experience .name {
    bottom: 50px;
    left: 25px;
    font-size: calc(18px * 0.9);
}.academic_experience .feedback_grid span:not(.name) {
    font-size: calc(15px * 0.95);
    left: 25px;
    bottom: 25px;
}.academic_experience .work_items::before {
    left: 25px;
    top: 25px;
    width: 24px;
    height: 20px;
}.academic_experience .work_items::after {
    height: 20px;
    right: 25px;
    width: 24px;
    bottom: 25px;
}
}

@media (max-width: 480px) {.academic_experience {
    padding: 60px 0;
}.academic_experience .img_embed {
    min-height: 250px;
    height: 250px;
}.academic_experience .work_items {
    font-size: calc(15px * 0.9);
    padding: 30px 20px;
}.academic_experience .name {
    font-size: calc(18px * 0.85);
    bottom: 45px;
    left: 20px;
}.academic_experience .feedback_grid span:not(.name) {
    bottom: 20px;
    font-size: calc(15px * 0.9);
    left: 20px;
}.academic_experience .work_items::before,
    .academic_experience .work_items::after {
    width: 20px;
    height: 16px;
}}.welcome_board {
    position: relative;
    align-items: center;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(204,204,178) 40%, rgb(166,167,166,0.5) 100%);
}.welcome_board::before {
    position: absolute;
    z-index: 1;
    top: 0;
    background: radial-gradient(circle at 20% 30%, rgba(94, 170, 168, 0.2) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
}.welcome_board::after {
    background: radial-gradient(circle, rgb(166,167,166,0.5) 0%, transparent 70%);
    height: 40%;
    filter: blur(40px);
    position: absolute;
    z-index: 1;
    width: 40%;
    bottom: -10%;
    content: '';
    right: -5%;
}.welcome_board .edu_promise {
    gap: 3rem;
    display: grid;
    position: relative;
    max-width: 1200px;
    grid-template-columns: 1fr;
    width: 90%;
    z-index: 2;
    margin: 0 auto;
}.welcome_board .abstract_box {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 2rem;
}.welcome_board .abstract_box:hover {
    transform: perspective(1000px) rotateY(0deg);
}.welcome_board h1 {
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.2;
    padding-bottom: 0.5rem;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
}.welcome_board h1::after {
    background: linear-gradient(90deg, rgb(166,167,166) 0%, rgb(122,124,124) 100%);
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
    height: 3px;
    content: '';
    animation: widthGrow 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: left;
}@keyframes widthGrow {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.welcome_board .learn_begin {
    align-items: center;
    flex-direction: column;
    display: flex;
    margin-bottom: 2rem;
}.welcome_board .learn_begin svg {
    height: 100px;
    animation: floatAnimation 6s ease-in-out infinite;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    width: 100px;
    margin-bottom: 1.5rem;
}@keyframes floatAnimation {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.welcome_board .learn_begin svg path {
    transition: fill 0.3s ease;
}.welcome_board .learn_begin svg:hover path {
    fill: rgb(122,124,124);
}.welcome_board .learn_begin svg text {
    transition: fill 0.3s ease, transform 0.3s ease;
}.welcome_board .learn_begin svg:hover text {
    fill: rgb(166,167,166);
}.welcome_board .learn_begin p {
    max-width: 90%;
    position: relative;
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    margin: 0 auto;
    text-align: center;
}.welcome_board ul {
    margin: 0;
    justify-content: center;
    list-style: none;
    display: flex;
    padding: 0;
}.welcome_board ul li {
    margin: 0 0.5rem;
}.welcome_board .contact_inquiry {
    text-decoration: none;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    padding: 1rem 2rem;
    transition: all 0.3s ease;
    font-size: 14px;
    display: inline-block;
    border: none;
    overflow: hidden;
    font-weight: 600;
    box-shadow: 0 6px 12px rgba(94, 170, 168, 0.2);
    position: relative;
    transform: translateZ(0);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(166,167,166) 0%, rgb(122,124,124) 100%);
}.welcome_board .contact_inquiry:hover {
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
    transform: translateY(-5px) translateZ(0);
}.welcome_board .contact_inquiry::before {
    position: absolute;
    transform: translateX(-100%) rotate(45deg);
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
    top: 0;
    transition: transform 0.6s ease;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
}.welcome_board .contact_inquiry:hover::before {
    transform: translateX(100%) rotate(45deg);
}.welcome_board .img_embed {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    height: 400px;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}.welcome_board .img_embed:hover {
    transform: perspective(1000px) rotateY(0deg);
}.welcome_board .img_embed::after {
    width: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.3) 0%, transparent 70%);
    top: 0;
    height: 100%;
}

@media (min-width: 768px) {.welcome_board .edu_promise {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.welcome_board .abstract_box {
    padding: 3rem;
}.welcome_board .img_embed {
    height: 500px;
}.welcome_board h1 {
    font-size: calc(40px * 1.2);
}.welcome_board .learn_begin p {
    max-width: 80%;
}
}

@media (min-width: 992px) {.welcome_board {
    padding: 8rem 0;
}.welcome_board .edu_promise {
    gap: 6rem;
}.welcome_board .abstract_box {
    padding: 4rem;
}.welcome_board .img_embed {
    height: 550px;
}.welcome_board h1 {
    font-size: calc(40px * 1.4);
}.welcome_board .learn_begin svg {
    width: 120px;
    height: 120px;
}.welcome_board .learn_begin p {
    font-size: calc(12px * 1.1);
    max-width: 70%;
}.welcome_board .contact_inquiry {
    padding: 1.2rem 2.5rem;
}
}

@media (max-width: 767px) {.welcome_board {
    padding: 4rem 0;
}.welcome_board .edu_promise {
    grid-template-columns: 1fr;
}.welcome_board .abstract_box {
    padding: 1.5rem;
    order: 2;
}.welcome_board .img_embed {
    order: 1;
    height: 250px;
}.welcome_board h1 {
    font-size: calc(40px * 0.9);
    text-align: center;
}.welcome_board .learn_begin svg {
    width: 80px;
    height: 80px;
}.welcome_board .learn_begin p {
    font-size: calc(12px * 0.9);
}.welcome_board .contact_inquiry {
    padding: 0.8rem 1.5rem;
    font-size: calc(14px * 0.9);
}}.access_now {
    padding: 120px 0;
    background: linear-gradient(110deg, rgb(166,167,166) 55%, rgb(204,204,178) 45%);
    position: relative;
    overflow: hidden;
}.access_now::before {
    left: 0;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
        -45deg, 
        transparent, 
        transparent 20px, 
        rgba(255, 255, 255, 0.03) 20px, 
        rgba(255, 255, 255, 0.03) 40px
    );
    z-index: 1;
}.access_now .edu_promise {
    flex-direction: row;
    z-index: 10;
    padding: 0;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}.access_now .container p {
    color: #ffffff;
    font-weight: 700;
    width: 60%;
    z-index: 5;
    margin: 0;
    position: relative;
    line-height: 1.4;
    font-size: 33px;
    padding-right: 30px;
}.access_now .contact_inquiry {
    transform: skewX(-10deg);
    color: #ffffff;
    justify-content: center;
    transition: all 0.4s ease;
    background: rgb(166,167,166);
    font-size: 15px;
    height: 100px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    border-radius: 24px;
    position: relative;
    align-items: center;
    overflow: hidden;
    z-index: 5;
    text-decoration: none;
    font-weight: 600;
    width: 35%;
}.access_now .contact_inquiry::before {
    width: 10px;
    height: 150%;
    transition: all 0.6s ease;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(35deg) translateY(-50px);
    content: '';
    left: -50px;
}.access_now .contact_inquiry:hover {
    transform: skewX(-10deg) translateY(-8px);
    background: rgb(122,124,124);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
}.access_now .contact_inquiry:hover::before {
    left: 120%;
}.access_now .container::after {
    top: -50px;
    width: 200px;
    height: 200px;
    background: rgb(166,167,166,0.5);
    right: -50px;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 8s infinite alternate;
    filter: blur(60px);
    content: '';
    position: absolute;
}.access_now .container::before {
    filter: blur(50px);
    animation: pulse 8s infinite alternate-reverse;
    border-radius: 50%;
    background: rgb(122,124,124,0.5);
    content: '';
    height: 150px;
    width: 150px;
    position: absolute;
    z-index: -1;
    left: -50px;
    bottom: -50px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@media (max-width: 991px) {.access_now {
    background: linear-gradient(130deg, #000000 55%, rgb(204,204,178) 55%);
    padding: 90px 0;
}.access_now .container p {
    font-size: calc(20px * 1.3);
}.access_now .contact_inquiry {
    height: 80px;
}
}

@media (max-width: 767px) {.access_now {
    padding: 70px 0;
    background: #000000;
}.access_now .edu_promise {
    gap: 30px;
    flex-direction: column;
}.access_now .container p {
    text-align: center;
    font-size: 20px;
    padding-right: 0;
    width: 100%;
}.access_now .contact_inquiry {
    height: 70px;
    width: 80%;
    transform: skewX(0);
}.access_now .contact_inquiry:hover {
    transform: skewX(0) translateY(-5px);
}
}

@media (max-width: 480px) {.access_now {
    padding: 50px 0;
}.access_now .container p {
    font-size: calc(12px * 1.2);
}.access_now .contact_inquiry {
    width: 100%;
    font-size: calc(15px * 0.9);
    height: 60px;
}}footer {
    width: 100%;
    position: relative;
}footer .tech_stack {
    padding: 80px 0 30px;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background-color: rgb(122,124,124);
}footer .tech_stack::before {
    position: absolute;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    pointer-events: none;
    background-image: 
        linear-gradient(30deg, rgb(122,124,124) 12%, transparent 12.5%, transparent 87%, rgb(122,124,124) 87.5%, rgb(122,124,124)),
        linear-gradient(150deg, rgb(122,124,124) 12%, transparent 12.5%, transparent 87%, rgb(122,124,124) 87.5%, rgb(122,124,124)),
        linear-gradient(30deg, rgb(122,124,124) 12%, transparent 12.5%, transparent 87%, rgb(122,124,124) 87.5%, rgb(122,124,124)),
        linear-gradient(150deg, rgb(122,124,124) 12%, transparent 12.5%, transparent 87%, rgb(122,124,124) 87.5%, rgb(122,124,124)),
        linear-gradient(60deg, rgb(166,167,166,0.5) 25%, transparent 25.5%, transparent 75%, rgb(166,167,166,0.5) 75%, rgb(166,167,166,0.5)),
        linear-gradient(60deg, rgb(166,167,166,0.5) 25%, transparent 25.5%, transparent 75%, rgb(166,167,166,0.5) 75%, rgb(166,167,166,0.5));
    opacity: 0.05;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    background-size: 80px 140px;
}footer .tech_stack::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(166,167,166), rgb(122,124,124));
}footer .converter {
    z-index: 1;
    position: relative;
}footer .learn_ask {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}footer .info_item {
    align-items: center;
    padding: 20px 25px;
    max-width: 300px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.03);
    flex: 0 1 auto;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    justify-content: center;
    min-height: 60px;
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    min-width: 200px;
}footer .info_item::before {
    left: 3px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    background-color: rgb(122,124,124);
    right: 3px;
    bottom: 3px;
    top: 3px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    content: "";
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(166,167,166);
}footer .info_item svg {
    fill: rgb(166,167,166);
    transition: fill 0.3s ease;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 12px;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    width: 100%;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    z-index: 1;
    color: #ffffff;
    text-overflow: ellipsis;
    font-size: 13px;
}footer .text_main_holder {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 40px;
    gap: 50px;
}footer .text_main_holder::before {
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    position: absolute;
    height: 1px;
    width: 80%;
    left: 10%;
    pointer-events: none;
}footer .nav_pagewrap {
    max-width: 350px;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    display: flex;
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    align-items: center;
}footer .nav_pagewrap::before {
    top: 3px;
    right: 3px;
    pointer-events: none;
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 3px;
    background-color: rgb(122,124,124);
    left: 3px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}footer .nav_pagewrap svg {
    width: auto;
    height: 45px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}footer .program_foot {
    line-height: 1.6;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}footer .head_mentor {
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 13px;
    padding: 30px;
}footer .head_mentor h5 {
    color: #ffffff;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px;
    position: relative;
}footer .head_mentor h5::after {
    width: 50px;
    left: 0;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: rgb(166,167,166);
    content: "";
}footer .top_head {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
}footer .top_head a {
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    border-radius: 10px;
    align-items: center;
    padding: 12px 15px;
    font-size: 13px;
    text-decoration: none;
}footer .top_head a::before {
    top: 50%;
    border-left: 4px solid rgb(166,167,166);
    border-bottom: 4px solid transparent;
    content: "";
    height: 0;
    border-top: 4px solid transparent;
    opacity: 0;
    width: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    left: 5px;
    transform: translateY(-50%);
    position: absolute;
}footer .top_head a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding-left: 25px;
}footer .top_head a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    position: relative;
    border-radius: 13px;
}footer .subscribe_holder::before {
    top: 0;
    opacity: 0.05;
    content: "";
    border-radius: 13px;
    position: absolute;
    width: 100%;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(166,167,166,0.5) 49%, rgb(166,167,166,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(166,167,166,0.5) 49%, rgb(166,167,166,0.5) 51%, transparent 52%);
    left: 0;
    pointer-events: none;
    height: 100%;
}footer .subscribe_holder h5 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 18px;
}footer .subscribe_holder p {
    font-size: 13px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    width: 100%;
    display: flex;
    gap: 15px;
    position: relative;
    flex-direction: column;
    z-index: 5;
}footer .input_holder input[type="email"] {
    z-index: 5;
    font-size: 13px;
    border-radius: 10px;
    appearance: none;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: text;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(166,167,166);
    background-color: rgba(255, 255, 255, 0.08);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .mail_wrap {
    z-index: 5;
    font-weight: 600;
    background-color: rgb(166,167,166);
    color: #ffffff;
    transition: all 0.3s ease;
    border: none;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    padding: 14px 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}footer .mail_wrap:hover {
    transform: translateY(-3px);
    background-color: rgb(122,124,124);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .carbon_cta {
    position: relative;
    margin-top: 50px;
    text-align: center;
}footer .donate_btn {
    position: relative;
    font-size: 14px;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
}footer .donate_btn::before,
footer .donate_btn::after {
    top: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
    pointer-events: none;
    content: "";
    position: absolute;
    width: 20px;
}footer .donate_btn::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .donate_btn::after {
    transform: rotate(45deg);
    right: -10px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .mail_wrap {
    width: auto;
    min-width: 150px;
    flex-shrink: 0;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .top_head {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .tech_stack {
    padding: 60px 0 30px;
}footer .learn_ask {
    margin-bottom: 40px;
}footer .info_item {
    min-width: 150px;
    padding: 15px 20px;
}footer .head_mentor, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav_pagewrap {
    padding: 15px;
    margin-bottom: 20px;
}footer .carbon_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .tech_stack {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .head_mentor h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(18px - 2px);
}footer .head_mentor, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .mail_wrap {
    padding: 12px;
}}.who_we_are {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(204,204,178);
}.who_we_are::before {
    left: 0;
    content: '';
    position: absolute;
    opacity: 0.6;
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(166,167,166,0.5) 0%, transparent 70%);
    height: 100%;
}.who_we_are .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.who_we_are .edu_promise {
    flex-wrap: wrap;
    background-color: #ffffff;
    display: flex;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    align-items: center;
    overflow: hidden;
}.who_we_are .smart_track {
    background-color: rgb(166,167,166);
    flex-direction: column;
    align-items: center;
    flex: 0 0 30%;
    position: relative;
    padding: 40px;
    display: flex;
}.who_we_are .img_embed {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    height: 180px;
    border-radius: 50%;
    margin-bottom: 25px;
    width: 180px;
    border: 5px solid #ffffff;
}.who_we_are .skill_mastery {
    width: 100%;
    text-align: center;
}.who_we_are .skill_lab {
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
}.who_we_are .expert_learning {
    color: #ffffff;
    opacity: 0.8;
    font-size: 16px;
    font-weight: 400;
}.who_we_are .abstract_box {
    padding: 50px;
    flex: 0 0 70%;
}.who_we_are .success_metric {
    align-items: center;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    display: flex;
    font-size: 22px;
}.who_we_are .success_metric svg {
    width: 30px;
    fill: rgb(166,167,166);
    margin-right: 10px;
    height: 30px;
}.who_we_are .success_metric svg path {
    fill: rgb(166,167,166);
}.who_we_are h2 {
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    padding-bottom: 15px;
    font-size: 38px;
}.who_we_are h2::after {
    bottom: 0;
    background: rgb(166,167,166);
    left: 0;
    content: '';
    height: 3px;
    width: 60px;
    position: absolute;
}.who_we_are p {
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
}

@media (max-width: 992px) {.who_we_are {
    padding: 70px 0;
}.who_we_are .edu_promise {
    flex-direction: column;
}.who_we_are .smart_track {
    flex: 0 0 100%;
    padding: 40px 20px;
    width: 100%;
}.who_we_are .abstract_box {
    width: 100%;
    flex: 0 0 100%;
    padding: 40px 20px;
}
}

@media (max-width: 768px) {.who_we_are {
    padding: 50px 0;
}.who_we_are .img_embed {
    height: 150px;
    width: 150px;
}.who_we_are h2 {
    font-size: calc(38px - 0.2rem);
}
}

@media (max-width: 480px) {.who_we_are {
    padding: 40px 0;
}.who_we_are .img_embed {
    height: 120px;
    width: 120px;
}.who_we_are .smart_track {
    padding: 30px 15px;
}.who_we_are .abstract_box {
    padding: 30px 15px;
}.who_we_are .skill_lab {
    font-size: calc(23px - 0.2rem);
}.who_we_are .expert_learning {
    font-size: calc(16px - 0.1rem);
}.who_we_are h2 {
    margin-bottom: 15px;
    font-size: calc(38px - 0.4rem);
    padding-bottom: 10px;
}.who_we_are p {
    font-size: calc(16px - 0.1rem);
}
}