﻿.main_sitewrap {
    flex: 1 0 auto;
}

.biz_learnings {
    flex: 0 0 auto;
}

.biz_learnings {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 80px 0 40px;
    font-family: Arial, sans-serif;
}

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

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

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

header .container {
    z-index: 1;
    margin: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0 3%;
}

header .nav_pro {
    gap: 2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

header .main_core {
    background: linear-gradient(135deg, rgb(193,174,188,0.5), rgb(145,127,164,0.5));
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: flex;
    align-items: center;
}

header .main_core:hover::before {
    opacity: 1;
}

header .main_core svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 150px;
    height: auto;
}

header .main_head {
    z-index: 1;
    font-size: 14px;
    position: relative;
    color: #000000;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    padding: 0.6rem 1.2rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    font-weight: 600;
    border-radius: 10px;
}

header .main_head:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(193,174,188);
}

.academic_expertise::before {
    left: 0;
    content: "";
    background: radial-gradient(circle at 30% 50%, rgb(193,174,188,0.5) 0%, transparent 40%);
    opacity: 0.4;
    top: 0;
    z-index: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.academic_expertise .learner_feedback {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    transform-style: preserve-3d;
    max-width: 1000px;
    position: relative;
    perspective: 1500px;
    z-index: 2;
}

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

.academic_expertise .work_skills {
    z-index: 1;
    position: relative;
    background: #ffffff;
    transform: rotateX(-5deg);
    padding: 40px;
    transform-origin: top;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 27px 27px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.academic_expertise .name::after {
    bottom: -5px;
    background: linear-gradient(to right, rgb(145,127,164), transparent);
    content: "";
    transition: width 0.4s ease 0.1s;
    height: 3px;
    position: absolute;
    left: 0;
    width: 0;
}

.academic_expertise .work_skills > div:nth-child(2) {
    letter-spacing: 1px;
    font-size: 18px;
    transform: translateZ(0);
    font-weight: 600;
    opacity: 0.7;
    color: #000000;
    margin-bottom: 20px;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
}

.academic_expertise .learner_feedback:hover .career_tasks {
    transform: translateZ(5px);
}

.academic_expertise .career_tasks::before {
    top: 10px;
    opacity: 0.5;
    color: rgb(145,127,164,0.5);
    font-size: 60px;
    left: -5px;
    position: absolute;
    line-height: 0;
    content: "";
}

.privacy_reserve::before {
    background: linear-gradient(90deg, rgb(193,174,188) 0%, rgb(145,127,164) 100%);
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 8px;
}

.privacy_reserve .container {
    margin: 0 auto;
    max-width: 1140px;
    transform: translateZ(0);
    z-index: 2;
    position: relative;
}

.privacy_reserve h1 {
    transform: perspective(1000px) translateZ(10px);
    color: rgb(193,174,188);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    position: relative;
    font-weight: 700;
    transform-style: preserve-3d;
    font-size: calc(44px * 1.2);
}

.privacy_reserve h1:hover::after {
    width: 120px;
}

.privacy_reserve h2::before {
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    width: 8px;
    height: 85%;
    position: absolute;
    background: rgb(193,174,188,0.5);
    content: "";
}

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

.privacy_reserve h4 {
    color: #000000;
    margin: 2rem 0 1rem;
    font-size: calc(21px * 1.1);
    position: relative;
    padding-left: 0.8rem;
    font-weight: 600;
}

.privacy_reserve p {
    font-size: 18px;
    color: #000000;
    position: relative;
    transform: translateZ(0);
    padding: 0.5rem 0;
    max-width: 90%;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    transition: transform 0.35s ease;
}

.privacy_reserve p:hover strong::after {
    transform: scaleX(1);
    transform-origin: left;
}

.privacy_reserve ul {
    margin: 1.5rem 0 2rem;
    list-style: none;
    position: relative;
    padding-left: 1.5rem;
}

.privacy_reserve ul::before {
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(193,174,188,0.5), transparent);
    width: 2px;
    top: 0;
}

.privacy_reserve li::before {
    height: 10px;
    border: 2px solid rgb(193,174,188);
    position: absolute;
    content: "";
    top: 1.2rem;
    transform: rotate(45deg);
    left: 0;
    width: 10px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.privacy_reserve span:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

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

.our_mission::before {
    content: "";
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(193,174,188,0.5), rgba(0, 0, 0, 0.5) 70%);
}

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

.our_mission .text_spot::before {
    top: -15px;
    height: 30px;
    z-index: -1;
    left: 30px;
    position: absolute;
    width: 80px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    content: "";
    background-color: rgb(145,127,164);
}

.our_mission h5 {
    position: relative;
    opacity: 0;
    animation: slideRight 0.6s ease-out 0.3s forwards;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    display: inline-block;
    transform: translateX(-10px);
    font-weight: 700;
    font-size: 18px;
    color: rgb(145,127,164);
    text-transform: uppercase;
}

.our_mission p {
    transform: translateY(10px);
    font-size: calc(17px * 1.2);
    margin: 0 0 20px 0;
    animation: fadeIn 0.6s ease-out 0.6s forwards;
    opacity: 0;
}

.our_mission p b::after {
    content: "";
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    background-color: rgb(145,127,164);
    right: 0;
    border-radius: 50%;
}

.our_mission ol li {
    margin-bottom: 15px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    padding-left: 15px;
    font-size: 17px;
    scrollbar-color: rgb(145,127,164) rgba(255, 255, 255, 0.1);
    max-height: 400px;
    scrollbar-width: thin;
    line-height: 1.8;
    overflow-y: auto;
}

.course_benefits::before {
    width: 300px;
    top: -50px;
    opacity: 0.2;
    background: radial-gradient(circle, rgb(193,174,188,0.5), transparent 70%);
    animation: floatGradient 20s infinite alternate ease-in-out;
    z-index: 0;
    filter: blur(50px);
    height: 300px;
    right: -50px;
    position: absolute;
    content: "";
}

.course_benefits h5 {
    line-height: 1.4;
    margin: 0 auto 50px;
    position: relative;
    text-align: center;
    color: #000000;
    font-size: calc(19px * 1.1);
    opacity: 1;
    font-weight: 700;
    transform: translateY(0);
    letter-spacing: -0.02em;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    padding: 0 20px;
    max-width: 700px;
}

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

.course_benefits .edu_values::before {
    top: 0;
    height: 5px;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(193,174,188), rgb(145,127,164));
}

.course_benefits .edu_values > div:first-child {
    max-width: 500px;
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
    width: 100%;
    overflow: hidden;
    position: relative;
}

.course_benefits .edu_values:hover .image_overlay {
    transform: scale(1.03);
}

.course_benefits .text_spot {
    padding: 10px 0;
    flex: 1;
    position: relative;
}

.course_benefits .text_spot::before {
    position: absolute;
    width: 40px;
    border-left: 2px solid rgb(193,174,188,0.5);
    top: -20px;
    height: 40px;
    z-index: 1;
    opacity: 0.4;
    left: -20px;
    border-top: 2px solid rgb(193,174,188,0.5);
    content: "";
}

.course_benefits ul {
    list-style: none;
    gap: 20px;
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
    display: grid;
}

.course_benefits li:hover {
    opacity: 1;
    transform: translateX(5px);
}

.course_benefits li p {
    position: relative;
    margin: 0;
    font-size: 16px;
    display: flex;
    padding: 0 0 0 35px;
    color: #000000;
    align-items: center;
    line-height: 1.6;
}

.course_benefits li:hover svg {
    transform: scale(1);
}

.course_benefits li svg path {
    fill: rgb(193,174,188);
    transition: fill 0.3s ease;
}

.get_in_touch {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(226,217,224) 0%, rgb(193,174,188,0.5) 100%);
    padding: 80px 0;
}

.get_in_touch::after {
    content: '';
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    top: 0;
    z-index: 1;
    background-image: 
        linear-gradient(45deg, rgb(193,174,188,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(193,174,188,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(193,174,188,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(193,174,188,0.5) 75%);
    width: 100%;
    position: absolute;
    opacity: 0.05;
    background-size: 200px 200px;
    left: 0;
    height: 100%;
}

.get_in_touch h3::after {
    content: '';
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    bottom: -10px;
    background: rgb(193,174,188);
    border-radius: 10px;
}

.get_in_touch .message_links::before {
    right: -5px;
    background: linear-gradient(45deg, rgb(145,127,164), rgb(193,174,188), rgb(145,127,164));
    z-index: -1;
    content: '';
    left: -5px;
    border-radius: calc(25px + 5px);
    bottom: -5px;
    position: absolute;
    top: -5px;
    animation: border-glow 5s infinite linear;
}

.get_in_touch .support_request #contact {
    z-index: 1;
    position: relative;
}

.get_in_touch .support_request h3 {
    color: #000000;
    text-align: left;
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: 600;
}

.get_in_touch .support_request h3::after {
    transform: none;
    left: 0;
    width: 60px;
}

.get_in_touch .support_request input[type="text"],
.get_in_touch .support_request textarea {
    padding: 15px 20px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    font-size: 16px;
}

.get_in_touch .support_request textarea {
    height: 120px;
    resize: vertical;
}

.get_in_touch .support_request .inquiry_query {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}

.get_in_touch .support_request .inquiry_query label {
    font-size: calc(16px - 2px);
    line-height: 1.5;
    color: #000000;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}

.get_in_touch .support_request .inquiry_query input[type="checkbox"]:checked + label::before {
    background-color: rgb(193,174,188);
    border-color: rgb(193,174,188);
}

.get_in_touch .support_request .inquiry_query a {
    color: rgb(193,174,188);
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}

.get_in_touch .support_request .inquiry_query a:hover {
    color: rgb(145,127,164);
    text-decoration: underline;
}

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

.get_in_touch .support_request .reach_box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.get_in_touch .support_request .reach_box:hover::before {
    left: 100%;
}

.get_in_touch .request_grid::before {
    left: 0;
    opacity: 0.6;
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    position: absolute;
    height: 100%;
    content: '';
}

.get_in_touch .request_grid .feedback_feedback {
    margin: 0;
    list-style: none;
    padding: 0;
}

.get_in_touch .request_grid .feedback_feedback li svg {
    width: 24px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 24px;
}

.get_in_touch .request_grid .feedback_feedback li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}

.get_in_touch .request_grid .feedback_feedback li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

.program_structure {
    position: relative;
    background: linear-gradient(135deg, rgb(226,217,224) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}

.program_structure::after {
    height: 150px;
    bottom: -30px;
    left: -30px;
    content: "";
    background: radial-gradient(circle, rgb(145,127,164,0.5) 0%, transparent 70%);
    opacity: 0.2;
    position: absolute;
    width: 150px;
    animation: floatEffect 12s infinite alternate-reverse ease-in-out;
}

.program_structure .skill_track {
    display: grid;
    perspective: 1000px;
    gap: 40px;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    position: relative;
}

.program_structure .image_overlay::before {
    opacity: 0.6;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(to right, rgb(193,174,188,0.5) 0%, transparent 50%);
    width: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    height: 100%;
}

.program_structure .text_spot {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    padding: 30px;
    transform: translateZ(10px);
    transition: transform 0.4s ease-out;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

.program_structure h3::after {
    content: "";
    transition: transform 0.4s ease-out;
    height: 3px;
    bottom: -10px;
    transform-origin: left;
    position: absolute;
    transform: scaleX(1);
    left: 0;
    width: 60px;
    background: linear-gradient(90deg, rgb(193,174,188) 0%, rgb(145,127,164) 100%);
}

.program_structure p.description {
    display: block;
}

.program_structure span.description {
    display: none;
}

.cookie_overlay_panel {
    z-index: 90;
    border-top: 2px solid rgb(193,174,188);
    background: rgb(226,217,224);
    width: 100%;
    position: fixed;
    bottom: 0;
}

.cookie_overlay_panel h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.gdpr_banner svg, .gdpr_banner svg path, .gdpr_banner img {
    fill: rgb(193,174,188);
    width: 100px;
    height: 100px;
}

.cookie_overlay_panel p a {
    text-decoration: none;
    color: rgb(193,174,188);
}


#cookieMessageBanner {
    display: none;
}

#cookieMessageBanner:checked ~ .cookie_overlay_panel {
    visibility: hidden;
    opacity: 0;
}

.price_pack::before {
    content: "";
    position: absolute;
    backdrop-filter: blur(8px);
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    z-index: 1;
    width: 100%;
    height: 100%;
}

.price_pack h2::after {
    bottom: -10px;
    border-radius: 3px;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(145,127,164), rgb(193,174,188));
    left: 50%;
    width: 80px;
    height: 3px;
    content: "";
}

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

.price_pack .value_fees {
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: block;
}

.price_pack .access_plans {
    position: relative;
    z-index: 2;
}

.price_pack .value_fees h4::before {
    height: 30px;
    border-left: 2px solid rgb(145,127,164);
    width: 30px;
    border-top: 2px solid rgb(145,127,164);
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    top: -10px;
    opacity: 0.6;
    left: -10px;
}

.price_pack .cost_matrix {
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(rgb(145,127,164,0.5), 0.1), rgba(rgb(193,174,188,0.5), 0.2));
    font-size: calc(18px + 4px);
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    color: #ffffff;
    position: relative;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 700;
    display: inline-block;
}

.price_pack .value_fees:hover::before {
    transform: scaleX(1);
}

.price_pack .value_fees:hover h4 {
    transform: translateX(5px);
}

.price_pack .value_fees:hover h4::before {
    transform: scale(1.1);
    opacity: 1;
}

.study_process {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(226,217,224);
    z-index: 1;
}

.study_process {
    padding: 70px 15px;
}

.study_process::after {
    bottom: -20%;
    position: absolute;
    width: 40%;
    animation: shape-pulse 15s ease-in-out infinite alternate;
    background: rgb(145,127,164,0.5);
    content: "";
    z-index: -1;
    height: 60%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    right: -10%;
}

.study_process .edu_values {
    position: relative;
    padding: 0;
}

.study_process .edu_values::before {
    height: 20px;
    transform: rotate(-2deg);
    width: 120%;
    left: -10%;
    top: -80px;
    content: "";
    opacity: 0.5;
    animation: line-slide 10s ease-in-out infinite alternate;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(193,174,188), transparent);
}

.study_process .edu_values::before {
    transform: rotate(0);
    top: -20px;
}

.study_process h3 {
    font-size: 40px;
    grid-column: 1;
    color: #000000;
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    text-align: right;
    padding-right: 40px;
    margin-right: -40px;
    line-height: 1.2;
    font-weight: 700;
    border-right: 4px solid rgb(193,174,188);
    transform: translateX(-50px);
    position: relative;
    z-index: 2;
    opacity: 0;
}

.study_process h3 {
    text-align: center;
    border-bottom: 4px solid rgb(193,174,188);
    border-right: none;
    padding-bottom: 20px;
    margin-right: 0;
    padding-right: 0;
}

.study_process span {
    grid-column: 2;
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    padding-left: 30px;
    text-align: left;
    line-height: 1.8;
    color: #000000;
    transform: translateX(50px);
    opacity: 0;
    font-size: 16px;
    position: relative;
}

.study_process span {
    animation-name: slide-in-mobile;
    padding-left: 0;
    text-align: center;
}

.welcome {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.welcome .start_open {
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.welcome .knowledge_track {
    backdrop-filter: blur(10px);
    width: 90%;
    background: linear-gradient(to right, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    position: relative;
    transition: transform 0.5s ease-out;
    z-index: 2;
    max-width: 1200px;
    padding: 3rem;
}

.welcome .knowledge_track > div:nth-child(1) {
    animation-delay: 0.3s;
}

.welcome .knowledge_track > div:nth-child(3) {
    animation-delay: 0.9s;
}

.welcome p::before {
    width: 1.2rem;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    height: 2px;
    content: "";
    position: absolute;
    background: rgb(145,127,164);
}

.welcome .title_style_header::after {
    background: linear-gradient(to right, rgb(145,127,164), transparent);
    bottom: -15px;
    content: "";
    width: 80%;
    left: 0;
    height: 4px;
    position: absolute;
}

.welcome h3 {
    padding: 1.5rem;
    font-size: calc(18px * 1.1);
    background: linear-gradient(to right, rgb(193,174,188,0.5), transparent);
    line-height: 1.6;
    max-width: 90%;
    border-left: 3px solid rgb(145,127,164);
    font-weight: 400;
    color: #ffffff;
}

.biz_learnings .company_holder h3 {
    text-shadow: 0 0 10px rgb(193,174,188,0.5);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: calc(30px * 0.9);
    color: #ffffff;
    font-weight: 700;
}

.biz_learnings .company_holder h3 {
    position: relative;
    overflow: hidden;
}

.biz_learnings .company_holder h3:hover::after {
    width: 100%;
}

.biz_learnings .discuss_cta {
    font-size: 16px;
    color: #ffffff;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    line-height: 1.6;
    margin-top: 15px;
    transition: all 0.3s ease;
    transform: translateZ(0);
}

.biz_learnings .first_section {
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    flex: 0 0 45%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 20px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
}

.biz_learnings .first_section:hover::before {
    transform: translateX(100%);
}

.biz_learnings .first_section h5::after {
    position: absolute;
    left: 0;
    height: 2px;
    background: rgb(193,174,188);
    transition: width 0.3s ease, box-shadow 0.3s ease;
    content: '';
    width: 40px;
    bottom: 0;
}

.biz_learnings .first_section .head_info {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.biz_learnings .first_section .head_info a::before {
    bottom: -2px;
    content: '';
    position: absolute;
    transition: width 0.3s ease, transform 0.3s ease;
    left: 0;
    height: 1px;
    transform-origin: left;
    width: 0;
    background: linear-gradient(90deg, rgb(193,174,188), transparent);
}

.footer_milestones {
    backdrop-filter: blur(10px);
    position: relative;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
}

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

.footer_milestones .report_abuse {
    text-align: center;
    transition: opacity 0.3s ease;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.8;
}

.biz_learnings .company_holder h3::before {
    transition: 0.5s;
    content: '';
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.biz_learnings .company_holder h3:hover::before {
    left: 100%;
}

.data_exploration {
    position: relative;
    background: rgb(226,217,224);
    overflow: hidden;
    padding: 100px 0;
    background-image: linear-gradient(135deg, rgb(226,217,224) 0%, #ffffff 100%);
    margin: 60px 0;
}

.data_exploration::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    opacity: 0.3;
    background: repeating-conic-gradient(
        rgb(226,217,224) 0%,
        rgba(240, 240, 240, 0.7) 0.5%,
        rgb(226,217,224) 1%
    );
    position: absolute;
    height: 100%;
    animation: rotateBg 60s linear infinite;
    z-index: 1;
}

.data_exploration .statistics_advantages {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    order: 2;
}

.data_exploration .knowledge_gains::before {
    width: 3px;
    top: 0;
    background: linear-gradient(
        to bottom,
        rgb(193,174,188),
        rgb(145,127,164),
        transparent
    );
    position: absolute;
    height: 60%;
    left: 0;
    content: '';
    border-radius: 10px;
}

.data_exploration .study_elevation {
    opacity: 0.9;
    line-height: 1.8;
    margin-bottom: 0;
    color: #000000;
    padding-left: 20px;
    font-size: 16px;
}

.data_exploration .extra_study:nth-child(even) {
    border-left: 3px solid rgb(145,127,164);
}

.data_exploration .extra_study::before {
    content: '';
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 100%
    );
    left: 0;
}

.data_exploration .extra_study:nth-child(even)::after {
    background: rgb(145,127,164);
}

.data_exploration .extra_study:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.data_exploration .extra_study:nth-child(odd) h4 {
    color: rgb(193,174,188);
}

.data_exploration .extra_study:nth-child(even) h4 {
    color: rgb(145,127,164);
}

.data_exploration .extra_study span {
    opacity: 0.9;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 1.5;
}

.data_exploration svg path {
    fill: rgb(193,174,188);
}

.data_exploration .extra_study:hover svg {
    transform: translateX(5px);
    opacity: 0.8;
}

.thanksWeb::before {
    width: 120%;
    top: -50%;
    transform: rotate(-15deg);
    z-index: 0;
    content: "";
    left: -20%;
    position: absolute;
    background: radial-gradient(circle at 20% 30%, rgb(193,174,188,0.5), transparent 60%);
    opacity: 0.2;
    height: 200%;
}

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

.thanksWeb .edu_values:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.07),
        -25px -25px 70px rgba(255, 255, 255, 1),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.thanksWeb .edu_values > div:first-child {
    padding-bottom: 1.5rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
}

.thanksWeb .edu_values > div:first-child::after {
    animation: gradientSlide 6s infinite ease-in-out;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(193,174,188), rgb(145,127,164), rgb(193,174,188));
    width: 100%;
    bottom: 0;
    border-radius: 3px;
    background-size: 200% 100%;
    box-shadow: 0 2px 6px rgba(rgb(193,174,188,0.5), 0.2);
    content: "";
    left: 0;
}

.thanksWeb .edu_values > div:last-child {
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    position: relative;
    transform: translateZ(0);
}

.thanksWeb a {
    text-decoration: none;
    padding: 0.5rem 1.2rem;
    transition: all 0.3s ease;
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(240, 245, 250, 0.5));
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.03),
        -4px -4px 8px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    position: relative;
    transform: translateZ(0);
    display: block;
    backdrop-filter: blur(8px);
}

.thanksWeb p {
    position: relative;
    transition: all 0.3s ease;
    line-height: 1.7;
    z-index: 1;
    font-size: 15px;
    color: #000000;
    margin: 0;
}



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


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



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .main_core {
    padding: 0.5rem 1.2rem;
}header .main_core svg {
    width: 140px;
}header .first_section {
    gap: 0.5rem;
}header .main_head {
    padding: 0.5rem 1rem;
}
}



@media (max-width: 767px) {header .nav_pro {
    gap: 1.5rem;
}header .main_core {
    padding: 0.4rem 1rem;
}header .main_core svg {
    width: 130px;
}header .first_section {
    gap: 0.5rem;
}header .main_head {
    font-size: calc(14px - 1px);
    padding: 0.5rem 0.9rem;
}
}



@media (min-width: 768px) {.academic_expertise .learner_feedback {
    grid-gap: 0;
    grid-template-columns: 300px 1fr;
}.academic_expertise .image_overlay {
    border-radius: 27px 0 0 27px;
    transform: rotateY(-10deg);
    height: 100%;
    transform-origin: right;
}.academic_expertise .learner_feedback:hover .image_overlay {
    transform: rotateY(0deg) translateZ(30px);
}.academic_expertise .work_skills {
    transform: rotateY(5deg);
    border-radius: 0 27px 27px 0;
    transform-origin: left;
}.academic_expertise .learner_feedback:hover .work_skills {
    transform: rotateY(0deg) translateZ(20px);
}
}



@media (min-width: 992px) {.privacy_reserve {
    padding: 7rem 3rem;
}.privacy_reserve h1 {
    font-size: calc(44px * 1.3);
    margin-bottom: 3rem;
}.privacy_reserve p {
    max-width: 80%;
}.privacy_reserve h2 {
    padding-left: 1.5rem;
}.privacy_reserve h2::before {
    width: 10px;
}.privacy_reserve span {
    max-width: calc(100% - 6rem);
    margin-left: 3rem;
}
}



@media (max-width: 767px) {.privacy_reserve {
    padding: 4rem 1.5rem;
}.privacy_reserve h1 {
    font-size: 44px;
    margin-bottom: 2rem;
}.privacy_reserve h2 {
    margin: 2.5rem 0 1rem;
    padding-left: 1rem;
}.privacy_reserve h3, .privacy_reserve h4 {
    padding-left: 0.7rem;
}.privacy_reserve ul {
    padding-left: 0.5rem;
}.privacy_reserve li {
    padding: 0.7rem 0 0.7rem 1.8rem;
}.privacy_reserve li::before {
    width: 8px;
    height: 8px;
}.privacy_reserve span {
    margin-bottom: 1.2rem;
    padding: 0.8rem 1.2rem;
}
}



@media (max-width: 768px) {.our_mission {
    padding: 60px 0;
}.our_mission::after {
    bottom: -30px;
    width: 150px;
    right: -30px;
    height: 150px;
}.our_mission .text_spot {
    padding: 25px 20px;
}.our_mission h5 {
    font-size: calc(18px * 0.85);
}.our_mission p b {
    font-size: 19px;
}.our_mission ol li {
    max-height: 250px;
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}



@media (min-width: 768px) {.course_benefits {
    padding: 150px 0 120px;
}.course_benefits h5 {
    transform: translateY(0);
    margin-bottom: 70px;
    font-size: calc(19px * 1.2);
}.course_benefits .edu_values {
    flex-direction: row;
    padding: 60px;
    gap: 60px;
    transform: perspective(1200px) rotateY(0deg);
}.course_benefits .edu_values > div:first-child {
    flex: 0 0 45%;
    max-width: 45%;
}.course_benefits .text_spot {
    padding: 20px 0;
    flex: 0 0 50%;
}.course_benefits ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
}
}



@media (max-width: 767px) {.course_benefits {
    padding: 80px 0 70px;
}.course_benefits h5 {
    margin-bottom: 40px;
    font-size: 19px;
}.course_benefits .edu_values {
    padding: 30px 20px;
}.course_benefits .image_overlay {
    object-fit: cover;
    width: 100%;
    max-height: 250px;
}.course_benefits li {
    padding: 8px 0 8px 0;
}.course_benefits li p {
    line-height: 1.5;
    font-size: calc(16px * 0.95);
}}



@media (max-width: 768px) {.get_in_touch {
    padding: 40px 0;
}.get_in_touch h3 {
    margin-bottom: 30px;
    font-size: calc(38px - 4px);
}.get_in_touch .support_request h3,
    .get_in_touch .request_grid h4 {
    font-size: calc(23px - 2px);
    margin-bottom: 20px;
}.get_in_touch .support_request input[type="text"],
    .get_in_touch .support_request textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.get_in_touch .support_request textarea {
    height: 100px;
}.get_in_touch .support_request .reach_box {
    font-size: calc(18px - 1px);
    padding: 12px 25px;
}.get_in_touch .request_grid .feedback_feedback li {
    margin-bottom: 20px;
}.get_in_touch .request_grid .feedback_feedback li svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
}



@media (min-width: 992px) {.program_structure {
    padding: 150px 0;
}.program_structure .container {
    padding: 0 40px;
}.program_structure .skill_track {
    gap: 80px;
}.program_structure .image_overlay {
    height: 500px;
    transform: translateZ(40px) rotateY(-5deg);
}.program_structure .text_spot {
    padding: 40px;
    transform: translateZ(20px) rotateY(2deg);
}.program_structure .text_spot:hover {
    transform: translateZ(25px) rotateY(2deg);
}.program_structure .description {
    font-size: calc(16px * 1.05);
    max-height: 400px;
    line-height: 1.9;
}
}


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



@media (max-width: 992px) {.price_pack {
    padding: 80px 0;
}.price_pack h2 {
    font-size: calc(31px - 4px);
}.price_pack .price_sheet {
    margin-bottom: 40px;
    font-size: 12px;
}.price_pack .cost_breakdown {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 768px) {.price_pack {
    padding: 60px 0;
}.price_pack h2 {
    font-size: calc(31px - 6px);
}.price_pack .price_sheet {
    font-size: calc(12px - 1px);
    margin-bottom: 30px;
}.price_pack .cost_breakdown {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.price_pack .value_fees h4 {
    font-size: 18px;
}.price_pack .value_fees p {
    font-size: calc(12px - 1px);
    max-height: 180px;
}.price_pack .cost_matrix {
    font-size: 18px;
}
}



@media (max-width: 479px) {.study_process {
    padding: 50px 10px;
}.study_process h3 {
    padding-bottom: 15px;
    font-size: calc(40px - 12px);
}.study_process h3::before {
    bottom: -12px;
    width: 20px;
    left: 10px;
    height: 20px;
}.study_process h3::after {
    width: 15px;
    left: calc(100% - 20px);
    height: 15px;
}.study_process span {
    line-height: 1.6;
    font-size: calc(16px - 1px);
}.study_process .edu_values::before,
    .study_process .edu_values::after {
    height: 10px;
}}



@media (max-width: 992px) {.welcome .knowledge_track {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.welcome .title_style_header {
    font-size: 47px;
}.welcome p {
    font-size: 17px;
}.welcome h3 {
    padding: 1rem;
    max-width: 100%;
}
}



@media (max-width: 576px) {.welcome .knowledge_track {
    padding: 1.5rem 1rem;
}.welcome p {
    margin-bottom: 1rem;
    padding-left: 1rem;
}.welcome p::before {
    width: 0.8rem;
}.welcome .title_style_header {
    font-size: 32px;
    margin-bottom: 1.5rem;
}.welcome .title_style_header::after {
    height: 3px;
    bottom: -10px;
}.welcome h3 {
    border-left: 2px solid rgb(145,127,164);
    font-size: 16px;
    padding: 0.6rem;
}}



@media (max-width: 768px) {.biz_learnings {
    padding: 40px 0 20px;
}.biz_learnings .head_info {
    flex-direction: column;
}.biz_learnings .first_section {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.biz_learnings .company_holder h3 {
    font-size: calc(30px * 0.8);
}.biz_learnings .first_section h5 {
    font-size: calc(23px * 0.9);
}.footer_milestones .report_abuse {
    font-size: calc(13px * 0.9);
}
}



@media screen and (max-width: 992px) {.data_exploration .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.data_exploration .statistics_advantages {
    order: 2;
}.data_exploration .knowledge_gains {
    text-align: center;
    padding-right: 0;
    align-items: center;
    order: 1;
}.data_exploration .knowledge_gains::before {
    bottom: -20px;
    transform: translateX(-50%);
    left: 50%;
    top: auto;
    height: 3px;
    width: 60%;
    background: linear-gradient(
            to right,
            transparent,
            rgb(193,174,188),
            rgb(145,127,164),
            transparent
        );
}.data_exploration .statistics_upgrade,
    .data_exploration .study_elevation {
    padding-left: 0;
}
}



@media (max-width: 991px) {.thanksWeb {
    padding: 5rem 0;
}.thanksWeb .edu_values {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.thanksWeb h5 {
    font-size: calc(23px * 1.05);
}.thanksWeb .edu_values > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}
}



@media (max-width: 575px) {.thanksWeb {
    padding: 3.5rem 0;
}.thanksWeb .container {
    padding: 0 1.5rem;
}.thanksWeb .edu_values {
    padding: 1.75rem;
    border-radius: 12px;
    clip-path: polygon(
            0 0,
            100% 0,
            96% 96%,
            4% 100%
        );
}.thanksWeb h5 {
    font-size: calc(23px - 2px);
    padding-left: 0.8rem;
}.thanksWeb h5::before {
    width: 3px;
}.thanksWeb .edu_values > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
}.thanksWeb a {
    border-radius: 8px;
    padding: 0.4rem 0.8rem;
}.thanksWeb p {
    font-size: calc(15px - 2px);
    line-height: 1.6;
}
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}



@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}



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



@keyframes shape-pulse {
    0% {
        transform: scale(1) translateX(0);
    }
    100% {
        transform: scale(1.2) translateX(-20px);
    }
}



@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes circle-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
}


    
    @keyframes slide-in {
        0% {
            opacity: 0;
            transform: translateY(-30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }



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



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

