* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}html,body {
    auto
contain
touch-action: none;
    color: #000000;
    height: 100%;
    scroll-snap-type: none;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}.faculty_infoweb {
    flex: 0 0 auto;
}.head_learningweb {
    flex: 1 0 auto;
}.content-wrapperweb {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    width: 1133px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.offer_boardweb {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(206,209,218) 0%, rgba(245, 247, 252, 1) 100%);
    overflow: hidden;
}.offer_boardweb::before {
    position: absolute;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    pointer-events: none;
    content: "";
    width: 100%;
}.offer_boardweb .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.offer_boardweb .payment_dealsweb {
    display: flex;
    flex-direction: column-reverse;
}.offer_boardweb .learn_feesweb {
    margin-bottom: 50px;
    transition: transform 0.5s ease-out;
    text-align: center;
}.offer_boardweb .learn_feesweb h2 {
    font-size: 30px;
    display: inline-block;
    color: #000000;
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
}.offer_boardweb .learn_feesweb h2::after {
    height: 3px;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    position: absolute;
    background: rgb(161,177,196);
    bottom: -10px;
    left: 50%;
}.offer_boardweb .discount_gridweb {
    line-height: 1.6;
    color: #000000;
    white-space: normal;
    max-width: 700px;
    overflow-wrap: break-word;
    word-break: break-word;
    margin: 0 auto;
    font-size: 16px;
}.offer_boardweb .value_ratesweb {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
}.offer_boardweb .value_feesweb {
    position: relative;
    color: #000000;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    text-decoration: none;
    overflow: hidden;
}.offer_boardweb .value_feesweb:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.offer_boardweb .edu_dealsweb {
    min-height: 450px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}.offer_boardweb .learning_feeweb {
    position: relative;
    padding: 30px;
    white-space: normal;
    flex: 1;
    display: flex;
    flex-direction: column;
    z-index: 2;
    overflow-wrap: break-word;
    word-break: break-word;
}.offer_boardweb .learning_feeweb h3 {
    transition: transform 0.3s ease;
    transform: translateX(0);
    margin-bottom: 8px;
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: calc(19px + 2px);
}.offer_boardweb .value_feesweb:hover .learning_feeweb h3 {
    transform: translateX(5px);
}.offer_boardweb .fee_dealsweb {
    display: inline-block;
    color: rgb(161,177,196);
    font-size: calc(19px + 4px);
    margin: 15px 0;
    position: relative;
    font-weight: 700;
}.offer_boardweb .fee_dealsweb::before {
    top: 50%;
    height: 2px;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    left: -20px;
    background: rgb(161,177,196);
    transform: translateX(-10px);
    width: 10px;
    opacity: 0;
}.offer_boardweb .value_feesweb:hover .fee_dealsweb::before {
    transform: translateX(0);
    opacity: 1;
}.offer_boardweb .learning_feeweb p {
    font-size: 16px;
    overflow-wrap: break-word;
    line-height: 1.6;
    flex: 1;
    white-space: normal;
    word-break: break-word;
    margin-top: 15px;
    color: #000000;
}.offer_boardweb .img_showcaseweb {
    transition: transform 0.6s ease;
    overflow: hidden;
    position: relative;
    height: 200px;
    width: 100%;
}.offer_boardweb .img_showcaseweb::after {
    top: 0;
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(rgb(161,177,196,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
}.offer_boardweb .value_feesweb:hover .img_showcaseweb {
    transform: scale(1.05);
}.offer_boardweb .value_feesweb:nth-child(odd) .edu_dealsweb {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.offer_boardweb .value_feesweb:nth-child(even) .edu_dealsweb {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.offer_boardweb .value_feesweb:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.offer_boardweb .value_feesweb:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.offer_boardweb .value_feesweb:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.offer_boardweb .value_feesweb:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.offer_boardweb .value_ratesweb {
    grid-template-columns: repeat(2, 1fr);
}.offer_boardweb .learn_feesweb {
    margin-bottom: 60px;
}.offer_boardweb .learning_feeweb h3 {
    font-size: 19px;
}.offer_boardweb .fee_dealsweb {
    font-size: calc(19px + 2px);
}.offer_boardweb .learning_feeweb p {
    font-size: calc(16px - 1px);
}
}

@media (min-width: 992px) {.offer_boardweb .payment_dealsweb {
    gap: 50px;
    flex-direction: row;
    align-items: center;
}.offer_boardweb .learn_feesweb {
    flex: 0 0 30%;
    margin-bottom: 0;
    text-align: left;
}.offer_boardweb .learn_feesweb h2::after {
    left: 0;
    transform: none;
}.offer_boardweb .value_ratesweb {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}.offer_boardweb .learning_feeweb {
    padding: 35px;
}
}

@media (min-width: 1200px) {.offer_boardweb .value_ratesweb {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.offer_boardweb .edu_dealsweb {
    min-height: 500px;
}.offer_boardweb .img_showcaseweb {
    height: 220px;
}.offer_boardweb .learning_feeweb h3 {
    font-size: calc(19px + 2px);
}.offer_boardweb .fee_dealsweb {
    font-size: calc(19px + 6px);
}}.thxFrameweb {
    display: flex;
    padding: 6rem 2rem;
    align-items: center;
    min-height: 70vh;
    position: relative;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(161,177,196,0.5), rgb(111,146,190,0.5));
}.thxFrameweb::before {
    position: absolute;
    left: 0;
    background: radial-gradient(circle at 30% 70%, rgb(161,177,196,0.5) 0%, transparent 60%);
    z-index: 1;
    top: 0;
    transform-origin: center;
    animation: pulse 15s ease-in-out infinite alternate;
    width: 100%;
    content: "";
    height: 100%;
}.thxFrameweb::after {
    background: radial-gradient(circle, rgb(111,146,190,0.5) 0%, transparent 70%);
    right: -5%;
    position: absolute;
    animation: float 20s ease-in-out infinite;
    height: 50%;
    z-index: 0;
    width: 50%;
    content: "";
    bottom: -5%;
}.thxFrameweb .container {
    position: relative;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}.thxFrameweb .skill_trackweb {
    display: grid;
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(0);
    gap: 2.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    position: relative;
    padding: 3.5rem;
}.thxFrameweb .skill_trackweb:hover {
    transform: translateZ(30px) scale(1.02);
}.thxFrameweb .skill_trackweb > div:first-child {
    border-left: 4px solid rgb(161,177,196);
    position: relative;
    padding-left: 2.5rem;
}.thxFrameweb .skill_trackweb > div:first-child::before {
    height: 26px;
    background: rgb(161,177,196);
    border-radius: 50%;
    content: "";
    position: absolute;
    width: 26px;
    animation: pulse 3s infinite alternate;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 20px rgba(rgb(161,177,196), 0.5);
    left: -15px;
}.thxFrameweb h5 {
    opacity: 0;
    font-weight: 700;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transition: transform 0.4s ease-out;
    margin: 0;
    line-height: 1.4;
    color: #000000;
    transform: translateX(0);
    font-size: calc(24px * 1.2);
}.thxFrameweb .skill_trackweb > div:nth-child(2) {
    animation: fadeIn 0.8s 0.4s ease-out forwards;
    transition: transform 0.3s ease;
    opacity: 0;
    position: relative;
}.thxFrameweb .skill_trackweb > div:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 70%;
    top: -10px;
    left: 0;
    background: linear-gradient(90deg, rgb(161,177,196), transparent);
    height: 1px;
}.thxFrameweb a {
    transform: translateY(0);
    text-decoration: none;
    transition: transform 0.4s ease-out;
    display: block;
}.thxFrameweb a:hover {
    transform: translateY(-5px);
}.thxFrameweb p {
    padding: 1rem 0;
    font-size: 16px;
    position: relative;
    margin: 0;
    color: #000000;
    hyphens: auto;
    line-height: 1.8;
}.thxFrameweb p::after {
    background: linear-gradient(90deg, transparent, rgb(111,146,190));
    position: absolute;
    height: 2px;
    transform-origin: right;
    transform: scaleX(0);
    right: 0;
    width: 35%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    content: "";
}.thxFrameweb a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

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

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

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

@media (min-width: 768px) {.thxFrameweb {
    padding: 8rem 3rem;
}.thxFrameweb .skill_trackweb {
    padding: 4rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
}.thxFrameweb h5 {
    font-size: calc(24px * 1.4);
}.thxFrameweb .skill_trackweb > div:first-child::after {
    transform: translateY(-50%);
    right: -3.5rem;
    height: 80%;
    top: 50%;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(161,177,196,0.5), transparent);
    position: absolute;
    width: 1px;
}.thxFrameweb .skill_trackweb > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.thxFrameweb .skill_trackweb {
    padding: 5rem;
    gap: 5rem;
}.thxFrameweb h5 {
    font-size: calc(24px * 1.5);
}.thxFrameweb .skill_trackweb > div:first-child {
    padding-left: 3rem;
    border-left-width: 5px;
}.thxFrameweb p {
    font-size: calc(16px * 1.1);
}.thxFrameweb .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.thxFrameweb {
    padding: 4rem 1.5rem;
}.thxFrameweb .skill_trackweb {
    padding: 2.5rem 2rem;
}.thxFrameweb h5 {
    font-size: 24px;
}.thxFrameweb p {
    font-size: calc(16px * 0.95);
}
}

@media (hover: hover) {.thxFrameweb .skill_trackweb:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.thxFrameweb .skill_trackweb,
    .thxFrameweb a,
    .thxFrameweb h5,
    .thxFrameweb::before,
    .thxFrameweb::after {
    transition: none;
    animation: none;
}.thxFrameweb .skill_trackweb > div:first-child::before {
    animation: none;
}.thxFrameweb .skill_trackweb > div:nth-child(2) {
    opacity: 1;
}.thxFrameweb h5 {
    opacity: 1;
}}.study_processweb {
    background: linear-gradient(135deg, rgb(206,209,218) 0%, rgba(rgb(161,177,196,0.5), 0.1) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.study_processweb::before {
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(rgb(161,177,196,0.5), 0.03) 15px,
        rgba(rgb(161,177,196,0.5), 0.03) 16px
    );
    top: 0;
    z-index: 1;
    left: 0;
    pointer-events: none;
}.study_processweb::after {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.07;
    top: -5%;
    animation: floatElement 15s ease-in-out infinite alternate;
    content: "";
    background: rgb(111,146,190);
    filter: blur(25px);
    position: absolute;
    transform: rotate(-15deg) skew(15deg);
    width: 35%;
    right: -5%;
    height: 40%;
    z-index: 0;
}.study_processweb .container {
    position: relative;
    z-index: 2;
}.study_processweb .skill_trackweb {
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    background: linear-gradient(
        to right bottom,
        rgba(rgb(255, 255, 255, 0.5), 0.95),
        rgba(rgb(255, 255, 255, 0.5), 0.85)
    );
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    border-left: 4px solid rgb(161,177,196);
}.study_processweb .skill_trackweb:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.study_processweb .skill_trackweb::before {
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(161,177,196) 0%, rgb(111,146,190) 100%);
    opacity: 0.05;
    transform: translateZ(-1px);
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
}.study_processweb .skill_trackweb::after {
    height: 10px;
    transform: skewX(-15deg);
    opacity: 0.15;
    filter: blur(15px);
    transition: all 0.5s ease;
    right: 50px;
    background: rgb(111,146,190);
    bottom: -15px;
    position: absolute;
    width: 60%;
    content: "";
}.study_processweb .skill_trackweb > div {
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    z-index: 2;
}.study_processweb h3 {
    padding-bottom: 1rem;
    position: relative;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    font-weight: 700;
    transform: translateZ(5px);
    color: rgb(161,177,196);
    font-size: calc(32px * 0.85);
}.study_processweb h3::after {
    left: 0;
    width: 80px;
    transform: scaleX(1);
    position: absolute;
    bottom: 0;
    content: "";
    background: linear-gradient(to right, rgb(161,177,196), rgb(111,146,190));
    height: 3px;
    transform-origin: left center;
    transition: transform 0.5s ease;
}.study_processweb .skill_trackweb:hover h3::after {
    transform: scaleX(1.5);
}.study_processweb p {
    margin-bottom: 0;
    position: relative;
    transform: translateZ(5px);
    color: #000000;
    line-height: 1.75;
    font-size: 14px;
}.study_processweb p span {
    display: block;
    position: relative;
}.study_processweb p span::before {
    color: rgb(161,177,196);
    top: -25px;
    opacity: 0.1;
    font-size: 5rem;
    font-family: Georgia, serif;
    position: absolute;
    left: -10px;
    z-index: -1;
    content: "";
}

@media (max-width: 991px) {.study_processweb {
    padding: 4rem 0;
}.study_processweb .skill_trackweb {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.study_processweb h3 {
    font-size: calc(32px * 0.75);
}
}

@media (max-width: 767px) {.study_processweb {
    padding: 3rem 0;
}.study_processweb .skill_trackweb {
    padding: 2rem;
    transform: none;
    border-left-width: 3px;
}.study_processweb .skill_trackweb:hover {
    transform: translateY(-3px);
}.study_processweb h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.2rem;
}.study_processweb p {
    font-size: calc(14px * 0.95);
    line-height: 1.65;
}.study_processweb .skill_trackweb::after {
    right: 30px;
    width: 40%;
}
}

@media (max-width: 575px) {.study_processweb {
    padding: 2.5rem 0;
}.study_processweb .skill_trackweb {
    border-left-width: 2px;
    padding: 1.5rem;
}.study_processweb h3 {
    padding-bottom: 0.8rem;
    margin-bottom: 1rem;
    font-size: calc(32px * 0.65);
}.study_processweb h3::after {
    height: 2px;
    width: 60px;
}.study_processweb p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}

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

@keyframes floatElement {
    0% {
        transform: rotate(-15deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skew(12deg) translate(-10px, 15px);
    }
    100% {
        transform: rotate(-18deg) skew(18deg) translate(10px, -15px);
    }
}

@property --gradient-angle {

    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;

}footer {
    width: 100%;
    position: relative;
}footer .faculty_infoweb {
    font-family: Arial, sans-serif;
    position: relative;
    background-color: #2c3e50;
    padding: 100px 0 30px;
    color: #ffffff;
}footer .faculty_infoweb::before {
    left: 0;
    content: "";
    background-size: 60px 60px;
    top: 0;
    position: absolute;
    width: 100%;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    height: 100%;
    opacity: 0.1;
}footer .discuss_ctaweb {
    z-index: 1;
    position: relative;
}footer .support_infoweb {
    position: relative;
    margin: -70px auto 60px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    display: grid;
}footer .info_item {
    position: relative;
    height: 100px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    align-items: center;
    background-color: #ffffff;
    overflow: hidden;
    padding: 0 20px;
    display: flex;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    content: "";
    left: 0;
    transition: height 0.3s ease, top 0.3s ease;
    height: 50%;
    background-color: rgb(161,177,196);
    position: absolute;
    width: 6px;
    top: 25%;
}footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    position: relative;
    flex-shrink: 0;
    width: 22px;
    z-index: 1;
    margin-right: 15px;
    fill: rgb(161,177,196);
    height: 22px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    font-size: 14px;
    color: #2c3e50;
}footer .info_item a:hover {
    color: rgb(161,177,196);
}footer .text_main_holder {
    gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}footer .top_eduweb, footer .subscribe_holder {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 15px;
}footer .top_eduweb:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .head_sitebarweb {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}footer .top_eduweb svg {
    height: 45px;
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
}footer .badge_caseweb {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 14px;
}footer .head_sitebarweb h5 {
    color: #ffffff;
    margin-bottom: 20px;
    grid-column: 1 / -1;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}footer .head_sitebarweb h5::after {
    bottom: 0;
    content: "";
    background-color: rgb(161,177,196);
    height: 2px;
    position: absolute;
    left: 0;
    width: 50px;
}footer .main_headweb {
    height: 100%;
    border-radius: 15px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
}footer .main_headweb:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .main_headweb a {
    display: block;
    font-size: 14px;
    padding: 8px 0;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}footer .main_headweb a:last-child {
    border-bottom: none;
}footer .main_headweb a::before {
    right: 0;
    opacity: 0;
    content: "→";
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    transform: translateX(-10px);
}footer .main_headweb a:hover {
    color: #ffffff;
    padding-left: 5px;
}footer .main_headweb a:hover::before {
    opacity: 1;
    transform: translateX(0);
}footer .subscribe_holder h5 {
    font-size: 20px;
    padding-bottom: 10px;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
}footer .subscribe_holder h5::after {
    background-color: rgb(161,177,196);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    padding: 15px;
    color: #ffffff;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(161,177,196);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .newsletter_boxweb {
    border-radius: 10px;
    padding: 15px;
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    background-color: rgb(161,177,196);
    border: none;
    cursor: pointer;
}footer .newsletter_boxweb:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(111,146,190);
}footer .policy_linksweb {
    margin-top: 50px;
    text-align: center;
    position: relative;
}footer .quiz_linksweb {
    font-size: 14px;
    display: inline-block;
    padding: 8px 20px;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.05);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 2fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .newsletter_boxweb {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .head_sitebarweb {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .faculty_infoweb {
    padding: 70px 0 30px;
}footer .support_infoweb {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .top_eduweb, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head_sitebarweb h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .policy_linksweb {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .faculty_infoweb {
    padding: 50px 0 20px;
}footer .main_headweb {
    padding: 15px;
}footer .head_sitebarweb h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .input_holder input[type="email"],
    footer .newsletter_boxweb {
    padding: 12px;
}}.privacySettingsBannerweb {
    bottom: 0;
    position: fixed;
    border-top: 3px solid rgb(161,177,196);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(206,209,218);
    width: 100%;
    padding: 20px 0;
    z-index: 90;
}.consent_ackweb {
    padding: 0 20px;
    align-items: center;
    flex-wrap: nowrap;
    margin: auto;
    justify-content: space-between;
    display: flex;
    max-width: 1200px;
}#cookieModalNoticeweb {
    display: none;
}#cookieModalNoticeweb:checked ~ .privacySettingsBannerweb {
    opacity: 0;
    visibility: hidden;
}.privacySettingsBannerweb h5 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(161,177,196);
}.privacySettingsBannerweb p {
    max-width: 500px;
    font-size: 16px;
    color: #000000;
}.consent_eduweb {
    flex-shrink: 0;
    margin-right: 20px;
}.consent_eduweb svg, .consent_eduweb svg path {
    width: 80px;
    height: 80px;
    fill: rgb(161,177,196);
}.cookie_controlweb {
    font-size: 17px;
    text-decoration: none;
    transition: border 0.2s;
    margin-left: 10px;
    flex-shrink: 0;
    border: 2px solid transparent;
    padding: 12px 24px;
    min-width: 140px;
    background: rgb(161,177,196);
    text-align: center;
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    text-transform: uppercase;
}.cookie_button.data_optweb {
    background: rgb(161,177,196);
}.cookie_button.accept_cookiesweb {
    background: rgb(111,146,190);
}.cookie_controlweb:hover {
    border: 2px solid #ffffff;
}.privacySettingsBannerweb p a {
    font-weight: 700;
    text-decoration: underline;
    color: rgb(161,177,196);
}
@media only screen and (max-width: 1200px) {.consent_ackweb {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.consent_eduweb {
    display: none;
}.consent_ackweb {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}.privacySettingsBannerweb h5, .privacySettingsBannerweb p {
    text-align: center;
}.data_guardweb {
    margin-bottom: 20px;
}.cookie_controlweb {
    max-width: 300px;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.content-wrapperweb .privacySettingsBannerweb {
    padding: 30px 0;
    border: none;
    background: rgb(111,146,190);
}.content-wrapperweb .cookie_controlweb {
    margin-left: 0;
    color: #ffffff;
    font-size: 17px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    background: rgb(161,177,196);
}.content-wrapperweb .data_guardweb h5, .content-wrapperweb .data_guardweb p {
    color: #ffffff;
}.secure_protectionweb {
    --section-padding: clamp(2rem, 7vw, 5rem);
    --content-spacing: clamp(1.5rem, 5vw, 3.5rem);
    overflow: hidden;
    padding: var(--section-padding) 0;
    position: relative;
    --text-shadow-subtle: 0 1px 2px rgba(0, 0, 0, 0.05);
    --heading-gradient: linear-gradient(135deg, rgb(161,177,196), rgb(111,146,190));
    background: linear-gradient(145deg, rgb(206,209,218), rgba(255, 255, 255, 0.97));
}.secure_protectionweb::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(161,177,196,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(111,146,190,0.5) 0%, transparent 50%);
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    opacity: 0.07;
    top: 0;
    width: 100%;
}.secure_protectionweb::after {
    opacity: 0.03;
    top: -5%;
    background: linear-gradient(145deg, rgb(161,177,196,0.5), rgb(111,146,190,0.5));
    content: "";
    position: absolute;
    width: 25%;
    height: 50%;
    animation: ambient-shift 25s ease-in-out infinite alternate;
    z-index: 0;
    right: -10%;
    transform: rotate(-15deg) skewX(15deg);
    filter: blur(30px);
}.secure_protectionweb .container {
    max-width: min(90%, 1200px);
    position: relative;
    transform: translateZ(0);
    overflow: hidden;
    margin: 0 auto;
    background: #ffffff;
    z-index: 1;
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.07),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: clamp(1.5rem, 5vw, 3rem);
}.secure_protectionweb .container::before {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    height: 5px;
    background: var(--heading-gradient);
    z-index: 2;
}.secure_protectionweb h1 {
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 43px;
    position: relative;
    color: #000000;
    margin-bottom: calc(var(--content-spacing) * 0.8);
}.secure_protectionweb h1::after {
    width: 80px;
    position: absolute;
    background: var(--heading-gradient);
    bottom: -15px;
    height: 3px;
    transition: transform 0.3s ease-out;
    content: "";
    transform-origin: left;
    left: 0;
}.secure_protectionweb h2 {
    font-weight: 600;
    font-size: 37px;
    position: relative;
    color: #000000;
    padding-left: 15px;
    margin: calc(var(--content-spacing) * 1.2) 0 calc(var(--content-spacing) * 0.5);
}.secure_protectionweb h2::before {
    background: rgb(111,146,190);
    top: 0.25em;
    left: 0;
    height: 75%;
    width: 5px;
    transform: scaleY(1);
    content: "";
    transition: transform 0.3s ease;
    transform-origin: bottom;
    position: absolute;
}.secure_protectionweb h3 {
    font-size: calc(37px * 0.85);
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding-bottom: 0.5rem;
    margin: calc(var(--content-spacing) * 0.8) 0 calc(var(--content-spacing) * 0.4);
    color: #000000;
    font-weight: 600;
}.secure_protectionweb h4 {
    color: #000000;
    margin: calc(var(--content-spacing) * 0.7) 0 calc(var(--content-spacing) * 0.3);
    font-weight: 600;
    font-size: calc(37px * 0.7);
    opacity: 0.9;
}.secure_protectionweb p {
    max-width: 80ch;
    color: #000000;
    line-height: 1.7;
    margin-bottom: calc(var(--content-spacing) * 0.7);
    font-size: 12px;
}.secure_protectionweb strong {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: rgb(161,177,196);
}.secure_protectionweb span {
    padding-left: 1rem;
    position: relative;
    color: #000000;
    margin-bottom: calc(var(--content-spacing) * 0.7);
    font-size: 12px;
    line-height: 1.7;
    display: block;
}.secure_protectionweb span::before {
    height: calc(100% - 0.6em);
    top: 0.3em;
    content: "";
    width: 3px;
    position: absolute;
    left: 0;
    background-color: rgb(111,146,190,0.5);
}.secure_protectionweb ul {
    padding-left: 1.5rem;
    margin: calc(var(--content-spacing) * 0.5) 0 calc(var(--content-spacing) * 0.8);
    list-style: none;
}.secure_protectionweb li {
    font-size: 12px;
    position: relative;
    line-height: 1.6;
    padding-left: 1.5rem;
    color: #000000;
    margin-bottom: 1rem;
}.secure_protectionweb li::before {
    opacity: 0.8;
    background: rgb(161,177,196);
    content: "";
    left: 0;
    width: 8px;
    border-radius: 1px;
    position: absolute;
    height: 8px;
    transform: rotate(45deg);
    top: 0.5em;
}

@media (max-width: 768px) {.secure_protectionweb .container {
    padding: 1.5rem;
}.secure_protectionweb h1 {
    font-size: calc(43px * 0.8);
}.secure_protectionweb h2 {
    padding-left: 12px;
    font-size: calc(37px * 0.85);
}.secure_protectionweb p, 
    .secure_protectionweb span,
    .secure_protectionweb li {
    font-size: calc(12px * 0.95);
}.secure_protectionweb ul {
    padding-left: 0.5rem;
}.secure_protectionweb h1::after {
    width: 60px;
}
}

@media (max-width: 480px) {.secure_protectionweb {
    --content-spacing: 1.2rem;
}.secure_protectionweb .container {
    padding: 1.2rem;
}.secure_protectionweb h1 {
    font-size: calc(43px * 0.7);
}.secure_protectionweb h2 {
    padding-left: 10px;
    font-size: calc(37px * 0.75);
}.secure_protectionweb h2::before {
    width: 4px;
}.secure_protectionweb p, 
    .secure_protectionweb span,
    .secure_protectionweb li {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.secure_protectionweb li {
    margin-bottom: 0.8rem;
    padding-left: 1.2rem;
}.secure_protectionweb li::before {
    width: 6px;
    height: 6px;
}.secure_protectionweb h1::after {
    height: 2px;
    width: 50px;
}
}

@keyframes ambient-shift {
    0% {
        opacity: 0.02;
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    50% {
        opacity: 0.04;
        transform: rotate(-12deg) skewX(12deg) translate(2%, 5%);
    }
    100% {
        opacity: 0.03;
        transform: rotate(-18deg) skewX(18deg) translate(-2%, -3%);
    }
}

@media (hover: hover) {.secure_protectionweb h2:hover::before {
    transform: scaleY(1.2);
}.secure_protectionweb .container:hover h1::after {
    transform: scaleX(1.1);
}.secure_protectionweb li:hover::before {
    transition: transform 0.3s ease;
    transform: rotate(135deg);
}}.about_thisweb {
    padding: 120px 0 100px;
    z-index: 1;
    overflow: hidden;
    position: relative;
}.about_thisweb::before {
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(161,177,196,0.5), rgba(0, 0, 0, 0.5) 85%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}.about_thisweb::after {
    bottom: -50px;
    height: 300px;
    animation: float 15s ease-in-out infinite;
    content: "";
    opacity: 0.1;
    right: -50px;
    position: absolute;
    transform: rotate(25deg);
    background: rgb(111,146,190);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    z-index: -1;
    width: 300px;
}.about_thisweb .container {
    max-width: 1200px;
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 2rem;
    margin: 0 auto;
    position: relative;
    display: grid;
}.about_thisweb h2 {
    position: relative;
    color: #ffffff;
    font-size: 31px;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    opacity: 0;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 2.5rem;
    transform: translateX(-10px);
}.about_thisweb h2::after {
    position: absolute;
    animation: scaleIn 1.2s 0.6s forwards cubic-bezier(0.16, 1, 0.3, 1);
    width: 60px;
    bottom: -12px;
    height: 4px;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    background: rgb(111,146,190);
    left: 0;
}.about_thisweb .description_wrapweb {
    padding: 3.5rem 2.5rem;
    position: relative;
    animation: fadeUp 1s 0.5s forwards ease-out;
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(20px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    border-left: 4px solid rgb(161,177,196);
}.about_thisweb .description_wrapweb::before {
    content: "";
    border-radius: 50% 50% 0 50%;
    right: 40px;
    height: 70px;
    transform: rotate(-15deg);
    background: rgb(161,177,196);
    opacity: 0.15;
    position: absolute;
    top: -30px;
    width: 70px;
}.about_thisweb .description_wrapweb > div {
    position: relative;
}.about_thisweb .description_wrapweb p {
    font-weight: 600;
    opacity: 0;
    font-size: calc(14px * 1.4);
    position: relative;
    padding-right: 15px;
    color: #000000;
    animation: fadeUp 0.8s 0.8s forwards ease-out;
    display: inline-block;
    margin-bottom: 1.5rem;
    transform: translateY(10px);
}.about_thisweb .description_wrapweb p::after {
    top: 50%;
    width: 40px;
    transform: scaleX(0);
    background: rgb(111,146,190);
    transform-origin: left;
    animation: scaleIn 1.2s 1.2s forwards cubic-bezier(0.16, 1, 0.3, 1);
    right: -40px;
    position: absolute;
    height: 2px;
    content: "";
}.about_thisweb .description_wrapweb div div {
    font-size: 14px;
    column-gap: 2.5rem;
    color: #000000;
    text-align: justify;
    animation: fadeUp 1s 1s forwards ease-out;
    opacity: 0;
    line-height: 1.8;
    column-count: 1;
    transform: translateY(15px);
}

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

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

@keyframes scaleIn {
    to {
        transform: scaleX(1);
    }
}

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


@media (min-width: 768px) {.about_thisweb {
    padding: 150px 0 130px;
}.about_thisweb .container {
    gap: 3rem;
    grid-template-columns: 1fr;
}.about_thisweb h2 {
    font-size: calc(31px * 1.2);
    margin-bottom: 3rem;
}.about_thisweb h2::after {
    height: 5px;
    width: 80px;
}.about_thisweb .description_wrapweb {
    padding: 4rem 3.5rem;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s ease;
}.about_thisweb .description_wrapweb:hover {
    transform: perspective(1000px) rotateY(0);
}.about_thisweb .description_wrapweb div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.about_thisweb {
    padding: 180px 0 150px;
}.about_thisweb::before {
    background: linear-gradient(135deg, rgb(161,177,196,0.5), rgba(0, 0, 0, 0.5) 70%);
}.about_thisweb .container {
    grid-template-columns: 1fr;
}.about_thisweb h2 {
    font-size: calc(31px * 1.4);
}.about_thisweb .description_wrapweb {
    margin-left: 2rem;
    padding: 4.5rem 4rem;
}.about_thisweb .description_wrapweb::after {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    content: "";
    position: absolute;
    background: rgb(111,146,190);
    bottom: -20px;
    opacity: 0.1;
    width: 120px;
    left: 80px;
    height: 40px;
}.about_thisweb .description_wrapweb div div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.about_thisweb .container {
    padding: 0 50px;
}.about_thisweb h2 {
    margin-left: 50px;
}.about_thisweb .description_wrapweb {
    padding: 5rem;
    margin-right: 5rem;
    margin-left: 5rem;
}.about_thisweb .description_wrapweb div div {
    column-gap: 3rem;
    column-count: 2;
}
}

@media (max-width: 767px) {.about_thisweb {
    padding: 80px 0 70px;
}.about_thisweb::after {
    bottom: -25px;
    width: 150px;
    height: 150px;
    right: -25px;
}.about_thisweb .container {
    padding: 0 15px;
}.about_thisweb h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2rem;
}.about_thisweb .description_wrapweb {
    padding: 2.5rem 1.5rem;
}.about_thisweb .description_wrapweb p {
    font-size: calc(14px * 1.2);
}.about_thisweb .description_wrapweb div div {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}.sign_up_nowweb {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background-size: 200% 200%;
    padding: 120px 0;
    animation: gradientFlow 15s ease infinite;
    background: linear-gradient(130deg, rgb(161,177,196) 0%, rgb(111,146,190) 50%, rgb(161,177,196) 100%);
}.sign_up_nowweb::before {
    top: 0;
    animation: rotateQuantum 30s linear infinite;
    width: 100%;
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 10deg,
            rgba(255, 255, 255, 0.03) 10deg,
            rgba(255, 255, 255, 0.03) 20deg
        );
    height: 100%;
    position: absolute;
    content: '';
    z-index: -1;
    left: 0;
}.sign_up_nowweb::after {
    left: -50%;
    content: '';
    animation: pulseRadial 10s ease-in-out infinite alternate;
    height: 200%;
    opacity: 0.1;
    position: absolute;
    width: 200%;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    top: -50%;
    z-index: -1;
}.sign_up_nowweb .skill_trackweb {
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 60px 40px;
    overflow: hidden;
    z-index: 2;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 23px;
}.sign_up_nowweb .skill_trackweb::before {
    opacity: 0.3;
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    z-index: -1;
    animation: pulseGrid 4s linear infinite alternate;
    top: 0;
    background-size: 40px 40px;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%),
        linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%);
    height: 100%;
}.sign_up_nowweb .skill_trackweb::after {
    left: -50%;
    height: 200%;
    position: absolute;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(161,177,196,0.5) 0deg,
        rgb(111,146,190,0.5) 120deg,
        rgb(161,177,196,0.5) 240deg,
        rgb(111,146,190,0.5) 360deg
    );
    z-index: -1;
    top: -50%;
    opacity: 0.1;
    width: 200%;
    content: '';
    animation: rotateQuantumGradient 20s linear infinite;
}.sign_up_nowweb h3 {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    margin-bottom: 60px;
    position: relative;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    animation: floatTitle 6s ease-in-out infinite;
}.sign_up_nowweb h3::before {
    position: absolute;
    width: 80px;
    box-shadow: 0 0 10px #ffffff;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    height: 1px;
    bottom: -20px;
    transform: translateX(-50%);
    left: 50%;
    content: '';
}.sign_up_nowweb h3::after {
    top: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    position: absolute;
    left: 0;
    content: '';
    animation: titleScan 3s ease-in-out infinite;
    width: 100%;
    opacity: 0;
    height: 100%;
}.sign_up_nowweb .quick_contactweb {
    font-size: 18px;
    border-radius: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 18px 45px;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
    background: transparent;
    position: relative;
    z-index: 1;
    font-weight: 600;
}.sign_up_nowweb .quick_contactweb::before {
    transition: opacity 0.4s ease;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    z-index: -1;
    content: '';
    background: linear-gradient(
        170deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
}.sign_up_nowweb .quick_contactweb::after {
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    transform: rotate(35deg);
    left: -100px;
    z-index: 2;
    position: absolute;
    top: -50%;
    width: 20px;
    height: 200%;
    content: '';
    transition: all 0.6s ease;
}.sign_up_nowweb .quick_contactweb:hover {
    color: rgb(161,177,196);
    transform: translateY(-5px);
    border-color: transparent;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.2);
}.sign_up_nowweb .quick_contactweb:hover::before {
    opacity: 1;
}.sign_up_nowweb .quick_contactweb:hover::after {
    left: 120%;
}

@media screen and (max-width: 992px) {.sign_up_nowweb {
    padding: 100px 0;
}.sign_up_nowweb .skill_trackweb {
    max-width: 90%;
    padding: 50px 30px;
}.sign_up_nowweb h3 {
    margin-bottom: 50px;
    letter-spacing: 2.5px;
    font-size: calc(28px * 0.9);
}.sign_up_nowweb h3::before {
    bottom: -18px;
    width: 70px;
}.sign_up_nowweb .quick_contactweb {
    padding: 16px 40px;
    font-size: calc(18px * 0.95);
}
}

@media screen and (max-width: 768px) {.sign_up_nowweb {
    padding: 80px 0;
}.sign_up_nowweb .skill_trackweb {
    padding: 40px 25px;
}.sign_up_nowweb h3 {
    margin-bottom: 45px;
    font-size: calc(28px * 0.8);
    letter-spacing: 2px;
}.sign_up_nowweb h3::before {
    width: 60px;
    bottom: -15px;
}.sign_up_nowweb .quick_contactweb {
    letter-spacing: 1.5px;
    font-size: calc(18px * 0.9);
    padding: 14px 35px;
}
}

@media screen and (max-width: 576px) {.sign_up_nowweb {
    padding: 60px 0;
}.sign_up_nowweb .skill_trackweb {
    padding: 30px 20px;
}.sign_up_nowweb h3 {
    font-size: calc(28px * 0.7);
    margin-bottom: 40px;
    letter-spacing: 1.5px;
}.sign_up_nowweb h3::before {
    width: 50px;
    bottom: -12px;
}.sign_up_nowweb .quick_contactweb {
    padding: 12px 30px;
    font-size: calc(18px * 0.85);
    letter-spacing: 1px;
}}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rotateQuantum {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes pulseGrid {
    0% {
        opacity: 0.2;
        background-size: 40px 40px;
    }
    100% {
        opacity: 0.3;
        background-size: 45px 45px;
    }
}

@keyframes rotateQuantumGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes floatTitle {
    0%, 100% {
        transform: translateY(0);
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    }
    50% {
        transform: translateY(-10px);
        text-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
    }
}

@keyframes titleScan {
    0%, 100% {
        opacity: 0;
        transform: translateX(-100%);
    }
    50% {
        opacity: 0.5;
        transform: translateX(100%);
    }
}.academic_expertiseweb {
    padding: 6rem 2rem;
    overflow: hidden;
    background-color: rgb(206,209,218);
    position: relative;
}.academic_expertiseweb::before {
    filter: blur(120px);
    right: -100px;
    z-index: 0;
    background: rgb(161,177,196,0.5);
    width: 300px;
    height: 300px;
    position: absolute;
    border-radius: 50%;
    top: -100px;
    content: "";
}.academic_expertiseweb::after {
    bottom: -80px;
    height: 250px;
    content: "";
    position: absolute;
    z-index: 0;
    width: 250px;
    filter: blur(100px);
    background: rgb(111,146,190,0.5);
    border-radius: 50%;
    left: -80px;
}.academic_expertiseweb .review_voicesweb {
    display: grid;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 25px;
    position: relative;
    overflow: visible;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    gap: 0;
    grid-template-columns: 1fr 1.2fr;
    z-index: 2;
    max-width: 1100px;
}.academic_expertiseweb .img_showcaseweb {
    transform: translateX(-30px) translateY(-30px);
    position: relative;
    height: 500px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 25px 0 0 25px;
}.academic_expertiseweb .img_showcaseweb::before {
    border-radius: 25px;
    z-index: -1;
    position: absolute;
    background: rgb(161,177,196,0.5);
    left: 30px;
    height: 100%;
    top: 30px;
    content: "";
    width: 100%;
}.academic_expertiseweb .work_tasksweb {
    padding: 4rem 3rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
}.academic_expertiseweb .name {
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
    font-weight: 700;
    color: #000000;
    font-size: 39px;
}.academic_expertiseweb .work_tasksweb > div:nth-child(2) {
    color: rgb(161,177,196);
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    display: inline-block;
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: 400;
}.academic_expertiseweb .work_tasksweb > div:nth-child(2)::after {
    content: "";
    bottom: 0;
    background: rgb(111,146,190);
    position: absolute;
    width: 60px;
    height: 2px;
    left: 0;
}.academic_expertiseweb .exp_achievementsweb {
    position: relative;
    font-style: italic;
    color: #000000;
    font-weight: 300;
    font-size: calc(15px * 1.1);
    line-height: 1.7;
    font-family: Arial, sans-serif;
}.academic_expertiseweb .exp_achievementsweb::before {
    position: absolute;
    left: -2rem;
    color: rgb(111,146,190,0.5);
    content: "";
    top: -2.5rem;
    font-size: 5rem;
    z-index: -1;
    font-family: serif;
}.academic_expertiseweb .review_voicesweb:hover .img_showcaseweb {
    transform: translateX(-20px) translateY(-40px);
}@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(161,177,196,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

.academic_expertiseweb .review_voicesweb:hover .name {
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(161,177,196), rgb(111,146,190));
    text-fill-color: transparent;
}

@media (max-width: 992px) {.academic_expertiseweb .review_voicesweb {
    grid-template-columns: 1fr;
    max-width: 90%;
}.academic_expertiseweb .img_showcaseweb {
    height: 400px;
    border-radius: 25px 25px 0 0;
    transform: translateY(-30px);
}.academic_expertiseweb .img_showcaseweb::before {
    top: 30px;
    width: 100%;
    left: 0;
}.academic_expertiseweb .work_tasksweb {
    padding: 1rem 2rem 3rem;
}.academic_expertiseweb .review_voicesweb:hover .img_showcaseweb {
    transform: translateY(-40px);
}
}

@media (max-width: 576px) {.academic_expertiseweb {
    padding: 4rem 1rem;
}.academic_expertiseweb .review_voicesweb {
    max-width: 100%;
}.academic_expertiseweb .img_showcaseweb {
    height: 320px;
    transform: translateY(-20px);
}.academic_expertiseweb .img_showcaseweb::before {
    top: 20px;
}.academic_expertiseweb .work_tasksweb {
    padding: 0.5rem 1.5rem 2.5rem;
}.academic_expertiseweb .name {
    font-size: calc(30px);
}.academic_expertiseweb .work_tasksweb > div:nth-child(2) {
    letter-spacing: 1px;
    font-size: 15px;
}.academic_expertiseweb .exp_achievementsweb {
    font-size: 15px;
}.academic_expertiseweb .review_voicesweb:hover .img_showcaseweb {
    transform: translateY(-25px);
}}.course_program_infoweb {
    background: linear-gradient(135deg, rgb(206,209,218) 0%, rgba(240, 240, 245, 0.9) 100%);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}.course_program_infoweb::before {
    background: linear-gradient(225deg, rgb(161,177,196,0.5) 0%, transparent 80%);
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    height: 100%;
    width: 45%;
    content: "";
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
}.course_program_infoweb::after {
    width: 100%;
    bottom: 0;
    left: 0;
    height: 8px;
    background: linear-gradient(90deg, rgb(161,177,196) 0%, rgb(111,146,190) 50%, rgb(161,177,196) 100%);
    content: "";
    z-index: 2;
    position: absolute;
}.course_program_infoweb .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
}.course_program_infoweb .lesson_pathweb {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    position: relative;
}.course_program_infoweb .img_showcaseweb {
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    height: 380px;
}.course_program_infoweb .img_showcaseweb::before {
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.4));
    width: 100%;
    left: 0;
    z-index: 1;
}.course_program_infoweb .img_showcaseweb::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: -10px;
    border-right: 4px solid rgb(111,146,190);
    width: 80px;
    top: -10px;
    border-top: 4px solid rgb(111,146,190);
    height: 80px;
}.course_program_infoweb .img_showcaseweb:hover {
    transform: perspective(1000px) rotateY(0);
}.course_program_infoweb .description_wrapweb {
    transition: transform 0.5s ease;
    transform: translateY(0);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    position: relative;
}.course_program_infoweb .description_wrapweb:hover {
    transform: translateY(-5px);
}.course_program_infoweb .description_wrapweb::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(161,177,196), rgb(111,146,190));
    position: absolute;
    width: 4px;
    left: 0;
    content: "";
    height: 100%;
}.course_program_infoweb h3 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.4;
    font-size: calc(18px * 1.1);
    padding-bottom: 15px;
    position: relative;
}.course_program_infoweb h3::after {
    position: absolute;
    bottom: 0;
    content: "";
    background: rgb(161,177,196);
    height: 3px;
    left: 0;
    width: 80px;
}.course_program_infoweb .description {
    padding-right: 15px;
    font-size: 16px;
    line-height: 1.8;
    max-height: 250px;
    overflow-y: auto;
    margin-bottom: 20px;
    color: #000000;
}.course_program_infoweb .description::-webkit-scrollbar {
    width: 4px;
}.course_program_infoweb .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.course_program_infoweb .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(161,177,196,0.5);
}.course_program_infoweb span.description {
    display: none;
}

@media (min-width: 768px) {.course_program_infoweb {
    padding: 120px 0;
}.course_program_infoweb .lesson_pathweb {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course_program_infoweb .img_showcaseweb {
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 0 100%);
    height: 450px;
}.course_program_infoweb .description_wrapweb {
    z-index: 4;
    transform: translateX(-50px);
}.course_program_infoweb .description_wrapweb:hover {
    transform: translateX(-60px) translateY(0);
}.course_program_infoweb h3 {
    font-size: 38px;
}.course_program_infoweb .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_program_infoweb .lesson_pathweb {
    gap: 60px;
}.course_program_infoweb .img_showcaseweb {
    height: 500px;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}.course_program_infoweb .description_wrapweb {
    transform: translateX(-80px);
    padding: 50px;
}.course_program_infoweb .description_wrapweb:hover {
    transform: translateX(-90px) translateY(0);
}.course_program_infoweb h3 {
    margin-bottom: 30px;
}.course_program_infoweb .description {
    max-height: 400px;
    line-height: 1.9;
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 767px) {.course_program_infoweb {
    padding: 60px 0;
}.course_program_infoweb::before {
    clip-path: polygon(100% 0, 100% 30%, 0 100%, 0 70%);
    opacity: 0.3;
    width: 100%;
}.course_program_infoweb .img_showcaseweb {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 280px;
}.course_program_infoweb .description_wrapweb {
    margin-top: -30px;
    padding: 25px 20px;
}.course_program_infoweb h3 {
    padding-bottom: 12px;
    font-size: calc(18px * 1.05);
    margin-bottom: 20px;
}.course_program_infoweb .description {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
    max-height: 200px;
}}.newsletter_signupweb {
    background: linear-gradient(135deg, rgb(206,209,218) 0%, rgb(161,177,196,0.5) 100%);
    position: relative;
    margin: 3rem 0;
    padding: 4rem 2rem;
    transform: skewY(-2deg);
    overflow: hidden;
}.newsletter_signupweb .skill_trackweb {
    transform: skewY(2deg);
    position: relative;
    z-index: 2;
}.newsletter_signupweb::before {
    left: -5%;
    width: 60%;
    opacity: 0.7;
    position: absolute;
    top: -10%;
    background: linear-gradient(135deg, rgb(111,146,190) 0%, rgb(111,146,190,0.5) 100%);
    border-radius: 16px;
    animation: pulse 8s infinite alternate;
    height: 200%;
    content: "";
    z-index: 1;
    transform: rotate(-15deg);
}.newsletter_signupweb::after {
    filter: blur(5px);
    position: absolute;
    animation: float 10s infinite alternate;
    background: linear-gradient(45deg, rgb(161,177,196,0.5) 0%, rgb(161,177,196) 100%);
    z-index: 0;
    opacity: 0.6;
    transform: rotate(25deg);
    border-radius: 10px;
    width: 70%;
    bottom: -50%;
    right: -10%;
    height: 180%;
    content: "";
}.newsletter_signupweb p {
    color: #ffffff;
    margin-bottom: 2rem;
    transform: translateX(-5%);
    max-width: 80%;
    font-family: Arial, sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 36px;
}.newsletter_signupweb .input_holder {
    align-items: center;
    transform: translateX(5%);
    gap: 1rem;
    flex-direction: row;
    z-index: 3;
    display: flex;
    justify-content: flex-start;
    position: relative;
}.newsletter_signupweb .sub_colweb {
    padding: 1rem 1.5rem;
    font-size: 18px;
    flex: 1;
    background: #ffffff;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    color: #000000;
    transform: perspective(800px) rotateX(2deg);
    transition: all 0.3s ease;
}.newsletter_signupweb .sub_colweb:focus {
    outline: none;
    transform: perspective(800px) rotateX(0);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.newsletter_signupweb .sub_colweb::placeholder {
    opacity: 0.7;
    color: #000000;
}.newsletter_signupweb .newsletter_boxweb {
    transform: perspective(800px) rotateX(2deg) translateZ(0);
    transition: all 0.3s ease;
    padding: 1rem 2rem;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(111,146,190) 0%, rgb(161,177,196) 100%);
    font-size: 19px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 600;
}.newsletter_signupweb .newsletter_boxweb:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, rgb(161,177,196) 0%, rgb(111,146,190) 100%);
    transform: perspective(800px) rotateX(0) translateY(-5px) translateZ(0);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) scale(1);
    }
    100% {
        opacity: 0.7;
        transform: rotate(-15deg) scale(1.05);
    }
}

@keyframes float {
    0% {
        transform: rotate(25deg) translateY(0);
    }
    100% {
        transform: rotate(25deg) translateY(-20px);
    }
}

@media (max-width: 768px) {.newsletter_signupweb {
    padding: 3rem 1.5rem;
    transform: skewY(-1deg);
}.newsletter_signupweb .skill_trackweb {
    transform: skewY(1deg);
}.newsletter_signupweb p {
    text-align: left;
    transform: translateX(0);
    max-width: 100%;
    margin-bottom: 1.5rem;
    font-size: 24px;
}.newsletter_signupweb .input_holder {
    align-items: stretch;
    flex-direction: column;
    transform: translateX(0);
}.newsletter_signupweb .sub_colweb {
    margin-bottom: 1rem;
    width: 100%;
}.newsletter_signupweb .newsletter_boxweb {
    width: 100%;
}}.landing_pageweb {
    background: linear-gradient(135deg, rgb(206,209,218), rgb(111,146,190,0.5), rgba(0, 0, 0, 0.5) 90%);
    position: relative;
    min-height: 100vh;
    padding: 4rem 2rem;
    align-items: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
}.landing_pageweb::before {
    position: absolute;
    z-index: 1;
    left: 0;
    background: radial-gradient(circle at 30% 30%, rgb(111,146,190,0.5) 0%, transparent 60%);
    content: "";
    width: 100%;
    animation: pulse 15s ease-in-out infinite alternate;
    top: 0;
    height: 100%;
}.landing_pageweb::after {
    animation: float 20s ease-in-out infinite;
    background: radial-gradient(ellipse, rgb(161,177,196,0.5) 0%, transparent 70%);
    top: -20%;
    height: 60%;
    z-index: 1;
    content: "";
    position: absolute;
    width: 60%;
    right: -10%;
}.landing_pageweb .intro_headweb {
    animation: fadeUp 1.2s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(2rem);
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    max-width: 1200px;
    width: 100%;
}.landing_pageweb .intro_headweb > div:first-child {
    position: relative;
    order: 2;
}.landing_pageweb .intro_headweb > div:first-child::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(161,177,196), transparent);
    content: "";
    height: 3px;
    width: 120px;
    transform: scaleX(0);
    transform-origin: left;
    top: -30px;
    animation: scaleInX 1.5s 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    left: 0;
}.landing_pageweb .intro_headweb > div:first-child p {
    transform: translateX(-10px);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: calc(18px * 1.2);
    letter-spacing: 0.5px;
    color: #ffffff;
    animation: fadeSlideRight 1s 1s ease-out forwards;
    opacity: 0;
    max-width: 90%;
    line-height: 1.6;
}.landing_pageweb .learn_spaceweb {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    order: 1;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.landing_pageweb .learn_spaceweb:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.landing_pageweb .learn_spaceweb > div {
    display: flex;
    justify-content: space-between;
    padding: 3rem 2.5rem;
    flex-direction: column;
    position: relative;
    min-height: 460px;
}.landing_pageweb .learn_spaceweb > div::before {
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 10%, transparent 50%, #000000 110%);
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
}.landing_pageweb .learn_spaceweb > div::after {
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, #000000 10%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    height: 60%;
    z-index: 2;
    bottom: 0;
    content: "";
}.landing_pageweb .learn_spaceweb h3 {
    z-index: 3;
    font-size: calc(23px * 1.1);
    line-height: 1.4;
    transform: translateY(-10px);
    animation: fadeUp 1s 0.6s ease-out forwards;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    color: #ffffff;
    max-width: 90%;
    opacity: 0;
    margin-bottom: 1.5rem;
    font-weight: 400;
}.landing_pageweb .learn_spaceweb > div > div {
    position: relative;
    z-index: 3;
}.landing_pageweb .learn_spaceweb > div > div > div {
    padding-left: 1.5rem;
    position: relative;
}.landing_pageweb .learn_spaceweb > div > div > div::before {
    height: 100%;
    transform-origin: top;
    animation: scaleInY 1.2s 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: scaleY(0);
    width: 4px;
    top: 0;
    position: absolute;
    content: "";
    background: rgb(161,177,196);
    left: 0;
}.landing_pageweb .learn_spaceweb .title_style_header {
    color: #ffffff;
    animation: fadeUp 1.2s 1.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
    margin: 0;
    transform: translateY(10px);
    font-size: 39px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    font-weight: 700;
}

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

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

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

@keyframes scaleInY {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-15px) translateX(10px);
  }
  50% {
    transform: translateY(5px) translateX(-10px);
  }
  75% {
    transform: translateY(-5px) translateX(5px);
  }
}

@media (min-width: 768px) {.landing_pageweb {
    padding: 5rem 3rem;
}.landing_pageweb .intro_headweb {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.landing_pageweb .intro_headweb > div:first-child {
    align-items: center;
    display: flex;
    order: 1;
}.landing_pageweb .intro_headweb > div:first-child p {
    max-width: 80%;
    font-size: calc(18px * 1.4);
}.landing_pageweb .learn_spaceweb {
    transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
    order: 2;
}.landing_pageweb .learn_spaceweb > div {
    padding: 4rem 3rem;
    min-height: 520px;
}.landing_pageweb .learn_spaceweb h3 {
    max-width: 85%;
    font-size: calc(23px * 1.2);
}.landing_pageweb .learn_spaceweb .title_style_header {
    font-size: calc(39px * 1.2);
}
}

@media (min-width: 1024px) {.landing_pageweb {
    padding: 0;
}.landing_pageweb .intro_headweb {
    gap: 5%;
    grid-template-columns: 45% 50%;
}.landing_pageweb .intro_headweb > div:first-child p {
    font-size: calc(18px * 1.6);
    max-width: 95%;
}.landing_pageweb .learn_spaceweb > div {
    min-height: 580px;
}.landing_pageweb .learn_spaceweb h3 {
    max-width: 80%;
    font-size: calc(23px * 1.3);
}.landing_pageweb .learn_spaceweb .title_style_header {
    font-size: calc(39px * 1.4);
}
}

@media (min-width: 1440px) {.landing_pageweb .intro_headweb {
    gap: 5%;
    grid-template-columns: 40% 55%;
}.landing_pageweb .intro_headweb > div:first-child p {
    font-size: calc(18px * 1.8);
}.landing_pageweb .learn_spaceweb > div {
    padding: 5rem 4rem;
    min-height: 640px;
}.landing_pageweb .learn_spaceweb h3 {
    font-size: calc(23px * 1.4);
}.landing_pageweb .learn_spaceweb .title_style_header {
    font-size: calc(39px * 1.6);
}
}

@media (max-width: 480px) {.landing_pageweb {
    padding: 3rem 1.5rem;
}.landing_pageweb .intro_headweb > div:first-child p {
    font-size: 18px;
    max-width: 100%;
}.landing_pageweb .learn_spaceweb > div {
    padding: 2rem 1.5rem;
    min-height: 400px;
}.landing_pageweb .learn_spaceweb h3 {
    font-size: 23px;
}.landing_pageweb .learn_spaceweb .title_style_header {
    font-size: calc(39px * 0.85);
}}header {
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(161,177,196,0.5) 100%);
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    background: #000000;
    position: fixed;
}header::before {
    position: absolute;
    z-index: 1;
    opacity: 0.03;
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(111,146,190,0.5) 10px,
            rgb(111,146,190,0.5) 11px
        );
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
}header::after {
    animation: gradient-shift 8s linear infinite;
    width: 100%;
    content: "";
    position: absolute;
    height: 5px;
    left: 0;
    background-size: 200% 100%;
    z-index: 5;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(161,177,196),
        rgb(111,146,190),
        rgb(161,177,196));
}header .container {
    padding: 0;
    flex-direction: column;
    display: flex;
    position: relative;
    align-items: center;
}header .header_learnweb {
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding-top: 1.5rem;
    z-index: 2;
    display: flex;
}header .head_barweb {
    margin-bottom: 2rem;
    z-index: 3;
    text-decoration: none;
    justify-content: center;
    position: relative;
    padding: 0.5rem 2rem;
    display: flex;
}header .head_barweb::before {
    width: 160%;
    position: absolute;
    left: -30%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(111,146,190,0.5) 20%,
        rgb(111,146,190) 50%,
        rgb(111,146,190,0.5) 80%,
        transparent 100%);
    content: "";
    bottom: -10px;
}header .head_barweb::after {
    height: 40px;
    z-index: -1;
    opacity: 0.5;
    content: "";
    position: absolute;
    background: rgb(161,177,196,0.5);
    width: 40px;
    border-radius: 50%;
    filter: blur(20px);
    animation: orb-float 5s ease-in-out infinite alternate;
}header .head_barweb svg {
    position: relative;
    filter: drop-shadow(0 0 8px rgb(161,177,196,0.5));
    z-index: 2;
    width: auto;
    height: 48px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .head_barweb:hover svg {
    filter: drop-shadow(0 0 12px rgb(161,177,196));
    transform: scale(1.08);
}header .head_sitebarweb {
    position: relative;
    gap: 1rem;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    display: flex;
    width: 100vw;
    justify-content: center;
    padding: 1rem 0;
    scrollbar-width: none;
    overflow-x: auto;
}header .head_sitebarweb::-webkit-scrollbar {
    display: none;
}header .head_sitebarweb::before {
    left: 0;
    width: 100%;
    content: "";
    height: 1px;
    top: 0;
    position: absolute;
    background: rgb(161,177,196,0.5);
}header .main_masterweb {
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    border: 1px solid rgb(161,177,196,0.5);
    font-weight: 400;
    padding: 0.6rem 1.8rem;
    white-space: nowrap;
    border-radius: 15px;
    overflow: hidden;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 15px;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
}header .main_masterweb::before {
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg,
        transparent,
        rgb(111,146,190,0.5),
        transparent);
    left: -100%;
    opacity: 0.5;
    transition: left 0.5s ease;
    position: absolute;
}header .main_masterweb::after {
    width: 8px;
    content: "";
    border-radius: 50%;
    position: absolute;
    right: 12px;
    background: rgb(111,146,190);
    transition: transform 0.3s ease;
    height: 8px;
    top: 50%;
    box-shadow: 0 0 10px rgb(111,146,190);
    transform: translateY(-50%) scale(0);
}header .main_masterweb:hover {
    transform: translateY(-2px);
    border-color: rgb(111,146,190);
    color: rgb(111,146,190);
    box-shadow: 0 0 15px rgb(161,177,196,0.5),
                inset 0 0 10px rgb(161,177,196,0.5);
}header .main_masterweb:hover::before {
    left: 100%;
}header .main_masterweb:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .head_barweb {
    margin-bottom: 1.5rem;
}header .head_barweb svg {
    height: 42px;
}header .main_masterweb {
    padding: 0.5rem 1.5rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header .header_learnweb {
    padding-top: 1rem;
}header .head_barweb {
    margin-bottom: 1rem;
}header .head_barweb svg {
    height: 36px;
}header .head_sitebarweb {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .main_masterweb {
    padding: 0.4rem 1.2rem;
    margin: 0 0.2rem;
    font-size: calc(15px - 2px);
}header .main_masterweb:first-child {
    margin-left: 1rem;
}header .main_masterweb:last-child {
    margin-right: 1rem;
}header .main_masterweb::after {
    right: 8px;
    width: 6px;
    height: 6px;
}}.contact_boxweb {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
}.contact_boxweb::before {
    content: '';
    background-color: rgb(161,177,196);
    position: absolute;
    opacity: 0.95;
    inset: 0;
    z-index: -1;
}.contact_boxweb .container {
    max-width: 1280px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.contact_boxweb .help_formweb {
    flex-direction: column;
    position: relative;
    display: flex;
}.contact_boxweb .connect_panelweb {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    padding: 0;
}.contact_boxweb .connect_panelweb h3 {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}.contact_boxweb .connect_panelweb h3::after {
    bottom: -10px;
    position: absolute;
    height: 2px;
    content: '';
    width: 100%;
    background: rgb(111,146,190);
    left: 0;
}.contact_boxweb .connect_panelweb div {
    margin: 15px 10px;
    padding: 12px 20px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
}.contact_boxweb .connect_panelweb div:hover {
    background-color: rgb(111,146,190);
    transform: translateY(-5px);
}.contact_boxweb .connect_panelweb div svg {
    margin-right: 10px;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    display: inline-block;
}.contact_boxweb .connect_panelweb div svg path {
    fill: #ffffff;
}.contact_boxweb .connect_panelweb div span {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    vertical-align: middle;
}.contact_boxweb .connect_panelweb div span a {
    text-decoration: none;
    color: #ffffff;
}.contact_boxweb .contact_feedbackweb {
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    gap: 20px;
    display: grid;
    border-radius: 14px;
    background-color: #ffffff;
}.contact_boxweb .contact_feedbackweb h3 {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    grid-column: span 3;
    text-align: center;
}.contact_boxweb .contact_feedbackweb form {
    display: grid;
    grid-column: span 3;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}.contact_boxweb .contact_feedbackweb input#name {
    grid-column: span 1;
}.contact_boxweb .contact_feedbackweb input#phone {
    grid-column: span 1;
}.contact_boxweb .contact_feedbackweb input#email {
    grid-column: span 1;
}.contact_boxweb .contact_feedbackweb input[type="text"],
.contact_boxweb .contact_feedbackweb input[type="email"] {
    font-size: 14px;
    color: #000000;
    width: 100%;
    height: 55px;
    background-color: rgb(206,209,218);
    border: none;
    transition: box-shadow 0.3s ease;
    padding: 0 20px;
    border-radius: 10px;
}.contact_boxweb .contact_feedbackweb input[type="text"]:focus,
.contact_boxweb .contact_feedbackweb input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(111,146,190);
    outline: none;
}.contact_boxweb .contact_feedbackweb input::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_boxweb .contact_feedbackweb .support_gridweb {
    grid-column: span 2;
    align-items: center;
    display: flex;
}.contact_boxweb .contact_feedbackweb .support_gridweb input[type="checkbox"] {
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    position: relative;
    border: 2px solid rgb(206,209,218);
    margin-right: 10px;
    height: 20px;
}.contact_boxweb .contact_feedbackweb .support_gridweb input[type="checkbox"]:checked {
    border-color: rgb(111,146,190);
    background-color: rgb(111,146,190);
}.contact_boxweb .contact_feedbackweb .support_gridweb input[type="checkbox"]:checked::before {
    position: absolute;
    left: 50%;
    font-size: 12px;
    transform: translate(-50%, -50%);
    top: 50%;
    color: #ffffff;
    content: '✓';
}.contact_boxweb .contact_feedbackweb .support_gridweb label {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}.contact_boxweb .contact_feedbackweb .support_gridweb label a {
    transition: color 0.3s ease;
    color: rgb(111,146,190);
    text-decoration: none;
}.contact_boxweb .contact_feedbackweb .support_gridweb label a:hover {
    color: rgb(161,177,196);
}.contact_boxweb .contact_feedbackweb .query_infoweb {
    grid-column: span 1;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    height: 55px;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-weight: 600;
    background-color: rgb(111,146,190);
}.contact_boxweb .contact_feedbackweb .query_infoweb:hover {
    background-color: rgb(161,177,196);
    transform: translateY(-3px);
}

@media screen and (min-width: 992px) {.contact_boxweb .help_formweb {
    gap: 50px;
    flex-direction: row;
    align-items: center;
}.contact_boxweb .connect_panelweb {
    text-align: left;
    margin-bottom: 0;
    width: 30%;
}.contact_boxweb .connect_panelweb h3 {
    margin-bottom: 30px;
}.contact_boxweb .connect_panelweb h3::after {
    width: 50%;
}.contact_boxweb .connect_panelweb div {
    display: block;
    text-align: left;
    margin: 15px 0;
}.contact_boxweb .contact_feedbackweb {
    width: 70%;
}
}

@media screen and (max-width: 991px) {.contact_boxweb .contact_feedbackweb input#name,
    .contact_boxweb .contact_feedbackweb input#phone,
    .contact_boxweb .contact_feedbackweb input#email {
    grid-column: span 3;
}.contact_boxweb .contact_feedbackweb .support_gridweb {
    grid-column: span 3;
}.contact_boxweb .contact_feedbackweb .query_infoweb {
    grid-column: span 3;
}
}

@media screen and (max-width: 767px) {.contact_boxweb {
    padding: 60px 0;
}.contact_boxweb .connect_panelweb {
    margin-bottom: 30px;
}.contact_boxweb .connect_panelweb h3 {
    font-size: calc(22px + 2px);
}.contact_boxweb .contact_feedbackweb {
    padding: 30px 20px;
}.contact_boxweb .contact_feedbackweb form {
    gap: 15px;
}
}

@media screen and (max-width: 480px) {.contact_boxweb {
    padding: 40px 0;
}.contact_boxweb .connect_panelweb div {
    width: 100%;
    margin: 10px 0;
    display: block;
    text-align: left;
}
}