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

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

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

header,footer {
    width: 100%;
}


header {
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 1.2rem 0;
    z-index: 100;
    background: linear-gradient(to bottom, rgb(226,217,224), #ffffff);
    width: 100%;
}

header::before {
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 0;
    opacity: 0.5;
    top: 0;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(193,174,188,0.5) 65%, 
        rgb(193,174,188,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(145,127,164,0.5) 75%, 
        rgb(145,127,164,0.5) 80%, 
        transparent 80%);
    content: '';
    width: 100%;
}

header .main_core::before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    width: 200%;
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
    content: '';
    left: -50%;
    top: -50%;
    height: 200%;
}

header .main_core:hover svg {
    transform: scale(1.03);
}

header .first_section {
    display: flex;
    margin-top: 0.5rem;
    gap: 0.6rem;
    max-width: 800px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

header .main_head::before {
    width: 100%;
    content: '';
    top: 0;
    transition: transform 0.3s ease;
    background: linear-gradient(to right, rgb(193,174,188), rgb(145,127,164));
    position: absolute;
    transform-origin: left;
    left: 0;
    height: 3px;
    transform: scaleX(0);
}

header .main_head:hover::before {
    transform: scaleX(1);
}

.academic_expertise {
    background: linear-gradient(45deg, rgb(226,217,224) 0%, #ffffff 100%);
    padding: 70px 30px;
    overflow: hidden;
    position: relative;
}

.academic_expertise::after {
    top: 0;
    right: 0;
    content: "";
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: radial-gradient(circle at 70% 30%, rgb(145,127,164,0.5) 0%, transparent 40%);
    position: absolute;
}

.academic_expertise .image_overlay {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform-origin: bottom;
    height: 300px;
    transform: rotateX(10deg);
    width: 100%;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 27px 27px 0 0;
    z-index: 2;
}

.academic_expertise .learner_feedback:hover .image_overlay {
    transform: rotateX(0deg) translateZ(30px);
}

.academic_expertise .learner_feedback:hover .work_skills {
    transform: rotateX(0deg) translateZ(20px);
}

.academic_expertise .name {
    margin-bottom: 10px;
    transition: transform 0.4s ease;
    font-size: 36px;
    transform: translateZ(0);
    color: rgb(193,174,188);
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.academic_expertise .learner_feedback:hover .name::after {
    width: 100%;
}

.academic_expertise .learner_feedback:hover .name {
    transform: translateZ(10px);
}

.academic_expertise .learner_feedback:hover .work_skills > div:nth-child(2) {
    transform: translateZ(15px);
    color: rgb(145,127,164);
}

.academic_expertise .career_tasks {
    border-top: 1px solid rgb(226,217,224);
    line-height: 1.7;
    position: relative;
    font-size: 18px;
    transition: transform 0.4s ease 0.2s;
    padding: 20px 0 0 0;
    transform: translateZ(0);
    color: #000000;
}

.privacy_reserve {
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(226,217,224) 0%, rgba(245, 245, 250, 0.95) 100%);
    color: #000000;
    position: relative;
}

.privacy_reserve::after {
    left: 0;
    z-index: -1;
    width: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
}

.privacy_reserve h1::after {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(193,174,188), rgb(145,127,164,0.5));
    width: 80px;
    bottom: 0;
    height: 4px;
    transform-origin: left;
    transition: width 0.4s ease-out;
}

.privacy_reserve h2 {
    font-size: 29px;
    position: relative;
    color: rgb(145,127,164);
    transition: transform 0.35s ease-out;
    font-weight: 600;
    transform: translateX(0);
    margin: 3rem 0 1.5rem;
    padding-left: 1.2rem;
}

.privacy_reserve h2:hover {
    transform: translateX(5px);
}

.privacy_reserve h3::before {
    content: "";
    transform: translateY(-50%);
    width: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    height: 70%;
    background: rgb(145,127,164,0.5);
}

.privacy_reserve h4::before {
    width: 4px;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(145,127,164,0.5);
    content: "";
    position: absolute;
    height: 60%;
}

.privacy_reserve p strong {
    padding-bottom: 2px;
    color: #000000;
    position: relative;
    display: inline-block;
}

.privacy_reserve p strong::after {
    transform: scaleX(0);
    position: absolute;
    transform-origin: right;
    background: rgb(193,174,188,0.5);
    width: 100%;
    transition: transform 0.35s ease-out;
    bottom: 0;
    height: 1px;
    content: "";
    left: 0;
}

.privacy_reserve li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
    position: relative;
    font-size: calc(18px * 0.97);
    transition: transform 0.3s ease;
    color: #000000;
    padding: 0.8rem 0 0.8rem 2rem;
}

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

.privacy_reserve li:hover::before {
    transform: rotate(225deg);
    background-color: rgb(193,174,188,0.5);
}

.privacy_reserve span {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 1rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    font-size: calc(18px * 0.95);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    transform: translateZ(0);
    border-left: 3px solid rgb(145,127,164);
    color: #000000;
    line-height: 1.75;
    display: block;
}

.our_mission::after {
    content: "";
    height: 250px;
    opacity: 0.3;
    position: absolute;
    width: 250px;
    z-index: 1;
    transform: rotate(15deg);
    right: -50px;
    border: 3px solid rgb(145,127,164);
    bottom: -50px;
}

.our_mission .text_spot {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    animation: slideUp 0.8s ease-out forwards;
    transform: translateY(20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-left: 4px solid rgb(145,127,164);
    backdrop-filter: blur(10px);
    padding: 40px;
    opacity: 0;
    position: relative;
}

.our_mission h5::after {
    bottom: -5px;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(145,127,164), transparent);
    animation: expandLine 0.6s ease-out 0.9s forwards;
    height: 2px;
    transform: scaleX(0);
    left: 0;
    content: "";
    transform-origin: left;
}

.our_mission p b {
    padding-right: 15px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: calc(19px * 1.1);
    color: #ffffff;
}

.our_mission ol {
    padding: 0;
    opacity: 0;
    animation: fadeIn 0.8s ease-out 0.9s forwards;
    transform: translateY(20px);
    list-style: none;
    margin: 0;
    position: relative;
}

.our_mission ol li::before {
    transform: rotate(45deg);
    content: "";
    height: 6px;
    background-color: rgb(145,127,164);
    width: 6px;
    top: 10px;
    position: absolute;
    left: 0;
}

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

.course_benefits::after {
    bottom: -80px;
    content: "";
    left: 15%;
    z-index: 0;
    height: 200px;
    filter: blur(40px);
    background: radial-gradient(ellipse, rgb(145,127,164,0.5), transparent 70%);
    animation: floatGradient 15s infinite alternate-reverse ease-in-out;
    opacity: 0.15;
    position: absolute;
    width: 200px;
}

.course_benefits h5::after {
    left: 50%;
    height: 3px;
    width: 80px;
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(193,174,188) 30%, rgb(193,174,188) 70%, transparent);
}

.course_benefits .edu_values {
    overflow: hidden;
    flex-direction: column;
    gap: 40px;
    position: relative;
    border-radius: 12px;
    padding: 40px 30px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateY(0deg);
    display: flex;
    align-items: center;
    background: #ffffff;
}

.course_benefits .edu_values:hover > div:first-child {
    transform: perspective(1000px) rotateY(2deg) translateZ(20px);
}

.course_benefits .image_overlay {
    width: 100%;
    transform: scale(1);
    transition: transform 0.6s ease-out;
    object-fit: cover;
    height: auto;
    filter: contrast(1.05) saturate(1.1);
}

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

.course_benefits li {
    transition: transform 0.4s ease, opacity 0.4s ease;
    padding: 10px 0 10px 5px;
    opacity: 0.9;
    position: relative;
    transform: translateX(0);
}

.course_benefits li:nth-child(odd) {
    background: linear-gradient(90deg, rgba(rgb(193,174,188,0.5), 0.03), transparent);
}

.course_benefits li svg {
    height: 24px;
    left: 0;
    transform: scale(0.9);
    position: absolute;
    width: 24px;
    transition: transform 0.3s ease;
    top: 2px;
}

.course_benefits li:hover svg path {
    fill: rgb(145,127,164);
}

.get_in_touch::before {
    width: 100%;
    left: 0;
    animation: pulse 15s infinite alternate;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(145,127,164,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(193,174,188,0.5) 0%, transparent 40%);
}

.get_in_touch .image_overlay {
    opacity: 0.2;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 2;
    filter: grayscale(40%) contrast(120%);
    top: 0;
}

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

.get_in_touch h3 {
    position: relative;
    font-size: 38px;
    letter-spacing: 1px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

.get_in_touch .message_links {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    flex-wrap: wrap;
    overflow: hidden;
    background: #ffffff;
    border-radius: 25px;
}

.get_in_touch .support_request {
    flex: 1 1 60%;
    padding: 40px;
    overflow: hidden;
    position: relative;
}

.get_in_touch .support_request::before {
    content: '';
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    width: 100%;
    left: 0;
    z-index: 0;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    opacity: 0.3;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    position: absolute;
    top: 0;
    height: 100%;
}

.get_in_touch .support_request input[type="text"]:focus,
.get_in_touch .support_request textarea:focus {
    box-shadow: 0 0 0 3px rgb(193,174,188,0.5);
    border-color: rgb(193,174,188);
    background-color: #ffffff;
    outline: none;
}

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

.get_in_touch .support_request .inquiry_query label::before {
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 10px;
    content: '';
    height: 22px;
    top: 2px;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 22px;
    background-color: rgba(0, 0, 0, 0.02);
}

.get_in_touch .support_request .inquiry_query input[type="checkbox"]:checked + label::after {
    position: absolute;
    border-bottom: 2px solid #ffffff;
    top: 9px;
    height: 4px;
    border-left: 2px solid #ffffff;
    width: 8px;
    left: 7px;
    transform: rotate(-45deg);
    content: '';
}

.get_in_touch .support_request .reach_box {
    font-size: 18px;
    padding: 15px 30px;
    background: linear-gradient(135deg, rgb(193,174,188) 0%, rgb(145,127,164) 100%);
    letter-spacing: 1px;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    display: inline-block;
    border-radius: 25px;
    overflow: hidden;
}

.get_in_touch .request_grid {
    position: relative;
    flex: 1 1 40%;
    overflow: hidden;
    padding: 40px;
    background: linear-gradient(135deg, rgb(145,127,164) 0%, rgb(193,174,188) 100%);
}

.get_in_touch .request_grid h4 {
    margin-bottom: 30px;
    position: relative;
    font-size: 23px;
    color: #ffffff;
    font-weight: 600;
}

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

.get_in_touch .request_grid .feedback_feedback li {
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    z-index: 1;
}

.get_in_touch .request_grid .feedback_feedback li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.get_in_touch .request_grid .feedback_feedback li span {
    color: #ffffff;
    line-height: 1.5;
    font-size: 16px;
}

.get_in_touch .request_grid .feedback_feedback li a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
}

.program_structure::before {
    animation: floatEffect 15s infinite alternate ease-in-out;
    content: "";
    width: 200px;
    right: -50px;
    opacity: 0.3;
    top: -50px;
    height: 200px;
    background: radial-gradient(circle, rgb(193,174,188,0.5) 0%, transparent 70%);
    position: absolute;
    border-radius: 50%;
}

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

.program_structure .image_overlay {
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    height: 350px;
    overflow: hidden;
    transition: transform 0.5s ease-out;
    transform: translateZ(20px) rotateX(2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.program_structure .image_overlay::after {
    left: -50%;
    height: 200%;
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
    content: "";
    width: 200%;
    top: -50%;
    animation: orbitEffect 20s infinite linear;
}

.program_structure .text_spot:hover {
    transform: translateZ(15px);
}

.program_structure h3 {
    color: rgb(193,174,188);
    font-size: calc(21px * 1.1);
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.4;
    position: relative;
    margin-bottom: 25px;
}

.program_structure .text_spot:hover h3::after {
    transform: scaleX(1.5);
}

.program_structure .description {
    position: relative;
    color: #000000;
    scrollbar-width: thin;
    font-size: 16px;
    overflow-y: auto;
    line-height: 1.8;
    max-height: 300px;
    margin-bottom: 20px;
    scrollbar-color: rgb(145,127,164,0.5) transparent;
}

.program_structure .skill_track div {
    position: relative;
}

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

.cookie_overlay_panel p {
    font-size: 18px;
}

.gdpr_banner {
    flex-shrink: 0;
    margin-right: 10px;
}

.data_approve {
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    color: rgb(193,174,188);
    line-height: 35px;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    margin-left: 10px;
    border-bottom: 2px solid rgb(193,174,188);
    min-width: 120px;
}

.price_pack {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

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

.price_pack .skill_offers {
    position: relative;
}

.price_pack h2 {
    font-size: 31px;
    text-align: center;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    margin-bottom: 25px;
    transform: perspective(1000px) translateZ(20px);
}

.price_pack .price_sheet {
    line-height: 1.6;
    font-size: calc(12px + 2px);
    max-width: 700px;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    margin: 0 auto 50px;
    position: relative;
}

.price_pack .cost_breakdown li {
    transition: transform 0.4s ease;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.price_pack .value_fees::before {
    height: 5px;
    left: 0;
    transition: transform 0.3s ease;
    width: 100%;
    background: linear-gradient(90deg, rgb(145,127,164), rgb(193,174,188));
    position: absolute;
    top: 0;
    transform-origin: left;
    transform: scaleX(0.7);
    content: "";
}

.price_pack .discount_tier {
    padding: 30px 25px;
    position: relative;
    z-index: 1;
    height: 100%;
}

.price_pack .value_fees h4 {
    position: relative;
    margin-top: 0;
    font-size: calc(18px - 2px);
    color: #ffffff;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.price_pack .value_fees p {
    overflow-y: auto;
    margin-bottom: 25px;
    overflow-wrap: break-word;
    max-height: 250px;
    line-height: 1.6;
    hyphens: auto;
    word-break: normal;
    padding-right: 10px;
    color: rgb(255, 255, 255, 0.5);
    font-size: 12px;
}

.price_pack .cost_matrix::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(145,127,164), transparent);
    content: "";
    bottom: -3px;
    height: 1px;
    left: 10px;
    right: 10px;
}

.price_pack .value_fees:hover {
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.price_pack .value_fees:hover .cost_matrix {
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
    transform: translateY(-3px) scale(1.03);
}

.study_process::before {
    width: 60%;
    transform: rotate(-30deg);
    position: absolute;
    left: -20%;
    background: rgb(193,174,188,0.5);
    content: "";
    animation: shape-rotate 40s linear infinite;
    z-index: -1;
    height: 200%;
    top: -50%;
}

.study_process .container {
    max-width: 1200px;
    grid-template-columns: 2fr 3fr;
    grid-gap: 50px;
    z-index: 2;
    position: relative;
    display: grid;
    margin: 0 auto;
    align-items: center;
}

.study_process .container {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}

.study_process .edu_values::after {
    height: 20px;
    content: "";
    position: absolute;
    bottom: -80px;
    opacity: 0.5;
    right: -10%;
    width: 120%;
    background: linear-gradient(90deg, transparent, rgb(145,127,164), transparent);
    animation: line-slide 10s ease-in-out infinite alternate-reverse;
    transform: rotate(2deg);
}

.study_process .edu_values::after {
    transform: rotate(0);
    bottom: -20px;
}

.study_process h3::before {
    position: absolute;
    animation: square-rotate 6s linear infinite;
    z-index: -1;
    height: 40px;
    content: "";
    border: 4px solid rgb(145,127,164);
    top: -10px;
    width: 40px;
    right: -22px;
}

.study_process h3::before {
    top: auto;
    left: 20px;
    right: auto;
    bottom: -17px;
}

.study_process h3::after {
    content: "";
    height: 20px;
    animation: circle-pulse 4s ease-in-out infinite;
    border-radius: 50%;
    background: rgb(193,174,188);
    width: 20px;
    position: absolute;
    right: -8px;
    bottom: -10px;
}

.study_process h3::after {
    bottom: -8px;
    left: calc(100% - 30px);
    right: auto;
}

.study_process span::before {
    top: 15px;
    border: 1px dashed rgb(193,174,188,0.5);
    animation: border-dance 20s linear infinite;
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 15px;
    width: 100%;
    content: "";
    pointer-events: none;
}

.study_process span::before {
    border: 1px dashed rgb(193,174,188,0.5);
    left: 0;
    border-top: none;
}

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

.welcome .knowledge_track:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.welcome .knowledge_track > div {
    animation: fadeInUp 0.8s forwards;
    transform: translateY(30px);
    opacity: 0;
}

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

.welcome p {
    font-weight: 600;
    position: relative;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    font-size: calc(17px * 1.1);
    letter-spacing: 0.5px;
    color: #ffffff;
    padding-left: 2rem;
}

.welcome .title_style_header {
    display: inline-block;
    margin-bottom: 2rem;
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 0 2px 15px rgba(0,0,0,0.15);
    font-weight: 700;
    position: relative;
    font-size: calc(47px * 1.2);
}



.biz_learnings .container {
    justify-content: space-between;
    display: flex;
    position: relative;
}

.biz_learnings .company_holder {
    position: relative;
    flex: 0 0 30%;
    padding-right: 30px;
}

.biz_learnings .company_holder::after {
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(193,174,188), transparent);
    content: '';
    height: 80%;
    top: 10%;
    right: 0;
    width: 1px;
}

.biz_learnings .company_holder h3::after {
    left: 0;
    bottom: -5px;
    content: '';
    transition: width 0.3s ease-in-out;
    width: 40%;
    height: 2px;
    position: absolute;
    background: rgb(193,174,188);
}

.biz_learnings .discuss_cta:hover {
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.biz_learnings .program_foot {
    position: relative;
    flex: 0 0 65%;
    display: flex;
    justify-content: space-between;
}

.biz_learnings .head_info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.biz_learnings .first_section::before {
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    inset: 0;
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    z-index: -1;
    position: absolute;
    content: '';
}

.biz_learnings .first_section h5 {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    padding-bottom: 10px;
}

.biz_learnings .first_section:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(193,174,188), 0 0 16px rgb(193,174,188,0.5);
}

.biz_learnings .first_section .head_info a {
    transition: all 0.3s ease;
    padding-left: 0;
    font-size: calc(16px * 0.95);
    opacity: 0.85;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    position: relative;
}

.biz_learnings .first_section .head_info a:hover {
    padding-left: 5px;
    opacity: 1;
    color: #ffffff;
}

.biz_learnings .first_section .head_info a:hover::before {
    box-shadow: 0 0 5px rgb(193,174,188,0.5);
    width: 100%;
}

.footer_milestones::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    left: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(193,174,188,0.5), transparent);
}

.footer_milestones .report_abuse:hover {
    opacity: 1;
}




footer {
    position: relative;
}

footer::after {
    background-size: 50px 50px;
    opacity: 0.3;
    top: 0;
    z-index: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.data_exploration::after {
    background: radial-gradient(circle at center, transparent 50%, rgb(226,217,224) 100%);
    left: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    content: '';
    z-index: 2;
    right: 0;
}

.data_exploration .container {
    padding: 0 15px;
    gap: 50px;
    display: grid;
    z-index: 10;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    grid-template-columns: 1fr 1fr;
}

.data_exploration .knowledge_gains {
    justify-content: center;
    padding-right: 30px;
    flex-direction: column;
    position: relative;
    display: flex;
    order: 1;
}

.data_exploration .statistics_upgrade {
    padding-left: 20px;
    line-height: 1.3;
    font-size: 36px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
}

.data_exploration .extra_study {
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    border-left: 3px solid rgb(193,174,188);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.4s ease;
    position: relative;
    display: flex;
}

.data_exploration .extra_study::after {
    opacity: 0.1;
    border-radius: 50%;
    content: '';
    width: 80px;
    transition: all 0.5s ease;
    position: absolute;
    height: 80px;
    top: -40px;
    right: -40px;
    background: rgb(193,174,188);
}

.data_exploration .extra_study:hover::after {
    transform: scale(1.2);
}

.data_exploration .extra_study h4 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    font-size: calc(36px * 1.2);
}

.data_exploration svg {
    fill: #000000;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    opacity: 0.3;
    transition: all 0.3s ease;
    bottom: 20px;
}

.data_exploration .extra_study:nth-child(even) svg path {
    fill: rgb(145,127,164);
}

.thanksWeb {
    background: linear-gradient(135deg, hsl(210, 40%, 95%), hsl(210, 40%, 98%));
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.thanksWeb::after {
    width: 70%;
    position: absolute;
    bottom: -10%;
    background: radial-gradient(circle at 80% 80%, rgb(145,127,164,0.5), transparent 60%);
    content: "";
    height: 70%;
    z-index: 0;
    opacity: 0.15;
    right: -10%;
}

.thanksWeb .edu_values {
    padding: 3.5rem;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    clip-path: polygon(
        0 0,
        100% 0,
        98% 98%,
        2% 100%
    );
    border-radius: 16px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
}

.thanksWeb h5 {
    font-size: calc(23px * 1.15);
    position: relative;
    transform: translateZ(0);
    font-weight: 700;
    margin: 0;
    padding-left: 1.2rem;
    line-height: 1.4;
    color: #000000;
}

.thanksWeb h5::before {
    background: rgb(193,174,188);
    left: 0;
    box-shadow: 
        1px 1px 3px rgba(0, 0, 0, 0.1),
        -1px -1px 3px rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 6px;
    content: "";
    transform: translateZ(0);
    border-radius: 3px;
    height: 90%;
    top: 0.1em;
}

.thanksWeb a:hover {
    transform: translateY(1px);
    box-shadow: 
        2px 2px 5px rgba(0, 0, 0, 0.02),
        -2px -2px 5px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(0, 0, 0, 0.03),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}

.thanksWeb a:active {
    transform: translateY(2px);
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.05),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
}

.our_mission ol li::-webkit-scrollbar {
    width: 6px;
}

.our_mission ol li::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.our_mission ol li::-webkit-scrollbar-thumb {
    background-color: rgb(145,127,164);
    border-radius: 3px;
}

.program_structure .description::-webkit-scrollbar {
    width: 6px;
}

.program_structure .description::-webkit-scrollbar-track {
    background: transparent;
}

.program_structure .description::-webkit-scrollbar-thumb {
    background-color: rgb(145,127,164,0.5);
    border-radius: 20px;
}

.price_pack .value_fees p::-webkit-scrollbar {
    width: 4px;
}

.price_pack .value_fees p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(145,127,164,0.5);
}



@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .nav_pro {
    gap: 1rem;
}header .main_core svg {
    width: 120px;
}header .first_section {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0.4rem;
    overflow-x: auto;
    padding-bottom: 10px;
}header .first_section::-webkit-scrollbar {
    height: 3px;
}header .first_section::-webkit-scrollbar-thumb {
    background: rgb(193,174,188);
    border-radius: 10px;
}header .main_head {
    white-space: nowrap;
    margin-right: 2px;
    flex-shrink: 0;
}}



@media (max-width: 767px) {.academic_expertise {
    padding: 50px 20px;
}.academic_expertise .image_overlay {
    height: 250px;
}.academic_expertise .work_skills {
    padding: 30px 25px;
}.academic_expertise .name {
    font-size: calc(36px - 4px);
}.academic_expertise .work_skills > div:nth-child(2) {
    font-size: calc(18px - 1px);
}.academic_expertise .career_tasks {
    font-size: calc(18px - 1px);
}}



@media (max-width: 991px) {.privacy_reserve h1 {
    font-size: calc(44px * 1.1);
}.privacy_reserve h2 {
    font-size: calc(29px * 0.95);
}.privacy_reserve p, .privacy_reserve span {
    max-width: 100%;
}
}



@media (max-width: 480px) {.privacy_reserve {
    padding: 3rem 1rem;
}.privacy_reserve h1 {
    font-size: calc(44px * 0.9);
}.privacy_reserve h2 {
    font-size: calc(29px * 0.9);
}.privacy_reserve h3 {
    font-size: calc(21px * 1.1);
}.privacy_reserve h4 {
    font-size: 21px;
}.privacy_reserve p, .privacy_reserve li, .privacy_reserve span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}



@media (max-width: 992px) {.our_mission {
    padding: 80px 0;
}.our_mission .text_spot {
    padding: 30px;
}.our_mission h5 {
    font-size: calc(18px * 0.9);
    margin-bottom: 10px;
}.our_mission p {
    font-size: 17px;
}.our_mission ol li {
    max-height: 300px;
}
}



@media (max-width: 576px) {.our_mission {
    padding: 50px 0;
}.our_mission .text_spot::before {
    left: 20px;
    width: 60px;
    top: -10px;
}.our_mission .text_spot {
    padding: 20px 15px;
}.our_mission h5 {
    letter-spacing: 1px;
    font-size: calc(18px * 0.8);
}.our_mission p {
    margin-bottom: 15px;
    font-size: calc(17px * 0.95);
}.our_mission ol li {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
    max-height: 200px;
}}



@media (min-width: 992px) {.course_benefits {
    padding: 180px 0 150px;
}.course_benefits h5 {
    font-size: calc(19px * 1.3);
}.course_benefits .edu_values {
    padding: 70px;
    gap: 80px;
}.course_benefits .edu_values > div:first-child {
    max-width: 40%;
    flex: 0 0 40%;
}.course_benefits .text_spot {
    flex: 0 0 55%;
}.course_benefits .edu_values:hover {
    transform: perspective(1200px) rotateY(-1deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}
}



@media (max-width: 992px) {.get_in_touch {
    padding: 60px 0;
}.get_in_touch .container {
    padding: 0 15px;
}.get_in_touch .message_links {
    flex-direction: column;
}.get_in_touch .support_request,
    .get_in_touch .request_grid {
    flex: 1 1 100%;
}.get_in_touch .support_request {
    padding: 30px;
}.get_in_touch .request_grid {
    padding: 30px;
}
}



@media (max-width: 576px) {.get_in_touch {
    padding: 30px 0;
}.get_in_touch .support_request,
    .get_in_touch .request_grid {
    padding: 20px;
}.get_in_touch h3 {
    font-size: calc(38px - 6px);
}.get_in_touch .support_request .inquiry_query label {
    font-size: calc(16px - 3px);
}}



@media (min-width: 768px) {.program_structure .skill_track {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}.program_structure .image_overlay {
    transform: translateZ(30px) rotateY(-3deg);
    height: 450px;
}.program_structure h3 {
    margin-bottom: 30px;
    font-size: 31px;
}.program_structure h3::after {
    width: 80px;
}.program_structure .description {
    max-height: 350px;
}
}



@media (min-width: 1200px) {.program_structure .image_overlay {
    height: 550px;
}.program_structure .skill_track {
    gap: 100px;
}.program_structure .description {
    max-height: 450px;
}
}



@media (max-width: 767px) {.program_structure {
    padding: 80px 0;
}.program_structure .container {
    padding: 0 15px;
}.program_structure .text_spot {
    padding: 25px 20px;
}.program_structure h3 {
    font-size: 22px;
    margin-bottom: 20px;
}.program_structure .description {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
    max-height: 250px;
}}


@media only screen and (max-width: 800px) {.gdpr_banner {
    display: none;
}.privacy_learn {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_overlay_panel h5 {
    text-align: center;
}.cookie_overlay_panel p {
    text-align: center;
}.user_status {
    margin-bottom: 20px;
}body .panel-container .data_approve {
    margin-left: 0;
}}



@media (max-width: 480px) {.price_pack {
    padding: 50px 0;
}.price_pack h2 {
    font-size: calc(31px - 8px);
}.price_pack .price_sheet {
    font-size: calc(12px - 2px);
}.price_pack .discount_tier {
    padding: 25px 20px;
}.price_pack .value_fees h4 {
    font-size: calc(18px - 2px);
}.price_pack .cost_matrix {
    font-size: calc(18px - 2px);
    padding: 8px 15px;
}}



@media (max-width: 991px) {.study_process {
    padding: 90px 20px;
}.study_process .container {
    grid-gap: 30px;
}.study_process h3 {
    margin-right: -20px;
    font-size: calc(40px - 6px);
    padding-right: 20px;
}.study_process h3::before {
    right: -17px;
    height: 30px;
    width: 30px;
}.study_process span {
    padding-left: 20px;
}.study_process .edu_values::before,
    .study_process .edu_values::after {
    height: 15px;
}
}



@media (max-width: 1200px) {.welcome .knowledge_track {
    width: 85%;
    padding: 2.5rem;
}.welcome .title_style_header {
    font-size: calc(47px * 1.1);
}.welcome h3 {
    font-size: 18px;
    max-width: 95%;
}
}



@media (max-width: 768px) {.welcome {
    min-height: auto;
}.welcome .start_open {
    min-height: 100vh;
    height: auto;
}.welcome .knowledge_track {
    transform: none;
    width: 95%;
    padding: 2rem 1.5rem;
}.welcome .knowledge_track:hover {
    transform: none;
}.welcome p {
    padding-left: 1.5rem;
    font-size: calc(17px * 0.95);
}.welcome .title_style_header {
    font-size: calc(32px * 1.1);
}.welcome h3 {
    padding: 0.8rem;
    font-size: calc(16px * 1.1);
}
}



@media (max-width: 991px) {.biz_learnings {
    padding: 60px 0 30px;
}.biz_learnings .container {
    flex-direction: column;
}.biz_learnings .company_holder {
    flex: 0 0 100%;
    margin-bottom: 40px;
    padding-right: 0;
}.biz_learnings .company_holder::after {
    display: none;
}.biz_learnings .program_foot {
    flex: 0 0 100%;
}.biz_learnings .first_section {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}



@media (max-width: 576px) {.biz_learnings {
    padding: 30px 0 15px;
}.biz_learnings .company_holder {
    margin-bottom: 30px;
}.biz_learnings .company_holder h3 {
    font-size: calc(30px * 0.7);
}.biz_learnings .first_section h5 {
    font-size: calc(23px * 0.8);
}.footer_milestones {
    padding: 10px 0;
}.footer_milestones .report_abuse {
    font-size: calc(13px * 0.8);
}}



@media screen and (max-width: 768px) {.data_exploration {
    padding: 80px 0;
}.data_exploration .statistics_advantages {
    gap: 20px;
    grid-template-columns: 1fr;
}.data_exploration .extra_study {
    padding: 25px;
}.data_exploration .extra_study h4 {
    font-size: 36px;
}
}



@media screen and (max-width: 480px) {.data_exploration {
    padding: 60px 0;
}.data_exploration .extra_study {
    padding: 20px;
}.data_exploration .extra_study h4 {
    font-size: calc(36px * 0.9);
}.data_exploration .extra_study span {
    font-size: calc(16px * 0.9);
}.data_exploration .statistics_upgrade {
    margin-bottom: 20px;
    font-size: calc(36px * 0.9);
}.data_exploration .study_elevation {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 767px) {.thanksWeb {
    padding: 4rem 0;
}.thanksWeb .edu_values {
    transform: none;
    clip-path: polygon(
            0 0,
            100% 0,
            97% 97%,
            3% 100%
        );
    padding: 2rem;
}.thanksWeb h5 {
    font-size: 23px;
    padding-left: 1rem;
}.thanksWeb h5::before {
    width: 4px;
}.thanksWeb a {
    padding: 0.5rem 1rem;
}.thanksWeb p {
    font-size: calc(15px - 1px);
}
}



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



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



@keyframes expandLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



@keyframes floatGradient {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-10px, 15px);
    }
    100% {
        transform: translate(10px, -5px);
    }
}



@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(20px, 20px);
    }
}



@keyframes shape-rotate {
    0% {
        transform: rotate(-30deg);
    }
    100% {
        transform: rotate(330deg);
    }
}



@keyframes line-slide {
    0% {
        transform: translateX(-10%) rotate(-2deg);
    }
    100% {
        transform: translateX(10%) rotate(-2deg);
    }
}



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



@keyframes border-dance {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}


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

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}



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

