html,body {
    min-height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}


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

.client_opinions h4 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    color: #000000;
    transform: skew(-5deg);
    font-size: 36px;
}



.client_opinions .edu_stories {
    z-index: 2;
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.client_opinions .rating_praise::before {
    z-index: -1;
    clip-path: inherit;
    content: "";
    background: linear-gradient(135deg, rgb(183,190,214,0.5), rgb(149,156,187,0.5));
    position: absolute;
    inset: 0;
    transform: translate(8px, 8px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.client_opinions .rating_praise:hover {
    transform: translateY(-15px);
}

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

.client_opinions .rating_praise:hover .pic_frame {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
    transform: translateY(-5px) rotate(-5deg);
}

.client_opinions .edu_stories::before {
    z-index: -1;
    left: 10%;
    border-radius: 50%;
    height: 100px;
    position: absolute;
    width: 100px;
    top: -50px;
    content: "";
    border: 10px solid rgb(149,156,187,0.5);
}

.cookie_visitor {
    flex-shrink: 0;
    margin-right: 20px;
}

#alertTrackingUsage:checked ~ .cookieDisclosurePanel {
    visibility: hidden;
    opacity: 0;
}

.cookie_review p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
}

.cookieDisclosurePanel p a:hover {
    color: #000000;
}


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

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

.our_background h1::after {
    content: "";
    width: 80px;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: -10px;
    height: 4px;
    background: linear-gradient(90deg, rgb(183,190,214), rgb(149,156,187));
    left: 0;
    position: absolute;
}

.our_background .exp_years::before {
    top: 0;
    position: absolute;
    width: 5px;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
    height: 0;
    background: linear-gradient(to bottom, rgb(183,190,214), rgb(149,156,187));
}

.our_background .exp_years div {
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    color: #000000;
    line-height: 1.7;
    max-height: 250px;
    position: relative;
    overflow-y: auto;
    padding-left: 10px;
    font-size: 12px;
    padding-right: 10px;
}

.training_specialist .rating_praise:hover {
    transform: translateY(-15px);
}

.training_specialist .pic_frame::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(183,190,214,0.5) 100%);
    position: absolute;
    border-radius: 22px 22px 0 0;
}

.training_specialist .name {
    transition: all 0.3s ease;
    font-size: 29px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    margin-bottom: 0.5rem;
    color: rgb(183,190,214);
    opacity: 0.9;
}

.training_specialist .work_items > div:nth-child(2)::after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    width: 40px;
    transition: width 0.4s ease;
    background: rgb(149,156,187,0.5);
    height: 3px;
}

.fellow_prog .company_holder {
    animation: borderPulse 4s infinite alternate;
    position: relative;
    border-left: 2px solid rgb(183,190,214);
    padding-left: 2rem;
}

.fellow_prog .head_main {
    display: flex;
    gap: 4rem;
}

.fellow_prog .first_pagebar {
    position: relative;
}

.fellow_prog .first_pagebar h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 1.5rem;
    color: rgb(149,156,187);
    font-weight: 600;
}

.fellow_prog .first_pagebar .head_main a {
    color: #ffffff;
    transition: all 0.3s ease;
    opacity: 0.8;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    padding-left: 1rem;
}

.abuse_ctrl .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.opening_page {
    width: 100%;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.opening_page .ethos_block:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.opening_page .ethos_block > div:hover {
    transform: translateX(10px);
}

.opening_page .ethos_block > div:last-child {
    margin-bottom: 0;
}

.opening_page .title_style_header {
    line-height: 1.2;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 10px;
}

.contact_form_box::before {
    content: "";
    top: 0;
    background-size: 20px 20px;
    height: 100%;
    z-index: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    position: absolute;
    left: 0;
}

.contact_form_box h3 {
    position: relative;
    margin-bottom: 30px;
    font-size: 19px;
    color: #000000;
    font-weight: 700;
}

.contact_form_box input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.contact_form_box .reach_panel input[type="checkbox"] {
    width: 22px;
    appearance: none;
    border: 2px solid rgb(218,237,237);
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    height: 22px;
    transition: all 0.2s ease;
}

.contact_form_box .reach_panel a::after {
    width: 100%;
    position: absolute;
    height: 1px;
    background: rgb(183,190,214);
    transition: all 0.3s ease;
    content: "";
    left: 0;
    bottom: -2px;
}

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

.course_features::before {
    content: "";
    top: -10%;
    right: -5%;
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(183,190,214,0.5) 0%, rgb(149,156,187,0.5) 100%);
    height: 70%;
    position: absolute;
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(0);
    z-index: 1;
    width: 35%;
}

.course_features .pic_frame::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
    z-index: 1;
    right: 0;
}

.course_features .text_holder_item p.description {
    transform: translateY(20px);
    margin-bottom: 1.5rem;
    color: #000000;
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-size: 15px;
    animation-delay: 0.5s;
    line-height: 1.7;
}

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

header .container {
    position: relative;
    padding: 15px 25px;
    margin: 0 auto;
    max-width: 1200px;
}

header .container:after {
    height: 8px;
    content: '';
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.7;
    position: absolute;
    background: rgb(149,156,187);
    width: 8px;
    top: 50%;
    right: 10px;
}

header .first_pagebar {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

header .first_pagebar:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}

header .header_wrap:before {
    height: 2px;
    background: rgb(183,190,214);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    position: absolute;
    transform: translateX(-101%);
    width: 100%;
    bottom: 0;
    left: 0;
    content: '';
}

header .nav_header:before {
    background: linear-gradient(rgb(218,237,237), rgb(218,237,237)) padding-box,
                linear-gradient(135deg, rgb(183,190,214), rgb(149,156,187)) border-box;
    border: 2px solid transparent;
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 10px;
    content: '';
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service_contact .help_now {
    position: relative;
    z-index: 3;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin: 0 0 40px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 2px;
    color: rgb(183,190,214);
    text-align: center;
}

.service_contact .request_team::before {
    background: linear-gradient(to right, rgb(183,190,214) 0%, rgb(149,156,187) 100%);
    content: '';
    top: 0;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}

.service_contact .help_now:hover svg {
    transform: rotate(15deg);
    fill: rgb(149,156,187);
}

.service_contact .request_form {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    gap: 15px;
    display: grid;
}

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

.service_contact .request_form p::before {
    content: '';
    width: 3px;
    background: rgb(149,156,187);
    transition: height 0.3s ease;
    height: 0;
    left: -3px;
    position: absolute;
    top: 0;
}

.service_contact .request_form p span a::after {
    width: 0;
    left: 0;
    position: absolute;
    height: 1px;
    transition: width 0.3s ease;
    content: '';
    background: rgb(149,156,187);
    bottom: -2px;
}

.service_contact .edu_chat:hover svg {
    transform: translateY(-50%) rotate(15deg);
    fill: rgb(149,156,187);
}

.service_contact .get_help {
    color: #000000;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    font-size: 14px;
    border-left: 3px solid rgb(149,156,187);
    border-radius: 10px;
    position: relative;
    padding: 12px 15px 12px 45px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
}

.service_contact .get_help:hover::after {
    width: 100%;
}

.thankYouWeb::before {
    background: radial-gradient(circle at 70% 30%, rgb(183,190,214,0.5) 0%, transparent 60%);
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.thankYouWeb .learn_history::before {
    background: linear-gradient(90deg, 
        rgb(183,190,214) 0%, 
        rgb(149,156,187) 50%, 
        rgb(183,190,214) 100%);
    background-size: 200% 100%;
    left: 0;
    width: 100%;
    height: 4px;
    animation: gradientMove 6s linear infinite;
    content: "";
    position: absolute;
    top: -2px;
}

.thankYouWeb .learn_history > div:last-child {
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.price_palette::before {
    left: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    height: 100%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    content: "";
    top: 0;
}

.price_palette .lesson_rates {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}

.price_palette .value_rates:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.price_palette .pricing_card h3 {
    font-size: calc(20px + 2px);
    transform: translateX(0);
    position: relative;
    margin-bottom: 8px;
    font-weight: 600;
    transition: transform 0.3s ease;
    color: #000000;
}

.price_palette .pricing_card p {
    color: #000000;
    margin-top: 15px;
    font-size: 18px;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    white-space: normal;
    flex: 1;
}

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

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

.secure_safe h2 {
    border-left: 4px solid rgb(183,190,214);
    font-family: Arial, sans-serif;
    margin-top: 0;
    text-align: left;
    font-weight: 600;
    color: rgb(149,156,187);
    font-size: 30px;
    padding-left: 10px;
    text-shadow: 0 0 5px rgb(149,156,187);
    margin-bottom: 15px;
}

.secure_safe p, .secure_safe span {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.8;
    text-shadow: 0 0 5px rgb(149,156,187);
    margin-bottom: 10px;
}

.course_methodology:hover::after {
    transform: rotate(-12deg) scale(2.05);
    opacity: 0.15;
}

.course_methodology h2 {
    font-weight: 700;
    transition: transform 0.5s ease-out;
    position: relative;
    transform: translateZ(20px);
    padding-bottom: 20px;
    text-align: left;
    margin-bottom: 40px;
    color: #000000;
    font-size: 29px;
}

.course_methodology:hover .text_holder_item {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 25px 30px -5px rgba(0,0,0,0.07);
    transform: translateZ(15px) translateX(5px);
}

.our_background .exp_years div::-webkit-scrollbar {
    width: 5px;
}

.our_background .exp_years div::-webkit-scrollbar-track {
    border-radius: 1px;
    background: rgba(0,0,0,0.03);
}

.our_background .exp_years div::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(183,190,214,0.5), rgb(149,156,187,0.5));
    border-radius: 1px;
}

.course_features .text_holder_item div::-webkit-scrollbar {
    width: 6px;
}

.course_features .text_holder_item div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}

.course_features .text_holder_item div::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    background: rgb(183,190,214,0.5);
}

.course_features .text_holder_item div::-webkit-scrollbar-thumb:hover {
    background: rgb(183,190,214);
}



@media screen and (max-width: 768px) {.fellow_prog {
    padding: 3rem 0 2rem;
}.fellow_prog .head_main {
    gap: 2rem;
    flex-direction: column;
}.fellow_prog .first_pagebar::before,
    .fellow_prog .first_pagebar::after {
    display: none;
}.fellow_prog .first_pagebar {
    margin-bottom: 1.5rem;
}.abuse_ctrl {
    padding: 1rem 0;
}
}



@media (max-width: 576px) {.opening_page .learn_page {
    padding: 60px 10px;
}.opening_page .ethos_block {
    border-left-width: 2px;
    padding: 15px;
}.opening_page p {
    font-size: calc(14px * 0.9);
    padding-left: 15px;
}.opening_page p::before {
    width: 8px;
    height: 8px;
}.opening_page .title_style_header {
    font-size: calc(40px * 0.6);
}.opening_page h3 {
    font-size: calc(18px * 0.9);
}
}



@media (min-width: 768px) {.course_features {
    padding: 7rem 0;
}.course_features .learn_map {
    transition: transform 0.5s ease;
    gap: 0;
    transform: perspective(1200px) rotateY(-2deg);
    grid-template-columns: 45% 55%;
}.course_features .learn_map:hover {
    transform: perspective(1200px) rotateY(0deg);
}.course_features .pic_frame {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course_features .text_holder_item {
    padding: 3.5rem 3rem 3.5rem 4rem;
    clip-path: none;
    transform: translateY(0) translateX(-50px);
}.course_features .text_holder_item h3 {
    font-size: 31px;
    margin-bottom: 2rem;
}.course_features .text_holder_item div {
    max-height: 350px;
}
}



@media (min-width: 768px) and (max-width: 991px) {.service_contact {
    padding: 60px 0;
}.service_contact .help_now {
    font-size: 23px;
    padding: 25px;
}.service_contact .help_now svg {
    height: 20px;
    width: 20px;
}.service_contact .request_form {
    padding: 25px;
}.service_contact .request_form p svg {
    height: 20px;
    width: 20px;
}.service_contact .edu_chat svg {
    height: 20px;
    width: 20px;
}.service_contact .get_help svg {
    width: 16px;
    height: 16px;
}.service_contact .talk_team {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 480px) {.thankYouWeb {
    padding: 50px 0;
}.thankYouWeb .learn_history {
    padding: 30px 20px;
    transform: perspective(1000px) rotateX(1deg);
}.thankYouWeb h5 {
    font-size: calc(18px * 0.85);
}.thankYouWeb p {
    font-size: calc(13px * 0.95);
}.thankYouWeb .learn_history > div:first-child {
    padding-bottom: 15px;
}}


@media only screen and (max-width: 800px) {.secure_safe {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
}.secure_safe h1 {
    margin-bottom: 15px;
    font-size: calc(19px - 4px);
}.secure_safe h2 {
    margin-bottom: 10px;
    font-size: calc(19px - 2px);
}.secure_safe ul {
    padding-left: 0;
}.secure_safe li {
    padding: 8px;
    margin-bottom: 8px;
}.secure_safe div {
    padding: 10px;
}}



@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}



@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}



@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}



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

