.top_edu {
    flex: 1 0 auto;
}

.wrapper-holder {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}

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

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

.footer_classes {
    flex: 0 0 auto;
}

.contact_panel::after {
    background-image: 
        linear-gradient(90deg, rgba(rgb(170,203,202), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(170,203,202), 0.03) 1px, transparent 1px);
    position: absolute;
    top: 0;
    background-size: 20px 20px;
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.6;
    z-index: 1;
    animation: gridMove 20s linear infinite;
    left: 0;
}

.contact_panel .query_help {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 20px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(170,203,202), 0.05);
    transform: translateY(0);
    display: flex;
}

.contact_panel .img_holder::after {
    content: "";
    background: linear-gradient(135deg, 
                rgba(rgb(170,203,202), 0.3) 0%, 
                rgba(rgb(126,174,158), 0.3) 100%);
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: overlay;
    height: 100%;
    width: 100%;
}

.contact_panel form h3 {
    font-size: 24px;
    display: inline-block;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
}

.contact_panel form input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(rgb(170,203,202), 0.1);
    border-color: rgb(170,203,202);
}

.contact_panel .query_card {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.contact_panel .query_card label::before {
    left: 0;
    border: 1px solid rgba(#000000, 0.2);
    content: "";
    height: 22px;
    width: 22px;
    position: absolute;
    top: 0;
    border-radius: 10px;
    background: rgba(#ffffff, 0.8);
    transition: all 0.3s ease;
}

.contact_panel .query_card label a::after {
    transform: scaleX(0);
    bottom: -2px;
    content: "";
    height: 1px;
    width: 100%;
    background: rgb(170,203,202);
    left: 0;
    transform-origin: left;
    position: absolute;
    transition: transform 0.3s ease;
}

.contact_panel .contact_request:hover::before {
    opacity: 1;
}

.contact_panel .contact_request:active {
    transform: translateY(2px);
}

.contact_panel svg {
    margin-right: 10px;
    height: 20px;
    transition: fill 0.3s ease;
    width: 20px;
    fill: rgb(170,203,202);
}

.contact_panel svg:hover,
.contact_panel svg:hover path {
    fill: rgb(126,174,158);
}

.course_summary::after {
    width: 300px;
    z-index: 1;
    background: rgb(126,174,158);
    bottom: -100px;
    border-radius: 50%;
    content: "";
    left: -100px;
    opacity: 0.08;
    position: absolute;
    height: 300px;
}

.course_summary .learn_more:hover {
    transform: translateY(-6px);
}

.course_summary .img_holder::after {
    top: 0;
    background: linear-gradient(135deg, 
        rgb(170,203,202,0.5) 0%, 
        transparent 40%, 
        rgb(126,174,158,0.5) 100%);
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.course_summary h3 {
    line-height: 1.4;
    padding-bottom: 12px;
    font-weight: 700;
    color: #000000;
    font-size: calc(24px * 1.1);
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    margin-bottom: 24px;
    position: relative;
}

.cookie_message_banner {
    background: rgb(214,225,223);
    transition: transform 0.3s ease-in-out;
    display: flex;
    border-top: 3px solid rgb(170,203,202);
    bottom: 0;
    z-index: 90;
    padding: 1rem 0;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
}

.cookie_gate {
    flex: 1;
    margin-bottom: 20px;
    min-width: 300px;
}

.track_accept {
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    display: inline-block;
    cursor: pointer;
    background: rgb(170,203,202);
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.thanksUnit::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(170,203,202), rgb(126,174,158), transparent);
    height: 3px;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
}

.thanksUnit h2 {
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    color: #000000;
    animation: fadeUp 0.8s 0.2s forwards ease-out;
    margin-bottom: 40px;
}

.thanksUnit .learn_studio::before {
    width: 5px;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(170,203,202), rgb(126,174,158));
    top: 0;
    content: "";
    height: 100%;
}

.thanksUnit .learn_studio:hover {
    transform: translateY(27px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.1), 
                0 8px 20px rgba(0,0,0,0.07);
}

.thanksUnit span {
    line-height: 1.8;
    opacity: 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    transform: translateX(20px);
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    display: block;
}

.join_now::before {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
    transform: rotate(25deg);
    position: absolute;
    content: "";
    width: 80%;
    top: -50%;
    left: -20%;
    z-index: -1;
    height: 200%;
}

.join_now .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.join_now h6::after {
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    opacity: 0.7;
    position: absolute;
    height: 3px;
    bottom: -15px;
}

.join_now div div {
    justify-content: center;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
    display: flex;
}

.join_now div div span:hover {
    transform: translateY(-5px);
}

.join_now .contact_request:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.12);
}

.join_now .contact_request:hover::before {
    transform-origin: left;
    opacity: 1;
    transform: scaleX(1);
}

.join_now .contact_request span {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}

header::before {
    background: linear-gradient(135deg, rgb(170,203,202), rgb(126,174,158));
    left: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    width: 35%;
    content: '';
    position: absolute;
}

header .nav_core:hover svg {
    transform: scale(1.05);
}

header .top_study {
    width: 65%;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    padding: 1.2rem 3%;
    position: relative;
    gap: 0.5rem;
}

header .head_learning::before {
    transition: opacity 0.3s ease;
    z-index: -1;
    height: 100%;
    top: 0;
    content: '';
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(170,203,202,0.5), rgb(126,174,158,0.5));
    position: absolute;
    left: 0;
    opacity: 0;
    width: 100%;
}

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

.who_we_are .text_content_box {
    padding: 40px;
    animation: fadeIn 1s 0.3s ease-out forwards;
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(20px);
    position: relative;
}

.who_we_are .text_content_box p {
    padding-bottom: 10px;
    opacity: 0;
    font-weight: 600;
    transform: translateX(-10px);
    margin: 0;
    color: rgb(170,203,202);
    font-size: calc(14px * 1.4);
    animation: slideInText 0.8s 0.4s ease-out forwards;
    position: relative;
}

.privacy_arsenal {
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    padding: 40px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.5);
}

.privacy_arsenal h3, .privacy_arsenal h4, .privacy_arsenal h5, .privacy_arsenal h6 {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    color: rgb(170,203,202);
}

.privacy_arsenal li::before {
    line-height: 1em;
    left: 0;
    font-size: 1.2em;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    content: ">";
    color: rgb(170,203,202);
}

.follow {
    position: relative;
    background: linear-gradient(135deg, rgb(214,225,223) 0%, rgb(126,174,158,0.5) 100%);
    z-index: 1;
    overflow: hidden;
    padding: 4rem 2rem;
}

.follow .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}

.follow .learn_studio {
    position: relative;
    border-left: 4px solid rgb(170,203,202);
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 5px rgba(0, 0, 0, 0.03);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateY(-1deg);
    grid-template-columns: 1fr;
    display: grid;
    padding: 3rem 2.5rem;
    gap: 2rem;
}

.follow .learn_studio:hover h3::before {
    transform: scaleY(1);
    opacity: 1;
}

.follow .input_holder div {
    position: relative;
    flex: 1;
}

.follow .sub_approach::placeholder {
    color: rgba(0, 0, 0, 0.35);
    transition: color 0.3s ease;
}

.follow .sub_approach:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.follow .join_us:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(rgb(170,203,202,0.5), 0.3);
}

.follow .join_us::before {
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
    top: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: transform 0.6s ease;
}



.title_screen .learn_studio {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.title_screen .main_home input {
    display: none;
}

.title_screen .edu_smart {
    width: 20%;
    position: relative;
    height: 100%;
}

.title_screen .edu_smart img {
    width: 100%;
    transition: transform 8s ease-in-out;
    filter: brightness(0.85) contrast(1.1);
    transform: scale(1.05);
    height: 100%;
    object-fit: cover;
}

.title_screen .learning_page label {
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    height: 14px;
    width: 14px;
    position: relative;
    cursor: pointer;
}

.title_screen .learning_page label::after {
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transform: translate(-50%, -50%) scale(0);
    width: 6px;
    position: absolute;
    border-radius: 50%;
    height: 6px;
    left: 50%;
    top: 50%;
    content: "";
    background: #ffffff;
}



.title_screen .text_content_box h1 {
    position: relative;
    font-size: 38px;
    margin-bottom: 15px;
    color: rgb(170,203,202);
    font-family: Arial, sans-serif;
    font-weight: 700;
    padding-bottom: 15px;
}

.title_screen .text_content_box h3 {
    font-size: 20px;
    color: rgb(126,174,158);
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.title_screen input:nth-of-type(2):checked ~ .edu_open {
    transform: translateX(-20%);
}

.title_screen input:nth-of-type(4):checked ~ .edu_open {
    transform: translateX(-60%);
}

.title_screen input:nth-of-type(6):checked ~ .edu_open {
    transform: translateX(-100%);
}

.title_screen input:nth-of-type(8):checked ~ .edu_open {
    transform: translateX(-140%);
}

.title_screen input:nth-of-type(1):checked ~ .edu_open .edu_smart:nth-child(1) img,
.title_screen input:nth-of-type(2):checked ~ .edu_open .edu_smart:nth-child(2) img,
.title_screen input:nth-of-type(3):checked ~ .edu_open .edu_smart:nth-child(3) img,
.title_screen input:nth-of-type(4):checked ~ .edu_open .edu_smart:nth-child(4) img,
.title_screen input:nth-of-type(5):checked ~ .edu_open .edu_smart:nth-child(5) img,
.title_screen input:nth-of-type(6):checked ~ .edu_open .edu_smart:nth-child(6) img,
.title_screen input:nth-of-type(7):checked ~ .edu_open .edu_smart:nth-child(7) img,
.title_screen input:nth-of-type(8):checked ~ .edu_open .edu_smart:nth-child(8) img,
.title_screen input:nth-of-type(9):checked ~ .edu_open .edu_smart:nth-child(9) img,
.title_screen input:nth-of-type(10):checked ~ .edu_open .edu_smart:nth-child(10) img {
    transform: scale(1);
}

.study_process {
    align-items: center;
    padding: 6rem 2rem;
    min-height: 80vh;
    position: relative;
    background: rgb(214,225,223);
    overflow: hidden;
    display: flex;
}



.study_process .learn_studio {
    justify-content: flex-start;
    margin: 0 auto;
    position: relative;
    display: flex;
    z-index: 5;
    max-width: 1200px;
    width: 100%;
}

.study_process .text_content_box {
    position: relative;
    width: 55%;
    padding: 0;
    transform-style: preserve-3d;
}

.study_process h2 {
    color: rgb(170,203,202);
    transition: all 0.5s ease;
    position: relative;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: 6px;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.study_process h2::after {
    content: attr(data-text);
    opacity: 0.3;
    color: rgb(126,174,158);
    left: 0.5rem;
    top: 0.5rem;
    filter: blur(1px);
    transition: all 0.3s ease;
    position: absolute;
    z-index: -1;
}

.study_process p::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(170,203,202), transparent);
    left: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    content: '';
}

.study_process:hover p {
    transform: translateX(5px);
}

.study_process:hover::after {
    opacity: 0.15;
}

.customer_opinions::after {
    top: -5%;
    right: -5%;
    transform: rotate(-15deg);
    position: absolute;
    filter: blur(60px);
    height: 30%;
    background: linear-gradient(145deg, rgb(126,174,158,0.5), transparent);
    width: 30%;
    z-index: 0;
    content: "";
}

.customer_opinions h2::after {
    content: "";
    position: absolute;
    width: 6rem;
    bottom: -0.75rem;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(170,203,202), rgb(126,174,158));
    transform-origin: left center;
    animation: expandLine 2s ease-out forwards;
}

.customer_opinions .student_insights:nth-child(2) {
    --i: 2;
}

.customer_opinions .student_insights:nth-child(4) {
    --i: 4;
}

.customer_opinions .student_insights:nth-child(6) {
    --i: 6;
}

.customer_opinions .student_insights:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.customer_opinions .student_insights h3 {
    padding-left: 1rem;
    position: relative;
    font-size: calc(18px * 1.1);
    font-weight: 600;
    color: #000000;
    z-index: 2;
    margin-bottom: 0.75rem;
}

.customer_opinions .student_insights div {
    overflow: hidden;
    width: 60px;
    border-radius: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    align-self: flex-end;
    transform: translateY(5px);
    height: 60px;
    position: relative;
}

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

.pricing_kit .discount_deals {
    text-align: center;
    transform: translateY(20px);
    max-width: 800px;
    margin: 0 auto;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    opacity: 0;
}

.pricing_kit .fee_offers {
    font-size: calc(13px + 0.1rem);
    margin-top: 30px;
    color: #000000;
    line-height: 1.6;
}

.pricing_kit .basic_cost {
    z-index: 1;
    position: relative;
    display: block;
    color: inherit;
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
}

.pricing_kit .basic_cost:nth-child(odd) .study_rates::before {
    transform: scaleY(0);
    width: 5px;
    transform-origin: bottom;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(170,203,202);
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.pricing_kit .plan_table h3 {
    display: inline-block;
    transition: color 0.3s ease;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: calc(18px + 0.2rem);
}

.pricing_kit .pricing_offers::after {
    width: 40px;
    left: 0;
    background: currentColor;
    height: 3px;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    content: "";
}

.pricing_kit .basic_cost:hover .img_holder {
    transform: scale(1.05);
}

.pricing_kit .img_holder::after {
    bottom: 0;
    height: 40%;
    opacity: 0;
    position: absolute;
    content: "";
    transition: opacity 0.4s ease;
    width: 100%;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
}

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

.education_history .student_insights:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.education_history .student_insights .img_holder {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 180px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    width: 180px;
}

.education_history .student_insights .name {
    color: rgb(170,203,202);
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    font-size: calc(24px * 1.1);
}

.education_history .student_insights > div:nth-child(3) {
    position: relative;
}

.education_history .student_insights .emp_milestones {
    line-height: 1.7;
    margin: 0;
    font-size: 18px;
    padding: 20px 0;
    position: relative;
    color: #000000;
    transform: translateZ(5px);
}

footer .footer_classes::before {
    top: 0;
    content: '';
    z-index: -1;
    left: 0;
    opacity: 0.05;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 100%;
}

footer .send_message {
    position: relative;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}

footer .info_item svg {
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    fill: rgb(126,174,158);
}

footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(126,174,158);
}

footer .top_expert svg {
    max-width: 160px;
    filter: drop-shadow(0 0 5px rgb(170,203,202,0.5));
    height: auto;
}

footer .top_study h5 {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #ffffff;
    position: relative;
}

footer .site_head a {
    transition: all 0.3s ease;
    position: relative;
    padding-left: 15px;
    opacity: 0.8;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}

footer .subscribe_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    gap: 15px;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 25px;
}

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

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

footer .join_us:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

footer .training_zone::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(126,174,158,0.5) 50%, 
        transparent 100%);
    left: 0;
    content: '';
    height: 1px;
    top: 0;
}

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

.statistical_data h2::after {
    background: linear-gradient(90deg, rgb(170,203,202), rgb(126,174,158));
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
    bottom: -20px;
    position: absolute;
    height: 3px;
    content: "";
}

.statistical_data .statistics_upsides {
    justify-content: center;
    flex-direction: column;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    align-items: center;
    position: relative;
    padding: 30px 20px;
    backdrop-filter: blur(10px);
    display: flex;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    aspect-ratio: 1/1;
    text-align: center;
}

.statistical_data svg {
    position: absolute;
    right: 10px;
    fill: rgb(170,203,202);
    top: 10px;
    transition: all 0.3s ease;
    opacity: 0.4;
    height: 24px;
    width: 24px;
}

.statistical_data ul:has(.statistics_upsides:only-child) .statistics_upsides p {
    font-size: 3.5rem;
}

.statistical_data ul:has(.statistics_upsides:nth-child(2):last-child) {
    max-width: 600px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
}

.statistical_data ul:has(.statistics_upsides:nth-child(6):last-child) {
    grid-template-columns: repeat(3, 1fr);
}

.location_info {
    font-family: Arial, sans-serif;
    position: relative;
    background: rgb(214,225,223);
    overflow: hidden;
    padding: 5rem 0;
}

.location_info::after {
    filter: blur(60px);
    border-radius: 50%;
    bottom: -80px;
    z-index: 0;
    content: "";
    background: linear-gradient(135deg, rgb(170,203,202), rgb(126,174,158));
    opacity: 0.1;
    height: 200px;
    position: absolute;
    right: -80px;
    width: 200px;
}

.location_info .contact_support:hover {
    transform: translateY(-5px);
}

.location_info .contact_support::before {
    position: absolute;
    top: 0;
    width: 3px;
    animation: progressLine 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background: linear-gradient(to bottom, rgb(170,203,202), rgb(126,174,158));
    left: 0;
    height: 0;
    content: "";
}



.location_info h5 {
    animation: fadeUpIn 0.6s ease forwards 0.6s;
    align-items: center;
    opacity: 0;
    display: flex;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    transform: translateY(10px);
}

.location_info .message_us li:nth-child(1) {
    animation-delay: 0.8s;
}

.location_info .message_us li:nth-child(3) {
    animation-delay: 1.2s;
}

.location_info .connect_section:hover {
    color: rgb(170,203,202);
    transform: translateX(5px);
}

.location_info .connect_section:hover::before {
    transform: translateX(0);
}

.location_info .connect_section svg {
    z-index: 1;
    transition: transform 0.3s ease;
    position: relative;
    margin-left: 0.5rem;
}

.location_info .connect_section:hover svg path {
    fill: rgb(170,203,202);
}


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


@media (max-width: 1024px) {.contact_panel {
    padding: 60px 0;
}.contact_panel .container {
    padding: 0 15px;
}.contact_panel h2 {
    margin-bottom: 40px;
}.contact_panel .query_links {
    padding: 40px 30px;
}
}



@media (max-width: 480px) {.contact_panel {
    padding: 40px 0;
}.contact_panel h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.85);
}.contact_panel .img_holder {
    height: 200px;
}.contact_panel .query_links {
    padding: 25px 20px;
}.contact_panel form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 20px;
}.contact_panel form input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 12px;
}.contact_panel .query_card {
    margin-bottom: 20px;
}.contact_panel .query_card label {
    padding-left: 30px;
    font-size: calc(13px * 0.9);
}.contact_panel .query_card label::before {
    width: 18px;
    height: 18px;
}.contact_panel .query_card input[type="checkbox"]:checked + label::after {
    top: 3px;
    height: 10px;
    width: 5px;
    left: 6px;
}.contact_panel .contact_request {
    padding: 10px 12px;
}
}



@media (max-width: 480px) {.course_summary {
    padding: 60px 0;
}.course_summary .img_holder {
    height: 200px;
}.course_summary .text_content_box {
    padding: 25px 20px;
}.course_summary h3 {
    font-size: calc(18px * 0.95);
    padding-bottom: 10px;
    margin-bottom: 15px;
}
}



@media (max-width: 991px) {.thanksUnit {
    padding: 90px 0;
}.thanksUnit h2 {
    margin-bottom: 35px;
    font-size: calc(37px * 0.9);
}.thanksUnit .learn_studio {
    padding: 35px;
}.thanksUnit .learn_studio::after {
    width: 30%;
}
}



@media (max-width: 991px) {.join_now {
    padding: 4rem 1.5rem;
}.join_now h6 {
    max-width: 90%;
    font-size: calc(20px * 1.1);
}.join_now .contact_request {
    padding: 0.9rem 2.2rem;
}
}



@media (max-width: 575px) {.join_now {
    padding: 3rem 0.8rem;
}.join_now .container {
    transform: perspective(1000px) rotateX(1deg);
}.join_now h6 {
    margin-bottom: 1.8rem;
    line-height: 1.4;
    font-size: calc(20px * 0.9);
}.join_now h6::after {
    width: 50px;
    height: 2px;
    bottom: -10px;
}.join_now .contact_request {
    font-size: calc(20px * 0.9);
    padding: 0.7rem 1.5rem;
}}



@media (max-width: 480px) {header .nav_core {
    padding: 0.7rem 0;
}header .nav_core svg {
    width: 110px;
}header .top_study {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.7rem 2%;
    flex-wrap: nowrap;
    width: 100%;
}header .top_study::-webkit-scrollbar {
    height: 3px;
}header .top_study::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(170,203,202);
}header .head_learning {
    white-space: nowrap;
    margin-right: 2px;
    flex-shrink: 0;
    padding: 0.45rem 0.9rem;
    font-size: calc(14px - 1px);
}}



@media (min-width: 1024px) {.who_we_are {
    padding: 180px 0;
}.who_we_are .container {
    padding: 0 30px;
    grid-template-columns: 1fr;
}.who_we_are .text_content_box {
    width: calc(100% + 40px);
    padding: 70px;
    margin-left: -40px;
}.who_we_are .text_content_box::after {
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(170,203,202,0.5), 0.05) 50%);
    height: 150px;
    right: 0;
    width: 150px;
    bottom: 0;
    position: absolute;
}.who_we_are .text_content_box p {
    padding-bottom: 15px;
    font-size: calc(14px * 1.8);
}.who_we_are .text_content_box div div {
    column-count: 2;
}
}



@media (min-width: 768px) {.follow {
    padding: 5rem 2rem;
}.follow .learn_studio {
    padding: 3.5rem;
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1.5fr 1fr;
}.follow h3 {
    margin: 0;
    padding-left: 1.5rem;
}.follow .input_holder {
    flex-direction: row;
    margin-top: 0;
}.follow .sub_approach {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}.follow .join_us {
    align-self: stretch;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
}



@media (max-width: 991px) {.title_screen .learn_studio {
    min-height: 90vh;
}.title_screen .main_home {
    height: 90vh;
}.title_screen .text_content_box {
    padding: 30px 0 60px;
}.title_screen .text_content_box h1 {
    font-size: calc(38px * 0.9);
}.title_screen .text_content_box h3 {
    font-size: calc(20px * 0.9);
}.title_screen .text_content_box p {
    font-size: calc(18px * 0.95);
}.title_screen .learning_page {
    padding: 10px 16px;
    bottom: 25px;
}.title_screen .learning_page label {
    height: 12px;
    width: 12px;
}
}



@media (max-width: 992px) {.study_process {
    padding: 5rem 1.5rem;
}.study_process .text_content_box {
    width: 70%;
}.study_process h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2.5rem;
    letter-spacing: 4px;
}.study_process p {
    font-size: calc(15px * 0.95);
}.study_process:hover h2 {
    letter-spacing: 6px;
}
}



@media (max-width: 768px) {.study_process {
    min-height: 60vh;
    padding: 4rem 1rem;
}.study_process .learn_studio {
    justify-content: center;
}.study_process .text_content_box {
    width: 90%;
}.study_process h2 {
    margin-bottom: 2rem;
    letter-spacing: 3px;
    font-size: calc(33px * 0.8);
}.study_process h2::before {
    width: 40px;
    bottom: -1rem;
}.study_process h2::after {
    left: 0.3rem;
    top: 0.3rem;
}.study_process p {
    padding-left: 1.5rem;
}.study_process:hover h2 {
    letter-spacing: 4px;
}.study_process .text_content_box::before,
    .study_process .text_content_box::after {
    width: 80px;
    height: 80px;
}.study_process:hover .text_content_box::before,
    .study_process:hover .text_content_box::after {
    width: 90px;
    height: 90px;
}
}



@media (min-width: 768px) {.pricing_kit .lesson_fees {
    grid-template-columns: 1fr;
}.pricing_kit .rate_choice {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}
}



@media (min-width: 992px) {.pricing_kit {
    padding: 150px 0;
}.pricing_kit .lesson_fees {
    gap: 80px;
    grid-template-columns: 1fr;
}.pricing_kit .rate_choice {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.pricing_kit .study_rates {
    min-height: 480px;
}
}



@media (max-width: 480px) {.pricing_kit {
    padding: 60px 0;
}.pricing_kit .lesson_fees {
    gap: 40px;
}.pricing_kit .rate_choice {
    gap: 25px;
}.pricing_kit .plan_table h3 {
    font-size: 18px;
}.pricing_kit .pricing_offers {
    font-size: 18px;
}.pricing_kit .plan_table p {
    font-size: calc(13px - 0.1rem);
}}



@media (max-width: 767px) {.education_history {
    padding: 80px 0;
}.education_history .student_insights {
    padding: 30px 25px;
}.education_history .student_insights .img_holder {
    height: 150px;
    width: 150px;
}.education_history .student_insights .emp_milestones {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.education_history .student_insights .emp_milestones::before,
  .education_history .student_insights .emp_milestones::after {
    font-size: 60px;
}
}



@media (max-width: 768px) {footer .footer_classes {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .top_study {
    gap: 15px;
}footer .send_message {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .join_us {
    width: 100%;
}
}



@media screen and (max-width: 1200px) {.statistical_data {
    padding: 100px 0;
}.statistical_data ul:has(.statistics_upsides:nth-child(7):last-child),
    .statistical_data ul:has(.statistics_upsides:nth-child(8):last-child),
    .statistical_data ul:has(.statistics_upsides:nth-child(9):last-child),
    .statistical_data ul:has(.statistics_upsides:nth-child(10):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.statistical_data .statistics_upsides p {
    font-size: 2.2rem;
}
}



@media screen and (max-width: 480px) {.statistical_data {
    padding: 60px 0;
}.statistical_data h2 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.7);
}.statistical_data h2::after {
    bottom: -15px;
    width: 40px;
}.statistical_data ul {
    gap: 25px;
}.statistical_data .statistics_upsides {
    min-height: 130px;
}.statistical_data .statistics_upsides p {
    font-size: 1.8rem;
}.statistical_data .statistics_upsides span {
    font-size: calc(14px * 0.8);
}.statistical_data ul:has(.statistics_upsides:only-child) .statistics_upsides {
    height: 180px;
    width: 180px;
}.statistical_data ul:has(.statistics_upsides:only-child) .statistics_upsides p {
    font-size: 2.8rem;
}.statistical_data svg {
    width: 20px;
    height: 20px;
}}



@media (max-width: 767px) {.location_info {
    padding: 3rem 0;
}.location_info .contact_support {
    padding: 2rem;
    border-radius: 10px;
}.location_info h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 1.25rem;
}.location_info p {
    margin-bottom: 1.25rem;
}.location_info .connect_section {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
}.location_info .connect_section svg {
    transform: scale(0.85);
}.location_info h5 svg {
    transform: scale(0.8);
}.location_info .message_us {
    margin-top: 1.5rem;
    gap: 0.75rem;
}
}



@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}



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



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



@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg) skewX(15deg);
    }
    50% {
        transform: translate(5%, 5%) rotate(-15deg) skewX(15deg);
    }
}

@keyframes moveLines {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(50px);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(170,203,202);
    }
    100% {
        border-color: rgb(126,174,158);
    }
}



@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 6rem;
    }
}

@keyframes progressLine {
    to { height: 100%; }
}

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

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
