.nav_teach {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(to bottom, rgb(202,216,236), rgba(0, 0, 0, 0.5));
    position: relative;
    z-index: 99;
    width: 100%;
    overflow: visible;
}

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

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

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

.education_experience::before {
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(120deg, rgb(165,179,200,0.5) 0%, transparent 70%);
    left: 0;
    width: 100%;
    z-index: 0;
}

.education_experience .user_quotes {
    max-width: 600px;
    margin: 0 auto;
    flex-direction: column;
    z-index: 1;
    display: flex;
    position: relative;
}

.education_experience .img_container::before {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.education_experience .exp_content {
    transform: translateY(0);
    background: #ffffff;
    z-index: 3;
    width: 90%;
    margin: -80px auto 0;
    position: relative;
    border-radius: 27px;
    padding: 2.5rem 2rem 2rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

.education_experience .exp_content::before {
    z-index: 4;
    width: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
    border-radius: 50%;
    position: absolute;
    background: #ffffff;
    border: 5px solid rgb(202,216,236);
    content: "";
    height: 70px;
}

.education_experience .exp_content div:nth-child(2)::after {
    background: rgb(165,179,200,0.5);
    content: "";
    width: 40px;
    display: block;
    height: 3px;
    margin: 1rem auto 0;
}

.education_experience .past_jobs::before,
.education_experience .past_jobs::after {
    font-size: 3rem;
    position: absolute;
    color: rgb(165,179,200,0.5);
    font-family: serif;
    content: "";
    line-height: 0;
}

.education_experience .past_jobs::before {
    top: 0.5rem;
    transform: rotate(180deg);
    left: 0;
}

footer {
    width: 100%;
    position: relative;
}

footer .contact_question {
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    gap: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    position: relative;
    flex-wrap: wrap;
    padding: 40px 20px;
    background-color: rgb(128,139,155);
}

footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}

footer .info_item svg {
    margin-right: 15px;
    width: 22px;
    flex-shrink: 0;
    fill: #ffffff;
    height: 22px;
}

footer .info_item a:hover {
    text-decoration: underline;
}

footer .text_main_holder {
    gap: 40px;
    display: grid;
    position: relative;
    margin-top: -30px;
    grid-template-columns: 1fr;
}

footer .top_edu {
    padding-top: 60px;
    text-align: center;
}

footer .top_edu svg {
    height: 45px;
    width: auto;
    margin-bottom: 15px;
}

footer .head_sitebar {
    margin: 0 20px;
    position: relative;
    padding: 30px;
    background-color: rgb(202,216,236);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

footer .head_sitebar h5::after {
    content: "";
    background: linear-gradient(90deg, rgb(165,179,200), transparent);
    left: 0;
    position: absolute;
    height: 2px;
    bottom: -8px;
    width: 100%;
}

footer .header_train a {
    flex: 1 0 calc(50% - 30px);
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    position: relative;
    padding: 8px 0;
}

footer .header_train a:hover {
    padding-left: 5px;
    color: rgb(165,179,200);
}

footer .subscribe_holder {
    padding: 30px;
    margin: 0 20px;
    position: relative;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    background-color: rgb(165,179,200);
    color: #ffffff;
}

footer .subscribe_holder h5 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

footer .input_holder {
    flex-direction: column;
    gap: 15px;
    position: relative;
    display: flex;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

footer .email_wrap:hover {
    background-color: rgb(128,139,155);
}

footer .fellow_prog {
    margin-top: 60px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}

footer .converter {
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.price_plan::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}

.price_plan h2 {
    animation: fadeInUp 0.8s forwards 0.3s;
    opacity: 0;
    font-weight: 700;
    font-size: calc(37px * 1.2);
    transform: translateY(10px);
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
}

.price_plan .study_rates {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
    list-style: none;
    margin: 0;
    display: grid;
}

.price_plan .study_rates li:nth-child(1) {
    --i: 1;
}

.price_plan .study_rates li:nth-child(3) {
    --i: 3;
}

.price_plan .fee_pricing {
    text-decoration: none;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    color: inherit;
}

.price_plan .fee_pricing:hover .cost_fee {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
}

.price_plan .cost_fee::before {
    left: 0;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(to right, 
        rgb(165,179,200), 
        rgb(128,139,155));
    top: 0;
    transform-origin: left;
    height: 5px;
    transform: scaleX(0);
}

.price_plan .plan_table h4::after {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 40px;
    height: 3px;
    background: rgb(165,179,200);
    content: "";
    transition: width 0.4s ease;
}

.price_plan .plan_table p {
    flex-grow: 1;
    font-size: 13px;
    word-break: break-word;
    margin: 0 0 25px;
    overflow-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
}

.price_plan .fee_pricing:hover .rate_panel {
    color: rgb(165,179,200);
}

.our_background {
    background: rgb(202,216,236);
    overflow: hidden;
    isolation: isolate;
    padding: 120px 0 100px;
    position: relative;
}



.our_background::after {
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.15;
    position: absolute;
    z-index: -1;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(165,179,200,0.5) 0%, transparent 20%, transparent 80%, rgb(128,139,155,0.5) 100%);
}

.our_background .container {
    position: relative;
    z-index: 1;
}

.our_background h3 {
    letter-spacing: 1px;
    font-weight: 700;
    padding-left: 25px;
    font-size: 28px;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    color: #000000;
}



.our_background h3::after {
    content: "";
    width: 100%;
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, rgb(165,179,200) 0%, rgb(165,179,200,0.5) 50%, transparent 100%);
    height: 1px;
    position: absolute;
}

.our_background .knowledge_classes::before {
    width: 200%;
    height: 200%;
    left: -50%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.03) 10px,
        rgba(0, 0, 0, 0.03) 20px
    );
    z-index: -1;
    transform-origin: center;
    content: "";
    opacity: 0.1;
    animation: patternRotate 60s linear infinite;
    position: absolute;
    top: -50%;
}

.our_background .knowledge_classes:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.08);
}

.our_background .knowledge_classes span {
    padding-left: 40px;
    color: rgb(165,179,200);
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.our_background .knowledge_classes span::after {
    height: 8px;
    transform: translateY(-50%) scale(0.8);
    border-radius: 50%;
    width: 8px;
    box-shadow: 0 0 0 2px rgb(165,179,200,0.5);
    content: "";
    left: 0;
    position: absolute;
    background: rgb(165,179,200);
    top: 50%;
    animation: pulseCircle 2.5s infinite;
}

.our_background .knowledge_classes .img_container::before {
    content: "";
    background: linear-gradient(
        135deg, 
        transparent 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
    width: 100%;
    opacity: 0.4;
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    transition: opacity 0.4s ease;
}

.our_background .knowledge_classes .img_container::after {
    z-index: 1;
    background: linear-gradient(
        to top, 
        #000000 0%, 
        transparent 100%
    );
    left: 0;
    height: 30%;
    position: absolute;
    bottom: 0;
    width: 100%;
    content: "";
    opacity: 0.5;
}

.our_background .quick_training::before {
    width: 200%;
    content: "";
    transform-origin: center;
    left: -50%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.03) 10px,
        rgba(0, 0, 0, 0.03) 20px
    );
    animation: patternRotate 60s linear infinite reverse;
    height: 200%;
    top: -50%;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
}

.our_background .quick_training::after {
    z-index: -1;
    position: absolute;
    left: 0;
    opacity: 0.15;
    top: 0;
    content: "";
    background: radial-gradient(circle at bottom left, rgb(128,139,155,0.5) 0%, transparent 70%);
    height: 100%;
    width: 100%;
}

.our_background .quick_training p {
    padding: 20px;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-left: 2px solid rgb(128,139,155);
    line-height: 1.8;
    color: #000000;
}

.our_background .quick_training .learn_corner::before {
    content: "";
    opacity: 0.4;
    z-index: 1;
    top: 0;
    position: absolute;
    background: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    transition: opacity 0.4s ease;
    left: 0;
    height: 100%;
    width: 100%;
}



.our_background .quick_training .learn_corner:hover {
    transform: scale(1.03) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.our_background .quick_training .learn_corner:hover::before {
    opacity: 0.2;
}

.our_background .container::before,
.our_background .container::after,
.our_background .knowledge_learning::before,
.our_background .knowledge_learning::after {
    content: "";
    z-index: -1;
    border-radius: 50%;
    opacity: 0.1;
    filter: blur(30px);
    position: absolute;
}

.our_background .container::before {
    animation: floatBlob 15s ease-in-out infinite alternate;
    top: -50px;
    left: -50px;
    height: 150px;
    background: rgb(165,179,200);
    width: 150px;
}

.our_background .knowledge_learning::after {
    width: 120px;
    right: -60px;
    background: rgb(128,139,155);
    animation: floatBlob 14s ease-in-out 3s infinite alternate-reverse;
    bottom: 20%;
    height: 120px;
}

.cookie_ack {
    flex-direction: column;
    align-items: center;
    display: flex;
    padding: 20px;
}

.online_cookies {
    margin-bottom: 20px;
}

.cookie_overlay_dialog h5 {
    margin-bottom: 10px;
    color: rgb(165,179,200);
    font-weight: 700;
    text-align: center;
    font-size: 19px;
}

.cookies_overview {
    text-align: center;
    background: rgb(165,179,200);
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
    color: #ffffff;
    display: inline-block;
    margin: 5px;
    text-decoration: none;
    font-size: 18px;
    width: calc(50% - 10px);
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.cookie_overlay_dialog p a:hover {
    color: rgb(128,139,155);
}

#userConsentBanner:checked ~ .cookie_overlay_dialog {
    opacity: 0;
    visibility: hidden;
}

.course_overview::before {
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(165,179,200,0.5), 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(128,139,155,0.5), 0.06) 0%, transparent 40%);
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    z-index: 0;
}

.course_overview .img_container {
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    height: 350px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.25);
}

.course_overview .label_container::before {
    transform: scaleY(0.95);
    content: '';
    width: 5px;
    background: linear-gradient(to bottom, rgb(165,179,200), rgb(128,139,155));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 0.5s ease;
}

.course_overview h3::after {
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    background: rgb(165,179,200);
    bottom: 0;
    position: absolute;
    height: 3px;
    content: '';
    width: 60px;
}

.course_overview p.description {
    display: block;
}

.course_overview span.description {
    display: none;
}

.course_overview .label_container:hover {
    transform: perspective(1000px) rotateY(0) translateZ(10px);
    box-shadow: 0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
}

.course_overview .img_container:hover {
    transform: perspective(1000px) rotateY(0) translateZ(10px);
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.3);
}

.learning_process::before {
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(128,139,155,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(165,179,200,0.5) 0%, transparent 40%);
    top: 0;
    opacity: 0.15;
    position: absolute;
    left: 0;
    content: "";
    z-index: 0;
    height: 100%;
}

.learning_process:hover::after {
    opacity: 0.15;
    transform: rotate(-12deg) scale(2.05);
}

.learning_process h2 {
    position: relative;
    transform: translateZ(20px);
    font-size: 35px;
    padding-bottom: 20px;
    font-weight: 700;
    text-align: left;
    transition: transform 0.5s ease-out;
    color: #000000;
    margin-bottom: 40px;
}

.learning_process:hover h2::after {
    width: 120px;
}

.learning_process .label_container {
    position: relative;
    border-left: 4px solid rgb(165,179,200);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.03),
        0 1px 4px rgba(0,0,0,0.02),
        0 20px 25px -5px rgba(0,0,0,0.05);
    padding: 40px;
    backdrop-filter: blur(5px);
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.85));
    transform: translateZ(10px) translateX(0);
}

.learning_process p {
    font-size: 15px;
    color: #000000;
    position: relative;
    z-index: 2;
    margin: 0;
    line-height: 1.7;
}

.learning_process p::first-letter {
    font-size: 1.3em;
    font-weight: 600;
    color: rgb(165,179,200);
}

header .header_lead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px 30px;
}

header .header_lead::before {
    width: 80%;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(165,179,200), transparent);
    content: "";
    bottom: 0;
    left: 10%;
    height: 1px;
}

header .header_lead .top_edu .main_pagebar::before {
    border-radius: 10px;
    right: -5px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    bottom: -5px;
    left: -5px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(0.9);
    position: absolute;
    content: "";
    opacity: 0;
    top: -5px;
}

header .header_lead .head_sitebar .top_bar {
    transform-style: preserve-3d;
    margin: 0;
    position: relative;
}

header .header_lead .head_sitebar .top_bar a::before,
header .header_lead .head_sitebar .top_bar a::after {
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    pointer-events: none;
}

header .header_lead .head_sitebar .top_bar a::before {
    opacity: 0;
    transform: translateZ(-1px) rotateX(10deg);
    background: linear-gradient(to bottom, rgb(165,179,200,0.5), transparent);
    transform-origin: top center;
}

header .header_lead .head_sitebar .top_bar:hover a {
    color: rgb(165,179,200);
    transform: translateZ(10px);
}

header .header_lead .head_sitebar .top_bar:hover a::before,
header .header_lead .head_sitebar .top_bar:hover a::after {
    opacity: 0.1;
}

header .header_lead .head_sitebar .top_bar:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}

.get_updates::before {
    z-index: 1;
    top: 0;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 40%);
    content: "";
    left: 0;
    width: 100%;
}

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

.get_updates .knowledge_learning:hover {
    transform: translateY(-5px);
}

.get_updates h3 {
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.4s ease-out;
    line-height: 1.4;
    font-size: calc(23px * 1.15);
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin: 0;
    font-weight: 600;
    max-width: 800px;
}

.get_updates .input_holder:hover {
    border-left: 3px solid #ffffff;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.3),
        0 1px 2px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.12);
}

.get_updates .input_holder div {
    width: 100%;
}

.get_updates input[type="email"] {
    border: none;
    width: 100%;
    outline: none;
    height: 58px;
    padding: 0 20px;
    font-size: 17px;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    color: #000000;
}

.get_updates input[type="email"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}

.get_updates .email_wrap:hover {
    background: rgb(128,139,155);
    box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.get_updates .email_wrap:active {
    box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.3);
    transform: translateY(1px);
}

.get_updates .email_wrap::before {
    height: 100%;
    top: 0;
    width: 100%;
    transition: all 0.6s ease;
    position: absolute;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
}

.statistics_information::after {
    height: 100%;
    background-size: 20px 20px;
    left: 0;
    opacity: 0.3;
    top: 0;
    width: 100%;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(165,179,200,0.5) 95%, rgb(165,179,200,0.5) 100%, transparent 100%),
        linear-gradient(90deg, transparent 95%, rgb(165,179,200,0.5) 95%, rgb(165,179,200,0.5) 100%, transparent 100%);
    position: absolute;
    z-index: 1;
    content: "";
}

.statistics_information h2::before,
.statistics_information h2::after {
    content: "";
    width: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(165,179,200);
    height: 2px;
    position: absolute;
}

.statistics_information h2::before {
    right: calc(100% + 20px);
}

.statistics_information .smart_statistics {
    padding: 20px;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    justify-content: center;
    width: 150px;
    position: relative;
    border-radius: 50%;
    flex-direction: column;
    z-index: 3;
    display: flex;
    background: #ffffff;
    height: 150px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.statistics_information .smart_statistics:hover::before {
    opacity: 1;
}

.statistics_information .smart_statistics:nth-child(1) {
    --rotation: 0deg;
}

.statistics_information .smart_statistics:nth-child(3) {
    --rotation: 72deg;
}

.statistics_information .smart_statistics:nth-child(5) {
    --rotation: 144deg;
}

.statistics_information .smart_statistics:nth-child(7) {
    --rotation: 216deg;
}

.statistics_information .smart_statistics:nth-child(9) {
    --rotation: 288deg;
}

.statistics_information .smart_statistics p {
    line-height: 1;
    margin: 0 0 5px;
    font-weight: 700;
    color: rgb(165,179,200);
    font-size: calc(29px * 1.1);
    text-align: center;
}

.statistics_information .smart_statistics:hover {
    z-index: 10;
    transform: scale(1.1);
}

.statistics_information svg path {
    fill: rgb(128,139,155);
}

.statistics_information .smart_statistics:hover svg {
    transform: rotate(45deg);
}

.statistics_information ul.items-2,
.statistics_information ul.items-3,
.statistics_information ul.items-4 {
    margin: 0 auto;
    max-width: 800px;
}

.statistics_information ul.items-7,
.statistics_information ul.items-8,
.statistics_information ul.items-9,
.statistics_information ul.items-10 {
    margin: 0 auto;
    max-width: 1200px;
}

.title_section .skill_upfast {
    position: relative;
    height: 100%;
    width: 100%;
}

.title_section .online_skills {
    position: relative;
    height: 100%;
    width: 100%;
}

.title_section .edu_front {
    width: 100%;
    visibility: hidden;
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    position: absolute;
}

.title_section .learning_lead label {
    width: 12px;
    background: #ffffff;
    height: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    opacity: 0.5;
}

.title_section .label_container .container {
    margin: 0 auto;
    padding: 30px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 21px;
    border-left: 4px solid rgb(165,179,200);
    max-width: 800px;
    background: #000000;
}

.title_section .label_container h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 23px;
    color: rgb(165,179,200);
}

.title_section .skill_upfast input:nth-child(1):checked ~ .learning_lead label:nth-child(1),
.title_section .skill_upfast input:nth-child(2):checked ~ .learning_lead label:nth-child(2),
.title_section .skill_upfast input:nth-child(3):checked ~ .learning_lead label:nth-child(3),
.title_section .skill_upfast input:nth-child(4):checked ~ .learning_lead label:nth-child(4),
.title_section .skill_upfast input:nth-child(5):checked ~ .learning_lead label:nth-child(5),
.title_section .skill_upfast input:nth-child(6):checked ~ .learning_lead label:nth-child(6),
.title_section .skill_upfast input:nth-child(7):checked ~ .learning_lead label:nth-child(7),
.title_section .skill_upfast input:nth-child(8):checked ~ .learning_lead label:nth-child(8),
.title_section .skill_upfast input:nth-child(9):checked ~ .learning_lead label:nth-child(9),
.title_section .skill_upfast input:nth-child(10):checked ~ .learning_lead label:nth-child(10) {
    background: rgb(165,179,200);
    opacity: 1;
}

.title_section::before {
    width: 100%;
    top: 0;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%,
        #000000 100%
    );
    content: '';
    left: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
}

.user_feedback::after {
    z-index: 1;
    right: 0;
    position: absolute;
    background: rgb(128,139,155,0.5);
    top: 0;
    opacity: 0.6;
    height: 100%;
    transform: skewX(15deg) translateX(10%);
    width: 35%;
    content: "";
}

.user_feedback h2::after {
    left: 50%;
    bottom: -15px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transform: translateX(-50%);
    width: 60px;
    background: rgb(165,179,200);
    height: 5px;
    position: absolute;
    content: "";
}

.user_feedback .edu_voices::before {
    content: "";
    left: 50%;
    z-index: 1;
    height: 100%;
    top: 0;
    width: 4px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, rgb(165,179,200), rgb(128,139,155));
}

.user_feedback .user_quotes::before {
    border-radius: 50%;
    z-index: 3;
    position: absolute;
    background: rgb(165,179,200);
    width: 20px;
    top: 30px;
    content: "";
    height: 20px;
}

.user_feedback .user_quotes:nth-child(odd) {
    transform: translateX(-30px);
    align-self: flex-start;
}

.user_feedback .user_quotes:nth-child(odd)::after {
    right: -30px;
    width: 30px;
}

.user_feedback .user_quotes:nth-child(even)::before {
    left: -10px;
}

.user_feedback .user_quotes:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.user_feedback .user_quotes:nth-child(even):hover::after {
    left: -40px;
    width: 40px;
}

.user_feedback .user_quotes:nth-child(even) img {
    align-self: flex-end;
}

.user_feedback .user_quotes:hover img {
    transform: scale(1.1);
    border-color: rgb(165,179,200,0.5);
}

.user_feedback .user_quotes p {
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 1rem 0 0;
    font-size: calc(12px * 1.1);
}

.user_feedback .user_quotes .description::before {
    height: 2px;
    content: "";
    width: 40px;
    top: 0;
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(128,139,155,0.5);
}

.user_feedback .user_quotes:nth-child(even) .description::before {
    right: 0;
}

.secure_fortification {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 50px;
    overflow: hidden;
    height: auto;
    background-color: #ffffff;
}

.secure_fortification h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 35px;
    color: rgb(128,139,155);
    border-bottom: 2px solid rgb(128,139,155);
}

.secure_fortification ul, .secure_fortification ol {
    margin: 20px 0;
    list-style-type: none;
    padding-left: 0;
}

.secure_fortification ul li::before {
    color: rgb(128,139,155);
    margin-left: -1em;
    content: '•';
    display: inline-block;
    width: 1em;
}

.secure_fortification li {
    margin-bottom: 10px;
    padding-left: 5px;
}

.secure_fortification section {
    background: rgb(128,139,155,0.5);
    border-radius: 10px;
    padding: 30px;
    border: 1px solid rgb(165,179,200,0.5);
}



.secure_fortification a {
    border-bottom: 2px solid rgb(165,179,200,0.5);
    color: rgb(165,179,200);
    text-decoration: none;
}

.check_it_out_now::before {
    height: 200%;
    animation: float 15s ease-in-out infinite alternate;
    left: -10%;
    position: absolute;
    z-index: -1;
    transform: rotate(-15deg);
    width: 70%;
    content: "";
    top: -50%;
    opacity: 0.08;
    background: linear-gradient(140deg, rgb(165,179,200) 0%, transparent 80%);
}

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

.check_it_out_now h2 {
    color: #000000;
    font-size: 30px;
    margin-bottom: 2.5rem;
    text-align: center;
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    line-height: 1.4;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.check_it_out_now .knowledge_learning:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
              0 10px 20px rgba(0, 0, 0, 0.05),
              0 0 0 1px rgba(0, 0, 0, 0.02);
}

.check_it_out_now svg {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    width: 50px;
    height: 50px;
}

.check_it_out_now .knowledge_learning:hover svg {
    transform: translateY(-3px) scale(1.05);
}

.check_it_out_now .knowledge_learning:hover svg path {
    fill: rgb(128,139,155);
}

.check_it_out_now .inquiry_links::before {
    right: 0;
    top: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    content: "";
    background: linear-gradient(135deg, rgb(128,139,155) 0%, rgb(165,179,200) 100%);
    z-index: -1;
    opacity: 0;
    left: 0;
    bottom: 0;
}

.check_it_out_now .inquiry_links:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 16px rgba(rgb(165,179,200,0.5), 0.3);
}

.check_it_out_now .inquiry_links:hover::before {
    opacity: 1;
}

.contact_panel9WuTG {
    padding: 120px 0;
    position: relative;
}

.contact_panel9WuTG::before {
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(128,139,155,0.5), rgb(165,179,200,0.5));
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 1;
    content: "";
}

.contact_panel9WuTG .help_panel:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.contact_panel9WuTG .feedback_support {
    overflow: hidden;
    background-color: rgb(202,216,236);
    width: 40%;
    position: relative;
    padding: 60px 40px;
}

.contact_panel9WuTG .feedback_support h3 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 38px;
    color: #000000;
    position: relative;
}

.contact_panel9WuTG .feedback_support h3::after {
    width: 60px;
    bottom: -15px;
    content: '';
    height: 4px;
    background: rgb(128,139,155);
    position: absolute;
    left: 0;
}

.contact_panel9WuTG .feedback_support div:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}

.contact_panel9WuTG .feedback_support div svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}

.contact_panel9WuTG .feedback_support div span {
    font-weight: 400;
    color: #000000;
    font-size: 13px;
}

.contact_panel9WuTG .feedback_support div span a:hover {
    color: rgb(165,179,200);
}

.contact_panel9WuTG .support_grid {
    background: #ffffff;
    padding: 60px 40px;
    position: relative;
    width: 60%;
}

.contact_panel9WuTG .support_grid h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact_panel9WuTG form {
    flex-direction: column;
    gap: 20px;
    display: flex;
}

.contact_panel9WuTG form input[type="text"]:focus,
.contact_panel9WuTG form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(165,179,200);
    transform: translateY(-2px);
}

.contact_panel9WuTG .query_links {
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-top: 10px;
}

.contact_panel9WuTG .query_links label {
    padding-left: 35px;
    color: #000000;
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    cursor: pointer;
}

.contact_panel9WuTG .query_links input[type="checkbox"]:checked + label::before {
    background: rgb(165,179,200);
}

.contact_panel9WuTG .query_links input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    width: 6px;
    height: 12px;
    left: 7px;
    content: '';
    position: absolute;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 3px;
}

.contact_panel9WuTG form .inquiry_links::before {
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: transform 0.6s ease;
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
}

.contact_panel9WuTG form .inquiry_links:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(128,139,155);
    transform: translateY(-5px);
}

.contact_panel9WuTG .feedback_support div:nth-child(3) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.3s;
}

.contact_panel9WuTG .feedback_support div:nth-child(5) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.7s;
}

.gratHub::before {
    position: absolute;
    top: 0;
    background: linear-gradient(230deg, rgb(128,139,155,0.5) 10%, transparent 80%);
    width: 40%;
    content: "";
    right: 0;
    height: 100%;
    z-index: 1;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.gratHub .container {
    padding: 0 2rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.gratHub h2::after {
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(165,179,200) 0%, rgb(128,139,155) 100%);
    left: 0;
    transform-origin: left;
    position: absolute;
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform: scaleX(0);
    height: 0.3rem;
    width: 6rem;
}

.gratHub .knowledge_learning::before {
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(128,139,155,0.5) 150%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
}

.gratHub li::before {
    height: 0.6rem;
    position: absolute;
    left: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 0.6rem;
    background: rgb(165,179,200);
    transform: rotate(45deg) scale(0);
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    top: 0.5rem;
}



@media screen and (max-width: 767px) {.education_experience .img_container {
    width: 90%;
    height: 320px;
}.education_experience .exp_content {
    padding: 2rem 1.5rem 1.5rem;
    width: 95%;
    margin-top: -60px;
}.education_experience .exp_content::before {
    width: 60px;
    height: 60px;
}}



@media (max-width: 576px) {footer .contact_question {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .head_sitebar h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .header_train a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .email_wrap {
    padding: 12px;
}}



@media (max-width: 767px) {.price_plan {
    padding: 60px 0;
}.price_plan .study_rates {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.price_plan .plan_table h4 {
    font-size: 20px;
}.price_plan .rate_panel {
    font-size: 20px;
}
}



@media screen and (max-width: 1199px) {.our_background {
    padding: 100px 0 80px;
}.our_background .knowledge_learning {
    gap: 50px;
}.our_background h3 {
    margin-bottom: 40px;
    font-size: calc(28px - 0.2rem);
}.our_background .knowledge_classes,
    .our_background .quick_training {
    gap: 40px;
    padding: 30px;
}.our_background .knowledge_classes .img_container {
    min-height: 330px;
}.our_background .quick_training .learn_corner {
    height: 380px;
}.our_background .container::before,
    .our_background .container::after,
    .our_background .knowledge_learning::before,
    .our_background .knowledge_learning::after {
    filter: blur(25px);
}
}



@media screen and (max-width: 767px) {.our_background {
    padding: 60px 0 40px;
}.our_background::before {
    background-size: 15px 15px;
}.our_background .knowledge_learning {
    gap: 30px;
}.our_background h3 {
    margin-bottom: 25px;
    font-size: calc(28px - 0.6rem);
}.our_background .knowledge_classes {
    grid-template-columns: 1fr;
    gap: 25px;
}.our_background .knowledge_classes span {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.our_background .knowledge_classes p {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.our_background .knowledge_classes .img_container {
    grid-column: 1 / 2;
    min-height: 280px;
    grid-row: 3 / 4;
}.our_background .quick_training {
    gap: 25px;
}.our_background .quick_training .learn_corner {
    height: 320px;
    max-width: 100%;
}.our_background .knowledge_classes span {
    font-size: calc(18px - 0.2rem);
}.our_background .knowledge_classes p,
    .our_background .quick_training p {
    font-size: calc(16px - 0.1rem);
}.our_background .container::before,
    .our_background .container::after,
    .our_background .knowledge_learning::before,
    .our_background .knowledge_learning::after {
    filter: blur(20px);
}
}



@media (min-width: 768px) {.course_overview .study_map {
    align-items: center;
    grid-template-columns: 45% 55%;
}.course_overview .img_container {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    height: 500px;
}.course_overview .label_container {
    z-index: 2;
    padding: 50px 50px 50px 80px;
    margin-left: -80px;
}.course_overview h3 {
    font-size: 24px;
}
}



@media (min-width: 992px) {.course_overview {
    padding: 120px 0;
}.course_overview .study_map {
    gap: 60px;
}.course_overview .img_container {
    transform: perspective(1000px) rotateY(-3deg);
    height: 550px;
}.course_overview .label_container {
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    margin-left: -120px;
    padding: 60px 60px 60px 120px;
}.course_overview h3 {
    font-size: calc(24px * 1.2);
    margin-bottom: 30px;
}
}



@media (prefers-reduced-motion: reduce) {.course_overview .img_container,
  .course_overview .label_container,
  .course_overview h3::after,
  .course_overview .label_container::before {
    transform: none;
    transition: none;
}}



@media (max-width: 991px) {.learning_process {
    padding: 90px 0;
}.learning_process h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
}.learning_process .label_container {
    padding: 35px;
}
}



@media (max-width: 480px) {.learning_process {
    padding: 60px 0;
}.learning_process .knowledge_learning {
    padding: 0 15px;
}.learning_process h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 20px;
    padding-bottom: 12px;
}.learning_process .label_container {
    padding: 25px 20px;
    border-left: 3px solid rgb(165,179,200);
}.learning_process .label_container::before {
    height: 20px;
    top: -10px;
    width: 20px;
    left: 20px;
}.learning_process p {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 767px) {header .header_lead .head_sitebar .top_bar a {
    font-size: calc(13px - 2px);
    padding: 8px 12px;
}}



@media screen and (min-width: 768px) {.get_updates {
    padding: 8rem 0;
}.get_updates h3 {
    font-size: calc(23px * 1.3);
}.get_updates .input_holder {
    flex-direction: row;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
}.get_updates input[type="email"] {
    border-radius: 10px;
}.get_updates .email_wrap {
    width: auto;
    min-width: 180px;
    border-radius: 10px;
}.get_updates::before {
    background: 
            radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.07) 0%, transparent 45%),
            radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 35%);
}
}



@media screen and (max-width: 767px) {.get_updates {
    padding: 4rem 0;
}.get_updates h3 {
    line-height: 1.5;
    font-size: 23px;
}.get_updates .email_wrap {
    margin-top: 0.5rem;
}.get_updates .input_holder {
    padding: 0.5rem;
}.get_updates::after {
    top: -10%;
    right: -10%;
    width: 50%;
    height: 50%;
}}



@media (max-width: 768px) {.statistics_information {
    padding: 80px 0;
}.statistics_information h2 {
    margin-bottom: 50px;
}.statistics_information h2::before,
    .statistics_information h2::after {
    display: none;
}.statistics_information .smart_statistics {
    border-radius: 24px;
}.statistics_information .smart_statistics::before {
    border-radius: 24px;
}
}



@media (max-width: 375px) {.statistics_information .smart_statistics {
    width: 100%;
    max-width: 150px;
}}



@media (max-width: 991px) {.title_section .label_container {
    bottom: 60px;
}.title_section .label_container .container {
    padding: 25px;
    margin: 0 20px;
    max-width: 700px;
}.title_section .learning_lead {
    bottom: 30px;
}
}



@media (max-width: 767px) {.title_section .knowledge_learning {
    min-height: 100vh;
    height: auto;
}.title_section .skill_upfast {
    height: 60vh;
}.title_section .label_container {
    bottom: auto;
    padding: 30px 0;
    position: relative;
}.title_section .label_container .container {
    max-width: none;
    margin: 0 15px;
}.title_section .label_container h1 {
    font-size: calc(43px * 0.85);
    margin-bottom: 12px;
}.title_section .label_container h3 {
    margin-bottom: 15px;
    font-size: calc(23px * 0.85);
}.title_section .label_container p {
    font-size: calc(14px * 0.9);
}
}



@media (max-width: 991px) {.user_feedback {
    padding: 5rem 0;
}.user_feedback h2 {
    margin-bottom: 4rem;
}.user_feedback .user_quotes {
    width: 80%;
}
}



@media (max-width: 480px) {.user_feedback {
    padding: 3.5rem 0;
}.user_feedback h2 {
    font-size: calc(37px * 0.8);
}.user_feedback .edu_voices {
    gap: 2rem;
}.user_feedback .user_quotes {
    padding: 1.5rem;
}.user_feedback .user_quotes img {
    width: 60px;
    height: 60px;
}}



@media only screen and (max-width: 800px) {.secure_fortification {
    padding: 25px;
}.secure_fortification h1 {
    font-size: calc(23px - 10px);
}.secure_fortification h2 {
    font-size: calc(23px - 8px);
}.secure_fortification h3, .secure_fortification h4, .secure_fortification h5, .secure_fortification h6 {
    font-size: calc(16px - 6px);
}.secure_fortification ul, .secure_fortification ol {
    margin-left: 15px;
}}



@media (min-width: 768px) {.check_it_out_now {
    padding: 7rem 0;
}.check_it_out_now h2 {
    margin-left: auto;
    font-size: calc(30px * 1.1);
    margin-right: auto;
    max-width: 80%;
}.check_it_out_now .knowledge_learning {
    margin: 0 auto;
    max-width: 85%;
    justify-content: space-between;
    flex-direction: row;
    padding: 3.5rem 4rem;
    gap: 3rem;
}.check_it_out_now svg {
    height: 60px;
    width: 60px;
}
}



@media (min-width: 1200px) {.check_it_out_now h2 {
    max-width: 60%;
}.check_it_out_now .knowledge_learning {
    max-width: 65%;
}.check_it_out_now svg {
    width: 70px;
    height: 70px;
}.check_it_out_now .inquiry_links {
    padding: 1.2rem 3rem;
}
}



@media (max-width: 767px) {.check_it_out_now {
    padding: 4rem 0;
}.check_it_out_now h2 {
    line-height: 1.5;
    font-size: calc(30px * 0.9);
}.check_it_out_now .knowledge_learning {
    padding: 2.5rem 2rem;
}.check_it_out_now .inquiry_links {
    padding: 0.8rem 1.8rem;
}
}



@media screen and (max-width: 992px) {.contact_panel9WuTG .help_panel {
    flex-direction: column;
}.contact_panel9WuTG .feedback_support,
    .contact_panel9WuTG .support_grid {
    width: 100%;
    padding: 40px 30px;
}.contact_panel9WuTG .feedback_support div {
    animation: none;
}
}



@media (max-width: 992px) {.gratHub {
    padding: 4rem 0;
}.gratHub h2 {
    font-size: calc(34px * 0.9);
    max-width: 100%;
}.gratHub .knowledge_learning {
    padding: 2.5rem;
}.gratHub::before {
    width: 30%;
}
}



@media (max-width: 768px) {.gratHub {
    padding: 3.5rem 0;
}.gratHub h2 {
    line-height: 1.4;
    font-size: calc(34px * 0.8);
    margin-bottom: 2.5rem;
}.gratHub .knowledge_learning {
    padding: 2rem;
}.gratHub .container {
    transform: perspective(1000px) rotateX(1deg);
}.gratHub::before {
    width: 25%;
}.gratHub li::before {
    top: 0.4rem;
}
}



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



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

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

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

@keyframes borderPulse {
    0%, 100% {
        height: 100%;
    }
    50% {
        height: 70%;
    }
}

@keyframes directorShine {
    0% {
        left: -150%;
    }
    30%, 100% {
        left: 200%;
    }
}



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



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



@keyframes pulseAnimation {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}



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



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



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

