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

.site_prime {
    flex: 1 0 auto;
}

.site_prime {
    z-index: 1;
    background: rgb(215,210,185);
    padding-top: 2rem;
    position: relative;
}

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

header,footer {
    width: 100%;
}


header {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    overflow: visible;
    margin-top: 0;
    background: linear-gradient(135deg, rgb(180,169,163,0.5) 0%, rgb(215,210,185) 100%);
    z-index: 100;
    padding: 0;
    position: relative;
}

header::before {
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    top: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    opacity: 0.4;
    height: 100%;
    content: '';
}

header .top_lead:hover {
    transform: translateY(-5px);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
}

header .top_mainwrap img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}

header .nav_block::before {
    top: -5%;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    opacity: 0.1;
    transition: all 0.6s ease;
    height: 110%;
    left: -5%;
    position: absolute;
    background: linear-gradient(135deg, rgb(180,169,163,0.5) 0%, transparent 100%);
    content: '';
    width: 110%;
    z-index: -1;
}

header .main_tutor a::before {
    border-radius: inherit;
    transform: scale(1.1);
    top: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(180,169,163,0.5) 0%, rgb(135,123,122,0.5) 100%);
    z-index: -1;
    position: absolute;
    left: 0;
    content: '';
}

header .main_tutor a:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .main_tutor::after {
    opacity: 0.7;
    content: '';
    bottom: -8px;
    left: 50%;
    transition: transform 0.4s ease;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    transform: translateX(-50%) scale(0);
    background: rgb(180,169,163);
    position: absolute;
}

header .nav_skill::after {
    position: absolute;
    content: '';
    filter: blur(30px);
    width: 150px;
    border-radius: 50%;
    left: -75px;
    bottom: -75px;
    background: radial-gradient(circle, rgb(135,123,122,0.5) 0%, transparent 70%);
    height: 150px;
    opacity: 0.1;
}

.education_experience::after {
    position: absolute;
    width: 40%;
    height: 40%;
    z-index: 0;
    transform: rotate(-15deg);
    opacity: 0.07;
    bottom: -5%;
    left: -5%;
    background: linear-gradient(225deg, rgb(135,123,122), rgb(135,123,122,0.5));
    content: "";
    filter: blur(20px);
}

.education_experience .learner_voices {
    background: linear-gradient(165deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    border-left: 4px solid rgb(180,169,163);
    grid-template-columns: 1fr;
    gap: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03),
                0 20px 40px rgba(rgb(180,169,163,0.5), 0.04);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    padding: 2.5rem;
    position: relative;
    display: grid;
}

.education_experience .learner_voices > div:first-child {
    justify-self: center;
}

.education_experience .img_grid {
    border-radius: 2px;
    position: relative;
    height: 170px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.5s ease;
    transform: perspective(800px) rotateY(5deg);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    width: 170px;
    overflow: hidden;
}

.education_experience .img_grid::after {
    content: "";
    position: absolute;
    width: 200%;
    z-index: 2;
    transform: rotate(25deg);
    opacity: 0;
    left: -50%;
    top: -50%;
    height: 200%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255,255,255,0) 30%,
        rgba(255,255,255,0.2) 50%,
        rgba(255,255,255,0) 70%,
        transparent 100%
    );
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.education_experience .learner_voices:hover .name::after {
    transform: scaleX(1);
}

.education_experience .learner_voices > div:nth-child(2) > div {
    letter-spacing: 0.02em;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    transition: color 0.3s ease, opacity 0.3s ease;
    font-size: calc(15px * 0.95);
    opacity: 0.85;
    position: relative;
    padding-left: 0.5rem;
    margin-bottom: 1rem;
}

.education_experience .learner_voices > div:nth-child(2) > div::before {
    transition: height 0.3s ease, top 0.3s ease;
    left: 0;
    width: 3px;
    top: 0.4em;
    height: 0.8em;
    opacity: 0.75;
    content: "";
    background-color: rgb(135,123,122);
    position: absolute;
}

.education_experience .learner_voices:hover .work_overview {
    border-left-color: rgb(180,169,163);
}

.education_experience .work_overview::before {
    color: rgb(180,169,163,0.5);
    position: absolute;
    content: "";
    opacity: 0.15;
    line-height: 1;
    left: -0.5rem;
    top: -1.5rem;
    font-size: 4rem;
}

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

.statistical_report .expert_pros {
    display: block;
    margin-bottom: 30px;
}

.statistical_report .expert_pros svg {
    fill: rgb(180,169,163);
    filter: drop-shadow(0 0 5px rgb(180,169,163,0.5));
    width: 60px;
    height: 60px;
}

.statistical_report .extra_experts::after {
    background: rgb(180,169,163);
    content: "";
    height: 4px;
    width: 60px;
    left: 0;
    bottom: -10px;
    position: absolute;
}

.statistical_report .gain_study {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    display: grid;
}

.statistical_report .class_gains {
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 30px;
    border-left: 4px solid rgb(180,169,163);
    border-radius: 29px;
    display: flex;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
    position: relative;
}

.statistical_report .statistics_edge svg path {
    fill: rgb(135,123,122);
}

.statistical_report .class_gains span {
    margin-bottom: 5px;
    display: block;
    line-height: 1;
    color: #ffffff;
    font-weight: 700;
    font-size: 2.5rem;
}

.statistical_report .class_gains:nth-child(2) {
    border-left-color: rgb(135,123,122);
}

.statistical_report .class_gains:nth-child(4) {
    border-left-color: rgb(135,123,122);
}

.statistical_report .class_gains:nth-child(odd) .statistics_edge svg,
.statistical_report .class_gains:nth-child(odd) .statistics_edge svg path {
    fill: rgb(135,123,122);
}

.educational_rewards {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(215,210,185) 0%, rgba(245, 247, 250, 0.92) 100%);
    overflow: hidden;
}

.educational_rewards::before {
    pointer-events: none;
    content: "";
    position: absolute;
    filter: blur(60px);
    background: linear-gradient(230deg, rgb(180,169,163,0.5) 0%, rgb(135,123,122,0.5) 100%);
    transform: rotate(-15deg) translateZ(0);
    right: -10%;
    width: 45%;
    z-index: 0;
    top: -5%;
    opacity: 0.25;
    height: 70%;
}

.educational_rewards .container {
    padding: 0 20px;
    gap: 40px;
    z-index: 1;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    margin: 0 auto;
    position: relative;
}

.educational_rewards .img_grid:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
}

.educational_rewards .quick_mastery {
    display: flex;
    align-items: center;
    position: relative;
}

.educational_rewards .text_arch::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(180,169,163) 0%, rgb(135,123,122) 100%);
    position: absolute;
    transform: scaleY(0.95);
    content: "";
    top: 0;
    width: 8px;
    opacity: 0.9;
    left: 0;
}

.educational_rewards ul {
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
    gap: 18px;
    margin: 0;
    padding: 0;
}

.educational_rewards li {
    padding: 10px 0 10px 40px;
    transition: transform 0.4s ease-out;
    position: relative;
}

.educational_rewards li:nth-child(odd):hover::before {
    transform: scaleX(1);
}

.educational_rewards li:nth-child(even)::before {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(180,169,163,0.5) 0%, transparent 100%);
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: -1;
    width: 100%;
    left: 0;
    transform-origin: left;
    position: absolute;
    content: "";
    opacity: 0.1;
    top: 0;
}

.educational_rewards svg {
    transform-origin: center;
    left: 0;
    top: 12px;
    position: absolute;
    transition: transform 0.3s ease;
    height: 28px;
    width: 28px;
}

.educational_rewards li:nth-child(even) svg path {
    fill: rgb(135,123,122);
}

.educational_rewards li:hover svg path:first-child {
    fill: rgb(180,169,163);
}

.pricing_layout {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

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

.pricing_layout .price_tiers {
    flex-direction: column;
    display: flex;
    align-items: center;
}

.pricing_layout .lesson_rates {
    color: rgb(255, 255, 255, 0.5);
    opacity: 0;
    margin-bottom: 50px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    max-width: 800px;
    text-align: center;
    font-size: 17px;
}

.pricing_layout .class_deals li {
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(30px);
    opacity: 0;
}

.pricing_layout .class_deals li:nth-child(4) {
    --li-index: 3;
}

.pricing_layout .sub_options:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}

.pricing_layout .bundle_rate {
    transition: all 0.4s ease;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
}

.pricing_layout .sub_options:hover .bundle_rate::before {
    opacity: 0.15;
    transform: rotate(-45deg) translateY(-20%);
}

.pricing_layout .monthly_plan {
    display: flex;
    box-sizing: border-box;
    height: 100%;
    flex-direction: column;
    min-height: 280px;
    padding: 35px 30px;
}

.pricing_layout .monthly_plan h4::after {
    position: absolute;
    content: "";
    left: 0;
    background: rgb(180,169,163);
    transition: width 0.4s ease;
    bottom: 0;
    height: 3px;
    width: 40px;
}

.pricing_layout .learn_deals {
    font-weight: 700;
    font-size: calc(21px * 1.2);
    background: rgba(255,255,255,0.05);
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: rgb(180,169,163);
    transition: all 0.3s ease;
    border-radius: 4px;
    align-self: flex-start;
}

.pricing_layout .sub_options:hover .learn_deals::before {
    left: 100%;
}

.company_info {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
}

.company_info::before {
    backdrop-filter: blur(8px);
    content: "";
    top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
}

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

.company_info .text_arch:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.07),
        inset 6px 6px 18px rgba(255, 255, 255, 0.07),
        inset -6px -6px 18px rgba(0, 0, 0, 0.07);
}

.company_info h1 {
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 46px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.company_info .text_arch:hover h1::after {
    transform: scaleX(1.5);
}

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

.company_info ul li {
    margin-bottom: 20px;
}

.company_info ul li h4 {
    position: relative;
    font-size: calc(22px * 1.2);
    color: rgb(180,169,163);
    transform: translateX(0);
    transition: transform 0.3s ease;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
}

.company_info .text_arch:hover ul li h4 {
    transform: translateX(20px);
}

.company_info .text_arch:hover ul li h4::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.company_info ul li span::before {
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(180,169,163,0.5) 0%, transparent 100%);
}

.company_info .text_arch:hover ul li span::before {
    opacity: 0.1;
}

.thanksZone {
    background: linear-gradient(135deg, #ffffff 0%, rgb(215,210,185) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}

.thanksZone {
    padding: 60px 0 50px;
}

.thanksZone::after {
    transform: rotate(10deg) skew(-5deg);
    content: "";
    right: -5%;
    z-index: 1;
    bottom: -5%;
    height: 60%;
    filter: blur(30px);
    opacity: 0.3;
    background: linear-gradient(215deg, rgb(180,169,163,0.5) 0%, transparent 70%);
    position: absolute;
    width: 35%;
    animation: float 15s ease-in-out infinite alternate-reverse;
}

.thanksZone h2::after {
    transform-origin: center;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    opacity: 0;
    animation: expand 1.5s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, rgb(180,169,163) 0%, rgb(135,123,122) 100%);
    content: "";
    bottom: -15px;
}

.thanksZone h2::after {
    width: 50px;
    bottom: -10px;
    height: 2px;
}

.thanksZone .quick_mastery::before {
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    animation: growDown 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: linear-gradient(to bottom, rgb(180,169,163), rgb(135,123,122));
    transform-origin: top;
    transform: scaleY(0);
}

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

.thanksZone li::before {
    transform: scale(0);
    content: "";
    background: rgb(135,123,122);
    animation: popIn 0.5s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: 0;
    top: 10px;
}

.thanksZone li::before {
    height: 6px;
    top: 12px;
    width: 6px;
}

.verify_cta::before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    backdrop-filter: blur(8px);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    z-index: -1;
}



.verify_cta::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}

.verify_cta .company_holder h3 {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: calc(28px * 0.9);
    position: relative;
    display: inline-block;
}

.verify_cta .company_holder h3::after {
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    background: rgb(180,169,163);
    content: "";
    width: 40px;
    bottom: -8px;
}

.verify_cta .site_header {
    display: flex;
    gap: 60px;
}

.verify_cta .nav_block h5 {
    padding-bottom: 12px;
    font-size: 19px;
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
}

.verify_cta .nav_block .site_header {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.verify_cta .nav_block .site_header a::before {
    width: 0;
    position: absolute;
    opacity: 0;
    background: rgb(180,169,163);
    height: 1px;
    transform: translateY(-50%);
    left: 0;
    transition: all 0.3s ease;
    top: 50%;
    content: "";
}

.verify_cta .nav_block .site_header a:hover::before {
    width: 8px;
    opacity: 1;
}

.edu_global .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.edu_global .res_connect {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 16px;
    opacity: 0.6;
    text-align: center;
}

.edu_global .res_connect {
    transition: all 0.3s ease;
    position: relative;
}

.verify_cta .nav_block::before {
    left: -15px;
    background: rgb(180,169,163);
    opacity: 0.7;
    width: 5px;
    border-radius: 50%;
    top: 10px;
    height: 5px;
    content: "";
    position: absolute;
}

.verify_cta .nav_block:hover::before {
    animation: glow 2s infinite;
}



.verify_cta .nav_block .site_header a::after {
    height: 1px;
    position: absolute;
    left: 0;
    background: rgb(180,169,163);
    content: "";
    width: 0;
    transition: width 0.3s ease;
    bottom: -2px;
}

.verify_cta .nav_block .site_header a:nth-child(odd):hover {
    transform: translateX(2px);
}



.verify_cta .company_holder h3::before {
    background: rgb(180,169,163);
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 1px;
    opacity: 0.7;
    left: -30px;
}

.edu_global::after {
    bottom: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(135,123,122,0.5), 
        transparent);
    content: "";
    left: 35%;
    opacity: 0.3;
    width: 30%;
}

.customer_feedback::before {
    top: -10%;
    right: -5%;
    border-radius: 50%;
    z-index: 0;
    width: 25rem;
    position: absolute;
    background: radial-gradient(circle, rgb(180,169,163,0.5) 0%, transparent 70%);
    opacity: 0.1;
    content: "";
    height: 25rem;
    filter: blur(50px);
}

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

.customer_feedback h2 {
    transform: perspective(1000px) translateZ(0);
    text-align: left;
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: 36px;
    margin-bottom: 3rem;
    position: relative;
    color: #000000;
}

.customer_feedback .student_perspectives {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    padding: 0;
    margin: 0;
    display: grid;
    list-style: none;
    gap: 2rem;
}

.customer_feedback .learner_voices:hover {
    transform: translateY(-10px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), 
                -15px -15px 30px rgba(255, 255, 255, 0.9),
                inset 3px 3px 6px rgba(0, 0, 0, 0.02),
                inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}

.customer_feedback .learner_voices::before {
    right: 20px;
    font-family: serif;
    opacity: 0.1;
    content: "";
    top: 10px;
    line-height: 0.7;
    z-index: 0;
    font-size: 120px;
    position: absolute;
    color: rgb(180,169,163,0.5);
}

.customer_feedback .learner_voices:hover::after {
    height: 150px;
    width: 150px;
    opacity: 0.15;
}

.customer_feedback .learner_voices div {
    align-items: center;
    position: relative;
    gap: 1rem;
    margin-bottom: 1rem;
    display: flex;
    z-index: 1;
}

.customer_feedback .learner_voices:hover img {
    transform: scale(1.05);
    border-color: rgb(135,123,122,0.5);
}

.customer_feedback .learner_voices h4 {
    font-size: calc(24px * 0.9);
    margin: 0;
    font-weight: 600;
    position: relative;
    color: #000000;
}

.customer_feedback .learner_voices:hover h4::after {
    width: 100%;
}

.customer_feedback .description {
    margin: 0;
    line-height: 1.6;
    position: relative;
    color: #000000;
    font-size: 12px;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.customer_feedback .learner_voices:hover .description::before {
    transform: scaleY(1);
    opacity: 0.5;
}

.customer_feedback a {
    text-decoration: none;
    transform: translateY(0);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,169,163) 0%, rgb(135,123,122) 100%);
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    margin-top: 3rem;
    position: relative;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1), 
                -5px -5px 15px rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    padding: 1rem 2rem;
}

.privacy_shell {
    background: linear-gradient(135deg, rgb(215,210,185) 0%, rgba(rgb(180,169,163,0.5), 0.05) 100%);
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 5rem 2rem;
}

.privacy_shell::after {
    content: "";
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 30%;
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    background: linear-gradient(to bottom, rgba(rgb(180,169,163,0.5), 0.03), transparent);
}

.privacy_shell h1::after {
    transform-origin: left;
    bottom: -12px;
    animation: scaleIn 0.6s ease-out 0.6s forwards;
    left: 0;
    content: "";
    height: 3px;
    width: 60px;
    position: absolute;
    background: rgb(180,169,163);
    transform: scaleX(0);
}

.privacy_shell h2::before {
    transform: scaleY(0.7);
    background: rgb(135,123,122);
    top: 0;
    opacity: 0.8;
    position: absolute;
    height: 100%;
    width: 3px;
    left: 0;
    content: "";
}

.privacy_shell h4 {
    margin: 1.5rem 0 1rem;
    transform: translateY(10px);
    color: #000000;
    font-weight: 600;
    opacity: 0;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    font-size: calc(34px * 0.75);
    opacity: 0.85;
}

.privacy_shell p strong {
    position: relative;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}

.privacy_shell p strong::after {
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    height: 1px;
    bottom: -2px;
    opacity: 0.5;
    background: rgb(180,169,163);
}

.privacy_shell span::before {
    top: 0.5rem;
    opacity: 0.3;
    background: rgb(135,123,122);
    left: 0;
    width: 3px;
    content: "";
    height: calc(100% - 1rem);
    position: absolute;
}

.privacy_shell ul::before {
    top: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(rgb(180,169,163,0.5), 0.05), transparent);
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    z-index: -1;
}

.privacy_shell li {
    position: relative;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 17px;
    padding-left: 1.75rem;
    color: #000000;
}

.privacy_shell li::before {
    width: 8px;
    height: 8px;
    border-radius: 1px;
    transform: rotate(45deg);
    left: 0;
    content: "";
    background: rgb(135,123,122);
    position: absolute;
    top: 0.5rem;
}

.enroll_instantly::after {
    height: 150%;
    width: 40%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.15) 0%,
        transparent 70%
    );
    top: -30%;
    content: "";
    position: absolute;
    z-index: -1;
    transform: rotate(-15deg);
    right: -10%;
}

.enroll_instantly .container {
    position: relative;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    perspective: 1000px;
    max-width: 1140px;
    display: flex;
    transform-style: preserve-3d;
}

.enroll_instantly div div {
    transform: translateZ(20px);
    justify-content: center;
    display: flex;
}

.enroll_instantly span {
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    display: inline-block;
    opacity: 0;
}

.enroll_instantly .reach_feedback::before {
    content: "";
    z-index: -1;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    height: 100%;
    transform: translateX(-100%);
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.8s ease;
}

.enroll_instantly .reach_feedback span {
    animation: none;
    opacity: 1;
    position: relative;
    z-index: 2;
}

.enroll_instantly .reach_feedback:hover::before {
    transform: translateX(100%);
}

.enroll_instantly .reach_feedback:active {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact_box::before {
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 20% 50%, rgb(180,169,163,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 30%, rgb(135,123,122,0.5) 0%, transparent 40%);
    content: '';
    left: 0;
    position: absolute;
}

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

.contact_box .inquiry_info {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    display: flex;
    z-index: 3;
}

.contact_box .inquiry_info::before {
    height: 150px;
    transform: translate(50%, -50%);
    content: '';
    width: 150px;
    border-radius: 50%;
    top: 0;
    background: rgb(180,169,163,0.5);
    position: absolute;
    right: 0;
    opacity: 0.2;
}

.contact_box .request_info {
    flex: 1;
    position: relative;
    padding: 50px;
}

.contact_box form h3 {
    font-size: 19px;
    text-align: left;
    margin-bottom: 25px;
}

.contact_box input[type="text"]:focus,
.contact_box textarea:focus {
    box-shadow: 0 0 10px rgb(180,169,163,0.5);
    outline: none;
    border-color: rgb(180,169,163);
}

.contact_box textarea {
    height: 140px;
    resize: none;
}

.contact_box .query_card {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}

.contact_box .query_card label {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    color: #000000;
    line-height: 1.5;
}

.contact_box .query_card input[type="checkbox"]:checked + label::before {
    background: rgb(180,169,163);
    border-color: rgb(180,169,163);
}

.contact_box .query_card a {
    color: rgb(180,169,163);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

.contact_box .query_card a:hover {
    color: rgb(135,123,122);
}

.contact_box .reach_feedback {
    overflow: hidden;
    z-index: 1;
    font-weight: 600;
    color: #ffffff;
    font-size: 17px;
    border-radius: 28px;
    border: none;
    background: rgb(180,169,163);
    font-family: Arial, sans-serif;
    position: relative;
    cursor: pointer;
    padding: 15px 30px;
    transition: all 0.3s ease;
}

.contact_box .reach_feedback:hover::before {
    transform: translateX(0);
}

.contact_box .support_infohiwR::before {
    top: 0;
    height: 100%;
    content: '';
    width: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%);
    opacity: 0.3;
    position: absolute;
    background-size: 20px 20px;
    left: 0;
}

.contact_box .request_form {
    padding: 0;
    list-style: none;
    margin: 0;
}

.contact_box .request_form li:last-child {
    border-bottom: none;
}

.contact_box .request_form li:hover {
    transform: translateX(5px);
}

.contact_box .request_form svg {
    margin-right: 15px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 3px;
    width: 22px;
}

.contact_box .request_form span {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.contact_box .request_form a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.course_program_description::before {
    height: 100%;
    width: 100%;
    content: "";
    background: radial-gradient(circle at 20% 50%, rgb(180,169,163,0.5) 0%, transparent 50%);
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
}

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

.course_program_description .quick_mastery {
    align-items: center;
    backdrop-filter: blur(5px);
    border-radius: 18px;
    display: flex;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    gap: 40px;
    border: 1px solid rgb(180,169,163,0.5);
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.course_program_description .learn_track::after {
    bottom: -20px;
    z-index: -1;
    position: absolute;
    content: "";
    border: 1px solid rgb(135,123,122,0.5);
    height: 40px;
    border-radius: 10px;
    animation: float 8s ease-in-out infinite;
    width: 40px;
    right: 50px;
}

.course_program_description .top_lead:hover {
    transform: translateY(-5px) translateZ(0);
}

.course_program_description .top_lead svg {
    max-width: 100%;
    height: 40px;
    transition: fill 0.3s ease;
    width: 40px;
    fill: rgb(180,169,163);
    max-height: 100%;
}

.course_program_description .top_lead svg path {
    fill: rgb(180,169,163);
    transition: fill 0.3s ease;
}

.course_program_description .top_lead:hover svg,
.course_program_description .top_lead:hover svg path {
    fill: rgb(135,123,122);
}

.course_program_description h3::after {
    background: linear-gradient(to right, rgb(180,169,163), rgb(135,123,122));
    bottom: 0;
    height: 3px;
    left: 0;
    content: "";
    position: absolute;
    width: 80px;
    border-radius: 10px;
}

.course_program_description .img_grid {
    overflow: hidden;
    min-height: 400px;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 18px;
    flex: 1;
}

.course_program_description .img_grid::after {
    animation: shine-effect 6s infinite;
    width: 200%;
    content: "";
    left: -50%;
    height: 200%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    z-index: 3;
    transform: rotate(25deg);
    position: absolute;
    top: -50%;
}

#cookieUsageWindow {
    display: none;
}

#cookieUsageWindow:checked ~ .cookie_message_window {
    opacity: 0;
    visibility: hidden;
}

.cookie_message_window h5 {
    color: rgb(180,169,163);
    font-size: 18px;
    margin-bottom: 6px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

.learn_cookies svg, .learn_cookies svg path {
    width: 80px;
    height: 80px;
    fill: rgb(180,169,163);
}

.cookie_button.cookie_eductrl {
    background: rgb(180,169,163);
}

.cookie_button.track_settings {
    background: rgb(135,123,122);
}

.cookie_none:hover {
    border: 2px solid #ffffff;
}

.cookie_message_window p a {
    text-decoration: underline;
    color: rgb(180,169,163);
    font-weight: 700;
}

.wrap-container .cookie_none {
    border: none;
    font-size: 17px;
    font-weight: 600;
    margin-left: 0;
    border-radius: 10px;
    background: rgb(180,169,163);
    color: #ffffff;
}

.title_section::before {
    opacity: 0.05;
    height: 100%;
    background: repeating-linear-gradient(
    45deg,
    rgb(180,169,163,0.5) 0px,
    transparent 1px,
    transparent 10px
  );
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    pointer-events: none;
}

.title_section .learn_front {
    z-index: 2;
    max-width: 1200px;
    transform-style: preserve-3d;
    transform: translateZ(0);
    width: 90%;
}

.title_section .learn_front > div {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    display: grid;
}

.title_section .learn_front > div > div:first-child {
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
    animation: slideInTop 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.2s;
}

.title_section .learn_front h3:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.title_section .training_space {
    transform: translateY(40px) rotateX(3deg);
    animation: slideInBottom 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.5s;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    overflow: hidden;
    position: relative;
    min-height: 400px;
}

.title_section .training_space > div {
    justify-content: center;
    height: 100%;
    flex-direction: column;
    padding: 3rem;
    z-index: 2;
    position: relative;
    display: flex;
}

.title_section .training_space p {
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5rem;
    opacity: 0;
    font-size: calc(17px * 1.2);
    transform: translateX(-30px);
    line-height: 1.5;
    max-width: 80%;
    animation: slideInLeft 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.8s;
}

.title_section .title_style_header::after {
    left: 0;
    bottom: -15px;
    animation: growLine 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 1.4s;
    width: 80px;
    height: 4px;
    position: absolute;
    transform: scaleX(0);
    content: '';
    transform-origin: left;
    background: rgb(180,169,163);
}



@media (max-width: 991px) {header .nav_skill {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .top_lead {
    margin-right: 0;
    margin-bottom: 0;
    padding: 0.7rem;
}header .nav_block {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .main_tutor a {
    font-size: calc(15px - 1px);
    padding: 0.6rem 1rem;
}header .nav_block::before {
    display: none;
}
}



@media (max-width: 479px) {header .nav_skill {
    padding: 0.7rem 1.2rem;
}header .top_lead {
    padding: 0.5rem;
    max-width: 120px;
}header .main_tutor a {
    font-size: calc(15px - 3px);
    padding: 0.4rem 0.6rem;
}}



@media (min-width: 768px) {.education_experience {
    padding: 6rem 0;
}.education_experience .learner_voices {
    grid-template-columns: auto 1fr;
    padding: 3rem;
    grid-template-rows: auto 1fr;
    gap: 2rem 3rem;
}.education_experience .learner_voices > div:first-child {
    justify-self: start;
    grid-row: 1 / 3;
}.education_experience .img_grid {
    width: 220px;
    height: 280px;
}.education_experience .name {
    margin: 0 0 1rem;
    font-size: calc(22px * 1.1);
}.education_experience .work_overview {
    line-height: 1.75;
    padding-left: 1.5rem;
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 767px) {.education_experience .learner_voices {
    padding: 2rem;
}.education_experience .img_grid {
    margin-bottom: 1rem;
    height: 140px;
    width: 140px;
}.education_experience .name {
    font-size: calc(22px * 0.95);
}.education_experience .learner_voices > div:nth-child(2) > div {
    font-size: calc(15px * 0.9);
}.education_experience .work_overview {
    line-height: 1.6;
    padding-left: 0.75rem;
    font-size: calc(15px * 0.95);
}
}



@media screen and (max-width: 992px) {.statistical_report .fast_gain {
    grid-template-columns: 1fr;
    gap: 40px;
}.statistical_report .extra_experts,
    .statistical_report .boost_growth {
    text-align: center;
    max-width: 100%;
}.statistical_report .expert_pros {
    margin-right: auto;
    margin-left: auto;
}.statistical_report .extra_experts::after {
    transform: translateX(-50%);
    left: 50%;
}
}



@media screen and (min-width: 993px) {.statistical_report .fast_gain > div:first-child {
    order: 2;
}.statistical_report .fast_gain > div:last-child {
    order: 1;
}}



@media (max-width: 992px) {.educational_rewards {
    padding: 80px 0;
}.educational_rewards .container {
    grid-template-columns: 1fr;
    gap: 30px;
}.educational_rewards .img_grid {
    transform: perspective(1000px) rotateY(0) translateZ(0);
    margin: 0 auto;
    max-height: 400px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12), 
                    -5px -5px 20px rgba(255, 255, 255, 0.8);
    object-position: center;
}.educational_rewards .text_arch {
    padding: 20px 10px 20px 30px;
}.educational_rewards h1 {
    font-size: calc(46px * 0.85);
    margin-bottom: 25px;
}
}



@media (max-width: 576px) {.educational_rewards {
    padding: 50px 0;
}.educational_rewards .container {
    padding: 0 15px;
    gap: 25px;
}.educational_rewards .img_grid {
    max-height: 280px;
}.educational_rewards h1 {
    margin-bottom: 15px;
    font-size: calc(46px * 0.65);
}.educational_rewards li p {
    font-size: 14px;
}.educational_rewards .text_arch {
    padding: 15px 5px 15px 20px;
}.educational_rewards .text_arch::before {
    width: 5px;
}}



@media (max-width: 992px) {.pricing_layout {
    padding: 80px 0;
}.pricing_layout h2 {
    font-size: calc(29px * 0.9);
}.pricing_layout .class_deals {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.pricing_layout .monthly_plan {
    padding: 25px 20px;
}
}



@media (max-width: 576px) {.pricing_layout {
    padding: 60px 0;
}.pricing_layout h2 {
    font-size: calc(29px * 0.7);
}.pricing_layout .lesson_rates {
    font-size: calc(17px * 0.9);
}.pricing_layout .monthly_plan {
    padding: 20px 15px;
}.pricing_layout .monthly_plan h4 {
    font-size: 21px;
}.pricing_layout .monthly_plan p {
    font-size: calc(17px * 0.85);
}.pricing_layout .learn_deals {
    font-size: 21px;
    padding: 8px 15px;
}}



@media (max-width: 768px) {.company_info {
    padding: 60px 0;
}.company_info .text_arch {
    transform: none;
    padding: 25px;
}.company_info .text_arch:hover {
    transform: translateY(-5px);
}.company_info h1 {
    font-size: calc(46px * 0.7);
    letter-spacing: 2px;
}.company_info ul li h4 {
    font-size: 22px;
}.company_info ul li span {
    font-size: calc(16px * 0.9);
    padding: 15px;
}
}



@media (max-width: 1024px) {.thanksZone {
    padding: 100px 0 70px;
}.thanksZone h2 {
    font-size: calc(37px * 0.9);
}.thanksZone .quick_mastery {
    padding: 40px 35px;
}
}



@media (max-width: 991px) {.verify_cta {
    padding: 60px 0 30px;
}.verify_cta .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.verify_cta .company_holder {
    padding-right: 0;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}.verify_cta .company_holder::after {
    display: none;
}.verify_cta .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.verify_cta .company_holder h3::after {
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
}.verify_cta .honor_cta {
    max-width: 100%;
    text-align: center;
}.verify_cta .partner_logo {
    justify-content: center;
}
}



@media (max-width: 480px) {.verify_cta {
    padding: 40px 0 20px;
}.verify_cta .company_holder h3 {
    font-size: calc(28px * 0.8);
}.verify_cta .honor_cta {
    font-size: calc(18px * 0.9);
}.edu_global .res_connect {
    font-size: calc(16px * 0.9);
}}



@media (min-width: 992px) {footer::after {
    content: "";
    left: 0;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(135,123,122,0.5), 
            transparent);
    top: 0;
    position: absolute;
    height: 1px;
    right: 0;
}.verify_cta::before {
    background-blend-mode: overlay;
}}



@media (max-width: 992px) {.customer_feedback {
    padding: 4rem 0;
}.customer_feedback .student_perspectives {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}.customer_feedback h2 {
    font-size: calc(36px * 0.85);
    margin-bottom: 2.5rem;
}.customer_feedback .learner_voices {
    padding: 1.75rem;
}
}



@media (max-width: 576px) {.customer_feedback {
    padding: 3rem 0;
}.customer_feedback h2 {
    font-size: calc(36px * 0.75);
    margin-bottom: 1.75rem;
}.customer_feedback .learner_voices {
    padding: 1.25rem;
}.customer_feedback .learner_voices img {
    width: 45px;
    height: 45px;
}.customer_feedback .description {
    font-size: calc(12px * 0.95);
}.customer_feedback a {
    text-align: center;
    width: 100%;
    padding: 0.8rem 1.5rem;
}}



@media (min-width: 992px) {.privacy_shell {
    padding: 7rem 4rem;
}.privacy_shell::after {
    width: 40%;
}.privacy_shell h1 {
    font-size: calc(46px * 1.3);
}.privacy_shell h2 {
    padding-left: 1.5rem;
}.privacy_shell p, .privacy_shell span {
    max-width: 80%;
    font-size: calc(17px * 1.05);
}.privacy_shell ul {
    padding: 2rem 2.5rem;
}.privacy_shell li {
    font-size: calc(17px * 1.05);
}
}



@media (max-width: 991px) {.enroll_instantly {
    padding: 3.5rem 1.5rem;
}.enroll_instantly h6 {
    margin-bottom: 2rem;
    font-size: calc(18px * 1);
}.enroll_instantly .reach_feedback {
    padding: 0.9rem 1.8rem;
}
}



@media (max-width: 767px) {.enroll_instantly {
    padding: 3rem 1.2rem;
}.enroll_instantly h6 {
    line-height: 1.5;
    font-size: calc(18px * 0.95);
    margin-bottom: 1.8rem;
}.enroll_instantly .reach_feedback {
    font-size: calc(20px * 0.95);
    padding: 0.8rem 1.6rem;
}
}



@media (max-width: 380px) {.enroll_instantly h6 {
    font-size: calc(18px * 0.85);
}.enroll_instantly .reach_feedback {
    font-size: calc(20px * 0.85);
    padding: 0.7rem 1.2rem;
}}



@media (max-width: 768px) {.contact_box {
    padding: 60px 0;
}.contact_box .img_grid {
    display: none;
}.contact_box h3 {
    font-size: calc(37px * 0.9);
}.contact_box .request_info,
    .contact_box .support_infohiwR {
    padding: 40px 30px;
}.contact_box form h3,
    .contact_box .support_infohiwR h4 {
    font-size: calc(19px * 0.9);
}
}



@media screen and (max-width: 991px) {.course_program_description {
    padding: 60px 0;
}.course_program_description .quick_mastery {
    flex-direction: column;
    padding: 30px;
    gap: 30px;
}.course_program_description .learn_track {
    width: 100%;
    padding-right: 0;
}.course_program_description .img_grid {
    min-height: 350px;
    transform: perspective(1000px) rotateY(0);
    width: 100%;
}.course_program_description h3 {
    font-size: calc(37px - 4px);
}
}



@media screen and (max-width: 576px) {.course_program_description {
    padding: 40px 0;
}.course_program_description .quick_mastery {
    padding: 20px;
    gap: 20px;
}.course_program_description .top_lead {
    height: 40px;
    max-width: 120px;
    margin-bottom: 15px;
}.course_program_description h3 {
    font-size: calc(37px - 8px);
}.course_program_description .img_grid {
    min-height: 250px;
}}


@media only screen and (max-width: 1200px) {.user_choices {
    padding: 0 10px;
}
}



@media (min-width: 768px) {.title_section .learn_front > div {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 2rem;
}.title_section .training_space {
    min-height: 450px;
}.title_section .learn_front h3 {
    padding: 2rem 2.5rem;
    font-size: 20px;
}.title_section .title_style_header {
    font-size: calc(44px * 1.2);
}.title_section .title_style_header::after {
    width: 100px;
}
}



@media (min-width: 992px) {.title_section .learn_front > div {
    gap: 3rem;
    grid-template-columns: 0.35fr 0.65fr;
}.title_section .training_space {
    transform: perspective(1000px) rotateY(2deg);
    min-height: 500px;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}.title_section .training_space:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_section .learn_front h3 {
    font-size: calc(20px * 1.1);
    transform: perspective(1000px) rotateY(-2deg);
}.title_section .training_space > div {
    padding: 4rem;
}.title_section .title_style_header {
    font-size: calc(44px * 1.4);
}.title_section .training_space p {
    font-size: calc(17px * 1.4);
}
}



@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}



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



@keyframes expand {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 80px;
    opacity: 1;
  }
}



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

@keyframes expand {
    100% {
      width: 50px;
    }
  }



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



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



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



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



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



@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}



@keyframes slideInTop {
  0% {
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}



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



@keyframes pulseGlow {
  0% {
    opacity: 0.05;
    transform: rotate(-15deg) scale(1);
  }
  100% {
    opacity: 0.15;
    transform: rotate(-15deg) scale(1.1);
  }
}

