header,footer {
    width: 100%;
}

header {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    z-index: 100;
    overflow: visible;
    position: relative;
    padding: 0;
    background: linear-gradient(135deg, rgb(123,151,146,0.5) 0%, rgb(160,188,183) 100%);
    margin-top: 0;
}

.course_program_description h2 {
    padding-left: 20px;
    max-width: 90%;
    color: #000000;
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    transform: translateX(-5%);
}

.course_program_description .pic_item {
    position: relative;
    transform: perspective(1000px) rotateY(2deg) rotateX(-1deg);
    border: 3px solid #ffffff;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    height: 350px;
}

.course_program_description .description:first-of-type {
    animation-delay: 0.2s;
}

.course_program_description .description:last-of-type {
    animation-delay: 0.4s;
}

.education_experience::after {
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(87,109,104,0.5) 0%, transparent 40%);
    right: 0;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 0;
}

.education_experience .rating_views:hover .pic_item {
    transform: rotateX(0deg) translateZ(30px);
}

.education_experience .rating_views:hover .work_details {
    transform: rotateX(0deg) translateZ(20px);
}

.education_experience .name {
    margin-bottom: 10px;
    transform: translateZ(0);
    display: inline-block;
    transition: transform 0.4s ease;
    font-weight: 700;
    position: relative;
    color: rgb(123,151,146);
    font-size: 38px;
}

.education_experience .employee_section {
    padding: 20px 0 0 0;
    position: relative;
    transform: translateZ(0);
    font-size: 16px;
    line-height: 1.7;
    border-top: 1px solid rgb(160,188,183);
    transition: transform 0.4s ease 0.2s;
    color: #000000;
}

.edu_packages {
    position: relative;
}

.pricing_item h2::after {
    background: linear-gradient(90deg, rgb(123,151,146), rgb(87,109,104));
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 80px;
    content: "";
}

.pricing_item .plan_deals {
    border-radius: 4px;
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    transition: box-shadow 0.3s ease, border 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    height: 100%;
}

.pricing_item .learn_pricing:hover .bundle_rate::before {
    opacity: 1;
}

.pricing_item li:nth-child(even) .plan_deals::before {
    background: linear-gradient(90deg, rgb(87,109,104), rgb(123,151,146));
}

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

.contact_panel .help_map {
    grid-template-columns: 1fr 1fr;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    gap: 0;
    display: grid;
}

.contact_panel #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.contact_panel input[type="text"]:focus {
    border-color: rgb(123,151,146);
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.contact_panel .help_inquiry input[type="checkbox"]:checked {
    border-color: rgb(123,151,146);
    background: rgb(123,151,146);
}

.contact_panel .help_inquiry a {
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(123,151,146);
}

.contact_panel .request_help:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgb(87,109,104);
}

.contact_panel svg path {
    fill: rgb(123,151,146);
}

.course_beneficiaries::before {
    z-index: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(123,151,146,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(87,109,104,0.5) 0%, transparent 40%);
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.2;
    height: 100%;
}

.course_beneficiaries div p {
    color: #000000;
    align-items: center;
    min-width: 250px;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    background: rgb(160,188,183);
    flex: 1 1 calc(33.333% - 20px);
    border-radius: 26px;
    font-size: 17px;
    overflow: hidden;
    display: flex;
    position: relative;
    margin: 0;
    padding: 25px;
    line-height: 1.6;
    transition: all 0.3s ease;
}

footer .quiz_links {
    z-index: 1;
    position: relative;
}

footer .message_info {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

footer .info_item:hover {
    background-color: rgb(123,151,146);
    transform: translateY(-5px);
}

footer .info_item svg {
    fill: rgb(123,151,146);
    width: 20px;
    flex-shrink: 0;
    transition: fill 0.3s ease;
    margin-right: 12px;
    height: 20px;
}

footer .info_item:hover svg {
    fill: #ffffff;
}

footer .text_main_holder {
    display: grid;
    position: relative;
    padding-top: 40px;
    gap: 50px;
    grid-template-columns: 1fr;
}

footer .top_start {
    padding: 20px;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    display: flex;
    position: relative;
    margin: 0 auto;
    max-width: 350px;
}

footer .top_section {
    margin-bottom: 20px;
    gap: 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

footer .top_section a::before {
    border-left: 4px solid rgb(123,151,146);
    border-top: 4px solid transparent;
    height: 0;
    transition: all 0.3s ease;
    opacity: 0;
    width: 0;
    content: "";
    pointer-events: none;
    top: 50%;
    position: absolute;
    left: 5px;
    border-bottom: 4px solid transparent;
    transform: translateY(-50%);
}

footer .input_holder {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
    width: 100%;
    gap: 15px;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

footer .sub_titles {
    position: relative;
    color: #ffffff;
    border: none;
    padding: 14px 20px;
    z-index: 5;
    font-weight: 600;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    background-color: rgb(123,151,146);
}

.privacy_block::after {
    opacity: 0.7;
    background: linear-gradient(90deg, rgb(123,151,146), rgb(87,109,104), rgb(123,151,146));
    height: 5px;
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.privacy_block h1::after {
    width: 80px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left;
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(90deg, rgb(123,151,146), rgb(87,109,104));
}

.privacy_block p {
    font-size: 13px;
    max-width: 95%;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.75;
}

.privacy_block span {
    line-height: 1.7;
    font-size: 13px;
    padding-left: 1rem;
    display: block;
    margin-bottom: 1.75rem;
    border-left: 2px solid rgb(87,109,104,0.5);
    max-width: 95%;
}

.instructional_approach::after {
    transform: rotate(-15deg);
    z-index: 0;
    width: 300px;
    animation: float 15s ease-in-out infinite;
    opacity: 0.07;
    height: 300px;
    position: absolute;
    right: -5%;
    background: linear-gradient(225deg, rgb(87,109,104) 0%, transparent 80%);
    content: "";
    filter: blur(30px);
    top: -5%;
}

.instructional_approach .container.training_space > div:hover::before {
    transform: scaleY(1);
}

.instructional_approach h3::after {
    transition: width 0.4s ease-out;
    background: linear-gradient(90deg, rgb(123,151,146), rgb(87,109,104));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    content: "";
    height: 3px;
}

.title_screen::before {
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(0deg, #000000 0%, transparent 100%),
        radial-gradient(circle at 20% 80%, rgb(123,151,146,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    position: absolute;
}

.title_screen .learn_intro {
    transform: translateY(-50%);
    z-index: 10;
    top: 50%;
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 40px;
    gap: 10px;
}

.title_screen .learning_intro input:nth-child(1):checked ~ .learn_intro label:nth-child(1)::before,
.title_screen .learning_intro input:nth-child(2):checked ~ .learn_intro label:nth-child(2)::before,
.title_screen .learning_intro input:nth-child(3):checked ~ .learn_intro label:nth-child(3)::before,
.title_screen .learning_intro input:nth-child(4):checked ~ .learn_intro label:nth-child(4)::before,
.title_screen .learning_intro input:nth-child(5):checked ~ .learn_intro label:nth-child(5)::before,
.title_screen .learning_intro input:nth-child(6):checked ~ .learn_intro label:nth-child(6)::before,
.title_screen .learning_intro input:nth-child(7):checked ~ .learn_intro label:nth-child(7)::before,
.title_screen .learning_intro input:nth-child(8):checked ~ .learn_intro label:nth-child(8)::before,
.title_screen .learning_intro input:nth-child(9):checked ~ .learn_intro label:nth-child(9)::before,
.title_screen .learning_intro input:nth-child(10):checked ~ .learn_intro label:nth-child(10)::before {
    width: 100%;
}

.title_screen .text_holder_box::after {
    border-left: 2px solid rgb(123,151,146);
    left: 0;
    content: "";
    height: 20px;
    border-bottom: 2px solid rgb(123,151,146);
    position: absolute;
    width: 20px;
    bottom: 0;
}

.statistical_details h3::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(123,151,146,0.5), rgb(123,151,146), rgb(123,151,146,0.5));
    content: "";
    bottom: -15px;
    height: 3px;
    width: 80px;
}

.statistical_details .success_statistics::before {
    height: 0;
    right: 0;
    width: 0;
    top: 0;
    border-style: solid;
    position: absolute;
    border-color: transparent rgb(87,109,104,0.5) transparent transparent;
    border-width: 0 30px 30px 0;
    content: "";
    transition: transform 0.3s ease;
}

.statistical_details .success_statistics:hover::after {
    transform: scaleX(1);
}

.statistical_details .success_statistics p {
    font-weight: 700;
    display: inline-block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 42px;
    color: rgb(123,151,146);
    margin: 10px 0 0;
}

.statistical_details .success_statistics:nth-child(even) {
    transform: perspective(800px) rotateX(-2deg);
}

.info_details {
    position: relative;
    background: linear-gradient(145deg, rgb(123,151,146) 0%, rgb(87,109,104) 70%, rgb(160,188,183) 100%);
    overflow: hidden;
    z-index: 1;
    padding: 100px 0;
}

.info_details .get_assistance:hover {
    box-shadow: 0 30px 70px rgb(87,109,104,0.5);
    transform: translateY(-15px);
}

.info_details .contact_links {
    margin-bottom: 50px;
    position: relative;
    color: rgb(123,151,146);
    overflow: hidden;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
}

.info_details .pic_item:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgb(87,109,104,0.5);
}

.info_details .connect_experts p svg {
    flex-shrink: 0;
    margin: 0 15px;
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
    fill: rgb(87,109,104);
}

.info_details .connect_experts p a:after {
    height: 1px;
    content: '';
    bottom: -3px;
    width: 100%;
    background: rgb(87,109,104);
    transition: transform 0.3s ease;
    position: absolute;
    transform-origin: right;
    left: 0;
    transform: scaleX(0);
}

.info_details .talk_form svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}

.info_details .edu_help:hover .talk_form svg path {
    fill: rgb(87,109,104);
}

.info_details .edu_guide svg {
    transform: translateX(-10px);
    height: 16px;
    transition: all 0.3s ease;
    opacity: 0;
    width: 16px;
    margin-right: 10px;
}

.tyZone::after {
    z-index: 1;
    border: 2px solid rgb(123,151,146,0.5);
    transform: rotate(15deg);
    top: -50px;
    position: absolute;
    animation: float 8s ease-in-out infinite;
    content: "";
    height: 200px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
    width: 200px;
    right: -50px;
}

.tyZone .training_space > div:first-child {
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
}

.tyZone h5 {
    transition: transform 0.3s ease;
    line-height: 1.4;
    color: #000000;
    font-size: 22px;
    transform: translateX(0);
    font-weight: 700;
    position: relative;
    margin: 0;
}

.tyZone a {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.tyZone a:hover::after {
    width: 100%;
}

.our_team {
    position: relative;
    padding: 120px 0 160px;
    overflow: hidden;
    z-index: 1;
}

.our_team .container {
    position: relative;
    max-width: 1200px;
    perspective: 1000px;
    padding: 0 30px;
    margin: 0 auto;
}

.our_team h2::after {
    transform: scaleX(1);
    width: 80px;
    position: absolute;
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(123,151,146);
    left: 0;
    transform-origin: left center;
    bottom: -15px;
    content: "";
}

.our_team .text_holder_box > div {
    z-index: 2;
    position: relative;
}

.our_team .text_holder_box p {
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    color: rgb(123,151,146);
}

header::after {
    opacity: 0.6;
    left: 0;
    position: absolute;
    width: 100%;
    content: '';
    height: 10px;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(123,151,146,0.5), 
        transparent
    );
}

header .top_start:hover {
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    transform: translateY(-5px);
}

header .header_edu {
    z-index: 2;
    position: relative;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

header .nav_page a {
    display: flex;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    font-size: 18px;
    text-decoration: none;
    padding: 0.8rem 1.3rem;
    color: #000000;
    transition: all 0.4s ease;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    align-items: center;
    justify-content: center;
    z-index: 1;
}


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


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



@media (min-width: 992px) {.course_program_description {
    padding: 150px 0;
}.course_program_description h2 {
    font-size: calc(36px * 1.2);
    max-width: 70%;
}.course_program_description .study_path {
    gap: 0;
    grid-template-columns: 1fr 1.5fr;
}.course_program_description .pic_item {
    min-height: 550px;
}.course_program_description .text_holder_box {
    padding: 50px 60px;
    max-height: 650px;
    transform: translateY(40px) translateX(-80px);
}.course_program_description .description {
    line-height: 1.9;
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 1200px) {.pricing_item {
    padding: 100px 0;
}.pricing_item .access_rates {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 991px) {.pricing_item {
    padding: 80px 0;
}.pricing_item .access_rates {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_item .fee_struct {
    padding: 30px 25px;
}
}



@media (max-width: 992px) {.contact_panel .help_map {
    grid-template-columns: 1fr;
}.contact_panel .pic_item {
    grid-row: 1;
    border-top-right-radius: 28px;
    border-radius: 0;
    grid-column: 1;
    min-height: 300px;
    border-top-left-radius: 28px;
}.contact_panel .support_inquiry {
    grid-column: 1;
    padding: 40px 30px;
    grid-row: 2;
}
}



@media (max-width: 767px) {.course_beneficiaries {
    padding: 60px 0;
}.course_beneficiaries .training_space {
    padding: 30px 20px;
}.course_beneficiaries h4 {
    font-size: calc(38px - 4px);
    margin-bottom: 35px;
}.course_beneficiaries div p {
    padding: 18px;
    flex: 1 1 100%;
}.course_beneficiaries div p svg {
    height: 30px;
    padding: 6px;
    width: 30px;
    min-width: 30px;
    margin-right: 15px;
}
}



@media (max-width: 767px) {footer .partner_logo {
    padding: 60px 0 30px;
}footer .message_info {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .header_edu, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top_start {
    padding: 15px;
    margin-bottom: 20px;
}footer .footer_milestones {
    margin-top: 40px;
}
}



@media screen and (max-width: 480px) {.privacy_block {
    padding: 2.5rem 1rem;
}.privacy_block h1::after {
    width: 60px;
}.privacy_block h2::before {
    width: 3px;
}.privacy_block li {
    padding-left: 1.25rem;
}.privacy_block p,
    .privacy_block span,
    .privacy_block li {
    max-width: 100%;
}}



@media (max-width: 576px) {.instructional_approach {
    padding: 3rem 0;
}.instructional_approach .container.training_space > div {
    padding: 1.5rem;
}.instructional_approach h3 {
    margin-bottom: 1rem;
    font-size: calc(38px * 0.65);
}.instructional_approach p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 576px) {.title_screen .text_holder_box {
    padding: 20px;
    bottom: 15%;
    width: 90%;
}.title_screen .text_holder_box h1 {
    font-size: calc(38px * 0.7);
    margin-bottom: 10px;
}.title_screen .text_holder_box h3 {
    font-size: calc(18px * 0.8);
    margin-bottom: 10px;
}.title_screen .text_holder_box p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}.title_screen .learn_intro {
    gap: 8px;
    bottom: 30%;
}.title_screen .learn_intro label {
    height: 4px;
    width: 25px;
}.title_screen .learning_intro input:checked ~ .learn_intro label {
    width: 35px;
}.title_screen .text_holder_box::before,
    .title_screen .text_holder_box::after {
    height: 15px;
    width: 15px;
}}



@media screen and (max-width: 768px) {.info_details {
    padding: 60px 0;
}.info_details .get_assistance {
    padding: 40px;
}.info_details .pic_item {
    height: 240px;
    margin-bottom: 40px;
}.info_details .contact_links {
    font-size: calc(32px * 0.85);
    margin-bottom: 40px;
}.info_details .connect_experts {
    gap: 20px;
}.info_details .edu_help {
    padding: 20px;
    margin-top: 40px;
}.info_details .talk_form {
    font-size: calc(22px * 0.9);
}.info_details .edu_guide {
    padding: 10px 15px;
}.info_details .connect_experts p svg {
    margin: 0 12px;
    height: 20px;
    width: 20px;
}.info_details .talk_form svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}
}



@media (hover: none) {.tyZone .training_space {
    transform: none;
}.tyZone .training_space:hover h5 {
    transform: none;
}.tyZone a:hover p {
    transform: none;
}}



@media (max-width: 767px) {.our_team {
    padding: 80px 0 120px;
}.our_team .text_holder_box {
    padding: 30px;
}.our_team h2 {
    margin-bottom: 40px;
}.our_team h2::after {
    height: 3px;
    bottom: -10px;
    width: 60px;
}
}



@media (min-width: 1400px) {header .header_bar {
    margin: 0 auto;
    max-width: 1320px;
}header .nav_page {
    margin: 0 0.7rem;
}header .nav_page a {
    padding: 0.8rem 1.6rem;
}
}



@media (max-width: 479px) {header .header_bar {
    padding: 0.7rem 1.2rem;
}header .top_start {
    padding: 0.5rem;
    max-width: 120px;
}header .nav_page a {
    font-size: calc(18px - 3px);
    padding: 0.4rem 0.6rem;
}
}



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



@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}



@keyframes sweep {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

