﻿.top_nav {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

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

.wrap-structure {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}

.footer_subscribe {
    flex: 0 0 auto;
}

.footer_subscribe {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #000000, rgb(123,158,198));
    position: relative;
    padding: 80px 0 30px;
    color: #ffffff;
}

.teaching_history .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-width: 1140px;
    transform: perspective(1000px) rotateY(2deg);
    padding: 0 1.5rem;
}

.teaching_history .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.teaching_history .edu_ratings:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 8px 20px rgba(0,0,0,0.05),
        0 2px 8px rgba(0,0,0,0.03);
}

.teaching_history .edu_ratings::after {
    transform: rotate(15deg);
    content: "";
    width: 80px;
    top: 25px;
    opacity: 0.1;
    right: 25px;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(169,190,217) 48%, rgb(169,190,217) 52%, transparent 52%);
    transition: all 0.5s ease;
    height: 80px;
}

.teaching_history .img_rounded_box {
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    border-radius: 10% 30% 50% 70%;
    z-index: 2;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
    overflow: hidden;
    height: 120px;
    width: 120px;
}

.teaching_history .edu_ratings:hover .img_rounded_box::before {
    opacity: 0.7;
}

.teaching_history .name::after {
    height: 2px;
    width: 0;
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    background: rgb(169,190,217);
    left: 0;
    bottom: -5px;
}

.teaching_history .edu_ratings:hover .name::after {
    width: 100%;
}

.teaching_history .edu_ratings:hover > div:nth-child(2) div {
    transform: translateX(5px);
}

.teaching_history .work_view {
    color: #000000;
    position: relative;
    transition: all 0.4s ease;
    padding-left: 1.5rem;
    border-left: 1px solid rgb(123,158,198,0.5);
    line-height: 1.75;
    font-size: 13px;
    margin: 0;
}

.teaching_history .edu_ratings:hover .work_view::before {
    transform: translateY(-5px) rotate(-10deg);
    opacity: 0.5;
}

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

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

header .header_sitebar .site_prime .head_nav {
    padding: 5px;
    position: relative;
    display: block;
}

header .header_sitebar .site_prime .head_nav:hover::before {
    transform: scale(1);
    opacity: 0.1;
}

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

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

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

header .header_sitebar .head_expert .nav_base a::before {
    opacity: 0;
    background: linear-gradient(to bottom, rgb(169,190,217,0.5), transparent);
    transform-origin: top center;
    transform: translateZ(-1px) rotateX(10deg);
}

header .header_sitebar .head_expert .nav_base:hover a {
    color: rgb(169,190,217);
    transform: translateZ(10px);
}

header .header_sitebar .head_expert .nav_base:hover a::before,
header .header_sitebar .head_expert .nav_base:hover a::after {
    opacity: 0.1;
}

header .header_sitebar .head_expert .nav_base:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}

.thanks_id::before {
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background-size: 60px 60px;
    content: "";
    z-index: 1;
    opacity: 0.2;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(123,158,198,0.5) 49.5%, rgb(123,158,198,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(123,158,198,0.5) 49.5%, rgb(123,158,198,0.5) 50.5%, transparent 50.5%);
    animation: movePattern 40s linear infinite;
    height: 100%;
}

.thanks_id h2 {
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    transform: translateZ(20px);
    position: relative;
    line-height: 1.4;
    color: #000000;
    font-weight: 600;
    animation: fadeSlideIn 0.8s ease-out forwards;
    margin-bottom: 40px;
    font-size: 28px;
}

.thanks_id .proof_stats {
    background: #ffffff;
    padding: 35px 40px 30px;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    transform: translateZ(10px) translateY(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    border-left: 4px solid rgb(123,158,198);
    position: relative;
    opacity: 0;
}

.thanks_id li {
    position: relative;
    padding-left: 25px;
}

.thanks_id li::before {
    position: absolute;
    background: rgb(169,190,217);
    top: 8px;
    opacity: 0.9;
    left: 0;
    height: 8px;
    content: "";
    animation: pulse 3s infinite;
    width: 8px;
    transform: rotate(45deg);
}

.training_structure::before {
    content: "";
    opacity: 0.4;
    left: -5%;
    top: -10%;
    z-index: 0;
    position: absolute;
    animation: constellation 30s infinite linear;
    width: 120%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(123,158,198,0.5) 2px, transparent 12px),
        radial-gradient(circle at 70% 60%, rgb(123,158,198,0.5) 2px, transparent 10px),
        radial-gradient(circle at 40% 80%, rgb(123,158,198,0.5) 2px, transparent 8px),
        radial-gradient(circle at 90% 15%, rgb(123,158,198,0.5) 2px, transparent 14px);
    height: 120%;
}

.training_structure h2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 3rem;
    display: inline-block;
    color: #000000;
    position: relative;
    transform: translateZ(20px);
    text-align: left;
}

.training_structure .proof_stats:hover h2::after {
    transform: scaleX(1);
}

.training_structure .text_clip {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    padding: 2.5rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 95%);
    border-left: 4px solid rgb(169,190,217);
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.15),
        0 3px 10px -5px rgba(0, 0, 0, 0.08);
    transform: translateZ(10px);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.training_structure .text_clip:hover::before {
    opacity: 1;
}

.training_structure p {
    color: #000000;
    line-height: 1.8;
    margin: 0;
    font-size: 12px;
    transition: transform 0.4s ease-out;
    max-width: 90%;
}

.statistical_details::before {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    filter: blur(60px);
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgb(169,190,217,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(123,158,198,0.5) 0%, transparent 30%);
    z-index: -1;
}

.statistical_details .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.statistical_details .growth_track::before {
    animation: rotate 60s linear infinite;
    border-radius: 50%;
    top: -10px;
    position: absolute;
    right: -10px;
    pointer-events: none;
    border: 2px dashed rgb(169,190,217,0.5);
    left: -10px;
    content: "";
    bottom: -10px;
}

.statistical_details .edu_statistics {
    position: relative;
    color: rgb(169,190,217);
    margin: 0 0 15px;
    font-size: 35px;
    font-weight: 700;
}

.statistical_details .statistics_advances {
    font-size: 14px;
    margin: 0 auto;
    color: #000000;
    line-height: 1.6;
    max-width: 250px;
}

.statistical_details .statistics_pros:has(.knowledge_boosters:nth-child(5)) {
    height: 380px;
}

.statistical_details .knowledge_boosters {
    height: 120px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 11px;
    justify-content: center;
    padding: 30px;
    align-items: center;
    text-align: center;
    background: linear-gradient(145deg, #ffffff, #f5f7fa);
    position: absolute;
    overflow: hidden;
    display: flex;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    width: 220px;
    flex-direction: column;
}

.statistical_details .knowledge_boosters {
    position: absolute;
    height: 120px;
    box-sizing: border-box;
    width: 220px;
}

.statistical_details .knowledge_boosters:nth-child(6) {
    top: 95%;
    transform: translate(-10%, -50%);
    right: 0;
}

.statistical_details .knowledge_boosters:nth-child(8) {
    right: 0;
    top: 5%;
    transform: translate(-10%, -50%);
}

.statistical_details .knowledge_boosters:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px);
}

.statistical_details .knowledge_boosters:nth-child(1):hover,
.statistical_details .knowledge_boosters:nth-child(3):hover,
.statistical_details .knowledge_boosters:nth-child(5):hover,
.statistical_details .knowledge_boosters:nth-child(7):hover {
    transform: translate(5%, -50%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.statistical_details .knowledge_boosters:hover::before {
    height: 90%;
}

.statistical_details .knowledge_boosters h4 {
    color: rgb(169,190,217);
    font-size: calc(35px + 0.5rem);
    font-weight: 700;
    margin: 0 0 10px;
}

.statistical_details svg {
    bottom: 20px;
    height: 24px;
    width: 24px;
    right: 20px;
    position: absolute;
    transition: transform 0.4s ease, fill 0.4s ease;
    fill: rgb(123,158,198);
}

.course_program {
    align-items: center;
    background-color: rgb(212,222,236);
    justify-content: center;
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    perspective: 1000px;
}

.course_program {
    padding: 3rem 0;
}

.course_program .container {
    width: 100%;
    position: relative;
    max-width: 1400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    display: grid;
    gap: 20px;
    grid-template-rows: auto auto;
    z-index: 10;
    padding: 0;
}

.course_program .learn_path::after {
    pointer-events: none;
    width: 100%;
    content: '';
    opacity: 0.3;
    position: absolute;
    height: 100%;
    mix-blend-mode: overlay;
    z-index: 5;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 2px,
        rgba(rgb(169,190,217), 0.1) 2px,
        rgba(rgb(169,190,217), 0.1) 4px
    );
    left: 0;
    top: 0;
}

.course_program .education img {
    object-fit: cover;
    width: 100%;
    filter: grayscale(0.5) brightness(0.7);
    transition: filter 0.5s ease, transform 0.5s ease;
    transform: scale(1.05);
    height: 100%;
}

.course_program .knowledge_path {
    border: 1px solid rgba(rgb(169,190,217), 0.3);
    position: relative;
    transform: translateY(0);
    border-radius: 4px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    z-index: 5;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-column: 3 / 11;
    overflow: hidden;
    padding: 40px;
    backdrop-filter: blur(10px);
    background: rgba(15, 15, 20, 0.75);
}

.course_program .knowledge_path {
    padding: 30px 20px;
}

.course_program .knowledge_path::after {
    bottom: 0;
    width: 100%;
    right: 0;
    background: linear-gradient(90deg, 
                transparent 0%,
                rgb(123,158,198) 50%,
                transparent 100%);
    height: 2px;
    transform: scaleX(0);
}

.course_program .knowledge_path:hover::before,
.course_program .knowledge_path:hover::after {
    transform: scaleX(1);
}

.course_program .knowledge_path:hover::before {
    transform: scaleX(1);
}

.course_program .knowledge_path h3::before {
    background: rgb(169,190,217);
    left: 0;
    top: 0;
    width: 4px;
    position: absolute;
    height: 100%;
    content: '';
}

.course_program .knowledge_path h3::after {
    width: 30px;
    left: 20px;
    height: 1px;
    background: rgb(123,158,198);
    content: '';
    position: absolute;
    bottom: -10px;
}

.course_program .knowledge_path .support_info {
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid rgb(169,190,217);
    padding: 12px 30px;
    text-decoration: none;
    font-size: 19px;
    display: inline-block;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1;
    margin-left: 20px;
    letter-spacing: 2px;
    position: relative;
}

.course_program .knowledge_path .support_info:hover::before {
    left: 0;
}

.our_team::before {
    position: absolute;
    background: 
        linear-gradient(120deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(240deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0) 10%),
        radial-gradient(circle at 15% 15%, rgb(169,190,217,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(123,158,198,0.5) 0%, transparent 25%);
    opacity: 0.8;
    content: "";
    inset: 0;
    z-index: -2;
}

.our_team .container::before {
    opacity: 0.3;
    background: 
        radial-gradient(circle, transparent 30%, rgb(169,190,217,0.5) 30%, rgb(169,190,217,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(169,190,217,0.5) 36%, rgb(169,190,217,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(169,190,217,0.5) 43%, rgb(169,190,217,0.5) 45%, transparent 45%);
    background-size: 200px 200px;
    background-repeat: no-repeat;
    content: "";
    z-index: -1;
    animation: pulseCircles 8s infinite alternate ease-in-out;
    top: -120px;
    position: absolute;
    height: 200px;
    width: 200px;
    right: -100px;
}



.our_team .proof_stats {
    box-shadow: 
        0 20px 80px -20px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 20px rgba(0, 0, 0, 0.02);
    border-radius: 26px;
    position: relative;
    display: flex;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10px);
}

.our_team .proof_stats::after {
    opacity: 0.03;
    filter: blur(5px);
    animation: rotateConic 40s linear infinite reverse;
}



.our_team .success_story {
    flex-direction: column;
    width: 35%;
    position: relative;
    background: linear-gradient(
        -45deg, 
        transparent, 
        rgba(255, 255, 255, 0.02) 30%, 
        rgba(255, 255, 255, 0.03) 50%, 
        rgba(255, 255, 255, 0.02) 70%, 
        transparent
    );
    display: flex;
    justify-content: center;
    padding: 60px 0;
    z-index: 2;
    align-items: center;
}

.our_team .success_story::before {
    height: 60px;
    position: absolute;
    top: 30px;
    width: 60px;
    content: "";
    left: 30px;
    border-left: 2px solid rgb(169,190,217,0.5);
    opacity: 0.6;
    z-index: 1;
    border-top: 2px solid rgb(169,190,217,0.5);
}

.our_team .success_story .img_rounded_box {
    border-radius: 26px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    width: 240px;
    height: 320px;
    z-index: 2;
    transform: perspective(1000px) rotateY(5deg);
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
}

.our_team .success_story .img_rounded_box::after {
    position: absolute;
    left: -20%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    height: 200%;
    content: "";
    width: 40%;
    top: -100%;
    z-index: 2;
    transform: rotate(30deg);
    animation: reflectionSweep 7s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.our_team .knowledge_space::before {
    opacity: 0.8;
    background: rgb(123,158,198);
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 4px;
    left: 0;
}

.our_team .knowledge_space::after {
    height: 3px;
    position: absolute;
    transition: width 0.3s ease;
    opacity: 0.8;
    left: 0;
    content: "";
    bottom: 0;
    width: 30%;
    background: rgb(123,158,198);
}

.our_team .success_story:hover .knowledge_space::after {
    width: 70%;
}

.our_team .mentor_team {
    font-size: 13px;
    opacity: 0.9;
    margin: 0;
}

.our_team .text_clip::before {
    background: linear-gradient(
        to bottom,
        transparent,
        rgb(169,190,217,0.5),
        rgb(123,158,198,0.5),
        transparent
    );
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    position: absolute;
    width: 1px;
}

.our_team .learning_dna {
    position: relative;
    margin-bottom: 25px;
    align-items: center;
    display: flex;
}

.our_team .learning_dna::before {
    opacity: 0.3;
    background: linear-gradient(
        to right,
        rgb(169,190,217,0.5),
        transparent 80%
    );
    content: "";
    bottom: -12px;
    left: 0;
    position: absolute;
    height: 1px;
    width: 100%;
}

.our_team .learning_dna svg::before {
    inset: -5px;
    border: 1px dashed rgb(169,190,217,0.5);
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: scale(0.8);
    position: absolute;
    content: "";
    opacity: 0;
}

.our_team .learning_dna:hover svg path {
    fill: rgb(123,158,198);
}

.our_team h2::before {
    height: 1px;
    opacity: 0.2;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(169,190,217,0.5) 0%,
        transparent 80%
    );
    bottom: 0;
    width: 100%;
    left: 0;
    content: "";
}

.our_team .text_clip:hover h2::after {
    width: 100px;
}

.our_team p {
    position: relative;
    line-height: 1.8;
    font-size: 13px;
    color: #000000;
    margin: 0;
    padding-left: 20px;
}

.our_team p::after {
    right: 0;
    bottom: 10px;
    height: 1px;
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgb(123,158,198,0.5)
    );
    width: 30%;
    content: "";
}

.get_in_touch::before {
    height: 100%;
    z-index: 0;
    left: 0;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    top: 0;
    opacity: 0.03;
    width: 100%;
    content: "";
    background-image: 
        linear-gradient(45deg, rgb(169,190,217,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(169,190,217,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(169,190,217,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(169,190,217,0.5) 75%);
    background-size: 40px 40px;
    position: absolute;
}

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

.get_in_touch h3::before {
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    left: 50%;
    width: 80px;
    position: absolute;
    height: 2px;
    background: rgb(169,190,217);
}

.get_in_touch .connect_links {
    display: flex;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 5px 25px rgba(0, 0, 0, 0.05);
    border-radius: 26px;
    background: #ffffff;
    position: relative;
    flex-wrap: wrap;
}

.get_in_touch .feedback_info h3 {
    text-align: left;
    font-size: 18px;
    letter-spacing: normal;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 30px;
    color: #000000;
}

.get_in_touch .feedback_info h3::after {
    transform: none;
    bottom: -18px;
    width: 25px;
    left: 0;
}

.get_in_touch .feedback_info input[type="text"]:focus,
.get_in_touch .feedback_info textarea:focus {
    box-shadow: 0 0 0 4px rgb(169,190,217,0.5);
    outline: none;
    border-color: rgb(169,190,217);
}

.get_in_touch .feedback_info textarea {
    resize: vertical;
    min-height: 140px;
}

.get_in_touch .feedback_info .support_list {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}

.get_in_touch .feedback_info .support_list label {
    cursor: pointer;
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
    position: relative;
    padding-left: 30px;
}

.get_in_touch .feedback_info .support_list input[type="checkbox"]:checked + label::before {
    border-color: rgb(169,190,217);
    background: rgb(169,190,217);
}

.get_in_touch .feedback_info .support_list a {
    color: rgb(169,190,217);
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}

.get_in_touch .feedback_info .support_list a::after {
    height: 1px;
    transition: transform 0.3s ease;
    content: "";
    left: 0;
    transform-origin: right;
    bottom: -2px;
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    background: rgb(169,190,217);
}

.get_in_touch .feedback_info .support_info::before {
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background: rgb(123,158,198);
    transition: all 0.3s ease;
    content: "";
    width: 0;
}

.get_in_touch .feedback_info .support_info:hover {
    transform: translateY(-3px);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.get_in_touch .reach_widget::before {
    background-image: 
        linear-gradient(45deg, rgb(169,190,217,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(169,190,217,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(169,190,217,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(169,190,217,0.5) 75%);
    top: 0;
    height: 100%;
    opacity: 0.03;
    left: 0;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    position: absolute;
    width: 100%;
    content: "";
    background-size: 30px 30px;
}

.get_in_touch .reach_widget .support_section li {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    align-items: center;
    margin-bottom: 20px;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    transition: all 0.3s ease;
    display: flex;
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
}

.get_in_touch .reach_widget .support_section li svg path {
    transition: all 0.3s ease;
    fill: rgb(169,190,217);
}

.get_in_touch .reach_widget .support_section li span {
    font-size: 18px;
    color: #000000;
}

.get_in_touch .reach_widget .support_section li a:hover {
    color: rgb(169,190,217);
}

.greeting_page {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.greeting_page .main_front::before {
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(169,190,217,0.5), rgb(123,158,198,0.5));
    top: 0;
    z-index: 1;
    right: 0;
}

.greeting_page .knowledge_sessions {
    max-width: 800px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    z-index: 3;
    box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.08), 
    rgba(255, 255, 255, 0.02));
    padding: 3.5rem;
    backdrop-filter: blur(8px);
    position: relative;
}

.greeting_page h1 {
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 700;
    animation: slideInTitle 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.2s;
    opacity: 0;
    letter-spacing: -0.02em;
    transform: translateX(-10px);
    font-size: clamp(2.5rem, 5vw, 41px);
}

.greeting_page p {
    opacity: 0;
    line-height: 1.6;
    padding-left: 2rem;
    animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.7s;
    margin-top: 2rem;
    transform: translateY(15px);
    color: #ffffff;
    position: relative;
    font-size: clamp(1rem, 2vw, 17px);
}

.program_results {
    background: linear-gradient(135deg, rgb(212,222,236) 0%, rgb(169,190,217,0.5) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.program_results::after {
    opacity: 0.5;
    border-radius: 50%;
    animation: rotate 30s linear infinite;
    top: -200px;
    right: -200px;
    width: 400px;
    background: rgb(169,190,217,0.5);
    filter: blur(80px);
    content: "";
    height: 400px;
    position: absolute;
}

.program_results .proof_stats {
    gap: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.program_results .img_rounded_box:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}

.program_results .text_clip::before {
    transform: rotate(45deg);
    z-index: -1;
    width: 80px;
    border-radius: 20px;
    position: absolute;
    background: linear-gradient(135deg, rgb(169,190,217,0.5), rgb(123,158,198,0.5));
    right: 30px;
    opacity: 0.7;
    height: 80px;
    content: "";
    top: -20px;
}

.program_results h3::after {
    left: 0;
    height: 3px;
    content: "";
    width: 50px;
    background: linear-gradient(to right, rgb(169,190,217), rgb(123,158,198));
    bottom: -12px;
    border-radius: 10px;
    position: absolute;
}

.program_results li::before {
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(90deg, rgb(169,190,217,0.5), transparent);
    content: "";
    top: 0;
    z-index: 0;
    opacity: 0;
    left: 0;
}

.program_results li:hover p {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.program_results svg {
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 5px;
    flex-shrink: 0;
    width: 24px;
    background: linear-gradient(135deg, #ffffff, rgb(212,222,236));
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.program_results li:hover svg {
    transform: scale(1.1) rotate(10deg);
    background: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.give_it_a_try::before {
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(123,158,198,0.5) 0px,
        rgb(123,158,198,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    content: "";
    opacity: 0.1;
    position: absolute;
    left: 0;
}

.give_it_a_try h2 {
    font-weight: 700;
    transform: perspective(1000px) rotateX(2deg);
    font-size: 31px;
    line-height: 1.4;
    transition: transform 0.5s ease;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-align: center;
    max-width: 900px;
    margin-bottom: 40px;
}

.give_it_a_try .proof_stats::before {
    background: linear-gradient(to bottom, rgb(169,190,217), rgb(123,158,198));
    z-index: 1;
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
}

.give_it_a_try .proof_stats:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.give_it_a_try svg:hover {
    transform: rotate(0deg) scale(1.1);
}

.give_it_a_try svg path {
    fill: rgb(169,190,217);
    transition: fill 0.3s ease;
}

.give_it_a_try .support_info {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding: 15px 35px;
    border-radius: 10px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-size: 20px;
    background: linear-gradient(135deg, rgb(169,190,217) 0%, rgb(123,158,198) 100%);
    z-index: 1;
    overflow: hidden;
}

.give_it_a_try .support_info:hover::before {
    left: 100%;
}

.give_it_a_try .proof_stats div {
    position: relative;
}

.give_it_a_try .proof_stats:hover div::after {
    width: 100%;
}

footer {
    width: 100%;
    z-index: 1;
    position: relative;
}

.footer_subscribe::before {
    bottom: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    background: radial-gradient(circle at 10% 20%, rgb(123,158,198,0.5) 0%, transparent 50%);
    right: 0;
    content: "";
    left: 0;
}



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

footer .reward_sys {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}

footer .ask_for_help:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

footer .info_item {
    align-items: center;
    display: flex;
    flex: 1 1 220px;
}

footer .info_item svg {
    width: 20px;
    margin-right: 12px;
    fill: rgb(169,190,217);
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 3px rgb(169,190,217,0.5));
    height: 20px;
}

footer .info_item a:hover {
    color: rgb(169,190,217);
    text-shadow: 0 0 8px rgb(169,190,217,0.5);
}

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

footer .site_prime svg {
    height: 50px;
    width: auto;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 5px rgb(169,190,217,0.5));
    transition: filter 0.3s ease;
}

footer .head_expert {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    position: relative;
    transition: box-shadow 0.3s ease;
}

footer .head_expert:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}



footer .head_expert h5 {
    padding-bottom: 10px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
}

footer .head_expert:hover h5::after {
    width: 100px;
}

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

footer .main_pagewrap a::before {
    top: 50%;
    left: 0;
    position: absolute;
    height: 6px;
    transform: translateY(-50%) scale(0.8);
    border-radius: 50%;
    content: "";
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    background-color: rgb(169,190,217);
    width: 6px;
    opacity: 0.7;
}

footer .subscribe_holder {
    position: relative;
    background: linear-gradient(135deg, rgb(123,158,198,0.5), #000000);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 30px;
    border-radius: 14px;
}



footer .subscribe_holder h5 {
    font-size: 20px;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
}

footer .subscribe_holder h5::after {
    width: 100%;
    bottom: -5px;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(169,190,217), transparent);
}

footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 14px 16px;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #ffffff;
    border-radius: 10px;
    width: 100%;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

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

footer .sub_bonus:hover::before {
    left: 100%;
}

footer .award_show {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.privacy_unit {
    overflow: hidden;
    width: 100%;
    padding: 30px;
    height: 100%;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    background-color: rgb(123,158,198);
}

.privacy_unit h2 {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 0 0 5px rgb(123,158,198);
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
    letter-spacing: 2px;
}

.privacy_unit ul, .privacy_unit ol {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    list-style-position: inside;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 0;
    padding: 10px 0;
}

.privacy_unit section {
    border-radius: 26px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.tariff_item {
    position: relative;
    background: linear-gradient(135deg, rgb(212,222,236) 0%, rgb(123,158,198,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}

.tariff_item::before {
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(169,190,217), 0.03) 40px, rgba(rgb(169,190,217), 0.03) 80px);
    z-index: 1;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    pointer-events: none;
    position: absolute;
}

.tariff_item .price_schemes:hover {
    transform: translateY(-5px);
}

.tariff_item .price_schemes h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
    font-size: 28px;
}

.tariff_item .price_schemes h2::after {
    height: 3px;
    bottom: -10px;
    left: 0;
    position: absolute;
    width: 80px;
    background: rgb(169,190,217);
    content: "";
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.tariff_item .pro_fees {
    position: relative;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
}

.tariff_item .learning_rates:hover {
    transform: translateY(-8px);
}

.tariff_item .payment_scheme {
    flex-direction: column;
    border-radius: 8px;
    position: relative;
    display: flex;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    height: 100%;
    background: #ffffff;
    transition: box-shadow 0.4s ease;
    overflow: hidden;
}

.tariff_item .learning_fee h3 {
    font-size: calc(18px + 0.1rem);
    line-height: 1.3;
    color: #000000;
    position: relative;
    font-weight: 600;
    margin-bottom: 1rem;
}

.tariff_item .trial_offers::before {
    bottom: -10px;
    content: "";
    background: rgb(123,158,198);
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}

.tariff_item .img_rounded_box {
    transition: transform 0.6s ease-out;
    position: relative;
    transform: scale(1);
    width: 100%;
    height: 220px;
}

.tariff_item .learning_rates:hover .img_rounded_box {
    transform: scale(1.05);
}

.cookie_popup_display {
    padding: 20px 0;
    background-color: rgb(212,222,236);
    animation: fadeInUp 0.5s ease-out;
    border-top: 1px solid rgb(169,190,217);
    bottom: 0;
    z-index: 1000;
    position: fixed;
    width: 100%;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
}


.cookie_popup_display .cookie_tips {
    flex-grow: 1;
}

.cookie_popup_display .cookie_tips h5 {
    color: rgb(169,190,217);
    font-size: 20px;
    margin-bottom: 6px;
}

.cookie_popup_display .safe_cookies {
    display: inline-block;
    margin-right: 15px;
    color: #ffffff;
    margin-top: 20px;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: rgb(169,190,217);
}


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



@media (min-width: 768px) {.teaching_history {
    padding: 7rem 0;
}.teaching_history .edu_ratings {
    row-gap: 1.5rem;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 2.5rem;
    padding: 3rem;
}.teaching_history .edu_ratings > div:first-child {
    grid-row: 1 / 3;
    align-items: flex-start;
    justify-content: center;
    display: flex;
}.teaching_history .edu_ratings > div:nth-child(2) {
    align-self: end;
}.teaching_history .img_rounded_box {
    height: 180px;
    width: 180px;
}.teaching_history .name {
    font-size: calc(23px * 1.3);
    margin-bottom: 0.8rem;
}.teaching_history .work_view {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
    padding-left: 2rem;
}
}



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



@media (max-width: 768px) {.thanks_id {
    padding: 60px 0;
}.thanks_id h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.thanks_id h2::after {
    bottom: -12px;
    width: 60px;
}.thanks_id .proof_stats {
    padding: 25px 30px 20px;
}.thanks_id li span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}



@media (hover: hover) {.thanks_id .proof_stats:hover {
    transition: transform 0.3s ease;
    transform: translateZ(15px) translateY(5px);
}}



@media (min-width: 768px) {.training_structure .proof_stats {
    gap: 2rem;
    grid-template-columns: 1fr;
    align-items: start;
    display: grid;
}.training_structure h2 {
    margin-bottom: 4rem;
    font-size: calc(30px * 1.2);
}.training_structure .text_clip {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 95%);
    padding: 3rem 3.5rem;
}.training_structure p {
    max-width: 85%;
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 767px) {.training_structure {
    padding: 5rem 0;
}.training_structure .proof_stats {
    padding: 0 1.5rem;
}.training_structure h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.9);
}.training_structure .text_clip {
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
}.training_structure p {
    font-size: calc(12px * 0.95);
    max-width: 100%;
}
}



@media (max-width: 992px) {.statistical_details {
    padding: 250px 0 80px;
}.statistical_details .growth_track {
    width: 300px;
    padding: 20px;
    height: 300px;
    margin-top: 150px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}.statistical_details .statistics_pros {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 150px;
    height: auto;
    display: grid;
    grid-gap: 20px;
}.statistical_details .knowledge_boosters {
    bottom: unset !important;
    width: 100%;
    left: unset !important;
    transform: none !important;
    position: relative;
    right: unset !important;
    top: unset !important;
    height: 120px;
}.statistical_details .knowledge_boosters:hover {
    transform: translateY(-5px) !important;
}.statistics.items-4 .knowledge_boosters,
    .statistics.items-6 .knowledge_boosters,
    .statistics.items-8 .knowledge_boosters {
    top: unset !important;
}
}



@media (max-width: 1200px) {.course_program .knowledge_path {
    grid-column: 2 / 12;
}
}



@media (max-width: 991px) {.course_program {
    padding: 4rem 0;
}.course_program .knowledge_path {
    margin: 0 20px;
    grid-column: 1 / 13;
}
}



@media (max-width: 480px) {.course_program {
    padding: 2rem 0;
}.course_program .knowledge_path {
    padding: 25px 15px;
}.course_program .knowledge_path h3 {
    padding-left: 15px;
    font-size: calc(37px * 0.8);
}.course_program .knowledge_path p {
    padding-left: 15px;
}.course_program .knowledge_path .support_info {
    padding: 10px 20px;
    margin-left: 15px;
}}



@media (max-width: 768px) {.our_team {
    padding: 80px 0;
}.our_team .success_story {
    padding: 30px;
    flex-direction: column;
    padding-bottom: 60px;
}.our_team .success_story .img_rounded_box {
    height: 270px;
    margin-bottom: 20px;
    width: 200px;
}.our_team .knowledge_space {
    text-align: center;
    width: 90%;
}.our_team .knowledge_space::before {
    width: 100%;
    height: 4px;
}.our_team .knowledge_space::after {
    left: 50%;
    transform: translateX(-50%);
}.our_team .text_clip {
    padding: 30px;
}.our_team h2 {
    text-align: center;
}.our_team h2::after {
    transform: translateX(-50%);
    left: 50%;
}.our_team .text_clip:hover h2::after {
    width: 80px;
}.our_team p {
    text-align: center;
    padding-left: 0;
}.our_team p::before {
    display: none;
}
}



@media (max-width: 992px) {.get_in_touch {
    padding: 60px 0;
}.get_in_touch h3 {
    margin-bottom: 40px;
}.get_in_touch .connect_links {
    flex-direction: column;
}.get_in_touch .feedback_info,
    .get_in_touch .reach_widget {
    flex: 1 1 100%;
}.get_in_touch .feedback_info::before {
    display: none;
}.get_in_touch .feedback_info {
    padding: 40px;
}.get_in_touch .reach_widget {
    padding: 40px;
}
}



@media (max-width: 576px) {.get_in_touch {
    padding: 40px 0;
}.get_in_touch h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.7);
}.get_in_touch .feedback_info,
    .get_in_touch .reach_widget {
    padding: 25px 20px;
}.get_in_touch .feedback_info input[type="text"],
    .get_in_touch .feedback_info textarea {
    margin-bottom: 15px;
}.get_in_touch .feedback_info .support_list label {
    font-size: calc(13px * 0.9);
}.get_in_touch .feedback_info .support_info {
    padding: 12px 20px;
    width: 100%;
}.get_in_touch .reach_widget .support_section li {
    padding: 12px;
    margin-bottom: 15px;
}}



@media (max-width: 480px) {.greeting_page .knowledge_sessions {
    padding: 1.5rem;
}.greeting_page .main_front::after {
    top: -5%;
    right: -20%;
    width: 70%;
}.greeting_page h1 {
    font-size: clamp(2rem, 8vw, 41px);
}.greeting_page p {
    margin-top: 1.5rem;
    padding-left: 1.5rem;
}.greeting_page p::before {
    width: 1rem;
}}



@media (max-width: 576px) {.program_results {
    padding: 50px 0;
}.program_results .img_rounded_box {
    max-width: 85%;
}.program_results .text_clip {
    width: 100%;
    padding: 30px 25px;
}.program_results .text_clip::before {
    width: 60px;
    height: 60px;
    top: -15px;
    right: 20px;
}.program_results h3 {
    margin-bottom: 25px;
    font-size: 21px;
}.program_results li p {
    padding: 12px 15px;
}.program_results svg {
    height: 22px;
    padding: 4px;
    width: 22px;
}}



@media (max-width: 479px) {.give_it_a_try {
    padding: 50px 0;
}.give_it_a_try h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 20px;
}.give_it_a_try .proof_stats {
    padding: 20px;
}.give_it_a_try svg {
    width: 32px;
    height: 32px;
}.give_it_a_try .support_info {
    font-size: calc(20px * 0.85);
    padding: 10px 25px;
}}



@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_bonus {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .footer_subscribe {
    padding: 60px 0 30px;
}footer .ask_for_help {
    padding: 20px;
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
}footer .head_expert, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .head_expert h5 {
    font-size: calc(20px - 2px);
}footer .subscribe_holder p, footer .main_pagewrap a {
    font-size: calc(18px - 2px);
}footer .award_show {
    margin-top: 30px;
}
}



@media only screen and (max-width: 800px) {.privacy_unit {
    padding: 20px;
}.privacy_unit h1 {
    font-size: calc(24px - 10%);
}.privacy_unit h2 {
    font-size: calc(24px - 10%);
}.privacy_unit h3, .privacy_unit h4, .privacy_unit h5, .privacy_unit h6 {
    font-size: calc(24px - 10%);
}.privacy_unit li {
    font-size: calc(17px - 10%);
}}



@media (min-width: 1200px) {.tariff_item .pro_fees {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.tariff_item .learning_fee {
    padding: 2.5rem;
}.tariff_item .price_schemes h2 {
    font-size: calc(28px + 0.2rem);
}.tariff_item .img_rounded_box {
    height: 250px;
}
}


@media (max-width: 768px) {.cookie_popup_display .tracking_policy {
    margin-bottom: 15px;
    margin-right: 0;
}.cookie_popup_display .safe_cookies {
    margin-left: 0;
    width: 48%;
    text-align: center;
}}



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



@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
}



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

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



@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}


    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }

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



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



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



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

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

@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

