* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.core-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

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

.cookie_ctrl {
    flex: 0 0 auto;
}

.cookie_ctrl {
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0 0 30px;
}


.education_experience {
    padding: 5rem 2rem;
    background: rgb(202,216,236);
    position: relative;
    overflow: hidden;
}

.education_experience::after {
    position: absolute;
    right: 0;
    width: 70%;
    z-index: 0;
    background: linear-gradient(210deg, rgb(128,139,155,0.5) 0%, transparent 70%);
    bottom: 0;
    content: "";
    height: 70%;
}

.education_experience .img_container {
    transform: translateY(0);
    z-index: 2;
    width: 80%;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    height: 400px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 27px;
    position: relative;
    margin: 0 auto;
}

.education_experience .img_container::after {
    opacity: 0.3;
    left: -100%;
    animation: shiftGradient 10s infinite alternate;
    content: "";
    top: -100%;
    background: linear-gradient(45deg, rgb(165,179,200,0.5) 0%, transparent 40%, transparent 60%, rgb(128,139,155,0.5) 100%);
    height: 300%;
    width: 300%;
    mix-blend-mode: overlay;
    position: absolute;
    transition: all 0.8s ease;
}

.education_experience .name {
    font-weight: 700;
    color: rgb(165,179,200);
    font-size: 33px;
    position: relative;
    margin-bottom: 0.5rem;
    text-align: center;
}

.education_experience .exp_content div:nth-child(2) {
    text-align: center;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 18px;
    font-weight: 600;
    color: rgb(128,139,155);
}

.education_experience .past_jobs {
    position: relative;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    padding: 0 1rem;
    line-height: 1.7;
    color: #000000;
}

.education_experience .past_jobs::after {
    bottom: -0.5rem;
    right: 0;
}

.education_experience .user_quotes:hover .img_container {
    transform: translateY(-20px);
}

.education_experience .user_quotes:hover .exp_content {
    transform: translateY(20px);
}

footer .faq_block {
    z-index: 1;
    position: relative;
}

footer .contact_question::after {
    pointer-events: none;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    content: "";
    position: absolute;
}

footer .info_item {
    align-items: center;
    transition: all 0.3s ease;
    max-width: 300px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    flex: 1 1 200px;
    display: flex;
}

footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

footer .text_main_holder::before {
    content: "";
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
}

footer .footer_disclaimer {
    max-width: 350px;
    text-align: center;
    line-height: 1.6;
    margin: 0 auto;
    font-size: 16px;
    color: #000000;
}

footer .head_sitebar h5 {
    position: relative;
    color: #000000;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 19px;
    display: inline-block;
}

footer .header_train {
    flex-wrap: wrap;
    display: flex;
    gap: 10px 30px;
    flex-direction: column;
    margin-bottom: 25px;
}

footer .header_train a::after {
    width: 0;
    position: absolute;
    height: 1px;
    bottom: 0;
    background-color: rgb(165,179,200);
    left: 0;
    transition: width 0.3s ease;
    content: "";
}

footer .header_train a:hover::after {
    width: 100%;
}

footer .subscribe_holder::before {
    position: absolute;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    pointer-events: none;
    left: 0;
}

footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    margin-bottom: 25px;
}

footer .input_holder input[type="email"] {
    border: none;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 12px;
}

footer .email_wrap {
    font-weight: 600;
    padding: 15px;
    border: none;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #000000;
    border-radius: 10px;
}

.price_plan {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 100px 0;
}

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

.price_plan .fee_deals {
    position: relative;
}

.price_plan .rate_card {
    opacity: 0;
    transform: translateY(10px);
    margin: 0 auto 40px;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    animation: fadeInUp 0.8s forwards 0.5s;
    font-size: calc(13px * 1.1);
    max-width: 700px;
    text-align: center;
}

.price_plan .study_rates li {
    transform: translateY(20px);
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    height: 100%;
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
}

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

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

.price_plan .fee_pricing:hover {
    transform: translateY(-10px);
}

.price_plan .cost_fee {
    border-left: 3px solid rgb(165,179,200);
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    padding: 30px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
    height: 100%;
}

.price_plan .fee_pricing:hover .cost_fee::before {
    transform: scaleX(1);
}

.price_plan .plan_table {
    flex-direction: column;
    display: flex;
    height: 100%;
}

.price_plan .plan_table h4 {
    font-size: calc(20px * 1.1);
    margin: 0 0 20px;
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
}

.price_plan .fee_pricing:hover .plan_table h4::after {
    width: 60px;
}

.price_plan .rate_panel {
    font-weight: 700;
    color: rgb(128,139,155);
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
    margin-top: auto;
    display: block;
    font-size: calc(20px * 1.2);
    transition: color 0.3s ease;
    padding-top: 15px;
}

.our_background::before {
    content: "";
    height: 100%;
    background-size: 20px 20px;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.02) 75%, transparent 75%, transparent);
    z-index: -1;
    width: 100%;
    top: 0;
    position: absolute;
    animation: backgroundMove 20s linear infinite;
    opacity: 0.3;
    left: 0;
}

.our_background .knowledge_learning {
    position: relative;
    gap: 70px;
    display: flex;
    flex-direction: column;
}

.our_background h3::before {
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    animation: headerPulse 2s infinite;
    width: 15px;
    content: "";
    top: 50%;
    height: 3px;
    background: rgb(165,179,200);
}

.our_background .knowledge_classes {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    position: relative;
    padding: 40px;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    display: grid;
    overflow: hidden;
}



.our_background .knowledge_classes::after {
    content: "";
    background: radial-gradient(circle at top right, rgb(165,179,200,0.5) 0%, transparent 70%);
    opacity: 0.15;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
}

.our_background .knowledge_classes span::before {
    transform: translateY(-50%);
    width: 30px;
    content: "";
    top: 50%;
    background: linear-gradient(90deg, rgb(165,179,200), rgb(128,139,155));
    left: 0;
    height: 2px;
    position: absolute;
}



.our_background .knowledge_classes p {
    line-height: 1.8;
    position: relative;
    color: #000000;
    grid-column: 1 / 2;
    font-size: 16px;
    grid-row: 2 / 3;
    border-left: 2px solid rgb(165,179,200,0.5);
    padding-left: 20px;
    margin-bottom: 0;
}

.our_background .knowledge_classes .img_container {
    width: 100%;
    border-radius: calc(14px - 5px);
    height: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-column: 2 / 3;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    grid-row: 1 / 4;
    position: relative;
    min-height: 350px;
    overflow: hidden;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
}

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

.our_background .knowledge_classes .img_container:hover::before {
    opacity: 0.1;
}

.our_background .quick_training {
    backdrop-filter: blur(8px);
    padding: 40px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    gap: 50px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    position: relative;
    align-items: center;
    grid-template-columns: 1fr 1.2fr;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    display: grid;
}

.our_background .quick_training: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 .quick_training p::before {
    top: 0;
    animation: borderPulse 3s infinite;
    width: 3px;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: rgb(128,139,155);
}



.our_background .quick_training .learn_corner {
    height: 430px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: calc(14px - 5px);
    position: relative;
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    width: 100%;
}

.our_background .quick_training .learn_corner::after {
    height: 100%;
    z-index: 2;
    content: "";
    top: 0;
    background: linear-gradient(
        to right, 
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transform: skewX(-25deg);
    position: absolute;
    width: 60%;
    left: -150%;
    animation: directorShine 6s infinite;
}

.our_background .container::after {
    animation: floatBlob 18s ease-in-out 2s infinite alternate-reverse;
    width: 200px;
    right: -80px;
    bottom: -100px;
    height: 200px;
    background: rgb(128,139,155);
}

.our_background .knowledge_learning::before {
    animation: floatBlob 12s ease-in-out 1s infinite alternate;
    background: rgb(165,179,200);
    left: -80px;
    top: 30%;
    height: 100px;
    width: 100px;
}

.cookie_overlay_dialog {
    font-family: Arial, sans-serif;
    position: fixed;
    border-radius: 26px;
    width: 90%;
    overflow: hidden;
    background: #ffffff;
    max-width: 500px;
    transform: translateX(-50%);
    bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    left: 50%;
    z-index: 1050;
}

.online_cookies svg, .online_cookies svg path, .online_cookies img {
    width: 60px;
    height: 60px;
    fill: rgb(165,179,200);
}

.cookie_overlay_dialog p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
}

.cookies_overview:hover {
    background: rgb(128,139,155);
}

.cookie_button.track_accept {
    background: rgb(128,139,155);
}

.cookie_button.track_accept:hover {
    background: rgb(128,139,155,0.5);
}

.cookie_overlay_dialog p a {
    text-decoration: none;
    color: rgb(165,179,200);
    transition: color 0.3s ease-in-out;
}

#userConsentBanner {
    display: none;
}

.course_overview {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(202,216,236) 0%, rgb(202,216,236) 60%, rgba(rgb(165,179,200,0.5), 0.1) 100%);
    overflow: hidden;
}

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

.course_overview .study_map {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
}

.course_overview .img_container::after {
    inset: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(165,179,200,0.5), 0.2) 0%, transparent 70%);
    z-index: 1;
    content: '';
}

.course_overview .label_container {
    position: relative;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    box-shadow: 0 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding: 30px;
    background: #ffffff;
}

.course_overview h3 {
    font-size: calc(24px * 1.1);
    font-weight: 700;
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
}

.course_overview .description {
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 20px;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.course_overview .label_container:hover h3::after {
    width: 100px;
}

.course_overview .label_container:hover::before {
    transform: scaleY(1);
}

.learning_process {
    background: linear-gradient(135deg, rgb(202,216,236) 0%, rgba(255,255,255,0.92) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.learning_process::after {
    right: -50%;
    height: 100%;
    transform: rotate(-15deg) scale(2);
    opacity: 0.08;
    z-index: 0;
    position: absolute;
    filter: blur(30px);
    top: -50%;
    width: 100%;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(45deg, transparent 65%, rgb(128,139,155,0.5) 100%);
    content: "";
}

.learning_process .knowledge_learning {
    perspective: 1000px;
    padding: 0 30px;
    z-index: 1;
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.learning_process h2::after {
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(90deg, rgb(165,179,200) 0%, rgb(128,139,155) 100%);
    transform-origin: left center;
    content: "";
    left: 0;
    height: 4px;
    position: absolute;
    width: 80px;
    bottom: 0;
}

.learning_process .label_container::before {
    position: absolute;
    transform: rotate(45deg);
    z-index: -1;
    width: 30px;
    top: -15px;
    left: 25px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    height: 30px;
    background: #ffffff;
    content: "";
}

.learning_process:hover .label_container {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 25px 30px -5px rgba(0,0,0,0.07);
    transform: translateZ(15px) translateX(5px);
}

header::before {
    content: "";
    width: 100%;
    opacity: 0.1;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
}

header .header_lead .top_edu {
    margin-right: 40px;
    position: relative;
    z-index: 2;
}

header .header_lead .top_edu .main_pagebar {
    padding: 5px;
    display: block;
    position: relative;
}

header .header_lead .top_edu .main_pagebar:hover::before {
    opacity: 0.1;
    transform: scale(1);
}

header .header_lead .top_edu .main_pagebar svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 45px;
    width: auto;
}

header .header_lead .head_sitebar {
    list-style: none;
    padding: 0;
    display: flex;
    perspective: 1000px;
    margin: 0;
}

header .header_lead .head_sitebar .top_bar a {
    transform-style: preserve-3d;
    font-family: Arial, sans-serif;
    background: linear-gradient(to bottom, transparent, transparent);
    padding: 12px 20px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    position: relative;
    letter-spacing: 0.5px;
    transition: color 0.3s ease, transform 0.3s ease;
}

header .header_lead .head_sitebar .top_bar a::after {
    transform: translateZ(-2px) rotateX(-10deg);
    opacity: 0;
    background: linear-gradient(to top, rgb(128,139,155,0.5), transparent);
    transform-origin: bottom center;
}

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

.get_updates {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(165,179,200) 0%, rgba(25, 47, 89, 0.9) 50%, rgb(128,139,155) 100%);
    position: relative;
}

.get_updates::after {
    width: 35%;
    transform: rotate(-15deg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: -5%;
    content: "";
    right: -5%;
    position: absolute;
    border-radius: 50%;
    animation: orbitRotate 15s infinite linear;
    z-index: 0;
    height: 35%;
}

.get_updates .knowledge_learning {
    gap: 2.5rem;
    align-items: center;
    position: relative;
    flex-direction: column;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
}

.get_updates .knowledge_learning:hover h3 {
    transform: perspective(1000px) rotateX(2deg);
}

.get_updates .input_holder {
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.4s ease;
    padding: 0.75rem;
    width: 100%;
    gap: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    flex-direction: column;
    max-width: 650px;
    backdrop-filter: blur(10px);
    position: relative;
    border-left: 3px solid rgb(128,139,155);
    display: flex;
    box-shadow: 
        0 10px 25px -10px rgba(0, 0, 0, 0.25),
        0 1px 2px rgba(255, 255, 255, 0.05);
}

.get_updates input[type="email"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(rgb(165,179,200,0.5), 0.2);
}

.get_updates input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
}

.get_updates .email_wrap {
    background: rgb(165,179,200);
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    width: 100%;
    font-weight: 600;
    height: 58px;
    cursor: pointer;
    border: none;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.get_updates .email_wrap:hover::before {
    left: 100%;
}

.statistics_information {
    background-color: rgb(202,216,236);
    overflow: hidden;
    position: relative;
    padding: 150px 0;
}

.statistics_information::before {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    background: radial-gradient(circle at center, rgb(165,179,200,0.5) 0%, transparent 60%);
}

.statistics_information .container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    flex-direction: column;
    align-items: center;
    z-index: 5;
    padding: 0 30px;
    display: flex;
}

.statistics_information h2 {
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 80px;
    color: #000000;
    font-size: 29px;
    z-index: 3;
    padding: 0 20px;
}

.statistics_information h2::after {
    left: calc(100% + 20px);
}

.statistics_information ul {
    padding: 0;
    justify-content: center;
    width: 100%;
    position: relative;
    margin: 0;
    flex-wrap: wrap;
    gap: 30px;
    display: flex;
    list-style: none;
}

.statistics_information .smart_statistics::before {
    position: absolute;
    left: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    z-index: -1;
    opacity: 0;
    background: conic-gradient(from var(--rotation, 0deg), transparent, rgb(165,179,200,0.5), transparent);
    content: "";
    top: 0;
    width: 100%;
    border-radius: 50%;
}

.statistics_information .smart_statistics:nth-child(2) {
    --rotation: 36deg;
}

.statistics_information .smart_statistics:nth-child(4) {
    --rotation: 108deg;
}

.statistics_information .smart_statistics:nth-child(6) {
    --rotation: 180deg;
}

.statistics_information .smart_statistics:nth-child(8) {
    --rotation: 252deg;
}

.statistics_information .smart_statistics:nth-child(10) {
    --rotation: 324deg;
}

.statistics_information .smart_statistics span {
    font-size: calc(18px * 0.85);
    line-height: 1.2;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.statistics_information svg {
    height: 18px;
    transition: transform 0.3s ease;
    position: absolute;
    fill: rgb(128,139,155);
    top: 10px;
    opacity: 0.7;
    right: 10px;
    width: 18px;
}

.statistics_information ul.items-1 {
    justify-content: center;
}

.statistics_information ul.items-5,
.statistics_information ul.items-6 {
    max-width: 900px;
    margin: 0 auto;
}

.title_section {
    background: #000000;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
}

.title_section .knowledge_learning {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}

.title_section .skill_upfast input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.title_section .edu_front img {
    filter: brightness(0.7);
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.title_section .learning_lead {
    left: 50%;
    gap: 15px;
    z-index: 10;
    position: absolute;
    display: flex;
    bottom: 40px;
    transform: translateX(-50%);
}

.title_section .learning_lead label:hover {
    opacity: 0.8;
}

.title_section .label_container {
    bottom: 80px;
    left: 0;
    z-index: 5;
    position: absolute;
    width: 100%;
}

.title_section .label_container h1 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 43px;
}

.title_section .label_container p {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 1.7;
}

.title_section .skill_upfast input:nth-child(1):checked ~ .online_skills .edu_front:nth-child(1),
.title_section .skill_upfast input:nth-child(2):checked ~ .online_skills .edu_front:nth-child(2),
.title_section .skill_upfast input:nth-child(3):checked ~ .online_skills .edu_front:nth-child(3),
.title_section .skill_upfast input:nth-child(4):checked ~ .online_skills .edu_front:nth-child(4),
.title_section .skill_upfast input:nth-child(5):checked ~ .online_skills .edu_front:nth-child(5),
.title_section .skill_upfast input:nth-child(6):checked ~ .online_skills .edu_front:nth-child(6),
.title_section .skill_upfast input:nth-child(7):checked ~ .online_skills .edu_front:nth-child(7),
.title_section .skill_upfast input:nth-child(8):checked ~ .online_skills .edu_front:nth-child(8),
.title_section .skill_upfast input:nth-child(9):checked ~ .online_skills .edu_front:nth-child(9),
.title_section .skill_upfast input:nth-child(10):checked ~ .online_skills .edu_front:nth-child(10) {
    visibility: visible;
    z-index: 2;
}

.user_feedback {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(to bottom, rgb(202,216,236), #ffffff);
}

.user_feedback::before {
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: rgb(165,179,200,0.5);
    width: 35%;
    transform: skewX(-15deg) translateX(-10%);
}

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

.user_feedback h2 {
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    font-size: 37px;
    margin-bottom: 5rem;
    text-transform: uppercase;
    color: #000000;
}

.user_feedback .edu_voices {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    flex-direction: column;
    position: relative;
}

.user_feedback .user_quotes {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 2;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
    border-radius: 17px;
    width: 85%;
    display: flex;
    position: relative;
    flex-direction: column;
}

.user_feedback .user_quotes::after {
    transition: all 0.4s ease;
    height: 3px;
    position: absolute;
    content: "";
    z-index: 2;
    background: rgb(165,179,200,0.5);
    top: 39px;
}

.user_feedback .user_quotes:nth-child(odd)::before {
    right: -10px;
}

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

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

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

.user_feedback .user_quotes img {
    border: 3px solid #ffffff;
    object-fit: cover;
    border-radius: 50%;
    align-self: flex-start;
    z-index: 2;
    height: 70px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 70px;
    position: relative;
}

.user_feedback .user_quotes:nth-child(even) p {
    text-align: right;
}

.user_feedback .user_quotes .description {
    font-size: 12px;
    margin-top: 0.75rem;
    color: #000000;
    position: relative;
    font-weight: 400;
    line-height: 1.6;
    padding-top: 0.75rem;
}

.user_feedback .user_quotes:nth-child(odd) .description::before {
    left: 0;
}

.user_feedback .user_quotes:hover .description::before {
    width: 60px;
    background: rgb(165,179,200);
}

.secure_fortification h1 {
    font-size: 44px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
    color: rgb(165,179,200);
    padding-bottom: 15px;
    border-bottom: 3px solid rgb(165,179,200);
    margin-bottom: 40px;
}

.secure_fortification h3, .secure_fortification h4, .secure_fortification h5, .secure_fortification h6 {
    font-size: 16px;
    margin-bottom: 15px;
    color: rgb(165,179,200);
    border-bottom: 1px solid rgb(165,179,200,0.5);
    padding-bottom: 5px;
    font-weight: 400;
    margin-top: 25px;
}

.secure_fortification ol li {
    counter-increment: list;
}

.secure_fortification ol li::before {
    color: rgb(128,139,155);
    margin-left: -1em;
    display: inline-block;
    content: counter(list) ".";
    width: 1em;
}

.secure_fortification p, .secure_fortification span, .secure_fortification div {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
}

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

.check_it_out_now {
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(202,216,236) 0%, rgba(rgb(165,179,200,0.5), 0.1) 100%);
    position: relative;
    padding: 5rem 0;
}

.check_it_out_now::after {
    z-index: -1;
    height: 180%;
    bottom: -30%;
    position: absolute;
    right: -5%;
    content: "";
    animation: float 18s ease-in-out infinite alternate-reverse;
    opacity: 0.06;
    transform: rotate(12deg);
    background: linear-gradient(220deg, rgb(128,139,155) 0%, transparent 70%);
    width: 60%;
}

.check_it_out_now .knowledge_learning {
    border-radius: calc(100px / 1.5);
    align-items: center;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
              0 5px 15px rgba(0, 0, 0, 0.03),
              0 0 0 1px rgba(0, 0, 0, 0.02);
    display: flex;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
              box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    justify-content: center;
    gap: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    flex-direction: column;
}

.check_it_out_now svg path {
    fill: rgb(165,179,200);
    transition: fill 0.3s ease;
}

.check_it_out_now .inquiry_links {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), 
              box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    padding: 0.8rem 2.2rem;
    background: linear-gradient(135deg, rgb(165,179,200) 0%, rgb(128,139,155) 100%);
    font-size: 15px;
    overflow: hidden;
    border-radius: 13px;
    color: #ffffff;
    transform: translateZ(0);
    display: inline-block;
    font-weight: 600;
    position: relative;
    box-shadow: 0 4px 12px rgba(rgb(165,179,200,0.5), 0.2);
    text-decoration: none;
}

.check_it_out_now .inquiry_links:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 2px 8px rgba(rgb(165,179,200,0.5), 0.2);
}

.contact_panel9WuTG .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
}

.contact_panel9WuTG .help_panel {
    transition: transform 0.5s ease;
    flex-direction: row;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    background: #ffffff;
    transform: perspective(1000px) rotateX(0deg);
    overflow: hidden;
}

.contact_panel9WuTG .feedback_support::before {
    content: '';
    top: -150px;
    opacity: 0.2;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    right: -150px;
    background: radial-gradient(circle, rgb(128,139,155) 0%, transparent 70%);
    position: absolute;
}

.contact_panel9WuTG .feedback_support div {
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transform: translateX(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact_panel9WuTG .feedback_support div svg path {
    fill: rgb(165,179,200);
}

.contact_panel9WuTG .feedback_support div span a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}

.contact_panel9WuTG .support_grid::before {
    position: absolute;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(165,179,200,0.5) 0%, transparent 70%);
    width: 200px;
    height: 200px;
    bottom: 0;
    right: 0;
    content: '';
}

.contact_panel9WuTG form input[type="text"],
.contact_panel9WuTG form input[type="email"] {
    transition: all 0.3s ease;
    background-color: rgb(202,216,236);
    font-size: 13px;
    padding: 18px 20px;
    color: #000000;
    border: none;
    border-radius: 10px;
}

.contact_panel9WuTG form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_panel9WuTG .query_links input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_panel9WuTG .query_links label::before {
    width: 20px;
    border-radius: 6px;
    content: '';
    border: 2px solid rgb(165,179,200);
    transition: all 0.3s ease;
    height: 20px;
    position: absolute;
    left: 0;
    background: transparent;
    top: 0;
}

.contact_panel9WuTG .query_links label a {
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(165,179,200);
}

.contact_panel9WuTG .query_links label a:hover {
    text-decoration: underline;
}

.contact_panel9WuTG form .inquiry_links {
    padding: 18px 35px;
    margin-top: 15px;
    overflow: hidden;
    font-weight: 600;
    align-self: flex-start;
    border: none;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 17px;
    background: rgb(165,179,200);
}

.contact_panel9WuTG form .inquiry_links:hover::before {
    transform: translateX(100%);
}



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

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

.gratHub {
    background: linear-gradient(135deg, rgb(202,216,236) 0%, rgb(165,179,200,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}

.gratHub::after {
    position: absolute;
    filter: blur(30px);
    bottom: -5rem;
    height: 20rem;
    animation: pulse 8s infinite ease-in-out;
    z-index: 0;
    left: -5rem;
    content: "";
    border-radius: 50%;
    width: 20rem;
    background: linear-gradient(45deg, rgb(165,179,200,0.5) 0%, transparent 70%);
}

.gratHub h2 {
    animation: slideInTitle 0.8s ease-out forwards;
    margin-bottom: 3rem;
    color: #000000;
    font-size: 34px;
    max-width: 90%;
    transform-origin: left center;
    font-weight: 700;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    position: relative;
}

.gratHub .knowledge_learning {
    background: #ffffff;
    padding: 3rem;
    opacity: 0;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08);
    position: relative;
    animation: fadeInUp 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
}

.gratHub ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.gratHub li {
    padding-left: 2rem;
    position: relative;
}

.gratHub span {
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 14px;
    display: block;
    line-height: 1.8;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .email_wrap {
    white-space: nowrap;
}footer .top_edu {
    padding-top: 80px;
}
}



@media (max-width: 767px) {footer .contact_question {
    padding: 30px 15px 50px;
}footer .head_sitebar, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .fellow_prog {
    margin-top: 40px;
}
}



@media (max-width: 991px) {.price_plan {
    padding: 80px 0;
}.price_plan h2 {
    font-size: 37px;
}.price_plan .rate_card {
    font-size: 13px;
    margin-bottom: 30px;
}.price_plan .study_rates {
    gap: 20px;
}.price_plan .cost_fee {
    padding: 25px;
}
}



@media (max-width: 480px) {.price_plan {
    padding: 50px 0;
}.price_plan h2 {
    font-size: calc(37px * 0.9);
}.price_plan .rate_card {
    font-size: calc(13px * 0.9);
}.price_plan .cost_fee {
    padding: 20px;
}}



@media screen and (max-width: 991px) {.our_background {
    padding: 80px 0 60px;
}.our_background .knowledge_learning {
    gap: 40px;
}.our_background h3 {
    font-size: calc(28px - 0.4rem);
    margin-bottom: 30px;
}.our_background .knowledge_classes,
    .our_background .quick_training {
    padding: 25px;
    gap: 30px;
}.our_background .knowledge_classes {
    grid-template-columns: 1fr 1fr;
}.our_background .quick_training {
    grid-template-columns: 1fr;
}.our_background .knowledge_classes .img_container {
    min-height: 300px;
}.our_background .quick_training .learn_corner {
    max-width: 85%;
    margin: 0 auto;
    height: 350px;
}.our_background .quick_training p {
    grid-row: 1 / 2;
}.our_background .quick_training .learn_corner {
    grid-row: 2 / 3;
}.our_background .container::before,
    .our_background .container::after {
    width: 120px;
    height: 120px;
}.our_background .knowledge_learning::before,
    .our_background .knowledge_learning::after {
    height: 80px;
    width: 80px;
}
}



@media screen and (max-width: 575px) {.our_background {
    padding: 50px 0 30px;
}.our_background::before {
    background-size: 10px 10px;
}.our_background .knowledge_learning {
    gap: 25px;
}.our_background h3 {
    margin-bottom: 20px;
    font-size: calc(28px - 0.8rem);
    padding-left: 20px;
}.our_background h3::before {
    width: 12px;
}.our_background .knowledge_classes,
    .our_background .quick_training {
    padding: 20px;
    gap: 20px;
}.our_background .knowledge_classes span {
    font-size: calc(18px - 0.3rem);
    padding-left: 35px;
}.our_background .knowledge_classes span::before {
    width: 25px;
}.our_background .knowledge_classes .img_container {
    min-height: 250px;
    clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
}.our_background .quick_training .learn_corner {
    height: 280px;
    clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 5% 100%, 0 95%);
}.our_background .knowledge_classes p,
    .our_background .quick_training p {
    line-height: 1.6;
    padding: 15px;
    font-size: calc(16px - 0.2rem);
}.our_background .container::before,
    .our_background .container::after,
    .our_background .knowledge_learning::before,
    .our_background .knowledge_learning::after {
    filter: blur(15px);
    opacity: 0.08;
}}



@media (min-width: 1200px) {.course_overview .img_container {
    height: 600px;
}.course_overview .label_container {
    margin-left: -150px;
}.course_overview h3 {
    font-size: calc(24px * 1.3);
}
}



@media (max-width: 767px) {.course_overview {
    padding: 70px 0;
}.course_overview .img_container {
    margin-bottom: -20px;
    height: 250px;
}.course_overview .label_container {
    padding: 25px;
}.course_overview h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
    padding-bottom: 10px;
}.course_overview .description {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 767px) {.learning_process {
    padding: 70px 0;
}.learning_process::after {
    opacity: 0.05;
}.learning_process .knowledge_learning {
    padding: 0 20px;
}.learning_process h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.85);
    padding-bottom: 15px;
}.learning_process h2::after {
    width: 60px;
    height: 3px;
}.learning_process:hover h2::after {
    width: 90px;
}.learning_process .label_container {
    padding: 30px 25px;
    transform: translateZ(5px) translateX(0);
}.learning_process:hover .label_container {
    transform: translateZ(7px) translateX(3px);
}.learning_process p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 992px) {header .header_lead {
    padding: 15px;
    flex-direction: column;
}header .header_lead .top_edu {
    margin: 0 0 15px 0;
}header .header_lead .head_sitebar {
    width: 100%;
    perspective: none;
    flex-wrap: wrap;
    justify-content: center;
}header .header_lead .head_sitebar .top_bar a {
    padding: 10px 15px;
    font-size: calc(13px - 1px);
    transform-style: flat;
}header .header_lead .head_sitebar .top_bar:hover a {
    transform: none;
}header .header_lead .head_sitebar .top_bar a::before,
    header .header_lead .head_sitebar .top_bar a::after {
    display: none;
}
}



@media screen and (min-width: 992px) {.get_updates {
    padding: 10rem 0;
}.get_updates h3 {
    line-height: 1.35;
    font-size: calc(23px * 1.4);
}.get_updates .input_holder {
    padding: 1.25rem;
}
}



@media (max-width: 1200px) {.statistics_information .smart_statistics {
    width: 130px;
    height: 130px;
}.statistics_information .smart_statistics p {
    font-size: 29px;
}.statistics_information h2::before,
    .statistics_information h2::after {
    width: 40px;
}
}



@media (max-width: 991px) {.statistics_information {
    padding: 100px 0;
}.statistics_information .smart_statistics {
    height: 120px;
    width: 120px;
}.statistics_information .smart_statistics span {
    font-size: calc(18px * 0.8);
}.statistics_information ul {
    gap: 20px;
}
}



@media (max-width: 576px) {.statistics_information {
    padding: 60px 0;
}.statistics_information h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.statistics_information .container {
    padding: 0 15px;
}.statistics_information ul {
    gap: 15px;
}.statistics_information .smart_statistics {
    width: calc(50% - 15px);
    height: auto;
    aspect-ratio: 1/1;
}.statistics_information .smart_statistics p {
    font-size: calc(29px * 0.9);
}.statistics_information .smart_statistics span {
    font-size: calc(18px * 0.75);
}
}



@media (max-width: 575px) {.title_section .skill_upfast {
    height: 50vh;
}.title_section .label_container {
    padding: 25px 0;
}.title_section .label_container .container {
    padding: 20px;
    margin: 0 10px;
}.title_section .learning_lead {
    gap: 10px;
    bottom: 20px;
}.title_section .learning_lead label {
    width: 10px;
    height: 10px;
}.title_section .label_container h1 {
    font-size: calc(43px * 0.7);
    margin-bottom: 10px;
}.title_section .label_container h3 {
    font-size: calc(23px * 0.7);
    margin-bottom: 12px;
}.title_section .label_container p {
    font-size: calc(14px * 0.8);
    line-height: 1.5;
}}



@media (max-width: 767px) {.user_feedback {
    padding: 4rem 0;
}.user_feedback::before,
    .user_feedback::after {
    width: 50%;
}.user_feedback h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 3.5rem;
}.user_feedback .edu_voices {
    gap: 2.5rem;
}.user_feedback .user_quotes,
    .user_feedback .user_quotes:nth-child(odd),
    .user_feedback .user_quotes:nth-child(even) {
    width: 90%;
    transform: none;
    align-self: center;
}.user_feedback .user_quotes::before {
    display: none;
}.user_feedback .user_quotes::after {
    display: none;
}.user_feedback .user_quotes p,
    .user_feedback .user_quotes:nth-child(even) p {
    text-align: center;
}.user_feedback .user_quotes img,
    .user_feedback .user_quotes:nth-child(even) img {
    align-self: center;
}.user_feedback .user_quotes .description::before,
    .user_feedback .user_quotes:nth-child(odd) .description::before,
    .user_feedback .user_quotes:nth-child(even) .description::before {
    left: 50%;
    transform: translateX(-50%);
}
}



@media (min-width: 992px) {.check_it_out_now {
    padding: 8rem 0;
}.check_it_out_now h2 {
    max-width: 70%;
    font-size: calc(30px * 1.2);
}.check_it_out_now .knowledge_learning {
    max-width: 75%;
    padding: 4rem 5rem;
}.check_it_out_now::before {
    width: 55%;
}.check_it_out_now::after {
    width: 45%;
}.check_it_out_now .inquiry_links {
    padding: 1rem 2.5rem;
    font-size: calc(15px * 1.1);
}
}



@media (hover: none) {.check_it_out_now .knowledge_learning:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: none;
}.check_it_out_now .knowledge_learning:hover svg {
    transform: none;
}.check_it_out_now .inquiry_links:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(rgb(165,179,200,0.5), 0.2);
}}



@media screen and (max-width: 576px) {.contact_panel9WuTG {
    padding: 60px 0;
}.contact_panel9WuTG .container {
    width: 90%;
}.contact_panel9WuTG .feedback_support,
    .contact_panel9WuTG .support_grid {
    padding: 30px 20px;
}.contact_panel9WuTG .feedback_support h3 {
    font-size: calc(38px * 0.8);
}.contact_panel9WuTG form input[type="text"],
    .contact_panel9WuTG form input[type="email"] {
    padding: 15px;
}.contact_panel9WuTG form .inquiry_links {
    width: 100%;
    padding: 15px;
}}



@media (max-width: 576px) {.gratHub {
    padding: 3rem 0;
}.gratHub h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 2rem;
}.gratHub h2::after {
    bottom: -0.75rem;
    width: 5rem;
    height: 0.25rem;
}.gratHub .knowledge_learning {
    padding: 1.5rem;
}.gratHub .container {
    transform: none;
    padding: 0 1.5rem;
}.gratHub::before {
    display: none;
}.gratHub li {
    padding-left: 1.5rem;
}.gratHub li::before {
    height: 0.5rem;
    top: 0.4rem;
    width: 0.5rem;
}.gratHub span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@keyframes headerPulse {
    0%, 100% {
        opacity: 1;
        width: 15px;
    }
    50% {
        opacity: 0.5;
        width: 10px;
    }
}

@keyframes pulseCircle {
    0% {
        box-shadow: 0 0 0 0 rgb(165,179,200,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, -20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}



@keyframes rotateCircle {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



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



@keyframes slideInTitle {
    from {
        transform: translateX(-30px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes scaleIn {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

