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

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

.head_edu {
    flex: 1 0 auto;
}

.client_opinions::before {
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.05;
    content: "";
    width: 100%;
    z-index: 1;
    background-size: 50px 50px;
    background-position: 0 0, 0 0, 25px 25px, 25px 25px, 0 0, 25px 25px;
    background-image: 
        linear-gradient(30deg, rgb(183,190,214,0.5) 12%, transparent 12.5%, transparent 87%, rgb(183,190,214,0.5) 87.5%, rgb(183,190,214,0.5)),
        linear-gradient(150deg, rgb(183,190,214,0.5) 12%, transparent 12.5%, transparent 87%, rgb(183,190,214,0.5) 87.5%, rgb(183,190,214,0.5)),
        linear-gradient(30deg, rgb(183,190,214,0.5) 12%, transparent 12.5%, transparent 87%, rgb(183,190,214,0.5) 87.5%, rgb(183,190,214,0.5)),
        linear-gradient(150deg, rgb(183,190,214,0.5) 12%, transparent 12.5%, transparent 87%, rgb(183,190,214,0.5) 87.5%, rgb(183,190,214,0.5)),
        linear-gradient(60deg, rgb(149,156,187,0.5) 25%, transparent 25.5%, transparent 75%, rgb(149,156,187,0.5) 75%, rgb(149,156,187,0.5)),
        linear-gradient(60deg, rgb(149,156,187,0.5) 25%, transparent 25.5%, transparent 75%, rgb(149,156,187,0.5) 75%, rgb(149,156,187,0.5));
    left: 0;
}

.client_opinions .rating_praise p::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(183,190,214);
}

.cookieDisclosurePanel {
    font-family: Arial, sans-serif;
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 3px solid rgb(183,190,214);
    padding: 20px;
    background: rgb(218,237,237);
    z-index: 1050;
    overflow: hidden;
}

.cookie_review {
    margin-right: 20px;
    flex-grow: 1;
}

.data_consent {
    text-decoration: none;
    margin-left: 10px;
    font-size: 19px;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    padding: 10px 20px;
}

.data_consent {
    background-color: rgb(183,190,214);
    color: #ffffff;
    border: 1px solid rgb(183,190,214);
}

.our_background h1 {
    position: relative;
    text-align: left;
    color: #000000;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
}

.our_background h1:hover::after {
    width: 120px;
}

.our_background .exp_years {
    padding: 30px;
    transform: translateZ(0);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 9px 9px 16px rgba(0,0,0,0.05), 
                -9px -9px 16px rgba(255,255,255,0.8), 
                inset 3px 3px 7px rgba(0,0,0,0.05),
                inset -3px -3px 7px rgba(255,255,255,0.7);
}

.training_specialist {
    padding: 5rem 2rem;
    border-radius: 22px;
    background: linear-gradient(to bottom, rgb(218,237,237), rgb(183,190,214,0.5) 120%);
    overflow: hidden;
    position: relative;
}

.training_specialist .pic_frame {
    margin: 0 auto;
    position: relative;
    transition: all 0.5s ease;
    z-index: 3;
    width: 80%;
    border-radius: 22px 22px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    height: 350px;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
}

.training_specialist .work_items::after {
    bottom: 20px;
    background: rgb(149,156,187,0.5);
    position: absolute;
    border-radius: 20% 40% 50% 30%;
    height: 60px;
    animation: float-blob 10s infinite alternate;
    opacity: 0.2;
    right: 20px;
    content: "";
    width: 60px;
    filter: blur(15px);
}

.training_specialist .rating_praise:hover .work_items > div:nth-child(2)::after {
    width: 100px;
}

.training_specialist .rating_praise:hover .employee_info {
    transform: translateY(0);
    opacity: 1;
}

.fellow_prog .container {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 3rem;
    position: relative;
}



.fellow_prog .company_holder h3 {
    font-size: calc(33px * 1.2);
    -webkit-background-clip: text !important;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right, #ffffff, rgb(149,156,187));
    margin-bottom: 1.5rem;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.fellow_prog .first_pagebar .head_main {
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
}

.fellow_prog .first_pagebar .head_main a:hover::before {
    width: 7px;
    height: 7px;
    background-color: rgb(149,156,187);
}

.abuse_ctrl::before {
    background: linear-gradient(to right, transparent, rgb(183,190,214), transparent);
    position: absolute;
    top: 0;
    opacity: 0.5;
    width: 100%;
    height: 1px;
    content: "";
    left: 0;
}

.opening_page .ethos_block {
    transform: perspective(1000px) rotateY(2deg);
    max-width: 1200px;
    padding: 40px;
    backdrop-filter: blur(10px);
    z-index: 2;
    width: 100%;
    border-left: 4px solid rgb(183,190,214);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
}

.opening_page .title_style_header::after {
    position: absolute;
    bottom: 0;
    transition: width 0.4s ease;
    content: "";
    left: 0;
    width: 80%;
    height: 3px;
    background: linear-gradient(90deg, rgb(183,190,214), transparent);
}

.contact_form_box h2 {
    margin-bottom: 50px;
    padding-left: 20px;
    text-align: left;
    color: #000000;
    position: relative;
    font-size: 31px;
    border-left: 5px solid rgb(183,190,214);
    font-weight: 700;
}

.contact_form_box .help_panel {
    position: relative;
    flex: 0 0 60%;
    padding: 60px;
}

.contact_form_box #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}

.contact_form_box input[type="text"] {
    padding: 18px 20px;
    width: 100%;
    background: rgb(218,237,237);
    font-size: 13px;
    transition: all 0.3s ease;
    color: #000000;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    border: none;
    border-radius: 10px;
}

.contact_form_box .reach_panel label {
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
}

.contact_form_box .reach_panel a:hover {
    color: rgb(149,156,187);
}

.contact_form_box .reach_panel a:hover::after {
    background: rgb(149,156,187);
}

.contact_form_box svg {
    transition: all 0.3s ease;
    width: 20px;
    fill: rgb(183,190,214);
    height: 20px;
}

.contact_form_box svg:hover {
    fill: rgb(149,156,187);
}

.course_features {
    background: linear-gradient(135deg, rgb(218,237,237) 0%, rgba(245, 247, 250, 0.92) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.course_features .learn_map {
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
}

.course_features .text_holder_item {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    transform: translateY(-40px);
    background: #ffffff;
    position: relative;
    padding: 2.5rem 2rem;
}

.course_features .text_holder_item span.description {
    display: none;
}

.course_features .text_holder_item div {
    position: relative;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
}

header:after {
    opacity: 0.4;
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(135deg, rgb(218,237,237) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(218,237,237) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(218,237,237) 25%, transparent 25%),
        linear-gradient(45deg, rgb(218,237,237) 25%, transparent 25%);
    background-color: rgba(0, 0, 0, 0.01);
    pointer-events: none;
    background-size: 20px 20px;
    height: 100%;
    content: '';
}

header .header_wrap {
    padding: 8px 2px;
    transition: all 0.3s ease;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

header .header_wrap:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}

header .nav_header:after {
    opacity: 0;
    border-radius: 50%;
    content: '';
    transform: scale(0);
    transition: all 0.4s ease;
    width: 10px;
    height: 10px;
    position: absolute;
    background: linear-gradient(135deg, rgb(183,190,214), rgb(149,156,187));
    left: -5px;
    top: -5px;
}

.service_contact::after {
    right: 0;
    top: 0;
    background: linear-gradient(to left, rgb(183,190,214,0.5) 0%, transparent 100%);
    z-index: 1;
    position: absolute;
    content: '';
    height: 100%;
    width: 40%;
}

.service_contact .pic_frame::before {
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    content: '';
}

.service_contact .request_team .help_now {
    align-items: center;
    margin: 0;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(183,190,214);
    font-size: 31px;
    border-bottom: 1px solid rgb(149,156,187,0.5);
    position: relative;
}

.service_contact .request_form p:hover svg {
    fill: rgb(149,156,187);
    transform: translateY(-50%) scale(1.1) rotate(5deg);
}

.service_contact .request_form p:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.service_contact .request_form p span b {
    color: rgb(183,190,214);
    font-weight: 600;
}

.service_contact .request_form p span a:hover::after {
    width: 100%;
}

.service_contact .contact_panel {
    margin-top: 15px;
    padding-top: 25px;
    border-top: 1px solid rgb(149,156,187,0.5);
}

.service_contact .edu_chat svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}

.service_contact .edu_chat::before {
    height: 10px;
    transform: translateY(-50%);
    left: 0;
    display: none;
    width: 10px;
    background: rgb(183,190,214);
    top: 50%;
    content: '';
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
}

.service_contact .get_help:hover::before {
    height: 100%;
}

.service_contact .get_help::after {
    transition: width 0.5s ease;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.2;
    background: linear-gradient(to right, rgb(149,156,187,0.5) 0%, transparent 100%);
    content: '';
    top: 0;
    width: 0;
    z-index: -1;
}

.thankYouWeb .learn_history {
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    gap: 30px;
    background-color: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 0 0 1px rgba(0, 0, 0, 0.02), 
                0 4px 6px rgba(0, 0, 0, 0.04);
    padding: 50px;
    backdrop-filter: blur(10px);
    position: relative;
}

.thankYouWeb a {
    display: block;
    transition: transform 0.3s ease;
    text-decoration: none;
    position: relative;
}

.thankYouWeb p {
    color: #000000;
    margin: 0;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.8;
}

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

.price_palette .bundle_price h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 34px;
    margin-bottom: 15px;
}

.price_palette .value_rates {
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    border-radius: 8px;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.price_palette .study_price {
    font-weight: 700;
    display: inline-block;
    margin: 15px 0;
    position: relative;
    color: rgb(183,190,214);
    font-size: calc(20px + 4px);
}

.price_palette .pic_frame::after {
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(rgb(183,190,214,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.price_palette .value_rates:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}

.secure_safe ul {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}

.secure_safe div {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.8;
    padding: 15px;
    border: 1px solid rgb(149,156,187);
    margin-bottom: 15px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    background: rgb(183,190,214,0.5);
    border-radius: 19px;
}

.course_methodology::after {
    height: 100%;
    top: -50%;
    filter: blur(30px);
    z-index: 0;
    right: -50%;
    background: linear-gradient(45deg, transparent 65%, rgb(149,156,187,0.5) 100%);
    transform: rotate(-15deg) scale(2);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 100%;
    opacity: 0.08;
    content: "";
}

.course_methodology .text_holder_item::before {
    transform: rotate(45deg);
    left: 25px;
    height: 30px;
    z-index: -1;
    position: absolute;
    top: -15px;
    content: "";
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    width: 30px;
    background: #ffffff;
}

.course_methodology p::first-letter {
    font-weight: 600;
    color: rgb(183,190,214);
    font-size: 1.3em;
}


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


@media (max-width: 1200px) {.cookie_review h5 {
    font-size: calc(19px - 2px);
}.cookie_review p {
    font-size: calc(16px - 2px);
}.data_consent {
    font-size: calc(19px - 2px);
    padding: 8px 16px;
}
}



@media (max-width: 992px) {.our_background {
    padding: 60px 0;
}.our_background h1 {
    text-align: center;
}.our_background h1::after {
    transform: translateX(-50%);
    left: 50%;
}.our_background .team_profile ul {
    grid-template-columns: 1fr;
}
}



@media (max-width: 480px) {.our_background h1 {
    margin-bottom: 30px;
    font-size: calc(48px * 0.85);
}.our_background .exp_years {
    padding: 20px 15px;
}.our_background .exp_years h4 {
    font-size: calc(21px * 0.9);
    margin-bottom: 15px;
}.our_background .exp_years div {
    max-height: 180px;
    font-size: calc(12px * 0.95);
}}



@media (max-width: 1200px) {.opening_page .ethos_block {
    max-width: 900px;
    padding: 30px;
}.opening_page .title_style_header {
    font-size: calc(40px * 0.9);
}.opening_page h3 {
    font-size: calc(18px * 1);
}
}



@media (max-width: 400px) {.opening_page .ethos_block {
    padding: 12px;
}.opening_page p {
    font-size: calc(14px * 0.8);
}.opening_page .title_style_header {
    font-size: calc(40px * 0.5);
}.opening_page h3 {
    font-size: calc(18px * 0.8);
}}



@media (max-width: 576px) {.contact_form_box {
    padding: 40px 0;
}.contact_form_box .container {
    padding: 0 15px;
}.contact_form_box h2 {
    margin-bottom: 25px;
    font-size: calc(31px - 6px);
    padding-left: 15px;
}.contact_form_box .help_panel {
    padding: 30px 20px;
}.contact_form_box #contact {
    gap: 20px;
}.contact_form_box input[type="text"] {
    padding: 15px;
}.contact_form_box .query_feedback {
    padding: 15px 20px;
    width: 100%;
}.contact_form_box .pic_frame {
    min-height: 200px;
}}



@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .first_pagebar {
    gap: 20px;
}header .nav_header svg {
    height: 38px;
}
}



@media (min-width: 992px) {.service_contact .talk_team {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1200px) {.service_contact .talk_team {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (min-width: 768px) {.thankYouWeb .learn_history {
    padding: 60px 70px;
    gap: 40px;
}.thankYouWeb h5 {
    font-size: calc(18px * 1.2);
}.thankYouWeb p {
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 767px) {.thankYouWeb {
    padding: 60px 0;
}.thankYouWeb .learn_history {
    gap: 25px;
    padding: 35px 25px;
}.thankYouWeb .learn_history > div:first-child::after {
    width: 60px;
}.thankYouWeb h5 {
    font-size: calc(18px * 0.9);
}.thankYouWeb a::before {
    left: -10px;
}
}



@media (min-width: 768px) {.price_palette .lesson_rates {
    grid-template-columns: repeat(2, 1fr);
}.price_palette .bundle_price {
    margin-bottom: 60px;
}.price_palette .pricing_card h3 {
    font-size: 20px;
}.price_palette .study_price {
    font-size: calc(20px + 2px);
}.price_palette .pricing_card p {
    font-size: calc(18px - 1px);
}
}



@media (max-width: 991px) {.course_methodology {
    padding: 90px 0;
}.course_methodology h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
}.course_methodology .text_holder_item {
    padding: 35px;
}
}

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



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

@keyframes borderPulse {
    0% {
        border-left-color: rgb(183,190,214);
    }
    50% {
        border-left-color: rgb(149,156,187);
    }
    100% {
        border-left-color: rgb(183,190,214);
    }
}



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


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



@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

