.wrapper-viewport {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}

header,footer {
    width: 100%;
}

header {
    left: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    background: rgb(218,237,237);
    z-index: 1000;
    top: 0;
    position: fixed;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
}

.client_opinions h4::before {
    transform: skew(15deg);
    position: absolute;
    content: "";
    width: 200%;
    left: -50px;
    z-index: -1;
    background: rgb(149,156,187,0.5);
    bottom: -5px;
    height: 10px;
}

.client_opinions .rating_praise {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 80%, 
        85% 100%, 
        0 100%
    );
    position: relative;
    padding: 40px 30px;
    background: #ffffff;
}

.client_opinions .rating_praise:nth-child(odd)::after {
    background: rgb(183,190,214,0.5);
}

.client_opinions .rating_praise:hover::before {
    transform: translate(4px, 4px);
}

.client_opinions .rating_praise:nth-child(even) .pic_frame {
    clip-path: polygon(
        30% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 30%
    );
}

.client_opinions .rating_praise p {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    position: relative;
}

.client_opinions .edu_stories::after {
    background: rgb(183,190,214,0.5);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    right: 10%;
    content: "";
    width: 150px;
    position: absolute;
    height: 150px;
    z-index: -1;
    opacity: 0.2;
    bottom: -75px;
}

.cookie_review h5 {
    color: rgb(183,190,214);
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 19px;
}

.cookieDisclosurePanel p a {
    color: rgb(183,190,214);
    text-decoration: underline;
}

.our_background::after {
    position: absolute;
    opacity: 0.2;
    height: 250px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    left: -50px;
    background: linear-gradient(225deg, rgb(149,156,187,0.5), rgb(183,190,214,0.5));
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    bottom: -100px;
    width: 250px;
    z-index: 0;
    filter: blur(20px);
    content: "";
}

.our_background .team_profile ul {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    margin: 0;
    list-style: none;
    padding: 0;
}

.our_background .exp_years:hover::before {
    height: 100%;
}

.our_background .exp_years h4 {
    margin-top: 0;
    font-weight: 600;
    font-size: 21px;
    color: #000000;
    margin-bottom: 20px;
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    font-family: Arial, sans-serif;
    padding-left: 10px;
}

.training_specialist .rating_praise {
    flex-direction: column;
    z-index: 2;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    max-width: 500px;
    display: flex;
    margin: 0 auto;
    transform: translateY(0);
}

.training_specialist .rating_praise:hover .pic_frame {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}

.training_specialist .work_items::before {
    border-radius: 10px 10px 0 0;
    background: linear-gradient(90deg, 
                rgb(183,190,214), 
                rgb(149,156,187), 
                rgb(183,190,214));
    position: absolute;
    height: 6px;
    left: 0;
    right: 0;
    content: "";
    background-size: 200% 100%;
    top: 0;
    animation: gradient-shift 8s infinite alternate;
}

.training_specialist .employee_info {
    font-size: 18px;
    transition: all 0.5s ease 0.2s;
    transform: translateY(10px);
    line-height: 1.7;
    padding: 1rem 0 0 1.5rem;
    opacity: 0.7;
    position: relative;
    border-left: 3px solid rgb(149,156,187,0.5);
    font-style: italic;
    color: #000000;
}

.fellow_prog .help_center {
    opacity: 0.8;
    font-size: 12px;
    line-height: 1.6;
    color: #ffffff;
    margin-top: 1rem;
}

.fellow_prog .first_pagebar::before {
    border-top: 1px solid rgb(183,190,214);
    position: absolute;
    width: 40px;
    opacity: 0.4;
    height: 40px;
    content: "";
    top: -10px;
    left: -20px;
    border-left: 1px solid rgb(183,190,214);
}

.fellow_prog .first_pagebar .head_main a::before {
    border-radius: 50%;
    background-color: rgb(183,190,214);
    content: "";
    transform: translateY(-50%);
    height: 5px;
    position: absolute;
    transition: all 0.3s ease;
    top: 50%;
    width: 5px;
    left: 0;
}

.abuse_ctrl .intern_opp {
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    opacity: 0.7;
}

.opening_page .learn_page::before {
    background: linear-gradient(135deg, rgb(183,190,214,0.5), rgba(0, 0, 0, 0.5) 80%);
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
}

.opening_page p {
    color: #ffffff;
    font-size: calc(14px * 1.1);
    padding-left: 20px;
    position: relative;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.opening_page .title_style_header:hover::after {
    width: 100%;
}

.contact_form_box {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}

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

.contact_form_box .pic_frame {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}

.contact_form_box .pic_frame::before {
    background: rgb(183,190,214,0.5);
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    mix-blend-mode: multiply;
    top: 0;
    z-index: 1;
    height: 100%;
}

.contact_form_box h3::after {
    position: absolute;
    background: rgb(183,190,214);
    height: 2px;
    content: "";
    left: 0;
    width: 40px;
    bottom: -10px;
}

.contact_form_box .reach_panel {
    gap: 12px;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.contact_form_box .reach_panel input[type="checkbox"]:checked::after {
    top: 3px;
    border: solid #ffffff;
    left: 7px;
    transform: rotate(45deg);
    height: 11px;
    border-width: 0 2px 2px 0;
    width: 6px;
    position: absolute;
    content: "";
}

.contact_form_box .query_feedback:hover {
    transform: translateY(-2px);
    background: rgb(149,156,187);
    box-shadow: 0 7px 20px rgb(149,156,187,0.5);
}

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

.course_features::after {
    background: linear-gradient(45deg, rgb(149,156,187,0.5) 0%, rgb(183,190,214,0.5) 100%);
    bottom: -5%;
    opacity: 0.4;
    position: absolute;
    transform: rotate(10deg) translateZ(0);
    left: -2%;
    width: 25%;
    filter: blur(15px);
    height: 50%;
    z-index: 1;
    content: "";
}

.course_features .pic_frame::after {
    width: 100%;
    mix-blend-mode: overlay;
    background: rgb(183,190,214);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.2;
    content: "";
}

.course_features .text_holder_item h3::after {
    transform-origin: left;
    content: "";
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.6s;
    width: 60px;
    transform: scaleX(0);
    margin-top: 1rem;
    display: block;
    height: 3px;
    background: rgb(183,190,214);
}

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

header .head_tutor {
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex;
}

header .first_pagebar:before {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: -8px;
    width: 100%;
    background: rgb(183,190,214);
    height: 2px;
    position: absolute;
    content: '';
    left: 0;
    transform-origin: center;
    transform: scaleX(0.9);
    opacity: 0;
}

header .header_wrap:hover {
    color: rgb(183,190,214);
}

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

header .nav_header {
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    padding: 5px 12px;
    position: relative;
    align-items: center;
}

header .nav_header svg {
    width: auto;
    height: 42px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.service_contact {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: rgb(218,237,237);
}

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

.service_contact .pic_frame {
    z-index: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.service_contact .request_team {
    overflow: hidden;
    position: relative;
    z-index: 3;
    border: 1px solid rgb(149,156,187,0.5);
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.service_contact .help_now svg {
    height: 24px;
    transition: transform 0.3s ease, fill 0.3s ease;
    fill: rgb(183,190,214);
    width: 24px;
    margin-right: 15px;
}

.service_contact .request_form p {
    padding: 15px 15px 15px 50px;
    border-radius: 10px;
    color: #000000;
    border-left: 3px solid rgb(183,190,214);
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    background: #ffffff;
    margin: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    font-size: 14px;
}

.service_contact .request_form p span a:hover {
    color: rgb(149,156,187);
}

.service_contact .edu_chat {
    font-size: 23px;
    align-items: center;
    color: rgb(183,190,214);
    display: flex;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}

.service_contact .talk_team {
    gap: 10px;
    display: grid;
}

.service_contact .get_help:hover svg {
    fill: rgb(183,190,214);
    transform: translateY(-50%) rotate(15deg);
}

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

.service_contact .get_help::before {
    height: 0;
    top: 0;
    transition: height 0.3s ease;
    left: -3px;
    background: rgb(183,190,214);
    content: '';
    width: 3px;
    position: absolute;
}

.thankYouWeb::after {
    width: 40%;
    height: 40%;
    opacity: 0.3;
    right: -5%;
    transform: rotate(15deg);
    z-index: 0;
    background: linear-gradient(225deg, rgb(149,156,187) 0%, transparent 80%);
    filter: blur(50px);
    position: absolute;
    content: "";
    bottom: -10%;
}

.thankYouWeb .learn_history > div:first-child {
    position: relative;
    padding-bottom: 20px;
}

.thankYouWeb .learn_history > div:first-child::after {
    width: 80px;
    height: 3px;
    content: "";
    left: 0;
    bottom: 0;
    background-color: rgb(183,190,214);
    animation: lineExtend 1.5s ease-out forwards;
    position: absolute;
    transform-origin: left;
}

.thankYouWeb a:hover {
    transform: translateX(5px);
}

.thankYouWeb a::before {
    left: -20px;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    height: 0;
    width: 4px;
    position: absolute;
    background-color: rgb(149,156,187);
    content: "";
}

.price_palette .study_cost {
    flex-direction: column-reverse;
    display: flex;
}

.price_palette .bundle_price h2::after {
    width: 80px;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    background: rgb(183,190,214);
    height: 3px;
    transform: translateX(-50%);
}

.price_palette .indv_sub {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 450px;
    overflow: hidden;
    background-color: #ffffff;
}

.price_palette .value_rates:hover .pricing_card h3 {
    transform: translateX(5px);
}

.price_palette .study_price::before {
    position: absolute;
    height: 2px;
    top: 50%;
    transition: all 0.3s ease;
    background: rgb(183,190,214);
    width: 10px;
    left: -20px;
    opacity: 0;
    transform: translateX(-10px);
    content: "";
}

.price_palette .value_rates:hover .pic_frame {
    transform: scale(1.05);
}

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

.secure_safe {
    padding: 40px;
    height: auto;
    width: 100%;
}

.secure_safe h1 {
    text-align: center;
    margin-top: 0;
    text-shadow: 0 0 10px rgb(183,190,214);
    margin-bottom: 20px;
    color: rgb(183,190,214);
    font-weight: 700;
    grid-column: span 2;
    border-bottom: 2px solid rgb(149,156,187);
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
    font-size: 44px;
}

.course_methodology::before {
    width: 100%;
    opacity: 0.15;
    position: absolute;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(149,156,187,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(183,190,214,0.5) 0%, transparent 40%);
    height: 100%;
    content: "";
    left: 0;
    top: 0;
}

.course_methodology h2::after {
    height: 4px;
    left: 0;
    position: absolute;
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(90deg, rgb(183,190,214) 0%, rgb(149,156,187) 100%);
    width: 80px;
    transform-origin: left center;
    content: "";
    bottom: 0;
}

.course_methodology p {
    position: relative;
    font-size: 17px;
    z-index: 2;
    margin: 0;
    line-height: 1.7;
    color: #000000;
}


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


@media (max-width: 800px) {.consent_ack {
    align-items: center;
    flex-direction: column;
}.cookie_visitor {
    margin-bottom: 15px;
}.cookie_review {
    text-align: center;
    margin-bottom: 20px;
}.data_consent {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}



@media (max-width: 768px) {.our_background {
    padding: 40px 0;
}.our_background .exp_years {
    padding: 25px 20px;
}.our_background .exp_years div {
    max-height: 200px;
}
}



@media (max-width: 768px) {.training_specialist .pic_frame {
    height: 250px;
    width: 100%;
}}



@media screen and (max-width: 992px) {.fellow_prog .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.fellow_prog .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.fellow_prog .brainstorm {
    justify-content: flex-start;
}.fellow_prog .head_main {
    gap: 2rem;
}
}



@media (max-width: 992px) {.opening_page .ethos_block {
    max-width: 700px;
    transform: perspective(1000px) rotateY(1deg);
    padding: 25px;
}.opening_page .title_style_header {
    font-size: calc(40px * 0.8);
}
}



@media (max-width: 992px) {.contact_form_box .connect_widget {
    flex-direction: column;
}.contact_form_box .pic_frame {
    order: 1;
    flex: 0 0 auto;
    min-height: 300px;
}.contact_form_box .help_panel {
    padding: 50px 40px;
    flex: 0 0 auto;
    order: 2;
}.contact_form_box h2 {
    margin-bottom: 40px;
}
}



@media (min-width: 992px) {.course_features {
    padding: 8rem 0;
}.course_features .learn_map {
    grid-template-columns: 40% 60%;
}.course_features .pic_frame {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.course_features .pic_frame:hover {
    transform: scale(1.03);
}.course_features .text_holder_item {
    padding: 4rem 5rem 4rem 5rem;
    transform: translateX(-70px);
}.course_features .text_holder_item h3 {
    margin-bottom: 2.5rem;
}.course_features .text_holder_item div {
    max-height: 400px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .nav_header svg {
    height: 35px;
}}



@media (max-width: 767px) {.service_contact {
    padding: 50px 0;
}.service_contact .help_now {
    font-size: 16px;
    padding: 20px;
}.service_contact .help_now svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}.service_contact .request_form {
    padding: 20px;
}.service_contact .request_form p {
    padding: 12px 12px 12px 45px;
}.service_contact .request_form p svg {
    width: 18px;
    left: 12px;
    height: 18px;
}.service_contact .edu_chat {
    font-size: 16px;
}.service_contact .edu_chat svg {
    width: 18px;
    height: 18px;
}.service_contact .get_help {
    padding: 10px 10px 10px 40px;
}.service_contact .get_help svg {
    left: 12px;
    height: 15px;
    width: 15px;
}}



@media (min-width: 1200px) {.price_palette .lesson_rates {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price_palette .indv_sub {
    min-height: 500px;
}.price_palette .pic_frame {
    height: 220px;
}.price_palette .pricing_card h3 {
    font-size: calc(20px + 2px);
}.price_palette .study_price {
    font-size: calc(20px + 6px);
}}



@media (max-width: 767px) {.course_methodology {
    padding: 70px 0;
}.course_methodology::after {
    opacity: 0.05;
}.course_methodology .learn_history {
    padding: 0 20px;
}.course_methodology h2 {
    padding-bottom: 15px;
    font-size: calc(29px * 0.85);
    margin-bottom: 25px;
}.course_methodology h2::after {
    height: 3px;
    width: 60px;
}.course_methodology:hover h2::after {
    width: 90px;
}.course_methodology .text_holder_item {
    padding: 30px 25px;
    transform: translateZ(5px) translateX(0);
}.course_methodology:hover .text_holder_item {
    transform: translateZ(7px) translateX(3px);
}.course_methodology p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}



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



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



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

