* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.main_nav {
    flex: 1 0 auto;
}.wrapper-border {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}.hackathon {
    flex: 0 0 auto;
}.container {
    width: 1168px;
    margin: auto;
    max-width: 100%;
}html,body {
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_benefits {
    position: relative;
    perspective: 1200px;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,218,197) 0%, rgba(240, 245, 255, 0.95) 100%);
}.course_benefits::before {
    filter: blur(40px);
    right: -10%;
    position: absolute;
    content: "";
    background: linear-gradient(225deg, rgb(195,184,162,0.5) 0%, transparent 70%);
    height: 70%;
    width: 50%;
    z-index: 1;
    transform: rotate(-15deg) skew(5deg);
    top: -15%;
    opacity: 0.15;
}.course_benefits::after {
    filter: blur(30px);
    content: "";
    background: linear-gradient(45deg, rgb(161,149,128,0.5) 0%, transparent 80%);
    opacity: 0.12;
    transform: rotate(12deg) skew(-7deg);
    bottom: -10%;
    left: -5%;
    width: 40%;
    z-index: 1;
    height: 60%;
    position: absolute;
}.course_benefits .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.course_benefits .expert_learning {
    display: flex;
    gap: 3rem;
    align-items: center;
    transform-style: preserve-3d;
    flex-direction: column-reverse;
}.course_benefits .text_box_content {
    width: 100%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateZ(10px);
    padding: 2rem;
    border-left: 4px solid rgb(195,184,162);
    background: rgba(255, 255, 255, 0.9);
}.course_benefits .text_box_content::before {
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.4) 100%);
    height: 100%;
    pointer-events: none;
    width: 100%;
    top: 0;
    content: "";
}.course_benefits h4 {
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 24px;
    display: inline-block;
    margin: 0 0 2rem;
}.course_benefits h4::after {
    width: 80px;
    content: "";
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(195,184,162) 0%, rgb(161,149,128) 100%);
    left: 0;
    height: 3px;
}.course_benefits .text_box_content > div {
    margin-bottom: 1.5rem;
}.course_benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.course_benefits li {
    transition: transform 0.3s ease-out;
    margin-bottom: 1.2rem;
}.course_benefits li:hover {
    transform: translateX(8px);
}.course_benefits li p {
    gap: 1rem;
    margin: 0;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
    color: #000000;
}.course_benefits li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.2rem;
}.course_benefits svg {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    height: 24px;
    transition: transform 0.3s ease-out;
    width: 24px;
}.course_benefits li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.course_benefits svg path {
    fill: rgb(195,184,162);
    transition: fill 0.3s ease;
}.course_benefits li:hover svg path {
    fill: rgb(161,149,128);
}.course_benefits .main_image {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    max-width: 500px;
    transform: perspective(1000px) rotateX(3deg) rotateY(-2deg);
    border-radius: 2px;
    height: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}.course_benefits .main_image:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1.02);
}

@media (min-width: 768px) {.course_benefits .expert_learning {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}.course_benefits .text_box_content {
    padding: 3rem;
    transform: translateZ(20px) translateX(-20px);
    width: 60%;
}.course_benefits .main_image {
    width: 35%;
    transform: perspective(1000px) rotateX(3deg) rotateY(-5deg) translateZ(50px) translateX(20px);
}.course_benefits .text_box_content > div {
    gap: 2rem;
    display: flex;
}.course_benefits .text_box_content > div > ul {
    flex: 1;
}.course_benefits h4 {
    font-size: calc(24px * 1.1);
}
}

@media (min-width: 992px) {.course_benefits {
    padding: 8rem 0;
}.course_benefits .text_box_content {
    padding: 3.5rem;
    width: 55%;
}.course_benefits .main_image {
    max-width: 600px;
    width: 40%;
}.course_benefits h4 {
    margin-bottom: 2.5rem;
    font-size: calc(24px * 1.2);
}.course_benefits h4::after {
    width: 100px;
}.course_benefits li p {
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 1200px) {.course_benefits .expert_learning {
    gap: 5rem;
}.course_benefits .text_box_content {
    padding: 4rem;
    width: 50%;
}.course_benefits .main_image {
    width: 45%;
}.course_benefits li {
    margin-bottom: 1.5rem;
}.course_benefits h4 {
    font-size: calc(24px * 1.3);
}
}

@media (max-width: 767px) {.course_benefits {
    padding: 4rem 0;
}.course_benefits .text_box_content > div {
    flex-direction: column;
}
}

@media (hover: hover) {.course_benefits .text_box_content {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}.course_benefits .text_box_content:hover {
    transform: translateZ(25px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                    0 10px 20px rgba(0, 0, 0, 0.05);
}}.newsletter_signup {
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(195,184,162,0.5), rgb(161,149,128));
    position: relative;
    padding: 4rem 0;
}.newsletter_signup::before {
    position: absolute;
    top: -10%;
    right: -5%;
    content: "";
    width: 35%;
    z-index: 1;
    opacity: 0.07;
    transform: rotate(-15deg);
    height: 120%;
    background: linear-gradient(165deg, rgb(195,184,162), transparent);
}.newsletter_signup::after {
    background: linear-gradient(-165deg, rgb(161,149,128), transparent);
    transform: rotate(15deg);
    opacity: 0.05;
    width: 25%;
    content: "";
    position: absolute;
    z-index: 1;
    height: 120%;
    bottom: -10%;
    left: -5%;
}.newsletter_signup .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.newsletter_signup .expert_learning {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
    transform: perspective(1000px) rotateY(-1deg);
    border-left: 3px solid rgb(195,184,162);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.newsletter_signup .expert_learning:hover {
    transform: perspective(1000px) rotateY(0deg);
}.newsletter_signup h4 {
    max-width: 90%;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin: 0 0 2rem;
    font-size: calc(20px * 0.95);
    line-height: 1.4;
    text-align: center;
    color: #000000;
    position: relative;
}.newsletter_signup h4::after {
    content: "";
    transition: width 0.3s ease;
    height: 2px;
    transform: translateX(-50%);
    width: 3rem;
    background: rgb(195,184,162);
    left: 50%;
    position: absolute;
    bottom: -0.75rem;
}.newsletter_signup .expert_learning:hover h4::after {
    width: 5rem;
}.newsletter_signup .input_holder {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    margin-top: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 600px;
}.newsletter_signup .input_holder span {
    position: relative;
    flex: 1 1 250px;
}.newsletter_signup input[type="email"] {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 100%;
    padding: 0.9rem 1.2rem;
    background: rgba(245, 245, 245, 0.7);
    color: #000000;
    font-size: 15px;
}.newsletter_signup input[type="email"]:focus {
    border-color: rgb(195,184,162,0.5);
    transform: translateY(-2px);
    background: white;
    box-shadow: 0 2px 10px rgba(rgb(195,184,162,0.5), 0.15);
}.newsletter_signup input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}.newsletter_signup input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.newsletter_signup .sub_form {
    background: linear-gradient(135deg, rgb(195,184,162), rgb(195,184,162,0.5));
    z-index: 1;
    padding: 0.9rem 1.5rem;
    overflow: hidden;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    min-width: 180px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: white;
    position: relative;
    border: none;
}.newsletter_signup .sub_form::before {
    background: linear-gradient(135deg, rgb(161,149,128), rgb(195,184,162));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    top: 0;
    left: -100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
}.newsletter_signup .sub_form:hover {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15), 0 5px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.newsletter_signup .sub_form:hover::before {
    transform: translateX(100%);
}.newsletter_signup .sub_form:active {
    transform: translateY(0);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {.newsletter_signup .expert_learning {
    flex-direction: row;
    justify-content: space-between;
    padding: 2.5rem 3.5rem;
}.newsletter_signup h4 {
    margin: 0;
    text-align: left;
    max-width: 50%;
}.newsletter_signup h4::after {
    transform: none;
    left: 0;
}.newsletter_signup .input_holder {
    margin-top: 0;
    justify-content: flex-end;
    flex: 0 0 50%;
    width: auto;
}
}

@media screen and (max-width: 767px) {.newsletter_signup {
    padding: 3rem 0;
}.newsletter_signup .expert_learning {
    padding: 2rem 1.5rem;
}.newsletter_signup h4 {
    margin-bottom: 1.5rem;
    font-size: calc(21px * 1.1);
}.newsletter_signup .input_holder {
    flex-direction: column;
    gap: 0.75rem;
}.newsletter_signup .input_holder span {
    width: 100%;
    flex: 1 1 auto;
}.newsletter_signup input[type="email"],
    .newsletter_signup .sub_form {
    width: 100%;
    padding: 0.8rem 1rem;
}
}

@media screen and (max-width: 480px) {.newsletter_signup {
    padding: 2.5rem 0;
}.newsletter_signup .expert_learning {
    padding: 1.5rem;
}.newsletter_signup h4 {
    font-size: 15px;
    line-height: 1.5;
}.newsletter_signup input[type="email"],
    .newsletter_signup .sub_form {
    font-size: calc(15px * 0.9);
    padding: 0.7rem 0.9rem;
}
}

@media (prefers-reduced-motion: reduce) {.newsletter_signup .expert_learning,
    .newsletter_signup input[type="email"],
    .newsletter_signup .sub_form,
    .newsletter_signup .sub_form::before {
    transition: none;
}}.confidential_asylum {
    background: linear-gradient(135deg, rgb(195,184,162) 30%, rgb(161,149,128) 100%);
    font-family: Arial, sans-serif;
    gap: 20px;
    color: #ffffff;
    flex-direction: column;
    display: flex;
    height: auto;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 20px 40px;
    width: 100%;
}.confidential_asylum h1 {
    color: #ffffff;
    font-size: 46px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
}.confidential_asylum h2 {
    padding-bottom: 8px;
    font-weight: 600;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 29px;
}.confidential_asylum h3, .confidential_asylum h4, .confidential_asylum h5, .confidential_asylum h6 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 23px;
    margin-top: 15px;
    font-weight: 400;
}.confidential_asylum ul, .confidential_asylum ol {
    list-style: none;
    border-left: 2px solid #ffffff;
    padding: 0;
    margin: 20px 0;
}.confidential_asylum li {
    font-size: 17px;
    border-bottom: 1px dashed #ffffff;
    padding: 10px 0;
    color: #ffffff;
    margin-left: 10px;
}.confidential_asylum section {
    border-radius: 10px;
    padding: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}.confidential_asylum p, .confidential_asylum span, .confidential_asylum div {
    font-size: 17px;
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 1.6;
}

@media only screen and (max-width: 800px) {.confidential_asylum {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
}.confidential_asylum h1 {
    font-size: calc(23px - 10px);
}.confidential_asylum h2 {
    font-size: calc(23px - 5px);
}.confidential_asylum ul, .confidential_asylum ol {
    border-left: 1px solid #ffffff;
}.confidential_asylum li {
    font-size: calc(17px - 2px);
}}.connect_with_us {
    overflow: hidden;
    background: linear-gradient(
        225deg, 
        rgb(231,218,197) 0%, 
        rgb(161,149,128,0.5) 100%
    );
    perspective: 1000px;
    position: relative;
    padding: 6rem 0;
}.connect_with_us::before {
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    left: 0;
    right: 0;
    content: '';
    z-index: 1;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    top: 0;
}.connect_with_us::after {
    background: radial-gradient(
        circle at center, 
        rgb(195,184,162,0.5) 0%, 
        transparent 70%
    );
    animation: circuit-pulse 10s infinite alternate;
    opacity: 0.6;
    left: -50%;
    position: absolute;
    top: -50%;
    z-index: 2;
    height: 200%;
    width: 200%;
    content: '';
}.connect_with_us .container {
    z-index: 3;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 1rem;
    position: relative;
}.connect_with_us h2 {
    margin-bottom: 3rem;
    letter-spacing: 0.1em;
    font-size: 42px;
    color: #ffffff;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}.connect_with_us h2::before,
.connect_with_us h2::after {
    height: 2px;
    content: '';
    bottom: -0.5rem;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(195,184,162), 
        transparent
    );
    position: absolute;
}.connect_with_us h2::before {
    left: 0;
    width: 30%;
}.connect_with_us h2::after {
    width: 30%;
    right: 0;
}.connect_with_us .request_panel {
    display: flex;
    border-radius: 14px;
    background: rgb(161,149,128,0.5);
    align-items: stretch;
    transition: transform 0.3s ease;
    border: 1px solid rgb(195,184,162,0.5);
    transform: rotateX(5deg) scale(0.98);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
}.connect_with_us .request_panel:hover {
    transform: rotateX(0) scale(1);
}.connect_with_us .main_image {
    overflow: hidden;
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}.connect_with_us .main_image::before {
    content: '';
    background: linear-gradient(
        135deg, 
        rgb(195,184,162,0.5) 0%, 
        rgb(161,149,128,0.5) 100%
    );
    top: 0;
    mix-blend-mode: color-dodge;
    height: 100%;
    opacity: 0.7;
    left: 0;
    width: 100%;
    position: absolute;
}.connect_with_us .feedback_links {
    position: relative;
    flex-direction: column;
    flex: 0 0 60%;
    padding: 4rem 3rem;
    justify-content: center;
    display: flex;
}.connect_with_us .feedback_links::before {
    top: 2rem;
    box-shadow: 0 0 20px rgb(195,184,162);
    animation: signal-pulse 2s infinite alternate;
    right: 2rem;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    width: 10px;
    content: '';
    background: rgb(195,184,162);
}.connect_with_us .feedback_links form {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    z-index: 3;
    position: relative;
}.connect_with_us .feedback_links h3 {
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 33px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 2rem;
}.connect_with_us .feedback_links input:not([type="checkbox"]):not([type="submit"]) {
    outline: none;
    margin-bottom: 1.5rem;
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 2;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    border: 1px solid rgb(195,184,162,0.5);
    background: rgb(161,149,128,0.5);
    position: relative;
}.connect_with_us .feedback_links input:not([type="checkbox"]):not([type="submit"])::before {
    z-index: 1;
    position: absolute;
    left: 0;
    content: '';
    height: 100%;
    transition: opacity 0.3s ease;
    width: 100%;
    opacity: 0;
    top: 0;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(195,184,162,0.5) 100%
    );
}.connect_with_us .feedback_links input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(195,184,162);
    box-shadow: 0 0 15px rgb(195,184,162,0.5);
}.connect_with_us .feedback_links input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.connect_with_us .feedback_links .message_help {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}.connect_with_us .feedback_links .message_help input[type="checkbox"] {
    appearance: none;
    transition: all 0.3s ease;
    height: 22px;
    cursor: pointer;
    width: 22px;
    background: rgb(161,149,128,0.5);
    position: relative;
    border: 2px solid rgb(195,184,162,0.5);
    border-radius: 10px;
    margin-right: 1rem;
}.connect_with_us .feedback_links .message_help input[type="checkbox"]:checked {
    background: rgb(195,184,162);
    border-color: rgb(195,184,162);
}.connect_with_us .feedback_links .message_help input[type="checkbox"]:checked::after {
    left: 50%;
    color: #ffffff;
    top: 50%;
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
    content: '✔';
    position: absolute;
}.connect_with_us .feedback_links .message_help label {
    font-size: 14px;
    align-items: center;
    display: flex;
    color: #ffffff;
}.connect_with_us .feedback_links .message_help a {
    color: rgb(195,184,162);
    text-decoration: none;
    transition: color 0.3s ease;
    margin-left: 0.3rem;
}.connect_with_us .feedback_links .message_help a:hover {
    text-decoration: underline;
}.connect_with_us .feedback_links .inquiry_inquiry {
    padding: 1rem;
    font-weight: 600;
    border: none;
    letter-spacing: 0.1em;
    position: relative;
    font-size: 18px;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgb(195,184,162);
    border-radius: 10px;
    text-transform: uppercase;
}.connect_with_us .feedback_links .inquiry_inquiry::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    transition: all 0.3s ease;
    top: 0;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(195,184,162,0.5), 
        transparent
    );
    content: '';
}.connect_with_us .feedback_links .inquiry_inquiry:hover::before {
    left: 100%;
}.connect_with_us .feedback_links .inquiry_inquiry:hover {
    box-shadow: 0 10px 20px rgb(195,184,162,0.5);
    transform: translateY(-3px);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.connect_with_us .request_panel {
    transform: none;
    flex-direction: column;
}.connect_with_us .main_image {
    flex: 0 0 100%;
    min-height: 300px;
}.connect_with_us .feedback_links {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.connect_with_us {
    padding: 3rem 0;
}.connect_with_us h2 {
    font-size: calc(42px * 0.8);
    margin-bottom: 2rem;
}.connect_with_us .feedback_links h3 {
    font-size: calc(33px * 0.9);
}.connect_with_us .feedback_links input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.connect_with_us .feedback_links .message_help {
    align-items: flex-start;
}.connect_with_us .feedback_links .message_help input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.connect_with_us .request_panel {
    border-radius: 0;
}.connect_with_us .main_image {
    min-height: 250px;
}.connect_with_us .feedback_links {
    padding: 2rem 1.5rem;
}}.welcome {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(231,218,197) 0%, rgba(245, 245, 245, 0.9) 100%);
    overflow: hidden;
    position: relative;
}.welcome::before {
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(45deg, rgb(195,184,162,0.5) 0%, transparent 40%);
    height: 100%;
    opacity: 0.15;
    top: 0;
}.welcome::after {
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(161,149,128,0.5) 0%, transparent 60%);
    z-index: 1;
    right: 0;
    pointer-events: none;
    transform: translateY(20%) rotate(-5deg);
    height: 70%;
    bottom: 0;
    width: 50%;
    position: absolute;
    content: "";
}.welcome .expert_learning {
    padding: 2rem;
    z-index: 2;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
}.welcome h1 {
    color: #000000;
    animation: titleFadeIn 1.2s ease-out forwards;
    font-weight: 700;
    text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.1);
    grid-column: 1 / 3;
    font-size: 42px;
    position: relative;
    transform: translateX(1rem);
    margin-bottom: 2rem;
}.welcome h1::after {
    transform: scaleX(0);
    left: 0;
    bottom: -0.5rem;
    animation: lineGrow 1.4s ease-out forwards;
    width: 8rem;
    height: 0.3rem;
    background: linear-gradient(90deg, rgb(195,184,162) 0%, rgb(161,149,128) 100%);
    transform-origin: left;
    position: absolute;
    content: "";
}.welcome .text_box_content {
    transform: translateY(-2rem);
    perspective: 1000px;
    justify-content: center;
    display: flex;
    z-index: 3;
    flex-direction: column;
}.welcome .main_hero {
    animation: cardReveal 1s ease-out forwards;
    border-left: 4px solid rgb(195,184,162);
    padding: 2.5rem;
    transition: transform 0.5s ease;
    transform: rotateY(-5deg) translateZ(0);
    transform-style: preserve-3d;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.welcome .main_hero:hover {
    transform: rotateY(0deg) translateZ(20px);
}.welcome .main_hero p {
    line-height: 1.6;
    font-size: calc(17px * 1.2);
    position: relative;
    margin-bottom: 2rem;
    color: #000000;
    transform: translateZ(20px);
}.welcome .main_hero p::after {
    position: absolute;
    height: 1px;
    width: 70%;
    right: 0;
    bottom: -1rem;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(161,149,128,0.5));
}.welcome svg {
    transform: translateZ(30px);
    width: 100px;
    height: 100px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    margin: 0.5rem 0 2rem;
    transition: transform 0.5s ease, filter 0.5s ease;
}.welcome svg:hover {
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
    transform: translateZ(30px) scale(1.05);
}.welcome svg path {
    fill: rgb(195,184,162);
    transition: fill 0.3s ease;
}.welcome svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.welcome svg:hover path {
    fill: rgb(161,149,128);
}.welcome svg:hover text {
    fill: rgb(161,149,128);
}.welcome .inquiry_inquiry {
    cursor: pointer;
    transform: translateZ(40px);
    font-size: 18px;
    box-shadow: 0 10px 30px rgba(94, 170, 168, 0.2), 
                0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(195,184,162) 0%, rgb(161,149,128) 100%);
    z-index: 5;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    overflow: hidden;
    border: none;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem;
}.welcome .inquiry_inquiry::before {
    left: -100%;
    height: 100%;
    transition: left 0.7s ease;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
}.welcome .inquiry_inquiry:hover {
    transform: translateZ(40px) translateY(-5px);
    box-shadow: 0 15px 35px rgba(94, 170, 168, 0.3), 
                0 5px 15px rgba(0, 0, 0, 0.1);
}.welcome .inquiry_inquiry:hover::before {
    left: 100%;
}.welcome .main_image {
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 0 100%);
    transform: translateX(1rem) translateY(-2rem);
    animation: photoReveal 1.5s ease-out forwards;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 2;
    min-height: 400px;
    position: relative;
    overflow: hidden;
}.welcome .main_image::before {
    z-index: 3;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.7;
    left: 0;
    background: linear-gradient(135deg, transparent 30%, rgb(195,184,162,0.5) 100%);
}.welcome .main_image::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    opacity: 0.8;
}

@keyframes titleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-2rem) translateX(1rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateX(1rem);
    }
}

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

@keyframes cardReveal {
    0% {
        opacity: 0;
        transform: rotateY(-10deg) translateZ(0) translateX(-2rem);
    }
    100% {
        opacity: 1;
        transform: rotateY(-5deg) translateZ(0);
    }
}

@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: translateX(3rem) translateY(-2rem);
    }
    100% {
        opacity: 1;
        transform: translateX(1rem) translateY(-2rem);
    }
}

@media (max-width: 992px) {.welcome .expert_learning {
    grid-template-columns: 1fr;
    gap: 2rem;
}.welcome h1 {
    grid-column: 1 / 2;
    font-size: calc(42px * 0.9);
}.welcome .text_box_content {
    transform: translateY(0);
    order: 2;
}.welcome .main_image {
    transform: translateX(0) translateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    order: 1;
    min-height: 300px;
}
}

@media (max-width: 768px) {.welcome {
    min-height: auto;
}.welcome .expert_learning {
    min-height: auto;
    padding: 1.5rem;
}.welcome h1 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: calc(42px * 0.8);
    transform: translateX(0);
}.welcome h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes lineGrow {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .welcome .main_hero {
    transform: rotateY(0) translateZ(0);
    padding: 1.5rem;
}.welcome .main_image {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    min-height: 250px;
}.welcome svg {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 480px) {.welcome h1 {
    font-size: calc(42px * 0.7);
}.welcome .main_hero p {
    font-size: 17px;
}.welcome .main_image {
    min-height: 200px;
}.welcome svg {
    width: 60px;
    height: 60px;
}.welcome .inquiry_inquiry {
    font-size: calc(18px * 0.9);
    padding: 0.8rem 1.5rem;
}
}

@media (hover: none) {.welcome .inquiry_inquiry::before {
    display: none;
}.welcome .main_hero:hover {
    transform: rotateY(0) translateZ(0);
}.welcome svg:hover {
    transform: translateZ(0);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}.welcome .inquiry_inquiry:hover {
    box-shadow: 0 10px 30px rgba(94, 170, 168, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
}}header .nav_skill {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    background: rgb(231,218,197);
    z-index: 100;
    position: relative;
    overflow: hidden;
}header .nav_skill::before {
    position: absolute;
    content: "";
    opacity: 0.2;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(195,184,162,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(161,149,128,0.5) 0%, transparent 30%);
    z-index: -1;
    width: 100%;
    top: 0;
    height: 100%;
}header .nav_skill::after {
    background: linear-gradient(135deg, transparent 25%, rgb(195,184,162,0.5) 100%);
    top: 0;
    position: absolute;
    width: 40%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    opacity: 0.1;
    height: 100%;
    z-index: -1;
    content: "";
}header .container {
    position: relative;
    padding: 1.8rem 2rem;
}header .nav_begin {
    gap: 3rem;
    align-items: center;
    grid-template-columns: auto 1fr;
    display: grid;
}header .top_head {
    position: relative;
    z-index: 2;
}header .nav_wrap {
    z-index: 2;
    display: block;
    position: relative;
}header .nav_wrap::before,
header .nav_wrap::after {
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    background: rgb(195,184,162,0.5);
    z-index: -1;
    content: "";
    border-radius: 50%;
}header .nav_wrap::before {
    width: 50px;
    left: -15px;
    height: 50px;
    top: -15px;
}header .nav_wrap::after {
    background: rgb(161,149,128,0.5);
    height: 25px;
    right: -10px;
    width: 25px;
    bottom: -5px;
}header .nav_wrap:hover::before,
header .nav_wrap:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}header .nav_wrap svg {
    transition: all 0.3s ease;
    width: auto;
    height: 50px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
}header .nav_wrap:hover svg {
    transform: rotate(-5deg);
}header .head_edu {
    border-radius: 0 19px 19px 0;
    padding: 10px 20px;
    background: linear-gradient(to right, transparent, #ffffff);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    margin: 0;
    justify-content: flex-end;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}header .head_edu::after {
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
    opacity: 0.05;
    position: absolute;
    background-size: 10px 10px;
    content: "";
    background-image: 
        linear-gradient(45deg, rgb(195,184,162,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(195,184,162,0.5) 50%, rgb(195,184,162,0.5) 75%, transparent 75%, transparent);
    animation: moveStripes 20s linear infinite;
    left: 0;
}header .site_core {
    perspective: 800px;
    margin: 5px 8px;
    position: relative;
}header .site_core::before {
    height: 0;
    content: "";
    position: absolute;
    opacity: 0;
    border-left: 5px solid rgb(195,184,162);
    border-bottom: 5px solid transparent;
    left: -10px;
    width: 0;
    transform: translateY(-50%) scale(0);
    border-top: 5px solid transparent;
    top: 50%;
    transition: all 0.3s ease;
}header .site_core:hover::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    left: -15px;
}header .site_core a {
    background: transparent;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 18px;
    transform-style: preserve-3d;
    color: #000000;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 15px;
    font-family: Arial, sans-serif;
    border: 1px solid transparent;
    display: block;
}header .site_core a::before {
    z-index: -1;
    height: 100%;
    transform: translateZ(-1px);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #ffffff;
}header .site_core a::after {
    width: 0;
    content: "";
    transition: width 0.3s ease;
    background: rgb(195,184,162);
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    bottom: 0;
    position: absolute;
}header .site_core a:hover {
    color: rgb(195,184,162);
    transform: translateZ(20px);
    border-color: rgb(195,184,162,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .site_core a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .nav_begin {
    justify-items: center;
    grid-template-columns: 1fr;
    gap: 2rem;
}header .head_edu {
    border-radius: 19px;
    justify-content: center;
    clip-path: none;
    width: 100%;
    background: #ffffff;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .site_core {
    margin: 3px 5px;
}header .site_core a {
    padding: 8px 15px;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {header .head_edu {
    flex-direction: column;
    align-items: center;
    padding: 15px;
}header .site_core {
    width: 100%;
    margin: 3px 0;
}header .site_core a {
    width: 100%;
    text-align: center;
}header .site_core::before {
    display: none;
}header .nav_wrap svg {
    height: 40px;
}}.meet_us {
    position: relative;
    padding: 120px 0;
    min-height: 100vh;
    overflow: hidden;
}.meet_us::before {
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    backdrop-filter: saturate(180%) blur(5px);
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(195,184,162,0.5), rgb(161,149,128,0.5));
}.meet_us::after {
    content: "";
    filter: blur(60px);
    border-radius: 50%;
    position: absolute;
    width: 300px;
    animation: pulse 8s ease-in-out infinite;
    bottom: -50px;
    background: rgb(161,149,128);
    z-index: 1;
    right: -50px;
    height: 300px;
    opacity: 0.15;
}.meet_us .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    transform: translateZ(0);
    margin: 0 auto;
    z-index: 2;
}.meet_us .text_box_content {
    padding: 50px;
    backdrop-filter: blur(10px) saturate(150%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 4px solid rgb(195,184,162);
    background: rgba(255, 255, 255, 0.85);
}.meet_us .text_box_content:hover {
    transform: perspective(1000px) rotateY(0deg);
}.meet_us h1 {
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards 0.2s;
    font-size: 39px;
    margin: 0 0 30px;
    position: relative;
    display: inline-block;
    opacity: 0;
    font-weight: 700;
    color: #000000;
    transform: translateX(-10px);
}.meet_us h1::after {
    content: "";
    background: linear-gradient(90deg, rgb(195,184,162), rgb(161,149,128));
    left: 0;
    position: absolute;
    height: 3px;
    animation: lineGrow 1.5s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards 0.8s;
    width: 0%;
    bottom: -10px;
}.meet_us ul {
    margin: 30px 0 0;
    list-style: none;
    position: relative;
    padding: 0;
}.meet_us li {
    animation: fadeUp 0.6s ease forwards;
    margin-bottom: 20px;
    transform: translateY(20px);
    opacity: 0;
    animation-delay: 0.5s;
}.meet_us li:nth-child(2) {
    animation-delay: 0.7s;
}.meet_us h4 {
    margin: 0 0 15px;
    font-size: calc(18px + 2px);
    position: relative;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    color: rgb(195,184,162);
}.meet_us h4::before {
    top: 50%;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    z-index: -1;
    left: -40px;
    transform: translateY(-50%) scale(0);
    content: "";
    background: rgb(161,149,128,0.5);
    border-radius: 50%;
    position: absolute;
    height: 30px;
    width: 30px;
}.meet_us span {
    font-size: 13px;
    display: block;
    column-gap: 40px;
    overflow: hidden;
    position: relative;
    text-align: justify;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
    column-count: 1;
}.meet_us span::first-letter {
    color: rgb(195,184,162);
    line-height: 1;
    float: left;
    margin-right: 8px;
    font-weight: 700;
    font-size: 200%;
}

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

@keyframes lineGrow {
    to {
        width: 100%;
    }
}

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

@keyframes popIn {
    to {
        transform: translateY(-50%) scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.15;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.25;
    }
}

@media (min-width: 768px) {.meet_us .text_box_content {
    margin: 0 auto;
    max-width: 90%;
    padding: 60px 70px;
}.meet_us span {
    column-count: 2;
}.meet_us h1 {
    font-size: calc(39px * 1.2);
}
}

@media (min-width: 992px) {.meet_us {
    padding: 150px 0;
}.meet_us .text_box_content {
    max-width: 85%;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
    padding: 70px 90px;
}.meet_us h1 {
    margin-bottom: 50px;
}.meet_us span {
    column-count: 2;
    column-gap: 50px;
}
}

@media (max-width: 767px) {.meet_us {
    padding: 80px 0;
}.meet_us .text_box_content {
    transform: none;
    padding: 30px 25px;
}.meet_us h1 {
    margin-bottom: 20px;
    font-size: calc(39px * 0.9);
}.meet_us h4 {
    font-size: 18px;
}.meet_us h4::before {
    height: 20px;
    width: 20px;
    left: -30px;
}.meet_us span {
    font-size: calc(13px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.meet_us {
    padding: 60px 0;
}.meet_us .text_box_content {
    border-left-width: 3px;
    padding: 25px 20px;
}.meet_us h1 {
    font-size: calc(39px * 0.8);
}.meet_us span::first-letter {
    font-size: 150%;
}}.academic_expertise {
    position: relative;
    background: linear-gradient(135deg, rgb(231,218,197) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
}.academic_expertise::before {
    filter: blur(120px);
    top: -100px;
    content: "";
    right: -100px;
    position: absolute;
    z-index: 0;
    width: 400px;
    height: 400px;
    background: rgb(195,184,162,0.5);
}.academic_expertise::after {
    height: 300px;
    filter: blur(100px);
    position: absolute;
    background: rgb(161,149,128,0.5);
    width: 300px;
    left: -50px;
    content: "";
    bottom: -50px;
    z-index: 0;
}.academic_expertise .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.academic_expertise .user_feedback {
    gap: 30px;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    display: grid;
    backdrop-filter: blur(10px);
    position: relative;
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.academic_expertise .user_feedback:hover {
    transform: perspective(1000px) rotateY(0deg);
}.academic_expertise .user_feedback > div:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
}.academic_expertise .user_feedback .main_image {
    height: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    width: 180px;
}.academic_expertise .user_feedback:hover .main_image {
    transform: translateZ(20px) scale(1.05);
}.academic_expertise .user_feedback .main_image::before {
    content: "";
    z-index: 1;
    inset: 0;
    position: absolute;
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(195,184,162,0.5) 100%
  );
}.academic_expertise .user_feedback > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}.academic_expertise .user_feedback .name {
    display: inline-block;
    color: rgb(195,184,162);
    position: relative;
    font-size: calc(24px * 1.1);
    margin-bottom: 10px;
    font-weight: 700;
}.academic_expertise .user_feedback .name::after {
    height: 2px;
    background: rgb(161,149,128);
    bottom: -8px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
}.academic_expertise .user_feedback > div:nth-child(2) > div {
    color: #000000;
    font-size: calc(14px * 0.95);
    font-weight: 600;
    font-style: italic;
    margin-top: 15px;
}.academic_expertise .user_feedback > div:nth-child(3) {
    position: relative;
}.academic_expertise .user_feedback .work_tasks {
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
    margin: 0;
    padding: 20px 0;
    transform: translateZ(5px);
}.academic_expertise .user_feedback .work_tasks::before,
.academic_expertise .user_feedback .work_tasks::after {
    color: rgb(195,184,162,0.5);
    content: "";
    font-family: Georgia, serif;
    font-size: 80px;
    position: absolute;
    line-height: 1;
}.academic_expertise .user_feedback .work_tasks::before {
    left: -15px;
    top: -20px;
}.academic_expertise .user_feedback .work_tasks::after {
    content: "";
    bottom: -60px;
    right: -15px;
}

@media (min-width: 768px) {.academic_expertise .user_feedback {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
    padding: 50px;
    gap: 30px 40px;
}.academic_expertise .user_feedback > div:first-child {
    grid-row: span 2;
}.academic_expertise .user_feedback > div:nth-child(2) {
    align-self: end;
    text-align: left;
}.academic_expertise .user_feedback .name::after {
    left: 0;
    transform: none;
}.academic_expertise .user_feedback .work_tasks {
    border-left: 3px solid rgb(161,149,128,0.5);
    padding: 10px 0 10px 30px;
}
}

@media (min-width: 992px) {.academic_expertise {
    padding: 140px 0;
}.academic_expertise .user_feedback {
    gap: 40px 60px;
    padding: 60px;
    grid-template-columns: 260px 1fr;
}.academic_expertise .user_feedback .main_image {
    width: 220px;
    height: 220px;
}.academic_expertise .user_feedback .name {
    font-size: calc(24px * 1.2);
}.academic_expertise .user_feedback .work_tasks {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.academic_expertise {
    padding: 80px 0;
}.academic_expertise .user_feedback {
    padding: 30px 25px;
}.academic_expertise .user_feedback .main_image {
    width: 150px;
    height: 150px;
}.academic_expertise .user_feedback .work_tasks {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.academic_expertise .user_feedback .work_tasks::before,
  .academic_expertise .user_feedback .work_tasks::after {
    font-size: 60px;
}
}

@media (max-width: 480px) {.academic_expertise {
    padding: 60px 0;
}.academic_expertise .user_feedback {
    gap: 20px;
    padding: 25px 20px;
}.academic_expertise .user_feedback .main_image {
    width: 120px;
    height: 120px;
}.academic_expertise .user_feedback .name {
    font-size: 24px;
}.academic_expertise .user_feedback > div:nth-child(2) > div {
    font-size: calc(14px * 0.9);
}}.thanks_box {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(231,218,197) 0%, rgb(195,184,162,0.5) 100%);
    position: relative;
}.thanks_box::before {
    height: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
    background: radial-gradient(circle at 70% 30%, rgb(161,149,128,0.5) 0%, transparent 60%);
    opacity: 0.4;
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    content: "";
}.thanks_box::after {
    bottom: -10px;
    right: -10px;
    width: 40%;
    filter: blur(20px);
    opacity: 0.05;
    content: "";
    transform: rotate(-5deg);
    height: 40%;
    z-index: 0;
    background: linear-gradient(225deg, rgb(195,184,162) 0%, transparent 80%);
    position: absolute;
}.thanks_box .container {
    animation: slideUp 0.8s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    transform: translateY(20px);
    padding: 0 2rem;
    margin: 0 auto;
}.thanks_box h2 {
    margin-bottom: 3rem;
    max-width: 900px;
    position: relative;
    color: #000000;
    margin-left: auto;
    letter-spacing: -0.02em;
    line-height: 1.3;
    font-size: 36px;
    margin-right: auto;
    font-weight: 700;
    text-align: center;
}.thanks_box h2::after {
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(195,184,162), rgb(161,149,128));
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    height: 3px;
    border-radius: 10px;
    bottom: -15px;
}.thanks_box .expert_learning {
    background: #ffffff;
    position: relative;
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    border-radius: 29px;
    padding: 3rem;
    overflow: hidden;
}.thanks_box .expert_learning::before {
    left: 0;
    width: 6px;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(195,184,162), rgb(161,149,128));
}.thanks_box .expert_learning::after {
    top: 10px;
    z-index: 0;
    opacity: 0.2;
    right: 10px;
    width: 120px;
    height: 120px;
    content: "";
    border-radius: 50%;
    position: absolute;
    background: radial-gradient(circle, rgb(195,184,162,0.5) 0%, transparent 70%);
}.thanks_box .expert_learning:hover {
    transform: translateY(-5px);
}.thanks_box ul {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 1;
    list-style: none;
}.thanks_box li {
    padding-left: 2rem;
    position: relative;
}.thanks_box li::before {
    width: 8px;
    top: 8px;
    opacity: 0;
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
    background: rgb(195,184,162);
    transform: scale(0);
    height: 8px;
    border-radius: 50%;
    position: absolute;
}.thanks_box li span {
    font-size: 16px;
    transform: translateY(10px);
    font-family: Arial, sans-serif;
    opacity: 0;
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    line-height: 1.8;
    position: relative;
    color: #000000;
}

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

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

@keyframes appearDot {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

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

@media (max-width: 991px) {.thanks_box {
    padding: 4rem 0;
}.thanks_box h2 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.9);
}.thanks_box .expert_learning {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.thanks_box {
    padding: 3rem 0;
}.thanks_box h2 {
    line-height: 1.4;
    font-size: calc(36px * 0.8);
    margin-bottom: 2rem;
}.thanks_box h2::after {
    width: 60px;
    bottom: -12px;
}.thanks_box .expert_learning {
    padding: 2rem 1.5rem;
}.thanks_box .expert_learning::after {
    height: 80px;
    width: 80px;
}.thanks_box li {
    padding-left: 1.5rem;
}
}

@media (max-width: 480px) {.thanks_box {
    padding: 2.5rem 0;
}.thanks_box .container {
    padding: 0 1.25rem;
}.thanks_box h2 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.7);
}.thanks_box h2::after {
    height: 2px;
    width: 50px;
    bottom: -10px;
}.thanks_box .expert_learning {
    padding: 1.5rem 1.25rem;
}.thanks_box li span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}}.cookie_popup_disclosure {
    padding: 15px 20px;
    position: fixed;
    width: 100%;
    z-index: 90;
    background: rgb(161,149,128);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    bottom: 0;
    border-top: 3px solid rgb(195,184,162);
}.visitor_settings {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.cookie_tips {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_tips svg {
    fill: rgb(195,184,162);
    width: 50px;
    height: 50px;
}.learn_agree {
    max-width: 600px;
    justify-content: center;
    flex-direction: column;
    display: flex;
}.cookie_popup_disclosure h5 {
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
}.cookie_popup_disclosure p {
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
}.data_opt {
    border: 2px solid rgb(195,184,162);
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    flex-shrink: 0;
    min-width: 150px;
    transition: none;
    font-size: 20px;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 10px;
    padding: 10px 20px;
    background: rgb(195,184,162);
}.data_opt:hover {
    border-color: rgb(195,184,162,0.5);
    background: rgb(195,184,162,0.5);
}.cookie_popup_disclosure p a {
    text-decoration: none;
    border-bottom: 2px solid rgb(195,184,162);
    color: rgb(195,184,162);
}.cookie_popup_disclosure p a:hover {
    color: rgb(161,149,128);
    border-bottom-color: rgb(161,149,128);
}
@media only screen and (max-width: 1200px) {.cookie_popup_disclosure {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.cookie_tips {
    display: none;
}.visitor_settings {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_popup_disclosure h5, .cookie_popup_disclosure p {
    text-align: center;
}.learn_agree {
    margin-bottom: 15px;
}.data_opt {
    margin-top: 10px;
    margin-left: 0;
}}
#cookieInfoContainer {
    display: none;
}#cookieInfoContainer:checked ~ .cookie_popup_disclosure {
    visibility: hidden;
    opacity: 0;
}.pricing_bundle {
    padding: 5rem 1rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(231,218,197), rgba(0, 0, 0, 0.5));
    position: relative;
}.pricing_bundle::before {
    z-index: 1;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(195,184,162,0.5) 30%, transparent 70%);
    position: absolute;
    opacity: 0.1;
    pointer-events: none;
}.pricing_bundle .container {
    z-index: 2;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}.pricing_bundle .package_deal {
    gap: 3rem;
    flex-direction: column;
    display: flex;
}.pricing_bundle .promo_rates {
    margin: 0 auto 2rem;
    transform: translateY(20px);
    opacity: 0;
    max-width: 800px;
    text-align: center;
    animation: fadeUp 0.8s ease-out forwards;
    order: -1;
}.pricing_bundle .promo_rates h2 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 33px;
    margin-bottom: 1rem;
    color: #000000;
}.pricing_bundle .promo_rates h2::after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, rgb(195,184,162), rgb(161,149,128));
    border-radius: 10px;
    left: 50%;
    bottom: -10px;
}.pricing_bundle .study_costs {
    margin: 0 auto;
    font-size: 15px;
    max-width: 90%;
    color: #000000;
    line-height: 1.6;
}.pricing_bundle .learning_price {
    gap: 2rem;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_bundle .monthly_rate {
    display: block;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    border-radius: 18px;
    opacity: 0;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    transform: translateZ(0) scale(1);
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    position: relative;
}.pricing_bundle .monthly_rate:nth-child(1) {
    animation-delay: 0.1s;
}.pricing_bundle .monthly_rate:nth-child(2) {
    animation-delay: 0.2s;
}.pricing_bundle .monthly_rate:nth-child(3) {
    animation-delay: 0.3s;
}.pricing_bundle .monthly_rate:nth-child(4) {
    animation-delay: 0.4s;
}.pricing_bundle .monthly_rate::before {
    transform: scaleX(0);
    height: 5px;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(195,184,162), rgb(161,149,128));
    transform-origin: left;
}.pricing_bundle .monthly_rate:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}.pricing_bundle .monthly_rate:hover::before {
    transform: scaleX(1);
}.pricing_bundle .price_deals {
    height: 100%;
    display: flex;
    flex-direction: column;
}.pricing_bundle .rate_list {
    flex-grow: 1;
    padding: 2rem;
    flex-direction: column;
    display: flex;
}.pricing_bundle .rate_list h3 {
    margin: 0 0 1rem;
    transition: color 0.3s ease;
    position: relative;
    font-size: 21px;
    color: #000000;
    font-weight: 700;
}.pricing_bundle .monthly_rate:hover .rate_list h3 {
    color: rgb(195,184,162);
}.pricing_bundle .rate_plans {
    font-weight: 700;
    font-size: 2rem;
    transition: transform 0.3s ease, color 0.3s ease;
    color: rgb(195,184,162);
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
}.pricing_bundle .rate_plans::after {
    background-color: rgb(161,149,128);
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    bottom: -8px;
    position: absolute;
    width: 40px;
    content: "";
}.pricing_bundle .monthly_rate:hover .rate_plans {
    transform: translateY(-3px);
}.pricing_bundle .monthly_rate:hover .rate_plans::after {
    width: 80px;
}.pricing_bundle .rate_list p {
    overflow-wrap: break-word;
    color: #000000;
    flex-grow: 1;
    line-height: 1.6;
    word-break: break-word;
    font-size: calc(15px - 2px);
    margin: 0;
}.pricing_bundle .main_image {
    width: 100%;
    height: 200px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}.pricing_bundle .main_image::after {
    bottom: 0;
    top: 0;
    right: 0;
    content: "";
    transition: opacity 0.5s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    position: absolute;
    opacity: 0.7;
    left: 0;
}.pricing_bundle .monthly_rate:hover .main_image {
    transform: scale(1.05);
}.pricing_bundle .monthly_rate:hover .main_image::after {
    opacity: 0.4;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@media (min-width: 768px) {.pricing_bundle {
    padding: 7rem 2rem;
}.pricing_bundle .package_deal {
    flex-direction: row;
    align-items: flex-start;
}.pricing_bundle .promo_rates {
    order: 0;
    padding-right: 2rem;
    display: flex;
    text-align: left;
    margin: 0;
    flex: 0 0 30%;
    justify-content: center;
    flex-direction: column;
}.pricing_bundle .promo_rates h2 {
    text-align: left;
}.pricing_bundle .promo_rates h2::after {
    transform: none;
    left: 0;
}.pricing_bundle .study_costs {
    margin: 0;
    max-width: 100%;
}.pricing_bundle .learning_price {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}

@media (min-width: 992px) {.pricing_bundle .learning_price {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing_bundle {
    padding: 8rem 2rem;
}.pricing_bundle .promo_rates {
    flex: 0 0 25%;
}.pricing_bundle .learning_price {
    flex: 0 0 75%;
}.pricing_bundle .rate_list {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.pricing_bundle .monthly_rate {
    max-width: 400px;
    margin: 0 auto;
}.pricing_bundle .promo_rates h2 {
    font-size: calc(33px * 0.9);
}.pricing_bundle .study_costs {
    font-size: calc(15px * 0.95);
}}.program_details {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background-color: rgb(161,149,128);
}.program_details::before {
    background: 
        radial-gradient(ellipse at bottom right, rgb(195,184,162,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(161,149,128,0.5) 0%, transparent 60%);
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: 1;
}.program_details::after {
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    background-size: 50px 50px;
    height: 100%;
    z-index: 1;
    left: 0;
}.program_details .container {
    z-index: 2;
    position: relative;
}.program_details .class_route {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 60px;
}.program_details .text_box_content {
    order: 2;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    display: grid;
    gap: 30px;
}.program_details .text_box_content h2 {
    position: relative;
    text-align: center;
    margin-bottom: 0;
    font-size: 39px;
    grid-column: 1 / -1;
    font-weight: 700;
    padding-bottom: 20px;
    color: #ffffff;
}.program_details .text_box_content h2::after {
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(195,184,162), rgb(161,149,128));
    bottom: 0;
    position: absolute;
    content: "";
    border-radius: 10px;
    width: 100px;
    height: 3px;
}.program_details .text_box_content .description {
    position: relative;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    margin: 0;
    font-size: 17px;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    padding: 25px;
    line-height: 1.8;
}.program_details .text_box_content .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.program_details .text_box_content .description::before {
    background: rgb(195,184,162);
    left: 0;
    position: absolute;
    top: 0;
    height: 4px;
    width: 100%;
    content: "";
}.program_details .text_box_content .description:last-of-type::before {
    background: rgb(161,149,128);
}.program_details .text_box_content .description::after {
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    height: 100%;
}.program_details .main_image {
    border-radius: 15px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    height: 400px;
    overflow: hidden;
    order: 1;
}.program_details .main_image::before {
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    inset: 0;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}

@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (min-width: 992px) {.program_details .class_route {
    gap: 80px;
}.program_details .main_image {
    height: 500px;
}
}

@media (max-width: 991px) {.program_details {
    padding: 80px 0;
}
}

@media (max-width: 767px) {.program_details {
    padding: 60px 0;
}.program_details .text_box_content {
    grid-template-columns: 1fr;
}.program_details .text_box_content h2 {
    font-size: calc(39px * 0.9);
}.program_details .main_image {
    height: 350px;
}
}

@media (max-width: 480px) {.program_details {
    padding: 40px 0;
}.program_details .class_route {
    gap: 40px;
}.program_details .text_box_content h2 {
    padding-bottom: 15px;
    font-size: calc(39px * 0.8);
}.program_details .text_box_content h2::after {
    width: 80px;
}.program_details .text_box_content .description {
    padding: 20px;
}.program_details .main_image {
    height: 250px;
}}footer {
    position: relative;
    width: 100%;
}footer .hackathon {
    font-family: Arial, sans-serif;
    background-color: rgb(231,218,197);
    padding: 100px 0 30px;
    position: relative;
    color: #000000;
}footer .hackathon::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(195,184,162,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(161,149,128,0.5) 0%, transparent 20%);
    opacity: 0.3;
    z-index: 0;
    content: "";
}footer .digital_res {
    z-index: 1;
    position: relative;
}footer .reach_out {
    width: 85%;
    gap: 15px;
    display: flex;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 12px;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}footer .info_item {
    transition: all 0.3s ease;
    border-radius: 10px;
    align-items: center;
    padding: 15px;
    background-color: rgb(231,218,197);
    flex: 1 1 200px;
    display: flex;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item svg {
    height: 22px;
    width: 22px;
    margin-right: 12px;
    transition: transform 0.3s ease;
    fill: rgb(195,184,162);
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    color: #000000;
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(195,184,162);
}footer .text_main_holder {
    margin-top: 40px;
    position: relative;
    display: flex;
    perspective: 2000px;
    flex-direction: column;
    gap: 20px;
}footer .top_head, footer .head_edu, footer .subscribe_holder {
    transform-origin: center center;
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 30px;
    position: relative;
}footer .top_head {
    transform: translateZ(0) scale(1);
    z-index: 2;
    background-color: #ffffff;
}footer .top_head:hover {
    transform: translateZ(30px) scale(1.02);
}footer .head_edu {
    margin-top: -20px;
    z-index: 1;
    background-color: rgb(161,149,128);
    color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
    transform: translateZ(-10px) scale(0.98);
}footer .subscribe_holder {
    color: #ffffff;
    margin-top: -20px;
    margin-left: 40px;
    background-color: rgb(195,184,162);
    transform: translateZ(-20px) scale(0.96);
    margin-right: 40px;
    z-index: 0;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .top_head::after, footer .head_edu::after, footer .subscribe_holder::after {
    position: absolute;
    opacity: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    content: "";
    top: 0;
    width: 100%;
    border-radius: 12px;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}footer .top_head:hover::after, footer .head_edu:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .top_head svg {
    height: 45px;
    width: auto;
    margin-bottom: 20px;
    display: block;
}footer .assign_help {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}footer .head_edu h5 {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
}footer .head_edu h5::after {
    width: 40px;
    background: linear-gradient(90deg, rgb(195,184,162), transparent);
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
    bottom: -8px;
    left: 0;
}footer .head_edu h5:hover::after {
    width: 100%;
}footer .nav_section {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    margin-bottom: 20px;
}footer .nav_section a {
    font-size: 13px;
    position: relative;
    padding: 5px 0;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    display: inline-block;
}footer .nav_section a::before {
    bottom: 0;
    height: 1px;
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    background-color: rgb(195,184,162);
}footer .nav_section a:hover {
    transform: translateX(5px);
    color: #ffffff;
}footer .nav_section a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    padding: 14px 16px;
    border-radius: 10px;
    border: none;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_form {
    transition: all 0.3s ease;
    font-size: 19px;
    border: none;
    padding: 14px 20px;
    border-radius: 10px;
    color: rgb(195,184,162);
    cursor: pointer;
    text-align: center;
    background-color: #ffffff;
    font-weight: 600;
}footer .sub_form:hover {
    background-color: rgb(161,149,128);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    color: #ffffff;
}footer .alumni_net {
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .data_viz {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 8px 20px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 30px;
    color: #000000;
    font-size: 14px;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-direction: row;
    align-items: stretch;
}footer .top_head, footer .head_edu, footer .subscribe_holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}footer .top_head {
    margin-right: -20px;
}footer .head_edu {
    margin-left: 0;
    z-index: 1;
    margin-right: -20px;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .reach_out {
    width: 90%;
    padding: 20px;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .hackathon {
    padding: 80px 0 30px;
}footer .reach_out {
    width: 95%;
    padding: 15px;
}footer .info_item {
    flex: 1 1 100%;
}footer .top_head, footer .head_edu, footer .subscribe_holder {
    margin-right: 0;
    padding: 25px 20px;
    margin-left: 0;
}footer .head_edu, footer .subscribe_holder {
    margin-top: -10px;
}footer .alumni_net {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .hackathon {
    padding: 70px 0 20px;
}footer .reach_out {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .top_head, footer .head_edu, footer .subscribe_holder {
    padding: 20px 15px;
}footer .head_edu h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .nav_section {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .sub_form {
    padding: 12px;
}
}