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

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

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


.get_in_touch_ma {
    background: linear-gradient(
        135deg, 
        rgb(155,136,118,0.5) 0%, 
        rgb(190,169,149,0.5) 100%
    );
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    isolation: isolate;
}

.get_in_touch_ma h2 {
    text-align: center;
    position: relative;
    font-size: 39px;
    margin-bottom: 3rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #ffffff;
    text-transform: uppercase;
}

.get_in_touch_ma .gallery_slider_Up::before {
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    mix-blend-mode: color-dodge;
    opacity: 0.6;
    background: linear-gradient(
        45deg, 
        rgb(155,136,118,0.5) 0%, 
        rgb(190,169,149,0.5) 100%
    );
    left: 0;
    top: 0;
}

.get_in_touch_ma .help_panel_kK .connect_feedback_WU {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.get_in_touch_ma .help_panel_kK .connect_feedback_WU input[type="checkbox"]:checked::after {
    position: absolute;
    color: #ffffff;
    left: 50%;
    font-size: 0.8rem;
    top: 50%;
    content: '✔';
    transform: translate(-50%, -50%);
}

.get_in_touch_ma .help_panel_kK .message_links_0b {
    cursor: pointer;
    padding: 1rem;
    color: #ffffff;
    border: none;
    overflow: hidden;
    font-weight: 600;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 19px;
    position: relative;
    background: rgb(190,169,149);
}

.cookie_alert_overlay_go h5 {
    font-size: 22px;
    margin-bottom: 6px;
    color: #ffffff;
    font-weight: 700;
    transition: color 0.3s ease-in-out;
}

.cookie_button.digital_cookies_1r {
    background: rgb(190,169,149);
}

.cookie_explained_eS:hover {
    transform: scale(1.05);
    box-shadow: rgb(190,169,149,0.5) 0px 6px 15px 0px;
}

.wrap-container_p9 .cookie_explained_eS {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    margin-left: 30px;
    border-radius: 10px;
    border: none;
    padding: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: rgb(190,169,149);
}

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

.our_story_Cn::before {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #000000;
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.85;
}

.our_story_Cn h2::after {
    bottom: -10px;
    transition: width 0.5s ease;
    content: "";
    background: rgb(190,169,149);
    left: 0;
    position: absolute;
    height: 4px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(190,169,149);
    width: 60px;
}

.our_story_Cn .text_cloud_IQ p::before {
    background: rgb(190,169,149);
    position: absolute;
    top: 0;
    content: "";
    border-radius: 10px;
    left: -10px;
    height: 100%;
    width: 4px;
}

.our_story_Cn .text_cloud_IQ div div::first-letter {
    color: rgb(190,169,149);
    font-weight: 700;
    line-height: 1;
    font-size: calc(15px * 2.5);
    margin-right: 10px;
    float: left;
}

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

.potential_learners_1H h3::after {
    background: rgb(190,169,149);
    box-shadow: 0 0 15px rgb(190,169,149);
    left: 50%;
    bottom: -15px;
    content: '';
    border-radius: 50px;
    position: absolute;
    width: 120px;
    height: 3px;
    transform: translateX(-50%);
}

.potential_learners_1H li::after {
    top: -50%;
    position: absolute;
    opacity: 0;
    content: '';
    pointer-events: none;
    transition: all 0.5s ease;
    background: radial-gradient(
        circle at center,
        rgba(rgb(155,136,118,0.5), 0.3) 0%,
        transparent 70%
    );
    width: 200%;
    left: -50%;
    height: 200%;
    transform: scale(0.5);
}

.potential_learners_1H li svg {
    flex-shrink: 0;
    height: 40px;
    fill: rgb(155,136,118);
    margin-right: 1.5rem;
    filter: drop-shadow(0 0 5px rgb(155,136,118,0.5));
    width: 40px;
    transition: all 0.4s ease;
    transform-origin: center;
}

.training_structure_PR .container {
    padding: 0 2rem;
    justify-content: center;
    position: relative;
    display: flex;
    z-index: 5;
    width: 100%;
    align-items: center;
    max-width: 1200px;
}

.training_structure_PR .pro_classes_mS::before {
    content: "";
    animation: rotateField 40s linear infinite;
    background: 
        repeating-radial-gradient(
            circle at center,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 60px
        );
    z-index: -1;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
}

.training_structure_PR h3::after {
    z-index: 1;
    position: absolute;
    background: linear-gradient(to right, rgb(190,169,149), transparent);
    content: "";
    top: 50%;
    height: 2px;
    right: -20px;
    width: 40px;
}

.find_contact_Mc {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(226,203,181) 0%, #ffffff 100%);
    overflow: hidden;
}

.find_contact_Mc::before {
    opacity: 0.6;
    position: absolute;
    width: 40%;
    top: -10%;
    content: "";
    animation: float 8s ease-in-out infinite alternate;
    z-index: 0;
    background: rgb(190,169,149,0.5);
    height: 40%;
    right: -10%;
    transform: rotate(-15deg);
    filter: blur(70px);
}

.find_contact_Mc h3 {
    font-size: calc(32px * 0.9);
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.find_contact_Mc p {
    font-size: 17px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #000000;
    max-width: 90%;
}

.find_contact_Mc .get_contactwidget_nl {
    display: flex;
    margin: 2rem 0 0 0;
    flex-direction: column;
    padding: 0;
    gap: 1rem;
    list-style: none;
}

.find_contact_Mc .ask_form_MH:hover::before {
    transform: translateX(0);
}

.find_contact_Mc .ask_form_MH svg path {
    transition: fill 0.3s ease;
    fill: rgb(155,136,118);
}

.user_comments_ve {
    background: linear-gradient(135deg, rgb(226,203,181) 0%, #ffffff 100%);
    position: relative;
    padding: 7rem 2rem;
    overflow: hidden;
}

.user_comments_ve h4 {
    text-align: center;
    margin-bottom: 4rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-size: 30px;
    color: #000000;
}

.user_comments_ve .learner_quotes_hf {
    padding-left: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.user_comments_ve .user_praise_sr:last-child {
    margin-bottom: 0;
}

.user_comments_ve .user_praise_sr::before {
    box-shadow: 0 0 0 3px rgb(190,169,149,0.5);
    content: "";
    transition: all 0.3s ease;
    left: -65px;
    z-index: 2;
    border-radius: 50%;
    top: 20px;
    width: 16px;
    border: 3px solid #ffffff;
    background: rgb(190,169,149);
    height: 16px;
    position: absolute;
}

.user_comments_ve .user_praise_sr:hover .gallery_slider_Up {
    transform: scale(1.05);
    border-color: rgb(190,169,149,0.5);
}

.user_comments_ve .user_praise_sr:nth-child(even) span {
    text-align: right;
}

.privacy_section_hW {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    display: flex;
    height: auto;
    flex-direction: column;
    background-color: #ffffff;
    color: #000000;
    padding: 40px;
    width: 100%;
    font-family: Arial, sans-serif;
    align-items: center;
}

.privacy_section_hW li::before {
    color: rgb(190,169,149);
    content: '✔';
    font-size: 1.2em;
    margin-right: 10px;
}


.plan_list_item_Yd {
    background-color: rgb(226,203,181);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}

.plan_list_item_Yd .pay_plans_tu {
    flex-direction: column;
    display: flex;
}

.plan_list_item_Yd .lesson_fees_XB {
    margin-bottom: 3rem;
    order: -1;
    position: relative;
}

.plan_list_item_Yd .lesson_fees_XB h2::after {
    content: "";
    left: 0;
    bottom: -0.5rem;
    width: 60%;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(190,169,149), transparent);
}

.plan_list_item_Yd .tuition_plans_uI:hover .study_cost_Fq {
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.plan_list_item_Yd .tuition_plans_uI:hover .learning_plan_5Z h3 {
    color: rgb(190,169,149);
}

.plan_list_item_Yd .pricing_list_fn::before {
    transition: transform 0.4s ease;
    height: 2px;
    content: "";
    background-color: rgb(190,169,149,0.5);
    width: 3rem;
    position: absolute;
    bottom: -0.75rem;
    transform: scaleX(1);
    transform-origin: left;
    left: 0;
}

.plan_list_item_Yd .tuition_plans_uI:hover .gallery_slider_Up {
    transform: scale(1.03);
}

.plan_list_item_Yd .tuition_plans_uI:hover .study_cost_Fq::before {
    transform: scaleX(1);
}

.title_welcome_4o::after {
    background: repeating-linear-gradient(
    -45deg,
    rgb(190,169,149,0.5) 0,
    transparent 2px,
    transparent 10px
  );
    opacity: 0.15;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    content: "";
    top: 0;
    animation: patternMove 60s linear infinite;
    transform: translateZ(0);
    position: absolute;
    will-change: transform;
}

.title_welcome_4o .learning_welcome_IM {
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    z-index: 1;
    border-radius: 3px;
    position: relative;
    animation: fadeInUp 1s cubic-bezier(0.17, 0.67, 0.25, 1) forwards 0.9s;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.03)
  );
    opacity: 0;
    transform: translateY(2rem);
    overflow: hidden;
}

footer {
    position: relative;
}

.site_map_Uf .company_holder {
    padding: 30px;
    background-size: 200% 200%;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    backdrop-filter: blur(10px);
    animation: shiftGradient 15s ease infinite;
    order: 2;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 70px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.site_map_Uf .header_master_jx:hover {
    transform: perspective(1000px) rotateY(0);
}

.site_map_Uf .header_master_jx h5 {
    position: relative;
    font-size: 18px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    font-weight: 600;
    padding-bottom: 15px;
    color: #ffffff;
    margin-bottom: 30px;
    word-wrap: break-word;
}

.site_map_Uf .header_master_jx .header_train_Id a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: #ffffff;
}

.discount_cta_qo::before {
    width: 100%;
    top: 0;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(155,136,118,0.5), transparent);
    position: absolute;
    content: '';
}

.training_specialist_CE::before {
    top: 0;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(190,169,149,0.5) 10%, 
        transparent 11%);
    animation: gradientSlide 30s linear infinite;
    background-size: 150px 100%;
    content: "";
    opacity: 0.3;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
}

.training_specialist_CE .user_praise_sr:hover .gallery_slider_Up {
    transform: rotate(-5deg);
}

.training_specialist_CE .user_praise_sr:hover .name {
    transform: translateX(10px);
}

.training_specialist_CE .user_praise_sr:hover span:not(.name) {
    color: rgb(190,169,149);
    transform: translateX(10px);
}

.training_specialist_CE .user_praise_sr:hover .work_expertise_uz {
    padding-left: 20px;
}

.training_specialist_CE .user_praise_sr:hover .work_expertise_uz::before {
    transform: scaleX(1);
}

header .page_top_4D {
    z-index: 5;
    display: flex;
    position: relative;
    padding: 1.3rem 2.5rem;
    justify-content: space-between;
    align-items: center;
}

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

header .header_master_jx::before {
    content: '';
    width: 40px;
    position: absolute;
    right: -20px;
    transform: translateY(-50%);
    height: 1px;
    top: 50%;
    background: rgb(190,169,149);
}

header .header_sitebar_p8 a:hover::before {
    transform: translateX(0);
}

header .header_sitebar_p8 a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

header .header_sitebar_p8:hover::before {
    transform: translateY(-50%) scale(1);
}

header .page_top_4D::before {
    top: 20px;
    content: '';
    left: 20px;
    width: 30px;
    height: 1px;
    position: absolute;
    background: rgb(190,169,149);
}

.course_features_Qi::before {
    top: -100px;
    height: 300px;
    right: -100px;
    opacity: 0.3;
    filter: blur(40px);
    content: "";
    transform: translateZ(0);
    background: linear-gradient(45deg, rgb(190,169,149,0.5) 0%, rgb(155,136,118,0.5) 100%);
    position: absolute;
    width: 300px;
    border-radius: 50%;
    animation: float 15s infinite alternate ease-in-out;
}

.course_features_Qi .gallery_slider_Up::after {
    top: -50%;
    left: -50%;
    content: "";
    animation: shimmer 5s infinite linear;
    transform: rotate(25deg);
    position: absolute;
    width: 200%;
    height: 200%;
    pointer-events: none;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}

.course_features_Qi .text_cloud_IQ:hover h3 {
    transform: translateX(10px);
}

.course_features_Qi .description {
    line-height: 1.7;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000000;
}

.thanksGrid_dr::after {
    height: 300px;
    width: 300px;
    top: -10%;
    z-index: 0;
    position: absolute;
    transform: rotate(15deg);
    content: "";
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(190,169,149,0.5) 0%, transparent 70%);
    right: -5%;
    filter: blur(80px);
}

.thanksGrid_dr .pro_classes_mS::after {
    position: absolute;
    top: -10px;
    height: 80px;
    background: linear-gradient(135deg, rgb(190,169,149) 0%, rgb(155,136,118) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    transform: rotate(5deg);
    z-index: -1;
    right: -10px;
    opacity: 0.1;
    width: 80px;
    content: "";
}

.thanksGrid_dr h5::after {
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(190,169,149), transparent);
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    transform-origin: left;
    width: 60px;
    animation-delay: 0.8s;
    bottom: -8px;
    animation: lineGrow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.course_features_Qi p.description::-webkit-scrollbar {
    width: 5px;
}

.course_features_Qi p.description::-webkit-scrollbar-track {
    background: rgb(226,203,181);
    border-radius: 10px;
}

.course_features_Qi p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(190,169,149,0.5);
}


@media only screen and (max-width: 1200px) {.cookie_alert_overlay_go {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.track_accept_NV {
    display: none;
}.privacy_notify_wy {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_alert_overlay_go h5 {
    text-align: center;
}.cookie_alert_overlay_go p {
    text-align: center;
}.cookie_show_18 {
    text-align: center;
    margin-bottom: 20px;
}.cookie_explained_eS {
    max-width: 300px;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}



@media (max-width: 991px) {.potential_learners_1H {
    padding: 4rem 0;
}.potential_learners_1H ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.potential_learners_1H h3 {
    font-size: calc(32px * 0.9);
}.potential_learners_1H li {
    padding: 1.5rem 1.8rem;
}
}



@media (max-width: 992px) {.training_structure_PR .container {
    padding: 4rem 1.5rem;
}.training_structure_PR .pro_classes_mS {
    flex-direction: column;
    gap: 3rem;
}.training_structure_PR h3 {
    padding: 1.8rem 2.5rem;
    width: 100%;
    font-size: calc(36px * 0.9);
    flex: 0 1 auto;
    max-width: 100%;
}.training_structure_PR span {
    width: 100%;
    padding: 1.8rem 2.5rem;
    max-width: 100%;
    font-size: calc(17px * 0.95);
    flex: 0 1 auto;
}.training_structure_PR h3::after {
    bottom: -20px;
    transform: translateX(50%) rotate(90deg);
    width: 40px;
    top: auto;
    right: 50%;
}.training_structure_PR span::after {
    display: none;
}
}



@media (max-width: 768px) {.user_comments_ve {
    padding: 4rem 1rem;
}.user_comments_ve .learner_quotes_hf {
    padding-left: 30px;
}.user_comments_ve .learner_quotes_hf::before {
    left: 14px;
}.user_comments_ve .learner_quotes_hf::after {
    left: 10px;
}.user_comments_ve .user_praise_sr::before {
    left: -45px;
    width: 14px;
    height: 14px;
}.user_comments_ve h4 {
    font-size: calc(30px * 0.8);
    margin-bottom: 3rem;
}.user_comments_ve .user_praise_sr:nth-child(even),
    .user_comments_ve .user_praise_sr:nth-child(odd) {
    width: 100%;
    align-self: auto;
}.user_comments_ve .user_praise_sr .gallery_slider_Up {
    float: none;
    margin: 0 auto 1rem;
}.user_comments_ve .user_praise_sr:nth-child(even) .gallery_slider_Up {
    float: none;
    margin: 0 auto 1rem;
}.user_comments_ve .user_praise_sr span,
    .user_comments_ve .user_praise_sr:nth-child(even) span {
    text-align: center;
    padding-top: 0;
}.user_comments_ve .user_praise_sr p,
    .user_comments_ve .user_praise_sr:nth-child(even) p {
    text-align: center;
}}



@media (max-width: 992px) {.site_map_Uf {
    padding: 70px 0 40px;
}.site_map_Uf .header_train_Id {
    gap: 40px;
}.site_map_Uf .company_holder {
    margin-top: 50px;
}
}



@media (max-width: 576px) {.site_map_Uf {
    padding: 40px 0 20px;
}.site_map_Uf .company_holder h3 {
    font-size: calc(36px * 0.8);
}.site_map_Uf .header_master_jx h5 {
    font-size: calc(18px * 0.9);
}}



@media (max-width: 991px) {header .page_top_4D {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .nav_learning_5O {
    margin-bottom: 0;
    margin-right: 0;
}header .header_master_jx {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .header_master_jx::before {
    display: none;
}header .header_sitebar_p8 a {
    height: 40px;
    font-size: calc(13px - 1px);
    padding: 0 1rem;
}header .header_sitebar_p8::before {
    display: none;
}header .page_top_4D::before,
    header .page_top_4D::after {
    display: none;
}
}



@media (max-width: 767px) {.course_features_Qi {
    padding: 80px 0;
}.course_features_Qi .container {
    padding: 0 15px;
}.course_features_Qi .gallery_slider_Up {
    height: 250px;
}.course_features_Qi .text_cloud_IQ {
    padding: 25px 20px;
}.course_features_Qi h3 {
    font-size: calc(24px - 0.1rem);
    margin-bottom: 15px;
}.course_features_Qi p.description {
    max-height: 250px;
    font-size: calc(16px - 0.1rem);
}}



@media (max-width: 767px) {.thanksGrid_dr {
    padding: 80px 0;
}.thanksGrid_dr .pro_classes_mS {
    padding: 40px 30px;
}.thanksGrid_dr h5 {
    font-size: calc(20px * 0.9);
}.thanksGrid_dr p {
    padding: 20px 25px;
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}



@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
        background-position: 100% 100%;
    }
}



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



@keyframes pulseGlow {
  0% {
    opacity: 0.05;
    transform: scale(1);
  }
  50% {
    opacity: 0.15;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.05;
    transform: scale(1);
  }
}



@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-30px) rotate(10deg);
    }
}



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

