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

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

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

header,footer {
    width: 100%;
}

header {
    z-index: 1000;
    width: 100%;
    backdrop-filter: blur(20px);
    position: fixed;
    -webkit-backdrop-filter: blur(20px);
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    left: 0;
    background: rgb(183,186,151,0.5);
}



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

.find_us .request_feedback {
    border-top: 4px solid rgb(183,186,151);
    padding: 35px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 25px;
    overflow: hidden;
    background: #ffffff;
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}

.find_us .request_feedback:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) rotateX(3deg) rotateY(3deg);
}

.find_us .request_feedback:hover h2::before {
    width: 60px;
}

.find_us p {
    margin-bottom: 16px;
    z-index: 1;
    position: relative;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}

.find_us .team_contact {
    padding-top: 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 28px;
}

.find_us .reach_team span {
    padding: 7px 14px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: calc(13px * 0.85);
    color: #000000;
    display: inline-block;
    background: rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.find_us .request_feedback .pic_wrap_item::after {
    position: absolute;
    opacity: 0.6;
    width: 100%;
    content: "";
    left: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
}

.find_us .get_contactwidget a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) translateZ(10px);
    border-color: rgb(183,186,151,0.5);
}

.find_us .get_contactwidget a p {
    color: #000000;
    font-size: 13px;
    position: relative;
    flex-grow: 1;
    margin: 0;
    font-weight: 400;
    z-index: 1;
}

.find_us svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,186,151);
}

.find_us .get_contactwidget a:hover::after {
    transform: translateY(-50%) rotate(45deg) scale(1.2);
    border-color: rgb(172,114,114);
}

.find_us .request_feedback:first-child {
    transition: all 0.4s ease;
    transform: translateZ(0) perspective(1000px);
}

.find_us .request_feedback:nth-child(2) {
    transition: all 0.4s ease;
    transform: translateZ(0) perspective(1000px);
}

.find_us .container::after {
    content: "";
    left: -100px;
    background: radial-gradient(circle, rgb(183,186,151,0.5) 0%, transparent 70%);
    z-index: -1;
    bottom: -100px;
    opacity: 0.3;
    height: 250px;
    position: absolute;
    width: 250px;
    border-radius: 50%;
}

footer {
    position: relative;
}

footer::before {
    background: linear-gradient(45deg, rgb(172,114,114,0.5) 0%, rgb(183,186,151,0.5) 100%);
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    content: '';
    bottom: 0;
}

.design_res .quiz_links {
    background: rgba(255, 255, 255, 0.1);
    border-left: 4px solid rgb(183,186,151);
    backdrop-filter: blur(10px);
    line-height: 1.6;
    border-radius: 23px;
    margin-top: 25px;
    transform: translateZ(0);
    font-size: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.design_res .top_pro h5::before {
    height: 8px;
    background: rgb(183,186,151);
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 8px;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.design_res .top_pro .top_main a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.design_res .top_pro .top_main a:hover::before {
    background: rgb(183,186,151,0.5);
    width: 100%;
}

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

.cert_block .about_learn {
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 15px;
    opacity: 0.8;
    color: #ffffff;
}



.design_res::before {
    left: 0;
    position: absolute;
    top: 0;
    height: 5px;
    animation: gradientShift 5s infinite;
    width: 100%;
    background-size: 200% 200%;
    background: linear-gradient(90deg, rgb(183,186,151), rgb(172,114,114), rgb(183,186,151));
    content: '';
}

.design_res .encrypt_cta::after {
    content: '';
    width: 120px;
    right: 100px;
    top: -20px;
    opacity: 0.2;
    border-radius: 50%;
    background: rgb(183,186,151,0.5);
    z-index: -1;
    filter: blur(50px);
    height: 120px;
    position: absolute;
}

.connect_form {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
    background: rgb(186,202,202);
}

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

.connect_form h2::after {
    left: 50%;
    height: 3px;
    width: 60px;
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    background: rgb(183,186,151);
}

.connect_form .pic_wrap_item {
    min-height: 500px;
    transition: transform 0.6s ease;
    grid-column: 2;
    border-top-right-radius: 12px;
    height: 100%;
    grid-row: 1;
    border-bottom-right-radius: 12px;
}

.connect_form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-color: rgb(183,186,151);
}

.connect_form .query_map input[type="checkbox"] {
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer;
    border-radius: 10px;
    width: 24px;
    appearance: none;
    position: relative;
    border: 2px solid rgb(186,202,202);
}

.connect_form .query_map a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(183,186,151);
    font-weight: 600;
}

.connect_form .query_info:hover {
    background: rgb(172,114,114);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.connect_form .query_info:hover::before {
    left: 100%;
}

.connect_form svg {
    width: 22px;
    vertical-align: middle;
    height: 22px;
    margin-right: 10px;
    fill: rgb(183,186,151);
}

.education_experience::after {
    transform: rotate(-15deg);
    right: -20%;
    content: "";
    position: absolute;
    opacity: 0.1;
    height: 200%;
    background: radial-gradient(circle at center, rgb(172,114,114,0.5) 0%, transparent 70%);
    top: -50%;
    width: 70%;
    z-index: 1;
}

.education_experience .success_opinions:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -8px -8px 25px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}

.education_experience .success_opinions:hover .pic_wrap_item {
    transform: rotate(1deg) scale(1.03);
}

.education_experience .pic_wrap_item::before {
    background: linear-gradient(135deg, rgb(172,114,114,0.5), transparent);
    opacity: 0.2;
    right: -15px;
    top: -15px;
    position: absolute;
    content: "";
    z-index: -1;
    bottom: -15px;
    border-radius: 20px;
    transform: rotate(-3deg);
    left: -15px;
    transition: transform 0.8s ease;
}

.education_experience .success_opinions > div:nth-child(2) > div {
    background: linear-gradient(120deg, rgba(rgb(172,114,114,0.5), 0.05), rgba(rgb(172,114,114,0.5), 0.15));
    display: inline-block;
    position: relative;
    border-radius: 4px;
    letter-spacing: 0.3px;
    color: rgb(172,114,114);
    backdrop-filter: blur(2px);
    font-size: calc(15px * 0.95);
    font-weight: 600;
    padding: 5px 15px;
}

.welcome {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: rgb(186,202,202);
}

.welcome .course_front {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 80vh;
    left: 0;
}

.welcome .master_studyfast::before {
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgb(183,186,151) 100%
    );
    position: absolute;
}

.welcome .page_front label:hover {
    opacity: 0.8;
}

.welcome .words_container {
    z-index: 5;
    position: absolute;
    width: 90%;
    bottom: 40px;
    max-width: 900px;
    left: 40px;
}

.welcome .words_container h1::after {
    background: rgb(172,114,114);
    position: absolute;
    height: 3px;
    bottom: 0;
    content: "";
    left: 0;
    width: 80px;
}

.welcome .words_container p {
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 15px;
    max-width: 100%;
    font-weight: 400;
    text-shadow: 0 1px 5px rgba(0,0,0,0.2);
    font-size: 16px;
}

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

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

.welcome input:nth-of-type(1):checked ~ .page_front label:nth-child(1),
.welcome input:nth-of-type(2):checked ~ .page_front label:nth-child(2),
.welcome input:nth-of-type(3):checked ~ .page_front label:nth-child(3),
.welcome input:nth-of-type(4):checked ~ .page_front label:nth-child(4),
.welcome input:nth-of-type(5):checked ~ .page_front label:nth-child(5),
.welcome input:nth-of-type(6):checked ~ .page_front label:nth-child(6),
.welcome input:nth-of-type(7):checked ~ .page_front label:nth-child(7),
.welcome input:nth-of-type(8):checked ~ .page_front label:nth-child(8),
.welcome input:nth-of-type(9):checked ~ .page_front label:nth-child(9),
.welcome input:nth-of-type(10):checked ~ .page_front label:nth-child(10) {
    opacity: 1;
    background: rgb(172,114,114);
    transform: scaleY(2);
}

.company_overview h4 {
    z-index: 2;
    margin-bottom: 50px;
    transform: translateY(0);
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 33px;
    text-align: center;
    font-weight: 700;
    position: relative;
    animation: fadeIn 0.8s ease-out;
    opacity: 1;
}

.company_overview .words_container:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.company_overview .words_container h6 {
    display: inline-block;
    position: relative;
    color: rgb(183,186,151);
    font-size: calc(19px * 1.1);
    margin-bottom: 20px;
    font-weight: 700;
    transition: transform 0.4s ease;
    transform: translateX(0);
}

.cookie_message_panel {
    animation: slideIn 0.5s ease-in-out;
    position: fixed;
    width: 100%;
    background: rgb(172,114,114);
    box-shadow: 0 -10px 30px rgb(183,186,151,0.5);
    border-top: 2px solid rgb(183,186,151);
    bottom: 0;
    z-index: 90;
}

.digital_consent svg, .digital_consent svg path {
    height: 60px;
    fill: rgb(183,186,151);
    transition: transform 0.3s ease;
    width: 60px;
}

.user_dialog h5 {
    margin-bottom: 10px;
    font-size: 24px;
    color: rgb(183,186,151);
    text-shadow: 0 0 10px rgb(183,186,151);
    font-weight: 700;
}

.cookie_message_panel p a {
    transition: color 0.3s ease;
    color: rgb(183,186,151);
    text-decoration: underline;
}

#policyAlertWindow {
    display: none;
}


.tariff_grid {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
}

.tariff_grid .cost_breakdown {
    position: relative;
}

.tariff_grid h2 {
    font-weight: 700;
    color: transparent;
    animation: titleFloat 6s ease-in-out infinite;
    background: linear-gradient(90deg, rgb(183,186,151) 0%, rgb(172,114,114) 100%);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    font-size: 34px;
    transform: translateY(0);
}

.tariff_grid .package_deal li:hover {
    z-index: 3;
    transform: translateY(-10px);
}

.tariff_grid .lesson_plans::before {
    transform: scaleX(0);
    transform-origin: left;
    width: 100%;
    transition: transform 0.5s ease;
    height: 5px;
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(183,186,151), rgb(172,114,114));
    position: absolute;
}

.tariff_grid .pay_options:hover .lesson_plans::after {
    opacity: 1;
}

.tariff_grid .learn_price h4 {
    display: inline-block;
    font-size: calc(21px + 2px);
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin: 0 0 20px;
}

.tariff_grid .learn_fees {
    font-size: calc(21px + 4px);
    font-weight: 700;
    margin-top: 15px;
    display: block;
    color: #ffffff;
    position: relative;
    padding: 10px 0;
}

.join_our_mailing_list {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(183,186,151,0.5) 0%, rgb(172,114,114) 100%);
    padding: 4rem 2rem;
}

.join_our_mailing_list .connect_message {
    transform: translateX(10%);
    max-width: 90%;
    flex-direction: column;
    display: flex;
}

.join_our_mailing_list input[type="email"] {
    flex-grow: 1;
    padding: 1.2rem 1.5rem;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: #ffffff;
    border: none;
    color: #000000;
}

.join_our_mailing_list .free_trial {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    background: linear-gradient(to right, rgb(183,186,151), rgb(172,114,114));
    cursor: pointer;
    font-weight: 600;
    font-family: Arial, sans-serif;
    border: none;
    font-size: 14px;
    padding: 1rem 2.5rem;
}

.course_program .container {
    z-index: 3;
    position: relative;
}

.course_program .impact_stats {
    background: transparent;
    flex-direction: column;
    overflow: visible;
    display: flex;
    border-radius: 28px;
    position: relative;
}

.course_program .class_plan::before {
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 200px;
    width: 200px;
    background: linear-gradient(135deg, rgb(183,186,151,0.5), rgb(172,114,114,0.5));
    z-index: -1;
    position: absolute;
    animation: morphShape 15s infinite alternate ease-in-out;
    right: -15px;
    top: -15px;
}

.course_program .nav_master:hover svg {
    fill: rgb(172,114,114);
    transform: scale(1.2) rotate(-10deg);
}

.course_program .nav_master svg path {
    stroke: #000000;
    stroke-width: 0.5;
    transition: stroke 0.4s ease;
}

.course_program .class_plan h3 {
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    transform: translateZ(0);
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.course_program .class_plan p {
    position: relative;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
    color: #000000;
    line-height: 1.8;
}

.course_program .impact_stats:hover .pic_wrap_item {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateZ(30px);
}

.course_program .impact_stats:hover .pic_wrap_item::before {
    opacity: 0.5;
}

.course_program .pic_wrap_item::after {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    content: "";
    opacity: 0.1;
    mix-blend-mode: overlay;
    width: 100%;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 10px
        );
}

.client_comments h4 {
    margin-bottom: 100px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 34px;
}

.client_comments h4::after {
    width: 80px;
    right: calc(50% - 100px);
}

.client_comments .learning_voices {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    gap: 40px;
    max-width: 1100px;
}

.client_comments .success_opinions {
    width: 100%;
    display: flex;
    padding: 0;
    transition: all 0.4s ease;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.client_comments .success_opinions:hover .pic_wrap_item {
    box-shadow: 0 8px 25px rgb(183,186,151,0.5);
    transform: scale(1.1);
}

.client_comments .success_opinions span {
    font-size: 17px;
    z-index: 2;
    text-align: center;
    font-weight: 600;
    display: block;
    font-family: Arial, sans-serif;
    padding: 0 10px;
    margin-bottom: 10px;
    color: #000000;
    position: relative;
}

.client_comments .success_opinions p::before {
    content: "";
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    transform: translateX(-50%);
}

.privacy_hutch h2 {
    margin-top: 25px;
    padding-bottom: 5px;
    font-size: 35px;
    font-weight: 600;
    color: rgb(172,114,114);
    border-bottom: 2px solid rgb(172,114,114,0.5);
    margin-bottom: 15px;
}

.privacy_hutch div {
    padding: 20px;
    border-radius: 10px;
    line-height: 1.8;
    background: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.privacy_hutch a {
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400;
    color: rgb(172,114,114);
}

header:before {
    height: 100%;
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    animation: shimmer 8s infinite linear;
    top: 0;
    width: 100%;
}

header .container:before {
    bottom: -1px;
    height: 1px;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: 0;
    content: '';
    position: absolute;
    opacity: 0.5;
}

header .top_pro:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}

header .head_mainbar:before {
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    content: '';
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: 0;
    height: 1px;
    left: 0;
    width: 100%;
    transform-origin: right;
}

header .head_mainbar:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}

header .nav_wrap:before {
    content: '';
    z-index: -1;
    height: calc(100% + 20px);
    transition: opacity 0.5s ease;
    top: -10px;
    background: radial-gradient(
        circle,
        rgb(183,186,151,0.5) 0%,
        transparent 70%
    );
    left: -10px;
    position: absolute;
    opacity: 0;
    width: calc(100% + 20px);
}

header .nav_wrap:hover svg {
    filter: drop-shadow(0 0 5px rgb(183,186,151));
    transform: scale(1.05);
}

.gratitudeDiv::after {
    transform: rotate(15deg);
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 20rem;
    animation: float 15s ease-in-out infinite;
    bottom: -5rem;
    opacity: 0.15;
    background: linear-gradient(225deg, rgb(183,186,151) 0%, transparent 70%);
    right: -5rem;
    position: absolute;
    width: 20rem;
    z-index: 0;
}

.gratitudeDiv .impact_stats {
    background: #ffffff;
    opacity: 0;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 1.5rem), 
        calc(100% - 1.5rem) 100%, 
        0 100%
    );
    padding: 2.5rem;
    position: relative;
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07), 
                0 1px 8px rgba(0, 0, 0, 0.04);
    animation: popUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}

.gratitudeDiv span {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    display: block;
}

.educational_rewards::before {
    height: 100%;
    opacity: 0.7;
    width: 100%;
    background: radial-gradient(circle at 80% 20%, rgb(172,114,114,0.5) 0%, transparent 55%);
    top: 0;
    content: "";
    position: absolute;
    left: 0;
}

.educational_rewards .impact_stats {
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 70px;
    display: grid;
}

.educational_rewards .pic_wrap_item::after {
    border: 1px solid rgb(172,114,114,0.5);
    inset: -15px;
    z-index: -1;
    opacity: 0.6;
    position: absolute;
    transition: all 0.7s ease;
    content: "";
    border-radius: 35% 65% 50% 50% / 50% 35% 65% 50%;
}

.educational_rewards .pic_wrap_item:hover::after {
    opacity: 0.3;
    inset: -25px;
}

.educational_rewards .words_container::after {
    right: -10px;
    border-radius: 0 0 10px 0;
    border-right: 3px solid rgb(172,114,114);
    position: absolute;
    content: "";
    bottom: -10px;
    opacity: 0.7;
    height: 70px;
    border-bottom: 3px solid rgb(172,114,114);
    width: 70px;
}

.educational_rewards ul {
    flex-direction: column;
    margin: 0;
    gap: 25px;
    padding: 0;
    display: flex;
    list-style: none;
}

.educational_rewards li::before {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(to right, rgb(183,186,151,0.5), transparent);
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}

.educational_rewards svg path {
    fill: rgb(183,186,151);
    transition: fill 0.3s ease;
}

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


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



@media (max-width: 768px) {.find_us {
    padding: 50px 0;
}.find_us .message_page {
    grid-template-columns: 1fr;
}.find_us .request_feedback:last-child {
    grid-column: span 1;
}.find_us h2 {
    font-size: calc(37px * 0.9);
}.find_us .request_feedback .pic_wrap_item {
    height: 280px;
}.find_us .get_contactwidget {
    gap: 15px;
}
}



@media (max-width: 768px) {.design_res {
    padding: 60px 0 30px;
}.design_res .top_main {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}.design_res .top_pro {
    padding: 0;
}}



@media (max-width: 768px) {.connect_form {
    padding: 50px 0;
}.connect_form h2 {
    font-size: calc(34px - 4px);
    margin-bottom: 30px;
}.connect_form .help_query {
    padding: 30px 25px;
}.connect_form .pic_wrap_item {
    min-height: 250px;
}
}



@media (min-width: 768px) {.education_experience {
    padding: 100px 0;
}.education_experience .success_opinions {
    grid-template-columns: auto 1fr;
    gap: 40px 50px;
    grid-template-areas: 
            "photo info"
            "quote quote";
    padding: 50px;
    align-items: center;
}.education_experience .success_opinions > div:first-child {
    grid-area: photo;
}.education_experience .success_opinions > div:nth-child(2) {
    grid-area: info;
    padding-bottom: 0;
    text-align: left;
}.education_experience .success_opinions > div:nth-child(3) {
    grid-area: quote;
}.education_experience .success_opinions > div:nth-child(2)::after {
    bottom: -10px;
    transform: none;
    width: 60px;
    left: 0;
    background: linear-gradient(90deg, rgb(172,114,114), transparent);
}.education_experience .pic_wrap_item {
    height: 200px;
    width: 200px;
}.education_experience .experience_details {
    padding: 25px 40px 25px 50px;
    margin-top: 20px;
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 991px) {.welcome .impact_stats {
    height: 70vh;
}.welcome .course_front {
    height: 70vh;
}.welcome .words_container {
    left: 25px;
    bottom: 25px;
}.welcome .words_container .container {
    max-width: 550px;
}.welcome .words_container h1 {
    padding-bottom: 12px;
    font-size: calc(45px * 0.9);
}.welcome .words_container h1::after {
    width: 70px;
}.welcome .words_container h3 {
    font-size: calc(22px * 0.9);
}.welcome .page_front {
    bottom: 25px;
    right: 25px;
}
}



@media (max-width: 480px) {.welcome .impact_stats {
    height: 70vh;
}.welcome .course_front {
    height: 70vh;
}
}



@media (max-height: 700px) and (min-width: 768px) {.welcome .impact_stats {
    height: 85vh;
}.welcome .course_front {
    height: 85vh;
}
}



@media (max-height: 600px) {.welcome .impact_stats {
    height: 90vh;
}.welcome .course_front {
    height: 90vh;
}
}



@media (min-width: 992px) {.company_overview {
    padding: 150px 0 130px;
}.company_overview h4 {
    margin-bottom: 80px;
    font-size: calc(33px * 1.2);
}.company_overview .words_container {
    margin: 0 40px;
    padding: 50px 60px;
}.company_overview .words_container::before {
    width: 8px;
}.company_overview .words_container h6 {
    margin-bottom: 30px;
    font-size: calc(19px * 1.3);
}.company_overview .words_container span {
    font-size: calc(17px * 1.05);
    line-height: 1.9;
}
}



@media (max-width: 991px) {.tariff_grid {
    padding: 80px 0;
}.tariff_grid .package_deal {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.tariff_grid .lesson_plans {
    padding: 25px 20px;
}.tariff_grid .learn_price p {
    font-size: calc(18px - 1px);
    max-height: 150px;
}.tariff_grid .learn_fees {
    font-size: calc(21px + 2px);
}
}



@media (max-width: 768px) {.join_our_mailing_list {
    padding: 3rem 1rem;
}.join_our_mailing_list .connect_message {
    max-width: 100%;
    transform: translateX(0);
}.join_our_mailing_list h3 {
    text-align: left;
    font-size: calc(20px + 0.2rem);
}.join_our_mailing_list .input_holder {
    max-width: 100%;
    flex-direction: column;
    transform: perspective(0) rotateY(0);
}.join_our_mailing_list input[type="email"] {
    width: 100%;
    padding: 1rem;
    border-radius: 10px 10px 0 0;
}.join_our_mailing_list .free_trial {
    padding: 1rem;
    border-radius: 0 0 10px 10px;
    width: 100%;
}}



@media screen and (max-width: 576px) {.course_program {
    padding: 50px 0;
}.course_program .class_plan {
    padding: 25px 20px;
    transform: translateY(-40px);
}.course_program .nav_master {
    height: 70px;
    left: 20px;
    width: 70px;
    top: -35px;
}.course_program .class_plan h3 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.75);
    padding-bottom: 12px;
}.course_program .class_plan h3::after {
    width: 60px;
}.course_program .class_plan p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.course_program .pic_wrap_item {
    height: 220px;
}.course_program .class_plan::before {
    width: 100px;
    height: 100px;
}}



@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .top_pro {
    gap: 20px;
}header .nav_wrap svg {
    height: 38px;
}
}



@media (max-width: 992px) {.gratitudeDiv {
    padding: 5rem 1.25rem;
}.gratitudeDiv h2 {
    font-size: calc(30px - 0.25rem);
    max-width: 100%;
}.gratitudeDiv .impact_stats {
    padding: 2rem;
}
}



@media (max-width: 576px) {.gratitudeDiv {
    padding: 3rem 1rem;
}.gratitudeDiv h2 {
    font-size: calc(30px - 0.75rem);
}.gratitudeDiv .impact_stats {
    padding: 1.5rem;
}.gratitudeDiv h2::after {
    width: 4rem;
}.gratitudeDiv li::before {
    width: 1.25rem;
    height: 1.25rem;
    top: 0.3rem;
}.gratitudeDiv li::after {
    font-size: 0.9rem;
    left: 0.35rem;
    top: 0.25rem;
}.gratitudeDiv span {
    font-size: calc(15px - 0.1rem);
}}



@media (max-width: 576px) {.educational_rewards {
    padding: 60px 0;
}.educational_rewards .pic_wrap_item {
    border-radius: 25% 45% 30% 40% / 40% 25% 45% 30%;
    width: 100%;
}.educational_rewards .pic_wrap_item::after {
    display: none;
}.educational_rewards .words_container {
    width: 100%;
    padding: 35px 25px;
}.educational_rewards .words_container::before,
    .educational_rewards .words_container::after {
    height: 50px;
    width: 50px;
}.educational_rewards h3 {
    margin-bottom: 25px;
    font-size: 22px;
}.educational_rewards ul {
    gap: 15px;
}.educational_rewards li p {
    padding: 12px 15px;
}.educational_rewards svg {
    height: 22px;
    width: 22px;
    padding: 4px;
}
}

@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(-30px, 30px) scale(1.1);
    }
    50% {
        transform: translate(0, 50px) scale(0.9);
    }
    75% {
        transform: translate(30px, 20px) scale(1.05);
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}



@keyframes floatAndRotate {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-5px) rotate(-3deg);
    }
    75% {
        transform: translateY(5px) rotate(3deg);
    }
}



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}



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



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

