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

.design_res {
    flex: 0 0 auto;
}

.design_res {
    position: relative;
    color: #ffffff;
    padding: 80px 0 40px;
    font-family: Arial, sans-serif;
    z-index: 2;
}


.find_us {
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(125deg, rgb(183,186,151,0.5) 0%, rgb(186,202,202) 65%, rgb(172,114,114,0.5) 100%);
    position: relative;
}

.find_us::after {
    z-index: 0;
    background: radial-gradient(circle, rgb(183,186,151,0.5) 0%, transparent 25%);
    top: -50%;
    position: absolute;
    height: 200%;
    animation: rotate 40s linear infinite;
    left: -50%;
    width: 200%;
    content: "";
    opacity: 0.6;
}

.find_us .request_feedback::after {
    right: 0;
    z-index: -1;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    content: "";
    transition: opacity 0.3s ease;
}

.find_us h2 {
    margin-bottom: 28px;
    font-size: 37px;
    color: #000000;
    position: relative;
    transform: translateZ(10px);
    font-weight: 700;
}

.find_us h3 {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}

.find_us .contact_assistance {
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(183,186,151);
    letter-spacing: 0.02em;
    font-size: calc(13px * 1.15);
}

.find_us .reach_team span:hover {
    background: rgb(183,186,151);
    border-color: rgb(183,186,151);
    transform: translateY(-2px);
    color: #ffffff;
}

.find_us .request_feedback:nth-child(2):hover .pic_wrap_item {
    transform: translateZ(30px) scale(1.03);
}

.find_us .request_feedback:hover .pic_wrap_item::after {
    opacity: 0.4;
}

.find_us .get_contactwidget a {
    align-items: center;
    text-decoration: none;
    padding: 18px;
    transform: translateZ(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
}

.find_us .get_contactwidget a span {
    position: relative;
    font-weight: 600;
    margin-right: 10px;
    color: rgb(183,186,151);
    font-size: calc(13px * 0.85);
    z-index: 1;
}

.find_us .get_contactwidget a:hover svg {
    transform: scale(1.1);
}

.find_us .get_contactwidget a:hover svg,
.find_us .get_contactwidget a:hover svg path {
    fill: rgb(172,114,114);
}

.find_us .team_contact h3::before {
    content: "";
    display: inline-block;
    height: 18px;
    vertical-align: middle;
    background: rgb(183,186,151,0.5);
    border-radius: 50%;
    width: 18px;
    margin-right: 8px;
    transform: translateY(-1px);
}

.find_us .container::before {
    right: -150px;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    opacity: 0.3;
    position: absolute;
    z-index: -1;
    top: -150px;
    background: radial-gradient(circle, rgb(172,114,114,0.5) 0%, transparent 70%);
    content: "";
}

.find_us .reach_team span:nth-child(even) {
    animation: fadeInRight 0.5s ease-out both;
}

.design_res .company_holder {
    grid-column: 1 / 5;
    position: relative;
    z-index: 3;
}

.design_res .company_holder h3::after {
    bottom: 0;
    background: rgb(183,186,151);
    border-radius: 10px;
    height: 4px;
    width: 40px;
    position: absolute;
    content: '';
    left: 0;
}

.design_res .encrypt_cta {
    position: relative;
    grid-column: 5 / 13;
}

.design_res .top_pro {
    position: relative;
}



.design_res .top_pro {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: borderPulse 4s infinite;
    padding-top: 20px;
}

.design_res .top_pro .top_main {
    gap: 15px;
    flex-direction: column;
    display: flex;
}

.design_res .top_pro .top_main a {
    position: relative;
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 15px;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cert_block::before {
    right: 15%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    position: absolute;
    left: 15%;
    opacity: 0.2;
    top: 0;
    height: 1px;
}



footer::after {
    bottom: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    content: '';
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    right: 0;
}

.design_res .company_holder::before {
    width: 100px;
    bottom: 0;
    height: 100px;
    content: '';
    z-index: -1;
    left: -30px;
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
    filter: blur(40px);
    background: rgb(172,114,114,0.5);
}

.design_res .top_pro h5::after {
    bottom: -5px;
    height: 2px;
    content: '';
    left: 0;
    width: 30px;
    background: rgb(172,114,114);
    position: absolute;
}

.connect_form h2 {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    font-size: 34px;
    color: rgb(172,114,114);
    font-weight: 700;
}

.connect_form .request_block {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.connect_form #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.connect_form input[type="text"] {
    border: 1px solid rgb(186,202,202);
    padding: 15px 20px;
    font-size: 17px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: #ffffff;
    color: #000000;
    width: 100%;
}

.connect_form .query_map input[type="checkbox"]:checked {
    background: rgb(183,186,151);
    border-color: rgb(183,186,151);
}

.connect_form .query_map label {
    color: #000000;
    font-size: 17px;
    line-height: 1.5;
}

.connect_form .query_map a:hover {
    color: rgb(172,114,114);
}

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

.connect_form svg path {
    fill: rgb(183,186,151);
}

.education_experience {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(186,202,202), rgba(245, 247, 250, 0.9));
    padding: 80px 0;
}

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

.education_experience .success_opinions {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 30px;
    position: relative;
    padding: 40px;
    background: #ffffff;
    display: grid;
    overflow: hidden;
    border-radius: 8px;
    grid-template-columns: 1fr;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.06),
        -5px -5px 20px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

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

.education_experience .success_opinions > div:nth-child(2)::after {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(172,114,114), transparent);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    bottom: 0;
}

.education_experience .experience_details {
    border-left: 3px solid rgb(172,114,114);
    font-family: Arial, sans-serif;
    margin: 0;
    background: linear-gradient(to right, rgba(rgb(172,114,114,0.5), 0.05), transparent);
    line-height: 1.7;
    position: relative;
    color: #000000;
    padding: 10px 20px 10px 30px;
    backdrop-filter: blur(3px);
    font-size: 15px;
}

.welcome .impact_stats {
    z-index: 2;
    position: relative;
    height: 80vh;
    width: 100%;
}

.welcome .edu_trackfast {
    width: 500%;
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    display: flex;
    height: 100%;
}

.welcome .master_studyfast img {
    height: 100%;
    transform: scale(1.05);
    object-fit: cover;
    filter: brightness(0.85);
    width: 100%;
    transition: transform 1.5s ease, filter 0.6s ease;
}

.welcome .page_front label {
    width: 30px;
    opacity: 0.5;
    transform: scale(1);
    height: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #ffffff;
    position: relative;
}

.welcome .words_container h1 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    text-shadow: 0 2px 15px rgba(0,0,0,0.3);
    margin-bottom: 1.2rem;
    font-size: 45px;
}

.welcome .words_container p::before {
    height: 100%;
    content: "";
    width: 3px;
    left: 0;
    position: absolute;
    background: rgb(172,114,114,0.5);
    top: 0;
}

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

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

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

.welcome input:nth-of-type(1):checked ~ .edu_trackfast .master_studyfast:nth-child(1) img,
.welcome input:nth-of-type(2):checked ~ .edu_trackfast .master_studyfast:nth-child(2) img,
.welcome input:nth-of-type(3):checked ~ .edu_trackfast .master_studyfast:nth-child(3) img,
.welcome input:nth-of-type(4):checked ~ .edu_trackfast .master_studyfast:nth-child(4) img,
.welcome input:nth-of-type(5):checked ~ .edu_trackfast .master_studyfast:nth-child(5) img,
.welcome input:nth-of-type(6):checked ~ .edu_trackfast .master_studyfast:nth-child(6) img,
.welcome input:nth-of-type(7):checked ~ .edu_trackfast .master_studyfast:nth-child(7) img,
.welcome input:nth-of-type(8):checked ~ .edu_trackfast .master_studyfast:nth-child(8) img,
.welcome input:nth-of-type(9):checked ~ .edu_trackfast .master_studyfast:nth-child(9) img,
.welcome input:nth-of-type(10):checked ~ .edu_trackfast .master_studyfast:nth-child(10) img {
    filter: brightness(0.95);
    transform: scale(1);
}

.company_overview .words_container {
    padding: 40px;
    transition: transform 0.6s ease;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    animation: slideUp 0.8s ease-out forwards;
    background: rgba(255, 255, 255, 0.95);
    transform: perspective(1000px) rotateY(0deg);
    position: relative;
}

.company_overview .words_container:hover h6 {
    transform: translateX(5px);
}

.company_overview .words_container:hover h6::after {
    transform: scaleX(1.2);
}

.company_overview .words_container span {
    display: block;
    column-count: 1;
    line-height: 1.8;
    font-size: 17px;
    column-gap: 30px;
    color: #000000;
    hyphens: auto;
    position: relative;
    text-align: justify;
}

.digital_consent {
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-right: 20px;
    border-radius: 11px;
    flex-shrink: 0;
    padding: 10px;
    box-shadow: 0 0 15px rgb(183,186,151);
}

.track_bar {
    text-decoration: none;
    margin-left: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(183,186,151,0.5);
    background: rgb(183,186,151);
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    padding: 12px 25px;
    white-space: nowrap;
}

.tariff_grid::before {
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
}

.tariff_grid .value_deals {
    margin: 0 auto 50px;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
    max-width: 700px;
    opacity: 0.9;
    font-size: calc(18px + 2px);
}

.tariff_grid .package_deal li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tariff_grid .pay_options {
    overflow: hidden;
    height: 100%;
    position: relative;
    color: #ffffff;
    display: block;
    text-decoration: none;
}

.tariff_grid .pay_options:hover .lesson_plans::before {
    transform: scaleX(1);
}

.tariff_grid .lesson_plans::after {
    right: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    bottom: 0;
    width: 60px;
    background: linear-gradient(135deg, transparent 50%, rgb(172,114,114,0.5) 50%);
    height: 60px;
    content: '';
}

.tariff_grid .pay_options:hover .learn_price h4::after {
    width: 100%;
}

.tariff_grid .learn_price p {
    word-break: break-word;
    margin: 0 0 30px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    padding-right: 5px;
    max-height: 200px;
    overflow-wrap: break-word;
    overflow-y: auto;
}

.join_our_mailing_list::before {
    top: -10%;
    content: "";
    transform: rotate(-15deg);
    z-index: 1;
    position: absolute;
    background: rgb(172,114,114,0.5);
    left: -10%;
    width: 120%;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
    height: 70%;
}

.join_our_mailing_list .input_holder {
    transform: perspective(800px) rotateY(-5deg);
    border-radius: 16px;
    display: flex;
    align-items: stretch;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    max-width: 90%;
    flex-direction: row;
}



.join_our_mailing_list .free_trial:active {
    transform: translateY(2px);
    animation: pulse 1s forwards;
}

.course_program {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(186,202,202) 0%, rgba(0, 0, 0, 0.5) 60%, rgb(183,186,151,0.5) 100%);
}

.course_program::after {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(135deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px);
    width: 100%;
    z-index: 1;
    animation: gridShift 30s linear infinite;
    opacity: 0.05;
}

.course_program .nav_master {
    align-items: center;
    width: 120px;
    transform-origin: center center;
    background: #ffffff;
    animation: floatAndRotate 8s ease-in-out infinite;
    top: -60px;
    justify-content: center;
    height: 120px;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.5),
        0 0 0 8px #ffffff,
        0 0 0 12px rgb(183,186,151,0.5);
    position: absolute;
    display: flex;
    border-radius: 30% 70% 50% 50% / 40% 40% 60% 60%;
    left: 60px;
}

.course_program .class_plan h3::before {
    border-radius: 50%;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(183,186,151);
    bottom: 0;
    height: 8px;
    width: 8px;
}

.course_program .class_plan p::first-letter {
    line-height: 0.8;
    float: left;
    font-weight: 700;
    font-size: 2em;
    margin-top: 8px;
    color: rgb(183,186,151);
    margin-right: 8px;
}

.course_program .pic_wrap_item::before {
    left: 0;
    mix-blend-mode: multiply;
    height: 100%;
    opacity: 0.7;
    z-index: 2;
    width: 100%;
    background: 
        linear-gradient(
            to right,
            rgb(183,186,151,0.5) 0%,
            transparent 40%,
            rgb(172,114,114,0.5) 100%
        );
    content: "";
    transition: opacity 0.5s ease;
    top: 0;
    position: absolute;
}

.client_comments::before {
    position: absolute;
    border-radius: 50%;
    width: 150vw;
    content: "";
    animation: rotateBackground 60s linear infinite;
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        rgb(183,186,151,0.5) 10deg,
        transparent 20deg,
        transparent 70deg,
        rgb(172,114,114,0.5) 80deg,
        transparent 90deg,
        transparent 180deg,
        rgb(183,186,151,0.5) 190deg,
        transparent 200deg,
        transparent 250deg,
        rgb(172,114,114,0.5) 260deg,
        transparent 270deg,
        transparent 360deg
    );
    height: 150vw;
    top: 50%;
    opacity: 0.1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.client_comments .success_opinions:hover {
    transform: translateY(-10px) scale(1.03);
    z-index: 5;
}

.client_comments .success_opinions::after {
    left: 50%;
    z-index: 1;
    width: 2px;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, rgb(183,186,151,0.5), transparent);
    height: 60px;
    position: absolute;
    top: 70px;
    content: "";
}

.client_comments .success_opinions:hover p {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.client_comments .success_opinions:last-child:nth-child(3n-1) {
    grid-column: 2;
}

.client_comments .success_opinions:last-child:nth-child(3n-2) {
    grid-column: 2;
}

.privacy_hutch {
    padding: 40px;
    font-family: Arial, sans-serif;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: rgb(183,186,151,0.5);
    color: #000000;
    overflow: hidden;
}

.privacy_hutch li {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.6;
}



.privacy_hutch h3, .privacy_hutch h4, .privacy_hutch h5, .privacy_hutch h6 {
    color: rgb(183,186,151);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.2em;
    margin-top: 20px;
}

.privacy_hutch button {
    padding: 10px 20px;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 10px;
    transition: background 0.3s ease;
    border: none;
    background: rgb(172,114,114);
}

header .head_lead {
    overflow: hidden;
    position: relative;
}

header .head_lead:before {
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(183,186,151,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(172,114,114,0.5) 0%, transparent 40%);
    opacity: 0.15;
    mix-blend-mode: overlay;
    pointer-events: none;
}

header .top_pro:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    left: 0;
    transition: all 0.4s ease;
    opacity: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) scaleX(0.8);
    width: 100%;
    height: 35px;
    content: '';
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

header .head_mainbar:after {
    width: 100%;
    opacity: 0;
    z-index: -1;
    content: '';
    transform: scaleY(0);
    left: 0;
    height: 100%;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(183,186,151,0.5),
        transparent
    );
    position: absolute;
    transition: all 0.3s ease;
    top: 0;
}

header .nav_wrap:after {
    border: 1px solid transparent;
    top: 0;
    width: 100%;
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(183,186,151),
        transparent
    ) 1;
    height: 100%;
    opacity: 0;
    left: 0;
}

.gratitudeDiv::before {
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    z-index: 1;
}

.gratitudeDiv h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: rgb(183,186,151);
    margin: 0;
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateY(-10px);
    opacity: 0;
    animation: slideIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    max-width: 90%;
}

.gratitudeDiv .impact_stats::before {
    height: 100%;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(183,186,151,0.5) 300%);
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.04;
}

.gratitudeDiv li::before {
    height: 1.5rem;
    background: rgb(183,186,151,0.5);
    animation: pulse 4s ease-in-out infinite;
    content: "";
    opacity: 0.2;
    width: 1.5rem;
    left: 0;
    top: 0.5rem;
    position: absolute;
    border-radius: 10px;
    transform: rotate(45deg);
}

.educational_rewards::after {
    opacity: 0.4;
    position: absolute;
    content: "";
    background: rgb(183,186,151,0.5);
    left: -5%;
    bottom: -10%;
    animation: breathe 8s infinite alternate ease-in-out;
    filter: blur(80px);
    border-radius: 50%;
    height: 400px;
    width: 400px;
}

.educational_rewards .pic_wrap_item {
    transform: perspective(800px) rotateY(10deg);
    grid-column: 1;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.12);
    width: 100%;
    z-index: 2;
    border-radius: 35% 65% 50% 50% / 50% 35% 65% 50%;
    transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.educational_rewards .words_container::before {
    content: "";
    left: -10px;
    border-top: 3px solid rgb(183,186,151);
    width: 70px;
    position: absolute;
    top: -10px;
    height: 70px;
    border-left: 3px solid rgb(183,186,151);
    opacity: 0.7;
    border-radius: 10px 0 0 0;
}

.educational_rewards h3::after {
    border-radius: 10px;
    height: 4px;
    left: 0;
    background: linear-gradient(to right, rgb(183,186,151), rgb(172,114,114));
    width: 60px;
    position: absolute;
    content: "";
    bottom: 0;
}

.educational_rewards li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.educational_rewards svg {
    display: flex;
    transition: all 0.3s ease;
    padding: 5px;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    height: 24px;
    border-radius: 12px;
}


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



@media (max-width: 992px) {.find_us {
    padding: 70px 0;
}.find_us .message_page {
    grid-template-columns: 1fr 1fr;
}.find_us .request_feedback:last-child {
    grid-column: span 2;
}.find_us .request_feedback {
    padding: 30px;
}
}



@media (max-width: 992px) {.design_res .container {
    grid-template-columns: repeat(1, 1fr);
}.design_res .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.design_res .encrypt_cta {
    grid-column: 1 / -1;
}.design_res .top_main {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 992px) {.connect_form .request_block {
    grid-template-columns: 1fr;
}.connect_form .pic_wrap_item {
    border-top-right-radius: 12px;
    min-height: 300px;
    border-radius: 0;
    grid-row: 1;
    grid-column: 1;
    border-top-left-radius: 12px;
}.connect_form .help_query {
    padding: 40px 30px;
    grid-column: 1;
    grid-row: 2;
}
}



@media (min-width: 992px) {.education_experience .success_opinions {
    grid-template-columns: auto 1fr 1fr;
    gap: 0 50px;
    grid-template-areas: 
            "photo info quote";
}.education_experience .pic_wrap_item {
    width: 240px;
    height: 240px;
    transform: rotate(-3deg);
}.education_experience .success_opinions:hover .pic_wrap_item {
    transform: rotate(0) scale(1.05);
}.education_experience .experience_details {
    background: linear-gradient(135deg, rgba(rgb(172,114,114,0.5), 0.08), transparent);
    border-left: none;
    margin-top: 0;
    position: relative;
    padding: 30px;
}.education_experience .experience_details::before {
    left: 0;
}.education_experience .experience_details::after {
    right: 0;
}.education_experience .experience_details:before {
    content: "";
    top: 0;
    width: 3px;
    height: 100%;
    position: absolute;
    left: -25px;
    background: linear-gradient(to bottom, rgb(172,114,114), transparent);
}
}



@media (max-width: 767px) {.welcome .impact_stats {
    height: 60vh;
}.welcome .course_front {
    height: 60vh;
}.welcome .words_container {
    width: 92%;
    left: 20px;
    bottom: 20px;
}.welcome .words_container .container {
    max-width: 500px;
}.welcome .words_container h1 {
    padding-bottom: 10px;
    margin-bottom: 1rem;
    font-size: calc(45px * 0.85);
}.welcome .words_container h1::after {
    width: 60px;
    height: 2px;
}.welcome .words_container h3 {
    font-size: calc(22px * 0.85);
    margin-bottom: 1.2rem;
}.welcome .words_container p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
    padding-left: 12px;
}.welcome .words_container p::before {
    width: 2px;
}.welcome .page_front {
    bottom: 20px;
    right: 20px;
}.welcome .page_front label {
    width: 25px;
}
}



@media (min-width: 768px) {.company_overview .words_container span {
    column-count: 2;
}
}



@media (max-width: 767px) {.company_overview {
    padding: 80px 0 60px;
}.company_overview h4 {
    font-size: calc(33px * 0.9);
    margin-bottom: 40px;
}.company_overview .words_container {
    padding: 25px 20px 25px 25px;
}.company_overview .words_container::before {
    width: 4px;
}.company_overview .words_container h6 {
    margin-bottom: 15px;
    font-size: 18px;
}.company_overview .words_container span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}}



@media (max-width: 767px) {.tariff_grid {
    padding: 60px 0;
}.tariff_grid h2 {
    font-size: calc(34px - 4px);
}.tariff_grid .value_deals {
    font-size: 18px;
    margin-bottom: 30px;
}.tariff_grid .package_deal {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.tariff_grid .learn_price h4 {
    font-size: 21px;
}.tariff_grid .learn_fees {
    font-size: 21px;
}
}



@media screen and (max-width: 992px) {.course_program {
    padding: 80px 0;
}.course_program .impact_stats {
    flex-direction: column-reverse;
}.course_program .class_plan {
    width: 90%;
    transform: translateY(-70px);
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
}.course_program .nav_master {
    height: 100px;
    top: -50px;
    left: 40px;
    width: 100px;
}.course_program .pic_wrap_item {
    height: 320px;
    width: 100%;
    border-radius: 28px;
    transform: perspective(800px) rotateY(0) rotateX(0);
    margin-left: 0;
    margin-right: 0;
}.course_program .impact_stats:hover .pic_wrap_item {
    transform: perspective(800px) rotateY(0) rotateX(0);
}
}



@media (max-width: 1200px) {.client_comments .learning_voices {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.client_comments .success_opinions {
    width: 100%;
}.client_comments .success_opinions:last-child:nth-child(2n-1) {
    grid-column: 1 / span 2;
    margin: 0 auto;
    width: 80%;
}
}



@media only screen and (max-width: 800px) {.privacy_hutch {
    padding: 20px;
    box-shadow: none;
}.privacy_hutch h1 {
    font-size: calc(24px - 10px);
}.privacy_hutch h2 {
    font-size: calc(24px - 5px);
}}



@media (max-width: 767px) {header .top_pro {
    right: -100%;
    background: rgb(183,186,151);
    gap: 20px;
    width: 80%;
    height: 100vh;
    flex-direction: column;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    -webkit-backdrop-filter: blur(15px);
    max-width: 320px;
    backdrop-filter: blur(15px);
    top: 0;
    padding: 80px 30px 30px;
    background: linear-gradient(
            135deg,
            rgb(183,186,151) 0%,
            rgb(183,186,151,0.5) 100%
        );
    position: fixed;
    z-index: 1001;
}header .top_pro:before {
    display: none;
}header .menu.active {
    right: 0;
}header .head_mainbar {
    width: 100%;
    padding: 12px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .head_mainbar:last-child {
    border-bottom: none;
}header .nav_wrap {
    margin: 0 auto;
}
}

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



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

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



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



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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(183,186,151,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}



@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

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



@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}



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



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

