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

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

.segment-wrapper {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

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

.start_now::before {
    opacity: 0.04;
    background-size: 30px 30px;
    background-position: 0 0;
    position: absolute;
    z-index: 1;
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%);
    width: 100%;
    top: 0;
    content: '';
    left: 0;
    height: 100%;
}

.start_now .feedback_help {
    position: relative;
    transform: translateY(30px);
    transition: all 0.4s ease;
    height: 220px;
    font-weight: 600;
    padding: 20px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    flex: 0 0 220px;
    align-items: center;
    border-radius: 20px 20px 0 20px;
    z-index: 5;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    display: flex;
    background: rgb(209,183,210);
}

.start_now .feedback_help:hover::before {
    opacity: 1;
}

.start_now .container p::after {
    background: rgb(209,183,210);
    border-radius: 10px;
    height: 40px;
    left: -10px;
    content: '';
    bottom: -10px;
    z-index: -1;
    width: 40px;
    position: absolute;
}

.start_now .learn_pro::after {
    border: 20px solid rgba(255, 255, 255, 0.1);
    width: 150px;
    content: '';
    left: -75px;
    z-index: 1;
    bottom: -75px;
    border-radius: 50%;
    height: 150px;
    position: absolute;
}

.our_team::after {
    bottom: 0;
    background: rgb(175,121,176,0.5);
    left: 0;
    content: '';
    position: absolute;
    z-index: 1;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    width: 40%;
    height: 100%;
}

.our_team .learn_pro {
    gap: 60px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.our_team .study_studio::before {
    bottom: -10px;
    top: -10px;
    content: '';
    opacity: 0.7;
    right: -10px;
    position: absolute;
    left: -10px;
    background: linear-gradient(135deg, rgb(209,183,210) 0%, rgb(175,121,176) 100%);
    z-index: -1;
    border-radius: calc(14px + 10px);
}

.our_team .training_experts {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    position: relative;
}

.our_team .training_space {
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}

.our_team .text_wrap {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    justify-content: center;
    border-radius: 14px;
    display: flex;
    position: relative;
    background: #ffffff;
    padding: 40px;
    z-index: 3;
}

.our_team .study_guides {
    display: flex;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    align-items: center;
    font-size: 18px;
}

.our_team .study_guides svg path {
    fill: rgb(209,183,210);
}

.our_team h2::after {
    bottom: 0;
    content: '';
    position: absolute;
    width: 70px;
    background: rgb(209,183,210);
    left: 0;
    height: 3px;
}

.our_team .learn_pro::after {
    top: 50%;
    background-color: #ffffff;
    content: '';
    position: absolute;
    height: 50px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 10px rgb(238,229,238);
    border-radius: 50%;
    z-index: 4;
    width: 50px;
    left: 50%;
}

.badge_case .talk_form::before {
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    top: 0;
}

.badge_case .info_item p,
.badge_case .info_item a {
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 17px;
    color: #ffffff;
    gap: 0.75rem;
    display: flex;
}

.badge_case .nav_pagewrap {
    gap: 1.5rem;
    padding: 4rem 2rem 3rem;
    display: flex;
    background-color: rgb(175,121,176);
    z-index: 4;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    flex-direction: column;
    position: relative;
}

.badge_case .nav_pagewrap:hover svg {
    transform: scale(1.05);
}

.badge_case .top_start {
    background-color: #000000;
    gap: 2rem;
    padding: 5rem 2rem 3rem;
    position: relative;
    flex-direction: column;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    display: flex;
    z-index: 2;
}

.badge_case .top_start h5 {
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 19px;
}

.badge_case .main_sitewrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    display: grid;
}

.badge_case .main_sitewrap a {
    padding: 0.5rem 0;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    opacity: 0.8;
    font-size: 17px;
}

.badge_case .main_sitewrap a:hover {
    opacity: 1;
    padding-left: 10px;
}

.badge_case .subscribe_holder {
    z-index: 3;
    gap: 1.5rem;
    display: flex;
    padding: 4rem 2rem 3rem;
    position: relative;
    background-color: rgb(175,121,176);
    flex-direction: column;
}

.badge_case .subscribe_holder h5 {
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
}

.badge_case .subscribe_holder p {
    color: #ffffff;
    opacity: 0.9;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.badge_case .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
}

.badge_case .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

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

.badge_case .sub_alerts:hover {
    background-color: rgb(209,183,210,0.5);
}

.badge_case .about_learn {
    background-color: rgb(175,121,176);
    z-index: 1;
    text-align: center;
    margin-top: 0;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    position: relative;
    padding: 6rem 0 2rem;
}

.badge_case .quiz_links {
    opacity: 0.7;
    font-size: 16px;
    color: #ffffff;
}

.title_board::before {
    content: "";
    top: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.75) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.title_board > div > div:first-child {
    animation: fadeSlideIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    transform: translateZ(50px) translateY(-20px);
}

.title_board .title_style_header::after {
    bottom: -15px;
    height: 5px;
    background: rgb(209,183,210);
    transform: scaleX(0);
    position: absolute;
    animation: lineExpand 1.2s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.4s forwards;
    transform-origin: left;
    width: 100px;
    left: 0;
    content: "";
}

.title_board .learning_program {
    backdrop-filter: blur(10px);
    padding: 2rem;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    border-left: 4px solid rgb(209,183,210);
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.title_board .start_first > div:last-child {
    border-radius: 10px;
    transform: perspective(1000px) rotateX(-2deg) rotateY(1deg);
    background: linear-gradient(
    45deg,
    rgb(209,183,210,0.5) 0%,
    rgb(175,121,176,0.5) 100%
  );
    padding: 1.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.learning_profits {
    background: linear-gradient(145deg, rgb(238,229,238) 30%, rgba(rgb(209,183,210,0.5), 0.05) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.learning_profits::after {
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(209,183,210,0.5), 0.03) 0px,
        rgba(rgb(209,183,210,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
}

.learning_profits .rounded_image:hover {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}

.learning_profits .learn_pro {
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative;
}

.learning_profits .text_wrap {
    padding: 30px;
    transform: translateZ(0);
    position: relative;
    z-index: 2;
}

.learning_profits h1 {
    font-weight: 700;
    transform: translateX(-5px);
    line-height: 1.3;
    margin-bottom: 30px;
    position: relative;
    font-size: 41px;
    color: #000000;
}

.learning_profits h1::after {
    content: "";
    width: 80px;
    background: rgb(175,121,176);
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -10px;
}

.learning_profits li {
    transition: transform 0.4s ease;
    transform: translateZ(0);
    padding-left: 15px;
    position: relative;
}

.learning_profits li:hover::before {
    transform: translateY(-50%) scale(1);
}

.learning_profits p {
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    align-items: center;
    display: flex;
    margin: 0;
}

.learning_profits svg {
    flex-shrink: 0;
    transform: translateY(-1px);
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.learning_profits li:hover svg path {
    fill: rgb(175,121,176);
}

.learning_profits li:hover svg path:last-child {
    transform: translateY(2px);
}

.mentorship_experience::before {
    height: 5px;
    z-index: 1;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(209,183,210) 0%, rgb(175,121,176) 50%, rgb(209,183,210) 100%);
}

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

.mentorship_experience .testimonial_corner {
    display: grid;
    gap: 2rem;
    position: relative;
    grid-template-columns: 1fr;
    background-color: #ffffff;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 2rem;
}

.mentorship_experience .testimonial_corner > div:nth-child(1) {
    justify-content: center;
    transform: translateZ(20px);
    display: flex;
    align-items: center;
}

.mentorship_experience .testimonial_corner:hover .rounded_image {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateZ(40px) scale(1.05);
}

.mentorship_experience .testimonial_corner > div:nth-child(2) {
    position: relative;
    flex-direction: column;
    align-items: center;
    display: flex;
    transform: translateZ(10px);
    text-align: center;
}

.mentorship_experience .testimonial_corner .name::after {
    height: 2px;
    background-color: rgb(209,183,210);
    bottom: -5px;
    left: 0;
    transition: width 0.5s ease;
    position: absolute;
    content: "";
    width: 0;
}

.mentorship_experience .testimonial_corner > div:nth-child(2) > div {
    transform: translateY(10px);
    letter-spacing: 0.5px;
    font-size: calc(17px * 1.05);
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    color: rgb(175,121,176);
}

.mentorship_experience .testimonial_corner .work_tasks::before,
.mentorship_experience .testimonial_corner .work_tasks::after {
    font-size: 4rem;
    line-height: 1;
    content: "";
    font-family: serif;
    position: absolute;
    color: rgb(209,183,210,0.5);
}

.mentorship_experience .testimonial_corner .work_tasks::before {
    left: -1rem;
    top: -1.5rem;
}

.appField::before {
    z-index: 0;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(209,183,210,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(175,121,176,0.5) 0%, transparent 40%);
    height: 100%;
    opacity: 0.7;
    animation: pulse 10s infinite alternate ease-in-out;
    left: 0;
}

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

.appField .learn_pro:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

.appField .learn_pro > div:first-child {
    position: relative;
    animation: slideRight 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1) both;
    border-left: 4px solid rgb(209,183,210);
    margin-left: -1.5rem;
    padding-left: 1.5rem;
}

.appField h5 {
    display: inline-block;
    font-weight: 700;
    font-size: 19px;
    margin: 0;
    line-height: 1.4;
    color: #000000;
    position: relative;
}

.appField .learn_pro > div:last-child {
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) both;
    position: relative;
}

.appField a::before {
    top: 0;
    content: "";
    transition: width 0.3s ease;
    width: 4px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(209,183,210), rgb(175,121,176));
    left: 0;
    height: 100%;
}

.appField a:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
}

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

.program_structure::before {
    z-index: 1;
    height: 70%;
    right: -10%;
    content: "";
    width: 70%;
    border-radius: 50%;
    position: absolute;
    opacity: 0.4;
    top: -10%;
    animation: pulseGlow 15s ease-in-out infinite;
    background: radial-gradient(circle, rgb(209,183,210,0.5) 0%, transparent 70%);
}



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

.program_structure .learn_pro::before {
    background: 
        repeating-linear-gradient(90deg, transparent, transparent 50px, rgb(209,183,210,0.5) 50px, rgb(209,183,210,0.5) 51px),
        repeating-linear-gradient(180deg, transparent, transparent 50px, rgb(209,183,210,0.5) 50px, rgb(209,183,210,0.5) 51px);
    z-index: -1;
    top: -2rem;
    transform: translateZ(-10px);
    width: calc(100% + 4rem);
    position: absolute;
    content: "";
    opacity: 0.05;
    left: -2rem;
    height: calc(100% + 4rem);
    border-radius: 29px;
}

.program_structure .knowledge_route::before {
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 29px;
    left: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    opacity: 0.7;
}

.program_structure .nav_pagewrap::after {
    border-radius: 10px;
    left: 0;
    position: absolute;
    width: 60px;
    bottom: -10px;
    height: 3px;
    background: linear-gradient(90deg, rgb(175,121,176) 0%, transparent 100%);
    content: "";
}

.program_structure .nav_pagewrap svg:hover {
    filter: drop-shadow(0 6px 12px rgb(209,183,210,0.5));
    transform: translateY(-2px) scale(1.03);
}

.program_structure h3 {
    background-clip: text !important;
    font-weight: 700;
    margin-bottom: 1.5rem;
    transform: translateZ(5px);
    display: inline-block;
    color: transparent;
    background: linear-gradient(to right, #000000 0%, rgb(209,183,210) 100%);
    -webkit-background-clip: text !important;
    position: relative;
    font-size: 33px;
}

.program_structure .rounded_image {
    position: relative;
    z-index: 2;
    height: 450px;
    transform: translateZ(30px) rotate(3deg);
    height: 100%;
    overflow: hidden;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    animation: floatAnimation 6s ease-in-out infinite;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    min-height: 400px;
}

.program_structure .rounded_image::after {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.3;
    content: "";
    z-index: 1;
    height: 50%;
    bottom: 0;
    background: linear-gradient(
        to top,
        rgb(209,183,210,0.5) 0%,
        transparent 100%
    );
}

.program_structure .learn_pro:hover .rounded_image::before {
    opacity: 0.7;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(175,121,176,0.5) 40%,
        rgb(209,183,210,0.5) 100%
    );
}

.privacy_chest::after {
    height: 100%;
    z-index: 0;
    position: absolute;
    width: 40%;
    top: 0;
    pointer-events: none;
    content: "";
    background: linear-gradient(to bottom, rgb(175,121,176,0.5) 0%, transparent 50%);
    right: 0;
}

.privacy_chest .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.privacy_chest h1 {
    padding-bottom: 0.75rem;
    transform: translateX(-5px);
    color: #000000;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 2rem;
    font-size: 44px;
    position: relative;
    animation: slideInTitle 0.8s 0.2s forwards;
}

.privacy_chest h1::after {
    width: 0;
    left: 0;
    background: linear-gradient(to right, rgb(209,183,210), rgb(175,121,176));
    content: "";
    bottom: 0;
    height: 3px;
    animation: expandUnderline 1.2s 0.8s forwards;
    position: absolute;
}

.privacy_chest h2::before {
    height: 100%;
    left: 0;
    width: 4px;
    background-color: rgb(209,183,210);
    transform-origin: top;
    animation: scaleVertical 0.4s 0.8s forwards;
    transform: scaleY(0);
    content: "";
    position: absolute;
    top: 0;
}

.privacy_chest h3::before {
    top: 50%;
    background-color: rgb(175,121,176);
    content: "";
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    height: 10px;
    position: absolute;
    width: 10px;
}

.privacy_chest h4::before {
    left: 0;
    width: 6px;
    border: 2px solid rgb(209,183,210);
    transform: translateY(-50%);
    position: absolute;
    height: 6px;
    border-radius: 50%;
    top: 50%;
    content: "";
}

.privacy_chest p strong {
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #000000;
}

.privacy_chest ul {
    padding-left: 1.5rem;
    position: relative;
    transform: translateX(10px);
    animation: slideInRight 0.7s 0.7s forwards;
    margin: 1.5rem 0 2rem 1rem;
    opacity: 0;
}

.privacy_chest li {
    margin-bottom: 0.75rem;
    padding-left: 0.25rem;
    position: relative;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
}

.privacy_chest span {
    transform: translateY(10px);
    margin: 0.75rem 0 1.5rem;
    animation: slideInUp 0.6s 0.6s forwards;
    padding-left: 1rem;
    opacity: 0;
    font-size: 18px;
    border-left: 2px solid rgb(175,121,176,0.5);
    line-height: 1.7;
    display: block;
    color: #000000;
}

.user_choices {
    width: 90%;
    max-width: 1200px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(209,183,210);
    margin: auto;
    align-items: center;
    padding: 20px;
    border-radius: 19px;
    display: flex;
    justify-content: space-between;
}

.privacy_switch svg {
    fill: rgb(209,183,210);
    width: 50px;
    height: 50px;
}

.privacy_ctrl h5 {
    text-transform: uppercase;
    color: rgb(209,183,210);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 21px;
    letter-spacing: 1px;
}

.cookie_explained {
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    text-align: center;
    border-radius: 10px;
    flex-shrink: 0;
    cursor: pointer;
    text-decoration: none;
    background: rgb(209,183,210);
    min-width: 120px;
    font-size: 18px;
}

header .top_mentor .nav_pagewrap {
    transform: skewX(5deg);
    z-index: 2;
    position: relative;
}

header .top_mentor .nav_pagewrap .main_teach {
    display: block;
    transition: transform 0.3s ease-in-out;
}

header .top_mentor .nav_pagewrap .main_teach:hover {
    transform: translateY(-8px) rotate(0deg);
}

header .top_mentor .nav_pagewrap svg {
    height: auto;
    width: 80px;
}

header .top_mentor .top_start::before {
    background: linear-gradient(45deg, transparent 0%, rgb(209,183,210,0.5) 100%);
    position: absolute;
    z-index: -1;
    width: calc(100% + 40px);
    opacity: 0;
    top: -10px;
    left: -20px;
    border-radius: 10px;
    height: calc(100% + 20px);
    content: "";
    transition: opacity 0.3s ease, transform 0.3s ease;
}

header .top_mentor .head_site a::before {
    transform: scaleX(0) rotate(-2deg);
    content: "";
    transition: transform 0.3s ease;
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(175,121,176);
    left: 0;
    transform-origin: right;
}

.price_card_deck {
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

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

.price_card_deck h2 {
    font-size: 36px;
    opacity: 0;
    margin-bottom: 20px;
    transform: translateX(-10px);
    animation: slideInTitle 0.8s forwards 0.2s;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    color: #ffffff;
}

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

.price_card_deck .sub_options li:nth-child(2) {
    animation-delay: 0.7s;
}

.price_card_deck .sub_options li:nth-child(4) {
    animation-delay: 1.1s;
}

.price_card_deck .learning_plan {
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    position: relative;
    flex-direction: column;
    background: linear-gradient(145deg, #ffffff 0%, rgb(238,229,238) 100%);
    display: flex;
    padding: 30px;
    transition: all 0.4s ease;
    border-left: 4px solid rgb(209,183,210);
    box-sizing: border-box;
}

.price_card_deck .learning_pricing {
    display: flex;
    z-index: 2;
    position: relative;
    height: 100%;
    flex-direction: column;
}

.price_card_deck .learning_pricing h4::after {
    transition: width 0.3s ease;
    bottom: -10px;
    height: 3px;
    left: 0;
    content: "";
    width: 40px;
    position: absolute;
    background: rgb(209,183,210);
}

.price_card_deck .member_fees {
    font-size: 20px;
    display: inline-block;
    font-weight: 700;
    margin-top: auto;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px 20px;
    color: #ffffff;
    background: rgb(209,183,210);
    transform: translateY(0);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              background-color 0.3s ease;
    align-self: flex-start;
}

.price_card_deck .trial_rates:hover {
    transform: translateY(-8px);
}

.price_card_deck .trial_rates:hover .learning_plan::before {
    transform: translate(40%, -40%) rotate(45deg);
}

.price_card_deck .trial_rates:hover .member_fees {
    background: rgb(175,121,176);
    transform: translateY(-5px);
}

.price_card_deck .trial_rates:active {
    transition: transform 0.2s;
    transform: translateY(-2px);
}

.connect_with_us::before {
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
    opacity: 0.5;
    background-blend-mode: multiply;
    z-index: 0;
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    top: 0;
}

.connect_with_us .inquiry_support {
    flex-direction: column;
    position: relative;
    padding: 80px;
    display: flex;
    background: #ffffff;
    z-index: 1;
    justify-content: center;
    flex: 1 1 55%;
}

.connect_with_us .inquiry_support #contact {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

.connect_with_us .inquiry_support h3 {
    color: #000000;
    margin-bottom: 40px;
    font-weight: 300;
    text-align: center;
    font-size: 24px;
}

.connect_with_us .inquiry_support input[type="text"],
.connect_with_us .inquiry_support textarea {
    margin-bottom: 30px;
    border-radius: 50px;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    border: none;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 20px 25px;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 17px;
    width: 100%;
}

.connect_with_us .inquiry_support .connect_list {
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.connect_with_us .inquiry_support .connect_list label::before {
    background-color: transparent;
    content: '';
    transition: all 0.3s ease;
    top: 2px;
    width: 22px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 22px;
    position: absolute;
    left: 0;
}

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

.connect_with_us .inquiry_support .feedback_help {
    font-weight: 400;
    margin: 0 auto;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 50px;
    display: block;
    border: none;
    padding: 18px;
    position: relative;
    background: rgb(209,183,210);
    font-size: 14px;
}

.connect_with_us .inquiry_support .feedback_help:hover {
    transform: translateY(-2px);
    background: rgb(175,121,176);
    box-shadow: 0 5px 15px rgb(209,183,210,0.5);
}

.connect_with_us .connect_feedback::before {
    background-size: 250px 250px;
    position: absolute;
    content: '';
    opacity: 0.7;
    width: 200%;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    left: -50%;
    top: -50%;
    height: 200%;
    z-index: 0;
}

.connect_with_us .connect_feedback .support_feedback li {
    display: flex;
    position: relative;
    margin-bottom: 35px;
    align-items: center;
    transition: transform 0.3s ease;
}

.connect_with_us .connect_feedback .support_feedback li svg {
    opacity: 0.9;
    width: 22px;
    flex-shrink: 0;
    margin-right: 20px;
    height: 22px;
}

.connect_with_us .connect_feedback .support_feedback li span {
    line-height: 1.5;
    color: #ffffff;
    position: relative;
    font-size: 17px;
}

.connect_with_us .connect_feedback .support_feedback li:hover span::after {
    width: 100%;
}

.connect_with_us .connect_feedback .support_feedback li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}


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



@media (max-width: 991px) {.start_now {
    padding: 110px 0;
}.start_now .learn_pro {
    gap: 40px;
}.start_now .container p {
    padding: 25px;
    font-size: calc(19px * 1.2);
}.start_now .feedback_help {
    flex: 0 0 180px;
    height: 180px;
}.start_now .container p::after {
    width: 30px;
    height: 30px;
}
}



@media (max-width: 480px) {.start_now {
    padding: 70px 0;
}.start_now .container p {
    border-radius: 15px 15px 15px 0;
    padding: 20px;
    font-size: calc(15px * 1.2);
}.start_now .feedback_help {
    border-radius: 15px 15px 0 15px;
    width: 140px;
    font-size: calc(15px * 0.9);
    height: 140px;
}.start_now .container p::after {
    border-radius: 8px;
    height: 25px;
    width: 25px;
}}



@media (max-width: 768px) {.our_team {
    padding: 60px 0;
}.our_team .study_studio {
    padding: 30px;
}.our_team .rounded_image {
    width: 140px;
    border-width: 4px;
    height: 140px;
}.our_team .text_wrap {
    padding: 30px;
}.our_team h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 20px;
}.our_team p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 1200px) {.badge_case .talk_form {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.badge_case .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.badge_case .subscribe_holder {
    grid-column: 1 / -1;
}
}



@media (max-width: 991px) {.badge_case .text_main_holder {
    grid-template-columns: 1fr;
}.badge_case .nav_pagewrap,
    .badge_case .top_start,
    .badge_case .subscribe_holder {
    clip-path: none;
}.badge_case .top_start {
    padding: 3rem 2rem;
}.badge_case .nav_pagewrap {
    align-items: center;
    padding: 3rem 2rem;
    text-align: center;
}.badge_case .subscribe_holder {
    padding: 3rem 2rem;
}.badge_case .about_learn {
    clip-path: none;
    padding: 3rem 0 2rem;
}
}



@media (max-width: 576px) {.badge_case .nav_pagewrap,
    .badge_case .top_start,
    .badge_case .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.badge_case .about_learn {
    padding: 2.5rem 0 1.5rem;
}.badge_case .info_item {
    padding: 0.5rem 0;
}.badge_case .info_item p,
    .badge_case .info_item a {
    justify-content: center;
}}



@media (min-width: 1024px) {.title_board > div {
    padding: 4rem;
}.title_board .title_style_header {
    max-width: 70%;
    font-size: calc(46px * 1.8);
}.title_board .title_style_header::after {
    width: 150px;
    height: 6px;
}.title_board .start_first {
    grid-template-columns: 5fr 2fr;
}.title_board .learning_program {
    transform: perspective(1000px) rotateX(3deg) rotateY(-2deg);
    padding: 3rem;
}.title_board .start_first > div:last-child {
    transform: perspective(1000px) rotateX(-3deg) rotateY(2deg);
}
}



@media (max-width: 1024px) {.learning_profits {
    padding: 80px 0;
}.learning_profits .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.learning_profits .rounded_image {
    margin: 0 auto;
    max-height: 400px;
    transform: perspective(1000px) rotateY(-5deg);
    width: 80%;
}.learning_profits h1 {
    font-size: calc(41px * 0.9);
}
}



@media (max-width: 480px) {.learning_profits {
    padding: 40px 0;
}.learning_profits .rounded_image {
    box-shadow: 8px 8px 0 rgba(rgb(209,183,210,0.5), 0.2);
    max-height: 250px;
}.learning_profits h1 {
    margin-bottom: 20px;
    font-size: calc(41px * 0.7);
}.learning_profits h1::after {
    height: 2px;
    width: 60px;
}.learning_profits p {
    font-size: calc(15px * 0.9);
}.learning_profits svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}.learning_profits ul {
    gap: 12px;
}.learning_profits li:hover {
    transform: translateX(5px);
}}



@media (min-width: 1024px) {.mentorship_experience .testimonial_corner {
    gap: 3rem 4rem;
    padding: 4rem;
}.mentorship_experience .testimonial_corner .rounded_image {
    width: 250px;
    height: 250px;
}.mentorship_experience .testimonial_corner .work_tasks {
    font-size: calc(17px * 1.05);
    padding: 0 2rem;
}
}



@media (max-width: 767px) {.mentorship_experience .testimonial_corner {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.mentorship_experience .testimonial_corner .name {
    font-size: 21px;
}.mentorship_experience .testimonial_corner > div:nth-child(2) > div {
    opacity: 1;
    transform: translateY(0);
}.mentorship_experience .testimonial_corner .work_tasks {
    padding: 0;
}.mentorship_experience .testimonial_corner .work_tasks::before,
    .mentorship_experience .testimonial_corner .work_tasks::after {
    font-size: 3rem;
}
}



@media (max-width: 768px) {.appField {
    padding: 4rem 0;
}.appField .container {
    padding: 0 1.5rem;
}.appField .learn_pro {
    padding: 2rem;
    gap: 1.8rem;
    transform: perspective(1000px) rotateX(1deg);
}.appField h5 {
    font-size: calc(19px * 0.9);
}.appField a {
    padding: 1.2rem 1.5rem;
}.appField p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 1024px) {.program_structure {
    padding: 5rem 0;
}.program_structure .learn_pro {
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(0deg);
    gap: 2rem;
}.program_structure .knowledge_route {
    padding: 2.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}.program_structure .rounded_image {
    transform: translateZ(20px) rotate(0deg);
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
    min-height: 350px;
}.program_structure .learn_pro:hover .rounded_image {
    transform: translateZ(30px) scale(1.02);
}
}



@media (max-width: 576px) {.program_structure {
    padding: 3rem 0;
}.program_structure .learn_pro::before {
    display: none;
}.program_structure .knowledge_route {
    padding: 1.5rem;
}.program_structure .nav_pagewrap svg {
    height: 3rem;
}.program_structure .nav_pagewrap::before {
    right: -10px;
    width: 20px;
}.program_structure h3 {
    margin-bottom: 1rem;
    font-size: calc(33px * 0.8);
}.program_structure p {
    font-size: calc(14px * 0.9);
}.program_structure .rounded_image {
    border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
    min-height: 250px;
}}



@media (max-width: 575px) {.privacy_chest {
    padding: 1.5rem 0.5rem;
}.privacy_chest .container {
    padding: 1rem;
}.privacy_chest h1 {
    font-size: calc(44px * 0.7);
    margin-bottom: 1.25rem;
}.privacy_chest h2 {
    padding-left: 0.75rem;
    font-size: calc(32px * 0.7);
}.privacy_chest h2::before {
    width: 3px;
}.privacy_chest h3 {
    font-size: calc(32px * 0.65);
    padding-left: 1.25rem;
}.privacy_chest h3::before {
    width: 8px;
    height: 8px;
}.privacy_chest h4 {
    font-size: calc(32px * 0.6);
    padding-left: 1.5rem;
}.privacy_chest p, .privacy_chest li, .privacy_chest span {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}.privacy_chest span {
    padding-left: 0.75rem;
}}



@media (max-width: 992px) {header .top_mentor {
    transform: skewX(0);
    padding: 1rem;
    flex-direction: column;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    box-sizing: border-box;
}header .top_mentor .nav_pagewrap {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .top_mentor .top_start {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    transform: skewX(0);
}header .top_mentor .top_start::before {
    transform: skewX(0);
}header .top_mentor .top_start:hover::before {
    transform: skewX(0);
}header .top_mentor .head_site {
    margin: 0.25rem;
}header .top_mentor .head_site:nth-child(odd),
  header .top_mentor .head_site:nth-child(even) {
    transform: translateY(0);
}
}



@media (max-width: 768px) {.price_card_deck {
    padding: 60px 0;
}.price_card_deck h2 {
    font-size: calc(36px - 6px);
}.price_card_deck .price_panel {
    font-size: calc(14px - 1px);
}.price_card_deck .sub_options {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 15px;
}.price_card_deck .learning_pricing h4 {
    font-size: 22px;
}.price_card_deck .learning_pricing p {
    font-size: calc(14px - 2px);
    margin-bottom: 20px;
}
}



@media (max-width: 992px) {.connect_with_us {
    padding: 80px 0;
}.connect_with_us .request_section {
    flex-direction: column;
}.connect_with_us .inquiry_support,
    .connect_with_us .connect_feedback {
    flex: 1 1 100%;
    padding: 60px 40px;
}
}



@media (max-width: 576px) {.connect_with_us {
    padding: 50px 0;
}.connect_with_us .inquiry_support,
    .connect_with_us .connect_feedback {
    padding: 40px 25px;
}.connect_with_us h3 {
    font-size: calc(30px - 6px);
}.connect_with_us .inquiry_support .connect_list label {
    font-size: calc(17px - 3px);
}.connect_with_us .request_section {
    border-radius: 20px;
}.connect_with_us .inquiry_support input[type="text"],
    .connect_with_us .inquiry_support textarea {
    border-radius: 25px;
}.connect_with_us .inquiry_support textarea {
    border-radius: 20px;
}
}



@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateZ(50px) translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateZ(50px) translateY(0);
  }
}



@keyframes lineExpand {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



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



@keyframes float {
    0% { transform: rotate(35deg) translateY(0); }
    50% { transform: rotate(32deg) translateY(-20px); }
    100% { transform: rotate(35deg) translateY(0); }
}



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

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



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



@keyframes expandUnderline {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}



@keyframes scaleVertical {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}



@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

