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

* {
    scrollbar-width: none;
    scrollbar-color: rgb(221,228,221) rgb(192,181,172);
}

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

.top_teach {
    flex: 1 0 auto;
}

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

header,footer {
    width: 100%;
}


header {
    z-index: 99;
    position: relative;
    background: linear-gradient(135deg, rgb(192,181,172,0.5) 0%, rgb(170,130,172) 100%);
    overflow: visible;
    width: 100%;
}

header .header_know {
    position: relative;
    justify-content: space-between;
    transform: none;
    display: flex;
    padding: 20px 15px;
    align-items: center;
    z-index: 5;
    flex-direction: row;
}

header .header_know .top_mentor:hover {
    transform: scale(1.05);
}

header .header_know .top_mentor .nav_pro svg {
    height: 50px;
    width: auto;
}

header .header_know .head_nav::before {
    top: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    left: 0;
    border-radius: 20px;
    position: absolute;
    width: 100%;
    transform: rotate(-2deg) scale(1.03);
}

header .header_know .head_nav .page_header:hover {
    transform: translateY(-3px) scale(1.05);
}

header .header_know .head_nav .page_header a::after {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(170,130,172), transparent);
    transform: translateX(-100%);
    bottom: 0;
    left: 0;
    position: absolute;
    transition: transform 0.4s ease;
    width: 100%;
    content: "";
}

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

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

.meet_us .info_section {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 3px 10px rgba(0,0,0,0.1);
    background: linear-gradient(to right, rgba(255,255,255,0.92), rgba(255,255,255,0.85));
    padding: 50px 40px;
    max-width: 800px;
    margin-left: auto;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-2deg);
}

.meet_us .info_section:hover::before {
    transform: scaleY(1);
}

.meet_us h5::after {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left;
    bottom: 0;
    content: "";
    left: 0;
    transform: scaleX(0);
    height: 3px;
    animation: growLine 0.6s forwards 1s;
    background: rgb(170,130,172);
    width: 40px;
    position: absolute;
}

.meet_us p b {
    position: relative;
    color: rgb(170,130,172);
    display: inline-block;
    font-weight: 700;
    font-size: 1.2em;
}

.meet_us p b::before {
    position: absolute;
    background-color: rgb(192,181,172,0.5);
    content: "";
    width: 110%;
    z-index: -1;
    height: 8px;
    left: -5%;
    bottom: 2px;
}

.meet_us ol li {
    transform: translateY(20px);
    font-size: 16px;
    margin-bottom: 15px;
    list-style: none;
    text-align: justify;
    color: #000000;
    padding-left: 0;
    animation: fadeUp 0.8s forwards 0.9s;
    position: relative;
    counter-increment: item;
    line-height: 1.8;
    opacity: 0;
}

.course_highlights::after {
    left: 0;
    content: "";
    position: absolute;
    animation: gridShift 30s linear infinite;
    z-index: 1;
    width: 100%;
    background-image: 
        repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(135deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px);
    top: 0;
    opacity: 0.05;
    height: 100%;
}

.course_highlights .skill_track {
    width: 75%;
    position: relative;
    border-radius: 20px;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(192,181,172,0.5),
        0 0 40px rgb(170,130,172,0.5);
    transform: translateY(80px);
    margin-left: auto;
    padding: 60px;
    backdrop-filter: blur(10px);
    background: #ffffff;
    z-index: 3;
    margin-right: auto;
}

.course_highlights .top_mentor {
    width: 120px;
    align-items: center;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.5),
        0 0 0 8px #ffffff,
        0 0 0 12px rgb(192,181,172,0.5);
    border-radius: 30% 70% 50% 50% / 40% 40% 60% 60%;
    top: -60px;
    height: 120px;
    position: absolute;
    left: 60px;
    justify-content: center;
    display: flex;
    background: #ffffff;
    transform-origin: center center;
    animation: floatAndRotate 8s ease-in-out infinite;
}

.course_highlights .top_mentor:hover svg path {
    stroke-dasharray: 50;
    animation: drawPath 2s forwards;
    stroke-dashoffset: 50;
    stroke: rgb(192,181,172);
}

.course_highlights .skill_track h3::before {
    height: 8px;
    position: absolute;
    bottom: 0;
    width: 8px;
    left: 0;
    background: rgb(192,181,172);
    border-radius: 50%;
    content: "";
}

.course_highlights .skill_track p {
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
    color: #000000;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
}

.course_highlights .img_wrap {
    width: 85%;
    position: relative;
    margin-left: auto;
    overflow: hidden;
    transition: transform 0.6s ease;
    box-shadow: 
        0 15px 35px -5px rgba(0, 0, 0, 0.5),
        0 0 0 5px #ffffff;
    height: 400px;
    z-index: 2;
    transform: perspective(1200px) rotateY(-5deg) rotateX(3deg);
    border-radius: 
        20px 20px 
        calc(20px * 3) 20px;
}

.course_highlights .quick_training:hover .img_wrap::before {
    opacity: 0.5;
}

.course_highlights .img_wrap::after {
    left: 0;
    mix-blend-mode: overlay;
    content: "";
    opacity: 0.1;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 10px
        );
    z-index: 2;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
}

.thanks_msg::after {
    transform: rotate(15deg) translateZ(0);
    animation: float 18s ease-in-out infinite alternate-reverse;
    left: -5%;
    width: 35%;
    background: linear-gradient(45deg, rgb(170,130,172) 0%, transparent 70%);
    bottom: -5%;
    height: 35%;
    position: absolute;
    z-index: -1;
    content: "";
    filter: blur(20px);
    opacity: 0.15;
}

.thanks_msg .quick_training {
    gap: 2.5rem;
    padding: clamp(2rem, 5vw, 4rem);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, rgba(rgb(255, 255, 255, 0.5), 0.85) 100%);
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 -5px 30px -10px rgba(rgb(192,181,172,0.5), 0.05);
    display: grid;
    grid-template-columns: 1fr;
}

.thanks_msg h5 {
    letter-spacing: -0.01em;
    font-size: clamp(calc(18px * 0.8), 4vw, 18px);
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    transform: translateY(20px);
    margin: 0;
    opacity: 0;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.thanks_msg p {
    font-size: clamp(calc(15px * 0.95), 3vw, 15px);
    margin: 0;
    transition: color 0.3s ease;
    color: #000000;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}

.thanks_msg a {
    display: block;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0.5rem 0;
    overflow: hidden;
    text-decoration: none;
    position: relative;
}

.thanks_msg a:hover p {
    color: rgb(192,181,172);
}

.thanks_msg a:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

.modalCookieAgreement {
    width: 100%;
    position: fixed;
    border-top: 2px solid rgb(192,181,172);
    z-index: 90;
    bottom: 0;
    animation: slideIn 0.5s ease-in-out;
    background: rgb(170,130,172);
    box-shadow: 0 -10px 30px rgb(192,181,172,0.5);
}

.track_optin {
    overflow: hidden;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(192,181,172);
    border-radius: 13px;
}

.track_optin svg, .track_optin svg path {
    fill: rgb(192,181,172);
    transition: transform 0.3s ease;
    height: 60px;
    width: 60px;
}

.cookie_protect h5 {
    font-weight: 700;
    color: rgb(192,181,172);
    font-size: 22px;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgb(192,181,172);
}

.cookie_expand {
    margin-left: 10px;
    background: rgb(192,181,172);
    color: #000000;
    cursor: pointer;
    box-shadow: 0 0 10px rgb(192,181,172,0.5);
    white-space: nowrap;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    font-size: 20px;
    padding: 12px 25px;
    border-radius: 10px;
    text-decoration: none;
}

#cookie_info_popup:checked ~ .modalCookieAgreement {
    visibility: hidden;
    opacity: 0;
}

.price_deck_grid::before {
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    height: 100%;
    width: 100%;
}

.price_deck_grid h2 {
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
    color: #ffffff;
    font-size: calc(28px * 1.1);
    position: relative;
    transform: translateY(0);
}

.price_deck_grid .cost_plan {
    letter-spacing: 0.2px;
    text-align: center;
    font-weight: 400;
    line-height: 1.6;
    max-width: 80%;
    font-size: calc(18px * 1.05);
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
}

.price_deck_grid .learning_fees {
    width: 100%;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transform: translateY(0) scale(1);
    height: 100%;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    flex-direction: column;
}

.price_deck_grid .plan_rates {
    flex-direction: column;
    position: relative;
    height: 100%;
    display: flex;
    padding: 35px 30px;
}

.price_deck_grid .learning_fees:hover h4 {
    color: rgb(192,181,172);
}

.price_deck_grid .learning_fees h4::after {
    bottom: 0;
    left: 0;
    transition: width 0.4s ease, background-color 0.4s ease;
    position: absolute;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 40px;
    content: "";
}

.price_deck_grid .fee_pricing {
    letter-spacing: 0.5px;
    color: rgb(192,181,172);
    display: block;
    font-size: calc(19px * 1.15);
    padding: 15px 0 0;
    font-weight: 700;
    margin-top: auto;
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
}

.price_deck_grid .learning_fees:hover .fee_pricing {
    transform: translateY(-3px);
    color: rgb(170,130,172);
}

.price_deck_grid .learning_fees:hover .fee_pricing::before {
    width: 40px;
    opacity: 1;
}

.connect_with_us {
    padding: 100px 0;
    position: relative;
    background: rgb(221,228,221);
    overflow: hidden;
}

.connect_with_us .img_wrap {
    left: 0;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
    top: 5%;
    width: 45%;
    height: 90%;
    position: absolute;
    border-radius: 0 30px 30px 0;
}

.connect_with_us .img_wrap::after {
    border-radius: 0 30px 30px 0;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
    top: 0;
}

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

.connect_with_us h3 {
    margin-bottom: 50px;
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    font-weight: 700;
    color: rgb(192,181,172);
    font-family: Arial, sans-serif;
    font-size: 35px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.connect_with_us .help_block {
    width: 60%;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden;
    float: right;
    position: relative;
    background: #ffffff;
    display: flex;
}

.connect_with_us .support_info {
    padding: 40px;
}

.connect_with_us form h3 {
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 2px solid rgb(170,130,172,0.5);
    background: transparent;
    display: block;
    font-size: 20px;
    box-shadow: none;
    margin-bottom: 30px;
    color: #000000;
    padding: 0;
    border-radius: 0;
    width: 100%;
}

.connect_with_us input[type="text"]:focus,
.connect_with_us textarea:focus {
    box-shadow: 0 0 0 2px rgb(192,181,172);
    background: #ffffff;
    outline: none;
}

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

.connect_with_us .support_links label::before {
    transition: all 0.3s ease;
    border-radius: 10px;
    height: 18px;
    position: absolute;
    left: 0;
    border: 1px solid rgb(192,181,172);
    top: 2px;
    content: '';
    width: 18px;
}

.connect_with_us .support_links input[type="checkbox"]:checked + label::after {
    width: 6px;
    border: solid #ffffff;
    top: 6px;
    transform: rotate(45deg);
    position: absolute;
    border-width: 0 2px 2px 0;
    left: 6px;
    content: '';
    height: 9px;
}

.connect_with_us .query_request {
    font-weight: 600;
    border: none;
    color: #ffffff;
    background: linear-gradient(to right, rgb(192,181,172), rgb(192,181,172));
    background-size: 200% auto;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    padding: 14px 30px;
    transition: all 0.5s ease;
    font-size: 14px;
    cursor: pointer;
}

.connect_with_us .inquiry_grid h4::after {
    bottom: -8px;
    width: 40px;
    height: 2px;
    left: 0;
    content: '';
    background: #ffffff;
    position: absolute;
}

.connect_with_us .help_card li {
    display: flex;
    transition: transform 0.3s ease;
    align-items: flex-start;
    margin-bottom: 20px;
}

.connect_with_us .help_card svg path {
    fill: #ffffff;
}

.connect_with_us .help_card span {
    font-size: 13px;
    color: #ffffff;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}

.connect_with_us .help_card a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.secure_safekeeping::before,
.secure_safekeeping::after {
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    content: '';
    background: rgb(192,181,172,0.5);
}

.secure_safekeeping::before {
    width: 200px;
    top: -50px;
    left: -50px;
    height: 200px;
}

.secure_safekeeping h1::before,
.secure_safekeeping h2::before {
    background: rgb(192,181,172);
    content: '';
    height: 30px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    width: 30px;
}

.secure_safekeeping h2 {
    color: rgb(170,130,172);
    font-size: 35px;
    font-weight: 600;
}

.secure_safekeeping ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
    font-weight: 400;
    padding-left: 40px;
    font-size: 17px;
    color: #000000;
    padding: 10px 0;
}

.secure_safekeeping p {
    position: relative;
    font-size: 17px;
    margin: 20px 0;
    font-weight: 300;
    border-left: 4px solid rgb(192,181,172);
    padding-left: 15px;
    line-height: 1.8;
    color: #000000;
}

.secure_safekeeping p::before {
    left: 0;
    background: rgb(192,181,172);
    height: 10px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 10px;
    position: absolute;
    content: '';
    top: 0;
}

.secure_safekeeping .container div::after {
    bottom: -10px;
    position: absolute;
    width: 20px;
    right: -10px;
    background: rgb(170,130,172);
    content: '';
    height: 20px;
    opacity: 0.5;
    border-radius: 50%;
}

.title_greeting .course_first {
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    min-height: 85vh;
}

.title_greeting .course_first::after {
    background: rgb(192,181,172);
    animation: float 15s ease-in-out infinite;
    top: -5%;
    opacity: 0.15;
    transform-origin: center center;
    z-index: 0;
    width: 30%;
    height: 40%;
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    right: -5%;
    position: absolute;
    content: "";
}

.title_greeting .skill_studio::before {
    background: linear-gradient(to bottom, rgb(170,130,172), transparent);
    left: -20px;
    transform: translateY(-50%);
    width: 4px;
    content: "";
    height: 85%;
    position: absolute;
    top: 50%;
}

.title_greeting .skill_studio > div:nth-child(1) {
    transform: translateX(-30px);
    animation: slideIn 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
}

.title_greeting .skill_studio > div:nth-child(3) {
    animation: slideIn 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.4s forwards;
    transform: translateX(-30px);
}

.title_greeting p:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.title_greeting .title_style_header {
    display: inline-block;
    transform: scale(1);
    transform-origin: left center;
    font-size: calc(40px * 1.1);
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    -webkit-background-clip: text !important;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #ffffff 30%, rgb(170,130,172) 100%);
    transition: transform 0.3s ease-out;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.title_greeting h3 {
    font-weight: 600;
    line-height: 1.5;
    padding: 1rem;
    border-radius: 10px;
    font-size: calc(20px + 0.1rem);
    max-width: 90%;
    margin: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.1), transparent);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    backdrop-filter: blur(3px);
}

.training_structure::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(192,181,172,0.5), transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(170,130,172,0.5), transparent 40%);
    content: "";
    z-index: 0;
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    transform: translateZ(-10px);
    top: 0;
}

.training_structure .quick_training {
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
    max-width: 1200px;
    perspective: 1000px;
}

.training_structure h2::after {
    left: 0;
    width: 80px;
    position: absolute;
    content: "";
    animation: expandLine 1.2s forwards 0.8s ease-in-out;
    bottom: -12px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(192,181,172), rgb(170,130,172));
    transform: scaleX(0);
    height: 4px;
}

.training_structure .info_section:hover {
    box-shadow: 
        15px 15px 40px rgba(0, 0, 0, 0.08),
        -15px -15px 40px rgba(255, 255, 255, 0.9);
    transform: translateY(0) rotateX(0);
}

.training_structure .info_section::before {
    right: -8px;
    top: -8px;
    filter: blur(12px);
    transform: translateZ(-10px);
    border-radius: 8px;
    content: "";
    transition: opacity 0.4s ease;
    z-index: -1;
    bottom: -8px;
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(135deg, rgb(192,181,172,0.5), rgb(170,130,172,0.5));
    left: -8px;
}

.design_res::before {
    background-color: rgb(192,181,172,0.5);
    background: 
        linear-gradient(135deg, rgb(221,228,221) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(221,228,221) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(221,228,221) 25%, transparent 25%),
        linear-gradient(45deg, rgb(221,228,221) 25%, transparent 25%);
    width: 100%;
    position: absolute;
    left: 0;
    background-size: 100px 100px;
    content: "";
    height: 120px;
    top: 0;
}

footer .info_item:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

footer .info_item:hover::before {
    opacity: 1;
}

footer .info_item svg {
    width: 20px;
    height: 20px;
    fill: rgb(192,181,172);
    vertical-align: middle;
    margin-right: 10px;
}

footer .info_item p,
footer .info_item a {
    transition: color 0.3s ease;
    font-size: 12px;
    text-decoration: none;
    vertical-align: middle;
    color: #000000;
    display: inline-block;
}

footer .text_main_holder::before {
    left: 0;
    width: 100%;
    border-radius: 14px;
    height: calc(100% + 80px);
    background-color: #ffffff;
    z-index: -1;
    position: absolute;
    top: -40px;
    content: "";
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

footer .top_mentor svg {
    margin-bottom: 15px;
    width: auto;
    height: 45px;
}

footer .head_nav {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    z-index: 1;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: -10px;
    border-radius: 14px;
    background-color: rgb(221,228,221);
}

footer .head_page {
    grid-template-columns: 1fr;
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}

footer .head_page a {
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 8px 0;
    color: #000000;
    font-size: 12px;
}

footer .head_page a:hover {
    color: rgb(192,181,172);
    transform: translateX(5px);
}

footer .subscribe_holder::before {
    content: "";
    right: 30px;
    z-index: -1;
    background-color: rgb(192,181,172);
    height: 30px;
    width: 30px;
    position: absolute;
    top: -15px;
    transform: rotate(45deg);
}

footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

footer .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 15px;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
    background-color: #ffffff;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

footer .learn_today:hover {
    background-color: rgb(170,130,172);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

footer .ar_tools {
    z-index: 1;
    margin-top: 60px;
    position: relative;
    text-align: center;
}

header .top_plank {
    background: rgb(192,181,172);
    color:  #ffffff;
}

header .top_plank .top_focus div svg, header .top_plank .top_focus div svg path {
    fill: #ffffff;
}

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

.take_a_spin {
    position: relative;
    overflow: hidden;
    background: linear-gradient(140deg, rgb(221,228,221) 0%, #ffffff 100%);
    padding: 130px 0;
}

.take_a_spin .quick_training {
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    position: relative;
    display: flex;
    padding: 60px;
    border-radius: 15px;
    flex-direction: row;
}

.take_a_spin .quick_training::before {
    content: '';
    position: absolute;
    border-radius: 15px;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    background: linear-gradient(45deg, transparent 96%, rgb(192,181,172) 96%, rgb(192,181,172) 100%);
}

.take_a_spin .query_request::before {
    transition: transform 0.4s ease;
    left: -2px;
    z-index: -1;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    content: '';
    top: -2px;
    background: rgb(192,181,172);
    transform: translateX(-100%);
}

.take_a_spin .query_request:hover {
    color: #ffffff;
    box-shadow: 0 10px 30px rgb(192,181,172,0.5);
}

.take_a_spin .query_request:hover::before {
    transform: translateX(0);
}

.take_a_spin .quick_training::after {
    background: #ffffff;
    border: 2px solid rgb(192,181,172);
    height: 30px;
    border-radius: 50%;
    left: 60px;
    position: absolute;
    width: 30px;
    bottom: -15px;
    z-index: 2;
    content: '';
}

.prospective_students::before {
    animation: moveRays 30s linear infinite;
    background-image: 
        linear-gradient(45deg, transparent 75%, rgb(192,181,172,0.5) 75%, transparent 76%),
        linear-gradient(135deg, transparent 75%, rgb(170,130,172,0.5) 75%, transparent 76%);
    opacity: 0.3;
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    background-size: 200px 200px;
}

.prospective_students .quick_training {
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

.prospective_students h3::after {
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    width: 150px;
    background: linear-gradient(90deg, transparent, rgb(192,181,172), transparent);
    height: 2px;
    content: '';
    position: absolute;
    animation: pulseLight 3s infinite alternate;
}

.prospective_students li::before {
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgb(192,181,172,0.5) 0%, transparent 100%);
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.1;
    width: 0;
}

.prospective_students li::after {
    box-shadow: 0 0 10px rgb(192,181,172,0.5);
    position: absolute;
    left: 0;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, rgb(192,181,172) 0%, transparent 100%);
    width: 100%;
    bottom: 0;
    opacity: 0.5;
}

.prospective_students li svg {
    fill: rgb(192,181,172);
    filter: drop-shadow(0 0 8px rgb(192,181,172,0.5));
    width: 40px;
    margin-right: 1.5rem;
    transition: all 0.4s ease;
    height: 40px;
    flex-shrink: 0;
}

.prospective_students li:hover svg path {
    fill: rgb(170,130,172);
}

.prospective_students li:nth-child(2) {
    animation-delay: 0.1s;
}

.prospective_students li:nth-child(4) {
    animation-delay: 0.3s;
}

.education_history::before {
    content: "";
    background: 
        radial-gradient(circle at 80% 20%, rgb(192,181,172,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(170,130,172,0.5) 0%, transparent 35%);
    top: 0;
    width: 100%;
    z-index: 1;
    filter: blur(70px);
    height: 100%;
    left: 0;
    position: absolute;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    opacity: 0.4;
}

.education_history .feedback_views::before {
    width: 100%;
    z-index: -1;
    animation: shimmerEffect 10s ease-in-out infinite;
    position: absolute;
    background: linear-gradient(135deg, transparent, rgb(192,181,172,0.5), transparent);
    content: "";
    height: 100%;
    left: 0;
    background-size: 200% 200%;
    top: 0;
    opacity: 0.2;
}

.education_history .feedback_views:hover .img_wrap {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}

.education_history .img_wrap::before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    border-radius: inherit;
    left: 0;
    box-sizing: border-box;
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
}

.education_history .feedback_views:hover .name {
    transform: translateX(10px);
}

.education_history .name::after {
    height: 3px;
    width: 0;
    transition: width 0.6s ease;
    bottom: -10px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(192,181,172), rgb(170,130,172));
    position: absolute;
}

.education_history .feedback_views:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}

.education_history .past_work {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    grid-column: 1;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(0);
    z-index: 2;
    font-size: 18px;
    padding: 2rem;
    position: relative;
    border-radius: 11px;
    line-height: 1.8;
    color: #ffffff;
    backdrop-filter: blur(10px);
    grid-row: 2;
    border-left: 4px solid rgb(170,130,172);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    overflow: hidden;
}

.education_history .container::after {
    bottom: -200px;
    height: 400px;
    content: "";
    width: 400px;
    left: -200px;
    opacity: 0.2;
    border-radius: 50%;
    background: conic-gradient(from 135deg, rgb(192,181,172,0.5) 0%, rgb(170,130,172,0.5) 50%, rgb(192,181,172,0.5) 100%);
    filter: blur(80px);
    animation: rotateGlow 25s linear infinite;
    position: absolute;
    z-index: -1;
}



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


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



@media (max-width: 992px) {header .header_know {
    flex-direction: column;
    align-items: center;
}header .header_know .top_mentor {
    margin-bottom: 15px;
    margin-right: 0;
}header .header_know .head_nav {
    width: 100%;
    justify-content: center;
    padding: 15px;
}header .header_know .head_nav .page_header {
    margin: 5px 15px 5px 0;
}header .header_know .head_nav .page_header a {
    padding: 5px;
    font-size: calc(17px - 2px);
}}



@media (max-width: 767px) {.meet_us {
    padding: 60px 0;
}.meet_us .info_section {
    transform: none;
    max-width: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.08);
    padding: 30px 25px;
}.meet_us .info_section::before {
    width: 4px;
    left: 0;
}.meet_us h5 {
    margin-bottom: 15px;
}.meet_us p {
    margin-bottom: 20px;
}.meet_us ol li {
    line-height: 1.6;
}
}



@media screen and (max-width: 1200px) {.course_highlights {
    padding: 100px 0;
}.course_highlights .skill_track {
    transform: translateY(70px);
    padding: 50px;
    width: 85%;
}.course_highlights .img_wrap {
    width: 90%;
    height: 350px;
}
}



@media screen and (max-width: 768px) {.course_highlights {
    padding: 60px 0;
}.course_highlights .skill_track {
    padding: 30px;
    transform: translateY(-60px);
    width: 100%;
}.course_highlights .top_mentor {
    top: -40px;
    left: 30px;
    height: 80px;
    width: 80px;
}.course_highlights .skill_track h3 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.85);
}.course_highlights .skill_track p {
    font-size: calc(18px * 0.95);
}.course_highlights .img_wrap {
    height: 280px;
}.course_highlights .skill_track::before {
    top: -10px;
    right: -10px;
    width: 150px;
    height: 150px;
}
}



@media (min-width: 768px) {.thanks_msg {
    padding: 7rem 0;
}.thanks_msg .quick_training {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: clamp(3rem, 6vw, 5rem);
    align-items: center;
}.thanks_msg .quick_training > div:first-child {
    padding-right: 2rem;
    padding-bottom: 0;
}.thanks_msg .quick_training > div:first-child::after {
    right: 0;
    background: linear-gradient(180deg, rgb(192,181,172) 0%, transparent 100%);
    transform-origin: top center;
    bottom: auto;
    height: 70%;
    width: 3px;
    transform: scaleY(0);
    left: auto;
    top: 15%;
    animation: expandVertLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
}.thanks_msg h5 {
    text-align: left;
}
}



@media (prefers-reduced-motion: reduce) {.thanks_msg::before,
    .thanks_msg::after,
    .thanks_msg .quick_training,
    .thanks_msg .quick_training > div:first-child::after,
    .thanks_msg h5,
    .thanks_msg .quick_training > div:last-child,
    .thanks_msg .quick_training > div:last-child::before,
    .thanks_msg a,
    .thanks_msg a::after {
    transition: opacity 0.3s ease;
    animation: none;
}.thanks_msg .quick_training > div:first-child::after,
    .thanks_msg a::after {
    transform: none;
}}




@media (max-width: 1200px) {.price_deck_grid {
    padding: 80px 0;
}.price_deck_grid .cost_plan {
    max-width: 90%;
}.price_deck_grid .learn_deals {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 992px) {.price_deck_grid h2 {
    font-size: 28px;
}.price_deck_grid .plan_rates {
    padding: 30px 25px;
}.price_deck_grid .learning_fees h4 {
    font-size: 19px;
}
}



@media (max-width: 480px) {.price_deck_grid {
    padding: 50px 0;
}.price_deck_grid h2 {
    font-size: calc(28px * 0.85);
}.price_deck_grid .cost_plan {
    font-size: calc(18px * 0.95);
}.price_deck_grid .plan_rates {
    padding: 25px 20px;
}.price_deck_grid .learning_fees h4 {
    font-size: calc(19px * 0.95);
    margin-bottom: 15px;
}.price_deck_grid .fee_pricing {
    font-size: 19px;
}}



@media (max-width: 992px) {.connect_with_us {
    padding: 80px 0;
}.connect_with_us .img_wrap {
    display: none;
}.connect_with_us .help_block {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 650px;
}
}



@media (max-width: 576px) {.connect_with_us {
    padding: 40px 0;
}.connect_with_us h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.connect_with_us .support_info,
    .connect_with_us .inquiry_grid {
    padding: 25px 20px;
}.connect_with_us input[type="text"],
    .connect_with_us textarea {
    margin-bottom: 15px;
    padding: 12px;
}.connect_with_us textarea {
    height: 110px;
}.connect_with_us .query_request {
    width: 100%;
}}



@media (hover: hover) {.title_greeting .skill_studio:hover > div:nth-child(1) {
    transform: translateY(-5px);
}.title_greeting .skill_studio:hover > div:nth-child(2) {
    transition-delay: 0.1s;
    transform: translateY(-5px);
}.title_greeting .skill_studio:hover > div:nth-child(3) {
    transform: translateY(-5px);
    transition-delay: 0.2s;
}.title_greeting .skill_studio:hover .title_style_header::after {
    transform: scaleX(1.5);
}
}



@media (max-width: 576px) {.title_greeting {
    min-height: 60vh;
}.title_greeting .course_first {
    min-height: 60vh;
}.title_greeting .skill_studio {
    max-width: 95%;
    gap: 0.75rem;
    padding: 1rem;
}.title_greeting .title_style_header {
    font-size: 31px;
}.title_greeting p {
    font-size: calc(18px - 0.1rem);
    padding-left: 0.75rem;
}.title_greeting h3 {
    font-size: 20px;
    padding: 0.5rem;
}.title_greeting .skill_studio::before {
    width: 3px;
    left: -5px;
}
}



@media (max-width: 991px) {.training_structure {
    padding: 90px 0;
}.training_structure h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 30px;
}.training_structure .info_section {
    padding: 30px;
}
}



@media (max-width: 480px) {.training_structure {
    padding: 50px 0;
}.training_structure .quick_training {
    padding: 0 20px;
}.training_structure h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 20px;
}.training_structure .info_section {
    padding: 20px;
}.training_structure p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.training_structure h2::after {
    width: 50px;
    height: 3px;
    bottom: -8px;
}
}



@media (prefers-reduced-motion) {.training_structure h2,
    .training_structure .info_section {
    opacity: 1;
    animation: none;
    transform: none;
}.training_structure h2::after {
    animation: none;
    transform: none;
}.training_structure::after {
    animation: none;
}}



@media (min-width: 992px) {footer .head_nav {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}



@media (max-width: 767px) {footer .design_res {
    padding: 80px 0 30px;
}footer .message_card {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .head_nav, footer .subscribe_holder {
    margin-left: 10px;
    margin-right: 10px;
    padding: 25px 20px;
}footer .ar_tools {
    margin-top: 40px;
}
}



@media (max-width: 991px) {.take_a_spin {
    padding: 100px 0;
}.take_a_spin .quick_training {
    padding: 40px;
}.take_a_spin .container p {
    font-size: calc(19px * 1.2);
}.take_a_spin .query_request {
    height: 70px;
}.take_a_spin .quick_training::after {
    width: 25px;
    height: 25px;
    left: 40px;
    bottom: -12px;
}
}



@media (max-width: 480px) {.take_a_spin {
    padding: 60px 0;
}.take_a_spin .quick_training {
    padding: 25px;
    gap: 30px;
}.take_a_spin .container p {
    font-size: calc(13px * 1.2);
}.take_a_spin .query_request {
    height: 50px;
    font-size: calc(14px * 0.9);
}}



@media (min-width: 992px) {.prospective_students li {
    opacity: 0;
    animation: slideIn 0.5s forwards;
}
}



@media (max-width: 767px) {.prospective_students {
    padding: 3rem 0;
}.prospective_students h3 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.8);
}.prospective_students h3::after {
    width: 120px;
}.prospective_students li {
    padding: 1rem 1.5rem;
}.prospective_students li svg {
    height: 30px;
    width: 30px;
    margin-right: 1rem;
}}



@media (max-width: 576px) {.education_history {
    padding: 5rem 0;
}.education_history .feedback_views {
    padding: 1.5rem;
}.education_history .img_wrap {
    height: 250px;
}.education_history .name {
    font-size: 19px;
}.education_history .feedback_views span:not(.name) {
    padding: 0.6rem 1rem;
    font-size: 18px;
    margin-top: 3rem;
}.education_history .past_work {
    padding: 1.5rem;
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}
}

@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }



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



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}



@keyframes floatAndRotate {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-5px) rotate(-3deg);
    }
    75% {
        transform: translateY(5px) rotate(3deg);
    }
}



@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}



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



@keyframes float {
    0% {
        transform: rotate(-15deg) translateZ(0) translate(0, 0);
    }
    100% {
        transform: rotate(-5deg) translateZ(0) translate(10px, -10px);
    }
}



@keyframes expandVertLine {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



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



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



@keyframes glow {
    0% {
        opacity: 0.1;
        filter: blur(60px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(60px);
    }
}



@keyframes pulseLight {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(192,181,172,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgb(192,181,172);
    }
}



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



@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

