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

header,footer {
    width: 100%;
}

header {
    background: #ffffff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    padding: 0;
    z-index: 100;
    width: 100%;
    position: relative;
}


.contact_panel {
    background: linear-gradient(135deg, rgb(214,225,223) 0%, rgba(0, 0, 0, 0.03) 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}



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

.contact_panel h2 {
    position: relative;
    left: 50%;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
    font-size: 38px;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}

.contact_panel .query_help:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(170,203,202), 0.1);
    transform: translateY(-5px);
}

.contact_panel .img_holder {
    position: relative;
    width: 45%;
    overflow: hidden;
}



.contact_panel .query_links {
    padding: 50px 40px;
    width: 55%;
    position: relative;
}

.contact_panel .query_links::before {
    z-index: 0;
    top: -50px;
    background: radial-gradient(circle, rgba(rgb(170,203,202), 0.05) 0%, transparent 70%);
    position: absolute;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    content: "";
    right: -50px;
}

.contact_panel form input[type="text"] {
    border: 1px solid rgba(#000000, 0.1);
    background: rgba(#ffffff, 0.8);
    color: #000000;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 15px 20px;
    position: relative;
}

.contact_panel .query_card input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    width: 0;
    height: 0;
}

.contact_panel .query_card input[type="checkbox"]:checked + label::before {
    background: rgb(170,203,202);
    border-color: rgb(170,203,202);
}

.contact_panel .query_card label a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: rgb(170,203,202);
}

.contact_panel .query_card label a:hover {
    color: rgb(126,174,158);
}

.contact_panel .contact_request {
    background: linear-gradient(90deg, rgb(170,203,202), rgb(126,174,158));
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    font-size: 20px;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    cursor: pointer;
    color: #ffffff;
    border: none;
    font-weight: 600;
}

.contact_panel form input {
    background: rgb(214,225,223);
}

.course_summary {
    background: rgb(214,225,223);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

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

.course_summary .img_holder {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.course_summary .text_content_box {
    padding: 40px;
    position: relative;
    background: linear-gradient(to bottom right, 
        #ffffff 0%, 
        rgba(255, 255, 255, 0.95) 100%);
}

.course_summary .learn_more:hover .text_content_box::before {
    transform: scaleY(1);
}

.course_summary h3::after {
    height: 2px;
    width: 60px;
    background: rgb(126,174,158);
    left: 0;
    position: absolute;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    bottom: 0;
}

.course_summary .description {
    font-family: Arial, sans-serif;
    max-height: 300px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #000000;
    overflow-y: auto;
    position: relative;
}

.data_settings {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.data_settings svg {
    width: 50px;
    fill: rgb(170,203,202);
    height: 50px;
}

.cookie_gate h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: rgb(170,203,202);
    font-size: 1.5rem;
}

.cookie_button.data_approval {
    background: #000000;
    margin-left: 0.5rem;
}

.cookie_button.data_approval:hover {
    background: rgb(170,203,202);
}

.cookie_message_banner p a:hover {
    color: #000000;
}


.thanksUnit {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,225,223) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}

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

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

.thanksUnit .learn_studio::after {
    top: 0;
    right: 0;
    width: 40%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(245,247,250,0.6) 100%);
    content: "";
    height: 100%;
    pointer-events: none;
}

.thanksUnit ul {
    z-index: 2;
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
}

.thanksUnit span::after {
    width: 0;
    height: 1px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(170,203,202,0.5), transparent);
    animation: lineExpand 1.2s 1s forwards ease-in-out;
    left: 0;
    bottom: -15px;
}

.join_now::after {
    animation: pulse 8s infinite alternate ease-in-out;
    border-radius: 50%;
    bottom: -50px;
    content: "";
    right: -50px;
    width: 250px;
    z-index: -1;
    position: absolute;
    height: 250px;
    background: radial-gradient(circle, rgb(170,203,202,0.5) 0%, transparent 70%);
}

.join_now h6 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-align: center;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    font-size: calc(20px * 1.2);
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 2.5rem;
    animation: fadeInUp 0.8s ease-out;
    max-width: 80%;
}

.join_now .contact_request {
    z-index: 1;
    color: rgb(126,174,158);
    justify-content: center;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    display: inline-flex;
    padding: 1rem 2.5rem;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .nav_page {
    display: flex;
    height: 100%;
    align-items: stretch;
}

header .nav_core {
    width: 35%;
    padding: 1.2rem 0;
    display: flex;
    justify-content: center;
    position: relative;
    text-decoration: none;
    align-items: center;
}

header .head_learning {
    text-decoration: none;
    overflow: hidden;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    z-index: 1;
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    position: relative;
    background: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 14px;
}

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

.who_we_are h2 {
    margin: 0 0 30px;
    animation: slideInTitle 0.8s ease-out forwards;
    font-size: calc(31px * 1.2);
    opacity: 0;
    position: relative;
    transform: translateX(-10px);
    color: #ffffff;
    font-weight: 700;
}

.who_we_are .text_content_box::before {
    background: linear-gradient(to bottom, rgb(170,203,202), rgb(126,174,158));
    transform-origin: top;
    transform: scaleY(0);
    width: 5px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    animation: expandVertical 0.8s 0.7s ease-out forwards;
    height: 100%;
}

.who_we_are .text_content_box div div {
    animation: fadeIn 1s 0.6s ease-out forwards;
    line-height: 1.8;
    font-size: 14px;
    opacity: 0;
    color: #000000;
    transform: translateY(15px);
    column-gap: 40px;
    column-count: 1;
}

.privacy_arsenal::before {
    top: 10px;
    bottom: 10px;
    content: '';
    left: 10px;
    position: absolute;
    right: 10px;
    z-index: -1;
}

.privacy_arsenal h2 {
    color: rgb(126,174,158);
    font-size: 28px;
    text-align: left;
    font-family: Arial, sans-serif;
    padding-left: 15px;
    margin-bottom: 15px;
    border-left: 4px solid rgb(126,174,158);
    font-weight: 600;
    margin-top: 25px;
}

.privacy_arsenal li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
}

.privacy_arsenal p, .privacy_arsenal span, .privacy_arsenal div {
    border-left: 3px solid rgb(170,203,202);
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-left: 15px;
}

.follow::after {
    position: absolute;
    filter: blur(15px);
    animation: float 15s ease-in-out infinite reverse;
    background: linear-gradient(45deg, rgb(126,174,158) 0%, rgb(126,174,158,0.5) 90%);
    left: -5%;
    opacity: 0.15;
    height: 50%;
    transform: rotate(15deg) skewX(-10deg);
    width: 25%;
    content: '';
    z-index: -1;
    bottom: -10%;
}

.follow h3::before {
    opacity: 0.8;
    content: '';
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: absolute;
    top: 0.5rem;
    border-radius: 2px;
    bottom: 0.5rem;
    transform: scaleY(0.7);
    width: 4px;
    background: linear-gradient(to bottom, rgb(170,203,202), rgb(126,174,158));
}

.follow .sub_approach {
    font-family: Arial, sans-serif;
    font-size: 14px;
    width: 100%;
    background: #ffffff;
    padding: 0.875rem 1.25rem;
    border: 2px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    color: #000000;
    transition: all 0.3s ease;
}

.follow .join_us:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(rgb(170,203,202,0.5), 0.2);
}

.follow .join_us:hover::before {
    transform: translateX(100%);
}

.title_screen {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,225,223) 0%, rgb(170,203,202,0.5) 50%, rgb(126,174,158,0.5) 100%);
    width: 100%;
}

.title_screen .main_home {
    overflow: hidden;
    left: 0;
    top: 0;
    position: absolute;
    height: 100vh;
    width: 100%;
}

.title_screen .edu_open {
    width: 500%;
    display: flex;
    transition: transform 1.2s cubic-bezier(0.42, 0, 0.58, 1);
    height: 100%;
}

.title_screen .learning_page {
    position: absolute;
    backdrop-filter: blur(8px);
    transform: translateX(-50%);
    border-radius: 25px;
    box-shadow: 0 10px 30px -15px #000000;
    bottom: 30px;
    display: flex;
    left: 50%;
    gap: 16px;
    padding: 12px 20px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
}

.title_screen .learning_page label::before {
    height: 100%;
    content: "";
    border-radius: 50%;
    width: 100%;
    position: absolute;
    transform: scale(1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    top: 0;
    background: rgb(126,174,158,0.5);
    left: 0;
}

.title_screen .text_content_box .container {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    opacity: 0;
    margin: 0 auto;
    animation: slideUp 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    max-width: 1200px;
    padding: 20px 30px;
    border-left: 3px solid rgb(170,203,202);
    transform: translateY(30px);
    border-radius: 25px;
    background: none;
}

.title_screen input:nth-of-type(1):checked ~ .edu_open {
    transform: translateX(0);
}

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

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

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

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

.title_screen input:nth-of-type(1):checked ~ .learning_page label:nth-child(1)::after,
.title_screen input:nth-of-type(2):checked ~ .learning_page label:nth-child(2)::after,
.title_screen input:nth-of-type(3):checked ~ .learning_page label:nth-child(3)::after,
.title_screen input:nth-of-type(4):checked ~ .learning_page label:nth-child(4)::after,
.title_screen input:nth-of-type(5):checked ~ .learning_page label:nth-child(5)::after,
.title_screen input:nth-of-type(6):checked ~ .learning_page label:nth-child(6)::after,
.title_screen input:nth-of-type(7):checked ~ .learning_page label:nth-child(7)::after,
.title_screen input:nth-of-type(8):checked ~ .learning_page label:nth-child(8)::after,
.title_screen input:nth-of-type(9):checked ~ .learning_page label:nth-child(9)::after,
.title_screen input:nth-of-type(10):checked ~ .learning_page label:nth-child(10)::after {
    transform: translate(-50%, -50%) scale(1);
}

.study_process::before {
    height: 100%;
    z-index: 1;
    content: '';
    width: 100%;
    opacity: 0.4;
    left: 0;
    background: linear-gradient(135deg, rgb(170,203,202,0.5) 0%, transparent 80%);
    position: absolute;
    top: 0;
}

.study_process::before,
.study_process::after {
    transition: all 1s ease;
}

.study_process .text_content_box::before {
    border-left: 1px solid rgb(170,203,202);
    z-index: -1;
    animation: borderPulse 4s infinite alternate;
    left: -20px;
    border-top: 1px solid rgb(170,203,202);
    position: absolute;
    opacity: 0.7;
    top: -20px;
    width: 100px;
    content: '';
    height: 100px;
}

.study_process .text_content_box::before,
.study_process .text_content_box::after,
.study_process h2,
.study_process p {
    transition: all 0.5s ease;
}

.study_process p {
    color: #000000;
    position: relative;
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 15px;
    padding-left: 2rem;
    max-width: 600px;
}

.study_process:hover h2::after {
    filter: blur(2px);
    top: 0.8rem;
    left: 0.8rem;
    opacity: 0.5;
}

.study_process:hover::before {
    background-position: right bottom;
    opacity: 0.6;
}

.customer_opinions::before {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.12;
    position: absolute;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(126,174,158,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(170,203,202,0.5) 0%, transparent 40%);
    top: 0;
    content: "";
}

.customer_opinions .container.learn_studio {
    max-width: 1320px;
    z-index: 5;
    position: relative;
    margin: 0 auto;
}

.customer_opinions .student_insights {
    z-index: 5;
    animation-delay: calc(var(--i, 0) * 0.15s);
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(20px);
    opacity: 0;
    padding: 2rem;
    flex-direction: column;
    display: flex;
}

.customer_opinions .student_insights h3::before {
    transform: translateY(-50%);
    width: 3px;
    height: 70%;
    left: 0;
    content: "";
    top: 50%;
    background: rgb(170,203,202);
    position: absolute;
}

.customer_opinions .student_insights:hover div {
    transform: translateY(0) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.customer_opinions .student_insights:hover img {
    transform: scale(1.08);
}

.pricing_kit {
    position: relative;
    background: rgb(214,225,223);
    overflow: hidden;
    padding: 120px 0;
}

.pricing_kit .lesson_fees {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}

.pricing_kit .discount_deals h2 {
    font-weight: 700;
    font-size: 34px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    color: #000000;
}

.pricing_kit .rate_choice {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 20px;
    gap: 30px;
    transform: translateY(30px);
    display: grid;
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.4s;
}

.pricing_kit .basic_cost:hover .study_rates {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}

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

.pricing_kit .basic_cost:hover .plan_table h3 {
    color: rgb(170,203,202);
}

.pricing_kit .basic_cost:nth-child(even):hover .plan_table h3 {
    color: rgb(126,174,158);
}

.pricing_kit .basic_cost:nth-child(even) .pricing_offers {
    color: rgb(126,174,158);
}

.pricing_kit .plan_table p {
    line-height: 1.6;
    margin-top: auto;
    word-break: break-word;
    word-wrap: break-word;
    color: #000000;
    font-size: 13px;
    hyphens: auto;
    overflow-wrap: break-word;
}

.education_history {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(214,225,223) 0%, #ffffff 100%);
}

.education_history::after {
    content: "";
    height: 300px;
    bottom: -50px;
    position: absolute;
    background: rgb(126,174,158,0.5);
    filter: blur(100px);
    left: -50px;
    width: 300px;
    z-index: 0;
}

.education_history .student_insights > div:first-child {
    justify-content: center;
    display: flex;
    align-items: center;
}

.education_history .student_insights:hover .img_holder {
    transform: translateZ(20px) scale(1.05);
}

.education_history .student_insights .img_holder::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(170,203,202,0.5) 100%
  );
    z-index: 1;
}

.education_history .student_insights .name::after {
    height: 2px;
    transform: translateX(-50%);
    width: 80px;
    background: rgb(126,174,158);
    bottom: -8px;
    position: absolute;
    content: "";
    left: 50%;
}

.education_history .student_insights .emp_milestones::after {
    content: "";
    right: -15px;
    bottom: -60px;
}

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

footer .footer_classes {
    padding: 80px 0 30px;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(170,203,202) 100%);
    z-index: 1;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}



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

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

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

footer .info_item p,
footer .info_item a {
    display: flex;
    font-size: 15px;
    font-weight: 400;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
}

footer .top_expert {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

footer .top_study {
    gap: 20px;
    flex-direction: column;
    display: flex;
}

footer .top_study h5::after {
    left: 0;
    background: rgb(126,174,158);
    height: 3px;
    content: '';
    width: 50px;
    bottom: 0;
    position: absolute;
    border-radius: 10px;
}

footer .site_head a:hover {
    opacity: 1;
    color: rgb(126,174,158);
    transform: translateX(5px);
}

footer .site_head a:hover::before {
    opacity: 1;
    height: 8px;
    box-shadow: 0 0 10px rgb(126,174,158);
    width: 8px;
}

footer .subscribe_holder h5 {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

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

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

footer .join_us {
    font-weight: 600;
    border: none;
    position: relative;
    padding: 12px 24px;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    font-size: 17px;
    transition: all 0.3s ease;
    border-radius: 10px;
    letter-spacing: 1px;
    background: linear-gradient(45deg, rgb(126,174,158) 0%, rgb(170,203,202) 100%);
    text-transform: uppercase;
}

footer .footer_workshops {
    color: #ffffff;
    font-size: 16px;
    opacity: 0.7;
    font-weight: 300;
}

.statistical_data::before {
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(126,174,158,0.5) 100%);
    content: "";
    top: 0;
    position: absolute;
}

.statistical_data h2 {
    background-clip: text !important;
    color: #000000;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    position: relative;
    background: linear-gradient(90deg, rgb(170,203,202), #000000, rgb(126,174,158));
    font-size: 38px;
    font-weight: 700;
    -webkit-background-clip: text !important;
    text-align: center;
    margin-bottom: 80px;
}

.statistical_data .statistics_upsides:hover {
    background: rgba(rgb(170,203,202,0.5), 0.3);
    transform: translateY(-10px);
    z-index: 10;
}

.statistical_data .statistics_upsides p {
    margin: 0 0 10px;
    line-height: 1;
    position: relative;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
}

.statistical_data svg path {
    fill: rgb(170,203,202);
}

.statistical_data .statistics_upsides:hover svg {
    opacity: 0.8;
    transform: rotate(15deg) scale(1.2);
}

.statistical_data ul:has(.statistics_upsides:only-child) .statistics_upsides {
    margin: 0 auto;
    width: 250px;
    height: 250px;
}

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

.statistical_data ul:has(.statistics_upsides:nth-child(5):last-child) .statistics_upsides:nth-child(5) {
    grid-column: 2;
}

.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(5, 1fr);
}

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

.location_info .contact_support {
    transform: translateY(0);
    background: #ffffff;
    overflow: hidden;
    padding: 3rem;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    border-radius: 27px;
}

.location_info h3::after {
    width: 60%;
    background: rgb(170,203,202);
    bottom: -8px;
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
    transform-origin: left;
    animation: slideIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.location_info h5 svg {
    transition: transform 0.3s ease;
    transform: scale(0.9);
    margin-left: 0.5rem;
}

.location_info .message_us li {
    animation: slideRightIn 0.5s ease forwards;
    opacity: 0;
    transform: translateX(-10px);
}



.location_info .connect_section {
    background: rgba(rgb(170,203,202,0.5), 0.05);
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
    font-weight: 400;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    padding: 0.75rem 1rem;
    align-items: center;
}

.location_info .connect_section:hover svg {
    transform: scale(1.1) rotate(5deg);
}


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



@media (max-width: 768px) {.contact_panel {
    padding: 50px 0;
}.contact_panel h2 {
    margin-bottom: 30px;
}.contact_panel .query_help {
    flex-direction: column;
}.contact_panel .img_holder {
    height: 250px;
    width: 100%;
}.contact_panel .query_links {
    padding: 30px 25px;
    width: 100%;
}.contact_panel form h3 {
    margin-bottom: 25px;
}.contact_panel form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_panel .query_card {
    margin-bottom: 25px;
}.contact_panel .contact_request {
    padding: 12px 15px;
}
}



@media (min-width: 768px) {.course_summary .learn_more {
    gap: 0;
    grid-template-columns: 1fr 1.5fr;
}.course_summary .img_holder {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    height: auto;
}.course_summary .text_content_box {
    z-index: 2;
    padding: 60px 60px 60px 80px;
    margin-left: -60px;
}
}



@media (max-width: 767px) {.course_summary {
    padding: 80px 0;
}.course_summary .text_content_box {
    padding: 30px;
}.course_summary h3 {
    font-size: 18px;
    margin-bottom: 20px;
}.course_summary .description {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(17px * 0.95);
}
}


@media only screen and (max-width: 768px) {.cookie_message_banner .container {
    flex-direction: column;
    align-items: center;
}.data_settings {
    margin-right: 0;
    margin-bottom: 1rem;
}.cookie_gate {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.data_approval {
    margin-top: 0.5rem;
    margin-left: 0;
}}



@media (max-width: 480px) {.thanksUnit {
    padding: 50px 0;
}.thanksUnit h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 25px;
}.thanksUnit .learn_studio {
    border-radius: 10px;
    padding: 25px 20px;
}.thanksUnit li {
    padding-left: 20px;
}.thanksUnit li::before {
    width: 6px;
    top: 8px;
    height: 6px;
}.thanksUnit span {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 991px) {header::before {
    width: 30%;
}header .nav_core {
    padding: 1rem 0;
    width: 30%;
}header .nav_core svg {
    width: 130px;
}header .top_study {
    gap: 0.5rem;
    padding: 1rem 2.5%;
    width: 70%;
}header .head_learning {
    padding: 0.5rem 1rem;
    font-size: calc(14px);
}
}



@media (min-width: 768px) {.who_we_are {
    padding: 150px 0;
}.who_we_are .container {
    grid-gap: 60px;
    grid-template-columns: 1fr;
}.who_we_are h2 {
    font-size: calc(31px * 1.5);
    margin-bottom: 40px;
}.who_we_are h2::after {
    width: 120px;
    height: 4px;
}.who_we_are .text_content_box {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(0deg);
    padding: 60px;
}.who_we_are .text_content_box:hover {
    transform: perspective(1000px) rotateY(1deg);
}.who_we_are .text_content_box > div {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.who_we_are .text_content_box p {
    font-size: calc(14px * 1.6);
}.who_we_are .text_content_box div div {
    column-gap: 50px;
    column-count: 2;
}
}



@media (max-width: 767px) {.who_we_are {
    padding: 80px 0;
}.who_we_are .container {
    padding: 0 15px;
}.who_we_are h2 {
    margin-bottom: 25px;
    font-size: 31px;
}.who_we_are .text_content_box {
    padding: 25px;
}.who_we_are .text_content_box p {
    font-size: calc(14px * 1.2);
}.who_we_are .text_content_box div div {
    font-size: 14px;
    line-height: 1.6;
}}



@media only screen and (max-width: 800px) {.privacy_arsenal {
    width: 95%;
    padding: 20px;
}.privacy_arsenal h1 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: calc(24px - 6px);
}.privacy_arsenal h2 {
    margin-top: 20px;
    font-size: calc(24px - 6px);
    margin-bottom: 10px;
}.privacy_arsenal ul, .privacy_arsenal ol {
    padding-left: 15px;
}.privacy_arsenal li {
    padding-left: 20px;
}.privacy_arsenal p, .privacy_arsenal span, .privacy_arsenal div {
    margin-bottom: 15px;
    padding-left: 10px;
}}



@media (max-width: 767px) {.follow .learn_studio {
    border-left: none;
    border-top: 4px solid rgb(170,203,202);
    transform: none;
}.follow h3 {
    padding-top: 1.25rem;
    padding-left: 0;
}.follow h3::before {
    width: 40px;
    height: 4px;
    top: 0;
    transform: scaleX(0.7);
    left: 0;
    bottom: auto;
}.follow .learn_studio:hover h3::before {
    transform: scaleX(1);
}}



@media (max-width: 479px) {.title_screen .learn_studio {
    min-height: 70vh;
}.title_screen .main_home {
    height: 70vh;
}.title_screen .text_content_box {
    padding: 20px 0 40px;
}.title_screen .text_content_box h1 {
    font-size: calc(38px * 0.7);
}.title_screen .text_content_box h3 {
    font-size: calc(20px * 0.7);
}.title_screen .text_content_box p {
    font-size: calc(18px * 0.85);
}.title_screen .learning_page {
    bottom: 15px;
    padding: 6px 10px;
    gap: 8px;
}.title_screen .learning_page label {
    height: 8px;
    width: 8px;
}.title_screen .learning_page label::after {
    width: 3px;
    height: 3px;
}}



@media (max-width: 1200px) {.customer_opinions {
    padding: 5rem 0;
}.customer_opinions h2 {
    font-size: calc(34px * 1);
    transform: translateX(1rem);
}.customer_opinions .testimonials {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 2rem;
}
}



@media (max-width: 992px) {.customer_opinions {
    padding: 4.5rem 1.5rem;
}.customer_opinions h2 {
    margin-bottom: 3rem;
    font-size: calc(34px * 0.9);
}.customer_opinions .testimonials {
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.customer_opinions .student_insights {
    padding: 1.75rem;
}
}



@media (max-width: 768px) {.customer_opinions {
    padding: 4rem 1.25rem;
}.customer_opinions h2 {
    margin-bottom: 2.5rem;
    text-align: center;
    font-size: calc(34px * 0.85);
    transform: translateX(0);
}.customer_opinions h2::after {
    left: 50%;
    transform: translateX(-50%);
}.customer_opinions .testimonials {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}



@media (min-width: 1200px) {.pricing_kit .rate_choice {
    gap: 40px;
}
}



@media (max-width: 767px) {.pricing_kit {
    padding: 80px 0;
}.pricing_kit .discount_deals h2 {
    font-size: calc(34px - 0.4rem);
}.pricing_kit .fee_offers {
    font-size: 13px;
}.pricing_kit .plan_table {
    padding: 30px 20px;
}.pricing_kit .study_rates {
    min-height: 400px;
}.pricing_kit .img_holder {
    height: 160px;
}
}



@media (min-width: 992px) {.education_history {
    padding: 140px 0;
}.education_history .student_insights {
    gap: 40px 60px;
    grid-template-columns: 260px 1fr;
    padding: 60px;
}.education_history .student_insights .img_holder {
    width: 220px;
    height: 220px;
}.education_history .student_insights .name {
    font-size: calc(24px * 1.2);
}.education_history .student_insights .emp_milestones {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}



@media (max-width: 992px) {footer .footer_classes {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .send_message {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}



@media screen and (min-width: 1441px) {.statistical_data {
    padding: 150px 0;
}.statistical_data h2 {
    margin-bottom: 100px;
    font-size: calc(38px * 1.2);
}.statistical_data .statistics_upsides p {
    font-size: 3rem;
}
}



@media screen and (max-width: 991px) {.statistical_data {
    padding: 80px 0;
}.statistical_data h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 60px;
}.statistical_data ul {
    grid-template-columns: repeat(2, 1fr);
}.statistical_data ul:has(.statistics_upsides:nth-child(3):last-child),
    .statistical_data ul:has(.statistics_upsides:nth-child(4):last-child),
    .statistical_data ul:has(.statistics_upsides:nth-child(5):last-child),
    .statistical_data ul:has(.statistics_upsides:nth-child(6):last-child),
    .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(2, 1fr);
}.statistical_data ul:has(.statistics_upsides:nth-child(5):last-child) .statistics_upsides:nth-child(5) {
    grid-column: auto;
}.statistical_data .statistics_upsides {
    padding: 20px;
}.statistical_data .statistics_upsides p {
    font-size: 2rem;
}
}



@media (min-width: 992px) {.location_info {
    padding: 7rem 0;
}.location_info .contact_support {
    padding: 4rem;
    max-width: 85%;
    margin: 0 auto;
    border-radius: calc(27px * 1.5);
}.location_info::before {
    transform: skewY(-3deg) translateY(-5%);
}.location_info h3 {
    margin-bottom: 2rem;
}.location_info p {
    font-size: calc(15px * 1.05);
    line-height: 1.7;
}.location_info .connect_section {
    padding: 1rem 1.25rem;
}
}



@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes ambientGlow {
    0% {
        opacity: 0.05;
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        background-position: 5% 5%, 95% 95%;
    }
}



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



@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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



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



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

@keyframes fadeUpIn {
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

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