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

.wrapping-container {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.main_pro {
    flex: 1 0 auto;
}


.our_story {
    padding: 120px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.our_story .container {
    position: relative;
    z-index: 10;
}

.our_story h2 {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    color: #000000;
}

.our_story h2::before {
    content: "";
    background-color: rgb(170,184,176);
    position: absolute;
    height: 3px;
    left: 50%;
    bottom: -15px;
    width: 50px;
    transform: translateX(-50%);
}

.our_story .knowledge_sessions {
    gap: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.our_story .virtual_academy {
    min-width: calc(50% - 15px);
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-radius: 0;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex: 1;
}

.our_story .virtual_academy {
    padding: 40px;
    transform: translateY(0);
}

.our_story .virtual_academy::after {
    width: 0;
    opacity: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
    transition: opacity 0.4s ease;
    border-color: transparent transparent rgb(170,184,176,0.5) transparent;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 0;
    content: "";
}

.our_story .virtual_academy:last-child h3::before {
    background-color: rgb(120,138,125);
}

.our_story .virtual_academy:last-child:hover h3 {
    color: rgb(120,138,125);
}

.our_story .container::after {
    height: 200px;
    left: -100px;
    background: linear-gradient(45deg, rgb(120,138,125,0.5), rgb(170,184,176,0.5));
    bottom: -100px;
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    border-radius: 50%;
    content: "";
    width: 200px;
}

.customer_feedback {
    padding: 100px 0;
    position: relative;
    background: rgb(220,218,195);
    overflow: hidden;
}

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

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

.customer_feedback .success_reviews::before {
    top: 50%;
    left: 10%;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(to right, transparent, rgb(170,184,176,0.5), transparent);
    height: 1px;
    width: 80%;
}

.customer_feedback .client_opinions:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    border-radius: 37% 63% 46% 54% / 48% 45% 55% 52%;
}

.customer_feedback .client_opinions::after {
    inset: 0;
    opacity: 0.7;
    position: absolute;
    background: linear-gradient(135deg, rgb(170,184,176,0.5), rgb(120,138,125,0.5));
    border-radius: inherit;
    z-index: -2;
    content: "";
}

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

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

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

.confidential_nest h2 {
    font-weight: 600;
    color: rgb(120,138,125);
    font-size: 32px;
    margin-bottom: 15px;
}

.confidential_nest h6 {
    font-size: 20px;
}

.confidential_nest li {
    padding-left: 10px;
    position: relative;
    font-size: 12px;
    margin-bottom: 10px;
}

.confidential_nest .container {
    margin: 0 auto;
    max-width: 1200px;
}


.confidential_nest a {
    transition: all 0.3s ease;
    border-bottom: 1px solid rgb(170,184,176,0.5);
    color: rgb(170,184,176);
    text-decoration: none;
}

header .top_plank {
    background: rgb(170,184,176);
    color:  #ffffff;
}

header .top_plank .top_segment div span {
    color: #ffffff;
}

header .top_plank .top_segment div {
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}

.test_drive {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,218,195) 0%, rgb(170,184,176,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}

.test_drive .container {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    flex-direction: column;
}

.test_drive h2::after {
    height: 40px;
    width: 40px;
    opacity: 0.7;
    bottom: -10px;
    position: absolute;
    content: "";
    border-bottom: 3px solid rgb(170,184,176);
    right: -10px;
    border-right: 3px solid rgb(170,184,176);
}

.test_drive svg {
    width: 48px;
    transform: rotate(-5deg);
    height: 48px;
    filter: drop-shadow(0 3px 5px rgba(0,0,0,0.1));
    transition: transform 0.4s ease, filter 0.4s ease;
}



.test_drive svg {
    animation: float 4s ease-in-out infinite;
}

.test_drive svg:hover path {
    fill: rgb(120,138,125);
}

.test_drive .help_query {
    font-weight: 600;
    background: linear-gradient(45deg, rgb(170,184,176) 0%, rgb(120,138,125) 100%);
    text-align: center;
    padding: 1rem 2.5rem;
    box-shadow: 0 5px 15px rgba(rgb(170,184,176,0.5), 0.3);
    z-index: 1;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    display: inline-block;
    font-size: 15px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, sans-serif;
}

.contact_information::after {
    position: absolute;
    left: 0;
    z-index: 1;
    animation: backgroundMove 30s infinite linear;
    content: "";
    width: 100%;
    opacity: 0.2;
    height: 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    top: 0;
    background-image: 
        repeating-linear-gradient(45deg, rgb(170,184,176,0.5) 0, rgb(170,184,176,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(120,138,125,0.5) 0, rgb(120,138,125,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(170,184,176,0.5), transparent 70%),
        linear-gradient(180deg, rgb(120,138,125,0.5), transparent 70%);
}

.contact_information .img_responsive::after {
    inset: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(170,184,176,0.5) 100%);
    content: "";
    z-index: 2;
    position: absolute;
    opacity: 0.7;
}

.contact_information form {
    position: relative;
    z-index: 2;
}

.contact_information form h3 {
    font-size: 24px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    color: #000000;
    font-weight: 700;
}

.contact_information form input[type="text"]:focus {
    box-shadow: 
        0 0 0 1px rgb(170,184,176),
        0 0 5px rgb(170,184,176,0.5);
    border-color: rgb(170,184,176);
    outline: none;
}

.contact_information .feedback_query {
    position: relative;
    margin-bottom: 35px;
}

.contact_information .feedback_query label::before {
    content: "";
    transition: all 0.3s ease;
    left: 0;
    width: 22px;
    height: 22px;
    background: rgb(220,218,195);
    border: 1px solid rgb(170,184,176,0.5);
    position: absolute;
    border-radius: 4px;
    top: 0;
}

.contact_information .feedback_query label a::after {
    height: 1px;
    position: absolute;
    transform-origin: right;
    background: rgb(170,184,176);
    transform: scaleX(0);
    width: 100%;
    content: "";
    transition: transform 0.3s ease;
    left: 0;
    bottom: -1px;
}

.contact_information .help_query:hover {
    box-shadow: 
        0 5px 20px rgb(120,138,125,0.5),
        0 0 0 1px rgb(120,138,125);
}

.contact_information .help_query:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.contact_information svg {
    filter: drop-shadow(0 0 2px rgb(170,184,176,0.5));
    transition: all 0.3s ease;
    width: 22px;
    fill: rgb(170,184,176);
    height: 22px;
}

footer {
    position: relative;
}

.inclusion .container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    display: grid;
    position: relative;
}

.inclusion .company_holder::after {
    right: 0;
    width: 1px;
    content: "";
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(120,138,125,0.5), 
        transparent);
    height: 60%;
    position: absolute;
    top: 20%;
}

.inclusion .data_viz {
    display: flex;
    justify-content: flex-end;
}

.inclusion .top_edu {
    gap: 60px;
    display: flex;
}

.inclusion .nav_master h5::after {
    bottom: 0;
    border-radius: 10px;
    height: 2px;
    position: absolute;
    width: 30px;
    background: rgb(170,184,176);
    content: "";
    left: 0;
}

.inclusion .nav_master .top_edu a:hover {
    opacity: 1;
    color: rgb(170,184,176);
    padding-left: 12px;
}

.inclusion .nav_master .top_edu a:hover::before {
    width: 8px;
    opacity: 1;
}

.converter .help_center {
    letter-spacing: 0.5px;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    opacity: 0.6;
}

.converter .help_center {
    transition: all 0.3s ease;
    position: relative;
}

.inclusion .nav_master:hover::before {
    animation: glow 2s infinite;
}

.inclusion .company_holder::before {
    height: 1px;
    content: "";
    background: linear-gradient(90deg, 
        rgb(170,184,176,0.5), 
        transparent);
    position: absolute;
    width: 100px;
    left: 0;
    bottom: -20px;
}

.inclusion .nav_master .top_edu a:nth-child(even):hover {
    transform: translateX(2px);
}

.converter::after {
    bottom: 0;
    content: "";
    opacity: 0.3;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(120,138,125,0.5), 
        transparent);
    position: absolute;
    left: 35%;
    width: 30%;
}

.data_overview::after {
    position: absolute;
    transform: rotate(45deg);
    content: "";
    background: radial-gradient(ellipse at center, rgb(120,138,125,0.5) 0%, transparent 70%);
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 0;
}

.data_overview h2::after {
    border-radius: 10px;
    width: 60px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -20px;
    background: rgb(170,184,176);
    height: 4px;
    content: "";
}

.data_overview .knowledge_gains:nth-child(odd) {
    padding-right: calc(50% + 20px);
}

.data_overview .knowledge_gains:nth-child(even) {
    padding-left: calc(50% + 20px);
    justify-content: flex-end;
}

.data_overview .knowledge_gains:nth-child(odd)::before {
    right: calc(50% + 8px);
}

.data_overview .knowledge_gains::after {
    position: absolute;
    width: 16px;
    box-shadow: 0 0 0 5px rgb(220,218,195), 0 0 10px rgba(0, 0, 0, 0.1);
    height: 16px;
    border: 3px solid rgb(170,184,176);
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 50%;
    z-index: 0;
    top: 50%;
}

.data_overview .knowledge_gains:nth-child(5n+1) p {
    color: rgb(170,184,176);
}

.data_overview .knowledge_gains:nth-child(5n+3) p {
    color: rgb(170,184,176);
}

.data_overview .knowledge_gains:nth-child(5n+5) p {
    color: rgb(170,184,176);
}

.data_overview .knowledge_gains:hover {
    transform: translateY(-5px);
}

.get_updates::before {
    content: "";
    opacity: 0.3;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 20%,
        rgb(170,184,176,0.5) 20%, 
        rgb(170,184,176,0.5) 22%,
        transparent 22%,
        transparent 80%,
        rgb(120,138,125,0.5) 80%,
        rgb(120,138,125,0.5) 82%,
        transparent 82%
    );
}

.get_updates input[type="email"] {
    background: transparent;
    padding: 0;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    font-size: 13px;
    height: 50px;
    flex: 2;
    color: #000000;
    transition: all 0.3s ease;
}

.get_updates .sub_block:hover {
    border-color: rgb(170,184,176);
    color: #ffffff;
}

.get_updates .sub_block:hover::before {
    width: 100%;
}

.get_updates::after {
    left: 20%;
    content: "";
    position: absolute;
    bottom: 60px;
    height: 1px;
    width: 60%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 0, 0, 0.5),
        transparent
    );
}

.learning_outcomes .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
}

.learning_outcomes .img_responsive {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    clip-path: polygon(0 0, 100% 4%, 98% 100%, 2% 96%);
    width: 100%;
    height: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    margin-bottom: 2.5rem;
}

.learning_outcomes h1 {
    font-size: 29px;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    line-height: 1.3;
}

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

.learning_outcomes svg {
    left: 0;
    transform: translateY(2px);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    width: 24px;
    top: 0;
    position: absolute;
    height: 24px;
}

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

.training_specialist .img_responsive {
    width: 100%;
    overflow: hidden;
    min-height: 400px;
    position: relative;
    border-radius: 0;
    height: 100%;
}

.training_specialist .img_responsive::before {
    z-index: 1;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    width: 100%;
    position: absolute;
    height: 50%;
    left: 0;
    content: "";
}

.training_specialist .img_responsive:hover ~ .name,
.training_specialist .img_responsive:hover ~ span:not(.name) {
    transform: translateX(5px);
}

.training_specialist .job_skills {
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 17px;
    flex-direction: column;
    padding: 50px 40px;
    margin: 0;
    justify-content: center;
    display: flex;
    font-weight: 400;
    position: relative;
}

.plan_showcase {
    padding: 120px 0;
    position: relative;
    background-color: rgb(220,218,195);
    overflow: hidden;
}

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

.plan_showcase .fee_choices {
    margin-bottom: 50px;
    text-align: center;
    order: 1;
    position: relative;
}

.plan_showcase .fee_choices:hover h2 {
    transform: translateY(-5px);
}

.plan_showcase .value_plan {
    max-width: 700px;
    color: #000000;
    margin: 0 auto;
    position: relative;
    line-height: 1.6;
    font-size: 17px;
}

.plan_showcase .fee_choices:hover .value_plan::after {
    transform: translateX(-50%) scaleX(1);
}

.plan_showcase .pay_plans {
    border-radius: 11px;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    perspective: 1000px;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
}

.plan_showcase .plan_fee::before {
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    width: 100%;
    top: 0;
    z-index: -1;
    content: "";
    height: 100%;
}

.plan_showcase .pay_plans:hover .learning_deals {
    transform: translateY(-5px);
    color: rgb(120,138,125);
}

.plan_showcase .pay_plans:hover .learning_deals::before {
    transform: scaleX(1);
}

.plan_showcase .img_responsive {
    position: relative;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    height: 200px;
    width: 100%;
}

.plan_showcase .pay_plans:hover .img_responsive {
    transform: scale(1.05);
}

.appHub::before {
    background-size: 20px 20px;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    content: "";
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(170,184,176,0.5), 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(170,184,176,0.5), 0.05) 1px, transparent 1px);
    transform: perspective(1000px) rotateX(5deg);
}

.appHub .learn_sessions:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(170,184,176,0.5), 0.12);
}

.appHub .learn_sessions:hover::before {
    transform: scaleY(1);
}

.appHub h5 {
    position: relative;
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.5rem;
    overflow: hidden;
    padding-bottom: 1rem;
    font-size: calc(23px * 1.1);
}

.appHub p {
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
    margin: 0;
    transform: translateZ(0);
    transition: color 0.3s ease;
    font-size: 15px;
    position: relative;
    opacity: 0.9;
}

.appHub a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

header .main_top::before {
    opacity: 0.2;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    z-index: -1;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(170,184,176,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(120,138,125,0.5) 0%, transparent 30%);
    left: 0;
}

header .head_prime::before,
header .head_prime::after {
    position: absolute;
    transition: all 0.5s ease;
    content: "";
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    background: rgb(170,184,176,0.5);
}

header .head_prime::before {
    left: -15px;
    width: 50px;
    top: -15px;
    height: 50px;
}

header .nav_master::after {
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(170,184,176,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(170,184,176,0.5) 50%, rgb(170,184,176,0.5) 75%, transparent 75%, transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    animation: moveStripes 20s linear infinite;
    content: "";
    opacity: 0.05;
    background-size: 10px 10px;
    z-index: -1;
}

header .nav_header a::after {
    left: 50%;
    content: "";
    background: rgb(170,184,176);
    width: 0;
    transform: translateX(-50%);
    height: 2px;
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease;
}

header .nav_header a:hover::after {
    width: 80%;
}

.welcome_page {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.welcome_page .course_home::before {
    background: linear-gradient(135deg, rgb(170,184,176,0.5), rgba(0, 0, 0, 0.5) 70%);
    top: 0;
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.welcome_page .knowledge_zone > div:nth-child(2) {
    animation-delay: 0.3s;
}

.welcome_page .title_style_header {
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.2;
    color: #ffffff;
}

.welcome_page h3 {
    position: relative;
    padding-left: 1rem;
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

.course_structure {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(120deg, #000000 20%, rgb(120,138,125,0.5) 100%);
    overflow: hidden;
}

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

.course_structure .learn_sessions {
    position: relative;
    min-height: 500px;
    grid-template-areas: 
        "photo info"
        "photo info";
    gap: 0;
    display: grid;
    grid-template-columns: 45% 55%;
}

.course_structure .fast_development::before {
    z-index: -1;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(170,184,176,0.5) 49.5%, rgb(170,184,176,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(170,184,176,0.5) 49.5%, rgb(170,184,176,0.5) 50.5%, transparent 50.5%);
    left: 0;
    height: 100%;
    position: absolute;
    background-size: 30px 30px;
    content: "";
    width: 100%;
    opacity: 0.1;
    top: 0;
}

.course_structure .top_train::before {
    content: "";
    inset: -5px;
    transform: rotate(5deg);
    background: linear-gradient(
        135deg,
        rgb(170,184,176) 0%,
        rgb(120,138,125) 100%
    );
    border-radius: 12px;
    animation: pulseLogo 4s ease-in-out infinite alternate;
    z-index: -1;
    position: absolute;
    filter: blur(5px);
}

.course_structure h3::before {
    height: 3px;
    width: 40px;
    left: 0;
    background: linear-gradient(to right, rgb(170,184,176), transparent);
    bottom: -10px;
    content: "";
    position: absolute;
}

.course_structure .img_responsive {
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    transform: perspective(1000px) rotateY(5deg);
    grid-area: photo;
    border-radius: 22px 0 0 22px;
    position: relative;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    height: 460px;
}

.course_structure .learn_sessions:hover .fast_development {
    transform: translateX(-20px);
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
}

.cookie_panel {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.cookie_message_panel h5 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    color: rgb(170,184,176);
}

.track_bar:hover {
    background: rgb(120,138,125);
}

.cookie_button.cookie_gate:hover {
    background: rgb(120,138,125,0.5);
}

.cookie_message_panel p a:hover {
    color: rgb(120,138,125);
}

#overlayConsentInfo {
    display: none;
}

#overlayConsentInfo:checked ~ .cookie_message_panel {
    visibility: hidden;
    opacity: 0;
}

.get_help_info::after {
    opacity: 0.05;
    background: linear-gradient(0deg, rgb(170,184,176,0.5) 0%, transparent 100%);
    height: 30%;
    bottom: 0;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
}

.get_help_info .edu_input h2 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: 38px;
}

.get_help_info .edu_input p:last-of-type {
    color: #000000;
    background-color: rgb(220,218,195);
    font-weight: 600;
    align-items: center;
    margin-bottom: 2rem;
    border-radius: 10px;
    display: inline-flex;
    padding: 1rem 1.5rem;
}

.get_help_info .contact_faq {
    justify-content: center;
    display: flex;
    height: 60px;
    color: transparent;
    width: 60px;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff, rgb(220,218,195));
    transition: all 0.3s ease;
    align-items: center;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1),
              -5px -5px 10px rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    position: relative;
    text-indent: -9999px;
}

.get_help_info .contact_faq:hover svg path {
    fill: #ffffff;
}



@media screen and (max-width: 992px) {.our_story {
    padding: 80px 0;
}.our_story .knowledge_sessions {
    flex-direction: column;
}.our_story .virtual_academy {
    min-width: 100%;
}.our_story h2 {
    margin-bottom: 40px;
}
}



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



@media (max-width: 768px) {.contact_information {
    padding: 60px 0;
}.contact_information h2 {
    font-size: calc(40px * 0.8);
    margin-bottom: 40px;
}.contact_information .support_links {
    flex-direction: column;
}.contact_information .img_responsive {
    min-height: 300px;
    width: 100%;
}.contact_information .feedback_box {
    padding: 40px 30px;
    width: 100%;
}.contact_information form h3 {
    margin-bottom: 30px;
}.contact_information form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_information .feedback_query {
    margin-bottom: 25px;
}.contact_information .help_query {
    padding: 15px 25px;
}
}



@media (max-width: 767px) {.inclusion {
    padding: 50px 0 20px;
}.inclusion .top_edu {
    width: 100%;
    flex-direction: column;
    gap: 40px;
}.inclusion .nav_master {
    text-align: center;
}.inclusion .nav_master h5 {
    text-align: center;
}.inclusion .nav_master h5::after {
    left: 50%;
    transform: translateX(-50%);
}.inclusion .nav_master .top_edu {
    align-items: center;
}.inclusion .nav_master .top_edu a {
    text-align: center;
}.inclusion .nav_master .top_edu a::before {
    display: none;
}.inclusion .nav_master .top_edu a:hover {
    padding-left: 0;
}
}



@media (max-width: 767px) {.data_overview {
    padding: 60px 0;
}.data_overview h2 {
    margin-bottom: 50px;
}.data_overview ul::before {
    display: none;
}.data_overview .knowledge_gains,
    .data_overview .knowledge_gains:nth-child(odd),
    .data_overview .knowledge_gains:nth-child(even) {
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
}.data_overview .knowledge_gains::before,
    .data_overview .knowledge_gains::after {
    display: none;
}.data_overview .knowledge_gains p,
    .data_overview .knowledge_gains:nth-child(even) p {
    margin-bottom: 15px;
    padding: 10px 15px;
}.data_overview .knowledge_gains span {
    text-align: center;
    margin: 0;
}
}



@media (min-width: 992px) {.learning_outcomes .container {
    gap: 2rem;
}.learning_outcomes .img_responsive {
    width: 50%;
}.learning_outcomes .learn_sessions {
    width: 55%;
}.learning_outcomes h1 {
    margin-bottom: 2.5rem;
}.learning_outcomes li {
    padding-left: 3rem;
}.learning_outcomes svg {
    transform: scale(1.15) translateY(2px);
}
}



@media (max-width: 992px) {.training_specialist {
    padding: 100px 0;
}.training_specialist .client_opinions {
    grid-template-columns: 300px 1fr;
    gap: 40px;
}.training_specialist .img_responsive {
    min-height: 350px;
}.training_specialist .job_skills {
    padding: 40px 30px;
}.training_specialist .job_skills::before {
    top: 30px;
    height: 24px;
    left: 30px;
    width: 30px;
}.training_specialist .job_skills::after {
    width: 30px;
    bottom: 30px;
    right: 30px;
    height: 24px;
}
}



@media (min-width: 768px) {.plan_showcase .study_offers {
    grid-template-columns: repeat(2, 1fr);
}.plan_showcase .plan_fee {
    padding: 35px;
}.plan_showcase .img_responsive {
    height: 220px;
}
}



@media (min-width: 992px) {.plan_showcase .pricing_offers {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.plan_showcase .fee_choices {
    flex: 0 0 30%;
    margin-bottom: 0;
    order: 2;
    text-align: left;
}.plan_showcase .study_offers {
    flex: 0 0 65%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}.plan_showcase .value_plan::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.plan_showcase .fee_choices:hover .value_plan::after {
    transform: translateX(0) scaleX(1);
}
}



@media (min-width: 1024px) {.appHub .learn_sessions {
    padding: 5rem;
    gap: 4rem;
}.appHub h5 {
    font-size: calc(23px * 1.3);
}.appHub::after {
    right: -10%;
    width: 50%;
}
}



@media (max-width: 480px) {.appHub {
    padding: 3rem 0;
}.appHub .learn_sessions {
    padding: 2rem 1.5rem;
}.appHub h5 {
    font-size: calc(23px * 0.9);
}.appHub p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 480px) {header .nav_master {
    flex-direction: column;
    padding: 15px;
    align-items: center;
}header .nav_header {
    margin: 3px 0;
    width: 100%;
}header .nav_header a {
    width: 100%;
    text-align: center;
}header .nav_header::before {
    display: none;
}header .head_prime svg {
    height: 40px;
}}



@media (max-width: 480px) {.welcome_page .course_home {
    min-height: 60vh;
}.welcome_page .knowledge_zone {
    padding: 1.5rem;
}.welcome_page .title_style_header {
    font-size: calc(44px * 0.8);
}.welcome_page h3 {
    font-size: calc(19px * 0.8);
    padding-left: 0.75rem;
}.welcome_page p {
    padding-left: 0.75rem;
    font-size: calc(16px * 0.9);
}}



@media screen and (max-width: 576px) {.course_structure {
    padding: 3rem 0;
}.course_structure .img_responsive {
    height: 250px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}.course_structure .fast_development {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    transform: translateY(-30px);
    padding: 2rem 1.5rem;
}.course_structure .top_train {
    height: 70px;
    margin-bottom: 1.2rem;
    width: 70px;
}.course_structure .top_train svg {
    width: 40px;
    height: 40px;
}.course_structure h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.2rem;
}.course_structure h3::before {
    width: 30px;
    height: 2px;
    bottom: -8px;
}.course_structure h3::after {
    bottom: -12px;
    width: 60px;
    height: 1px;
}.course_structure p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.course_structure .learn_sessions:hover .fast_development {
    transform: translateY(-35px);
}}

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}



@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(170,184,176,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(170,184,176);
    }
}



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



@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}

