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

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

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

.about_this54::before {
    content: "";
    opacity: 0.03;
    background-size: 40px 40px;
    z-index: 1;
    left: 0;
    position: absolute;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    top: 0;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgb(212,198,199,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(212,198,199,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(212,198,199,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(212,198,199,0.5) 75%);
    height: 100%;
}

.about_this54 .impact_facts72::before {
    width: 25%;
    top: 0;
    background: linear-gradient(90deg, transparent 0%, rgb(179,161,163) 100%);
    right: 0;
    height: 3px;
    position: absolute;
    content: "";
}

.about_this54 .impact_facts72 div {
    font-family: Arial, sans-serif;
    position: relative;
    max-height: 300px;
    padding-right: 10px;
    font-size: 13px;
    color: #000000;
    overflow-y: auto;
    line-height: 1.8;
}

.secure_safehold12 h2 {
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgb(179,161,163);
    margin-top: 40px;
    font-size: 30px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: rgb(179,161,163);
}

.tySection41 {
    background: linear-gradient(135deg, rgb(239,234,235) 0%, rgb(212,198,199,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    font-family: Arial, sans-serif;
}

.tySection41 h2 {
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 40px;
    animation: slideInUp 0.8s ease-out forwards;
    font-weight: 700;
    max-width: 800px;
    font-size: 36px;
    color: #000000;
    position: relative;
    line-height: 1.4;
}

.tySection41 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tySection41 li {
    position: relative;
    padding-left: 25px;
}

.tySection41 li:hover::before {
    transform: rotate(225deg);
}

.course_rewards71 {
    background: linear-gradient(110deg, rgb(239,234,235) 60%, rgb(212,198,199,0.5) 100%);
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}

.course_rewards71 .img_zoom58 {
    max-width: 500px;
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-15px);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s ease;
    flex: 0 0 45%;
    z-index: 1;
}

.course_rewards71 ul {
    margin: 0;
    display: flex;
    padding: 0;
    flex-direction: column;
    gap: 25px;
    list-style: none;
}

.course_rewards71 li p {
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    display: flex;
    color: #000000;
    align-items: center;
    gap: 16px;
    font-size: 12px;
}

.course_rewards71 li:hover svg path {
    fill: rgb(179,161,163);
}

.register_now47::before {
    right: -150px;
    position: absolute;
    height: 300px;
    top: -150px;
    content: '';
    z-index: 1;
    width: 300px;
    opacity: 0.1;
    border: 30px solid rgb(212,198,199,0.5);
    border-radius: 50%;
}

.register_now47 .container::after {
    left: 0;
    z-index: 1;
    bottom: 0;
    width: 80px;
    background: rgb(179,161,163);
    content: '';
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    height: 80px;
    position: absolute;
}

.register_now47 .inquiry_links63:hover::before {
    transform: scaleX(1);
}

.register_now47 .training_experts71::after {
    position: absolute;
    left: 6%;
    border: 1px dashed rgb(179,161,163,0.5);
    height: 88%;
    width: 88%;
    content: '';
    z-index: 1;
    top: 6%;
}

.contact02 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1280px;
}

.contact02 .request_map38 h3 {
    color: #ffffff;
    position: relative;
    font-size: 34px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact02 .request_map38 div svg {
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.contact02 .connect_panel27 form {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    grid-column: span 3;
    display: grid;
}

.contact02 .connect_panel27 input[type="text"],
.contact02 .connect_panel27 input[type="email"] {
    border-radius: 10px;
    height: 55px;
    color: #000000;
    padding: 0 20px;
    border: none;
    transition: box-shadow 0.3s ease;
    font-size: 13px;
    background-color: rgb(239,234,235);
    width: 100%;
}

.contact02 .connect_panel27 .connect_request07 label {
    line-height: 1.5;
    color: #000000;
    font-size: 13px;
}

.contact02 .connect_panel27 .connect_request07 label a:hover {
    color: rgb(212,198,199);
}

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

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

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

.course_highlights67 .program_flow97:hover .skill_route58 {
    animation-play-state: paused;
}

.course_highlights67 .skill_tool39 {
    position: relative;
    overflow: hidden;
    flex: 1;
}

.course_highlights67 .skill_tool39:hover img {
    transform: scale(1.05);
    filter: grayscale(0) contrast(1.3);
}

.course_highlights67 .study_path48 {
    border: 1px solid rgb(212,198,199,0.5);
    padding: 3rem;
    max-width: 550px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 11px;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.6);
}

.course_highlights67 .study_path48 p {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.course_highlights67 .study_path48 .inquiry_links63:hover {
    color: #000000;
}

.welcome_board50 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.welcome_board50 .edu_first26::after {
    height: 35%;
    z-index: -1;
    background: linear-gradient(to top, 
        rgba(rgb(212,198,199,0.5), 0.9), 
        transparent);
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.welcome_board50 .history_tl14 > div:nth-child(2) {
    animation-delay: 0.5s;
    max-width: 90%;
}

.welcome_board50 .title_style_header {
    position: relative;
    transition: transform 0.5s ease;
    background: linear-gradient(135deg, #ffffff 30%, rgb(179,161,163) 100%);
    color: transparent;
    background-clip: text !important;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 2rem;
    font-size: clamp(2.5rem, 5vw, 40px);
    font-weight: 700;
    -webkit-background-clip: text !important;
    line-height: 1.2;
    transform: perspective(1000px) rotateX(0deg);
}

.training_specialist13 .container {
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    transform-style: preserve-3d;
    margin: 0 auto;
}

.training_specialist13 .container {
    padding: 0 2rem;
}

.training_specialist13 .learning_quotes69:hover {
    transform: translateZ(20px);
}

.training_specialist13 .img_zoom58 {
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transform: rotate(-3deg) translateZ(30px);
    width: 180px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 180px;
}

.training_specialist13 .img_zoom58 {
    width: 320px;
    height: 320px;
}

.training_specialist13 .learning_quotes69 > div:nth-child(3) {
    position: relative;
    transform: translateZ(5px);
}

.training_specialist13 .experience_block13::before,
.training_specialist13 .experience_block13::after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.15;
}

.training_specialist13 .experience_block13::before {
    top: -10px;
    left: -10px;
}

header .container {
    padding: 15px 25px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

header .container:before {
    top: 50%;
    transform: translateY(-50%);
    background-position: 0 0, 0 10px;
    right: 20px;
    pointer-events: none;
    width: 50px;
    background-repeat: repeat-x;
    background-size: 6px 2px, 6px 2px;
    content: '';
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    position: absolute;
    opacity: 0.5;
    height: 30px;
}

header .first_lesson30:after {
    transform-origin: right;
    left: -30px;
    transition: all 0.3s ease;
    height: 1px;
    transform: translateY(-50%) scaleX(0);
    top: 50%;
    position: absolute;
    width: 20px;
    content: '';
    background: rgba(255, 255, 255, 0.5);
}

header .header_learn92:after {
    top: -5px;
    border-radius: 50%;
    left: -5px;
    transition: all 0.3s ease;
    opacity: 0;
    background: #ffffff;
    content: '';
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    width: 10px;
    position: absolute;
    height: 10px;
}

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

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

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

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

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



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

.partner_logo26 .nav_mentor14:hover::before {
    animation: glow 2s infinite;
}

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



.partner_logo26 .company_holder h3::before {
    content: "";
    width: 20px;
    left: -30px;
    height: 1px;
    background: rgb(212,198,199);
    opacity: 0.7;
    position: absolute;
    top: 50%;
}

.pricing_level48::before {
    opacity: 0.07;
    transform: rotate(15deg);
    right: -3rem;
    background: linear-gradient(135deg, rgb(212,198,199), rgb(179,161,163));
    top: -3rem;
    position: absolute;
    width: 12rem;
    height: 12rem;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.pricing_level48 .study_fees68 {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1rem;
    max-width: 800px;
    font-size: 15px;
}

.pricing_level48 .deal_opts69 {
    border: 1px solid rgba(0,0,0,0.06);
    height: 100%;
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    background-color: #ffffff;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    min-height: 480px;
}

.pricing_level48 .trial_pricing10:hover .pricing_pack38::before {
    transform: scaleX(1.5);
}

.pricing_level48 .img_zoom58 {
    position: relative;
    overflow: hidden;
    height: 180px;
    width: 100%;
    transition: transform 0.6s ease;
}

.pricing_level48 .trial_pricing10:hover .img_zoom58::after {
    opacity: 0.4;
}

.about_this54 .impact_facts72 div::-webkit-scrollbar {
    width: 4px;
}

.about_this54 .impact_facts72 div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.about_this54 .impact_facts72 div::-webkit-scrollbar-thumb {
    background: rgb(212,198,199,0.5);
    border-radius: 10px;
}



@media (max-width: 767px) {.about_this54 {
    padding: 4rem 0;
}.about_this54 .container {
    transform: perspective(1000px) rotateX(0deg);
    padding: 0 1.5rem;
}.about_this54 h1 {
    margin-bottom: 2rem;
    font-size: calc(48px * 0.9);
}.about_this54 .impact_facts72 {
    margin-bottom: 2rem;
    padding: 1.5rem;
}.about_this54 .impact_facts72 h4 {
    margin-bottom: 1rem;
    font-size: 19px;
}.about_this54 .impact_facts72 div {
    max-height: 250px;
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.about_this54 .impact_facts72:first-child,
    .about_this54 .impact_facts72:last-child {
    transform: none;
}}



@media (max-width: 767px) {.tySection41 {
    padding: 60px 0;
}.tySection41 h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.tySection41 h2::after {
    width: 40px;
}.tySection41 .training_experts71 {
    padding: 25px 20px;
}.tySection41 span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 991px) {.register_now47 {
    padding: 110px 0;
}.register_now47 .container {
    padding: 50px;
}.register_now47 .container p {
    margin-bottom: 35px;
    font-size: calc(24px * 1.2);
}.register_now47 .container::before,
    .register_now47 .container::after {
    height: 70px;
    width: 70px;
}.register_now47 .inquiry_links63 {
    height: 55px;
    line-height: 55px;
    width: 200px;
}
}



@media screen and (max-width: 991px) {.contact02 .connect_panel27 input#name,
    .contact02 .connect_panel27 input#phone,
    .contact02 .connect_panel27 input#email {
    grid-column: span 3;
}.contact02 .connect_panel27 .connect_request07 {
    grid-column: span 3;
}.contact02 .connect_panel27 .inquiry_links63 {
    grid-column: span 3;
}
}


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



@media (max-width: 768px) {.course_highlights67 {
    min-height: 100vh;
}.course_highlights67 .skill_route58 {
    animation-duration: 30s;
}.course_highlights67 .study_path48 {
    padding: 2rem;
    max-width: 90%;
}.course_highlights67 .study_path48 h3 {
    font-size: calc(35px * 0.85);
}.course_highlights67 .skill_tool39::after {
    background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 30%, 
            transparent 70%, 
            #000000 100%
        );
}

}



@media (max-width: 576px) {.welcome_board50 {
    height: 85vh;
}.welcome_board50 .edu_first26::before {
    background: linear-gradient(135deg, 
            rgba(0, 0, 0, 0.8) 0%, 
            rgba(0, 0, 0, 0.6) 50%, 
            rgba(0, 0, 0, 0.8) 100%);
}.welcome_board50 .history_tl14 {
    justify-content: center;
    padding: 1.5rem 5%;
}.welcome_board50 p {
    margin-bottom: 0.8rem;
    font-size: calc(14px * 0.9);
    padding-left: 1rem;
}.welcome_board50 p::before {
    width: 3px;
    height: 70%;
}.welcome_board50 .title_style_header {
    margin-bottom: 1.2rem;
    font-size: clamp(1.8rem, 8vw, 2.2rem);
}.welcome_board50 h3 {
    font-size: 19px;
    padding-left: 1rem;
    line-height: 1.5;
}
}



@media (max-width: 767px) {header .nav_mentor14 {
    z-index: 1001;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    height: 100vh;
    right: -100%;
    width: 80%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    flex-direction: column;
    position: fixed;
    top: 0;
    background: rgb(212,198,199);
    padding: 80px 30px 30px;
    max-width: 320px;
    gap: 25px;
}header .nav_mentor14:before {
    width: 80%;
    left: 10%;
    top: 60px;
    bottom: auto;
}header .nav_mentor14:after {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    pointer-events: none;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .menu.active {
    right: 0;
}header .first_lesson30 {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}header .first_lesson30:hover {
    transform: translateX(0);
}header .first_lesson30:last-child {
    border-bottom: none;
}header .header_learn92 {
    margin: 0 auto;
}
}



@media (min-width: 1024px) {.pricing_level48 .training_fees54 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_level48 .trial_pricing10:nth-child(odd) {
    transform: translateY(1.5rem);
}
}



@media (prefers-reduced-motion: reduce) {.pricing_level48 .trial_pricing10,
    .pricing_level48 .deal_opts69,
    .pricing_level48 .img_zoom58,
    .pricing_level48 .pricing_pack38::before,
    .pricing_level48 .deal_opts69::before {
    transition: none;
}
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-15px) translateX(15px);
    }
    50% {
        transform: translateY(0) translateX(30px);
    }
    75% {
        transform: translateY(15px) translateX(15px);
    }
}

@keyframes orbitalShift {
        0% { transform: rotate(-15deg); }
        50% { transform: rotate(-10deg); }
        100% { transform: rotate(-15deg); }
    }



@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(212,198,199,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(212,198,199);
    }
}

