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

header,footer {
    width: 100%;
}

.inclusion {
    flex: 0 0 auto;
}

.inclusion {
    padding: 80px 0 40px;
    position: relative;
    color: #ffffff;
    z-index: 1;
}

.our_story::after {
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
    opacity: 0.03;
    width: 100%;
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
}

.our_story h2::after {
    height: 3px;
    left: 50%;
    bottom: -15px;
    background-color: rgb(120,138,125);
    transform: translateX(-50%) translateX(30px);
    position: absolute;
    content: "";
    width: 20px;
}

.our_story .virtual_academy::before {
    content: "";
    transform-origin: left;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(170,184,176), rgb(120,138,125));
    height: 4px;
    transition: transform 0.4s ease;
    top: 0;
    transform: scaleX(0);
    left: 0;
}

.our_story .virtual_academy:hover::before {
    transform: scaleX(1);
}

.our_story .virtual_academy:hover::after {
    opacity: 1;
}

.our_story .virtual_academy:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.our_story .virtual_academy h3::before {
    height: 25px;
    left: 0;
    top: 50%;
    content: "";
    position: absolute;
    background-color: rgb(170,184,176);
    transform: translateY(-50%);
    width: 5px;
}

.our_story .virtual_academy p {
    font-size: 12px;
    position: relative;
    line-height: 1.8;
    color: #000000;
}

.our_story .virtual_academy:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.our_story .virtual_academy:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.our_story .virtual_academy:first-child::after {
    border-color: transparent transparent rgb(170,184,176,0.5) transparent;
}

.customer_feedback::before {
    filter: blur(100px);
    opacity: 0.2;
    background: rgb(170,184,176,0.5);
    position: absolute;
    width: 800px;
    height: 800px;
    top: -400px;
    z-index: 1;
    right: -400px;
    border-radius: 50%;
    content: "";
}

.customer_feedback h4::after {
    content: "";
    height: 60px;
    left: -30px;
    top: -20px;
    z-index: -1;
    border-radius: 64% 36% 43% 57% / 40% 51% 49% 60%;
    background: rgb(170,184,176,0.5);
    width: 60px;
    position: absolute;
}

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

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

.customer_feedback .img_responsive {
    margin-bottom: 20px;
    animation: morphing 10s infinite alternate ease-in-out;
    border: 3px solid #ffffff;
    width: 80px;
    border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    height: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.confidential_nest {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background-color: rgb(220,218,195);
    color: #000000;
    padding: 40px;
}

.confidential_nest h3, .confidential_nest h4, .confidential_nest h5, .confidential_nest h6 {
    color: #000000;
    margin-bottom: 10px;
    font-weight: 400;
}

.confidential_nest li::before {
    color: rgb(170,184,176);
    position: absolute;
    left: 0;
    content: '•';
    top: 0;
}

.confidential_nest .container div {
    margin-bottom: 30px;
}

.confidential_nest a:hover {
    border-bottom: 1px solid rgb(120,138,125);
    color: rgb(120,138,125);
}

.confidential_nest button:hover {
    background-color: rgb(120,138,125);
}

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

header .top_plank .top_segment div img, header .top_plank .top_segment div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}

.test_drive::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(120,138,125,0.5) 0%, transparent 60%);
    z-index: 1;
    width: 100%;
}

.test_drive h2 {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    font-weight: 700;
    color: #000000;
    margin-bottom: 3rem;
    max-width: 800px;
    line-height: 1.4;
    font-size: 38px;
    transition: transform 0.5s ease-out;
    text-align: center;
}

.test_drive .learn_sessions:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.1);
}

.test_drive svg:hover {
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.15));
    transform: rotate(0) scale(1.1);
}

.test_drive svg path {
    fill: rgb(170,184,176);
    transition: fill 0.3s ease;
}

.test_drive .learn_sessions div {
    justify-content: center;
    display: flex;
    width: 100%;
}

.test_drive .help_query::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.7s ease;
    width: 100%;
    left: -100%;
    z-index: -1;
    top: 0;
    content: "";
}

.test_drive .help_query:active {
    transform: translateY(1px) scale(0.98);
}

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



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

.contact_information h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
    letter-spacing: 2px;
}

.contact_information .support_links {
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(170,184,176,0.5);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.contact_information .img_responsive {
    min-height: 550px;
    overflow: hidden;
    position: relative;
    flex: 0 0 45%;
}

.contact_information .img_responsive::before {
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    position: absolute;
    z-index: 1;
    content: "";
}

.contact_information .feedback_box::before {
    top: -100px;
    right: -100px;
    filter: blur(100px);
    opacity: 0.3;
    content: "";
    z-index: 0;
    background: rgb(170,184,176,0.5);
    position: absolute;
    width: 200px;
    height: 200px;
}

.contact_information form h3::after {
    bottom: -15px;
    background: rgb(170,184,176);
    height: 2px;
    content: "";
    box-shadow: 
        0 0 5px rgb(170,184,176,0.5),
        0 0 10px rgb(170,184,176,0.5);
    position: absolute;
    width: 40px;
    left: 0;
}

.contact_information form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

.contact_information .feedback_query label {
    font-size: 16px;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    color: #000000;
}

.contact_information .feedback_query input[type="checkbox"]:checked + label::after {
    left: 8px;
    position: absolute;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    top: 4px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    content: "";
}

.contact_information .feedback_query label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.contact_information .help_query::before {
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(120,138,125);
    z-index: -1;
    transform: scaleX(0);
    top: 0;
    content: "";
    transform-origin: right;
    transition: transform 0.5s ease;
}

.contact_information svg path {
    fill: rgb(170,184,176);
    transition: all 0.3s ease;
}

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



.inclusion::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}

.inclusion .company_holder h3::after {
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 10px;
    width: 40px;
    bottom: -8px;
    background: rgb(170,184,176);
    content: "";
}

.inclusion .nav_master h5 {
    margin-bottom: 25px;
    font-weight: 600;
    padding-bottom: 12px;
    position: relative;
    font-size: 23px;
}

.inclusion .nav_master .top_edu a::before {
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    background: rgb(170,184,176);
    opacity: 0;
    content: "";
    left: 0;
    width: 0;
    height: 1px;
    position: absolute;
}

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

.inclusion::after {
    box-shadow: 0 0 40px rgb(170,184,176,0.5);
}

.inclusion .nav_master::before {
    content: "";
    left: -15px;
    top: 10px;
    height: 5px;
    border-radius: 50%;
    opacity: 0.7;
    background: rgb(170,184,176);
    position: absolute;
    width: 5px;
}



.inclusion .nav_master .top_edu a::after {
    transition: width 0.3s ease;
    position: absolute;
    bottom: -2px;
    content: "";
    background: rgb(170,184,176);
    left: 0;
    height: 1px;
    width: 0;
}



.inclusion .company_holder h3::before {
    left: -30px;
    width: 20px;
    content: "";
    position: absolute;
    top: 50%;
    background: rgb(170,184,176);
    height: 1px;
    opacity: 0.7;
}

.converter .help_center:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}

.data_overview::before {
    content: "";
    background-size: 40px 40px;
    z-index: 0;
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(rgb(170,184,176,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(170,184,176,0.5) 1px, transparent 1px);
    left: 0;
    opacity: 0.1;
    width: 100%;
    height: 100%;
}

.data_overview ul {
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.data_overview ul::before {
    top: 0;
    left: 50%;
    content: "";
    position: absolute;
    z-index: 0;
    width: 2px;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(170,184,176,0.5), rgb(120,138,125,0.5));
    transform: translateX(-50%);
}

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

.data_overview .knowledge_gains:nth-child(5n+2)::after {
    border-color: rgb(120,138,125);
}

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

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

.data_overview .knowledge_gains:nth-child(even) p {
    padding-left: 20px;
    padding-right: 20px;
}

.data_overview .knowledge_gains:nth-child(5n+2) p {
    color: rgb(120,138,125);
}

.data_overview .knowledge_gains:nth-child(5n+4) p {
    color: rgb(120,138,125);
}

.data_overview .knowledge_gains span {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
    margin: 0 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    z-index: 2;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    flex: 1;
    border-radius: 10px;
    position: relative;
    line-height: 1.4;
}

.get_updates h3 {
    grid-column: 1 / -1;
    line-height: 1.1;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    max-width: 80%;
    color: #000000;
    font-size: clamp(24px, 5vw, 38px);
}

.get_updates input[type="email"]::placeholder {
    opacity: 0.7;
    transition: all 0.3s ease;
    color: #000000;
}

.get_updates input[type="email"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}

.get_updates .sub_block::before {
    position: absolute;
    background: rgb(170,184,176);
    width: 0;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    content: "";
}

.learning_outcomes {
    background: linear-gradient(135deg, rgb(220,218,195), #ffffff 95%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.learning_outcomes::after {
    left: 10%;
    width: 80%;
    transform: translateY(-2rem);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(170,184,176) 50%, transparent);
    bottom: 0;
    content: "";
    height: 1px;
}

.learning_outcomes .img_responsive:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.learning_outcomes .heading_frame {
    position: relative;
}

.learning_outcomes .heading_frame::before {
    top: -15px;
    transform: scaleX(0.8);
    left: 0;
    height: 4px;
    width: 40px;
    background: rgb(170,184,176);
    content: "";
    transition: transform 0.4s ease;
    position: absolute;
}

.learning_outcomes li {
    position: relative;
    padding-left: 2.5rem;
    transition: transform 0.3s ease-out;
}

.learning_outcomes li:hover svg {
    transform: translateY(0) scale(1.1);
}

.learning_outcomes svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,184,176);
}

.training_specialist::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(170,184,176,0.5) 0,
        rgb(170,184,176,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    z-index: 1;
    content: "";
    left: 0;
}

.training_specialist .img_responsive::after {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background: rgb(170,184,176);
    opacity: 0.15;
    transition: opacity 0.4s ease;
    content: "";
    left: 0;
}

.training_specialist .client_opinions span:not(.name) {
    transition: transform 0.3s ease;
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
    bottom: 30px;
    position: absolute;
    opacity: 0.85;
    margin: 0;
    font-family: Arial, sans-serif;
    z-index: 2;
    left: 30px;
}

.training_specialist .job_skills::after {
    position: absolute;
    bottom: 40px;
    background: linear-gradient(to left top, 
        rgb(120,138,125) 0%, 
        rgb(120,138,125) 50%, 
        transparent 50%, 
        transparent 100%);
    height: 30px;
    opacity: 0.2;
    content: "";
    width: 40px;
    right: 40px;
}

.plan_showcase .pricing_offers {
    flex-direction: column;
    display: flex;
}

.plan_showcase .fee_choices h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 38px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(120deg, rgb(120,138,125), rgb(170,184,176));
    transform: translateY(0);
    margin-bottom: 15px;
    font-weight: 700;
    -webkit-background-clip: text !important;
    color: #000000;
}

.plan_showcase .study_offers {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    order: 2;
    display: grid;
}

.plan_showcase .pay_plans::before {
    transform-origin: left;
    transform: scaleX(0.85);
    background: linear-gradient(90deg, rgb(120,138,125), rgb(170,184,176));
    width: 100%;
    top: 0;
    content: "";
    z-index: 2;
    left: 0;
    height: 5px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.plan_showcase .plan_fee {
    display: flex;
    z-index: 1;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    flex-grow: 1;
    padding: 30px;
}

.plan_showcase .pay_plans:hover .plan_fee h3 {
    transform: translateX(5px);
}

.plan_showcase .learning_deals::before {
    width: 100%;
    left: 0;
    content: "";
    bottom: 0;
    height: 2px;
    transform-origin: left;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.3);
    background: linear-gradient(90deg, rgb(120,138,125), rgb(170,184,176));
}

.plan_showcase .img_responsive::after {
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    z-index: 1;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.appHub::after {
    z-index: -1;
    width: 40%;
    transform: rotate(-15deg) translateZ(-10px);
    filter: blur(80px);
    position: absolute;
    right: -5%;
    animation: float 15s ease-in-out infinite;
    content: "";
    background: linear-gradient(45deg, rgb(170,184,176) 0%, rgba(rgb(120,138,125,0.5), 0.8) 100%);
    opacity: 0.15;
    top: -10%;
    height: 70%;
}

.appHub .learn_sessions::before {
    height: 100%;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    transform: scaleY(0);
    width: 4px;
    background: linear-gradient(to bottom, rgb(170,184,176), rgb(120,138,125));
    content: "";
    transform-origin: top;
    position: absolute;
}

.appHub .learn_sessions:hover h5::after {
    width: 7rem;
    transform: translateX(10px);
}

.appHub a {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
}

.appHub a:hover {
    transform: translateY(-2px);
}

.appHub a:hover p {
    color: rgb(170,184,176);
}

header .main_top {
    z-index: 100;
    position: relative;
    background: rgb(220,218,195);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

header .container {
    position: relative;
    padding: 1.8rem 2rem;
}

header .main_nav {
    display: grid;
    gap: 3rem;
    grid-template-columns: auto 1fr;
    align-items: center;
}

header .head_prime {
    display: block;
    position: relative;
    z-index: 2;
}

header .head_prime:hover::before,
header .head_prime:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}

header .head_prime:hover svg {
    transform: rotate(-5deg);
}

header .nav_master {
    flex-wrap: wrap;
    display: flex;
    list-style: none;
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(to right, transparent, #ffffff);
    justify-content: flex-end;
    border-radius: 0 20px 20px 0;
    padding: 10px 20px;
    margin: 0;
}

header .nav_header:hover::before {
    left: -15px;
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

header .nav_header a {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border: 1px solid transparent;
    color: #000000;
    position: relative;
    background: transparent;
    text-decoration: none;
    transform-style: preserve-3d;
    font-size: 16px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    padding: 10px 18px;
    font-weight: 600;
}

.welcome_page .course_home {
    position: relative;
    justify-content: center;
    min-height: 85vh;
    align-items: center;
    display: flex;
}

.welcome_page .knowledge_zone:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.welcome_page .knowledge_zone > div {
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
}

.welcome_page .title_style_header::after {
    position: absolute;
    content: "";
    transform-origin: left;
    transition: transform 0.4s ease;
    left: 0;
    background: rgb(120,138,125);
    transform: scaleX(0);
    height: 4px;
    width: 80px;
    bottom: -10px;
}

.welcome_page p {
    position: relative;
    margin-top: 1.2rem;
    font-size: 16px;
    padding-left: 1rem;
    line-height: 1.6;
    opacity: 0.9;
    color: #ffffff;
}

.course_structure::after {
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.8;
    position: absolute;
    z-index: 1;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(120,138,125,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
}

.course_structure .fast_development::after {
    top: -50%;
    height: 200%;
    content: "";
    position: absolute;
    opacity: 0.1;
    left: -50%;
    background: radial-gradient(
        circle at center,
        rgb(170,184,176,0.5) 0%,
        transparent 60%
    );
    z-index: -1;
    transform-origin: center;
    animation: rotateRadial 30s linear infinite;
    width: 200%;
}

.course_structure .top_train {
    margin-bottom: 2rem;
    width: 90px;
    height: 90px;
    position: relative;
    transform: rotate(-5deg) skew(-5deg);
}

.course_structure .top_train svg {
    width: 50px;
    position: absolute;
    animation: floatLogo 6s ease-in-out infinite;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 0 8px rgb(170,184,176,0.5));
    height: 50px;
    top: 50%;
    left: 50%;
}

.course_structure h3::after {
    width: 80px;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(to right, rgb(170,184,176), transparent);
    left: 0;
    content: "";
    height: 1px;
}

.course_structure .img_responsive::before {
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    mix-blend-mode: multiply;
    opacity: 0.6;
    z-index: 2;
}

.course_structure .learn_sessions:hover .img_responsive {
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
}

.cookie_window {
    margin-bottom: 20px;
}

.cookie_window svg, .cookie_window svg path, .cookie_window img {
    height: 60px;
    width: 60px;
    fill: rgb(170,184,176);
}

.cookie_message_panel p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}

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

.cookie_message_panel p a {
    transition: color 0.3s ease-in-out;
    color: rgb(170,184,176);
    text-decoration: none;
}

.get_help_info {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(220,218,195) 0%, #ffffff 100%);
}

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

.get_help_info .edu_input {
    padding: 3.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    position: relative;
    border-radius: 27px;
    border-top: 5px solid rgb(170,184,176);
}

.get_help_info .edu_input h2::after {
    width: 40%;
    height: 4px;
    position: absolute;
    background-color: rgb(120,138,125);
    border-radius: 10px;
    bottom: -8px;
    content: "";
    left: 0;
}

.get_help_info .edu_input p:last-of-type svg path {
    fill: rgb(170,184,176);
}

.get_help_info .contact_section {
    gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}

.get_help_info .contact_faq:hover::before {
    opacity: 1;
}

.get_help_info .contact_faq:hover {
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1),
              -8px -8px 15px rgba(255, 255, 255, 0.8);
    background: rgb(170,184,176);
    transform: translateY(-5px);
}

.get_help_info .contact_faq svg {
    height: 24px;
    fill: rgb(170,184,176);
    width: 24px;
    transition: fill 0.3s ease;
}


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



@media screen and (max-width: 768px) {.our_story {
    padding: 60px 0;
}.our_story h2 {
    font-size: calc(28px * 0.9);
}.our_story .virtual_academy {
    padding: 30px;
}.our_story .virtual_academy h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}.our_story .virtual_academy h3::before {
    height: 20px;
}.our_story .container::before {
    top: -100px;
    height: 200px;
    width: 200px;
    right: -100px;
}.our_story .container::after {
    height: 150px;
    width: 150px;
    bottom: -75px;
    left: -75px;
}
}


@media only screen and (max-width: 800px) {.confidential_nest {
    border-radius: 10px;
    padding: 20px;
}.confidential_nest h1 {
    font-size: calc(19px - 10px);
}.confidential_nest h2 {
    font-size: calc(19px - 8px);
}.confidential_nest p, .confidential_nest span {
    font-size: calc(12px - 2px);
}}



@media (max-width: 767px) {.test_drive {
    padding: 4rem 0;
}.test_drive h2 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.85);
}.test_drive .learn_sessions {
    padding: 2rem;
}.test_drive .help_query {
    padding: 0.9rem 1.8rem;
    width: 100%;
}.test_drive h2::before,
    .test_drive h2::after {
    height: 30px;
    width: 30px;
}
}



@media (max-width: 1024px) {.contact_information {
    padding: 80px 0;
}.contact_information .img_responsive {
    min-height: 500px;
}.contact_information .feedback_box {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.contact_information {
    padding: 50px 0;
}.contact_information h2 {
    margin-bottom: 30px;
    font-size: calc(40px * 0.7);
}.contact_information .img_responsive {
    min-height: 200px;
}.contact_information .feedback_box {
    padding: 30px 20px;
}.contact_information form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.contact_information form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_information .feedback_query {
    margin-bottom: 20px;
}.contact_information .feedback_query label {
    font-size: calc(16px * 0.9);
}.contact_information .help_query {
    padding: 12px 20px;
}}



@media (max-width: 991px) {.inclusion .company_holder::before {
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
            transparent, 
            rgb(170,184,176,0.5), 
            transparent);
    left: 50%;
}}



@media (max-width: 991px) {.inclusion .company_holder h3::before {
    display: none;
}}



@media (max-width: 991px) {.data_overview {
    padding: 80px 0;
}.data_overview h2 {
    margin-bottom: 60px;
}.data_overview .knowledge_gains {
    margin-bottom: 30px;
}.data_overview .knowledge_gains p {
    font-size: 36px;
    min-width: 100px;
}.data_overview .knowledge_gains:nth-child(odd) {
    padding-right: calc(50% + 15px);
}.data_overview .knowledge_gains:nth-child(even) {
    padding-left: calc(50% + 15px);
}
}



@media (max-width: 768px) {.get_updates {
    padding: 80px 0 100px;
}.get_updates .inquiry_feedback {
    grid-template-columns: 1fr;
    gap: 20px;
}.get_updates h3 {
    margin-bottom: 30px;
    max-width: 100%;
}.get_updates .input_holder {
    flex-direction: column;
}.get_updates input[type="email"],
    .get_updates .sub_block {
    width: 100%;
}.get_updates .sub_block {
    margin-top: 20px;
}.get_updates::after {
    bottom: 50px;
    left: 10%;
    width: 80%;
}
}



@media (max-width: 767px) {.learning_outcomes {
    padding: 4rem 0;
}.learning_outcomes h1 {
    font-size: calc(29px * 0.9);
}.learning_outcomes ul {
    gap: 1.2rem;
    grid-template-columns: 1fr;
}.learning_outcomes .learn_sessions {
    padding: 1.5rem;
}
}



@media (max-width: 480px) {.learning_outcomes {
    padding: 3rem 0;
}.learning_outcomes h1 {
    font-size: calc(29px * 0.8);
}.learning_outcomes .img_responsive {
    clip-path: polygon(0 0, 100% 2%, 98% 98%, 2% 100%);
}.learning_outcomes .learn_sessions {
    transform: translateY(-15px);
    padding: 1.25rem;
}.learning_outcomes li {
    padding-left: 2.2rem;
}.learning_outcomes li p {
    font-size: calc(14px * 0.95);
}}



@media (max-width: 480px) {.training_specialist {
    padding: 60px 0;
}.training_specialist .img_responsive {
    height: 250px;
    min-height: 250px;
}.training_specialist .job_skills {
    font-size: calc(17px * 0.9);
    padding: 30px 20px;
}.training_specialist .name {
    font-size: calc(20px * 0.85);
    left: 20px;
    bottom: 45px;
}.training_specialist .client_opinions span:not(.name) {
    left: 20px;
    bottom: 20px;
    font-size: calc(17px * 0.9);
}.training_specialist .job_skills::before,
    .training_specialist .job_skills::after {
    height: 16px;
    width: 20px;
}}



@media (min-width: 768px) {.appHub {
    padding: 8rem 0;
}.appHub .learn_sessions {
    gap: 3rem;
    padding: 4rem;
    align-items: start;
    grid-template-columns: 1fr 1.5fr;
}.appHub h5 {
    font-size: calc(23px * 1.2);
    padding-bottom: 1.5rem;
}.appHub p {
    line-height: 1.8;
    font-size: calc(15px * 1.05);
}.appHub::before {
    background-size: 30px 30px;
}
}



@media (max-width: 767px) {.appHub {
    padding: 4rem 0;
}.appHub .learn_sessions {
    padding: 2.5rem;
}.appHub h5 {
    font-size: 23px;
}.appHub::before {
    background-size: 15px 15px;
}.appHub::after {
    opacity: 0.1;
}
}



@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .nav_header {
    margin: 3px 5px;
}header .nav_header a {
    font-size: calc(16px - 1px);
    padding: 8px 15px;
}
}



@media (max-width: 767px) {.welcome_page .course_home {
    min-height: 70vh;
}.welcome_page .knowledge_zone {
    padding: 2rem;
    width: 95%;
}.welcome_page .title_style_header {
    font-size: calc(44px * 0.9);
}.welcome_page h3 {
    font-size: calc(19px * 0.9);
}
}



@media screen and (max-width: 1200px) {.course_structure .learn_sessions {
    grid-template-columns: 42% 58%;
    min-height: 450px;
}.course_structure .fast_development {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.course_structure h3 {
    font-size: calc(34px * 0.9);
}
}



@media screen and (max-width: 768px) {.course_structure {
    padding: 4rem 0;
}.course_structure .img_responsive {
    height: 300px;
}.course_structure .fast_development {
    padding: 2.5rem 2rem;
}.course_structure .top_train {
    height: 80px;
    margin-bottom: 1.5rem;
    width: 80px;
}.course_structure .top_train svg {
    height: 45px;
    width: 45px;
}.course_structure h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 1.5rem;
}.course_structure p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 991px) {.get_help_info {
    padding: 4rem 0;
}.get_help_info .edu_input {
    padding: 2.5rem;
}.get_help_info .edu_input h2 {
    font-size: calc(38px * 0.9);
}.get_help_info .edu_input p {
    max-width: 100%;
}
}

@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 pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}



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



@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}

