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

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

.fellow_prog {
    flex: 0 0 auto;
}

.fellow_prog {
    padding: 5rem 0 3rem;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

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

.client_opinions h4::after {
    animation: rotate 6s linear infinite;
    top: -15px;
    position: absolute;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 30px;
    background: rgb(183,190,214,0.5);
    height: 30px;
    right: -40px;
}

.client_opinions .rating_praise::after {
    background: rgb(218,237,237);
    bottom: 0;
    content: "";
    transform: rotate(45deg) translateY(25px);
    width: 50px;
    z-index: -2;
    height: 50px;
    position: absolute;
    right: 15%;
}

.client_opinions .rating_praise:nth-child(even)::after {
    background: rgb(149,156,187,0.5);
}

.client_opinions .pic_frame {
    top: -20px;
    z-index: 3;
    transition: all 0.4s ease;
    border: 3px solid #ffffff;
    position: absolute;
    right: 20px;
    width: 80px;
    height: 80px;
}

.client_opinions .rating_praise span {
    position: relative;
    padding-bottom: 10px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
    border-bottom: 1px dashed rgb(183,190,214,0.5);
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
}

.consent_ack {
    justify-content: space-between;
    display: flex;
    align-items: center;
    z-index: 1;
    flex-wrap: nowrap;
}

#alertTrackingUsage {
    display: none;
}

.cookie_visitor svg {
    height: 60px;
    transition: fill 0.3s ease-in-out;
    width: 60px;
    fill: rgb(183,190,214);
}

.data_consent:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}

.our_background::before {
    filter: blur(15px);
    z-index: 0;
    width: 300px;
    opacity: 0.3;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 70%;
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    content: "";
    right: -50px;
    top: -50px;
    background: linear-gradient(135deg, rgb(183,190,214,0.5), rgb(149,156,187,0.5));
    height: 300px;
}

.our_background .team_profile {
    position: relative;
}

.our_background .exp_years:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 12px 12px 20px rgba(0,0,0,0.07), 
                -12px -12px 20px rgba(255,255,255,0.9), 
                inset 2px 2px 5px rgba(0,0,0,0.03),
                inset -2px -2px 5px rgba(255,255,255,0.5);
}

.our_background .exp_years:hover h4 {
    transform: translateX(5px);
    color: rgb(183,190,214);
}

.our_background .exp_years:hover div {
    color: #000000;
}

.training_specialist::before {
    opacity: 0.3;
    content: "";
    z-index: 1;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(149,156,187,0.5) 0,
        rgb(149,156,187,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    width: 100%;
    left: 0;
    height: 100%;
}

.training_specialist .work_items {
    transition: transform 0.5s ease;
    margin-top: -50px;
    padding: 70px 2rem 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    border-radius: 22px;
    z-index: 2;
    position: relative;
    transform: translateZ(0);
}

.training_specialist .work_items > div:nth-child(2) {
    color: rgb(149,156,187);
    position: relative;
    padding-bottom: 1rem;
    opacity: 0.8;
    font-weight: 600;
    transition: all 0.4s ease 0.1s;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    font-size: 17px;
}

.fellow_prog::before {
    width: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(183,190,214,0.5) 100%);
    height: 100%;
}

.fellow_prog .brainstorm {
    justify-content: flex-end;
    display: flex;
}

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

.fellow_prog .first_pagebar .head_main a:hover {
    color: rgb(183,190,214);
    opacity: 1;
    transform: translateX(5px);
}

.abuse_ctrl {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    margin-top: 2rem;
    padding: 1.5rem 0;
}

.opening_page .learn_page {
    justify-content: center;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 100px 20px;
    display: flex;
    position: relative;
    align-items: center;
}

.opening_page .ethos_block > div {
    margin-bottom: 30px;
    transition: transform 0.4s ease-out;
    transform: translateX(0);
}

.opening_page p::before {
    width: 10px;
    height: 10px;
    background-color: rgb(149,156,187);
    content: "";
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    position: absolute;
}

.opening_page h3 {
    margin: 0;
    line-height: 1.4;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: calc(18px * 1.1);
    opacity: 0.9;
    padding-top: 20px;
    color: #ffffff;
    font-weight: 600;
}

.contact_form_box .connect_widget {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 21px;
    display: flex;
    background: #ffffff;
    flex-direction: row-reverse;
}

.contact_form_box .help_panel::after {
    position: absolute;
    height: 150px;
    right: 0;
    content: "";
    border-radius: 0 0 0 100%;
    z-index: -1;
    width: 150px;
    top: 0;
    background: rgb(218,237,237);
}

.contact_form_box input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(183,190,214,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}

.contact_form_box .reach_panel input[type="checkbox"]:checked {
    background: rgb(183,190,214);
    border-color: rgb(183,190,214);
}

.contact_form_box .reach_panel a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(183,190,214);
}

.contact_form_box .query_feedback {
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 4px 15px rgb(183,190,214,0.5);
    cursor: pointer;
    border-radius: 21px;
    align-self: flex-start;
    background: rgb(183,190,214);
    margin-top: 20px;
    font-size: 17px;
    padding: 18px 40px;
    border: none;
    transition: all 0.3s ease;
}

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

.course_features .pic_frame {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: top center;
    position: relative;
    overflow: hidden;
    height: 300px;
}

.course_features .text_holder_item h3 {
    transform: translateY(0);
    font-size: calc(21px * 1.1);
    margin-bottom: 1.5rem;
    opacity: 0;
    animation-delay: 0.3s;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    color: #000000;
}

header:before {
    left: 0;
    background: linear-gradient(90deg, 
        rgb(183,190,214) 0%, 
        rgb(149,156,187) 50%, 
        rgb(183,190,214) 100%
    );
    top: 0;
    height: 5px;
    content: '';
    position: absolute;
    width: 100%;
}

header .container:before {
    background: rgb(183,190,214);
    position: absolute;
    width: 8px;
    opacity: 0.7;
    left: 10px;
    top: 50%;
    content: '';
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
}

header .head_tutor:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    content: '';
    width: 100%;
    opacity: 0.2;
}

header .header_wrap:after {
    top: 100%;
    position: absolute;
    height: 8px;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 8px;
    content: '';
    opacity: 0;
    background: rgb(183,190,214);
    transition: all 0.3s ease;
    left: 50%;
}

header .nav_header:hover:before {
    opacity: 1;
}

header .nav_header:hover:after {
    opacity: 1;
    transform: scale(1);
}

header .nav_header:hover svg {
    transform: scale(1.05);
}

.service_contact::before {
    content: '';
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(149,156,187,0.5) 10px,
        rgb(149,156,187,0.5) 11px
    );
    opacity: 0.1;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
}

.service_contact .pic_frame::after {
    top: 0;
    background: rgb(183,190,214,0.5);
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    opacity: 0.3;
    z-index: 1;
    width: 100%;
}

.service_contact .help_now::before {
    width: 20px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: '';
    background: rgb(183,190,214);
    height: 20px;
    margin-right: 15px;
}

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

.service_contact .request_form p svg {
    height: 22px;
    left: 15px;
    transition: transform 0.3s ease, fill 0.3s ease;
    fill: rgb(183,190,214);
    top: 50%;
    width: 22px;
    transform: translateY(-50%);
    position: absolute;
}

.service_contact .request_form p:hover::before {
    height: 100%;
}

.service_contact .request_form p span a {
    font-weight: 600;
    color: rgb(183,190,214);
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.service_contact .edu_chat svg {
    left: 0;
    width: 22px;
    top: 50%;
    fill: rgb(183,190,214);
    position: absolute;
    height: 22px;
    transform: translateY(-50%);
    transition: transform 0.3s ease, fill 0.3s ease;
}

.service_contact .get_help svg {
    left: 15px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    transition: transform 0.3s ease, fill 0.3s ease;
    fill: rgb(149,156,187);
    width: 18px;
    height: 18px;
}

.service_contact .get_help:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.thankYouWeb {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(218,237,237) 0%, rgb(149,156,187,0.5) 100%);
}

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

.thankYouWeb .learn_history:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.thankYouWeb h5 {
    line-height: 1.4;
    position: relative;
    transform: translateY(10px);
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #000000;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}

.thankYouWeb a:hover::before {
    height: 100%;
}

.price_palette {
    position: relative;
    background: linear-gradient(135deg, rgb(218,237,237) 0%, rgba(245, 247, 252, 1) 100%);
    padding: 100px 0;
    overflow: hidden;
}

.price_palette .bundle_price {
    margin-bottom: 50px;
    transition: transform 0.5s ease-out;
    text-align: center;
}

.price_palette .fee_pricing {
    color: #000000;
    max-width: 700px;
    word-break: break-word;
    font-size: 18px;
    margin: 0 auto;
    line-height: 1.6;
    overflow-wrap: break-word;
    white-space: normal;
}

.price_palette .pricing_card {
    z-index: 2;
    display: flex;
    flex: 1;
    padding: 30px;
    white-space: normal;
    word-break: break-word;
    flex-direction: column;
    overflow-wrap: break-word;
    position: relative;
}

.price_palette .value_rates:hover .study_price::before {
    opacity: 1;
    transform: translateX(0);
}

.price_palette .pic_frame {
    width: 100%;
    transition: transform 0.6s ease;
    overflow: hidden;
    height: 200px;
    position: relative;
}

.price_palette .value_rates:nth-child(even) .indv_sub {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}

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

.secure_safe li {
    color: #ffffff;
    border-radius: 10px;
    line-height: 1.5;
    border: 1px solid rgb(183,190,214);
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-shadow: 0 0 5px rgb(183,190,214);
    padding: 10px;
    background: rgb(149,156,187,0.5);
}

.course_methodology {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(218,237,237) 0%, rgba(255,255,255,0.92) 100%);
}

.course_methodology .learn_history {
    transform-style: preserve-3d;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    perspective: 1000px;
    z-index: 1;
}

.course_methodology:hover h2::after {
    width: 120px;
}

.course_methodology .text_holder_item {
    transform: translateZ(10px) translateX(0);
    backdrop-filter: blur(5px);
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.85));
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.03),
        0 1px 4px rgba(0,0,0,0.02),
        0 20px 25px -5px rgba(0,0,0,0.05);
    border-left: 4px solid rgb(183,190,214);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 40px;
}



@media (max-width: 767px) {.client_opinions {
    padding: 70px 0;
}.client_opinions h4 {
    transform: none;
    text-align: center;
    font-size: calc(36px * 0.85);
    margin-bottom: 60px;
    display: block;
}.client_opinions h4::before {
    left: 0;
    width: 100%;
    transform: none;
}.client_opinions .edu_stories {
    gap: 50px;
    grid-template-columns: 1fr;
}.client_opinions .rating_praise {
    padding: 30px 25px;
}.client_opinions .pic_frame {
    height: 70px;
    top: -15px;
    width: 70px;
    right: 15px;
}.client_opinions .rating_praise span {
    font-size: calc(22px * 0.9);
}.client_opinions .rating_praise p {
    font-size: calc(15px * 0.9);
}}



@media screen and (max-width: 576px) {.fellow_prog .company_holder h3 {
    font-size: 33px;
}.fellow_prog .first_pagebar h5 {
    font-size: calc(22px * 1.1);
}.fellow_prog .first_pagebar .head_main a {
    font-size: calc(12px * 0.9);
}}



@media (max-width: 768px) {.opening_page .learn_page {
    padding: 80px 15px;
}.opening_page .ethos_block {
    padding: 20px;
    border-left-width: 3px;
    transform: none;
}.opening_page p {
    font-size: 14px;
}.opening_page .title_style_header {
    font-size: calc(40px * 0.7);
}.opening_page h3 {
    font-size: 18px;
}
}



@media (max-width: 768px) {.contact_form_box {
    padding: 60px 0;
}.contact_form_box h2 {
    font-size: calc(31px - 4px);
    margin-bottom: 30px;
}.contact_form_box .help_panel {
    padding: 40px 30px;
}.contact_form_box #contact {
    gap: 25px;
}.contact_form_box .pic_frame {
    min-height: 250px;
}
}



@media (min-width: 1200px) {.course_features .learn_map {
    grid-template-columns: 45% 55%;
}.course_features .text_holder_item {
    padding: 5rem 6rem 5rem 7rem;
    transform: translateX(-100px);
}
}



@media (max-width: 767px) {.course_features .learn_map:hover .pic_frame {
    transform: scale(1.05);
}}



@media (max-width: 767px) {header .first_pagebar {
    top: 0;
    z-index: 1001;
    width: 80%;
    padding: 75px 30px 30px;
    right: -100%;
    background: rgb(218,237,237);
    height: 100vh;
    max-width: 320px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    position: fixed;
    gap: 5px;
    flex-direction: column;
}header .first_pagebar:before {
    bottom: auto;
    left: 10%;
    width: 80%;
    height: 1px;
    top: 60px;
}header .menu.active {
    right: 0;
}header .header_wrap {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 14px 5px;
}header .header_wrap:last-child {
    border-bottom: none;
}header .header_wrap:after {
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}header .header_wrap:hover:after {
    left: 5px;
    opacity: 1;
    top: 50%;
}header .nav_header {
    margin: 0 auto;
}
}



@media (min-width: 992px) {.price_palette .study_cost {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.price_palette .bundle_price {
    flex: 0 0 30%;
    text-align: left;
    margin-bottom: 0;
}.price_palette .bundle_price h2::after {
    transform: none;
    left: 0;
}.price_palette .lesson_rates {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}.price_palette .pricing_card {
    padding: 35px;
}
}



@media (max-width: 480px) {.course_methodology {
    padding: 60px 0;
}.course_methodology .learn_history {
    padding: 0 15px;
}.course_methodology h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 20px;
    padding-bottom: 12px;
}.course_methodology .text_holder_item {
    padding: 25px 20px;
    border-left: 3px solid rgb(183,190,214);
}.course_methodology .text_holder_item::before {
    width: 20px;
    top: -10px;
    height: 20px;
    left: 20px;
}.course_methodology p {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}
}



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



@keyframes scan {
    0%, 100% {
        top: 10%;
        opacity: 0;
    }
    50% {
        top: 90%;
        opacity: 1;
    }
}



@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

