﻿header,footer {
    width: 100%;
}

header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgb(204,195,190,0.5) 0%, rgb(164,151,150,0.5) 100%);
    padding: 0;
    margin-top: 0;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    z-index: 100;
}

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

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


.customer_comments {
    padding: 100px 0;
    background: rgb(238,233,223);
    position: relative;
    overflow: hidden;
}

.customer_comments::after {
    width: 600px;
    position: absolute;
    height: 600px;
    filter: blur(80px);
    left: -300px;
    background: rgb(164,151,150,0.5);
    opacity: 0.2;
    border-radius: 50%;
    content: "";
    z-index: 1;
    bottom: -300px;
}

.customer_comments h4 {
    font-size: 34px;
    color: #000000;
    position: relative;
    margin-bottom: 60px;
    font-weight: 700;
    line-height: 1.2;
}

.customer_comments .reviews_block {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    gap: 40px;
}

.customer_comments .reviews_block::before {
    left: 10%;
    z-index: 1;
    top: 50%;
    content: "";
    width: 80%;
    background: linear-gradient(to right, transparent, rgb(204,195,190,0.5), transparent);
    position: absolute;
    height: 1px;
}

.customer_comments .client_ratings {
    justify-content: center;
    border-radius: 63% 37% 54% 46% / 55% 52% 48% 45%;
    flex-direction: column;
    background: #ffffff;
    align-items: center;
    display: flex;
    position: relative;
    text-align: center;
    padding: 40px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 2;
    min-height: 320px;
}

.customer_comments .client_ratings:nth-child(2n) {
    transform: translateY(20px);
    border-radius: 28% 72% 50% 50% / 44% 55% 45% 56%;
}

.customer_comments .client_ratings:nth-child(2n):hover {
    transform: translateY(10px);
    border-radius: 72% 28% 50% 50% / 55% 44% 56% 45%;
}

.customer_comments .client_ratings:nth-child(3n):hover {
    border-radius: 50% 50% 67% 33% / 27% 55% 45% 73%;
    transform: translateY(-30px);
}



.customer_comments .client_ratings:hover .img_container {
    transform: scale(1.1);
}

.customer_comments .client_ratings span {
    font-size: 20px;
    font-family: Arial, sans-serif;
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
    position: relative;
}

.customer_comments .client_ratings p {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    font-style: italic;
    color: #000000;
}

.course_summary .learn_career {
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}

.course_summary .learn_career::after {
    z-index: 2;
    height: 100%;
    width: 100%;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(238,233,223) 90%
    );
    left: 0;
    position: absolute;
    top: 0;
    content: "";
}

.course_summary .knowledge_path img {
    height: 100%;
    width: 100%;
    transform-origin: center;
    object-fit: cover;
    filter: brightness(0.9) saturate(1.2);
}

.course_summary .fast_track {
    max-width: 800px;
    width: 100%;
    position: relative;
}

.course_summary .career_ready {
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 
                0 5px 10px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 16px;
    transform: perspective(1000px) rotateX(0deg);
    padding: 3rem;
}

.course_summary .career_ready h3 {
    margin-bottom: 0.5rem;
    position: relative;
    color: rgb(204,195,190);
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
}

.course_summary .career_ready p {
    color: #000000;
    line-height: 1.7;
    max-width: 90%;
    margin: 0 auto 2rem;
    font-size: 15px;
}

.course_summary .career_ready .reach_inquiry::before {
    top: 0;
    left: -10%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    position: absolute;
    z-index: -1;
    transition: all 0.6s ease;
    transform: skewX(-25deg) translateX(-100%);
    content: "";
    width: 120%;
}

.course_summary .career_ready .reach_inquiry:hover::before {
    transform: skewX(-25deg) translateX(100%);
}

.appDiv::before {
    background: radial-gradient(circle at 30% 50%, rgb(204,195,190,0.5) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
    animation: pulseGlow 10s ease-in-out infinite;
}

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

.appDiv .fast_track {
    gap: 2.5rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: flex;
    backdrop-filter: blur(10px);
}

.appDiv .fast_track {
    gap: 3rem;
    max-width: 75%;
}

.appDiv .fast_track::after {
    bottom: -5px;
    opacity: 0.6;
    border-radius: 10px;
    height: 10px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    width: 80%;
    background: linear-gradient(90deg, transparent, rgb(164,151,150) 50%, transparent);
}

.appDiv h5 {
    color: #000000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    margin: 0;
    transform: translateY(0);
    line-height: 1.4;
    font-size: 18px;
    position: relative;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.appDiv a::before {
    width: 10px;
    top: 0;
    content: "";
    left: -30px;
    transition: opacity 0.3s ease;
    background: linear-gradient(to right, transparent, rgb(204,195,190,0.5), transparent);
    opacity: 0;
    transform: skewX(-20deg);
    position: absolute;
    animation: shine 3s infinite;
    height: 100%;
}

.appDiv .fast_track:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
}

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

.plan_display .price_tiers {
    align-items: center;
    flex-direction: column;
    display: flex;
}

.plan_display h2::after {
    position: absolute;
    bottom: -15px;
    width: 80px;
    transform: translateX(-50%) scaleX(0);
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgb(204,195,190);
    height: 3px;
    left: 50%;
    content: "";
}

.plan_display .price_choices {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    width: 100%;
    display: grid;
    perspective: 1000px;
    margin: 0;
    gap: 30px;
}

.plan_display .price_choices li:nth-child(1) {
    animation-delay: 0.4s;
}

.plan_display .price_choices li:nth-child(2) {
    animation-delay: 0.6s;
}

.plan_display .price_choices li:nth-child(3) {
    animation-delay: 0.8s;
}

.plan_display .rate_schemes {
    color: #000000;
    height: 100%;
    transition: transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    will-change: transform;
    display: block;
    text-decoration: none;
}

.plan_display .rate_schemes:hover .deal_grid {
    box-shadow: 0 25px 45px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.12);
}

.plan_display .deal_grid::before {
    background: linear-gradient(90deg, rgb(204,195,190) 0%, rgb(164,151,150) 100%);
    top: 0;
    transition: transform 0.5s cubic-bezier(0.3, 0.7, 0.4, 1.5);
    transform: scaleX(0);
    content: "";
    width: 100%;
    left: 0;
    transform-origin: right;
    position: absolute;
    height: 6px;
}

.plan_display .rate_schemes:hover .value_pricing h4 {
    color: rgb(204,195,190);
}

.plan_display .value_pricing h4::after {
    background: rgb(204,195,190,0.5);
    width: 50px;
    bottom: 0;
    content: "";
    left: 0;
    transition: width 0.35s ease, background 0.35s ease;
    position: absolute;
    height: 2px;
}

.plan_display .program_rate {
    font-size: calc(24px * 1.2);
    display: flex;
    color: #ffffff;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 12px 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    border-radius: 10px;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(164,151,150,0.5) 0%, rgb(204,195,190) 100%);
}

.plan_display .rate_schemes:hover .program_rate::before {
    transform: translateX(100%);
}

header .top_plank .edu_panel div svg, header .top_plank .edu_panel div svg path {
    fill: #ffffff;
}

header .top_plank .edu_panel {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    align-items: center;
    display: flex;
    width: 100%;
    line-height: 21px;
    font-size: 15px;
}

.company_info {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.company_info::after {
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(to right, rgb(204,195,190,0.5) 0%, transparent 30%);
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
}

.company_info .text_text {
    backdrop-filter: blur(8px);
    padding: 50px 60px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    transform: translateY(0);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.92);
}

.company_info .text_text:hover::before {
    transform: scaleY(1);
}

.company_info .text_text > div:first-child {
    position: relative;
    margin-bottom: 16px;
}

.company_info .text_text:hover h5 {
    transform: translateX(10px);
}

.company_info .text_text h5::after {
    content: "";
    bottom: -8px;
    height: 2px;
    left: 0;
    position: absolute;
    transition: width 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    width: 0;
    background: rgb(164,151,150);
}

.company_info .text_text > div:nth-child(2) p {
    position: relative;
    font-weight: 400;
    margin: 0;
    font-size: calc(15px * 1.5);
    display: inline-block;
    color: #000000;
}

.company_info .text_text:hover > div:nth-child(2) p b::after {
    height: 45%;
}

.company_info .text_text ol {
    margin: 0;
    list-style-type: none;
    counter-reset: item;
    padding-left: 0;
}

.company_info .text_text ol li {
    hyphens: auto;
    margin-bottom: 16px;
    line-height: 1.8;
    position: relative;
    column-count: 1;
    column-gap: 40px;
    color: #000000;
    font-size: 15px;
    text-align: justify;
    padding-left: 0;
}

.linkedin_ref .container {
    position: relative;
    z-index: 2;
}

.linkedin_ref .ranking_bar {
    display: flex;
    flex-direction: column;
}

.linkedin_ref .message_info::before {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    left: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    content: '';
    height: 100%;
}

.linkedin_ref .info_item:hover {
    transform: translateX(10px);
}

.linkedin_ref .info_item svg {
    width: 20px;
    fill: #ffffff;
    height: 20px;
    transition: transform 0.3s ease;
}

.linkedin_ref .info_item:hover svg {
    transform: scale(1.2);
}

.linkedin_ref .top_class {
    flex-direction: column;
    padding: 4rem 2rem 3rem;
    gap: 1.5rem;
    display: flex;
    background-color: rgb(164,151,150);
    position: relative;
    z-index: 4;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}

.linkedin_ref .top_class:hover svg {
    transform: scale(1.05);
}

.linkedin_ref .site_head {
    display: flex;
    background-color: #000000;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    position: relative;
    z-index: 2;
    padding: 5rem 2rem 3rem;
    flex-direction: column;
    gap: 2rem;
}

.linkedin_ref .site_head h5 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}

.linkedin_ref .head_pagebar {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.linkedin_ref .head_pagebar a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 0.5rem 0;
    position: relative;
    color: #ffffff;
    opacity: 0.8;
}

.linkedin_ref .head_pagebar a:hover {
    padding-left: 10px;
    opacity: 1;
}

.linkedin_ref .subscribe_holder {
    background-color: rgb(164,151,150);
    gap: 1.5rem;
    z-index: 3;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 4rem 2rem 3rem;
}

.linkedin_ref .subscribe_holder h5 {
    font-size: 19px;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #ffffff;
}

.linkedin_ref .subscribe_holder p {
    margin-bottom: 1rem;
    font-size: 16px;
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
}

.linkedin_ref .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.2);
}

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

.linkedin_ref .sub_url::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
    top: 0;
    height: 100%;
    left: -100%;
    content: '';
}

.linkedin_ref .sub_url:hover {
    background-color: rgb(204,195,190,0.5);
}

.linkedin_ref .level_up {
    position: relative;
    z-index: 1;
    margin-top: 0;
    text-align: center;
    background-color: rgb(164,151,150);
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    padding: 6rem 0 2rem;
}

.linkedin_ref .carbon_cta {
    color: #ffffff;
    font-size: 12px;
    opacity: 0.7;
}

.get_in_touch::before {
    left: 0;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    top: 0;
    position: absolute;
    backdrop-filter: blur(8px);
    content: '';
}



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

.get_in_touch .request_inquiry::before {
    background: radial-gradient(circle, rgb(204,195,190,0.5) 0%, transparent 30%);
    animation: rotate 30s linear infinite;
    width: 200%;
    pointer-events: none;
    position: absolute;
    content: '';
    top: -50%;
    left: -50%;
    opacity: 0.1;
    height: 200%;
}

.get_in_touch .reach_widget::after {
    height: 100%;
    width: 100px;
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    top: 0;
    content: '';
    position: absolute;
}

.get_in_touch .reach_widget h3::after {
    width: 80px;
    content: '';
    position: absolute;
    background: #ffffff;
    border-radius: 10px;
    left: 0;
    bottom: 0;
    height: 3px;
}

.get_in_touch .reach_widget div:hover {
    transform: translateX(10px);
}

.get_in_touch .reach_widget div:hover::before {
    top: 10%;
    height: 80%;
}

.get_in_touch .reach_widget svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    fill: #ffffff;
}

.get_in_touch .reach_widget svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.get_in_touch .reach_widget span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

.get_in_touch .reach_widget span a:hover {
    color: rgb(164,151,150);
}

.get_in_touch .support_query::before {
    border-radius: 50%;
    right: -100px;
    width: 200px;
    animation: pulse 4s ease-in-out infinite alternate;
    content: '';
    position: absolute;
    background: radial-gradient(circle, rgb(164,151,150,0.5) 0%, transparent 70%);
    height: 200px;
    top: -100px;
}

.get_in_touch .support_query h3::after {
    left: 50%;
    bottom: -15px;
    background: rgb(164,151,150);
    transform: translateX(-50%);
    width: 50px;
    position: absolute;
    height: 2px;
    border-radius: 10px;
    content: '';
}

.get_in_touch .support_query input[type="text"]:focus,
.get_in_touch .support_query input[type="email"]:focus {
    outline: none;
    border-color: rgb(164,151,150);
    box-shadow: 0 0 0 2px rgb(164,151,150,0.5);
}

.get_in_touch .support_query input[type="text"]::placeholder,
.get_in_touch .support_query input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.get_in_touch .support_query .inquiry_info input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.get_in_touch .support_query .inquiry_info label::before {
    height: 18px;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    border-radius: 10px;
    width: 18px;
    top: 2px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    left: 0;
}

.get_in_touch .support_query .inquiry_info input[type="checkbox"]:checked + label::before {
    background: rgb(164,151,150,0.5);
    border-color: rgb(164,151,150);
}

.get_in_touch .support_query .inquiry_info label a {
    transition: color 0.3s ease;
    color: rgb(164,151,150);
    text-decoration: none;
}

.get_in_touch .support_query .reach_inquiry {
    border-radius: 15px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 17px;
    z-index: 1;
    background: linear-gradient(90deg, rgb(204,195,190) 0%, rgb(164,151,150) 100%);
    position: relative;
}

.get_in_touch .support_query .reach_inquiry:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.privacy_container::before {
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(rgb(164,151,150,0.5), 0.04) 0%,
        rgba(rgb(164,151,150,0.5), 0.01) 100%);
    left: 0;
    content: '';
    position: absolute;
    z-index: 1;
}

.privacy_container .container {
    max-width: 1140px;
    transform: translateZ(0);
    background: rgba(rgb(255, 255, 255, 0.5), 0.98);
    padding: 3rem;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(164,151,150);
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
}

.privacy_container h2 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 37px;
    margin: 2.5rem 0 1rem;
    color: #000000;
}

.privacy_container h2:hover::before {
    transform: scaleX(1);
}

.privacy_container h3 {
    margin: 2rem 0 1rem;
    font-weight: 600;
    font-size: calc(37px * 0.85);
    padding-left: 1rem;
    position: relative;
    color: #000000;
}

.privacy_container h3::before {
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    background: rgb(164,151,150);
    content: '';
    left: 0;
    opacity: 0.7;
}

.privacy_container h4::after {
    height: 2px;
    left: 0;
    width: 2rem;
    background: rgb(164,151,150);
    bottom: -4px;
    content: '';
    opacity: 0.5;
    position: absolute;
}

.privacy_container p strong {
    padding-right: 0.5rem;
    color: #000000;
    position: relative;
    font-weight: 600;
    display: inline-block;
}

.privacy_container ul {
    position: relative;
    padding: 0.5rem 0 1rem 1.2rem;
    margin: 1rem 0 2rem;
    list-style: none;
}

.privacy_container li {
    color: #000000;
    padding: 0.7rem 0 0.7rem 1.5rem;
    transition: transform 0.3s ease;
    margin-bottom: 0.5rem;
    position: relative;
    line-height: 1.6;
    font-size: 17px;
}

.privacy_container li:hover {
    transform: translateX(5px);
}

.privacy_container li::before {
    content: '';
    top: 1.2rem;
    position: absolute;
    width: 8px;
    transform: rotate(45deg);
    background: rgb(164,151,150);
    height: 8px;
    left: 0;
    opacity: 0.7;
}

.welcome_page::before {
    position: absolute;
    opacity: 0.15;
    background: linear-gradient(135deg, rgb(204,195,190,0.5) 0%, rgb(164,151,150,0.5) 100%);
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
}

.welcome_page .course_page {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    box-shadow: 
    20px 20px 60px rgba(0,0,0,0.08), 
    -10px -10px 30px rgba(255,255,255,0.05),
    inset 5px 5px 10px rgba(255,255,255,0.05),
    inset -5px -5px 10px rgba(0,0,0,0.02);
    max-width: 1200px;
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 2.5rem;
    width: 90%;
    z-index: 2;
}

.welcome_page .course_page > div:first-child p {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    letter-spacing: 0.5px;
    font-size: calc(12px * 1.1);
    color: #000000;
    margin: 0;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
    font-weight: 400;
}

.welcome_page .how_started > div {
    overflow: hidden;
    position: relative;
    border-radius: 22px;
    box-shadow: 
    10px 10px 30px rgba(0,0,0,0.15), 
    -5px -5px 20px rgba(255,255,255,0.1),
    inset 1px 1px 2px rgba(255,255,255,0.05);
}

.welcome_page .how_started > div::after {
    opacity: 0.7;
    top: -10%;
    content: "";
    pointer-events: none;
    background: radial-gradient(
    ellipse at top right,
    rgb(204,195,190,0.5) 0%,
    transparent 70%
  );
    mix-blend-mode: overlay;
    height: 120%;
    position: absolute;
    width: 120%;
    z-index: 2;
    left: -10%;
}

.welcome_page .how_started > div > div {
    background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.15) 100%
  );
    position: relative;
    z-index: 3;
    backdrop-filter: blur(5px);
    padding: 2rem;
    margin-top: 1rem;
}

.welcome_page .how_started > div > div > div:hover {
    box-shadow: 
    8px 8px 20px rgba(0,0,0,0.15), 
    -5px -5px 15px rgba(255,255,255,0.08),
    inset 1px 1px 2px rgba(255,255,255,0.08),
    inset -1px -1px 2px rgba(0,0,0,0.08);
    transform: perspective(500px) rotateX(0deg) translateY(-5px);
}

.welcome_page .title_style_header::after {
    border-radius: 10px;
    width: 80px;
    bottom: -15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(204,195,190), rgb(164,151,150));
    content: "";
    height: 4px;
}

.education_experience {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(238,233,223) 0%, rgb(204,195,190,0.5) 50%, rgb(238,233,223) 100%);
    position: relative;
    overflow: hidden;
}

.education_experience::after {
    content: "";
    filter: blur(60px);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(204,195,190,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(164,151,150,0.5) 0%, transparent 50%);
    position: absolute;
    opacity: 0.4;
}

.education_experience .client_ratings {
    backdrop-filter: blur(10px);
    overflow: hidden;
    align-items: center;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    border-radius: 27px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 60px 40px;
}



.education_experience .img_container {
    margin-bottom: 35px;
    width: 180px;
    transform: rotate(-3deg);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(204,195,190,0.5);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 180px;
    z-index: 2;
    transition: all 0.5s ease;
}



.education_experience .name {
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    font-size: 36px;
    z-index: 2;
    color: #000000;
    font-weight: 700;
}

.education_experience .name::after {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(204,195,190) 50%,
        transparent 100%
    );
    left: 50%;
    position: absolute;
    bottom: -8px;
    transform: translateX(-50%);
    height: 2px;
    content: "";
    width: 70px;
}

.education_experience .work_block {
    max-width: 85%;
    z-index: 2;
    line-height: 1.8;
    text-align: center;
    border-right: 3px solid rgb(164,151,150);
    padding: 25px 30px;
    border-radius: 10px;
    font-size: 17px;
    color: #000000;
    border-left: 3px solid rgb(204,195,190);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 0;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
}

.education_experience .work_block::after {
    bottom: -5px;
    border-right: 3px solid rgb(164,151,150);
    border-bottom: 3px solid rgb(164,151,150);
    right: -5px;
}

.education_experience .client_ratings:hover .img_container {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(204,195,190,0.5);
}

.cookie_tips {
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

#cookieNoticeOverlay {
    display: none;
}

#cookieNoticeOverlay:checked ~ .cookieAlertContainer {
    opacity: 0;
    visibility: hidden;
}

.cookies_consent svg, .cookies_consent svg path, .cookies_consent img {
    fill: rgb(204,195,190);
    height: 100px;
    width: 100px;
}

.cookieAlertContainer p a {
    text-decoration: none;
    color: rgb(204,195,190);
}



.layer-container .cookieAlertContainer {
    box-shadow: rgb(164,151,150,0.5) 0px 0px 40px 39px;
    border: none;
    background: rgb(164,151,150);
    padding: 40px 0;
}

.layer-container .user_status h5, .layer-container .user_status p {
    color: #ffffff;
}

header::before {
    height: 100%;
    opacity: 0.5;
    background: 
        radial-gradient(circle at 10% 20%, rgb(204,195,190,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(164,151,150,0.5) 0%, transparent 30%);
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
}

header .top_class:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

header .top_prime {
    transition: all 0.3s ease;
    display: block;
}

header .top_prime img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

header .main_know {
    position: relative;
    margin: 0 0.3rem;
}

header .main_know a:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

header .main_know a::before {
    opacity: 0;
    top: 0;
    content: '';
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    left: 0;
    position: absolute;
    border-radius: 15px;
    transition: opacity 0.3s ease;
    height: 100%;
    z-index: -1;
}

header .main_know:hover::after {
    width: 70%;
}

header .main_page::before {
    position: absolute;
    content: '';
    top: -20px;
    filter: blur(40px);
    opacity: 0.5;
    right: -20px;
    height: 100px;
    border-radius: 50%;
    width: 100px;
    background: rgb(204,195,190,0.5);
    z-index: -1;
}

header .main_start {
    background: rgb(238,233,223);
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}



header .top_class::after {
    content: '';
    bottom: -20px;
    height: 20px;
    opacity: 0.5;
    position: absolute;
    left: 0;
    transition: all 0.4s ease;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    width: 100%;
}


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


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



@media (max-width: 767px) {.customer_comments {
    padding: 70px 0;
}.customer_comments h4 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.8);
    text-align: center;
}.customer_comments h4::after {
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    left: 50%;
    top: -15px;
}.customer_comments .reviews_block {
    gap: 50px;
    grid-template-columns: 1fr;
}.customer_comments .reviews_block::before,
    .customer_comments .reviews_block::after {
    display: none;
}.customer_comments .client_ratings,
    .customer_comments .client_ratings:nth-child(2n),
    .customer_comments .client_ratings:nth-child(3n) {
    min-height: 280px;
    transform: none;
    padding: 30px;
}.customer_comments .client_ratings:hover,
    .customer_comments .client_ratings:nth-child(2n):hover,
    .customer_comments .client_ratings:nth-child(3n):hover {
    transform: translateY(-10px);
}.customer_comments .img_container {
    width: 70px;
    height: 70px;
}.customer_comments .client_ratings span {
    font-size: calc(20px * 0.9);
}.customer_comments .client_ratings p {
    font-size: calc(13px * 0.9);
}}



@media (min-width: 768px) {.appDiv {
    padding: 150px 0;
}.appDiv .fast_track {
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
    max-width: 85%;
    margin: 0 auto;
    padding: 4rem 5rem;
}.appDiv .fast_track:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.appDiv h5 {
    font-size: calc(18px * 1.2);
}.appDiv p {
    padding: 1rem 1.5rem;
    line-height: 1.8;
    font-size: calc(13px * 1.1);
}
}



@media (max-width: 767px) {.appDiv {
    padding: 60px 0;
}.appDiv .fast_track {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
}.appDiv h5 {
    font-size: calc(18px * 0.9);
}.appDiv p {
    border-left-width: 2px;
    padding: 0.5rem;
}
}



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



@media (max-width: 767px) {.plan_display {
    padding: 60px 0;
}.plan_display h2 {
    font-size: calc(28px * 0.8);
}.plan_display .learn_packs {
    margin-bottom: 40px;
    font-size: calc(18px * 0.95);
}.plan_display .price_choices {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.plan_display .value_pricing p {
    max-height: none;
}
}



@media (min-width: 1200px) {.company_info .text_text ol li {
    column-count: 2;
}
}



@media (min-width: 992px) and (max-width: 1199px) {.company_info {
    padding: 100px 0;
}.company_info .text_text {
    padding: 45px 50px;
}.company_info .text_text ol li {
    column-count: 2;
}
}



@media (max-width: 767px) {.company_info {
    padding: 60px 0;
}.company_info .text_text {
    padding: 30px 25px;
}.company_info .text_text::before {
    width: 4px;
}.company_info .text_text > div:first-child {
    margin-bottom: 12px;
}.company_info .text_text > div:nth-child(2) {
    margin-bottom: 20px;
}.company_info .text_text > div:nth-child(2) p {
    font-size: calc(15px * 1.3);
}.company_info .text_text ol li {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
    column-count: 1;
}.company_info .text_text ol li::first-letter {
    margin-top: 4px;
    font-size: 2em;
}
}



@media (max-width: 1200px) {.linkedin_ref .message_info {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.linkedin_ref .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.linkedin_ref .subscribe_holder {
    grid-column: 1 / -1;
}
}



@media (max-width: 768px) {.linkedin_ref .message_info {
    clip-path: none;
    margin-bottom: 0;
    padding: 2.5rem 1.5rem 3rem;
    grid-template-columns: 1fr;
}.linkedin_ref .head_pagebar {
    grid-template-columns: 1fr;
}.linkedin_ref .site_head h5,
    .linkedin_ref .subscribe_holder h5 {
    display: block;
    text-align: center;
}.linkedin_ref .site_head h5::after {
    transform: translateX(-50%);
    left: 50%;
}.linkedin_ref .subscribe_holder p {
    text-align: center;
}
}



@media (max-width: 992px) {.get_in_touch {
    padding: 80px 0;
}.get_in_touch .request_inquiry {
    flex-direction: column;
}.get_in_touch .reach_widget,
    .get_in_touch .support_query {
    padding: 40px;
}.get_in_touch .reach_widget {
    text-align: center;
}.get_in_touch .reach_widget h3::after {
    transform: translateX(-50%);
    left: 50%;
}.get_in_touch .reach_widget div {
    padding-left: 0;
    justify-content: center;
}.get_in_touch .reach_widget div::before {
    display: none;
}
}



@media (max-width: 480px) {.get_in_touch {
    padding: 40px 0;
}.get_in_touch .container {
    padding: 0 10px;
}.get_in_touch .reach_widget,
    .get_in_touch .support_query {
    padding: 20px;
}.get_in_touch .reach_widget h3,
    .get_in_touch .support_query h3 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.7);
}.get_in_touch .reach_widget svg {
    width: 20px;
    height: 20px;
}.get_in_touch .support_query .inquiry_info label {
    font-size: calc(12px * 0.9);
}.get_in_touch .support_query .reach_inquiry {
    width: 100%;
}}



@media (max-width: 576px) {.privacy_container {
    padding: 1.5rem 0;
}.privacy_container .container {
    border-left-width: 2px;
    padding: 1.2rem;
    margin: 0 0.8rem;
}.privacy_container h1 {
    font-size: calc(40px * 0.7);
}.privacy_container h2 {
    font-size: calc(37px * 0.7);
    margin: 1.8rem 0 0.7rem;
}.privacy_container h3 {
    padding-left: 0.8rem;
    font-size: calc(37px * 0.6);
}.privacy_container h4 {
    font-size: calc(37px * 0.5);
}.privacy_container p, 
    .privacy_container span, 
    .privacy_container li {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.privacy_container ul {
    padding-left: 0.8rem;
}.privacy_container li {
    padding: 0.6rem 0 0.6rem 1.2rem;
}.privacy_container li::before {
    width: 6px;
    height: 6px;
}}



@media screen and (max-width: 768px) {.welcome_page {
    min-height: auto;
    padding: 4rem 1rem;
}.welcome_page .course_page {
    transform: perspective(800px) rotateX(1deg);
    padding: 1.5rem 1.25rem;
}.welcome_page .course_page > div:first-child {
    margin-bottom: 1.5rem;
}.welcome_page .course_page > div:first-child p {
    font-size: 12px;
}.welcome_page .how_started > div > div {
    padding: 1.5rem 1rem;
}.welcome_page .how_started > div > div > div {
    padding: 1.5rem 1rem;
}.welcome_page .title_style_header {
    font-size: calc(30px * 0.95);
}.welcome_page .title_style_header::after {
    bottom: -12px;
    width: 60px;
    height: 3px;
}.welcome_page .how_started h3 {
    padding: 1.5rem 1.25rem 0.75rem;
    font-size: calc(16px * 1.1);
}
}



@media (max-width: 767px) {.education_experience {
    padding: 60px 0;
}.education_experience .client_ratings {
    padding: 40px 25px;
}.education_experience .img_container {
    height: 140px;
    width: 140px;
    margin-bottom: 25px;
}.education_experience .name {
    font-size: calc(36px * 0.9);
}.education_experience .client_ratings span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(18px * 0.95);
}.education_experience .work_block {
    font-size: calc(17px * 0.95);
    padding: 18px 20px;
}
}


@media only screen and (max-width: 1200px) {.cookieAlertContainer {
    padding: 20px;
}}


@media only screen and (max-width: 800px) {.cookies_consent {
    display: none;
}.cookie_tips {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookieAlertContainer h5 {
    text-align: center;
}.cookieAlertContainer p {
    text-align: center;
}.user_status {
    margin-bottom: 20px;
}body .layer-container .cookie_verify {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 991px) {header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}header .main_page {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .top_class {
    margin-bottom: 0;
    border-radius: 10px;
    padding: 0.6rem 1rem;
}header .site_head {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .main_know a {
    border-radius: 10px;
    font-size: calc(18px - 1px);
    padding: 0.6rem 1rem;
}header .main_page::before,
    header .main_page::after {
    display: none;
}
}



@media (max-width: 479px) {header .main_page {
    padding: 0.7rem 1rem;
}header .top_class {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .main_know a {
    padding: 0.4rem 0.6rem;
    font-size: calc(18px - 3px);
}
}

@keyframes morphing {
    0% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
    25% {
        border-radius: 35% 65% 35% 65% / 65% 35% 65% 35%;
    }
    50% {
        border-radius: 55% 45% 75% 25% / 25% 75% 25% 75%;
    }
    75% {
        border-radius: 25% 75% 45% 55% / 75% 25% 75% 25%;
    }
    100% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}


    
    @keyframes expandLine {
        0% {
            width: 0;
        }
        100% {
            width: 80px;
        }
    }



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



@keyframes cardReveal {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes slideInLeft {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



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

@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

