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

.design_res {
    flex: 0 0 auto;
}

.design_res {
    padding: 100px 0 30px;
    background-color: rgb(221,228,221);
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
}

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

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

header::before {
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(145deg, rgb(170,130,172,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    width: 100%;
}

header .header_know .top_mentor {
    margin-right: 10px;
    transition: transform 0.4s ease;
    transform: translateX(0);
}

header .header_know .top_mentor .nav_pro {
    display: inline-block;
}

header .header_know .head_nav {
    position: relative;
    display: flex;
    padding: 20px 30px;
    list-style: none;
    margin: 0;
    transform: none;
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
    flex-wrap: wrap;
    border-radius: 20px;
}

header .header_know .head_nav .page_header {
    margin: 0 12px;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .header_know .head_nav .page_header a {
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 8px 5px;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    display: block;
}

header .header_know .head_nav .page_header:hover a::after {
    transform: translateX(0);
}

.meet_us::before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(192,181,172,0.5), rgba(0, 0, 0, 0.5) 70%);
    content: "";
    left: 0;
    backdrop-filter: saturate(120%) contrast(105%);
    z-index: 1;
}

.meet_us .info_section::before {
    position: absolute;
    top: 0;
    transform: scaleY(0.92);
    content: "";
    background: rgb(192,181,172);
    width: 5px;
    left: -20px;
    transition: transform 0.4s ease-out;
    height: 100%;
}

.meet_us .info_section:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.meet_us h5 {
    transform: translateX(-10px);
    animation: slideInTitle 0.8s forwards 0.3s;
    color: rgb(192,181,172);
    padding-bottom: 10px;
    margin: 0 0 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.5px;
    opacity: 0;
    position: relative;
}

.meet_us p {
    font-family: Arial, sans-serif;
    transform: translateY(10px);
    font-size: calc(16px * 1.2);
    margin-bottom: 25px;
    opacity: 0;
    line-height: 1.5;
    animation: fadeUp 0.7s forwards 0.6s;
    color: #000000;
}

.meet_us ol {
    margin: 0;
    list-style-position: inside;
    position: relative;
    padding: 0;
    counter-reset: item;
}

.meet_us ol li::before {
    display: none;
}

.course_highlights {
    padding: 120px 0;
    background: linear-gradient(120deg, rgb(221,228,221) 0%, rgba(0, 0, 0, 0.5) 60%, rgb(192,181,172,0.5) 100%);
    overflow: hidden;
    position: relative;
}

.course_highlights::before {
    position: absolute;
    content: "";
    background: 
        radial-gradient(ellipse at 75% 40%, rgb(170,130,172,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 80%, rgb(192,181,172,0.5) 0%, transparent 40%);
    left: 0;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    animation: pulseGlow 12s infinite alternate;
    z-index: 1;
}

.course_highlights .container {
    z-index: 3;
    position: relative;
}

.course_highlights .quick_training {
    display: flex;
    border-radius: 20px;
    background: transparent;
    flex-direction: column;
    overflow: visible;
    position: relative;
}

.course_highlights .skill_track::before {
    position: absolute;
    right: -15px;
    width: 200px;
    background: linear-gradient(135deg, rgb(192,181,172,0.5), rgb(170,130,172,0.5));
    content: "";
    height: 200px;
    top: -15px;
    animation: morphShape 15s infinite alternate ease-in-out;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
}

.course_highlights .top_mentor svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    fill: rgb(192,181,172);
    width: 60%;
    height: 60%;
}

.course_highlights .top_mentor:hover svg {
    fill: rgb(170,130,172);
    transform: scale(1.2) rotate(-10deg);
}

.course_highlights .top_mentor svg path {
    transition: stroke 0.4s ease;
    stroke: #000000;
    stroke-width: 0.5;
}

.course_highlights .skill_track h3 {
    position: relative;
    margin-bottom: 25px;
    transform: translateZ(0);
    padding-bottom: 15px;
    font-size: 28px;
    color: #000000;
    font-weight: 700;
}

.course_highlights .skill_track h3::after {
    position: absolute;
    bottom: 2.5px;
    content: "";
    width: 80px;
    left: 15px;
    background: linear-gradient(90deg, rgb(192,181,172), transparent);
    height: 3px;
}

.course_highlights .skill_track p::first-letter {
    color: rgb(192,181,172);
    font-weight: 700;
    font-size: 2em;
    margin-top: 8px;
    margin-right: 8px;
    line-height: 0.8;
    float: left;
}

.course_highlights .quick_training:hover .img_wrap {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateZ(30px);
}

.course_highlights .img_wrap::before {
    width: 100%;
    opacity: 0.7;
    background: 
        linear-gradient(
            to right,
            rgb(192,181,172,0.5) 0%,
            transparent 40%,
            rgb(170,130,172,0.5) 100%
        );
    z-index: 2;
    height: 100%;
    mix-blend-mode: multiply;
    top: 0;
    content: "";
    transition: opacity 0.5s ease;
    left: 0;
    position: absolute;
}

.thanks_msg {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(221,228,221) 0%, rgba(rgb(192,181,172,0.5), 0.1) 100%);
}

.thanks_msg::before {
    height: 45%;
    animation: float 15s ease-in-out infinite alternate;
    background: linear-gradient(225deg, rgb(192,181,172) 0%, transparent 70%);
    width: 45%;
    content: "";
    filter: blur(20px);
    right: -5%;
    top: -5%;
    z-index: -1;
    position: absolute;
    opacity: 0.15;
    transform: rotate(-15deg) translateZ(0);
}

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

.thanks_msg .quick_training:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
                0 -10px 40px -10px rgba(rgb(192,181,172,0.5), 0.1);
}

.thanks_msg .quick_training > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}

.thanks_msg .quick_training > div:first-child::after {
    transform: scaleX(0);
    left: 0;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(192,181,172) 0%, transparent 100%);
    height: 3px;
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    width: 80%;
    bottom: 0;
    content: "";
    position: absolute;
}

.thanks_msg .quick_training > div:last-child {
    opacity: 0;
    position: relative;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
}

.thanks_msg .quick_training > div:last-child::before {
    content: "";
    opacity: 0.2;
    transform: translateZ(0);
    width: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(170,130,172) 0%, transparent 80%);
    height: 80px;
    z-index: -1;
    position: absolute;
    animation: pulse 6s ease-in-out infinite alternate;
    right: -40px;
    top: -10px;
}

.thanks_msg a:hover {
    transform: translateX(5px);
}

.thanks_msg a::after {
    transform: scaleX(0.3);
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, rgb(170,130,172) 0%, transparent 100%);
    transform-origin: left center;
    width: 100%;
    bottom: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.5;
    content: "";
}


.policy_opt {
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 20px rgb(192,181,172,0.5);
    background: linear-gradient(135deg, rgb(170,130,172) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 20px 5%;
    flex-wrap: wrap;
    display: flex;
}

.track_optin:hover svg {
    transform: rotate(20deg);
}

.cookie_protect {
    flex: 1;
    color: #ffffff;
    min-width: 300px;
}

.cookie_protect p {
    text-shadow: 0 0 5px rgb(192,181,172,0.5);
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
}

.cookie_expand:hover {
    box-shadow: 0 0 20px rgb(170,130,172,0.5);
    background: rgb(170,130,172);
}

.modalCookieAgreement p a {
    color: rgb(192,181,172);
    transition: color 0.3s ease;
    text-decoration: underline;
}

.modalCookieAgreement p a:hover {
    color: rgb(170,130,172);
}

#cookie_info_popup {
    display: none;
}


.price_deck_grid {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

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

.price_deck_grid .skill_offers {
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.price_deck_grid h2::after {
    position: absolute;
    height: 3px;
    bottom: -12px;
    content: "";
    left: 50%;
    border-radius: 1px;
    background: rgb(192,181,172);
    transform: translateX(-50%);
    width: 80px;
}

.price_deck_grid .learn_deals {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.price_deck_grid .learn_deals li {
    height: 100%;
    display: flex;
}

.price_deck_grid .learning_fees::before {
    height: 5px;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(192,181,172), rgb(170,130,172));
    width: 100%;
    transform: translateY(-5px);
    top: 0;
}

.price_deck_grid .learning_fees:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
}

.price_deck_grid .learning_fees:hover::before {
    transform: translateY(0);
}

.price_deck_grid .pricing_offers {
    height: 100%;
    flex-direction: column;
    display: flex;
}

.price_deck_grid .learning_fees h4 {
    letter-spacing: 0.3px;
    position: relative;
    font-size: calc(19px * 1.1);
    margin: 0 0 20px;
    color: #ffffff;
    font-weight: 600;
    transition: color 0.3s ease;
    padding-bottom: 15px;
}

.price_deck_grid .learning_fees:hover h4::after {
    width: 60px;
    background-color: rgb(192,181,172);
}

.price_deck_grid .learning_fees p {
    line-height: 1.7;
    word-break: normal;
    flex-grow: 1;
    overflow-wrap: break-word;
    margin: 0 0 30px;
    hyphens: auto;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.75);
    white-space: normal;
    font-size: 18px;
}

.price_deck_grid .fee_pricing::before {
    opacity: 0.6;
    position: absolute;
    left: 0;
    transition: width 0.4s ease, opacity 0.3s ease;
    top: 0;
    background-color: rgb(192,181,172);
    height: 2px;
    width: 25px;
    content: "";
}

.connect_with_us::before {
    opacity: 0.05;
    width: 100%;
    left: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    background-image: linear-gradient(30deg, rgb(170,130,172,0.5) 12%, transparent 12.5%, transparent 87%, rgb(170,130,172,0.5) 87.5%, rgb(170,130,172,0.5)),
                      linear-gradient(150deg, rgb(170,130,172,0.5) 12%, transparent 12.5%, transparent 87%, rgb(170,130,172,0.5) 87.5%, rgb(170,130,172,0.5)),
                      linear-gradient(30deg, rgb(170,130,172,0.5) 12%, transparent 12.5%, transparent 87%, rgb(170,130,172,0.5) 87.5%, rgb(170,130,172,0.5)),
                      linear-gradient(150deg, rgb(170,130,172,0.5) 12%, transparent 12.5%, transparent 87%, rgb(170,130,172,0.5) 87.5%, rgb(170,130,172,0.5)),
                      linear-gradient(60deg, rgb(192,181,172,0.5) 25%, transparent 25.5%, transparent 75%, rgb(192,181,172,0.5) 75%, rgb(192,181,172,0.5)),
                      linear-gradient(60deg, rgb(192,181,172,0.5) 25%, transparent 25.5%, transparent 75%, rgb(192,181,172,0.5) 75%, rgb(192,181,172,0.5));
    background-size: 80px 140px;
    top: 0;
    content: '';
    position: absolute;
    height: 100%;
}

.connect_with_us .help_block::before {
    background: linear-gradient(to right, rgb(192,181,172), rgb(170,130,172));
    height: 5px;
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    position: absolute;
}

.connect_with_us input[type="text"],
.connect_with_us textarea {
    margin-bottom: 20px;
    background: rgb(221,228,221);
    padding: 15px;
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 13px;
    width: 100%;
}

.connect_with_us textarea {
    resize: none;
    height: 130px;
}

.connect_with_us .support_links {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}

.connect_with_us .support_links label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}

.connect_with_us .support_links input[type="checkbox"]:checked + label::before {
    background: rgb(192,181,172);
}

.connect_with_us .support_links a {
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(192,181,172);
}

.connect_with_us .support_links a:hover {
    color: rgb(170,130,172);
    text-decoration: underline;
}

.connect_with_us .query_request:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(192,181,172,0.5);
    background-position: right center;
}

.connect_with_us .inquiry_grid {
    padding: 40px;
    background: linear-gradient(135deg, rgb(192,181,172), rgb(170,130,172));
    color: #ffffff;
}

.connect_with_us .inquiry_grid h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    color: #ffffff;
    position: relative;
}

.connect_with_us .help_card {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.connect_with_us .help_card svg {
    height: 22px;
    margin-right: 15px;
    width: 22px;
    margin-top: 3px;
    flex-shrink: 0;
}

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

.secure_safekeeping {
    color: #000000;
    padding: 50px;
    overflow: hidden;
    background-color: rgb(221,228,221);
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    position: relative;
}

.secure_safekeeping::after {
    width: 300px;
    height: 300px;
    right: -100px;
    bottom: -100px;
}

.secure_safekeeping h1,
.secure_safekeeping h2 {
    text-transform: uppercase;
    margin: 20px 0;
    position: relative;
    padding-left: 40px;
    letter-spacing: 2px;
}

.secure_safekeeping h1 {
    color: rgb(192,181,172);
    font-size: 39px;
    font-weight: 700;
}

.secure_safekeeping ul {
    list-style-type: none;
    counter-reset: custom-counter;
    padding: 0;
    margin: 20px 0;
}

.secure_safekeeping ul li::before {
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 50%;
    counter-increment: custom-counter;
    height: 30px;
    background: rgb(170,130,172);
    font-weight: 700;
    justify-content: center;
    width: 30px;
    content: counter(custom-counter);
}

.secure_safekeeping .container div {
    border-radius: 10px;
    margin: 20px 0;
    position: relative;
    padding: 20px;
    border: 1px dashed rgb(170,130,172,0.5);
}

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


.title_greeting {
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #ffffff;
    min-height: 85vh;
    position: relative;
}

.title_greeting .course_first::before {
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    backdrop-filter: blur(3px);
    content: "";
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgb(192,181,172,0.5) 65%,
    rgb(170,130,172,0.5) 100%
  );
}

.title_greeting .skill_studio {
    display: grid;
    transform: translateY(0);
    padding: 2rem;
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr;
    transition: transform 0.8s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    gap: 1.5rem;
    max-width: 750px;
    margin-left: 8%;
}

.title_greeting .skill_studio > div {
    position: relative;
    transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: translateX(0);
    opacity: 1;
}

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

.title_greeting p {
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    line-height: 1.5;
    padding: 0.75rem 0;
    font-size: calc(18px + 0.1rem);
    margin: 0;
    background: linear-gradient(90deg, rgb(192,181,172,0.5), transparent);
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    border-left: 3px solid rgb(170,130,172);
    transition: transform 0.5s ease;
    padding-left: 1rem;
}

.title_greeting .title_style_header:hover {
    transform: scale(1.02);
}

.title_greeting .title_style_header::after {
    position: absolute;
    transform-origin: left center;
    transform: scaleX(1);
    background: rgb(170,130,172);
    height: 3px;
    bottom: -10px;
    content: "";
    width: 80px;
    transition: transform 0.5s ease-out;
    left: 0;
}

.title_greeting h3:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.training_structure {
    position: relative;
    overflow: hidden;
    box-shadow: 
        inset 15px 15px 30px rgba(255, 255, 255, 0.7),
        inset -15px -15px 30px rgba(0, 0, 0, 0.05);
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(221,228,221), #ffffff);
}

.training_structure::after {
    z-index: 1;
    filter: blur(60px);
    right: -50%;
    animation: glow 8s infinite alternate ease-in-out;
    opacity: 0.1;
    top: -50%;
    height: 80%;
    position: absolute;
    background: linear-gradient(
        to bottom right,
        transparent,
        rgb(192,181,172,0.5) 50%,
        transparent
    );
    width: 80%;
    content: "";
    transform: rotate(35deg);
}

.training_structure h2 {
    color: #000000;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(30px);
    font-size: 28px;
    position: relative;
    font-weight: 700;
}

.training_structure .info_section {
    animation: slideUpRotate 1s forwards 0.5s ease-out;
    padding: 40px;
    opacity: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateY(30px) rotateX(5deg);
    box-shadow: 
        10px 10px 30px rgba(0, 0, 0, 0.05),
        -10px -10px 30px rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 4px;
    background: #ffffff;
}

.training_structure .info_section:hover::before {
    opacity: 0.5;
}

.training_structure p {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    font-size: 18px;
    position: relative;
    color: #000000;
    margin: 0;
}

footer {
    width: 100%;
    position: relative;
}

footer .footer_subscribe {
    position: relative;
    margin-top: -70px;
    z-index: 1;
}

footer .message_card {
    justify-content: space-between;
    transform: translateY(-30px);
    position: relative;
    flex-wrap: wrap;
    background-color: #ffffff;
    border-radius: 14px;
    padding: 25px;
    z-index: 2;
    margin-bottom: 60px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: flex;
}

footer .info_item {
    border-radius: 10px;
    background-color: rgb(221,228,221);
    flex: 1 1 200px;
    padding: 10px 15px;
    position: relative;
    margin: 10px;
    transition: all 0.3s ease;
}

footer .info_item::before {
    top: 0;
    opacity: 0;
    position: absolute;
    background-color: rgb(192,181,172);
    height: 100%;
    left: 0;
    width: 3px;
    transition: opacity 0.3s ease;
    content: "";
    border-radius: 3px 0 0 3px;
}

footer .info_item a:hover {
    color: rgb(192,181,172);
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 30px;
}

footer .top_mentor {
    padding: 0 30px;
    position: relative;
}

footer .top_mentor::after {
    position: absolute;
    right: 30px;
    background: linear-gradient(90deg, rgb(192,181,172), transparent);
    height: 1px;
    left: 30px;
    content: "";
    bottom: -15px;
}

footer .cert_display {
    color: #000000;
    font-size: 14px;
    max-width: 330px;
    line-height: 1.6;
}

footer .head_nav h5 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
    font-size: 18px;
}

footer .head_nav h5::after {
    background-color: rgb(192,181,172);
    width: 50px;
    left: 0;
    position: absolute;
    bottom: -7px;
    height: 2px;
    content: "";
}

footer .head_page a::after {
    position: absolute;
    left: 0;
    content: "";
    height: 2px;
    background-color: rgb(192,181,172);
    transition: width 0.3s ease;
    bottom: 5px;
    width: 0;
}

footer .head_page a:hover::after {
    width: 100%;
}

footer .subscribe_holder {
    margin-left: 40px;
    padding: 30px;
    z-index: 0;
    background-color: rgb(192,181,172);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: -10px;
    margin-right: 40px;
    color: #ffffff;
    border-radius: 14px;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
}

footer .input_holder input[type="email"] {
    border: none;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.9);
    transition: background-color 0.3s ease;
    padding: 14px 16px;
    font-size: 12px;
    border-radius: 10px;
}

footer .learn_today {
    color: #ffffff;
    transition: all 0.3s ease;
    background-color: #000000;
    font-weight: 600;
    cursor: pointer;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 20px;
    border: none;
}

footer .intern_ship {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 8px 20px;
    border-radius: 30px;
    display: inline-block;
    color: #000000;
    font-size: 14px;
}

header .top_plank .top_focus div span {
    color: #ffffff;
}

header .top_plank .top_focus div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
}

header .top_plank .top_focus div img, header .top_plank .top_focus div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.take_a_spin::before {
    left: 0;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(to right, rgb(192,181,172,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(192,181,172,0.5) 1px, transparent 1px);
    top: 0;
    opacity: 0.08;
    position: absolute;
    z-index: 1;
    height: 100%;
    content: '';
    width: 100%;
}

.take_a_spin .container p {
    color: #000000;
    margin: 0;
    z-index: 5;
    font-weight: 700;
    flex: 0 0 65%;
    line-height: 1.4;
    position: relative;
    font-size: 38px;
}

.take_a_spin .query_request {
    z-index: 5;
    color: rgb(192,181,172);
    font-weight: 600;
    align-items: center;
    position: relative;
    border-radius: 6px;
    border: 2px solid rgb(192,181,172);
    transition: all 0.4s ease;
    overflow: hidden;
    text-decoration: none;
    justify-content: center;
    display: flex;
    font-size: 14px;
    height: 80px;
    background: linear-gradient(135deg, rgb(192,181,172,0.5) 0%, transparent 100%);
    flex: 0 0 30%;
}

.take_a_spin::after {
    background: radial-gradient(circle, rgb(192,181,172,0.5) 0%, transparent 70%);
    width: 400px;
    position: absolute;
    right: -200px;
    top: -200px;
    opacity: 0.4;
    z-index: 1;
    height: 400px;
    content: '';
}

.prospective_students {
    position: relative;
    overflow: hidden;
    background-color: rgb(221,228,221);
    padding: 5rem 0;
}

.prospective_students::after {
    width: 100%;
    background-size: 120px 120px;
    height: 100%;
    background-image: 
        linear-gradient(90deg, transparent 90%, rgb(192,181,172,0.5) 90%, rgb(192,181,172,0.5) 91%, transparent 91%),
        linear-gradient(0deg, transparent 95%, rgb(170,130,172,0.5) 95%, rgb(170,130,172,0.5) 96%, transparent 96%);
    animation: moveRaysVertical 20s linear infinite;
    top: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.2;
    content: '';
    left: 0;
}

.prospective_students h3 {
    position: relative;
    font-size: 36px;
    text-align: center;
    margin-bottom: 3.5rem;
    color: rgb(192,181,172);
    font-weight: 600;
}

.prospective_students ul {
    flex-direction: column;
    margin: 0;
    gap: 1.5rem;
    list-style-type: none;
    display: flex;
    padding: 0;
}

.prospective_students li {
    display: flex;
    position: relative;
    border-radius: 27px;
    background-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    padding: 1.5rem 2rem;
    overflow: hidden;
    transition: all 0.3s ease;
    align-items: center;
    border-left: 3px solid rgb(192,181,172,0.5);
}

.prospective_students li {
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}

.prospective_students li:hover {
    transform: translateX(5px);
    border-left-color: rgb(192,181,172);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.prospective_students li:hover::before {
    width: 100%;
}

.prospective_students li:hover svg {
    transform: scale(1.1);
    animation: flashLight 1s ease;
}

.prospective_students li svg path {
    transition: all 0.4s ease;
    fill: rgb(192,181,172);
}

.prospective_students li:nth-child(1) {
    animation-delay: 0s;
}

.prospective_students li:nth-child(3) {
    animation-delay: 0.2s;
}

.education_history {
    overflow: hidden;
    padding: 8rem 0;
    min-height: 700px;
    background: linear-gradient(160deg, rgb(221,228,221) 0%, #000000 100%);
    position: relative;
}

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

.education_history .feedback_views {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 11px;
    padding: 3rem;
    min-height: 580px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    overflow: hidden;
    display: grid;
    gap: 30px;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: auto 1fr;
}

.education_history .img_wrap {
    filter: contrast(1.1) brightness(1.05);
    border-radius: 11px;
    grid-column: 2;
    grid-row: 1 / span 2;
    position: relative;
    z-index: 3;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    height: 100%;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    transform: scale(1) rotate(0deg);
}

.education_history .name {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    font-weight: 700;
    transform: translateX(0);
    grid-row: 1;
    font-size: 31px;
    grid-column: 1;
    z-index: 4;
    position: relative;
    margin: 0;
    color: #ffffff;
}

.education_history .feedback_views:hover .name::after {
    width: 120px;
}

.education_history .feedback_views span:not(.name) {
    color: rgb(170,130,172);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    padding: 0.7rem 1.5rem;
    z-index: 3;
    grid-row: 1;
    font-size: 19px;
    margin-top: 4rem;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 10px;
    width: max-content;
    grid-column: 1;
    transform: translateX(0);
    backdrop-filter: blur(10px);
    font-weight: 600;
    background: rgba(0, 0, 0, 0.2);
}

.education_history .feedback_views:hover .past_work {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}

.education_history .past_work::before {
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
    left: 0;
    background-size: 200% 200%;
    content: "";
    top: 0;
    animation: shimmerEffect 5s ease-in-out infinite;
    z-index: -1;
    position: absolute;
    height: 100%;
}



::-webkit-scrollbar {
    background: rgb(170,130,172,0.5);
    height: 14px;
    width: 13px;
}

::-webkit-scrollbar-track {
    border: 1px groove rgb(170,130,172,0.5);
    background: rgb(221,228,221);
}

::-webkit-scrollbar-thumb {
    border-radius: 5%;
    background: radial-gradient(circle at top left, #ffffff 14%, rgb(255, 255, 255, 0.5) 6%, rgb(170,130,172) 0%, rgb(192,181,172,0.5) 72%);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(192,181,172,0.5);
    box-shadow: 2px -5px 0px 5px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:active {
    background: #ffffff;
    transform: scale(0.95);
}

::-webkit-scrollbar-corner {
    background: rgb(170,130,172,0.5);
    border-radius: 7px;
    border: 1px dashed #ffffff;
}



@media (max-width: 991px) {.meet_us {
    padding: 80px 0;
}.meet_us .info_section {
    padding: 40px 30px;
    transform: perspective(800px) rotateY(-1deg);
}.meet_us h5 {
    font-size: calc(22px - 2px);
}.meet_us p {
    font-size: 16px;
}
}



@media (max-width: 480px) {.meet_us {
    padding: 50px 0;
}.meet_us .info_section {
    padding: 25px 20px;
}.meet_us h5 {
    font-size: calc(22px - 4px);
}.meet_us p {
    font-size: calc(16px - 1px);
}.meet_us ol li {
    line-height: 1.5;
    font-size: calc(16px - 1px);
}}



@media screen and (max-width: 992px) {.course_highlights {
    padding: 80px 0;
}.course_highlights .quick_training {
    flex-direction: column-reverse;
}.course_highlights .skill_track {
    margin-right: auto;
    width: 90%;
    margin-left: auto;
    padding: 40px;
    transform: translateY(-70px);
}.course_highlights .top_mentor {
    height: 100px;
    width: 100px;
    top: -50px;
    left: 40px;
}.course_highlights .img_wrap {
    border-radius: 20px;
    height: 320px;
    margin-right: 0;
    width: 100%;
    margin-left: 0;
    transform: perspective(800px) rotateY(0) rotateX(0);
}.course_highlights .quick_training:hover .img_wrap {
    transform: perspective(800px) rotateY(0) rotateX(0);
}
}



@media screen and (max-width: 576px) {.course_highlights {
    padding: 50px 0;
}.course_highlights .skill_track {
    transform: translateY(-40px);
    padding: 25px 20px;
}.course_highlights .top_mentor {
    left: 20px;
    height: 70px;
    width: 70px;
    top: -35px;
}.course_highlights .skill_track h3 {
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: calc(28px * 0.75);
}.course_highlights .skill_track h3::after {
    width: 60px;
}.course_highlights .skill_track p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.course_highlights .img_wrap {
    height: 220px;
}.course_highlights .skill_track::before {
    height: 100px;
    width: 100px;
}}



@media (min-width: 992px) {.thanks_msg .quick_training {
    gap: 6rem;
}.thanks_msg h5 {
    font-size: 18px;
}.thanks_msg p {
    font-size: 15px;
}
}



@media (max-width: 480px) {.thanks_msg {
    padding: 4rem 0;
}.thanks_msg .quick_training {
    padding: 2rem 1.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
}.thanks_msg h5 {
    font-size: calc(18px * 0.75);
}.thanks_msg p {
    font-size: calc(15px * 0.9);
}
}


@media only screen and (max-width: 1200px) {.modalCookieAgreement {
    padding: 20px;
}.policy_opt {
    padding: 20px 2%;
}
}


@media only screen and (max-width: 800px) {.track_optin {
    display: none;
}.policy_opt {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_protect {
    margin-bottom: 20px;
    text-align: center;
}.modalCookieAgreement h5, .modalCookieAgreement p {
    text-align: center;
}.cookie_expand {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    text-align: center;
}}



@media (max-width: 768px) {.price_deck_grid {
    padding: 60px 0;
}.price_deck_grid h2 {
    font-size: calc(28px * 0.9);
}.price_deck_grid .cost_plan {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
}.price_deck_grid .learn_deals {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.price_deck_grid .learning_fees {
    max-height: none;
}.price_deck_grid .learning_fees p {
    margin-bottom: 25px;
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 768px) {.connect_with_us {
    padding: 60px 0;
}.connect_with_us h3 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.connect_with_us .support_info,
    .connect_with_us .inquiry_grid {
    padding: 30px;
}.connect_with_us form h3,
    .connect_with_us .inquiry_grid h4 {
    font-size: calc(20px * 0.9);
    margin-bottom: 20px;
}
}


@media only screen and (max-width: 800px) {.secure_safekeeping {
    padding: 30px;
}.secure_safekeeping h1 {
    font-size: calc(21px - 8px);
}.secure_safekeeping h2 {
    font-size: calc(21px - 8px);
}.secure_safekeeping ul li {
    font-size: calc(17px - 2px);
}.secure_safekeeping p {
    font-size: calc(17px - 2px);
}}



@media (max-width: 992px) {.title_greeting .skill_studio {
    padding: 1.5rem;
    margin-left: 5%;
    max-width: 650px;
}.title_greeting .title_style_header {
    font-size: calc(40px * 0.9);
}.title_greeting h3 {
    font-size: 20px;
    max-width: 95%;
}
}



@media (max-width: 768px) {.title_greeting {
    min-height: 70vh;
}.title_greeting .course_first {
    align-items: center;
    min-height: 70vh;
}.title_greeting .skill_studio {
    gap: 1rem;
    margin: 0 auto;
    padding: 1.5rem;
    max-width: 90%;
    margin-left: 0;
}.title_greeting .skill_studio::before {
    left: -10px;
    height: 70%;
}.title_greeting .title_style_header {
    font-size: calc(31px * 1.1);
}.title_greeting p {
    font-size: 18px;
}.title_greeting h3 {
    max-width: 100%;
    font-size: calc(20px + 0.1rem);
    padding: 0.75rem;
}
}



@media (prefers-reduced-motion) {.title_greeting .course_first::after {
    animation: none;
}.title_greeting .skill_studio > div {
    transform: translateX(0);
    animation: none;
    opacity: 1;
}}



@media (max-width: 767px) {.training_structure {
    padding: 70px 0;
}.training_structure h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 25px;
}.training_structure .info_section {
    padding: 25px;
    transform: translateY(20px) rotateX(3deg);
}.training_structure h2::after {
    height: 3px;
    width: 60px;
}
}



@media (hover: none) {.training_structure .info_section:hover {
    box-shadow: 
            10px 10px 30px rgba(0, 0, 0, 0.05),
            -10px -10px 30px rgba(255, 255, 255, 0.8);
    transform: none;
}.training_structure .info_section:hover::before {
    opacity: 0.3;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .head_page {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .learn_today {
    white-space: nowrap;
}
}



@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}



@media (max-width: 576px) {footer .design_res {
    padding: 60px 0 20px;
}footer .message_card {
    margin-bottom: 40px;
    transform: translateY(-20px);
    padding: 15px;
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .top_mentor {
    padding: 0 20px;
}footer .top_mentor::after {
    right: 20px;
    left: 20px;
}footer .head_nav h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .head_page a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .learn_today {
    padding: 12px 15px;
}}



@media (max-width: 767px) {.take_a_spin {
    padding: 80px 0;
}.take_a_spin .quick_training {
    flex-direction: column;
    padding: 30px;
    gap: 40px;
}.take_a_spin .container p {
    font-size: 19px;
    width: 100%;
    flex: none;
}.take_a_spin .query_request {
    flex: none;
    height: 60px;
    width: 100%;
}.take_a_spin .quick_training::after {
    width: 20px;
    left: 30px;
    bottom: -10px;
    height: 20px;
}
}



@media (max-width: 991px) {.prospective_students {
    padding: 4rem 0;
}.prospective_students h3 {
    font-size: calc(36px * 0.9);
}.prospective_students li {
    padding: 1.2rem 1.8rem;
}.prospective_students li svg {
    width: 35px;
    margin-right: 1.2rem;
    height: 35px;
}
}



@media (max-width: 992px) {.education_history .feedback_views {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 2rem;
    grid-template-rows: auto auto auto;
}.education_history .img_wrap {
    height: 350px;
    grid-column: 1;
    grid-row: 1;
}.education_history .name {
    grid-row: 2;
    margin: 0;
    grid-column: 1;
}.education_history .feedback_views span:not(.name) {
    margin-top: 3.5rem;
    grid-column: 1;
    grid-row: 2;
}.education_history .past_work {
    grid-row: 3;
    grid-column: 1;
}.education_history .feedback_views:hover .name,
    .education_history .feedback_views:hover span:not(.name) {
    transform: translateY(-5px);
}
}



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



@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}



@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}



@keyframes morphShape {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}



@keyframes fadeUpIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1) translateZ(0);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.2) translateZ(0);
        opacity: 0.3;
    }
}

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}



@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(10px, -10px) rotate(2deg);
  }
  50% {
    transform: translate(5px, 15px) rotate(-1deg);
  }
  75% {
    transform: translate(-10px, 5px) rotate(3deg);
  }
}



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



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



@keyframes moveRaysVertical {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 120px 120px;
    }
}



@keyframes flashLight {
    0% {
        filter: drop-shadow(0 0 8px rgb(192,181,172,0.5));
    }
    50% {
        filter: drop-shadow(0 0 25px rgb(192,181,172));
    }
    100% {
        filter: drop-shadow(0 0 8px rgb(192,181,172,0.5));
    }
}



@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}



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

