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

svg {
    width: 30px;
    height: 30px;
}

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

.our_story::before {
    height: 100%;
    left: 0;
    position: absolute;
    background-size: 50px 50px;
    opacity: 0.03;
    width: 100%;
    z-index: 1;
    top: 0;
    background: 
        linear-gradient(0deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px);
    content: "";
}

.our_story .knowledge_sessions::before {
    z-index: -1;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background-size: 60px 60px;
    top: 0;
    opacity: 0.05;
    background: 
        linear-gradient(45deg, transparent calc(50% - 1px), rgb(170,184,176,0.5) calc(50% - 1px), rgb(170,184,176,0.5) calc(50% + 1px), transparent calc(50% + 1px)),
        linear-gradient(135deg, transparent calc(50% - 1px), rgb(120,138,125,0.5) calc(50% - 1px), rgb(120,138,125,0.5) calc(50% + 1px), transparent calc(50% + 1px));
}

.our_story .virtual_academy h3 {
    color: #000000;
    padding-left: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 22px;
    transition: all 0.3s ease;
    position: relative;
}

.our_story .virtual_academy:hover h3 {
    color: rgb(170,184,176);
}

.our_story .container::before {
    width: 300px;
    top: -150px;
    z-index: -1;
    position: absolute;
    right: -150px;
    opacity: 0.1;
    height: 300px;
    background: linear-gradient(135deg, rgb(170,184,176,0.5), rgb(120,138,125,0.5));
    border-radius: 50%;
    content: "";
}

.our_story .virtual_academy:last-child::after {
    border-color: transparent transparent rgb(120,138,125,0.5) transparent;
}

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

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

.customer_feedback .success_reviews::after {
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(120,138,125,0.5), transparent);
    height: 80%;
    width: 1px;
    left: 50%;
    z-index: 1;
    top: 10%;
    position: absolute;
}

.customer_feedback .client_opinions::before {
    background: #ffffff;
    inset: 5px;
    border-radius: inherit;
    position: absolute;
    content: "";
    z-index: -1;
}

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

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



.customer_feedback .client_opinions:hover .img_responsive {
    transform: scale(1.1);
}

.customer_feedback .client_opinions span::after {
    transform: translateX(-50%);
    left: 50%;
    bottom: -8px;
    background: rgb(170,184,176);
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
}

.confidential_nest:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.confidential_nest h1 {
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 44px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: rgb(170,184,176);
}

.confidential_nest h5 {
    font-size: 19px;
}

.confidential_nest ul, .confidential_nest ol {
    margin-bottom: 20px;
    margin-left: 20px;
}

.confidential_nest p, .confidential_nest span {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.6;
}

.confidential_nest p {
    text-align: justify;
}

.confidential_nest button {
    transition: background-color 0.3s ease;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 10px;
    font-size: 17px;
    background-color: rgb(170,184,176);
    cursor: pointer;
    border: none;
}

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

.test_drive::after {
    border-radius: 50%;
    content: "";
    z-index: 1;
    position: absolute;
    filter: blur(40px);
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: -50px;
    opacity: 0.5;
    background: rgb(170,184,176,0.5);
}

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

.test_drive .learn_sessions {
    padding: 2.5rem 3rem;
    backdrop-filter: blur(10px);
    z-index: 3;
    justify-content: center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.5s ease;
    transform: translateY(0);
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-radius: 28px;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
}

.test_drive .help_query:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 25px rgba(rgb(170,184,176,0.5), 0.4);
}

.test_drive .help_query:hover::before {
    left: 100%;
}

.test_drive .container:hover h2 {
    transform: perspective(1000px) rotateX(0deg);
}

.contact_information::before {
    background: rgb(220,218,195);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(170,184,176,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(120,138,125,0.5) 0%, transparent 30%);
    z-index: 1;
}

.contact_information h2::before {
    content: "";
    left: calc(50% - 50px);
    position: absolute;
    background: rgb(170,184,176);
    box-shadow: 
        0 0 5px rgb(170,184,176),
        0 0 10px rgb(170,184,176),
        0 0 15px rgb(170,184,176);
    bottom: -15px;
    height: 2px;
    width: 100px;
}

.contact_information .support_links::before {
    opacity: 0.2;
    position: absolute;
    inset: 0;
    content: "";
    border-radius: 12px;
    pointer-events: none;
    border: 1px solid rgb(170,184,176);
    z-index: 3;
}

.contact_information .feedback_box {
    position: relative;
    flex: 0 0 55%;
    background: #ffffff;
    padding: 60px;
}

.contact_information .feedback_box::after {
    opacity: 0.3;
    height: 150px;
    position: absolute;
    content: "";
    background: rgb(120,138,125,0.5);
    filter: blur(80px);
    bottom: -75px;
    left: -75px;
    width: 150px;
    z-index: 0;
}

.contact_information form input[type="text"] {
    padding: 18px 25px;
    font-size: 12px;
    border-radius: 8px;
    background: rgb(220,218,195);
    transition: all 0.3s ease;
    color: #000000;
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid rgb(170,184,176,0.5);
}

.contact_information .feedback_query input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_information .feedback_query input[type="checkbox"]:checked + label::before {
    background: rgb(170,184,176);
    box-shadow: 0 0 5px rgb(170,184,176,0.5);
    border-color: rgb(170,184,176);
}

.contact_information .feedback_query label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(170,184,176);
    font-weight: 600;
    position: relative;
}

.contact_information .help_query {
    width: 100%;
    font-size: 19px;
    overflow: hidden;
    border: none;
    padding: 18px 30px;
    font-weight: 700;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 8px;
    box-shadow: 
        0 5px 15px rgb(170,184,176,0.5),
        0 0 0 1px rgb(170,184,176);
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: rgb(170,184,176);
}

.contact_information svg:hover,
.contact_information svg:hover path {
    transform: translateY(-2px);
    fill: rgb(120,138,125);
    filter: drop-shadow(0 0 3px rgb(120,138,125,0.5));
}

.inclusion .company_holder {
    position: relative;
    padding-right: 40px;
}

.inclusion .company_holder h3 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.9);
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.inclusion .res_connect {
    max-width: 90%;
    font-size: 17px;
    opacity: 0.8;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.6;
}

.inclusion .nav_master {
    position: relative;
}

.inclusion .nav_master .top_edu {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.inclusion .nav_master .top_edu a {
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
    font-size: calc(17px * 0.95);
    text-decoration: none;
    opacity: 0.7;
    color: #ffffff;
}

.converter {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}



.converter {
    overflow: hidden;
    position: relative;
}

.inclusion .container::before {
    animation: pulse 10s infinite alternate-reverse;
    filter: blur(30px);
    height: 150px;
    left: -75px;
    border-radius: 50%;
    bottom: -75px;
    position: absolute;
    width: 150px;
    content: "";
    background: radial-gradient(
        circle, 
        rgb(120,138,125,0.5), 
        transparent 70%
    );
}

.inclusion .nav_master .top_edu a:hover::after {
    width: 100%;
}

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

.converter::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(120,138,125,0.5), 
        transparent);
    top: 0;
    height: 1px;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
}

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

.data_overview .container {
    z-index: 1;
    position: relative;
}

.data_overview h2 {
    text-align: center;
    left: 50%;
    border-radius: 24px;
    color: #000000;
    position: relative;
    background: #ffffff;
    transform: translateX(-50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 80px;
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    padding: 15px 30px;
}

.data_overview .knowledge_gains {
    align-items: center;
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    margin-bottom: 40px;
}

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

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

.data_overview .knowledge_gains p {
    background: rgba(255, 255, 255, 0.9);
    line-height: 1;
    text-align: center;
    font-weight: 700;
    margin: 0;
    border-radius: 10px;
    font-size: calc(44px * 1.2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 10px 20px;
    z-index: 2;
    min-width: 120px;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

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

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

.get_updates .inquiry_feedback {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10% 5%;
    position: relative;
}

.get_updates h3::first-letter {
    color: rgb(170,184,176);
    font-weight: 700;
    font-size: 1.5em;
}

.get_updates .input_holder {
    display: flex;
    grid-column: 1 / -1;
    position: relative;
    align-items: flex-start;
    gap: 20px;
}

.get_updates input[type="email"]:focus {
    border-color: rgb(170,184,176);
    outline: none;
}

.get_updates .sub_block {
    font-family: Arial, sans-serif;
    background: transparent;
    border: 1px solid #000000;
    flex: 1;
    font-size: 19px;
    border-radius: 0;
    height: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    overflow: hidden;
    font-weight: 400;
    position: relative;
    color: #000000;
}

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

.learning_outcomes .learn_sessions {
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
    transform: translateY(-30px);
}

.learning_outcomes .learn_sessions:hover .heading_frame::before {
    transform: scaleX(1.2);
}

.learning_outcomes ul {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
    gap: 1.5rem;
    padding: 0;
}

.learning_outcomes li p {
    color: #000000;
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
}

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

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

.training_specialist .client_opinions {
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 23px;
    gap: 50px;
    max-width: 1000px;
    overflow: hidden;
    grid-template-columns: 350px 1fr;
    background: #ffffff;
    margin: 0 auto;
    display: grid;
}

.training_specialist .img_responsive:hover::after {
    opacity: 0;
}

.training_specialist .name {
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 0;
    position: absolute;
    left: 30px;
    font-family: Arial, sans-serif;
    z-index: 2;
    font-size: 20px;
    bottom: 60px;
    transition: transform 0.3s ease;
    margin: 0;
}

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

.plan_showcase::before {
    left: -5%;
    width: 110%;
    height: 120%;
    transform: rotate(-3deg);
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    position: absolute;
    z-index: 0;
    top: -10%;
    content: "";
}

.plan_showcase .value_plan::after {
    height: 3px;
    position: absolute;
    content: "";
    transition: transform 0.5s ease;
    transform: translateX(-50%) scaleX(0.7);
    background: linear-gradient(90deg, rgb(120,138,125), rgb(170,184,176));
    width: 100px;
    left: 50%;
    bottom: -15px;
}

.plan_showcase .pay_plans:hover {
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
    transform: translateY(-10px);
}

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

.plan_showcase .tuition_plans {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.plan_showcase .plan_fee h3 {
    color: #000000;
    font-weight: 700;
    transition: transform 0.4s ease;
    margin-bottom: 15px;
    position: relative;
    font-size: calc(22px + 2px);
}

.plan_showcase .learning_deals {
    padding: 5px 10px;
    position: relative;
    transition: transform 0.4s ease, color 0.4s ease;
    font-size: calc(22px + 8px);
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    color: rgb(170,184,176);
}

.plan_showcase .plan_fee p {
    hyphens: auto;
    color: #000000;
    max-width: 100%;
    overflow-wrap: break-word;
    flex-grow: 1;
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 17px;
    word-wrap: break-word;
}

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

.appHub .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
}

.appHub .learn_sessions {
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    padding: 3.5rem;
    position: relative;
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 0 0 1px rgba(rgb(170,184,176,0.5), 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2.5rem;
    grid-template-columns: 1fr;
    display: grid;
    backdrop-filter: blur(10px);
    transform: translateY(0);
}

.appHub h5::after {
    content: "";
    transition: width 0.6s ease, transform 0.6s ease;
    left: 0;
    transform: translateX(0);
    background: rgb(170,184,176);
    height: 3px;
    width: 4rem;
    position: absolute;
    bottom: 0;
}

.appHub a::before {
    background: rgba(rgb(170,184,176,0.5), 0.3);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    z-index: 1;
    height: 1px;
    transform-origin: right;
    width: 100%;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    content: "";
}

header .main_top::after {
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    opacity: 0.1;
    background: linear-gradient(135deg, transparent 25%, rgb(170,184,176,0.5) 100%);
    right: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 40%;
}

header .top_train {
    z-index: 2;
    position: relative;
}

header .head_prime::after {
    width: 25px;
    background: rgb(120,138,125,0.5);
    right: -10px;
    bottom: -5px;
    height: 25px;
}

header .head_prime svg {
    height: 50px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease;
    width: auto;
}

header .nav_header {
    perspective: 800px;
    margin: 5px 8px;
    position: relative;
}

header .nav_header::before {
    border-bottom: 5px solid transparent;
    top: 50%;
    position: absolute;
    height: 0;
    border-top: 5px solid transparent;
    opacity: 0;
    transition: all 0.3s ease;
    content: "";
    transform: translateY(-50%) scale(0);
    border-left: 5px solid rgb(170,184,176);
    left: -10px;
    width: 0;
}

header .nav_header a::before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    transform: translateZ(-1px);
    background: #ffffff;
    left: 0;
    z-index: -1;
}

header .nav_header a:hover {
    transform: translateZ(20px);
    border-color: rgb(170,184,176,0.5);
    color: rgb(170,184,176);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.welcome_page .knowledge_zone {
    z-index: 2;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
    grid-template-columns: 1fr;
    width: 90%;
    max-width: 1200px;
    transform: translateY(0);
    gap: 2rem;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: grid;
    backdrop-filter: blur(8px);
}

.welcome_page .knowledge_zone:hover .title_style_header::after {
    transform: scaleX(1);
}

.welcome_page h3::before {
    width: 3px;
    content: "";
    position: absolute;
    background: rgb(120,138,125);
    height: 100%;
    left: 0;
    top: 0;
}

.course_structure::before {
    transform: rotate(-15deg);
    z-index: 1;
    content: "";
    filter: blur(30px);
    right: -10%;
    animation: floatGradient 20s ease-in-out infinite alternate;
    background: radial-gradient(ellipse at center, rgb(170,184,176,0.5) 0%, transparent 70%);
    height: 140%;
    top: -20%;
    width: 70%;
    position: absolute;
}

.course_structure .fast_development {
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 3.5rem 3rem 3.5rem 5rem;
    border-radius: 0 22px 22px 0;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateX(-40px);
    overflow: hidden;
    z-index: 3;
    backdrop-filter: blur(8px);
    grid-area: info;
}

.course_structure .top_train::after {
    border-radius: 8px;
    position: absolute;
    z-index: -1;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
}

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

.course_structure h3 {
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    font-size: 34px;
    margin-bottom: 1.8rem;
    transform: skew(-2deg);
    line-height: 1.3;
    font-weight: 700;
}

.course_structure p {
    font-size: 15px;
    max-width: 600px;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.course_structure .img_responsive::after {
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
    left: 0;
    z-index: 2;
    position: absolute;
    bottom: 0;
    height: 50%;
    content: "";
    width: 100%;
    opacity: 0.7;
}

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

.cookie_message_panel {
    max-width: 500px;
    position: fixed;
    overflow: hidden;
    left: 50%;
    bottom: 20px;
    width: 90%;
    border-radius: 27px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    z-index: 1050;
    font-family: Arial, sans-serif;
    transform: translateX(-50%);
}

.track_bar {
    margin: 5px;
    text-align: center;
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    display: inline-block;
    background: rgb(170,184,176);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    width: calc(50% - 10px);
}

.get_help_info::before {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.05;
    z-index: 1;
    background: 
    linear-gradient(45deg, transparent 48%, rgb(170,184,176,0.5) 49%, rgb(170,184,176,0.5) 51%, transparent 52%) 0 0 / 50px 50px,
    linear-gradient(-45deg, transparent 48%, rgb(120,138,125,0.5) 49%, rgb(120,138,125,0.5) 51%, transparent 52%) 0 0 / 50px 50px;
}

.get_help_info .edu_input p {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 2.5rem;
    max-width: 85%;
    font-size: 13px;
}

.get_help_info .edu_input p:last-of-type svg {
    margin-right: 12px;
    width: 22px;
    fill: rgb(170,184,176);
    height: 22px;
}

.get_help_info .contact_faq::before {
    transform: translateX(-50%);
    font-weight: 600;
    color: #000000;
    left: 50%;
    position: absolute;
    font-size: 12px;
    pointer-events: none;
    top: 70px;
    transition: opacity 0.3s ease;
    text-indent: 0;
    content: attr(title);
    white-space: nowrap;
    opacity: 0;
}

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

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


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



@media screen and (max-width: 576px) {.our_story {
    padding: 50px 0;
}.our_story h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.our_story h2::before {
    bottom: -12px;
    width: 40px;
}.our_story h2::after {
    transform: translateX(-50%) translateX(25px);
    width: 15px;
    bottom: -12px;
}.our_story .virtual_academy {
    padding: 25px;
}.our_story .virtual_academy h3 {
    font-size: calc(22px * 0.85);
    padding-left: 12px;
    margin-bottom: 12px;
}.our_story .virtual_academy h3::before {
    width: 4px;
    height: 18px;
}.our_story .virtual_academy p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.our_story .virtual_academy::after {
    border-width: 0 0 30px 30px;
}}



@media (min-width: 768px) {.test_drive .learn_sessions {
    padding: 3rem 4rem;
    flex-direction: row;
    gap: 2.5rem;
}.test_drive h2 {
    margin-bottom: 4rem;
    font-size: calc(38px * 1.1);
}.test_drive .help_query {
    padding: 1.2rem 3rem;
    font-size: calc(15px * 1.1);
}.test_drive svg {
    width: 60px;
    height: 60px;
}
}



@media (max-width: 480px) {.test_drive {
    padding: 3rem 0;
}.test_drive h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.7);
}.test_drive .learn_sessions {
    padding: 1.5rem;
}.test_drive svg {
    height: 40px;
    width: 40px;
}.test_drive h2::before,
    .test_drive h2::after {
    display: none;
}}



@media (max-width: 991px) {.inclusion {
    padding: 60px 0 30px;
}.inclusion .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.inclusion .company_holder {
    padding-right: 0;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}.inclusion .company_holder::after {
    display: none;
}.inclusion .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.inclusion .company_holder h3::after {
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
}.inclusion .res_connect {
    text-align: center;
    max-width: 100%;
}.inclusion .data_viz {
    justify-content: center;
}
}



@media (max-width: 480px) {.inclusion {
    padding: 40px 0 20px;
}.inclusion .company_holder h3 {
    font-size: calc(29px * 0.8);
}.inclusion .res_connect {
    font-size: calc(17px * 0.9);
}.converter .help_center {
    font-size: calc(13px * 0.9);
}}



@media (min-width: 992px) {footer::after {
    top: 0;
    right: 0;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(120,138,125,0.5), 
            transparent);
    left: 0;
    content: "";
}.inclusion::before {
    background-blend-mode: overlay;
}}



@media (min-width: 992px) {.data_overview .knowledge_gains:last-child {
    margin-bottom: 0;
}
}



@media (prefers-reduced-motion: reduce) {.data_overview .knowledge_gains,
    .data_overview .knowledge_gains:hover {
    transition: none;
    transform: none;
}}



@media (max-width: 480px) {.get_updates {
    padding: 60px 0 80px;
}.get_updates h3 {
    margin-bottom: 25px;
    font-size: 24px;
}.get_updates input[type="email"] {
    font-size: calc(13px * 0.9);
}.get_updates .sub_block {
    font-size: calc(19px * 0.9);
    letter-spacing: 1px;
}.get_updates::after {
    bottom: 40px;
}}



@media (min-width: 768px) {.learning_outcomes {
    padding: 8rem 0;
}.learning_outcomes .container {
    flex-direction: row;
    align-items: center;
}.learning_outcomes .img_responsive {
    margin-bottom: 0;
    clip-path: polygon(0 4%, 100% 0, 96% 96%, 4% 100%);
    width: 45%;
}.learning_outcomes .learn_sessions {
    z-index: 3;
    margin-left: -5%;
    width: 60%;
    transform: translateY(0);
}.learning_outcomes h1 {
    font-size: 40px;
}.learning_outcomes ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 768px) {.training_specialist {
    padding: 80px 0;
}.training_specialist .container {
    padding: 0 20px;
}.training_specialist .client_opinions {
    grid-template-columns: 1fr;
    gap: 0;
}.training_specialist .img_responsive {
    min-height: 300px;
    height: 300px;
}.training_specialist .job_skills {
    padding: 35px 25px;
}.training_specialist .name {
    bottom: 50px;
    left: 25px;
    font-size: calc(20px * 0.9);
}.training_specialist .client_opinions span:not(.name) {
    bottom: 25px;
    font-size: calc(17px * 0.95);
    left: 25px;
}.training_specialist .job_skills::before {
    top: 25px;
    height: 20px;
    left: 25px;
    width: 24px;
}.training_specialist .job_skills::after {
    height: 20px;
    right: 25px;
    bottom: 25px;
    width: 24px;
}
}



@media (min-width: 1200px) {.plan_showcase {
    padding: 150px 0;
}.plan_showcase .study_offers {
    gap: 40px;
}.plan_showcase .pay_plans {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.plan_showcase .pay_plans:hover {
    transform: translateY(-15px) scale(1.02);
}.plan_showcase .pay_plans:nth-child(even) {
    transform: translateY(15px);
}.plan_showcase .pay_plans:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.plan_showcase .img_responsive {
    height: 250px;
}}



@media (max-width: 991px) {header .main_nav {
    gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
}header .nav_master {
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    clip-path: none;
    justify-content: center;
}
}



@media (min-width: 768px) {.welcome_page .knowledge_zone {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.welcome_page .knowledge_zone > div:first-child {
    position: relative;
}.welcome_page .knowledge_zone > div:first-child::after {
    right: -1rem;
    height: 70%;
    background: linear-gradient(to bottom, transparent, rgb(120,138,125), transparent);
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    width: 1px;
}.welcome_page .title_style_header {
    font-size: calc(44px * 1.2);
}
}



@media screen and (max-width: 992px) {.course_structure {
    padding: 5rem 0;
}.course_structure .learn_sessions {
    grid-template-areas:
            "img_responsive"
            "message_box";
    min-height: auto;
    grid-template-columns: 1fr;
}.course_structure .img_responsive {
    border-radius: 22px 22px 0 0;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transform: perspective(1000px) rotateX(5deg);
}.course_structure .fast_development {
    transform: translateY(-40px);
    border-radius: 0 0 22px 22px;
    padding: 3rem 2.5rem;
}.course_structure .learn_sessions:hover .img_responsive {
    transform: perspective(1000px) rotateX(8deg);
}.course_structure .learn_sessions:hover .fast_development {
    transform: translateY(-50px);
}
}



@media (max-width: 767px) {.get_help_info {
    padding: 3rem 0;
}.get_help_info .edu_input {
    padding: 2rem;
}.get_help_info .contact_section {
    justify-content: center;
}.get_help_info .contact_faq {
    height: 55px;
    width: 55px;
}
}

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



@keyframes floatText {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}



@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}



@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(120,138,125,0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}



@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}

